@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Genos:wght@200;400;500&family=Yantramanav:wght@300;400&family=Oswald&display=swap');

:root {
    /*font*/
    --noto: 'Noto Sans TC', '微軟正黑體', sans-serif;
    --geno: 'Genos', sans-serif;
    --yant: 'Yantramanav', sans-serif;
    --oswald: 'Oswald', sans-serif;

    /*title*/
    --title1: 26px;
    --title2: 20px;
    --title3: 17px;
    --line_h15: 1.5em;

    /*text and radius*/
    --sp_text: 15px;
    --line_h: 1.7em;
    --line_h2: 2em;
    --radius1: 10px;
    --radius2: 20px;

    /*color*/
    --black: #000000;
    --grey: #443A32;
    --blue: #45BDCF;
    --yellow: #FBCC7E;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--yant);
    font-size: 16px;
    color: #222222;
    -webkit-text-size-adjust: none;
    image-rendering: -webkit-optimize-contrast;
}

a {
    color: #222222;
}

.webout {
    position: relative;
    max-width: 2600px;
    margin: 0 auto;
}

.article {
    overflow: clip;
}

.article>section {
    scroll-margin-top: 80px;
}

.out {
    position: relative;
    padding: 0 6%;
    margin: 0 auto;
}

input,
textarea,
select {
    font-family: var(--yant);
    font-size: 16px;
    color: #222222;
}

/*HOME-----------------------------------------*/

/*HOME_S1-----------------*/
.home .s1 {
    position: relative;
    font-family: var(--serif);
    aspect-ratio: 16/9;
}

.home .s1:after,
.pagein .s1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.home .s1 .out {
    color: #FFFFFF;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 95px;
    padding-left: 15%;
}

.home .s1 .t1 {
    font-family: var(--geno);
    line-height: 0.8em;
}

.home .s1 .t2 {
    font-size: 0.8em;
    font-weight: 400;
    margin: 1.5em 0 0.7em;
}

.home .s1 .t3 {
    font-size: 0.2em;
    margin-top: 2em;
}

.home .s1 .video_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.home .s1 video {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media only screen and (max-width:1200px) {
    .home .s1 .out {
        font-size: 7.9vw;
    }
}

/*修改特定1400 -----------------*/
@media only screen and (min-width:1300px) and (max-width:1500px) {
    .home .s4 .out {
        position: relative;
        padding: 0 3%;
        margin: 0 auto;
    }
}

/*HOME_S2-----------------*/
.home .s2 {
    padding-top: 100px;
}

.home .s2 .title {
    max-width: 1550px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2em;
}

.home .s2 .en {
    position: relative;
    font-family: var(--geno);
    font-size: 90px;
    color: #45BDCF;
    font-weight: 200;
    line-height: 0.7em;
}

.home .s2 .en:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 1.5em;
    width: 2.7em;
    height: 1px;
    background: #B4B4B5;
}

.home .s2 .tw {
    font-size: var(--title1);
    font-weight: 600;
    line-height: 50px;
    margin-left: 1em;
}

.home .s2 .slider {
    max-width: 1630px;
    margin: -124px 0 -3% auto;
    padding-right: 0;
}

.home .s2 .splide {
    position: relative;
    z-index: 9;
}

.home .s2 .splide__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .s2 .text {
    width: 38%;
    padding: 0 0 2em;
}

.home .s2 .t1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
}

.home .s2 .t2 {
    line-height: var(--line_h2);
    margin: 1.5em 0;
}

.home .s2 .mask {
    position: relative;
}

.home .s2 .mask img {
    width: 58%;
    position: absolute;
    top: -1px;
    right: 0;
}

.home .s2 .image,
.service .in3 .image {
    width: 58%;
    aspect-ratio: 24/17;
    mask-image: url('../images/mask.svg');
    -webkit-mask-image: url('../images/mask.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    background-size: cover;
    background-position: center;
}

.home .s2 .splide__pagination {
    top: 80%;
    bottom: auto;
    left: 0;
    padding: 0;
    justify-content: flex-start;
}

.home .s2 .splide__pagination__page {
    background: var(--blue);
    height: 3px;
    width: 40px;
    margin: 5px;
    border-radius: 0;
    opacity: 0.5;
    transition: 0s;
}

.home .s2 .splide__pagination__page.is-active {
    transform: scaleY(3);
    opacity: 1;
}

@media only screen and (max-width:1350px) and (min-width:1001px) {
    .home .s2 .slider {
        margin-top: 0;
    }

    .home .s2 .title {
        margin-top: -90px;
    }

    .home .s2 .text {
        margin-top: -40px;
    }

    .home .s2 .t1 {
        font-size: 22px;
    }
}

@media only screen and (min-width:2400px) {
    .home .s2 .slider {
        max-width: 1900px;
    }
}

/*HOME_S3-----------------*/
.home .s3 {
    background: url("../images/home_s3.jpg") center;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0 200px;
}

.home .s3 .out {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

/*HOME_S3_LEFT*/
.home .s3 .left {
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.home .s3 .left:before,
.home .s3 .left:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 30%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
}

.home .s3 .left:before {
    top: 0;
}

.home .s3 .left:after {
    bottom: 0;
}

.home .s3 .left .en {
    font-family: var(--geno);
    font-weight: 200;
    font-size: 100px;
    /*letter-spacing:0.05em;*/
    margin: -0.3em -0.1em 0 0;
}

.home .s3 .left .tw {
    font-size: var(--title1);
    /*font-weight:600;*/
    margin-top: 0.5em;
}

/*HOME_S3_RIGHT*/
.home .s3 .right {
    width: 54%;
}

.home .s3 .right img {
    width: 100%;
}

.home .s3 .right .text {
    max-width: 480px;
    line-height: var(--line_h2);
    margin: 4em 0 2em;
}

/*HOME_S4-----------------*/
.home .s4 .out {
    max-width: 1750px;
    padding: 0;
}

.home .s4 .box {
    position: relative;
    top: -100px;
    background: url("../images/home_s4.jpg");
    background-size: cover;
    padding: 100px 70px;
    color: #FFFFFF;
}

.home .s4 .title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 50px;
    margin-bottom: 70px;
    margin-left: -13em;
}

.home .s4 .en {
    position: relative;
    font-family: var(--geno);
    font-size: 65px;
    font-weight: 200;
    text-align: right;
}

.home .s4 .en:after {
    content: "";
    position: absolute;
    top: 0.5em;
    right: -350px;
    width: 300px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.home .s4 .tw {
    font-size: var(--title1);
    /*font-weight:400;*/
    margin-bottom: 0.55em;
}

.home .s4 .splide {
    padding: 0 140px;
}

.home .s4 .splide__slide {
    padding-left: 110px;
}

.home .s4 .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border: rgba(255, 255, 255, 0.8) 1px solid;
    border-radius: 20px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .s4 .left img {
    width: 75%;
}

.home .s4 .right {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: var(--title2);
}

.home .s4 .right div {
    font-size: 15px;
    margin-bottom: 0.5em;
}

.home .s4 .text {
    line-height: var(--line_h2);
    padding: 30px 0 50px;
}

.home .s4 .splide__pagination {
    bottom: 0;
}

.home .s4 .splide__pagination__page {
    background: #EEEEEE;
    height: 8px;
    width: 8px;
    margin: 0 7px;
    opacity: 1;
    transition: 0s;
}

.home .s4 .splide__pagination__page.is-active {
    background: #FBCC7E;
    transform: scale(1.5);
    opacity: 1;
}

.home .s4 .splide__arrow {
    top: 0;
    transform: none;
    background: none;
    width: 45px;
    height: 45px;
    opacity: 1;
}

.home .s4 .splide__arrow svg {
    display: none;
}

.home .s4 .splide__arrow--prev {
    left: 0;
}

.home .s4 .splide__arrow--next {
    right: 0;
}

.home .s4 .splide__arrow--prev:before,
.home .s4 .splide__arrow--next:before {
    position: absolute;
    top: 95%;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 1em;
}

.home .s4 .splide__arrow--prev:before {
    content: "PREV";
    left: -0.4em;
    font-size: 13px;
}

.home .s4 .splide__arrow--next:before {
    content: "NEXT";
    right: -0.4em;
    font-size: 13px;
}

.home .s4 .splide__arrow:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
}

.home .s4 .splide__arrow--next:after {
    border-width: 2px 2px 0 0;
}

@media only screen and (max-width:1400px) {
    .home .s4 .box {
        padding: 100px 30px;
    }

    .home .s4 .top {
        display: flex;
        gap: 40px;
    }

    .home .s4 .left {
        position: static;
    }

    .home .s4 .splide {
        padding: 0 60px;
    }

    .home .s4 .splide__slide {
        padding-left: 0;
    }
}

/*HOME_S5-----------------*/
.home .s5 {
    padding: 50px 0 150px;
}

.home .s5 .out {
    max-width: 1400px;
    display: flex;
}

.home .s5 .text {
    min-width: 340px;
    margin-top: -40px;
}

.home .s5 .en {
    font-family: var(--geno);
    font-size: 100px;
    font-weight: 200;
    color: var(--blue);
}

.home .s5 .tw {
    font-size: var(--title1);
    margin: 0.2em 0 0 0.2em;
}

.home .s5 .more {
    margin-top: 360px;
}

.home .s5 .splide {
    min-width: 0;
}

.home .s5 .splide__track {
    overflow: visible;
    clip-path: inset(-50px -100vw -50px 0);
}

.home .s5 .splide a,
.news .s3 a,
.news .slider a {
    display: block;
    position: relative;
    color: #FFFFFF;
}

.home .s5 .splide__slide,
.news .s3 li,
.news .slider .splide__slide {
    clip-path: inset(-50px 0);
}

.home .s5 .top,
.news .s3 .top,
.news .slider .top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
    line-height: var(--line_h);
}

