
.font1010 { font-family: 'Poppins', sans-serif !important; font-weight: 700; letter-spacing: 0.1em; font-size: inherit; }
* { box-sizing: border-box; font-family: "Nunito Sans", "Noto Sans TC", -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif }

html, body { padding: 0; margin: 0; background-color: #18233e; color: #dcbb7c; background: url("../images/bg.jpg") top left repeat-y; background-size: cover; scroll-padding-top: 60px; scroll-behavior: smooth;}
.swiper { width: 100%; height: 100%; }
.swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; }
.swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.container { max-width: 1170px; padding: 0 15px; margin: 0 auto; }
.container.fwide {width: 100%; max-width: unset; padding: 0;}
.container.fwide.no-padding-mobile {padding: 0 20px;}

.flexR{display: flex; flex-direction: row; align-items: center;}
.flexC{display: flex; flex-direction: column; align-items: center;}

.mySwiper1 .swiper-slide {max-width: unset; border: 0; border-radius: 0;}
.mySwiper1.swiper {padding: 0; }
.mySwiper1 .swiper-slide img {max-height: unset;}
.mySwiper1 .swiper-slide a {display: block; width: 100%;}

/* .logo_row { padding: 30px 0 10px; display: flex; flex-direction: row; align-items: center; gap: 3em;}
.logo_row a{ color: #fff !important; text-decoration: none;}
.logo_row img {max-height: 65px;} */
.holiday_logo {height: 3.2cap; margin-right: 2px; vertical-align: middle; transform: translateY(-2px);}

.swiper { margin: 10px 0 20px; padding: 0 50px; }
.swiper-slide { background: #18233e; border: 1px solid #dcbb7c; border-radius: 12px; color: #dcbb7c; overflow: hidden; }
.swiper-pagination-bullet { background: #dcbb7c; }
.swiper-button-next, .swiper-button-prev { color: #18233e; background: #FFFFFF; width: 25px; height: 25px; border-radius: 100%; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 15px; }
.swiper-scrollbar { background: rgba(220, 187, 124, 0.1); }
.swiper-scrollbar-drag { background: rgba(220, 187, 124, 0.5); }

.area_box {width: 50%;}

.area_tag { background-color: #dcbb7c; color: #18233e; padding: 10px 1.8em 10px 10px; width: fit-content; margin: 0; margin-top: 2em; font-size: 18px; line-height: 1; font-weight: bold; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%); }
.flex-R { width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: row; background: #D6FEFF; }
.flex-R .innerdiv, .flex-R .innerdiv.text { width: 50%; }
.flex-R .innerdiv.text h2 { color: #18233e; margin-bottom: 0; }
.flex-R .innerdiv.text h3 { margin-top: 0; }
.swiper-slide a { color: inherit; text-decoration: none; }

.leadin{font-size: 21px; line-height: 1.8em; text-align: justify; width: 100%; margin: 20px 0 40px;}

/* Footer */
/* .flexR { display: flex; align-items: center; justify-content: center; flex-direction: row; }
.footer .flexR{justify-content: space-between; align-items: stretch;}
.footer .flexR h4{margin-top: 0; margin-bottom: 10px; font-size: 16px; color: #fff;}
.footer .flexR a{display: block; color: rgb(195, 195, 195); text-decoration: none; font-size: 14px;}
.footer .flexR a:hover{color: #fff; text-decoration: underline;}
.footer .contacts{border-left: 1px solid rgb(119, 119, 119); padding-left: 2em;}
.footer img{float: right; margin-bottom: 10px;}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {font-weight: bold;}

:root{
    --h1-size: 1.6vw;
    --h2-size: 1.2vw;
    --h4-size: .85vw;
    --p-size: 1vw;
    --re-size: .75vw;
}
#footer h1{
    font-size: var(--h1-size);
}
#footer h4{
    font-size: var(--h4-size);
}
#footer a{
    font-size: var(--re-size);
}
#footer p{
    font-size: var(--re-size);
} */

@media (max-width: 991px) {

.logo_row {flex-direction: column; gap: 0.2em; align-items: flex-start; padding-top: 20px;}

.flex-R { flex-direction: column; }
.flex-R .innerdiv, .flex-R .innerdiv.text { width: 100%; }
/* 
.footer .flexR{ flex-direction: column; }
.footer .contacts{border-left: 0; padding-left: 0;} */

.flexR:has(.area_box) {flex-direction: column;}
.area_box {width: 100%;}

}

@media (max-width: 767px) {
    /* :root{
        --h1-size: 26px;
        --h2-size: 20px;
        --h4-size: 18px;
        --p-size: 16px;
        --re-size: 12px;
    } */

    .container.fwide.no-padding-mobile {padding: 0;}
    .area_tag{margin-left: 15px;}

    .logo_row img { max-height: 45px;}
    .leadin {font-size: var(--p-size); line-height: 1.4em; margin-bottom: 30px;}
   

    .flex-R .innerdiv.text h2 {
        font-size: var(--h2-size);
    }
    .flex-R .innerdiv.text h3 {
        font-size: var(--p-size);
    }
    .flex-R .innerdiv.text h3 span{
        font-size: 180% !important;
    }


}