body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/* yuhang style */
/* 共用 */
.row.header + .row { padding-top: 110px; }
.yh_width{ max-width: 1360px;}
.block-item.yh_title>.module-container>.main>.header-title,.widget-item.yh_title .header-title { position: relative; width: auto; line-height: 28px;  display: table; margin: 0 auto 40px;padding-left: 28px; color: #333333; font-size: 26px; font-weight: 600; letter-spacing: 2px; }
.block-item.yh_title>.module-container>.main>.header-title::before,.widget-item.yh_title .header-title::before { content: ""; position: absolute; left: 0; top: 4px; background: #fbdad1; width: 20px; height: 20px;border-radius: 50%; }
.block-item.yh_title>.module-container>.main>.header-title::after, .widget-item.yh_title .header-title::after { content: ""; position: absolute; left: 13px; bottom: 1px; background: #dc5310; width: 11px; height: 11px; border-radius: 50%; }
.d-none-important{ display: none !important;}
@media (max-width: 1360px) {
    .yh_width{ padding: 0 50px; max-width: 100%;  }
    .web-page-frame .ys_width>.module-container>.main { margin: 0;}
}
@media (max-width: 575px) {
    .yh_width{ padding: 0 25px; }
    .block-item.yh_title>.module-container>.main>.header-title, .widget-item.yh_title .header-title { line-height: 28px; margin: 0 auto 36px; }
}

/******** header ********/
body .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1001; }
.yh_header { background: #ffffff; }
.yh_header .header-part{ max-width: 1360px; margin: 0 auto; padding: 3px 0; background-color: #ffffff; }
.yh_header .header-part .navbar-brand { height: 54px; margin: 0; padding: 0; }
.yh_header .header-part .navbar-nav li{ position: relative; display: -ms-flexbox; display: flex; align-items: center; padding-left: 20px;}
.yh_header .header-part .navbar-nav li + li {  position: relative; margin-left: 25px; }
.yh_header .header-part .navbar-nav li a,.yh_header .header-part .navbar-nav .nav-link{ display: -ms-flexbox; display: flex; align-items: center; padding: 0; font-size: 16px; letter-spacing: 0.5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.yh_header .header-part .navbar-nav li .showName .member-name { position: relative; padding: 0 3px; color:#545454;}
.yh_header .header-part .navbar-nav li .showName .member-name::after { content: ""; position: absolute; width: 100%; height: 1px; background: #e89112; bottom: 0; left: 0; }
.yh_header .header-part .navbar-nav li .showName a.SignOut { background: #a0a0a0; border: 1px solid #a0a0a0; padding: 0 3px; }
.yh_header .header-part .navbar-nav li a:hover { color: #545454 !important; }
.yh_header .header-part .navbar-nav>li:first-child::before { content: ""; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/4252db5d-4aea-42c6-9d36-7625a695a7dd.svg); background-position: center; background-repeat: no-repeat; width: 18px; height: 18px; position: absolute; left: 0; }
.yh_header .header-part .navbar-nav>li:nth-child(2)::before { content: ""; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/66c3c732-bb19-4fe5-bae7-b13c887a6cf5.svg); background-position: center; background-repeat: no-repeat; width: 18px; height: 18px; position: absolute; left: 0; }
.yh_header .header-part .navbar-nav>li:nth-child(3)::before { content: ""; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/0eae237d-ea0b-441a-a336-4bf626d580c3.svg); background-position: center; background-repeat: no-repeat; width: 18px; height: 18px; position: absolute; left: 0; }


/* 主選單 */
.yh_nav .mega-menu .menu-links > li > a{  font-size: 18px; font-weight: 600;}
.yh_nav .mega-menu .menu-links > li:hover { background-color: transparent; }
.yh_nav .mega-menu .menu-links > li:hover a {opacity: 0.7;}
.yh_nav .mega-menu .menu-links > li > a i{ padding-left: 3px; color: #ffffff; }
.yh_nav .mega-menu .mg-drop-down h4{ position: relative; font-size: 18px; margin-bottom: 5px; padding-bottom: 0; padding-left: 18px;}
.yh_nav .mega-menu .mg-drop-down h4::after { content: "";  position: absolute;  bottom: 2px; left: 0; width: 17px; height: 20px; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/6fcdbe56-ea66-4688-8fc5-138b74f4a43b.svg); background-position: center; background-repeat: no-repeat; }
.yh_nav .mega-menu .menu-links li .list_box { margin: 0; padding: 0; }
.yh_nav .mega-menu .menu-links li div.mg-drop-down.col-12 { left: initial; padding: 3px 15px; }
.yh_nav .mega-menu .menu-links li .list_box ul li a { font-size: 15px; }
.yh_nav .mega-menu .menu-links > li .list_box a p{ display: block; margin-left: 0; margin-right: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.yh_nav .mega-menu .menu-links > li .list_box a:hover p { color: #dc5310 !important; margin-left: 5px; margin-right: 0px;}
.mobile_member { position: absolute; z-index: 99; top: 14px; right: 65px; max-width: 160px; text-align: right;}
.mobile_member .member-block>a { color: #ffffff; padding-right: 15px; line-height: 32px; text-decoration: none;}
.mobile_member .showName{ color: #545454; padding: 0;}
.mobile_member .showName .member-name { position: relative;}
.mobile_member .showName .member-name::after { content: ""; position: absolute; width: 100%; height: 1px; background: #ffffff; bottom: 0; left: 0; }
.mobile_member .showName .SignOut { background: #a0a0a0; border: 1px solid #a0a0a0; margin-left: 5px; padding: 5px 3px; }

@media (min-width: 768px){
    .yh_header .navbar-toggler{ display: none;}
    .yh_header .collapse:not(.show) { display: block; }
    .yh_header .navbar-collapse { display: -ms-flexbox!important; display: flex!important; -ms-flex-preferred-size: auto; flex-basis: auto; }
    .yh_header .navbar-expand-lg .navbar-nav { -ms-flex-direction: row; flex-direction: row; }
    .yh_nav .mega-menu .menu-links { display: -ms-flexbox; display: flex !important; justify-content: space-between; width: 1200px; max-width: 100%; float: initial; margin: 0 auto;  }
    .yh_nav .mega-menu .menu-links > li { position: relative; }
    .yh_nav .mega-menu .menu-links > li:nth-last-child(1){ display: none;}
    .yh_nav .mega-menu .menu-links li div.mg-drop-down { width: auto; min-width: 150px; }
    .yh_nav .mega-menu .menu-links > li > a i{ display: none !important; }
    .yh_nav .mega-menu .menu-links > li:nth-last-child(2)>div.mg-drop-down.col-12 { right: 0; }
}
@media (max-width: 1360px){
    .yh_header .header-part { padding: 3px 25px; }
    .yh_nav .mega-menu .menu-links{ padding: 0 30px;}
    .yh_nav .mega-menu .menu-links > li > a { padding: 0 10px; }
}
@media (max-width: 1199px){
    .yh_nav .mega-menu .menu-links > li > a{  font-size: 16px; padding: 0 5px;}
}
@media (max-width: 991px){
    .yh_nav .mega-menu .menu-links > li > a { font-size: 15px; padding: 0;}
}

@media (max-width: 767px){
    body .header { z-index: 1049;  left: 15px; right: 15px; }
    .row.header + .row { padding-top: 60px; }
    .yh_header .navbar-toggler{ display: none;}
    .yh_header .header-part{ background-color: #dc5310; padding: 3px 10px;}
    .yh_header .header-part .navbar-brand img{ filter: brightness(100);}
    .yh_header .navbar-collapse,.yh_header .collapse:not(.show),.yh_header .collapse.show{ display: none;}
    .yh_nav .mega-menu{ min-height: 0;}
    .yh_nav .mega-menu .menu-links { padding: 0 0 150px; width: 100%; height: 100vh; max-height: initial !important; }
    .yh_nav .mega-menu .menu-links > li{ border-bottom:1px solid #e97431; width: 100%; margin: 0 auto; padding:0;}
    .yh_nav .mega-menu .menu-links > li > a { font-size: 16px; line-height: 16px; width: calc(100% - 50px); text-align: left; height: 50px; padding: 16px 15px 0;  }
    .yh_nav .mega-menu .menu-links > li > a i.fa.fa-indicator { padding-left: 0; display: block !important; text-align: center; padding-bottom: 10px; }
    .yh_nav .mega-menu .menu-links li div.mg-drop-down.col-12 {padding: 0 15px; }
    .yh_nav .mega-menu .menu-links li .list_box ul li { margin: 15px 0; }
    .yh_nav .mega-menu .menu-links li .list_box ul li a { font-size: 16px; letter-spacing: 2px; }
    .yh_nav .mega-menu .menu-links li .list_box { padding:0; }
    .yh_nav .mega-menu .mg-drop-down { background: #f6f0e9;}
    .yh_nav .mega-menu .menu-logo{ position: fixed; top: 0; right: 0; height: 60px; width: calc(100% - 220px);}
    .yh_nav .mega-menu .menu-logo > li{ float: initial;}
    .yh_nav .mega-menu .menu-logo > li > a { padding-top: 0; padding-bottom: 0; display: none; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger { width: 50px; background: transparent; top: 5px; right: 5px; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger:hover { background: transparent; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger:before,
    .yh_nav .mega-menu .menu-mobile-collapse-trigger:after,
    .yh_nav .mega-menu .menu-mobile-collapse-trigger span{ height: 2px; background: #ffffff; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger.active:before { -webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg); top: 11px; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger.active:after { -webkit-transform: rotate(-40deg); -ms-transform: rotate(-40deg); transform: rotate(-40deg); top: 36px; }
    .yh_nav .mega-menu .menu-links > li.activeTriggerMobile{ background-color: #b83c00; }
}
@media (max-width: 575px){
    .row.header + .row { padding-top: 52px; }
    .yh_header .header-part { height: 52px; padding: 6px 10px; justify-content: flex-start;  min-width: initial; }
    .yh_header .header-part .navbar-brand { height: auto; } 
    .yh_header  .header-part .navbar-brand img { height: 40px; }
    .yh_nav .mega-menu .menu-logo{  height: 40px; width: calc(100% - 160px);}
    .yh_nav .mega-menu .menu-mobile-collapse-trigger { width: 35px; top: 2px; right: 10px; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger:before,
    .yh_nav .mega-menu .menu-mobile-collapse-trigger:after,
    .yh_nav .mega-menu .menu-mobile-collapse-trigger span { width: 30px; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger.active:before { top: 13px; }
    .yh_nav .mega-menu .menu-mobile-collapse-trigger.active:after { top: 32px; }
    .mobile_member { top: 10px; right: 50px; } 
    .mobile_member .showName .member-name { color: #ffffff;}
}

@media (max-width: 400px){
    .mobile_member{max-width: 140px; right: 40px; padding: 0 10px; }
    .mobile_member .showName .member-name { font-size: 13px;}
    
}

/******** 首頁 ********/
/* 首頁大圖輪播 */
.main_slider .carousel-caption { background: rgb(0 0 0 / 60%); right: initial; bottom: 0; left: 0; z-index: 10; padding: 20px calc(10% + 100px) 20px 10%; color: #fff; text-align: left; width: 100%; height: 90px; display: flex !important; align-items: center; flex-flow: row-reverse; justify-content: flex-end; }
.main_slider .bs-carousel .carousel-item h5{ font-size: 26px; font-weight:600; margin: 0; padding-left: 10px; text-shadow:none; font-weight: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align: justify; text-overflow: ellipsis; overflow: hidden;}
.main_slider .bs-carousel .carousel-item h6{ min-width: 100px;font-size: 20px; text-align: center; margin: 0; font-weight: normal; text-shadow: none; background: #dc5310; padding: 4px 10px; border-radius: 20px; }
.main_slider .carousel-control-next,.main_slider .carousel-control-prev{ opacity: 0.8;}
.main_slider .carousel-control-prev { left: initial; right: calc(10% + 50px); top: initial; bottom: 30px; width: 40px; }
.main_slider .carousel-control-next { right: 10%; top: initial; bottom: 30px; width: 40px; }
.main_slider .carousel-control-next-icon, .main_slider .carousel-control-prev-icon { width: 30px; height: 30px; background-size: 30px; }
.main_slider .carousel-control-prev-icon,
.main_slider .carousel-control-next-icon{ background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/02ad3d8b-329f-47ae-bc86-10e757f0515e.svg);}
.main_slider .carousel-control-next-icon{ transform: rotate(180deg);}
.main_slider .carousel-indicators{ display: none;}
@media (max-width: 1600px){
    .main_slider .carousel-caption { padding: 20px 120px 20px 20px; }
    .main_slider .carousel-control-prev{ right: 60px;}
    .main_slider .carousel-control-next{ right: 20px;}
}
@media (max-width: 1199px){ 
    .main_slider .bs-carousel .carousel-item h5{ font-size: 22px; line-height: 30px; }
    .main_slider .bs-carousel .carousel-item h6{ font-size: 18px;}
}
@media (max-width:575px){ 
    .main_slider .carousel-caption { height: 130px; padding:5px 45px; flex-flow: column-reverse; align-items: flex-start; }
    .main_slider .bs-carousel .carousel-item h5{ font-size: 18px; line-height: 26px;}
    .main_slider .bs-carousel .carousel-item h6{ font-size: 15px;}
    .main_slider .carousel-control-prev{  bottom: 48px; right: initial; left: 10px;}
    .main_slider .carousel-control-next{ bottom: 48px; right: 10px;}
}

/* 首頁搜尋引擎 */
.main_search .search-area { background: #ffffff; min-height: 150px; display: flex; align-items: center; box-shadow:2px 0 8px rgb(0 0 0 / 20%);}
.main_search  .search-area  .search-box {padding: 0px 10px;}
.web-page-frame .widget-item.main_search .search-area form.container{ width: 100%;}
.main_search .search-area form.container { max-width: 1440px;  padding-left: 0; padding-right: 0; }
.main_search .search-area .search-box .select-goal,.main_search .search-area .search-box .select-place,.main_search .search-area .search-box .select-date,.main_search .search-area .search-box .select-keywords{background:#ffffff;  padding: 5px 10px;}
.main_search .select-keywords{ position:relative; }
.main_search .search-area .search-box .select-keywords .title i,.main_search .search-area .search-box .select-goal .title i,
.main_search .search-area .search-box .select-place .title i,.main_search .search-area .search-box .select-date .title i{ display:none;}
.main_search .search-area .search-box .select-date .select { width: 100%;}
.main_search .search-area .search-box .select-date .select input { width: calc(46%);}
.main_search .search-area .search-box .select-goal .select select,.main_search .search-area .search-box .select-place .select select,
.main_search .search-area .search-box .select-date .select input,.main_search .search-area .search-box .select-keywords .select input { height: 45px; padding: 5px 10px;  border: 1px solid #d5d5d5; background-color: #f8f8f8; color: #333333; cursor:pointer;}
.main_search .search-area .search-box .select-goal .select select,.main_search .search-area .search-box .select-place .select select { background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/0db042db-9e23-4192-b285-bcd9c28d2c9e.svg); background-size: 15px auto;}
.main_search .search-area .search-box .select-goal .select select:hover,.main_search .search-area .search-box .select-place .select select:hover,.main_search .search-area .search-box .select-goal .select select:focus,.main_search .search-area .search-box .select-place .select select:focus{ background-image: url('https://materials.fillo.com.tw/materials/yuhang/images/4d7abc7c-7035-4041-9996-a78b73e610df.svg'); background-size: 15px auto;}
.main_search .search-area .search-box .select-goal .select select:focus,.main_search .search-area .search-box .select-place .select select:focus,.main_search .search-area .search-box .select-date .select input:focus,.main_search .search-area .search-box .select-keywords .select input:focus,.main_search .search-area .search-box .search-btn:focus{ outline:none; }
.main_search .search-area .search-box .select-goal .title h6,.main_search .search-area .search-box .select-place .title h6,.main_search .search-area .search-box .select-date .title h6,.main_search .search-area .search-box .select-keywords .title h6{  margin: 0;  color: #dc5310; font-weight: 600;}
.main_search .search-area .search-box .select-date .select .divide{margin: 25px 10px 0px 10px; background: #333333;}
.main_search .search-area .search-box .search-btn{  background: #545454;   width:calc(100% - 10px);  height: 45px;  margin-top: 35px; float: right; display: flex;  padding: 0;  justify-items: center; align-items: center; border-radius: 0; -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out; }
.main_search .search-area .search-box .search-btn:hover{ background:#dc5310;}
.main_search .search-area .search-box .search-btn h5 { position: relative; display: table;  margin: 0 auto; padding-right: 25px; width: 120px; height: 30px;  font-size: 1rem;  line-height: 2rem;  }
.main_search .search-area .search-box .search-btn h5::after{ content: "";  position: absolute; background-image: url('https://materials.fillo.com.tw/materials/yuhang/images/f01acf87-d6eb-47bb-8588-733e4e8ecc98.svg'); background-repeat: no-repeat; background-size: 20px; width: 20px; height: 20px; right: 10px;
 top: 6px;}
.main_search  .search-area .search-box .search-btn i{ display:none;}

/* 首頁國外搜尋引擎 */
.web-page-frame .widget-item.main_search.new .search-area form.container { width: 100%; background: #ffffff; min-height: 150px; display: flex; align-items: center; border-bottom: 0; }
.main_search.new section.group_banner .search-area .search-box{ margin: 0; height: 90px; padding: 0 10px;}
.main_search.new section.group_banner .search-area .search-box>div { flex: 1; }
.main_search.new section.group_banner .search-area .search-box .select-goal .title,
.main_search.new section.group_banner .search-area .search-box .select-place .title,
.main_search.new section.group_banner .search-area .search-box .select-date .title{height: 30px;}
.main_search.new section.group_banner .search-area .search-box .select-goal .title h6,
.main_search.new section.group_banner .search-area .search-box .select-place .title h6,
.main_search.new section.group_banner .search-area .search-box .select-date .title h6{margin: 0; color: #dc5310; font-weight: 600;}
.main_search.new section.search_banner .search-area .search-box .select-goal,
.main_search.new section.search_banner .search-area .search-box .select-place{ padding: 0; height: 90px;}
.main_search.new section.group_banner .search-area .search-box .select-date{ padding: 0; height: 90px; }
.main_search.new section.group_banner .search-area .search-box .select-date .select input {width: calc(46%); height: 45px; padding: 5px 10px; border: 1px solid #d5d5d5; background-color: #f8f8f8 !important; color: #333333; cursor: pointer; }
.main_search.new section.group_banner .search-area .search-box>div:last-child{ flex: 0; max-width: 210px; min-width: 210px; }
.main_search.new section.group_banner .search-area .search-box .search-btn { background: #545454;  height: 45px; margin-top: 30px; float: right; display: flex; padding: 0; justify-items: center; align-items: center; border-radius: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.main_search.new .search-area .search-box .search-btn h5{ width: 90px; }
.main_search.new section.search_banner .search-area .search-box .select-input::before { content: "關鍵字"; color: #dc5310; font-size: 15px; font-weight: 600; letter-spacing: 1px; }
.main_search.new section.search_banner .search-area .search-box .select-input .data-icon-search { display: none; }
.main_search.new section.search_banner .search-area .search-box .select-input input { margin-top: 5px; padding-left: 0;  height: 45px; padding: 5px 10px; border: 1px solid #d5d5d5; background-color: #f8f8f8 !important; color: #333333; cursor: pointer; }

/*搜尋月曆*/
.datepicker.dropdown-menu{  border: 1px solid #333333;}
.datepicker.datepicker-dropdown:before{  border-bottom-color: #333333;}
.datepicker.datepicker-dropdown.datepicker-orient-top:before{ border-top: 7px solid #333333;}
.datepicker td, .datepicker th {  width: 30px;height: 30px;}
.datepicker table tr td.active.active{background:#dc5310;}
.datepicker .datepicker-switch,.datepicker .next, .datepicker .prev { color: #333333;}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover{ background-color: #333333;}
.datepicker table tr td span.active.active,.datepicker table tr td span.active.active{background:#dc5310; }
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:hover{background: #333333; }
@media (min-width: 992px) {
    .main_search .search-area .search-box>div:nth-child(3) { -ms-flex: 0 0 33.333333%; flex: 0 0 36%; max-width: 36%; }
    .main_search .search-area .search-box>div:nth-child(5){ flex: 0; max-width: 210px; min-width: 210px;}
   
    .main_search.new section.group_banner .search-area .search-box>div:nth-child(4) { -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; }
    .main_search.new section.group_banner .search-area .search-box>div:nth-child(5) { flex: 1; max-width: initial; min-width: initial; }
}
@media (max-width: 1499px) {
	.main_search .search-area .search-box .select-date .select input {width: calc(45%);}

    .main_search.new section.group_banner .search-area .search-box .select-date .select input{ width: calc(45%);}
}
@media (max-width: 1199px) {
	.main_search .search-area .search-box .select-date .select input { width: calc(44%);}

    .main_search.new section.group_banner .search-area .search-box .select-date .select input{ width: calc(44%);}
}
@media (max-width: 991px) {
	.main_search .search-area .search-box {  padding: 10px 20px 20px;}
	.main_search .search-area .search-box > div {padding: 0;}
	.main_search .search-area .search-box .select-date .select input {  width: calc(48.5%);}
	.main_search .search-area .search-box .select-date .select .divide {margin: 25px 0.5% 0px 0.5%; width: 2%;}
	.main_search .search-area .search-box .search-btn{ float: inherit;  width: 200px; margin: 15px auto 0; display: block;}

    .main_search.new section.group_banner .search-area .search-box{ height: auto; padding: 10px 20px 20px;}
    .main_search.new section.group_banner .search-area .search-box>div { -ms-flex:0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .main_search.new section.group_banner .search-area .search-box>div:nth-child(4),
    .main_search.new section.group_banner .search-area .search-box>div:nth-child(5){ flex: 0 0 100%;  max-width: 100%;}
    .main_search.new section.group_banner .search-area .search-box .select-date .select input {  width: calc(48.5%);}
	.main_search.new section.group_banner .search-area .search-box .select-date .select .divide {margin: 25px 0.5% 0px 0.5%; width: 2%;}
	.main_search.new section.group_banner .search-area .search-box .search-btn{ float: inherit;  width: 200px; margin: 15px auto 0; display: block;}
    .main_search.new section.group_banner .search-area .search-box>div:last-child { flex: 0 0 100%; max-width: 100%; min-width: initial;}
}
@media (max-width: 575px) {
	.main_search .search-area .search-box { padding: 20px 10px;}
	.main_search .search-area .search-box .search-btn { width: 160px;  }
    .main_search .search-area .search-box .select-goal .title h6, .main_search .search-area .search-box .select-place .title h6,
    .main_search .search-area .search-box .select-date .title h6, .main_search .search-area .search-box .select-keywords .title h6{font-size: 0.95rem; }
}

/* 本月促銷 */
.yh_push{ padding-top: 40px; padding-bottom: 40px; }
.yh_push .hover-wall .icon_info{ position: relative; border-radius: 0; height: 100%; padding-bottom: 50px;}
.yh_push .hover-wall figure .b_img{ aspect-ratio: 5/3.2; object-fit: cover; object-position: center center;}
.yh_push .hover-wall .icon_info h3{ padding: 0 23px; font-size: 17px; line-height: 26px;}
.yh_push .hover-wall .icon_info h4 { position: relative; font-size: 15px; font-style: initial; font-weight: 600; padding: 0 23px 0 46px; }
.yh_push .hover-wall .icon_info h4::before{ content: ""; position: absolute; left: 23px; top: -2px; width: 20px; height: 20px; border-radius: 50%; background: #2badc9; }
.yh_push .hover-wall .icon_info h4::after{ content: ""; background: url(https://materials.fillo.com.tw/materials/yuhang/images/17ab625f-5983-42d0-bbd5-69026c7dc03c.svg); background-position: center; background-repeat: no-repeat; width: 14px; height: 14px; position: absolute; left: 26px; top: 1px; }
.yh_push .hover-wall .icon_info p.animate-text { padding: 0; font-size: 20px; letter-spacing: 0; text-align: right; font-weight: 600; margin-bottom: 0; position: absolute; right: 23px; bottom: 20px; }
.yh_push .hover-wall .icon_info p.animate-text::after { content: "元起"; padding-left: 5px; font-size: 13px; color: #333333; font-weight: 400; }
.yh_push .hover-wall figure .overlay i,.yh_push .hover-wall .htpro_tit{ display: none;}
@media (max-width: 575px){
    .yh_push .hover-wall .icon_info h3 { padding: 0 16px; font-size: 16px; letter-spacing: 0; }
    .yh_push .hover-wall .icon_info h4{ padding: 0 16px 0 40px;}
    .yh_push .hover-wall .icon_info h4::before{ left: 16px;}
    .yh_push .hover-wall .icon_info h4::after{ left: 19px;}
    .yh_push .hover-wall .icon_info p.animate-text { font-size: 18px; right: 16px; bottom: 15px; }
}

/* 熱門行程 */
.yh_hot{ padding-top: 40px; padding-bottom: 40px; }
.yh_hot .hover-wall figure .overlay i,.yh_hot .hover-wall .htpro_tit{ display: none;}
.yh_hot .hover-wall .icon_info{ position: relative;  border-radius: 0;    border: 1px solid #d5d5d5; background-color: #f8f8f8; box-shadow: none; height: 100%; padding-bottom: 50px;}
.yh_hot .hover-wall .icon_info:hover{ border: 1px solid #dc5310;  box-shadow: none; bottom: 0;}
.yh_hot .hover-wall .icon_info h3{ padding: 0 23px; font-size: 17px; line-height: 26px;}
.yh_hot .hover-wall .icon_info h4 { position: absolute; top: 15px; left: 15px; font-size: 17px; font-style: normal; padding: 4px 13px 4px 28px; color: #ffffff !important; background: #dc5310; border-radius: 20px; z-index: 11;}
.yh_hot .hover-wall .icon_info h4::before { content: ""; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/673216e8-6d6b-4040-a0d6-affeed559c76.svg); background-position: center; background-repeat: no-repeat; position: absolute; left: 10px; top: 5px; width: 18px; height: 18px; opacity: 0.8; }
.yh_hot .hover-wall .icon_info p.animate-text { padding: 0; font-size: 20px; letter-spacing: 0; text-align: right; font-weight: 600; margin-bottom: 0; position: absolute; right: 23px; bottom: 20px; }
.yh_hot .hover-wall .icon_info p.animate-text::after { content: "元起"; padding-left: 5px; font-size: 13px; color: #333333; font-weight: 400; }
@media (max-width: 575px){
    .yh_hot .hover-wall .icon_info p.animate-text { font-size: 18px; right: 16px; bottom: 15px; }
    .yh_hot .hover-wall .icon_info h4{ font-size: 16px;}
    .yh_hot .hover-wall .icon_info h4::before{ top: 4px;}
    .yh_hot .hover-wall .icon_info h3 { padding: 0 16px; font-size: 16px; letter-spacing: 0; }
}

/* 小編企劃 */
.yh_plan_block>.module-container>.main { padding-top: 48px; padding-bottom: 60px; justify-content: center; }
.yh_plan { flex: 0 0 680px; max-width: 680px; }
.yh_plan.onepic .mix-wrapper{ padding: 0; }
.yh_plan.onepic .mix-wrapper>.row{ margin: 0 10px 0 0; position: relative;}
.yh_plan.onepic .mix-wrapper .pic-content{margin: 0;padding: 0;}
.yh_plan.onepic .mix-wrapper .img-box{ overflow: hidden; }
.yh_plan.onepic .mix-wrapper .img-box img{ transition: 0.5s; }
.yh_plan.onepic .mix-wrapper .img-box:hover img { transition: 0.5s; -webkot-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.yh_plan.onepic .editor-content{ position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.6) !important; margin: 0; padding: 25px 45px; color: #ffffff;}
.yh_plan.onepic article h5{position: relative; font-size: 20px; font-weight: 600; padding-left: 24px;}
.yh_plan.onepic article h5::before{ content: ""; position: absolute; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/7b228b95-da13-4495-865e-1c360c88eea4.svg);  background-position: center; background-repeat: no-repeat;  width: 22px; height: 24px; left: 0; top: 0;}
.yh_plan.onepic article p{ font-size: 15px; margin-bottom: 0;}
.yh_plan.fourpic>.module-container, .yh_plan.fourpic>.module-container>.main, .yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row { height: 100%; }
.yh_plan.fourpic>.module-container>.main .wall-wrapper{ background-color: transparent;}
.yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row { margin-left: 10px; justify-content:space-between; align-content: space-between;}
.yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row>div { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); height: calc(50% - 10px); }
.yh_plan.fourpic>.module-container>.main .wall-wrapper figure .b_img { aspect-ratio: 5/3.7; object-fit: cover; object-position: center center; }
.yh_plan.fourpic>.module-container>.main .wall-wrapper .thicon_info h3 {  padding: 0 10px; font-size: 18px;  text-shadow: none; letter-spacing: 0.03em; text-align: center; bottom: 14px; left: 50%; transform: translate(-50%, 0); width: 100%; margin: 0; }
.yh_plan.fourpic>.module-container>.main .wall-wrapper .theme_info{ top: initial; bottom: 0; height: 46px;}
.yh_plan.fourpic>.module-container>.main .wall-wrapper .thicon_info:hover .theme_info {top: initial; height: 100%; }
.yh_plan.fourpic>.module-container>.main .wall-wrapper .theme_info p.theme-text { padding: 20px; font-size: 14.5px; letter-spacing: 0; text-align: left;}
@media (max-width: 1360px) {
    .yh_plan { flex: 0 0 calc(50% - 50px); max-width: calc(50% - 50px); }
}
@media (max-width: 991px) {
    .yh_plan.onepic article h5 { font-size: 18px; padding-left: 22px; }
    .yh_plan.onepic article h5::before{ width: 20px; height: 20px;}
    .yh_plan.onepic article p { font-size: 14px;}
    .yh_plan.onepic .mix-wrapper>.row { margin: 0 5px 0 0; }
    .yh_plan.onepic .editor-content{ padding: 15px 25px;}
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row { margin-left: 5px;}
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row>div{ flex: 0 0 calc(50% - 5px); max-width: calc(50% - 5px); height: calc(50% - 5px); }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .thicon_info h3{  font-size: 15px; bottom: 11px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align: justify; text-overflow: ellipsis; overflow: hidden;}
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .theme_info { height: 40px; }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .theme_info p.theme-text { padding: 10px 10px 0; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align: left; text-overflow: ellipsis; overflow: hidden; }
}
@media (max-width: 767px) {
    .yh_plan { flex: 0 0 calc(100% - 100px); max-width: calc(100% - 100px); }
    .yh_plan.onepic .mix-wrapper { padding: 0 15px; }
    .yh_plan.onepic .mix-wrapper>.row { margin: 0 -15px 15px; }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row { margin-left: 0; }
}
@media (max-width: 575px) {
    .yh_plan { flex: 0 0 calc(100% - 50px); max-width: calc(100% - 50px);}
    .yh_plan_block>.module-container>.main { padding-top: 40px; padding-bottom: 40px; }
    .yh_plan.onepic .editor-content { padding: 15px 10px; }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .wall-row>div { flex: 0 0 100%; max-width: 100%; height: auto; margin-bottom: 15px; }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .thicon_info h3{ bottom: 43px;}
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .theme_info { height: 75px; }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .thicon_info:hover .theme_info { top: initial; height: 75px; }
    .yh_plan.fourpic>.module-container>.main .wall-wrapper .theme_info p.theme-text { padding: 5px 10px 0; opacity: 1; bottom: 0; left: 0; position: absolute; width: 100%; margin: 0 0 15px; -webkit-line-clamp: 1; }
}

/* 影音推薦 */
.yh_video_block { padding-top: 50px; padding-bottom: 50px; }
.yh_video_info  { padding: 40px 32px; }
.web-page-frame .widget-item.yh_video_info > .module-container > .main { margin: 0; }
.widget-item.yh_title.yh_video_info .header-title { margin: 0 0 20px 0;}
.yh_video_info article { border-top: 1px solid #333333; padding-top: 20px; }
.yh_video_info article h5{ font-size: 18px; font-weight: 600; color: #dc5310; margin-bottom: 20px;}
.yh_video_info article h6{ font-size: 15px; color: #333333; font-weight: 400; line-height: 24px;}
.web-page-frame .widget-item.yh_video_info > .module-container > .main>div:nth-child(2) article div { position: absolute; bottom: 40px; right: 32px; font-size: 15px; }
.web-page-frame .widget-item.yh_video_info > .module-container > .main>div:nth-child(2) article div a{position: relative; color: #db530f; text-decoration: none; background-color: transparent; padding: 5px 22px 5px 10px; border: 1px solid #db530f;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.web-page-frame .widget-item.yh_video_info > .module-container > .main>div:nth-child(2) article div:hover a{ background-color: #FBDAD1;}
.web-page-frame .widget-item.yh_video_info > .module-container > .main>div:nth-child(2) article div a::after{ content: ""; position: absolute;     width: 20px; height: 20px; right: 3px; top: 4px;
    background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/de1d3c19-1b77-40f1-b62a-0db94b1bf0c9.svg); background-position: center; background-repeat: no-repeat;}
@media (max-width: 1360px) {
    .yh_video_block.yh_width { padding: 50px 60px; }
}
@media (max-width: 991px) {
    .yh_video_info { padding: 40px 32px 70px; }
    .web-page-frame .widget-item.yh_video_info > .module-container > .main>div:nth-child(2) article div{ bottom: 30px;}
}

@media (max-width: 575px) {
    .yh_video_block.yh_width { padding: 40px; }
    .yh_video_info { padding: 40px 20px 70px; }
}

/******** 分館 ********/
.area_top section{ display: table; margin: 0 auto; text-align: center; }
.area_top section h2 { font-size: 46px; letter-spacing: 10px; padding: 0 10px 18px 15px; border-bottom: 3px solid #dc5310; }
.area_top section p { margin: 0; font-size: 24px; font-style: italic; font-weight: 400; letter-spacing: 1px; font-family: Roboto;}
.area_title { padding-top: 110px; }
.area_title h3{ position: relative; display: table;  line-height: 28px; margin: 0 auto; padding-left: 28px; color: #333333; font-size: 26px; font-weight: 600; letter-spacing: 4px; }
.area_title h3::before { content: ""; position: absolute; left: 0; top: 4px; background: #fbdad1; width: 20px; height: 20px;border-radius: 50%; }
.area_title h3::after { content: ""; position: absolute; left: 13px; bottom: 1px; background: #dc5310; width: 11px; height: 11px; border-radius: 50%; }
.yh_push.area{ padding-top: 40px; padding-bottom: 0; }
.yh_push.area .hover-wall .icon_info{ box-shadow: none; border: 1px solid #d5d5d5; background-color: #f8f8f8;}
.yh_push.area .hover-wall .icon_info:hover { border: 1px solid #dc5310; box-shadow: none; bottom: 0; }
.yh_push.area .hover-wall figure .b_img{ aspect-ratio: 5/3.2; object-fit: cover; object-position: center center;}
/* .area_anchor { height: 80px;} */
.area_nav div.link-list { padding: 36px 0; }
.area_nav div.link-list ul{  display: -ms-flexbox; display: flex; justify-content: center;}
.area_nav div.link-list ul li { display: inline-block; line-height: 30px; flex: 1;  padding: 0 5px;  max-width: 340px;  text-align: center; }
.area_nav div.link-list ul li a,.area_nav div.link-list ul li span{  padding: 10px; width: 100%; background-color: transparent; letter-spacing: 2px; border: 2px solid #dc5310; border-radius: 30px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.area_nav div.link-list ul li:hover a,.area_nav div.link-list ul li:hover span{background: #dc5310;}
.area_nav div.link-list ul li i{ display: block;}
@media (max-width: 991px) {
    .yh_width.area_nav{ padding: 0 20px;}
    .area_nav div.link-list ul{ overflow-x: scroll; white-space: nowrap; justify-content: flex-start; padding-bottom: 10px; }
    .area_nav div.link-list ul li a,.area_nav div.link-list ul li span{ font-size: 18px !important; padding: 5px; line-height: 24px; } 
}
@media (max-width: 767px) {
    .area_nav div.link-list ul li{ padding: 0 2px;}
    .area_nav div.link-list ul li a,.area_nav div.link-list ul li span{ border-radius: 10px;} 
     .area_title { padding-top: 80px; }
    /* .area_anchor { height: 50px;} */
}
@media (max-width: 575px) {
    .area_top .module-container div .bgfixed,
    .area_top .module-container div .bgfixed > a{ min-height: 300px !important;}
    .area_top section h2 { font-size: 36px; padding: 0 10px 10px 15px;}
    .area_top section p { font-size: 16px;}  
    .area_nav div.link-list { padding: 25px 0; }
    .area_nav div.link-list ul li a,.area_nav div.link-list ul li span{ font-size: 16px !important; border: 1px solid #dc5310;}
}

/******** footer ********/
/* gotop */
.yh_gotop .actGotop { width: 46px; height: 46px; bottom: 95px; z-index: 1048 !important; }
.yh_gotop .actGotop a, .yh_gotop .actGotop a:link { width: 46px; height: 46px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.yh_gotop .actGotop a::before{ content: ""; position: absolute; width: 22px; height: 22px; left: 12px; top: 12px; background-image: url(https://materials.fillo.com.tw/materials/yuhang/images/419185bd-a906-453c-a5f4-55334a46b3c9.svg); background-position: center; background-repeat: no-repeat;}
.yh_gotop .actGotop a:hover:before{ top: 15px;}
@media (max-width: 767px){
    .yh_gotop .actGotop { width: 40px; height: 40px;  right: 10px; }
}


/* footer */
.yh_footer .company-info { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.yh_footer .footer-wrap{ background: #f8f8f8;}
.yh_footer .footer-wrap .footer_center{max-width: 1360px; margin: 0 auto;  padding: 10px 0 30px; background: #f8f8f8;}
.yh_footer .footer-wrap .contact-info { align-items: flex-start; }
.yh_footer .footer-wrap .contact-box{ display: -ms-flexbox;  display: flex; flex-flow: column; justify-content: flex-end; margin-bottom: 0 !important; padding: 0 0 0 20px; border-left: 1px solid #db530f;}
.yh_footer .company-info .info-logo{ -ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px; padding: 0;}
.yh_footer .company-info .info-text{-ms-flex: 1; flex: 1; max-width:initial;}
.yh_footer .footer-wrap .info_box h3 { text-align: left; font-size: 16px; margin: 0 0 10px 0; font-weight: bold; color: #333333; }
.yh_footer .footer-wrap .info_box p{ text-align: left; margin-bottom: 6px; font-size: 15px; color: #333333;}
.yh_footer .footer-wrap .icon_wrap{ padding: 9px;}
.yh_footer .footer-wrap .icon_wrap p{ opacity: 0.5;}
.yh_footer .footer-wrap .contact-box h2{ margin-bottom: 10px; font-size: 16px;}
.yh_footer .footer-wrap .contact-box a h4{ margin: 5px 0; position: relative; padding-left: 0;}
/* .yh_footer .footer-wrap .contact-box:first-child a:nth-child(2) h4::before { content: "電  話"; position: absolute; left: 0; top: 0; letter-spacing: 8px;}
.yh_footer .footer-wrap .contact-box:first-child a:nth-child(3) h4::before { content: "傳  真"; position: absolute; left: 0; top: 0; letter-spacing: 8px;}
.yh_footer .footer-wrap .contact-box:last-child a:nth-child(2) h4::before { content: "E-Mail"; position: absolute; left: 0; top: 0;letter-spacing: 1px;} 
.yh_footer .footer-wrap .contact-box:last-child a:nth-child(3) h4::before { content: "地  址"; position: absolute; left: 0; top: 0; letter-spacing: 8px;} */
.yh_footer .footer-wrap .fb-info,.yh_footer .footer-wrap .fnav_wrap,.yh_footer .footer-wrap .footer_sbox,
.yh_footer .footer-wrap .contact-box h4 i,.yh_footer .footer-wrap .icon_wrap ul.footer_bticon{ display: none;}
@media (min-width: 992px){
    .yh_footer .company-info .info-logo{ margin-left: 0; }
    .yh_footer .footer-wrap .contact-info { flex: 1;  padding: 0;}
    
}

@media (max-width: 1360px) {
    .yh_footer .footer-wrap .footer_center{ padding: 10px 50px 30px; max-width: 100%; }
}
@media (max-width: 1199px) {
    .yh_footer .footer-wrap .footer_center{ padding: 10px 35px 30px; max-width: 100%; }
}
@media (max-width: 991px) {
    .yh_footer .company-info { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .yh_footer .company-info .info-text { display: -ms-flexbox; display: flex; flex-wrap: wrap;  align-content: center; padding-right: 0; }
    .yh_footer .footer-wrap .info_box h3 { flex: 0 0 100%; max-width: 100%; }
    .yh_footer .footer-wrap .info_box p+p{ margin-left: 15px;}
}
@media (max-width: 767px) {
    .yh_footer .footer-wrap .contact-info { align-items: flex-end; flex-flow: column; padding: 0; }
    .yh_footer .footer-wrap .contact-box+div { margin-top: 10px; }
}
@media (max-width: 575px) {
    .yh_footer .footer-wrap .footer_center { padding: 10px 20px 30px;}
    .yh_footer .footer-wrap .info_box p{ flex: 0 0 100%; }
    .yh_footer .footer-wrap .info_box p+p{ margin-left: 0px;}
}

/* messenger */
.fb_dialog_content>iframe{ margin: 0 !important; right: 10px !important;}

/* 會員登入頁 */
.member_home .signin_width { margin-top: 130px; margin-bottom: 180px; }
body.member_home.new_bg { background: #dde2e2;}
body.member_home button.l_benPrimary{ background: #dc5310; }
body.member_home .note_box a { color: #dc5310; }
body.member_home a.font4.blue-txt2 { color: #545454; }
body.member_home .member_title { margin: 70px 0 30px; }
@media (max-width: 767px){
	.member_home  .signin_width { margin-top: 100px; margin-bottom: 120px; }
}

/* 會員專區 */
@media (min-width: 768px) {
    .member_width .member_title { margin: 70px 0 30px; }
}

/* 訂購流程頁 */
.stepPage_btn>div>div { flex: 1; max-width: initial; }
@media (min-width: 768px) {
    form.general_order_width,.group_order_width,form.group_order_width{ margin-top: 100px;}
}

/* 公版GOTOP */
.go-to-top { display: none !important; }

/* 搜尋列表頁 */
.search-area .search-box .search-btn { background: #dc5310; }
.search-area .search-box .select-place .title i,
.search-area .search-box .select-goal .title i,
.search-area .search-box .select-goal .title i,
.search-area .search-box .select-date .title i,
section.search_banner .search-area .search-box .select-input .data-icon-search{color: #dc5310; }
.list_con .style_icon .nav-pills a svg { fill: #a7a7a7; }
.list_con>.title>.text-right>p>span.text_blue { color: #dc5310; }
.list_con .style_icon .nav-pills .nav-link.active svg { fill: #dc5310; }
figure.block_style .main_words .go-date,.pic_style figure.block_style .go-date{  font-size: 1.1rem;}
figure.block_style .main_words .go-date>span.text-danger,
.pic_style figure.block_style .go-date>span.text-danger,
.search_table tbody td.go-date .go-date>span.text-danger{ color: #dc5310 !important; }
figure.block_style .main_words a:hover,
.pic_style figure.block_style .main_words a:hover,
.search_table .main_words .title_main:hover{ color: #dc5310 !important; }
.list_con figure.block_style .pic_all::after{ border-color: transparent transparent transparent rgb(220 83 16 / 50%);}
.irs-bar { height: 3px; top: 33px; border-top: none; border-bottom: none; background: #dc5310}
.irs-bar-edge {  height: 10px; top: 33px; width: 14px; border: 1px solid #dc5310; border-right: 0; background: #dc5310; background: -webkit-gradient(linear,left bottom,left top,from(#dc5310),to(#dc5310)); background: linear-gradient(to top,#dc5310 0,#dc5310 100%); border-radius: 16px 0 0 16px; -moz-border-radius: 16px 0 0 16px}
.irs-slider { top: 25px; width: 20px; height: 20px; border: none; background: #ddd; background: #dc5310; border-radius: 27px; -moz-border-radius: 27px; -webkit-box-shadow: none; box-shadow: none; cursor: pointer}
.irs-slider.state_hover,.irs-slider:hover { background: #fff; border: 2px solid #dc5310}
.irs-from,.irs-single,.irs-to { color: #fff; font-size: 14px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: #dc5310; border-radius: 3px; -moz-border-radius: 3px}
.irs-grid-pol { opacity: .5; background: ≈;}
.irs-grid-pol.small { background: #999}
.irs-grid-text { bottom: 5px; color: #99a4ac}
.filter_list .accordion .card.price-range i, .filter_list .accordion .card.travel-days i { color: #dc5310; }
.filter_list .form-check .customcheck input:checked ~ .checkmark{ background-color: #dc5310;}
.filter_list .accordion .card.travel-days .form-check .badge-primary{ background-color: #797979;}
.filter_list .form-check .customcheck.disabled .checkmark, .filter_list .form-check .customcheck.disabled input:checked~.checkmark{ background-color: #ddd; border-radius: 0; border: 1px solid #fff; }
section.search_con .pagination .page-item .page-link:hover,section.search_con .pagination .page-item .page-link:active,section.search_con .pagination .page-item.active .page-link { background: #fff; border-color: #dc5310; color: #dc5310; }
section.search_con .pagination .page-item .page-link:focus{ box-shadow: none;}
section.search_con .pagination .page-item .page-link:hover svg, section.search_con .pagination .page-item .page-link:active svg{ fill: #dc5310;}
.search_table.table tbody .thead { background: #797979; height: 2.8rem; line-height: 2.8rem;}
.search_table tbody td.go-airport img { margin: 0 auto; }
.search_table tbody td.go-airport h6 { font-size: 14px; }
/* 字體尺寸調整 */
figure.block_style .pic_all .item_days{ font-size: 1.7rem;}
figure.block_style .main_words a{ font-size: 1.25rem;}
figure.block_style .price_box span,.search_table tbody td.tour-price span {font-size: 1.2rem; font-weight: 600;}
.pic_style figure.block_style .price_all h4 span{font-size: 1.2rem; font-weight: 600; }
figure.block_style .price_box small { font-size: 0.9rem; }
figure.block_style .main_words h6{ font-size: 0.9rem;}
figure.block_style .main_words h6>div span { font-size: 1rem; }
figure.block_style .note_words>div{ font-size: 1rem;} 
.search_table.table tbody .thead th { font-size: 1rem; font-weight: 400; }
@media(min-width:1200px ){
	.WinChrome section.group_banner .search-area, .WinIe section.group_banner .search-area { min-height: 110px; bottom: calc(50% - (140px/2)); }
}

/* 團型列表 */
.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #dedede; border-color: #dedede; }
section.group_table.tripdown .style_icon ul li a.nav-link{ color: #dc5310; border: 1px solid #dc5310;}
section.group_table.tripdown .style_icon ul li a.nav-link svg{ fill:#dc5310; }
section.group_table:before { -webkit-filter: grayscale(1) opacity(.3); }
section.group_table.trip_features:after, section.group_table.trip_airline:after, section.group_table.trip_day:after, section.group_table.trip_note:after, section.group_table.view_intro:after, section.group_table.tripdown:after{ background: #dedede;}
section.group_table.trip_features .container>div>h2, section.group_table.trip_airline .container>div>h2, section.group_table.trip_day .container>div>h2, section.group_table.trip_note .container>div>h2, section.group_table.view_intro .container>div>h2, section.group_table.tripdown .container>div>h2 { position: relative; color: #333333; margin-bottom: 0; font-size: 2.3rem; text-shadow: none; }
section.group_table.trip_features .container>div>h2::after, section.group_table.trip_airline .container>div>h2::after,
section.group_table.trip_day .container>div>h2::after, section.group_table.trip_note .container>div>h2::after,
section.group_table.view_intro .container>div>h2::after, section.group_table.tripdown .container>div>h2::after{content: ""; background: #dc5310; width: 50px; height: 3px; position: absolute; bottom: -15px; left: 50%; transform: translate(-50%, 0); }
section.group_banner .info .btn-primary{background: #dc5310; border-color: #dc5310;}
section.group_table .search_table tbody td.sale-situation .btn.btn-primary{ color: #fff; background-color: #dc5310; border-color: #dc5310;}
section.group_table .search_table tbody td.sale-situation .btn.btn-primary:hover { color: #fff; background-color: #b83c00; border-color: #b83c00; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #dc5310; border-color: #dc5310; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: none; color: #fff;}
section.group_table .table a:hover{ color: #ffffff;  box-shadow: none; }
section.group_table.tripdown .search_table tbody td.go-airport img { margin: 0 auto; }
/* section.group_table.tripdown .style_icon{display: none;} */
/* 字體尺寸調整 */
section.group_table.tripdown .search_table tbody td.tour-price span { font-size: 1.2rem; font-weight: 600; }
@media (min-width: 576px){a
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 540px; }
}
@media (min-width: 768px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 720px; }
}
@media (min-width: 992px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 960px; }
	
}
@media (min-width: 1200px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 1440px; }
}
.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ background: #fff; width:calc(100% - 30px); margin-left:auto; margin-right:auto; }
.web-page-frame > .row:nth-child(2) > .col-md-12 > div > .row > .col-lg-12 > .row > .text-center{ width: 100%; margin-bottom: 3rem; }

/* 隱藏月曆，強制顯示列表模式 */
.D_products_group_mold #search-calendar, .D_products_group_detail #search-calendar{display: none;}
.D_products_group_mold #search-table, .D_products_group_detail #search-table{display: block;opacity: 1;}
.D_products_group_mold #pills-tab .nav-item #pills-home-tab, .D_products_group_mold #pills-tab .nav-item #pills-contact-tab,
.D_products_group_detail #pills-tab .nav-item #pills-home-tab, .D_products_group_detail #pills-tab .nav-item #pills-contact-tab{opacity: 0;}
.D_products_group_mold #pills-tab .nav-item, .D_products_group_mold #pills-tab .nav-item #pills-contact-tab, .D_products_group_detail #pills-tab .nav-item, .D_products_group_detail #pills-tab .nav-item { list-style: none; }


/* 個團明細頁 */
section.group_table.trip_day .day_con .info_box>.row>.col-lg-4.col-sm-12 { display: none; }
section.group_table.trip_day .day_con .info_box>.row>.col-lg-8.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
section.group_table.trip_day .info_box .info_box_title { margin-left: 0; width: 100%; }
section.group_banner.trip_banner h1{ font-size: 2rem; margin-bottom: 28px;}
section.group_banner.trip_banner h3.price { font-size: 1.6rem; }
section.group_banner.trip_banner h3.price span, section.group_banner.trip_banner h3.price small{ font-size: 60%;}
section.group_banner.trip_banner h6{ font-size: 1rem;}
section.group_banner .price_content .panel-info .panel-heading { padding: 8px; background: #797979; font-size: 1rem; }
section.group_banner .price_content .panel-info .panel-body { padding: 15px 8px; font-size: 1em; }
section.group_banner .basic-air-aircraft,section.group_banner .basic-air-airport{ font-size: 1.2rem; font-weight: normal;}
section.group_banner .basic-air-airport i{ color: #dc5310;}
section.group_banner.trip_banner .brief h5{font-size: 1rem; }
section.group_banner .price_content .panel-info { border: 1px solid #797979; }
section.group_banner .basic-air-info { border: 1px solid #dc5310; }
section.group_banner .basic-air-info .go h3, section.group_banner .basic-air-info .back h3 { color: #dc5310; }
.basic-air-info .go i, .basic-air-info .back i { color: #fbdad1; font-size: 2rem; }
section.group_banner .basic-air-btn a { float: right; font-size: 1.2rem; font-weight: bold; background: #dc5310; border: 1px solid #dc5310; padding: 5px 25px; color: #fff; border-radius: 50px; }
section.group_banner .basic-air-btn a:hover { background:#451455; }
section.group_banner .basic-air-info .time { font-size: 1.1rem; }
.modal-content h5.modal-title strong{ color: #dc5310;}
.flight_details .details_box > h4 { background: #dc5310;}
.flight_details .details_box > h4 i { color: #fbdad1; }
.flight_details { border: 1px solid #dc5310; }
.trip_day .group_table_box table .thead { background: #797979; height: 2.8rem; font-weight: normal; color: #fff; font-size: 1rem; line-height: 2.8rem; }
section.group_table.trip_day table.table tr.thead th:nth-child(2) { background: #646464; }
section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{ background: #646464; }
.day_con .text_gary2.hotel a { color:#2BADC9; }
.Day_menu .swiper_day .swiper-slide a:hover { color: #fff; background: #dc5310; border: 1px solid #dc5310; }
section.trip_note .card-header .btn[aria-expanded="true"],section.trip_note .card-header .btn:hover{background: #797979; }
.web-page-frame .group_table ul{list-style:disc; padding-left: 20px;}
.web-page-frame .group_table ol{ list-style:decimal; padding-left: 20px;}

/* 側選單 */
.sub_menu-trip .server_menu > ul > li a { font-size: 16px;}
.sub_menu-trip .server_menu a i{ font-size: 18px;}
.sub_menu-trip .server_menu > ul > li a i { line-height: 45px; margin-right: 2px;}
.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after { margin-left: 5px; }
.sub_menu-trip .server_menu > ul > li a>img { width: 22px; }
.sub_menu-trip .server_menu a{ color:#797979;}
.sub_menu-trip .server_menu li:nth-child(1) { background:#dc5310; }
.sub_menu-trip .server_menu > ul > li{box-shadow: none;}
.sub_menu-trip .server_menu > ul > li+li { border-top: 1px solid #b9b9b8 }
.sub_menu-trip .server_menu > ul > li.query-fixed-btn,.sub_menu-trip .server_menu > ul > li.share-fixed-btn,
.sub_menu-trip .server_menu > ul > li.download-fixed-btn,.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){ background: #ffece6; }
.sub_menu-trip .server_menu > ul > li ul li a { border-left: 0; color: #ffffff; }
.sub_menu-trip .server_menu > ul > li.join-fixed-btn a { border-left: 0; }
.sub_menu-trip .server_menu > ul > li.join-fixed-btn .disabled, .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{ color: #ffffff; }
@media (min-width: 992px){
	.sub_menu-trip .server_menu > ul{ margin-bottom: 0;}
	.sub_menu-trip .server_menu > ul > li { height: 45px; font-size: 1rem;}
	.sub_menu-trip .server_menu > ul > li a{padding: 5px 8px; border-left: 1px solid #b9b9b8;}
	.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){padding: 5px 8px 5px 12px; }
	.sub_menu-trip .trip_menu { width: 76px; padding: 10px 3px 0 3px; }
	.sub_menu-trip .trip_menu li a span{ font-size: 0.9rem;}
	.sub_menu-trip .trip_menu i { display: none; }
	.sub_menu-trip .trip_menu li:last-child a{ border:0; padding-bottom: 0;}
	.sub_menu-trip .trip_menu li a:hover span { color: #dc5310;; }
	.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul{ height: 45px; width: 180px;}
	.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li { height: 45px; }
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul,
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li{ height: 45px;}
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li a { padding: 0 8px; }
}
@media (min-width: 1351px) and (max-width: 1550px){
	section.group_banner .basic-air-info .go h3,section.group_banner .basic-air-info .back h3 { font-size: 1.2rem; }
	.basic-air-info .go h4, .basic-air-info .back h4 { font-size: 1.1rem; }
}
@media (max-width: 1400px){
	section.group_banner.trip_banner h1 { font-size: 2rem; }
}
@media (max-width: 1350px){
	.sub_menu-trip .server_menu > ul > li a { font-size: 16px;}
}
@media (max-width: 991.98px){
	.trip_day .table tr.text_gary.has_note>td:first-child { background: #efefef; text-align: center; width: 100%;}
	.day_con .info_box { width: 100%; }
	section.group_table.tripdown .search_table tbody td.tour-name .main_words h6.seat { margin-top: 10px; }
	.sub_menu-trip .trip_menu select { border-top: 1px solid #b9b9b8; }
	.sub_menu-trip .trip_menu:after { border: solid #dc5310; border-width: 0 1px 1px 0;}
	.sub_menu-trip .server_menu > ul > li+li,.sub_menu-trip .trip_menu{ border-left: 1px solid #b9b9b8; }
	.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(2) img { padding-top: 16px; margin: 0 auto; }
}
@media (max-width: 767px){
    section.group_table.trip_features .container>div>h2, section.group_table.trip_airline .container>div>h2,
    section.group_table.trip_day .container>div>h2, section.group_table.trip_note .container>div>h2,
    section.group_table.view_intro .container>div>h2, section.group_table.tripdown .container>div>h2{ font-size: 1.8rem;}
}
@media (max-width: 576px){
	.sub_menu-trip .server_menu > ul > li a{font-size: 0;}
	.sub_menu-trip .server_menu > ul > li a i {  line-height: 45px; margin: 0; }

}
@media (max-width: 991.98px) and (min-width:577px){
	.sub_menu-trip .server_menu > ul > li a { padding-top: 16px; }
	.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){ padding-top: 16px;}
}
@media (max-width: 575px){
	section.group_banner.trip_banner h1 { font-size: 1.6rem; margin-bottom: 18px; }
	section.group_banner.trip_banner h3.price { font-size: 1.2rem; }
	.basic-air-info .go h3, .basic-air-info .back h3{ font-size: 1.4rem;}
	.basic-air-info .go i, .basic-air-info .back i { font-size: 1.2rem; }
	.basic-air-info .go h4, .basic-air-info .back h4 { padding: 10px; }
	section.group_banner .basic-air-btn a{font-size: 1rem; }
	section.group_table.trip_day .info_box .info_box_title .day_title{ font-size: 1.6rem;}
	section.group_table.trip_day .info_box .info_box_title .day_sub-title { font-size: 1.3rem; line-height: 2rem; }
}