.home .s5 .top .t1,
.news .s3 .top .t1,
.news .slider .top .t1 {
    font-size: 20px;
    height: 3.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home .s5 .link,
.news .s3 .link,
.news .slider .link {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 2;
    width: 170px;
    line-height: 45px;
    border: rgba(255, 255, 255, 0.5) 1px solid;
    margin-left: -85px;
    text-align: center;
    border-radius: 30px;
    transition: 0.2s;
}

.home .s5 a:hover .link,
.news .s3 a:hover .link,
.news .slider a:hover .link {
    border-color: var(--blue);
    background: var(--blue);
}

.home .s5 .date,
.news .s3 .date,
.news .slider .date {
    font-family: var(--yant);
    position: relative;
    margin-top: 0.5em;
}

.home .s5 .date:after,
.news .s3 .date:after,
.news .slider .date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 6em;
    height: 1px;
    background: #FFFFFF;
}

.home .s5 .splide .image,
.news .s3 .image,
.news .slider .image {
    position: relative;
    transition: 0.2s;
}

.home .s5 .splide .image:before,
.news .s3 .image:before,
.news .slider .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.home .s5 .splide img,
.news .s3 img,
.news .slider img {
    width: 100%;
}

.home .s5 .splide a:hover .image,
.news .s3 a:hover .image,
.news .slider a:hover .image {
    transform: scale(1.1);
}

.home .s5 .splide__arrows:after {
    content: "";
    position: absolute;
    top: 356px;
    left: -235px;
    width: 1px;
    height: 30px;
    background: #A5BBCB;
}

.home .s5 .splide__arrow {
    top: 355px;
    transform: none;
    background: none;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.home .s5 .splide__arrow svg {
    display: none;
}

.home .s5 .splide__arrow--prev {
    left: -340px;
}

.home .s5 .splide__arrow--next {
    left: -160px;
}

.home .s5 .splide__arrow--prev:before,
.home .s5 .splide__arrow--next:before {
    font-family: var(--yant);
    position: absolute;
    top: 20%;
    font-size: 16px;
    color: #222222;
    transition: 0.2s;
}

.home .s5 .splide__arrow--prev:before {
    content: "PREV";
    left: 100%;
}

.home .s5 .splide__arrow--next:before {
    content: "NEXT";
    right: 100%;
}

.home .s5 .splide__arrow:hover:before {
    color: var(--blue);
}

.home .s5 .splide__arrow:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border-style: solid;
    border-color: #443A32;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    transition: 0.2s;
}

.home .s5 .splide__arrow:hover:after {
    border-color: var(--blue);
}

.home .s5 .splide__arrow--next:after {
    border-width: 2px 2px 0 0;
}

/*HOME_S6-----------------*/
.home .s6 {
    background: url("../images/home_s6.jpg") center no-repeat;
    padding: 120px 0;
}

.home .s6 .out {
    max-width: 1100px;
}

.home .s6 ul,
.contact .s3 ul {
    display: flex;
    justify-content: space-between;
}

.home .s6 li,
.contact .s3 li {
    width: 48%;
}

.home .s6 .top {
    color: #FFFFFF;
    margin-bottom: 80px;
}

.home .s6 .en {
    font-family: var(--geno);
    font-size: 100px;
    font-weight: 200;
    color: #FBD698;
}

.home .s6 .tw {
    font-size: var(--title1);
    margin: 0.2em 0 0 0.2em;
}

.home .s6 .t1 {
    font-size: var(--title2);
    line-height: var(--line_h15);
    margin-top: 1.5em;
}

.home .s6 .t2 {
    line-height: var(--line_h);
    margin-top: 2em;
}

.home .s6 .space,
.contact .s3 .space {
    background: none;
}

.home .s6 table,
.contact .s3 table {
    width: 100%;
}

.home .s6 td,
.contact .s3 td {
    position: relative;
    background: #FFFFFF;
    vertical-align: middle;
}

.home .s6 td:has(select):after,
.contact .s3 td:has(select):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #222222 transparent transparent transparent;
    margin-top: -3px;
    pointer-events: none;
}

.home .s6 td:first-child,
.contact .s3 td:first-child {
    padding-left: 1em;
}

.home .s6 td input,
.home .s6 td select,
.home .s6 td textarea,
.contact .s3 td input,
.contact .s3 td select,
.contact .s3 td textarea {
    border: none;
    height: 50px;
    width: 100%;
    padding: 0;
    padding-right: 13px;
    box-sizing: border-box;
}

.home .s6 td select,
.contact .s3 td select {
    background: #FFFFFF;
}

.home .s6 td textarea,
.contact .s3 td textarea {
    padding: 13px;
    height: 260px;
}

.home .s6 .left td:first-child,
.contact .s3 .left td:first-child {
    width: 6em;
    min-width: 6em;
}

.home .s6 .right td:first-child,
.contact .s3 .right td:first-child {
    width: 4em;
    min-width: 4em;
}

