@charset "UTF-8";

/* ------------------------------------------ reset
--------------------------------------------- */
body {
    width: 100%;
    background: #ffffff;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
}


html,
body,
div,
span,
p,
ul,
li,
input,
table,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

a:hover {
    color: #ffffff;
}

p {
    color: #1C1C1C;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    p {
        font-size: 16px;
    }
}

hr {
    background-color: rgb(209, 208, 208);
    height: 1px;
    border: none;
    margin: 26px 0;
}

/* ------------------------------------------ utility
--------------------------------------------- */

.row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.col-1-4 {
    padding: 0 16px;
    width: 25%;
}

.col-1-3 {
    padding: 0 16px;
    width: 33%;
}

.col-1-2 {
    padding: 0 16px;
    width: 50%;
}

.col-2-3 {
    padding: 0 16px;
    width: 60%;
}

.col-3-4 {
    padding: 0 16px;
    width: 75%;
}

.col-4-5 {
    padding: 0 16px;
    width: 80%;
}

.col {
    padding: 0 16px;
    width: 100%;
}


@media screen and (max-width: 786px) {

    .col-1-2,
    .col-1-4,
    .col-1-3,
    .col-3-4,
    .col-2-3,
    .w70,
    .w30 {
        width: 100%;
    }
}

.ml-8 {
    margin-left: 8px;
}

