@charset "utf-8";
/* 這支是要重置所有元素的預設屬性。除非你知道你在做什麼，否則不要更動這支 CSS!!!
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, caption { margin: 0; padding: 0; border: 0; outline: 0; font-style: inherit; font-family: inherit; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { /* text-align: left; */ font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
cite { font-weight:normal; font-style:normal; }
/* global.css */

/*所有通用設定-----------------------------------------------------------------------*/

*{ font-family: 'Noto Sans TC', serif, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box;}
	
body { font-family:Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif ; font-size:13px; line-height:1.7; font-weight:normal; color:#666666;}

/*預設連結狀態*/
a:link, a:visited{ color:#51adde; text-decoration:none;}
a:hover, a:active{ text-decoration:underline;}

/*圖片無框*/
a img { border:none; }

/*分隔線*/
hr { border:5px solid #e5e5de; }

/*h標題設定*/
h1 { font-size:15px;}
h2 { font-size:15px;}
h3 { font-size:13px;}
h4 { font-size:13px;}

/*em設定*/
em{ color:#999;}

/*清除 clearfix*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {*zoom: 1; _zoom: 1; }

/*more基本型*/
.more_box {  clear:both; height:15px; margin-bottom:10px;}
a.more { display:block; height:15px; line-height:15px; background:url(../images/more_arrow_link.png) right -1px no-repeat; padding-right:17px; text-align:right;}
a.more:link, a.more:visited { color:#666666;}
a.more:hover, a.more:active { color:#0078b4; text-decoration:underline; background:url(../images/more_arrow_hover.png) right -1px no-repeat;}
a.more span { font-size:13px;}
.more_box a.more{ clear:both; height:15px; float:right;}

/* 影音 icon */ 
i.icon_type_video{ clear:both; display:inline-block; width:15px; height:15px; background:url(../images/icon_type_video.png) no-repeat; background-size:contain; margin-right:5px; position:relative; top:2px;}

/* .gototop 滾回網頁最上面 ============*/
.gototop{ width:45px; height:45px; background:url(../images/gototop.png) no-repeat left top / 45px 45px; text-indent:100%; white-space:nowrap; overflow:hidden; position:fixed; left: 50%; bottom:70px; margin-left: 550px; opacity:0.5; cursor: pointer; border-radius:5px; z-index:100;}

/* 20160630：修正新聞內頁的iframe影片自適應 */
.et_iframevideo{ position: relative; padding-top: 30px; height: 0; overflow: hidden;}
.et_iframevideo{ padding-bottom: 56.25%; }
.et_iframevideo iframe,
.et_iframevideo object,
.et_iframevideo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.instagram-media{ margin-bottom:15px!important;}
.et_googledoc iframe{ width:100%; }
/* layout.css */

/****************************************版型開始******************************************/
.wrapper_box{}
.wrapper{ background:#fff; margin: 0 auto;}
.header_box{ clear:both; margin-bottom: 15px;}
.header{ clear:both; width:1000px; height:170px; margin: 0 auto; position:relative;}
.container_box{ clear:both; margin-bottom: 15px;}
.container{ clear:both; width:1000px; padding:0px 15px; margin: 0 auto;}
.r1{ clear:both;}
.r1 .c1{ width:650px; float:left;}
.r1 .c2{ width:300px; float:right;}
.footer_box{ clear:both;}
.footer{ clear:both; width:1000px; background:#e5e5e5; padding: 20px 10px; margin: 0 auto;position:relative;}

/*************************************** 頭區 *******************************************/
/* 上方選單  =====================*/
.ettop_box{ min-width:1000px; background:#e5e5e5; height:28px;}
.ettop_box .ettop{ width:1000px; margin:0 auto; position:relative;}
.ettop_box .ettop a{ padding:0px 5px;}
.ettop_box .ettop a:link, .ettop_box .ettop a:visited { color:#737171;}
.ettop_box .ettop a:hover, .ettop_box .ettop a:active { color:#006699;}
.ettop_box .ettop .ticker{ position:absolute; width:300px; left:20px; top:3px;}
.ettop_box .ettop .menu{ position:absolute; width:auto; right:20px; top:3px;}

/* ETtoday 東森旅遊雲 logo======== */
.header .logo_ettoday{ width:435px; height:60px; position:absolute; left:20px; top:40px;}
.header .logo_ettoday a{ display:block; width:435px; height:60px; background:url(../images/logo-travel.png) no-repeat;}
.header .logo_ettoday span{ display:none;}

/* 版頭搜尋======== */
.header .header_search{ position:absolute; height:30px; right:0px; top:60px;}
.header .header_search .keyword{
/*樣式歸零*/
border:none;
outline:none;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border-radius:0px;
height:30px; border:3px solid #989898; padding-left:5px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.header .header_search .go{
/*樣式歸零*/
border:none;
outline:none;
-webkit-appearance:none;
-moz-appearance:none; border-radius:0px;
width:50px; height:30px; background:#989898; cursor:pointer; color:#fff; font-size:15px; font-family:"微軟正黑體"; text-align:center; margin-left:5px; position:relative; top:1px;}

/* 主選單  =======================*/
.header .nav{ height:50px; width:1000px; position:absolute; bottom:0px; left:0px;}
.header .nav ul{ border-bottom:3px solid #5a5a5a;}
.header .nav ul li{ width:88px; height:50px; float:left; position:relative; }
.header .nav li a{ display:block; height:50px; line-height:50px; text-align:center; font-size:16px; font-family:"微軟正黑體"; font-weight:bold;}
.header .nav li a:link, .header .nav li a:visited { color:#5a5a5a;}
.header .nav .sub{ background:rgba(90,90,90,0.8); position:absolute; left:0px; top:50px; z-index:1100; display:none;}

/*當前===*/
.header .nav li.current{}
.header .nav li.current > a:link, .header .nav li.current > a:visited{ color:#51adde;}

/*hover狀態===*/
.header .nav li.act{ height:45px;}
.header .nav li.act a:link, .header .nav li.act a:visited { text-decoration:none;}

.header .nav li.act .sub{ width:110px; height:auto; border-top:5px solid #5a5a5a; margin-top:-5px;}
.header .nav li.act .sub a{ height:40px; line-height:40px; font-size:15px; color:#fff; font-weight:normal; font-family:"微軟正黑體";}
.header .nav li.act .sub a:hover{ text-decoration:underline;}

/* 次選單特殊尺寸 */
.header .nav li.act .sub.size_1{ width:225px;/*355*/ padding-left:15px;}
.header .nav li.act .sub.size_1 a{ display:block; width:95px; float:left; margin: 0px 5px; text-align:left;}


/**************************************** 尾區 ******************************************/
/* footer_menu */
.footer .footer_menu{ margin-bottom:5px;}
.footer .footer_menu ul{ width:1000px; margin:0 auto;}
.footer .footer_menu li{ float:left;}
.footer .footer_menu li a{ padding:0px 10px;}
.footer .footer_menu li a:link, .footer .footer_menu li a:visited { color:#737171;}
.footer .footer_menu li a:hover, .footer .footer_menu li a:active { color:#006699;}
.footer address{ clear:both; text-align:center;}
.footer span{}/* block.css */

/*************************************區塊 block ****************************************/

/* block歸零======================= */
.block{ clear:both; margin-bottom:15px;}
.block .block_title{ clear:both;}
.block .block_title .inner{clear:both;}
.block .block_content{clear:both;}
.block .block_content .inner{clear:both;}
.block .block_content .inner:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}/*clearfix修正內容物 margin-bottom BUG*/
.block .block_content .inner {*zoom:1; _zoom:1;} 
.block .block_footer{clear:both;}
.block .block_footer .inner{clear:both;}

/* block_z1 主欄用 */
.block_z1{ background:#f4f4f4; padding:10px; position:relative;}
.block_z1 .block_title{ margin-bottom:10px; position:relative;}
.block_z1 .block_title .inner{}
.block_z1 .block_title .inner h2{ font-size:20px; color:#2e266f; font-family:"微軟正黑體"; font-weight:normal;}
.block_z1 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_z1 .block_title .inner h2 a.more span{ font-family:"新細明體"; font-weight:normal;}
.block_z1 .block_content{}
.block_z1 .block_content .inner{}
.block_z1 .block_footer{}
.block_z1 .block_footer .inner{}

/* block_z2 主欄用 依 cookie 添加.thumb切換成縮圖*/
.block_z2{ background:#f4f4f4; padding:10px; position:relative;}
.block_z2 .block_title{ margin-bottom:10px; position:relative;}
.block_z2 .block_title .inner{}
.block_z2 .block_title .inner h2{ font-size:20px; color:#2e266f; font-family:"微軟正黑體"; font-weight:normal;}
.block_z2 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_z2 .block_title .inner h2 a.more span{font-family:"新細明體"; font-weight:normal;}
/*操作按鈕*/
.block_z2 .block_title .inner .operate{ height:32px; width:140px; position:absolute; right:5px; top:0px;}
.block_z2 .block_title .inner .operate span{ float:left; line-height:32px; margin-right:5px;}
.block_z2 .block_title .inner .operate a.show_thumb{ display:block; height:32px; width:32px; background:url(../images/operate_1.png) left top no-repeat; float:left; margin-right:10px;}
.block_z2 .block_title .inner .operate a.show_list{ display:block; height:32px; width:32px; background:url(../images/operate_1.png) left -32px no-repeat; float:left;}
.block_z2 .block_title .inner .operate a span{ display:none;}
.block_z2 .block_content{}
.block_z2 .block_content .inner{}
.block_z2 .block_footer{}
.block_z2 .block_footer .inner{}

/*依 cookie 添加.thumb切換成縮圖*/
.block_z2.thumb .part_pictxt_1 .box_0{ width:202px; margin:0px 4px 0px 1px; border-bottom:none; 
min-height: 180px;/*最小高度，超過，會撐開*/
_height: 180px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/}
.block_z2.thumb .part_pictxt_1 .box_0 h3{ font-size:15px; line-height:1.5; font-weight:normal;}
.block_z2.thumb .part_pictxt_1 .box_0 p{ display:none;}

/* block_z3 主欄用 */
.block_z3{}
.block_z3 .block_title{ margin-bottom:15px; position:relative; border-bottom:8px solid #e5e5de;}
.block_z3 .block_title .inner{}
.block_z3 .block_title .inner h2{ font-size:20px; color:#2e266f; font-family:"微軟正黑體"; font-weight:normal; padding-bottom:5px;}
.block_z3 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_z3 .block_title .inner h2 a.more span{ font-family:"新細明體"; font-weight:normal;}
.block_z3 .block_content{}
.block_z3 .block_content .inner{}
.block_z3 .block_footer{}
.block_z3 .block_footer .inner{}

/*block_z4 主欄用 =============*/
.block_z4{ background:#eee; padding:15px;}
.block_z4 .block_title{ background:#fff; overflow:hidden;}
.block_z4 .block_title p.pic{ width:100%; max-width:640px; background:#000; text-align:center; margin-bottom:20px;}
.block_z4 .block_title p.pic a{}
.block_z4 .block_title p.pic a img{ width:100%; height:auto;}
.block_z4 .block_title h2{ display:inline-block; color:#fff; letter-spacing:2px; background:#66cc99; padding:3px 8px; margin-left:10px; font-family:"微軟正黑體"; font-size:16px;}
.block_z4 .block_title h2 a{ display:block; height:35px; line-height:35px; padding-left:10px; color:#fff; }
.block_z4 .block_content{ padding:15px 10px; background:#fff;}


/* block_y1 側欄用*/
.block_y1{ background:#f4f0f0; padding:10px; border-radius:5px;}
.block_y1 .block_title{ position:relative;}
.block_y1 .block_title .inner{}
.block_y1 .block_title .inner h2{ font-size:20px; color:#2e266f; font-family:"微軟正黑體";  font-weight:normal;}
.block_y1 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_y1 .block_title .inner h2 a.more span{font-family:"新細明體"; font-weight:normal;}
.block_y1 .block_content{ background:#FFFFFF;}
.block_y1 .block_content .inner{}
.block_y1 .block_footer{}
.block_y1 .block_footer .inner{}

/* block_y2 側欄用 */
.block_y2{ background:#f4f0f0; padding:10px; border-radius:5px; }
.block_y2 .block_title{ margin-bottom:10px; position:relative; }
.block_y2 .block_title .inner{}
.block_y2 .block_title .inner h2{ font-size:20px; color:#2e266f; font-family:"微軟正黑體"; font-weight:normal; padding-bottom:5px; border-bottom:1px dotted #CCC;}
.block_y2 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_y2 .block_title .inner h2 a.more span{ font-family:"新細明體"; font-weight:normal;}
.block_y2 .block_content{}
.block_y2 .block_content .inner{}
.block_y2 .block_footer{}
.block_y2 .block_footer .inner{}

/*************************************頁籤 tab ****************************************/

/* tab歸零======================== */
.tab{ clear:both; margin-bottom:15px;}
.tab .tab_title{ clear:both;}
.tab .tab_title .inner{clear:both;}
.tab .tab_content{clear:both;}
.tab .tab_content .inner{clear:both;}
.tab .tab_content .inner:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}/*clearfix修正內容物 margin-bottom BUG*/
.tab .tab_content .inner {*zoom:1; _zoom:1;} 
.tab .tab_footer{clear:both;}
.tab .tab_footer .inner{clear:both;}

/* tab_x 主欄用 */
.tab_x{}
/* tab 上方按鈕 */
.tab_x .tab_title{ background:url(../images/bg-tab_x_title.jpg) repeat-x; height:50px; margin-bottom:15px;}
.tab_x .tab_title .inner{}
.tab_x .tab_title .inner ul{}
.tab_x .tab_title .inner li{ float:left;}
.tab_x .tab_title .inner li a{ display:block; width:92px; height:50px; line-height:50px; text-align:center; font-size:15px; font-family:"微軟正黑體"; font-weight:bold;}
.tab_x .tab_title .inner li a:link, .tab_x .tab_title .inner li a:visited{ color:#666666;}
.tab_x .tab_title .inner li a:hover, .tab_x .tab_title .inner li a:active{ color:#666666; background:url(../images/bg-tab_x_title_hover.jpg) repeat-x; text-decoration:none;}
.tab_x .tab_title .inner li.current a{ color:#309fce; background:url(../images/bg-tab_x_title_current.jpg) repeat-x;}
/* tab 中段 */
.tab_x .tab_content{ }
.tab_x .tab_content .inner{}
/* tab 尾段 */
.tab_x .tab_footer{}
.tab_x .tab_footer .inner{}

@media screen and (max-width: 480px) {
	.tab_x .tab_title .inner li { width: 25%;} /*三圖三文七顆時使用，恢復成六顆時，本行拿掉*/
	
}

/*************************************元件模組 part ****************************************/

/* part_list_1 文字列表 */
.part_list_1{ clear:both; margin-bottom:10px;}
.part_list_1 h2{ margin-bottom:5px;}
.part_list_1 h2 a{ font-size:16px; font-weight:normal;}
.part_list_1 h2 a:link, .part_list_1 h2 a:visited{ color:#666666;}
.part_list_1 h2 a:hover, .part_list_1 h2 a:active{ color:#2e266f;}

/* part_list_2 文字列表 */
.part_list_2{ clear:both; margin-bottom:10px;}
.part_list_2 h3{ margin-bottom:5px;}
.part_list_2 h3 a{ font-size:13px; font-weight:normal;}
.part_list_2 h3 a:link, .part_list_2 h3 a:visited{ color:#666666;}
.part_list_2 h3 a:hover, .part_list_2 h3 a:active{ color:#2e266f;}

/* part_list_3 文字列表 */
.part_list_3{ clear:both; margin-bottom:10px; font-size:15px;}
.part_list_3 strong{ margin-right:5px;}
.part_list_3 a{ margin-right:10px;}


/* part_list_4 文字列表 */
.part_list_4{ clear:both; margin-bottom:20px; font-size:15px;}
.part_list_4 p.prev{}
.part_list_4 p.next{}
.part_list_4 strong{ margin-right:5px;}
.part_list_4 em{}

/*part_list_6 ====================*/
.part_list_6{ clear:both;}
.part_list_6 h3{ font-size:16px; font-weight:normal; padding:4px 0px; border-bottom:1px dotted #CCC;}
.part_list_6 h3:last-child{ border-bottom:0px;}
.part_list_6 h3 a{ color:#666666;}

/* part_pictxt_1 圖文列表 */
.part_pictxt_1{ clear:both; margin-bottom:10px;}
.part_pictxt_1 .box_0{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #999;}
.part_pictxt_1 .box_0 a.pic{ float:left; margin-right:15px;}
.part_pictxt_1 .box_0 a.pic img{ border: 1px solid #CCC;}
.part_pictxt_1 .box_0 h3{ margin-bottom:10px; font-size:15px;}
.part_pictxt_1 .box_0 p.summary{}
.part_pictxt_1 .box_0 p.summary em{}

/* part_pictxt_2 圖文列表 */
.part_pictxt_2{ clear:both; margin-bottom:10px;}
.part_pictxt_2 .box_0{ margin-bottom:20px; float:left; margin-right:10px; width:315px;}
.part_pictxt_2 .box_0 a.pic{ float:left; margin-right:15px; border: 1px solid #CCC;}
.part_pictxt_2 .box_0 h3{ font-size:15px; font-weight:normal;}

/* part_pictxt_3 圖文列表 */
.part_pictxt_3{ clear:both; margin-bottom:10px;}
.part_pictxt_3 .box_0{ margin-bottom:20px; margin-right:10px; width:310px;
min-height: 130px;/*最小高度，超過，會撐開*/
_height: 130px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/}
.part_pictxt_3 .box_0 .box_1{ float:left; margin-right:15px;}
.part_pictxt_3 .box_0 .box_1 a.pic{ width:120px; height:99px; margin-bottom:0px;}
.part_pictxt_3 .box_0 .box_1 a.pic img{ width:120px; height:99px; border: 1px solid #CCC;}
.part_pictxt_3 .box_0 .box_1 .score{ background:#2e266f; color:#FFF; text-align:center;}
.part_pictxt_3 .box_0 .box_2{ width:170px; float:left;}
.part_pictxt_3 .box_0 .box_2 .title{ font-size:15px; font-weight:normal; margin-bottom:5px;}
.part_pictxt_3 .box_0 .box_2 .locate{ margin-bottom:5px;}
.part_pictxt_3 .box_0 .box_2 .locate em{ display:inline-block; background: url(../images/icon-001.png) no-repeat; width:15px; height:15px; margin-right:3px; background-size:100%; position:relative; top:3px;}
.part_pictxt_3 .box_0 .box_2 .price{ font-size:18px; font-weight:bold; color:#ed5191;}
/*評分星等*/
.part_pictxt_3 .box_0 .box_2 .score{ background: url(../images/star.png) left top no-repeat; height:16px; text-indent:-9999px; margin-bottom:5px;}
.part_pictxt_3 .box_0 .box_2 .score.s1{ background-position:0px 0px;}
.part_pictxt_3 .box_0 .box_2 .score.s2{ background-position:0px -16px;}
.part_pictxt_3 .box_0 .box_2 .score.s3{ background-position:0px -32px;}
.part_pictxt_3 .box_0 .box_2 .score.s4{ background-position:0px -48px;}
.part_pictxt_3 .box_0 .box_2 .score.s5{ background-position:0px -64px;}

/* part_thumb_1 縮圖列表 */
.part_thumb_1{ clear:both; margin-bottom:10px; width:650px;}
/* 左半======== */
.part_thumb_1 .box_1{ float:left; width:416px;} 
.part_thumb_1 .box_1 a.pic { display:block; text-align:center; height:300px; width:416px; background:#fff; border:1px solid #eee; overflow:hidden; margin-bottom:10px;}
.part_thumb_1 .box_1 img{ min-height:300px;}
/*影音*/
.part_thumb_1 .box_1 iframe{ padding:8px; margin-bottom:5px; border:1px solid #eee;}
.part_thumb_1 .box_1 h3{ font-size:16px; margin-bottom:5px;}
.part_thumb_1 .box_1 p.summary{}
/* 右半======= */
.part_thumb_1 .box_2{ width:218px; float:right;}
.part_thumb_1 .box_2 .box_3{ margin-bottom:10px;}
.part_thumb_1 .box_2 a.pic { display:block; text-align:center; border:1px solid #eee; height:150px; width:218px; overflow:hidden;}
.part_thumb_1 .box_2 .box_3 a.pic img{ min-height:150px;}
/*影音*/
.part_thumb_1 .box_2 .box_3 iframe{ border:1px solid #eee; padding:8px;}
.part_thumb_1 .box_2 .box_3 h3{ font-size:16px;}



/* part_thumb_2 縮圖列表 */
.part_thumb_2{ clear:both; margin-bottom:10px;}

/* 上半 開始 */
.part_thumb_2 .box_1{ margin-bottom:15px;}
.part_thumb_2 .box_1 .box{ width:302px; height:225px; float:left; margin:0px 6px; position:relative;}
.part_thumb_2 .box_1 .box a.pic{}
.part_thumb_2 .box_1 .box a.pic img{ border: 1px solid #CCC;}
.part_thumb_2 .box_1 .box h4{ width:302px;/*300*/ height:30px; line-height:30px; background:#000; opacity:0.7; position:absolute; left:0px; bottom:-1px; text-align:center; font-weight:normal;}
.part_thumb_2 .box_1 .box h4 a{ color:#FFF;}

/* 下半 */
.part_thumb_2 .box_2{}
.part_thumb_2 .box_2 .box{ width:199px; height:148px; float:left; margin:0px 4px 0px 6px; position:relative;}
.part_thumb_2 .box_2 .box a.pic{}
.part_thumb_2 .box_2 .box a.pic img{ border: 1px solid #CCC;}
.part_thumb_2 .box_2 .box h4{ width:199px;/*197*/ height:30px; line-height:30px; background:#000; opacity:0.7; position:absolute; left:0px; bottom:-1px;  font-weight:normal; text-align:center;}
.part_thumb_2 .box_2 .box h4 a{ color:#FFF;}


/* part_thumb_3 縮圖列表 */
.part_thumb_3{ clear:both; margin-bottom:10px;}
.part_thumb_3 .box_0{ width:182px; margin:0px 8px 15px 0px;
min-height: 137px;/*最小高度，超過，會撐開*/
_height: 137px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/}
.part_thumb_3 .box_0 img{ width:180px; height:135px; border: 1px solid #CCC;}


/* part_thumb_4 縮圖列表 */
.part_thumb_4{ clear:both; margin-bottom:10px;}
.part_thumb_4 .box_0{ width:220px; margin:0px 12px 20px 8px; border:1px solid #eee; padding:10px; border-radius:5px; box-shadow:1px 1px 3px #CCC;
min-height: 190px;/*最小高度，超過，會撐開*/
_height: 190px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/} 
.part_thumb_4 .box_0 a.pic{ margin-bottom:5px; }
.part_thumb_4 .box_0 a.pic img{ border: 1px solid #CCC;}
.part_thumb_4 .box_0 h3{ font-weight:normal; text-align:center;}

/* 社群操作 */
.part_social{ clear:both; margin-bottom:25px;}
.part_social span{float:left; margin-right:5px; line-height:30px;}
.part_social .addthis_toolbox, .part_social .addthis_default_style, .part_social .addthis_32x32_style{ float:left;}



/*************************************文字選單****************************************/
/* 麵包屑  無加microdata*/
.menu_bread_crumb{ clear:both; font-size:15px;}
.menu_bread_crumb a{ padding-right:10px;}
.menu_bread_crumb a:link, .menu_bread_crumb a:visited{ color:#666666;}
.menu_bread_crumb a:hover, .menu_bread_crumb a:active{ color:#51adde;}
.menu_bread_crumb span{ padding-right:10px;}
.menu_bread_crumb em{ color:#51adde; font-style:normal;}


/* breadcrumb_box 麵包屑 */
.breadcrumb_box{ clear:both; font-size:15px; padding-top: 10px; margin-bottom:15px;}
.breadcrumb_box .menu_bread_crumb{ float: left;}
.breadcrumb_box .menu_bread_crumb > div{ display: inline-block; margin-right: -10px;}
.breadcrumb_box .menu_bread_crumb div:not(:nth-of-type(1)) a{ margin-left: 5px;}
.breadcrumb_box .menu_bread_crumb a:link, .breadcrumb_box .menu_bread_crumb a:visited{ color:#666666;}
.breadcrumb_box .menu_bread_crumb a:hover, .breadcrumb_box .menu_bread_crumb a:active{ color:#006699;}
.breadcrumb_box time.date{ float: right;}


/* 分頁 */
.menu_pager{ clear:both; text-align:center; margin:15px auto; font-size:15px;}
.menu_pager span.disabled{ padding:3px 8px; margin:0px 3px;}
.menu_pager a{ padding:3px 8px; margin:0px 3px;}
.menu_pager a:link, .menu_pager a:visited{ color:#666; text-decoration:none;}
.menu_pager a:hover, .menu_pager a:active{ color:#333; border-top:2px solid #999; }
.menu_pager span.current{ background:#CCCCCC; color:#666; padding:0px 5px;}
.menu_pager .info{ margin-top:5px; color:#666;}
.menu_pager a.btn{ background:#CCC; border-radius:3px;}
.menu_pager a.btn:link, .menu_pager a.btn:visited{color:#FFF;}
.menu_pager a.btn:hover, .menu_pager a.btn:active{color:#FFF; border:none; background:#999;}


/* menu_txt_1 類別選單 */
.menu_txt_1{ clear:both; margin-bottom:10px;}
.menu_txt_1 a{ margin-right:15px; font-size:15px; }
.menu_txt_1 a.current{ background:#51adde; color:#FFF; padding:0px 10px;}


/* news.htm 新聞模組 =====================*/
.subject_news{ clear:both; padding-bottom:20px; position:relative;}
.subject_news .title{ font-size:24px; line-height:30px; color:#51adde; font-family:Microsoft YaHei; font-weight:normal; margin-bottom:5px;}
.subject_news .date{ }

/*關鍵字*/
.subject_news .tag{ clear:both; margin-bottom:15px;}
.subject_news .tag span{}
.subject_news .tag a:link, .subject_news .tag a:visited{ display:inline-block; background: #999; color: #fff; padding: 2px 5px; margin-bottom:5px; border-radius: 3px;}

/* 點評 */
.subject_news .reviews{ margin-bottom:10px; color:#999;}
.subject_news .reviews strong{ border-left:3px solid #999; padding-left:5px;}

/*ad_txt_1*/
.ad_txt_1{ float:left; margin-top:10px;}
.ad_txt_1 a{ display:inline-block; background:#ededed; font-size:13px; padding:0px 5px; height:30px; line-height:30px; border:1px solid rgba(150,140,135,0.7);}
.ad_txt_1 a:link, .et_social_1 .ad_txt_1 a:visited { color:#968d89;}
.ad_txt_1 a:hover, .et_social_1 .ad_txt_1 a:active { color:#3f3a39;}

/* et_social_1 文首分享組件及文字廣告 ======================== */
.et_social_1{ height:60px; float:right; margin:5px 0px 20px; position:relative;}
.et_social_1 .icon_adult{ display:block; width:50px; height:50px; border-radius:3px; background:url(../images/icon_adult.png) no-repeat; position:absolute; top:5px; right:80px;}

/* et_social_2 文末各社群分享組件 ======================== */
.et_social_2{ clear: both; margin-bottom: 20px;}
.et_social_2 p{ color: #666; font-weight: bold; margin-bottom: 5px;}
.et_social_2 .menu{ display: flex;}
.et_social_2 .menu > div, .et_social_2 .menu > a{ display: block; width: 50px; height: 50px; background: url(../images/et_icon_social-2.png) no-repeat; background-size: auto 100%; border-radius: 3px; overflow: hidden; transition: box-shadow 0.3s linear;}	
.et_social_2 .menu > :nth-child(n+2){ margin-left: 10px;}
.et_social_2 .menu > :not(.fb_box):hover{ box-shadow: 0px 0px 5px 5px rgba(50, 50, 50, 0.2) inset;}
.et_social_2 .menu .fb_box{ border: 1px solid #aaa; position: relative;}
.et_social_2 .menu .fb_box .fb-like{ margin-top: 3px; position: absolute; left: 50%; transform: translateX(-50%);}
.et_social_2 .menu .fb_box .fb-like::before{ display: block; content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; top: 0; z-index: 10;/*遮原生黑色框線*/}
.et_social_2 .menu .fb_box{ background-position: calc( 50px * 0) 0px;}
.et_social_2 .menu .facebook{ background-position: calc( 50px * -1) 0px;}
.et_social_2 .menu .line{ background-position: calc( 50px * -2) 0px;}
.et_social_2 .menu .twitter{ background-position: calc( 50px * -3) 0px;}
.et_social_2 .menu .copy-link{ background-position: calc( 50px * -4) 0px; cursor: pointer;}
.et_social_2 .menu .print{ background-position: calc( 50px * -5) 0px; cursor: pointer;}
.et_social_2 .menu .message{ background-position: calc( 50px * -6) 0px; width: 130px; cursor: pointer;}

/* et_social_3 文末各社群追蹤組件 ======================== */
.et_social_3{ clear: both; margin-bottom: 20px;}
.et_social_3 p{ color: #666; font-weight: bold; margin-bottom: 5px;}
.et_social_3 .menu{ display: flex;}
.et_social_3 .menu .fb_box{ width: 180px; height: 60px; border-radius: 3px; overflow: hidden;}
.et_social_3 .menu .fb_box > div{ transform: scale(0.8); transform-origin: left top;}
.et_social_3 .menu > a{ display: block; width: 60px; height: 60px; background: url(../images/et_icon_social-3.png) no-repeat; background-size: auto 100%; border-radius: 3px; overflow: hidden; transition: box-shadow 0.3s linear;}
.et_social_3 .menu > :nth-child(n+2){ margin-left: 10px;}
.et_social_3 .menu > a:hover{ box-shadow: 0px 0px 5px 5px rgba(50, 50, 50, 0.2) inset;}
.et_social_3 .menu .youtube{ background-position: calc( 60px * 0) 0px;}
.et_social_3 .menu .instagram{ background-position: calc( 60px * -1) 0px;}
.et_social_3 .menu .line{ background-position: calc( 60px * -2) 0px;}
.et_social_3 .menu .twitter{ background-position: calc( 60px * -3) 0px;}
.et_social_3 .menu .telegram{ background-position: calc( 60px * -4) 0px;}

/* 本文 ============ */
.subject_news .story{ clear:both;}
.subject_news .story p{ margin-bottom:25px; line-height:1.8; font-size:16px;}
.subject_news .story p.no_margin{ margin-bottom:0px;}
.subject_news .story p img { max-width:600px; height:auto; vertical-align:bottom;}
.subject_news .story strong{ color:#51adde;}
.subject_news .story strong.figcaption{ display: block; background:linear-gradient(90deg, rgba(220, 220, 220, 1) 0%, rgba(220, 220, 220, 0.8) 60%, transparent 100%); font-size: 15px; font-weight: normal; color:#333; line-height: 1.5; padding: 10px;}
.subject_news .story em{ color:#e94c15;}

/* ETtoday著作權聲明 */
.copyright{ font-size:15px; color:#51adde; font-weight:bold; text-align:center; margin-bottom:15px;}

/*推薦活動/推薦商品...文末連結===*/
.subject_news .recom-events { clear:both;font-weight:bold;font-size:15px}
.subject_news .recom-events h2 {line-height:30px;color:#000}
.subject_news .recom-events p {clear:both;line-height:1.8;margin:5px auto}
.subject_news .recom-events p em {color:#e94c15;}

/*推薦商品===*/
#for-ec { background-color:#FFF8E7}

/*推薦活動===*/
#for-event {}


/* index.htm 首頁 圖集 ==========================================================================*/
.gallery_1{ width:650px; height:360px; overflow:hidden; position:relative; margin-bottom:20px; margin-top:15px;}
/*滾動*/
.gallery_1 .run .bx-wrapper{ margin:0px;/*外掛歸零*/ }
.gallery_1 .run .bx-wrapper .bx-viewport {border: 0px solid #fff;/*外掛歸零*/ box-shadow: 0 0 0px #ccc;/*外掛歸零*/  left:0px;/*外掛歸零*/}

/*摘要*/
.gallery_1 .summary{ width:100%;/*650*/ height:60px; padding-left:10px; background:#000; position:absolute; left:0px; bottom:0px; font-size:35px; line-height:60px; color:#fff; opacity:0.8;  font-family:Microsoft YaHei;}

/*操作*/
.gallery_1 .operate{}
.gallery_1 .operate .prev{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px 0px; position:absolute; left:0px; top:50%; margin-top:-35px; opacity:0.4;}
.gallery_1 .operate .next{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px -50px; position:absolute; right:0px; top:50%; margin-top:-35px; opacity:0.4;}
.gallery_1 .operate .prev span, .gallery_1 .operate .next span{ display:none;}

/*分頁*/

.gallery_1 .pager{ width:auto; height:15px; position:absolute; right:15px; top:15px; opacity:0.6;}
.gallery_1 .pager a{ display:block; width:15px; height:15px; background:#fff; border-radius:50%; float:left; margin-left:10px;box-shadow:1px 2px 5px rgba(0,0,0,0.55);}
.gallery_1 .pager a span{ display:none;}
.gallery_1 .pager a.current{ background:#51adde;}


/*index.htm 旅遊圖集 縮圖放大 ==========================================================================*/
.gallery_2{ clear:both; margin-bottom:15px;}
.gallery_2 .piece{ width:120px; height:90px; float:left; margin-right:10px; position:relative;}
.gallery_2 .piece img{ border: 1px solid #CCC;}
.gallery_2 .piece .pic_s{}
.gallery_2 .piece .pic_b{ position:absolute; top:0; left:0px; z-index:20;}

/*index.htm首頁頁簽========================================================*/
/*初始隱藏*/
#hot_area .part_thumb_1{ display:none;}

/*album.htm 圖集相本================================================================================== */
.slideshow_1{ width:auto; margin-bottom:15px; position:relative;}
.slideshow_1 h2{ font-size:28px; color:#51adde; font-family:"微軟正黑體"; line-height:50px; text-align:center; font-weight:normal; padding-bottom:5px;}
.slideshow_1 .note{ width:250px; background:#777; margin:0 auto 20px auto; padding:5px 10px; border-radius:2px; font-size:13px; color:#fff; text-align:center;}
.slideshow_1 .pic{ text-align:center; margin-bottom:20px;}
.slideshow_1 .pic img{ box-shadow:0px 0px 1px rgba(0,0,0,0.5);}
/*圖說*/
.slideshow_1 p.summary{ text-align:center; font-size:15px;}
.slideshow_1 p.summary em{}
/*操作*/
.slideshow_1 .operate{}
.slideshow_1 .operate a{ display:block; width:100px; height:100px;}
.slideshow_1 .operate a.prev{ background: url(../images/arrow_2.png)0px 0px no-repeat; position:absolute; left:0px; top:50%; margin-top:-50px;}
.slideshow_1 .operate a.next{ background: url(../images/arrow_2.png)0px -100px no-repeat; position:absolute; right:0px; top:50%; margin-top:-50px;}
.slideshow_1 .operate span{ display:none;}


/*search.htm 搜尋列========================================================*/
.search_bar{ margin:10px auto}
.search_bar .keyword {width:200px;}
.search_bar em {color:#e94c15;}
.search_bar span {color:#e94c15;}

/*錯誤404 error.htm===============*/
.error_404{ text-align:center; margin-top:50px; margin-bottom:20px;}
.error_404 strong{ font-size:30px; color:#e94c15;}
.error_404 strong a{ font-size:16px;}

/* 新增區塊 旅遊 熱門新聞============= */
#hot-news-index{}
#hot-news-index .block_title .inner h2{ font-size:20px; color:#2e266f; font-family:"微軟正黑體"; font-weight:normal; padding-bottom:5px; border-bottom:1px dotted #CCC;}
#hot-news-index .col_3 h3{ margin-bottom:5px;}
#hot-news-index .col_3 h3 a{ font-size:16px; font-weight:normal;}
#hot-news-index .col_3 h3 a:link, #hot-news-index h3 a:visited{ color:#666666;}
#hot-news-index .col_3 h3 a:hover, #hot-news-index h3 a:active{ color:#2e266f;}
#hot-news-index .more_box{ display:none;}





/*廣告============================*/
/* header ad_250x50*/
.header .ad_250x50{ width:250px; height:auto; position:absolute; left:320px; top:45px; border:0px solid red;}
.header .ad_250x50 img{ width:250px; height:50px;}

/*index.htm首頁 側欄影音*/
.video_300x225{ width:300px; height:225px; margin-bottom:15px;}

/* banner_300x250 */
.banner_300x250{ clear:both; margin-bottom:15px;}
/* banner_970 */
.banner_970{ margin:0 auto 15px auto;}
/* travel_600x200 */
#travel_600x200{ clear:both; margin-bottom:15px;}
#travel_600x200 img{ width:100%; height:auto;}

/*travel_影音摩天*/
#topic_h-video{ clear:both; margin:15px 0px;}

/*新聞內頁lineat區塊============================*/
.lineat{ width:300px; height:auto; margin:0 auto 10px auto;}
.lineat img{ width:100%; height:auto;}

/*mood新話題模組================================*/
.mood_txt .part_txt_1{ padding:10px;}	
.mood_txt .part_txt_1 a{ display:inline-block; margin-right:5px; font-size:16px; line-height:26px;}	
.mood_txt .part_txt_1 a:nth-of-type(2n){color:#8bc34a;}	

/*ai workzone產出的表格*/
.et_table-1{ clear:both; width:100%; max-width:600px; border-collapse:collapse; border:1px solid #2e2770; margin:0px auto 15px auto;}
.et_table-1 thead{ background-color:#2e2770; color:#fff; font-weight:300;}
.et_table-1 thead th{ padding:5px 0px;}
.et_table-1 tbody td{ padding:5px; border:1px solid #d6d6d5;}
.et_table-1 tbody tr:nth-of-type(even){ background-color:#eee;}/* penname_theme.css */

/* h2.panname_title ======================= */
h2.panname_title{ font-size: 20px; color: #51adde; font-family: "微軟正黑體"; font-weight: normal; padding-left: 10px;}

/* penname_more_box */
.penname_more_box a.btn_more{ font-size: 15px;}
.penname_more_box a.btn_more:link, .penname_more_box a.btn_more:visited{ background:#51adde; color:#fff;}
.penname_more_box a.btn_more:hover, .penname_more_box a.btn_more:active{}


/* penname_part_pictxt_1 ======================= */
.penname_part_pictxt_1{ margin-bottom: 40px;}
.penname_part_pictxt_1 .piece h3{ font-size: 16px;}
.penname_part_pictxt_1 .piece .summary{ margin-bottom: 10px;}
.penname_part_pictxt_1 .piece .menu a:link, .penname_part_pictxt_1 .piece .menu a:visited{ color:#79808a;}


/* penname_part_pictxt_2======================= */
.penname_part_pictxt_2{ margin-bottom: 40px;}
.penname_part_pictxt_2 .piece{ background: #f7f7f7; padding: 10px; border:1px solid #e1e1e1;}
.penname_part_pictxt_2 .piece a.pic{ margin-bottom: 10px;}
.penname_part_pictxt_2 .piece h3{ margin-bottom: 15px;}
.penname_part_pictxt_2 .piece h3 span + a{ font-weight: normal;}
.penname_part_pictxt_2 .piece h3 span + a:link, .penname_part_pictxt_2 .piece h3 span + a:visited{ color:#79808a;}
.penname_part_pictxt_2 .piece .menu{ border-top:1px dotted #e1e1e1; border-bottom: none;}
.penname_part_pictxt_2 .piece .menu a.fb-like{ position: relative; top: 8px;} 
	

/* penname_part_pictxt_3======================= */
.penname_part_pictxt_3{ margin-bottom: 40px;}
.penname_part_pictxt_3 *{ box-sizing: border-box;}
.penname_part_pictxt_3 .piece h4{ font-weight: normal;  border-bottom:none;}
.penname_part_pictxt_3 .piece h4:not(:nth-last-of-type(1)){ border-bottom: 1px dotted #e1e1e1;}
.penname_part_pictxt_3 .piece h3 span + a{ font-weight: normal;}
.penname_part_pictxt_3 .piece h3 span + a:link, .penname_part_pictxt_3 .piece h3 span + a:visited{ color:#79808a;}


/* penname_part_pictxt_4======================= */
.penname_part_pictxt_4 *{ box-sizing: border-box;}
.penname_part_pictxt_4 .piece{ margin:0px; margin-bottom:30px;}
.penname_part_pictxt_4 .piece:not(:nth-of-type(4n)) { margin-right:1.8%;}
.penname_part_pictxt_4 .piece a.pic img{ width:auto; height:100%;}
.penname_part_pictxt_4 .piece h3 span + a{ font-weight: normal;}
.penname_part_pictxt_4 .piece h3 span + a:link, .penname_part_pictxt_4 .piece h3 span + a:visited{ color:#79808a;}

/* penname_part_pictxt_5======================= */
.penname_part_pictxt_5{ margin-bottom: 40px;}
.penname_part_pictxt_5 *{ box-sizing: border-box;}
.penname_part_pictxt_5 .piece{ width:150px;}
.penname_part_pictxt_5 .piece:not(:nth-of-type(4n)){ margin-right:16px;}
.penname_part_pictxt_5 .piece a.pic{ background: #e1e1e1;}





/* penname_subject ===================*/
.penname_subject{ background:#f4f4f4; letter-spacing:1px;}
.penname_subject .cover.style_1 p.profilepic{ background:#fff; top:15px;}
.penname_subject h3{ font-family:"微軟正黑體"; font-weight:normal; font-size:30px; color:#51adde;}
.penname_subject h4{ font-family:"微軟正黑體"; font-weight:normal; font-size:16px;}
.penname_subject p.summary{ text-align:center;}
.penname_subject .operate_1{ padding:10px 15px;}
.penname_subject .operate_1 a.penname_btn:link, .penname_subject .operate_1 a.penname_btn:visited{ background:#51adde; color:#fff;}




/* penname_gallery_1============================ */
.penname_gallery_1{ margin-bottom:30px;}
/*操作*/
.penname_gallery_1 .bx-wrapper .bx-prev{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px 0px; position:absolute; left:0px; top:50%; margin-top:-35px; opacity:0.4;}
.penname_gallery_1 .bx-wrapper .bx-next{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px -50px; position:absolute; right:0px; top:50%; margin-top:-35px; opacity:0.4;}
.penname_gallery_1 .bx-wrapper .bx-next:hover{ background-position: 0px -50px;}
/*分頁*/
.penname_gallery_1 .bx-controls .bx-pager { padding: 0px; width:auto; height:15px; opacity:0.6; position: absolute; right: 0px;  top: 10px;}
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a{ display:block; width:15px; height:15px; background:#fff; border-radius:50%; float:left; margin-left:10px;}
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a span{ display:none;}
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a.active{ background:#51adde;}



/* penname_select 下拉式選單 =======================*/
.penname_select{ padding: 0px; margin-bottom: 15px;}
.penname_select select.select{ border: none; outline: none; /*樣式歸零*/ 
 height: auto; font-size: 16px; font-family: "微軟正黑體"; border: 1px solid #e1e1e1; padding: 5px; }






/* page.css **************/

/* 模組 新聞內頁 分享按鈕====*/
#et_sticky_pc{ width: 50px; height: 0px;/*彈性高度*/ position: fixed; left:50%; top: 5px; margin-left:-550px; z-index: 10; overflow: hidden; transition: height 0.6s ease-in-out;}
#et_sticky_pc a.btn{ display: block; width: 40px; height: 40px; background: url(../images/et_sticky_pc.png) no-repeat; background-size: auto 40px; text-indent: 100%; white-space: nowrap; overflow: hidden; border-radius: 50%; margin-bottom: 5px; box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
#et_sticky_pc a.btn.logo{ background-position: 0px 0px;}
#et_sticky_pc a.btn.fb{ background-position: -40px 0px;}
#et_sticky_pc a.btn.weibo{ background-position: -80px 0px;}
#et_sticky_pc a.btn.twitter{ background-position: -120px 0px;}
#et_sticky_pc a.btn.gplus{ background-position: -160px 0px;}
#et_sticky_pc a.btn.link{ background-position: -200px 0px;}
#et_sticky_pc a.btn.line{ background-position: -240px 0px;}

/* 新聞內頁 模組 et_ad_group_1 文末各關企廣告字====*/
.et_ad_group_1{ margin-bottom:20px; padding:10px 0px;}
.et_ad_group_1 p{ margin-bottom:10px; font-size:18px; font-weight:bold;}
.et_ad_group_1 p:last-child{ margin-bottom:0px;}
.et_ad_group_1 p.ad_txt_p_1 a:link,.et_ad_group_1 p.ad_txt_p_1 a:visited{ color:#0000ff;}
.et_ad_group_1 p.ad_txt_p_1 a:hover{ color:#0202eb;}
.et_ad_group_1 p.ad_txt_p_2 a:link,.et_ad_group_1 p.ad_txt_p_2 a:visited{ color:#0000ff;}
.et_ad_group_1 p.ad_txt_p_2 a:hover{ color:#d56020;}

/* et_comments 全站共用 留言版模組 =======================================*/
#et_comments {padding:5px; background-color:#fff;}
#et_comments *{font-style:normal;/*取消斜體*/}

/* menu tab 選單 ======================*/
#et_comments .menu{  display:flex; flex-direction:row; justify-content:space-between; align-items:center; margin-bottom:10px;}
#et_comments .menu button{ width:50%; height:40px; font-size:15px; border-radius: 3px; background-color:#fff; color:#636573; cursor: pointer; border:1px solid #636573;}
#et_comments .menu button.current{ background-color:#3788E6; color:#fff; border:none;}
#et_comments .menu button.btn_et{ }
#et_comments .menu button.btn_fb{ }

/*按鈕 前往新聞雲APP*/
#et_comments a.btn_go{ height:40px; background-color:#3788E6; color:#fff; font-size:15px; text-decoration:none; border-radius:3px; border:none; display:flex; flex-direction:column; justify-content:center; align-items:center;}

/*fb_board 留言版 =====================*/
#et_comments .fb_board{display:none;/*初始隱藏*/}

/* et_board 自行開發 留言版=====================*/
#et_comments .et_comments_inner{ width:100%;}
#et_comments .et_board{ padding:5px;}
#et_comments .et_board iframe{ width:100%; min-height:247px;}.wrapper_box{ background:#33b4ee;}
.wrapper{ background-image:url("https://static.ettoday.net/style/travel/css/theme/new_year_2024/bg_1920.jpg");/*https://static.ettoday.net/style/travel/css/theme/new_year_2022/bg_1920.jpg*/ background-color:#bde18a; background-repeat:no-repeat; background-position:center top;}
.ettop_box{ background:#22ac38;}
.ettop_box .ettop a:link, .ettop_box .ettop a:visited{ color:#fff;}
.ettop_box .ettop a:hover, .ettop_box .ettop{ color:#fff;}
.header{ height:220px; background-repeat:no-repeat;}
.header .logo_ettoday a{ background:url("https://static.ettoday.net/style/travel/css/theme/new_year_2024/logo-travel.png");/*https://static.ettoday.net/style/travel/css/theme/new_year_2022/logo-travel.png*/}
.header .nav{ background-color:#fff;}
.header .header_search .keyword { border:3px solid #0068b7;}
.header .header_search .go{ background:#0068b7;}
.container{ background-color:#fff;}
.footer{ background:#fff;}