.home .s6 .msg td:first-child,
.contact .s3 .msg td:first-child {
    vertical-align: top;
    padding-top: 18px;
}

.home .s6 .captcha td img,
.contact .s3 .captcha td img {
    display: block;
    width: 130px;
    height: 50px;
}

.home .s6 .captcha td:last-child,
.contact .s3 .captcha td:last-child {
    width: 130px;
    min-width: 130px;
    background: none;
}

.home .s6 .more,
.contact .s3 .more {
    margin: 60px auto 0;
    line-height: normal;
    border: none;
}

.home .s6 .more span,
.contact .s3 .more span {
    top: 0;
    right: 0;
    pointer-events: none;
}

.home .s6 .more input,
.contact .s3 .more input {
    width: 100%;
    height: 47px;
    border: var(--blue) 1px solid;
    background: #FFFFFF;
    border-radius: 30px;
    cursor: pointer;
}

.home .s6 form .nofill:before,
.home .s6 form .format:before,
.contact .s3 form .nofill:before,
.contact .s3 form .format:before {
    top: -28px;
    left: auto;
    right: 0;
}

.home .s6 form tr:has(.nofill),
.home .s6 form tr:has(.format),
.contact .s3 form tr:has(.nofill),
.contact .s3 form tr:has(.format) {
    outline: var(--blue) 1px solid;
    box-shadow: 0px 0px 5px var(--blue);
}

/*ABOUT-----------------------------------------*/

/*ABOUT_S1-----------------*/
.about .s1:before {
    background-image: url("../images/about_s1.jpg");
}

.pagein.about .s1 .out {
    height: 80vh;
    min-height: 500px;
}

.pagein.about .s1 .out:after {
    display: none;
}

/*ABOUT_S2-----------------*/
.about .s2 {
    background: url("../images/about_s2_bg.jpg") center;
    background-size: cover;
    background-attachment: fixed;
}

.about .s2 .box {
    max-width: 1550px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.about .s2 .text {
    width: 45%;
    padding: 60px 0 270px;
}

.about .s2 .en,
.about .s3 .en {
    max-width: 600px;
    position: relative;
    font-family: var(--geno);
    font-size: 85px;
    font-weight: 200;
    color: #45BDCF;
    line-height: 0.8em;
}

.about .s2 .en:after,
.about .s3 .en:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 3.7em;
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.about .s2 .tw,
.about .s3 .tw {
    font-size: var(--title1);
    font-weight: 600;
    color: #FFFFFF;
    margin: 0.7em 0 2.5em;
}

.about .s2 .t1 {
    line-height: var(--line_h2);
    color: #FFFFFF;
    margin-top: 3em;
}

.about .s2 .box img {
    position: relative;
    top: -150px;
    width: 50%;
}

/*ABOUT_S3-----------------*/
.about .s3 {
    position: relative;
    padding: 115px 0 170px;
}

.about .s3 .up,
.about .s4 .up {
    position: absolute;
    top: -185px;
    left: 50%;
    width: 2600px;
    margin-left: -1300px;
}

.about .s3 .out {
    max-width: 1350px;
}

.about .s3 .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.about .s3 .en:after {
    left: 2.2em;
    width: 210px;
    background: #B4B4B5;
}

.about .s3 .tw {
    color: #3E3A39;
}

.about .s3 .top .t1 {
    max-width: 1030px;
    font-size: var(--title2);
    line-height: var(--line_h2);
    padding-top: 1em;
}

.about .s3 .bm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
    margin-top: 5em;
}

.about .s3 .bm a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--radius2);
}

.about .s3 .bm img {
    width: 100%;
    transition: 0.2s;
}

.about .s3 .bm a:hover img {
    transform: scale(1.1);
}

.about .info {
    font-size: 32px;
    color: #FFFFFF;
}

.about .s3 .bm a ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5em;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.about .nameng {
    font-family: var(--geno);
    padding: 0.2em 0;
}

.about .job {
    font-size: 0.5em;
    color: var(--blue);
    line-height: var(--line_h15);
}

.people {
    display: none;
    border: var(--yellow) 2px solid;
    border-radius: 40px;
    color: #FFFFFF;
}

.people .box {
    display: flex;
    align-items: center;
}

.people img {
    width: 43%;
}

.people .text {
    width: 57%;
    box-sizing: border-box;
    padding: 25px;
    font-size: 15px;
}

.people .t1 {
    line-height: var(--line_h);
    margin: 2em 0;
}

.people .text b {
    font-weight: 600;
}

.people .text .t3 {
    line-height: var(--line_h);
    list-style: disc;
    margin: 1em 0 0 1.2em;
}

body .fancybox-content {
    max-width: 1200px;
    margin-bottom: 0;
    padding: 0;
    background: linear-gradient(#3E4F68, #1A283F);
}

body .fancybox-close-small {
    top: 25px !important;
    right: 25px !important;
    opacity: 1 !important;
    border: var(--yellow) 1px solid;
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    padding: 4px !important;
    color: var(--yellow) !important;
}

body .fancybox-close-small svg {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    transition: 0.2s;
}

body .fancybox-close-small:hover svg {
    transform: rotate(90deg);
}

/*ABOUT_S4-----------------*/
.about .s4 {
    position: relative;
    background: #FAF4EB;
    padding: 150px 0;
}

.about .s4 .out {
    max-width: 1100px;
}

.about .s4 .top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.about .s4 .en {
    position: relative;
    font-family: var(--geno);
    font-size: 73px;
    color: var(--blue);
    line-height: 0.7em;
    font-weight: 200;
}

.about .s4 .en:after {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 100%;
    width: 214px;
    height: 1px;
    background: #B4B4B5;
    margin-left: 0.5em;
}

.about .s4 .tw {
    font-size: var(--title1);
    font-weight: 600px;
    padding-bottom: 0.1em;
}

.about .s4 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 8%;
    padding: 90px 0 0;
    text-align: center;
}

.about .s4 li .circle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#495B74, #233249);
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.about .s4 li img {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 30%;
}

.about .s4 .t1 {
    position: relative;
    font-family: var(--oswald);
    font-size: 95px;
    color: var(--yellow);
}

.about .s4 li:nth-child(3) .t1 {
    font-size: 70px;
}

.about .s4 .t1:after {
    font-family: var(--geno);
    content: "+";
    position: absolute;
    top: -0.3em;
    left: 100%;
    font-size: 0.7em;
    margin-left: 0.1em;
}

.about .s4 .t2,
.about .s4 .t3 {
    color: #FFFFFF;
    line-height: var(--line_h);
    margin: 1em 1em 0;
}

.about .s4 .t3 {
    color: #222222;
    margin-bottom: 2em;
}

/*@media only screen and (max-width:1550px) and (min-width:1001px){
    .about .s4 .t1{
        font-size:7vw;
    }
    
    .about .s4 .t2{
        font-size:1vw;
    }
}*/

/*SERVICE-----------------------------------------*/

/*SERVICE_S1-----------------*/
.service .s1:before {
    background-image: url("../images/service_s1.webp");
}

/*SERVICE_S2-----------------*/
.service .s2,
.service .in2 {
    position: relative;
    background: linear-gradient(#465871, #1B2A41);
}

.service .s2:before,
.service .in2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/service_s2.png") right no-repeat;
    background-size: auto 100%;
}

.service .s2 .area a {
    color: #888888;
}

.service .s2 .text {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 200px;
}

