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;
}
/*樂透樣式 NEW CAT測試*/
*{/*font-family: 'Noto Sans TC',sans-serif*/;-webkit-text-size-adjust: none;}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&family=Noto+Serif+TC:wght@200;300;400&display=swap')
body {background: #ffffff!important;font-family: 'Noto Sans TC',sans-serif !important;}
p {/* text-align: justify; */font-family: 'Noto Sans TC',sans-serif !important;}
ul li {list-style: none;}
a:hover {text-decoration: none;}
button:focus {outline: none;}
input:focus, select:focus {outline: #ba91a0 1px auto;}
h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'Noto Sans TC',sans-serif !important;}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 2.0rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.0rem;
}
@media (max-width: 768px) {
.m-5 {
    margin: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 1.5rem!important;
}
.p-5 {
    padding: 1.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 1.5rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 1.5rem!important;
}
}
@media (max-width: 500px) {
.m-5 {
    margin: 1rem!important;
}
.mt-5, .my-5 {
    margin-top: 1.25rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 1.25rem!important;
}
.p-5 {
    padding: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}
}

.px-30 {padding: 0 30px;}
.h-100vh>.module-container>.main{height: 100vh;}
.h-40vh>.module-container>.main{height: 40vh;}
.h-100vh>.module-container>.main .header-title{display:none;}
.w-1440 {max-width: 1440px;margin: 0px auto;}
.w-1600 {max-width: 1600px;margin: 0px auto;}
@media (max-width:991px){.h-100vh>.module-container>.main{height: inherit;}}
@media (min-width:1200px) {.w-1200 {max-width: 1200px;margin: 0px auto;}.w-1000 {max-width: 1000px;}.w-800 {max-width: 800px;}}
@media (max-width:1199px) and (min-width:991px) {.w-1200 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;margin: 0px auto;}.w-1000 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;}}
@media (max-width:991px){.w-1200 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;margin: 0px auto;}}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.px-30 {padding: 0 30px;}
@media (min-width:1200px) {.w-1200 {min-width: 1200px;}}
@media (max-width:1199px) and (min-width:991px) {.w-1200 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;}}
@media (min-width:992px){.index_style .col-lg-3 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}}
[data-position="center"]{margin-top: 0px;}
@media(max-width:1200px) and (min-width:768px){[data-position="center"]{margin-top: 0px;}}
@media(max-width:768px){[data-position="center"]{margin-top: 50px;}}
.WinChrome [data-position="center"]{margin-top: 50px;}


