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;
}
/*wrap_width*/
@media (min-width:992px) {
    .pengwai_width{max-width: 90%;flex:0 0 90%;}
}
@media (min-width:1280px) {
    .pengwai_width{max-width: 1200px;flex:0 0 1200px;}
}
@media (min-width:1510px) {
    .pengwai_width{max-width: 1430px;flex:0 0 1430px;}
}
@media (max-width:991px) {
    .pengwai_width{max-width: calc(100% - 30px); flex: 0 0 calc(100% - 30px);}
}
/*header*/
.row.header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.notice_box.boxhide{
    display: none !important;
}
.notice_box .module section.text-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #e1e1e2;
    padding: 0 15px;
}
.notice_box .module section.text-link h2{
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
.notice_box .module section.text-link div.link-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.notice_box div.link-list ul li a, 
.notice_box div.link-list ul li span{
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.notice_box div.link-list ul li:nth-last-child(1) a, 
.notice_box div.link-list ul li:nth-last-child(1) span{
    padding: 0px 12px;
    font-weight: normal;
    margin-left: 1rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: #838996;
    border-radius: 5px;
    color: #fff !important;
}
.notice_box div.link-list ul li:nth-last-child(1) a i, 
.notice_box div.link-list ul li:nth-last-child(1) span i{
    display: none;
}
@media (max-width:991px) {
    .notice_box .module section.text-link h2{
        font-size: 14px !important;
        letter-spacing: 0;
    }
    .notice_box .module section.text-link div.link-list{
        min-height: 40px;
    }
    .notice_box div.link-list ul li a, 
    .notice_box div.link-list ul li span{
        font-size: 14px !important;
        letter-spacing: 0;
        padding: 0;
    }
    .notice_box div.link-list ul li:nth-last-child(1) a, 
    .notice_box div.link-list ul li:nth-last-child(1) span{
        margin-left: 10px;
        padding: 2px 8px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
@media (max-width:767px) {
    .notice_box .module section.text-link h2{
        display: none;
    }
    .notice_box .module section.text-link div.link-list, 
    .notice_box .module section.text-link div.link-list ul{
        width: 100%;
    }
}
.top_menu{
    background: rgba(20, 43, 78, 0.8);
    z-index: 999;
}
.top_menu .header-part{
    max-width: 1440px;
    margin: auto;
    padding: 0;
}
.top_menu .header-part .navbar-brand{
    height: 75px;
    padding:7px 0rem 7px 1rem;
}
.top_menu .header-part .navbar-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 50px;
}
.top_menu .header-part .navbar-nav li a, 
.top_menu .header-part .navbar-nav .nav-link{
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.5;
    background: none !important;
    position: relative;
    padding: 0.5rem 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top_menu .header-part .navbar-nav li:hover a, 
.top_menu .header-part .navbar-nav li:hover .nav-link{
    color: rgb(201, 169, 106);
}
.top_menu .header-part .navbar-nav > li + li > a::before, 
.top_menu .header-part .navbar-nav > li + li > .nav-link::before{
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    position: absolute;
    left: -6px;
    top: 50%;
    background: #838996;
    transform: rotate(-50deg) translate(0px, -50%);
}
.top_menu .header-part .navbar-nav li a i.fa-angle-down.fa-indicator, 
.top_menu .header-part .navbar-nav .nav-link i.fa-angle-down.fa-indicator{
    display: none !important;
}
.top_menu .header-part .navbar-nav li .dropdown-menu{
    max-width: unset;
    width: auto;
    min-width: unset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    background-color: #e1e1e2 !important;
    padding: 3px 0 !important;
    left: 50%;
    transform: translate(-50%, 0px);
}
.top_menu .header-part .navbar-nav li .dropdown-menu::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #e1e1e2 transparent;
    position: absolute;
    top: -6px;
    left: calc(50% - 5px);
}
.top_menu .header-part .navbar-nav li .dropdown-menu a.dropdown-item{
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    padding: 3px 10px;
}
.top_menu .header-part .navbar-nav li:hover .dropdown-menu a.dropdown-item:hover{
    color: #838996;
}
.top_menu .header-part .navbar-nav > li:nth-last-child(4) > a{
    padding-right: 1.5rem;
}
.top_menu .header-part .navbar-nav > li:nth-last-child(3) > a, 
.top_menu .header-part .navbar-nav > li:nth-last-child(2) > a, 
.top_menu .header-part .navbar-nav > li:nth-last-child(1) > a{
    padding: 0;
}
.top_menu .header-part .navbar-nav > li:nth-last-child(4) > a::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(4) > .nav-link::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(3) > a::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(3) > .nav-link::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(2) > a::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(2) > .nav-link::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(1) > a::before, 
.top_menu .header-part .navbar-nav > li:nth-last-child(1) > .nav-link::before{
    display: none;
}
.top_menu .header-part .navbar-nav > li:nth-last-child(4) > a i, 
.top_menu .header-part .navbar-nav > li:nth-last-child(3) > a i, 
.top_menu .header-part .navbar-nav > li:nth-last-child(2) > a i, 
.top_menu .header-part .navbar-nav > li:nth-last-child(1) > a i{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: rgba(204, 205, 206, 0.35);
    position: relative;
    margin-right: 12px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #c9a96a;
}
.top_menu .header-part .navbar-nav > li > a i.fa-phone::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/0864bc96-b9fd-4dc8-a90c-ac8fa97e253d.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top_menu .header-part .navbar-nav > li > a i.fa-commenting:before{
    content: '';
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/39cadb7b-9b03-4dca-8ae4-b2c988f31265.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_menu .showName{
    padding: 0;
}
.top_menu .showName .member-name{
    font-size: 16px;
}
.top_menu .showName .member-name i, 
.top_menu .showName .member-name .greet, 
.top_menu .header-part .navbar-nav li a.icon.bell{
    display: none;
}
.top_menu .header-part .navbar-nav li a.AgtOrder, 
.gizle .top_menu .header-part .navbar-nav li a.AgtOrder{
    padding: 0 5px;
    margin-left: 6px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #c9a96a;
    color: #c9a96a;
}
.top_menu .header-part .navbar-nav li a.AgtOrder:hover, 
.gizle .top_menu .header-part .navbar-nav li a.AgtOrder:hover{
    color: #fff;
    background: #c9a96a !important;
    text-decoration: none;
}
.top_menu .header-part .navbar-nav li a.SignOut{
    padding: 0 5px;
    margin-left: 6px;
    font-size: 13px;
    background: #838996 !important;
    letter-spacing: 0;
    line-height: 1;
}
.top_menu .header-part .navbar-nav li:hover a .SignOut, 
.gizle .top_menu .header-part .navbar-nav li a.SignOut{
    color: #fff;
}
.top_menu .header-part .navbar-nav li:hover a.SignOut:hover{
    background: #e1e1e2 !important;
    color: #142b4e;
}
.top_nav .mega-menu .menu-logo > li > a{
    display: none;
}
.top_nav .mega-menu > section.menu-list-items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.top_nav .mega-menu .menu-links > li:hover{
    background: none;
}
.top_nav .mega-menu .menu-links > li > a{
    padding: 0 18px;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.top_nav .mega-menu .menu-links > li:hover > a{
    font-weight: bold;
    color: #d8b878 !important;
}
.top_nav .mega-menu .menu-links > li > a i.fa.fa-indicator{
    opacity: .7;
    padding-left: 0;
}
@media (min-width:768px) {
    .top_nav .mega-menu .menu-links li div.mg-drop-down.col-12 {
        width: 1360px;
        max-width: 100%;
        margin: 0 auto;
        padding: 17px 0.5rem 25px 25px;
        left: 50%;
        transform: translate(-50%, 0);
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }
}
.top_nav .mega-menu .menu-links li div.mg-drop-down .megamenu_box{
    display: flex;
    flex-wrap: wrap;
}
.top_nav .mega-menu .menu-links li .list_box{
    width: calc(25% - 2rem);
    padding-right: 0;
}
.top_nav .mega-menu .menu-links li .list_box ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.top_nav .mega-menu .menu-links li .list_box ul li{
    width: 100%;
    margin-bottom: 0;
}
.top_nav .mega-menu .menu-links li .list_box ul li a p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.top_nav .mega-menu .menu-links li .list_box ul li:nth-child(1){
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #142b4e;
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
}
.top_nav .mega-menu .menu-links li .list_box ul li:nth-child(1)::before{
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    background-color: #c9a96a;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.top_nav .mega-menu .menu-links li .list_box li:nth-child(1) a p{
    font-size: 18px;
    color: #142b4e;
    font-weight: bold;
    letter-spacing: 1px;
}
.top_wrap .pengwai_shopcar{
    position: absolute;
    right: calc(50% - 720px);
    bottom: 65px;
    z-index: 9999;
    max-width: unset;
    flex: unset;
    width: auto;
}
.top_wrap .pengwai_shopcar p{
    margin-bottom: 0;
}
.top_wrap .pengwai_shopcar .top-cart{
    display: table;
}
.top_wrap .pengwai_shopcar .top-cart .icon > i{
    color: #c9a96a;
}
.top_wrap .pengwai_shopcar .top-cart .icon .count{
    width: 16px;
    height: 16px;
    line-height: 15px;
    right: -5px;
    padding-left: 1px;
}
.top_wrap .pengwai_shopcar .top-cart .top-cart-down{
    transform: translate(-95%, 0%);
}
.top_wrap .pengwai_shopcar .top-cart .top-cart-down::before, 
.top_wrap .pengwai_shopcar .top-cart .top-cart-down::after{
    left: unset;
    right: 15px;
}
.gizle .top_menu{
    background: rgba(255, 255, 255, 0.8);
}
.gizle .top_menu .header-part .navbar-brand img{
    content: url(https://materials.fillo.com.tw/materials/pengwai/images/c51f1f02-b002-473a-b52c-19c630d9750d.svg);
}
.gizle .top_menu .header-part .navbar-nav li a, 
.gizle .top_menu .header-part .navbar-nav .nav-link{
    color: #142b4e;
}
.gizle .top_menu .header-part .navbar-nav li a:hover, 
.gizle .top_menu .header-part .navbar-nav .nav-link:hover{
    color: #c9a96a;
}
.gizle .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a i, 
.gizle .top_menu .header-part .navbar-nav > li:nth-last-child(3) > a i, 
.gizle .top_menu .header-part .navbar-nav > li:nth-last-child(2) > a i, 
.gizle .top_menu .header-part .navbar-nav > li:nth-last-child(1) > a i{
    background-color: transparent;
    border: 1px solid #c9a96a;
}
@media (min-width:768px) {
    .top_nav .mega-menu .menu-links li .list_box ul li:nth-child(n+2){
        padding-right: 1.5rem;
        width: auto;
        position: relative;
    }
    .top_nav .mega-menu .menu-links li .list_box ul li:nth-child(n+2)::before {
        content: '';
        display: block;
        width: 1px;
        background-color: #ccc;
        position: absolute;
        top: 4px;
        bottom: 4px;
        right: 12px;
    }
    .top_nav .mega-menu .menu-links li .list_box ul li:nth-last-child(1)::before{
        display: none;
    }
    .top_nav .mega-menu .menu-links li .list_box ul li:nth-child(n+2) a:hover p{
        color: #c6ab6d !important;
    }
}
@media (max-width:1460px) {
    .top_wrap .pengwai_shopcar{
        right: 0;
        top: 69px;
    }
    .top_wrap .pengwai_shopcar.fixed_top{
        top: 19px;
    }
}
@media (max-width:1259px) {
    .top_nav .mega-menu .menu-links > li > a{
        font-size: 17px;
        padding: 0 10px;
    }
}
@media (max-width:1209px) {
    .top_menu .header-part .navbar-nav li a, .top_menu .header-part .navbar-nav .nav-link{
        font-size: 15px;
        padding: 0.5rem 10px;
    }
    .top_menu .showName .member-name{
        font-size: 15px;
    }
}
@media (max-width:1124px) {
    .top_menu .header-part .navbar-brand{
        height: 60px;
        padding: 5px 0rem 5px 10px;
    }
    .top_menu .header-part .navbar-nav li a, 
    .top_menu .header-part .navbar-nav .nav-link{
        letter-spacing: 0;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a{
        padding-right: 1rem;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(3) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(2) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(1) > a i{
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .top_menu .header-part .navbar-nav > li > a i.fa-phone::before{
        width: 19px;
        height: 19px;
        background-size: 100%;
    }
    .top_menu .header-part .navbar-nav > li > a i.fa-commenting:before{
        width: 17px;
        height: 16px;
    }
    .top_nav .mega-menu .menu-links > li > a{
        font-size: 16px;
        padding: 0 8px;
        letter-spacing: 0;
    }
    .top_menu .header-part .navbar-nav{
        padding-right: 40px;
    }
    .top_wrap .pengwai_shopcar{
        padding: 0 15px 0 0;
        top: 58px;
    }
    .top_wrap .pengwai_shopcar.fixed_top{
        top: 12px;
    }
    .top_wrap .pengwai_shopcar .top-cart{
        padding: 10px 15px 10px 0;
    }
    .top_wrap .pengwai_shopcar .top-cart .top-cart-down {
        transform: translate(-97%, 0%);
    }
}
@media (max-width:991px) {
    .top_menu .header-part .navbar-brand{
        height: 60px;
        padding-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .top_menu .navbar-collapse{
        width: calc(100% - 235px);
    }
    .top_menu .header-part .navbar-nav li a, 
    .top_menu .header-part .navbar-nav .nav-link{
        padding: 0.5rem 5px;
        font-size: 14px;
    }
    .top_menu .showName .member-name{
        font-size: 14px;
    }
    .top_menu .header-part .navbar-nav > li + li > a::before, 
    .top_menu .header-part .navbar-nav > li + li > .nav-link::before{
        transform: rotate(-70deg) translate(0px, -50%);
    }
    .top_menu .header-part .navbar-nav li .dropdown-menu{
        position:absolute;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(3) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(2) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(1) > a i{
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a{
        padding-right: 10px;
        letter-spacing: 0;
    }
    .top_nav .mega-menu .menu-links > li > a{
        font-size: 15px;
        padding: 0 5px;
    }
    .top_nav .mega-menu .menu-links > li > a i.fa.fa-indicator{
        font-size: 12px;
    }
    .top_nav .mega-menu .menu-links li div.mg-drop-down.col-12{
        padding: 10px 0.5rem 25px 15px;
    }
    .top_nav .mega-menu .menu-links li .list_box{
        width: calc(25% - 1.5rem);
        padding: 10px;
        margin-right: 1.5em;
    }
    .top_nav .mega-menu .menu-links li .list_box ul li a p{
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .top_menu .navbar-toggler {
        display: none;
    }
    .top_menu .collapse:not(.show) {
        display: block;
    }
    .top_menu .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .top_menu .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 767px){
    .top_menu{
        background: rgba(20, 43, 78, 1);
    }
    .gizle .top_menu{
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .top_menu .header-part{
        padding-top: 30px;
    }
    .top_menu .header-part .navbar-toggler{
        display: none;
    }
    .top_menu .navbar-collapse{
        display: flex !important;
    }
    .top_menu .header-part .navbar-nav{
        flex-direction: unset;
        position: absolute;
        top: 0;
        width: 100%;
        justify-content: flex-start;
        padding: 0 3rem 0 0.5rem;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4){
        position: absolute;
        right: 0.3rem;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a{
        font-size: 0;
        padding: 5px;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(3), 
    .top_menu .header-part .navbar-nav > li:nth-last-child(2), 
    .top_menu .header-part .navbar-nav > li:nth-last-child(1){
        display: none;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(3) > a, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(2) > a, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(1) > a{
        padding: 0;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(3) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(2) > a i, 
    .top_menu .header-part .navbar-nav > li:nth-last-child(1) > a i{
        width: 25px;
        height: 25px;
        margin-right: 8px;
        font-size: 14px;
    }
    .top_menu .header-part .navbar-nav > li:nth-last-child(4) > a i{
        margin-right: 3px;
    }
    .top_menu .header-part .navbar-nav > li > a i.fa-phone::before{
        width: 16px;
        height: 16px;
    }
    .top_menu .header-part .navbar-nav > li > a i.fa-commenting:before{
        width: 15px;
        height: 14px;
    }
    .top_nav{
        z-index: 999;
    }
    .top_nav .mega-menu .menu-mobile-collapse-trigger{
        margin-top: -54px;
        background: none;
    }
    .top_nav .mega-menu .menu-mobile-collapse-trigger:hover{
        background: none;
    }
    .top_nav .mega-menu .menu-mobile-collapse-trigger:before, 
    .top_nav .mega-menu .menu-mobile-collapse-trigger:after, 
    .top_nav .mega-menu .menu-mobile-collapse-trigger span{
        height: 1px;
    }
    .top_nav .mega-menu .menu-mobile-collapse-trigger span{
        width: 20px;
        left: unset;
        right: 18px;
    }
    .gizle .top_nav .mega-menu .menu-mobile-collapse-trigger:before, 
    .gizle .top_nav .mega-menu .menu-mobile-collapse-trigger:after, 
    .gizle .top_nav .mega-menu .menu-mobile-collapse-trigger span{
        background: #c9a96a;
    }
    .top_nav .mega-menu .menu-links {
        padding: 0 0 150px;
        width: 100%;
        height: 100vh;
        max-height: initial !important;
    }
    .top_nav .mega-menu .menu-links > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
    }
    .top_nav .mega-menu .menu-links > li > a {
        position: relative;
        font-size: 16px;
        padding: 0 15px;
        font-size: 16px;
        line-height: 50px;
        width: calc(100% - 50px);
        text-align: left;
        height: 50px;
    }
    .top_nav .mega-menu .menu-links > li > a i.fa.fa-indicator {
        right: -30px;
    }
    .top_nav .mega-menu .menu-links li .list_box {
        padding: 5px 15px;
        width: 100%;
        margin: 0 0 0.5rem;
    }
    .top_nav .mega-menu .menu-links li .list_box ul li{
        margin-top: 5px;
    }
    .top_nav .mega-menu .menu-links li .list_box ul li:nth-child(1){
        padding-bottom: 5px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    .top_nav .mega-menu .mg-drop-down {
        background: #fff;
    }
    .top_nav .mega-menu .mobileTriggerButton {
        right: -50px;
        z-index: 21;
    }
    .top_nav .mega-menu .menu-logo > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .top_nav .mega-menu .menu-mobile-collapse-trigger.active:before {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        top: 11px;
    }
    .top_nav .mega-menu .menu-mobile-collapse-trigger.active:after {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        top: 36px;
    }
    .top_nav .mega-menu .menu-links > li.activeTriggerMobile {
        background-color: #e1e1e2;
    }
    .top_nav .mega-menu .menu-links > li.activeTriggerMobile > a{
        color: #142b4e !important;
        font-weight: bold;
    }
    ::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }
    .top_wrap .pengwai_shopcar{
        right: 60px;
        bottom: unset;
        top: 83px;
        position: absolute;
        max-width: max-content;
    }
    .top_wrap .pengwai_shopcar.fixed_top{
        top: 45px;
    }
    .top_wrap .pengwai_shopcar .top-cart .icon > i{
        font-size: 20px;
    }
    .top_wrap .pengwai_shopcar .top-cart .icon .count{
        right: -6px;
    }
    .b2btop_wrap .pengwai_shopcar{
        right: 65px;
        top: 36px;
    }
    .b2btop_wrap .pengwai_shopcar .top-cart .icon .count {
        right: -14px;
        top: 4px;
    }
    .b2btop_wrap .pengwai_shopcar.fixed_top {
        top: -4px;
    }
}

/*footer*/
.tail_box .footer-sample{
    max-width: 1440px;
    margin: auto;
    position: relative;
    margin-top: 3rem;
}
.tail_box .footer-wrap, 
.tail_box .footer-wrap .fnav_wrap, 
.tail_box .footer-wrap .icon_wrap{
    background: none;
}
.tail_box .footer-wrap .fnav_wrap{
    position: absolute;
    width: 33.3333%;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.tail_box .footer-wrap .fnav_wrap .footer_nav{
    margin: 0;
    padding-right: 1.5rem;
}
.tail_box .footer-wrap .fnav_wrap .footer_nav li{
    float: none;
}
.tail_box .footer-wrap .footer_nav li a{
    padding: 8px 15px;
    color: #d8b878;
    font-size: 17px;
    letter-spacing: 1px;
}
.tail_box .footer-wrap .footer_nav li a:hover{
    background: none;
    font-weight: bold;
}
.tail_box .footer-wrap .fnav_wrap .footer_bticon{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 1.5rem;
    padding-right: 1.5rem;
}
.tail_box .footer-wrap .footer_bticon li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tail_box .footer-wrap .footer_bticon li a{
    opacity: .7;
    transition: .2s;
}
.tail_box .footer-wrap .footer_bticon li a:hover{
    opacity: 1;
    transition: .2s;
}
.tail_box .footer-wrap .footer_bticon li i{
    background: none;
}
.tail_box .footer-wrap .footer_bticon li a img{
    width: 25px;
}
.tail_box .footer-wrap .footer_center{
    background: none;
    padding: 0;
    width: 100%;
}
.tail_box .footer-wrap .footer_center .company-info{
    max-width: 67.5%;
    flex: 67.5%;
    display: flex;
    flex-wrap: wrap;
}
.tail_box .footer-wrap .footer_center .info-text, 
.tail_box .footer-wrap .footer_center .info_box{
    max-width: 50%;
    flex: 0 0 50%;
}
.tail_box .footer-wrap .footer_center .info-text p{
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 10px;
}
.tail_box .footer-wrap .info_box a{
    padding-right: 0;
}
.tail_box .footer-wrap .info_box a img{
    max-width: 100%;
    margin: auto;
}
.tail_box .footer-wrap .info_box a h3{
    color: #fff;
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 15px auto 5px;
    width: 340px;
    line-height: 1.5;
    font-size: 1.1rem;
}
.tail_box .footer-wrap .contact-info{
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 3rem !important;
}
.tail_box .footer-wrap .contact-box{
    text-align: center;
    position: relative;
}
.tail_box .footer-wrap .contact-box::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #838996;
}
.tail_box .footer-wrap .contact-box h2{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #d8b878;
    margin-bottom: 10px;
}
.tail_box .footer-wrap .contact-box h4{
    padding: 0 15px;
    color: #fff;
    letter-spacing: 0px;
    margin: 5px 0;
}
.tail_box .footer-wrap .fb-info, 
.tail_box .footer-wrap .footer_sbox{
    display: none;
}
.tail_box .footer-wrap .icon_wrap p{
    color: #636978;
}
.tail_box .footer-wrap .contact-box:nth-last-child(1){
    border-right: 1px solid #838996;
    padding-left: 5rem;
    text-align: left;
}
.tail_box .footer-wrap .contact-box:nth-last-child(1) h2{
    padding-left: 18px;
}
.tail_box .footer-wrap .contact-box:nth-last-child(1) a:nth-child(2){
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.tail_box .footer-wrap .contact-box:nth-last-child(1) h4{
    padding: 0 10px 0 20px;
}
.tail_box .footer-wrap .contact-box:nth-last-child(1) a:nth-child(2) h4{
    padding: 0;
    margin: 0;
}
.tail_box .footer-wrap .contact-box:nth-last-child(1) a:nth-child(2) h4 img{
    position: unset;
    width: 4.5rem;
}
@media (max-width:1199px) {
    .tail_box .footer-wrap .info_box a{
        display: table;
    }
}
@media (max-width:1024px) {
    .tail_box .footer-wrap .info_box a{
        margin-left: 1rem;
    }
    .tail_box .footer-wrap .info_box a h3{
        font-size: 16px;
        width: 300px;
    }
}
@media (max-width:767px) {
    .tail_box .footer-sample{
        margin-top: 1.5rem;
    }
    .tail_box .footer-wrap .fnav_wrap{
        position: unset;
        width: 100%;
        justify-content: center;
    }
    .tail_box .footer-wrap .fnav_wrap .footer_nav{
        padding: 0;
    }
    .tail_box .footer-wrap .fnav_wrap .footer_nav li{
        float: left;
    }
    .tail_box .footer-wrap .footer_center .company-info{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tail_box .footer-wrap .footer_center .info-text, 
    .tail_box .footer-wrap .footer_center .info_box{
        max-width: 100%;
        flex: 0 0 100%;
        margin: 1rem 0;
    }
    .tail_box .footer-wrap .footer_center .info-text p{
        text-align: center;
        margin-bottom: 5px;
    }
    .tail_box .footer-wrap .footer_center .info_box{
        order: -1;
    }
    .tail_box .footer-wrap .info_box a{
        margin: auto;
        padding: 0;
    }
    .tail_box .footer-wrap .info_box a h3{
        width: 290px;
        font-size: 15px;
    }
    .tail_box .footer-wrap .contact-info{
        margin-top: 1rem !important;
        flex-wrap: wrap;
        display: flex;
    }
    .tail_box .footer-wrap .contact-box{
        flex: 0 0 100%;
    }
    .tail_box .footer-wrap .contact-box h4{
        padding: 0;
    }
    .tail_box .footer-wrap .contact-box::before{
        display: none;
    }
    .tail_box .footer-wrap .contact-box:nth-last-child(1){
        border: none;
        padding-left: 5px;
        text-align: center;
        padding-top: 5.5rem;
    }
    .tail_box .footer-wrap .contact-box:nth-last-child(1) h2{
        padding-left: 0;
    }
    .tail_box .footer-wrap .contact-box:nth-last-child(1) a{
        top: 0;
        left: 0;
        transform: unset;
        width: 100%;
        display: table;
        position: unset;
    }
    .tail_box .footer-wrap .contact-box:nth-last-child(1) a:nth-child(2){
        top: 0.5rem;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .tail_box .footer-wrap .contact-box:nth-last-child(1) h4{
        padding: 0;
        width: 100%;
        transform: unset;
        display: inline-block;
    }
    .tail_box .footer-wrap .contact-box:nth-last-child(1) a:nth-child(2) h4 img{
        margin: 0 auto;
    }
    .tail_box .footer-wrap .icon_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon{
        order: -1;
        margin: 0 0 0.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

/*web side*/
.web_side .module-wrapper .side_box{
    bottom: 100px;
}
.web_side .module-wrapper .side_box .side_bar{
    background: rgba(131, 137, 150, 0.8);
    width: 45px;
    box-shadow: none;
    padding: 8px 0;
}
.web_side .module-wrapper .side_box .side_bar li{
    border: none;
    position: relative;
    padding: 2px 0;
}
.web_side .module-wrapper .side_box .side_bar li a p{
    margin-bottom: 8px;
    color: #e1e1e2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.web_side .module-wrapper .side_box .side_bar li a i{
    font-size: 1.5rem;
}
.web_side .module-wrapper .side_box .side_bar li a:hover i{
    font-size: 1.75rem;
}
.web_side .module-wrapper .side_box .side_bar li a img{
    width: 24px;
}
.web_side .module-wrapper .side_box .side_bar li a:hover img{
    width: 28px;
}
.web_side .module-wrapper .actGotop{
    width: 45px;
    height: 45px;
    bottom: 50px;
    mix-blend-mode: exclusion;
}
.web_side .module-wrapper .actGotop a{
    width: 45px;
    height: 45px;
    border: 1px solid #ebd4b1;
    background: none;
    color: #ebd4b1;
    font-family: serif !important;
    font-weight: normal;
    line-height: 58px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.web_side .module-wrapper .actGotop a i{
    width: 10px;
    height: 10px;
    font-size: 0;
    border-top: 2px solid #ebd4b1;
    border-right: 2px solid #ebd4b1;
    transform: rotate(-45deg);
    top: 11px;
    left: calc(50% - 6px);
}

/*slider*/
.idx_slider section.banner-area .swiper-area .banner-swiper{
    height: auto;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-img{
    transform: scale(1);
    aspect-ratio: 1920 / 940;
    display: block;
    height: unset;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt{
    transform: unset;
    min-width: 345px;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt > .row{
    justify-content: center;
    height: 100%;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 200px 1rem 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .title, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title{
    font-size: 36px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-left: 0.5rem;
    margin-bottom: 6rem;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .line{
    display: none;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .content, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content{
    margin: 2rem 0 0;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: auto;
    margin-bottom: 6rem;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6{
    writing-mode: lr;
    margin: 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    top: 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -1px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 1px;
    z-index: 0;
    top: 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a{
    color: #d8b878;
    font-family: serif !important;
    text-decoration: none;
    width: 100%;
    padding: 1rem 0 1rem 2rem;
    position: absolute;
    left: -1px;
    bottom: 0;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 65px;
    font-size: 22px;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a::before{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #c9a96a;
    position: absolute;
    top: 50%;
    right: 2rem;
    transition: .2s;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a:hover::before{
    width: 80px;
    transition: .2s;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 16px;
    border-color: transparent transparent transparent #c9a96a;
    position: absolute;
    right: 2rem;
    bottom: calc(50% + 0px);
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .btn-link{}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide > .btn-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .cover{
    display: none;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next{
    width: 45px;
    height: 45px;
    opacity: 0.8;
    top: unset;
    bottom: 3rem;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev:hover, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next:hover{
    opacity: 1;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev{
    left: unset;
    right: 150px;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next{
    right: 60px;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev svg, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next svg{
    width: 45px;
    height: 45px;
    overflow: unset;
    border-top: 3px solid #fff;
    fill: transparent;    
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev svg{
    transform: rotate(-45deg);
    border-left: 3px solid #fff;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next svg{
    transform: rotate(45deg);
    border-right: 3px solid #fff;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev::after, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next::after{
    background: none;
    font-size: 0;
    padding: 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .videobox, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev .videobox, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next .videobox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active iframe, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev iframe, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next iframe, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active video, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev video, 
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 9;
}
@media (max-width:1199px) {
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .title, 
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title{
        font-size: 24px;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .content, 
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content{
        margin: 0rem 0 6rem;
        font-size: 18px;
    }
}
@media (max-width:767px) {
    .idx_slider_wrap{
        margin-top: 90px;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-img{
        aspect-ratio: 16 / 9;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt{
        min-width: 100%;
        top: unset;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt > .row{
        height: auto;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box{
        padding: 10px 10px 0;
        justify-content: flex-start;
        align-content: end;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .title, 
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title{
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0.5rem;
        writing-mode: lr;
        width: calc(100% - 92px);
        margin-left: 0;
        transform: unset;
        opacity: 1 !important;
        visibility: visible !important;
        transition: unset;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .content, 
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content{
        display: none;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a{
        min-height: 35px;
        font-size: 14px;
        letter-spacing: -0.5px;
        left: unset;
        width: 92px;
        right: 0;
        top: 0;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a::before{
        right: 1rem;
        width: calc(100% - 135px);
        display: none;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a::after{
        bottom: calc(50% + 0px);
        right: 1rem;
        border-width: 6px 0 0 12px;
        display: none;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box h6 a:hover::before{
        width: calc(100% - 150px);
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev, 
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next{
        bottom: 50%;
        width: 20px;
        height: 20px;
        display: block;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next{
        right: 15px;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev{
        right: unset;
        left: 15px;
    }
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-prev svg, 
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-button-next svg{
        width: 20px;
        height: 20px;
    }
}

/*search*/
.idx_search_tabs{
    margin-bottom: -80px;
    z-index: 5;
}
.idx_search_tabs .blk-tabs > .nav {
    width: 1440px;
    margin: 2.3rem auto 0;
    border-bottom: 1px solid #838996;
}
.idx_search_tabs .blk-tabs > .nav li.nav-item{
    margin: 0px 20px 0px;
}
.idx_search_tabs .blk-tabs > .nav li.nav-item a.nav-link{
    color: #838996;
    font-size: 18px;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.idx_search_tabs .blk-tabs > .nav li.nav-item a.nav-link.active{
    background: none;
    color: #142b4e;
    border: 1px solid #000;
    border-color: #838996 #838996 #e2e2e4 #838996;
}
.search_wrap .main.row{
    padding-top: 90px;
}
.idx_search_box .group_banner.search_banner .search-area > .container{
    background: none; 
    border: none; 
    padding: 0;
}
.idx_search_box section.group_banner .search-area .search-box{
    margin-top: 0.5rem; 
    height: auto;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.idx_search_box section.group_banner .search-area .search-box .select-departure, 
.idx_search_box section.group_banner .search-area .search-box .select-destination, 
.idx_search_box section.group_banner .search-area .search-box .select-date, 
.idx_search_box section.group_banner .search-area .search-box .select-input, 
.idx_search_box section.group_banner .search-area .search-box .select-goal, 
.idx_search_box section.group_banner .search-area .search-box .select-place{
    background: none; 
    height: auto; 
    padding: 5px;
    display: table; 
    width: 100%;
}
.idx_search_box section.group_banner .search-area .search-box .select-departure .title, 
.idx_search_box section.group_banner .search-area .search-box .select-destination .title, 
.idx_search_box section.group_banner .search-area .search-box .select-goal .title, 
.idx_search_box section.group_banner .search-area .search-box .select-place .title, 
.idx_search_box section.group_banner .search-area .search-box .select-date .title{
    height: 30px; 
    min-height: 30px; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    margin-bottom: 5px;
}
.idx_search_box section.group_banner .search-area .search-box .select-departure .title i, 
.idx_search_box section.group_banner .search-area .search-box .select-destination .title i, 
.idx_search_box .search-area .search-box .select-date .title i, 
.idx_search_box .search-area .search-box .select-place .title i, 
.idx_search_box .search-area .search-box .select-goal .title i{
    color: transparent;
    font-size: 0;
    width: 23px;
    height: 23px;
}
.idx_search_box .search-area .search-box .title i.data-icon.data-icon-place-icon{
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/43f6fe3b-95ef-4da4-b8d9-dcd16241befa.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.idx_search_box .search-area .search-box .title i.data-icon.data-icon-plane-icon{
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/cb40f155-611b-46ad-9697-4ff09a72300e.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.idx_search_box .search-area .search-box .title i.data-icon.data-icon-from{
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/0e377e3d-6859-4c2c-a10c-e16d2db58344.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.idx_search_box .search-area .search-box .title i.data-icon.data-icon-date-icon{
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/55c635ab-58c0-417a-9d6d-f3eacaa72e4c.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.idx_search_box .data-icon:before{
    width: auto; 
    height: 0rem; 
    margin: 0;
}
.idx_search_box section.group_banner .search-area .search-box .select-departure .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-destination .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-date .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-goal .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-place .title h6{
    font-size: 18px;
    color: #2a3956;
    letter-spacing: 0px;
    margin-left: 0px;
    font-weight: bold;
}
.idx_search_box section.group_banner .leftPark{
    height: 45px;
}
.idx_search_box section.group_banner .area_input{
    border-radius: 0; 
    background-color: #fff; 
    padding: 0 15px; 
    font-size: 16px;
    height: 45px;
    border: 1px solid #c9c9c9; 
    background-size: 12px; 
    background-position: 95%;
}
.idx_search_box .search-area .search-box .select-place .select select, 
.idx_search_box .search-area .search-box .select-goal .select select{
    border-radius: 0; 
    background-color: #fff;
    font-size: 16px;
    height: 45px;
    border: 1px solid #c9c9c9;
}
.idx_search_box .search-area .search-box .select-date .select{
    width: 100%;
    border: 1px solid #c9c9c9;
    position: relative;
}
.idx_search_box .search-area .search-box .select-date .select::before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 50%;
    width: 1px;
    background: #838996;
}
.idx_search_box section.group_banner .search-area .search-box .select-date .select input{
    border-radius: 0; 
    background-color: #fff; 
    padding: 0 15px; 
    font-size: 16px; 
    height: 44px; 
    border: 1px solid transparent; 
    width: calc(50%);
    letter-spacing: 0.5px;
}
.idx_search_box .search-area .search-box .select-date .select .divide{
    margin: 22px 0 0; 
    width: 20px; 
    background: #adc8db;
    display: none;
}
.idx_search_box section.search_banner .search-area .search-box .select-input .data-icon-search{
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    margin-bottom: 5px;
    color: #2a3956;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.idx_search_box section.search_banner .search-area .search-box .select-input .data-icon-search::before{
    width: 23px;
    height: 23px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/f9af51df-0fcb-4d00-9979-973a022bd163.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.idx_search_box section.search_banner .search-area .search-box .select-input .data-icon-search::after {
    content: '關鍵字';
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.5px;
    margin-left: 0px;
    font-weight: bold;
}
.idx_search_box section.group_banner .search-area .search-box .select-input > input{
    border-radius: 0;
    background-color: #fff;
    padding: 0 15px;
    font-size: 16px;
    height: 45px;
    border: 1px solid #c9c9c9;
}
.idx_search_box section.group_banner .search-area .search-box > div:nth-last-child(1){
    padding-right: 0 !important;
}
.idx_search_box section.group_banner .search-area .search-box .select-status{
    bottom: 0px;
}
.idx_search_box section.group_banner .search-area .search-box .search-btn{
    border-radius: 0;
    background: #142b4e;
    border: none;
    color: #d8b878;
    margin-top: 40px;
    height: 45px;
    line-height: 45px;
    position: relative;
}
.idx_search_box .search-area .search-box .search-btn h5{
    margin: 0 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    letter-spacing: 0;
}
.idx_search_box .search-area .search-box .search-btn i{
    line-height: 25px;
    order: unset;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #c9a96a transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.idx_search_box .search-area .search-box .search-btn:hover i{
    transform: unset;
}
.idx_search_box .search-area .search-box .search-btn i::before{
    font-size: 0;
}
@media (min-width:1200px) and (max-width:1499px) {
    .idx_search_tabs .blk-tabs > .nav{
        width: 100%;
    }
}
@media (max-width:1199px){
    .idx_search_tabs .blk-tabs > .nav{
        width: 960px;
    }
    .idx_search_box section.group_banner .search-area .search-box .search-btn{
        margin-top: 1rem;
    }
}
@media (max-width:991px){
    .idx_search_tabs .blk-tabs > .nav{
        width: 95%;
    }
    .idx_search_box section.group_banner .search-area .search-box .select-departure .title, 
    .idx_search_box section.group_banner .search-area .search-box .select-destination .title, 
    .idx_search_box section.group_banner .search-area .search-box .select-goal .title, 
    .idx_search_box section.group_banner .search-area .search-box .select-place .title, 
    .idx_search_box section.group_banner .search-area .search-box .select-date .title, 
    .idx_search_box section.search_banner .search-area .search-box .select-input .data-icon-search{
        margin-bottom: 0;
    }
}
@media (max-width:767px) {
    .idx_search_tabs .blk-tabs{
        background: #e2e2e4;
    }
    .search_wrap .main.row{
        background-image: unset !important;
    }
    .idx_search_box section.group_banner.search_banner{
        width: 100%;
    }
    .idx_search_box section.group_banner .search-area .search-box .select-departure, 
    .idx_search_box section.group_banner .search-area .search-box .select-destination, 
    .idx_search_box section.group_banner .search-area .search-box .select-date, 
    .idx_search_box section.group_banner .search-area .search-box .select-input, 
    .idx_search_box section.group_banner .search-area .search-box .select-goal, 
    .idx_search_box section.group_banner .search-area .search-box .select-place{
        padding: 0 5px;
    }
    .idx_search_box .search-area .search-box .select-place .select select, 
    .idx_search_box .search-area .search-box .select-goal .select select,     
    .idx_search_box section.group_banner .search-area .search-box .select-input > input{
        height: 40px;
    }
    .idx_search_box section.group_banner .search-area .search-box .select-date .select input{
        height: 39px;
        text-align: left;
    }
    .idx_search_box .mic_icon{
        top: 30px;
    }
    .idx_search_box section.group_banner .search-area .search-box .search-btn{
        margin-top: 0;
    }
    .idx_search_box section.group_banner .search-area .search-box > div:nth-last-child(1){
        padding: 0.25rem 15px !important;
    }
}

/*idx theme*/
.idx_theme{
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.idx_theme .board-content .board-slogan span{
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    font-weight: 500;
    letter-spacing: 1px;
}
.idx_theme .board-content .board-more a{
    border: 1px solid #142b4e;
    color: #142b4e;
    transition: all .25s;
    border-radius: 4px;
    font-size: 15px;
    padding: 4px 2rem 4px 0.7rem;
    position: relative;
}
.idx_theme .board-content .board-more a:hover{
    background-color: #142b4e;
    color: #fff;
}
.idx_theme .board-content .board-more a::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #142b4e;
    border-right: 2px solid #142b4e;
    transform: rotate(45deg);
    position: absolute;
    right: 0.7rem;
    top: calc(50% - 4px);
}
.idx_theme .board-content .board-more a:hover::after{
    border-color: #fff;
}
.idx_theme .quick_s .area-list li{
    background-size: calc(100% - 8px);
    padding: 0 4px;
    border-radius: 16px;
    background-position: top center;
    margin-bottom: 0.5rem;
}
.idx_theme .quick_s .area-list li::before{
    width: calc(100% - 6px);
    height: 55%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
}
.idx_theme .quick_s .area-list li a{
    width: calc(100% - 8px);
    left: 4px;
}
.idx_theme .quick_s .area-list li a::before{
    display: none;
}
@media (max-width:991px) {
    .idx_theme .board-content .board-slogan{
        margin-bottom: 1rem;
        width: 100%;
    }
    .idx_theme .board-points{
        margin-left: 0;
    }
}
@media (max-width:767px) {
    .idx_theme .board-content .board-slogan{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .idx_theme .board-points{
        width: 100%;
    }
    .idx_theme .board-more{
        position: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        margin-top: 1rem;
        margin-right: 3px;
    }
    .idx_theme .board-content .board-more a{
        padding: 5px 2rem 5px 0.7rem;
    }
}

/*popular*/
.idx_popular_tabs .blk-tabs{
    order: 1;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.idx_popular_tabs .blk-tabs .nav .nav-item .nav-link{
    font-size: 20px;
    color: #142b4e;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    z-index: 1;
}
.idx_popular_tabs .blk-tabs .nav .nav-item .nav-link:hover{
    font-weight: bold;
}
.idx_popular_tabs .blk-tabs .nav .nav-item + .nav-item .nav-link::before{
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    left: -8px;
    top: 50%;
    background: #838996;
    transform: rotate(-50deg) translate(0px, -50%);
}
.idx_popular_tabs .nav-pills .nav-link.active, 
.idx_popular_tabs .nav-pills .show>.nav-link{
    font-weight: bold;
    background: none;
    color: #142b4e;
}
.idx_popular_tabs .nav-pills .nav-link.active::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #cccdce;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: -1;
}
.idx_popular_title .link.text-link{
    width: 270px;
    margin: auto;
    display: flex;
    background: #fff;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    min-height: 135px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.idx_popular_title .link.text-link::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -16px;
    z-index: 9;
    transform: rotate(90deg);
}
.idx_popular_title .link.text-link::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 9;
}
.idx_popular_title .link.text-link h2{
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
}
.idx_popular_title div.link-list{
    background: none;
    width: 100%;
}
.idx_popular_title div.link-list ul li{
    width: 100%;
}
.idx_popular_title div.link-list ul li a, 
.idx_popular_title div.link-list ul li span{
    padding: 0rem;
    width: 100%;
    text-align: center;
    font-family: serif !important;
    letter-spacing: 1px;
}
.idx_popular_box{
    margin-bottom: 4rem;
}
.idx_popular_box .swiper-container{
    padding: 0 15px;
}
.idx_popular_box .swiper-slide-style{
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.idx_popular_box .swiper-slide .swiper-img{
    aspect-ratio: 4 / 2.9;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.idx_popular_box .swiper-slide .swiper-img img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.idx_popular_box .swiper-slide .swiper-title{
    padding: 0 15px 0 0;
    text-align: justify;
    font-size: 20px;
    width: 69%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.5px;
    line-height: 1.35;
    font-weight: bold;
    color: #333;
    margin: 0 0 2px;
}
.idx_popular_box .swiper-slide .swiper-content{
    width: 31%;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0;
    display: flex;
    -webkit-line-clamp: unset;
    overflow: unset;
    min-height: 55px;
    border-left: 1px solid #838996;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.idx_popular_box .swiper-slide .swiper-content span{
    font-size: 20px;
    font-weight: bold;
    color: #c9a96a;
    margin: 0 3px 3px;
}
.idx_popular_box .swiper-pagination{
    margin-top: 1rem;
}
.idx_popular_box .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #142b4e;
    opacity: .3;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}
.idx_popular_box .swiper-pagination-bullet-active{
    opacity: 1;
}
.idx_popular_box .swiper-button-prev.swiper-button-white, 
.idx_popular_box .swiper-button-next.swiper-button-white{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.75);
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 1;
}
.idx_popular_box .swiper-button-prev.swiper-button-white{
    left: 0;
}
.idx_popular_box .swiper-button-next.swiper-button-white{
    right: 0;
}
.idx_popular_box .swiper-button-prev.swiper-button-white::before, 
.idx_popular_box .swiper-button-next.swiper-button-white::before{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #c9a96a;
    position: absolute;
    left: 50%;
    top: calc(50% + 2px);
    transform: translate(-50%, 0%);
}
.idx_popular_box .swiper-button-prev.swiper-button-white::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 9px;
    border-color: transparent transparent #c9a96a transparent;
    background: none;
    background: none;
    padding: 0;
    position: absolute;
    left: 6px;
    top: calc(50% - 2.5px);
}
.idx_popular_box .swiper-button-next.swiper-button-white::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 9px;
    border-color: transparent transparent transparent #c9a96a;
    background: none;
    padding: 0;
    position: absolute;
    right: 6px;
    top: calc(50% - 2.5px);
}
/*保證出發*/
.idx_popular_box .cards-wrapper h2.visible{
    font-size: 34px;
    color: #000;
    letter-spacing: 0.5px;
}
.idx_popular_box .cards-wrapper .title1{
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.idx_popular_box .cards-wrapper .promo .promo_inner figure{
    aspect-ratio: 4 / 3;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.idx_popular_box .cards-wrapper .promo .promo_inner figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.idx_popular_box .cards-wrapper .promo .promo_inner div.txt1{
    height: auto;
}
.idx_popular_box .cards-wrapper .promo .promo_inner div.txt1 span{
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
}
.idx_popular_box .cards-wrapper .promo .promo_inner div.txt1 p{
    line-height: 1.5;
    margin: 0.5rem 0 0;
}
@media (max-width:1199px) {
    .idx_popular_box .swiper-slide .swiper-title{
        width: 100%;
        min-height: 54px;
    }
    .idx_popular_box .swiper-slide .swiper-content{
        width: 100%;
        border-left: 0px;
        border-top: 1px solid #838996;
        min-height: unset;
        padding-top: 0.5rem;
        margin-top: 0.5rem;
    }
}
@media (max-width:767px) {
    .idx_popular_title .link.text-link h2{
        font-size: 26px !important;
        margin-bottom: 0px;
    }
    .idx_popular_title div.link-list{
        min-height: 45px;
    }
    .idx_popular_tabs .blk-tabs{
        display: block;
        margin-bottom: 0;
    }
    .idx_popular_tabs .blk-tabs > .nav{
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 20px;
    }
    .idx_popular_tabs .blk-tabs .nav .nav-item{
        display: inline-block;
    }
    .idx_popular_tabs .blk-tabs .nav .nav-item .nav-link{
        padding: 0.5rem 1rem;
        letter-spacing: 0;
        font-size: 18px;
    }
    .idx_popular_tabs .blk-tabs .nav .nav-item + .nav-item .nav-link::before{
        left: -10px;
    }
    .idx_popular_tabs .nav-pills .nav-link.active::after{
        left: 8px;
    }
}

/*video*/
.idx_video_wrap .main.row{
    justify-content: center;
}
.idx_video_title .module-container .main > div:nth-last-child(1){
    background: #f5f5f5;
    padding: 3rem 1rem 4rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 100%;
    align-items: center;
    position: relative;
}
.idx_video_title .module-container .main > div:nth-last-child(1)::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/b7e92bd1-1e4e-4c10-8dbd-c929c16d87ed.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -16px;
    z-index: 9;
    transform: rotate(90deg);
}
.idx_video_title .module-container .main > div:nth-last-child(1)::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/b7e92bd1-1e4e-4c10-8dbd-c929c16d87ed.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 9;
}
.idx_video_title .module-container .main > div:nth-last-child(1) h2{
    margin-bottom: 4rem;
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 32px;
    color: #000;
}
.idx_video_title .module-container .main > div:nth-last-child(1) h4{
    font-size: 19px;
    font-family: serif !important;
    margin-bottom: 4rem;
    letter-spacing: 1px;
    color: #C9A96A;
    margin-top: -8rem;
    margin-right: -3rem;
}
.idx_video_title .module-container .main > div:nth-last-child(1) p{
    width: 65%;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    text-align: center;
}
.idx_video_box{
    margin-top: 4.5rem;
    padding-left: 5rem;
    margin-bottom: 6rem;
}
.idx_video_box .carousel-indicators{
    display: none;
}
.idx_video_box .carousel-fade .carousel-item{
    aspect-ratio: 3 / 2;
    display: block;
    border-top-right-radius: 16px;
    border-bottom-left-radius:16px;
    overflow: hidden;
}
.idx_video_box .carousel-fade .carousel-item picture{
    width: 100%;
    height: 100%;
    display: table;
}
.idx_video_box .carousel-fade .carousel-item picture img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.idx_video_box .carousel-fade .carousel-item .carousel-caption{
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}
.idx_video_box .bs-carousel{
    overflow: unset;
}
.idx_video_box .bs-carousel .carousel-item h5{
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    border-bottom-right-radius: 16px;
    padding: 0.5rem 1.5rem 1rem 0rem;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    text-shadow: none;
    max-width: 45%;
    text-align: left;
    line-height: 1.4;
}
.idx_video_box .bs-carousel .carousel-item h5::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -16px;
    top: 0;
}
.idx_video_box .bs-carousel .carousel-item h5::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.idx_video_box .bs-carousel .carousel-item .video_info{
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    border-top-left-radius: 16px;
    padding: 1.3rem 0rem 0 1.8rem;
    color: #333;
    font-size: 16px;
    left: 55%;
}
.idx_video_box .bs-carousel .carousel-item p{
    font-size: 16px;
    text-shadow: none;
    text-align: justify;
    font-weight: normal;
    line-height: 1.7;
    margin: 0;
}
.idx_video_box .bs-carousel .carousel-item .video_info p{
    color: #333;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.idx_video_box .bs-carousel .carousel-item .video_info h6{
    font-size: 15px;
    color: #c9a96a;
    border: 1px solid #c9a96a;
    display: table;
    float: right;
    padding: 3px 2.5rem 3px 15px;
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 0;
    position: relative;
}
.idx_video_box .bs-carousel .carousel-item .video_info h6::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c9a96a;
    border-right: 2px solid #c9a96a;
    transform: rotate(45deg);
    position: absolute;
    right: 17px;
    top: calc(50% - 4px);
}
.idx_video_box .bs-carousel .carousel-item .video_info h6:hover{
    color: #fff;
    background: #c9a96a;
}
.idx_video_box .bs-carousel .carousel-item .video_info h6:hover::before{
    border-color: #fff;
}
.idx_video_box .bs-carousel .carousel-item .video_info::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -16px;
    transform: rotate(180deg);
}
.idx_video_box .bs-carousel .carousel-item .video_info::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -16px;
    bottom: 0;
    transform: rotate(180deg);
}
.idx_video_box .carousel-fade .carousel-item .carousel-caption .videobox iframe{
    width: 100%;
    aspect-ratio: 3 / 2;
}
.idx_video_box .carousel-control-prev, 
.idx_video_box .carousel-control-next{
    opacity: 0;
}
.idx_video_box .carousel-control-prev:hover, 
.idx_video_box .carousel-control-next:hover{
    opacity: 1;
}
.idx_video_box .carousel-control-prev{
    top: 120px;
    left: -1rem;
    justify-content: flex-start;
}
.idx_video_box .carousel-control-next{
    bottom: 120px;
    right: -1rem;
    justify-content: end;
}
.idx_video_box .carousel-control-next-icon, 
.idx_video_box .carousel-control-prev-icon{
    width: 73px;
    height: 73px;
    border: 1px solid #c9a96a;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: none;
    position: relative;
    backdrop-filter: blur(3px);
}
.idx_video_box .carousel-control-next-icon{
    margin-top: 120px;
}
.idx_video_box .carousel-control-prev-icon{
    margin-bottom: 120px;
}
.idx_video_box .carousel-control-next-icon::before, 
.idx_video_box .carousel-control-prev-icon::before{
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #C9A96A;
    position: absolute;
    left: calc(50% - 22px);
    top: 50%;
}
.idx_video_box .carousel-control-next-icon::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 12px;
    border-color: transparent transparent transparent #c9a96a;
    position: absolute;
    top: 30px;
    right: 10px;
}
.idx_video_box .carousel-control-prev-icon::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 12px;
    border-color: transparent transparent #c9a96a transparent;
    position: absolute;
    top: 30px;
    left: 10px;
}
@media (max-width:1199px) {    
    .idx_video_title .module-container .main > div:nth-last-child(1) p{
        width: 85%;
    }
    .idx_video_box{
        padding-left: 4rem;
    }
    .idx_video_box .bs-carousel .carousel-item h5{
        font-size: 18px;
    }
    .idx_video_box .bs-carousel .carousel-item p{
        line-height: 1.5;
    }
}
@media (max-width:1024px) {
    .idx_video_title .module-container .main > div:nth-last-child(1) p{
        font-size: 16px;
    }
    .idx_video_box .bs-carousel .carousel-item h5{
        padding: 0.5rem 1rem 0.75rem 0rem;
    }
    .idx_video_box .bs-carousel .carousel-item .video_info{
        padding: 0.75rem 0rem 0 1rem;
        font-size: 15px;
    }
    .idx_video_box .bs-carousel .carousel-item .video_info p{
        font-size: 15px;
    }
}
@media (max-width:991px) {
    .idx_video_title .module-container .main > div:nth-last-child(1){
        writing-mode: lr;
        width: 270px;
        margin: auto;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
        min-height: 135px;
        padding: 0;
    }
    .idx_video_title .module-container .main > div:nth-last-child(1) h2{
        margin-bottom: 0.5rem;
        letter-spacing: 1px;
    }
    .idx_video_title .module-container .main > div:nth-last-child(1) h4{
        margin: 0;
        width: 100%;
        text-align: center;
        min-height: 50px;
    }
    .idx_video_title .module-container .main > div:nth-last-child(1) p{
        display: none;
    }
    .idx_video_box{
        padding: 0 2rem;
        margin-top: 3.5rem;
    }
}
@media (max-width:767px) {
    .idx_video_title .module-container .main > div:nth-last-child(1) h2{
        font-size: 26px;
    }
    .idx_video_title .module-container .main > div:nth-last-child(1) h4{
        font-size: 16px;
        min-height: 40px;
    }
    .idx_video_box .bs-carousel .carousel-inner{
        overflow: unset;
    }
    .idx_video_box .carousel-fade .carousel-item picture{
        border-radius: 16px;
        overflow: hidden;
    }
    .idx_video_box .carousel-fade .carousel-item{
        aspect-ratio: unset;
        overflow: unset;
        border-radius: 0;
        margin-bottom: 6rem;
    }
    .idx_video_box .bs-carousel .carousel-item h5{
        font-size: 16px;
        max-width: calc(100% - 30px);
        padding-bottom: 0.5rem;
    }
    .idx_video_box .carousel-fade .carousel-item .carousel-caption{
        display: block !important;
        bottom: -6rem;
    }
    .idx_video_box .bs-carousel .carousel-item p.videobox{
        display: block;
        aspect-ratio: 4 / 3;
        border-radius: 16px;
        overflow: hidden;
    }
    .idx_video_box .carousel-fade .carousel-item .carousel-caption .videobox iframe{
        aspect-ratio: 4 / 3;
    }
    .idx_video_box .bs-carousel .carousel-item .video_info{
        padding: 1rem 0 0;
        position: unset;
        width: 100%;
    }
    .idx_video_box .bs-carousel .carousel-item .video_info::before, 
    .idx_video_box .bs-carousel .carousel-item .video_info::after{
        display: none;
    }
    .idx_video_box .carousel-control-prev, 
    .idx_video_box .carousel-control-next{
        opacity: 1;
    }
    .idx_video_box .carousel-control-next-icon, 
    .idx_video_box .carousel-control-prev-icon{
        width: 50px;
        height: 50px;
    }
    .idx_video_box .carousel-control-next-icon::before, 
    .idx_video_box .carousel-control-prev-icon::before{
        width: 30px;
        left: calc(50% - 15px);
    }
    .idx_video_box .carousel-control-next-icon::after{
        border-width: 6px 0 0 10px;
        top: 18px;
        right: 9px;
    }
    .idx_video_box .carousel-control-prev-icon::after{
        border-width: 0 0 6px 10px;
        top: 18px;
        left: 9px;
    }
}

/*B2B web*/
.top_menu.b2b_menu .header-part .navbar-brand{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.top_menu.b2b_menu .header-part .navbar-brand::after{
    display: inline-block;
    content: '同業網';
    font-size: 19px;
    letter-spacing: 0.5px;
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    margin-left: -20px;
    margin-bottom: 5px;
    color: #fff;
}
.gizle .top_menu.b2b_menu .header-part .navbar-brand::after{
    color: #142b4e;
    font-weight: 500;
}
.b2b_new_wrap {
    margin-top: 5rem;
    margin-bottom: 4rem;
    flex: 0 0 86%;
    max-width: 86%;
}
.b2b_DM_box .header-title, 
.b2b_product_box .header-title{
    font-size: 32px;
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    padding-left: 5px;
}
.b2b_DM_box .header-title::before, 
.b2b_product_box .header-title::before{
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 30px;
    background: #dadbdf;
    position: absolute;
    top: -0.5rem;
    left: -13px;
    z-index: -1;
}
.b2b_DM_box{
    max-width: calc(50% - 1rem);
    margin-right: 1rem;
}
.b2b_DM_box .swiper-slide-style{
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}
.b2b_DM_box .swiper-slide .swiper-img{
    margin: 0;
}
.swiper-slide .swiper-img img{
    border-radius: 0;
}
.b2b_DM_box .swiper-button-prev.swiper-button-white, 
.b2b_DM_box .swiper-button-next.swiper-button-white{
    display: none;
}
.b2b_DM_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px 7px;
    width: 15px;
    height: 15px;
    background: rgba(20, 43, 78, 0.3);
}
.b2b_DM_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #142b4e;
}
.b2b_product_box{
    max-width: calc(50% - 1rem);
    margin-left: 1rem;
}
.b2b_product_box .list-wrapper{
    margin-top: 22px;
}
.b2b_product_box .list-wrapper .row{
    position: relative;
}
.b2b_product_box .list-wrapper .pic-block{
    padding: 8px 0;
    flex: 0 0 125px;
    max-width: 125px;
}
.b2b_product_box .list-wrapper .pic-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.b2b_product_box .list-wrapper .name-block{
    padding-left: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    max-width: calc(100% - 125px);
    flex: 0 0 calc(100% - 125px);
    padding-bottom: 3rem;
    padding-right: 0;
}
.b2b_product_box .list-wrapper .name-block::before{
    /*content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #c9a96a;
    border-right: 2px solid #c9a96a;
    transform: rotate(45deg);
    position: absolute;
    top: 1.4rem;
    left: -5px;*/
}
.b2b_product_box .list-wrapper .name-block a{
    font-size: 18px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.b2b_product_box .list-wrapper .name-block a:hover{
    font-weight: bold;
}
.b2b_product_box .list-wrapper .price-block{
    color: #c9a96a;
    padding-right: 0;
    padding-left: 10px;
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b2b_product_box .list-wrapper .price-block::before{
    content: '$';
    font-size: 16px;
    color: #000;
    margin-right: 3px;
}
.b2b_product_box .list-wrapper .price-block::after{
    content: '起';
    font-size: 16px;
    color: #000;
    margin-left: 3px;
}
@media (max-width:1599px) {
    .b2b_new_wrap{
        flex: 0 0 92%;
        max-width: 92%;
    }
}
@media (max-width:1439px) {
    .b2b_DM_box {
        max-width: calc(50% - 0rem);
        margin-right: 0rem;
    }
    .b2b_product_box {
        max-width: calc(50% - 2rem);
        margin-left: 2rem;
    }
}
@media (max-width:1279px) {
    .b2b_product_box .list-wrapper .pic-block{
        flex: 0 0 120px;
        max-width: 120px;
    }
    .b2b_product_box .list-wrapper .name-block{
        max-width: calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        padding-top: 12px;
    }
    .b2b_product_box .list-wrapper .name-block::before{
        top: 1.2rem;
    }
    .b2b_product_box .list-wrapper .name-block a{
        font-size: 17px;
        letter-spacing: 0;
    }
    .b2b_product_box .list-wrapper .price-block{
        padding-bottom: 12px;
        font-size: 20px;
    }
}
@media (max-width:1199px) {
    .b2b_new_wrap {
        flex: 0 0 95%;
        max-width: 95%;
    }
    .b2b_product_box {
        max-width: calc(50% - 1rem);
        margin-left: 1rem;
    }
    .b2b_product_box .list-wrapper .pic-block {
        padding: 5px 0;
        flex: 0 0 110px;
        max-width: 110px;
    }
    .b2b_product_box .list-wrapper .name-block {
        max-width: calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 2rem;
    }
    .b2b_product_box .list-wrapper .price-block{
        padding-bottom: 10px;
        font-size: 18px;
    }
}
@media (max-width:991px) {
    .b2b_DM_box {
        max-width: calc(100% - 0rem);
        margin-right: 0rem;
    }
    .b2b_product_box {
        max-width: calc(100% - 0rem);
        margin-left: 0rem;
        margin-top: 2.5rem;
    }
}
@media (max-width:767px) {
    .b2b_new_wrap {
        flex: 0 0 95%;
        max-width: 95%;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .b2b_DM_box .header-title, 
    .b2b_product_box .header-title{
        font-size: 26px;
    }
    .b2b_DM_box .header-title::before, 
    .b2b_product_box .header-title::before{
        width: 30px;
        height: 30px;
        top: -5px;
        left: -8px;
    }
    .b2b_DM_box .swiper-slide-style{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .b2b_product_box .list-wrapper{
        margin-top: 8px;
        padding: 0 0px;
    }
}
@media (max-width:575px) {
    .b2b_new_wrap {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .b2b_product_box .list-wrapper .name-block{
        padding-right: 0;
        padding-top: 5px;
        padding-left: 10px;
        align-items: center;
    }
    .b2b_product_box .list-wrapper .name-block a{
        -webkit-line-clamp: unset;
        line-height: 1.4;
        font-size: 16px;        
    }
    .b2b_product_box .list-wrapper .price-block{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: end;
        font-size: 17px;
    }
    .b2b_product_box .list-wrapper .price-block::before, 
    .b2b_product_box .list-wrapper .price-block::after{
        font-size: 15px;
    }
}
/*DM*/
.B2B_DMtitle_wrap .main.row{
    background-position: bottom 200px center !important;
    min-height: 370px;
    align-content: end;
}
.B2B_DMtitle section.link.text-link{
    width: 270px;
    margin: auto;
    display: flex;
    background: #fff;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    min-height: 135px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
}
.B2B_DMtitle section.link.text-link h2{
    font-family: 'Noto Serif TC', 'Cormorant SC', serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
}
.B2B_DMtitle section.link.text-link div.link-list{
    width: 100%;
    min-height: unset;
    background: none;
}
.B2B_DMtitle div.link-list ul li{
    width: 100%;
}
.B2B_DMtitle div.link-list ul li a, 
.B2B_DMtitle div.link-list ul li span{
    padding: 0rem;
    width: 100%;
    text-align: center;
    font-family: serif !important;
    letter-spacing: 1px;
}
.B2B_DMtitle .link.text-link::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -15px;
    z-index: 9;
    transform: rotate(180deg);
}
.B2B_DMtitle .link.text-link::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://materials.fillo.com.tw/materials/pengwai/images/352b9b86-55ed-47c7-b6dc-1d19001e1e01.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -15px;
    z-index: 9;
    transform: rotate(-90deg);
}
.B2B_DMtabs{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.B2B_DMtabs .blk-tabs ul.nav li.nav-item{
    margin: 5px 10px;
}
.B2B_DMtabs .blk-tabs ul.nav li.nav-item a.nav-link{
    font-size: 21px;
    font-weight: bold;
    color: #142b4e;
    letter-spacing: 0.5px;
    border: 1px solid #142b4e;
    border-radius: 50px;
    padding: 5px 20px;
}
.B2B_DMtabs .blk-tabs ul.nav li.nav-item a.nav-link:hover, 
.B2B_DMtabs .blk-tabs ul.nav li.nav-item a.nav-link.active{
    color: #fff;
    background: #142b4e;
}
.B2B_DMwrap{
    margin-bottom: 3rem;
}
.B2B_DMbox .btn-container{
    padding: 0 15px;
    margin-bottom: 2.5rem;
}
.B2B_DMbox .btn-container section.function-row{
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 15px;
}
.B2B_DMbox .btn-container section.function-row .row-content{
    justify-content: center;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(1){
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(1) a{
    padding: 0;
    width: 100%;
    cursor: default;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(1) a img{
    width: 100%;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2), 
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(3){
    max-width: 105px;
    flex: 0 0 105px;
    margin: 0 10px 5px;
    padding: 0;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2) a, 
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(3) a{
    padding: 5px 16px;
    height: auto;
    width: 100%;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2) a{
    border: 1px solid #c9a96a;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2) a:hover{
    border: 1px solid #142b4e;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(3) a:hover{
    background: #142b4e !important;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2) a h3, 
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(3) a h3{
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}
.B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2) a:hover h3{
    color: #142b4e !important;
}
@media (max-width:1679px) {
    .B2B_DMwrap{
        max-width: 83.33333%;
        flex: 0 0 83.33333%;
    }
    .B2B_DMbox .btn-container section.function-row .row-content li:nth-child(2){
        margin-left: 0;
    }
    .B2B_DMbox .btn-container section.function-row .row-content li:nth-child(3){
        margin-right: 0;
    }
}
@media (max-width:1439px) {
    .B2B_DMbox {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width:1099px) {
    .B2B_DMwrap {
        max-width: 91.666666%;
        flex: 0 0 91.666666%;
    }
}
@media (max-width:991px) {
    .B2B_DMtabs {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }
    .B2B_DMtabs .blk-tabs{
        display: block;
        margin-bottom: 0;
    }
    .B2B_DMtabs .blk-tabs > .nav{
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 15px;
    }
    .B2B_DMtabs .blk-tabs .nav .nav-item{
        display: inline-block;
    }
    .B2B_DMbox {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width:767px) {
    .B2B_DMtitle_wrap .main.row{
        min-height: 300px;
    }
    .B2B_DMtitle section.link.text-link h2{
        font-size: 26px !important;
    }
    .B2B_DMtabs {
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    .B2B_DMtabs .blk-tabs ul.nav li.nav-item{
        margin: 5px;
    }
    .B2B_DMtabs .blk-tabs ul.nav li.nav-item a.nav-link{
        font-size: 18px;
        padding: 4px 16px;
    }
}
@media (max-width:680px) {
    .B2B_DMwrap {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .B2B_DMbox {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .B2B_DMbox .btn-container{
        margin-bottom: 1.5rem;
    }
}


/*公版*/
.D_products_domestic_molddetail *, 
.D_products_group_molddetail *{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
body.WinChrome a.go-to-top, 
.D_products_domestic_search a.go-to-top, 
.D_products_domestic_molddetail a.go-to-top, 
.D_products_group_molddetail a.go-to-top{display: none !important;}
.day_style_16{margin: 15px;align-items: center;}
.day_style_16 .item h3{
    font-size: 22px !important; 
    margin-bottom: 1rem !important; 
    font-weight: bold !important; 
    color: #c9a96a !important;
    line-height: 1.3 !important;
    border: none !important;
    min-height: unset !important;
}
.day_style_16 .item h4{margin-bottom: 1rem; font-size: 18px !important; color: #000;line-height: 1.3;padding: 0; border: none;display: none;}
.day_style_16 .item p{font-size: 15px !important; color: #000; margin: 0;line-height: 1.5;}
@media (min-width: 768px){
    .day_style_16 .item-image-box{aspect-ratio: 4/3;padding: 0; margin: 0;}
    .day_style_16 .item-image-box img{width: 100%; height: 100% !important; max-width: 100%; object-fit: cover; object-position: center center;}
}
@media (max-width: 767px){
    .day_style_16 { margin: 0;}
    .day_style_16 .item-image-box{margin: 0;padding:0;}
    .Detail.DayTrip .day_style_16 .item h3 {
        padding: 0rem !important;
        font-size: 20px !important;
    }
    .Detail.DayTrip .day_style_16 .item h3, 
    .Detail.DayTrip .day_style_16 .item p{
        word-break:break-word;
        overflow-wrap:break-word;
        hyphens:auto;
    }
}
.day_style_17 .item{margin: 15px 0;}
.day_style_17 .item h3{
    font-size: 22px !important;
    margin-bottom: 1rem !important;
    font-weight: bold !important;
    color: #c9a96a !important;
    padding: 0 1.5rem !important;
    line-height: 1.3 !important;
    min-height: unset !important;
    border: none !important;
}
.day_style_17 .item h4{margin-bottom: 1rem; font-size: 18px !important; color: #000;padding: 0 1.5rem;line-height: 1.3; border: none;display: none;}
.day_style_17 .item p{font-size: 15px !important; color: #000; margin: 0;padding: 0 1.5rem;line-height: 1.5;margin:0;}
@media (min-width: 768px){
    .day_style_17 .item-image-box{aspect-ratio: 4/3;padding: 0; margin: 0;}
    .day_style_17 .item-image-box img{width: 100%; height: 100% !important; max-width: 100%; object-fit: cover; object-position: center center;}
}
@media (max-width: 767px){
    .day_style_17 .item{margin:15px 0;padding: 0;}
    .Detail.DayTrip .day_style_17 .item h3 {
        padding: 0 1.5rem !important;
        font-size: 20px !important;
    }
    .Detail.DayTrip .day_style_17 .item h3, 
    .Detail.DayTrip .day_style_17 .item p{
        word-break:break-word;
        overflow-wrap:break-word;
        hyphens:auto;
    }
}
.day_style_18 .item{margin: 15px 0;}
.day_style_18 .item h3{
    font-size: 22px !important;
    margin-bottom: 1rem !important;
    font-weight: bold !important;
    color: #c9a96a !important;
    padding: 0 1.5rem !important;
    line-height: 1.3 !important;
    border: none !important;
    min-height: unset !important;
}
.day_style_18 .item h4{margin-bottom: 1rem; font-size: 18px !important; color: #000;padding: 0 1.5rem;line-height: 1.3; border: none;display: none;}
.day_style_18 .item p{font-size: 15px !important; color: #000; margin-top: 0;padding: 0 1.5rem;line-height: 1.5;margin:0;}
@media (min-width: 768px){
    .day_style_18 .item-image-box{aspect-ratio: 4/3;padding: 0; margin: 0;}
    .day_style_18 .item-image-box img{width: 100%; height: 100% !important; max-width: 100%; object-fit: cover; object-position: center center;}
}
@media (max-width: 767px){
    .day_style_18 .item{margin:15px 0;padding: 0;}
    .Detail.DayTrip .day_style_18 .item h3 {
        padding: 0 1.5rem !important;
        font-size: 20px !important;
    }
    .Detail.DayTrip .day_style_18 .item h3, 
    .Detail.DayTrip .day_style_18 .item p{
        word-break:break-word;
        overflow-wrap:break-word;
        hyphens:auto;
    }
}
.day_style_19{margin: 15px;}
.day_style_19 .item h3{
    font-size: 22px !important; 
    margin-bottom: 1rem !important; 
    font-weight: bold !important; 
    color: #c9a96a !important;
    line-height: 1.3 !important;
    border: none !important;
    min-height: unset !important;
}
.day_style_19 .item h4{margin-bottom: 1rem; font-size: 18px !important; color: #000;line-height: 1.3;padding:0;border:none;display: none;}
.day_style_19 .item p{font-size: 15px !important; color: #000; margin-top: 0;line-height: 1.5;margin:0;}
@media (max-width: 767px){
    .day_style_19 { margin: 0;}
    .Detail.DayTrip .day_style_19 .item h3 {
        padding: 0 1.5rem !important;
        font-size: 20px !important;
    }
    .Detail.DayTrip .day_style_19 .item h3, 
    .Detail.DayTrip .day_style_19 .item p{
        word-break:break-word;
        overflow-wrap:break-word;
        hyphens:auto;
    }
}
.day_style_20{margin: 15px;}
.day_style_20 .item h3{
    font-size: 20px !important; 
    font-weight: bold !important; 
    color: #c9a96a !important;
    line-height: 1.5 !important;
    border: none !important;
    min-height: unset !important;
}
.day_style_20 .item ol{margin: 0; list-style: auto;}
.day_style_20 .item li{line-height: 1.5; margin-bottom: 5px;}
@media (max-width: 767px){
    .day_style_20 { margin: 0;}
    .day_style_20 .item.col-lg-2{padding: 0; margin-bottom: 0 !important;}
    .Detail.DayTrip .day_style_20 .item li{
        word-break:break-word;
        overflow-wrap:break-word;
        hyphens:auto;
    }
}

/*list*/
/*國外*/
.D_products_group_search section.group_banner.search_banner{height: 330px;}
.D_products_group_search section.group_banner .search-area{bottom: 15px;}
.D_products_group_search .search-area .search-box .select-place .title i, 
.D_products_group_search .search-area .search-box .select-goal .title i, 
.D_products_group_search .search-area .search-box .select-date .title i, 
.D_products_group_search section.group_banner .search-area .search-box .select-input i{color: #838996;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn{color: #ffffff;background: #c9a96a ;border-radius: 5px;}
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-PGO, 
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-GO{border-radius: 3px;}
.D_products_group_search section.group_banner .search-area .form-check .checkmark{border-radius: 0;}
.D_products_group_search section.group_banner .search-area .form-check .customcheck .checkmark:after{left: 4px; top: 1px; width: 6px; height: 9px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal, 
.D_products_group_search section.group_banner .search-area .search-box .select-place, 
.D_products_group_search section.group_banner .search-area .search-box .select-date, 
.D_products_group_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_group_search .list_con .select_filter .form-group .select select{border-radius: 0;}
.D_products_group_search .filter_list .accordion .card{border-bottom: 1px solid rgba(0,0,0,.125);border-radius: 0;}
.D_products_group_search .filter_list i{color: #606060;}
.D_products_group_search .irs-from, .D_products_group_search .irs-single, .D_products_group_search .irs-to{background: #142b4e;}
.D_products_group_search .irs-slider{background: #c9a96a ;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #c9a96a ;}
.D_products_group_search .irs-bar{background: #c9a96a ;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #838996;}
.D_products_group_search .filter_list .form-check.radio_style [type="radio"]:checked + label:after{background: #c9a96a ;}
.D_products_group_search .badge-primary{background-color: #142b4e;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #838996;}
.D_products_group_search .text_blue { color: #eb1c1f;}
.D_products_group_search section.search_con{margin-bottom: 50px;}
.D_products_group_search section.search_con .pagination .page-item .page-link, 
.D_products_group_search section.search_con .pagination .page-item:first-child .page-link, 
.D_products_group_search section.search_con .pagination .page-item:last-child .page-link{border-radius: 0;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active{border-color: #838996;color: #838996;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active svg {fill: #838996;}
.D_products_group_search figure.block_style{border-radius: 0;overflow: hidden;}
.D_products_group_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(20, 43, 78, 0.65);}
.D_products_group_search .pic_style figure.block_style .pic_all{border-top-left-radius: 0px; border-top-right-radius: 0px;overflow: hidden;}
.D_products_group_search .pic_style figure.block_style .plane_word{border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.D_products_group_search .search_table .thead, 
.D_products_group_search .search_table .thead:hover{background: #142b4e;color: #fff;}
.D_products_group_search .search_table .main_words .title_main:hover, 
.D_products_group_search figure.block_style .main_words a:hover, 
.D_products_group_search .pic_style figure.block_style .main_words a:hover{color: #c9a96a  !important;}
.D_products_group_search section.search_con .pagination .page-item.active .page-link{border-color: #838996;color: #838996;outline: none;box-shadow: none;}
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #c9a96a ;}
.D_products_group_search section.group_table.trip_airline .table .thead th{border-color: #838996;}
.D_products_group_search figure.block_style .note_words > div .go-airport{font-size: 16px;}
.D_products_group_search figure.block_style .note_words > div img{height: 35px;}
.D_products_group_search figure.block_style .note_words .plane .plane-abbr, 
.D_products_group_search figure.block_style .note_words .plane .plane-sche{font-size: 16px;letter-spacing: -0.5px;}
/*.D_products_group_search figure.block_style .note_words{border-width: 0px;}
.D_products_group_search figure.block_style .note_words > div{display: none;}*/
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 440px;}
}
@media (min-width:768px) and (max-width:1199px) {
    .D_products_group_search figure.block_style .media_all_plane-md{border-top: 1px solid #e2e2e2;}
    .D_products_group_search figure.block_style .price_box{border: none;}
}
@media (max-width:767px) {
    .D_products_group_search section.group_banner .search-area .search-box .search-btn{height: 60px; line-height: 60px;}
    .D_products_group_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_group_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_group_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
    .D_products_group_search section.group_banner.search_banner { height: 650px;width: 100%;}
}
/*國內*/
body.D_products_domestic_search{/*background: #f8f9f9;*/}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 9rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{background: #fbf6eb;border-bottom: 3px solid #c9a96a ;border-radius: 0;padding-left: 20px;padding-right: 20px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check{border-radius: 3;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-GO{background: #fff;border: 1px solid #cdeefc;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-PGO{background: #fff; border: 1px solid #d4edda;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check .checkmark{border-radius: 0;}
.D_products_domestic_search section.group_banner .form-check .checkmark:after{left: 5px; top: 2px; width: 6px; height: 9px;}
.D_products_domestic_search section.group_banner .search-area .search-box .search-btn{background: #c9a96a ;border-radius: 8px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure .title i, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination .title i, 
.D_products_domestic_search .search-area .search-box .select-date .title i{color: #838996;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_domestic_search .filter_list i{color: #606060;}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #142b4e;}
.D_products_domestic_search .irs-slider{background: #c9a96a ;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #c9a96a ;}
.D_products_domestic_search .irs-bar{background: #c9a96a ;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #838996;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #142b4e;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #838996;}
.D_products_domestic_search .text_blue { color: #eb1c1f;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{color: #838996;background: #ffffff;}
.D_products_domestic_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(20, 43, 78, 0.65);}
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #c9a96a  !important;}
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #142b4e;}
.D_products_domestic_search .search_table .main_words .title_main:hover, 
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #c9a96a  !important;}
.D_products_domestic_search .table .thead, 
.D_products_domestic_search .table .thead:hover{background: #142b4e;}
.D_products_domestic_search section.search_con{margin-bottom: 50px;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active { background: #fff; border-color: #838996; color: #838996;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active svg {fill: #838996;}
@media (max-width:767px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 7rem;}
    .D_products_domestic_search section.group_banner .search-area .search-box{height: 480px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{margin-bottom: 10px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input .mic_icon{bottom: 11px; right: 11px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn{margin-top: 10px;height: 60px;line-height: 65px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_domestic_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_domestic_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}

/*detail*/
/*國外*/
.D_products_group_detail .trip_note ol, 
.D_products_group_detail .trip_note ul{list-style: initial; padding-left: 25px;}
.D_products_group_detail .breadcrumb-item a{color: #c9a96a ;}
.D_products_group_detail .breadcrumb-item a:hover{color: #ab9160;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #c9a96a;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{background: #c9a96a ;font-size: 17px;color: #fff;}
.D_products_group_detail .basic-air-info{border: 1px solid rgba(0, 65, 66, 0.3);}
.D_products_group_detail section.group_banner.trip_banner{margin-top: 0px;}
.D_products_group_detail section.group_banner.trip_banner .basic-air-info h3{color: #838996;}
.D_products_group_detail .basic-air-info .go i, .D_products_group_detail .basic-air-info .back i{color: #142b4e;}
.D_products_group_detail .basic-air-btn a{background: #142b4e;border: 1px solid #142b4e;color: #fff;}
.D_products_group_detail .basic-air-btn a:hover{background: #142b4e;opacity: .8;}
.D_products_group_detail section.group_banner.trip_banner h6{font-size: 16px;padding-top: 0;}
.D_products_group_detail section.group_banner .group_num img{width: 30px;}
.D_products_group_detail section.group_table.trip_features:after, 
.D_products_group_detail section.group_table.trip_airline:after, 
.D_products_group_detail section.group_table.trip_day:after, 
.D_products_group_detail section.group_table.trip_note:after, 
.D_products_group_detail section.group_table.view_intro:after, 
.D_products_group_detail section.group_table.tripdown:after{background: #606060;}
.D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{margin-bottom: 0;}
.D_products_group_detail section.group_banner.trip_banner .container{border: none;border-radius: 0;}
.D_products_group_detail section.group_table.trip_features .container .group_table_box, 
.D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
.D_products_group_detail section.group_table.trip_day .container .group_table_box, 
.D_products_group_detail section.group_table.trip_note .container .group_table_box, 
.D_products_group_detail section.group_table.view_intro .container .group_table_box, 
.D_products_group_detail section.group_table.tripdown .container .group_table_box{border-radius: 0;}
.D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-bottom: 5rem;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead{background: #142b4e;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2), 
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{background: #838996;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{display: none;}
.D_products_group_detail .trip_note .card .card-header{border: none;background: transparent;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="false"]{border-radius: 15px;overflow: hidden;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="true"], 
.D_products_group_detail section.trip_note .card-header .btn:hover{ background: #838996; border-top-left-radius: 15px; border-top-right-radius: 15px;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{color: #c9a96a;}
.D_products_group_detail section.group_table.tripdown .search_table tr.thead{background: #142b4e;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #c9a96a ;color: #c9a96a ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color: #c9a96a ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #c9a96a ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #c9a96a ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active svg{fill: #fff;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary{border-color: #c9a96a ;background: #c9a96a ;border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{color: #fff;background-color: #c9a96a ;border-color: #c9a96a ;}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #142b4e;}
.D_products_group_detail .fc .fc-button-primary:disabled{background-color: #367bc1;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-4.col-sm-12 {display: none;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-8.col-sm-12 {flex: 0 0 100%; max-width: 100%;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title {margin-left: 0; width: 100%;}
.D_products_group_detail > .web-page-frame > .row:nth-child(2){padding-bottom: 0px;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name a.title_main:hover{color: #c9a96a  !important;}
.D_products_group_detail .Day_menu.day_fixed{top: 125px !important;}
@media (min-width:992px) {
    .D_products_group_detail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_detail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_detail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_detail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_detail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 50px;}
    .D_products_group_detail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li{padding: 11px;height: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_detail .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_products_group_detail .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_products_group_detail .web_sidebar .actGotop a i{width: 55px; line-height: 50px;}
}
@media (max-width:991px) {
    .D_products_group_detail section.group_table.tripdown .search_table tr.thead{display: none;}
    .D_products_group_detail section.group_banner.trip_banner{margin-top: 67px;}
    .D_products_group_detail .tail_box .footer-sample{margin-bottom: 50px;}
    .D_products_group_detail .Day_menu.day_fixed{top: 67px !important;}
}
@media (max-width:767px) {    
    .D_products_group_detail .footer_box{margin-bottom: 50px;}
    .D_products_group_detail section.group_table.trip_features .container h2, 
    .D_products_group_detail section.group_table.trip_airline .container h2, 
    .D_products_group_detail section.group_table.trip_day .container h2, 
    .D_products_group_detail section.group_table.trip_note .container h2, 
    .D_products_group_detail section.group_table.view_intro .container h2, 
    .D_products_group_detail section.group_table.tripdown .container h2{margin-bottom: 0; font-size: 26px;}
    .D_products_group_detail section.group_table.trip_features .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_day .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_note .container .group_table_box, 
    .D_products_group_detail section.group_table.view_intro .container .group_table_box, 
    .D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-top: 30px;}
    .D_products_group_detail section.group_table.trip_day .info_box{width: 100%;}
}
/*團型*/
.D_products_group_molddetail .TripNote ol, 
.D_products_group_molddetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_group_molddetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block;}
@media (min-width:992px) {
    .D_products_group_molddetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_group_molddetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_group_molddetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;word-break: break-all;}
.D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #c9a96a ;}
.D_products_group_molddetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #c9a96a ; border-bottom-color: #c9a96a ;color: #c9a96a ;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #c9a96a ; color: white;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #c9a96a ; border: 1px solid #ffede7;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #c9a96a ; border: 1px solid #c9a96a ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #c9a96a ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable button, 
.D_products_group_molddetail .Detail.DepartureDate .SearchTable a.btn{background: #c9a96a ; border-color: #c9a96a ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #c9a96a ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #c9a96a ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table tbody tr.month_2{background: #f8f8f9;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div{background-color: #838996;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #838996;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #c9a96a ; color: #c9a96a ;background-color: #fff;display: none;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #c9a96a ; color: white;}
.D_products_group_molddetail #day_menu .list-group{background: rgba(27, 41, 78, 0.7);}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active{background-color: #c6ab6d; border-color: #c6ab6d; border-radius: 0;}
.D_products_group_molddetail .Detail.Traffic .Day{ color: #142b4e;}
.D_products_group_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_group_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #142b4e;}
.D_products_group_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
@media (min-width:992px) {
    .D_products_group_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_molddetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_group_molddetail .web_sidebar .actGotop{bottom: 15px;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar{top: 170px !important;}
}
@media (max-width:1600px) {
    .D_products_group_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_group_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{/*padding-left: 70px !important;*/min-height:80px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .table th:first-child{background: #f0f0f0;}
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover span::before {
        color: #fff;
    }
}
@media (max-width:767px) {
    .MPGO .PriceType.LowestPrice ul, 
    .MGO .PriceType.LowestPrice ul, 
    .MPGDT .PriceType.LowestPrice ul, 
    .MGDT .PriceType.LowestPrice ul{
        flex-wrap: wrap;
    }
    .D_products_group_molddetail .DetailContainer{margin-top: 5.5rem;}
    .D_products_group_molddetail .Detail .breadcrumb{display: flex;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar { top: 115px !important;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat, 
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        min-width: 55px;
        max-width: 55px;
    }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat::before, 
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat::before{
        left: calc(50% - 16px);
        top: 12px;
    }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat + .TourPrice + .SaleSituation{flex: 0 0 100px; max-width: 100px;}
}

/*自由行個團*/
.D_products_domestic_pdetail .TripNote ol, 
.D_products_domestic_pdetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block;}
@media (min-width:992px) {
    .D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_domestic_pdetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;word-break: break-all;}
.D_products_domestic_pdetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #c9a96a ;}
.D_products_domestic_pdetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #c9a96a ; border-bottom-color: #c9a96a ;color: #c9a96a ;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #c9a96a ; color: white;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #c9a96a ; border: 1px solid #ffede7;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #c9a96a ; border: 1px solid #c9a96a ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #c9a96a ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable a.btn{background: #c9a96a ; border-color: #c9a96a ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #c9a96a ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #c9a96a ;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div{background-color: #838996;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #838996;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #c9a96a ; color: #c9a96a ;background-color: #fff;display: none;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #c9a96a ; color: white;}
.D_products_domestic_pdetail .Detail.Traffic .Day{ color: #142b4e;}
.D_products_domestic_pdetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_pdetail .Detail .TripNoteBlock .NoteTitle h3{color: #142b4e;}
.D_products_domestic_pdetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
@media (min-width:992px) {
    .D_products_domestic_pdetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_pdetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_pdetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_pdetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_domestic_pdetail .Detail.DayTrip .TripBlock.ImgNone h3{padding-left: 70px !important;min-height:80px;}
}
@media (max-width:767px) {
    .D_products_domestic_pdetail .DetailContainer{margin-top: 3rem;}
    .D_products_domestic_pdetail .Detail .breadcrumb{display: flex;}
}

section.group_table.trip_features, 
section.group_table.trip_airline, 
section.group_table.trip_day, 
section.group_table.trip_note, 
section.group_table.view_intro, 
section.group_table.tripdown{text-align: initial; word-break: break-all;}

/*國內*/
body.D_products_domestic_gdetail{/*background: #f8f9f9;*/}
.D_products_domestic_gdetail .TripNote ol, 
.D_products_domestic_gdetail .TripNote ul, 
.D_products_domestic_molddetail .TripNote ol, 
.D_products_domestic_molddetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item, 
.D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block; }
@media (min-width:992px) {
    .D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item, 
    .D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item img, 
.D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_domestic_gdetail .DetailContainer, 
.D_products_domestic_molddetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;}
.D_products_domestic_gdetail .GDT .DetailContainer > .Detail ol.breadcrumb{background: none !important;}
.D_products_domestic_gdetail .GDT .DetailContainer .BasicBox .TripBasic .InfoBox .PriceBlock{background: #fff;}
.D_products_domestic_gdetail .GDT .DetailContainer .TripFeature img{height: auto !important; display: block; margin: auto;}
.D_products_domestic_gdetail .Detail.sub_menu-trip .trip_menu li a:hover span, 
.D_products_domestic_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #c9a96a ;}
.D_products_domestic_gdetail .Detail .DateBlock .DateCenterLine{background-color: #c9a96a ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a{color: #c9a96a ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a:hover{color: #e47036;}
.D_products_domestic_gdetail .Detail .TextPrimary, 
.D_products_domestic_molddetail .Detail .TextPrimary{/*color: #ffede7;*/}
.D_products_domestic_gdetail .Detail .MainTitle::before, 
.D_products_domestic_molddetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #c9a96a ; border-bottom-color: #c9a96a ;color: #c9a96a ;}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #c9a96a ; color: white;}
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #c9a96a ; border: 1px solid #ffede7;}
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #c9a96a ; border: 1px solid #c9a96a ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #c9a96a ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .table thead th, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable a.btn, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable a.btn{background: #c9a96a ; border-color: #c9a96a ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .DateCenterLine, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #c9a96a ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #c9a96a ;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div{background-color: #838996;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div::after, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #838996;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn{/*background-color: #ffede7; border: 1px solid #ffede7;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn:hover{/*background-color: #ffede7; border: 1px solid #ffede7;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{/*border: 1px solid #ffede7; color: #ffede7;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover{/*background-color: #ffede7; color: white;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #c9a96a ; color: #c9a96a ;background-color: #fff;display: none;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #c9a96a ; color: white;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
.D_products_domestic_gdetail .Detail.Traffic .Day, 
.D_products_domestic_molddetail .Detail.Traffic .Day{ color: #142b4e;}
.D_products_domestic_gdetail .Detail .TripNoteBlock, 
.D_products_domestic_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_gdetail .Detail .TripNoteBlock .NoteTitle h3, 
.D_products_domestic_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #142b4e;}
.D_products_domestic_gdetail .Detail .TripNoteItems + .TripNoteItems::before, 
.D_products_domestic_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}

@media (min-width:992px) {
    .D_products_domestic_gdetail .sub_menu-trip .sub_inside, 
    .D_products_domestic_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn,     
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu i, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu ul, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a span, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_gdetail .web_sidebar .side_box, 
    .D_products_domestic_molddetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop, 
    .D_products_domestic_molddetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_gdetail .DetailContainer, 
    .D_products_domestic_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_domestic_gdetail .GDT .DetailContainer .BasicBox .TripBasic .DateBlock {border: 1px solid #ffede7;}
    .D_products_domestic_gdetail .Detail.DayTrip .TripBlock.ImgNone h3, 
    .D_products_domestic_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{padding-left: 70px !important;min-height:80px;}
}
@media (max-width:575px) {
    .D_products_domestic_gdetail .DetailContainer{margin-top: 4rem;}
    .D_products_domestic_gdetail .Detail.DepartureDate .IconMean{top: 116px; right: 150px;}
}

/*order*/
.group_home .group_order_width{margin-top: 175px;margin-bottom: 50px;}
@media (max-width:767px) {
    .group_home .group_order_width{margin-top: 140px;}
}

/*member*/
body.new_bg{ background: url(https://materials.fillo.com.tw/materials/pengwai/images/540cac97-0391-4dae-b965-25d9b1a32fc9.jpg) #f5f5f5 center repeat-x fixed;}
.new_bg .member-l_box{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.member_home .signin_width{margin-top: 200px;margin-bottom: 100px;}
.new_bg .width-460,
.member_home .width-460{margin-top: 200px;margin-bottom: 100px;}
.member_home .container.member_width{margin-top: 125px;}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
.member_home .member_width{margin-bottom: 50px;}
@media (max-width:991px) {
}
@media (max-width:767px) {
    .new_bg .width-460, 
    .member_home .signin_width, 
    .member_home .width-460{margin-top: 105px; margin-bottom: 50px;}
}

/*通用商品*/
.D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 100px;margin-bottom: 50px;min-height: 45vh;}
.D_commprod_product_list .skin_block .product-item:hover{border-color: #c9a96a;box-shadow: none;}
.D_commprod_product_list .skin_block .item-images img{width: 100%; object-fit: cover; object-position: center center; height: 100%; display: block;}
.D_commprod_product_list .skin_module .product-item .item-images{aspect-ratio: 1 / 1; display: block; height: unset;}
.D_commprod_product_list .skin_module .item-images img{object-fit: cover; object-position: center center; height: 100%;}
.D_commprod_product_list .skin_module .item-images .area-tag{display: none;}
.product-details .swiper-banner.swiper-container{/*margin-top:86px;*/display: none;}
.product-details.product-detailsNew article{margin-top: 150px; margin-bottom: 3rem;}
.general_home .general_order_width{margin-top: 180px;}
@media (min-width:992px) {
    .product-details .SubInside{width: 100px;}
    .product-details .SubInside-menu-item > a{height: 50px;}
    .product-details .SubInside-menu-item.share-fixed-btn ul a{width: 50px;}
    .product-details .Trip-menu{padding: 10px;margin-bottom: 100px;}
    .general_home .basic_message, 
    .general_home .purchase_name{width: 60%;}
}
@media (max-width:767px) {
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 50px;margin-bottom: 30px;}
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container .pagination-container .pagination{justify-content: center !important;}
    .product-details .swiper-banner.swiper-container {margin-top: 65px;}
    .product-details.D_commprod_product_show{padding-bottom: 40px;}
    .product-details.product-detailsNew article{margin-top: 80px;}
    .general_home .general_order_width {margin-top: 100px;}
    .basic_message, .purchase_name{padding-right: 15px;}
    .D_commprod_buycart_index .unit_price, 
    .D_commprod_buycart_index .purchase_unit_price{width: 100%; padding: 15px 15px 5px; font-size: 14px; text-align: left !important;}
    .D_commprod_buycart_index .quantity, 
    .D_commprod_buycart_index .purchase_quantity{width: 100%; padding: 0 15px; text-align: left !important;}
    .D_commprod_buycart_index .subtotal, 
    .D_commprod_buycart_index .purchase_subtotal { width: 80%; padding: 15px 15px 5px; font-size: 14px; line-height: 20px; text-align: left !important;}
    .D_commprod_buycart_index .delete_btn, 
    .D_commprod_buycart_index .purchase_delete_btn {width: 20%; padding-right: 10px; }
    .D_commprod_buycart_index .delete_btn::before, 
    .D_commprod_buycart_index .purchase_delete_btn::before{float: left;}
    .D_commprod_buycart_index .basic_message, 
    .D_commprod_buycart_index .purchase_name{width: 100%;}
}