.service .s2 .t1 {
    position: relative;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    color: #DEAB6D;
    padding-bottom: 1em;
}

.service .s2 .t1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #DEAB6D;
    margin-left: -40px;
}

.service .s2 .t2 {
    line-height: var(--line_h2);
    color: #FFFFFF;
    margin-top: 60px;
}

.service .s2 img {
    position: absolute;
    left: 50%;
    bottom: -1px;
    height: 100px;
    width: 2600px;
    margin-left: -1300px;
}

/*SERVICE_S3-----------------*/
.service .s3 .out {
    max-width: 1600px;
}

.service .s3 li {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.service .s3 li:nth-child(odd) {
    flex-direction: row-reverse;
}

.service .s3 .text {
    width: 100%;
    text-align: center;
}

.service .s3 .text img {
    width: 200px;
    margin-top: -50px;
}

.service .s3 .text .t1 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    color: #B18147;
    margin: -0.5em 0 1em;
}

.service .s3 .text .t2 {
    max-width: 500px;
    margin: 0 auto;
    line-height: var(--line_h2);
}

.service .s3 .text a {
    margin: 50px auto 0;
}

.service .s3 .image {
    position: relative;
    overflow: hidden;
}

.service .s3 .image,
.service .s3 .image img {
    width: 100%;
}

/*SERVICE_IN-----------------------------------------*/
.service.plan .s1:before {
    background-image: url("../images/service_plan_s1.webp");
}

.service.invest .s1:before {
    background-image: url("../images/service_invest_s1.webp");
}

.service.solution .s1:before {
    background-image: url("../images/service_solution_s1.webp");
}

.service.asia .s1:before {
    background-image: url("../images/service_asia_s1.webp");
}

.service.cust .s1:before {
    background-image: url("../images/service_cust_s1.webp");
}

/*SERVICE_IN2*/
.service .in2 {
    background: #FAF4EB;
}

.service .in2 .text {
    position: relative;
    top: 50px;
    max-width: 1400px;
    display: flex;
    align-items: center;
    gap: 3.5%;
    margin: 0 auto;
}

.service .in2 img {
    width: 250px;
}

.service .in2 .t1 {
    max-width: 980px;
    line-height: var(--line_h2);
    padding-bottom: 2em;
}

/*SERVICE_IN3*/
.service .in3 {
    padding: 150px 0 20px;
}

.service .in3 .out {
    max-width: 1650px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 0;
    margin: 0 0 0 auto;
}

.service .in3 ul {
    width: 36%;
}

.service .in3 li {
    margin-bottom: 2.5em;
}

.service .in3 .t1 {
    font-size: 24px;
    font-weight: 600;
    color: #465C75;
}

.service .in3 .t2 {
    line-height: var(--line_h2);
    padding: 1.5em 0;
    border-bottom: #DBDCDC 1px solid;
}

.service.cust .in3 .t2 .more {
    margin: 30px 0 10px;
}

.service .in3 .t2 span {
    color: var(--blue);
}

.service .in3 .more {
    margin: 90px auto;
}

.service .in3 .image {
    width: 56%;
}

/*NEWS-----------------------------------------*/
.news .s1:before {
    background-image: url("../images/news_s1.jpg");
}

/*NEWS_S2-----------------*/
.news .s2 .out {
    max-width: 1600px;
    min-height: 300px;
}

/*NEWS_S2_TAB*/
.news .s2 .tab {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.news .s2 .tab div {
    display: none;
}

.news .s2 .tab ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.news .s2 .tab li {
    width: 100%;
}

.news .s2 .tab a {
    display: block;
    border: var(--blue) 1px solid;
    text-align: center;
    padding: 1em 0;
    border-radius: 30px;
    transition: 0.2s;
}

.news .s2 .tab a:hover {
    color: var(--blue);
}

.news .s2 .tab .active a {
    color: #FFFFFF;
    background: var(--blue);
}

/*NEWS_S2_BOX*/
.news .s2 .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto 80px;
}

.news .s2 .text,
.news .s2 img {
    width: 45%;
}

.news .s2 .t1 {
    font-size: var(--title1);
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 1em;
}

.news .s2 .date {
    font-family: var(--yant);
    font-size: var(--title2);
    color: var(--blue);
    padding-bottom: 1.5em;
    border-bottom: var(--blue) 2px solid;
}

.news .s2 .t2 {
    font-size: var(--title2);
    line-height: var(--line_h15);
    margin: 2em 0;
}

.news .s2 .more {
    margin: 0 auto;
}

/*NEWS_S3-----------------*/
.news .s3,
.news .slider {
    background: linear-gradient(#F9F5F2, #FFFFFF);
    padding: 90px 0;
}

.news .s3 .out {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 380px));
    gap: 0 40px;
}

.news .s3 .out li {
    margin-bottom: 80px;
}

@media only screen and (max-width:795px) {
    .news .s3 .out {
        justify-content: center;
    }
}

/*NEWS_INFO-----------------*/
.news .info {
    padding-bottom: 90px;
}

.news .info .box {
    max-width: 1000px;
    margin: 90px auto;
}

.news .info .date {
    font-family: var(--yant);
    font-size: var(--title2);
    color: var(--blue);
    padding-bottom: 1em;
}

.news .info .title {
    position: relative;
    font-size: 32px;
    line-height: 1.3em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.news .info .title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #C8C9C9;
    border-left: #45BDCF 4em solid;
}

.news .info .edit {
    line-height: var(--line_h2);
}

.news .info .edit img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 2em 0;
}

.news .info .edit table {
    width: 100%;
    min-width: 900px;
}

.news .info .edit td,
.news .info .edit th {
    border: #BFBFBF 1px solid;
    padding: 10px;
}

.news .info .more {
    margin: 0 auto;
}

/*NEWS_SLIDER-----------------*/
.news .slider .out {
    max-width: 1500px;
    display: flex;
    gap: 5%;
}

.news .slider .left {
    width: 190px;
    min-width: 190px;
    border-top: var(--blue) 2px solid;
}

.news .slider .en {
    font-family: var(--geno);
    font-size: 28px;
    font-weight: 200;
    color: var(--blue);
    margin: 1em 0 0.3em;
}

.news .slider .tw {
    font-size: 25px;
    font-weight: 600;
}

.news .slider .right .splide__list {
    display: grid !important;
    gap: 4%;
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width:1400px) {
    .news .slider .out {
        display: block;
    }

    .news .slider .left {
        margin-bottom: 40px;
    }
}

/*CONTACT-----------------------------------------*/
.contact .s1:before {
    background-image: url("../images/contact_s1.jpg");
}

/*CONTACT_S2-----------------*/
.contact .s2 {
    background: url("../images/contact_s2_bg.svg") bottom center no-repeat;
}

.contact .s2 .out {
    max-width: 1500px;
}

.contact .s2 .info {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 90px 0;
}

.contact .s2 .left,
.contact .s3 .title {
    margin-top: -20px;
}

.contact .s2 .en,
.contact .s3 .en {
    font-family: var(--geno);
    font-size: 85px;
    font-weight: 200;
    color: var(--blue);
}

.contact .s2 .tw,
.contact .s3 .tw {
    font-size: var(--title1);
    font-weight: 600;
    padding-left: 0.2em;
}

.contact .s2 .right {
    width: 100%;
}

.contact .s2 .right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

.contact .s2 .right li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.contact .s2 .right li div {
    line-height: var(--line_h2);
}