/*main*/
.go-to-top {right: 0;bottom: 10%;display: none !important;}
.web-page-frame .go-to-top .top{background: #404040;width: 50px;height: 50px;margin-right: 0px;border-radius: 0;box-shadow: none;font-weight: lighter;opacity: 0.9;}
.web-page-frame .go-to-top .top:hover {opacity: 1.0;}
.web-page-frame .go-to-top .top:after{margin-top: 14px;margin-left: 18px;width:12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;}
.web-page-frame .go-to-top .top-txt{left: calc(50% - 13px);font-weight: normal;font-size: 0.8rem;bottom: 9px;}
.web-page-frame .btn-primary{color:#fff!important;background-color: #c6b098 !important;border-color: #a77845 !important;}
.web-page-frame .btn-primary:hover{color:#fff!important;background-color: #b98854 !important;border-color: #a77845 !important;}
.search_table tbody td.sale-situation .btn {border-radius: 0rem;border-radius: 5px !important;}
.web-page-frame .btn-primary:not(:disabled):not(.disabled):active,.web-page-frame .btn-primary:not(:disabled):not(.disabled).active,.web-page-frame .show>.btn-primary.dropdown-toggle{color:#fff!important;background-color: #b98854!important;border-color: #a77845;/* border-radius: 0rem; */}
.web-page-frame .btn-primary:focus,.web-page-frame .btn-primary.focus,.web-page-frame .page-link:focus{box-shadow: 0 0 0 .2rem rgba(188,145,96,0.2)!important;}
.web-page-frame .btn-green{color:#fff!important;background-color: #544643  !important;border-color: #544643  !important;}
.web-page-frame .btn-green:hover{color:#fff!important;background-color: #544643  !important;border-color: #544643  !important;}
.web-page-frame .btn-light{color:#fff!important;background-color: #6c757d !important;border-color: #6c757d !important;}
section.group_table .table a:hover{color: #404040;}
section.group_table .table .trip_name a:hover{/* color:#544643  */}
.info .btn-primary{background-color:#544643 ;border-color:#544643 }
.info .btn-primary:hover{color:#fff!important;background-color: #a77845 !important;border-color: #c6b098!important;cursor: pointer;}
.web-page-frame .text_blue{color: #de3545;font-size: 1.2rem;}
.search-area .search-box .search-btn{background: #c6b198 !important;}
.list_con .style_icon .nav-pills .nav-link.active svg{fill: #666 !important;}
.list_con .style_icon .nav-pills a svg {fill: #a9a9a9;}
.filter_list i{color:#544643 !important;color:#fff!important}
.web-page-frame .search-area .search-box .select-goal .title i{color:#544643 !important}
.web-page-frame .search-area .search-box .select-place .title i{color: #544643 !important;}
.web-page-frame .search-area .search-box .select-date .title i{color: #544643 !important;}
.web-page-frame section.search_banner .search-area .search-box .select-input .data-icon-search{color: #544643 !important;}
.radio_style [type="radio"]:checked+label:after{background:#544643 !important}
section.search_con .pagination .page-item .page-link{/* border:1px solid #544643 !important; */width: 28px;height: 30px;}
@media (max-width:767px){section.search_con .pagination .page-item{margin: 0;}}
section.search_con .pagination .page-item.active .page-link {color: #ffffff;background: #544741;}
section .page-item.active .page-link {background:#544643 ;}
section.search_con .pagination .page-item .page-link:hover {background: #c6b198 !important;color: #544741;border: 1px solid #544741!important;}
section.search_con .pagination .page-item .page-link:hover svg{fill: #ffffff;}
section.search_con .pagination .page-item.active .page-link {background: #544741;border: 1px solid #544741!important;}
section .page-item.active .page-link {background:#544643 ;}
section .page-link {color: #333333;}
.web-page-frame .irs-slider{background: #544643;top: 27px;width: 15px;height: 15px;}
.web-page-frame .irs-slider.state_hover,.web-page-frame .irs-slider:hover{border: 2px solid #544643 ;}
.web-page-frame .irs-from,.web-page-frame .irs-to,.web-page-frame .irs-single{background: #977871;}
.web-page-frame figure.block_style .main_words a:hover {color: #0f2459;}
.web-page-frame .pic_style figure.block_style .main_words a:hover {color:#544643 }
.web-page-frame figure.block_style .note_words .share_box:hover {color:#544643 }
.web-page-frame .table .thead, .web-page-frame .table .thead:hover {background: #544643;font-size: 1.0rem;}
.web-page-frame .table .thead th {font-weight: normal;}
.web-page-frame .table .thead th.tour-name {padding: 0px 10px;text-align: left;}
section.group_table.trip_day table.table tr.thead th:nth-child(2){background:0 0}
section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{height:0}
.web-page-frame .fc .fc-toolbar.fc-header-toolbar{background: #404040;}
.D_products_group_mold #search-calendar, .D_products_group_detail #search-calendar{display: none;}
.D_products_group_mold #search-table, .D_products_group_detail #search-table{display: block;opacity: 1;}
.D_products_group_mold #pills-tab .nav-item #pills-home-tab, .D_products_group_mold #pills-tab .nav-item #pills-contact-tab,
.D_products_group_detail #pills-tab .nav-item #pills-home-tab, .D_products_group_detail #pills-tab .nav-item #pills-contact-tab{opacity: 0;}
.group_table.tripdown .IconMean{display:none}
.style_icon{display:none}
section.group_table .table .trip_name h5 {margin:0;}
.web-page-frame section.group_banner.trip_banner .basic_box{padding: 300px 0 3rem 0;background: #c6b098;}
.web-page-frame section.group_table.trip_airline .table .thead th {border-right: 1px solid #7d7d7d;}
.web-page-frame section.group_banner .media-grouop .share_box:hover, .web-page-frame section.group_banner .media-grouop .forword_box:hover { background: #544643 ;}
.web-page-frame section.group_table.trip_airline .table .thead:hover  {background: #404040;}
.web-page-frame .filter_list .form-check .customcheck input:checked ~ .checkmark {background-color: #297dc0;}
.web-page-frame section.group_banner.trip_banner .btn-info {background-color: #544643 ;border-color: #544643 ;}
.web-page-frame section.group_banner.trip_banner .btn-info:focus, .web-page-frame section.group_banner.trip_banner .btn-info.focus {box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.4);}
.popover {background: #544643  !important;}
.popover .close {border: 1px solid #544643  !important;color: #544643  !important;}
.popover .arrow:after, .popover .arrow:before {border-color: transparent transparent #544643  transparent !important;}
.popover .close:hover {background: #544643  !important;}
.web-page-frame .sub_menu-trip .trip_menu li a:hover {/* background: #5c5c5c; */}
.web-page-frame .sub_menu-trip .trip_menu li a:hover span{color: #ca9861;}
.Day_menu .swiper_day .swiper-slide a{background: #c6b098;border: 1px solid #c6b098;color: #fff;}
.Day_menu .swiper_day .swiper-slide a:hover {background: #c6b098;border: 1px solid #c6b098;opacity: 0.6;}
section.trip_note .card-header .btn {background: #544643 !important;color: #fff !important;}
section.trip_note .card-header a[aria-expanded="false"]:after {color: #fff !important;}
.sub_menu-trip .server_menu li:nth-child(1) {background: #c6b098;}
.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){background: #404040;}
.sub_menu-trip .trip_menu i{display: none;}
.sub_menu-trip .server_menu>ul>li.download-fixed-btn{background:#404040}
.sub_menu-trip .server_menu>ul>li.share-fixed-btn{background:#404040}
.sub_menu-trip .server_menu>ul>li.query-fixed-btn{background:#404040}
figure.block_style .pic_all .plane_word{background:transparent linear-gradient(180deg,transparent 0,rgba(0,0,0,.84) 100%) 0 0 no-repeat;bottom:0}
@media (min-width:991px){section.group_banner .group_num{position: absolute;right: 0;top: 0;}}
/*main*/

.day_style_1 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_1 img {width:100%;}
.day_style_2 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_2 img {width:100%;}
.day_style_3 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_3 img {width:100%; height: 253px;}
.day_style_4 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_4 img {width:100%; height: 187px;}
.day_style_5 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_5 img {width:100%;height: 253px;height: 230px !important;}
@media (max-width: 1600px) {.day_style_5 img {width:100%;height: 253px;height: 170px !important;}}
@media (max-width: 1400px) {.day_style_5 img {width:100%;height: 253px;height: 170px !important;}}
@media (max-width: 1200px) {.day_style_5 img {width:100%;height: 253px;height: 140px !important;}}
@media (max-width: 991px) {.day_style_5 img {width:100%;height: 253px;height: 150px !important;}}
@media (max-width: 768px) {.day_style_5 img {width:100%;height: 253px;height: auto !important;}}
.day_style_6 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_6 img {width:100%; height: 187px;}
.day_style_7 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_7 img {width:100%; height: 253px;}
.day_style_8 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_8 img {width:100%; height: 187px;}
.day_style_9 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_9 img {width:100%;}
.day_style_10 {width: 100%;display: table;margin-bottom: 20px;position: relative;/*padding: 15px;*/overflow: hidden;}
.day_style_10 img {width:100%;}
.day_style_10 .item_text {/* z-in;;in: 0px 15px; *//* overflow: hidd;;e;/* overflow: hidden; */}
.day_style_10 .item_text p {margin: 0;background: rgb(84 70 67 / 70%);border-radius: 0 0 0 20px;color: #FFF;padding: 40px 50px;position: absolute;max-width: 40%;right: 15px;bottom: 45px;width: calc(100% - 30px);margin: 0 auto;z-index: 10;}
@media (max-width:991px){
.day_style_10 .item_text p{padding:35px 20px;position:relative;bottom:0;width:calc(100% - 0px)}
.day_style_10 img{margin-bottom:0!important}
}
@media (max-width:767px){.day_style_10 .item_text p{padding: 15px 10px;position:relative;bottom:0;width:calc(100% - 0px);right: 0;max-width: 100%;}}
.day_style_11 {width: 100%; display: block; margin-bottom: 20px; padding: 0;}
.day_style_11 .tp_group {width:100%;/*border: 1px solid #ddd;*/ padding: 0; display: inline-block;}
.day_style_11 .tp_group p {margin: 10px 0 0;}
.day_style_11 .tp_group img {width:100%;}
.day_style_12 {width: 100%; display: block; margin-bottom: 20px; padding: 0 10px;}
.day_style_12 .tp_group {width:100%;/* border: 1px solid #ddd; *//* padding: 10px 0; */display: inline-block;}
.day_style_12 .tp_group img {width:100%;margin: 0 auto;}
.day_style_13 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_13 img {width:100%; height: 187px;}
.day_style_13 p {background: rgba(0, 0, 0, 0.7); color: #FFF; text-align: center;}
.day_style_14 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_14 iframe {width: 100%;height: 600px;}
.day_style_15 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_15 iframe {width: 100%; height: 383px;}
.day_style_1, .day_style_2, .day_style_3, .day_style_4, .day_style_5, .day_style_6, .day_style_7, .day_style_8, .day_style_9, .day_style_10, .day_style_11, .day_style_12, .day_style_13, .day_style_14, .day_style_15 {display: flex;flex-wrap: wrap;}
@media (max-width:565px){.day_style_14 iframe {height: 300px;}}

.day_con .info img {height:auto !important;border-radius: 0 0 30px 0;}
.day_con p{margin-top: 10px;margin-bottom: 10px;line-height: 1.8;}
section.group_table.trip_features .item img {height:auto !important;margin-top: .5rem;margin-bottom: .5rem;width: auto;}
.main_trip img {height:auto !important;}
.trip_day .day_con .info_box .word_r + div > .info > img, .trip_day .day_con .info_box .word_l + div > .info > img {display: none;}
.img-thumbnail {border: none;padding: 0;border-radius: 0;}

.day_con .info_box > .row > div:nth-child(1){display:none;}
.day_con .info_box > .row > div:nth-child(2){max-width:100%;flex:0 0 100%;}
section.group_table.trip_day .info_box .info_box_title{margin-left:0;border: none;}


/*list*/
.WinChrome section.group_banner.search_banner, .WinIe section.group_banner.search_banner {/* height: 640px; */}
.WinChrome section.group_banner .search-area, .WinIe section.group_banner .search-area {/* min-height: 110px; *//* bottom: calc(50% - (145px/2)); */}
figure.block_style .pic_all::after {border-color: transparent transparent transparent rgb(198 177 152 / 85%);}
.list_con .style_icon span {line-height: 2.0;}
.font-weight-bold  {font-weight: 500 !important;}
.filter_list .btn i  {vertical-align: inherit;margin-right: 10px;}
figure.block_style .price_box span {/* font-size: 1.6rem; *//* font-weight: normal; *//* letter-spacing: .1rem; *//* font-family: 'Noto',  sans-serif; */}
.pic_style figure.block_style .price_all h4 span {font-family: 'Noto Sans TC', sans-serif;font-weight: normal;font-size: 1.4rem;}
.list_con .title p {margin-top: 10px;}
figure.block_style .pic_all .item_days {font-family: 'Noto Sans TC', sans-serif;width: 64px;font-weight: lighter;font-style: italic;padding: 5px 0;font-size: 2.0rem;letter-spacing: 0.1rem;}
figure.block_style .pic_all .item_days span {font-size: .8rem;margin-left: 5px;margin-top: 8px;}
figure.block_style .main_words .go-date {font-size: 1.2rem;/* color: #898989; */letter-spacing: 0.02rem;}
.irs-bar {background: #977871;}
.badge-primary {background-color: #4976dc;}
.search_table tbody td.tour-price span {font-size: 1.2rem;font-family: 'Noto Sans TC', sans-serif;font-weight: normal;}
.pic_style figure.block_style .main_words {border: 1px solid #e2e2e2;}
.search_table .thead th.tour-price {width: 15%;}
.tag.btn-warning{font-size:0!important;display:block}
.tag.btn-warning::before{content:'限時推薦';font-size:.875rem}
@media (max-width: 1199.98px){.tag.btn-warning::before{font-size:.75rem}}
.iteam .tag.btn-warning::before{font-size: 1.125rem;}
@media (max-width: 575.98px){.iteam .tag.btn-warning::before{font-size: 0.75rem;}
.search-area .search-box .search-btn h5{font-size: 1.25rem;letter-spacing: .5rem;}}

/*detail*/
.D_products_group_detail{background: #fff;}
.sub_menu-trip .trip_menu i {display:none;}
.sub_menu-trip ul{/*display: inline-flex;flex-direction: column;*/margin-bottom: 0;}
@media (min-width: 575.98px) {.sub_menu-trip ul{display: inline-flex;flex-direction: column;}}
.sub_menu-trip .trip_menu li:nth-last-child(1){order: -1;}
.basic-air-btn a {font-size: 1.0rem;background: #ffffff;border: 1px solid #ddd;padding: 5px 25px;color: #888;border-radius: 0px;}
.basic-air-btn a:hover {background: #e8e8e8;color: #444;}
#qrcode:hover canvas {width: 200px;height: 200px;box-shadow: 0px 1px 17px #adadad;}
.group_num #qrcode img {width: 40px;}
section.group_banner .group_num #qrcode::after{font: normal normal normal 18px/1 FontAwesome;}
section.group_banner .price_content .panel-info {border: 1px solid #c6b098;border-radius: 0 20px 0 0;overflow: hidden;}
section.group_banner .price_content .panel-info .panel-heading {background: #c6b098;font-weight: normal;/* font-size: 1.0rem; */}
section.group_banner .price_content .panel-info .panel-body{/* font-size: 1.0rem; */color: #444;}
section.group_banner.trip_banner h3.price {font-weight: normal;letter-spacing: .1rem;font-family:'Noto Sans TC', sans-serif;}
.basic-air-info .time {border-bottom: 2px dotted #adadad;color: #555;font-size: 1.25rem;font-weight: normal;}
.basic-air-info {background: #f0f0f0;border: 1px solid #c6b098;padding: 1.8rem 1rem !important;margin-top: 1.5rem !important;}
.basic-air-info .go i, .basic-air-info .back i {color: #555;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);font-size: 1.2rem;margin-right: 14px;}
.basic-air-info .back i.fa-plane:before,.basic-air-info .go i.fa-plane:before{content:"\E005";font-family:icon,FontAwesome}
.basic-air-info .back h3,.basic-air-info .go h3{color:#555;font-size: 1.25rem;font-weight: normal;margin-bottom: 0.75rem;}
.basic-air-info .back br,.basic-air-info .go br{display:none}
.basic-air-info .go h4, .basic-air-info .back h4 {font-family: 'Noto Sans TC', sans-serif;margin-bottom: 0;font-size: 1.5rem;color: #404040;font-weight: normal;}
section.group_table.trip_features:after, section.group_table.trip_airline:after, section.group_table.trip_day:after, section.group_table.trip_note:after, section.group_table.view_intro:after, section.group_table.tripdown:after {background: #000000;}
.group_table>.container>.text-center {padding-top: 0rem;/* margin-top: -6rem; */margin-bottom: 0rem !important;}
section.group_table.trip_day .info_box .info_box_title .day_title {font-size: 1.8rem;font-weight: normal;font-family: 'Noto Sans TC', sans-serif;background: #c6b098;color: #fff;padding: 10px;border-radius: 0 0 30px 0;text-align: center;}
section.group_table.trip_day .info_box .info_box_title .day_sub-title {font-size: 1.25rem;letter-spacing: .05rem;/* width: calc(100% - 240px); */border: none;}
@media (min-width: 991px) {section.group_table.trip_day .info_box .info_box_title .day_sub-title{    width: calc(100% - 240px);}}
section.group_table.trip_day .info_box .info_box_title > div{padding: 0;margin-bottom: 15px;}
.basic-air-airport i {color: #f37272;}
.flight_details .details_box > h4  {background: #c6b098;}
.flight_details {border: 1px solid #6c757d;}
.flight_details .details_box > h4 i {color: #ffffff;}
section.group_table.tripdown .style_icon ul li a.nav-link {border: 1px solid #6f89a3;color:#6f89a3;border-radius: 0px;font-size: .9rem;padding: 8px 12px;}
section.group_table.tripdown .style_icon ul li a.active.nav-link {background-color: #396fa6;color:#fff;}
section.group_table.tripdown .style_icon ul li a.nav-link svg {fill:#6f89a3;width: 18px;}
section.group_table.tripdown .search_table tbody td.tour-price span {font-family: 'Noto Sans TC', sans-serif;font-size: 1.25rem;font-weight: normal;}
section.group_table.tripdown .search_table tbody td.tour-name a.title_main {/* font-weight: normal; */font-size: 1.1rem;}
section.group_table.tripdown .search_table tbody td.go-airport h6 {margin-bottom: 0rem;}
section.group_table.trip_day .info_box .info_box_title p {background: #f1f1f1;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
section.group_table.tripdown .search_table tbody td  {padding: 20px 10px;}
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 {padding-top: 3rem;margin-bottom: 30px;}
section.group_banner.trip_banner{order: -2;}
section.group_table.tripdown{order: -1;}
section.group_table.trip_features .container .group_table_box p{text-align: justify;margin-bottom: .5rem;line-height: 1.8;}
section.group_table.trip_features .container .group_table_box .title_s{font-size: 0;border: none;display: none;}
section.group_table:after,section.group_table:before{background:0 0!important}
section.group_table .container > .text-center> h2{margin-bottom: 15px !important;color: #544741 !important;border-radius:100px;border:2px solid #544741;display:table;margin:0 auto;padding:10px 60px;font-size:1.5rem;letter-spacing:.25rem;text-shadow: none !important;font-weight: 500 !important;position: relative;}
section.group_table .container > .text-center> h2:before,section.group_table .container > .text-center> h2:after{content:'';position:absolute;width: 18px;height: 18px;bottom: 15px;left: 33px;margin:0;margin-top:0;transition:.5s;background-repeat:no-repeat!important;background-size:auto;background:url(https://materials.fillo.com.tw/materials/lottotour/images/5b8e5b8e-c592-411e-9c1d-a460c4fcc069.svg);background-position:center;background-size: 100%;filter: brightness(0) saturate(100%) invert(22%) sepia(2%);}
section.group_table .container > .text-center> h2:after{right: 30px;left: unset;}
section.group_table.trip_features .container .group_table_box, section.group_table.trip_airline .container .group_table_box, section.group_table.trip_day .container .group_table_box, section.group_table.trip_note .container .group_table_box, section.group_table.view_intro .container .group_table_box, section.group_table.tripdown .container .group_table_box{margin-top: 0rem;}
section.group_table.trip_note p{line-height: 2.0;letter-spacing: 1.1px;}
@media (max-width: 767px) {
section.group_table.trip_day .info_box .info_box_title .day_title {/* margin: 0px auto 10px auto; */padding: 10px 10px;width: 150px;font-size: 1.5rem;border: none;}
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 {padding-top: 9rem;}
}
@media (max-width: 576px) {
#qrcode {display:none;}
section.group_banner.trip_banner h6 {padding: 0px;}
section.group_table.trip_features .container .group_table_box, section.group_table.trip_airline .container .group_table_box, section.group_table.trip_day .container .group_table_box, section.group_table.trip_note .container .group_table_box, section.group_table.view_intro .container .group_table_box, section.group_table.tripdown .container .group_table_box{padding: 30px 0px 50px;}  
}

/*search*/
.search_keyword{/* position:absolute; *//* bottom: 15vh; *//* left: 2vw; *//* z-index:1; */}
.search_keyword .group_banner.search_banner .search-area{min-height:auto;}
.search_keyword .group_banner.search_banner .search-area>.container{background:0 0;display:table;border-bottom:none}
.search_keyword section.group_banner .search-area .search-box{margin:0;height: auto;}
.search_keyword section.group_banner .search-area .search-box>div:nth-child(1){-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;/* padding:0!important; */}
.search_keyword section.group_banner .search-area .search-box>div:nth-child(4){-ms-flex: 0 0 35%;flex: 0 0 35%;max-width: 35%;/* padding:0!important; */}
.search_keyword section.group_banner .search-area .search-box div:nth-child(5){-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;/* padding:0!important; */}
.search_keyword section.group_banner .search-area .search-box div:nth-child(7){-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;/* padding:0!important; */}
.search_keyword section.search_banner .search-area .search-box .select-place, .search_keyword section.group_banner .search-area .search-box .select-date{padding: 7px 7px;height: 66px;}
.search_keyword section.search_banner .search-area .search-box .select-input .data-icon-search{top: calc(17px);/* color: #c6b198 !important; */}
.search_keyword section.group_banner .search-area .search-box .select-input>input{height: 44px;font-family: 'Noto Sans TC', sans-serif !important;background: #ffffff;/* border: 1px solid #fff; */color: #544643;/* text-shadow: 1px 2px 2px #000000bf; */font-size: 1.0rem;}
.search_keyword section.group_banner .search-area .search-box .select-input{position:relative}
.search_keyword section.group_banner .search-area .search-box .select-input:before{content:'';position:absolute;z-index: -1;width: 50px;height: 50px;bottom: 0px;top: -36px;left: 0;margin:0;margin-top:0;transition:.5s;background-size: contain !important;background-repeat:no-repeat!important;background-size:auto;background:url(https://materials.fillo.com.tw/materials/lottotour/images/aef26864-6dc2-44ca-9ae7-89397467fab8.svg);background-position:center;display: none;}
.search_keyword section.group_banner .search-area .search-box .select-input>input::placeholder{color:#544643}
.search_keyword .search-area .search-box .search-btn h5{display:none;}
.search_keyword .search-area .search-box .search-btn i{color: #fff;transform: translateY(0px) !important;transform: translatex(0px) !important;width: 24px;height: 24px;}
.search_keyword .search-area .search-box .search-btn:hover i{transform: translatex(2px) !important;}
.search_keyword section.group_banner .search-area .search-box .search-btn{height: 44px;/* border: 1px solid #fff !important; */border-left: none !important;border-radius: 0 0 15px 0;background: #fff !important;}
.search_keyword .search-area .search-box .search-btn .data-icon:before{content:'';position:absolute;z-index: 1;width: 24px;height: 24px;bottom: 0px;top: 0;left: 0;margin:0;margin-top:0;transition:.5s;background-size: contain !important;background-repeat:no-repeat!important;background-size:auto;background: url(https://materials.fillo.com.tw/materials/lottotour/images/fff0af86-b9dd-4393-966d-f3581a5d6d9c.svg);background-position:center;filter: invert(1);}
@media (min-width:1460px){.search_keyword{max-width: 330px;margin: 0 auto;}}
@media (max-width:991px){.search_keyword{position:absolute;bottom: 9vh;left: 0;z-index:1;}}
@media (min-width:768px){.search_keyword .container{max-width: 90%;}}
@media (max-width:767px){.search_keyword{top:-86px;left:unset;-ms-flex: 0 0 58%;flex: 0 0 58%;max-width: 58%;right:0;padding-right:10px;padding-left:10px}
.search_keyword section.search_banner{width:100%}
.search_keyword section.group_banner .search-area .search-box div:nth-child(7){-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}
.search_keyword section.group_banner .search-area .search-box .select-input>input{font-size:.9rem;height:36px;padding-left:5px}
.search_keyword .mic_icon i{padding: 6px 5px 3px;}
.search_keyword section.search_banner .search-area .search-box .select-input .data-icon-search{display:none}
.search_keyword section.group_banner .search-area .search-box div:nth-child(5){-ms-flex:0 0 82%;flex:0 0 82%;max-width:82%;padding:0!important}
.search_keyword section.group_banner .search-area .search-box .search-btn{height:36px}
.search_keyword section.group_banner .search-area .search-box div:nth-child(7){-ms-flex:0 0 18%;flex:0 0 18%;max-width:18%;padding:0!important}
.search_keyword .select-date,.search_keyword .select-place{display:none}
}

.main_info p.cn_word {margin-bottom: 0;}
.main_info .cn_word img{max-width: 6vw;}
.main_logo .link{display:flex;flex-direction:row-reverse;justify-content:space-evenly;margin-top: 3rem;margin-top: 2vw;margin-bottom: 6rem;margin-bottom: 1vw;}
.main_logo .link ul{-ms-writing-mode:tb-lr;writing-mode:vertical-lr}
.main_logo .link ul li{list-style:none;border-left: 1px solid #3c2f29;padding: 0 12px;}
.main_logo .link ul li:nth-last-child(1){border-right: 1px solid #3c2f29;}
.main_logo .link ul li a{font-size: 1.3rem;font-weight:400;line-height:1.5;letter-spacing:.5rem;color: #3c2f29;text-decoration:none!important;transition:.5s;font-family: 'Noto Sans TC', sans-serif !important;}
@media (min-width:1200px){.main_logo .link ul li a:hover{color:#83684d}
}
@media (max-width:1200px){.main_logo .link{margin-top: 1.5vw;margin-bottom: 2vw;}.main_logo .link ul li a{font-size: 1.1rem;}}

.main_logo{margin-top: 180px;margin-top: 6vw;margin-bottom: 4vw;}
.main_logo p.cn_word {margin-bottom: 0;}
.main_logo .cn_word img{max-width: 6vw;}
.main_info{margin-top: 0vw;margin-bottom: 2vw;}
.main_info .follow_us{padding: 0 2vw;margin-top: 1rem;}
.main_info .follow_us h5 span{color: #3c2f29;letter-spacing: 0.2rem;padding: 0;}
.main_info .follow_us ul{display:flex;flex-direction:row;justify-content:center;margin-bottom: 0.25rem;}
.main_info .follow_us ul li{list-style:none;padding: 6px;}
.main_info .follow_us ul li a:hover{opacity:.8}
.main_info .follow_us ul li img{max-height: 40px;}
.main_info .follow_us p{text-align:center;font-size:1.1rem;font-weight:400;line-height:1.5;letter-spacing:.2rem}
.main_info .follow_us span{padding-left:.5rem;font-family: 'Noto Sans TC', sans-serif !important;color: #3c2f29 !important;}
@media (max-width:767px){.main_info p.cn_word,.main_logo .link,.main_info .follow_us ul{display:none}
}
@media (max-width:1200px){.main_logo{margin-top: 180px;margin-top: 3vw;margin-bottom: 0vw;}
.main_info{margin-top: 0vw;margin-bottom: 1vw;}
.main_info .follow_us span{padding-left: .1rem;}
.main_info .follow_us p{font-size: 1.0rem;letter-spacing: .1rem;}
}

.index_main>.module-container>.main{background: none !important;}
.index_main>.module-container>.main:before{content:'';width: calc(86%);width: calc(100% - 360px);padding:0;top:0;/* left: 14%; */right: 0;border-radius: 0 0  0 60px;height:100%;background: #d3c7bb;position:absolute}

.index_en{position:absolute;z-index: 2;right: 0;max-width: 52.5vw;}
@media (max-width:767px){.index_en{display:none}
.index_main{margin-bottom: 2.5rem;}}

.main_slider .bs-carousel{display:flex;flex-direction:column}
.main_slider .carousel-indicators{position:relative;order:12;z-index:10;padding: 10px 10px 10px 30px;margin:0;display: flex;justify-content: flex-start;}
.main_slider .carousel-indicators li{width: 15px;height: 15px;border-radius:100%;overflow:hidden;opacity:1;margin:1px;background-color: #3c2f29;border:10px solid transparent;position: relative;}
.main_slider .carousel-indicators li.active{background-color:#ead77b;border: none;}
.main_slider .carousel-indicators li.active:before{content:'';position:absolute;z-index: 1;width: 30px;height: 30px;bottom: 0px;top: 0;left: 0;margin:0;margin-top:0;transition:.5s;background-size: contain !important;background-repeat:no-repeat!important;background-size:100%;background:url(https://materials.fillo.com.tw/materials/lottotour/images/aef26864-6dc2-44ca-9ae7-89397467fab8.svg);background-position:center center;}
.main_slider .carousel-fade .carousel-item{border-radius: 0 0 90px 0;overflow: hidden;}
.main_slider .carousel-indicators li.active{/* background-color:#8c783c; */width: 30px;height: 30px;}
.main_slider .carousel-control-next, .main_slider .carousel-control-prev{display:none}
.main_slider .carousel-control-next-icon{background-image:url(https://materials.fillo.com.tw/materials/bigeagle/images/68e04996-2c59-46de-a14b-eeabe33c0c9a.svg)}
.main_slider .carousel-control-prev-icon{background-image:url(https://materials.fillo.com.tw/materials/bigeagle/images/642faeb1-e3ea-4b3b-b67f-a5df4a860c06.svg)}
.main_slider .carousel-control-next-icon,.main_slider .carousel-control-prev-icon{width:35px;height:35px}
.main_slider .carousel-fade .carousel-item .carousel-caption{-ms-writing-mode:tb-lr;writing-mode:vertical-lr;top: 7vw;bottom:unset;left: 3vw;}
.main_slider .carousel-fade .carousel-item .carousel-caption h5{letter-spacing:.5rem;text-shadow: 1px 3px 7px #686868a3;font-family: 'Noto Sans TC', sans-serif !important;font-weight: 500;}
@media (max-width:1400px){.main_slider .carousel-fade .carousel-item .carousel-caption h5{font-size:1.25rem;letter-spacing:.3rem}
.main_slider .carousel-fade .carousel-item .carousel-caption{top:10vw}
}
@media (max-width:991px){.main_slider .carousel-fade .carousel-item .carousel-caption{top: 15vh;}
.main_slider .bs-carousel .carousel-item h5{font-size: 1.25rem;}}
@media (max-width:767px){.main_slider .carousel-indicators li{width: 9px;height: 9px;border: 3px solid transparent;}
.main_slider .carousel-indicators li.active{width: 20px;height: 20px;}
.main_slider .carousel-indicators li.active:before{width: 20px;height: 20px;}
.main_slider .carousel-indicators{padding: 15px 10px 16px 10px;width: 50%;}
.main_slider .carousel-indicators li.active:before{width: 20px;height: 20px;}
.main_slider .carousel-fade .carousel-item .carousel-caption{display: block !important;top: 10vh;left: 0vw;}
}

.video_slider .swiper-slide-style{display: flex;flex-direction: column;border-radius: 15px;overflow: hidden;margin-top: 90px;opacity: 0.2;}
.video_slider .swiper-slide-style.swiper-slide-active{margin-top: 0px;opacity: 1;}
.video_slider .swiper-slide .swiper-title{order:1;display: none;}
.video_slider .swiper-slide .swiper-img{position:relative;margin:0;display: none;}
.video_slider .swiper-slide .swiper-img img{border-radius:0;object-fit:cover;aspect-ratio:3/1.7;object-position:center center}
.video_slider .swiper-slide .swiper-img img[src='']{aspect-ratio:unset}
.video_slider .swiper-slide .swiper-img img::after{content:"\f1c5" " " attr(alt);font-size:0;font-family:FontAwesome;color:#fff;display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:#fff}
.video_slider .swiper-slide .swiper-content{padding:0;margin-top: 0px;margin-bottom: -7px;position:relative;z-index:9;padding-top:30px}
.video_slider .swiper-slide .swiper-content iframe{aspect-ratio:3/1.7;margin-top:-30px}
.video_slider .swiper-button-next.swiper-button-disabled,.video_slider .swiper-button-prev.swiper-button-disabled{opacity:0}
.video_slider .swiper-button-next,.video_slider .swiper-button-prev{bottom:0;height:100px;width:100px;line-height:0;font-size:0;cursor:pointer;background:0 0;opacity:1;color:#331919}
.video_slider .swiper-button-next:after,.video_slider .swiper-button-prev:after{padding:0;font-size:2rem;font-weight:600;color:#fff;color: #c6b198;}
@media (max-width:767px){.video_slider .swiper-slide-style{margin-top: 30px;}
.video_slider .swiper-button-next,.video_slider .swiper-button-prev{/* top: unset; */height: 50px;width: 50px;}
.video_slider .swiper-button-next:after, .video_slider .swiper-button-prev:after{color: #c6b198;}
}

@media (max-width:767px){.theme_bg>.module-container>.row{background-image: url(https://materials.fillo.com.tw/materials/lottotour/images/37f309fc-f7da-4ff2-9de0-9a589a92981c.png) !important;padding: 0px 5%;background-size: contain !important;background-position: center !important;}
.theme_bg{padding: 0px 40px;margin-top: 3.0rem;}}

.main_theme{padding-top:0;padding-bottom: 0em;background:0 0;/* margin-right:0; *//* max-width: 900px; *//* display: none !important; */}
.main_theme .hover-wall .col-sm-12:after{content:'';position:absolute;z-index: 1;width: 30px;height: 30px;bottom: 0px;top: 45%;right: -15px;margin:0;margin-top:0;transition:.5s;background-size: contain !important;background-repeat:no-repeat!important;background-size:auto;background:url(https://materials.fillo.com.tw/materials/lottotour/images/aef26864-6dc2-44ca-9ae7-89397467fab8.svg);background-position:center;}
.main_theme .hover-wall .col-sm-12:nth-last-child(1):after{display:none}
.main_theme .hover-wall .icon_info{box-shadow:none;background: none;border-radius:0;height:100%;-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);box-shadow: none;border-radius: 15px;}
.main_theme .hover-wall .icon_info:hover{bottom:unset;box-shadow: none;}
.main_theme .hover-wall .icon_info figure{/* display:none; */display: flex;}
.main_theme .hover-wall .icon_info figure .overlay {display:none}
.main_theme .hover-wall .icon_info figure .b_img{margin: 1.5rem auto 0rem auto;max-width: 280px;padding-top:10px;-webkot-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);border-radius: 100%;}
.main_theme .hover-wall .icon_info:hover figure .b_img{-webkot-transform: scale(.95);-moz-transform: scale(.95);-ms-transform: scale(.95);-o-transform: scale(.95);transform: scale(.95);}
.main_theme .hover-wall .icon_info h3{font-size: 1.5em;margin-bottom: 1rem;letter-spacing: .4rem;font-weight: normal;padding:0 10px;position:relative;/* background:#f7f7f7; */}
.main_theme .hover-wall .icon_info h4{font-style:normal;color: #2b2c26;font-size: 1.0rem;/* height:68px; */padding:0 10px;font-weight: normal;transition: 0.5s;letter-spacing: .1rem;}
.main_theme .hover-wall .icon_info:hover h4{color: #82623B !important;transition: 0.5s;}
.main_theme .hover-wall .icon_info p.animate-text{font-size:.95em;letter-spacing:.05em;padding:0 10px;height:82px}
@media (max-width:991px){.main_theme{max-width: 700px;}
.main_theme .htpro_tit{display:none}
.main_theme .hover-wall .icon_info h4{height:auto}
.main_theme .hover-wall .icon_info p.animate-text{height:auto}
.main_theme .hover-wall .col-sm-12{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
}
@media (max-width:767px){.main_theme .hover-wall .col-sm-12{margin-bottom: 0rem!important;padding:0!important;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.main_theme .icon_info a{height: 180px;display:flex;flex-direction:column;justify-content:center}
.main_theme .hover-wall .icon_info figure{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:absolute;margin:0}
.main_theme .hover-wall .icon_info figure .b_img{height: 150px;max-width:fit-content;margin-top:0;padding:0;}
.main_theme .hover-wall .icon_info h3{margin-left: 40%;margin-bottom: 0rem;font-size: 1.25em;}
.main_theme .hover-wall .icon_info h4{margin-left: 40%;margin-bottom: 0;font-size: .85em;letter-spacing: .05rem;}
.main_theme .hover-wall .col-sm-12:after{display:none}.main_theme .hover-wall .col-sm-12:nth-child(2){margin-top: -1rem;}
}
@media (max-width: 500px){.main_theme{padding: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.main_theme .hover-wall .icon_info figure .b_img{width: 110px;height: auto;height: 110px;margin-right: .5rem;}
.main_theme .icon_info a{height: 16vh;}
}
@media (max-width: 390px){.main_theme .hover-wall .icon_info figure .b_img{width: 90px;height: auto;height: 90px;}}

.area_tab .nav {/* border-bottom: 1px solid #dadada; *//* border-top: 1px solid #dadada; */}
.area_tab .nav-item{position: relative;}
.area_tab .nav-item:before{content:'';width: 1px;top: 15px;background: #777;height: 15px;position:absolute;left: 0;}
.area_tab .nav-item:nth-last-child(1):after{content:'';width: 1px;top: 15px;background: #777;height: 15px;position:absolute;right: 0;}
.area_tab .nav-link{background:#fff;margin: 0px 0px;color: #000000;letter-spacing:1.8px;padding: 0.5rem 1.0rem;font-size: 1.25rem;border-radius: 0;margin: 0rem .5rem;}
.area_tab .nav-link.active{color: #ffffff;background: #d3c7bb;border-radius: 15px 15px 0 0;}
.area_tab .nav-link:hover{/* border: 1px solid #bcbcbc; */}
@media (max-width:768px){
.area_tab .nav{padding: 6px 10px 0px 10px;justify-content: flex-start !important;width: 100vw;overflow-x: scroll;flex-wrap: nowrap !important;}
.area_tab .nav li{min-width: fit-content;}
.area_tab .nav-link{/* padding: 0.5rem 0.5rem; *//* margin: 0px; */font-size: 1.1rem;}

}

.area_box>.module-container>.row:before{content:'';width: 100%;bottom: 0;height:150px;position:absolute;background:#fff}
.area_slider{margin-top:120px}
.area_slider .module-container .swiper-slide .swiper-title{overflow:hidden;font-size: 1.25rem;overflow:hidden;color: #3c2f29;font-weight:500;/* width:100%; */margin:0;padding: 5px 10px;border-radius: 30px;z-index:1;position:absolute;bottom: 40%;display:flex;justify-content:center;background: #d3c7bb;/* height:300px; *//* letter-spacing:1.25rem; */text-align:center;transition:.5s;animation-delay:1s;left: 50%;-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.area_slider .module-container .swiper-slide .swiper-content{overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp: 4;border:none;/* width:100%; */padding-left:3vw;padding-right:1.5vw;padding: 0 !important;display:-webkit-box;position:absolute;z-index:2;bottom: 18%;/* right:0; */left:0;-ms-writing-mode:tb-lr;align-items:center;flex-direction:row;/* display:none; */left: 50%;-ms-transform: translate(-50%, 0);transform: translate(-50%, 0);}
.area_slider .module-container .swiper-slide .swiper-content ul{padding: 0 10px 0 20px;border-left: 1px solid #ffffff94;text-align:center;}
.area_slider .module-container .swiper-slide .swiper-content ul li{color:#fff;text-align:left;font-family:'Noto Sans TC', sans-serif!important;font-size: 1.0rem;}
.area_slider .module-container .swiper-slide .swiper-content h5.BK{color:#000;font-size:1.1rem;padding:24px 18px;margin:0;font-weight:200;letter-spacing:3px;font-family:'Noto Sans TC', sans-serif!important;z-index:4;position:relative;background:rgb(255 255 255 / 70%);backdrop-filter:blur(2px)}
.area_slider .module-container .swiper-slide .swiper-content h5.eng{color:#898787!important;font-size:1.6rem;padding:15px 0;font-family:'Noto Serif TC',serif!important;letter-spacing:2.4px;font-weight:300}
.area_slider .module-container .swiper-slide-style{box-shadow:none!important;overflow:hidden;background:0 0;position:relative;border-radius:300px;/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https: //colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.3+50,0.8+100 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.area_slider .module-container .swiper-slide .swiper-img:before{content:'';width: 100%;top: 0;height:100%;position:absolute;left: 0;background: linear-gradient(to bottom, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 20%) 60%, rgba(0, 0, 0, 0.8) 100%);z-index: 1;}
.area_slider .module-container .swiper-slide .swiper-img:before{}
.area_slider .module-container .swiper-slide .swiper-img img{border-radius:15px;transition:.5s}
.area_slider .module-container .swiper-slide .swiper-img{z-index:0;overflow:hidden;margin:0;border-radius:15px;}
.area_slider .module-container .swiper-pagination-bullet{width:2px;height:2px;padding:3px;line-height:5px;background:rgb(0 0 0);border:1px solid #0000;color:#000;border:5px solid #fff}
.area_slider .module-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgb(0 0 0);border-radius:50px;box-shadow:0 0 0 1px #b7b7b7}
.area_slider .module-container .swiper-button-prev{top:unset;bottom:0;width:60px;height:60px;background:#fff;opacity:.8;left:calc(50% - 150px);border-radius:100%;z-index:10;display:none}
.area_slider .module-container .swiper-button-next{top:unset;bottom:0;width:60px;height:60px;background:#fff;opacity:.8;right:calc(50% - 150px);border-radius:100%;z-index:10;display:none}
.area_slider .module-container .swiper-button-prev:after{font-size:1.25rem;font-weight:700;background:0 0;padding:5px 0 5px 0;color:#092f90}
.area_slider .module-container .swiper-button-next:after{font-size:1.25rem;font-weight:700;background:0 0;padding:5px 0 5px 0;color:#092f90}
.area_slider .module-container .swiper-button-disabled{display:none}
@media (max-width:991px){.area_slider .module-container .swiper-button-next{right:20px}
}
@media (min-width:767px){.area_slider .module-container .swiper-slide:hover .swiper-content{/* display:block; */}
.area_slider .module-container .swiper-slide:hover .swiper-title{/* top:0; *//* bottom:unset; *//* transition:.5s; *//* animation-delay:2s; *//* transform:translate(0,50%); */}
.area_slider .module-container .swiper-slide:hover .swiper-content h5.BK{background:rgb(255 255 255 / 90%)}
.area_slider .module-container .swiper-slide:hover .swiper-img img{transition:.5s;-webkit-filter:brightness(70%);filter:brightness(70%);-webkot-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-filter: blur(0.5px);filter: blur(0.5px);/* opacity:.6; */}
.area_slider .module-container .swiper-slide:hover .swiper-img:before{background: linear-gradient(to bottom, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 20%) 70%, rgb(0 0 0 / 60%) 100%);}
.area_slider .module-container .swiper-button-next:hover,.area_slider .module-container .swiper-button-prev:hover{opacity:1}
}
@media (max-width:767px){.area_slider .module-container .swiper-slide-style{margin-top:10px}
.area_slider .module-container .swiper-slide .swiper-content{/* display:block; *//* top: 300px; *//* padding-left:7vw; *//* padding-right:2.5vw; */}
.area_slider .module-container .swiper-slide .swiper-title{/* top:0; *//* font-size:1.5rem; *//* bottom:unset; *//* transition:.5s; *//* animation-delay:2s; *//* transform:translate(0,20%); *//* height:240px; */}
.area_slider .module-container .swiper-slide .swiper-content h5.BK{background:rgb(255 255 255 / 90%)}
.area_slider .module-container .swiper-slide .swiper-img img{transition:.5s;-webkit-filter:brightness(70%);filter:brightness(70%);}
.area_slider .module-container .swiper-slide-style{background:#000}
.area_slider .module-container .swiper-button-next,.area_slider .module-container .swiper-button-prev{opacity:1}
.area_slider .module-container .swiper-slide .swiper-content ul li{font-size:1rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;}
.area_slider .module-container .swiper-slide .swiper-content ul{/* border-left:none; *//* padding: 0; */}
.area_slider .swiper-container-free-mode>.swiper-wrapper{left: 15vw;}
}

.footer_box{background-color:#544741}
.footer_box>.module-container>.main{max-width:1200px;margin:2.5rem auto 1.5rem}
.footer_box .location:nth-last-child(1){margin-top: 2.0rem;}
.footer_box .footer_con h5{display:table;border-radius:100px;background-color:#fff;padding:6px 12px;margin-bottom:1rem}
.footer_box .footer_con h5 span{line-height: 1.5;}
.footer_box span,.footer_box p{font-family: 'Noto Sans TC', sans-serif!important;font-size: 1.1rem;margin-bottom: .1rem;}
.footer_box .footer_info img{margin-bottom: 1.5rem;}
.footer_box .footer_info .footer_logo img{max-width: 200px;}
.footer_box .align img{padding-right:10px;margin-bottom:0;width: 90px;}
@media (min-width:991px){.footer_box .align{margin-top: 130px;}
}
@media (max-width:767px){.footer_box li{margin-bottom: 0.5rem;}
.footer_box .footer_info .footer_logo img{max-width: 160px;}}

/*top-style*/
.sticky-nav nav{display:flex;flex-direction:row;justify-content:space-between;padding: 3px 10px;}
.sticky-nav nav .logo a{display:block;padding: 7px 10px;/* padding: 0; */}
.sticky-nav nav .logo a img{height: 35px;}
.sticky-nav nav .icon{/* background:#fff; */float:right;padding: 11px 0px;padding: 0;z-index: 101;position: absolute;right: 0;}
.sticky-nav nav .icon a{color: #4f5154;letter-spacing: 1px;display: block;}
.sticky-nav nav .icon a:nth-last-child(1){padding-right: 10px;}
.sticky-nav nav .icon a:hover{opacity:.8}
.sticky-nav nav .icon a img{width: 180px;height: 50px;}
.sticky-nav nav .btn {padding: 10px;}
.sticky-nav nav .btn{font-size: 1.25rem;}
.sticky-nav nav .btn.active img{display:none}
.sticky-nav nav .btn img {height: 30px;}
.sticky-nav nav .about{padding: 10px;position: absolute;left: 150px;}
.sticky-nav nav .about a{font-size: 1.25rem;}
@media (max-width:767px){.sticky-nav nav .logo a img{height: 24px;}
.sticky-nav nav .logo a{display:block;padding: 11px 10px;}
.sticky-nav nav .icon a img{width: 120px;height: 50px;}}
@media (max-width: 565px){.sticky-nav nav .icon a img{/* display:none; */width: 95px;height: 50px;}
.sticky-nav nav .icon a:nth-last-child(1){padding-right: 5px;}
.sticky-nav nav .btn{padding: 9px 5px;}}

.sticky-nav{background: #3c2f29;height: 56px;z-index: 100;}
.sticky-nav.fixed{position: fixed;top: 0;z-index: 1000;}
.sticky-nav .logo{position: absolute;left: calc( 50% - 130px );z-index: 101;}
@media (max-width:991px){
.sticky-box{height:0 !important;background: #000;border-radius: 0 0 60px 0;/*overflow: hidden;*/width: 100vw;}
.sticky-nav{position: fixed;top: 0;z-index: 1000;}
}
@media (max-width:767px){.sticky-nav .logo{position: absolute;left: calc( 50% - 95px );}
}
@media (max-width:565px){.sticky-nav .logo{position: absolute;left: calc( 45% - 95px );}
}

.menu-box{display:none!important;background: #fff;position:fixed;z-index:1000;height:100vh;}
.menu-box>.module-container:after{content:'';background: #c6b198;position:fixed;z-index: -1;height:100%;width: 92%;left: 0;top: 0;border-radius: 0 0 100px 0;}
.menu-box.open{display:block!important}
.menu-close{display:block;position:fixed;top:13px;left:20px;width:30px;height:30px;z-index:1001}
.menu-list{padding:0 60px}
.menu-item{height: 70vh;}
.menu-item .side-menu .options{height:auto;background:0 0;box-shadow:none}
.menu-item .header-title{font-size:1.25rem;color:#6d6e70;font-weight:700;letter-spacing:7px}
.menu-item .module-container{padding:0 15px}
.menu-item .side-menu{padding-top: 0vh;}
.menu-item .side-menu ul{background:#575e6300;-moz-box-shadow:0 0 5px #111;-webkit-box-shadow:0 0 5px #111;box-shadow:none}
.menu-item .side-menu ul li input[type=checkbox]:checked~label,.menu-item .side-menu ul li label{border-top:none!important;border-top: 1px solid #fff !important;border-bottom:1px solid #fff;background:0 0!important;color:#fff;text-shadow:none;letter-spacing:.02em;font-size:1.15rem;padding:0 0 12px 0;text-indent:0;font-weight:700}
.menu-item .side-menu ul li i{display:none;text-indent:0;margin-left:5px;margin-right:5px}
.menu-item .side-menu ul ul li{border:none}
.menu-item .side-menu ul ul li a{text-indent:0;padding:5px 0;color:#fff;font-size: 1.15rem;font-weight: 500;}
.menu-item .side-menu ul ul li a:hover{color: #c6b198;}
.menu-box>.module-container>.main{padding: 15vh 10vw;width: 90%;border-radius: 0 0 100px 0;}
@media (min-width:991px){
.menu-item .side-menu>ul>li:nth-last-child(1){display:none}
.menu-item .side-menu ul li label{margin:20px 0;border-radius: 50px;border: 1px solid #fff !important;padding: 8px 46px !important;width: max-content;background: #544643 !important;position: relative;width: 170px;}
.menu-item .side-menu ul li.block:before{content:'';width: calc(100% - 169px);top: 20px;background:#fff;height:1px;position:absolute;display:block;left: 170px;z-index:0}
.menu-item .side-menu ul li label:before,.menu-item .side-menu ul li label:after{content:'';position:absolute;z-index: 1;width: 20px;height: 20px;bottom: 0px;top: 10px;left: 15px;margin:0;margin-top:0;transition:.5s;background-size: contain !important;background-repeat:no-repeat!important;background-size:auto;background: url(https://materials.fillo.com.tw/materials/lottotour/images/5b8e5b8e-c592-411e-9c1d-a460c4fcc069.svg);background-position:center;}
.menu-item .side-menu ul li label:after{left: unset;right: 15px;}
.menu-item .side-menu ul li:nth-child(1) label i{width: calc(50% - 177px);}
.menu-item .side-menu>ul>li{position: relative;}
.menu-item .side-menu>ul>li:nth-child(1){-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.menu-item .side-menu .options{display: flex !important;flex-direction:row;flex-wrap:wrap}
.menu-item .side-menu>ul>li:nth-child(1) .options li{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.menu-item .side-menu .options li{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin-bottom:12px}
}
@media (max-width:991px){.menu-list{padding:0 20px}
.menu-item{margin-bottom:0}
.menu-item .side-menu .options{height:0;margin-bottom:15px;border-bottom:1px solid #fff!important;max-height: 100% !important;}
.menu-item .side-menu ul li label{margin-bottom:7px;padding:5px 0;border:none;position:relative}
.menu-item .side-menu ul li input[type=checkbox]:checked~label{border-bottom:1px solid #878e98}
.menu-item .side-menu ul li input[type=checkbox]+label:after{content:"\f107";font-size:10px;position:absolute;right:0;top:0;padding:10px;font:normal normal normal 14px/1 FontAwesome;font-size:1.5rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.menu-item .side-menu ul li input[type=checkbox]:checked+label:after{content:"\f106";font-size:10px;position:absolute;right:0;top:0;padding:8px;font:normal normal normal 14px/1 FontAwesome;font-size:1.5rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.menu-item .side-menu ul li input[type=checkbox]+label:after{content:"+"}
.menu-item .side-menu ul li input[type=checkbox]:checked+label:after{content:"-"}
.menu-item .side-menu>ul>li:nth-last-child(1) .options li{margin-bottom:7px;padding:5px 0;color:#fff;text-shadow:none;letter-spacing:.02em;font-size:1rem;padding:0 0 12px 0;text-indent:0;font-weight:700;border-bottom:1px solid #fff!important}
.menu-item .side-menu>ul>li:nth-last-child(1) label{display:none}
.menu-item .side-menu>ul>li:nth-last-child(1) .options{height:auto;border-bottom:none!important}
.menu-item .side-menu>ul>li:nth-last-child(1) .options li a{font-size:1.15rem}
}
@media (max-width:767px){.menu-box>.module-container>.main{padding-top: 10vh;height: 100vh;border-radius: 0 0 60px 0;overflow: hidden;padding: 6vh 0 0 0;}
.menu-box>.module-container:after{border-radius: 0 0 60px 0;}
.menu-item{height: 60vh;overflow: scroll;}
.menu-item .side-menu ul li label, .menu-item .side-menu>ul>li:nth-last-child(1) .options li a,.menu-item .side-menu ul li input[type=checkbox]:checked~label, .menu-item .side-menu ul li label{font-size: 1.35rem;font-weight: 700;border-top: none !important;}
}

.header_nav{padding:0}
.header_nav .mega-menu .menu-links li:nth-child(1) .list_box{}
.header_nav .mega-menu .menu-links li:nth-child(1) .list_box:nth-last-child(2){/* border:none; *//* border-right: 1px solid #3b2f29; */}
.header_nav .mega-menu .menu-links>li>a{padding: 0 1vw;font-size:1rem;line-height: 54px;}
@media (min-width:991px){
}
.header_nav .mega-menu li:nth-child(1) .mg-drop-down .list_box:hover ul{position:relative}
.header_nav .mega-menu li:nth-child(1) .mg-drop-down .list_box li:nth-child(1){border: 1px solid #3b2f29;border-radius: 50px;display: table;padding: 0px 15px;margin: 2px 40px 10px 0;}
.header_nav .mega-menu li:nth-child(1) .mg-drop-down .list_box li:nth-child(1) a {font-size: 1.25rem;}
.header_nav .mega-menu li:nth-child(1) .mg-drop-down .list_box li:nth-child(1) a p {font-weight: bold;}
.header_nav .mega-menu .menu-links>li{padding: 0 .6vw;background: none!important;}
.header_nav .mega-menu .menu-links>li>a img{max-width:initial!important;height: 30px;float:right;margin: 13px 2px;}
.header_nav .mega-menu .menu-links li .list_tag h4{line-height:1.8;padding:0 5px;margin:7px 5px 0 0;color:#4976dc!important;letter-spacing:1.2px;font-weight:600}
.header_nav{top:0;z-index:100;z-index:10;position: absolute;z-index: 100;}
.header_nav .mega-menu .menu-links li .list_tag li{margin-right:5px}
.header_nav .mega-menu .menu-links>li>a, .header_nav .mega-menu .menu-links>li>a p{font-size: 1.25rem;text-decoration:unset;margin:0;font-weight:700;}
.header_nav .mega-menu .menu-links li .mg-drop-down a{font-size: 1.0rem;text-decoration:unset;}
.header_nav .mega-menu .menu-links>li a img.list_img{max-width:100%;width:auto;margin:20px 0 10px 0}
.header_nav .mega-menu .menu-links>li:nth-last-child(1) a p{color:#ffeb3b}
.header_nav .mega-menu .menu-links>li a:hover p{text-decoration:underline}
.header_nav .mega-menu .menu-links>li a i{padding:3px 5px 3px 1px!important;color:#1d1d1d!important}
.header_nav .mega-menu .menu-links li .list_tag a p{color: #ffffff !important;/* border:1px solid #4976dc; */line-height: 1.0;padding:1px 4px;margin-left: 2px;/* background:#f6f6f6; */font-size: 1.2rem;letter-spacing: 1.0px;}
.header_nav .mega-menu .menu-links .list_box h4{display:inline-block;font-size:1em;font-weight:700;letter-spacing:1.2px;margin-bottom:.3rem;width:100px}
.header_nav .mega-menu .mg-drop-down{padding:0}
.header_nav .mega-menu .menu-links li .list_onlyimg{display: flex;flex-direction: column;}
.header_nav .mega-menu .menu-links li .list_onlyimg h4{text-align: center;order: 2;font-size: 1em;line-height: 1.25;padding-top: 0;margin-bottom: 0.8em;font-weight: normal;color: #8c783c;}
.header_nav .mega-menu .menu-links li .list_onlyimg a p{text-align: center !important;width: 100%;font-size: 1em;line-height: 1.25;padding-top: 1em;margin-bottom: 0.5em;font-weight: bold;}
@media (min-width:768px){
.header_nav .mega-menu>section.menu-list-items{display:flex;/* background: none !important; */}
.header_nav .mega-menu .menu-links>li:nth-child(1) a{padding: 0 1vw 0 2vw;}
.header_nav .mega-menu .menu-links>li:nth-child(2),.header_nav .mega-menu .menu-links>li:nth-child(3),.header_nav .mega-menu .menu-links>li:nth-child(5){display:none}
.header_nav .mega-menu .menu-links>li:nth-last-child(1){position:absolute;right:0}
.header_nav .mega-menu .menu-links>li:nth-last-child(1):hover{background: none !important;}
.header_nav .mega-menu .menu-links>li:hover{background: #fff !important;}
.header_nav .mega-menu .menu-logo{/* display:none; */position: absolute;left: calc(50% - 130px);}
.header_nav .mega-menu .menu-logo>li>a{padding:10px 0;background: none !important;}
.header_nav .mega-menu .menu-logo>li>a img{width:260px;height:100%;position:relative;top:auto;left:auto}
.gizle .header_nav .mega-menu .menu-logo>li>a img{top:2px;width:66%;transition:all .35s ease}
.header_nav .megamenu_box{position:relative;padding: 30px 30px;width:100%;flex-direction: row;flex-wrap: wrap;display: flex;justify-content: center;margin-left: -15px;margin-right: -15px;}
.header_nav li:nth-child(3) .megamenu_box{max-width:1440px;background:#fff}
.header_nav .mega-menu .menu-links>li:hover a{color: #3b2f29 !important;}
.header_nav .mega-menu .menu-links>li:hover>a i{color: #3b2f29 !important;}
.header_nav .mega-menu .menu-links li .list_box{}
.header_nav .mega-menu .mg-drop-down .list_box ul{text-align:center;margin: 0rem 0 0rem;}
.header_nav .mega-menu li:nth-child(3) .mg-drop-down .list_box ul{text-align:left}
.header_nav .mega-menu .menu-links li .list_box ul li{/* display:inline-block; */margin: 0px 10px 0px 0;border-left: 1px solid #3b2f29;padding-left: 10px;padding-top: 3px;padding-bottom: 3px;}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box ul li{display:inline-block;margin:2px 0 1px 0;padding-right:5px}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box ul li:nth-child(1){display:block;margin-bottom:.5rem}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box ul li:nth-child(1) a p{color:#927f46!important;font-weight:700;font-size: 1.25rem;}
.header_nav .mega-menu .menu-links li .list_tag{order:3;margin:0;left:0;bottom:0;margin-top:10px}
}
@media (min-width:991px){.header_nav .mega-menu .menu-links li .list_box{}
}
@media (min-width:1200px){.header_nav .mega-menu .menu-links li:nth-child(1) .list_box{padding:0 19px;margin:0;margin-bottom:0;}
.header_nav .mega-menu .menu-links li:nth-child(1) .list_box{}
}
@media (min-width:1300px){.header_nav .mega-menu .menu-links li .list_box{padding:0 15px;margin-top:30px;}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
}
@media (max-width:768px){.header_nav{position:fixed;z-index: 100000;}
.header_nav .mega-menu .menu-logo>li>a{margin-top:10px;margin-bottom:10px}
.header_nav .mega-menu .menu-logo>li>a{background: none !important;width:150px;left: calc(50% - 75px);}
.header_nav .mega-menu .menu-logo>li>a img{width:150px;height:36px;margin:0;left:0}
.header_nav .mega-menu .menu-mobile-collapse-trigger{z-index:99999999}
.header_nav .mega-menu .mg-drop-down{padding:0;background: #544741!important;}
.header_nav .mega-menu .menu-links>li:hover>a:after{display:none}
.header_nav .mega-menu .menu-links>li>a img{margin:0 5px;float:right}
.header_nav .mega-menu .menu-links li .list_onlyimg{margin: 0 auto;float: none;align-items: center;padding: 0px;border-bottom: 1px solid #eeebe9;}
.header_nav .mega-menu .menu-links li .list_onlyimg img{display:none;}
}
@media(max-width:1200px){.header_nav .mega-menu .menu-links>li{padding:0 .75rem}
}
@media(max-width:991px) and (min-width:768px){.header_nav .mega-menu .menu-links>li>a{padding:0 .5rem 0 1rem}
}
@media (max-width:991px){.header_nav .mega-menu .menu-links>li>a{/* line-height:70px; */padding:0 1.5rem;font-size:1.25em}
.header_nav .mega-menu .menu-links>li{padding: 0 .5vw;}
}
@media(min-width:768px){body .header{position:fixed;width:100%;top:0;z-index:100}
.header_nav .mega-menu .menu-links{max-width: 100%;/* padding:0 20px; */float:right;}
.header_nav .mega-menu .menu-links>li>a i{color: #ffffff !important;}
.header_nav .mega-menu .mg-drop-down{display:flex!important;justify-content:center;flex-direction:row;left:0!important;}
.header_nav .mega-menu .menu-links li:nth-child(1) .mg-drop-down{width:100%}
}
@media screen and (max-width:767px){.header_nav .mega-menu .menu-mobile-collapse-trigger{z-index:99999999;height:50px;width:50px;background: #544741 !important;right: unset;top: 2px;left: 0;}
.header_nav .mega-menu .menu-mobile-collapse-trigger:hover{}
.header_nav .mega-menu .menu-mobile-collapse-trigger span,.header_nav .mega-menu .menu-mobile-collapse-trigger:after,.header_nav .mega-menu .menu-mobile-collapse-trigger:before{height:2px;width:30px;background: #ffffff;}
.header_nav .mega-menu .menu-mobile-collapse-trigger.active:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:36px;top:11px;left:11px}
.header_nav .mega-menu .menu-mobile-collapse-trigger.active:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:36px;width:36px;left:10px}
.header_nav .mega-menu>section.menu-list-items{background: #544741 !important;padding: 0 15px;/* border-radius: 0 0 60px 0; */overflow: hidden;/* height: 100vh; *//* width: calc(100% - 100px); */}
}
@media (max-width:991px){}
.widget-item.title{margin:6rem 0 1rem 0}
.widget-item.title .main{padding-left:15px;padding-right:15px}
@media (max-width:768px){.widget-item.title{margin:3rem 0 .5rem 0}
.header_nav{/* width: calc(100% - 90px); */}
.header_nav .mega-menu .menu-links:before{content:'';background:#c6b198;position:fixed;z-index:-1;height:100%;width:92%;left:0;top:0}
.header_nav .mega-menu .menu-links:after{content:'';background:#fff;position:fixed;z-index:-2;height:100%;width:100%;left:0;top:0}
.header_nav .mega-menu .menu-links>li>a{padding: 0 1vw;}
.header_nav .mega-menu .menu-links>li:nth-last-child(1){/* margin-right:0; */}
.header_nav .mega-menu .menu-links{justify-content:flex-end;flex-direction:row;max-height: 100vh!important;margin-top: 10px;padding-left: 10px;padding-right: 10px;background: #544741 !important;height: 100vh;}
.header_nav .mega-menu .menu-links>li>a{padding: 14px .5rem;line-height:20px;color: #fff !important;}
.header_nav .mega-menu .menu-links>li a img.list_img{margin: 0 0 5px 0;}
.header_nav .mega-menu .menu-links>li{/* padding:0; */border-bottom: 1px solid #bcbcbc;}
.header_nav .mega-menu .menu-links>li:nth-last-child(1){border:none;position: fixed;top: 2px;right: 4px;background: #544741 !important;}
.header_nav .mega-menu .menu-links>li:nth-child(5){/* margin-top: 103px; */position: absolute;bottom: 150px;left: 0;border: none;height: 150px;}
.header_nav .mega-menu .menu-links>li:nth-last-child(1) a{position: relative;float: right;}
.header_nav .mega-menu .menu-links>li:nth-child(5)>a{display:none}
.header_nav .mega-menu .menu-links>li:nth-child(5) .mg-drop-down{display: block !important;border-top: none;}
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_box h4{font-size: 1.3rem;font-weight: normal;letter-spacing: 10px;}
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_box ul{display: flex;justify-content: center;}
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_box ul li {border: none;padding: 3px 8px;}
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_box ul li a p,.header_nav .mega-menu .menu-links>li:nth-child(5) .list_box ul li a i{color: #fff !important;font-size: 1.1rem;}             
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_tag{display: flex;}
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_tag ul{margin: 0 auto;}
.header_nav .mega-menu .menu-links>li:nth-child(5) .list_box{padding: 10px 30px 0px 30px;}
.header_nav .mega-menu .menu-links>li.activeTriggerMobile{background-color:#153075;color:#fff}
.header_nav .mega-menu .menu-links>li:hover{color:#fff;background: #eeebe9;}
.header_nav .mega-menu .menu-links>li.activeTriggerMobile a p{color: #ffffff !important;}
.header_nav .mega-menu li:nth-child(1) .mg-drop-down .list_box li:nth-child(1) a p{color: #3c2f29 !important;}
.header_nav .mega-menu .menu-links li .megamenu_box{max-height: 35vh;overflow-y: scroll;overflow-x: hidden;}
.header_nav .mega-menu .menu-links li div.mg-drop-down{border-top: 1px solid #bcbcbc;}
.header_nav .mega-menu .menu-links li .list_box{padding: 10px 30px;}
.header_nav .mega-menu .menu-links li .list_box ul li{/* display:inline-flex; */padding: 3px 10px;margin: 0px 0px;border-left: 1px solid #ffffff;}
.header_nav .mega-menu li:nth-child(1) .mg-drop-down .list_box li:nth-child(1){background: #d3c7bb;}
.header_nav .mega-menu .menu-links .list_box h4{margin-bottom:.2em;text-align:center;width:100%;color: #fff !important;padding:5px}
.header_nav .mega-menu .mg-drop-down ul{margin:0;}
.header_nav .mega-menu li:nth-child(3) .list_box li:nth-child(1){display:block;margin: 9px 5px;background: #efefef;padding: 4px;}
.header_nav .mega-menu li:nth-child(3) .list_box li:nth-child(1) p{color: #8c783c!important;width: 100%;text-align: center;font-size: 1.1em;font-weight: bold;text-decoration: underline;}
.header_nav .mega-menu li:nth-child(3) .list_box li:nth-child(1) a {margin: 0 auto !important;display: table;padding: 5px 0;}
.header_nav .mega-menu .menu-links>li>a i.fa{font-size:2rem!important}
.header_nav .mega-menu .menu-links>li>a i.fa{color: #FFf !important;}
.header_nav .mega-menu .menu-links>li.activeTriggerMobile>a i.fa {transform: rotate(180deg);transition: transform 0.1s;}
}
@media(max-width:1200px) and (min-width:768px){.header_nav .mega-menu .menu-links>li>a{font-size: 1.0em;}
.header_nav .mega-menu .menu-logo{padding:0 0 0 15px}
.header_nav .mega-menu .menu-links{/* float:right; */}
.header_nav .mega-menu .menu-logo>li>a img{width:210px}
.gizle{top:0!important}
.gizle .header_nav .mega-menu .menu-logo>li>a img{width:120px;top:0}
.gizle .header_nav{padding:0 15px 0 15px}
.header_nav .mega-menu .menu-links>li>a img{margin: 12px 2px;}
}


.index_main{margin-top:-56px;}
.main_info_logo,.main_info_mobile {display: none !important;}
@media (max-width:576px){.index_main .main_slider{-ms-flex: 0 0 87%;flex: 0 0 87%;max-width: 86%;}
.index_main>.module-container>.main:before{width: 60vw;left: 40vw;border-radius: 0 0 0 30px;}
.main_info_logo{-ms-flex:0 0 10%;flex: 0 0 13%;max-width: 13%;display: block !important;}
.main_info_logo .cn_word{position:absolute;top: 70px;}
.main_info_logo .cn_word img{max-width:70%}
.main_info_mobile {position: absolute;bottom: 4px;display: block !important;}
.main_info_mobile .m_tel{display:flex;justify-content:flex-end;padding-right: .75rem;font-family:'Noto Sans TC', sans-serif!important;text-align:center;font-size: .9rem;font-weight:400;line-height:1.3;/* letter-spacing:.1rem; */}
.main_info_mobile .m_tel img{padding-right:5px;width:18px;height:18px}
}

.menu_icon p{color:#fff;font-size: 1rem;letter-spacing: .1rem;text-align:center;padding:0 10px;}
.menu_icon .follow_us ul{display:flex;justify-content:center;margin-bottom: .5rem;}
.menu_icon .follow_us ul li{padding: 5px 10px;}
.menu_icon .follow_us ul li a img{height: 36px;}
.menu_icon .tel{display: flex;flex-direction: row;justify-content: center;align-items: center;}
.menu_icon .follow_us h5{margin-bottom: .5rem;color: #fff;letter-spacing: .25rem;font-weight: bold;}
@media (min-width:991px){.menu_icon .follow_us{display:flex;flex-direction:row;justify-content:flex-end}
.menu_icon p{font-size:1.25rem}
.menu_icon .follow_us ul{display:flex;flex-direction:column}
.menu_icon .follow_us ul li a img{width:36px;height:auto}
}
@media (max-width:767px){.menu_icon{height: 30vh;}
.menu_icon .follow_us{position: absolute;top: 0px;left: 50%;transform: translate(-50%, 0);width: 100%;}
}

.menu_member{position:absolute;right: 0;bottom: 0;margin-bottom: 28px;}
.menu_member img{width: 75%;float: right;}
@media (max-width:991px){.menu_member{display: none;}}

.mb_menu_member{position: fixed;}
.mb_menu_member img{width: 200px;float: right;}
@media (min-width:991px){.mb_menu_member{display: none;}}
@media (max-width:991px){.mb_menu_member{right: 18vw;top: 2vh;}}
@media (max-width:767px){.mb_menu_member{right: 20vw;top: 2vh;}
.mb_menu_member img{width: 150px;float: right;}}


.day_fixed {top: 56px !important;}

.theme_top .carousel-caption{top:35%;height:50%}
.theme_top .carousel-caption img{width:15vw;min-width:200px}
.theme_top .carousel-control-next,.theme_top .carousel-control-prev,.theme_top .carousel-indicators{display:none!important}
@media (max-width:767px){.theme_top .carousel-caption{display:block!important}
}

.theme_img .row>div{margin-bottom: 45px!important;padding-right: 60px;padding-left: 0px;}
.theme_img .row .htpro_tit{display: none;}
.theme_img .hover-wall .icon_info{border-radius:0}
.theme_img .hover-wall .icon_info figure{margin:0;background:0 0;overflow:unset;overflow: hidden;}
.theme_img .hover-wall .icon_info a{position:relative}
.theme_img .hover-wall .icon_info h3{position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index:1;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;padding:0;margin:0;text-shadow: 3px 1px 10px #000;font-weight: normal !important;}
.theme_img .hover-wall .overlay i{display:none}
.theme_img .hover-wall figure .b_img{border-radius:0 0 60px 0;background:0 0;position:relative;transform:scale(1)!important;background: none;overflow: hidden;}
.theme_img .hover-wall .icon_info{box-shadow:none!important;border-radius: 0 0 60px 0;}
.theme_img .row>div:before {content:'';position:absolute;z-index:1;width: calc(100% - 57px);height: calc(100% - 0px);right: 40px;bottom: -20px;margin:0;transition:.5s;background:#c6b299;z-index: 0;opacity:1!important;border-radius:0 0 60px 0}
.theme_img .hover-wall .icon_info:hover{bottom: 5px;}
.theme_img .hover-wall figure .overlay{background: none;}

.tooltip{display:none}

.filter_list {display:none}
figure.block_style{border-radius:0 0 20px 0;overflow:hidden}
.filter_list .accordion .card{border-radius:0 0 20px 0!important;background-color:#c6b198;color:#fff}
.filter_list .accordion .card .form-control{color:#fff;background-color:#c6b198}
.filter_list .accordion .card .btn{background:#544643;color:#fff;border-radius:0}
.list_con {flex: 0 0 100%;max-width: 100%;}

@media (max-width:767px){section.group_table.trip_day .group_table_box table.table,.group_table_box .font-weight-bold {display: none;}}

section.group_banner:before{/*backdrop-filter: blur(2px);*/}
section.group_banner .info .col{background: none;}
section.group_banner .info h1{text-shadow: 3px 1px 10px #000;}

section.group_banner.trip_banner .brief h5{position:relative;padding-left:20px}
section.group_banner.trip_banner .brief h5:before{content:'';position:absolute;width:5px;height:5px;bottom:10px;left:5px;border-radius:10px;transition:.5s;background:#c6b098}
@media (max-width:767px){section.group_banner.trip_banner .brief h5{font-size: 1.0rem;}}

section.group_banner.trip_banner .group_num h6{padding: 12px 20px 0 0;}
section.search_banner .search-area .search-box .select-input input{font-size: 1rem;}

@media (max-width:767px){.recom_bg >.module-container >.main {background-image: url(https://materials.fillo.com.tw/materials/lottotour/images/88467d00-7f5d-4857-b098-6d16f343c5ac.svg) !important;}}

.recommeation_slider{/* margin-bottom: 5.0rem; */z-index:1;/* background:#fff; */padding: 10px 15px 0px 15px;}
.recommeation_slider .swiper-container{/* padding: 10px 30px 60px 30px; */}
.recommeation_slider .swiper-container{padding: 0px 0px 30px 0px;}
.recommeation_slider .swiper-slide-style{box-shadow:none;border-radius: 20px;overflow: hidden;margin-top:30px;height:auto;background: #ffffff;margin-bottom: 0px;}
.recommeation_slider .swiper-slide .swiper-img{margin: 0px 0px 15px 0px;}
.recommeation_slider .swiper-slide .swiper-img img{border-radius:0}
.recommeation_slider .swiper-slide .swiper-content{padding: 0 15px;color: #3c2f29;text-align:right;/* position:relative; */font-size:1.25rem;-webkit-line-clamp:3;margin-bottom: 60px;}
.recommeation_slider .swiper-slide .swiper-title{padding: 0 15px;text-align:left;color: #000;font-size: 1.3rem;font-weight: 500;line-height: 1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;letter-spacing:1px;position:relative;margin-bottom: .5rem;}
.recommeation_slider .swiper-slide .swiper-content ul{margin-bottom:0}
.recommeation_slider .swiper-slide .swiper-content li{font-size: 1.0rem;text-align:left;margin:0;}
.recommeation_slider .swiper-slide .swiper-content li:before{left:0;font-size:1rem}
.recommeation_slider .swiper-slide .swiper-content .price{color: #f05920;font-weight: 500;font-size: 1.5rem;font-family:'Noto Sans TC',serif!important;position: absolute;bottom: 15px;right: 15px;}
.recommeation_slider .swiper-slide .swiper-content .price:before{content:"$";left:0;font-size: 1.5rem;font-weight:400;color: #f05920;overflow:hidden;line-height:1.5}
.recommeation_slider .swiper-slide .swiper-content .price .up{font-size:1rem;content:"起";line-height:1.8;color: #f05920;}
.recommeation_slider .swiper-pagination{position:absolute;right:0;bottom:0;list-style:none;display:block;text-align:center;padding:0;margin:15px 0;height:30px;background:#fff}
.recommeation_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;opacity:.5;transition:opacity .6s ease;width:10px;height:10px;border-radius:100%;overflow:hidden;opacity:1;padding:0;background-color:#9a9a9a;border:10px solid #ffffff00;line-height:12px;font-size:3px}
.recommeation_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#8c783c}
.recommeation_slider .swiper-button-next,.recommeation_slider .swiper-button-prev{top:unset;bottom:0;height:60px;width:60px;line-height:0;font-size:0;cursor:pointer;background:0 0;opacity:1;color:#331919;display: none;}
.recommeation_slider .swiper-button-prev{left:calc(50% - 200px)}
.recommeation_slider .swiper-button-next{right:calc(50% - 200px)}
.recommeation_slider .swiper-button-next:after,.recommeation_slider .swiper-button-prev:after{padding:0;font-size:1rem;font-weight:600;color:#9a9a9a}
.recommeation_slider .swiper-button-next:hover:after{padding-left:2px;background:#9a9a9a}
.recommeation_slider .swiper-button-prev:hover:after{padding-right:2px}
@media (max-width:767px){.recommeation_slider{padding: 0px 15px 0px 15px;margin-bottom: 0rem;}
.recommeation_slider .swiper-slide-style{margin-top: 0px;}}

@media (max-width: 767px) {.index_title img {max-width: 200px !important;}}

.plane-sche{display:none}

section.trip_note .card-body ul li {list-style: disc !important;margin-left: 25px;}
section.trip_note .card-body ol li {list-style: auto;margin-left: 25px;}

/*中台新增範本*/
.day_style_16{width:100%;display:block;margin:50px auto}
.day_style_16 br{display:none}
.day_style_16 .w-imgText{overflow:hidden}
.day_style_16 .w-imgText ul,.w-imgText li{list-style:none;padding:0;margin:0;background: #efedea;}
.day_style_16 .w-imgText .item{position:relative}
.day_style_16 .w-imgText .item>a{display:block;position:absolute;left:0;top:0;right:0;bottom:0;z-index:2}
.day_style_16 .w-imgText .img-count-in{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.day_style_16 .w-imgText .textB{line-height:1.7}
.day_style_16 .w-imgText .textB .bg_x{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}
.day_style_16 .w-imgText .text_x{position:relative;z-index:1}
.day_style_16 .w-imgText .igt_page{text-align:right;display:block;z-index:5}
.day_style_16 .w-imgText .igt_page .swiper-pagination-bullet{border-radius:0;-webkit-border-radius:0;width:2em;height:5px;background:#bbb;opacity:.5}
.day_style_16 .w-imgText .igt_page .swiper-pagination-bullet-active{background:#d3c7bb;opacity:1;width:3em}
.day_style_16 .w-imgText1{position:relative}
.day_style_16 .w-imgText1 .item{padding-bottom:0}
.day_style_16 .w-imgText1 .img{width:60%;overflow:hidden}
.day_style_16 .w-imgText1 .img img{width:100%;transition:all .5s;-webkit-transition:all .5s;margin-top: 0rem !important;margin-bottom: 0rem !important;}
.day_style_16 .w-imgText1 .textB{position:absolute;right:0;bottom:0;width:40%;padding:40px 60px 60px;height:100%}
.day_style_16 .w-imgText1 .textB .bg_x{background:#efedea}
.day_style_16 .w-imgText1 .text_x .tt_h{font-size:24px;color:#000;line-height:1.5;margin-bottom:.5em}
.day_style_16 .w-imgText1 .text_x p{color:#666;line-height:25px;margin:0}
.day_style_16 .w-imgText1 .igt_btn{position:absolute;z-index:9;right:calc(50% - 225px);bottom:40px;width:110px;height:50px}
.day_style_16 .w-imgText1 .igt_btn .igt_next,.day_style_16 .w-imgText1 .igt_btn .igt_prev{position:absolute;cursor:pointer;top:0;width:55px;height:50px;background-color:#d3c7bb}
.day_style_16 .w-imgText1 .igt_btn .igt_prev{left:0}
.day_style_16 .w-imgText1 .igt_btn .igt_next{right:-10px}
.day_style_16 .w-imgText1 .igt_btn .igt_next:before,.day_style_16 .w-imgText1 .igt_btn .igt_prev:before{content:'';position:absolute;width:40px;height:40px;text-align:center;top:0;margin-top:4px;left:0;margin-left:7px;background-size:100%}
.day_style_16 .w-imgText1 .igt_btn .igt_prev:before{background-image:url(https://www.lottotour.com.tw/material-alias/共用/search_go.svg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.day_style_16 .w-imgText1 .igt_btn .igt_next:before{background-image:url(https://www.lottotour.com.tw/material-alias/共用/search_go.svg)}
.day_style_16 .w-imgText1 .igt_btn .igt_next:hover,.day_style_16 .w-imgText1 .igt_btn .igt_prev:hover{background-color:#3b2f29}
.day_style_16 .swiper-slide{opacity:0 !important}
.day_style_16 .swiper-slide-active{opacity:1 !important}
@media (max-width:860px){.day_style_16 .w-imgText .igt_page{display:block;text-align:center}
.day_style_16 .w-imgText .igt_btn{display:none}
.day_style_16 .w-imgText1 .item{padding-bottom:0;padding-left:0}
.day_style_16 .w-imgText1 .img{width:100%}
.day_style_16 .w-imgText1 .textB{position:relative;width:100%;padding:1.2em 4% 1.5em}
.day_style_16 .w-imgText1 .igt_btn{width:auto;left:0;right:0;top:50%;margin-top:-60px}
}
@media (max-width:640px){.day_style_16 .w-imgText .igt_page .swiper-pagination-bullet{height:2px}
}
@media (max-width:480px){.day_style_16 .w-imgText1 .igt_btn .igt_next,.day_style_16 .w-imgText1 .igt_btn .igt_prev{width:2.5em;height:2.5em}
.day_style_16 .w-imgText1 .text_x .tt_h{font-size:18px}
.day_style_16 .w-imgText1 .text_x p{font-size:15px}
}
@media (min-width:860px){.day_style_16 .w-imgText .igt_page{display: none;}}

.day_style_17{width:100%;display:block;margin:50px auto}
.day_style_17 br{display:none}
.day_style_17 .w-imgText{overflow:hidden}
.day_style_17 .w-imgText ul,.w-imgText li{list-style:none;padding:0;margin:0;background: #efedea;}
.day_style_17 .w-imgText .item{position:relative}
.day_style_17 .w-imgText .item .imTB{overflow:hidden}
.day_style_17 .w-imgText .item>a{display:block;position:absolute;left:0;top:0;right:0;bottom:0;z-index:2}
.day_style_17 .w-imgText .img-count-in{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.day_style_17 .w-imgText .textB{line-height:1.7}
.day_style_17 .w-imgText .textB .bg_x{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}
.day_style_17 .w-imgText .text_x{position:relative;z-index:1}
.day_style_17 .w-imgText .igt_page{text-align:right;display:block;z-index:5}
.day_style_17 .w-imgText .igt_page .swiper-pagination-bullet{border-radius:0;-webkit-border-radius:0;width:2em;height:5px;background:#ddd;opacity:.5}
.day_style_17 .w-imgText .igt_page .swiper-pagination-bullet-active{background:#d3c7bb;opacity:1;width:3em}
.day_style_17 .w-imgText1{position:relative}
.day_style_17 .w-imgText1 .img{width:60%;float:right;overflow:hidden}
.day_style_17 .w-imgText1 .img img{width:100%;transition:all .5s;-webkit-transition:all .5s;margin-top: 0rem !important;margin-bottom: 0rem !important;}
.day_style_17 .w-imgText1 .textB{position:absolute;left:0;bottom:0;width:40%;padding:40px 60px 60px;height:100%}
.day_style_17 .w-imgText1 .textB .bg_x{background:#efedea}
.day_style_17 .w-imgText1 .text_x .tt_h{font-size:24px;color:#000;line-height:1.5;margin-bottom:.5em}
.day_style_17 .w-imgText1 .text_x p{color:#666;line-height:25px;margin:0}
.day_style_17 .w-imgText1 .igt_btn{position:absolute;z-index:9;left:calc(50% - 225px);bottom:40px;width:110px;height:50px}
.day_style_17 .w-imgText1 .igt_btn .igt_next,.day_style_17 .w-imgText1 .igt_btn .igt_prev{position:absolute;cursor:pointer;top:0;width:55px;height:50px;background-color:#d3c7bb}
.day_style_17 .w-imgText1 .igt_btn .igt_prev{left:-10px}
.day_style_17 .w-imgText1 .igt_btn .igt_next{right:0}
.day_style_17 .w-imgText1 .igt_btn .igt_next:before,.day_style_17 .w-imgText1 .igt_btn .igt_prev:before{content:'';position:absolute;width:40px;height:40px;text-align:center;top:0;margin-top:4px;left:0;margin-left:7px;background-size:100%}
.day_style_17 .w-imgText1 .igt_btn .igt_prev:before{background-image:url(https://www.lottotour.com.tw/material-alias/共用/search_go.svg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.day_style_17 .w-imgText1 .igt_btn .igt_next:before{background-image:url(https://www.lottotour.com.tw/material-alias/共用/search_go.svg)}
.day_style_17 .w-imgText1 .igt_btn .igt_next:hover,.day_style_17 .w-imgText1 .igt_btn .igt_prev:hover{background-color:#3b2f29}
.day_style_17 .swiper-slide{opacity:0 !important}
.day_style_17 .swiper-slide-active{opacity:1 !important}
@media (max-width:860px){.day_style_17 .w-imgText .igt_page{display:block;text-align:center}
.day_style_17 .w-imgText .igt_btn{display:none}
.day_style_17 .w-imgText1 .item{padding-bottom:0;padding-right:0}
.day_style_17 .w-imgText1 .img{width:100%;float:initial}
.day_style_17 .w-imgText1 .textB{position:relative;width:100%;padding:1.2em 4% 1.5em}
.day_style_17 .w-imgText1 .igt_btn{width:auto;left:0;right:0;top:50%;margin-top:-60px}
}
@media (max-width:640px){.day_style_17 .w-imgText .igt_page .swiper-pagination-bullet{height:2px}
}
@media (max-width:480px){.day_style_17 .w-imgText1 .igt_btn .igt_next,.day_style_17 .w-imgText1 .igt_btn .igt_prev{width:2.5em;height:2.5em}
.day_style_17 .w-imgText1 .text_x .tt_h{font-size:18px}
.day_style_17 .w-imgText1 .text_x p{font-size:15px}
}
@media (min-width:860px){.day_style_17 .w-imgText .igt_page{display: none;}}

section.group_table.trip_day .container .group_table_box p.font-weight-bold,
section.group_table.trip_airline p.font-weight-bold,
.D_products_group_detail #exampleModalCenter p.font-weight-bold{font-size: 0 !important;}
section.group_table.trip_day .container .group_table_box p.font-weight-bold:before,
section.group_table.trip_airline p.font-weight-bold:before,
.D_products_group_detail #exampleModalCenter p.font-weight-bold:before{content:'※ 表列航班為參考用，變動難免，請以行前說明會提供航班資料為準。';font-size: 1.1rem !important}

/*16word*/
#search-block .main_words p.text-danger, #search-pic .main_words .text-danger, #search-table .main_words .text-danger {color: #666 !important;}
.D_products_group_detail section.group_banner.trip_banner h5.text-danger{color: #666!important;}