.ml-auto {
    margin-left: auto;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-8 {
    margin-top: 8px;
}

.mr-8 {
    margin-right: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mt-24 {
    margin-top: 24px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.vertical-md {
    vertical-align: middle;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.inline-block {
    display: inline-block;
}

.margin-auto {
    margin: 0 auto;
}

.red {
    color: #F06F73;
}

.green {
    color: #00BAA4;
}
.txt-black,a.txt-black{
    color: #1C1C1C;
}
.txt-black,a.txt-black{
    color: #1C1C1C;
}
.txt-black:hover{
    color: #1C1C1C;
    opacity: .8;
}
.grey {
    color: rgb(133, 133, 133);
}

.purple {
    color: #D77BE8;
}

.text-xl {
    font-size: 24px;
}

.text-l {
    font-size: 20px;
}

.text-m {
    font-size: 16px;
}

.text-s {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}
.font-bold{
    font-weight: bold;
}
.align-item-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

/* ------------------------------------------ component 
--------------------------------------------- */

.wrapper {
    width: 100%;
    /* position: relative; */
    overflow: hidden;
    z-index: 3;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
}

.container_fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}

.container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.title-container {
    padding: 0 16px;
    margin-bottom: 32px;
    text-align: center;
}

.title-container h3 {
    font-weight: normal;
}

@media screen and (max-width: 576px) {
    .container {
        padding: 0 12px;
    }

    .title-container {
        margin-bottom: 24px;
    }

}

.content {
    margin: 0 auto;
}

.mainTitle {
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.8;
    font-weight: normal;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 1px #d4d4d4;


}

.mainTitle span {
    color: #00a19b;
    font-weight: normal;
    background: linear-gradient(to bottom, transparent 50%, #fffc459c 0);
}

.mainTitle span.text-m {
    font-size: 18px;
}

.mainTitle+p {
    margin-top: 18px;
    font-size: 20px;
    text-shadow: 0 0 1px #d4d4d4;
}

.subTitle {
    font-size: 34px;
    font-weight: bold;
    color: #00a19b;
    position: relative;
    display: inline-block;
}

.subTitle+p {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 16px;
}

.subTitle::after {
    content: "";
    background: url(../img/title-decro.svg) no-repeat center;
    background-size: contain;
    width: 48px;
    height: 8px;
    position: absolute;
    right: -45px;
    bottom: -8px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.tirdTitle {
    font-size: 30px;
    font-weight: bold;
    color: #204561;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width:1200px) {

    .mainTitle {
        font-size: 18px;
    
    }
    .subTitle {
        font-size: 32px;

    }

    .tirdTitle {
        font-size: 28px;
    }

}

@media screen and (max-width: 786px) {
    .subTitle {
        font-size: 26px;

    }


    
    .tirdTitle {
        font-size: 24px;
    }

}

@media screen and (max-width: 576px) {
    .mainTitle {
        font-size: 20px;
        line-height: 32px;
    }

    .mainTitle+p {
        font-size: 16px;
    }

    .mainTitle span {
        font-size: 20px;
        line-height: 32px;
    }

    .subTitle+p {
        margin-bottom: 20px;
        text-align: left;
    }

}

@media screen and (max-width: 376px) {
    .mainTitle, .subTitle, .tirdTitle {
        letter-spacing: 0px;
    }

}

/*--btn--*/
.btn {
    display: inline-block;
    height: 44px;
    font-size: 20px;
    border: 1px solid #00B6A4;
    color: #00B6A4;
    border-radius: 4px;
    line-height: 44px;
    padding: 0px 32px;
    text-align: center;
    vertical-align: middle;
    transition: .2s;
}

.btn:hover {
    color: #fff;
    opacity: .8;
}


@media screen and (max-width: 576px) {
    .btn {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        padding: 0px 24px;
    }
}

/*--card--*/
.card {
    width: 100%;
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 20px;
    margin-top: 16px;
    margin-bottom: 32px;
    box-shadow: 0 0 6px #C2D2DF;
    text-align: center;
}

.card .title {
    width: 200px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    background: #4b4b4b;
    position: absolute;
    border-radius: 10px;
    top: -20px;
    right: calc(50%);
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    line-height: 40px;
}

@media screen and (max-width: 576px) {
    .card {
        height: auto;
    }

    .card .title {
        font-size: 16px;
        width: 160px;
        height: 38px;
    }
}

table {
    width: 100%;
    border: solid 1px #D0D0D0;
    margin-top: 15px;
    font-size: 14px;
}

table th {
    font-weight: bold;
}

table th, .section1 table td {
    padding: 6px 0;
}

table tr:nth-child(even) {
    background: #F5F5F5;
}

@media screen and (max-width: 376px) {
    table {
        font-size: 13px;
    }
}

.goTop {
    display: none;
    position: fixed;
    z-index: 8;
    right: 10px;
    bottom: 55px;
    width: 50px;
    height: 50px;
    background: url(../img/goTop.png) no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
}

@media screen and (max-width: 376px) {
    .goTop {
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
}

/* ------------------------------------------ section all
--------------------------------------------- */
section {
    padding-top: 64px;
    padding-bottom: 80px;
    overflow: hidden;
    height: auto;

}

section .left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-right: 50px;
}

.section-wave {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}



@media screen and (max-width: 768px) {
    section {
        padding-top: 65px;
        padding-bottom: 50px;
    }


}
/* ------------------------------------------ kv 
--------------------------------------------- */
.kv {
    padding: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 620px;
    background: url(../img/kv-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;

}

.kv .content {
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    height: 100%;
    /* background: url(../img/kv.png) no-repeat;
    background-position:right bottom; */
}


.kv .title-container {
    margin-top: 24px;
    padding: 0;
    margin-bottom: 80px;
}

.kv-title {
    margin: 0 auto;
    z-index: 10;
    display: flex;
    width: 100%;
    max-width: 400px;
}

.kv-title img {
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
}
.kv .period{
    font-size: 18px;
    position: relative;
}
.kv .row {
    height: 100%;
    align-items: center;
}

.kv-person {
    width: 500px;
    position: absolute;
    bottom: 180px;
    /* left: 50%; */
    /* animation: moveRight 1s ease-in;
    -ms-animation: moveRight 1s ease-in;
    -moz-animation: moveRight 1s ease-in;
    -webkit-animation: moveRight 1s ease-in;
    -o-animation: moveRight 1s ease-in; */
}

@media screen and (max-width:1200px) {
    .kv-person {
        max-width: 47%;
        position: absolute;
    }
}

@media screen and (max-width: 786px) {
    .kv {
        /* background: url(../img/kv-bg1.png) no-repeat; */
        background-position: center bottom;
        background-size: cover;
        height: 85vh;
    }

    .kv .col-1-2 {
        width: 100%;
    }

    .kv .col-1-2.left {
        order: 1;
    }

    .kv .col-1-2.right {
        order: 0;
        text-align: center;
      
    }

    .kv-icon {
        width: 150px;
    }

    .kv .title-container {
        text-align: center;
    }

    .kv-person {
        width: auto;
        width: 80%;

        max-width:initial;
/*        height: 35vh;*/
        height: auto;
        top: 55%;
        position: absolute;
/*        bottom: 5px;*/
        bottom: inherit;

        right: 50%;
        transform: translateX(50%);
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
    }
    .kv .period{
        font-size: 16px;
            }
}

@media screen and (max-width: 576px) {

    .kv .title-container {
        margin-bottom: 100px;
    }

    .kv-title {
       max-width: 320px;
    }
    .kv {
        /* background: url(../img/kv-bg1.png) no-repeat; */
        background-position: center bottom;
        background-size: cover;
        height: 65vh;
    }
}

@media screen and (max-width: 376px) {
    .kv-title {
        max-width: 280px;
     }
}





/* ------------------------------------------section1
--------------------------------------------- */
.section1 {
    padding-top: 85px;
}

.section1 .content {
    padding-top: 28px;
    width: 800px;
    text-align: center;
}

.section1 .row {
    justify-content: center;
}

.section1 .atmPlace {
    width: 250px;
}

@media screen and (max-width: 798px) {
    .section1 .content {
        width: auto;
    }
}


@media screen and (max-width: 576px) {
    .section1 {
        padding-top: 64px;
    }

    .section1 .atmPlace {
        max-width: 220px;
        width: 55%;
    }

}

.section1 .btn {
    width: 200px;
    color: #fff;
    background: #00a19b;
    margin-top: 40px;
    transition: .2s;
}

/* ------------------------------------------ section2
--------------------------------------------- */
.section2 {
    padding-top: 56px;
    padding-bottom: 105px;
}
@media screen and (max-width: 768px){
.section2 {
    padding-top: 65px;
    padding-bottom: 10px;
}}
.section2 .content {
    text-align: center;
}

.section2 .card .title {
    color: #A65C5C;
    background: #F1D5DB;
}



/*--- notice --- */
.section-notice {
    padding-bottom: 32px;
}

.section-notice .container {
    background: #f8f8f8;
    padding: 18px 28px;
    width: 90%;
}

.notice-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.notice-title p {
    font-size: 18px;
    line-height: 1.5rem;
    font-weight: bold;
    color: #1C1C1C;
    display: inline-block;
}
.notice-title .arrow {
   display: flex;
   justify-content: center;
   align-items: center;
   transform: rotate(-180deg);

}
.notice-title .arrow.rotate {
    transform: rotate(0deg);


}


.notice-content {
    margin-top: 12px;
    padding-top: 12px;
    /* border-top: 1px dashed #d4d4d4; */
}

.notice-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 4px;
}

.notice-content ul {
    margin-left: 36px;
    margin-bottom: 16px;
}

.notice-content ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    list-style: decimal;
    padding: 3px;
}
.notice-content ul li span {
    font-weight: bolder;
}
@media screen and (max-width: 576px) {
    .section-notice .container {
        padding: 16px;
    }
    
    .section-notice .title {
        font-size: 16px;
        padding: 0px 0;
    }

    .notice-content p, .notice-content ul li {
        font-size: 14px;
    }
}

/* ------------------------------------else
-------------------------------------------- */

/* ---- 輪播 ---- */
.slick {
    margin-top: 28px;
    width: 100%;
}

.slick .center_out1 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin: 0 auto;
}


.slick .slider img {
    margin: 0 auto;
    /* width:100%; */
    height: 350px;
    object-fit: contain;
}

.slick .card_inner p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 12px;
}

.slick .card_inner a {
    font-size: 16px;
    color: #B15560;
    text-decoration: underline;
}

.slick-dots {
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}


.slick-prev:before, .slick-next:before {
    display: none;
}


.slick .center_out1 .slick-dots li button:before {
    color: #00a19b;
}

.slick-dots .slick-active::after {
    content: "";
    color: #00a19b;
    font-weight: bold;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
}

.slick-dots .slick-active:nth-child(1)::after {
    content: "step1";
}

.slick-dots .slick-active:nth-child(2)::after {
    content: "step2";
}

.slick-dots .slick-active:nth-child(3)::after {
    content: "step3";
}

.slick-dots li button:before {
    font-size: 34px;
}

.slick-dots li {
    margin: 18px;
}

@media (max-width: 1024px) {
    .center_out1 {
        margin: 10px 0;
        width: 100%;
        height: auto;
    }

    .card_inner p {
        height: auto;
    }
}


@media (max-width: 900px) {
    /* .slick-prev, .slick-next {
        top: 30%;
    } */

    .center1 {
        margin: 0px 40px;
        height: auto;
    }

    .slider {
        width: 100%;
        margin: 0 auto;
    }

    /* .slick .slider img {
        height: auto;
    } */
}

@media (max-width: 768px) {
    .slick-list {
        margin-bottom: 20px;
    }

    .center_out1, .center_out2 {
        margin: 10px 0px;
    }
}

@media (max-width: 600px) {
    .slider {
        padding: 0px;
    }

    .card_inner p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .slick-prev, .slick-next {
        top: 30%;
    }

    .center1, .center2 {
        min-height: 378px;
    }

    .slick .slider img {
        width: 100%
    }

}

@media (max-width: 425px) {
    .slick-dots {
        bottom: -20px;
    }
}

@media (max-width: 375px) {
    .slick-prev, .slick-next {
        top: 30%;
    }

    .center1, .center2 {
        min-height: 378px;
    }

    .slick-dots {
        bottom: 30px;
    }

}


.popup {
    margin: 0 auto;
    padding-top: 12px;
}

.popup .subTitle {
    margin-top: 40px;
    font-size: 30px;
}

.popup .subTitle img {
    width: 20px;
}

.popup .subTitle::after {
    content: "";
    background: none;
}

.popup .btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.popup .btn {
    padding: 0;
    width: 120px;
    margin: 4px;
    background-color: #fff;
    color: #00a19b;
    border: 1px solid #00a19b;
    transition: .2s;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}

.popup .btn:hover {
    opacity: 0.7;
}




.popup-content .block {
    margin-top: 20px;
}

.popup-content .block h4 {
    font-size: 20px;
    color: #00a19b;
    text-align: left;
}

.popup-content .block ul {
    margin: 8px 0;
    margin-left: 16px;
    text-align: left;
}

.popup-content .block ul li {
    width: 100%;
    display: flex;
    margin: 6px 0;
    text-align: left;
}

.popup-content .block ul li p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
}

.popup-content .block li.city p {
    font-weight: bold;
    border-bottom: 1px solid rgb(51, 51, 51);
    margin-top: 4px;
    text-align: left;
}

.popup-content .block li .name {
    width: 200px;
    text-align: left;
}

.popup-content .block li .address {
    margin-left: 16px;
    width: 100%;
    text-align: left;
    ;
}

.fancybox-navigation {
    height: 100%;
}

.link {
    font-size: 16px;
    /* text-decoration: underline; */
    /* color: #2AAFF6; */
}


@media (max-width: 980px) {
    .fancybox-content {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .fancybox-content {
        padding: 20px;
    }

    .fancybox-button {
        width: 32px;
        height: 32px;
    }

    .fancybox-slide--html .fancybox-close-small {
        padding: 4px;
    }

    .popup-content .subTitle {
        font-size: 24px;
    }

    .popup-content .subTitle img {
        width: 12px;
    }

    .popup-content .block ul li {
        padding: 2px 0;
    }

}


/* --動畫--*/

@keyframes bounce {
    0% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    10% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
    }

    20% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    10% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
    }

    20% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    10% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
    }

    20% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    10% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
    }

    20% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}

@keyframes moveUp {
    from {
        top: 80px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    from {
        top: 80px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@-moz-keyframes moveUp {
    from {
        top: 80px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@-o-keyframes moveUp {
    from {
        top: 80px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}