.contact .s2 .right img {
    width: 45px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(48%) saturate(494%) hue-rotate(140deg) brightness(95%) contrast(95%);
}

.contact .s2 .right iframe {
    width: calc(100% + 250px);
    margin-top: 70px;
}

@media only screen and (max-width:1400px) {
    .contact .s2 .right ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/*CONTACT_S3-----------------*/
.contact .s3 {
    background: url("../images/contact_s3.webp") center no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.contact .s3 .out {
    max-width: 1500px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.contact .s3 .tw {
    color: #FFFFFF;
}

.contact .s3 .form {
    width: 100%;
    max-width: 1095px;
}

@media only screen and (max-width:1250px) {
    .contact .s2 .info {
        display: block;
        padding: 40px 0 90px;
    }

    .contact .s2 .left {
        margin: 0 0 60px;
    }

    .contact .s3 .out {
        display: block;
    }

    .contact .s3 .title {
        margin-bottom: 60px;
    }
}

/*COMMON--------------------------------------------------------------------*/

/*HEADER-----------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    transition: 0.2s;
}

.header.active {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.header .mb_bt,
.header .mb {
    display: none;
}

.header .logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 1;
    width: 60%;
    max-width: 250px;
    transform: translateY(-50%);
    transition: 0.2s;
}

.header.active .logo {
    max-width: 200px;
}

.header .logo img {
    width: 100%;
}

.header .pc .menu {
    display: flex;
    justify-content: flex-end;
    gap: 0 3em;
    padding: 40px 200px 0 0;
    font-size: 21px;
    transition: 0.2s;
}

.header.active .pc .menu {
    padding: 30px 200px 0 0;
}

.header .pc .menu .list {
    position: relative;
    margin-left: 0.5em;
    cursor: pointer;
}

.header .pc .list ul {
    position: absolute;
    left: 50%;
    width: 380px;
    text-align: center;
    background: #FFFFFF;
    border-radius: var(--radius1);
    padding: 20px 0;
    margin-left: -190px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform-origin: top;
    transform: scaleY(0);
    transition: 0.2s;
}

.header .pc .menu .list>a,
.header .pc .menu .list div {
    position: relative;
    display: block;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 40px;
    transition: 0.2s;
}

.header .pc .menu .list>a:after,
.header .pc .menu .list div:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 1.8em;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: 0.2s;
}

.header.active .pc .menu .list>a:after,
.header.active .pc .menu .list div:after {
    background: var(--blue);
}

.header .pc .menu .list:hover>a:after,
.header .pc .menu .list:hover div:after {
    left: 0;
    width: 100%;
}

.header.active .pc .menu .list>a,
.header.active .pc .menu .list div {
    color: #222222;
}

.header.active .pc .menu .list>a,
.header.active .pc .menu .list div {
    margin-bottom: 30px;
}

.header .list li a,
.header .lang li a {
    display: block;
    padding: 0.8em 2em;
    line-height: var(--line_h15);
    text-align: left;
    transition: 0.2s;
}

.header .pc .list li:hover a,
.header .lang li:hover a {
    color: var(--blue);
}

.header .pc .list li:hover a,
.header .lang li:hover a {
    background: #F6F8F7;
}

/*HEADER_LANG-----------------*/
.header .pc .lang {
    position: absolute;
    top: 50%;
    right: 6%;
    font-size: 15px;
}

.header .lang div {
    position: relative;
    width: 125px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    padding-left: 15px;
    margin-top: -20px;
    cursor: pointer;
    transition: 0.2s;
}

.header .lang div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 16px;
    background: url("../images/header_icon.svg");
    margin-top: -8px;
}

.header.active .lang div {
    color: #222222;
}

.header.active .lang div:before {
    filter: invert(100%);
}

.header .pc .lang:hover div {
    color: var(--blue);
}

.header .lang div:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #FFFFFF transparent transparent transparent;
    margin-top: -3px;
}

.header.active .lang div:after,
.header .mb .lang div:after {
    border-color: #222222 transparent transparent transparent;
}

.header .lang ul {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    padding: 10px 0;
    border-radius: var(--radius1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform-origin: top;
    transform: scaleY(0);
    transition: 0.2s;
}

.header .lang li a {
    text-align: center;
}

.header .pc .list:hover ul,
.header .pc .lang:hover ul,
.header .lang div.active+ul {
    transform: scaleY(1);
}

@media only screen and (max-width:1200px) {
    .header .logo {
        max-width: 200px;
    }

    .header .pc .menu {
        padding: 40px 160px 0 0;
        gap: 0 3vw;
    }

    .header.active .pc .menu {
        padding: 30px 160px 0 0;
    }
}

/*PAGEIN-----------------------------------------*/
.pagein .s1 {
    position: relative;
    overflow: hidden;
}

.pagein .s1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    animation: pageinbg 3s both;
}

.pagein .s1 .out {
    z-index: 2;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 55px;
}

.pagein .s1 .en {
    font-family: var(--geno);
    margin-bottom: 0.2em;
}

.pagein .s1 .tw {
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.3em;
}

.pagein .s1 .out:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 37%;
    background: #FFFFFF;
}

.pagein.solution .s1 .out:after {
    height: 30%;
}

@keyframes pageinbg {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: none;
    }
}

/*AREA-----------------------------------------*/
.area {
    color: var(--blue);
    display: flex;
    padding-top: 60px;
}

.area li {
    position: relative;
    padding-right: 40px;
}

.area li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    height: 1px;
    width: 16px;
    background: #888888;
}

.area li:last-child:after {
    display: none;
}

.area a {
    transition: 0.2s;
}

.about .area a {
    color: #888888;
}

.area a:hover {
    color: var(--blue) !important;
}

/*STYLES-----------------------------------------*/

/*STYLES_MORE-----------------*/
.more {
    position: relative;
    display: block;
    width: 220px;
    line-height: 45px;
    border: #A2DEE7 1px solid;
    text-align: center;
    border-radius: 30px;
    transition: border 0.2s;
}

.more.wt {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.5);
}

.more.wt:hover {
    border-color: #FFFFFF;
}

.more span {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 45px;
    height: 45px;
    border: #A2DEE7 1px solid;
    border-radius: 50%;
    transition: 0.2s;
}

.more.wt span {
    border: rgba(255, 255, 255, 0.5) 1px solid;
}

.more:hover,
.more:hover span {
    border-color: var(--blue);
}

.more:hover span {
    background: var(--blue);
    transform: scale(0.7);
}

.more:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 1;
    width: 18px;
    height: 1px;
    background: var(--grey);
    transition: 0.2s;
}

.more.wt:before {
    background: rgba(255, 255, 255, 0.5);
}

.more:hover:before {
    background: #FFFFFF;
    width: 13px;
    right: 16px;
}

.more:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-color: var(--grey);
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: 0.2s;
}

.more.wt:after {
    border-color: rgba(255, 255, 255, 0.5);
}

.more:hover:after {
    border-color: #FFFFFF;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    right: 17px;
}

.more.back span {
    right: auto;
    left: -1px;
}

.more.back:before {
    right: auto;
    left: 13px;
}

.more.back:hover:before {
    width: 13px;
    right: auto;
    left: 16px;
}

.more.back:after {
    right: auto;
    left: 14px;
    border-width: 0 0 1px 1px;
}

.more.back:hover:after {
    right: auto;
    left: 17px;
}

