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;
}
/**** ariestravel style ****/
.aries_width{ max-width: 1400px;}
.aries_title .header-title { position: relative; display: table; margin: 50px auto; padding-bottom: 7px; color: #004477; font-size: 32px; font-weight: 600; }
.aries_title .header-title::after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 8px 4px 0 4px; border-color: #e98746 transparent transparent transparent; bottom: 0; left: 50%; transform: translate(-50%, 0); }
body>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2),
body.closenav.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ width: calc(100% - 126px); flex:0 0 calc(100% - 126px); max-width:initial; transition: all 0.5s; }
body.closenav>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ flex:0 0 100%; width: 100%; max-width: initial; }
/* 公版明細頁中間內容的收合 */
body.D_products_group_mold.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2),
body.D_products_group_mold.closenav.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ width: calc(100% - 126px); flex:0 0 calc(100% - 126px); max-width:initial; transition: all 0.5s; }
body.D_products_group_mold>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2),
body.D_products_group_mold.closenav>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ flex:0 0 100%; width: 100%; max-width: initial; }
body.D_products_group_detail.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2),
body.D_products_group_detail.closenav.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ width: calc(100% - 126px); flex:0 0 calc(100% - 126px); max-width:initial; transition: all 0.5s; }
body.D_products_group_detail>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2),
body.D_products_group_detail.closenav>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ flex:0 0 100%; width: 100%; max-width: initial; }

@media(max-width:1400px){
    .aries_width{ padding: 0 30px;}
}
@media(max-width:991px){
    body>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2),
    body.closenav.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(2){ width:100%; flex:0 0 100%;}
}
@media(max-width:767px){
    .aries_title .header-title { margin: 40px auto; font-size: 28px; }
}

