@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;900&family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
@-webkit-keyframes rotateReverse {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes rotateReverse {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@-webkit-keyframes arrowMove {
    0% {
        -webkit-transform: scale(2) translate(100px, 100px);
                transform: scale(2) translate(100px, 100px);
    }
    62.5% {
        -webkit-transform: scale(2) translate(0);
                transform: scale(2) translate(0);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes arrowMove {
    0% {
        -webkit-transform: scale(2) translate(100px, 100px);
                transform: scale(2) translate(100px, 100px);
    }
    62.5% {
        -webkit-transform: scale(2) translate(0);
                transform: scale(2) translate(0);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes items_float {
    0%, 44%, 88%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    22%, 66% {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
}
@keyframes items_float {
    0%, 44%, 88%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    22%, 66% {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
}
body {
    letter-spacing: 0;
}

.wrap {
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
}

.titleBox {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #333333;
}
@media (max-width: 767px) {
    .titleBox {
        margin-bottom: 15px;
    }
}
.titleBox.deckLine {
    position: relative;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .titleBox.deckLine {
        padding-bottom: 15px;
    }
}
.titleBox.deckLine::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    background-color: #fff;
    -webkit-box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.75);
            box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.75);
    border-radius: 10px;
    width: 0;
}
@media (max-width: 767px) {
    .titleBox.deckLine::before {
        height: 5px;
    }
}
.titleBox.deckLine::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.75);
            box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.75);
    border-radius: 50%;
    left: 0;
}
@media (max-width: 767px) {
    .titleBox.deckLine::after {
        width: 5px;
        height: 5px;
    }
}
.titleBox .dashed {
    position: relative;
    border: 1px dashed #6c6c6c;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    color: #569ee2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}
.titleBox .dashed.scTR {
    -webkit-transform-origin: top right;
            transform-origin: top right;
}
.titleBox .dashed.scTR .dashedArrow {
    -webkit-transform-origin: top right;
            transform-origin: top right;
}
.titleBox .dashed.scTL {
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.titleBox .dashed.scTL .dashedArrow {
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.titleBox .dashed.scBR {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
}
.titleBox .dashed.scBR .dashedArrow {
    -webkit-transform-origin: top right;
            transform-origin: top right;
}
.titleBox .dashed.move {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.titleBox .dashed.move .dashedArrow {
    -webkit-animation: arrowMove 0.8s linear 1 forwards;
            animation: arrowMove 0.8s linear 1 forwards;
}
.titleBox .dashed::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#6c6c6c)), -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#6c6c6c)), -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#6c6c6c)), -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#6c6c6c));
    background-image: linear-gradient(to bottom, #6c6c6c 0%, #6c6c6c 100%), linear-gradient(to bottom, #6c6c6c 0%, #6c6c6c 100%), linear-gradient(to bottom, #6c6c6c 0%, #6c6c6c 100%), linear-gradient(to bottom, #6c6c6c 0%, #6c6c6c 100%);
    background-size: 8px 8px;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
}
.titleBox .dashed .dashedArrow {
    position: absolute;
    top: 98%;
    right: 99%;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(2) translate(100px, 100px);
            transform: scale(2) translate(100px, 100px);
}
@media (max-width: 767px) {
    .titleBox .dashed .dashedArrow {
        width: 40px;
        height: 40px;
    }
}
.titleBox .dashed .dashedArrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/page/mousePoint.png);
    background-size: contain;
}
.titleBox .mainTitle {
    font-size: 55px;
    font-weight: 700;
}
@media (max-width: 1180px) {
    .titleBox .mainTitle {
        font-size: 40px;
    }
}
@media (max-width: 480px) {
    .titleBox .mainTitle {
        font-size: 30px;
    }
}

.btn.more a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 240px;
    height: 65px;
    background-color: #569ee2;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.btn.more a:hover {
    color: #569ee2;
    background-color: #fff;
}
.btn.more a:hover .arrow {
    background-color: #569ee2;
    color: #fff;
}
.btn.more .arrow {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    color: #80b6e9;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1.732px 5px 0px rgba(168, 168, 168, 0.75);
            box-shadow: 1px 1.732px 5px 0px rgba(168, 168, 168, 0.75);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn.more .arrow svg {
    width: 16px;
    height: 8px;
}

.scrollDown {
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -37px;
    color: #85b1dc;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.2);
    width: 74px;
    height: 74px;
}
@media (max-width: 1180px) {
    .scrollDown {
        display: none;
    }
}
.scrollDown::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -47px;
    width: 94px;
    height: 94px;
    background-repeat: no-repeat;
    background-image: url(../images/page/scroll_dot.png);
    background-size: contain;
    -webkit-animation: rotate 6s infinite linear;
            animation: rotate 6s infinite linear;
}
.scrollDown .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.scrollDown svg {
    width: 23px;
    height: 12px;
}

.inquiryBtn {
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 3;
}
@media (max-width: 1180px) {
    .inquiryBtn {
        right: 10px;
    }
}
.inquiryBtn a {
    position: relative;
    width: 148px;
    height: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.inquiryBtn a:hover .pic01 img {
    opacity: 0;
}
.inquiryBtn a:hover .pic02 img {
    opacity: 1;
}
@media (max-width: 1180px) {
    .inquiryBtn a {
        width: 110px;
        height: 110px;
    }
}
.inquiryBtn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/page/inquiry_dot.png);
    background-size: contain;
    -webkit-animation: rotate 20s infinite linear;
            animation: rotate 20s infinite linear;
}
.inquiryBtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-image: url(../images/page/inquiry_circel.png);
    background-size: contain;
    -webkit-animation: rotateReverse 20s linear infinite;
            animation: rotateReverse 20s linear infinite;
}
@media (max-width: 1180px) {
    .inquiryBtn a::after {
        margin-top: -49px;
        margin-left: -49px;
        width: 98px;
        height: 98px;
    }
}
.inquiryBtn .picBox {
    position: relative;
}
.inquiryBtn .pic01 img {
    opacity: 1;
}
.inquiryBtn .pic02 {
    position: absolute;
    top: 0;
    left: 0;
}
.inquiryBtn .pic02 img {
    opacity: 0;
}
.inquiryBtn img {
    position: relative;
    display: block;
    z-index: 1;
}
@media (max-width: 1180px) {
    .inquiryBtn img {
        width: 33px;
    }
}

@media (max-width: 640px) {
    .deckBox01 {
        display: none;
    }
}
.deckBox01 .deck {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.deckBox01 .deck01 {
    top: 35px;
    right: 10%;
    width: 15.625%;
}
@media (max-width: 1180px) {
    .deckBox01 .deck01 {
        display: none;
    }
}
.deckBox01 .deck01 img {
    -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox01 .deck02 {
    top: 460px;
    right: 9.3%;
    width: 4.375%;
}
.deckBox01 .deck02 img {
    -webkit-animation: items_float 7s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox01 .deck03 {
    bottom: -6.25vw;
    right: 23%;
    width: 15.625%;
}
.deckBox01 .deck03 img {
    -webkit-animation: items_float 6s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 6s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox01 .deck04 {
    bottom: -8.07vw;
    left: 33%;
    width: 15.625%;
}
.deckBox01 .deck04 img {
    -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox01 .deck05 {
    bottom: -5.2vw;
    left: 11.4%;
    width: 9.896%;
}
.deckBox01 .deck05 img {
    -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox01 img {
    display: block;
    max-width: 100%;
}

.deckBox02 .deck {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.deckBox02 .deck01 {
    top: 5%;
    left: 18.7%;
    width: 25%;
}
.deckBox02 .deck01 img {
    -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox02 .deck02 {
    top: 23.6%;
    left: 7.5%;
    width: 25%;
}
.deckBox02 .deck02 img {
    -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox02 img {
    display: block;
    max-width: 100%;
}

.deckBox03 .deck {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.deckBox03 .deck01 {
    top: -125px;
    left: -160px;
}
.deckBox03 .deck01 img {
    -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox03 .deck02 {
    top: -155px;
    right: 29%;
}
.deckBox03 .deck02 img {
    -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox03 img {
    display: block;
    max-width: 100%;
}

.deckBox04 .deck {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.deckBox04 .deck01 {
    top: -200px;
    right: 8%;
    width: 22.73%;
}
@media (max-width: 480px) {
    .deckBox04 .deck01 {
        display: none;
    }
}
.deckBox04 .deck01 img {
    -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox04 .deck02 {
    top: -30px;
    left: -15%;
    width: 22.73%;
}
.deckBox04 .deck02 img {
    -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox04 img {
    display: block;
    max-width: 100%;
}

@media (max-width: 960px) {
    .deckBox05 {
        display: none;
    }
}
.deckBox05 .deck {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.deckBox05 .deck01 {
    top: -8.6vw;
    left: 12%;
    width: 15.625%;
}
.deckBox05 .deck01 img {
    -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox05 .deck02 {
    top: -9vw;
    right: 26%;
    width: 15.625%;
}
.deckBox05 .deck02 img {
    -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox05 .deck03 {
    top: -2vw;
    right: 6%;
    width: 15.625%;
}
.deckBox05 .deck03 img {
    -webkit-animation: items_float 6s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 6s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox05 .deck04 {
    bottom: -6.5vw;
    right: 16.6%;
    width: 15.625%;
}
.deckBox05 .deck04 img {
    -webkit-animation: items_float 5s 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 5s 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox05 .deck05 {
    bottom: -5.5vw;
    left: 23.5%;
    width: 15.625%;
}
.deckBox05 .deck05 img {
    -webkit-animation: items_float 7s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 7s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox05 .deck06 {
    bottom: -28px;
    bottom: -1.4vw;
    left: 10.7%;
    width: 4.375%;
}
.deckBox05 .deck06 img {
    -webkit-animation: items_float 6s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
            animation: items_float 6s 1s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.deckBox05 img {
    display: block;
    max-width: 100%;
}

.topArea {
    padding: 7% 0 7.7%;
    position: relative;
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #90b7e2;
}
.topArea .Img {
    position: relative;
    width: 57%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .topArea .Img {
        height: 400px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .topArea .Img {
        width: 100%;
    }
}
.topArea .Img.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.topArea .Img img {
    display: block;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .topArea .Img img {
        position: absolute;
        top: 0;
        right: 490px;
        height: 100%;
        width: auto;
    }
}
@media (max-width: 767px) {
    .topArea .Img img {
        margin-left: -4%;
    }
}
.topArea .Txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 700px;
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
    z-index: 1;
}
@media (max-width: 767px) {
    .topArea .Txt {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
.topArea .Txt.show .word, .topArea .Txt.show .qaList {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
}
.topArea .Txt.show .titleBox.deckLine::before {
    width: 80px;
}
.topArea .Txt.show .titleBox.deckLine::after {
    left: 90px;
}
.topArea .Txt .textBox {
    margin-left: auto;
    padding-left: 90px;
    width: 680px;
}
@media (max-width: 1320px) {
    .topArea .Txt .textBox {
        width: 600px;
    }
}
@media (max-width: 767px) {
    .topArea .Txt .textBox {
        padding-top: 30px;
        padding-left: 0;
        padding-bottom: 40px;
        width: 100%;
    }
}
.topArea .titleBox {
    color: #388bd6;
}
.topArea .titleBox.deckLine::before {
    -webkit-transition: all 0.6s 1s ease;
    transition: all 0.6s 1s ease;
}
.topArea .titleBox.deckLine::after {
    -webkit-transition: all 0.6s 1s ease;
    transition: all 0.6s 1s ease;
}
.topArea .titleBox .dashed {
    color: #fff;
}
.topArea .titleBox .word {
    /* display: inline; */
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 0.8s ease;
    transition: all 0.6s 0.8s ease;
    opacity: 0;
}
.topArea .qaList {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 1.2s ease;
    transition: all 0.6s 1.2s ease;
    opacity: 0;
}
.topArea .qaList .item {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.topArea .qaList .tag {
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    height: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}
.topArea .qaList .tag.yellow {
    background-color: #fbcc77;
}
.topArea .qaList .tag.pink {
    background-color: #f078ad;
}
.topArea .qaList .tag.green {
    background-color: #85b7a3;
}
.topArea .qaList .tag.purple {
    background-color: #8161f9;
}
.topArea .qaList .text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.mainArea {
    padding: 0;
}

.aboutArea {
    position: relative;
    padding-bottom: 55px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-image: url(../images/page/about_bg.png);
    background-position: -50px 650px;
}
@media (max-width: 1180px) {
    .aboutArea {
        padding-bottom: 30px;
    }
}
.aboutArea .aboutBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    min-height: 670px;
}
@media (max-width: 767px) {
    .aboutArea .aboutBox {
        display: block;
        padding-bottom: 30px;
    }
}
.aboutArea .aboutBox .titleBox {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .aboutArea .aboutBox .titleBox {
        margin-bottom: 10px;
    }
}
.aboutArea .aboutBox .titleBox .dashed {
    font-size: 55px;
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .titleBox .dashed {
        font-size: 40px;
    }
}
@media (max-width: 480px) {
    .aboutArea .aboutBox .titleBox .dashed {
        font-size: 30px;
    }
}
.aboutArea .aboutBox .titleBox .dashed::after {
    top: -3px;
}
.aboutArea .aboutBox .titleBox .mainTitle {
    font-size: 50px;
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .titleBox .mainTitle {
        font-size: 35px;
    }
}
@media (max-width: 480px) {
    .aboutArea .aboutBox .titleBox .mainTitle {
        font-size: 28px;
    }
}
.aboutArea .aboutBox .Img {
    position: relative;
    width: 63%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.aboutArea .aboutBox .Img.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
@media (max-width: 767px) {
    .aboutArea .aboutBox .Img {
        width: 100%;
    }
}
.aboutArea .aboutBox .Img img {
    display: block;
    width: 100%;
}
.aboutArea .aboutBox .Txt {
    position: relative;
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
    z-index: 1;
}
@media (min-width: 768px) {
    .aboutArea .aboutBox .Txt {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}
.aboutArea .aboutBox .Txt.show .titleBox .word, .aboutArea .aboutBox .Txt.show .title, .aboutArea .aboutBox .Txt.show .text, .aboutArea .aboutBox .Txt.show .priceList, .aboutArea .aboutBox .Txt.show .btn {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
}
.aboutArea .aboutBox .titleBox .word {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 0.8s ease;
    transition: all 0.6s 0.8s ease;
    opacity: 0;
}
.aboutArea .aboutBox .textBox {
    width: 100%;
    max-width: 580px;
    line-height: 1.7;
}
.aboutArea .aboutBox .textBox .title {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 1.2s ease;
    transition: all 0.6s 1.2s ease;
    opacity: 0;
}
@media (max-width: 480px) {
    .aboutArea .aboutBox .textBox .title {
        font-size: 22px;
    }
}
.aboutArea .aboutBox .textBox .text {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 1.8s ease;
    transition: all 0.6s 1.8s ease;
    opacity: 0;
}
.aboutArea .aboutBox .textBox .priceList {
    margin-top: 20px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 2.4s ease;
    transition: all 0.6s 2.4s ease;
    opacity: 0;
}
.aboutArea .aboutBox .textBox .item {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 480px) {
    .aboutArea .aboutBox .textBox .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
}
.aboutArea .aboutBox .textBox .item.pink {
    color: #f078ad;
}
.aboutArea .aboutBox .textBox .item.pink .tag {
    background-color: #f078ad;
}
.aboutArea .aboutBox .textBox .item.orange {
    color: #f56e6f;
}
.aboutArea .aboutBox .textBox .item.orange .tag {
    background-color: #f56e6f;
}
.aboutArea .aboutBox .textBox .tag {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ff0;
    width: 85px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
}
@media (max-width: 480px) {
    .aboutArea .aboutBox .textBox .tag {
        font-size: 15px;
    }
}
.aboutArea .aboutBox .textBox .price {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 80px;
    font-weight: 900;
    font-family: "Inter", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1;
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .textBox .price {
        font-size: 55px;
    }
}
@media (max-width: 480px) {
    .aboutArea .aboutBox .textBox .price {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}
.aboutArea .aboutBox .textBox .unit {
    margin-left: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #3b3b3b;
}
.aboutArea .aboutBox .textBox .btn {
    margin-top: 30px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 3s ease;
    transition: all 0.6s 3s ease;
    opacity: 0;
}
.aboutArea .caseBox {
    position: relative;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.aboutArea .caseBox.show .num1,
.aboutArea .caseBox.show .num2,
.aboutArea .caseBox.show .num3 {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.aboutArea .caseBox .left, .aboutArea .caseBox .right {
    width: 50%;
}
@media (max-width: 1180px) {
    .aboutArea .caseBox .left, .aboutArea .caseBox .right {
        width: 100%;
    }
}
.aboutArea .dataBox {
    padding: 10px;
    position: relative;
    max-width: 670px;
    margin: 0 auto;
}
.aboutArea .dataBox .num1,
.aboutArea .dataBox .num2,
.aboutArea .dataBox .num3 {
    position: relative;
}
.aboutArea .dataBox .num1::before,
.aboutArea .dataBox .num2::before,
.aboutArea .dataBox .num3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
    z-index: -1;
}
.aboutArea .dataBox .num1 {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.aboutArea .dataBox .num1::before {
    content: "";
    position: absolute;
    top: 10px;
    height: calc(100% - 10px);
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num1 .Img {
        height: 420px;
        background-color: #f56e6f;
        border-radius: 20px;
        overflow: hidden;
    }
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num1 .Img img {
        -webkit-transform: translate(0);
                transform: translate(0);
        height: 100%;
        width: auto;
    }
}
.aboutArea .dataBox .num1 .Txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11% 50px;
}
@media (max-width: 640px) {
    .aboutArea .dataBox .num1 .Txt {
        padding: 20px 30px;
    }
}
.aboutArea .dataBox .num1 .num {
    color: #f56e6f;
}
.aboutArea .dataBox .num2 {
    -webkit-transition: all 0.6s 0.6s ease;
    transition: all 0.6s 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num2 .Img {
        height: 210px;
        background-color: #ffbf5e;
        border-radius: 20px;
        overflow: hidden;
    }
}
.aboutArea .dataBox .num2 .Img img {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    width: calc(100% + 7px);
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num2 .Img img {
        -webkit-transform: translate(0);
                transform: translate(0);
        height: 100%;
        width: auto;
    }
}
.aboutArea .dataBox .num2 .Txt {
    position: absolute;
    top: 33px;
    right: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 225px;
    height: 76%;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #f072aa;
    border-radius: 10px;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num2 .Txt {
        width: 160px;
        font-size: 17px;
    }
}
.aboutArea .dataBox .num2 .day {
    font-size: 100px;
    font-weight: 700;
    font-family: "Inter", "Noto Sans TC", "微軟正黑體", sans-serif;
    color: #f072aa;
    line-height: 1;
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num2 .day {
        font-size: 70px;
    }
}
.aboutArea .dataBox .num3 {
    -webkit-transition: all 0.6s 1.2s ease;
    transition: all 0.6s 1.2s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.aboutArea .dataBox .num3::before {
    content: "";
    position: absolute;
    top: 8px;
    height: calc(100% - 8px);
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num3 .Img {
        height: 210px;
        background-color: #5754b0;
        border-radius: 20px;
        overflow: hidden;
    }
}
@media (max-width: 520px) {
    .aboutArea .dataBox .num3 .Img img {
        -webkit-transform: translate(0);
                transform: translate(0);
        height: 100%;
        width: auto;
    }
}
.aboutArea .dataBox .num3 .Txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4.5% 50px;
}
@media (max-width: 640px) {
    .aboutArea .dataBox .num3 .Txt {
        padding: 20px 30px;
    }
}
.aboutArea .dataBox .num3 .num {
    color: #5754b0;
}
.aboutArea .dataBox .classTitle {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 640px) {
    .aboutArea .dataBox .classTitle {
        font-size: 30px;
    }
}
@media (max-width: 520px) {
    .aboutArea .dataBox .classTitle {
        font-size: 25px;
    }
}
.aboutArea .dataBox .classList .item {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 640px) {
    .aboutArea .dataBox .classList .item {
        font-size: 16px;
    }
}
.aboutArea .dataBox .classList .num {
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 640px) {
    .aboutArea .dataBox .classList .num {
        width: 25px;
        height: 25px;
    }
}
.aboutArea .dataBox img {
    display: block;
    width: 100%;
}

.workArea {
    padding: 55px 0 100px;
    background-color: #f2f2f2;
}
@media (max-width: 1180px) {
    .workArea {
        padding: 30px 0 50px;
    }
}
.workArea .titleBox {
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    .workArea .titleBox {
        margin-bottom: 15px;
    }
}
.workArea .titleBox .dashed .dashedArrow {
    top: 100%;
    right: auto;
    left: 100%;
}
.workArea .titleBox .dashed .dashedArrow::after {
    -webkit-transform: translate(-3px, -3px) scaleX(-1);
            transform: translate(-3px, -3px) scaleX(-1);
}
.workArea .workBox {
    position: relative;
}
.workArea .workList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.workArea .workList.show .itemBox:nth-of-type(1), .workArea .workList.show .itemBox:nth-of-type(2), .workArea .workList.show .itemBox:nth-of-type(3), .workArea .workList.show .itemBox:nth-of-type(4) {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.workArea .workList .itemBox {
    width: 50%;
    padding: 10px;
}
@media (max-width: 960px) {
    .workArea .workList .itemBox {
        width: 100%;
        max-width: 670px;
        margin: 0 auto;
    }
}
.workArea .workList .itemBox:nth-of-type(1) {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.workArea .workList .itemBox:nth-of-type(1) .arrow {
    color: #f072aa;
}
.workArea .workList .itemBox:nth-of-type(2) {
    -webkit-transition: all 0.6s 0.6s ease;
    transition: all 0.6s 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.workArea .workList .itemBox:nth-of-type(2) .arrow {
    color: #59b8aa;
}
.workArea .workList .itemBox:nth-of-type(3) {
    -webkit-transition: all 0.6s 1.2s ease;
    transition: all 0.6s 1.2s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.workArea .workList .itemBox:nth-of-type(3) .arrow {
    color: #6b6b6b;
}
.workArea .workList .itemBox:nth-of-type(4) {
    -webkit-transition: all 0.6s 1.8s ease;
    transition: all 0.6s 1.8s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.workArea .workList .itemBox:nth-of-type(4) .arrow {
    color: #80b6e9;
}
@media (min-width: 961px) {
    .workArea .workList .itemBox:nth-of-type(even) {
        margin-top: -100px;
    }
}
.workArea .workList .item {
    position: relative;
}
@media (min-width: 1181px) {
    .workArea .workList .item:hover .title {
        padding-left: 75px;
    }
    .workArea .workList .item:hover .title::before {
        width: 48px;
    }
    .workArea .workList .item:hover .title::after {
        left: 55px;
    }
    .workArea .workList .item:hover .view {
        padding-left: 50px;
        background-color: rgba(255, 255, 255, 0.4);
        width: 210px;
    }
    .workArea .workList .item:hover .view .text {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
        opacity: 1;
    }
}
.workArea .workList .item > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.workArea .workList .Img {
    border-radius: 20px;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
}
.workArea .workList .Img img {
    display: block;
    width: 100%;
}
.workArea .workList .title {
    pointer-events: none;
    position: absolute;
    top: 30px;
    left: -6px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 27px;
}
@media (max-width: 1180px) {
    .workArea .workList .title {
        padding-left: 75px;
    }
}
@media (max-width: 640px) {
    .workArea .workList .title {
        top: 15px;
        font-size: 20px;
    }
}
.workArea .workList .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
}
@media (max-width: 1180px) {
    .workArea .workList .title::before {
        width: 48px;
    }
}
.workArea .workList .title::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 7px;
}
@media (max-width: 1180px) {
    .workArea .workList .title::after {
        left: 55px;
    }
}
.workArea .workList .btn {
    position: absolute;
    bottom: 35px;
    right: 35px;
    pointer-events: none;
}
@media (max-width: 640px) {
    .workArea .workList .btn {
        bottom: 15px;
        right: 15px;
    }
}
.workArea .workList .view {
    padding-left: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 1px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 1180px) {
    .workArea .workList .view {
        padding-left: 50px;
        background-color: rgba(255, 255, 255, 0.4);
        width: 210px;
    }
}
@media (max-width: 640px) {
    .workArea .workList .view {
        padding-left: 30px;
        height: 40px;
        width: 160px;
    }
}
.workArea .workList .view .text {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
@media (max-width: 1180px) {
    .workArea .workList .view .text {
        opacity: 1;
    }
}
.workArea .workList .view .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 640px) {
    .workArea .workList .view .arrow {
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }
}
.workArea .workList .view .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/page/scroll_dot.png);
    background-size: contain;
    -webkit-animation: rotate 10s linear infinite;
            animation: rotate 10s linear infinite;
}
@media (max-width: 640px) {
    .workArea .workList .view .arrow::before {
        margin-top: -18px;
        margin-left: -18px;
        width: 36px;
        height: 36px;
    }
}
.workArea .workList .view .arrow svg {
    width: 14px;
    height: 7px;
}
@media (min-width: 768px) {
    .workArea .btn.more {
        position: absolute;
        right: 0;
        bottom: 8px;
    }
}
@media (max-width: 767px) {
    .workArea .btn.more {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

.logoArea {
    background-color: #e7e7e7;
}
.logoArea .logoBox {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.logoArea .logoBox.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.logoArea img {
    display: block;
    width: 100%;
}

.missArea {
    background-color: #f2efea;
}
.missArea .titleBox .dashed::after {
    display: none;
}
.missArea .missBox {
    position: relative;
}
@media (max-width: 1180px) {
    .missArea .missBox {
        min-height: 500px;
    }
}
.missArea .Img {
    width: 51.2%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.missArea .Img.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
@media (max-width: 960px) {
    .missArea .Img {
        width: 100%;
    }
}
.missArea .Img img {
    display: block;
    width: 100%;
}
.missArea .Txt {
    max-width: 1360px;
    padding: 0 20px;
}
@media (min-width: 961px) {
    .missArea .Txt {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
    }
}
.missArea .Txt.show .textBox .title, .missArea .Txt.show .textBox .text, .missArea .Txt.show .textBox .btn {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
}
.missArea .Txt .textBox {
    padding-left: 45px;
    margin-left: auto;
    width: 50%;
    line-height: 1.7;
}
@media (max-width: 960px) {
    .missArea .Txt .textBox {
        width: 100%;
        padding: 30px 0;
    }
}
.missArea .Txt .textBox .title {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 0.8s ease;
    transition: all 0.6s 0.8s ease;
    opacity: 0;
}
.missArea .Txt .textBox .text {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 1.4s ease;
    transition: all 0.6s 1.4s ease;
    opacity: 0;
}
.missArea .Txt .textBox .btn {
    margin-top: 55px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 2s ease;
    transition: all 0.6s 2s ease;
    opacity: 0;
}

.serviceArea {
    position: relative;
    padding: 75px 0 110px;
    background-color: #90b8df;
}
@media (max-width: 1180px) {
    .serviceArea {
        padding: 30px 0 50px;
    }
}
.serviceArea .serviceBox {
    padding: 0 20px;
}
.serviceArea .serviceBox.show .text, .serviceArea .serviceBox.show .btn {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.serviceArea .text {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
}
@media (max-width: 960px) {
    .serviceArea .text {
        font-size: 28px;
    }
}
.serviceArea .btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 0.6s ease;
    transition: all 0.6s 0.6s ease;
    opacity: 0;
}

/** ins **/
.mainArea.ins {
    position: relative;
    padding-top: 270px;
    padding-bottom: 100px;
    background-color: #efefef;
}
@media (max-width: 1180px) {
    .mainArea.ins {
        padding-top: 40px;
    }
}
.mainArea.ins .bg_pic {
    position: absolute;
    top: 80px;
    right: 0;
    width: 49.6%;
}
@media (max-width: 960px) {
    .mainArea.ins .bg_pic {
        top: 100px;
    }
}
@media (max-width: 480px) {
    .mainArea.ins .bg_pic {
        display: none;
    }
}
.mainArea.ins .bg_pic img {
    display: block;
    width: 100%;
}
.mainArea.ins .wrap {
    position: relative;
    max-width: 1560px;
}
.mainArea.ins .titleBox {
    margin-bottom: 110px;
}
@media (max-width: 1180px) {
    .mainArea.ins .titleBox {
        margin-bottom: 20px;
    }
}
.mainArea.ins .titleBox.show .word {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.mainArea.ins .titleBox .word {
    font-size: 40px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s 0.8s ease;
    transition: all 0.6s 0.8s ease;
    opacity: 0;
}
@media (max-width: 1180px) {
    .mainArea.ins .titleBox .word {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .mainArea.ins .titleBox .word {
        font-size: 20px;
    }
}
.mainArea.ins .titleBox .dashedArrow {
    top: -3px;
}

.selectBox {
    padding: 40px 0;
}
@media (max-width: 1180px) {
    .selectBox {
        padding: 20px 0;
    }
}
.selectBox .selectTitle {
    margin-bottom: 23px;
    display: inline-block;
}
.selectBox .selectTitle.show .title {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.selectBox .selectTitle.show .title::before {
    width: 70px;
}
.selectBox .selectTitle.show .title::after {
    left: calc(100% + 80px);
}
.selectBox .selectTitle .title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #569ee2;
    padding-right: 120px;
    padding-right: 30px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .selectBox .selectTitle .title {
        font-size: 22px;
    }
}
.selectBox .selectTitle .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    height: 10px;
    background-color: #569ee2;
    -webkit-box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.5);
            box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.5);
    border-radius: 10px;
    -webkit-transition: all 0.6s 0.6s ease;
    transition: all 0.6s 0.6s ease;
    width: 0;
}
@media (max-width: 767px) {
    .selectBox .selectTitle .title::before {
        margin-top: -2.5px;
        height: 5px;
    }
}
.selectBox .selectTitle .title::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #569ee2;
    -webkit-box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.5);
            box-shadow: 3.41px 3.657px 10px 0px rgba(213, 213, 213, 0.5);
    border-radius: 50%;
    left: 100%;
    -webkit-transition: all 0.6s 0.6s ease;
    transition: all 0.6s 0.6s ease;
}
@media (max-width: 767px) {
    .selectBox .selectTitle .title::after {
        margin-top: -2.5px;
        width: 5px;
        height: 5px;
    }
}
.selectBox .selectClassListBox {
    margin-bottom: 35px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .selectBox .selectClassListBox {
        display: none;
    }
}
.selectBox .selectClassListBox.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.selectBox .selectClassList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
}
.selectBox .selectClassList .item {
    padding: 8px;
}
.selectBox .selectClassList a {
    border-radius: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    min-width: 170px;
    height: 47px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    letter-spacing: 1px;
    text-align: center;
}
@media (max-width: 640px) {
    .selectBox .selectClassList a {
        min-width: 120px;
    }
}
.selectBox .selectClassList a.current {
    color: #fff;
    background-color: #569ee2;
    -webkit-box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
            box-shadow: 3.41px 3.657px 15px 0px rgba(152, 152, 152, 0.75);
}
.selectBox .selectList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
@media (max-width: 960px) {
    .selectBox .selectList {
        margin: 0 -5px;
    }
}
.selectBox .selectList .itemBox {
    width: 25%;
    padding: 10px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .selectBox .selectList .itemBox {
        width: 33.33%;
    }
}
@media (max-width: 960px) {
    .selectBox .selectList .itemBox {
        padding: 5px;
        width: 50%;
    }
}
@media (max-width: 480px) {
    .selectBox .selectList .itemBox {
        width: 100%;
    }
}
.selectBox .selectList .itemBox.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.selectBox .selectList .itemBox .Img {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(221, 221, 221, 0.75);
            box-shadow: 0px 5px 15px 0px rgba(221, 221, 221, 0.75);
    overflow: hidden;
    background-color: #000;
}
.selectBox .selectList .itemBox .Img:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.selectBox .selectList .itemBox .Img img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}
.selectBox .selectList .itemBox .title {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #0c0c0c;
}
.selectBox .mSelectClassListBox {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@media (min-width: 1181px) {
    .selectBox .mSelectClassListBox {
        display: none;
    }
}
.selectBox .mSelectClassListBox.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
}
.selectBox .mSelectClassListBox .main {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 20px;
    width: 100%;
    height: 50px;
    background-color: #569ee2;
    color: #fff;
    border-radius: 10px;
}
.selectBox .mSelectClassListBox .mSelectClassList {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    padding-bottom: 10px;
    z-index: 1;
}
.selectBox .mSelectClassListBox .mSelectClassList .item:not(:first-child) {
    border-top: 1px solid #eee;
}
.selectBox .mSelectClassListBox .mSelectClassList a {
    display: block;
    padding: 5px 20px;
}