/*PAGE_NUMBER-----------------------------------------*/
.page_number {
    font-family: Arial;
    text-align: center;
    color: #000000;
}

.page_number ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 5px;
}

.page_number li select {
    cursor: pointer;
    padding: 0px 5px;
}

.page_number li.page_select {
    padding: 0px 25px 0 20px;
    position: relative;
}

.page_number li.page_select .select_box {
    display: inline-block;
    position: relative;
}

.page_number li.page_select .select_box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: var(--blue) transparent transparent transparent;
    transform: translateX(-50%);
    margin-left: 1px;
    transition: 0.2s;
}

.page_number a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: #BDBAB7 1px solid;
    vertical-align: middle;
    position: relative;
    transition: 0.2s;
}

.page_number a:hover {
    border: var(--blue) 1px solid;
    background: var(--blue);
}

.page_number li a:after {
    content: "";
    position: absolute;
    top: 50%;
    border-style: solid;
    border-color: #465C75;
    border-width: 0px 1px 1px 0px;
    padding: 4px;
    margin-top: -9%;
    transition: 0.2s;
}

.page_number li a:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 18px;
    background: #465C75;
    transition: 0.2s;
}

.page_number li.page_prev a:before {
    left: 32%;
}

.page_number li.page_next a:before {
    right: 32%;
}

.page_number li a:hover:before {
    background: #FFFFFF;
}

.page_number a:hover:after {
    border-color: #FFFFFF;
}

.page_number li.page_prev a:after {
    left: 34%;
    transform: rotate(135deg);
}

.page_number li.page_next a:after {
    right: 34%;
    transform: rotate(-45deg);
}

.page_number li select {
    border: none;
    font-family: Arial;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    background: none;
    margin-bottom: 5px;
    text-align-last: center;
    transition: 0.2s;
}

.page_number li .select_box:hover select {
    color: var(--blue);
}


