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;
}
/*header*/
.row.header{position: fixed;z-index: 99; width: 100%;}
.top_menu .mega-menu > section.menu-list-items{background-color: transparent; display: flex; flex-wrap: wrap; justify-content: space-between;}
.top_menu .mega-menu .menu-logo > li > a{padding: 10px 30px;overflow: hidden;}
.top_menu .mega-menu .menu-logo > li > a:hover{background-color: transparent;}
.top_menu .mega-menu .menu-logo > li > a img{
    position: unset;
    width: auto;
    height: 59px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.top_menu .mega-menu .menu-links{padding-right: 290px;}
.top_menu .mega-menu .menu-links > li{height: 100%;}
.top_menu .mega-menu .menu-links > li:hover{background-color: #005890;}
.top_menu .mega-menu .menu-links > li > a{
    display: flex;
    text-align: center;
    line-height: 1.5;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px;
}
.top_menu .mega-menu .menu-links > li > a img{
    float: none; 
    margin: 0 auto; 
    width: 25px;
}
.top_menu .mega-menu .menu-links > li > a i{
    display: inline-block;
    position: absolute;
    right: 7px;
    bottom: 21px;
    opacity: .8;
    padding: 0;
}
.top_menu .mega-menu .mg-drop-down{box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);}
.top_menu .mega-menu .mg-drop-down::before {
    content: 'YAOFONG TRAVEL';
    display: block;
    position: absolute;
    bottom: -30px;
    color: #f7f7f7;
    font-size: 11.8rem;
    width: 100%;
    text-align: center;
    font-family: serif;
    letter-spacing: 15px;
    line-height: 1;
    z-index: -1;
}
.top_menu .mega-menu .mg-drop-down .megamenu_box{display: flex; flex-wrap: wrap; justify-content: center;position: relative;}
.top_menu .mega-menu .menu-links li .list_box{margin: 15px; padding: 0;}
.top_menu .mega-menu .menu-links li .list_box ul li{margin: 0;}
.top_menu .mega-menu .menu-links li .list_box ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ccc;
}
.top_menu .mega-menu .menu-links li .list_box ul li a p{font-size: 20px; font-weight: bold;transition: .3s;text-align: center;}
.top_menu .mega-menu .menu-links li .list_box ul li a p::before{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 20px;
    background-color: #dfedf6;
    position: absolute;
    left: -8px;
    z-index: -1;
    top: 5px;
}
.top_menu .mega-menu .menu-links li .list_box ul li a:hover p{color: #005890 !important;padding-left: 5px;transition: .3s;}
.top_menu .mega-menu .menu-links li .list_box ul li a:hover p::before{width: 20px;height: 20px;}
.top_menu .mega-menu .menu-links li .list_box a .list_img{width: auto; height: 20px;}
.top_menu .mega-menu .menu-links li .list_box ul li:nth-child(1) a{
    padding: 5px 20px;
    border-bottom: 5px solid #b2cddd;
}
.top_menu .mega-menu .menu-links li .list_box ul li:nth-child(1) a p{font-size: 24px; font-weight: bold; color: #333 !important;}
.top_menu .mega-menu .menu-links li .list_box ul li:nth-child(1) a:hover p{padding-left: 0;}
.top_menu .mega-menu .menu-links li .list_box ul li:nth-child(1) a p::before{display: none;}
.gizle.row.header{background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.gizle .top_menu .mega-menu .menu-logo > li > a img{filter:none;content: url(https://materials.fillo.com.tw/materials/yaofong/images/39580cc1-1786-473d-b353-f7ec47375615.svg);}
.gizle .top_menu .mega-menu .menu-links > li > a{color: #212121 !important;overflow: hidden;}
.gizle .top_menu .mega-menu .menu-links > li:hover > a{color: #ffffff !important;}
.gizle .top_menu .mega-menu .menu-links > li > a img{
    position: relative;
    filter: drop-shadow(#005890 100px 0);
    transform: translateX(-100px);
}
.gizle .top_menu .mega-menu .menu-links > li:hover > a img{filter: drop-shadow(#ffffff 100px 0);}
.member_icon{
    max-width: 300px;
    flex: 0 0 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: end;
    padding-right: 50px;
    z-index: 99;
}
.member_icon p{margin-bottom: 0;}
.member_icon p a{
    border-radius: 100px;
    background: linear-gradient(180deg, #ec63a0, #dd4b8c);
    color: #fff;
    font-size: 22px;
    padding: 8px 0;
    line-height: 1.5;
    display: flex;
    min-width: 175px;
    justify-content: center;
    text-decoration: none;
}
.member_icon p a:hover{background: linear-gradient(180deg, #dd4b8c, #ec63a0);}
.member_icon span[data-rel=memberinfo]{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.5px;
}
.member_icon span[data-rel=memberinfo] .showName{padding: 0 45px 0 10px;position: relative;}
.member_icon span[data-rel=memberinfo] .showName .member-name{font-size: 18px;}
.member_icon span[data-rel=memberinfo] .showName .member-name > i{display: none;}
.member_icon span[data-rel=memberinfo] .showName .member-name .greet{margin-left: 0;}
.member_icon span[data-rel=memberinfo] .showName .SignOut{
    min-width: unset;
    margin-left: 0px;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -10px;
    border-radius: 50px;
    right: -4px;
    border: 1px solid #e45695;
    background: #fff;
    color: #e45695;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
}
@media (max-width:1569px) {
    .top_menu .mega-menu .menu-links{padding-right: 225px;}
    .top_menu .mega-menu .menu-logo > li > a{padding: 15px;}
    .top_menu .mega-menu .menu-links > li > a{padding: 0 15px;}
    .top_menu .mega-menu .menu-links > li > a i.fa-angle-down{right: 0; font-size: 18px; bottom: 23px;}
    .member_icon{padding-right: 30px;  max-width: 235px; flex: 0 0 235px;}
    .member_icon p a{font-size: 20px;}
}
@media (max-width:1389px) {
    .top_menu .mega-menu .menu-links{padding-right: 195px;}
    .top_menu .mega-menu .menu-links > li > a{font-size: 19px;}
    .member_icon p a{min-height: 45px;min-width: 175px;}
    .member_icon span[data-rel=memberinfo]{width: 100%;justify-content: center;}
    .member_icon span[data-rel=memberinfo] .showName{width: 100%;}
    .member_icon span[data-rel=memberinfo] .showName .member-name{font-size: 16px;}
    .member_icon span[data-rel=memberinfo] .showName .SignOut{top: 50%;transform: translate(0px, -50%);}
    .member_icon{max-width: 200px; flex: 0 0 200px;padding-right: 25px;}
}
@media (max-width:1290px) {
    .top_menu .mega-menu .menu-logo > li > a{padding: 15px 10px;}
    .top_menu .mega-menu .menu-logo > li > a img{height: 55px;}
    .top_menu .mega-menu .menu-links > li > a{padding-left: 10px;}
    .top_menu .mega-menu .menu-links > li > a i.fa-angle-down{right: 2px; bottom: 20px;}
}
@media (max-width:1219px) {
    .top_menu .mega-menu .menu-logo > li > a{padding-bottom: 8px;}
    .top_menu .mega-menu > section.menu-list-items{justify-content: center;}
    .top_menu .mega-menu .menu-logo{width: 100%;}
    .top_menu .mega-menu .menu-logo > li{margin: auto; float: none; display: table;}
    .top_menu .mega-menu .menu-links{padding-right: 0;}
    .top_menu .mega-menu .menu-links > li{padding: 8px 0 5px;}
    .top_menu .mega-menu .mg-drop-down{max-height: calc(100vh - 147px);margin-top: 5px; overflow-y: auto;}
    .member_icon{padding-top: 1rem; align-items: flex-start; bottom: unset;}
}
@media (min-width:768px) and (max-width:991px) {
    .top_menu .mega-menu .menu-links li .list_box{margin: 15px 12px;max-width: 15%;}
    .top_menu .mega-menu .menu-links li .list_box ul li:nth-child(1) a{padding: 5px 15px;}
    .top_menu .mega-menu .menu-links li .list_box ul li:nth-child(1) a p{ font-size: 20px;}
    .top_menu .mega-menu .menu-links li .list_box ul li a p{font-size: 18px;}
}
@media (min-width:768px) and (max-width:899px) {
    .top_menu .mega-menu .menu-links li .list_box{max-width: 20%;}
    .top_menu .mega-menu .menu-links > li > a{ font-size: 17px;padding-left: 8px; padding-right: 10px;}
}
@media (max-width:767px){
    .top_menu .mega-menu .menu-logo > li > a{padding: 10px 0 10px 15px;}
    .top_menu .mega-menu .menu-links{background: rgba(0, 67, 110, 0.85);height: calc(-56px + 100vh);max-height: unset !important;padding-top: 1rem;}
    .top_menu .mega-menu .menu-links > li{height: auto;padding: 0;}
    .top_menu .mega-menu .menu-links > li.activeTriggerMobile{background: #005890;}
    .top_menu .mega-menu .menu-links > li > a{flex-flow: unset;justify-content: flex-start;padding: 15px;}
    .top_menu .mega-menu .menu-links > li > a img{margin: 0 5px 0 0;}
    .top_menu .mega-menu .menu-links > li > a i.fa.fa-indicator{line-height: 60px;height: 60px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger, 
    .top_menu .mega-menu .menu-mobile-collapse-trigger:hover{background: none;height: 56px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .top_menu .mega-menu .menu-mobile-collapse-trigger span{height: 1px;width: 35px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger:before{top: 23px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger span{top: 36px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger:after{top: 49px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger.active:before{
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    .top_menu .mega-menu .menu-mobile-collapse-trigger.active:after{
        -webkit-transform: rotate(-41deg);
        -ms-transform: rotate(-41deg);
        transform: rotate(-41deg);
    }
    .gizle .top_menu .mega-menu .menu-links > li > a{color: #fff !important;}
    .gizle .top_menu .mega-menu .menu-links > li > a img, 
    .gizle .top_menu .mega-menu .menu-links > li:hover > a img{transform: unset; filter: unset;}
    .gizle .top_menu .mega-menu .menu-mobile-collapse-trigger:before,
    .gizle .top_menu .mega-menu .menu-mobile-collapse-trigger span,  
    .gizle .top_menu .mega-menu .menu-mobile-collapse-trigger:after{background: #005890;}    
    .member_icon{right: 4rem; max-width: unset; flex: unset; width: auto;padding-top: 19px;}
    .member_icon p a{font-size: 16px; min-width: unset; min-height: auto; padding: 6px 10px;}
    .member_icon span[data-rel=memberinfo]{letter-spacing: 0;}
    .member_icon span[data-rel=memberinfo] .showName{padding: 0 21px 0 0;}
    .member_icon span[data-rel=memberinfo] .showName .member-name{font-size: 15px;}
    .member_icon span[data-rel=memberinfo] .showName .member-name .greet{font-size: 12px;}
    .member_icon span[data-rel=memberinfo] .showName .SignOut{
        font-size: 12px;
        width: 34px;
        height: 32.5px;
        letter-spacing: -0.5px;
        padding: 0 3px;
        right: -12px;
    }
}
@media (max-width:575px) {
    .top_menu .mega-menu .menu-logo > li > a{padding: 8px 0 8px 10px;}
    .top_menu .mega-menu .menu-logo > li > a img{height: 40px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger, 
    .top_menu .mega-menu .menu-mobile-collapse-trigger:hover{width: 56px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger:before { top: 15px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger span { top: 28px; }
    .top_menu .mega-menu .menu-mobile-collapse-trigger:after {top: 41px;}
    .top_menu .mega-menu .menu-mobile-collapse-trigger.active:before{
        transform: rotate(45deg);
        top: 15px;
    }
    .top_menu .mega-menu .menu-mobile-collapse-trigger.active:after{transform: rotate(-45deg);}
    .member_icon{right: 55px; padding-top: 11px;}
}

/*footer*/
.tail_box .footer-wrap{background: none;}
.tail_box .footer-wrap .fnav_wrap{display: none;}
.tail_box .footer-wrap .footer_center{background: none; justify-content: center;padding-bottom: 1rem;padding-top: 35px;}
.tail_box .footer-wrap .company-info{flex: 0 0 100%; max-width: 100%; justify-content: center; display: flex; flex-wrap: wrap;}
.tail_box .footer-wrap .info_box a img{margin: auto; display: block;}
.tail_box .footer-wrap .contact-info{
    background: rgba(255, 255, 255, 0.9);
    margin-top: 7rem !important;
    padding: 1.5rem 3rem;
}
.tail_box .footer-wrap .contact-box{padding: 0 1rem; margin-bottom: 0 !important;position: relative;}
.tail_box .footer-wrap .contact-box + .contact-box::before{
    content: '';
    display: block;
    width: 1px;
    background-color: #7e9db1;
    position: absolute;
    top: 0;
    bottom: 0;left: -15px;
}
.tail_box .footer-wrap .contact-box h2{display: none;}
.tail_box .footer-wrap .contact-box h4{font-size: 17px; color: #000; letter-spacing: 1px; line-height: 1.5; margin: 15px 0;}
.tail_box .footer-wrap .contact-box h4 i{
    text-align: center;
    margin-right: 10px;
    padding: 3px 0px;
    width: 20px;
    font-size: 18px;
}
.tail_box .footer-wrap .contact-box:nth-last-child(1){flex: 1.5;}
.tail_box .footer-wrap .fb-info, 
.tail_box .footer-wrap .footer_sbox{display: none;}
.tail_box .footer-wrap .icon_wrap{background: none;position: unset;}
.tail_box .footer-wrap .icon_wrap ul.footer_bticon{top: 9rem; right: unset; left: 50%; transform: translate(-50%, 0px);}
.tail_box .footer-wrap .icon_wrap ul.footer_bticon li{margin: 0 15px;}
.tail_box .footer-wrap .footer_bticon li i{
    width: 47px;
    height: 47px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tail_box .footer-wrap .footer_bticon li a img{width: 47px;}
@media (min-width:768px) {
    .tail_box .footer-wrap .contact-info{max-width: 720px;flex: 0 0 720px;}
}
@media (min-width:992px) {
    .tail_box .footer-wrap .contact-info{max-width: 960px;flex: 0 0 960px;}
}
@media (min-width:1200px) {
    .tail_box .footer-wrap .contact-info{max-width: calc(100% - 30px);flex: 0 0 calc(100% - 30px);}
}
@media (min-width:1480px) {
    .tail_box .footer-wrap .contact-info{max-width: 1440px;flex: 0 0 1440px;}
}
@media (max-width:1366px) {
    .tail_box .footer-wrap .contact-info{padding: 1.5rem 1rem;}
    .tail_box .footer-wrap .contact-box h4{letter-spacing: 0;}
}
@media (max-width:1199px) {
    .footer-wrap .info_box a{margin: 0; max-width: 100%; flex: 0 0 100%;}
    .footer-wrap .info_box .info-text{max-width: 100%; flex: 0 0 100%;}
    .tail_box .footer-wrap .contact-info{padding: 1rem 1rem; flex-wrap: wrap;}
    .tail_box .footer-wrap .contact-box{flex: 0 0 50%; margin: 0.5rem 0 0.5rem !important;}
    .tail_box .footer-wrap .contact-box:nth-child(3):before{display: none;}
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon{width: auto; position: absolute; top: 7.5rem;}
}
@media (max-width:767px){
    .tail_box .footer-wrap .contact-info{max-width: calc(100% - 20px);flex: 0 0 calc(100% - 20px);padding: 10px 5px;}
    .tail_box .footer-wrap .contact-box{flex: 0 0 100%; margin: 0 !important;}
    .tail_box .footer-wrap .contact-box + .contact-box::before{display: none;}
    .tail_box .footer-wrap .icon_wrap{padding-top: 0;}
}

/*sidebar*/
.web_sidebar .actGotop{right: 0; width: 55px; height: 55px;}
.web_sidebar .actGotop a:link{
    border-radius: 0;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #dd4b8c;
    color: #dd4b8c;
    width: 55px;
    height: 55px;
}
.web_sidebar .actGotop a:link i{
    width: 55px;
    left: 0;
    top: 0px;
    font-size: 45px;
    line-height: 50px;
}

/*slider*/
.slider_box .carousel-inner::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 280px;
    left: 0;
    top: 0;
    z-index: 2;
}
.slider_box .carousel-fade .carousel-item{height: 100vh;}
.slider_box .carousel-fade .carousel-item picture img{height: 100%; object-fit: cover; object-position: center center;}
.slider_box .carousel-control-next, 
.slider_box .carousel-control-prev{width: 10%;align-items: end; bottom: 3.5rem;}
.slider_box .carousel-control-next-icon, 
.slider_box .carousel-control-prev-icon{width: 70px; height: 70px; border-top: 1px solid #fff; background-image: unset !important;}
.slider_box .carousel-control-next-icon{border-right: 1px solid #fff; transform: rotate(45deg);}
.slider_box .carousel-control-prev-icon{border-left: 1px solid #fff; transform: rotate(-45deg);}
.slider_box .carousel-caption{
    left: 0; 
    right: 0; 
    bottom: 0; 
    padding-bottom: 3.5rem; 
    padding-top: 2rem;
    background-color: rgba(0, 67, 110, 0.85);
    min-height: 185px;
}
.slider_box .carousel-caption * { position: relative; z-index: 1;}
.slider_box .bs-carousel .carousel-item h5{font-size: 36px; font-weight: bold; letter-spacing: 1px; text-shadow: none;}
.slider_box .bs-carousel .carousel-item p{font-size: 24px; font-weight: normal; letter-spacing: 1px; text-shadow: none;margin-bottom: 10px;}
.slider_box .carousel-indicators{margin: 0; bottom: 2rem;}
.slider_box .carousel-indicators li{width: 14px; height: 14px; border: none; margin: 0 5px; border-radius: 10px; }
.slider_box .carousel-indicators li.active{background: #dd4b8c;}
@media (max-width:767px) {
    .slider_box .carousel-indicators{bottom: 1rem;}
    .slider_box .carousel-caption{display: block !important;padding: 1.2rem 1rem 2rem;min-height: 127px;}
    .slider_box .bs-carousel .carousel-item h5{font-size: 24px;}
    .slider_box .bs-carousel .carousel-item p{font-size: 18px;}
    .slider_box .carousel-control-next, 
    .slider_box .carousel-control-prev{bottom: 3rem;}
    .slider_box .carousel-control-next{right: 1rem;}
    .slider_box .carousel-control-prev{left: 1rem;}
    .slider_box .carousel-control-next-icon, 
    .slider_box .carousel-control-prev-icon{width: 35px;height: 35px;}
}
@media (max-width:575px) {
    .slider_box .carousel-fade .carousel-item{aspect-ratio: 1 / 1.5; display: block; height: unset;}
    .slider_box .carousel-caption{min-height: 115px;}
    .slider_box .carousel-indicators{bottom: 1rem;}
    .slider_box .bs-carousel .carousel-item h5{font-size: 20px;}
    .slider_box .bs-carousel .carousel-item p {font-size: 16px; margin-bottom: 5px;}
    .slider_box .carousel-control-next, 
    .slider_box .carousel-control-prev{z-index: 9; bottom: 2rem;display: none;}
}

/*search*/
.search_wrap {background: linear-gradient(180deg, #e0e9f1, #ccddea);padding-top: 70px;}
.idx_search_tabs{margin-bottom: -67px; z-index: 5;}
.idx_search_tabs .blk-tabs > ul{ margin: 1.5rem auto 0; border-bottom: 1px solid #dd4b8c;}
.idx_search_tabs .blk-tabs > ul li.nav-item{margin: 0px 10px 0px;}
.idx_search_tabs .blk-tabs > .nav-pills .nav-link{
    color: #000;
    font-size: 18px;
    padding: 8px 15px 7px;
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: -1px;
}
.idx_search_tabs .nav-pills .nav-link.active, 
.idx_search_tabs .nav-pills .show>.nav-link{color: #dd4b8c; background: none; border-color: #dd4b8c #dd4b8c #dbe6f0 #dd4b8c;}
.idx_search_box .group_banner.search_banner .search-area > .container{background: none; border: none; padding: 0;}
.idx_search_box section.group_banner .search-area .search-box{margin-top: 1rem; height: auto;margin-bottom: 20px;}
.idx_search_box section.group_banner .search-area .search-box .select-departure, 
.idx_search_box section.group_banner .search-area .search-box .select-destination, 
.idx_search_box section.group_banner .search-area .search-box .select-date, 
.idx_search_box section.group_banner .search-area .search-box .select-input, 
.idx_search_box section.group_banner .search-area .search-box .select-goal, 
.idx_search_box section.group_banner .search-area .search-box .select-place{background: none; height: auto; padding: 5px;display: table; width: 100%;}
.idx_search_box section.group_banner .search-area .search-box .select-departure .title, 
.idx_search_box section.group_banner .search-area .search-box .select-destination .title, 
.idx_search_box section.group_banner .search-area .search-box .select-goal .title, 
.idx_search_box section.group_banner .search-area .search-box .select-place .title, 
.idx_search_box section.group_banner .search-area .search-box .select-date .title{height: 30px; min-height: 30px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 5px;}
.idx_search_box section.group_banner .search-area .search-box .select-departure .title i, 
.idx_search_box section.group_banner .search-area .search-box .select-destination .title i, 
.idx_search_box .search-area .search-box .select-date .title i, 
.idx_search_box .search-area .search-box .select-place .title i, 
.idx_search_box .search-area .search-box .select-goal .title i{
    color: transparent;
    font-size: 0;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: rgba(0, 88, 144, 0.2);
}
.idx_search_box .data-icon:before{width: auto; height: 0rem; margin: 0;}
.idx_search_box section.group_banner .search-area .search-box .select-departure .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-destination .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-date .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-goal .title h6, 
.idx_search_box section.group_banner .search-area .search-box .select-place .title h6{
    font-size: 19px;
    color: #000;
    letter-spacing: 0px;
    margin-left: -9px;
}
.idx_search_box section.group_banner .leftPark{height: 45px;}
.idx_search_box section.group_banner .area_input{
    border-radius: 0; 
    background-color: #fff; 
    padding: 0 10px; 
    font-size: 16px;
    height: 45px;
    border: 1px solid transparent; 
    background-size: 12px; 
    background-position: 95%;
}
.idx_search_box .search-area .search-box .select-place .select select, 
.idx_search_box .search-area .search-box .select-goal .select select{
    border-radius: 0; 
    background-color: #fff;
    font-size: 16px;
    height: 45px;
    border: 1px solid transparent;
}
.idx_search_box .search-area .search-box .select-date .select{width: 100%;}
.idx_search_box section.group_banner .search-area .search-box .select-date .select input{border-radius: 0; background-color: #fff; padding: 0 10px; font-size: 16px; height: 45px; border: 1px solid transparent; width: calc(50% - 10px);letter-spacing: 0.5px;}
.idx_search_box .search-area .search-box .select-date .select .divide{margin: 22px 0 0; width: 20px; background: #adc8db;}
.idx_search_box section.search_banner .search-area .search-box .select-input .data-icon-search{
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    margin-bottom: 5px;
    color: #000;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.idx_search_box section.search_banner .search-area .search-box .select-input .data-icon-search::before{
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: rgba(0, 88, 144, 0.2);
}
.idx_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: 0.5px;
    margin-left: -8px;
}
.idx_search_box section.group_banner .search-area .search-box .select-input > input{
    border-radius: 0;
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    border: 1px solid transparent;
}
.idx_search_box section.group_banner .search-area .search-box > div:nth-last-child(1){padding-right: 0 !important;}
.idx_search_box section.group_banner .search-area .search-box .search-btn{
    border-radius: 70px;
    background: linear-gradient(180deg, #f4f7fa, #e0e9f1);
    border: 1px solid #005890;
    color: #005890;
    margin-top: 20px;
    height: 65px;
    line-height: 65px;
}
.idx_search_box .search-area .search-box .search-btn h5{margin: 0 5px 0 0; font-weight: bold; font-size: 20px;width: auto;letter-spacing: 0;}
.idx_search_box .search-area .search-box .search-btn i{line-height: 25px;order: unset;}
@media (min-width:576px) {
    .idx_search_tabs .blk-tabs > ul{width:540px;}
}
@media (min-width:768px) {
    .idx_search_tabs .blk-tabs > ul{width:720px;}
}
@media (min-width:992px) {
    .idx_search_tabs .blk-tabs > ul{width:960px;}
}
@media (min-width:1200px) {
    .idx_search_tabs .blk-tabs > ul{width:calc(100% - 30px);}
}
@media (min-width:1480px) {
    .idx_search_tabs .blk-tabs > ul{width:1440px;}
}
@media (max-width:575px) {
    .idx_search_tabs .blk-tabs > ul{width:calc(100% - 30px);}
}
@media (max-width:1199px) {
    .idx_search_out .idx_search_box section.group_banner .search-area .search-box> div:nth-last-child(4), 
    .idx_search_out .idx_search_box section.group_banner .search-area .search-box> div:nth-last-child(3){max-width: 50%;flex: 0 0 50%;}
}
@media (max-width:991px) {
    .idx_search_box section.group_banner .search-area .search-box .select-departure, 
    .idx_search_box section.group_banner .search-area .search-box .select-destination, 
    .idx_search_box section.group_banner .search-area .search-box .select-date, 
    .idx_search_box section.group_banner .search-area .search-box .select-input, 
    .idx_search_box section.group_banner .search-area .search-box .select-goal, 
    .idx_search_box section.group_banner .search-area .search-box .select-place{padding-top: 0;}
    .idx_search_in .idx_search_box section.group_banner .search-area .search-box > div:nth-child(1), 
    .idx_search_in .idx_search_box section.group_banner .search-area .search-box > div:nth-child(2){max-width: 50%;flex: 0 0 50%;}
    .idx_search_in .idx_search_box section.group_banner .search-area .search-box > div:nth-child(3), 
    .idx_search_in .idx_search_box section.group_banner .search-area .search-box > div:nth-child(4), 
    .idx_search_out .idx_search_box section.group_banner .search-area .search-box> div:nth-last-child(4), 
    .idx_search_out .idx_search_box section.group_banner .search-area .search-box> div:nth-last-child(3){max-width: 100%;flex: 0 0 100%;}
}
@media (max-width:767px) {
    .idx_search_tabs .blk-tabs > ul li.nav-item{margin: 0px 1.5rem 0px;}
    .idx_search_in::before, 
    .idx_search_out::before{width: 100%;}
    .idx_search_box section.group_banner.search_banner{width: 100%;}
    .idx_search_box section.group_banner .search-area .search-box .select-input .mic_icon{top: 30px;}
    .idx_search_box section.group_banner .search-area .search-box > div:nth-last-child(1){padding: 0.25rem 15px !important;}
}
@media (max-width:575px) {
    .idx_search_tabs{margin-top: 0;}
    .idx_search_in .idx_search_box section.group_banner .search-area .search-box > div:nth-child(1), 
    .idx_search_in .idx_search_box section.group_banner .search-area .search-box > div:nth-child(2){max-width: 100%;flex: 0 0 100%;}
}

/*block title*/
.block_title{margin-top: 4rem; margin-bottom: 3rem;}
.block_title section.text-link{position: relative; z-index: 1;}
.block_title section.text-link::before {
    content: '';
    display: block;
    width: 205px;
    height: 40px;
    border: 1px solid #ddd;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 10px;
    z-index: -1;
}
.block_title section.text-link h2{
    font-weight: bold;
    display: table;
    margin: 0 auto 0px;
    padding: 0 10px;
    position: relative;
    background: #fff;
}
.block_title div.link-list{background: none; min-height: unset;}
.block_title div.link-list ul{display: table; margin: 0 auto;}
.block_title div.link-list ul li a, 
.block_title div.link-list ul li span{padding: 0 10px; letter-spacing: 0.5px; line-height: 1.5; background: #fff;}
.block_title div.link-list ul li i{float: left;}

/*block tabs*/
.block_tabs .dp-tbl ul.nav li.nav-item{margin: 0 1rem 0.5rem;}
.block_tabs .dp-tbl ul.nav .nav-link{
    border-radius: 0;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #85b0ce;
    padding: 5px 0;
    border-bottom: 3px solid transparent;
}
.block_tabs .dp-tbl ul.nav .nav-link:hover{color: #000;}
.block_tabs .dp-tbl ul.nav .nav-link.active{color: #000;border-color: #005890;background-color: transparent;}
@media (max-width:767px) {
    .block_tabs .dp-tbl ul.nav li.nav-item{margin-left: 10px;margin-right: 10px;}
    .block_tabs .dp-tbl ul.nav .nav-link{font-size: 20px; letter-spacing: 0;}
}

/*recommend*/
.recom_box{margin-top: 1rem; margin-bottom: 1rem;}
.recom_box .mix-wrapper{padding: 15px;}
.recom_box .mix-wrapper > .row{margin-bottom: 3rem;}
.recom_box .pic-content{padding: 0;}
.recom_box .img-mode .img-box{position: relative;}
.recom_box .img-mode .img-box::before{
    content: '';
    display: block;
    width: 5rem;
    height: 35%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.recom_box .img-mode .img-box > a{display: table; width: 100%; height: 515px;}
.recom_box .img-mode .img-box img.img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.recom_box .editor-content{
    padding-right: 12.5%;
    padding-left: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    position: relative;
}
.recom_box .editor-content h3{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    position: relative;
}
.recom_box .editor-content h3::before{
    content: '';
    display: block;
    height: 1px;
    width: 75px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}
.recom_box .editor-content h4{
    font-size: 24px;
    font-weight: bold;
    color: #dd4b8c;
    margin-bottom: 2rem;
}
.recom_box .editor-content p{
    margin: 0;
    background: #fff;
    padding: 2rem 0 7rem 4rem;
    font-size: 20px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: #666;
    margin-left: -8rem;
}
.recom_box .editor-content h6{
    position: absolute;
    right: 25%;
    bottom: 3rem;
}
.recom_box .editor-content h6 a{
    font-size: 22px;
    color: #000;
    border: 1px solid #005890;
    border-radius: 50px;
    padding: 12px 3rem 11px;
    text-decoration: none;
    background: linear-gradient(180deg, #fff 25%, #eee 100%);
    font-family: arial !important;
    letter-spacing: 1px;
    position: relative;
    transition: .3s;
}
.recom_box .editor-content h6 a:hover{
    background: linear-gradient(180deg, #005890 25%, #00436e 100%);
    color: #fff;
    transition: .3s;
}
.recom_box .editor-content h6 a::before{
    content: '\f138';
    display: block;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #005890;
    position: absolute;
    right: calc(100% - 37px);
    font-size: 24px;
    top: 12px;
    transition: .5s;
}
.recom_box .editor-content h6 a:hover::before{
    color: #fff;
    left: unset;
    right: 15px;
    transition: .5s;
}
.recom_box .mix-wrapper > .row:nth-child(even) .img-mode .img-box::before{right: unset; left: 0;}
.recom_box .mix-wrapper > .row:nth-child(even) .editor-content{padding-left: 12.5%; padding-right: 3rem;}
.recom_box .mix-wrapper > .row:nth-child(even) .editor-content p{
    padding: 2rem 4rem 7rem 0;
    margin-left: unset;
    margin-right: -8rem;
    z-index: 1;
}
.recom_box .mix-wrapper > .row:nth-child(even) .editor-content h6{right: -0.5rem; z-index: 1;}
@media (max-width:1199px) {
    .recom_box .editor-content{padding-right: 8%;}
    .recom_box .mix-wrapper > .row:nth-child(even) .editor-content{padding-left: 8%;padding-right:3rem;}
}
@media (max-width:991px) {
    .recom_box .pic-content{order: -1;}
    .recom_box .img-mode .img-box::before{display: none;}
    .recom_box .editor-content{
        padding: 0 20px;
        margin: -3rem 15px 0 15px;
        background: #fff;
        max-width: calc(100% - 30px);
    }
    .recom_box .editor-content p{margin-left: 0;padding: 0;}
    .recom_box .editor-content h6{position: unset; margin: 2rem auto 0rem; display: table;}
    .recom_box .editor-content h6 a{display: table;}
    .recom_box .mix-wrapper > .row:nth-child(even) .editor-content{padding: 0 20px;}
    .recom_box .mix-wrapper > .row:nth-child(even) .editor-content p{margin-right: 0; padding: 0;}
    .recom_box .mix-wrapper > .row:nth-child(even) .editor-content h6{position: unset; margin: 2rem auto 0rem; display: table;}
}
@media (max-width:768px) {
    .recom_box .img-mode .img-box > a{height: auto; aspect-ratio: 1 / 1; display: block;}
    .recom_box .editor-content h3{font-size: 28px;margin-top: 1.7rem;}
    .recom_box .editor-content h4{margin-bottom: 1rem;}
    .recom_box .editor-content h6 a{padding: 12px 2rem 11px;}
    .recom_box .editor-content h6 a::before{position: unset;display: inline-block;margin-right: 8px;}
}

/*photo gallery*/
.photo_gallery_wrap{margin-bottom: 6rem;}
.photo_gallery_wrap .main.row{padding: 6rem 0 4rem;}
.photo_gallery_wrap .main.row::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 12.5%;
    background: linear-gradient(180deg, #e0e9f1 34%, #ccddea 100%);
}
.photo_title{margin-bottom: 0; margin-top: 6rem;max-width: 360px; flex: 0 0 360px;}
.photo_title section.text-link{display: table; margin: 0 0 0 3.5rem;}
.photo_title section.text-link::before{
    content: '';
    display: block;
    width: 205px;
    height: 40px;
    border: 1px solid #fff;
    position: absolute;
    left: -8px;
    bottom: 10px;
    z-index: -1;
    transform: unset;
}
.photo_title section.text-link h2{text-align: left !important;background: #e0e9f1;}
.photo_title div.link-list ul{margin-left: 0;}
.photo_title div.link-list ul li a, 
.photo_title div.link-list ul li span{background: #e0e9f1;}
.photo_title div.link-list ul li:nth-last-child(1){position: absolute; bottom: -7rem;}
.photo_title div.link-list ul li:nth-last-child(1) a, 
.photo_title div.link-list ul li:nth-last-child(1) span{
    font-size: 22px !important;
    color: #000 !important;
    border: 1px solid #005890;
    border-radius: 50px;
    padding: 12px 3rem 11px;
    text-decoration: none;
    background: linear-gradient(180deg, #fff 25%, #eee 100%);
    font-family: arial !important;
    letter-spacing: 1px;
    position: relative;
    line-height: 25px;
    transition: .3s;
}
.photo_title div.link-list ul li:nth-last-child(1) a i, 
.photo_title div.link-list ul li:nth-last-child(1) span i{
    color: #005890;
    position: absolute;
    right: calc(100% - 37px);
    font-size: 24px;
    top: 12px;
    margin: 0;
    transition: .5s;
}
.photo_title div.link-list ul li:nth-last-child(1) a:hover, 
.photo_title div.link-list ul li:nth-last-child(1) span:hover{
    background: linear-gradient(180deg, #005890 25%, #00436e 100%);
    color: #fff !important;
    transition: .3s;
}
.photo_title div.link-list ul li:nth-last-child(1) a:hover i, 
.photo_title div.link-list ul li:nth-last-child(1) span:hover i{
    color: #fff;
    left: unset;
    right: 15px;
    transition: .5s;
}
.photo_gallery_box{max-width: calc(100% - 360px); flex: 0 0 calc(100% - 360px);}
.photo_gallery_box .swiper-slide-style{
    border-radius: 0;
    background: none;
    box-shadow: none;
    filter: drop-shadow(5px 5px 0px rgba(0, 88, 144, 0.15));
    transition: .3s;
}
.photo_gallery_box a.swiper-slide.swiper-slide-style.swiper-slide-active{margin-top: 0;margin-bottom: 60px;transition: .3s;}
.photo_gallery_box .swiper-slide .swiper-img{margin: 0;position: relative;aspect-ratio: 4 / 3; display: block;}
.photo_gallery_box .swiper-slide .swiper-img::before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
}
.photo_gallery_box .swiper-slide .swiper-img::after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 55px;
    right: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
}
.photo_gallery_box .swiper-slide .swiper-img img{
    border-radius: 0;
    filter: brightness(1);
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.photo_gallery_box .swiper-slide:hover .swiper-img img{filter: brightness(0.7);transition: .3s;}
.photo_gallery_box .swiper-slide .swiper-content{
    display: table;
    width: calc(100% - 50px);
    margin: -25px 25px 0;
    max-width: unset;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-line-clamp: unset;
    overflow: unset;
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.photo_gallery_box .swiper-slide:hover .swiper-content{color: #005890;}
.photo_gallery_box .swiper-slide .swiper-content span{
    width: 100%;
    display: table;
    text-align: center;
    color: #f28cb9;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.photo_gallery_box .swiper-button-prev.swiper-button-white {
    width: 35px;
    height: 35px;
    border-top: 1px solid #dd4b8c;
    border-left: 1px solid #dd4b8c;
    opacity: 1;
    transform: rotate(-45deg);
    left: -8rem;
    bottom: 2rem;
    top: unset;
}
.photo_gallery_box .swiper-button-next.swiper-button-white{
    width: 35px;
    height: 35px;
    border-top: 1px solid #dd4b8c;
    border-right: 1px solid #dd4b8c;
    opacity: 1;
    transform: rotate(45deg);
    left: -5rem;
    bottom: 2rem;
    top: unset;
}
.photo_gallery_box .swiper-button-prev.swiper-button-white::after, 
.photo_gallery_box .swiper-button-next.swiper-button-white::after{background: none; font-size: 0;}
@media (max-width:1199px) {
    .photo_gallery_wrap .main.row{padding: 4rem 0 2rem;}
    .photo_title{margin-top: 4rem;}
    .photo_gallery_box .swiper-button-next.swiper-button-white, 
    .photo_gallery_box .swiper-button-prev.swiper-button-white{width: 30px;height: 30px;}
    .photo_gallery_box .swiper-button-next.swiper-button-white{left: -4rem;}
    .photo_gallery_box .swiper-button-prev.swiper-button-white{left: -6rem;}
    .photo_gallery_box .swiper-slide .swiper-img::before, 
    .photo_gallery_box .swiper-slide .swiper-img::after{width: 50px;height: 50px;}
    .photo_gallery_box .swiper-slide .swiper-img::before{top: 15px; left: 15px;}
    .photo_gallery_box .swiper-slide .swiper-img::after{bottom: 35px; right: 15px;}
    .photo_gallery_box .swiper-slide .swiper-content{width: calc(100% - 30px); margin: -20px 15px 0;padding: 10px 15px;font-size: 18px;}
    .photo_gallery_box .swiper-slide .swiper-content span{font-size: 15px;}
}
@media (max-width:767px) {
    .photo_gallery_wrap{margin-bottom: 4rem;}
    .photo_gallery_wrap .main.row{padding-top: 0;}
    .photo_gallery_wrap .main.row::before{right: 30px;}
    .photo_title{max-width: 100%; flex: 0 0 100%; margin-bottom: 2rem;}
    .photo_title div.link-list ul li:nth-last-child(1){left: calc(100vw - 270px); bottom: 1rem;}
    .photo_gallery_box{padding-left: 2rem; flex: 0 0 100%; max-width: 100%;}
    .photo_gallery_box .swiper-container{padding-bottom: 1.5rem;}
    .photo_gallery_box .swiper-button-next.swiper-button-white, 
    .photo_gallery_box .swiper-button-prev.swiper-button-white{bottom: 0;}
    .photo_gallery_box .swiper-button-next.swiper-button-white {left: 6rem;}
    .photo_gallery_box .swiper-button-prev.swiper-button-white {left: 2rem;}
}
@media (max-width:430px) {
    .photo_title .text-container > .module{padding-bottom: 5rem;}
    .photo_title div.link-list ul li:nth-last-child(1){bottom: -4.5rem; left: 0;}
}

/*featured tour*/
.featured_title::before{
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
    z-index: 2;
}
.featured_title .bgfixed > div{
    background: rgba(0, 0, 0, 0.1);
}
.featured_title .bgfixed > div section{
    display: table;
    margin: auto;
    margin-top: 10rem;
    text-align: center;
}
.featured_title .bgfixed > div section h2{
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}
.featured_title .bgfixed > div section p{
    font-size: 24px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-family: arial !important;
    letter-spacing: 1px;
}
.featured_tabs{
    background-color: rgba(0, 67, 110, 0.85);
    margin-top: -75px;
}
.featured_tabs .blk-tabs ul.nav .nav-item{
    position: relative;
}
.featured_tabs .blk-tabs ul.nav .nav-item +.nav-item::before{
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
}
.featured_tabs .blk-tabs ul.nav .nav-item .nav-link {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 15px 5rem;
    border-radius: 0;
    background: none;
    position: relative;
}
.featured_tabs .blk-tabs ul.nav .nav-item .nav-link.active::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #00446e transparent transparent transparent;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -18px;
    z-index: 1;
}
.featured_tabs_n .blk-tabs ul.nav{
    padding: 2.5rem 0 1.5rem;
    max-width: 960px;
    margin: auto;
}
.featured_tabs_n .blk-tabs ul.nav .nav-item{
    margin: 10px 16px;
}
.featured_tabs_n .blk-tabs ul.nav .nav-item .nav-link {
    font-size: 20px;
    color: #005890;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 6px 18px;
    line-height: 1.3;
}
.featured_tabs_n .blk-tabs ul.nav .nav-item .nav-link:hover, 
.featured_tabs_n .blk-tabs ul.nav .nav-item .nav-link.active{
    color: #fff;
    background: #005890;
}
.featured_box {
    margin: 4rem 0;
}
.featured_box .falls-container .grid::after{
    content: '';
    display: block;
    width: 1px;
    background: #000;
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: 50%;
} 
.featured_box .falls-container .grid a.grid-item{
    padding: 0;
    border: 3px solid #005890;
    border-radius: 16px;
    background: #f1f5f8;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5.7rem;
    transition: .2s;
}
.featured_box .falls-container .grid a.grid-item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.featured_box .falls-container .grid a.grid-item:nth-child(odd){
    max-width: calc(50% - 3.5rem);
    margin-right: 3.5rem;
    margin-bottom: 5rem;
}
.featured_box .falls-container .grid a.grid-item:nth-child(odd)::before{
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffb2d4, #ea7aac);
    position: absolute;
    top: 1rem;
    right: calc(-3.5rem - 13px);
    z-index: 5;
}
.featured_box .falls-container .grid a.grid-item:nth-child(odd)::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 11px;
    border-color: transparent transparent transparent #005990;
    position: absolute;
    top: 15px;
    right: -14px;
}
.featured_box .falls-container .grid a.grid-item:nth-child(even){
    max-width: calc(50% - 3.5rem);
    margin-left: 3.5rem;
    margin-top: 8rem !important;
}
.featured_box .falls-container .grid a.grid-item:nth-child(even)::before{
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffb2d4, #ea7aac);
    position: absolute;
    top: 1rem;
    left: calc(-3.5rem - 12px);
    z-index: 5;
}
.featured_box .falls-container .grid a.grid-item:nth-child(even)::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 11px 9.5px 0;
    border-color: transparent #005990 transparent transparent;
    position: absolute;
    top: 15px;
    left: -14px;
}
.featured_box .falls-container .grid a.grid-item > img{
    margin-top: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 0;
    filter: brightness(1);
    transition: .2s;
}
.featured_box .falls-container .grid a.grid-item:hover > img{
    filter: brightness(0.7);
    transition: .2s;
}
.featured_box .falls-container .grid a.grid-item h3{
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 1rem;
    order: 1;
    margin-top: 1.1rem;
    letter-spacing: 0.5px;
}
.featured_box .falls-container .grid a.grid-item h4{
    margin-bottom: 0;
    background: #005890;
    color: #fff;
    font-size: 28px;
    font-family: arial !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 1rem;
    margin-top: -26px;
    position: relative;
}
.featured_box .falls-container .grid a.grid-item h5, 
.featured_box .falls-container .grid a.grid-item p{
    order: 1;
    padding: 0 20px;
    letter-spacing: 0.5px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 16px;
}
.featured_box .falls-container .grid a.grid-item h6{
    order: 1;
    font-size: 22px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    font-family: arial !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 88, 144);
    border-image: initial;
    border-radius: 50px;
    padding: 11px 2rem 8px;
    text-decoration: none;
    background: linear-gradient(rgb(255, 255, 255) 25%, rgb(238, 238, 238) 100%);
    transition: 0.3s;
    position: absolute;
    right: 20px;
    bottom: 1rem;
}
.featured_box .falls-container .grid a.grid-item h6:hover{
    background: linear-gradient(180deg, #005890 25%, #00436e 100%);
    color: #fff;
    transition: .3s;
}
.featured_box .falls-container .grid a.grid-item h6::before{
    content: '\f138';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 22px;
    color: #005890;
    margin-right: 10px;
}
.featured_box .falls-container .grid a.grid-item h6:hover::before{
    color: #fff;
}
@media (max-width:991px) {
    .featured_tabs .blk-tabs ul.nav .nav-item .nav-link{
        padding: 15px 2rem;
    }
    .featured_tabs_n .blk-tabs ul.nav{
        max-width: 100%;
    }
    .featured_box .falls-container .grid a.grid-item:nth-child(odd), 
    .featured_box .falls-container .grid a.grid-item:nth-child(even){
        padding-bottom: 3.5rem;
    }
    .featured_box .falls-container .grid a.grid-item h4{
        font-size: 24px;
        margin-top: -20px;
    }
    .featured_box .falls-container .grid a.grid-item h3{
        font-size: 24px;
        padding: 0 15px;
        margin-top: 1rem;
    }
    .featured_box .falls-container .grid a.grid-item h5, 
    .featured_box .falls-container .grid a.grid-item p{
        padding: 0 15px;
    }
    .featured_box .falls-container .grid a.grid-item h6{
        font-size: 18px;
        padding: 8px 1.2rem 5px;
        bottom: 0.5rem;
    }
    .featured_box .falls-container .grid a.grid-item h6::before{
        font-size: 18px;
        margin-right: 5px;
    }
}
@media (max-width:767px) {
    .featured_title .bgfixed, 
    .featured_title .bgfixed > div {
        min-height: 350px !important;
    }
    .featured_title .bgfixed > div section{
        margin-top: 5rem;
    }
    .featured_tabs_n .blk-tabs ul.nav{
        padding-top: 2rem;
    }
    .featured_tabs_n .blk-tabs ul.nav .nav-item{
        margin: 8px;
    }
    .featured_tabs_n .blk-tabs ul.nav .nav-item .nav-link{
        font-size: 18px;
        padding: 5px 12px;
    }
    .featured_box{
        margin: 3rem 0;
    }
    .featured_box .falls-container .grid{
        padding-bottom: 30px;
    }
    .featured_box .falls-container .grid::after{
        left: 1rem;
    }
    .featured_box .falls-container .grid a.grid-item:nth-child(odd), 
    .featured_box .falls-container .grid a.grid-item:nth-child(even) {
        padding-bottom: 3rem;
        max-width: calc(100% - 3.5rem);
        margin-left: 3.5rem;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem !important;
        margin-right: 0;
    }
    .featured_box .falls-container .grid a.grid-item:nth-child(odd)::before{
        left: calc(-3.5rem + 3px);
        right: unset;
    }
    .featured_box .falls-container .grid a.grid-item:nth-child(odd)::after{
        left: -14px;
        right: unset;
        transform: rotate(180deg);
    }
    .featured_box .falls-container .grid a.grid-item:nth-child(even)::before{
        left: calc(-3.5rem + 3px);
    }
}
@media (max-width:575px) {
    .featured_box .falls-container .grid a.grid-item h4, 
    .featured_box .falls-container .grid a.grid-item h3{
        font-size: 20px;
    }
    .featured_box .falls-container .grid a.grid-item h6{
        font-size: 16px;
    }
}

/*photography*/
.photography_title::before{
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
    z-index: 2;
}
.photography_title .bgfixed > div{
    background: rgba(0, 0, 0, 0.1);
}
.photography_title .bgfixed > div section{
    display: table;
    margin: auto;
    margin-top: 10rem;
    text-align: center;
}
.photography_title .bgfixed > div section h2{
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}
.photography_title .bgfixed > div section p{
    font-size: 24px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-family: arial !important;
    letter-spacing: 1px;
}
.photography_tabs{
    background-color: rgba(0, 67, 110, 0.85);
    margin-top: -75px;
}
.photography_tabs .blk-tabs ul.nav .nav-item{
    position: relative;
}
.photography_tabs .blk-tabs ul.nav .nav-item +.nav-item::before{
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
}
.photography_tabs .blk-tabs ul.nav .nav-item .nav-link {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 15px 5rem;
    border-radius: 0;
    background: none;
    position: relative;
}
.photography_tabs .blk-tabs ul.nav .nav-item .nav-link.active::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #00446e transparent transparent transparent;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -18px;
    z-index: 1;
}
.photography_box {
    margin: 3rem 0 5rem;
}
.photography_box .hover-wall .icon_info{
    background: #f1f5f8;
    box-shadow: 5px 5px 0 rgba(0, 88, 144, 0.3);
    border-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
    margin-bottom: 1rem;
}
.photography_box .hover-wall .icon_info:hover{
    bottom: 0;
    box-shadow: 5px 5px 0 rgba(0, 88, 144, 0.3);
}
.photography_box .hover-wall .icon_info a{
    display: flex;
    flex-wrap: wrap;
}
.photography_box .hover-wall .icon_info figure {
    margin-bottom: 0;
}
.photography_box .hover-wall .icon_info figure .overlay i, 
.photography_box .hover-wall .icon_info:hover figure .overlay i{
    font-size: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1px 15px;
}
.photography_box .hover-wall .icon_info figure .overlay i::before{
    content: 'MORE';
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.photography_box .hover-wall .icon_info h3{
    order: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0px 16px 0px 48px;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.35;
    letter-spacing: 0.5px;
    position: relative;
}
.photography_box .hover-wall .icon_info h3::before{
    content: '\f105';
    display: flex;
    font: normal normal normal 14px / 1 FontAwesome;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #dd4b8c;
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 16px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.photography_box .hover-wall .icon_info h4{
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    background: #005890;
    padding: 8px 20px;
    margin-bottom: 0;
    margin-top: -44px;
    position: relative;
}
@media (max-width:1439px) {
    .photography_box{
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width:1279px) {
    .photography_box .hover-wall .icon_info h3{
        font-size: 21px;
    }
}
@media (max-width:991px) {
    .photography_box{
        flex: 0 0 95%;
        max-width: 95%;
    }
    .photography_box .hover-wall .icon_info h3{
        padding: 0px 10px 0px 38px;
    }
    .photography_box .hover-wall .icon_info h3::before{
        left: 10px;
    }
}
@media (max-width:767px) {
    .photography_title .bgfixed, 
    .photography_title .bgfixed > div {
        min-height: 350px !important;
    }
    .photography_title .bgfixed > div section{
        margin-top: 5rem;
    }
    .photography_tabs{
        margin-top: -62px;
    }
    .photography_tabs .blk-tabs ul.nav .nav-item .nav-link{
        font-size: 28px;
        padding: 10px 30px;
    }
    .photography_box {
        margin: 1.5rem 0 2rem;
    }
}

/*photography detail*/
.photography_dtit_wrap::before{
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
    z-index: 2;
}
.photography_dtit_wrap .main.row{
    min-height: 515px;
    position: relative;
    align-content: center;
}
.photography_dtit_wrap .main.row::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
}
.photography_dtitle{
    margin-top: 10rem;
}
.photography_dtitle .header-title{
    display: table;
    margin: 0 auto 1.5rem;
    color: #fff;
    padding: 0 1.5rem;
    line-height: 1.5;
    font-size: 1.5rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.photography_dtitle section.text-link h2{
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.photography_dtitle div.link-list{
    min-height: auto;
    display: table;
    margin: 1.5rem auto 0;
    border-radius: 50px;
    border: 1px solid #005890;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.photography_dtitle div.link-list ul li a, 
.photography_dtitle div.link-list ul li span{
    font-family: arial !important;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 50px;
}
.photography_dbox {
    margin: 5rem 0;
}
.photography_dbox .fancybox-wrapper a[data-fancybox]{
    border-radius: 8px;
    overflow: hidden;
    background: #005890;
    position: relative;
}
.photography_dbox .fancybox-wrapper a[data-fancybox]::before{
    content: '\f00e';
    display: block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: .2s;
}
.photography_dbox .fancybox-wrapper a[data-fancybox]:hover::before{
    opacity: 1;
    transition: .2s;
}
.photography_dbox .fancybox-wrapper a[data-fancybox] > img{
    opacity: 1;
    transition: .2s;
}
.photography_dbox .fancybox-wrapper a[data-fancybox]:hover > img{
    opacity: .4;
    transition: .2s;
}
.photography_dbox .fancybox-wrapper figure.position-bottom > .content-bottom{
    font-size: 20px;
    text-align: center;
    padding-top: 1.25rem;
    position: relative;
}
.photography_dbox .fancybox-wrapper figure.position-bottom > .content-bottom::before{
    content: '';
    display: block;
    width: 1px;
    height: 1rem;
    background-color: #005890;
    position: absolute;
    top: 0;
    left: 50%;
}
@media (max-width:1439px) {
    .photography_dbox{
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width:991px) {
    .photography_dbox{
        flex: 0 0 95%;
        max-width: 95%;
    }
}
@media (max-width:575px) {
    .photography_dbox{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*diy*/
/*表單*/
body.D_customformfront_main{background-color: #fff;}
body.D_customformfront_main .row.header::after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 220px;
    left: 0;
    top: 0;
    z-index: 2;
}
body.D_customformfront_main .gizle.row.header::after{display: none;}
.D_customformfront_main input::placeholder {color:#cccccc !important;  font-size: 13px;}
.D_customformfront_main .web-page-frame.lock{background: transparent;}
.D_customformfront_main section.group_table.contact {padding-top: 250px;margin-bottom: 100px;}
.D_customformfront_main section.group_table.contact .trip_title {padding: 55px 40px 55px;margin: 0;}
.D_customformfront_main section.group_table.contact .container {
    width: 100%;
    max-width: 1080px;
    padding: 0;
    background: rgba(0, 67, 110, 0.8);
}
.D_customformfront_main section.group_table.contact:before {background-repeat: no-repeat; background-size: cover;background-image: url(https://materials.fillo.com.tw/materials/yaofong/images/68e7d989-89c4-4ba7-9fb0-4b2bf3d58c14.jpg);background-position: top;height: 700px;}
.D_customformfront_main section.group_table.contact .container .trip_title article h2 {
    line-height: 1;
    display: table;
    margin: 0 auto;
    padding: 0 2rem 0.5rem;
    letter-spacing: 0.1rem;
    position: relative;
    font-size: 30px;
    color: #fff;
}
.D_customformfront_main section.group_table.contact>.container>h2,
.D_customformfront_main section.group_table.contact>.container>h4{ display: none;}
.D_customformfront_main section.group_table.contact .trip_title article{position: relative;}
.D_customformfront_main section.group_table.contact .trip_title article h3 {
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 200;
    letter-spacing: 0.09rem;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.D_customformfront_main section.group_table.contact .trip_title article h4{
    line-height: 1.7rem;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #eee;
    text-align: center;
}
.D_customformfront_main section.group_table.contact .trip_title article p {
    position: absolute;
    right: -15px;
    bottom: -40px;
    font-size: 14px;
    color: #ddd;
}
.D_customformfront_main section.group_table.contact .trip_title article p span{color: #dd4b8c;}
.D_customformfront_main section.group_table.contact .trip_title h5 { margin-top: 0;}
.D_customformfront_main section.group_table.contact .form-row {
    background: #f5f5f5;
    margin: 0;
    padding: 50px 45px 0;
}
.D_customformfront_main section.group_table.contact .form-row:last-child {padding: 33px 45px 50px;}
.D_customformfront_main .contact .contac_form .form-row .form-group{ margin-bottom: 32px;}
.D_customformfront_main .contact .contac_form .form-row .form-group:nth-child(1){padding-left: 15px;}
.D_customformfront_main .contact .contac_form label {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}
.D_customformfront_main .contact .text_blue { color: #dd4b8c;}
.D_customformfront_main .contact .fa-calendar {
    position: absolute;
    margin-top: -28px;
    right: 10px;
    color: #dd4b8c;
}
.D_customformfront_main .contact .contac_form input {
    height: 40px;
    border: 0;
    margin: 0 auto;
    padding: 0.3rem 0.5rem;
    font-size: 13px;
}
.D_customformfront_main .contact select.form-control{
    margin: 0 auto;
    padding: 2px;
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    color: #666666;
    border: 0;
}
.D_customformfront_main .contact select.form-control:not([size]):not([multiple]) { height: 40px;}
.D_customformfront_main .contact div[data-type="CBX"] .form-check{
    height: 20px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}
.D_customformfront_main .contact div[data-type="CBX"] .form-check > label{font-size: 16px;margin: 0 16px 0px 8px;}
.D_customformfront_main .form-check .customcheck input:checked ~ .checkmark{background-color: #005890;}
.D_customformfront_main .contact div[data-type="RDO"] .form-check.radio_style {height: 20px; margin: 0; margin-bottom: 10px; padding-left: 0;}
.D_customformfront_main .contact div[data-type="RDO"] .form-check.radio_style > label{font-size: 16px;margin: 0 16px 0px 0px;}
.D_customformfront_main .radio_style [type="radio"]:checked + label:after{background: #005890;}
.D_customformfront_main .contact textarea.form-control {
    margin: 0 auto;
    border:0;
    border-radius: 0;
    height: 150px;
} 
.D_customformfront_main .contact .form-row button{
    position: relative;
    font-size: 20px;
    margin: 0 !important;
    padding: 10px 35px 10px 25px;
    text-align: left;
    width: 180px;
    border-radius: 0;
    background: linear-gradient(180deg, #ec63a0, #dd4b8c);
    border: 1px solid #dd4b8c;
    outline: none;
    border-radius: 50px;
}
.D_customformfront_main .contact .form-row button:hover{background: linear-gradient(180deg, #dd4b8c, #ec63a0);}
.D_customformfront_main .contact .form-row button.btn-primary:not(:disabled):not(.disabled):active,
.D_customformfront_main .contact .form-row button.btn-primary:not(:disabled):not(.disabled).active, 
.D_customformfront_main .show > .btn-primary.dropdown-toggle{
    color: #fff;
    background: #dd4b8c;
    border: 1px solid #dd4b8c;
}
.D_customformfront_main .contact .form-row button::before {
    content: "";
    background: #ffffff;
    width: 40px;
    height: 1px;
    position: absolute;
    right: 20px;
    top: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.D_customformfront_main .contact .form-row button:hover::before {width: 25px;}
.D_customformfront_main .contact .form-row button::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
}
.D_customformfront_main .datepicker-days .table-condensed thead {color: #43959b;}
.D_customformfront_main .datepicker-days .table-condensed thead tr {border-bottom: 1px solid #005890;}
.D_customformfront_main .datepicker-days .table-condensed .day.active {background: #dd4b8c; border-radius: 15px;}
.D_customformfront_main .datepicker table tr td.today{ background: #e4e6be;}
.D_customformfront_main .datepicker table tr td span.active.active, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active, 
.D_customformfront_main .datepicker table tr td span.active:active, 
.D_customformfront_main .datepicker table tr td span.active:hover.active, 
.D_customformfront_main .datepicker table tr td span.active:hover:active{
    background: #e4e6be;
    border-color: #e4e6be;
    color: #005890;
    text-shadow: 0 0 black;
}
.D_customformfront_main .datepicker table tr td span.active.active.focus, 
.D_customformfront_main .datepicker table tr td span.active.active:focus, 
.D_customformfront_main .datepicker table tr td span.active.active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active:hover, 
.D_customformfront_main .datepicker table tr td span.active:active.focus, 
.D_customformfront_main .datepicker table tr td span.active:active:focus, 
.D_customformfront_main .datepicker table tr td span.active:active:hover, 
.D_customformfront_main .datepicker table tr td span.active:hover.active.focus, 
.D_customformfront_main .datepicker table tr td span.active:hover.active:focus, 
.D_customformfront_main .datepicker table tr td span.active:hover.active:hover, 
.D_customformfront_main .datepicker table tr td span.active:hover:active.focus, 
.D_customformfront_main .datepicker table tr td span.active:hover:active:focus, 
.D_customformfront_main .datepicker table tr td span.active:hover:active:hover {
    color: #fff;
    background-color:#005890;
    border-color: #005890;
}
.D_customformfront_main .datepicker table tr td.active.active.focus, 
.D_customformfront_main .datepicker table tr td.active.active:focus, 
.D_customformfront_main .datepicker table tr td.active.active:hover, 
.D_customformfront_main .datepicker table tr td.active.highlighted.active.focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted.active:focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted.active:hover, 
.D_customformfront_main .datepicker table tr td.active.highlighted:active.focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted:active:focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted:active:hover, 
.D_customformfront_main .datepicker table tr td.active:active.focus, 
.D_customformfront_main .datepicker table tr td.active:active:focus, 
.D_customformfront_main .datepicker table tr td.active:active:hover{
    color: #fff;
    background-color:#005890;
    border-color: #005890;
}
.D_customformfront_main .datepicker table tr td.today:hover, 
.D_customformfront_main .datepicker table tr td.today:hover:hover{ background-color:#005890; color: #fff;}
@media (max-width: 1199px) {
    .D_customformfront_main section.group_table.contact .container {width: 90%;}
}
@media (max-width: 991px) {
    .D_customformfront_main section.group_table.contact .trip_title {padding: 40px 30px 50px; }
}
@media (max-width: 767px) {
    body.D_customformfront_main .row.header::after{height: 150px;}
    .D_customformfront_main section.group_table.contact:before{height: 450px;}
    .D_customformfront_main section.group_table.contact .form-row{padding: 36px 15px 0;}
    .D_customformfront_main .contact .contac_form input,
    .D_customformfront_main .contact select.form-control,
    .D_customformfront_main .contact textarea.form-control{}
    .D_customformfront_main .contact .contac_form label{/*padding-left: 0px; */}
    .D_customformfront_main .contact .contac_form .form-row .form-group{margin-bottom: 24px;}
    .D_customformfront_main .contact div[data-type="TTL"] .form-title{font-size: 21px;padding: 8px 0 6px;}
    .D_customformfront_main .contact div#field_15[data-type="CBX"]{margin-bottom: 10px;}
    .D_customformfront_main .contact div#field_16[data-type="RDO"]{margin-bottom: 10px;}
}
@media (max-width: 575px) {
    .D_customformfront_main section.group_table.contact {padding-top: 130px; }
    .D_customformfront_main section.group_table.contact .trip_title {padding: 40px 30px 45px;}
    .D_customformfront_main .contact .contac_form .form-row .form-group { flex: 0 0 100%; max-width: 100%; }
    .D_customformfront_main section.group_table.contact .container .trip_title article h2{font-size: 24px !important;}
    .D_customformfront_main section.group_table.contact .trip_title article h3{margin-bottom: 10px;font-size: 18px !important;}
    .D_customformfront_main section.group_table.contact .trip_title article h4{line-height: 1.4rem;font-size: 15px !important;}
    .D_customformfront_main section.group_table.contact .trip_title article p { right: 0px; font-size: 13px !important;}
    .D_customformfront_main section.group_table.contact .form-row:last-child {padding: 20px 45px 30px; }
}

/*公版*/
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;}
.WinChrome .row.header, 
.D_products_group_detail .row.header, 
.D_products_domestic_search .row.header, 
.D_products_domestic_gdetail .row.header, 
.D_products_domestic_molddetail .row.header, 
.group_home .row.header, 
.member_home .row.header, 
.D_commprod_product_list .row.header,
.D_commprod_product_show .row.header, 
.general_home .row.header, 
.new_bg .row.header, 
.D_member_my_index .row.header, 
.D_order_contact_detail .row.header{background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.WinChrome .top_menu .mega-menu .menu-logo > li > a img, 
.D_products_group_detail .top_menu .mega-menu .menu-logo > li > a img, 
.D_products_domestic_search .top_menu .mega-menu .menu-logo > li > a img, 
.D_products_domestic_gdetail .top_menu .mega-menu .menu-logo > li > a img, 
.D_products_domestic_molddetail .top_menu .mega-menu .menu-logo > li > a img, 
.group_home .top_menu .mega-menu .menu-logo > li > a img, 
.member_home .top_menu .mega-menu .menu-logo > li > a img, 
.D_commprod_product_list .top_menu .mega-menu .menu-logo > li > a img,
.D_commprod_product_show .top_menu .mega-menu .menu-logo > li > a img, 
.general_home .top_menu .mega-menu .menu-logo > li > a img, 
.new_bg .top_menu .mega-menu .menu-logo > li > a img, 
.D_member_my_index .top_menu .mega-menu .menu-logo > li > a img, 
.D_order_contact_detail .top_menu .mega-menu .menu-logo > li > a img{filter: drop-shadow(#000000 300px 0); transform: translateX(-300px);}
.WinChrome .top_menu .mega-menu .menu-links > li > a, 
.D_products_group_detail .top_menu .mega-menu .menu-links > li > a, 
.D_products_domestic_search .top_menu .mega-menu .menu-links > li > a, 
.D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li > a, 
.D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li > a, 
.group_home .top_menu .mega-menu .menu-links > li > a, 
.member_home .top_menu .mega-menu .menu-links > li > a, 
.D_commprod_product_list .top_menu .mega-menu .menu-links > li > a,
.D_commprod_product_show .top_menu .mega-menu .menu-links > li > a, 
.general_home .top_menu .mega-menu .menu-links > li > a, 
.new_bg .top_menu .mega-menu .menu-links > li > a, 
.D_member_my_index .top_menu .mega-menu .menu-links > li > a, 
.D_order_contact_detail .top_menu .mega-menu .menu-links > li > a{color: #212121 !important;overflow: hidden;}
.WinChrome .top_menu .mega-menu .menu-links > li:hover > a, 
.D_products_group_detail .top_menu .mega-menu .menu-links > li:hover > a, 
.D_products_domestic_search .top_menu .mega-menu .menu-links > li:hover > a, 
.D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li:hover > a, 
.D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li:hover > a, 
.group_home .top_menu .mega-menu .menu-links > li:hover > a, 
.member_home .top_menu .mega-menu .menu-links > li:hover > a, 
.D_commprod_product_list .top_menu .mega-menu .menu-links > li:hover > a,
.D_commprod_product_show .top_menu .mega-menu .menu-links > li:hover > a, 
.general_home .top_menu .mega-menu .menu-links > li:hover > a, 
.new_bg .top_menu .mega-menu .menu-links > li:hover > a, 
.D_member_my_index .top_menu .mega-menu .menu-links > li:hover > a, 
.D_order_contact_detail .top_menu .mega-menu .menu-links > li:hover > a{color: #ffffff !important;}
.WinChrome .top_menu .mega-menu .menu-links > li > a img, 
.D_products_group_detail .top_menu .mega-menu .menu-links > li > a img, 
.D_products_domestic_search .top_menu .mega-menu .menu-links > li > a img, 
.D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li > a img, 
.D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li > a img, 
.group_home .top_menu .mega-menu .menu-links > li > a img, 
.member_home .top_menu .mega-menu .menu-links > li > a img, 
.D_commprod_product_list .top_menu .mega-menu .menu-links > li > a img,
.D_commprod_product_show .top_menu .mega-menu .menu-links > li > a img, 
.general_home .top_menu .mega-menu .menu-links > li > a img, 
.new_bg .top_menu .mega-menu .menu-links > li > a img, 
.D_member_my_index .top_menu .mega-menu .menu-links > li > a img, 
.D_order_contact_detail .top_menu .mega-menu .menu-links > li > a img{
    position: relative;
    filter: drop-shadow(#005890 100px 0);
    transform: translateX(-100px);
}
.WinChrome .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_products_group_detail .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_products_domestic_search .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li:hover > a img, 
.group_home .top_menu .mega-menu .menu-links > li:hover > a img, 
.member_home .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_commprod_product_list .top_menu .mega-menu .menu-links > li:hover > a img,
.D_commprod_product_show .top_menu .mega-menu .menu-links > li:hover > a img, 
.general_home .top_menu .mega-menu .menu-links > li:hover > a img, 
.new_bg .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_member_my_index .top_menu .mega-menu .menu-links > li:hover > a img, 
.D_order_contact_detail .top_menu .mega-menu .menu-links > li:hover > a img{filter: drop-shadow(#ffffff 100px 0);}
@media (max-width:767px) {
    .WinChrome .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .WinChrome .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .WinChrome .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_products_group_detail .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_products_group_detail .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_products_group_detail .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_products_domestic_search .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_products_domestic_search .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_products_domestic_search .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_products_domestic_gdetail .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_products_domestic_gdetail .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_products_domestic_gdetail .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_products_domestic_molddetail .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_products_domestic_molddetail .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_products_domestic_molddetail .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .group_home .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .group_home .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .group_home .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .member_home .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .member_home .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .member_home .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_commprod_product_list .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_commprod_product_list .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_commprod_product_list .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_commprod_product_show .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_commprod_product_show .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_commprod_product_show .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .general_home .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .general_home .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .general_home .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .new_bg .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .new_bg .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .new_bg .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_member_my_index .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_member_my_index .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_member_my_index .top_menu .mega-menu .menu-mobile-collapse-trigger:after, 
    .D_order_contact_detail .top_menu .mega-menu .menu-mobile-collapse-trigger:before, 
    .D_order_contact_detail .top_menu .mega-menu .menu-mobile-collapse-trigger span, 
    .D_order_contact_detail .top_menu .mega-menu .menu-mobile-collapse-trigger:after {background: #005890;}
    .WinChrome .top_menu .mega-menu .menu-links > li > a, 
    .D_products_group_detail .top_menu .mega-menu .menu-links > li > a, 
    .D_products_domestic_search .top_menu .mega-menu .menu-links > li > a, 
    .D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li > a, 
    .D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li > a, 
    .group_home .top_menu .mega-menu .menu-links > li > a, 
    .member_home .top_menu .mega-menu .menu-links > li > a, 
    .D_commprod_product_list .top_menu .mega-menu .menu-links > li > a, 
    .D_commprod_product_show .top_menu .mega-menu .menu-links > li > a, 
    .general_home .top_menu .mega-menu .menu-links > li > a, 
    .new_bg .top_menu .mega-menu .menu-links > li > a, 
    .D_member_my_index .top_menu .mega-menu .menu-links > li > a, 
    .D_order_contact_detail .top_menu .mega-menu .menu-links > li > a{color: #fff !important;}
    .WinChrome .top_menu .mega-menu .menu-links > li > a img, 
    .WinChrome .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_products_group_detail .top_menu .mega-menu .menu-links > li > a img, 
    .D_products_group_detail .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_products_domestic_search .top_menu .mega-menu .menu-links > li > a img, 
    .D_products_domestic_search .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li > a img, 
    .D_products_domestic_gdetail .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li > a img, 
    .D_products_domestic_molddetail .top_menu .mega-menu .menu-links > li:hover > a img, 
    .group_home .top_menu .mega-menu .menu-links > li > a img, 
    .group_home .top_menu .mega-menu .menu-links > li:hover > a img, 
    .member_home .top_menu .mega-menu .menu-links > li > a img, 
    .member_home .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_commprod_product_list .top_menu .mega-menu .menu-links > li > a img, 
    .D_commprod_product_list .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_commprod_product_show .top_menu .mega-menu .menu-links > li > a img, 
    .D_commprod_product_show .top_menu .mega-menu .menu-links > li:hover > a img, 
    .general_home .top_menu .mega-menu .menu-links > li > a img, 
    .general_home .top_menu .mega-menu .menu-links > li:hover > a img, 
    .new_bg .top_menu .mega-menu .menu-links > li > a img, 
    .new_bg .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_member_my_index .top_menu .mega-menu .menu-links > li > a img, 
    .D_member_my_index .top_menu .mega-menu .menu-links > li:hover > a img, 
    .D_order_contact_detail .top_menu .mega-menu .menu-links > li > a img, 
    .D_order_contact_detail .top_menu .mega-menu .menu-links > li:hover > a img{transform: unset; filter: unset;}
}

/*list*/
/*group*/
.D_products_group_search section.group_banner.search_banner{height: 280px;}
.D_products_group_search section.group_banner .search-area{bottom: 15px;}
.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: 0px;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn{border-radius: 100px;}
.D_products_group_search .filter_list i{color: #dd4b8c;}
.D_products_group_search .irs-slider{background: #dd4b8c;}
.D_products_group_search .irs-slider.state_hover, 
.D_products_group_search .irs-slider:hover{border-color: #dd4b8c;}
.D_products_group_search .irs-bar{background: #dd4b8c;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #dd4b8c;}
.WinChrome section.group_banner .search-area .select-type .form-check, 
.WinIe section.group_banner .search-area .select-type .form-check{border-radius: 0;}
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 330px;}
}
@media (min-width:768px) and (max-width:1199px) {
    .D_products_group_search figure.block_style .note_words{width: 60%;}
    .D_products_group_search figure.block_style .price_box {width: 40%;}
}
@media (min-width:768px) and (max-width:1024px){
    .D_products_group_search section.group_banner.search_banner {height: 410px;}
}
@media (max-width:991px) {
    .D_products_group_search figure.block_style .price_box {order: unset;}
}
@media (max-width:767px) {
    .D_products_group_search section.group_banner.search_banner { height: 600px;width: 100%;}
    .D_products_group_search .search_table tbody td.tour-name a.title_main{margin-bottom: 1rem;}
    .D_products_group_search .search_table tbody td.tour-price{justify-content: end !important;}
}

/*detail*/
.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_banner .price_content .panel-info{border: 1px solid #dd4b8c;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{background: #dd4b8c;font-size: 17px;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-body{color: #333;}
.D_products_group_detail section.group_table.trip_features img{margin: auto;}
.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-top: 2rem;}
.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: #00436e;}
.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 .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 section.trip_note .card-header .btn[aria-expanded="true"], 
.D_products_group_detail section.trip_note .card-header .btn:hover{background: #dd4b8c;color: #000;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name a.title_main:hover{color: #dd4b8c !important;}
.D_products_group_detail .search_table tbody td.sale-situation .btn.btn-primary{background-color: #dd4b8c; border-color: #dd4b8c; color: #000;}
.D_products_group_detail .search_table tbody td.sale-situation .btn.btn-primary:hover{background-color: #c23775;border-color: #c23775;color: #fff;}
@media (min-width:992px) {
    .D_products_group_detail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_detail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_detail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_detail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_detail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 50px;}
    .D_products_group_detail .web_sidebar .actGotop{bottom: 15px;}
}
@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: 0px;}
    .D_products_group_detail section.group_banner.trip_banner h6{padding-right: 0;}
}
@media (max-width:767px) {
    .D_products_group_detail section.group_table.trip_features, 
    .D_products_group_detail section.group_table.trip_airline, 
    .D_products_group_detail section.group_table.trip_day, 
    .D_products_group_detail section.group_table.trip_note, 
    .D_products_group_detail section.group_table.view_intro, 
    .D_products_group_detail section.group_table.tripdown{padding-top: 1rem;}
    .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: 3rem;}
    .D_products_group_detail .title_s{margin-top: 1rem;}
    .D_products_group_detail .footer_box{margin-bottom: 50px;}
}

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;}

/*domestic*/
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check{border-radius: 0;} 
.D_products_domestic_search section.group_banner.search_banner{margin-top: 8rem;}
.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: 0px;}
.D_products_domestic_search section.group_banner .search-area .search-box .search-btn{border-radius: 50px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure .title i, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination .title i, 
.D_products_domestic_search .search-area .search-box .select-date .title i{color: #dd4b8c;}
.D_products_domestic_search .filter_list i{color: #dd4b8c;}
.D_products_domestic_search .irs-slider{background: #dd4b8c;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #dd4b8c;}
.D_products_domestic_search .irs-bar{background: #dd4b8c;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg{fill:#dd4b8c;}
@media (min-width:768px) and (max-width:1024px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 11.5rem;}
}
@media (max-width:767px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 6.5rem;}
    .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_domestic_gdetail .DetailContainer, 
.D_products_domestic_molddetail .DetailContainer{margin-top: 6rem;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover, 
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple, 
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{display: none;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border-color: #ddd;}
@media (min-width:992px) {
    .D_products_domestic_gdetail .sub_menu-trip .sub_inside, 
    .D_products_domestic_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn,     
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu i, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu ul, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a span, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_gdetail .web_sidebar .side_box, 
    .D_products_domestic_molddetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop, 
    .D_products_domestic_molddetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_gdetail .DetailContainer, 
    .D_products_domestic_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (min-width:768px) and (max-width:1024) {
    .D_products_domestic_gdetail .DetailContainer, 
    .D_products_domestic_molddetail .DetailContainer{margin-top: 10rem;}
}

.Detail img, 
.Detail iframe{margin: auto;}

/*通用商品*/
.D_commprod_product_list form#frmSearch{margin-top: 90px;}
.D_commprod_product_list .pagination-container{margin-bottom: 50px;}
.D_commprod_product_show .swiper-container.swiper-banner.swiper-container-horizontal{margin-top: 56px;}
@media (max-width:767px) {
    .D_commprod_product_list form#frmSearch{margin-top: 55px;}
    .D_commprod_product_list .pagination-container { margin-bottom: 30px;}
}

/*公版側邊功能列*/
@media (min-width:992px) {
    .Detail.sub_menu-trip .server_menu > ul > li{min-width: 94px;}
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn:hover ul{height: 40px; width: 91px;}
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li, 
    .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li{height: 40px;}
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li > a{line-height: 40px; padding: 0;}
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li > a i{line-height: 40px;}
    .sub_menu-trip .server_menu > ul > li.share-fixed-btn:hover ul{height: 40px; width: 188px;}
    .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li, 
    .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{height: 40px;}
    .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li > a{line-height: 40px; padding: 0;}
    .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li > a > i{line-height: 40px;}
    .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li > a > img{width: 20px;}
}

/*order*/
.group_home .group_order_width{margin-top: 130px;margin-bottom: 100px;}
.group_home .group_order_width .available_sale{font-size: 0;} 
@media (max-width:991px) {
    .group_home .group_order_width { margin-top: 95px;}
}

/*member*/
.member_home .signin_width{margin-top: 160px;margin-bottom: 170px;}
.member_home .width-460, 
.new_bg .width-460{margin-top: 160px;margin-bottom: 170px;}
.member_home .container.member_width{margin-top: 100px;}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
.member_home .member_width{margin-bottom: 120px;}
@media (max-width:991px) {
}
@media (max-width:767px) {
    .member_home .signin_width, 
    .member_home .width-460{margin-top: 105px; margin-bottom: 150px;}
}