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;
}
.row.header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.top_box .header-part{
    padding: 0;
}
.top_box .header-part .navbar-brand{
    padding: 8px 0;
    height: 80px;
    margin-left: 30px;
    margin-right: 0;
}
.top_box .navbar-expand-lg .navbar-collapse{
    min-height: 80px;
}
.top_box .navbar-expand-lg .navbar-nav{
    min-height: 80px;
}
.top_box .header-part .navbar-nav li a, 
.top_box .header-part .navbar-nav .nav-link{
    height: 100%;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0 1.5rem;
    position: relative;
    transition: .3s;
}
.top_box .header-part .navbar-nav li + li a::before{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #f1a528;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
}
.top_box .header-part .navbar-nav li:nth-last-child(1) a, 
.top_box .header-part .navbar-nav li:nth-last-child(2) a, 
.top_box .header-part .navbar-nav li:nth-last-child(1) a:hover, 
.top_box .header-part .navbar-nav li:nth-last-child(2) a:hover{
    background: #f1a528;
}
.top_box .header-part .navbar-nav li:nth-last-child(1) a i.fa-facebook{
    width: 30px;
    height: 30px;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/716cc3be-c1b0-4d93-b73d-9cdf83d90211.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: .3s;
}
.top_box .header-part .navbar-nav li:nth-last-child(2) a i.fa-commenting-o{
    width: 30px;
    height: 30px;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/f3f64336-4588-4644-a680-320212795180.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: .3s;
}
.top_box .header-part .navbar-nav li:nth-last-child(1) a:hover i, 
.top_box .header-part .navbar-nav li:nth-last-child(2) a:hover i{
    opacity: .7;
    transition: .3s;
}
.top_box .header-part .navbar-nav li:nth-last-child(1) a i::before, 
.top_box .header-part .navbar-nav li:nth-last-child(2) a i::before{
    display: none;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .member-name{
    font-size: 18px;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .member-name i{
    display: none;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .member-name .greet{
    margin-left: 0;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .icon.bell{
    display: none;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .SignOut{
    margin-left: 0;
    padding: 2px 12px;
    font-size: 15px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #f1a528;
    color: #f1a528 !important;
    letter-spacing: 0;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .SignOut:hover{
    background: #fff4e2;
}
.top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .SignOut::before{
    display: none;
}
.top_menu .full-menu{
    background: rgba(49, 186, 204, 0.8);
}
.top_menu .responsive-drop-down-menu{
    background: none;
    min-height: auto;
}
.top_menu .responsive-drop-down-menu > ul{
    flex-wrap: wrap;
    justify-content: center;
}
.top_menu .responsive-drop-down-menu > ul > li{
    flex: unset;
}
.top_menu .responsive-drop-down-menu > ul > li > a{
    font-size: 21px;
    margin: 0 40px;
}
.top_menu .responsive-drop-down-menu > ul > li:hover > a{
    color: #f9dba9;
}
.top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before, 
.top_menu .responsive-drop-down-menu > ul > li:after{
    display: none;
}
.top_menu .responsive-drop-down-menu > ul > li:hover > ul > li:hover{
    background: #fff;
}
.top_menu .responsive-drop-down-menu > ul > li.has-sub > a{
    padding-right: 20px;
}
.top_menu .responsive-drop-down-menu > ul > li:hover > a::after{
    content: '';
    display: block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
}
.top_menu .responsive-drop-down-menu > ul > li > ul{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li{
    width: 100%;
    background-color: #fff;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li:nth-child(1){
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 8px;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li:nth-last-child(1){
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 8px;
}
.top_menu .responsive-drop-down-menu ul li ul li a{
    font-size: 18px;
    padding: 10px 10px 10px 16px;
    width: 90%;
    color: #111111;
    line-height: 1.3;
    letter-spacing: 1px;
}
.top_menu .responsive-drop-down-menu ul li ul li:hover > a, 
.top_menu .responsive-drop-down-menu ul li ul li.active > a{
    color: #f1a528;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub:hover{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top_menu .responsive-drop-down-menu ul li ul li.has-sub:before{
    border: 6px solid transparent;
    border-left-color: #eda835;
    top: 17px;
}
.top_menu .responsive-drop-down-menu ul li ul li.has-sub:nth-child(1):before {
    top: 23px;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul{
    width: 100%;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul > li, 
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul > li:hover {
    background: #f8f8f9 !important;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul > li:nth-child(1){
    border-top-right-radius: 15px;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul > li:nth-last-child(1){
    border-bottom-right-radius: 15px;
}
@media (max-width:1439px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        font-size: 20px;
        margin: 0 25px;
    }
}
@media (max-width:1199px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        margin: 0 16px;
    }
}
@media (max-width:1024px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        font-size: 19px;
        margin: 0 5px;
        padding: 12px 20px;
    }
}
@media (max-width:991px) {
    .top_box .header-part .navbar-brand{
        margin-left: 10px;
    }
    .top_box .header-part .navbar-toggler{
        display: none;
    }
    .top_box .navbar-expand-lg .navbar-collapse{
        display: flex;
        flex-wrap: wrap;
        flex-basis: max-content;
    }
    .top_box .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .top_box .header-part .navbar-nav li a, 
    .top_box .header-part .navbar-nav .nav-link{
        font-size: 16px;
        padding: 0 1rem;
        letter-spacing: 0;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        font-size: 18px;
        margin: 0 0px;
    }
    .top_menu .responsive-drop-down-menu ul li ul li a{
        font-size: 16px;
        padding: 8px 0px 8px 10px;
    }
    .top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .member-name{
        font-size: 16px;
    }
    .top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .SignOut{
        padding: 1px 9px;
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .top_box .header-part .navbar-nav li:nth-last-child(2) a i.fa-commenting-o, 
    .top_box .header-part .navbar-nav li:nth-last-child(1) a i.fa-facebook{
        width: 20px;
        height: 20px;
    }
    .top_box .header-part .navbar-brand{
        margin-left: 8px;
        padding: 0;
        height: 50px;
    }
    .top_box .navbar-expand-lg .navbar-collapse {
        min-height: 60px;
        padding-right: 60px;
    }
    .top_box .navbar-expand-lg .navbar-nav {
        min-height: 60px;
    }
    .top_box .header-part .navbar-nav li a, 
    .top_box .header-part .navbar-nav .nav-link{
        padding: 0 10px;
        font-size: 15px;
    }
    .top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .member-name{
        font-size: 15px;
    }
    .top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .SignOut{
        padding: 0px 7px;
        font-size: 13px;
    }
    .top_menu .responsive-drop-down-menu{
        z-index: 999;
        background: rgba(49, 186, 204, 0.8);
    }
    .top_menu .responsive-drop-down-menu .menu-button{
        width: 50px;
        top: -56px;
        right: 0;
        z-index: 999;
        position: absolute;
        height: 52px;
    }
    .top_menu .responsive-drop-down-menu .menu-button::before{
        height: 14px;
        width: 30px;
        border-top: 2px solid #3fb9cb;
        border-bottom: 2px solid #3fb9cb;
        right: 15px;
        top: 25px;
    }
    .top_menu .responsive-drop-down-menu .menu-button::after{
        width: 30px;
        border-top: 2px solid #3fb9cb;
        right: 15px;
        top: 13px;
    }
    .top_menu .responsive-drop-down-menu > ul > li:hover > a::after{
        display: none;
    }
    .top_menu .responsive-drop-down-menu > ul.open{
        padding: 15px 0 25px;
        min-height: calc(100vh - 52px);
        max-height: calc(100vh - 52px);
        overflow: auto;
    }
    .top_menu .responsive-drop-down-menu ul li ul li a{
        text-align: left;
        padding: 8px 0px 8px 20px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        padding: 10px 20px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul{
        width: calc(100% - 40px);
        margin: 0 20px 10px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 12px;
        overflow: hidden;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li:nth-child(1), 
    .top_menu .responsive-drop-down-menu > ul > li > ul > li:nth-last-child(1){
        border-radius: 0;
    }
    .top_menu .responsive-drop-down-menu ul li ul li ul li a{
        padding-left: 20px;
    }
    .top_menu .responsive-drop-down-menu > ul > li.active{
        background: transparent;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub > a::after, 
    .top_menu .responsive-drop-down-menu > ul > li.has-sub:hover > a::after{
        content: '';
        display: block;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 9px solid #ffffff;
        border-bottom: 0px solid #ffffff;
        position: absolute;
        bottom: unset;
        top: 22px;
        left: unset;
        right: 30px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul > li:nth-child(1), 
    .top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub > ul > li:nth-last-child(1){
        border-radius: 0;
    }
}
@media (max-width:575px) {  
    .top_box .header-part{
        flex-direction: column;
        align-items: flex-start;
    }  
    .top_box .header-part .navbar-brand{
        margin: 0;
        padding: 5px;
        height: 45px;
    }
    .top_box .navbar-expand-lg .navbar-collapse{
        order: -1;
        min-height: unset;
        background: #eda835;
        padding-right: 5px;
        width: 100%;
    }
    .top_box .header-part .navbar-nav li a, 
    .top_box .header-part .navbar-nav .nav-link{
        padding: 0 8px;
        font-size: 14px;
        color: #fff !important;
    }
    .top_box .header-part .navbar-nav li a:hover, 
    .top_box .header-part .navbar-nav .nav-link:hover{
        color: #fff !important;
        background: #e9ab3f;
    }
    .top_box .navbar-expand-lg .navbar-nav{
        min-height: 25px;
    }
    .top_box .header-part .navbar-nav li a span[data-rel=memberinfo] .showName .member-name{
        font-size: 14px;
    }
    .top_menu .responsive-drop-down-menu .menu-button{
        width: 45px;
        height: 45px;
        top: -45px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:before, 
    .top_menu .responsive-drop-down-menu .menu-button:after{
        right: 10px;
    }
    .top_menu .responsive-drop-down-menu .menu-button::before{
        height: 11px;
        top: 21px;
    }
    .top_menu .responsive-drop-down-menu .menu-button::after{
        top: 12px;
    }    
}

/*footer*/
.tail_wrap > .module-container > .main.row{
    border-top: 3px solid #f8d293;
}
.tail_box{
    max-width: 1440px;
    flex: 0 0 1440px;
}
.tail_box .footer-wrap{
    background: none;
}
.tail_box .footer-wrap .footer-sample{
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0 1rem;
}
.tail_box .footer-wrap .fnav_wrap, 
.tail_box .footer-wrap .fb-info, 
.tail_box .footer-wrap .footer_sbox{
    display: none;
}
.tail_box .footer-wrap .footer_center{
    padding-right: 0;
    padding-left: 0;
    background: none;
    width: 75%;
    padding-bottom: 0;
}
.tail_box .footer-wrap .footer_center .company-info{
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
}
.tail_box .footer-wrap .footer_center .contact-info{
    max-width: 66.66666%;
    flex: 0 0 66.66666%;
    margin-top: 3.5rem !important;
}
.tail_box .footer-wrap .footer_center .contact-info::after{
    content: '';
    width: 1px;
    background-color: rgba(241, 165, 40, 0.5);
    position: absolute;
    bottom: 1.5rem;
    top: -3rem;
    right: 1rem;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box{
    flex: unset;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box + .contact-box{
    margin-left: 2rem;
}
.tail_box .footer-wrap .contact-box h4{
    padding-left: 23px;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 18px 0;
}
.tail_box .footer-wrap .contact-box h4 img{
    width: 16px;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box:nth-last-child(1){
    position: absolute;
    margin: 0 !important;
    left: 270px;
    top: -31px;
    right: unset;
    padding: 0;
    width: auto;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box:nth-last-child(1) h2{
    margin: 0;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box:nth-last-child(1) a{
    background-color: #31bacc;
    border-radius: 50px;
    display: table;
    padding: 5px 10px 5px 13px;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box:nth-last-child(1) a h4{
    margin: 0;
    color: #fff;
    padding: 0 25px 0 0;
    letter-spacing: 0;
}
.tail_box .footer-wrap .footer_center .contact-info .contact-box:nth-last-child(1) a h4 img{
    left: unset;
    right: 0;
    width: 20px;
}
.tail_box .footer-wrap .icon_wrap{
    background: none;
    width: 25%;
    position: unset;
    padding: 20px 0px 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}
.tail_box .footer-wrap .icon_wrap .info-text{
    position: unset;
    width: 100%;
    display: contents;
}
.tail_box .footer-wrap .icon_wrap .info-text h3{
    position: absolute;
    left: calc(25% + 15px);
    top: 3.5rem;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
.tail_box .footer-wrap .icon_wrap .info-text p{
    font-size: 15px;
    color: #111;
    float: left;
    margin-right: 1rem;
    margin-left: unset;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.tail_box .footer-wrap .icon_wrap > p{
    opacity: .7;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
.tail_box .footer-wrap .icon_wrap ul.footer_bticon{
    position: absolute;
    left: 19.5%;
    top: 3.5rem;
    right: unset;
    display: flex;
    width: 6%;
}
.tail_box .footer-wrap .footer_bticon li a img{
    width: 100%;
}
@media (max-width:1460px) {
    .tail_box{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width:1199px) {
    .tail_box .footer-wrap .footer_center .company-info > .info_box .info-logo{
        margin: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tail_box .footer-wrap .footer_center .contact-info .contact-box{
        padding: 0;
    }
    .tail_box .footer-wrap .contact-box h4{
        font-size: 15px;
        letter-spacing: 0;
    }
    .tail_box .footer-wrap .footer_center .contact-info .contact-box + .contact-box {
        margin-left: 20px;
    }
    .tail_box .footer-wrap .footer_center .contact-info::after{
        right: 0;
    }
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon{
        margin-top: 0rem;
    }
}
@media (max-width:991px) {
    .tail_box .footer-wrap{
        padding-bottom: 50px;
    }
    .tail_box .footer-wrap .footer-sample{
        padding-top: 1rem;
    }
    .tail_box .footer-wrap .footer_center{
        width: 100%;
    }
    .tail_box .footer-wrap .footer_center .contact-info::after{
        display: none;
    }
    .tail_box .footer-wrap .icon_wrap{
        width: calc(100% - 30px);
        padding: 0 10px;
        margin: auto;
        border-top: 1px solid rgba(241, 165, 40, 0.5);
        padding-top: 1.5rem;
    }
    .tail_box .footer-wrap .icon_wrap .info-text h3{
        top: 2.5rem;
        left: calc(33.333333% + 15px);
    }
    .tail_box .footer-wrap .icon_wrap > p{
        margin-top: 5px;
    }
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon{
        left: 26.5%;
        top: 2.5rem;
        width: 8%;
    }
}
@media (max-width:767px) {
    .tail_box .footer-wrap .footer_center .company-info{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tail_box .footer-wrap .footer_center .company-info > .info_box .info-logo img{
        /*max-width: 100%;
        height: 90px;*/
        display: table;
        margin: auto;
        width: 250px;
        height: auto;
        padding-right: 50px;
    }
    .tail_box .footer-wrap .footer_center .contact-info{
        margin-top: 5.5rem !important;
        max-width: 100%;
        flex: 0 0 100%;
        flex-wrap: wrap;
        padding: 0 0 15px;
    }
    .tail_box .footer-wrap .footer_center .contact-info .contact-box{
        margin-bottom: 0 !important;
    }
    .tail_box .footer-wrap .footer_center .contact-info .contact-box:nth-last-child(1){
        top: -35px;
        left: calc(50% - 54px);
    }
    .tail_box .footer-wrap .icon_wrap{
        padding: 1.5rem 0 0;
    }
    .tail_box .footer-wrap .icon_wrap .info-text h3{
        top: 7.7rem;
        left: 0;
        right: 0;
        text-align: center;
    }
    .tail_box .footer-wrap .contact-box h4{
        margin: 10px 0;
    }
    .tail_box .footer-wrap .footer_center .contact-info .contact-box + .contact-box{
        margin-left: 0;
    }
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon{
        width: 70px;
        left: calc(50% + 75px);
    }
}
@media (max-width:320px) {
    .tail_box .footer-wrap .icon_wrap .info-text h3{
        top: 6.5rem;
        font-size: 20px;
    }
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon {
        width: 60px;
        left: calc(50% + 50px);
    }
}

/*gotop*/
.web_gotop .actGotop{
    height: auto;
}
.web_gotop .actGotop a, 
.web_gotop .actGotop a:link{
    background-color: transparent;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a6d61639-322d-4769-a7cb-a076c4cc46fd.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
    background-position: center top;
    display: flex;
    flex-flow: column;
    height: auto;
    align-items: center;
    line-height: unset;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}
.web_gotop .actGotop a i, 
.web_gotop .actGotop a:link i{
    -webkit-animation: anime_float 1s ease-in-out infinite alternate;
    animation: anime_float 1s ease-in-out infinite alternate;
    position: relative;
    order: 1;
    width: 17px;
    height: 37px;
    left: unset;
    top: 23px;
}
.web_gotop .actGotop a i::before, 
.web_gotop .actGotop a:link i::before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #31bacc;
    border-left: 1px solid #31bacc;
    transform: rotate(45deg);
    margin: auto;
}
.web_gotop .actGotop a i::after, 
.web_gotop .actGotop a:link i::after{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #31bacc;
    margin: auto;
    margin-top: -7px;
}
@media (max-width:1024px) {
    .web_gotop .actGotop{
        bottom: 10px;
        right: 5px;
        width: 50px;
    }
    .web_gotop .actGotop a, 
    .web_gotop .actGotop a:link{
        width: 50px;
        font-size: 15px;
        letter-spacing: 0;
        padding-top: 12px;
    }
}
@media (max-width:991px) {
    .web_gotop .actGotop{
        bottom: 70px;
        right: 0px;
    }
}

/*slider*/
.slider_box{
    margin-top: 80px;
}
.slider_box .carousel-fade .carousel-item{
    aspect-ratio: 48 / 25;
    display: block;
    overflow: hidden;
}
.slider_box .carousel-fade .carousel-item picture{
    width: 100%;
    height: 100%;
    display: table;
}
.slider_box .carousel-fade .carousel-item picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slider_box .carousel-fade .carousel-item {
    /*height: calc(100vh - 80px);*/
}
.slider_box .carousel-caption {
    width: calc(100% );
    right: initial;
    bottom: 0;
    left: 0;
    display: flex !important;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
}
.slider_box .bs-carousel .carousel-item p {
    font-size: 32px;
    text-shadow: none;
    font-weight: 300;
    margin: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.slider_box .bs-carousel .carousel-item p:nth-last-child(1){
    margin-bottom: 110px;
    height: 110px;
}
.slider_box .bs-carousel .carousel-item h5 {
    font-size: 55px;
    margin-bottom: 18px;
    letter-spacing: 0.4rem;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-weight: normal;
    width: 100%;
}
.slider_box .carousel-caption h5::after{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgb(0 0 0 / 50%) 100%);
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.slider_box .carousel-fade .carousel-item .carousel-caption .videobox{
    width: 100%;
}
.slider_box .carousel-fade .carousel-item .carousel-caption .videobox iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 48 / 23.3;
}
.slider_box .carousel-indicators {
    align-items: center;
}
.slider_box .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 0.7;
}
.slider_box .carousel-indicators .active {
    width: 14px;
    height: 14px;
    opacity: 1;
}
.slider_box .carousel-control-next,.slider_box .carousel-control-prev {
    opacity: 1;
    top: 25%;
    bottom: 25%;
}
.slider_box .carousel-control-next-icon,.slider_box .carousel-control-prev-icon {
    background: url(https://materials.fillo.com.tw/materials/funvoyage/images/476b6129-6787-4b49-9d6e-9c6cdeb4761a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px;
    height: 24px;
}
.slider_box .carousel-control-prev-icon {
    transform: rotate(90deg);
}
.slider_box .carousel-control-next-icon {
    transform: rotate(270deg);
}
.slider_box .carousel-control-next-icon:hover,.slider_box .carousel-control-prev-icon:hover {
    background-size: 24px;
}
@media (max-width:1439px) {
    .slider_box .bs-carousel .carousel-item h5{
        font-size: 45px;
    }
    .slider_box .bs-carousel .carousel-item p{
        font-size: 26px;
    }
}
@media (max-width:1280px) {
    .slider_box .carousel-fade .carousel-item .carousel-caption .videobox iframe{
        height: calc(100% - 60px);
        aspect-ratio: 48 / 22.5;
        margin-top: 60px;
    }
}
@media (max-width:1199px) {
    .slider_box .bs-carousel .carousel-item h5{
        font-size: 38px;
    }
    .slider_box .bs-carousel .carousel-item p{
        font-size: 24px;
        line-height: 1.4;
    }
    .slider_box .bs-carousel .carousel-item p:nth-last-child(1){
        margin-bottom: 60px;
        height: 60px;
    }
}
@media (max-width:991px) {
    .slider_box .bs-carousel .carousel-item h5 {
        font-size: 32px;
        letter-spacing: 1px;
    }
    .slider_box .bs-carousel .carousel-item p{
        font-size: 18px;
    }
}
@media (max-width:767px) {
    .slider_box{
        margin-top: 60px;
    }
    .slider_box .bs-carousel .carousel-item div.videobox{
        display: block;
        aspect-ratio: 48 / 25;
        overflow: hidden;
    }
    .slider_box .carousel-fade .carousel-item .carousel-caption .videobox iframe{
        height: 100%;
        aspect-ratio: 48 / 25;
        margin-top: 0;
    }
}
@media (max-width:575px) {
    .slider_box .carousel-indicators{
        margin-bottom: 0;
    }
    .slider_box .bs-carousel .carousel-item h5 {
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 33px;
    }
    .slider_box .bs-carousel .carousel-item p{
        display: none;
    }
    .slider_box .bs-carousel .carousel-item p:nth-last-child(1){
        margin-bottom: 30px;
        height: 30px;
    }
}

/*search*/
.search_wrap::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 7.5vw;
    height: 12vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 5s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/755e2e79-5b86-42cc-b91d-9f24e9918339.png);
    background-position: left;
    background-size: auto 100%;
    opacity: .1;
    right: 0;
    top: -8%;
}
.search_wrap::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 6vw;
    height: 6vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 3s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/9eb1d73b-5a0e-449e-b87c-85f1b5142202.png);
    background-position: center;
    background-size: auto 100%;
    opacity: .4;
    top: -20%;
    right: 4.5vw;
}
.search_tab {
    margin-top: 60px;
}
.search_tab .module-container .main.row{
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    box-shadow: 8px 8px 0 rgba(234, 224, 206, 0.5);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.search_tab .module-container .main.row::before{
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 3px;
    background: rgba(241, 165, 40, 0.3);
}
.search_tab .header-title{
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: 1.5rem;
}
.search_tab .blk-tabs{
    width: auto;
}
.search_tab .nav-pills .nav-link{
    border-radius: 50px;
    padding: 5px 17px;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-right: 20px;
    background: #ffffff;
    color: #31bacc;
    border: 1px solid #31bacc;
}
.search_tab .nav-pills .nav-link:hover{
    background-color: #e8fafd;
}
.search_tab .nav-pills .nav-link.active, 
.search_tab .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #31bacc;
}
.search_box {
    padding-bottom: 10px;
}
.search_box .group_banner.search_banner .search-area > .container{
    border-bottom: none;
    background: #fdf8f1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 8px 8px 0 rgba(234, 224, 206, 0.5);
}
.search_box section.group_banner .search-area .search-box{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    height: auto;
}
.search_box.outbound section.group_banner .search-area .search-box > div:nth-child(4){
    max-width: 23%;
    flex: 0 0 23%;
}
.search_box.outbound section.group_banner .search-area .search-box > div:nth-last-child(3){
    max-width: 15%;
    flex: 0 0 15%;
}
.search_box section.group_banner .search-area .search-box .select-departure, 
.search_box section.group_banner .search-area .search-box .select-destination, 
.search_box section.group_banner .search-area .search-box .select-date, 
.search_box section.group_banner .search-area .search-box .select-input, 
.search_box section.group_banner .search-area .search-box .select-goal, 
.search_box section.group_banner .search-area .search-box .select-place{
    background: none; 
    height: auto; 
    padding: 5px;
    display: table; 
    width: 100%;
}
.search_box section.group_banner .search-area .search-box .select-departure .title, 
.search_box section.group_banner .search-area .search-box .select-destination .title, 
.search_box section.group_banner .search-area .search-box .select-goal .title, 
.search_box section.group_banner .search-area .search-box .select-place .title, 
.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: 8px;
}
.search_box section.group_banner .search-area .search-box .select-departure .title i, 
.search_box section.group_banner .search-area .search-box .select-destination .title i, 
.search_box .search-area .search-box .select-date .title i, 
.search_box .search-area .search-box .select-place .title i, 
.search_box .search-area .search-box .select-goal .title i{
    font-size: 17px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.search_box .search-area .search-box .select-place .title i.data-icon-place-icon{
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a6e8bcb6-6e30-4c70-85d5-8c17301a2f6e.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.search_box section.group_banner .search-area .search-box .select-destination .title i, 
.search_box .search-area .search-box .select-goal .title i.data-icon-plane-icon{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/da0a0c8e-5d54-447b-829a-78b72e233f97.svg);
}
.search_box section.group_banner .search-area .search-box .select-departure .title i, 
.search_box .search-area .search-box .select-goal .title i.data-icon-from{
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/fc55b835-9210-4346-a615-65b8f9128e8e.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.search_box .search-area .search-box .select-date .title i.data-icon-date-icon{
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/c70b1c18-1466-4c9d-a0d0-7808195fc58a.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.search_box section.group_banner .search-area .search-box .select-departure .title i:before, 
.search_box section.group_banner .search-area .search-box .select-destination .title i:before, 
.search_box .search-area .search-box .select-date .title i:before, 
.search_box .search-area .search-box .select-place .title i:before, 
.search_box .search-area .search-box .select-goal .title i:before{
    width: auto;
    display: none;
}
/*.search_box .data-icon-place-icon:before{
    content: '\f279';
}
.search_box .data-icon-plane-icon:before{
    content: '\f041';
}
.search_box .data-icon-from:before{
    content: '\f072';
}
.search_box .data-icon-date-icon:before{
    content: '\f133';
}*/
.search_box section.group_banner .search-area .search-box .select-departure .title h6, 
.search_box section.group_banner .search-area .search-box .select-destination .title h6, 
.search_box section.group_banner .search-area .search-box .select-date .title h6, 
.search_box section.group_banner .search-area .search-box .select-goal .title h6, 
.search_box section.group_banner .search-area .search-box .select-place .title h6{
    font-size: 19px;
    color: #212121;
    margin-left: 0;
    font-weight: 400;
    letter-spacing: 1px;
}
.search_box section.group_banner .leftPark{
    height: 45px;
}
.search_box section.group_banner .area_input{
    border-radius: 8px; 
    background-color: #fff; 
    padding: 0 10px; 
    font-size: 16px;
    height: 45px;
    border: 1px solid #eeeeee; 
    background-size: 12px; 
    background-position: 95%;
}
.search_box .search-area .search-box .select-place .select select, 
.search_box .search-area .search-box .select-goal .select select{
    border-radius: 8px; 
    background-color: #fff;
    font-size: 17px;
    height: 45px;
    border: 1px solid #eeeeee;
    color: #000;
}
.search_box .search-area .search-box .select-date .select{
    width: 100%;
}
.search_box section.group_banner .search-area .search-box .select-date .select input{
    border-radius: 8px; 
    background-color: #fff; 
    padding: 0 10px; 
    font-size: 18px; 
    height: 45px; 
    border: 1px solid #eeeeee; 
    width: calc(50% - 12px);
    letter-spacing: 0.5px;
    text-align: left;
    letter-spacing: 0;
}
.search_box .search-area .search-box .select-date .select .divide{
    margin: 22px 5px 0;
    width: 14px;
    background: #f1a528;
}
.search_box section.search_banner .search-area .search-box .select-input .data-icon-search{
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    margin-bottom: 8px;
    color: #71582f;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.search_box section.search_banner .search-area .search-box .select-input .data-icon-search::before{
    font-size: 17px;
    color: #212121;
    width: 20px;
    content: '';
    height: 20px;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/349df90e-3b4c-4d8e-84c3-93cb4c68d89e.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
}
.search_box section.search_banner .search-area .search-box .select-input .data-icon-search::after {
    content: '關鍵字';
    display: inline-block;
    font-size: 19px;
    font-style: normal;
    letter-spacing: 1px;
    margin-left: 8px;
    color: #212121;
    font-weight: 400;
}
.search_box section.group_banner .search-area .search-box .select-input > input{
    border-radius: 8px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    border: 1px solid #eeeeee;
}
.search_box section.group_banner .search-area .search-box > div:nth-last-child(1){
    padding-right: 0 !important;
}
.search_box section.group_banner .search-area .search-box .search-btn{
    background: #31bacc;
    border: none;
    color: #fff;
    margin-top: 31px;
    height: 56px;
    line-height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    transition: .3s;
}
.search_box section.group_banner .search-area .search-box .search-btn:hover{
    background: #259faf;
    transition: .3s;
}
.search_box .search-area .search-box .search-btn h5{
    font-weight: 500;
    width: auto;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 0;
}
.search_box .search-area .search-box .search-btn i{
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/5c10bb10-d9e5-4bc3-affa-416c2e44a070.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    order: 1;
}
.search_box .search-area .search-box .search-btn:hover i{
    transform: translate(8px, 0px);
}
.search_box .search-area .search-box .search-btn i::before{
    display: none;
}
@media (max-width:1439px) {
    .search_tab{
        max-width: 85%;
        flex: 0 0 85%;
    }
    .search_box {
        max-width: 85%;
        flex: 0 0 85%;
    }
}
@media (max-width:1279px) {
    .search_tab .module-container .main.row{
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }
    .search_tab .module-container .main.row::before{
        left: 25px;
        right: 25px;
    }
    .search_box .group_banner.search_banner .search-area > .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .search_box section.group_banner .search-area .search-box .select-departure, 
    .search_box section.group_banner .search-area .search-box .select-destination, 
    .search_box section.group_banner .search-area .search-box .select-date, 
    .search_box section.group_banner .search-area .search-box .select-input, 
    .search_box section.group_banner .search-area .search-box .select-goal, 
    .search_box section.group_banner .search-area .search-box .select-place{
        padding: 0;
    }
    .search_box section.group_banner .search-area .search-box .select-departure .title h6, 
    .search_box section.group_banner .search-area .search-box .select-destination .title h6, 
    .search_box section.group_banner .search-area .search-box .select-date .title h6, 
    .search_box section.group_banner .search-area .search-box .select-goal .title h6, 
    .search_box section.group_banner .search-area .search-box .select-place .title h6{
        font-size: 17px;
        letter-spacing: 0.5px;
    }
    .search_box section.search_banner .search-area .search-box .select-input .data-icon-search::after{
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 1;
    }
    .search_box section.group_banner .search-area .search-box > div:nth-last-child(1){
        padding-right: 8px !important;
    }
    .search_box section.group_banner .search-area .search-box .search-btn{
        padding-right: 0px;
    }
    .search_box .search-area .search-box .search-btn h5{
        font-size: 18px;
        margin-right: 5px;
    }
    .search_box .search-area .search-box .search-btn h5::before{
        font-size: 18px;
    }
    .search_box .search-area .search-box .search-btn i{
        width: 20px;
        height: 20px;
    }
}
@media (max-width:1199px) {
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: calc(100% + 30px);
    }
    .search_box.outbound section.group_banner .search-area .search-box > div:nth-child(4), 
    .search_box.outbound section.group_banner .search-area .search-box > div:nth-last-child(3){
        max-width: 50%;
        flex: 0 0 50%;
    }
    .search_box section.group_banner .search-area .search-box .search-btn{
        width: 150px;
        height: 50px;
        margin: 10px auto 0;
    }
}
@media (max-width:1024px) {
    .search_tab, 
    .search_box{
        max-width: 90%;
        flex: 0 0 90%;
    }
}
@media (max-width:991px) {
    .search_tab {
        margin-top: 30px;
    }
    .search_tab .header-title{
        font-size: 24px;
    }
    .search_tab .nav-pills .nav-link{
        padding: 3px 13px;
        font-size: 16px;
        margin-right: 15px;
    }
    .search_tab .module-container .main.row{
        padding-bottom: 20px;
        padding-top: 20px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: calc(100%);
    }
    .search_box section.group_banner .search-area .search-box{
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    .search_box_wrap .main.row{
        background-attachment: scroll !important;
        background-repeat: repeat !important;
        background-size: auto !important;
    }
    .search_box_tabs .blk-tabs .nav-pills .nav-link{
        font-size: 18px;
        padding: 7px 20px;
    }
    .search_box section.group_banner.search_banner{
        width: 100%;
    }
    .search_box .group_banner.search_banner .search-area > .container{
        padding: 0 10px 0 10px;
    }
    .search_box section.group_banner .search-area .search-box{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .search_box.outbound section.group_banner .search-area .search-box > div:nth-child(4), 
    .search_box.outbound section.group_banner .search-area .search-box > div:nth-last-child(3){
        max-width: 100%;
        flex: 0 0 100%;
    }
    .search_box .mic_icon{
        top: 35px;
    }
    .search_box section.group_banner .search-area .search-box .select-departure, 
    .search_box section.group_banner .search-area .search-box .select-destination, 
    .search_box section.group_banner .search-area .search-box .select-date, 
    .search_box section.group_banner .search-area .search-box .select-input, 
    .search_box section.group_banner .search-area .search-box .select-goal, 
    .search_box section.group_banner .search-area .search-box .select-place{
        padding: 0 5px;
    }
    .search_box .search-area .search-box .select-place .select select, 
    .search_box .search-area .search-box .select-goal .select select, 
    .search_box section.group_banner .search-area .search-box .select-date .select input, 
    .search_box section.group_banner .search-area .search-box .select-input > input{
        height: 40px;
    }
    .search_box section.group_banner .search-area .search-box .search-btn{
        height: 45px;
        line-height: 45px;
    }
}
@media (max-width:575px) {
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: calc(100%);
    }
}
@media (max-width:460px) {
    .search_tab .module-container .main.row{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .search_tab .module-container .main.row::before {
        left: 16px;
        right: 16px;
    }
    .search_tab .blk-tabs{
        margin-top: 10px;
        width: 100%;
    }
    .search_box .group_banner.search_banner .search-area > .container{
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        padding: 0 5px 0 5px;
    }
    .search_box section.group_banner .search-area .search-box{
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

/*block title*/
.block_title{
    margin-top: 100px;
    z-index: 2;
}
.block_title .function-row .row-content{
    text-align: center;
    display: table;
    margin: auto;
}
.block_title .function-row .row-content li{
    max-width: unset;
    flex: unset;
    width: auto;
}
.block_title .function-row .row-content li a{
    cursor: default;
    display: flex;
    align-items: center;
}
.block_title .function-row .row-content li a img{
    width: 50px;
}
.block_title .function-row .row-content li a h3{
    font-size: 36px;
    color: #111111;
    margin: 0 0 0 1rem;
}
@media (max-width:1199px) {
    .block_title{
        margin-top: 50px;
    }
    .block_title .function-row .row-content li a h3{
        font-size: 32px;
    }
}
@media (max-width:767px) {
    .block_title .function-row .row-content li{
        margin-bottom: 0;
    }
}

/*recommend*/
.recommend_wrap::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 8.5vw;
    height: 10vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 5s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/595add46-1326-42de-808f-6c5c2be11030.png);
    background-position: right;
    background-size: auto 100%;
    opacity: .1;
    left: 0;
    top: -5%;
}
.recommend_wrap::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 5vw;
    height: 5vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 3s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/cbfd8bd3-2504-4fae-b8c2-d9189c62c1e1.png);
    background-position: center;
    background-size: auto 100%;
    opacity: .4;
    top: 5%;
    left: 6.5vw;
}
.recommend_wrap .module-container > .main.row::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 386px;
    background: #fff;
    z-index: 1;
}
.recommend_wrap .module-container > .main.row::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 7vw;
    height: 11vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 5s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/755e2e79-5b86-42cc-b91d-9f24e9918339.png);
    background-position: left bottom;
    background-size: auto 100%;
    opacity: .1;
    right: 0;
    bottom: 205px;
}
.recommend_box {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
    margin-bottom: 50px;
}
.recommend_box::before{
    content: '';
    display: block;
}
.recommend_box::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 9.5vw;
    height: 11vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 3s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/0b8143e8-b5b3-407b-b0e0-cd6aac88ebcc.png);
    background-position: right top;
    background-size: auto 100%;
    opacity: 1;
    left: 0;
    bottom: -14%;
}
.recommend_box .swiper-free-mode > .swiper-wrapper{
    padding: 100px 0px 0;
}
.recommend_box .swiper-slide-style{
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.recommend_box .swiper-slide-style::before{
    content: '';
    display: block;
    position: absolute;
    width: 220px;
    height: 154px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    top: -70px;
    left: calc(50% - 87px);
    transform: rotate(8deg);
    filter: drop-shadow(-8px 20px 0 rgba(125, 125, 125, 0.15));
}
.recommend_box .swiper-slide-style:nth-child(4n+1)::before{
    border: 28px solid #e30f1b;
}
.recommend_box .swiper-slide-style:nth-child(4n+2)::before{
    border: 28px solid #fabe00;
}
.recommend_box .swiper-slide-style:nth-child(4n+3)::before{
    border: 28px solid #6fba2c;
}
.recommend_box .swiper-slide-style:nth-child(4n+4)::before{
    border: 28px solid #1d2088;
}
.recommend_box .swiper-slide .swiper-img {
    border-radius: 60px;
    overflow: hidden;
    transform: rotate(8deg);
    width: 90%;
    margin: 0 auto;
    position: relative;
    filter: drop-shadow(-8px 20px 0 rgba(125, 125, 125, 0.15));
}
.recommend_box .swiper-slide .swiper-img::before{
    content: '';
    display: block;
    opacity: .5;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    top: -55px;
    left: -55px;
}
.recommend_box .swiper-slide .swiper-img::after{
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    bottom: -55px;
    left: -55px;
}
.recommend_box .swiper-slide:nth-child(4n+1) .swiper-img::before, 
.recommend_box .swiper-slide:nth-child(4n+1) .swiper-img::after{
    background: #e60012;
}
.recommend_box .swiper-slide:nth-child(4n+2) .swiper-img::before, 
.recommend_box .swiper-slide:nth-child(4n+2) .swiper-img::after{
    background: #fabe00;
}
.recommend_box .swiper-slide:nth-child(4n+3) .swiper-img::before, 
.recommend_box .swiper-slide:nth-child(4n+3) .swiper-img::after{
    background: #6fba2c;
}
.recommend_box .swiper-slide:nth-child(4n+4) .swiper-img::before, 
.recommend_box .swiper-slide:nth-child(4n+4) .swiper-img::after{
    background: #1d2088;
}
.recommend_box .swiper-slide .swiper-img img{
    transform: rotate(-8deg) scale(1.15);
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
}
.recommend_box .swiper-slide .swiper-title{
    margin-top: 3.5rem;
    font-size: 26px;
    color: #111111;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    position: relative;
}
.recommend_box .swiper-slide .swiper-title::before{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #a50082;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -2px;
}
.recommend_box .swiper-slide .swiper-content{
    text-align: center;
    font-size: 19px;
    line-height: 1.6;
    color: #777777;
    overflow: unset;
    -webkit-line-clamp: unset;
}
.recommend_box [class*='swiper-button-']{
    opacity: 1;
    width: 50px;
    height: 50px;
    padding-bottom: 2rem;
}
.recommend_box .swiper-button-next{
    right: 30px;
}
.recommend_box .swiper-button-prev{
    left: 30px;
}
.recommend_box .swiper-button-prev.swiper-button-disabled, 
.recommend_box .swiper-button-next.swiper-button-disabled{
    display: none;
}
.recommend_box [class*='swiper-button-']:before{
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background-color: #f1a528;
    position: absolute;
}
.recommend_box [class*='swiper-button-']:after{
    padding: 0;
    font-size: 0;
    background: none;
    width: 22px;
    height: 22px;
    border-top: 1px solid #f1a528;
    position: absolute;
}
.recommend_box .swiper-button-next::before{
    left: 0;
}
.recommend_box .swiper-button-next::after{
    border-right: 1px solid #f1a528;
    transform: rotate(45deg);
    right: -1px;
}
.recommend_box .swiper-button-prev::before{
    right: 0;
}
.recommend_box .swiper-button-prev::after{
    border-left: 1px solid #f1a528;
    transform: rotate(-45deg);
    left: -1px;
}
@media (max-width:1199px) {
    .recommend_wrap .module-container > .main.row::before{
        bottom: 318px;
    }
    .recommend_box{
        margin-bottom: 25px;
    }
    .recommend_box .swiper-free-mode > .swiper-wrapper{
        padding: 50px 0px 0;
    }
    .recommend_box .swiper-slide-style::before{
        width: 140px;
        height: 100px;
        top: -40px;
        left: calc(50% - 54px);
        filter: drop-shadow(-8px 10px 0 rgba(125, 125, 125, 0.15));
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+1)::before{
        border: 15px solid #e30f1b;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+2)::before{
        border: 15px solid #fabe00;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+3)::before{
        border: 15px solid #6fba2c;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+4)::before{
        border: 15px solid #1d2088;
    }
    .recommend_box .swiper-slide .swiper-img{
        border-radius: 30px;
        filter: drop-shadow(-8px 10px 0 rgba(125, 125, 125, 0.15));
    }
    .recommend_box .swiper-slide .swiper-img::before{
        width: 80px;
        height: 80px;
        top: -35px;
        left: -35px;
    }
    .recommend_box .swiper-slide .swiper-img::after{
        width: 80px;
        height: 80px;
        bottom: -35px;
        left: -35px;
    }
    .recommend_box .swiper-slide .swiper-title{
        font-size: 22px;
        margin-top: 2.5rem;
    }
    .recommend_box .swiper-slide .swiper-content{
        font-size: 17px;
        line-height: 1.5;
    }
}
@media (max-width:1024px) {
    .recommend_wrap .module-container > .main.row::before{
        bottom: 300px;
    }
    .recommend_box .swiper-slide-style::before{
        width: 105px;
        top: -27px;
        left: calc(50% - 41px);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+1)::before{
        border: 12px solid #e30f1b;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+2)::before{
        border: 12px solid #fabe00;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+3)::before{
        border: 12px solid #6fba2c;
    }
    .recommend_box .swiper-slide-style:nth-child(4n+4)::before{
        border: 12px solid #1d2088;
    }
    .recommend_box .swiper-slide .swiper-title {
        font-size: 20px;
        margin-top: 2rem;
        padding-left: 10px;
        padding-right: 25px;
    }
    .recommend_box .swiper-slide .swiper-content {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 25px;
    }
    .recommend_box .swiper-button-next{
        right: 15px;
    }
    .recommend_box .swiper-button-prev {
        left: 15px;
    }
    .recommend_box [class*='swiper-button-']{
        top: 40%;
    }
    .recommend_box [class*='swiper-button-']:before{
        width: 35px;
    }
    .recommend_box [class*='swiper-button-']:after{
        width: 20px;
        height: 20px;
    }
    .recommend_box .swiper-button-next::before{
        left: 10px;
    }
    .recommend_box .swiper-button-prev::before {
        right: 10px;
    }
}
@media (max-width:767px) {
    .recommend_wrap .module-container > .main.row::before{
        bottom: 0;
    }
    .recommend_wrap .module-container > .main.row::after{
        z-index: 1;
    }
    .recommend_box{
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .recommend_box .swiper-container{
        padding: 0px 5%;
    }
    .recommend_box [class*='swiper-button-']{
        top: unset;
        bottom: -25px;
        padding-bottom: 0;
    }
    .recommend_box .swiper-button-next{
        right: calc(50% - 70px);
    }
    .recommend_box .swiper-button-prev{
        left: calc(50% - 70px);
    }
}

/*theme*/
.theme_wrap > .module-container > .main.row::before{
    content: '';
    display: block;
    background: #fbf4ea;
    position: absolute;
    top: 350px;
    bottom: 0;
    right: 0;
    left: 25%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}
.theme_wrap > .module-container > .main.row::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 8.5vw;
    height: 9vw;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/9eb1d73b-5a0e-449e-b87c-85f1b5142202.png);
    background-position: left bottom;
    background-size: auto;
    opacity: .3;
    right: 0;
    top: 350px;
}
.theme_box {
    margin-top: 100px;
    padding-bottom: 40px;
}
.theme_box::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 6.5vw;
    height: 6.5vw;
    border-radius: 100px;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 3s ease-in-out infinite alternate;
    background-color: #fff;
    background-position: center;
    background-size: auto 100%;
    opacity: .8;
    top: 360px;
    right: 3vw;
}
.theme_box .hover-wall > .container-fluid > .row{
    padding-left: 12.5%;
    padding-right: 12.5%;
}
.theme_box .hover-wall .htpro_tit{
    margin-bottom: 60px;
    position: unset;
}
.theme_box .hover-wall .htpro_tit h1{
    padding: 0;
    border: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme_box .hover-wall .htpro_tit img{
    max-width: 50px !important;
    max-height: max-content !important;
    margin-right: 1rem;
}
.theme_box .hover-wall .htpro_tit span{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
}
.theme_box .hover-wall .htpro_tit h2{
    position: absolute;
    font-family: "Yusei Magic", sans-serif;
    writing-mode: vertical-rl;
    left: 3rem;
    font-size: 9vw;
    line-height: 1;
    margin: 0;
    top: -3rem;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
}
.theme_box .hover-wall .icon_info{
    background: none;
    border-radius: 0;
    box-shadow: none;
    overflow: unset;
    filter: drop-shadow(13px 13px 0px #fff);
}
.theme_box .hover-wall .icon_info:hover{
    bottom: 0;
    box-shadow: none;
}
.theme_box .hover-wall > .container-fluid > .row > div:nth-child(3n+2) .icon_info{
    margin-top: 0;
    margin-bottom: 20px;
}
.theme_box .hover-wall > .container-fluid > .row > div:nth-child(3n+3) .icon_info{
    margin-top: 30px;
    margin-bottom: 20px;
}
.theme_box .hover-wall > .container-fluid > .row > div:nth-child(3n+4) .icon_info{
    margin-top: 60px;
    margin-bottom: 20px;
}
.theme_box .hover-wall .icon_info figure{
    margin-bottom: 0;
    border-radius: 30px;
    margin-top: 8px;
}
.theme_box .hover-wall figure .overlay i{
    display: none;
}
.theme_box .hover-wall .icon_info h3{
    position: absolute;
    top: 0;
    left: 36px;
    writing-mode: vertical-rl;
    padding: 15px 10px;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 15;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    margin: 0;
}
.theme_box .hover-wall > .container-fluid > .row > div:nth-child(odd) .icon_info h3{
    background: #0093b8;
}
.theme_box .hover-wall > .container-fluid > .row > div:nth-child(even) .icon_info h3{
    background: #f68c36;
}
@media (max-width:1439px) {
    .theme_box .hover-wall > .container-fluid > .row{
        padding-right: 7%;
    }
}
@media (max-width:1199px) {
    .theme_box{
        margin-top: 70px;
    }
    .theme_box .hover-wall .htpro_tit span{
        font-size: 32px;
    }
    .theme_box .hover-wall .htpro_tit h2{
        left: 2rem;
        top: 0rem;
    }
    .theme_box .hover-wall .icon_info figure{
        border-radius: 20px;
    }
    .theme_box .hover-wall .icon_info h3{
        left: 24px;
        padding: 12px 8px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 20px;
    }
}
@media (max-width:1024px) {
    .theme_box .hover-wall > .container-fluid > .row {
        padding-right: 4%;
    }
    .theme_wrap > .module-container > .main.row::after{
        height: 12vw;
        top: 350px;
    }
    .theme_box::before{
        width: 6vw;
        height: 6vw;
        top: 375px;
        right: 1vw;
    }
    .theme_box .hover-wall .htpro_tit{
        margin-bottom: 45px;
    }
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(3n+2) .icon_info, 
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(3n+3) .icon_info, 
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(3n+4) .icon_info{
        margin-bottom: 10px;
    }
}
@media (max-width:991px) {
    .theme_box .hover-wall .htpro_tit h2{
        letter-spacing: 2px;
        left: 1.5rem;
        top: 3rem;
    }
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(2n+2) .icon_info{
        margin-top: 0;
    }
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(2n+3) .icon_info{
        margin-top: 20px;
    }
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(2n+2) .icon_info, 
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(2n+3) .icon_info{
        margin-bottom: 20px;
    }
}
@media (max-width:767px) {
    .theme_box{
        margin-top: 30px;
    }
    .theme_box .hover-wall > .container-fluid > .row{
        padding-left: 4%;
    }
    .theme_box .hover-wall > .container-fluid > .row > div:nth-child(n+2) .icon_info{
        margin-top: 0px;
    }
    .theme_box .hover-wall .htpro_tit{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .theme_box .hover-wall .htpro_tit h2{
        color: #CCE8EC;
        position: unset;
        writing-mode: unset;
        order: -1;
        margin-bottom: 1rem;
        letter-spacing: 0;
    }
}

/*video*/
.vlog_wrap{
    overflow: hidden;
}
.vlog_wrap > .module-container > .main.row{
    justify-content: center;
    padding-top: 70px;
}
.vlog_wrap > .module-container > .main.row::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 24.5vw;
    height: 15vw;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/0eb9e2c7-c281-48f0-97b3-c3f485b4fe98.png);
    background-position: right top;
    background-size: auto;
    opacity: .1;
    left: 0;
    bottom: 0;
}
.vlog_wrap > .module-container > .main.row::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 8.5vw;
    height: 8.5vw;
    -webkit-animation: anime_float 4s ease-in-out infinite alternate;
    animation: anime_float 3s ease-in-out infinite alternate;
    background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/9eb1d73b-5a0e-449e-b87c-85f1b5142202.png);
    background-position: center;
    background-size: auto 100%;
    opacity: .3;
    bottom: 12%;
    left: 15.5vw;
}
.vlog_wrap .block_title{
    margin-bottom: -90px;
}
.vlog_wrap .block_title .function-row .row-content{
    float: left;
    margin-left: 12.5%;
}
.video_txt{
    padding: 7.5rem 30px 0;
}
.video_txt div[data-unicode]{
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    font-weight: 300;
    color: #333;
}
.video_txt div[data-unicode] p{
    margin-bottom: 20px;
}
.video_box{
    margin-bottom: 100px;
}
.video_box .fancybox-wrapper > figure:nth-child(1){
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 30px;
    overflow: hidden;
}
.video_box .fancybox-wrapper > figure:nth-child(n+2){
    flex: 0 0 28%;
    max-width: 28%;
    margin-right: 20px;
    margin-top: -4rem;    
}
.video_box .fancybox-wrapper > figure:nth-child(4n+2){
    margin-left: calc(-12% - 60px);
}
.video_box .fancybox-wrapper > figure:nth-child(4n+5){
    margin-right: 0px;
}
.video_box .fancybox-wrapper > figure:nth-child(n+6) {
    margin-top: 20px;
}
.video_box .fancybox-wrapper a[data-fancybox]{
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #fff;
}
.video_box .fancybox-wrapper figure.position-bottom > .content-bottom{
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 8px;
    position: relative;
    padding-bottom: 10px;
}
.video_box .fancybox-wrapper > figure:nth-child(odd) .content-bottom::before{
    content: '';
    display: block;
    width: 94px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 47px);
    background: #31bacc;
}
.video_box .fancybox-wrapper > figure:nth-child(even) .content-bottom::before{
    content: '';
    display: block;
    width: 94px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 47px);
    background: #f1a528;
}
.video_box .fancybox-wrapper figure.position-bottom > .content-bottom *{
    margin: 0;
}
.video_box .fancybox-wrapper figure.position-bottom:nth-child(1) > .content-bottom::before{
    display: none;
}
.vlog_Etit{
    position: absolute;
    font-family: "Yusei Magic", sans-serif;
    writing-mode: vertical-rl;
    right: 2rem;
    line-height: 0;
    top: 3rem;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    max-width: unset;
    flex: unset;
    width: auto;
    padding: 0;
}
.vlog_Etit .main{
    margin: 0;
}
.vlog_Etit div[data-unicode] *{
    font-size: 9vw;
    line-height: 0;
    margin-right: 61px;
    margin-left: 0;
    color: #CCE8EC;
}
@media (max-width:1539px) {
    .video_txt div[data-unicode] p{
        margin-bottom: 15px;
        letter-spacing: 0;
        font-size: 18px;
    }
}
@media (max-width:1439px) {
    .vlog_wrap > .module-container > .main.row{
        padding-top: 15px;
    }
    .vlog_wrap .block_title {
        margin-bottom: -70px;
    }
    .vlog_wrap .block_title .function-row .row-content {
        margin-left: 7.5%;
    }
    .video_txt{
        max-width: 30%;
        flex: 0 0 30%;
        margin-left: 7.5%;
        padding-top: 4.5rem;
    }
    .video_txt div[data-unicode]{
        font-size: 18px;
        line-height: 1.55;
    }
    .video_box{
        margin-right: 12.5%;
    }
}
@media (max-width:1199px) {
    .vlog_Etit{
        right: 1rem;
        top: 5rem;
    }
    .vlog_wrap .block_title{
        margin-bottom: 25px;
    }
    .video_txt{
        padding-top: 0;
    }
    .video_txt div[data-unicode] {
        font-size: 17px;
        line-height: 1.5;
    }
    .video_txt div[data-unicode] p {
        margin-bottom: 15px;
        letter-spacing: 1px;
        font-size: 17px;
    }
    .video_box .fancybox-wrapper > figure:nth-child(n+2){
        margin-top: -3rem;
    }
}
@media (max-width:1024px) {
    .vlog_wrap .block_title .function-row .row-content{
        margin-left: 4.5%;
    }
    .vlog_wrap > .module-container > .main.row::before{
        width: 35.5vw;
    }
    .vlog_wrap > .module-container > .main.row::after{
        bottom: 15%;
        left: 11.5vw;
    }
    .video_txt {
        max-width: 33%;
        flex: 0 0 33%;
        margin-left: 4%;
    }
    .video_txt div[data-unicode]{
        font-size: 15px;
    }
    .video_box .fancybox-wrapper figure.position-bottom > .content-bottom{
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-top: 5px;
    }
}
@media (max-width:991px) {
    .vlog_wrap > .module-container > .main.row::after{
        bottom: 1rem;
        left: 14rem;
    }
    .vlog_Etit{
        writing-mode: unset;
        right: unset;
        left: 285px;
    }
    .video_txt {
        max-width: 92%;
        flex: 0 0 92%;
        margin-left: auto;
        margin-right: auto;
    }
    .video_box{
        max-width: 92%;
        flex: 0 0 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }
    .video_box .fancybox-wrapper > figure:nth-child(n+2){
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
        margin-top: 0;
    }
    .video_box .fancybox-wrapper > figure:nth-child(4n+2){
        margin-left: 0;
    }
}
@media (max-width:767px) {
    .vlog_Etit{
        position: unset;
        line-height: 1.5;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 60px;
    }
    .vlog_Etit div[data-unicode] *{
        margin: auto;
    }
    .vlog_wrap .block_title .function-row .row-content{
        margin-left: auto;
        margin-right: auto;
        float: unset;
    }
    .video_txt{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .video_txt div[data-unicode]{
        text-align: center;
    }
    .video_box{
        max-width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        margin-bottom: 50px;
    }
    .video_box .fancybox-wrapper > figure:nth-child(n+2){
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        margin-bottom: 1.5rem !important;
        margin-right: 15px;
    }
    .video_box .fancybox-wrapper > figure:nth-child(2n+3) {
        margin-right: 0;
    }
}
@media (max-width:460px) {
    .vlog_wrap .block_title{
        margin-top: 16px;
    }
}

@-webkit-keyframes anime_float {
    0% {
        -webkit-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    to {
        -webkit-transform: translate(0,-10%) scale(1);
        transform: translate(0,-10%) scale(1)
    }
}

@keyframes anime_float {
    0% {
        -webkit-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    to {
        -webkit-transform: translate(0,-10%) scale(1);
        transform: translate(0,-10%) scale(1)
    }
}

/*公版*/
.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;
}
.D_products_group_molddetail .TripFeature section.DetailBox p img, 
.D_products_group_detail .trip_features .group_table_box p img{
    margin: auto;
}

/*list*/
/*國外*/
.D_products_group_search section.group_banner.search_banner{background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a092451a-c023-40e7-9f33-779af254e3da.jpg);}
.D_products_group_search .top_nav ul{padding: 1px 15px 2px 5px;}
.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: #888888;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn{color: #ffffff;background: #31bacc ;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: #31bacc;}
.D_products_group_search .irs-slider{background: #31bacc ;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #31bacc ;}
.D_products_group_search .irs-bar{background: #31bacc ;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #888888;}
.D_products_group_search .filter_list .form-check.radio_style [type="radio"]:checked + label:after{background: #31bacc ;}
.D_products_group_search .badge-primary{background-color: #31bacc;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #31bacc;}
.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: #888888;color: #888888;}
.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: #888888;}
.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(1, 1, 1, 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: #31bacc;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: #31bacc  !important;}
.D_products_group_search section.search_con .pagination .page-item.active .page-link{border-color: #888888;color: #888888;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: #31bacc ;}
.D_products_group_search section.group_table.trip_airline .table .thead th{border-color: #888888;}
.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;}*/
.D_products_group_search section.search_con .list_con.mold figure.block_style .main_words>.mold_price > h4{
    width: 100%;
}
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 410px;}
}
@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: 620px;width: 100%;}
}
/*國內*/
body.D_products_domestic_search{/*background: #f8f9f9;*/}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 10rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{border-bottom: 3px solid #31bacc ;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: #31bacc ;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{}
.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{}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #31bacc;}
.D_products_domestic_search .irs-slider{background: #31bacc ;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #31bacc ;}
.D_products_domestic_search .irs-bar{background: #31bacc ;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #31bacc;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {}
.D_products_domestic_search .text_blue { color: #F18E00;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{}
.D_products_domestic_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(1, 1, 1, 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: #31bacc  !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: #31bacc;}
.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: #31bacc  !important;}
.D_products_domestic_search .table .thead, 
.D_products_domestic_search .table .thead:hover{background: #31bacc;}
.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 {}
.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 {}
@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: #31bacc ;}
.D_products_group_detail .breadcrumb-item a:hover{color: #31bacc;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #31bacc;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{background: #31bacc ;font-size: 17px;color: #fff;}
.D_products_group_detail .basic-air-info{border: 1px solid rgba(1, 1, 1, 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{}
.D_products_group_detail .basic-air-info .go i, .D_products_group_detail .basic-air-info .back i{color: #007fc8;}
.D_products_group_detail .basic-air-btn a{background: #31bacc;border: 1px solid #31bacc;color: #fff;}
.D_products_group_detail .basic-air-btn a:hover{background: #31bacc;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{}
.D_products_group_detail section.group_banner.trip_banner .basic_box{padding-top: 220px;}
.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: #31bacc;}
.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{}
.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{ 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: #31bacc;}
.D_products_group_detail section.group_table.tripdown .search_table tr.thead{background: #31bacc;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #f1a528 ;color: #f1a528 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color: #f1a528 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #f1a528 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #f1a528 ;}
.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: #31bacc ;background: #31bacc ;*/border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{/*color: #fff;background-color: #31bacc ;border-color: #31bacc ;*/}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #31bacc;}
.D_products_group_detail .fc .fc-button-primary:disabled{}
.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: #31bacc  !important;}
.D_products_group_detail .Day_menu.day_fixed{top: 103px !important;}

.D_products_group_detail section.group_table.trip_features:before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a013e0dd-3876-4383-b840-6465bd1f4bd5.jpg);filter: unset;}
.D_products_group_detail section.group_table.trip_day::before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/2fbdc73c-e218-4082-9618-f878205fac89.jpg);filter: unset;}
.D_products_group_detail section.group_table.trip_note::before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a155bb50-36ca-48e8-a2d6-3834effd6f25.jpg);filter: unset;}
.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: none;}
.D_products_group_detail section.group_table.trip_features .text-center, 
.D_products_group_detail section.group_table.trip_airline .text-center, 
.D_products_group_detail section.group_table.trip_day .text-center, 
.D_products_group_detail section.group_table.trip_note .text-center, 
.D_products_group_detail section.group_table.view_intro .text-center, 
.D_products_group_detail section.group_table.tripdown .text-center{margin-top: 2.5rem;}
@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;line-height: 30px;}
    .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: 0px;}
    .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 .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 {
        background: #31bacc;
        border-bottom: 1px solid #fff;
    }
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul{width: 92px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn:hover ul{height: 40px; width: 190px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{height: 40px;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 60px;}
    .D_products_group_detail .web_sidebar .side_bar{/*width: 50px;*/padding: 8px 0;}
    .D_products_group_detail .web_sidebar .side_bar li{/*padding: 11px;*//*height: 40px;*/}
    .D_products_group_detail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_detail .web_sidebar .side_bar li a img{width: 24px;}
    .D_products_group_detail .web_sidebar .actGotop{bottom: 15px;width: 50px;height: 50px;}
    .D_products_group_detail .web_sidebar .actGotop a:link{width: 50px;height: 50px;}
    .D_products_group_detail .web_sidebar .actGotop a i{width: 50px; line-height: 30px;}
}
@media (min-height:600px) and (max-height:768px) {
    .D_products_group_detail .sub_menu-trip .sub_inside > .server_menu{
        margin-top: 75px;
    }
}
@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: 30px;}
    .D_products_group_detail .footer_wrap .main.row{padding-bottom: 50px;}
    .D_products_group_detail .Day_menu.day_fixed{top: 85px !important;padding: 5px;}
}
@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_detail .Day_menu .swiper_day{max-width: 95%;}
    .D_products_group_detail .Day_menu .swiper_day .swiper-slide{margin: 0 0.5%;}
    .D_products_group_detail .sub_menu-trip .sub_inside > .server_menu{
        margin-top: 0px;
    }
}
/*團型*/
.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: #31bacc ;}
.D_products_group_molddetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #31bacc ; border-bottom-color: #31bacc ;color: #31bacc ;}
.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: #31bacc ; color: white;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #31bacc ; 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: #31bacc ; border: 1px solid #31bacc ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #31bacc ;}
.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: #31bacc ; border-color: #31bacc ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #31bacc ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #31bacc ;}
.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: #31bacc;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #31bacc;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #31bacc ; color: #31bacc ;background-color: #fff;/*display: none;*/}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #31bacc ; color: white;}
.D_products_group_molddetail #day_menu .list-group{background: rgba(1, 1, 1, 0.7);}
.D_products_group_molddetail #day_menu .list-group .list-group-item:hover{background-color: transparent;border-color: transparent;color: #31bacc;}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active{background-color: #31bacc; border-color: #31bacc; border-radius: 0;}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active:hover{color: #ffffff;}
.D_products_group_molddetail .Detail.Traffic .Day{ color: #31bacc;}
.D_products_group_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_group_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #31bacc;}
.D_products_group_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{/*display: none;*/}
.D_products_group_molddetail section.AnchorPoint.TripFeature::before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a013e0dd-3876-4383-b840-6465bd1f4bd5.jpg);filter: unset;}
.D_products_group_molddetail section.AnchorPoint.TripFeature::after{opacity: 0;}
.D_products_group_molddetail section.AnchorPoint.DepartureDate::before{filter: unset;}
.D_products_group_molddetail section.AnchorPoint.DepartureDate::after{opacity: 0;}
.D_products_group_molddetail section.AnchorPoint.DayTrip::before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/2fbdc73c-e218-4082-9618-f878205fac89.jpg);filter: unset;}
.D_products_group_molddetail section.AnchorPoint.DayTrip::after{opacity: 0;}
.D_products_group_molddetail section.AnchorPoint.FeeDescription::before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/a155bb50-36ca-48e8-a2d6-3834effd6f25.jpg);filter: unset;}
.D_products_group_molddetail section.AnchorPoint.FeeDescription::after{opacity: 0;}
.D_products_group_molddetail section.AnchorPoint.TripNote::before{background-position: center;background-image: url(https://materials.fillo.com.tw/materials/yuantour/images/27529bad-6f0e-47f2-9b7d-e4d1067e17fe.jpg);filter: unset;}
.D_products_group_molddetail section.AnchorPoint.TripNote::after{opacity: 0;}
.D_products_group_molddetail section.AnchorPoint>div>h2.APtitle{color: #fff; text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);}
.D_products_group_molddetail section.AnchorPoint>div>h2.APtitle::after{background: #ffffff;}
@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 .Detail.sub_menu-trip .server_menu ul > li.share-fixed-btn > ul > li > a{display: flex; justify-content: center; align-items: center;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 0px;}
    .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: 60px;}
    .D_products_group_molddetail .web_sidebar .side_bar{/*width: 50px;*/padding: 8px 0;}
    .D_products_group_molddetail .web_sidebar .side_bar li{/*padding: 11px;*//*height: 40px;*/}
    .D_products_group_molddetail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_molddetail .web_sidebar .side_bar li a img{width: 24px;}
    .D_products_group_molddetail .web_sidebar .actGotop{bottom: 15px;width: 50px;height: 50px;}
    .D_products_group_molddetail .web_sidebar .actGotop a:link{width: 50px;height: 50px;}
    .D_products_group_molddetail .web_sidebar .actGotop a i{width: 50px; line-height: 30px;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar{/*top: 170px !important;*/margin-top: -12px;}
    .D_products_group_molddetail .MGO .Detail.DepartureDate .SearchTable .table .TourPrice, 
    .D_products_group_molddetail .MPGO .Detail.DepartureDate .SearchTable .table .TourPrice{
        flex: 0 0 120px !important;
        padding: 10px 5px;
    }
    .D_products_group_molddetail .MGO .Detail.DepartureDate .SearchTable .table .ItineraryName, 
    .D_products_group_molddetail .MPGO .Detail.DepartureDate .SearchTable .table .ItineraryName{flex: calc(30% - 120px) !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: #31bacc ;}
.D_products_domestic_pdetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #31bacc ; border-bottom-color: #31bacc ;color: #31bacc ;}
.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: #31bacc ; color: white;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #31bacc ; 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: #31bacc ; border: 1px solid #31bacc ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #31bacc ;}
.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: #31bacc ; border-color: #31bacc ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #31bacc ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #31bacc ;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div{}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div::after{}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #31bacc ; color: #31bacc ;background-color: #fff;display: none;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #31bacc ; color: white;}
.D_products_domestic_pdetail .Detail.Traffic .Day{ color: #31bacc;}
.D_products_domestic_pdetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_pdetail .Detail .TripNoteBlock .NoteTitle h3{color: #31bacc;}
.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: 65px;}
    .D_products_domestic_pdetail .web_sidebar .side_bar{/*width: 50px;*/padding: 8px 0;}
    .D_products_domestic_pdetail .web_sidebar .side_bar li{/*padding: 11px;height: 40px;*/}
    .D_products_domestic_pdetail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_domestic_pdetail .web_sidebar .side_bar li a img{width: 24px;}
    .D_products_domestic_pdetail .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_products_domestic_pdetail .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_products_domestic_pdetail .web_sidebar .actGotop a i{width: 55px; line-height: 37px;}
}
@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: 9rem;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: #31bacc ;}
.D_products_domestic_gdetail .Detail .DateBlock .DateCenterLine{background-color: #31bacc ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a{color: #31bacc ;}
.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 #31bacc ; border-bottom-color: #31bacc ;color: #31bacc ;}
.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: #31bacc ; 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: #31bacc ; 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: #31bacc ; border: 1px solid #31bacc ;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: #31bacc ;}
.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: #31bacc ; border-color: #31bacc ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .DateCenterLine, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #31bacc ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #31bacc ;}
.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: #888888;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div::after, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #888888;}
.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 #31bacc ; color: #31bacc ;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: #31bacc ; 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: #31bacc;}
.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: #31bacc;}
.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: 65px;}
    .D_products_domestic_gdetail .web_sidebar .side_bar, 
    .D_products_domestic_molddetail .web_sidebar .side_bar{/*width: 50px;*/padding: 8px 0;}
    .D_products_domestic_gdetail .web_sidebar .side_bar li, 
    .D_products_domestic_molddetail .web_sidebar .side_bar li{/*padding: 11px;*/height: 40px;}
    .D_products_domestic_gdetail .web_sidebar .side_bar li a i, 
    .D_products_domestic_molddetail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_domestic_gdetail .web_sidebar .side_bar li a img, 
    .D_products_domestic_molddetail .web_sidebar .side_bar li a img{width: 24px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop, 
    .D_products_domestic_molddetail .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop a:link, 
    .D_products_domestic_molddetail .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop a i, 
    .D_products_domestic_molddetail .web_sidebar .actGotop a i{width: 55px; line-height: 37px;}
}
@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 #e7f2ff;}
    .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_member_home, .general_home, .group_home{
    background-color: #fcfcfc;
}

/*order*/
.group_home .header{background-color: rgba(1, 1, 1, 0.8);}
.group_home .group_order_width{margin-top: 175px;margin-bottom: 50px;}
.group_home.D_products_signup_list .download_contract{display: none !important;}
@media (max-width:767px) {
    .group_home .group_order_width{margin-top: 140px;}
}

/*member*/
/*body.member_home, 
body.D_member_my_index, 
body.D_member_my_index .member_home{background: #fcfcfc;}
.new_bg .header, 
.non_member .header, 
.member_home .header, 
.D_member_my_index .header{background-color: rgba(1, 1, 1, 0.8);}
.non_member .top_nav ul, 
.new_bg .top_nav ul, 
.member_home .top_nav ul, 
.D_member_my_index .top_nav ul{padding: 0px 15px 2px 5px;}
.new_bg .member-l_box{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}*/
.member_home .signin_width{margin-top: 250px;margin-bottom: 100px;}
.new_bg .width-460,
.member_home .width-460{margin-top: 200px;margin-bottom: 100px;}
.member_home .container.member_width{margin-top: 130px;}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
.member_home .member_width{margin-bottom: 50px;}
@media (min-width:768px) and (max-width:991px) {
    .new_bg .width-460,
    .member_home .width-460, 
    .member_home .signin_width{
        margin-top: 250px;
        margin-bottom: 150px;
    }
}
@media (max-width:767px) {
    .new_bg .width-460, 
    .member_home .signin_width, 
    .member_home .width-460{margin-top: 150px; margin-bottom: 80px;}
    .member_home .container.member_width{
        margin-top: 100px;
    }
}

/*通用商品*/
body.D_commprod_product_list, 
body.D_commprod_buycart_index{background-color: #fcfcfc;}
.D_commprod_product_list .header, 
.D_commprod_product_show .header{background-color: rgba(1, 1, 1, 0.8);}
.D_commprod_product_list .top_nav ul{padding: 0px 15px 2px 5px;}
.D_commprod_product_list .skin_block .item-price .total div, 
.D_commprod_product_list .skin_module .item-price .total div, 
.D_commprod_product_list .skin_list .item-price .total div{font-weight: bold;}
.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: #31bacc;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) {
    .D_commprod_product_show.product-details .SubInside{width: 100px;}
    .D_commprod_product_show.product-details .SubInside-menu-item > a{height: 40px;}
    .D_commprod_product_show.product-details .SubInside-menu-item.share-fixed-btn ul a{width: 40px;height: 40px;}
    .D_commprod_product_show.product-details .Trip-menu > i{display: none;}
    .D_commprod_product_show.product-details .Trip-menu{padding: 5px 10px;margin-bottom: 100px;}
    .D_commprod_product_show.product-details .Trip-menu .Trip-menu-box-item{padding-top: 5px;padding-bottom: 5px;}
    .D_commprod_product_show .Trip-menu .Trip-menu-box-item:nth-last-child(1){padding-top: 5px; padding-bottom: 5px;}
    .D_commprod_product_show.general_home .basic_message, 
    .D_commprod_product_show.general_home .purchase_name{width: 60%;}
    .D_commprod_product_show .web_sidebar .side_box{bottom: 80px;}
    .D_commprod_product_show .web_sidebar .side_bar{/*width: 50px;*/padding: 8px 0;}
    .D_commprod_product_show .web_sidebar .side_bar li{/*padding: 11px;*/height: 40px;}
    .D_commprod_product_show .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_commprod_product_show .web_sidebar .side_bar li a img{width: 24px;}
    .D_commprod_product_show .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_commprod_product_show .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_commprod_product_show .web_sidebar .actGotop a i{width: 55px; line-height: 37px;}
}
@media (max-width:767px) {
    .D_commprod_product_list .search-box .search_listArea > label{display: none;}
    .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%;}
}