/*IMAGE_ANIMATION-----------------------------------------*/
.imagemask.animated,
.maskmove.animated {
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.imagemask {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: var(--blue);
}

@keyframes maskmove {
    0% {
        right: 100%;
        width: 100%;
    }

    70% {
        right: 0%;
        width: 100%;
    }

    100% {
        right: 0%;
        width: 0%;
    }
}

.maskmove {
    animation-name: maskmove;
    animation-delay: 0.3s !important;
}

@keyframes imagemove {
    0% {
        transform: translateX(-101%);
    }

    70%,
    100% {
        transform: none;
    }
}

.imagemove {
    animation-name: imagemove;
    animation-delay: 0.5s !important;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/*PAGETOP-----------------------------------------*/
body a.pagetop {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 500;
    background: #FFFFFF;
    border: var(--blue) 1px solid;
    position: relative;
    transition: background 0.2s;
}

body a.pagetop:hover {
    background: var(--blue);
}

body a.pagetop:after {
    content: "";
    border: solid var(--blue);
    border-width: 0px 3px 3px 0px;
    padding: 5px;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: rotate(-135deg) translate(-50%, -50%);
    transform-origin: left top;
}

body a.pagetop:hover:after {
    border-color: #FFFFFF;
}

/*FOOTER-----------------------------------------*/
.footer {
    border-top: #FBCC7E 1px solid;
    background: #443A32;
}

.footer .out {
    max-width: 1400px;
}

/*FOOTER_TOP-----------------*/
.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0;
}

.footer .logo {
    width: 20%;
    max-width: 200px;
    margin-top: -10px;
}

.footer form {
    width: 350px;
    color: #FFFFFF;
}

.footer form img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.footer form .title,
.footer .menu li:first-child {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 2em;
}

.footer form li {
    margin-bottom: 1.5em;
}

.footer .address li:first-child {
    line-height: var(--line_h15);
    text-indent: -30px;
    padding-left: 30px;
}

.footer .email {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer .email input[type="text"] {
    width: 230px;
    border: none;
    color: #FFFFFF;
    background: #443A32;
    border-bottom: #806554 1px solid;
    padding: 0.5em 0;
}

.footer .email input[type="text"]::placeholder {
    color: #FFFFFF;
}

.footer .email.nofill input[type="text"],
.footer .email.format input[type="text"] {
    border-bottom: var(--blue) 1px solid;
}

form .nofill:before,
form .format:before {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 1;
    color: #FFFFFF;
    padding: 8px 10px;
    background: var(--blue);
    border-radius: 5px;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    pointer-events: none;
}

.footer form .nofill:before,
.footer form .format:before {
    display: none;
}

form .nofill:before {
    content: "此欄為必填";
}

form .format:before {
    content: "格式錯誤";
}

.footer form ul {
    padding-bottom: 1em;
}

.footer .email .send {
    width: 110px;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    background: var(--blue);
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
}

.footer .email .send:hover {
    background: #30A8BA;
}

.footer .menu {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

.footer .menu a {
    color: #FFFFFF;
    transition: 0.2s;
}

.footer .menu a:hover {
    color: var(--blue);
}

.footer .menu li {
    margin-bottom: 1em;
    white-space: nowrap;
}

.footer .menu li ul {
    padding-top: 2em;
}

/*FOOTER_BM-----------------*/
.footer .bm {
    font-family: var(--yant);
    padding: 1em 0;
    color: #A5A09D;
}

@media only screen and (max-width:1400px) and (min-width:1001px) {
    .footer form {
        width: 305px;
    }

    .footer .email input[type="text"] {
        width: 180px;
    }

    .footer .menu {
        width: 43%;
    }

    .footer .menu li:first-child,
    .footer form,
    .footer form .title,
    .footer .email input[type="text"] {
        font-size: 1.1vw;
    }

    .footer .menu li {
        font-size: 1.1vw;
        margin-bottom: 1em;
        white-space: nowrap;
    }
}

/*MOBILE----------------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {
    /*HOME-----------------------------------------*/

    /*HOME_S1-----------------*/
    .home .s1 {
        aspect-ratio: auto;
        height: 100vh;
    }

    .home .s1 video {
        width: auto;
        aspect-ratio: 16/9;
    }

    .home .s1 .out {
        font-size: 11vw;
        padding-left: 6%;
        text-align: center;
    }

    .home .s1 .t1 {
        font-size: 0.7em;
    }

    .home .s1 .t2 {
        margin: 1em 0 0.7em;
    }

    /*HOME_S2-----------------*/
    .home .s2 {
        padding: 60px 0 90px;
    }

    .home .s2 .t1 {
        font-size: 30px;
    }

    .home .s2 .t2 br {
        display: none;
    }

    .home .s2 .title {
        justify-content: center;
        margin-bottom: 4em;
    }

    .home .s2 .en {
        font-size: 70px;
    }

    .home .s2 .tw {
        line-height: 40px;
    }

    .home .s2 .slider {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 6%;
    }

    .home .s2 .mask {
        display: none;
    }

    .home .s2 .splide__slide {
        display: block;
        margin-bottom: 120px;
    }

    /*.home .s2 .splide__slide:after{
        content:"";
        position:absolute;
        left:0;
        right:0;
        bottom:-65px;
        height:1px;
        background:var(--blue);
    }*/

    .home .s2 .splide__slide:last-child {
        margin-bottom: 0;
    }

    .home .s2 .text {
        width: auto;
        text-align: center;
    }

    .home .s2 .more {
        margin: 0 auto;
    }

    .home .s2 .image,
    .service .in3 .image {
        width: auto;
        aspect-ratio: 24/17;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .home .s2 .splide__pagination {
        top: auto;
        bottom: -50px;
        justify-content: center;
    }

    /*HOME_S3-----------------*/
    .home .s3 {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .home .s3 .out {
        display: block;
        justify-content: center;
    }

    /*HOME_S3_LEFT*/
    .home .s3 .left {
        width: auto;
        align-items: center;
    }

    .home .s3 .left:before,
    .home .s3 .left:after {
        display: none;
    }

    .home .s3 .left .en {
        font-weight: 200;
        font-size: 70px;
        margin: 0;
    }

    /*HOME_S3_RIGHT*/
    .home .s3 .right {
        width: auto;
        max-width: 500px;
        margin: 60px auto 0;
        text-align: center;
    }

    .home .s3 .more {
        margin: 0 auto;
    }

    /*HOME_S4-----------------*/
    .home .s4 .box {
        top: 0;
        padding: 60px 30px;
    }

    .home .s4 .title {
        display: block;
        margin: 0;
        text-align: center;
    }

    .home .s4 .en {
        font-size: 55px;
        text-align: center;
    }

    .home .s4 .tw {
        font-size: var(--title1);
        margin: 1em 0 2.5em;
    }

    .home .s4 .splide__arrow {
        top: 0;
        transform: none;
        background: none;
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    .home .s4 .splide__arrow--prev:before {
        content: "PREV";
        left: -0.4em;
        font-size: 10px;
    }

    .home .s4 .splide__arrow--next:before {
        content: "NEXT";
        right: -0.4em;
        font-size: 10px;
    }

    /*HOME_S5-----------------*/
    .home .s5 {
        padding: 60px 0 200px;
    }

    .home .s5 .text {
        margin: 0 0 50px;
        text-align: center;
    }

    .home .s5 .en {
        font-size: 70px;
    }

    .home .s5 .out {
        display: block;
    }

    .home .s5 .more {
        margin: 0;
        position: absolute;
        left: 50%;
        bottom: -140px;
        margin-left: -111px;
    }

    .home .s5 .splide__arrow {
        top: 450px;
    }

    .home .s5 .splide__arrow--prev {
        left: 0;
    }

    .home .s5 .splide__arrow--next {
        left: auto;
        right: 0;
    }

    .home .s5 .splide__arrow {
        width: 25px;
        height: 25px;
        opacity: 1;
    }

    .home .s5 .splide__arrow--prev:before,
    .home .s5 .splide__arrow--next:before {
        position: absolute;
        top: 20%;
        font-size: 11px;
        color: #222222;
        transition: 0.2s;
    }

    /*HOME_S6-----------------*/
    .home .s6 {
        background-image: url("../images/home_s6_mb.jpg");
        background-size: cover;
        padding: 60px 0;
    }

    .home .s6 .top {
        text-align: center;
    }

    .home .s6 .en {
        font-size: 70px;
    }

    .home .s6 .tw {
        margin-bottom: 2em;
    }

    .home .s6 ul,
    .contact .s3 ul {
        display: block;
    }

    .home .s6 li,
    .contact .s3 li {
        width: auto;
    }

    .home .s6 .right,
    .contact .s3 .right {
        margin-top: 20px;
    }

    /*ABOUT-----------------------------------------*/

    /*ABOUT_S1-----------------*/
    .pagein.about .s1 .out {
        height: 300px;
        min-height: 0;
    }

    .pagein.about .s1 .en {
        font-size: 0.6em;
    }

    /*ABOUT_S2-----------------*/
    .about .s2 {
        padding-bottom: 60px;
        background-attachment: scroll;
    }

    .about .s2 .box {
        display: block;
    }

    .about .s2 .text {
        width: auto;
        padding: 60px 0 30px;
    }

    .about .s2 .en,
    .about .s3 .en {
        max-width: 550px;
        font-size: 70px;
    }

    .about .s2 .tw,
    .about .s3 .tw {
        font-size: var(--title1);
    }

    .about .s2 .box img {
        position: static;
        display: block;
        width: 100%;
        max-width: 700px;
        transform: none;
        margin: 0 auto;
    }

    /*ABOUT_S3-----------------*/
    .about .s3 {
        padding: 60px 0 120px;
    }

    .about .s3 .top {
        display: block;
    }

    .about .s3 .top .t1 {
        padding: 3em 0;
    }

    .about .s3 .bm {
        grid-template-columns: repeat(auto-fit, minmax(auto, 500px));
        justify-content: center;
    }

    .people .box {
        display: block;
    }

    .people img {
        display: none;
        /*width:100%;
        max-width:150px;
        margin:30px auto 0;*/
    }

    .people .text {
        width: auto;
        padding: 50px 25px;
    }

    /*ABOUT_S4-----------------*/
    .about .s4 {
        padding: 60px 0 0;
    }

    .about .s4 .out {
        max-width: 600px;
    }

    .about .s4 .top {
        display: block;
    }

    .about .s4 .en {
        font-size: 65px;
    }

    .about .s4 .en:after {
        left: 5.5em;
    }

    .about .s4 .tw {
        padding: 0.7em 0 0;
    }

    .about .s4 ul {
        grid-template-columns: repeat(auto-fit, minmax(auto, 300px));
        justify-content: center;
        padding: 60px 0;
        gap: 40px;
    }

    /*SERVICE-----------------------------------------*/

    /*SERVICE_S2-----------------*/
    .service .s2:before {
        background-position: top left calc(130px + 30%);
    }

    .service .s2 .text {
        padding-bottom: 160px;
    }

    .service .s2 .t2 {
        margin-top: 40px;
    }

    /*SERVICE_S3-----------------*/
    .service .s3 .out {
        margin-top: -100px;
    }

    .service .s3 li {
        display: block;
        margin-bottom: 60px;
    }

    .service .s3 .text {
        margin-bottom: 60px;
    }

    .service .s3 .text img {
        margin-top: 0;
    }

    /*SERVICE_IN-----------------------------------------*/

    /*SERVICE_IN2*/
    .service .in2 {
        text-align: center;
        padding: 60px 0 20px;
    }

    .service .in2 .text {
        display: block;
        top: 0;
    }

    .service.cust .in2 .t1 {
        margin: 0 auto;
    }

    .service .in2 img {
        width: 50%;
        max-width: 250px;
    }

    /*SERVICE_IN3*/
    .service .in3 {
        padding: 60px 0 1px;
    }

    .service .in3 .out {
        display: block;
        padding-right: 6%;
    }

    .service .in3 ul {
        width: auto;
    }

    .service .in3 .more {
        margin: 60px auto;
    }

    /*NEWS-----------------------------------------*/

    /*NEWS_S2-----------------*/

    /*NEWS_S2_TAB*/
    .news .s2 .tab {
        max-width: 200px;
        position: relative;
        z-index: 1;
        padding: 60px 0;
        margin: 0 auto;
    }

    .news .s2 .tab div {
        display: block;
        position: relative;
        line-height: 50px;
        border: var(--blue) 1px solid;
        text-align: center;
        cursor: pointer;
        background: #FFFFFF;
        border-radius: 10px;
    }

    .news .s2 .tab div.active {
        border-bottom: #F7F7F7 1px solid;
        border-radius: 10px 10px 0 0;
    }

    .news .s2 .tab div:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        border-style: solid;
        border-width: 6px 3px 0 3px;
        border-color: var(--blue) transparent transparent transparent;
        margin-top: -3px;
    }

    .news .s2 .tab ul {
        display: block;
        position: absolute;
        width: 100%;
        background: #F7F7F7;
        border-style: solid;
        border-color: var(--blue);
        border-width: 0 1px 1px 1px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        transform-origin: top;
        transform: scaleY(0);
        transition: transform 0.2s;
    }

    .news .s2 .tab div.active+ul {
        transform: scaleY(1);
    }

    .news .s2 .tab a {
        border: none;
        transition: 0.2s;
    }

    .news .s2 .tab .active a,
    .news .s2 .tab a:hover {
        color: var(--blue);
        background: none;
    }

    .news .s2 .tab a:before {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px;
        background: #EDEDED;
    }

    /*NEWS_S2_BOX*/
    .news .s2 .box {
        max-width: 600px;
        display: block;
        margin: 0 auto 60px;
    }

    .news .s2 .text,
    .news .s2 img {
        width: 100%;
    }

    .news .s2 img {
        margin-top: 50px;
    }

    /*NEWS_S3-----------------*/
    .news .s3 {
        padding: 60px 0;
    }

    .news .s3 .out {
        grid-template-columns: repeat(auto-fit, minmax(auto, 330px));
    }

    .news .s3 .out li {
        margin-bottom: 60px;
    }

    /*NEWS_INFO-----------------*/
    .news .info {
        padding-bottom: 60px;
    }

    .news .info .box {
        margin: 60px auto;
    }

    .news .info .edit .scroll {
        padding-bottom: 70px;
        background: url("../images/scroll_img.png") bottom 20px center no-repeat;
        background-size: auto 30px;
        overflow: auto;
    }

    /*NEWS_SLIDER-----------------*/
    .news .slider .right .splide__list {
        display: flex !important;
        gap: 0;
    }

    .news .slider .right .splide__arrow {
        transform: none;
        background: none;
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    .news .slider .right .splide__arrow svg {
        display: none;
    }

    .news .slider .splide__arrow:after {
        content: "";
        position: absolute;
        width: 70%;
        height: 70%;
        border-style: solid;
        border-color: #FFFFFF;
        border-width: 0 0 2px 2px;
        transform: rotate(45deg);
        transition: 0.2s;
    }

    .news .slider .splide__arrow:hover:after {
        border-color: var(--blue);
    }

    .news .slider .splide__arrow--next:after {
        border-width: 2px 2px 0 0;
    }

    /*CONTACT-----------------------------------------*/

    /*CONTACT_S2-----------------*/
    .contact .s2 .info {
        padding: 40px 0 60px;
    }

    .contact .s2 .en,
    .contact .s3 .en {
        font-size: 70px;
    }

    .contact .s2 .right ul {
        grid-template-columns: repeat(auto-fit, minmax(auto, 320px));
        justify-content: space-between;
    }

    .contact .s2 .right iframe {
        width: 100%;
        margin-top: 30px;
    }

    /*CONTACT_S3-----------------*/
    .contact .s3 {
        padding: 60px 0;
        background-image: url("../images/contact_s3_mb.webp");
        background-position: center -130px;
        background-size: 120%;
    }

    /*COMMON--------------------------------------------------------------------*/

    /*HEADER-----------------------------------------*/
    .header .out {
        height: 60px;
    }

    .header .logo,
    .header.active .logo {
        max-width: 170px;
        left: 20px;
        transition: 0s;
    }

    .header .pc {
        display: none;
    }

    /*HEADER_MB_BUTTON-----------------*/
    .header .mb_bt,
    .header .mb {
        display: block;
    }

    .header .mb_bt {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 1;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        text-align: left;
        cursor: pointer;
    }

    .header .mb_bt span {
        height: 1px;
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #FFFFFF;
        transition: 0.3s;
        display: block;
    }

    .header .mb_bt span:before,
    .header .mb_bt span:after {
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        background: #FFFFFF;
        transition: 0.3s;
    }

    .header .mb_bt span:before {
        top: -8px;
        width: 40px;
    }

    .header .mb_bt span:after {
        top: 8px;
        width: 40px;
    }

    .header .mb_bt.active span:before {
        top: 0;
        transform: rotate(45deg);
    }

    .header .mb_bt.active span:after {
        top: 0;
        transform: rotate(-45deg);
    }

    .header .mb_bt.active:hover span {
        transform: rotate(-90deg);
    }

    .header .mb_bt.active span:before {
        top: 0;
        transform: rotate(45deg);
    }

    .header .mb_bt.active span:after {
        top: 0;
        transform: rotate(-45deg);
    }

    .header.active .mb_bt span,
    .header.active span:before,
    .header.active span:after,
    .header .mb_bt.active span:before,
    .header .mb_bt.active span:after {
        background: #222222;
    }

    .header .mb_bt.active:hover span {
        transform: rotate(-90deg);
    }

    .header .mb_bt.active span {
        background: none;
    }

    /*HEADER_MENU-----------------*/
    .header .mb {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow-y: auto;
        background: #FFFFFF;
        transform: translateX(100%);
        transition: 0.3s ease-in-out;
        -webkit-overflow-scrolling: touch;
    }

    .header .mb.active {
        transform: translateX(0);
    }

    .header .mb .menu {
        padding: 140px 40px 100px;
    }

    .header .mb .menu .list>a,
    .header .mb .menu .list div {
        display: block;
        font-size: var(--title2);
        padding: 1em 0;
        position: relative;
        cursor: pointer;
        border-bottom: #ECECEC 1px solid;
        transition: 0.2s;
    }

    .header .mb .menu .list div:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #222222 transparent transparent transparent;
        margin-top: -4px;
        opacity: 0.8;
    }

    .header .mb .menu .list div.active:after {
        opacity: 1;
    }

    .header .mb .menu .list ul {
        display: none;
        padding-top: 20px;
    }

    .header .mb .menu .list ul a {
        padding: 0.6em 1em;
        font-size: 18px;
        transition: 0.2s;
    }

    .header .mb .menu .list div:hover,
    .header .mb ul a:hover {
        color: var(--blue);
    }

    /*HEADER_LANG-----------------*/
    .header .mb .lang {
        position: absolute;
        top: 110px;
        right: 40px;
        z-index: 1;
    }

    .header .lang div {
        color: #222222;
    }

    .header .lang div:before {
        filter: invert(100%);
    }

    /*PAGEIN-----------------------------------------*/
    .pagein .s1 .out:after {
        height: 25%;
    }

    .pagein.solution .s1 .out:after {
        height: 20%;
    }

    .pagein .s1 .out {
        height: 300px;
    }

    .pagein.service .s1 .out {
        font-size: 28px;
    }

    .pagein .s1 .en br {
        display: none;
    }

    /*AREA-----------------------------------------*/
    .area {
        display: none;
    }

    /*FOOTER-----------------------------------------*/

    /*FOOTER_TOP-----------------*/
    .footer .top {
        display: block;
        padding: 60px 0;
        text-align: center;
    }

    .footer .logo {
        width: 250px;
        margin-bottom: 30px;
    }

    .footer form {
        width: 330px;
        margin: 0 auto;
        text-align: left;
    }

    .footer .email input[type="text"] {
        width: 210px;
    }

    .footer .menu {
        display: none;
    }

    /*FOOTER_BM-----------------*/
    .footer .bm {
        text-align: center;
        line-height: var(--line_h15);
    }
}