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;
}
/*共用*/
body *{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.block-item .module-container, 
.block-item .module-container .main.row{
    height: 100%;
}
.px-col-1 .main.row {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
}
.pl-col-1 .main.row {
    padding-left: 8.33333%;
}
.pr-col-1 .main.row {
    padding-right: 8.33333%;
}
.px-col-2 .main.row {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
}
.pl-col-2 .main.row {
    padding-left: 16.666667%;
}
.pr-col-2 .main.row {
    padding-right: 16.666667%;
}
.px-col-3 .main.row {
    padding-left: 25%;
    padding-right: 25%;
}
.pl-col-3 .main.row {
    padding-left: 25%;
}
.pr-col-3 .main.row {
    padding-right: 25%;
}
.px-col-4 .main.row {
    padding-left: 33.33333%;
    padding-right: 33.33333%;
}
.pl-col-4 .main.row {
    padding-left: 33.33333%;
}
.pr-col-4 .main.row {
    padding-right: 33.33333%;
}
.px-col-5 .main.row {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
}
.pl-col-5 .main.row {
    padding-left: 41.666667%;
}
.pr-col-5 .main.row {
    padding-right: 41.666667%;
}
.px-col-6 .main.row {
    padding-left: 50%;
    padding-right: 50%;
}
.pl-col-6 .main.row {
    padding-left: 50%;
}
.pr-col-6 .main.row {
    padding-right: 50%;
}
.block-align-items-c .main.row{
    align-items: center;
    align-content: center;
}
.block-align-items-e .main.row{
    align-items: flex-end;
    align-content: flex-end;
}
.block-justify-content-c .main.row{
    justify-content: center;
}
.block-justify-content-sb .main.row{
    justify-content: space-between;
}
.block-justify-content-e .main.row{
    justify-content: flex-end;
}
a.block_btn{
    color: #fff;
    text-align: center;
    align-items: center;
    min-width: 150px;
    padding-bottom: 2px;
    padding-left: 1.25rem;
    font-family: Shippori Mincho, sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    letter-spacing: 2px;
    background-color: #3496a6;
    border-radius: 3px;
    height: 45px;
    transition: .325s;
    margin: 0;
    position: relative;
    outline: none;
}
a.block_btn:hover{
    background-color: #225e68;
    box-shadow: 2px 9px 12px 4px #3496a633;
    text-decoration: none;
}
a.block_btn i.fa-long-arrow-right{
    margin: 2px 0 0 0px;
    transform: scale(0.7, 0.6) translateX(8px);
    font-size: 24px;
    transition: transform 0.325s ease-out;
}
a.block_btn:hover i.fa-long-arrow-right{
    transform: scale(0.7, 0.6) translateX(22px);
}
a.block_btn.bg_none{
    color: #3496a6;
    background-color: transparent;
    border: 1px solid #3496a6;
}
a.block_btn.bg_none:hover{
    color: #ffffff;
    background-color: #3496a6;
}
a.block_btn.bg_white{
    color: #3496a6;
    background-color: #ffffff;
}
a.block_btn.bg_white:hover{
    color: #ffffff;
    background-color: #3496a6;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
a.block_btn.position{
    position: absolute;
    right: 15px;
    bottom: 20px;
}
@media (min-width:992px) {
    .pt-5pct .main.row{
        padding-top: 5%;
    }
    .pb-5pct .main.row{
        padding-bottom: 5%;
    }
    .py-5pct .main.row{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .pt-8pct .main.row{
        padding-top: 8%;
    }
    .pb-8pct .main.row{
        padding-bottom: 8%;
    }
    .py-8pct .main.row{
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .pt-10pct .main.row{
        padding-top: 10%;
    }
    .pb-10pct .main.row{
        padding-bottom: 10%;
    }
    .py-10pct .main.row{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .pt-15pct .main.row{
        padding-top: 15%;
    }
    .pb-15pct .main.row{
        padding-bottom: 15%;
    }
    .py-15pct .main.row{
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .pt-16pct .main.row{
        padding-top: 16%;
    }
    .pb-16pct .main.row{
        padding-bottom: 16%;
    }
    .py-16pct .main.row{
        padding-top: 16%;
        padding-bottom: 16%;
    }
}
@media (max-width:1440px) {
    .px-col-2 .main.row{
        padding-left: 10%;
        padding-right: 10%;
    }
    .px-col-1 .main.row{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (max-width:1280px) {
    .px-col-1 .main.row{
        padding-left: 2%;
        padding-right: 2%;
    }
    .px-col-2 .main.row {
        padding-left: 5%;
        padding-right:5%;
    }
}
@media (max-width:991px) {
    .px-col-1 .main.row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-col-1 .main.row {
        padding-left: 15px;
    }
    .pr-col-1 .main.row {
        padding-right: 15px;
    }
    .px-col-2 .main.row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-col-2 .main.row {
        padding-left: 15px;
    }
    .pr-col-2 .main.row {
        padding-right: 15px;
    }
    .px-col-3 .main.row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-col-3 .main.row {
        padding-left: 15px;
    }
    .pr-col-3 .main.row {
        padding-right: 15px;
    }
    .px-col-4 .main.row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-col-4 .main.row {
        padding-left: 15px;
    }
    .pr-col-4 .main.row {
        padding-right: 15px;
    }
    .px-col-5 .main.row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-col-5 .main.row {
        padding-left: 15px;
    }
    .pr-col-5 .main.row {
        padding-right: 15px;
    }
    .px-col-6 .main.row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-col-6 .main.row {
        padding-left: 15px;
    }
    .pr-col-6 .main.row {
        padding-right: 15px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .pt-5pct-m .main.row{
        padding-top: 5%;
    }
    .pb-5pct-m .main.row{
        padding-bottom: 5%;
    }
    .py-5pct-m .main.row{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .pt-8pct-m .main.row{
        padding-top: 8%;
    }
    .pb-8pct-m .main.row{
        padding-bottom: 8%;
    }
    .py-8pct-m .main.row{
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .pt-10pct-m .main.row{
        padding-top: 10%;
    }
    .pb-10pct-m .main.row{
        padding-bottom: 10%;
    }
    .py-10pct-m .main.row{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .pt-15pct-m .main.row{
        padding-top: 15%;
    }
    .pb-15pct-m .main.row{
        padding-bottom: 15%;
    }
    .py-15pct-m .main.row{
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .pt-16pct-m .main.row{
        padding-top: 16%;
    }
    .pb-16pct-m .main.row{
        padding-bottom: 16%;
    }
    .py-16pct-m .main.row{
        padding-top: 16%;
        padding-bottom: 16%;
    }
}
@media (max-width:767px) {
    .pt-5pct-sm .main.row{
        padding-top: 5%;
    }
    .pb-5pct-sm .main.row{
        padding-bottom: 5%;
    }
    .py-5pct-sm .main.row{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .pt-8pct-sm .main.row{
        padding-top: 8%;
    }
    .pb-8pct-sm .main.row{
        padding-bottom: 8%;
    }
    .py-8pct-sm .main.row{
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .pt-10pct-sm .main.row{
        padding-top: 10%;
    }
    .pb-10pct-sm .main.row{
        padding-bottom: 10%;
    }
    .py-10pct-sm .main.row{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .pt-15pct-sm .main.row{
        padding-top: 15%;
    }
    .pb-15pct-sm .main.row{
        padding-bottom: 15%;
    }
    .py-15pct-sm .main.row{
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .pt-16pct-sm .main.row{
        padding-top: 16%;
    }
    .pb-16pct-sm .main.row{
        padding-bottom: 16%;
    }
    .py-16pct-sm .main.row{
        padding-top: 16%;
        padding-bottom: 16%;
    }
    .pt-20pct-sm .main.row{
        padding-top: 20%;
    }
    .pb-20pct-sm .main.row{
        padding-bottom: 20%;
    }
    .py-20pct-sm .main.row{
        padding-top: 20%;
        padding-bottom: 20%;
    }
    .pt-24pct-sm .main.row{
        padding-top: 24%;
    }
    .pb-24pct-sm .main.row{
        padding-bottom: 24%;
    }
    .py-24pct-sm .main.row{
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .pt-25pct-sm .main.row{
        padding-top: 25%;
    }
    .pb-25pct-sm .main.row{
        padding-bottom: 25%;
    }
    .py-25pct-sm .main.row{
        padding-top: 25%;
        padding-bottom: 25%;
    }
    .block-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    a.block_btn{
        min-width: 125px;
        height: 40px;
        font-size: 15px;
        padding-left: 1rem;
        padding-bottom: 0;
    }
    a.block_btn i.fa-long-arrow-right{
        font-size: 20px;
        transform: scale(0.7, 0.5) translateX(5px);
        margin: 0;
    }
    a.block_btn.position{
        position: unset;
        margin: 15px 0 20px;
    }
}

/*header*/
.row.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: .5px solid silver;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header_box nav.header-part{
    padding: 0px 0px 20px;
    align-items: end;
    padding-right: 170px;
    position: unset;
}
.header_box .header-part .navbar-brand{
    padding: 15px 0 0;
    height: auto;
}
.header_box .header-part .navbar-brand img{
    width: 170px;
    height: 115px;
}
.header_box .header-part .navbar-nav{
    margin-right: auto;
}
.header_box .header-part .navbar-nav li.nav-item {
    margin: 0 0.5rem;
}
.header_box .header-part .navbar-nav li a, 
.header_box .header-part .navbar-nav .nav-link{
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    transition: .325s;
    display: flex;
    letter-spacing: 2px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.header_box .header-part .navbar-nav > li:hover > a, 
.header_box .header-part .navbar-nav > li:hover > .nav-link{
    background-color: rgba(52, 150, 166, 0.2);
    border-radius: 10px;
}
.header_box .header-part .navbar-nav > li > a i:nth-child(1), 
.header_box .header-part .navbar-nav > li.nav-link i:nth-child(1){
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-top: 2px;
}
.header_box .header-part .navbar-nav li a i.fa-angle-down, 
.header_box .header-part .navbar-nav .nav-link i.fa-angle-down{
    display: none !important;
}
.header_box .header-part .navbar-nav > li a i:nth-child(1)::before, 
.header_box .header-part .navbar-nav > li > .nav-link i:nth-child(1)::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3496a6;
    border-radius: 99px;
    transform: scale(0);
    transition: transform 0.325s ease-out;
    transform-origin: center;
}
.header_box .header-part .navbar-nav > li:hover > a i:nth-child(1)::before, 
.header_box .header-part .navbar-nav > li:hover > .nav-link i:nth-child(1)::before{
    transform: scale(1);
}
.header_box .header-part .dropdown-menu{
    border-radius: 10px !important;
    overflow: hidden;
}
.header_box .header-part .dropdown-menu a.dropdown-item{
    font-size: 17px;
    letter-spacing: 1px;
}
.cta_box{
    position: absolute;
    right: 8.33333%;
    max-width: max-content;
    z-index: 99;
    bottom: 20px;
}
.cta_box div.link-list{
    background: none;
    min-height: auto;
}
.cta_box div.link-list ul li a, 
.cta_box div.link-list ul li span{
    min-width: 150px;
    font-family: Shippori Mincho, sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    background-color: #3496a6;
    border-radius: 3px;
    height: 45px;
    transition: .325s;
    margin: 0;
    position: relative;
    outline: none;
    padding: 0 0 2px 1.25rem;
}
.cta_box div.link-list ul li a:hover, 
.cta_box div.link-list ul li span:hover{
    background-color: #225e68;
    box-shadow: 2px 9px 12px 4px #3496a633;
    text-decoration: none;
}
.cta_box div.link-list ul li a i, 
.cta_box div.link-list ul li span i{
    order: 1;
    margin: 2px 0 0 0px;
    transform: scale(0.7, 0.6) translateX(8px);
    font-size: 24px;
    transition: transform 0.3s ease-out;
}
.cta_box div.link-list ul li a:hover i, 
.cta_box div.link-list ul li span:hover i{
    transform: scale(0.7, 0.6) translateX(22px);
}
.translate_box{
    position: absolute;
    right: calc(8.33333% + 165px);
    max-width: max-content;
    z-index: 99;
    bottom: 26px;
}
.translate_btn{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    transition: .3s;
}
.translate_btn:hover{
    border-color: #3496a6;
}
.translate_box .gtranslate_wrapper{
    position: absolute;
    width: max-content;
    flex-direction: column;
    background: #fff;
    padding: 5px 10px;
    margin-top: 5px;
    border: 1px solid #e6e6e6;
    left: calc(-50% - 15px);
    display: none;
}
.translate_box .gtranslate_wrapper.open{
    display: flex;
}
.translate_box .gtranslate_wrapper > a{
    font-family: Noto Sans TC, sans-serif;
    letter-spacing: 0.5px;
    color: #666;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1.2;
}
.translate_box .gtranslate_wrapper > a.gt-current-lang{
    color: #3d95a5;
}
@media (max-width:1440px) {
    .header_box {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .translate_box{
        right: calc(4.166666% + 165px);
    }
    .cta_box{
        right: 4.166666%;
    }
}
@media (max-width:1024px) {
    .header_box {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .header_box nav.header-part{
        padding-right: 0;
    }
    .translate_box{
        bottom: unset;
        top: 28px;
        right: 180px;
    }
    .cta_box{
        right: 15px;
        bottom: unset;
        top: 20px;
    }
}
@media (max-width:991px) {
    .header_box .header-part .navbar-brand img{
        width: 120px;
        height: 81px;
    }
    .header_box .header-part .navbar-nav{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .header_box .header-part .navbar-nav li.nav-item {
        margin: 10px 0.5rem;
    }
    .header_box nav.header-part{
        align-items: center;
    }
    .header_box .header-part .navbar-toggler{
        border-radius: 0;
        margin-top: 20px;
        outline: none;
    }
    .header_box .header-part .navbar-toggler-icon{
        background-image: unset;
        border-top: 4px solid silver;
        border-bottom: 4px solid silver;
        width: 2.5rem;
        height: 2rem;
        position: relative;
    }
    .header_box .header-part .navbar-toggler-icon::before{
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: silver;
        position: absolute;
        left: 0;
        top: calc(50% - 2px);
        transition: .3s;
    }
    .header_box .header-part .navbar-toggler-icon::after{
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: silver;
        position: absolute;
        left: 0;
        top: calc(50% - 2px);
        transition: .3s;
    }
    .header_box .header-part .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{
        border-color: transparent;
    }
    .header_box .header-part .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before{
        transform: rotate(45deg);
    }
    .header_box .header-part .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after{
        transform: rotate(-45deg);
    }
    .header_box .header-part .dropdown-menu{
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05) !important;
    }
    .header_box .header-part .dropdown-menu a.dropdown-item{
        font-size: 16px;
    }
    .header_box .header-part .dropdown-menu a.dropdown-item:hover {
        color: #3d95a5;
    }
    .translate_box {
        top: 44px;
        right: 255px;
    }
    .cta_box{
        right: 90px;
        top: 36px;
    }
}
@media (max-width:767px) {
    .header_box nav.header-part{
        padding-bottom: 10px;
    }
    .header_box .header-part .navbar-brand img{
        width: 100px;
        height: 67px;
    }
    .header_box .header-part .navbar-toggler{
        margin-top: 10px;
    }
    .translate_box{
        top: 30px;
        right: 225px;
    }
    .cta_box{
        top: 25px;
    }
    .cta_box div.link-list ul li a, 
    .cta_box div.link-list ul li span{
        min-width: 120px;
        font-size: 15px !important;
        height: 40px;
        padding: 0 0 0px 1rem;
    }
    .cta_box div.link-list ul li a i, 
    .cta_box div.link-list ul li span i{
        transform: scale(0.7, 0.5) translateX(5px);
        font-size: 20px;
    }
}
@media (max-width:479px) {
    .header_box .header-part .navbar-brand{
        padding-top: 10px;
    }
    .header_box .header-part .navbar-brand img {
        width: 90px;
        height: auto;
    }
    .header_box .header-part .navbar-toggler{
        padding-left: 0;
        padding-right: 0;
    }
    .translate_box {
        top: 26px;
        right: 210px;
    }
    .cta_box {
        top: 21px;
        right: 75px;
    }
}

/*footer_box*/
.footer_box{
    margin-top: 5%;
}
.footer_box .footer-wrap, 
.footer_box .footer-wrap .footer_center{
    background: none;
}
.footer_box .footer-wrap .footer-sample{
    display: flex;
    flex-wrap: wrap;
}
.footer_box .footer-wrap .footer_center{
    width: 83.333333%;
    padding-bottom: 0;
    justify-content: space-between;
}
.footer_box .footer-wrap .footer_center .company-info{
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: end;
}
.footer_box .footer-wrap .info_box a img{
    width: 385px;
}
.footer_box .footer-wrap .footer_center .contact-info{
    max-width: max-content;
    flex: unset;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.footer_box .footer-wrap .footer_center .contact-info ul{
    margin-bottom: 40px;
}
.footer_box .footer-wrap .footer_bticon li{
    margin: 0 8px;
}
.footer_box .footer-wrap .footer_bticon li a{
    border: 1px solid #fff;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: background-color .2s ease-in-out;
    display: flex;
}
.footer_box .footer-wrap .footer_bticon li a:hover{
    background-color: rgba(0, 0, 0, 0.3);
}
.footer_box .footer-wrap .footer_bticon li:nth-child(1) a img{
    width: 28px;
    height: 10px;
}
.footer_box .footer-wrap .footer_bticon li:nth-child(2) a img{
    width: 13px;
    height: 25px;
}
.footer_box .footer-wrap .footer_bticon li:nth-child(3) a img{
    width: 25px;
    height: 25px;
}
.footer_box .footer-wrap .footer_center .contact-info .contact-box{
    flex: unset;
    margin-bottom: 0 !important;
    margin-top: 0px;
}
.footer_box .footer-wrap .footer_center .fb-info{
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
}
.footer_box .footer-wrap .footer_sbox{
    margin-top: 1em;
}
.footer_box .footer-wrap .contact-box h2{
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.footer_box .footer-wrap .contact-box h4{
    font-size: 14px;
    padding-left: 0;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
    line-height: 2;
    margin: 0;
}
.footer_box .footer-wrap .icon_wrap{
    padding: 0.5% 1rem 2%;
}
.footer_box .footer-wrap .icon_wrap p{
    font-family: Cormorant, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
@media (max-width:1440px) {
    .footer_box .footer-wrap .footer_center{
        width: 91.66667%;
    }
}
@media (max-width:1152px) {
    .footer_box{
        margin-top: 2%;
    }
    .footer_box .footer-wrap .footer_center .company-info .info_box a{
        margin: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width:1024px) {
    .footer_box .footer-wrap .footer_center{
        width: 100%;
    }
}
@media (max-width:991px) {
    .footer_box .footer-wrap .info_box a img{
        width: 280px;
    }
}
@media (max-width:767px) {
    .footer_box .footer-wrap .footer_center .company-info{
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 2rem !important;
    }
    .footer_box .footer-wrap .info_box a img{
        width: 200px;
    }
    .footer_box .footer-wrap .footer_center .contact-info{
        order: -1;
        margin: auto;
        align-items: center;
    }
    .footer_box .footer-wrap .contact-box h2{
        text-align: center;
    }
    .footer_box .footer-wrap .contact-box h4{
        text-align: center;
    }
    .footer_box .footer-wrap .footer_center .contact-info ul{
        margin-bottom: 15px;
    }
}
@media (max-width:479px) {
    .footer_box .footer-wrap .info_box a img{
        width: 150px;
        margin: auto;
        display: block;
    }
    .footer_box .footer-wrap .footer_bticon li a{
        width: 30px;
        height: 30px;
    }
    .footer_box .footer-wrap .contact-box h2{
        font-size: 16px;
    }
    .footer_box .footer-wrap .contact-box h4{
        font-size: 12px;
        line-height: 1.5;
    }
    .footer_box .footer-wrap .footer_sbox{
        margin-bottom: 0;
    }
    .footer_box .footer-wrap .icon_wrap{
        padding-bottom: 4%;
    }
    .footer_box .footer-wrap .icon_wrap p{
        font-size: 6px;
        letter-spacing: 2px;
    }
    .footer_box .footer-wrap .footer_bticon li:nth-child(1) a img{
        width: 20px;
    }
    .footer_box .footer-wrap .footer_bticon li:nth-child(2) a img{
        height: 18px;
    }
    .footer_box .footer-wrap .footer_bticon li:nth-child(3) a img{
        width: 18px;
    }
}
/*多模組堆疊*/
.footer_logo{
    max-width: 445px;
    flex: 0 0 445px;
}
.footer_copyright{
    padding-bottom: 2%;
    padding-top: 2%;
}
.footer_copyright *{
    text-align: center;
    font-family: Cormorant, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #99C7CC;
    margin: 0;
}
.footer_info{
    max-width: max-content;
    flex: unset;
}
.footer_info section.text-link h2{
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: Shippori Mincho, sans-serif !important;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 0;
}
.footer_info div.link-list{
    background: none;
}
.footer_info div.link-list ul li{
    line-height: initial;
}
.footer_info div.link-list ul li a, 
.footer_info div.link-list ul li span{
    padding: 0;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif !important;
    font-weight: 300;
    line-height: 2;
}
.footer_info ul.row {
    list-style-type: none;
    margin: 0 0 40px;
}
.footer_info ul.row li{
    margin: 0 8px;
    padding: 0;
    max-width: max-content;
}
.footer_info ul.row li a{
    border: 1px solid #fff;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: background-color .2s ease-in-out;
    display: flex;
}
.footer_info ul.row li a:hover{
    background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width:1199px) {
    .footer_logo{
        max-width: 320px;
        flex: 0 0 320px;
    }
}
@media (max-width:1024px) {
    .footer_logo{
        max-width: 290px;
        flex: 0 0 290px;
    }
    .footer_info div.link-list ul li a, 
    .footer_info div.link-list ul li span{
        letter-spacing: 0.5px;
    }
}
@media (max-width:991px) {
    .footer_info div.link-list ul li a, 
    .footer_info div.link-list ul li span{
        font-size: 13px !important;
    }
    .footer_info ul.row{
        margin-bottom: 20px;
    }
    .footer_copyright *{
        font-size: 10px;
        line-height: 20px;
    }
}
@media (max-width:767px) {
    .footer_logo{
        max-width: 100%;
        flex: 0 0 100%;
        order: 1;
    }
    .footer_logo img{
        width: 200px;
        margin: auto;
        display: block;
    }
    .footer_copyright{
        order: 1;
    }
    .footer_info{
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .footer_info section.text-link h2{
        text-align: center !important;
    }
    .footer_info div.link-list ul li{
        text-align: center;
    }
    .footer_info ul.row{
        justify-content: center;
    }
}
@media (max-width:479px) {
    .footer_info section.text-link h2{
        font-size: 16px !important;
    }
    .footer_info div.link-list ul li a, .footer_info div.link-list ul li span{
        font-size: 12px !important;
        line-height: 1.5;
    }
    .footer_info ul.row li a{
        width:30px;
        height: 30px;
    }
    .footer_logo img{
        width: 150px;
    }
    .footer_copyright *{
        font-size: 6px;
    }
}

/*block_video*/
.block_video{
    margin-top: 150px;
}
.block_video p{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:1152px) {
    .block_video p{
        width: 100%;
        min-height: 100vh;
        position: relative;
    }
    .block_video video{
        object-fit: cover;
        z-index: -100;
        background-position: 50%;
        background-size: cover;
        width: 100%;
        height: 100%;
        margin: auto;
        position: absolute;
        inset: -100%;
    }
}
@media (max-width:991px) {
    .block_video{
        margin-top: 115px;
    }
    .block_video p{
        min-height: 800px;
    }
}
@media (max-width:767px) {
    .block_video{
        margin-top: 93px;
    }
    .block_video p{
        min-height: 650px;
    }
}
@media (max-width:479px) {
    .block_video{
        margin-top: 80px;
    }
}

/*block_video-txt*/
.block_video-txt{
    position: absolute;
    z-index: 5;
    left: 10%;
    width: 400px;
    top: calc(50% + 75px);
    transform: translate(0px, -50%);
}
.block_video-txt > .module-container > .main > div:nth-last-child(1) > div{
    display: flex;
}
.block_video-txt h5{
    border: 1px solid #3496a6;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 15px;
    display: flex;
    color: #3496a6;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    width: max-content;
    max-width: 100%;
    font-family: "Noto Sans TC", sans-serif !important;
    position: relative;
    gap: 8px;
}
.block_video-txt h5::before{
    content: '';
    display: inline-block;
    background-color: #3496a6;
    border-radius: 999px;
    width: 8px;
    height: 8px;
    animation: heartBeat 2s infinite cubic-bezier(0.31, 0.58, 0.73, 0.48);
}
@keyframes heartBeat {
    0% {
        transform: scale(1);
    }    
    18% {
        transform: scale(1.5); /* 大 */
    }
    33% {
        transform: scale(1);
    }
    100% {
        transform: scale(1); /* 休息段 */
    }
}
.block_video-txt h2{
    z-index: 2;
    letter-spacing: 2px;
    font-family: Shippori Mincho, sans-serif !important;
    font-size: 72px;
    font-weight: 600;
    line-height: 150%;
    position: relative;
    color: #fff;
}
.block_video-txt h2::before{
    content: '';
    display: block;
    background-color: #3496a6;
    width: 300px;
    height: 12px;
    position: absolute;
    z-index: -1;
    color: #fff;
    bottom: 15px;
    left: 0;
}
.block_video-txt h4{
    color: #fff;
    text-align: justify;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
}
@media (max-width:1440px) {
    .block_video-txt{
        left: 5%;
    }
}
@media (max-width:991px) {
    .block_video-txt{
        width: 315px;
    }
    .block_video-txt h5{
        font-size: 13px;
    }
    .block_video-txt h2{
        font-size: 60px;
        line-height: 1.2;
    }
    .block_video-txt h2::before{
        bottom: 0;
        width: 250px;
        height: 10px;
    }
    .block_video-txt h4{
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .block_video-txt{
        top: calc(50% + 50px);
    }
}
@media (max-width:479px) {
    .block_video-txt{
        width: 250px;
        left: 8%;
        top: calc(50% + 30px);
    }
    .block_video-txt h5{
        padding: 5px 10px;
        font-size: 12px;
    }
    .block_video-txt h2{
        font-size: 45px;
    }
    .block_video-txt h2::before{
        width: 190px;
    }
    .block_video-txt h4 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 14px;
    }
}

/*block_banner*/
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev .slide-txt, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next .slide-txt{
    padding:0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: unset;
    max-width: 100%;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt > .row, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row{
    position: relative;
    height: 100vh;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt > .row .slide-txt-box, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box{
    position: relative;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .title, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box .title, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box .title{
    position: absolute;
    z-index: 1;
    bottom: calc(50% + 3rem);
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px black;
    transition:unset;
    font-size:60px;
    text-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .line, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box .line, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box .line{
    display:none;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box .content, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box .content{
    width:100%;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content *, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box .content *, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box .content *{
    margin:0;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content .videobox, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev .slide-txt > .row .slide-txt-box .content .videobox, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next .slide-txt > .row .slide-txt-box .content .videobox{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content iframe, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box .content iframe, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box .content iframe, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-active .slide-txt .slide-txt-box .content video, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-prev  .slide-txt > .row .slide-txt-box .content video, 
.block_banner section.banner-area .swiper-area .banner-swiper .swiper-slide.swiper-slide-next  .slide-txt > .row .slide-txt-box .content video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video::-webkit-media-controls-timeline {/* 隱藏進度條 (Chrome, Safari, Edge) */
    display: none !important;
}
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {/* 隱藏剩餘時間顯示 */
    display: none !important;
}
video::-webkit-media-controls-volume-control-container,
video::-webkit-media-controls-fullscreen-button {/* 隱藏音量鍵與全螢幕鍵 (如果也不需要的話) */
    display: none !important;
}

/*block_title*/
.block_title > .module-container > .main > div:nth-last-child(1){
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.block_title > .module-container > .main > div:nth-last-child(1) > div{
    display: flex;
}
.block_title h6{
    color: #3496a6;
    text-align: left;
    letter-spacing: 5px;
    text-indent: 5px;
    font-family: Cormorant, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.block_title h6::after{
    content: '';
    display: inline-block;
    background-color: #3496a6;
    width: 35px;
    height: 1px;
}
.block_title h3{
    color: #000;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
}
.block_title p{
    color: #999;
    text-align: justify;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
    margin-top: 15px;
    max-width: calc(100% - 90px);
}
.block_title.title_style02 p{
    max-width: 100%;
}
.block_title h5{
    color: #999;
    text-align: justify;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
    line-height: 200%;
    font-size: 14px;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.block_title h5::before{
    content: '';
    display: inline-block;
    background-color: #3496a6;
    border-radius: 999px;
    width: 8px;
    height: 8px;
}
@media (max-width:1440px) {
    .block_title.title_style01{
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .block_title.title_style02{
        max-width: 20%;
        flex: 0 0 20%;
    }
}
@media (max-width:1152px) {
    .block_title p{
        width: 20em;
    }
}
@media (max-width:991px) {
    .block_title p{
        width: 100%;
        max-width: 100%;
    }
    .block_title.title_style02{
        max-width: 90%;
        flex: 0 0 90%;
    }
}
@media (max-width:767px) {
    .block_title h6{
        font-size: 12px;
    }
    .block_title h3{
        font-size: 40px;
    }
}
@media (max-width:479px) {
    .block_title h6{
        letter-spacing: 3px;
    }
    .block_title h3{
        font-size: 32px;
    }
    .block_title p{
        font-size: 14px;
    }
}

/*block_slider*/
.block_slider .swiper-container{
    padding-left: 8.33333%;
    padding-right: 8.33333%;
    padding-top: 20px;
}
.block_slider .swiper-container::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(8.33333% - 15px);
    background: #fdf8f2;
    z-index: 2;
}
.block_slider .swiper-container::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(8.33333% - 15px);
    background: #fdf8f2;
    z-index: 1;
}
.block_slider .swiper-slide-style{
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.block_slider .swiper-slide .swiper-img{
    overflow: hidden;
    aspect-ratio: 10 / 7;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: .325s;
}
.block_slider .swiper-slide .swiper-img:hover{
    box-shadow: 0 0 20px #3496a659;
}
.block_slider .swiper-slide .swiper-img img{
    border-radius: 0;
    transform: scale(1); 
    transition: .325s;   
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.block_slider .swiper-slide .swiper-img:hover img{
    transform: scale(1.05);
}
.block_slider .swiper-slide h3{
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    padding: 0 15px;
    margin: 0;
}
.block_slider .swiper-slide .swiper-content{
    color: #999;
    text-align: center;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
    line-height: 200%;
    padding: 0 15px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-line-clamp: unset;
    margin-bottom: 0;
    gap: 15px;
}
.block_slider .swiper-slide .swiper-content span{
    background-color: #cee7ea;
    border: 1px solid #3496a6;
    border-radius: 12px;
    padding: 5px 10px;
    color: #3496a6;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    font-family: Shippori Mincho, sans-serif;
    font-weight: 600;
    line-height: 1;
    height: max-content;
}
@media (max-width:1440px) {
    .block_slider .swiper-container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .block_slider .swiper-container::before{
        width: calc(5% - 15px);
    }
    .block_slider .swiper-container::after{
        width: calc(5% - 15px);
    }
}
@media (max-width:767px) {
    .block_slider .swiper-slide .swiper-img{
        width: 100%;
    }
    .block_slider .swiper-container::before, 
    .block_slider .swiper-container::after{
        display: none;
    }
}
@media (max-width:479px) {
    .block_slider .swiper-slide .swiper-img{
        margin-bottom: 5px;
    }
    .block_slider .swiper-slide h3{
        font-size: 21px;
    }
    .block_slider .swiper-slide .swiper-content{
        gap: 10px;
    }
    .block_slider .swiper-slide .swiper-content span{
        font-size: 12px;
    }
}

/*block_text-list*/
.block_text-list .list-wrapper{
    margin-top: 0;
}
.block_text-list .list-wrapper .row{
    border: 1px solid #999;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 25px 40px;
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 45px;
}
/*.block_text-list .list-wrapper .row + .row{
    margin-top: 45px;
}*/
.block_text-list .list-wrapper .name-block{
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    color: #999;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
    line-height: 200%;
    font-size: 14px;
}
.block_text-list .list-wrapper .note-block{
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    color: #000;
    letter-spacing: 3px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
}
.block_text-list .list-wrapper .price-block{
    position: absolute;
    left: -95px;
    top: 0px;
    text-align: left;
    color: #3496a6;
    font-family: Cormorant, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    padding: 0;
    max-width: max-content;
    flex: unset;
}
.block_text-list + .block_text-list .list-wrapper .row .price-block::before{
    content: '';
    display: block;
    background-image: linear-gradient(#3496a6, #3496a600);
    width: 3px;
    position: absolute;
    left: 25px;
    animation: listLINE 2s infinite
}
/*.block_text-list .list-wrapper .row + .row .price-block::before{
    content: '';
    display: block;
    background-image: linear-gradient(#3496a6, #3496a600);
    width: 3px;
    position: absolute;
    left: 25px;
    animation: listLINE 2s infinite
}*/
@keyframes listLINE{
    0%{
        top: -50px;
        bottom: calc(100% + 50px);
    }
    65%{
        top: -50px;
        bottom: 100%;

    }
    100%{
        top: 0px;
        bottom: 100%;
    }
}
@media (max-width:1024px) {
    .block_text-list .list-wrapper .row{
        padding: 25px 30px;
    }
    .block_text-list .list-wrapper .price-block{
        left: -75px;
    }
}
@media (max-width:991px) {
    .block_text-list{
        max-width: calc(100% - 80px);
        margin-left: 80px;
        margin-top: 0px;
    }
    .block_text-list .list-wrapper .note-block{
        font-size: 21px;
        line-height: 1.2;
    }
}
@media (max-width:479px) {
    .block_text-list{
        max-width: calc(100% - 60px);
        margin-left: 60px;
        padding-right: 0;
    }
    .block_text-list .list-wrapper .price-block {
        left: -60px;
        line-height: 45px;
        font-size: 45px;
    }
    .block_text-list .list-wrapper .name-block{
        font-size: 12px;
    }
    .block_text-list .list-wrapper .row{
        padding: 20px;
    }
}

/*block_card01 */
.block_card01 .falls-container .grid{
    padding-bottom: 0;
}
.block_card01 .falls-container .grid .grid-item{
    padding: 10px !important;
    position: unset !important;
}
.block_card01 .falls-container .grid .grid-item .item-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    aspect-ratio: 1 / 1;
    position: relative;
    align-content: end;
    padding-left: 40px;
    padding-bottom: 40px;
    gap: 15px;
    border: 1px solid transparent;
    background-color: #000;
    transition: .3s;
}
.block_card01 .falls-container .grid .grid-item .item-content-wrapper:hover{
    border-color: #3496a6;
}
.block_card01 .falls-container .grid .grid-item .item-content-wrapper::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #000, #0000 55%);
    z-index: 1;
}
.block_card01 .falls-container .grid .grid-item .item-content-wrapper img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    opacity: 1;
    transition: .3s;
}
.block_card01 .falls-container .grid .grid-item .item-content-wrapper:hover img{
    opacity: .55;
}
.block_card01 .falls-container .grid .grid-item h3{
    position: relative;
    letter-spacing: 3px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    z-index: 2;
}
.block_card01 .falls-container .grid .grid-item p{
    position: relative;
    color: #999;
    text-align: left;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
    line-height: 200%;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0;
    z-index: 2;
}
.block_card01 .falls-container .grid .grid-item p:nth-child(3), 
.block_card01 .falls-container .grid .grid-item p:nth-last-child(1){
    display: none;
}
.block_card01 .falls-container .grid .grid-item h6{
    position: relative;
    margin: 0;
    color: #3496a6;
    text-align: left;
    letter-spacing: 2px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
    z-index: 2;
}
.block_card01 .falls-container .grid .grid-item h6 i{
    color: #3496a6;
    line-height: 100%;
    transition: transform 0.325s ease-out;
    transform: scale(1, 0.7) translateX(5px);
}
.block_card01 .falls-container .grid .grid-item .item-content-wrapper:hover h6 i{
    transform: scale(1, 0.7) translateX(15px);
}
@media (max-width:1440px) {
    .block_card01 .falls-container{
        width: 85% !important;
    }
}
@media (max-width:1152px) {
    .block_card01 {
        padding-right: 15px !important;
    }
}
@media (max-width:1024px) {
    .block_card01 .falls-container{
        width: 90% !important;
        margin-left: 10%;
    }
    .block_card01 .falls-container .grid .grid-item .item-content-wrapper{
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width:991px) {
    .block_card01 .falls-container{
        margin-left: auto;
    }
}
@media (max-width:479px) {
    .block_card01 .falls-container .grid .grid-item h3{
        font-size: 21px;
    }
    .block_card01 .falls-container .grid .grid-item p{
        font-size: 12px;
    }
    .block_card01 .falls-container .grid .grid-item h6{
        font-size: 15px;
    }
}

/*block_care02 */
.block_care02 .falls-container .grid{
    padding-bottom: 0;
    padding-top: 20px;
    height: auto !important;
}
.block_care02 .falls-container .grid .grid-item{
    position: unset !important;
    margin-top: 0;
}
.block_care02 .falls-container .grid .grid-item:nth-child(n+4){
    margin-top: 60px;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper{
    background-color: #fff;
    border: .5px solid #999;
    border-radius: 10px;
    align-content: baseline;
    text-decoration: none;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper:hover{
    transform: translate(-5px, -5px);
    box-shadow: 2px 2px 20px -5px #3496a659;
}
.block_care02 .falls-container .grid .grid-item img{
    margin: 0;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_box{
    width: 100%;
    padding: 20px 50px 0px;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_time{
    background-color: #eaddc5;
    border: 1px solid #caa96f;
    border-radius: 12px;
    padding: 5px 10px;
    display: table;
    color: #caa96f;
    font-family: Cormorant, sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1;
    height: max-content;
    font-size: 14px;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_title{
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 100%;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_note{
    color: #3496a6;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper ul{
    list-style-type: none;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper ul li{
    color: #999;
    text-align: left;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper ul li span{
    color: #caa96f;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_price{
    color: #3496a6;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Cormorant, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
}
.block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_price span{
    color: #999;
    font-family: Noto Sans TC, sans-serif;
    font-size: 14px;
    font-weight: 300;
}
@media (max-width:1680px) {
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_title, 
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_note{
        line-height: 1.2;
    }
}
@media (max-width:1440px) {
    .block_care02{
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
}
@media (max-width:1152px) {
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_box{
        padding: 20px 20px 0px;
    }
}
@media (max-width:991px) {
    .block_care02 .falls-container .grid .grid-item:nth-child(n+3){
        margin-top: 40px;
    }
}
@media (max-width:767px) {
    .block_care02 .falls-container .grid .grid-item:nth-child(n+2){
        margin-top: 35px;
    }
}
@media (max-width:479px) {
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_box{
        padding-top: 25px;
    }
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_title{
        margin-bottom: 20px;
    }
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_note{
        font-size: 14px;
    }
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper ul li{
        font-size: 14px;
        text-align: justify;
    }
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_price{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block_care02 .falls-container .grid .grid-item .item-content-wrapper .care02_price span{
        font-size: 10px;
    }
}

/*block_pagelist*/
.block_pagelist ul{
    list-style-type: none;
}
.block_pagelist ul li{
    width: 95%;
    background-color: #fff;
    border: .5px solid #999;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}
.block_pagelist ul li:hover{
    border-width: 1px;
    border-color: #3496a6;
    box-shadow: 0 0 20px #3496a659;
}
.block_pagelist ul li a{
    justify-content: space-between;
    display: flex;
    gap: 40px;
    min-height: 280px;
    text-decoration: none;
}
.block_pagelist .news_img{
    width: 36%;
    overflow: hidden;
}
.block_pagelist .news_img img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: .3s;
}
.block_pagelist ul li:hover .news_img img{
    transform: scale(1.08);
    transition: .3s;
}
.block_pagelist .news_info{
    width: 64%;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-right: 30px;
}
.block_pagelist .news_info span{
    color: #999;
    text-align: left;
    letter-spacing: 3px;
    font-family: Cormorant, sans-serif;
    font-weight: 600;
    width: 100%;
}
.block_pagelist .news_info h3{
    color: #000;
    text-align: left;
    letter-spacing: 3px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    margin: 0;
}
.block_pagelist .news_info p{
    width: 100%;
    color: #999;
    text-align: left;
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
    line-height: 200%;
    font-size: 14px;
}
.block_pagelist .news_info .news_more{
    margin-top: 40px;
    color: #3496a6;
    text-align: left;
    letter-spacing: 2px;
    font-family: Shippori Mincho, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.block_pagelist .news_info .news_more i{
    margin: 0px 0 0 0px;
    transform: scale(0.7, 0.6) translateX(8px);
    font-size: 24px;
    transition: transform 0.325s ease-out;
}
.block_pagelist ul li:hover .news_info .news_more i{
    transform: scale(0.7, 0.6) translateX(22px);
}
@media (max-width:991px) {
    .block_pagelist ul li{
        width: 100%;
    }
    .block_pagelist .news_info span{
        font-size: 12px;
    }
    .block_pagelist .news_info h3{
        font-size: 21px;
        line-height: 1.2;
    }
    .block_pagelist .news_info p{
        font-size: 12px;
        text-align: justify;
    }
    .block_pagelist .news_info .news_more{
        font-size: 15px;
    }
}
@media (max-width:479px) {
    .block_pagelist ul{
        padding: 0 3%;
    }
    .block_pagelist ul li a{
        flex-wrap: wrap;
        gap: unset;
    }
    .block_pagelist .news_img{
        width: 100%;
    }
    .block_pagelist .news_info{
        width: 100%;
        padding: 25px 20px;
    }
}

/*block_media-image*/
.block_media-image .function-row{
    float: right;
}
.block_media-image .function-row .flex-row li{
    max-width: max-content;
}
@media (max-width:991px) {
    .block_media-image .function-row{
        float: none;
    }
    .block_media-image .function-row .flex-row{
        justify-content: center !important;
        width: 100%;
        margin-top: 30px;
    }
    .block_media-image .function-row .flex-row li{
        margin-top: 10px;
    }
}


/*公版*/
.D_products_domestic_molddetail *, 
.D_products_group_molddetail *{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
body.WinChrome a.go-to-top, 
.D_products_domestic_search a.go-to-top, 
.D_products_domestic_molddetail a.go-to-top, 
.D_products_group_molddetail a.go-to-top{width: 45px; height: 45px;}
body.WinChrome a.go-to-top .top, 
.D_products_domestic_search a.go-to-top .top, 
.D_products_domestic_molddetail a.go-to-top .top, 
.D_products_group_molddetail a.go-to-top .top{
    box-shadow: none;
    border: 1px solid #3d95a5;
    background-color: #fdf8f2;
    width: 45px;
    height: 45px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}
body.WinChrome a.go-to-top .top::after, 
.D_products_domestic_search a.go-to-top .top::after, 
.D_products_domestic_molddetail a.go-to-top .top::after, 
.D_products_group_molddetail a.go-to-top .top::after{
    border-top: 2px solid #3d95a5;
    border-right: 2px solid #3d95a5;
    width: 13px;
    height: 13px;
    margin: 0;
}
body.WinChrome a.go-to-top .top-txt, 
.D_products_domestic_search a.go-to-top .top-txt, 
.D_products_domestic_molddetail a.go-to-top .top-txt, 
.D_products_group_molddetail a.go-to-top .top-txt{font-size: 0;}

.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: #225e68;}
.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: #194d56; opacity: .8;}
.MPGO .PriceBlock ul, .MGO .PriceBlock ul, .MPGDT .PriceBlock ul, .MGDT .PriceBlock ul{font-family: Noto Sans TC, sans-serif !important;}
.MPGO .Detail.OtherCosts th.BgInfo:first-child, 
.MGO .Detail.OtherCosts th.BgInfo:first-child, 
.MPGDT .Detail.OtherCosts th.BgInfo:first-child, 
.MGDT .Detail.OtherCosts th.BgInfo:first-child{background: #cee7ea;}
.Detail.Optional thead th.TextPrimary:nth-child(2), 
.Detail.Optional tbody td.TextPrimary:nth-child(2), 
.Detail.OtherCosts thead th.TextPrimary:nth-child(2), 
.Detail.OtherCosts tbody td.TextPrimary:nth-child(2), 
.Detail.VisaCosts thead th.TextPrimary:nth-child(2), 
.Detail.VisaCosts tbody td.TextPrimary:nth-child(2){color: #3496a6;}
.Detail.Optional thead th:nth-child(5) .material-icons-outlined, 
.Detail.Optional tbody td:nth-child(5) .material-icons-outlined, 
.Detail.OtherCosts thead th:nth-child(5) .material-icons-outlined, 
.Detail.OtherCosts tbody td:nth-child(5) .material-icons-outlined, 
.Detail.VisaCosts thead th:nth-child(5) .material-icons-outlined, 
.Detail.VisaCosts tbody td:nth-child(5) .material-icons-outlined{color: #3496a6;}
.Detail .PriceBlock .icons>span{color: #225e68;}
.Detail .PriceBlock li>strong{font-weight: 500 !important; letter-spacing: 1px; color: #666;}
.flight_details{border-color: #3496a6;}
.flight_details .details_box>h4{background: #3496a6;}
.flight_details .details_box>h4 i{color: #cee7ea;}
h5.modal-title strong{color: #225e68;}
.flight h2.modal-title strong{color: #225e68;}
.modal-dialog-scrollable .modal-body .TripNoteItems .NoteTitle .TextPrimary {color: #3496a6;}
.D_products_group_detail .footer .footer_copyright{margin-bottom: 50px;}

.Template_007 img, .Template_008 img, .Template_011 img, .Template_012 img, .Template_013 img, .Template_015 img, .Template_016 img, .Template_017 img, .Template_019 img, .Template_020 img, .Template_021 img, .Template_032 img{aspect-ratio: 4 / 3; object-fit: cover; object-position: center center;margin-top: 1rem;}

@media (max-width:767px) {
    .Detail.sub_menu-trip{z-index: 999;}
    .Template_007 img, .Template_008 img, .Template_011 img, .Template_012 img, .Template_013 img, .Template_015 img, .Template_016 img, .Template_017 img, .Template_019 img, .Template_020 img, .Template_021 img, .Template_032 img{aspect-ratio:unset;}
}

/*list*/
/*國外*/
.D_products_group_search section.group_banner.search_banner{height: 350px;}
.D_products_group_search section.group_banner .search-area{bottom: 15px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal .title, 
.D_products_group_search section.group_banner .search-area .search-box .select-place .title, 
.D_products_group_search section.group_banner .search-area .search-box .select-date .title{display: flex; flex-wrap: wrap; align-items: center; height: 22px; min-height: 22px; margin-bottom: 5px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal .title h6, 
.D_products_group_search section.group_banner .search-area .search-box .select-place .title h6, 
.D_products_group_search section.group_banner .search-area .search-box .select-date .title h6{font-size: 1rem; letter-spacing: 0.5px; color: #777; margin-left: 8px;}
.D_products_group_search .search-area .search-box .select-place .title i, 
.D_products_group_search .search-area .search-box .select-goal .title i, 
.D_products_group_search .search-area .search-box .select-date .title i, 
.D_products_group_search section.group_banner .search-area .search-box .select-input i{color: #3496a6;}
/*.D_products_group_search .search-area .search-box .select-place .title i{background-image: url(https://materials.fillo.com.tw/materials/xireal/images/7db7d24f-50e3-4555-8883-06121bd58383.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-goal .title i{background-image: url(https://materials.fillo.com.tw/materials/xireal/images/e1cfc4c3-a611-4ee5-ad03-ea551085a4e5.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-goal .title i.data-icon-from{background-image: url(https://materials.fillo.com.tw/materials/xireal/images/016dd4b4-0edf-409b-b30d-6ab7262d6e80.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-date .title i{background-image: url(https://materials.fillo.com.tw/materials/xireal/images/9b0f891b-f92f-452e-b67f-6cb24d764dd9.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search section.group_banner .search-area .search-box .select-input i{background-image: url(https://materials.fillo.com.tw/materials/xireal/images/607172d1-fcf4-41e1-9b39-d7479cc26d2f.svg); width: 22px; height: 22px; background-position: center; background-repeat: no-repeat;}*/
.D_products_group_search .search-area .search-box .select-place .title i::before, 
.D_products_group_search .search-area .search-box .select-goal .title i::before, 
.D_products_group_search .search-area .search-box .select-date .title i::before, 
.D_products_group_search section.group_banner .search-area .search-box .select-input i::before{display: none;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn{color: #ffffff;background: #3496a6 ;border-radius: 0px;transition: .3s;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn:hover{background: #225e68;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn h5{letter-spacing: 0.5px; font-family: Shippori Mincho, sans-serif !important; font-size: 20px;}
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-PGO, 
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-GO{border-radius: 3px;}
.D_products_group_search section.group_banner .search-area .form-check .checkmark{border-radius: 0;}
.D_products_group_search section.group_banner .search-area .form-check .customcheck .checkmark:after{left: 4px; top: 1px; width: 6px; height: 9px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal, 
.D_products_group_search section.group_banner .search-area .search-box .select-place, 
.D_products_group_search section.group_banner .search-area .search-box .select-date, 
.D_products_group_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;font-family: Noto Sans TC, sans-serif !important;}
.D_products_group_search section.search_banner .search-area .search-box .select-goal select, 
.D_products_group_search section.search_banner .search-area .search-box .select-place select, 
.D_products_group_search .search-area .search-box .select-date .select input, 
.D_products_group_search section.search_banner .search-area .search-box .select-input input{font-size: 17px;color: #000000;}
.D_products_group_search .list_con .select_filter .form-group .select select{border-radius: 0;}
.D_products_group_search .filter_list .accordion .card{border-bottom: 1px solid rgba(0,0,0,.125);border-radius: 0;}
.D_products_group_search .filter_list i{color: #3496a6;}
.D_products_group_search .irs-from, .D_products_group_search .irs-single, .D_products_group_search .irs-to{background: #225e68;}
.D_products_group_search .irs-slider{background: #3496a6 ;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #3496a6 ;}
.D_products_group_search .irs-bar{background: #3496a6 ;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #d0d2d4;}
.D_products_group_search .filter_list .form-check.radio_style [type="radio"]:checked + label:after{background: #3496a6 ;}
.D_products_group_search .badge-primary{background-color: #225e68;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #d0d2d4;}
.D_products_group_search .text_blue { color: #225e68;}
.D_products_group_search figure div.plane.plane-s1:hover, 
.D_products_group_search .search_table .go-airport .plane.plane-s1:hover{color: #194d56;}
.D_products_group_search figure div.plane.plane-s1::after, 
.D_products_group_search .search_table .go-airport .plane.plane-s1::after{color: #3496a6;}
.D_products_group_search figure.block_style .price_all h4{margin: 1rem 0;}
.D_products_group_search .search_table tbody td.tour-name{vertical-align: middle;}
.D_products_group_search section.search_con{margin-bottom: 50px;}
.D_products_group_search section.search_con .pagination .page-item .page-link, 
.D_products_group_search section.search_con .pagination .page-item:first-child .page-link, 
.D_products_group_search section.search_con .pagination .page-item:last-child .page-link{border-radius: 0;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active{border-color: #d0d2d4;color: #d0d2d4;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active svg {fill: #d0d2d4;}
.D_products_group_search figure.block_style{border-radius: 0;overflow: hidden;}
.D_products_group_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(52, 150, 166, 0.65);}
.D_products_group_search figure.block_style .plane_word{line-height: 1.4rem;}
.D_products_group_search .pic_style figure.block_style .pic_all{border-top-left-radius: 0px; border-top-right-radius: 0px;overflow: hidden;}
.D_products_group_search .pic_style figure.block_style .plane_word{border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.D_products_group_search .search_table .thead, 
.D_products_group_search .search_table .thead:hover{background: #225e68;color: #fff;}
.D_products_group_search .search_table .main_words .title_main, 
.D_products_group_search figure.block_style .main_words a, 
.D_products_group_search .pic_style figure.block_style .main_words a{font-family: Shippori Mincho, sans-serif !important;}
.D_products_group_search .search_table .main_words .title_main:hover, 
.D_products_group_search figure.block_style .main_words a:hover, 
.D_products_group_search .pic_style figure.block_style .main_words a:hover{color: #3496a6  !important;}
/*.D_products_group_search figure.block_style .main_words a.btn-danger.tag{background-color: #225e68; color: #fff;border: none;}
.D_products_group_search figure.block_style .main_words a.btn-warning.tag{background-color: #006060; color: #fff;border: none;}
.D_products_group_search figure.block_style .main_words a.btn-success.tag{background-color: #37567a; color: #fff;border: none;}
.D_products_group_search figure.block_style .main_words a.btn-danger.tag:hover{color: #fff !important;background-color: #be2d14;}
.D_products_group_search figure.block_style .main_words a.btn-warning.tag:hover{color: #fff !important;background-color: #004242;}
.D_products_group_search figure.block_style .main_words a.btn-success.tag:hover{color: #fff !important;background-color: #263d56;}*/
.D_products_group_search .search_table .main_words .title_main, 
.D_products_group_search figure.block_style .main_words a h4, 
.D_products_group_search .pic_style figure.block_style .main_words a h4{font-weight: normal;line-height: 1.4;letter-spacing: 0.5px;}
.D_products_group_search figure.block_style .main_words a h4{font-size: 22px;}
.D_products_group_search section.search_con .pagination .page-item.active .page-link{border-color: #000000;color: #000000;outline: none;box-shadow: none;}
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #3496a6 ;}
.D_products_group_search section.group_table.trip_airline .table .thead th{border-color: #d0d2d4;}
.D_products_group_search figure.block_style .note_words > div .go-airport{font-size: 15px;}
.D_products_group_search figure.block_style .note_words > div img{height: 35px;}
.D_products_group_search figure.block_style .note_words .plane .plane-abbr, 
.D_products_group_search figure.block_style .note_words .plane .plane-sche{font-size: 15px;letter-spacing: -0.5px;}
.D_products_group_search .search_table tbody td.go-airport *{font-size: 15px;line-height: 1.4;}
.D_products_group_search figure.block_style .price_box > h4.text-right{font-size: 1.2rem;}
.D_products_group_search figure.block_style .price_box span{font-size: 1.65rem;}
.D_products_group_search figure.block_style .media_all_plane-lg > a{background-color: #225e68; border: none;}
.D_products_group_search figure.block_style .media_all_plane-lg > a:hover{background-color: #194d56; border: none;}
/*.D_products_group_search figure.block_style .note_words{border-width: 0px;}
.D_products_group_search figure.block_style .note_words > div{display: none;}*/
.D_products_group_search section.search_con .list_con.mold figure.block_style .main_words>.mold_price .text-right{display: flex; width: max-content; max-width: max-content; flex-wrap: wrap; align-items: end;}
.D_products_group_search section.search_con .list_con.mold figure.block_style .main_words>.mold_price .text-right small{margin-right: 3px;}
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 410px;}
    .D_products_group_search figure.block_style .main_words h6{margin-top: 0.5rem;}
}
@media (min-width:768px) and (max-width:1199px) {
    .D_products_group_search figure.block_style .media_all_plane-md{border-top: 1px solid #e2e2e2;}
    .D_products_group_search figure.block_style .price_box{border: none;padding: 0;}
}
@media (max-width:767px) {
    .D_products_group_search section.group_banner .search-area .search-box .search-btn{height: 60px; line-height: 60px;}
    .D_products_group_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_group_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_group_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
    .D_products_group_search section.group_banner.search_banner { height: 600px;width: 100%;}
}
.D_products_group_search .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_group_search .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
.D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}

/*國內*/
body.D_products_domestic_search{/*background: #f8f9f9;*/}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 9rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{background: #fbf6eb;border-bottom: 3px solid #3496a6 ;border-radius: 0;padding-left: 20px;padding-right: 20px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check{border-radius: 3;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-GO{background: #fff;border: 1px solid #cdeefc;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-PGO{background: #fff; border: 1px solid #d4edda;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check .checkmark{border-radius: 0;}
.D_products_domestic_search section.group_banner .form-check .checkmark:after{left: 5px; top: 2px; width: 6px; height: 9px;}
.D_products_domestic_search section.group_banner .search-area .search-box .search-btn{background: #3496a6 ;border-radius: 8px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure .title i, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination .title i, 
.D_products_domestic_search .search-area .search-box .select-date .title i{color: #d0d2d4;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_domestic_search .filter_list i{color: #3496a6;}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #225e68;}
.D_products_domestic_search .irs-slider{background: #3496a6 ;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #3496a6 ;}
.D_products_domestic_search .irs-bar{background: #3496a6 ;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #d0d2d4;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #225e68;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #d0d2d4;}
.D_products_domestic_search .text_blue { color: #eb1c1f;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{color: #d0d2d4;background: #ffffff;}
.D_products_domestic_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(232, 52, 22, 0.65);}
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #3496a6  !important;}
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #225e68;}
.D_products_domestic_search .search_table .main_words .title_main:hover, 
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #3496a6  !important;}
.D_products_domestic_search .table .thead, 
.D_products_domestic_search .table .thead:hover{background: #225e68;}
.D_products_domestic_search section.search_con{margin-bottom: 50px;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active { background: #fff; border-color: #d0d2d4; color: #d0d2d4;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active svg {fill: #d0d2d4;}
@media (max-width:767px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 7rem;}
    .D_products_domestic_search section.group_banner .search-area .search-box{height: 480px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{margin-bottom: 10px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input .mic_icon{bottom: 11px; right: 11px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn{margin-top: 10px;height: 60px;line-height: 65px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_domestic_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_domestic_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}
.D_products_domestic_search .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_search .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
.D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}

/*detail*/
/*國外*/
.D_products_group_detail .trip_note ol, 
.D_products_group_detail .trip_note ul{list-style: initial; padding-left: 25px;}
.D_products_group_detail .breadcrumb-item a{color: #3496a6 ;}
.D_products_group_detail .breadcrumb-item a:hover{color: #225e68;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #3496a6;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{padding: 10px 8px; background: #3496a6 ;font-size: 17px;color: #fff;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-body{padding: 10px 8px;}
.D_products_group_detail .basic-air-info{border: 1px solid rgba(52, 150, 166, 0.3);}
.D_products_group_detail section.group_banner.trip_banner{margin-top: 9rem;}
.D_products_group_detail section.group_banner.trip_banner .basic-air-info h3{color: #b8babd; font-weight: 500; font-size: 1.5rem; line-height: 1.5;}
.D_products_group_detail .basic-air-info .go i, .D_products_group_detail .basic-air-info .back i{color: #225e68;}
.D_products_group_detail .basic-air-btn a{background: #225e68;border: 1px solid #225e68;color: #fff;font-weight: 500;font-size: 18px;}
.D_products_group_detail .basic-air-btn a:hover{background: #225e68;opacity: .8;}
.D_products_group_detail section.group_banner.trip_banner h6{font-size: 16px;padding-top: 0;color: #888;font-family: Noto Sans TC, sans-serif !important;}
.D_products_group_detail section.group_banner .group_num img{width: 30px;}
.D_products_group_detail section.group_banner.trip_banner h1{font-family: Shippori Mincho, sans-serif !important; letter-spacing: 0.5px; line-height: 1.4; font-weight: normal; font-size: 2rem;}
.D_products_group_detail section.group_banner.trip_banner h5.text-danger{font-family: Noto Sans TC, sans-serif !important; font-weight: 100; letter-spacing: 0.5px;}
.D_products_group_detail section.group_banner.trip_banner h3.price{font-family: Noto Sans TC, sans-serif !important; margin-top: 1rem;font-size: 2rem;}
.D_products_group_detail section.group_banner .price_content, 
.D_products_group_detail section.group_banner.trip_banner .brief{font-family: Noto Sans TC, sans-serif !important;margin-top: 10px;}
.D_products_group_detail section.group_banner.trip_banner .brief h5{font-size: 17px;}
/*.D_products_group_detail section.group_banner.trip_banner .tag.btn-danger{background-color: #225e68; color: #fff; border: none;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-danger:hover{background-color: #be2d14;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-warning{background-color: #006060; color: #fff; border: none;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-warning:hover{background-color: #004242;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-success{background-color: #37567a; color: #fff; border: none;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-success:hover{background-color: #263d56;}*/
.D_products_group_detail section.group_table.trip_features:after, 
.D_products_group_detail section.group_table.trip_airline:after, 
.D_products_group_detail section.group_table.trip_day:after, 
.D_products_group_detail section.group_table.trip_note:after, 
.D_products_group_detail section.group_table.view_intro:after, 
.D_products_group_detail section.group_table.tripdown:after{background: #000000;}
.D_products_group_detail section.group_table.trip_features .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.trip_airline .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.trip_day .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.trip_note .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.view_intro .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.tripdown .container > div:nth-child(1) h2 {margin-top: 2rem; font-family: Shippori Mincho, sans-serif !important; font-weight: 500; font-size: 2.5rem;}
.D_products_group_detail section.group_banner.trip_banner .basic_box{padding-top: 250px;}
.D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{margin-bottom: 0;font-family: Noto Sans TC, sans-serif !important;}
.D_products_group_detail section.group_banner.trip_banner .container{border: none;border-radius: 0;}
.D_products_group_detail section.group_banner.trip_banner .container > .row > div:nth-last-child(1){font-family: Noto Sans TC, sans-serif !important;align-content:baseline !important;}
.D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft, 
.D_products_group_detail section.group_banner.trip_banner .container .basic-air-airport{font-weight: 500; font-size: 20px;}
.D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft .plane-logo{margin-right: 5px;}

.D_products_group_detail section.group_table.trip_features .container .group_table_box, 
.D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
.D_products_group_detail section.group_table.trip_day .container .group_table_box, 
.D_products_group_detail section.group_table.trip_note .container .group_table_box, 
.D_products_group_detail section.group_table.view_intro .container .group_table_box, 
.D_products_group_detail section.group_table.tripdown .container .group_table_box{border-radius: 0;}
.D_products_group_detail section.group_table.tripdown, 
.D_products_group_detail section.group_banner.trip_banner{order: -1;}
.D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-bottom: 5rem;}
.D_products_group_detail section.group_table.trip_features .container .group_table_box .title_s{font-family: Noto Sans TC, sans-serif !important; font-weight: 100; font-size: 1.2rem;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead{background: #3496a6;font-family: Noto Sans TC, sans-serif !important;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead th{font-weight: normal;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2), 
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{background: #225e68;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{display: none;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{display: none;}
.D_products_group_detail section.group_table.trip_day table.table tr.text_gary td{font-family:Noto Sans TC, sans-serif !important;}
.D_products_group_detail .trip_note .card .card-header{border: none;background: transparent;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="false"]{border-radius: 15px;overflow: hidden;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="true"], 
.D_products_group_detail section.trip_note .card-header .btn:hover{ background: #b8babd; border-top-left-radius: 0px; border-top-right-radius: 0px;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{color: #225e68;font-family: "GFS Didot", serif !important;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_sub-title{font-size: 1.5rem;font-family: Shippori Mincho, sans-serif !important;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title p.meal, 
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title p.hotel{font-family: Noto Sans TC, sans-serif !important;}
.D_products_group_detail section.group_table.tripdown .search_table tr.thead{background: #225e68;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #3496a6 ;color: #3496a6 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color: #3496a6 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #3496a6 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #3496a6 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active svg{fill: #fff;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary{border-color: #3496a6 ;background: #3496a6 ;border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{color: #fff;background-color: #3496a6 ;border-color: #3496a6 ;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-info.disabled{background: #aaaaaa; border-color: #a9a9a9; color: #fff;}
.D_products_group_detail section.group_table.tripdown .search_table tr .btn{border-radius: 50px;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.go-airport > .row > div.plane:nth-child(2) .plane-logo{width: 100%;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.go-airport > .row > div.plane:nth-child(2) .plane-logo img{margin: auto;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name a.title_main:hover{color: #3496a6  !important;}
/*.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name span.btn-success{background-color: #37567a; color: #fff; border: none;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name span.btn-success:hover{background-color: #263d56;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name span.btn-danger{background-color: #225e68; color: #fff; border: none;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name span.btn-danger:hover{background-color: #be2d14;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name span.btn-warning{background-color: #006060; color: #fff; border: none;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name span.btn-warning:hover{background-color: #004242;}*/
.D_products_group_detail section.group_table.tripdown .fc-icon-chevron-right:before, 
.D_products_group_detail section.group_table.tripdown .fc-icon-chevron-left:before{color: #3496a6;}
.D_products_group_detail section.group_table.tripdown .fc .fc-button-group>.fc-button:hover{background-color: #cee7ea; border-color: #cee7ea;}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #225e68;}
.D_products_group_detail .fc .fc-button-primary:disabled{background-color: #194d56;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box{width: 100%;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-4.col-sm-12 {display: none;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-8.col-sm-12 {flex: 0 0 100%; max-width: 100%;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title {margin-left: 0; width: 100%;}
.D_products_group_detail > .web-page-frame > .row:nth-child(2){padding-bottom: 0px;}
.D_products_group_detail .Day_menu.day_fixed{/*top: 125px !important;*/}
.D_products_group_detail .Day_menu .swiper_day .swiper-button-prev::after, 
.D_products_group_detail .Day_menu .swiper_day .swiper-button-next::after{display: none;}
.D_products_group_detail .Day_menu .swiper_day .swiper-slide a{color: #3496a6;border: 1px solid #e2e2e2;}
.D_products_group_detail .Day_menu .swiper_day .swiper-slide a:hover{color: #3496a6; background: #cee7ea; border: 1px solid #cee7ea;}

@media (min-width:992px) {
    .D_products_group_detail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;background: #3496a6;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn{background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;padding: 5px 10px;} 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 11px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;line-height: 30px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_detail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_detail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_detail .sub_menu-trip .trip_menu ul{margin-bottom: 0;display: flex; flex-wrap: wrap;}
    .D_products_group_detail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li.dates{order: -1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a:hover span{color: #3496a6;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 65px;}
    .D_products_group_detail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li{padding: 11px;height: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_detail .web_sidebar .actGotop{bottom: 15px;/*width: 55px;height: 55px;*/}
    .D_products_group_detail .web_sidebar .actGotop a:link{/*width: 55px;height: 55px;*/}
    .D_products_group_detail .web_sidebar .actGotop a i{/*width: 55px; line-height: 50px;*/}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.download-fixed-btn ul{height: 40px;width: 81px;}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.download-fixed-btn ul li{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.share-fixed-btn ul{width: 162px; height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.share-fixed-btn ul li{height: 40px;}
}
@media (max-width:991px) {
    .D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{font-size: 15px;}
    .D_products_group_detail section.group_table.tripdown .search_table tr.thead{display: none;}
    .D_products_group_detail section.group_banner.trip_banner{margin-top: 7rem;}
    .D_products_group_detail section.group_banner.trip_banner h1{font-size: 28px;}
    .D_products_group_detail .tail_box .footer-sample{margin-bottom: 50px;}
    .D_products_group_detail .Day_menu.day_fixed{top: 67px !important;}
    .D_products_group_detail section.group_table.trip_features .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.trip_airline .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.trip_day .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.trip_note .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.view_intro .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.tripdown .container > div:nth-child(1) h2{font-size: 30px;}
}
@media (max-width:767px) {   
    .D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{font-size: 13px;} 
    .D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left: 0;}
    .D_products_group_detail .footer_info_wrap .main.row{padding-bottom: 50px;}
    .D_products_group_detail section.group_banner.trip_banner { margin-top: 5rem;}
    .D_products_group_detail section.group_banner.trip_banner h1{font-size: 24px;}
    .D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft, 
    .D_products_group_detail section.group_banner.trip_banner .container .basic-air-airport{font-size: 18px;}
    .D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft{margin-right: 30px;}
    .D_products_group_detail section.group_table.trip_features .container h2, 
    .D_products_group_detail section.group_table.trip_airline .container h2, 
    .D_products_group_detail section.group_table.trip_day .container h2, 
    .D_products_group_detail section.group_table.trip_note .container h2, 
    .D_products_group_detail section.group_table.view_intro .container h2, 
    .D_products_group_detail section.group_table.tripdown .container h2{margin-bottom: 0; font-size: 26px;}
    .D_products_group_detail section.group_table.trip_features .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_day .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_note .container .group_table_box, 
    .D_products_group_detail section.group_table.view_intro .container .group_table_box, 
    .D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-top: 30px;}
    .D_products_group_detail section.group_table.trip_features .container .group_table_box{padding-top: 5px;}
    .D_products_group_detail section.group_table.trip_day .info_box{width: 100%;}
    .D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{font-size: 1.5rem;}
    .D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_sub-title{font-size: 20px;}
    .D_products_group_detail section.group_banner.trip_banner .price_box .iteam{text-align: left;}
    .D_products_group_detail section.group_table.trip_day table.table tr td::before{min-width: 75px;}
}
.D_products_group_detail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_group_detail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}

/*洽詢*/
.D_order_contact_detail section.group_table .container h2{font-family: Shippori Mincho, sans-serif !important; font-size: 32px;}
.D_order_contact_detail .contact h4 .note{font-size: 18px;}
.D_order_contact_detail .contact h4 .note span.text_blue{color: #225e68;}
.D_order_contact_detail .contact .trip_title .bg-primary{background: #225e68 !important;}
.D_order_contact_detail .contact .contac_form label span.text_blue{color: #225e68;}
.D_order_contact_detail select.form-control:not([size]):not([multiple]){height: 50px;border-radius: 0;}
.D_order_contact_detail form.contac_form #btn-group-contact{
    border-radius: 0;
    border: 1px solid #3496a6;
    border-bottom-width: 5px;
    background: #fff;
    color: #000000;
    position: relative;
    padding-left: 20px;
    padding-right: 60px;
    font-family: Noto Sans TC, sans-serif !important;
    letter-spacing: 1px;
    transition: .3s;
    overflow: hidden;
    z-index: 1;
}
.D_order_contact_detail form.contac_form #btn-group-contact:hover{
    color: #fff !important;
    padding-left: 40px;
    padding-right: 40px;
    transition: .3s;
}
.D_order_contact_detail form.contac_form #btn-group-contact::before {
    content: '';
    display: block;
    background-color: #3496a6;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .3s;
    z-index: -1;
}
.D_order_contact_detail form.contac_form #btn-group-contact:hover::before{top: 0; transition: .3s;}
/*.D_order_contact_detail form.contac_form #btn-group-contact::after{
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/xireal/images/e63f2fe5-e3d6-43be-a545-4511d0b8c177.svg);
    width: 18px;
    height: 19px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 70px;
    opacity: 1;
    transition: .3s;
}
.D_order_contact_detail form.contac_form #btn-group-contact:hover::after {
    right: -70px;
    opacity: 0;
    transition: .3s;
}*/

/*團型*/
.D_products_group_molddetail .DetailContainer nav[aria-label=breadcrumb] ol{margin-bottom: 5px;}
.D_products_group_molddetail .Detail .breadcrumb .breadcrumb-item a:hover, 
.D_products_group_molddetail .Detail .breadcrumb .breadcrumb-item.active{color: #3496a6;}
.D_products_group_molddetail .Detail .TripTitle h1{font-family: Shippori Mincho, sans-serif !important; line-height: 1.4; letter-spacing: 0.5px; font-weight: normal !important;}
.D_products_group_molddetail .TripNote ol, 
.D_products_group_molddetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_group_molddetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block;}
@media (min-width:992px) {
    .D_products_group_molddetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_group_molddetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_group_molddetail .DetailContainer{margin-top: 11rem;margin-bottom: 2rem;word-break: break-all;}
.D_products_group_molddetail section.AnchorPoint>div>h2.APtitle{font-family: Shippori Mincho, sans-serif !important; font-weight: normal; font-size: 32px;}
.D_products_group_molddetail section.AnchorPoint>div>h2.APtitle::after{background: #225e68;}
.D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #3496a6 ;}
.D_products_group_molddetail .Detail .MainTitle{padding-left: 25px;}
.D_products_group_molddetail .Detail .MainTitle::before{filter: hue-rotate(10deg);}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #3496a6 ; border-bottom-color: #3496a6 ;color: #3496a6 ;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #3496a6 ; color: white;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #cee7ea; color: #3496a6 ; border: 1px solid #cee7ea;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #3496a6 ; border: 1px solid #3496a6 ;color: #fff;}
.Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar span.fc-icon.fc-icon-chevron-left, 
.Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar span.fc-icon.fc-icon-chevron-right{filter: hue-rotate(180deg);}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #3496a6 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable button, 
.D_products_group_molddetail .Detail.DepartureDate .SearchTable a.btn{background: #3496a6 ; border-color: #3496a6 ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #3496a6 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #3496a6 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table tbody tr.month_2{background: #f8f8f9;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .go-airport > .row > div.plane:nth-child(2) .plane-logo{width: 100%; height: auto;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .go-airport > .row > div.plane:nth-child(2) .plane-logo img{height: 47px; margin: auto;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div{background-color: #3496a6;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #3496a6;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #3496a6 ; color: #3496a6 ;background-color: #fff;display: none;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #3496a6 ; color: white;}
.D_products_group_molddetail #day_menu .list-group{background: rgba(35, 24, 21, 0.7);}
.D_products_group_molddetail #day_menu .list-group .list-group-item{color: #d0d2d4; border-radius: 0;}
.D_products_group_molddetail #day_menu .list-group .list-group-item:hover{background-color: transparent;color: #cee7ea;}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active{background-color: #000000; border-color: #000000; border-radius: 0; color: #cee7ea;}
.D_products_group_molddetail .Detail.Traffic .Day{ color: #225e68;}
.D_products_group_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_group_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #225e68;}
.D_products_group_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #cee7ea;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
/*調整區塊排序
.D_products_group_molddetail .DetailContainer{display: flex; flex-wrap: wrap;}
.D_products_group_molddetail .DetailContainer .Detail.DepartureDate{width: 100%; order: -1;}
.D_products_group_molddetail .DetailContainer section.BasicBox {order: -1;}
.D_products_group_molddetail .DetailContainer > nav[aria-label=breadcrumb]{order: -1;}*/
.D_products_group_molddetail .DetailContainer .Detail.TripFeature {width: 100%;}
.D_products_group_molddetail .DetailContainer .Detail.FeeDescription {width: 100%;}
.D_products_group_molddetail .DetailContainer .Detail.TripNote {width: 100%;}
/*團型明細頁*/
.D_products_group_molddetail .MGO .Detail.TripFeature::before, 
.D_products_group_molddetail .MGO .Detail.TripFeature > div.text-center{ display: none;}
.D_products_group_molddetail .MGO .Detail.TripFeature > section > .container{ max-width: 100%; padding:0;}
.D_products_group_molddetail .MGO .Detail.TripFeature > section > .container h2.MainTitle{ display: none;}
@media (min-width:992px) {
    .D_products_group_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;background: #225e68;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn{background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;padding: 5px 10px;} 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 11px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;line-height: 30px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;display: flex; flex-wrap: wrap;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li.submenu_calendar{order: -1;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a:hover span{color: #3496a6;}
    .D_products_group_molddetail .web_sidebar .side_box{bottom: 65px;}
    .D_products_group_molddetail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_molddetail .web_sidebar .side_bar li{padding: 11px;height: 50px;}
    .D_products_group_molddetail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_molddetail .web_sidebar .actGotop{bottom: 15px;/*width: 55px;height: 55px;*/}
    .D_products_group_molddetail .web_sidebar .actGotop a:link{/*width: 55px;height: 55px;*/}
    .D_products_group_molddetail .web_sidebar .actGotop a i{/*width: 55px; line-height: 50px;*/}
    .D_products_group_molddetail .sub_menu-trip .server_menu>ul>li.download-fixed-btn ul{height: 40px;width: 81px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu>ul>li.download-fixed-btn ul li{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu>ul>li.share-fixed-btn ul{width: 162px; height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu>ul>li.share-fixed-btn ul li{height: 40px;}
}
@media (max-width:1600px) {
    .D_products_group_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_group_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{/*padding-left: 70px !important;*/min-height:80px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .table th:first-child{background: #f0f0f0;}
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover span::before {
        color: #fff;
    }
}
@media (max-width:767px) {
    .D_products_group_molddetail .footer_info_wrap .main.row{padding-bottom: 50px;}
    .MPGO section+section, .MGO section+section, .MPGDT section+section, .MGDT section+section{padding-top: 4rem;}
    .MPGO .PriceType.LowestPrice ul, 
    .MGO .PriceType.LowestPrice ul, 
    .MPGDT .PriceType.LowestPrice ul, 
    .MGDT .PriceType.LowestPrice ul{
        flex-wrap: wrap;
    }
    .D_products_group_molddetail .Detail .TripTitle h1{font-size: 24px;}
    .D_products_group_molddetail .DetailContainer{margin-top: 5rem;}
    .D_products_group_molddetail .Detail .breadcrumb{display: flex;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar { top: 105px !important;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar.move_top{ top: 65px !important;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat, 
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        min-width: 55px;
        max-width: 55px;
    }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat::before, 
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat::before{
        left: calc(50% - 16px);
        top: 12px;
    }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat + .TourPrice + .SaleSituation{flex: 0 0 100px; max-width: 100px;}
    .D_products_group_molddetail section.AnchorPoint>div>h2.APtitle{margin-bottom: 50px;font-size: 28px;}
    .D_products_group_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{line-height: 1.6;}
}
.D_products_group_molddetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_group_molddetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
.D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}

/*自由行個團*/
.D_products_domestic_pdetail .TripNote ol, 
.D_products_domestic_pdetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block;}
@media (min-width:992px) {
    .D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_domestic_pdetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;word-break: break-all;}
.D_products_domestic_pdetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #3496a6 ;}
.D_products_domestic_pdetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #3496a6 ; border-bottom-color: #3496a6 ;color: #3496a6 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #3496a6 ; color: white;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #cee7ea; color: #3496a6 ; border: 1px solid #cee7ea;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #3496a6 ; border: 1px solid #3496a6 ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #3496a6 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable a.btn{background: #3496a6 ; border-color: #3496a6 ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #3496a6 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #3496a6 ;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div{background-color: #d0d2d4;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #d0d2d4;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #3496a6 ; color: #3496a6 ;background-color: #fff;display: none;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #3496a6 ; color: white;}
.D_products_domestic_pdetail .Detail.Traffic .Day{ color: #225e68;}
.D_products_domestic_pdetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_pdetail .Detail .TripNoteBlock .NoteTitle h3{color: #225e68;}
.D_products_domestic_pdetail .Detail .TripNoteItems + .TripNoteItems::before{background: #cee7ea;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
@media (min-width:992px) {
    .D_products_domestic_pdetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_pdetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_pdetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_pdetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_domestic_pdetail .Detail.DayTrip .TripBlock.ImgNone h3{padding-left: 70px !important;min-height:80px;}
}
@media (max-width:767px) {
    .D_products_domestic_pdetail .DetailContainer{margin-top: 3rem;}
    .D_products_domestic_pdetail .Detail .breadcrumb{display: flex;}
}
.D_products_domestic_pdetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_pdetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
.D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}

section.group_table.trip_features, 
section.group_table.trip_airline, 
section.group_table.trip_day, 
section.group_table.trip_note, 
section.group_table.view_intro, 
section.group_table.tripdown{text-align: initial; word-break: break-all;}

/*國內*/
body.D_products_domestic_gdetail{/*background: #f8f9f9;*/}
.D_products_domestic_gdetail .TripNote ol, 
.D_products_domestic_gdetail .TripNote ul, 
.D_products_domestic_molddetail .TripNote ol, 
.D_products_domestic_molddetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item, 
.D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block; }
@media (min-width:992px) {
    .D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item, 
    .D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item img, 
.D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_domestic_gdetail .DetailContainer, 
.D_products_domestic_molddetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;}
.D_products_domestic_gdetail .GDT .DetailContainer > .Detail ol.breadcrumb{background: none !important;}
.D_products_domestic_gdetail .GDT .DetailContainer .BasicBox .TripBasic .InfoBox .PriceBlock{background: #fff;}
.D_products_domestic_gdetail .GDT .DetailContainer .TripFeature img{height: auto !important; display: block; margin: auto;}
.D_products_domestic_gdetail .Detail.sub_menu-trip .trip_menu li a:hover span, 
.D_products_domestic_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #3496a6 ;}
.D_products_domestic_gdetail .Detail .DateBlock .DateCenterLine{background-color: #3496a6 ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a{color: #3496a6 ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a:hover{color: #225e68;}
.D_products_domestic_gdetail .Detail .TextPrimary, 
.D_products_domestic_molddetail .Detail .TextPrimary{/*color: #cee7ea;*/}
.D_products_domestic_gdetail .Detail .MainTitle::before, 
.D_products_domestic_molddetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #3496a6 ; border-bottom-color: #3496a6 ;color: #3496a6 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #3496a6 ; color: white;}
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #cee7ea; color: #3496a6 ; border: 1px solid #cee7ea;}
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #3496a6 ; border: 1px solid #3496a6 ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #3496a6 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .table thead th, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable a.btn, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable a.btn{background: #3496a6 ; border-color: #3496a6 ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .DateCenterLine, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #3496a6 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #3496a6 ;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div{background-color: #d0d2d4;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div::after, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #d0d2d4;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn{/*background-color: #cee7ea; border: 1px solid #cee7ea;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn:hover{/*background-color: #cee7ea; border: 1px solid #cee7ea;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{/*border: 1px solid #cee7ea; color: #cee7ea;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover{/*background-color: #cee7ea; color: white;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #3496a6 ; color: #3496a6 ;background-color: #fff;display: none;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #3496a6 ; color: white;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
.D_products_domestic_gdetail .Detail.Traffic .Day, 
.D_products_domestic_molddetail .Detail.Traffic .Day{ color: #225e68;}
.D_products_domestic_gdetail .Detail .TripNoteBlock, 
.D_products_domestic_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_gdetail .Detail .TripNoteBlock .NoteTitle h3, 
.D_products_domestic_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #225e68;}
.D_products_domestic_gdetail .Detail .TripNoteItems + .TripNoteItems::before, 
.D_products_domestic_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #cee7ea;}

@media (min-width:992px) {
    .D_products_domestic_gdetail .sub_menu-trip .sub_inside, 
    .D_products_domestic_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn,     
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu i, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu ul, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a span, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_gdetail .web_sidebar .side_box, 
    .D_products_domestic_molddetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop, 
    .D_products_domestic_molddetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_gdetail .DetailContainer, 
    .D_products_domestic_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_domestic_gdetail .GDT .DetailContainer .BasicBox .TripBasic .DateBlock {border: 1px solid #cee7ea;}
    .D_products_domestic_gdetail .Detail.DayTrip .TripBlock.ImgNone h3, 
    .D_products_domestic_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{padding-left: 70px !important;min-height:80px;}
}
@media (max-width:575px) {
    .D_products_domestic_gdetail .DetailContainer{margin-top: 4rem;}
    .D_products_domestic_gdetail .Detail.DepartureDate .IconMean{top: 116px; right: 150px;}
}
.D_products_domestic_gdetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_gdetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt, 
.D_products_domestic_molddetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_molddetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}

/*order*/
.group_home .group_order_width{margin-top: 180px;margin-bottom: 50px;}
.group_home .ystep-lg li.ystep-step-active {
    border: 2px solid #3496a6;
    background: #e4eff1;
    color: #225e68;
}
.group_home .jiantou .ystep-lg .ystep-step-active>svg{stroke: #3d95a5;}
.group_home .jiantou .ystep-lg .ystep-step-active .stepIcon, 
.group_home .ystep-lg li.ystep-step-active .descriptionHeader{color: #3d95a5;}
.group_home .ystep-blue .ystep-step-done { border: 2px solid #3496a6;}
.group_home .jiantou .ystep-lg .ystep-step-done>svg{stroke: #3496a6;}
.group_home .ystep-blue .ystep-step-done::after{background: #3496a6;}
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton{background: #3496a6;color: #fff;}
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton:hover, 
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton:active{background: #225e68;color: #fff;}
.group_home .order_notice{border-color: #3496a6;}
.group_home .order_notice .order_notice_title{border-bottom: 2px solid #3496a6; background: #e4eff1;}
.group_home .inp-cbx:checked+.check-cbx span:first-child{border-color: #3496a6;}
.group_home .check-cbx:hover span:first-child{border-color: #3496a6;}
.group_home .check-cbx span:first-child svg{stroke: #3496a6;}
#page2 .stepPage_btn > div{display: flex; flex-wrap: wrap; justify-content: center; /*max-width: 100%; flex: 0 0 100%;*/}
#page2 .stepPage_btn > div button.l_benPrimary, 
.group_home .stepPage_btn a.l_benPrimary{background: #3496a6;}
#page2 .stepPage_btn > div button.l_benPrimary:hover, 
#page2 .stepPage_btn > div button.l_benPrimary:active, 
.group_home .stepPage_btn a.l_benPrimary:hover, 
.group_home .stepPage_btn a.l_benPrimary:active{background: #225e68;}
#page3 .stepPage_group>.stepPage_group_content:nth-child(1) .order_number_status img{margin: auto;}
#page3 .stepPage_group > .payment_info .bg-blue{background: #cee7ea;}
#page3 .stepPage_group > .payment_info .blue0-border { border: 1px solid #3496a6;}
#page3 .stepPage_group > .payment_info .Receive_Points{color: #225e68;}
#page3 .stepPage_group > .payment_info > .blue-txt2{color: #3496a6;}
.group_home .member-l_mark a, 
.new_bg .member-l_mark a{color: #3496a6;}
.group_home input.form-check-input[type=radio]:hover~.checkmark, 
.group_home input.form-check-input[type=radio]:checked~.checkmark, 
.group_home .radio-cbx:hover span:first-child, 
.group_home input:checked~.radio-cbx span:first-child{border-color: #3496a6;}
.group_home input.form-check-input[type=radio]:checked~.checkmark::after, 
.group_home .radio-cbx span:first-child::after{background: #3496a6;}
@media (max-width:767px) {
    .group_home .group_order_width{margin-top: 140px;}
    #page2 .stepPage_btn > div > div:nth-child(1) button{margin-left: 5px;}
}

/*member*/
.new_bg .member-l_box{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
body.new_bg {background-color: #f7f7f8; background-image: unset;}
.new_bg .card-border{border-color: transparent; box-shadow: 0 0 5px rgba(35, 24, 21, 0.1);}
.new_bg .card-border .text-muted a.btn-outline-primary{color: #225e68; border-color: #225e68;}
.new_bg .card-border .text-muted a.btn-outline-primary:hover{color: #fff;background-color: #225e68;}
.new_bg .card-border form > div.text-right a.blue-txt2{color: #3496a6;}
.new_bg .card-border form button.l_benPrimary{background: #3496a6;transition: .2s;}
.new_bg .card-border form button.l_benPrimary:hover{background: #225e68;transition: .2s;}
.new_bg .card-border form .member-l_note .note_box a{color: #3496a6;}
.new_bg .card-border form > div:nth-last-child(1) a{color: #3496a6;}
.new_bg .card-border input.form-control:focus, .new_bg .card-border input:focus{border-color: #225e68;}
.new_bg .card-border.Verification-EM_wrap .EM-info{background: #FEF0EE; color: #3496a6;}
.new_bg .card-border form > div.align-items-end a{color: #3496a6;}
.D_member_my_login .signin_box > div:nth-child(1){display: none !important;}
.member_home .signin_width{margin-top: 150px;margin-bottom: 150px;}
.new_bg .width-460,
.member_home .width-460{margin-top: 150px;margin-bottom: 150px;}
.member_home .container.member_width{margin-top: 50px;}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
.member_home .member_width{margin-bottom: 50px;}
/*直客登入畫面調整*/
.D_member_my_login > .web-page-frame > .row:nth-child(2) .signin_box > form:nth-child(2) > div:nth-last-child(3){
    line-height: 1;
    width: auto;
    display: table;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
/*同業登入畫面調整*/
.D_member_sign_signin > .web-page-frame > .row:nth-child(2) .signin_box > form > div:nth-last-child(1) > div:nth-last-child(1){line-height: 1;}

@media (max-width:991px) {
}
@media (max-width:767px) {
    .new_bg .width-460, 
    .member_home .signin_width, 
    .member_home .width-460{margin-top: 50px; margin-bottom: 50px;}
    .member_home .container.member_width{margin-top: 10px;}
}

/*通用商品*/
.D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 70px;margin-bottom: 30px;min-height: 45vh;}
.D_commprod_product_list .skin_block .product-item:hover{border-color: #3496a6;box-shadow: none;}
.D_commprod_product_list .skin_block .item-images img{width: 100%; object-fit: cover; object-position: center center; height: 100%; display: block;}
.D_commprod_product_list .skin_module .product-item .item-images{aspect-ratio: 1 / 1; display: block; height: unset;}
.D_commprod_product_list .skin_module .item-images img{object-fit: cover; object-position: center center; height: 100%;}
.D_commprod_product_list .skin_module .item-images .area-tag{display: none;}
.D_commprod_product_list .product-search .search-btn button.l_benPrimary{background: #3496a6;}
.D_commprod_product_list .pagination .page-item.active .page-link{color: #225e68;}
.D_commprod_product_list .pagination .page-item .page-link:hover{background-color: #f3e7e3;}
.D_commprod_product_list a .product-item .item-name{font-size: 18px;color: #000000;}
.D_commprod_product_list a:hover .product-item .item-name{color: #3496a6;}
.D_commprod_product_list .skin_list a .product-item .area-tag, 
.D_commprod_product_list .skin_list a:hover .product-item .area-tag, 
.D_commprod_product_list .skin_list a .product-item .item-sort, 
.D_commprod_product_list .skin_list a:hover .product-item .item-sort{color: #225e68;}
.product-details .swiper-banner.swiper-container{margin-top:97px;}
.product-details article:nth-last-child(1){margin-bottom: 200px;}
.product-details .basic-NonPreOrder .AddCart{color: #3496a6; border-color: #3496a6;}
.product-details .basic-NonPreOrder .AddCart:hover{background: #fff9f0;}
.product-details .basic-NonPreOrder .OrderNow{background-color: #3496a6;}
.product-details .SelectDateItem_content .accordion .card .card-header .SelectDateItem_txt button{color: #3496a6; border-color: #3496a6;}
.product-details .SelectDateItem_content .accordion .card .card-header .SelectDateItem_txt button:hover{background: #fff9f0;border-color: transparent;}
.product-details .SelectDateItem_content .accordion .card.open button.btn-link { border-color: #707070; color: #707070;background: none;}
.product-details .SelectDateItem_content .accordion .card.open {border: 2px solid #225e68;}
.product-details .specification-list .select-num .minus-circle, 
.product-details .specification-list .select-num .plus-circle{background: #3496a6;}
.product-details article h3.ItineraryTitle {color: #000000;}
.product-details article .parent .left, 
.product-details article .parent .right{border-color: #E3D3BC;}
.product-details .swiper-banner.swiper-container{/*margin-top:86px;*/display: none;}
.product-details.product-detailsNew article{margin-top: 150px; margin-bottom: 3rem;}
.general_home .general_order_width{margin-top: 120px;margin-bottom: 130px;}
@media (min-width:992px) {
    .product-details .SubInside{width: 100px;}
    .product-details .SubInside-menu-item > a{height: 50px;}
    .product-details .SubInside-menu-item.share-fixed-btn ul a{width: 50px;}
    .product-details .Trip-menu{padding: 10px;margin-bottom: 100px;}
    .general_home .basic_message, 
    .general_home .purchase_name{width: 60%;}
}
@media (max-width:767px) {
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 0px;margin-bottom: 20px;}
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container .pagination-container .pagination{justify-content: center !important;}
    .product-details .swiper-banner.swiper-container {margin-top: 65px;}
    .product-details.D_commprod_product_show{padding-bottom: 40px;}
    .product-details.product-detailsNew article{margin-top: 80px;}
    .general_home .general_order_width {margin-top: 100px;}
    .basic_message, .purchase_name{padding-right: 15px;}
    .D_commprod_buycart_index .unit_price, 
    .D_commprod_buycart_index .purchase_unit_price{width: 100%; padding: 15px 15px 5px; font-size: 14px; text-align: left !important;}
    .D_commprod_buycart_index .quantity, 
    .D_commprod_buycart_index .purchase_quantity{width: 100%; padding: 0 15px; text-align: left !important;}
    .D_commprod_buycart_index .subtotal, 
    .D_commprod_buycart_index .purchase_subtotal { width: 80%; padding: 15px 15px 5px; font-size: 14px; line-height: 20px; text-align: left !important;}
    .D_commprod_buycart_index .delete_btn, 
    .D_commprod_buycart_index .purchase_delete_btn {width: 20%; padding-right: 10px; }
    .D_commprod_buycart_index .delete_btn::before, 
    .D_commprod_buycart_index .purchase_delete_btn::before{float: left;}
    .D_commprod_buycart_index .basic_message, 
    .D_commprod_buycart_index .purchase_name{width: 100%;}
}

/*wow css*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.6,0.6,0.6);
        transform: scale3d(0.6,0.6,0.6)
    }

    70% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.6,0.6,0.6);
        -ms-transform: scale3d(0.6,0.6,0.6);
        transform: scale3d(0.6,0.6,0.6)
    }

    70% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.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.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-105s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-205s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-305s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-405s {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