/**** 上標 ****/
body.closenav.open .row.header .aries_header,body .row.header .aries_header{flex: 0 0 calc(100% - 126px); max-width: initial; transition: all 0.5s;}
body.closenav .row.header .aries_header{flex: 0 0 100%; max-width: initial; transition: all 0.5s;}
.top_nav .navbar { width: calc(100% - 73px); height: 57px;}
.top_nav .header-part{margin: 0 !important; padding: 0 0 0 55px; border-bottom:1px solid #d2dae0;}
.top_nav .header-part .navbar-collapse { height: 100%; }
.top_nav .header-part .navbar-nav { height: 100%; background: #ffffff; }
.top_nav .header-part .navbar-brand{ padding: 0; margin: 0; height: 45px;}
.top_nav .header-part .navbar-nav li a,
.top_nav .header-part .navbar-nav li .nav-link{ position: relative; border-left: 1px solid #d2dae0; font-size: 16px; padding-left: 50px; padding-right: 30px; letter-spacing: 0;}
.top_nav .header-part .nav-item:nth-child(1) .nav-link::before { content: ""; background: url(https://materials.fillo.com.tw/materials/ariestravel/images/1a487c7a-5619-4263-b957-8e6e12cac213.svg); background-repeat: no-repeat; background-position: center;
    position: absolute; width: 20px; height: 22px; left: 26px; top: 15px; }
.top_nav .header-part .nav-item:nth-child(2) .nav-link::before { content: ""; background: url(https://materials.fillo.com.tw/materials/ariestravel/images/5dc7b2b8-f52c-4411-91a2-ac16ed1dca11.svg); background-repeat: no-repeat; background-position: center;
    position: absolute; width: 20px; height: 22px; left: 28px; top: 15px; }
.top_nav .header-part .navbar-nav li.nav-item>a>i { display: none; }
body .nav_closebtn,body.closenav.open .nav_closebtn{ display: block !important; position: fixed; right: 126px; top: 0; width: 73px; height: 57px; background: #004477; transition: all 0.5s; z-index: 99; }
body.closenav .nav_closebtn{ right: -126px;}
body .nav_openbtn,body.closenav.open .nav_openbtn{ display: none !important; position: fixed; right: 0; top: 0; width: 73px; height: 57px; background: #004477;transition: all 0.5s; z-index: 99; }
body.closenav .nav_openbtn{ display: block !important;}
body .nav_openbtn .header-title,body .nav_closebtn .header-title { display: none; }
body .nav_closebtn>.module-container,
body .nav_openbtn>.module-container,
body .nav_closebtn>.module-container>.main,
body .nav_openbtn>.module-container>.main,
body .nav_closebtn>.module-container>.main>*,
body .nav_openbtn>.module-container>.main>* { height: 100%; }
.aries_header .nav_btn { height: 100%; width: 100%; position: relative;}
.nav_closebtn .nav_btn::before,.nav_openbtn .nav_btn::before{ content: ""; position: absolute; background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/8519473f-7c18-408c-a35d-9820fe6b4e51.svg); 
    width: 26px; height: 26px; left: 20px; top: 15px;}
.nav_openbtn .nav_btn::before { left: 25px; transform: rotate(180deg); }
.aries_header .nav_btn a { position: relative; height: 100%; width: 100%; display: block; font-size: 0; }
.top_nav .header-part .navbar-toggler-icon { background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/4ebef1a5-c8df-4e1a-be50-9c50c29b450e.svg);}
.top_nav .navbar-toggler:focus,.top_nav .navbar-toggler:hover{ outline: none;}
.top_nav .showName {padding: 0 0 0 5px; }
.top_nav .header-part .navbar-nav li a.SignOut { padding: 0 15px; background: #ecf0f3; color: #047; border-left: 0; }
.top_nav .showName .member-name { border-bottom: 1px solid #047; }
@media(min-width:992px){
    .top_nav .header-part .navbar-nav li.nav-item{ display: none; }
    .top_nav .header-part .navbar-nav li.nav-item:first-child,.top_nav .header-part .navbar-nav li.nav-item:nth-child(2){ display:list-item;}
}
@media(max-width:1400px){
 .top_nav .header-part{ padding: 0 0 0 25px;}
}
@media(max-width:991px){
    body .nav_closebtn, body.closenav.open .nav_closebtn{ display: none !important;}
    body.closenav.open .row.header .aries_header,body .row.header .aries_header{ flex: 0 0 100%;}
    .top_nav .navbar { width: 100%; height:initial; box-shadow: 2px 2px 2px rgba(0,0,0,0.2); }
    .top_nav .header-part { padding: 0; }
    .top_nav .header-part .navbar-brand{ height: 55px;}
    .top_nav .header-part .navbar-brand img{padding: 8px 5px 8px 10px; }
    .top_nav .header-part .navbar-nav { background: #f5f6f4; }
    .top_nav .header-part .nav-item:nth-child(2) .nav-link::before{ left: 28px;}
    .top_nav .header-part .navbar-nav li{ position: relative;}
    .top_nav .header-part .navbar-nav li:nth-child(2) { order: -1; }
    .top_nav .header-part .navbar-nav li a, .top_nav .header-part .navbar-nav li .nav-link{ border-bottom: 1px solid #d2dae0;}
    .top_nav .header-part .navbar-nav li.nav-item::after { content: ""; position: absolute; height: 30px; width: 30px; top: 15px; left: 20px; font-size: 15px; border-radius: 4px;
        background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/ff3d4ba0-4f59-4c30-9991-d827e0401111.svg); background-repeat: no-repeat; background-position: right 8px center; background-size: 10px auto; transform: rotate(270deg); }
    .top_nav .header-part .navbar-nav li.nav-item:first-child::after,.top_nav .header-part .navbar-nav li.nav-item:nth-child(2)::after{ display:none;}
    .top_nav .header-part .navbar-nav li a.SignOut{ border-bottom: 0;}
}

/**** 右側選單 ****/
body>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3) { z-index: 999; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);  background: #f5f6f4; overflow: hidden; position: fixed; width: 126px; right: 0; top: 0; bottom: 0; transition: all 0.5s; }
body.closenav.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3){ right: 0;}
body.closenav>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3){ right: -126px;}
.side_nav .header-title { text-align: center; font-size: 20px; font-weight: 600; color: #004477; padding: 14px 10px; position: relative; }
.side_nav .header-title::before { content: ""; position: absolute; background: #e98646; height: 2px; width: calc(100% - 20px); left: 50%; transform: translate(-50%, 0); bottom: 2px; }
.side_nav .header-part{ padding: 0;}
.side_nav .header-part .navbar-brand{ display: none;}
.side_nav .header-part .navbar-nav li.nav-item { padding: 0 10px; }
.side_nav .header-part .navbar-nav li.nav-item .nav-link,.side_nav .header-part .navbar-nav li.nav-item a.nav-link { border-bottom: 1px solid #d2dae0;}
.side_nav .header-part .navbar-nav li a,.side_nav .header-part .navbar-nav .nav-link { font-size: 18px; font-weight: 600; padding: 12px 0;}

/**** 右側社群 ****/
.side_social{ margin-top: 25px;}
.side_social .function-row li{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-left: 9px; padding-right: 9px; }
.side_social .function-row li a {display: flex; align-items: center; justify-content: center;padding:10px 0; border: 1px solid #c0ced8; width: 100%;}
.side_social .function-row li a:hover{ border: 1px solid #004477; }
.side_social .function-row li a h3{ font-size: 15px; font-weight: 500; margin-top: 0;}
.side_social .function-row .fa-facebook:before { color: #1877f2; }
.side_social .fa-instagram:before { background: -webkit-linear-gradient( -60deg, rgb(131, 58, 180) 20%, rgb(193, 53, 132), rgb(253, 29, 29) 90% );
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #833AB4;}
.side_social .function-row li a i { width: 24px; font-size: 24px; line-height: 26px; padding-right: 2px; }
.side_social.mobile { position: fixed; z-index: 99; right: 60px; top: 5px; margin-top: 5px; width: 80px; }
.side_social.mobile .function-row li { -ms-flex: 0 0 30px; flex: 0 0 30px; max-width: initial; padding-left: 5px; padding-right: 5px; display: inline-block; margin-bottom: 0; }
.side_social.mobile .function-row li a { padding: 5px 10px; border: 0; width: 30px; background-color: transparent !important; }
.side_social.mobile .function-row li a:hover { border: 0; }
.side_social.mobile .function-row li a h3{ font-size: 0;}

/* 公版明細頁上方選單、右側選單的收合 */
body.D_products_group_mold .row.header .aries_header{flex: 0 0 100%;}
body.D_products_group_mold.closenav.open .row.header .aries_header,
body.D_products_group_mold.open .row.header .aries_header{flex: 0 0 calc(100% - 126px); }
body.D_products_group_mold>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3),
body.D_products_group_mold.closenav>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3) { right:-126px; }
body.D_products_group_mold.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3){ right: 0;}
body.D_products_group_mold .nav_closebtn{ right: -126px;}
body.D_products_group_mold.open .nav_closebtn{ right: 126px;}
body.D_products_group_mold .nav_openbtn,body.D_products_group_mold.closenav.open .nav_openbtn{ display: block !important;}
body.D_products_group_mold.open .nav_openbtn{ display:none !important;}

body.D_products_group_detail .row.header .aries_header{flex: 0 0 100%;}
body.D_products_group_detail.closenav.open .row.header .aries_header,
body.D_products_group_detail.open .row.header .aries_header{flex: 0 0 calc(100% - 126px); }
body.D_products_group_detail>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3),
body.D_products_group_detail.closenav>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3) { right:-126px; }
body.D_products_group_detail.open>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3){ right: 0;}
body.D_products_group_detail .nav_closebtn{ right: -126px;}
body.D_products_group_detail.open .nav_closebtn{ right: 126px;}
body.D_products_group_detail .nav_openbtn,body.D_products_group_detail.closenav.open .nav_openbtn{ display: block !important;}
body.D_products_group_detail.open .nav_openbtn{ display:none !important;}

@media (min-width: 992px){
    .side_nav .header-part{ min-width: 126px;}
    .side_nav  .navbar-expand-lg .navbar-nav { -ms-flex-direction: column; flex-direction: column; margin: 0 !important; -ms-flex: 0 0 100%; flex: 0 0 100%; text-align: center; }
}
@media (max-width: 991px){
    body>.web-page-frame>div.row:nth-child(2)>.col-md-12>div>.row>div:nth-child(3){ display: none !important;}
    body.D_products_group_detail .nav_openbtn, body.D_products_group_detail.closenav.open .nav_openbtn{ display: none !important;}
    body.D_products_group_mold .nav_openbtn, body.D_products_group_mold.closenav.open .nav_openbtn{ display: none !important;}
}

/**** 首頁 ****/
/* 大圖輪播 */
.index_slider picture::before { content: ""; background: rgb(40 40 40 / 20%); width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.index_slider .carousel-caption { right: initial; left: 50%; bottom: 50%; transform: translate(-50%, 50%); width: calc(100% - 200px); }
.index_slider h1 { margin-bottom: 30px; font-size: 50px; letter-spacing: 1px; }
.index_slider h2{ font-size:27px; letter-spacing: 2px;}
.index_slider .carousel-control-next,.index_slider .carousel-control-prev { opacity: 1; width: 10%; }
.index_slider .carousel-control-next-icon,.index_slider .carousel-control-prev-icon { 
    background: url(https://materials.fillo.com.tw/materials/ariestravel/images/b70c346c-5e54-4975-8ab9-ba39258443c6.svg); 
    background-position: center; background-repeat: no-repeat;
    background-size: 60px; width: 24px; height: 60px;  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_slider .carousel-control-prev-icon { transform: rotate(180deg); }
.index_slider .carousel-control-next-icon:hover,.index_slider .carousel-control-prev-icon:hover { background-size: 50px; }
@media(max-width:1199px){
    .index_slider h1 { font-size: 36px;}
    .index_slider h2 { font-size: 20px; letter-spacing: 1px; }
}
@media(max-width:991px){
    .index_slider h1 { font-size: 28px; margin-bottom: 15px;}
    .index_slider h2 { font-size: 18px; letter-spacing: 0.5px; }
}
@media(max-width:767px){
    .index_slider .carousel-caption{ display: block !important;  width: calc(100% - 60px);}
    .index_slider .carousel-control-next-icon, .index_slider .carousel-control-prev-icon{display: none;}
}
@media(max-width:575px){
    .index_slider h1 { font-size: 24px; font-weight: 600; }
    .index_slider h2 { font-size: 16px; }
}

/* 搜尋 */
.index_search .group_banner.search_banner .search-area > .container { background: transparent; border-bottom: none; }
.index_search section.group_banner .search-area .search-box{ height:75px; margin: 24px auto; padding: 0px 0px; }
.index_search section.group_banner .search-area .search-box>div { padding: 0 5px !important; flex: 1; max-width: initial; }
.index_search section.group_banner .search-area .search-box>div:nth-last-child(3) { flex: 1; display: flex; align-items: flex-end; }
.index_search section.group_banner .search-area .search-box>div:last-child { flex: 0; max-width: 172px; min-width: 172px; display: flex; align-items: flex-end; }
.index_search .search-area .search-box .select-place,
.index_search .search-area .search-box .select-goal,
.index_search section.group_banner .search-area .search-box .select-date{ background: transparent; height: 75px; padding: 0;}
.index_search section.search_banner .search-area .search-box .select-goal, 
.index_search section.search_banner .search-area .search-box .select-place{ padding: 0;  margin: 0;}
.index_search .search-area .search-box .select-place .select select,
.index_search .search-area .search-box .select-goal .select select{ padding: 0 10px;}
.index_search section.group_banner .search-area .search-box .select-goal .title, 
.index_search section.group_banner .search-area .search-box .select-place .title,
.index_search section.group_banner .search-area .search-box .select-date .title { height: 27px; min-height: 27px; }
.index_search section.group_banner .search-area .search-box .select-date > input,.index_search section.group_banner .search-area .search-box .select-input > input{height: 43px; margin-bottom: 3px; padding-left: 10px; border-radius: 4px;} 
.index_search section.group_banner .search-area .search-box .search-btn { position: relative; height: 43px; line-height: 43px; border-radius: 4px; background: transparent; border: 1px solid #f5f6f4;  padding-left: 42px; margin-bottom: 3px;}
.index_search section.group_banner .search-area .search-box .search-btn:hover,
.index_search section.group_banner .search-area .search-box .search-btn:focus{ outline: none; background: rgb(0 68 119 / 50%); border: 1px solid #004477; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.index_search .search-area .search-box .select-place .title i,.index_search .search-area .search-box .select-goal .title i,
.index_search .search-area .search-box .select-goal .title i,.index_search .search-area .search-box .select-date .title i,
.index_search section.search_banner .search-area .search-box .select-input .data-icon-search{ display: none;}
.index_search section.group_banner .search-area .search-box .select-goal .title h6,
.index_search section.group_banner .search-area .search-box .select-place .title h6,
.index_search section.group_banner .search-area .search-box .select-date .title h6,
.index_search section.group_banner .search-area .search-box .select-date .title h6{ color: #dddedc; margin: 0 }
.index_search section.search_banner .search-area .search-box .select-goal .select, .index_search section.search_banner .search-area .search-box .select-place .select { height: 45px;}
.index_search section.search_banner .search-area .search-box .select-goal select, .index_search section.search_banner .search-area .search-box .select-place select { height: 43px; font-size: 15px; border-radius: 4px;
    background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/ff3d4ba0-4f59-4c30-9991-d827e0401111.svg); background-repeat: no-repeat; background-position: right 8px center; background-size: 10px auto; }
.index_search .search-area .search-box .select-date .select{ height: 45px; display: flex; align-items: center; justify-content: space-between; }
.index_search section.group_banner .search-area .search-box .select-date .select input{ height: 43px; width: calc(50% - 10px); text-align: center; border-radius: 4px;} 
.index_search .search-area .search-box .select-date .select .divide { flex: 0; height: 1px; background:#dddedc; margin: 0; max-width: 10px; min-width: 10px; }
.index_search section.group_banner .search-area .search-box .search-btn i { display: none; }
.index_search section.group_banner .search-area .search-box .search-btn h5 { color: #dddedc; text-align: left; font-size: 16px;}
.index_search button.search-btn::after {content: ''; position: absolute; width: 18px; height: 18px; background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/ae01feda-a125-4478-88dd-a0317ff461b4.svg);
    background-position: center; background-repeat: no-repeat; right: 45px; top: 11px; opacity: 0.8;}
.index_search select option{ -webkit-appearance: none; color:#333333;}
@media screen and (min-width: 1400px){
    .index_search .group_banner.search_banner .search-area > .container { max-width: 1440px; }
}
@media(max-width:1199px){
    .index_search section.group_banner .search-area .search-box>div:first-child, .index_search section.group_banner .search-area .search-box>div:nth-child(2),
    .index_search section.group_banner .search-area .search-box>div:nth-child(3) { flex: 0 0 13%; }
}
@media(max-width:991px) {
    .index_search .group_banner.search_banner .search-area > .container { max-width: 100%; }
    .index_search section.group_banner .search-area .search-box{ height: 160px; margin: 20px 0;}
    .index_search section.group_banner .search-area .search-box>div:first-child, .index_search section.group_banner .search-area .search-box>div:nth-child(2),
    .index_search section.group_banner .search-area .search-box>div:nth-child(3), .index_search section.group_banner .search-area .search-box>div:nth-child(4),
    .index_search section.group_banner .search-area .search-box>div:nth-child(5) { flex: 0 0 33.33333%; max-width: 33.3333%;}
    .index_search section.group_banner .search-area .search-box .select-date > input, .index_search section.group_banner .search-area .search-box .select-input > input{margin-bottom: 8px; }
}
@media (max-width: 991px) and (min-width: 768px){
    .index_search section.group_banner .search-area .search-box>div:last-child { flex: 0 0 33.33333%; max-width: inherit; min-width: inherit; margin-bottom: 6px; }
    .index_search section.group_banner .search-area .search-box .search-btn{ padding: 0 25px;}
    .index_search section.group_banner .search-area .search-box .search-btn h5 { text-align: center; padding-right: 30px; }
    .index_search button.search-btn::after { margin-left: 50px; }
}
@media(max-width:767px) {
    .index_search section.group_banner .search-area .search-box{ height: 220px;}
    .index_search section.group_banner .search-area .search-box>div:nth-child(4), .index_search section.group_banner .search-area .search-box>div:nth-child(5) { flex: 0 0 50%; max-width: 50%; }
    .index_search section.group_banner .search-area .search-box>div:last-child{ margin: 10px auto 0;}
    .index_search .mic_icon{ top: 20px;}
}
@media(max-width:575px) {
    .index_search section.group_banner .search-area .search-box { height: 400px; }
    .index_search section.group_banner .search-area .search-box>div:nth-child(3), .index_search section.group_banner .search-area .search-box>div:nth-child(4), .index_search section.group_banner .search-area .search-box>div:nth-child(5) { flex: 0 0 100%; max-width: 100%; }
    .index_search section.group_banner .search-area .search-box>div:first-child, .index_search section.group_banner .search-area .search-box>div:nth-child(2){ flex: 0 0 50%;  max-width: 50%;}
    .index_search .mic_icon { top: 10px; }
    .index_search .mic_icon i{ padding: 5px 15px 3px;}
}

/* 熱門地區 */
.poopular_areas .wall-wrapper{ background-color: transparent;}
.poopular_areas .wall-wrapper .wall-row { justify-content: space-between; padding: 0 5px;}
.poopular_areas .wall-wrapper .wall-row>div { border-radius: 8px; flex: 0 0 calc(25% - 30px); max-width: 24%; margin-bottom: 40px; box-shadow: 0.3px 4px 7.4px 0.6px rgba(0, 0, 0, 0.17);; }
.poopular_areas .wall-wrapper .thicon_info{border-radius: 8px; }
.poopular_areas .wall-wrapper .wall-row>div img { border-radius: 8px; }
.poopular_areas .wall-wrapper .thicon_info h3 { padding: 0; text-align:center; top: 50%; right: 14px; bottom: initial; width: 30%; font-size: 26px; font-weight: 400; transform: translate(0, -50%); text-shadow: none; margin-bottom: 0; }
.poopular_areas .wall-wrapper .theme_info{  width: 320px; top: 0; right: 0;  background:transparent!important;}
.poopular_areas .wall-wrapper .theme_info::before{ content: ""; background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/4407b061-6088-4795-a588-871683c837cf.svg); position: absolute; background-repeat: no-repeat; background-position: top right; width: 100%; height: 100%; right: 0; top: 0; opacity: 0.8;  transition: all 0.5s; }
.poopular_areas .wall-wrapper .wall-row>div:nth-child(even) .theme_info::before{ background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/30e18532-dffd-4917-b4c5-9f7a1de70c63.svg); position: absolute; background-repeat: no-repeat; background-position: top right;}
.poopular_areas .wall-wrapper .theme_info:hover::before{ opacity: 1;}
@media(max-width:1400px) {
    .poopular_areas .wall-wrapper .thicon_info h3{ font-size: 20px; }
}
@media(max-width:1199px) {
    .poopular_areas .wall-wrapper .wall-row>div { flex: 0 0 calc(50% - 10px); max-width: initial; }
    .poopular_areas .wall-wrapper .thicon_info h3 { font-size: 18px; right: 5px; }   
}
@media(max-width:991px) {
    .poopular_areas .wall-wrapper .wall-row>div{ margin-bottom: 20px;}
}
@media(max-width:575px) {
    .poopular_areas .wall-wrapper .wall-row { padding: 0; }
    .poopular_areas .wall-wrapper .theme_info::before{ background-size: 45%;}
    .poopular_areas .wall-wrapper .wall-row>div { flex: 0 0 calc(50% - 5px); margin-bottom: 10px;}
    .poopular_areas .wall-wrapper .thicon_info h3 { font-size: 16px; width: 45%; }
}
/* 主題行程 */
.index_theme .expand-graphics .item-box { margin-bottom: 36px !important; }
.index_theme .expand-graphics .item_box {height: 100%;}
.index_theme .expand-graphics .item_box a{ background-color: #ffffff; border-bottom: 2px solid #ced8df; height: 100%;}
.index_theme .expand-graphics .item_box figure{ border-radius: 0; background: #004477;}
.index_theme .expand-graphics .item_box figure img{ aspect-ratio: 5/3.36; object-fit: cover; object-position: center center;}
.index_theme .expand-graphics .item_box:hover figure img { opacity: 0.7;}
.index_theme .expand-graphics .item_box span.item_btn,.index_theme .expand-graphics .item_box:hover span.item_btn_hover{ display: none;}
.index_theme .expand-graphics .item_box .item_more_txt { padding: 0 19px 40px; }
.index_theme .expand-graphics .item_box .item_more_txt span.item_tag { padding: 0; margin: 0; }
.index_theme .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(2) { position: absolute; top: -5px; left: 20px; background: #004477; height: 30px; min-width: 80px; text-align: center; padding: 3px 10px; }
.index_theme .expand-graphics .item_box span.item_tag:nth-child(2)::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 7px 4.5px 0 4.5px; border-color: #004477 transparent transparent transparent; bottom: -7px; left: 50%; transform: translate(-50%, 0); }
.index_theme .expand-graphics .item_box .item_more_txt h3 { font-size: 17px; font-weight: 600; color: #525252; line-height: 26px; margin-bottom:16px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; overflow: hidden; text-align: justify;}
.index_theme .expand-graphics .item_box h4 { margin-top: 0; margin-bottom: 0; float: right; font-size: 20px; font-weight: 400; position: absolute; right: 35px; bottom: 20px; }
.index_theme .expand-graphics .item_box h4::after { content: "元起"; padding-left: 3px; font-size: 15px; font-weight: 400; }

.index_theme .expand-graphics .item_box span.item_tag:nth-child(2)::before { border-color: #21a2af transparent transparent transparent;}
.index_theme.type2 .expand-graphics .item_box .item_more_txt span.item_tag:nth-child(2){ background: #21a2af;}
.index_theme.type2 .expand-graphics .item_box a{ background-color:#f5f6f4; border-bottom:2px solid #004477;}

@media(max-width:1199px) {
    .index_theme .expand-graphics .item-box { padding-left: 10px; padding-right: 10px; }
    .index_theme .expand-graphics .item_box .item_more_txt h3{ font-size: 16px; line-height: 24px; margin-bottom: 10px;}
    .index_theme .expand-graphics .item_box h4{ font-size: 18px; bottom: 15px; right: 30px;}
    .index_theme .expand-graphics .item_box .item_more_txt { padding: 0 15px 40px; }
    .index_theme .expand-graphics .item_box h4::after{ font-size: 14px;}
}

/**** go top ****/
.aries_gotop .actGotop { bottom: 60px; right: 32px; width: 58px; height: 58px; }
.aries_gotop .actGotop:before { content: ""; position: absolute;  background: url(https://materials.fillo.com.tw/materials/ariestravel/images/e1be174c-ec1f-4a3d-91da-1f93628f8779.svg); background-position: center; background-repeat: no-repeat;
    width: 26px; height: 26px; left: 17px; top: 16px; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.aries_gotop .actGotop:hover:before{ opacity: 0.7;}
@media(max-width:767px) {
    .aries_gotop .actGotop{ right: 10px;}
}

/**** footer ****/
body.closenav.open .araries_footer,body .araries_footer{ position: relative; flex: 0 0 calc(100% - 126px); max-width: initial; }
body.closenav .araries_footer{flex: 0 0 100%; max-width: initial; transition: all 0.5s;}
.araries_footer .footer-sample{ padding-top: 0; padding-bottom: 0;}
.araries_footer .footer-sample .logo-part { margin-top: 0; }
.araries_footer .footer-sample>div.col-sm-3 { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; min-height: 194px; background-color: #005083;
 background-image: url(https://materials.fillo.com.tw/materials/ariestravel/images/11f07ce0-10c4-455b-846a-9ca559a4a24e.jpg); background-repeat: no-repeat; background-position: left top; }
.araries_footer .footer-sample .logo-part .logo { max-width: 100%; margin: initial; float: right; padding: 44px 110px 0 0; }
.araries_footer .footer-sample>div.col-sm-2{ display: none;}
.araries_footer .footer-sample>div.col-sm-7 { -ms-flex: 1; flex: 1; max-width: initial; padding: 0 90px; }
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-child(4) { border-bottom: 1px solid #c2c2c2; margin-bottom: 8px; padding-bottom: 8px; }
.araries_footer .module>div:last-child { position: absolute; bottom: 0; right: 90px; }
.araries_footer .powered.col-12 { opacity: 0.5; font-size: 14px; }
.araries_footer .footer-sample .contact-us-part { margin-top: 30px; margin-bottom: 30px; }
.araries_footer .footer-sample .contact-us-part .contact-use-row { position: relative; letter-spacing: normal; padding: 3px 30px 3px 12px; font-size: 15px; font-weight: 600; letter-spacing: normal; }
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(1),
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(2),
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(3),
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(4),
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(5){ font-weight: normal; padding-left: 0; padding-right: 20px;}
.araries_footer .footer-sample .contact-us-part .contact-use-row::before{ content: ""; position: absolute; left: 0; top: 14px; width: 0;  height: 0;
    border-style: solid; border-width: 3.5px 0 3.5px 6px; border-color: transparent transparent transparent #e98746;} 
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(1):before,
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(2):before,
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(3):before,
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(4):before,
.araries_footer .footer-sample .contact-us-part .contact-use-row:nth-last-child(5):before{ display: none;}
.araries_footer .footer-sample .contact-us-part .contact-use-row a{ color:#004477;}
@media(max-width:1400px) {
    .araries_footer .footer-sample .logo-part { display: flex; justify-content: center; align-items: center; height: 100%; }
    .araries_footer .footer-sample .logo-part .logo{ float: inherit; padding: 0;}
}
@media(max-width:991px) {
    body.closenav.open .araries_footer, body .araries_footer{ flex: 0 0 100%;}
    .araries_footer .footer-sample>div.col-sm-7{ padding: 0 30px;}
    .araries_footer .module>div:last-child { right: 20px; }
    .araries_footer .powered.col-12{ font-size: 13px;}
}
@media(max-width:767px) {
    .araries_footer .module>div:last-child { right: initial; position: relative; }
    .araries_footer .powered.col-12{ background-color: #012038 !important;  color: #286897 !important; opacity: 1;}
    .araries_footer .footer-sample>div.col-sm-3{background-size: cover;}
}
@media(max-width:575px) {
    .araries_footer .footer-sample>div.col-sm-3{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; min-height: 120px;}
    .araries_footer .footer-sample .logo-part img{ max-width: 140px;}
}

/******** 公版 ********/
/*會員登入頁 */
.member_home .signin_width { margin-top: 150px; margin-bottom: 150px; }
.member_home.D_member_my_login .width-460 { margin-bottom: 100px; }
body.member_home.new_bg { background:#ecf0f3; }
body.member_home button.l_benPrimary{ background:#004477; }
body.member_home .note_box a { color: #004477; }
body.member_home a.font4.blue-txt2 { color:#545454; }
body.member_home .member_title { margin: 70px 0 30px; }
body.member_home .member-l_title .title_txt{ color:#545454;}
body.member_home .signin_box.member-l_box>.d-block.mb-20.p-2.bg-light.text-muted a.btn.btn-sm.btn-outline-primary{
    color: #545454; background-color: transparent; background-image: none; border-color: #545454; }


@media (max-width: 767px){
	.member_home  .signin_width { margin-top: 100px; margin-bottom: 120px; }
}

/* 會員專區 */
@media (min-width: 768px) {
    .member_width .member_title { margin: 70px 0 30px; }
}

/* 訂購流程頁 */
.stepPage_btn>div>div { flex: 1; max-width: initial; }
@media (min-width: 768px) {
    form.general_order_width,.group_order_width,form.group_order_width{ margin-top: 100px;}
}

/* 公版GOTOP */
.go-to-top{ display: none !important;}


/* 搜尋列表頁 */
.search-area .search-box .search-btn { background: #004477; color: #ffffff;}
.search-area .search-box .select-place .title i,
.search-area .search-box .select-goal .title i,
.search-area .search-box .select-goal .title i,
.search-area .search-box .select-date .title i,
section.search_banner .search-area .search-box .select-input .data-icon-search{color: #004477; }
.list_con .style_icon .nav-pills a svg { fill: #a7a7a7; }
.list_con>.title>.text-right>p>span.text_blue { color:#004477; }
.list_con .style_icon .nav-pills .nav-link.active svg { fill:#004477; }
figure.block_style .main_words .go-date,.pic_style figure.block_style .go-date{  font-size: 1.1rem;}
figure.block_style .main_words .go-date>span.text-danger,
.pic_style figure.block_style .go-date>span.text-danger,
.search_table tbody td.go-date .go-date>span.text-danger{ color: #004477 !important; }
figure.block_style .main_words a,
.pic_style figure.block_style .main_words a,
.search_table .main_words .title_main{ color: #333333;}
figure.block_style .main_words a:hover,
.pic_style figure.block_style .main_words a:hover,
.search_table .main_words .title_main:hover{ color:#004477 !important; }
.list_con figure.block_style .pic_all::after{ border-color: transparent transparent transparent rgb(0 68 119 / 60%);}
.irs-bar { height: 3px; top: 33px; border-top: none; border-bottom: none; background:#909090}
.irs-bar-edge {  height: 10px; top: 33px; width: 14px; border: 1px solid #909090; border-right: 0; background: #909090; background: -webkit-gradient(linear,left bottom,left top,from(#909090),to(#909090)); background: linear-gradient(to top,#909090 0,#909090 100%); border-radius: 16px 0 0 16px; -moz-border-radius: 16px 0 0 16px}
.irs-slider { top: 25px; width: 20px; height: 20px; border: none; background: #ddd; background: #909090; border-radius: 27px; -moz-border-radius: 27px; -webkit-box-shadow: none; box-shadow: none; cursor: pointer}
.irs-slider.state_hover,.irs-slider:hover { background: #fff; border: 2px solid #909090}
.irs-from,.irs-single,.irs-to { color: #fff; font-size: 14px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: #909090; border-radius: 3px; -moz-border-radius: 3px}
.irs-grid-pol { opacity: .5; background: #6a7178;}
.irs-grid-pol.small { background: #999}
.irs-grid-text { bottom: 5px; color: #99a4ac}
.plane.plane-s1::after{ color: #004477;}
.plane.plane-s1:hover{color: #004477;}
.filter_list .accordion .card.price-range i, .filter_list .accordion .card.travel-days i,.filter_list .accordion .card.travel-type i{ color: #909090; }
.filter_list .form-check .customcheck input:checked ~ .checkmark{ background-color: #909090;}
.filter_list .accordion .card.travel-days .form-check .badge-primary{ background-color: #909090;}
.filter_list .form-check .customcheck.disabled .checkmark, .filter_list .form-check .customcheck.disabled input:checked~.checkmark{ background-color: #ddd; border-radius: 0; border: 1px solid #fff; }
section.search_con .pagination .page-item .page-link:hover,section.search_con .pagination .page-item .page-link:active,section.search_con .pagination .page-item.active .page-link { background: #fff; border-color: #004477; color: #55575a; }
section.search_con .pagination .page-item .page-link:focus{ box-shadow: none;}
section.search_con .pagination .page-item .page-link:hover svg, section.search_con .pagination .page-item .page-link:active svg{ fill:  #004477;}
.search_table.table tbody .thead { background: #797979; height: 2.8rem; line-height: 2.8rem;}
.search_table tbody td.go-airport img { margin: 0 auto; }
.modal-body section.group_table.trip_airline .table .thead {background: #6b7178;}
section.group_table.trip_airline .table .thead th { border-right: 1px solid #6b7178;}

/* 字體尺寸調整 */
figure.block_style .pic_all .item_days{ font-size: 1.7rem;}
figure.block_style .main_words a{ font-size: 1.25rem;}
figure.block_style .price_box span,.search_table tbody td.tour-price span {font-size: 1.2rem; font-weight: 600;}
.pic_style figure.block_style .price_all h4 span{font-size: 1.2rem; font-weight: 600; }
figure.block_style .price_box small { font-size: 0.9rem; }
figure.block_style .main_words h6{ font-size: 0.9rem;}
figure.block_style .main_words h6>div span { font-size: 1rem; }
figure.block_style .note_words>div{ font-size: 1rem;} 
.search_table.table tbody .thead th { font-size: 1rem; font-weight: 400; }
@media(min-width:1200px){
	.WinChrome section.group_banner.search_banner, .WinIe section.group_banner.search_banner{ height: 200px;}
	.WinChrome section.group_banner .search-area, .WinIe section.group_banner .search-area { min-height: 110px; bottom: calc(50% - (160px/2)); }
}
@media (min-width:768px) and (max-width: 1199px){
	.WinChrome section.group_banner.search_banner, .WinIe section.group_banner.search_banner { height: 300px; }
	.WinChrome section.group_banner .search-area, .WinIe section.group_banner .search-area { bottom: calc(50% - (240px / 2)); }
}



/* 團型列表 */
.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #dedede; border-color: #dedede; }
section.group_table.tripdown .style_icon ul li a.nav-link{ color: #797979; border: 1px solid #797979;}
section.group_table.tripdown .style_icon ul li a.nav-link.active { background: #797979; color: #ffffff; }
section.group_table.tripdown .style_icon ul li a.nav-link svg{ fill:#797979; }
section.group_table:before { -webkit-filter: grayscale(1) opacity(.3); }
section.group_banner .media-grouop .share_box:hover, section.group_banner .media-grouop .forword_box:hover{  background: #797979;}
.D_products_group_mold .popover{background: #797979; }
.D_products_group_mold .popover .arrow:after,.D_products_group_mold .popover .arrow:before { border-color: transparent transparent #797979 transparent; }
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: #dedede;}
section.group_table.trip_features .container>div>h2, section.group_table.trip_airline .container>div>h2, section.group_table.trip_day .container>div>h2, section.group_table.trip_note .container>div>h2, section.group_table.view_intro .container>div>h2, section.group_table.tripdown .container>div>h2 { position: relative; color:#004477; margin-bottom: 0; font-size: 2.3rem; text-shadow: none; }
section.group_table.trip_features .container>div>h2::after, section.group_table.trip_airline .container>div>h2::after,
section.group_table.trip_day .container>div>h2::after, section.group_table.trip_note .container>div>h2::after,
section.group_table.view_intro .container>div>h2::after, section.group_table.tripdown .container>div>h2::after{content: ""; background:#55575a; width: 50px; height: 1px; position: absolute; bottom: -15px; left: 50%; transform: translate(-50%, 0); }
.D_products_group_mold section.group_banner .info .btn-primary{ background:#004477; border-color: #004477; color: #ffffff;}
.D_products_group_mold section.group_banner .info .btn-primary::before{  font-size: 1.2rem; }
.D_products_group_mold section.group_banner .info .btn-primary small{ display: none;}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: none; }
section.group_table.tripdown .search_table tbody td.go-airport img { margin: 0 auto; }
.search_table tbody td.sale-situation .btn.btn-primary,.search_table tbody td.sale-situation .btn.btn-primary:hover{ border-color: #004477; background: #004477; color: #ffffff;}
section.trip_note .card-header .btn[aria-expanded="true"],section.trip_note .card-header .btn:hover{ background: #004477;}

/* 字體尺寸調整 */
section.group_table.tripdown .search_table tbody td.tour-price span { font-size: 1.2rem; font-weight: 600; }

/* 月曆 */
.web-page-frame .group_table .style_icon ul { list-style: none; }
.D_products_group_mold #search-calendar .fc .fc-toolbar.fc-header-toolbar,.D_products_group_detail #search-calendar .fc .fc-toolbar.fc-header-toolbar { background: #797979; height: 3rem; }
.D_products_group_mold #search-calendar .fc .fc-button,.D_products_group_detail #search-calendar .fc .fc-button { box-shadow: none; }
.D_products_group_mold #search-calendar .fc .fc-button-primary,.D_products_group_detail #search-calendar .fc .fc-button-primary {
    color: #000000;
    color: var(--fc-button-text-color, #000000);
    border-color: #fafafa;
    border-color: var(--fc-button-border-color, #fafafa);
}
.D_products_group_mold #search-calendar .fc .fc-button-primary:disabled,.D_products_group_detail #search-calendar .fc .fc-button-primary:disabled {
    background-color: #797979;
    background-color: var(--fc-button-bg-color, #797979);
    color: #b2b2b2;
}
.D_products_group_mold #search-calendar .fc .fc-button-primary:not(:disabled):hover,.D_products_group_detail #search-calendar .fc .fc-button-primary:not(:disabled):hover, .D_products_group_mold #search-calendar .fc .fc-button-primary:not(:disabled):active,.D_products_group_detail #search-calendar .fc .fc-button-primary:not(:disabled):active, .D_products_group_mold #search-calendar .fc .fc-button-primary:not(:disabled).fc-button-active,.D_products_group_detail #search-calendar .fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #ebebeb;
    background-color: var(--fc-button-active-bg-color, #ebebeb);
    border-color: #fafafa;
    border-color: var(--fc-button-active-border-color,#fafafa);
}
section.group_table.tripdown .container .fc-toolbar h2.fc-toolbar-title { text-shadow: none; font-size: 18px; line-height: 2.8rem; }

/* 隱藏月曆，強制顯示列表模式
.style_icon{ display: none;}
.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;}
.D_products_group_mold #pills-tab .nav-item, .D_products_group_mold #pills-tab .nav-item #pills-contact-tab, .D_products_group_detail #pills-tab .nav-item, .D_products_group_detail #pills-tab .nav-item { list-style: none; }
*/
@media (min-width: 576px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 540px; }
}
@media (min-width: 768px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 720px; }
}
@media (min-width: 992px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 960px; }
	
}
@media (min-width: 1200px){
	.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ max-width: 1440px; }
}
.web-page-frame > .row:nth-child(2) > div > div > .row > div:nth-child(2) > .row > table.search_table{ background: #fff; width:calc(100% - 30px); margin-left:auto; margin-right:auto; }
.web-page-frame > .row:nth-child(2) > .col-md-12 > div > .row > .col-lg-12 > .row > .text-center{ width: 100%; margin-bottom: 3rem; }

@media (max-width: 575.98px){
	.D_products_group_mold section.group_banner { margin-top:0; }
	.D_products_group_mold .sub_menu-trip .server_menu > ul > li a{font-size: 15px;}
}



/* 個團明細頁 */
.Detail li.breadcrumb-item a{color: #004477; }
section.group_table.trip_day .day_con .info_box>.row>.col-lg-4.col-sm-12 { display: none; }
section.group_table.trip_day .day_con .info_box>.row>.col-lg-8.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
section.group_table.trip_day .info_box .info_box_title { margin-left: 0; width: 100%; }
section.group_banner.trip_banner h1{ font-size: 2rem; margin-bottom: 28px;}
section.group_banner.trip_banner h3.price { font-size: 1.6rem; }
section.group_banner.trip_banner h3.price span, section.group_banner.trip_banner h3.price small{ font-size: 60%;}
section.group_banner.trip_banner h6{ font-size: 1rem;}
section.group_banner .price_content .panel-info .panel-heading { padding: 8px; background: #797979; font-size: 1rem; }
section.group_banner .price_content .panel-info .panel-body { padding: 15px 8px; font-size: 1em; }
section.group_banner .basic-air-aircraft,section.group_banner .basic-air-airport{ font-size: 1.2rem; font-weight: normal;}
section.group_banner .basic-air-airport i{ color:#004477;}
section.group_banner.trip_banner .brief h5{font-size: 1rem; }
section.group_banner .price_content .panel-info { border: 1px solid #797979; }
section.group_banner .basic-air-info { border: 1px solid #b9b9b8;}
section.group_banner .basic-air-info .go h3, section.group_banner .basic-air-info .back h3 { color: #6a7178; }
.basic-air-info .go i, .basic-air-info .back i { color:#707070; font-size: 2rem; }
section.group_banner .basic-air-btn a { float: right; font-size: 1.2rem; font-weight: bold; background: #004477; border: 1px solid #004477; padding: 5px 25px; color: #ffffff; border-radius: 50px; }
section.group_banner .basic-air-btn a:hover { background: #6b7178; color: #ffffff; }
section.group_banner .basic-air-info .time { font-size: 1.1rem; }
.modal-content h5.modal-title strong{ color:#6a7178;}
.flight_details .details_box > h4 { background:#6a7178;}
.flight_details .details_box > h4 i { color: #eeeeee; }
.flight_details { border: 1px solid #797979; }
.trip_day .group_table_box table .thead { background: #797979; height: 2.8rem; font-weight: normal; color: #fff; font-size: 1rem; line-height: 2.8rem; }
section.group_table.trip_day table.table tr.thead th:nth-child(2) { background:#797979; }
section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{ display: none; background: #797979;  }
.day_con .text_gary2.hotel a { color: #55575a; }
.Day_menu .swiper_day .swiper-slide a:hover {color: #fff; background:#004477; border: 1px solid #004477;}
section.trip_note .card-header .btn[aria-expanded="true"],section.trip_note .card-header .btn:hover{background: #797979; }
.web-page-frame .group_table ul{list-style:disc; padding-left: 20px;}
.web-page-frame .group_table ol{ list-style:decimal; padding-left: 20px;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{ color:#004477;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_sub-title{color: #55575a; border-left: 2px solid #55575a;}
.D_products_group_detail div#exampleModalCenter{ z-index: 100000000; }
.Day_menu.day_fixed { top: 56px !important; }
@media (min-width: 576px){
    .D_products_group_detail .modal-dialog { margin: 6rem auto 1.75rem; }
}
@media (max-width: 991.98px){
    .D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{ border-bottom: 1px solid #55575a;}
    .D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_sub-title{ border:0}
}

/* 側選單 */
.sub_menu-trip .trip_menu{ border: 1px solid #004477; border-right: 0;}
.sub_menu-trip .server_menu > ul > li a { font-size: 16px;}
.sub_menu-trip .server_menu a i{ font-size: 18px;}
.sub_menu-trip .server_menu > ul > li a i {margin-right: 2px; line-height: 35px; font-size: 18px;}
.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after { margin-left: 5px; }
.sub_menu-trip .server_menu > ul > li a>img { width: 22px; }
.sub_menu-trip .server_menu a{ color:#004477;}
.sub_menu-trip .server_menu li:nth-child(1) { background:#004477; }
.sub_menu-trip .server_menu > ul > li{box-shadow: none;}
.sub_menu-trip .server_menu > ul > li+li { border-top:1px solid #004477;}
.sub_menu-trip .server_menu > ul > li.download-fixed-btn { border-top: 0; }
.sub_menu-trip .server_menu > ul > li.query-fixed-btn,.sub_menu-trip .server_menu > ul > li.share-fixed-btn,
.sub_menu-trip .server_menu > ul > li.download-fixed-btn,.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){ background:#ECEFF2; }
/* .sub_menu-trip .server_menu > ul > li.query-fixed-btn, .sub_menu-trip .server_menu > ul > li.share-fixed-btn,
.sub_menu-trip .server_menu > ul > li.download-fixed-btn, .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{ display: none;} */
.sub_menu-trip .server_menu > ul > li ul li a { border-left: 0; color: #ffffff; }
.sub_menu-trip .server_menu > ul > li.join-fixed-btn a { border-left: 0; }
.sub_menu-trip .server_menu > ul > li.join-fixed-btn .disabled, .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{ color:#ffffff; }
@media (min-width: 992px){
    body.D_products_group_detail .sub_menu-trip{ transition: all 0.5s; }
    body.D_products_group_detail.open .sub_menu-trip,
    body.D_products_group_detail.closenav.open .sub_menu-trip{right:125px; }
    body.D_products_group_mold .sub_menu-trip{ transition: all 0.5s; }
    body.D_products_group_mold.open .sub_menu-trip,
    body.D_products_group_mold.closenav.open .sub_menu-trip{right:125px; }
    body.closenav .sub_menu-trip { right: 0px; }
	.sub_menu-trip .server_menu > ul{ margin-bottom: 0;}
	.sub_menu-trip .server_menu > ul > li { height: 45px; font-size: 1rem;}
	.sub_menu-trip .server_menu > ul > li a{padding: 5px 8px; border-left:1px solid #004477;}
	.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){padding: 5px 8px 5px 12px; }
	.sub_menu-trip .trip_menu { width: 76px; padding: 10px 3px 0 3px; }
	.sub_menu-trip .trip_menu li a span{ font-size: 0.9rem;}
	/* .sub_menu-trip .trip_menu i { display: none; } */
	.sub_menu-trip .trip_menu li:last-child a{ border:0; padding-bottom: 0;}
	.sub_menu-trip .trip_menu li a:hover span { color: #004477; }
	.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul{ height: 45px; width: 180px;}
	.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li { height: 45px; }
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li{ height: 45px;}
}
@media (min-width: 1351px) and (max-width: 1550px){
	section.group_banner .basic-air-info .go h3,section.group_banner .basic-air-info .back h3 { font-size: 1.2rem; }
	.basic-air-info .go h4, .basic-air-info .back h4 { font-size: 1.1rem; }
}
@media (max-width: 1400px){
	section.group_banner.trip_banner h1 { font-size: 2rem; }
}
@media (max-width: 1350px){
	.sub_menu-trip .server_menu > ul > li a { font-size: 16px;}
}
@media (max-width: 991.98px){
	section.group_table.tripdown .search_table > tbody > tr.thead{ display: none;} 
	.sub_menu-trip .trip_menu{ display: none;}
	.sub_menu-trip .server_menu{ width: 100vw;}
	.trip_day .table tr.text_gary.has_note>td:first-child { background: #efefef; text-align: center; width: 100%;}
	.day_con .info_box { width: 100%; }
	section.group_table.tripdown .search_table tbody td.tour-name .main_words h6.seat { margin-top: 10px; font-size: 15px;}
	.sub_menu-trip .trip_menu select { border-top: 1px solid #b9b9b8; }
	.sub_menu-trip .trip_menu:after { border: solid #004477; border-width: 0 1px 1px 0;}
	.sub_menu-trip .server_menu > ul > li+li,.sub_menu-trip .trip_menu{ border-left: 1px solid #b9b9b8; }
	.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(2) img { padding-top: 16px; margin: 0 auto; }
    .sub_menu-trip .server_menu > ul > li.download-fixed-btn{ border-top: 1px solid #004477;}
	/* .sub_menu-trip .server_menu{ width: 100vw;}
	.sub_menu-trip .trip_menu{ display: none;} */
}
@media (max-width: 767px){
	.sub_menu-trip .server_menu{ width: 100vw;}
	section.group_table.trip_features .container>div>h2, section.group_table.trip_airline .container>div>h2,
	section.group_table.trip_day .container>div>h2, section.group_table.trip_note .container>div>h2,
	section.group_table.view_intro .container>div>h2, section.group_table.tripdown .container>div>h2{ font-size: 1.8rem;}
}
@media (max-width: 576px){
	.sub_menu-trip .server_menu{ width: 100vw;}
	.sub_menu-trip .server_menu > ul > li a{font-size:0; padding-top: 3px;}
	.sub_menu-trip .server_menu > ul > li a i {  line-height: 45px; margin: 0; font-size: 15px;}

}
@media (max-width: 991.98px) and (min-width:577px){
	.sub_menu-trip .server_menu > ul > li a { padding-top: 10px; }
	.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1){ padding-top: 10px;}
}
@media (max-width: 575px){
	section.group_banner.trip_banner h1 { font-size: 1.6rem; margin-bottom: 18px; }
	section.group_banner.trip_banner h3.price { font-size: 1.2rem; }
	.basic-air-info .go h3, .basic-air-info .back h3{ font-size: 1.4rem;}
	.basic-air-info .go i, .basic-air-info .back i { font-size: 1.2rem; }
	.basic-air-info .go h4, .basic-air-info .back h4 { padding: 10px; }
	section.group_banner .basic-air-btn a{font-size: 1rem; }
	section.group_table.trip_day .info_box .info_box_title .day_title{ font-size: 1.6rem;}
	section.group_table.trip_day .info_box .info_box_title .day_sub-title { font-size: 1.3rem; line-height: 2rem; }
}

/* 新版團型頁 */
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom>.btn { white-space: initial; padding: 0; font-size: 0;}
.D_products_group_molddetail .MGO .PriceType.LowestPrice ul.KeyFeatures,.D_products_group_molddetail .MPGO .PriceType.LowestPrice ul.KeyFeatures { flex-wrap: wrap; }
.D_products_group_molddetail .MGO .PriceType.LowestPrice ul.KeyFeatures li:first-child,.D_products_group_molddetail .MPGO .PriceType.LowestPrice ul.KeyFeatures li:first-child { margin-left: 10px;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div { background-color: #afcfdf; color: #004477;}
.Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #afcfdf;}
.D_products_group_molddetail .Detail.DayTrip .TripBlock.ImgNone .TripHotel>div:nth-child(2) { word-break: break-all; display: inline-block !important; padding-bottom: 20px !important; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn { background: #004477; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn,
.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 a:nth-child(1) { background: #afcfdf; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu a { font-size: 16px;   color: #004477; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn > a > span{ font-size: 18px; width: auto; line-height: 35px; margin-right: 2px;}
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn .disabled,
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn a { color: #ffffff; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a { border-left: 0; color: #ffffff; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after{ margin-left: 5px;}
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span.icon-icon-share { margin-left: 4px; margin-right: 5px; font-size: 18px; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu li{ box-shadow: none;}
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a i { margin-right: 2px; }
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a i{ margin: 0;}
.D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li ul li a { border-left: 0; color: #ffffff; padding: 0 8px; }
.Detail.DepartureDate .nav-tabs .nav-link{ border: 1px solid #004477; border-bottom-color: #004477; color: #004477;}
.Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, .Detail.DepartureDate .nav-tabs .nav-link.active { background-color: #004477; color: #ffffff;}
.Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before { color: #004477; }
.Detail.DepartureDate .nav-tabs .nav-item.show .nav-link .TabTitle::before, .Detail.DepartureDate .nav-tabs .nav-link.active .TabTitle::before{ color: #ffffff;}
.MPGO .Detail .PriceBlock ul li.FlightDetails a, .MGO .Detail .PriceBlock ul li.FlightDetails a, .MPGDT .Detail .PriceBlock ul li.FlightDetails a, .MGDT .Detail .PriceBlock ul li.FlightDetails a{background-color: #004477;}
.MPGO .Detail .PriceBlock ul li.FlightDetails a:hover, .MGO .Detail .PriceBlock ul li.FlightDetails a:hover, .MPGDT .Detail .PriceBlock ul li.FlightDetails a:hover, .MGDT .Detail .PriceBlock ul li.FlightDetails a:hover{ background-color: #afcfdf;}

@media (min-width: 1601px){
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .Remark{ flex: 0 0 200px; max-width: 200px;}
}
@media (min-width: 992px){
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .ItineraryName{  flex: 1;  max-width: initial;  min-width: initial;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li{ height: 45px; font-size: 1rem;  min-width: initial;}  
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { padding: 5px 8px 5px 12px; }
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a { padding: 5px 8px; border-left: 1px solid #004477; }
    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu { width: 76px; padding: 10px 3px 0 3px; }
    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a span { font-size: 0.9rem; }
    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{ color: #004477;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul { height: 45px; width: 180px; }
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li { height: 45px; }
}
@media (max-width: 1600px) and (min-width: 992px){
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .Remark{ flex: 0 0 150px; max-width: 150px;}
    .D_products_group_molddetail .Detail.DepartureDate>.container.col-md-9 { max-width: 100%; }
}
@media (max-width: 1350px){
    .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{ font-size: 18px;}
}
@media (max-width: 991px){
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li ul li a{ display: table;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{ line-height: 50px; height: 50px;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { padding-top: 5px; }
}
@media (max-width: 575px){
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn a { font-size: 0; }
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn a { font-size: 0; }
    .Detail.sub_menu-trip .server_menu > ul > li a i, .Detail.sub_menu-trip .server_menu > ul > li a span{ line-height: 45px;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span.icon-icon-share { line-height: 40px; }
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn{ flex: 0 0 130px;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a{ font-size: 15px;}
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn > a > span{ margin-right: 5px;}
    .D_products_group_molddetail .Detail.DepartureDate .IconMean{ top: 30px;}
}


/* 我要洽詢 */
.D_order_contact_detail section.group_table.contact .contac_form .btn-primary { background-color:#004477; border-color: #004477; }