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;  width: 100%; z-index: 999;}
.top_bar{background: rgba(53, 73, 94, 0);;transition: .3s;}
.top_bar .header-part .navbar-brand{height: 80px;padding: 8px;}
.top_bar .header-part .navbar-nav li a, 
.top_bar .header-part .navbar-nav .nav-link{padding-left: 0;display: inline-block;}
.top_bar .header-part .navbar-nav li a:hover, 
.top_bar .header-part .navbar-nav .nav-link:hover{background: none;}
.top_bar .header-part .navbar-nav li a i, 
.top_bar .header-part .navbar-nav .nav-link i{float: left;}
.top_bar .header-part .navbar-nav li span[data-rel=memberinfo] > img{width: 40px;}
.top_bar .header-part .navbar-nav li span.top-cart .icon > img{width: 36px;}
.top_bar .header-part .navbar-nav li span.top-cart .icon .count{font-size: 13px; width: 20px; height: 20px;display: flex;top: -4px; right: -6px; justify-content: center; letter-spacing: 0;}
.top_bar .header-part .navbar-nav li span.top-cart .top-cart-down{transform: unset; left: unset; right: 0;top: calc(100% + 10px);}
.top_bar .header-part .navbar-nav li span.top-cart .top-cart-down::before, 
.top_bar .header-part .navbar-nav li span.top-cart .top-cart-down::after{left: unset; right: 23px;}
.top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1) i{width: 40px; height: 35px; border-top: 3px solid #fff; position: relative;margin-top: 8px; margin-left: 2rem;}
.top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1) i::before{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 9px;
    transition: .2s;
}
.top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1):hover i::before{width: 40px;transition: .2s;}
.top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1) i::after{
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .2s;
}
.top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1):hover i::after{width: 40px;transition: .2s;}
.top_bar .header-part .navbar-nav li .showName{padding: 2px 0 0 0; align-items: center;}
.top_bar .header-part .navbar-nav li .showName .member-name{font-size: 18px; letter-spacing: 0; color: #fff;}
.top_bar .header-part .navbar-nav li .showName .member-name > i.fa-user{
    font-size: 0;
    width: 38px;
    height: 38px;
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/5188ed18-860e-473d-ba12-713ce590aa0c.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.top_bar .header-part .navbar-nav li .showName .icon{display: none;}
.top_bar .header-part .navbar-nav li .showName .SignOut{
    margin-left: 8px;
    background: #c4b689;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 16px;
    padding: 2px 9px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.top_bar .shoppingcart-wrap .shoppingcart-item .cart-detail .delete-item:hover{color: #cd0000;}
.gizle .top_bar{background: rgba(53, 73, 94, .9);transition: .3s;}
@media (max-width:991px) {
    .top_bar .header-part .navbar-toggler{display: none;}
    .top_bar .header-part .navbar-collapse{display: flex; flex-basis: unset;}
    .top_bar .header-part .navbar-collapse ul.navbar-nav{flex-direction: unset;align-items: center;}
}
@media (max-width:767px) {
    .top_bar .header-part{padding-right: 15px; padding-left: 15px;}
}
@media (max-width:575px) {
    .top_bar .header-part{padding-left: 10px;}
    .top_bar .header-part .navbar-brand{padding-left: 0; height: 63px; padding-right: 0; margin-right: 0px;}
    .top_bar .header-part .navbar-nav li span[data-rel=memberinfo] > img{width: 30px;}
    .top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1) i{margin-left: 1rem;}
    .top_bar .header-part .navbar-nav li .showName{padding: 0;}
    .top_bar .header-part .navbar-nav li .showName .member-name{font-size: 16px;display: flex;flex-wrap: wrap;align-items: center;}
    .top_bar .header-part .navbar-nav li .showName .member-name > i.fa-user{width: 30px;height: 30px;margin-right: 1px;}
    .top_bar .header-part .navbar-nav li .showName .member-name .greet{display: none;margin-left: 5px;}
    .top_bar .header-part .navbar-nav li .showName .SignOut{font-size: 14px; padding: 1px 4px;}
    .top_bar .header-part .navbar-nav li .top-cart{display: flex; flex-wrap: wrap; padding: 2px 10px 0 15px;}
    .top_bar .header-part .navbar-nav li span.top-cart .icon{line-height: 1;}
    .top_bar .header-part .navbar-nav li span.top-cart .icon > img{width: 30px;}
    .top_bar .header-part .navbar-nav li span.top-cart .icon .count{font-size: 12px; width: 16px; height: 16px;top: -4px; right: -7px;align-items: center;}
    .top_bar .header-part .navbar-nav li.nav-item:nth-last-child(1) i{margin-top: 7px;}
}

/*menu*/
.top_menu_wrap{position: fixed; top: 0; bottom: 0; z-index: 999;display: none !important;}
.top_menu_wrap.display{display: inline-block!important;}
.top_menu_wrap.top_wrapL{left: 0;}
.top_menu_wrap.top_wrapR{right: 0;}
.top_menu_wrap > .module-container{height: 100vh;} 
.top_menu_wrap > .module-container > .main.row{height: 100vh;overflow: auto;align-content: baseline;}
.top_menu_wrap.top_wrapL > .module-container > .main.row::before {
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/fc68fb16-c2cb-44fb-9e86-e82026f78bea.png);
    width: calc(100% + 300px);
    height: 690px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.menu_logo img.img-fluid{height: 70px;margin: 2rem 1rem 0rem 1.5rem;}
.menu_left{margin-top: 3rem;}
.menu_left .list-wrapper .row{background: transparent; border: none; margin-bottom: 1.5rem;}
.menu_left .list-wrapper .row:hover{background: transparent;}
.menu_left .list-wrapper .name-block{max-width: 100%; flex: 0 0 100%; padding: 0 15px;}
.menu_left .list-wrapper .name-block a{font-size: 21px; color: #fff; font-weight: bold; letter-spacing: 1px;}
.menu_left .list-wrapper .note-block{flex: 0 0 100%; max-width: 100%; padding: 0 15px; color: #fff; letter-spacing: 1px;}
.menu_left .list-wrapper .price-block{display: none;}
.menu_box{margin-top: 2rem;}
.menu_box .hover-wall .htpro_tit{text-align: left; padding-left: 90px; position: relative;width: 100%;margin-bottom: 1rem;}
.menu_box .hover-wall .htpro_tit h1{margin-left: 0; border: none; padding: 0;}
.menu_box .hover-wall .htpro_tit h1::before{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    left: 0px;
    top: 20px;
    opacity: .5;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
.menu_box .hover-wall .htpro_tit img{
    position: absolute;
    left: 3px;
    margin: 0;
    max-width: 65px !important;
    max-height: 65px !important;
    padding: 9px;
    top: 22px;
}
.menu_box .hover-wall .htpro_tit h1 span{color: #fff; font-size: 26px; font-weight: bold;}
.menu_box .hover-wall .htpro_tit h2{color: #fff;}
.menu_box .hover-wall > .container-fluid > .row > div:nth-child(2){margin-left: 83px;}
.menu_box .hover-wall > .container-fluid > .row > div:nth-child(n+2){max-width: unset; flex: unset; width: auto;padding: 0 8px;margin-bottom: 0rem !important;}
.menu_box .hover-wall .icon_info{background: none; box-shadow: none; border-radius: 0;}
.menu_box .hover-wall .icon_info:hover{bottom: 0;box-shadow: none;}
.menu_box .hover-wall .icon_info figure{display: none;}
.menu_box .hover-wall .icon_info h3{color: #fff; font-size: 22px; padding: 0px;font-weight: normal;border-bottom: 1px solid transparent;padding-bottom: 5px; transition: .2s;}
.menu_box .hover-wall .icon_info:hover h3{color: rgba(255, 255, 255, 0.9);border-color: #fff;}
.menuclose_btn{max-width: unset; flex: unset; width: auto; position: absolute; top: 0px; right: 10px;z-index: 9;}
.menuclose_btn div.link-list{background: none;min-height: auto;}
.menuclose_btn div.link-list ul li a, 
.menuclose_btn div.link-list ul li span{padding: 15px;}
.menuclose_btn div.link-list ul li a i, 
.menuclose_btn div.link-list ul li span i{margin: 0; width: 45px; height: 45px; position: relative;}
.menuclose_btn div.link-list ul li a i::before, 
.menuclose_btn div.link-list ul li span i::before{
    content: '';
    display: block;
    width: 37px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
}
.menuclose_btn div.link-list ul li a i::after, 
.menuclose_btn div.link-list ul li span i::after{
    content: '';
    display: block;
    width: 37px;
    height: 3px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
}
@media (max-width:991px) {
    .row.header.menu_height {height: 100vh; overflow: auto;}
    .top_menu_wrap.top_wrapL{ order: 1;height: auto; position: relative; top: unset; bottom: unset;}
    .top_menu_wrap > .module-container, 
    .top_menu_wrap > .module-container > .main.row{height: 100%;}
    .top_menu_wrap.top_wrapL > .module-container > .main.row::before{display: none;}
    .menu_logo a{display: table;margin: auto;}
    .menu_logo img.img-fluid{margin: 1rem 0rem 2rem 0rem;}
    .menu_left{order: -1; margin-top: 2rem;}
    .menu_left .list-wrapper{display: flex;margin-bottom: 0;}
    .menu_left .list-wrapper .name-block, 
    .menu_left .list-wrapper .note-block{text-align: center;}
    .top_menu_wrap.top_wrapR{position: relative;height: auto; margin-top: -80px; bottom: unset;}
    .menu_box{padding-left: 2.5rem;}
    .menuclose_btn{position: fixed; right: 5px;}
    .menuclose_btn div.link-list ul li a, 
    .menuclose_btn div.link-list ul li span{padding: 10px 5px 0;}
    .menuclose_btn div.link-list ul li a i, 
    .menuclose_btn div.link-list ul li span i{width: 40px;height: 40px;}
}
@media (max-width:575px) {
    .top_menu_wrap > .module-container > .main.row{background-image: unset !important;}
    .menu_box{padding-left: 2rem;}    
    .menu_box .hover-wall > .container-fluid > .row{padding-left: 70px;}
    .menu_box .hover-wall .htpro_tit{padding-left: 0px;}
    .menu_box .hover-wall .htpro_tit h1{margin-bottom: 5px; margin-top: 5px;}
    .menu_box .hover-wall .htpro_tit h1::before{width: 55px; height: 55px;top: 7px;left: -70px;}
    .menu_box .hover-wall .htpro_tit img{left: -68px;max-width: 50px !important; max-height: 50px !important;top: 9px;}
    .menu_box .hover-wall .htpro_tit h1 span{font-size: 24px;}
    .menu_box .hover-wall .htpro_tit h2{margin-bottom: 0;letter-spacing: 0.5px;font-size: 16px;}
    .menu_box .hover-wall > .container-fluid > .row > div:nth-child(n+2){padding: 0 15px 0 0;}
    .menu_box .hover-wall > .container-fluid > .row > div:nth-child(2){margin-left: 0;}
    .menu_box .hover-wall .icon_info h3{letter-spacing: 0; font-size: 18px;}
    .menu_left .list-wrapper{flex-wrap: wrap;}
    .menu_left .list-wrapper .row{margin-bottom: 1rem;}
}

/*slider*/
.idx_slider .header-title{position: absolute; z-index: 6; left: 20%; top: 31%; color: #fff; padding: 0 20px; font-size: 24px; letter-spacing: 2px; font-weight: lighter;}
.idx_slider .header-title::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 60px;
    position: absolute;
    left: -85px;
    bottom: 0px;
}
.idx_slider .header-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    left: -27px;
    top: -55px;
}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt{top: 50%; transform: translate(-50%, -50%);}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title{font-size: 103px; font-weight: bold; letter-spacing: 3px; margin-bottom: 1rem;}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .line{display: none;}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content{width: 100%;}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content p{font-size: 55px; letter-spacing: 2px;}
.idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box .btn-link{display: none;}
.idx_slider section.banner-area .swiper-area .swiper-button-prev, 
.idx_slider section.banner-area .swiper-area .swiper-button-next{display: none;}
@media (max-width:1279px) {
    .idx_slider .header-title{left: 10%;}
}
@media (max-width:767px) {
    .idx_slider .header-title{left: 15%;}
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title{font-size: 80px;}
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content p{font-size: 40px;line-height: 1.2;}
}
@media (max-width:575px) {
    .idx_slider .header-title{left: 50%; transform: translate(-50%, 0px); padding: 0;font-size: 18px;font-weight: normal;letter-spacing: 1px;}
    .idx_slider .header-title::before{width: 45px; height: 45px;left: -60px;}
    .idx_slider .header-title::after{width: 20px; height: 20px;left: -20px; top: -35px;}
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide .slide-txt .slide-txt-box{padding: 0 1rem; text-align: center !important;}
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title {font-size: 48px; margin-bottom: 0px;}
    .idx_slider section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content p{font-size: 28px;}
}

/*idx_about*/
.idx_abt .module-container > .main.row{justify-content: center; padding-top: 5rem; padding-bottom: 7rem;}
.idx_abt .module-container > .main.row::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
    backdrop-filter: blur(4px);
}
.idx_abt_box{
    border: 1px solid #c4b689 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/ef99193b-72ad-4249-b36a-5a20e1430ff4.jpg);
    padding: 2.5rem 10rem 2.5rem 5rem;
}
.idx_abt_link{background: #35495e; width: auto; max-width: unset;flex: unset; margin-top: 20px;margin-bottom: -20px; margin-left: -6.5rem;transition: .3s;}
.idx_abt_link::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 205px 72px;
    border-color: transparent transparent #35495e transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -72px;
}
.idx_abt_link:hover{margin-top: 0;margin-bottom: 0;transition: .3s;margin-left: -8rem;}
.idx_abt_link .module-container, 
.idx_abt_link .module-container > .main{height: 100%;}
.idx_abt_link .hover-wall .container-fluid, 
.idx_abt_link .hover-wall .container-fluid > .row{height: 100%;}
.idx_abt_link .hover-wall .htpro_tit{display: none;}
.idx_abt_link .hover-wall > .container-fluid > .row > div:nth-child(2){margin-bottom: 0 !important;padding-left: 0; padding-right: 10px;}
.idx_abt_link .hover-wall .icon_info{box-shadow: none; border-radius: 0; background: #35495e;height: 100%;}
.idx_abt_link .hover-wall .icon_info:hover{box-shadow: none;bottom: 0;}
.idx_abt_link .hover-wall .icon_info a{height: 100%; display: block; align-content: center;}
.idx_abt_link .hover-wall .icon_info figure{display: none;}
.idx_abt_link .hover-wall .icon_info h3{color: #c4b689;padding-left: 0;padding-right: 25px;font-size: 22px;}
.idx_abt_link .hover-wall .icon_info:hover h3{color: #e0d5ae;}
.idx_abt_link .hover-wall .icon_info h4{color: rgba(196, 182, 137, 0.5); font-style: unset;padding-left: 0;font-size: 15px; padding-right: 25px; letter-spacing: 0.5px;}
@media (max-width:1499px) {
    .idx_abt_box{flex: 0 0 58.333333%; max-width: 58.333333%;}
}
@media (max-width:1279px) {
    .idx_abt_box{flex: 0 0 75%; max-width: 75%;}
}
@media (max-width:991px) {
    .idx_abt_box {flex: 0 0 90%; max-width: 90%;}
    .idx_abt_link{min-width: 130px;}
    .idx_abt_link .hover-wall > .container-fluid > .row > div:nth-child(2){flex: 0 0 100%; max-width: 100%; padding-right: 0;}
}
@media (max-width:767px) {
    .idx_abt_box{padding: 1.5rem 10rem 1.5rem 3rem;}
    .idx_abt_box p:nth-child(1) img{height: 50px;}
    .idx_abt_link::before{border-width: 0 0 159px 60px;left: -60px;}
    .idx_abt_link .hover-wall .icon_info h3, 
    .idx_abt_link .hover-wall .icon_info h4{padding-right: 20px;}
}
@media (max-width:575px) {
    .idx_abt_link::before{display: none;}
    .idx_abt .module-container > .main.row{padding-bottom: 5rem;}
    .idx_abt_box {padding: 1.5rem 3rem 2.5rem 3rem;}
    .idx_abt_box p:nth-child(1) img{height: auto;}
    .idx_abt_link{margin: -1.5rem auto 0;}
    .idx_abt_link:hover{margin-top: -2.5rem;margin-left: auto;}
    .idx_abt_link .hover-wall .icon_info{padding: 1rem 2.5rem;}
    .idx_abt_link .hover-wall .icon_info h3, 
    .idx_abt_link .hover-wall .icon_info h4{margin-bottom: 0px;padding: 0; text-align: center !important;}
}

/*tour*/
.tour_tabs{padding-left: 15%;}
.tour_tabs .main.row .blk-tabs{margin-top: 2.5rem;}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link{color: #35495e; font-size: 22px; letter-spacing: 1px; position: relative;width: auto;display: table;border-radius: 0;}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link:hover{font-weight: bold;}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link.active{background: transparent; color: #35495e; font-weight: bold;}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link::before{
    content: '';
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #ccc;
    margin-bottom: 9px;
    margin-right: 10px;
    margin-left: -50px;
    transition: .3s;
}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link.active::before{width: 90px;background: #35495e;transition: .3s;}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 10px;
    position: absolute;
    left: -35px;
    top: calc(50% - 5px);
    transition: .3s;
}
.tour_tabs .main.row .blk-tabs .nav-pills .nav-link.active::after{background: #35495e;transition: .3s;}
.tour_title{order: -1;margin-top: 30px;}
.tour_title::before{
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    background: #c4b689;
    border-radius: 60px;
    position: absolute;
    left: -35px;
    top: -10px;
}
.tour_title::after{
    content: '';
    display: block;
    width: 17.5px;
    height: 17.5px;
    background: #c4b689;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: -28px;
}
.tour_title section.text-link h2{margin-bottom: 0; font-weight: bold; letter-spacing: 2px;}
.tour_title div.link-list{min-height: unset;}
.tour_title div.link-list ul li a, 
.tour_title div.link-list ul li span{padding-left: 15px; padding-top: 5px;}
.tour_title div.link-list ul li a i, 
.tour_title div.link-list ul li span i{float: left;}
.tour_box{margin-bottom: 4rem;}
.tour_box .swiper-slide-style{border-radius: 0; box-shadow: none; display: flex; flex-wrap: wrap; justify-content: center;opacity: .75;transition: .3s;}
.tour_box .swiper-slide-style:hover{opacity: 1;transition: .2s;}
.tour_box .swiper-slide.swiper-slide-active{opacity: 1;margin-top: 0;margin-bottom: 60px;transition: .3s;}
.tour_box .swiper-slide .swiper-img img{border-radius: 0;}
.tour_box .swiper-slide .swiper-title{
    order: 1;
    font-size: 21px;
    color: #000;
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
    letter-spacing: 1px;
}
.tour_box .swiper-slide .swiper-content{
    -webkit-line-clamp:unset;
    padding: 5px 25px;
    background: #f5f5f5;
    color: #4b6989;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.tour_box .swiper-button-next.swiper-button-white{
    right: unset;
    left: -65px;
    bottom: 40px;
    top: unset;
    width: 30px;
    height: 30px;
    font-size: 0px;
    border-top: 2px solid #c4b689;
    border-right: 2px solid #c4b689;
    transform: rotate(45deg);
}
.tour_box .swiper-button-prev.swiper-button-white{
    left: -120px;
    bottom: 40px;
    top: unset;
    width: 30px;
    height: 30px;
    font-size: 0px;
    border-top: 2px solid #c4b689;
    border-left: 2px solid #c4b689;
    transform: rotate(-45deg);
}
.tour_box .swiper-button-next.swiper-button-white:hover, 
.tour_box .swiper-button-prev.swiper-button-white:hover{opacity: 1;}
.tour_box [class*='swiper-button-']:after{font-size: 0; background: none; padding: 0;}
@media (max-width:1499px) {
    .tour_tabs {padding-left: 11%;}
}
@media (max-width:1279px) {
    .tour_tabs {padding-left: 7%;}
}
@media (max-width:991px) {
    .tour_tabs{padding-left: 15px;}
    .tour_tabs .main.row .blk-tabs{margin-top: 0;margin-bottom: 2rem;}
    .tour_tabs .main.row .blk-tabs ul.nav-pills{flex-direction: unset !important; justify-content: center;}
    .tour_tabs .main.row .blk-tabs .nav-pills .nav-link{padding-left: 3rem;}
    .tour_tabs .main.row .blk-tabs .nav-pills .nav-link::before{width: 25px; margin-left: -40px;margin-bottom: 8px;}
    .tour_tabs .main.row .blk-tabs .nav-pills .nav-link.active::before{width: 50px;}
    .tour_tabs .main.row .blk-tabs .nav-pills .nav-link::after{left: 0px;}
    .tour_title{max-width: unset; flex: unset; width: auto; margin: 30px auto 0;}
    .tour_box{padding-left: 30px;margin-bottom: 6rem;}
    .tour_box .swiper-button-next.swiper-button-white{left: calc(50% + 35px);bottom: -40px;}
    .tour_box .swiper-button-prev.swiper-button-white{left: calc(50% - 35px);bottom: -40px;}
    .swiper-slide .swiper-img{width: 100%;}
}

/*contact*/
.contact_wrap .main.row{min-height: 460px; align-content: center;}
.contact_text{padding-left: 13%; min-height: 460px; max-width: 54%; flex: 0 0 54%;}
.contact_text .module-container{height: 100%; display: flex; flex-wrap: wrap;align-items: center;}
.contact_text h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-left: 36px;
    margin-bottom: 1.5rem;
    display: table;
}
.contact_text h3:nth-last-child(1){ margin-left: 9rem; padding-right: 36px; margin-bottom: 0;padding-left: 0;}
.contact_text h3:nth-child(1)::before{
    content: '“';
    display: block;
    font-family: serif;
    font-size: 55px;
    color: #c4b689;
    position: absolute;
    left: 0;
    top: -25px;
}
.contact_text h3:nth-last-child(1)::after{
    content: '”';
    display: block;
    font-family: serif;
    font-size: 55px;
    color: #c4b689;
    position: absolute;
    right: 0;
    bottom: -45px;
}
.contact_btn { padding-left: 240px; min-height: 460px; overflow: hidden; max-width: 46%; flex: 0 0 46%;}
.contact_btn::before{
    content: '';
    position: absolute;
    top: -21rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(53, 73, 94, 0.85);
    transform: perspective(210px) rotateX(6.5deg);
    transform-origin: bottom right;
}
.contact_btn .module-container{position: relative; height: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.contact_btn div.link-list{background: none;}
.contact_btn div.link-list ul li a, 
.contact_btn div.link-list ul li span{font-weight: bold; border-bottom: 1px solid rgba(196, 182, 137, 0.5); margin: 1rem 0px; padding: 15px 8rem 15px 0px; position: relative;}
.contact_btn div.link-list ul li a::before, 
.contact_btn div.link-list ul li span::before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #c4b689;
    border-right: 2px solid #c4b689;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transition: .2s;
}
.contact_btn div.link-list ul li a:hover::before, 
.contact_btn div.link-list ul li span:hover::before{
    border-color: #fff;
    transition: .2s;
}
.contact_btn div.link-list ul li a::after, 
.contact_btn div.link-list ul li span::after{
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background: #c4b689;
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    transition: .2s;
}
.contact_btn div.link-list ul li a:hover::after, 
.contact_btn div.link-list ul li span:hover::after{width: 0px;transition: .2s;background-color: #fff;}
.contact_btn div.link-list ul li a i, 
.contact_btn div.link-list ul li span i{float: left;}
@media (max-width:1499px) {
    .contact_text{padding-left: 8%;}
}
@media (max-width:1279px) {
    .contact_text{padding-left: 5%;}
    .contact_text h3{font-size: 30px;}
}
@media (max-width:1024px) {
    .contact_text h3:nth-last-child(1){margin-left: 4.5rem;}
    .contact_btn{padding-left: 150px;}
}
@media (max-width:767px) {
    .contact_wrap .main.row{min-height: 200px;}
    .contact_text{max-width: 100%; flex: 0 0 100%; min-height: 200px; padding-left: 15px;}
    .contact_text .module-container{justify-content: center;}
    .contact_btn{max-width: 100%; flex: 0 0 100%; min-height: 200px; padding-left: 15px;}
    .contact_btn::before{top: 0; right: 0; bottom: 0; left: 0;transform:unset}
    .contact_btn .module-container{justify-content: center;}
    .contact_btn div.link-list ul{margin-bottom: 1rem;}
    .contact_btn div.link-list ul li a, 
    .contact_btn div.link-list ul li span{margin: 0;}
}
@media (max-width:575px) {
    .contact_text h3{letter-spacing: 1px; font-size: 24px; margin-bottom: 10px; padding-left: 30px;}
    .contact_text h3:nth-child(1)::before{font-size: 40px;top: -15px;}
    .contact_text h3:nth-last-child(1){margin-left: 50px; letter-spacing: 1px; font-size: 24px;padding-right: 25px;}
    .contact_text h3:nth-last-child(1)::after{font-size: 40px;bottom: -30px;}
}

/*footer*/
.tail_wrap .main.row{justify-content: center;}
.tail_logo .module-container{height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.tail_logo a{display: table; margin: auto;}
.tail_logo a img.img-fluid{height: 120px;}
.company_info div.link-list{background: none; margin: 2.5rem 0;}
.company_info div.link-list ul li a, 
.company_info div.link-list ul li span{padding: 0px 10px;}
.company_link{background: none; margin: 2.2rem 0;}
.company_link div.link-list{background: none;}
.company_link div.link-list ul li a, 
.company_link div.link-list ul li span{padding: 3px 10px;font-weight: bold;}
.company_link div.link-list ul li i {
    width: 25px;
    height: 25px;
    font-size: 18px;
    text-align: center;
}
.company_link div.link-list ul li a i.fa-download, 
.company_link div.link-list ul li span i.fa-download{
    width: 25px;
    height: 25px;
    font-size: 0;
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/62c51ad5-3d0e-4b35-a1b0-e779ad994217.svg);
    background-position: center bottom;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 2px;
}
.tail_copyright p{letter-spacing: 1px;}
.tail_icon .function-row .flex-row{
    display: flex !important;
    margin: 1.5rem auto 1rem;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}
.tail_icon .function-row .flex-row li{flex: unset !important;margin: 0 8px; max-width: unset; width: auto; padding: 0;}
.tail_icon .function-row .flex-row li a{width: 33px;height: 33px;  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0;}
.tail_icon .function-row li a i{font-size: 20px; line-height: 33px;}
.tail_icon .function-row li a i.fa-instagram{
    width: 33px !important;
    height: 33px;
    border-radius: 50px;
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/1b5be530-008a-4008-92c8-b8e76d84d616.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.tail_icon .function-row li a img{width: 19px !important; margin-top: 1px;}
@media (max-width:1499px) {
    .company_info:nth-last-child(2){flex: 0 0 33.333333%; max-width: 33.333333%;}
}
@media (max-width:1279px) {
    .company_info:nth-last-child(3), 
    .company_link{flex: 0 0 25%; max-width: 25%;}
}
@media (max-width:991px) {
    .tail_logo a{margin-bottom: 1.5rem; margin-top: 2rem;}
    .company_info:nth-last-child(3), .company_link{flex: 0 0 30%;max-width: 30%;}
    .company_info:nth-last-child(2) {flex: 0 0 40%; max-width: 40%;}
    .company_info div.link-list, 
    .company_link{margin: 0 0 2rem;}
}
@media (max-width:767px) {
    .company_info:nth-last-child(3), 
    .company_link, 
    .company_info:nth-last-child(2) {flex: 0 0 100%; max-width: 100%;}
}

/*side*/
.web_sidebar .actGotop{width: 40px;}
.web_sidebar .actGotop a, 
.web_sidebar .actGotop a:link{width: 40px; height: 40px; background: rgba(204, 204, 204, 0.3);}
.web_sidebar .actGotop a i{width: 40px;}
.web_sidebar .actGotop a i::before{
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: #c4b689;
    position: absolute;
    top: 18px;
    left: 50%;
    transition: .3s;
}
.web_sidebar .actGotop a:hover i::before{height: 60px;transition: .3s;}
.web_sidebar .actGotop a i::after{
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    background: #c4b689;
    position: absolute;
    top: 22px;
    left: 18px;
    transform: rotate(45deg);
}

/*about page*/
.about_box{margin-top: 9rem; margin-bottom: 4rem;}
.about_box .pic-content{position: relative;z-index: 1;}
.about_box .img-mode .img-box:nth-child(2){margin-top: 10rem;}
.about_box .editor-content{padding: 6rem calc(8.33333% + 30px) 10rem 30px; position: relative;}
.about_box .editor-content::before{
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: 2rem;
    left: -8.5rem;
    right: -15px;
    bottom: 5rem;
    z-index: 0;
}
.about_box .editor-content::after{
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/98aa585d-3b74-46d5-a8c5-c4b379d910d8.jpg);
    width: 580px;
    height: 400px;
    position: absolute;
    right: -15px;
    bottom: 5.5rem;
    background-size: auto;
    background-position: top left;
    z-index: 0;
}
.about_box .editor-content h3{font-size: 24px; color: #999999; letter-spacing: 1px;position: relative;z-index: 1;}
.about_box .editor-content h2{font-size: 75px; color: #35495e; font-weight: bold; letter-spacing: 1px;position: relative;z-index: 1;}
.about_box .editor-content h4{font-size: 26px; color: #212121; font-weight: bold; letter-spacing: 1px; padding-left: 15px; border-left: 5px solid #c4b689; line-height: 1.1; margin-bottom: 1.5rem;margin-top: 3rem;position: relative;z-index: 1;}
.about_box .editor-content p{font-size: 20px; color: #333; line-height: 1.5; letter-spacing: 0.5px;position: relative;z-index: 1;}
@media (max-width:1439px) {
    .about_box .editor-content{padding-right: 30px;}
    .about_box .editor-content h3{font-size: 22px;}
    .about_box .editor-content h2{font-size: 60px;}
    .about_box .editor-content h4{font-size: 24px;}
    .about_box .editor-content p{font-size: 18px;}
}
@media (max-width:1279px) {
    .about_block{display: none !important;}
    .about_box{max-width: 100%;flex: 0 0 100%;margin-bottom: 0rem;}
}
@media (max-width:991px) {
    .about_box{margin-top: 8rem;}
    .about_box .pic-content{margin-top: -8rem; padding: 0;}
    .about_box .img-mode .img-box:nth-child(2){margin-top: 0;}
    .about_box .pic-content img{width: 100%;}
    .about_box .editor-content{order: -1;padding-top: 3rem;}
    .about_box .editor-content::before{left: -15px; bottom: 0; top: 0;}
}
@media (max-width:575px) {
    .about_box {margin-top: 5rem;}
    .about_box .editor-content{padding-left: 15px;padding-right: 15px;}
    .about_box .editor-content h3{font-size: 20px;}
    .about_box .editor-content h2{font-size: 36px;}
    .about_box .editor-content h4{font-size: 20px;margin-top: 2rem; margin-bottom: 1rem;}
    .about_box .editor-content p{font-size: 16px;}
}

/*sustainable*/
.sustainable_title .bgfixed > div{backdrop-filter: blur(1px);}
.sustainable_title .bgfixed section{display: table; margin: 5rem auto 0; position: relative;}
.sustainable_title .bgfixed section::before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: #c4b689;
    border-radius: 60px;
    position: absolute;
    left: -90px;
    top: -5px;
}
.sustainable_title .bgfixed section::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #c4b689;
    border-radius: 30px;
    position: absolute;
    left: -30px;
    top: -40px;
}
.sustainable_title .bgfixed section p{font-size: 24px; margin-bottom: 10px; letter-spacing: 1px;}
.sustainable_title .bgfixed section h2{font-size: 74px; font-weight: bold; letter-spacing: 1px;}
.sustainable_logo img.img-fluid{margin: 3rem auto; display: table;}
.sustainable_txt h3{font-size: 40px;}
.sustainable_txt h3 strong{display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.sustainable_txt h3 strong img{margin: 0 1rem;}
.sustainable_txt h4{font-family: "Corinthia", cursive !important; color: #ccc; font-size: 60px; letter-spacing: 1px; margin-top: 1rem;}
.sustainable_box {margin-top: 3rem;}
.sustainable_box .falls-container .grid .grid-item{max-width: calc(33.33333% - 8rem); margin: 1rem 4rem; padding: 0; flex: 0 0 calc(33.33333% - 8rem);}
.sustainable_box .falls-container .grid .grid-item img{width: 185px; margin: auto; display: block;}
.sustainable_box .falls-container .grid .grid-item .border_box{border: 1px solid #e2e2e2; background: #fff; margin-top: 5.5rem; position: relative;min-height: 375px;}
.sustainable_box .falls-container .grid .grid-item .border_box::before{
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: #35495e;
    position: absolute;
    top: -65px;
    left: 50%;
}
.sustainable_box .falls-container .grid .grid-item .border_box h3{background: #f8f8f9; margin-bottom: 0; font-size: 26px; font-weight: bold; padding: 3rem 15px 1.5rem;}
.sustainable_box .falls-container .grid .grid-item .border_box h5{text-align: center; background: #f8f8f9; margin-bottom: 0; padding: 0 15px 2rem; font-size: 21px; color: #c4b689; letter-spacing: 1px;}
.sustainable_box .falls-container .grid .grid-item .border_box h4{padding: 2rem 3rem; font-size: 20px; color: #5d6d7e; letter-spacing: 1px; line-height: 1.5;margin-bottom: 0;}
.sustainable_title_end{margin-top: 3rem;}
.sustainable_title_end .module-container .main > div:nth-last-child(1){min-height: 500px; display: flex; flex-wrap: wrap; align-content: center; padding: 0 5%;}
.sustainable_title_end section{position: relative;}
.sustainable_title_end section::before{
    content: '“';
    display: block;
    font-family: cursive;
    font-size: 100px;
    color: #c4b689;
    position: absolute;
    left: 0;
    top: -40px;
}
.sustainable_title_end section::after{
    content: '”';
    display: block;
    font-family: cursive;
    font-size: 100px;
    color: #c4b689;
    position: absolute;
    right: -145px;
    bottom: -100px;
}
.sustainable_title_end section h3{font-size: 40px; font-weight: bold;  color: #fff; letter-spacing: 2px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); padding-left: 9rem; margin-bottom: 1rem;}
.sustainable_title_end section h3:nth-child(2){padding-left: 20rem;}
.sustainable_title_end section h3:nth-child(3){padding-left: 42rem;}
.sustainable_title_end h5{width: 100%; text-align: right; font-size: 24px; color: #fff; letter-spacing: 1px; font-weight: 400; margin-top: 3rem;}
@media (max-width:1599px) {
    .sustainable_box, 
    .sustainable_title_end{flex: 0 0 83.333333%;max-width: 83.333333%;}
}
@media (max-width:1399px) {
    .sustainable_box .falls-container .grid .grid-item{max-width: calc(33.33333% - 4rem); margin: 1rem 2rem; flex: 0 0 calc(33.33333% - 4rem);}
    .sustainable_title_end .module-container .main > div:nth-last-child(1){padding: 0;}
}
@media (max-width:1199px) {
    .sustainable_box, 
    .sustainable_title_end{flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1152px) {
    .sustainable_box .falls-container .grid .grid-item{max-width: calc(33.33333% - 3rem); margin: 1rem 1.5rem; flex: 0 0 calc(33.33333% - 3rem);}
    .sustainable_box .falls-container .grid .grid-item .border_box h4{padding: 2rem;}
    .sustainable_title_end section{padding: 0 5rem;}
    .sustainable_title_end section::before{font-family: serif;}
    .sustainable_title_end section::after{font-family: serif;right: 0;}
    .sustainable_title_end section h3{padding-left: 0;margin-bottom: 1rem;}
    .sustainable_title_end section h3:nth-child(2) { padding-left: 11rem;}
    .sustainable_title_end section h3:nth-child(3) { padding-left: 33rem;}
}
@media (max-width:1024px) {
    .sustainable_box .falls-container .grid .grid-item { max-width: calc(33.33333% - 2rem); margin: 1rem; flex: 0 0 calc(33.33333% - 2rem); }
    .sustainable_box .falls-container .grid .grid-item img{width: 150px;}
    .sustainable_title_end section h3:nth-child(2) { padding-left: 9rem; }
    .sustainable_title_end section h3:nth-child(3) {padding-left: 28rem;}
}
@media (max-width:991px) {
    .sustainable_box, .sustainable_title_end{flex: 0 0 95%; max-width: 95%;}
    .sustainable_box .falls-container .grid .grid-item .border_box h4 {padding: 2rem 15px; }
    .sustainable_title_end section{width: 100%;}
    .sustainable_title_end section h3:nth-child(2) { padding-left: 15%; }
    .sustainable_title_end section h3:nth-child(3) {padding-left: 0; width: 100%; text-align: right;}
}
@media (max-width:767px) {
    .sustainable_title .bgfixed section p{font-size: 22px;}
    .sustainable_title .bgfixed section h2{font-size: 60px;}
    .sustainable_txt h3 {font-size: 30px;}
    .sustainable_txt h4{font-size: 40px;}
    .sustainable_box .falls-container .grid .grid-item { max-width: calc(100% - 2rem); margin: 1rem; flex: 0 0 calc(100% - 2rem); }
    .sustainable_box .falls-container .grid .grid-item .border_box{min-height: unset;}
    .sustainable_title_end{margin-bottom: 3rem;}
    .sustainable_title_end .module-container .main > div:nth-last-child(1){min-height: 300px;}
    .sustainable_title_end section { padding: 0 3rem;}
    .sustainable_title_end section::before{font-size: 70px;}
    .sustainable_title_end section::after{font-size: 70px;bottom: -75px;}
    .sustainable_title_end section h3{font-size: 32px;letter-spacing: 1px;}
    .sustainable_title_end h5{font-size: 20px;}
}
@media (max-width:575px) {
    .sustainable_title .bgfixed, 
    .sustainable_title .bgfixed > div{min-height: 300px !important;}
    .sustainable_title .bgfixed section::before{width: 40px;height: 40px;left: -50px;}
    .sustainable_title .bgfixed section::after{width: 20px;height: 20px;left: -10px;top: -25px;}
    .sustainable_title .bgfixed section p { font-size: 18px; }
    .sustainable_title .bgfixed section h2 { font-size: 48px;}
    .sustainable_txt h3 { font-size: 24px;}
    .sustainable_txt h3 strong img { margin: 0 10px;}
    .sustainable_box .falls-container .grid .grid-item .border_box{margin-top: 3.5rem;}
    .sustainable_box .falls-container .grid .grid-item .border_box::before{height: 50px;top: -35px;}
    .sustainable_box .falls-container .grid .grid-item .border_box h4{font-size: 18px;}
    .sustainable_title_end{margin-top: 0;}
    .sustainable_title_end section{padding: 0 2rem;}
    .sustainable_title_end section::before{font-size: 60px;}
    .sustainable_title_end section::after { font-size: 60px; bottom: -60px;}
    .sustainable_title_end .module-container .main > div:nth-last-child(1){min-height: 200px;}
    .sustainable_title_end section h3 {font-size: 22px; letter-spacing: 0px;text-align: center;}
    .sustainable_title_end section h3:nth-child(2){padding: 0;}
    .sustainable_title_end section h3:nth-child(3){text-align: center;}
    .sustainable_title_end h5 {font-size: 16px;}
}

/*企業服務*/
.business_title .module-container .main .bgfixed{background-position: bottom 25vh center;}
.business_title .bgfixed > div{background-color: rgba(0, 0, 0, 0.25);}
.business_txt {margin-top: 4rem; padding-bottom: 2.5rem; border-bottom: 1px solid #e2e2e2 !important;}
.business_txt h3{
    font-size: 28px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0 25px;
    display: table;
    margin: 0 auto 2rem;
}
.business_txt h3::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
}
.business_txt h3::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}
.business_txt h3 strong{position: relative;padding: 0 40px;display: block;}
.business_txt h3 strong::before{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 10.5px);
    left: 0;
}
.business_txt h3 strong::after{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 10.5px);
    right: 0;
}
.business_txt p{font-size: 18px; color: #666; letter-spacing: 1px; line-height: 1.8;}
.business_box {margin-top: 4rem;margin-bottom: 4.5rem;}
.business_box .hover-wall .htpro_tit{display: none;}
.business_box .hover-wall .icon_info{border-radius: 0; box-shadow: none;}
.business_box .hover-wall .icon_info:hover{box-shadow: none; bottom: 0;}
.business_box .hover-wall .icon_info a{display: flex;flex-wrap: wrap;}
.business_box .hover-wall .icon_info figure{aspect-ratio: 1 / 1;}
.business_box .hover-wall figure .overlay{background: rgba(53, 73, 94, 0.85);}
.business_box .hover-wall figure .overlay h4{
    font-size: 18px;
    font-style: unset;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    padding: 13px 0px;
    margin: 0;
}
.business_box .hover-wall figure .overlay h4::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -30px;
    border-top: 1px solid #DED3AE;
    border-bottom: 1px solid #DED3AE;
}
.business_box .hover-wall figure .overlay i{display: none;}
.business_box .hover-wall figure .b_img{object-fit: cover; object-position: center center; height: 100%; width: 100%;}
.business_box .hover-wall .icon_info h3{padding-top: 5rem; font-size: 22px; margin-bottom: 1rem; position: relative; width: 100%;}
.business_box .hover-wall .icon_info h3::before{
    content: '';
    display: block;
    background-color: #35495e;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: -3rem;
    z-index: 1;
}
.business_box .hover-wall .icon_info p.animate-text{font-size: 16px; text-align: center; letter-spacing: 0.5px; line-height: 1.7; width: 100%;margin-bottom: 1rem;}
@media (min-width:992px) {
    .business_box .hover-wall .row > div.mb-4:nth-child(odd) .icon_info figure{order: 1; margin-bottom: 0;}
    .business_box .hover-wall .row > div.mb-4:nth-child(odd) .icon_info h3{padding-top: 1rem;}
    .business_box .hover-wall .row > div.mb-4:nth-child(odd) .icon_info h3::before{display: none;}
    .business_box .hover-wall .row > div.mb-4:nth-child(odd) .icon_info p{padding-bottom: 5rem;position: relative;}
    .business_box .hover-wall .row > div.mb-4:nth-child(odd) .icon_info p.animate-text::before{
        content: '';
        display: block;
        background-color: #35495e;
        width: 1px;
        height: 100px;
        position: absolute;
        left: 50%;
        bottom: -3rem;
        z-index: 1;
    }
}
@media (max-width:1479px) {
    .business_box .hover-wall figure .overlay h4{width: calc(100% - 150px);}
}
@media (max-width:1279px) {
    .business_box .hover-wall figure .overlay h4{width: calc(100% - 60px);}
    .business_box .hover-wall figure .overlay h4::before{left: -10px;right: -10px;}
}
@media (max-width:991px) {
    .business_title .module-container .main .bgfixed{background-position: center center;}
    .business_box .hover-wall .row > div.mb-4{max-width: 100%;flex: 0 0 100%;}
}
@media (max-width:767px) {
    .business_txt{margin-top: 3rem; padding-bottom: 1.5rem;}
    .business_txt h3{font-size: 24px;padding: 0 17px;margin: 0 auto 1.5rem;}
    .business_txt h3 strong{padding: 0 30px;}
    .business_box .hover-wall .icon_info h3{padding-top: 2rem;padding-left: 15px;padding-right: 15px;}
    .business_box .hover-wall .icon_info h3::before{height: 65px;}
    .business_box .hover-wall .icon_info p.animate-text{padding: 0 15px;}
}

/*theme*/
.theme_title .bgfixed > div{background-color: rgba(0, 0, 0, 0.3);}
.block_01 .pic-content{margin-bottom: 0;}
.block_01 .editor-content{
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 30px;
    width: 60%;
    padding: 2rem 2rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    letter-spacing: 1px;
}
.block_title .module .link.text-link{display: table; margin: auto; position: relative; padding: 0 25px;}
.block_title .module .link.text-link::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
}
.block_title .module .link.text-link::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}
.block_title .module .link.text-link h2{position: relative; padding: 0 40px; display: block;margin-bottom: 0; font-weight: bold; letter-spacing: 1px;}
.block_title .module .link.text-link h2::before{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 10.5px);
    left: 0;
}
.block_title .module .link.text-link h2::after{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #c4b689;
    position: absolute;
    top: calc(50% - 10.5px);
    right: 0;
}
.block_title .module .link.text-link div.link-list{display: none;}
.block_01a .editor-content{display: flex; flex-wrap: wrap; justify-content: center; align-content: center; position: relative; padding: 3rem 3rem; line-height: 1.7; letter-spacing: 1px;}
.block_01a .editor-content *:nth-child(1){margin-top: 1rem;}
.block_01a .editor-content::before{
    content: '';
    display: block;
    background: rgba(196, 182, 137, 0.5);
    height: 1px;
    position: absolute;
    top: 3rem;
    left: 20%;
    right: 20%;
}
.block_01a .editor-content::after{
    content: '';
    display: block;
    background: rgba(196, 182, 137, 0.5);
    height: 1px;
    position: absolute;
    bottom: 3rem;
    left: 20%;
    right: 20%;
}
.block_02 .falls-container .grid .grid-item img, 
.block_03 .falls-container .grid .grid-item img, 
.block_04 .falls-container .grid .grid-item img{margin-bottom: 20px;}
.block_02 .falls-container .grid .grid-item > h3:nth-child(2), 
.block_03 .falls-container .grid .grid-item > h3:nth-child(2), 
.block_04 .falls-container .grid .grid-item > h3:nth-child(2){text-align: center; font-size: 22px; font-weight: bold; color: #c4b689; margin-bottom: 15px;}
.block_02 .falls-container .grid .grid-item > h3:nth-child(2){padding: 0 2rem;} 
.block_03 .falls-container .grid .grid-item > h3:nth-child(2){padding: 0 1.5rem;} 
.block_04 .falls-container .grid .grid-item > h3:nth-child(2){padding: 0 1rem;}
.block_02 .falls-container .grid .grid-item p, 
.block_03 .falls-container .grid .grid-item p, 
.block_04 .falls-container .grid .grid-item p{padding: 0 2rem;font-size: 16px; line-height: 1.6; letter-spacing: 1px;}
.block_02 .falls-container .grid .grid-item p{padding: 0 2rem;} 
.block_03 .falls-container .grid .grid-item p{padding: 0 1.5rem;} 
.block_04 .falls-container .grid .grid-item p{padding: 0 1rem;}
.theme_tourWRAP{border-bottom: 3px solid #c4b689 !important;}
.theme_tourBOX .expand-graphics .item_box{background-color: #fff;width: 83.33333%; margin-right: 8.33333%; margin-left: 8.33333%; margin-top: 3rem;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);}
.theme_tourBOX .expand-graphics .item_box a{padding-left: 25%; position: relative;}
.theme_tourBOX .expand-graphics .item_box figure{width: 33.33333%; position: absolute; left: -8.33333%; top: -3rem;border-radius: 0;margin-bottom: 0;bottom: 3rem;}
.theme_tourBOX .expand-graphics .item_box figure img{object-fit: cover; object-position: center center; width: 100%; height: 100%;}
.theme_tourBOX .expand-graphics .item_box .item_more_txt{width: calc(100% - 4rem); margin: 0rem auto 1rem; padding-bottom: 1rem; padding-top: 1.5rem; border-bottom: 1px solid #35495e; position: relative;}
.theme_tourBOX .expand-graphics .item_box .item_more_txt h3{
    padding-left: 5.5rem;
    color: #35495e;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 65px;
    margin-bottom: 1rem;
    width: 100%;
}
.theme_tourBOX .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(2){
    width: 90px;
    height: 85px;
    position: absolute;
    top: 0;
    left: -2rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-size: 44px;
    font-family: arial;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
    align-items: baseline;
}
.theme_tourBOX .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(2)::after{
    content: '天';
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-left: 1px;
}
.theme_tourBOX .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(3){
    padding: 0; 
    margin: 0; 
    margin-top: 0rem; 
    font-size: 16px;  
    letter-spacing: 1px; 
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
}
.theme_tourBOX .expand-graphics .item_box h4{
    float: right;
    margin-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-style: italic;
}
.theme_tourBOX .expand-graphics .item_box h4 span{order: 1; font-size: 18px; margin-left: 6px;}
.theme_tourBOX .expand-graphics .item_box span.item_btn, 
.theme_tourBOX .expand-graphics .item_box span.item_btn_hover{float: left; display: block !important;background: none !important;color: #b09e71 !important;}
.theme_tourBOX .expand-graphics .item_box span.item_btn{padding: 3px 0 0 35px; font-size: 30px; letter-spacing: 1.5px; margin: 0 0 20px 2rem;line-height: 1;position: relative;}
.theme_tourBOX .expand-graphics .item_box span.item_btn::before{
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(https://materials.fillo.com.tw/materials/shihman/images/2d57293a-676c-4a9c-9481-e0fbb9c709b9.svg);
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: -5px;
    top: 2px;
}
.theme_tourBOX .expand-graphics .item_box span.item_btn_hover{font-size: 20px;margin-left: 5px;padding-top: 0; margin-top: 7px;}
.business_wrap .topic_body_a figure img{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
@media (min-width:992px) {
    .block_03 .falls-container .grid .grid-item{display: flex;flex-wrap: wrap;}
    .block_03 .falls-container .grid .grid-item:nth-child(3n+2) img{order: 1;}
    .block_03 .falls-container .grid .grid-item:nth-child(3n+2) > h3:nth-child(2){width: 100%;margin: 0;}
    .theme_tourBOX .expand-graphics .item-box:nth-child(even) .item_box a{padding-right: 25%; padding-left: 0;}
    .theme_tourBOX .expand-graphics .item-box:nth-child(even) .item_box figure{left: unset; right: -8.33333%;}
}
@media (max-width:1439px){
    .block_01a .editor-content{padding: 1.5rem 3rem;}
    .block_01a .editor-content::before{top: 1.5rem;}
    .block_01a .editor-content::after{bottom: 1.5rem;}
    .block_02 .falls-container .grid .grid-item > h3:nth-child(2), 
    .block_02 .falls-container .grid .grid-item p{padding: 0 1rem;}
    .block_03 .falls-container .grid .grid-item > h3:nth-child(2) { padding: 0 0.5rem; width: 100%;}
    .block_03 .falls-container .grid .grid-item p:nth-child(3), 
    .block_03 .falls-container .grid .grid-item p:nth-last-child(1){margin: 0;}
    .block_03 .falls-container .grid .grid-item p { padding: 0 .5rem;}
    .block_03 .falls-container .grid .grid-item:nth-child(3n+2) > h3:nth-child(2){width: 100%;margin-bottom: 1rem;}
    .block_04 .falls-container .grid .grid-item p{padding: 0;}
}
@media (max-width:1279px) {
    .block_01a .editor-content {padding: 0rem 1rem;}
    .block_01a .editor-content::before{top: 0rem;}
    .block_01a .editor-content::after{bottom: 0rem;}
}
@media (min-width:768px) and (max-width:991px) {
    .theme_tourBOX .expand-graphics .item-box{flex: 0 0 100%; max-width: 100%;}
    .theme_tourBOX .expand-graphics .item_box{width: 91.666666%; margin-right: 0;}
}
@media (max-width:767px) {
    .block_01 .editor-content{
        position: relative;
        left: 0;
        width: calc(100% - 6rem);
        max-width: calc(100% - 6rem);
        right: 0;
        margin: -3rem 3rem 0;
        padding: 1.5rem 1.5rem 0.5rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .theme_tourBOX .expand-graphics .item_box{width: 100%; margin: 3rem auto 0;}
    .theme_tourBOX .expand-graphics .item_box a{padding-left: 0;}
    .theme_tourBOX .expand-graphics .item_box figure{position: unset; width: 100%;}
}
@media (max-width:575px) {
    .block_01 .mix-wrapper, 
    .block_01a .mix-wrapper{padding: 0;}
    .block_01 .editor-content{width: calc(100% - 0rem); max-width: calc(100% - 0rem);margin: 2rem 1rem 0; padding: 1rem 1rem 0.5rem;}
    .block_02 .falls-container .grid .grid-item, 
    .block_03 .falls-container .grid .grid-item, 
    .block_04 .falls-container .grid .grid-item{padding: 0;}
    .block_02 .falls-container .grid .grid-item > h3:nth-child(2), 
    .block_02 .falls-container .grid .grid-item p, 
    .block_03 .falls-container .grid .grid-item > h3:nth-child(2), 
    .block_03 .falls-container .grid .grid-item p, 
    .block_04 .falls-container .grid .grid-item > h3:nth-child(2), 
    .block_04 .falls-container .grid .grid-item p{padding: 0;}
    .theme_tourBOX .expand-graphics .item-box{padding: 0;}
    .theme_tourBOX .expand-graphics .item_box{margin-top: 0rem;}    
    .theme_tourBOX .expand-graphics .item_box a{display: flex; flex-wrap: wrap;}
    .theme_tourBOX .expand-graphics .item_box .item_more_txt{width: calc(100% - 2.5rem);}
    .theme_tourBOX .expand-graphics .item_box .item_more_txt h3{padding: 0; font-size: 20px; -webkit-line-clamp: unset; height: auto;}
    .theme_tourBOX .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(2){font-size: 35px; width: 75px; height: 70px; top: -70px; left: -1.25rem;}
    .theme_tourBOX .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(2)::after{font-size: 16px;margin-left: 2px;}
    .theme_tourBOX .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(3){font-size: 15px; line-height: 1.5; -webkit-line-clamp: unset;}
    .theme_tourBOX .expand-graphics .item_box h4{order: 1;justify-content: end;width: calc(100% - 1.25rem); margin-right: 1.25rem; font-size: 24px;}
    .theme_tourBOX .expand-graphics .item_box span.item_btn{margin-left: 1.25rem; font-size: 24px; padding-left: 24px;}
    .theme_tourBOX .expand-graphics .item_box span.item_btn::before{width: 1.5rem;height: 1.5rem;top: 3px;}
    .theme_tourBOX .expand-graphics .item_box span.item_btn_hover{font-size: 16px;margin-left: 0;}
    .business_wrap .topic_body{width: calc(100% - 60px) !important;}
    .business_wrap .slick-prev{left: -30px;height: 55px;width: 30px;}
    .business_wrap .slick-next{right: -30px;height: 55px;width: 30px;}
    .business_wrap .slick-prev::before, 
    .business_wrap .slick-next:before{font-size: 40px;}
    .business_wrap .topic_body_a{height: 55px; padding: 15px 0;}
    .business_wrap .topic_body .slick-track{background-size: contain;}
}

/*wrap_width*/
@media (min-width:992px) {
    .shihman_width{max-width: 940px;flex:0 0 940px;}
}
@media (min-width:1024px) {
    .shihman_width{max-width: 1000px;flex:0 0 1000px;}
}
@media (min-width:1280px) {
    .shihman_width{max-width: 1200px;flex:0 0 1200px;}
}
@media (min-width:1480px) {
    .shihman_width{max-width: 1430px;flex:0 0 1430px;}
}
@media (max-width:991px) {
    .shihman_width{max-width: calc(100% - 30px); flex: 0 0 calc(100% - 30px);}
}

/*其他模組*/
/*跑馬燈*/
.widget-item section.marquee .message-list{background: none;}
.widget-item section.marquee .message-list ul li a{padding-left: 0;}

/*表單*/
body.D_customformfront_main{ 
    background: url(https://materials.fillo.com.tw/materials/shihman/images/06a6b303-7f61-4ab8-9edf-233a231fa272.jpg); 
    background-size: cover;  
    background-position: top center; 
    background-repeat: no-repeat;
}
body.D_customformfront_main::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;
}
.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: 196px;}
.D_customformfront_main section.group_table.contact .trip_title {padding: 50px 48px 60px; margin: 0;}
.D_customformfront_main section.group_table.contact .container {
    width: 100%;
    max-width: 1080px;
    padding: 0;
    background: rgba(53, 73, 94, .75);
}
.D_customformfront_main section.group_table.contact:before {display:none;}
.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.2rem;
    position: relative;
}
.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: 30px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 200;
    letter-spacing: 0.09rem;
}
.D_customformfront_main section.group_table.contact .trip_title article h4{
    line-height: 1.7rem;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}
.D_customformfront_main section.group_table.contact .trip_title article p {
    position: absolute;
    right: -15px;
    bottom: -40px;
}
.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: 65px 45px 0;
    background-image: url(https://materials.fillo.com.tw/materials/funvoyage/images/eb470fa9-9556-425f-a65f-cfaa8d853f83.png);
}
.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: #ff0000;
}
.D_customformfront_main .contact .fa-calendar {
    position: absolute;
    margin-top: -28px;
    right: 15px;
    color: #c4b689;
}
.D_customformfront_main .contact .contac_form input {
    height: 40px;
    border: 0;
    margin: 0 auto;
    padding: 0.3rem 0.5rem;
    font-size: 15px;
}
.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: #c1b387;}
.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: #c4b689;}
.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: 18px;
    margin: 0 !important;
    padding: 8px 30px 8px 20px;
    text-align: left;
    width: 180px;
    border-radius: 0;
    background: #c4b689;
    border: 1px solid #c4b689;
    outline: none;
}
.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: #c4b689;
    border: 1px solid #c4b689;
}
.D_customformfront_main .contact .form-row button::before {
    content: "";
    background: #ffffff;
    width: 50px;
    height: 1px;
    position: absolute;
    right: 20px;
    top: 20px;
    -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: "";
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 20px;
    top: 16px;
}
.D_customformfront_main .datepicker-days .table-condensed thead {color: #c4b689;}
.D_customformfront_main .datepicker-days .table-condensed thead tr {border-bottom: 1px solid #c4b689;}
.D_customformfront_main .datepicker-days .table-condensed .day.active {background: #a3966b; 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: #bcd4f0;
    border-color: #bcd4f0;
    color: #293658;
    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:#c4b689;
    border-color: #c4b689;
}
.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:#c4b689;
    border-color: #c4b689;
}
.D_customformfront_main .datepicker table tr td.today:hover, 
.D_customformfront_main .datepicker table tr td.today:hover:hover{ background-color:#c4b689; 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: 50px 30px 60px; }
}
@media (max-width: 767px) {
    .D_customformfront_main section.group_table.contact .form-row{padding: 65px 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#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 50px;}
    .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: 20px !important; }
    .D_customformfront_main section.group_table.contact .trip_title article h3{ margin-bottom: 20px; font-size: 16px !important;}
    .D_customformfront_main section.group_table.contact .trip_title article h4{ line-height: 1.5rem;  font-size: 13px !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{display: none !important;}
body.WinChrome .header .top_bar, 
body.WinChrome .sabit.header .top_bar, 
.D_products_domestic_search .header .top_bar, 
.D_products_domestic_search .sabit.header .top_bar, 
.member_home .header .top_bar, 
.member_home .sabit.header .top_bar, 
.D_member_my_index .header .top_bar, 
.D_member_my_index .sabit.header .top_bar, 
.D_commprod_product_list .header .top_bar, 
.D_commprod_product_list .sabit.header .top_bar, 
.product-details .header .top_bar, 
.product-details .sabit.header .top_bar, 
.general_home .header .top_bar, 
.general_home .sabit.header .top_bar, 
.D_member_my_forcedataupadte .header .top_bar, 
.D_member_my_forcedataupadte .sabit.header .top_bar, 
.D_products_group_molddetail .header .top_bar, 
.D_products_group_molddetail .sabit.header .top_bar, 
.D_products_signup_list .header .top_bar, 
.D_products_signup_list .sabit.header .top_bar, 
.D_products_signup_confirm .header .top_bar, 
.D_products_signup_confirm .sabit.header .top_bar{background: rgba(53, 73, 94, .9);}
@media (max-width:991px) {}

.TripNote .DetailBox .Detail ol, 
.TripNote .DetailBox .Detail ul{list-style: unset;}
.DetailBox .Detail *{word-break: break-all;}


/*list*/
/*國外*/
.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 .search-area .search-box .select-place .title i, 
.D_products_group_search .search-area .search-box .select-goal .title i, 
.D_products_group_search .search-area .search-box .select-date .title i, 
.D_products_group_search section.group_banner .search-area .search-box .select-input i{color: #80abd9;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn{color: #ffffff;background: #c4b689;border-radius: 0;}
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-PGO, 
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-GO{border-radius: 3px;}
.D_products_group_search section.group_banner .search-area .form-check .checkmark{border-radius: 0;}
.D_products_group_search section.group_banner .search-area .form-check .customcheck .checkmark:after{left: 4px; top: 1px; width: 6px; height: 9px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal, 
.D_products_group_search section.group_banner .search-area .search-box .select-place, 
.D_products_group_search section.group_banner .search-area .search-box .select-date, 
.D_products_group_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_group_search .list_con .select_filter .form-group .select select{border-radius: 0;}
.D_products_group_search .filter_list .accordion .card{border-bottom: 1px solid rgba(0,0,0,.125);border-radius: 0;}
.D_products_group_search .filter_list i{color: #606060;}
.D_products_group_search .irs-from, .D_products_group_search .irs-single, .D_products_group_search .irs-to{background: #35495e;}
.D_products_group_search .irs-slider{background: #c4b689;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #c4b689;}
.D_products_group_search .irs-bar{background: #c4b689;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #80abd9;}
.D_products_group_search .badge-primary{background-color: #35495e;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #80abd9;}
.D_products_group_search .text_blue { color: #eb1c1f;}
.D_products_group_search section.search_con{margin-bottom: 50px;}
.D_products_group_search section.search_con .pagination .page-item .page-link, 
.D_products_group_search section.search_con .pagination .page-item:first-child .page-link, 
.D_products_group_search section.search_con .pagination .page-item:last-child .page-link{border-radius: 0;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active{border-color: #80abd9;color: #80abd9;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active svg {fill: #80abd9;}
.D_products_group_search figure.block_style{border-radius: 0;overflow: hidden;}
.D_products_group_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(196, 182, 137, 0.7);}
.D_products_group_search .pic_style figure.block_style .pic_all{border-top-left-radius: 0px; border-top-right-radius: 0px;overflow: hidden;}
.D_products_group_search .pic_style figure.block_style .plane_word{border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.D_products_group_search .search_table .thead, 
.D_products_group_search .search_table .thead:hover{background: #35495e;color: #fff;}
.D_products_group_search .search_table .main_words .title_main:hover, 
.D_products_group_search figure.block_style .main_words a:hover, 
.D_products_group_search .pic_style figure.block_style .main_words a:hover{color: #c4b689 !important;}
.D_products_group_search section.search_con .pagination .page-item.active .page-link{border-color: #80abd9;color: #80abd9;outline: none;box-shadow: none;}
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #80abd9;}
.D_products_group_search section.group_table.trip_airline .table .thead th{border-color: #80abd9;}
.D_products_group_search figure.block_style .note_words{border-width: 0px;}
.D_products_group_search figure.block_style .note_words > div{display: none;}
@media (max-width:767px) {
    .D_products_group_search section.group_banner .search-area .search-box .search-btn{height: 60px; line-height: 60px;}
    .D_products_group_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_group_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_group_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}
/*國內*/
body.D_products_domestic_search{background: #f8f9f9;}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 9rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{background: #f4ede2;border-bottom: 3px solid #c4b689;border-radius: 0;padding-left: 20px;padding-right: 20px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check{border-radius: 3;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-GO{background: #fff;border: 1px solid #cdeefc;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-PGO{background: #fff; border: 1px solid #d4edda;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check .checkmark{border-radius: 0;}
.D_products_domestic_search section.group_banner .form-check .checkmark:after{left: 5px; top: 2px; width: 6px; height: 9px;}
.D_products_domestic_search section.group_banner .search-area .search-box .search-btn{background: #c4b689;border-radius: 0;}
.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: #80abd9;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_domestic_search .filter_list i{color: #606060;}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #35495e;}
.D_products_domestic_search .irs-slider{background: #c4b689;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #c4b689;}
.D_products_domestic_search .irs-bar{background: #c4b689;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #80abd9;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #35495e;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #80abd9;}
.D_products_domestic_search .text_blue { color: #eb1c1f;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{color: #80abd9;background: #ffffff;}
.D_products_domestic_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(0, 91, 91, 0.65);}
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #c4b689 !important;}
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #35495e;}
.D_products_domestic_search .search_table .main_words .title_main:hover, 
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #c4b689 !important;}
.D_products_domestic_search .table .thead, 
.D_products_domestic_search .table .thead:hover{background: #35495e;}
.D_products_domestic_search section.search_con{margin-bottom: 50px;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active { background: #fff; border-color: #80abd9; color: #80abd9;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active svg {fill: #80abd9;}
@media (max-width:767px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 7rem;}
    .D_products_domestic_search section.group_banner .search-area .search-box{height: 480px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{margin-bottom: 10px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input .mic_icon{bottom: 11px; right: 11px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn{margin-top: 10px;height: 60px;line-height: 65px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_domestic_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_domestic_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}

/*detail*/
/*國外*/
.D_products_group_detail .breadcrumb-item+.breadcrumb-item a{color: #c4b689;}
.D_products_group_detail .breadcrumb-item+.breadcrumb-item a:hover{color: #c4b689;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #80abd9;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{background: #80abd9;font-size: 17px;color: #fff;}
.D_products_group_detail .basic-air-info{border: 1px solid rgba(53, 73, 94, .3);}
.D_products_group_detail section.group_banner.trip_banner{margin-top: 75px;}
.D_products_group_detail section.group_banner.trip_banner .basic-air-info h3{color: #80abd9;}
.D_products_group_detail .basic-air-info .go i, .D_products_group_detail .basic-air-info .back i{color: #35495e;}
.D_products_group_detail .basic-air-btn a{background: #35495e;border: 1px solid #35495e;color: #fff;}
.D_products_group_detail .basic-air-btn a:hover{background: #35495e;opacity: .8;}
.D_products_group_detail section.group_banner.trip_banner h6{font-size: 16px;padding-top: 0;}
.D_products_group_detail section.group_banner .group_num img{width: 30px;}
.D_products_group_detail section.group_table.trip_features:after, 
.D_products_group_detail section.group_table.trip_airline:after, 
.D_products_group_detail section.group_table.trip_day:after, 
.D_products_group_detail section.group_table.trip_note:after, 
.D_products_group_detail section.group_table.view_intro:after, 
.D_products_group_detail section.group_table.tripdown:after{background: #606060;}
.D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{margin-bottom: 0;}
.D_products_group_detail section.group_banner.trip_banner .container{border: none;border-radius: 0;}
.D_products_group_detail section.group_table.trip_features .container .group_table_box, 
.D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
.D_products_group_detail section.group_table.trip_day .container .group_table_box, 
.D_products_group_detail section.group_table.trip_note .container .group_table_box, 
.D_products_group_detail section.group_table.view_intro .container .group_table_box, 
.D_products_group_detail section.group_table.tripdown .container .group_table_box{border-radius: 0;}
.D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-bottom: 5rem;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead{background: #35495e;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2), 
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{background: #c1b38f;}
.D_products_group_detail .trip_note .card .card-header{border: none;background: transparent;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="false"]{border-radius: 15px;overflow: hidden;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="true"], 
.D_products_group_detail section.trip_note .card-header .btn:hover{ background: #35495e; border-top-left-radius: 15px; border-top-right-radius: 15px;}
.D_products_group_detail section.trip_note ul li{list-style: initial;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{color: #80abd9;}
.D_products_group_detail section.group_table.tripdown .search_table tr.thead{background: #35495e;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #c4b689;color: #c4b689;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color: #c4b689;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #c4b689;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #c4b689;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active svg{fill: #fff;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary{border-color: #c4b689;background: #c4b689;border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{color: #fff;background-color: #9d8d65;border-color: #c1b38f;}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #35495e;}
.D_products_group_detail .fc .fc-button-primary:disabled{background-color: #80abd9;}
.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.group_table.trip_day .day_con .info_box p img{display: initial;}
.D_products_group_detail > .web-page-frame > .row:nth-child(2){padding-bottom: 150px;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name a.title_main:hover{color: #c4b689 !important;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.go-date .item_days{display: none;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.go-airport > .row > div:nth-child(1), 
.D_products_group_detail section.group_table.tripdown .search_table tbody td.go-airport .plane .plane-abbr, 
.D_products_group_detail section.group_table.tripdown .search_table tbody td.go-airport .plane .plane-sche{display: none;}
@media (min-width:992px) {
    .D_products_group_detail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_detail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_detail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_detail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_detail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 50px;}
    .D_products_group_detail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li{padding: 11px;height: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li a i{font-size: 24px;}
    /*.D_products_group_detail .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_products_group_detail .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_products_group_detail .web_sidebar .actGotop a i{width: 55px; line-height: 50px;}*/
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn:hover ul{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li a{line-height: 40px;padding: 0;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li a i{line-height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li a {padding: 0px 16px;line-height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li a i{line-height: 40px;}
}
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 390px;}
}
@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: 50px;}
}
@media (max-width:767px) {
    .D_products_group_search section.group_banner.search_banner { height: 600px;}
    .D_products_group_detail .footer_box{margin-bottom: 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.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{display: none;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li a{font-size: 14px; display: flex; flex-wrap: wrap;align-items: center; justify-content: center;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li a i{margin-right: 5px;}
}
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;}

/*團型*/
.D_products_group_molddetail .Detail.sub_menu-trip .go-to-top{display: none !important;}
.D_products_group_molddetail .DetailContainer {margin-top: 90px;flex: 0 0 100%; max-width: 100%;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable thead th.Remark, 
.D_products_group_molddetail .Detail.DepartureDate .SearchTable tbody td.Remark{display: none;}
.D_products_group_molddetail #day_menu .list-group{background: rgba(93, 109, 126, 0.8);}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active{background-color: #c4b689; border-color: #c4b689;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div{background-color: #32475e;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #32475e;}
.D_products_group_molddetail .Detail.MarketingBox h2{font-size: 0;}
.D_products_group_molddetail .Detail.MarketingBox img{margin: auto;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo img{margin: auto;}
.D_products_group_molddetail .TripNote ul li{list-style: initial;}
@media (min-width:992px) {
    .D_products_group_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_molddetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_group_molddetail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_molddetail .web_sidebar .side_bar li{padding: 11px;height: 50px;}
    .D_products_group_molddetail .web_sidebar .side_bar li a i{font-size: 24px;}
    /*.D_products_group_molddetail .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_products_group_molddetail .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_products_group_molddetail .web_sidebar .actGotop a i{width: 55px; line-height: 50px;}*/
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn:hover ul{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li a{line-height: 40px;padding: 0;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li a i{line-height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li a {padding: 0px 16px;line-height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li a i{line-height: 40px;}
}
@media (min-width:1601px) {
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .GoDate {max-width: 220px; flex: 0 0 220px; }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .ItineraryName{max-width: calc(100% - 780px);flex: 0 0 calc(100% - 780px); }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .AvailableSeat{flex: 0 0 150px; max-width: 150px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .TourPrice{flex: 0 0 210px; max-width: 210px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .SaleSituation{flex: 0 0 200px; max-width: 200px;}
}
@media (min-width:992px) and (max-width:1600px) {
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .GoDate {max-width: 170px; flex: 0 0 170px; }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .ItineraryName{max-width: calc(100% - 590px);flex: 0 0 calc(100% - 590px); }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .AvailableSeat{flex: 0 0 120px; max-width: 120px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .TourPrice{flex: 0 0 150px; max-width: 150px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable tr .SaleSituation{flex: 0 0 150px; max-width: 150px;}
}
@media (max-width:767px) {
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn{display: none;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a{font-size: 14px; display: flex;flex-wrap: wrap; justify-content: center; align-items: center;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a i, 
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span{margin-right: 5px;}
}

/*國內*/
body.D_products_domestic_gdetail{background: #eee;}
.D_products_domestic_gdetail .DetailContainer {margin-top: 5rem;margin-bottom: 3rem;}

/*order*/
.group_home .group_order_width{margin-top: 150px;margin-bottom: 50px;}
.D_products_signup_confirm #page2 .stepPage_btn > div.d-flex > div:nth-child(2){display: none;}
#page2 .stepPage_btn > div.d-flex { flex-wrap: wrap; justify-content: center; max-width: 100%; flex: 0 0 100%;}
@media (max-width:767px) {
    #page2 .stepPage_btn > div.d-flex > div:nth-child(1) button { margin-left: 5px;}
}

/*member*/
.member_home .signin_width{margin-top: 160px;margin-bottom: 100px;}
.member_home .width-460, 
.new_bg .width-460{margin-top: 160px;margin-bottom: 100px;}
.member_home .container.member_width{margin-top: 75px;}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
.member_home .member_width{margin-bottom: 50px;}
.member_home .member_order.order_box .order_info .order-status{display: none;}
.D_member_order_index .member_order form#searchForm .order-box .order-status{display: none;}
.D_member_order_index .member_order form#searchForm .order-box .order-date{border-right: none;}
@media (min-width:768px) {
    .member_home .member_order.order_box .order_info .order-name{width: 37.5%;}
    .D_member_order_index .member_order form#searchForm .order-box .order-D-date{width: 25.5%;}
}
@media (max-width:767px) {
    .member_home .signin_width, 
    .member_home .width-460{margin-top: 105px; margin-bottom: 50px;}
}

/*通用商品*/
body.D_commprod_product_list{background-color: #eee;}
.D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 90px;margin-bottom: 50px;}
.product-details .swiper-banner.swiper-container{margin-top:75px;}
.general_home .general_order_width{margin-top: 120px;}
@media (min-width:992px) {
    .product-details .SubInside{width: 100px;}
    .product-details .SubInside-menu-item > a{height: 50px;}
    .product-details .SubInside-menu-item.share-fixed-btn ul a{width: 50px;}
    .product-details .Trip-menu{padding: 10px;margin-bottom: 100px;}
    .general_home .basic_message, 
    .general_home .purchase_name{width: 60%;}
}
@media (max-width:767px) {
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 50px;margin-bottom: 30px;}
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container .pagination-container .pagination{justify-content: center !important;}
    .product-details .swiper-banner.swiper-container {margin-top: 65px;}
    .product-details.D_commprod_product_show{padding-bottom: 40px;}
    .general_home .general_order_width {margin-top: 100px;}
    .basic_message, .purchase_name{padding-right: 15px;}
    .D_commprod_buycart_index .unit_price, 
    .D_commprod_buycart_index .purchase_unit_price{width: 100%; padding: 15px 15px 5px; font-size: 14px; text-align: left !important;}
    .D_commprod_buycart_index .quantity, 
    .D_commprod_buycart_index .purchase_quantity{width: 100%; padding: 0 15px; text-align: left !important;}
    .D_commprod_buycart_index .subtotal, 
    .D_commprod_buycart_index .purchase_subtotal { width: 80%; padding: 15px 15px 5px; font-size: 14px; line-height: 20px; text-align: left !important;}
    .D_commprod_buycart_index .delete_btn, 
    .D_commprod_buycart_index .purchase_delete_btn {width: 20%; padding-right: 10px; }
    .D_commprod_buycart_index .delete_btn::before, 
    .D_commprod_buycart_index .purchase_delete_btn::before{float: left;}
}
body.order_member_home, body.general_home, body.group_home, body.D_member_my_index, body .member_home, body.member_home{background: #eee;}
body.order_member_home .stepPage_group .stepPage_group_title, 
body.general_home .stepPage_group .stepPage_group_title, 
body.group_home .stepPage_group .stepPage_group_title{background: #f8f8f9;}

.D_commprod_buycart_index img.lazy:not(.loaded){opacity: 1;}