*, *::after, *::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 5em;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section {
    text-align: center;
}

.controlArrow.prev {
    left: 50px;
}

.controlArrow.next {
    right: 50px;
}

#infoMenu li a {
    color: #fff;
}

/* fullpage css */
.section .slide {
    top: 0;
    left: 0;
    visibility: visible;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    perspective: 1000;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* #section0, #section1, #section2, #section3, #section4 {
    height: 100vh !important;
} */

/* parallax container css */
.intro {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.intro h1 {
    padding-top: 70px;
    color: #555;
}

#section1 .intro h1, #section1 .intro p {
    color: #fff;
}

.intro p {
    color: #222;
    font-size: 1.5em;
}

/* parallax bg img */
#section0 .intro {
    background-image: url('../img/bg1.webp');
    background-position: bottom center !important;
}

#section1 .intro {
    background-color: #fff;
}

/* #section1 .intro::after {
    content: '';
    width: 1160px;
    height: 673px;
    background-image: url('../img/educate_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0;
    bottom: 0;
} */

.fp-section[data-anchor="secondPage"] .intro .img img,
.fp-section[data-anchor="3rdPage"] .intro .img img,
.fp-section[data-anchor="4thPage"] .intro .img img {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.fp-section[data-anchor="secondPage"].active .intro .img img,
.fp-section[data-anchor="3rdPage"].active .intro .img img,
.fp-section[data-anchor="4thPage"].active .intro .img img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .fp-section[data-anchor="secondPage"] .intro .img {
    height: 100vh;
} */
.fp-section[data-anchor="secondPage"] .intro .img img {
    position: absolute;
    width: 1098px;
    height: 502px;
    display: block;
    vertical-align: middle;
    left: 21%;
    top: 18%;
    /* 27% */
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.fp-section[data-anchor="secondPage"].active .intro .img img:first-child {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.fp-section[data-anchor="secondPage"].active .intro .img img:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fp-section[data-anchor="secondPage"].active .intro .img img:last-child {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

/* .fp-section[data-anchor="3rdPage"] .intro .img {
    height: 100vh;
} */
.fp-section[data-anchor="3rdPage"] .intro .img img {
    position: absolute;
    width: 950px;
    height: 713px;
    left: -21%;
    top: 16%;
    /* 28% */
    right: 0;
    bottom: 0;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.fp-section[data-anchor="3rdPage"].active .intro .img img:first-child {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    z-index: 2;
}

.fp-section[data-anchor="3rdPage"].active .intro .img img:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    z-index: 3;
}

.fp-section[data-anchor="3rdPage"].active .intro .img img:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.fp-section[data-anchor="3rdPage"].active .intro .img img:last-child {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 1;
}

.fp-section[data-anchor="secondPage"] .intro::after,
.fp-section[data-anchor="4thPage"] .intro .intro-txt::after {
    transform: translateX(-100px);
    transition: opacity 1s, transform .8s ease-in-out;
    transition-delay: 1s;
    opacity: 0;
}

.fp-section.active[data-anchor="secondPage"] .intro::after,
.fp-section.active[data-anchor="4thPage"] .intro .intro-txt::after {
    opacity: 1;
    transform: translateX(0);
}


.fp-section[data-anchor="3rdPage"] .intro .intro-txt .txt-r::before {
    transform: translateX(-100px);
    transition: opacity 1s, transform .8s ease-in-out;
    transition-delay: 1s;
    opacity: 0;
}

.fp-section.active[data-anchor="3rdPage"] .intro .intro-txt .txt-r::before {
    opacity: 1;
    transform: translateX(0);
}


#section2 .intro {
    background-color: #22C5D2;
}

#section3 .intro {
    background-color: #FEFCE6;
}

#section4 .intro {
    background-color: #197DB7;
}

.intro .intro-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro .intro-txt span {
    color: #fff;
}

.fp-section[data-anchor="firstPage"] .intro .intro-txt {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.fp-section[data-anchor="firstPage"] .intro .intro-txt span:first-child,
.fp-section[data-anchor="firstPage"] .intro .intro-txt span.pc,
.fp-section[data-anchor="firstPage"] .intro .intro-txt span.mobile {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.fp-section[data-anchor="firstPage"].active .intro .intro-txt span:first-child,
.fp-section[data-anchor="firstPage"].active .intro .intro-txt span.pc,
.fp-section[data-anchor="firstPage"].active .intro .intro-txt span.mobile {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.fp-section[data-anchor="firstPage"].active .intro .intro-txt span:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.fp-section[data-anchor="firstPage"].active .intro .intro-txt span.pc,
.fp-section[data-anchor="firstPage"].active .intro .intro-txt span.mobile {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fp-section[data-anchor="firstPage"] .intro .intro-txt span:first-child {
    width: 100% !important;
}

.intro .intro-txt span:first-child {
    width: 790px;
    font-size: 50px;
    font-weight: 400;
    line-height: 74px;
    font-family: 'Nanum Myeongjo', sans-serif;
}

.intro .intro-txt span:last-child {
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    margin-top: 52px;
    font-family: 'Nanum Square', sans-serif;
}

#section1 .intro .intro-txt, #section3 .intro .intro-txt {
    align-items: flex-start;
    margin-top: -60px;
}

#section1 .intro .intro-txt span, #section3 .intro .intro-txt span {
    color: #000;
    text-align: left;
}

.fp-section[data-anchor="secondPage"] .intro .intro-txt span:nth-of-type(1),
.fp-section[data-anchor="secondPage"] .intro .intro-txt span.pc,
.fp-section[data-anchor="secondPage"] .intro .intro-txt span.mobile,
.fp-section[data-anchor="secondPage"] .intro .intro-txt .page,
.fp-section[data-anchor="3rdPage"] .intro .intro-txt .txt-r span:nth-of-type(1),
.fp-section[data-anchor="3rdPage"] .intro .intro-txt .txt-r span.pc,
.fp-section[data-anchor="3rdPage"] .intro .intro-txt .txt-r span.mobile,
.fp-section[data-anchor="3rdPage"] .intro .intro-txt .txt-r .page,
.fp-section[data-anchor="4thPage"] .intro .intro-txt span:nth-of-type(1),
.fp-section[data-anchor="4thPage"] .intro .intro-txt span.pc,
.fp-section[data-anchor="4thPage"] .intro .intro-txt span.mobile,
.fp-section[data-anchor="4thPage"] .intro .intro-txt .page,
.fp-section[data-anchor="5thPage"] .intro .intro-txt .txt-r span:nth-of-type(1),
.fp-section[data-anchor="5thPage"] .intro .intro-txt .txt-r span.pc,
.fp-section[data-anchor="5thPage"] .intro .intro-txt .txt-r span.mobile,
.fp-section[data-anchor="5thPage"] .intro .intro-txt .txt-r .page {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.fp-section[data-anchor="secondPage"].active .intro .intro-txt span:nth-of-type(1),
.fp-section[data-anchor="secondPage"].active .intro .intro-txt span.pc,
.fp-section[data-anchor="secondPage"].active .intro .intro-txt span.mobile,
.fp-section[data-anchor="secondPage"].active .intro .intro-txt .page,
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r span:nth-of-type(1),
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r span.pc,
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r span.mobile,
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r .page,
.fp-section[data-anchor="4thPage"].active .intro .intro-txt span:nth-of-type(1),
.fp-section[data-anchor="4thPage"].active .intro .intro-txt span.pc,
.fp-section[data-anchor="4thPage"].active .intro .intro-txt span.mobile,
.fp-section[data-anchor="4thPage"].active .intro .intro-txt .page,
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r span:nth-of-type(1),
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r span.pc,
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r span.mobile,
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r .page {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-section[data-anchor="secondPage"].active .intro .intro-txt span:nth-of-type(1),
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r span:nth-of-type(1),
.fp-section[data-anchor="4thPage"].active .intro .intro-txt span:nth-of-type(1),
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r span:nth-of-type(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fp-section[data-anchor="secondPage"].active .intro .intro-txt span.pc,
.fp-section[data-anchor="secondPage"].active .intro .intro-txt span.mobile,
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r span.pc,
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r span.mobile,
.fp-section[data-anchor="4thPage"].active .intro .intro-txt span.pc,
.fp-section[data-anchor="4thPage"].active .intro .intro-txt span.mobile,
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r span.pc,
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r span.mobile {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.fp-section[data-anchor="secondPage"].active .intro .intro-txt .page,
.fp-section[data-anchor="3rdPage"].active .intro .intro-txt .txt-r .page,
.fp-section[data-anchor="4thPage"].active .intro .intro-txt .page,
.fp-section[data-anchor="5thPage"].active .intro .intro-txt .txt-r .page {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

/* top btn */
.fp-section[data-anchor="3rdPage"] .page-top,
.fp-section[data-anchor="5thPage"] .page-top {
    position: absolute;
    right: 50px;
    /* z-index: 100; */
    transition: 0.3s all ease;
    z-index: 1000;
}
.fp-section[data-anchor="3rdPage"] .page-top {
    bottom: 57px;
}
.fp-section[data-anchor="5thPage"] .page-top {
    bottom: 2px;
}

.fp-section[data-anchor="3rdPage"] .page-top::before,
.fp-section[data-anchor="5thPage"] .page-top::before {
    display: block;
    content: '';
    width: 10px;
    height: 32px;
    transition: 0.3s all ease;
    position: absolute;
    right: 4px;
    top: -28px;
    z-index: -1;
    /* background-color: #fff; */
    width: 57px; height:57px; border-radius:50%;
    background-image: url('../img/moveTop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 6px 6px rgb(0 0 0 / 23%);
}

.fp-section[data-anchor="secondPage"] .page-top,
.fp-section[data-anchor="4thPage"] .page-top {
    position: absolute;
    right: 50px;
    bottom: 57px; /* 27px */
    z-index: 100;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    color: #22E690;
    transition: 0.3s all ease;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
.fp-section[data-anchor="secondPage"] .page-top::before,
.fp-section[data-anchor="4thPage"] .page-top::before {
    display: block;
    content: '';
    width: 10px;
    height: 32px;
    transition: 0.3s all ease;
    position: absolute;
    right: 4px;
    top: -28px;
    z-index: -1;
    width: 57px; height:57px; border-radius:50%;
    background-image: url('../img/moveTop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 6px 6px rgb(0 0 0 / 23%);
}

/* top btn */


#section1 .intro .intro-txt span:nth-of-type(1),
#section3 .intro .intro-txt span:nth-of-type(1) {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
    width: 100%;
}

#section1 .intro .intro-txt span:nth-of-type(2),
#section3 .intro .intro-txt span:nth-of-type(2) {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    font-family: 'Nanum Square', sans-serif;
}

#section1 .intro .intro-txt .page,
#section3 .intro .intro-txt .page {
    margin-top: 85px;
}

#section1 .intro .intro-txt .page a,
#section3 .intro .intro-txt .page a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#section1 .intro .intro-txt .page a::after,
#section3 .intro .intro-txt .page a::after {
    content: '';
    width: 58px;
    height: 10px;
    background-image: url('../img/link_arrow_b.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -70px;
}

#section2 .intro .intro-txt, #section4 .intro .intro-txt {
    align-items: flex-end;
}

#section2 .intro .intro-txt {
    margin-top: -60px;
}

#section4 .intro .intro-txt {
    margin-top: -350px;
}

#section2 .intro .intro-txt .txt-r,
#section4 .intro .intro-txt .txt-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    position: relative;
    /* width: 420px; */
    z-index: 4;
}

#section4 .intro .intro-txt .txt-r {
    align-items: flex-start;
    z-index: 2;
}

/* #section2 .intro .intro-txt .txt-r::before {
    content: '';
    width: 950px;
    height: 713px;
    background-image: url('../img/section2_bg_01.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -100px;
    margin-top: 70px;
} */
#section3 .intro .intro-txt {
    position: relative;
    margin-top: -180px;
}

/* #section3 .intro .intro-txt::after {
    content: '';
    width: 1029px;
    height: 711px;
    background-image: url('../img/section3_bg_01.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -100px;
    margin-top: 312px;
} */
#section4 .intro {
    position: relative;
}

.fp-section[data-anchor="4thPage"] .intro .img img {
    position: absolute;
    width: 1029px;
    height: 711px;
    display: block;
    vertical-align: middle;
    left: 21%;
    top: 18%;
    /* 27% */
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.fp-section[data-anchor="4thPage"].active .intro .img img:first-child {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    z-index: 1;
}

.fp-section[data-anchor="4thPage"].active .intro .img img:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.fp-section[data-anchor="4thPage"].active .intro .img img:last-child {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

/* #section4 .intro::before {
    content: '';
    width: 884px;
    height: 703px;
    background-image: url('../img/section4_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -168px;
    top: 130px;
} */

#section2 .intro .intro-txt .txt-r span,
#section4 .intro .intro-txt .txt-r span {
    color: #fff;
    text-align: right;
}

#section4 .intro .intro-txt .txt-r span {
    text-align: left;
}

#section2 .intro .intro-txt .txt-r span:nth-of-type(1),
#section4 .intro .intro-txt .txt-r span:nth-of-type(1) {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
    width: 100%;
}

#section2 .intro .intro-txt .txt-r span:nth-of-type(1),
#section2 .intro .intro-txt .txt-r span:nth-of-type(2) {
    text-align: left;
}

#section2 .intro .intro-txt .txt-r span:nth-of-type(1),
#section2 .intro .intro-txt .txt-r span:nth-of-type(2),
#section2 .intro .intro-txt .txt-r .page {
    width: 26.438rem;
}

#section2 .intro .intro-txt .txt-r .page {
    display: flex;
}

#section2 .intro .intro-txt .txt-r span:nth-of-type(2),
#section4 .intro .intro-txt .txt-r span:nth-of-type(2) {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    font-family: 'Nanum Square', sans-serif;
    letter-spacing: -0.05em;
    /* width: 420px; */
}

#section2 .intro .intro-txt .txt-r .page,
#section4 .intro .intro-txt .txt-r .page {
    margin-top: 85px;
    padding-right: 70px;
}

#section2 .intro .intro-txt .txt-r .page a,
#section4 .intro .intro-txt .txt-r .page a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#section2 .intro .intro-txt .txt-r .page a::after,
#section4 .intro .intro-txt .txt-r .page a::after {
    content: '';
    width: 58px;
    height: 10px;
    background-image: url('../img/link_arrow_w.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -70px;
}

/* .siandsm-swiper .swiper-wrapper li.swiper-slide {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    background-color: #fff;
} */

.bk-slider {
    position: absolute;
    width: 100%;
    height: auto;
    /* padding: 50px 0 100px; */
    top: 450px;
    /* 310px */
}

.bk-slider .swiper {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.bk-slider .swiper .swiper-wrapper {
    align-items: center;
    height: 630px;
    gap: 40px;
}

.bk-slider .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    /* background: white; */
    transition: all .3s ease;
    width: 360px !important;
    height: 270px;
    /* margin-right: -34px; */
    cursor: pointer;
}

.bk-slider .swiper .swiper-slide .main-slide {
    width: 360px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.bk-slider .swiper .swiper-slide .main-slide-01 {
    background-image: url('../img/main-slide-01.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-01.swiper-slide-active {
    height: 377px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-01 {
    background-image: url('../img/main-slide-011.webp');
    height: 377px;
}

.bk-slider .swiper .swiper-slide .main-slide-02 {
    background-image: url('../img/main-slide-02.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-02.swiper-slide-active {
    height: 469px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-02 {
    background-image: url('../img/main-slide-021.webp');
    height: 469px;
}

.bk-slider .swiper .swiper-slide .main-slide-03 {
    background-image: url('../img/main-slide-03.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-03.swiper-slide-active {
    height: 540px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-03 {
    background-image: url('../img/main-slide-031.webp');
    height: 540px;
}

.bk-slider .swiper .swiper-slide .main-slide-04 {
    background-image: url('../img/main-slide-04.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-04.swiper-slide-active {
    height: 630px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-04 {
    background-image: url('../img/main-slide-041.webp');
    height: 630px;
}

.bk-slider .swiper .swiper-slide .main-slide-05 {
    background-image: url('../img/main-slide-05.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-05.swiper-slide-active {
    height: 429px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-05 {
    background-image: url('../img/main-slide-051.webp');
    height: 429px;
}

.bk-slider .swiper .swiper-slide .main-slide-06 {
    background-image: url('../img/main-slide-06.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-06.swiper-slide-active {
    height: 630px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-06 {
    background-image: url('../img/main-slide-061.webp');
    height: 630px;
}

.bk-slider .swiper .swiper-slide .main-slide-07 {
    background-image: url('../img/main-slide-07.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-07.swiper-slide-active {
    height: 630px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-07 {
    background-image: url('../img/main-slide-071.webp');
    height: 630px;
}

.bk-slider .swiper .swiper-slide .main-slide-08 {
    background-image: url('../img/main-slide-08.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-08.swiper-slide-active {
    height: 630px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-08 {
    background-image: url('../img/main-slide-081.webp');
    height: 630px;
}

.bk-slider .swiper .swiper-slide .main-slide-09 {
    background-image: url('../img/main-slide-09.webp');
}

.bk-slider .swiper .swiper-slide.main-slide-09.swiper-slide-active {
    height: 512px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active .main-slide-09 {
    background-image: url('../img/main-slide-091.webp');
    height: 512px;
}

.bk-slider .swiper .swiper-slide.swiper-slide-active {
    color: #fff;
    /* background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117)); */
    /* transform: scale(1); */
    z-index: 2;
}

/* main slide arrow */
.bk-slider .swiper .cont-wrap {
    position: relative;
    top: -130px;
    /* -180px */
}

/* .bk-slider .control-panel {
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    margin-left: 21.875rem;
    margin-top: -160px;
} */
.bk-slider .cont-wrap .swiper-button-next::after,
.bk-slider .cont-wrap .swiper-button-prev::after {
    display: none;
}

.bk-slider .cont-wrap .swiper-button-prev,
.bk-slider .cont-wrap .swiper-button-next {
    position: relative !important;
    top: 0 !important;
    width: 33px !important;
    height: 12px !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bk-slider .cont-wrap .swiper-button-prev {
    background-image: url('../img/main-slide-prev.webp');
}

.bk-slider .cont-wrap .swiper-button-next {
    background-image: url('../img/main-slide-next.webp');
}

.bk-slider .cont-wrap .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: 20px;
}

.bk-slider .cont-wrap .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: 0;
}

.bk-slider .cont-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/* footer */
#section5 {
    height: auto !important;
    color: #fff;
    background: #333;
    padding: 50px 0;
    z-index: 1;
}

#section5 .fp-section.fp-table, #section5 .fp-slide.fp-table {
    height: auto !important;
}

#section5 .fp-tableCell {
    height: auto !important;
}

#section5 .cont-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#section5 .cont-wrap .intro-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#section5 .company-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#section5 .cont-wrap .intro-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#section5 .company-info {
    display: flex;
    flex-direction: row;
}

#section5 .company-info .logo {
    width: 169px;
    height: 25px;
    background-image: url('../img/f_logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -2px;
}

#section5 .company-info .address {
    margin-left: 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 복사 */
#section5 .company-info .address .clipboard {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
#section5 .company-info .address .clipboard .copy-input {
    /* max-width: 500px;
    width: 420px; */
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-align: left;
    /* width: auto; */
    display: block;
}
/* #section5 .company-info .address .clipboard .copy-input,
#section5 .company-info .address .clipboard textarea {
    width: 435px;
} */
#section5 .company-info .address .clipboard textarea {
    border: none;
    padding: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-align: left;
    pointer-events : none;
    resize: none;
    height: 22px;
}
#section5 .company-info .address .clipboard textarea::-webkit-scrollbar {
    display: none;
}

#section5 .company-info .address .nums .num-item .clipboard .copy-input {
    width: 100px;
}

#section5 .company-info .address .clipboard .copy-input:focus,
#section5 .company-info .address .clipboard textarea:focus {
    outline: none;
}
.copied, #section5 .company-info .address .nums .num-item .copied {
    font-family: 'Montserrat', sans-serif;
    width: 230px;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color:#000;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
    text-align: center;
}
.copied span, #section5 .company-info .address .nums .num-item .copied span {
    color: #000;
}
.copy-btn {
    width:40px;
    background-color: transparent;
    font-size: 18px;
    padding: 0;
    border-radius: 5px;
    border:none;
    color:#fff;
    transition: all .4s;
    cursor: pointer;
}
/* .copy-btn:hover {
    transform: scale(1.3);
    color:#1a1a1a;
    cursor:pointer;
} */  
.copy-btn:focus {
    outline:none;
}

.clipboard button {
    background-color: transparent;
    border: none;
    width: 18px;
    height: 18px;
    background-image: url('../img/copy-btn.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    border-radius: 3px;
    padding: 0;
    margin-left: 10px;
}
/* 복사 */

#section5 .company-info .address .nums {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
#section5 .company-info .address .nums .num-item {
    display: flex;
}
#section5 .company-info .address .nums .num-item p,
#section5 .company-info .address .nums .num-item span{
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    /* font-weight: bold; */
    font-family: 'Nanum Square', sans-serif;
    /* text-transform: uppercase; */
    margin-right: 5px;
}
#section5 .company-info .address .nums .num-item p {
    font-weight: bold;
    text-transform: uppercase;
}

#section5 .company-info .address div:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-align: left;
}

#section5 .company-info .address .num span,
#section5 .company-info .address .num span a,
#section5 .company-info .address .num a {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

#section5 .company-info .address .num span:last-child {
    margin-left: 34px;
}

#section5 .company-info .address div:nth-of-type(3) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Nanum Square', sans-serif;
    margin-top: 13px;
    text-align: left;
}

#section5 .site-info, .site-info {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 30px;
}
#section5 .site-info .social, .site-info .social {
    display: flex; justify-content: flex-start; align-items: center; gap:15px;
}
#section5 .site-info .social .social-btn, .site-info .social .social-btn {
    width:50px; height:50px; border-radius:50%; background-color:#4A4A4A;
    display:flex; justify-content:center; align-items:center;
    position: relative;
}
#section5 .site-info .social .social-btn:first-child:hover, .site-info .social .social-btn:first-child:hover {
    background-color: #4267B2;
}
#section5 .site-info .social .social-btn:nth-child(2):hover, .site-info .social .social-btn:nth-child(2):hover {
    background-color:#fff;
}

#section5 .site-info .social .social-btn:last-child::before, .site-info .social .social-btn:last-child::before {
    content: '';
    width:19px; height:15px;
    background-image:url('../img/f-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#section5 .site-info .social .social-btn:last-child:hover, .site-info .social .social-btn:last-child:hover {
    background-color: #fff;
}
#section5 .site-info .social .social-btn:last-child:hover::before, .site-info .social .social-btn:last-child:hover::before {
    background-image: url('../img/f-down01.svg');
}
 #section5 .site-info .social .social-btn:last-child:hover::after, .site-info .social .social-btn:last-child:hover::after {
    content: '회사소개서';
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    bottom: -20px;
    white-space: nowrap;
 }

#section5 .site-info span {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

#section5 .site-info .info-item {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.site-info .info-item .item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.site-info .info-item .item-list a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}

/* hamburger */
.hamburger {
    width: 1.188em;
    height: 0.875em;
    z-index: 10000;
    background: transparent;
    cursor: pointer;
    /*  width: 14.375em; */
}

.hamburger .hamburger--container {
    width: 100%;
    padding: 0.25em;
    position: relative;
    /* display: flex;
    justify-content: flex-end;
    align-items: center; */
}

.hamburger .hamburger--container .hamburger--bars {
    height: 2px;
    width: 0.875em;
    background: #fff;
    position: absolute;
    /* top: 0.9em; */
    /* transition: 0.3s ease; */
    /* transition: 5s all ease; */
}

.fp-viewing-secondPage>header .hamburger .hamburger--container .hamburger--bars,
.fp-viewing-secondPage>header .hamburger .hamburger--container .hamburger--bars::before,
.fp-viewing-secondPage>header .hamburger .hamburger--container .hamburger--bars::after,
.fp-viewing-4thPage>header .hamburger .hamburger--container .hamburger--bars,
.fp-viewing-4thPage>header .hamburger .hamburger--container .hamburger--bars::before,
.fp-viewing-4thPage>header .hamburger .hamburger--container .hamburger--bars::after {
    background: #000;
    transition: 0.1s all ease;
}

.fp-viewing-secondPage>header .hamburger.is-active .hamburger--container .hamburger--bars,
.fp-viewing-secondPage>header .hamburger.is-active .hamburger--container .hamburger--bars::before,
.fp-viewing-secondPage>header .hamburger.is-active .hamburger--container .hamburger--bars::after,
.fp-viewing-4thPage>header .hamburger.is-active .hamburger--container .hamburger--bars,
.fp-viewing-4thPage>header .hamburger.is-active .hamburger--container .hamburger--bars::before,
.fp-viewing-4thPage>header .hamburger.is-active .hamburger--container .hamburger--bars::after {
    background: #fff;
    transition: 0.1s all ease;
}

.hamburger .hamburger--container .hamburger--bars::before,
.hamburger .hamburger--container .hamburger--bars::after {
    content: '';
    height: 2px;
    width: 1.188em;
    background: #fff;
    position: absolute;
    right: 0;
    transition: 0.2s all ease;
}

.hamburger .hamburger--container .hamburger--bars::before {
    top: -0.5em;
}

.hamburger .hamburger--container .hamburger--bars::after {
    top: 0.5em;
}

.hamburger.is-active .hamburger--container .hamburger--bars {
    background: white;
}

.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
    background: white;
}

.hamburger.is-active .hamburger--container .hamburger--bars:before {
    right: 0.25em;
}

.hamburger.is-active .hamburger--container .hamburger--bars:after {
    right: -0.65em;
}

html.fp-enabled.overflowY, .fp-enabled body.overflowY {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none !important;
}

.fsmenu {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    display: none;
}

.fsmenu .fsmenu--container {
    width: 0;
    height: 100vh;
    padding: 12.625em 15em 8.438em;
    background: #004871;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.fsmenu .fsmenu--container .fsmenu--text-block {
    width: 100%;
    height: 100%;
    /* overflow-y: scroll;

    -ms-overflow-style: none;
    scrollbar-width: none; */
}

.fsmenu .fsmenu--container .fsmenu--text-block::-webkit-scrollbar {
    display: none;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: -8px 0 0 0;
}

/* .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list:first-child {
    padding: 0 0 0 4.563em;
} */
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list:last-child {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 6.563em;
    margin: 0;
    position: relative;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list:last-child .list--item:last-child {
    margin-top: 82px;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list:last-child .list--item:last-child .fsmenu--list-element.viewlist {
    margin-left: 0;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list:last-child:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.11);
    position: absolute;
    left: 0;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .list--item {
    display: flex;
    flex-direction: row;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
    width: 100%;
    height: 7.5em;
    /* 25% */
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding-left: 0;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a.m-main-menu:hover span {
    color: #22C5D2;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    transition: 0.2s ease;
    z-index: 1004;
}

/* .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
    color: #E63946;
} */
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
    font-size: 5em;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    line-height: 1;
    /* height: 1em; */
    display: inline-block;
    position: relative;
    z-index: 1002;
    font-family: 'Montserrat', sans-serif;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.viewlist {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element span.overview {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #fff;
    z-index: 1002;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    text-transform: capitalize;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.viewlist:last-child {
    margin-left: 6.813em;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.viewlist a {
    height: auto;
    white-space: nowrap;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.viewlist a span {
    font-size: 0.938em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.6);
    z-index: 1002;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element span:before,
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before,
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element span.overview:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    position: absolute;
    left: 0;
    z-index: 1003;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
    height: 25%;
    /* 100% */
    display: flex;
    align-items: flex-end;
    transform: translate(-60%, -100%);
    opacity: 0;
    pointer-events: none;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
    height: 1em;
    font-size: 6.5em;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    line-height: 1;
    color: #043f61;
    display: inline-block;
    margin-right: 0.625em;
    font-family: 'Montserrat', sans-serif;
}

.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
    opacity: 1;
    -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
    animation: animScrollingContactTextLeft 9s linear 0s infinite;
}

.fsmenu.is-active {
    display: block;
}

.fsmenu.is-active::after {
    content: '';
    width: 300px;
    height: 360px;
    background-image: url('../img/fs-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -196px;
    top: 64px;
}

.fsmenu.is-active .fsmenu--container {
    -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
    animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element span,
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before,
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element>span.overview:before {
    -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
    animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}

.fsmenu.close-menu {
    display: block;
}

.fsmenu.close-menu .fsmenu--container {
    width: 100vw;
    right: auto;
    left: 0;
    -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
    animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}

.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before,
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element span:before,
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element>span.overview:before {
    left: auto;
    right: 0;
    background: #004871;
    -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
    animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

.fsmenu--list-element.viewlist a.award, .fsmenu--list-element.viewlist a.brochure,
.fsmenu--list-element.viewlist a.fb, .fsmenu--list-element.viewlist a.blog {
    position: relative;
    padding-left: 33px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1004;
}

.fsmenu--list-element.viewlist a.brochure,
.fsmenu--list-element.viewlist a.blog {
    margin-top: 16px;
}

.fsmenu--list-element.viewlist a.award span, .fsmenu--list-element.viewlist a.brochure span,
.fsmenu--list-element.viewlist a.fb span, .fsmenu--list-element.viewlist a.blog span {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    font-family: 'Nanum Square', sans-serif !important;
}

.fsmenu--list-element.viewlist a.fb span, .fsmenu--list-element.viewlist a.blog span {
    text-transform: capitalize !important;
}

.fsmenu--list-element.viewlist a.award::before {
    content: '';
    width: 26px;
    height: 31px;
    background-image: url('../img/award.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
}

.fsmenu--list-element.viewlist a.fb::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url('../img/fb-icon1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
}

.fsmenu--list-element.viewlist a.brochure::before {
    content: '';
    width: 19px;
    height: 22px;
    background-image: url('../img/brochure.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
}

.fsmenu--list-element.viewlist a.blog::before {
    content: '';
    width: 27px;
    height: 25px;
    background-image: url('../img/blog-icon1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
}

.fsmenu--list-element.viewlist span.since {
    margin-top: 21px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Nanum Square', sans-serif;
    text-transform: capitalize;
}

.fsmenu--list-element.viewlist .tel {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: 'Nanum Square', sans-serif;
    text-transform: capitalize;
    width: max-content !important;
}

.fsmenu--list-element.viewlist .clipboard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.fsmenu--list-element.viewlist .clipboard textarea,
.fsmenu--list-element.viewlist .clipboard > div {
    /* width: 365px; */

    border: none;
    padding: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Nanum Square', sans-serif;
    text-align: left;
    pointer-events : none;
    resize: none;
    height: 20px;
    word-break: keep-all;
}
.fsmenu--list-element.viewlist .clipboard textarea::-webkit-scrollbar {
    display: none;
}
.fsmenu--list-element.viewlist .clipboard textarea:focus {
    outline: none;
}
.fsmenu--list-element.viewlist .clipboard button {
    z-index: 1004; margin-top:4px;
}

.fsmenu--list-element.viewlist span.address {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Nanum Square', sans-serif;
}

.bizAndRnd {
    gap: 4.875rem;
}

.ham-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .list--item:first-child .fsmenu--list-element.viewlist a:hover span {
    color: rgba(34, 230, 144, 0.6);
}

/* .ham-menu a span:hover {
    color: rgba(34, 230, 144, 0.6);
}
 */
@-webkit-keyframes animMenuReveal {
    0% {
        width: 0vw;
    }

    100% {
        width: 100vw;
    }
}

@keyframes animMenuReveal {
    0% {
        width: 0vw;
    }

    100% {
        width: 100vw;
    }
}

@-webkit-keyframes animMenuRevealLinks {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@keyframes animMenuRevealLinks {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@-webkit-keyframes animMenuClose {
    0% {
        width: 100vw;
        padding: 8em 3em 3em;
    }

    100% {
        width: 0vw;
        padding: 8em 0 0;
    }
}

@keyframes animMenuClose {
    0% {
        width: 100vw;
        padding: 8em 3em 3em;
    }

    100% {
        width: 0vw;
        padding: 8em 0 0;
    }
}

@-webkit-keyframes animMenuCloseLinks {
    0% {
        width: 0%;
    }

    100% {
        width: 110%;
    }
}

@keyframes animMenuCloseLinks {
    0% {
        width: 0%;
    }

    100% {
        width: 110%;
    }
}

@-webkit-keyframes animMenuRevealImg {
    0% {
        width: 0;
    }

    100% {
        width: 720px;
    }
}

@keyframes animMenuRevealImg {
    0% {
        width: 0;
    }

    100% {
        width: 720px;
    }
}

@-webkit-keyframes animMenuCloseImg {
    0% {
        width: 720px;
    }

    100% {
        width: 0;
    }
}

@keyframes animMenuCloseImg {
    0% {
        width: 720px;
    }

    100% {
        width: 0;
    }
}

@-webkit-keyframes animScrollingContactTextLeft {
    0% {
        transform: translate(-20%, -100%);
    }

    100% {
        transform: translate(-40%, -100%);
    }
}

@keyframes animScrollingContactTextLeft {
    0% {
        transform: translate(-20%, -100%);
    }

    100% {
        transform: translate(-40%, -100%);
    }
}

#section1 .intro .intro-txt span.mobile,
#section2 .intro .intro-txt .txt-r span.mobile,
#section3 .intro .intro-txt span.mobile,
#section0 .intro .intro-txt span.mobile,
#section4 .intro .intro-txt .txt-r span.mobile {
    display: none;
}

.fp-section.fp-table, .fp-slide.fp-table {
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden;
}

.fp-tableCell {
    height: 100vh !important;
}

/* loading */
.loadingBox {
    /* position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #1D2E45;
    overflow: hidden;
    opacity: 0;
    transition: all 0.9s ease; */
    transition: all 0.9s ease;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    z-index: 99999;
    background-color: #1D2E45;
}

.loadingBox p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #666;
}

.loadingMark {
    position: absolute;
    width: 340px;
    height: 340px;
    top: 50%;
    left: 50%;
    margin: -170px 0px 0px -170px;
    transition: all 0.6s ease;
    /* transform:rotate(-20deg)*/
}

.loadingMarkIn {
    position: relative;
    width: 100%;
    height: 100%;
}

.loadingMarkIn img {
    position: absolute;
    transition: all 0.6s ease;
    opacity: 0;
    transform: scale(1.6);
}

.loadingMarkIn div {
    position: absolute;
    background: rgb(209, 209, 209);
    /*opacity:0;*/
    transition: all 0.8s ease;
}

.loadingBox .loadM1 {
    width: 17%;
    top: -36%;
    left: -33%;
}

.loadingBox .loadM2 {
    width: 17%;
    top: -50%;
    left: 36%;
}

.loadingBox .loadM3 {
    width: 14%;
    top: 9%;
    left: 150%;
}

.loadingBox .loadM4 {
    width: 15%;
    top: 38%;
    left: -90%;
}

.loadingBox .loadM5 {
    width: 17%;
    top: 55%;
    left: 43%;
}

.loadingBox .loadM6 {
    width: 14%;
    top: 40%;
    left: 174%;
}

.loadingBox .loadM7 {
    width: 14.5%;
    top: 110%;
    left: -57%;
}

.loadingBox .loadM8 {
    width: 14%;
    top: 150%;
    left: 33%;
}

.loadingBox .line00 {
    width: 400px;
    height: 1px;
    background: linear-gradient(90deg, rgba(209, 209, 209, 0) 0%, rgba(209, 209, 209, 0.5) 50%, rgba(209, 209, 209, 0) 100%);
}

.loadingBox .line90 {
    width: 1px;
    height: 500px;
    background: linear-gradient(0deg, rgba(209, 209, 209, 0) 0%, rgba(209, 209, 209, 0.5) 50%, rgba(209, 209, 209, 0) 100%);
}

.loadingBox .line01 {
    top: 0%;
    left: -95%;
}

.loadingBox .line02 {
    top: -72%;
    left: 3%;
}

.loadingBox .line03 {
    top: -85%;
    left: 34%;
}

.loadingBox .line04 {
    top: 35%;
    left: 93%;
}

.loadingBox .line05 {
    left: 91%;
    top: -90%;
}

.loadingBox .line06 {
    left: 90%;
    top: 67%;
}

.loadingBox .line07 {
    left: 120%;
    top: 98%;
    width: 300px;
}

.loadingBox.on {
    opacity: 1;
}

.loadingBox.on .loadingMark {
    transform: rotate(0deg)
}

.loadingBox.on img {
    opacity: 1;
    transform: scale(1);
}

.loadingBox.on div {
    /*opacity:1;*/
}

.loadingBox.on .loadM1 {
    top: 22%;
    left: 22%;
}

.loadingBox.on .loadM2 {
    top: 21%;
    left: 40%;
}

.loadingBox.on .loadM3 {
    top: 26%;
    left: 57%;
}

.loadingBox.on .loadM4 {
    top: 43%;
    left: 28%;
}

.loadingBox.on .loadM5 {
    top: 41%;
    left: 44%;
}

.loadingBox.on .loadM6 {
    top: 43%;
    left: 60%;
}

.loadingBox.on .loadM7 {
    top: 60%;
    left: 24.5%;
}

.loadingBox.on .loadM8 {
    top: 63%;
    left: 39%;
}

.loadingBox.on .line01 {
    top: 0%;
    left: -35%;
    transition: all 0.6s 0.3s ease;
}

.loadingBox.on .line02 {
    top: -22%;
    left: 3%;
    transition: all 0.5s 0.5s ease;
}

.loadingBox.on .line03 {
    top: -35%;
    left: 34%;
    transition: all 0.4s 0.7s ease;
}

.loadingBox.on .line04 {
    top: 35%;
    left: 23%;
    transition: all 0.5s 0.9s ease;
}

.loadingBox.on .line05 {
    left: 91%;
    top: -20%;
    transition: all 0.6s 0.7s ease;
}

.loadingBox.on .line06 {
    left: 10%;
    top: 67%;
    transition: all 0.4s 0.8s ease;
}

.loadingBox.on .line07 {
    left: 37%;
    top: 98%;
    width: 300px;
    transition: all 0.5s 1.2s ease;
}

.loadingMarkIn .box {
    width: 288px;
    height: 288px;
    background-color: rgba(255, 255, 255, 0.03);
}

.loadingMarkIn .box.on {
    transform: rotate(20deg);
}

/*쌓이는 인터렉션*/
.box01 {
    transform: translate(0px, 0px);
}

.box02 {
    transform: translate(0px, 0px);
    opacity: 0;
}

.box03 {
    transform: translate(0px, 0px);
    opacity: 0;
}

.box01.on11 {
    transform: translate(0px, 0px);
}

.box02.on11 {
    transform: translate(30px, 30px);
    transition-delay: 0.3s;
    opacity: 1;
}

.box03.on11 {
    transform: translate(60px, 60px);
    transition-delay: 0.4s;
    opacity: 1;
}

/*쌓이는 인터렉션2*/
.box04 {
    transform: translate(20px, 20px);
    opacity: 0;
}

.box05 {
    transform: translate(20px, 20px);
}

.box06 {
    transform: translate(20px, 20px);
    opacity: 0;
}

.box04.on22 {
    transform: translate(-20px, -20px);
    transition-delay: 0.3s;
    opacity: 1;
}

.box05.on22 {
    transform: translate(20px, 20px);
}

.box06.on22 {
    transform: translate(60px, 60px);
    transition-delay: 0.4s;
    opacity: 1;
}

/*커지는 인터렉션*/
.box07 {
    transform: scale(0) translate(0px, 0px);
    opacity: 1;
    transform-origin: left top;
}

.box08 {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
}

.box09 {
    transform: scale(0);
    opacity: 1;
    transform-origin: right bottom;
}

.loadingBox.on .box07 {
    transform: scale(1.1) translate(-20px, -20px);
    transition-delay: 0.3s;
    opacity: 1;
}

.loadingBox.on .box08 {
    transform: scale(1.1) translate(20px, 20px);
    transition-delay: 0.9s;
    opacity: 1;
}

.loadingBox.on .box09 {
    transform: scale(1.1) translate(60px, 60px);
    transition-delay: 0.6s;
    opacity: 1;
}

.box08.big {
    transform: scale(4.5, 4.5);
}

/* loading */

/* 셀렉트박스 */
div#nav { 
    position: relative;
    width: 240px; height:49px;
} 
div#nav a {
    padding: 5px 15px 5px;
    position: relative;
}
.dropdown-toggle {
    padding: 0;
    background: #777;
    width:240px; height:49px;
    position:absolute;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.07);
    font-size: 13px; color: #fff; font-weight:500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.dropdown-toggle::after {
    content: '';
    width: 12px;
    height: 6px;
    background-image: url('../img/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 15px;
}
.dropdown-toggle.f-active::after {
    transform: rotate(180deg);
}

ul.dropdown {
    display: none;
    position: absolute;
    /* top: 100%; */
    bottom:51px;
    margin-top: 5px;
    padding: 5px 5px 0 0;
    background: #fff;
    width:100%;
    border: 1px solid #ddd;
}
ul.dropdown li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
ul.dropdown li span {
    padding: 10px 15px 0 15px;
    font-size: 15px !important;
    color: #404040 !important;
}
ul.dropdown li a {
    text-decoration: none;
    padding: 0em 1em;
    display: block;
    color: #262626;
}
/* 셀렉트박스 */

@media all and (max-width: 2560px) {
    .bk-slider {
        top: 450px;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        top: 28%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        top: 27%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        top: 28%;
    }
}

@media all and (max-width: 1920px) {
    .bk-slider {
        top: 360px;
        /* 270px, 360px */
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        top: 18%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        top: 16%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        top: 18%;
    }
}

@media all and (max-width: 1728px) {
    .fp-section[data-anchor="secondPage"] .intro .img img {
        top: 22%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        top: 16%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        top: 22%;
    }
}

@media all and (max-width: 1416px) {
    #section1 .intro::after {
        width: 1020px;
        height: 593px;
    }

    #section2 .intro .intro-txt .txt-r::before {
        width: 850px;
        height: 635px;
        left: -20px;
    }

    #section3 .intro .intro-txt::after {
        width: 929px;
        height: 641px;
        right: 10px;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 870px;
        height: 420px;
        left: 26%;
        top: 25%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 860px;
        height: 640px;
        left: -25%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 890px;
        height: 640px;
        left: 27%;
        top: 22%;
    }
}

@media all and (max-width: 1240px) {
    #section5 .cont-wrap {
        max-width: 1000px;
        padding: 0 20px;
    }

    #section5 .company-info .address {
        margin-left: 52px;
    }

    .intro .cont-wrap, .cont-wrap {
        max-width: 1060px;
    }

    #section1 .intro::after {
        width: 880px;
        height: 511px;
    }

    #section2 .intro .intro-txt .txt-r::before {
        width: 706px;
        height: 545px;
        left: -10px;
        margin-top: 110px;
    }

    #section3 .intro .intro-txt::after {
        width: 799px;
        height: 532px;
        right: 0;
    }

    #section1 .intro .intro-txt span.mobile, #section2 .intro .intro-txt .txt-r span.mobile,
    #section3 .intro .intro-txt span.mobile, #section4 .intro .intro-txt .txt-r span.mobile {
        display: none;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 800px;
        height: 380px;
        left: 27%;
        top: 28%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 760px;
        height: 580px;
        left: -29%;
        top: 26%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 790px;
        height: 590px;
        left: 29%;
        top: 24%;
    }

    /*  */
    #section5 .cont-wrap .intro-txt {
        flex-direction: column;
    }
    #section5 .site-info, .site-info {
        margin-top: 30px;
    }

}

@media all and (max-width: 1090px) {
    .intro .cont-wrap, .cont-wrap {
        width: 100%;
        padding: 0 30px;
        max-width: 100%;
    }

    #section1 .intro::after {
        width: 700px;
        height: 406px;
    }

    #section2 .intro .intro-txt .txt-r::before {
        width: 612px;
        height: 441px;
        left: -2px;
        margin-top: 110px;
    }

    #section3 .intro .intro-txt::after {
        width: 699px;
        height: 462px;
        right: 0;
    }

    #section1 .intro .intro-txt span.mobile, #section2 .intro .intro-txt .txt-r span.mobile,
    #section3 .intro .intro-txt span.mobile, #section0 .intro .intro-txt span.mobile,
    #section4 .intro .intro-txt .txt-r span.mobile {
        display: none;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 700px;
        height: 340px;
        left: 31%;
        top: 29%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 680px;
        height: 530px;
        left: -30%;
        top: 29%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 730px;
        height: 550px;
        left: 30%;
        top: 26%;
    }
}

@media all and (max-width: 1024px) {
    .bk-slider {
        top: 230px;
    }

    .bk-slider .swiper .swiper-slide {
        width: 310px !important;
    }

    .bk-slider .swiper .swiper-slide .main-slide {
        width: 310px;
        background-size: cover;
        /* 100% */
    }
}

@media all and (max-width: 1020px) {

    .fp-section[data-anchor="3rdPage"] .intro .intro-txt .txt-r::before {
        transform: translateX(-100px);
        transition: opacity 1s, transform .8s ease-in-out;
        transition-delay: 1s;
        opacity: 0;
    }

    .fp-section.active[data-anchor="3rdPage"] .intro .intro-txt .txt-r::before {
        opacity: 1;
        transform: translateX(30px);
    }

    #section1 .intro .intro-txt, #section3 .intro .intro-txt,
    #section2 .intro .intro-txt {
        justify-content: flex-start;
        margin-top: 250px;
    }

    #section2 .intro .intro-txt .txt-r, #section4 .intro .intro-txt .txt-r {
        align-items: flex-start;
    }

    #section2 .intro .intro-txt .txt-r {
        /* height: 100vh; */
        justify-content: flex-start;
    }

    #section2 .intro .intro-txt .txt-r::before {
        width: 612px;
        height: 441px;
        /* left: -2px; */
        /* margin-top: 0; */
        bottom: calc(100% - 80vh);
        /* 0 */
        right: 0;
        left: auto;
    }

    #section1 .intro .intro-txt span.pc, #section2 .intro .intro-txt .txt-r span.pc,
    #section3 .intro .intro-txt span.pc, #section0 .intro .intro-txt span.pc, #section4 .intro .intro-txt .txt-r span.pc {
        display: none;
    }

    #section1 .intro .intro-txt span.mobile,
    #section3 .intro .intro-txt span.mobile,
    #section4 .intro .intro-txt .txt-r span.mobile {
        display: block;
        margin-top: 13px;
        font-size: 20px;
        font-weight: 500;
        line-height: 31px;
        font-family: 'Nanum Square', sans-serif;
        width: 40%;
    }

    #section2 .intro .intro-txt .txt-r span.mobile {
        display: block;
        margin-top: 13px;
        font-size: 20px;
        font-weight: 500;
        line-height: 31px;
        font-family: 'Montserrat', sans-serif;
        width: 40%;
        text-align: left;
    }

    #section0 .intro .intro-txt span.mobile {
        display: block;
        font-size: 17px;
        line-height: 28px;
        margin-top: 32px;
        font-weight: 300;
        font-family: 'Nanum Square', sans-serif;
        word-break: keep-all;
    }

    #section1 .intro .intro-txt .page, #section3 .intro .intro-txt .page,
    #section2 .intro .intro-txt .txt-r .page, #section4 .intro .intro-txt .txt-r .page {
        margin-top: 45px;
    }

    #section0 .intro .intro-txt span:first-child {
        font-size: 45px;
        line-height: 69px;
        word-break: keep-all;
    }

    #section0 .intro .intro-txt span:last-child {
        font-size: 18px;
        line-height: 28px;
        margin-top: 32px;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 700px;
        height: 340px;
        left: 0;
        top: unset;
        bottom: 2%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 680px;
        height: 530px;
        left: 0;
        top: unset;
        bottom: 2%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 730px;
        height: 550px;
        left: 0;
        top: unset;
        bottom: 2%;
    }
}

@media all and (max-width: 920px) {
    .fsmenu .fsmenu--container .fsmenu--text-block {
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media all and (max-width: 900px) {
    #section5 .company-info {
        flex-direction: column;
    }

    #section5 .company-info .address {
        margin-left: 0;
        margin-top: 20px;
    }

    #section0 .intro .intro-txt span:first-child {
        width: 100%;
    }
}

@media all and (max-width: 820px) {
    .bk-slider {
        top: 450px;
    }
}

@media all and (max-width: 800px) {
    .bk-slider {
        top: 260px;
    }
}

@media all and (max-width: 768px) {
    .bk-slider {
        top: 350px;
        /* 400px */
    }
}

@media all and (max-width: 720px) {
    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 630px;
        height: 310px;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 590px;
        height: 450px;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 630px;
        height: 470px;
    }
}

@media all and (max-width: 670px) {
    #section5 .cont-wrap .intro-txt {
        flex-direction: column;
    }

    #section5 .site-info {
        margin-top: 20px;
    }
}

@media all and (max-width: 640px) {
    #section1 {
        overflow: hidden;
    }

    #section1 .intro .intro-txt span.mobile, #section2 .intro .intro-txt .txt-r span.mobile,
    #section3 .intro .intro-txt span.mobile, #section4 .intro .intro-txt .txt-r span.mobile {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        word-break: keep-all;
        text-align: left;
    }

    #section1 .intro .intro-txt .page, #section3 .intro .intro-txt .page {
        margin-top: 35px;
    }

    #section1 .intro .intro-txt span:nth-of-type(1), #section3 .intro .intro-txt span:nth-of-type(1),
    #section2 .intro .intro-txt .txt-r span:nth-of-type(1), #section2 .intro .intro-txt .txt-r span:nth-of-type(2), #section2 .intro .intro-txt .txt-r .page,
    #section4 .intro .intro-txt .txt-r span:nth-of-type(1) {
        width: 100%;
        font-size: 30px;
    }

    #section0 .intro .intro-txt span:first-child {
        font-size: 35px;
        line-height: 49px;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 550px;
        height: 270px;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 530px;
        height: 400px;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 550px;
        height: 420px;
    }

    /* loading */
    .loadingMark {
        position: absolute;
        width: 240px;
        height: 240px;
        margin: -120px 0px 0px -120px;
    }

    .loadingMarkIn .box {
        width: 188px;
        height: 188px;
    }

    .loadingBox .loadM1 {
        width: 14%;
    }

    .loadingBox.on .loadM1 {
        top: 25%;
        left: 26%;
    }

    .loadingBox .loadM2 {
        width: 14%;
    }

    .loadingBox.on .loadM2 {
        top: 24%;
        left: 41%;
    }

    .loadingBox .loadM3 {
        width: 11%;
    }

    .loadingBox.on .loadM3 {
        top: 29%;
    }

    .loadingBox .loadM4 {
        width: 12%;
    }

    .loadingBox.on .loadM4 {
        top: 42%;
        left: 31%;
    }

    .loadingBox .loadM5 {
        width: 14%;
    }

    .loadingBox .loadM6 {
        width: 11%;
    }

    .loadingBox.on .loadM6 {
        left: 57%;
    }

    .loadingBox .loadM7 {
        width: 11.5%;
    }

    .loadingBox.on .loadM7 {
        top: 56%;
        left: 28.5%;
    }

    .loadingBox .loadM8 {
        width: 11%;
    }

    .loadingBox.on .loadM8 {
        top: 58%;
        left: 40%;
    }

    .loadingBox.on .box07 {
        transform: scale(1) translate(0px, 0px);
    }

    .loadingBox.on .box08 {
        transform: scale(1) translate(25px, 25px);
    }

    .loadingBox.on .box09 {
        transform: scale(1) translate(50px, 50px);
    }
    /* loading */
}

@media all and (max-width: 620px) {
    #section1 .intro::after {
        width: 100%;
        background-size: 100% auto;
        background-position: center bottom;
    }

    #section2 .intro .intro-txt .txt-r::before {
        width: 100%;
        background-size: 100% auto;
        background-position: center bottom;
    }

    #section3 .intro .intro-txt::after {
        width: 100%;
        background-size: 100% auto;
        background-position: center center;
    }
}
@media all and (max-width: 520px) {
    #section5 .company-info .address div:nth-of-type(1) {
        padding-right:20px;
    }
    .clipboard button {
        position: absolute; right:0; top:3px;
        margin: 0;
    }
}
@media all and (max-width: 500px) {
    .bk-slider .swiper .swiper-slide {
        width: 200px !important;
    }

    .bk-slider .swiper .swiper-slide .main-slide {
        background-size: 100%;
    }

    .bk-slider .swiper .swiper-wrapper {
        height: 620px;
    }

    .bk-slider .swiper .swiper-wrapper {
        gap: 0.7%;
    }
}
@media all and (max-width: 480px) {
    #section5 .company-info .address .clipboard.addr {
        align-items: flex-start;
    }
    #section5 .company-info .address .clipboard.addr button {
        margin-top: 2px;
    }
    #section5 .company-info .address .clipboard textarea {
        width:300px; height:44px; word-break:keep-all;
    }

    /*  */
    #section5 .site-info, .site-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
@media all and (max-width: 460px) {
    .intro .cont-wrap, .cont-wrap {
        padding: 0 20px;
    }

    #section1 .intro::after {
        width: 100%;
        height: 240px;
        /* bottom:70px; height:226px; right:-50px; */
    }

    #section2 .intro .cont-wrap::after {
        width: 100%;
        height: 284px;
        right: -40px;
        bottom: 0;
    }

    #section2 .intro .intro-txt .txt-r span:nth-of-type(2), #section4 .intro .intro-txt .txt-r span:nth-of-type(2) {
        width: 100%;
    }

    #section2 .intro .intro-txt .txt-r span:nth-of-type(1), #section2 .intro .intro-txt .txt-r span:nth-of-type(2), #section2 .intro .intro-txt .txt-r .page {
        width: 100%;
    }

    .bk-slider .swiper .swiper-slide .main-slide {
        box-shadow: none;
    }
}

@media all and (max-width: 420px) {
    .bk-slider {
        top: 280px;
        /* 340px */
    }

    .bk-slider .swiper .swiper-slide .main-slide {
        width: 200px;
    }

    .bk-slider .swiper .swiper-wrapper {
        height: 400px;
    }

    .bk-slider .swiper .cont-wrap {
        top: -70px;
    }

    .bk-slider .swiper .swiper-slide {
        width: 200px !important;
    }

    #section2 .intro .intro-txt, #section3 .intro .intro-txt {
        margin-top: 0;
    }

    #section2 .intro .intro-txt .txt-r span:nth-of-type(1), #section3 .intro .intro-txt span:nth-of-type(1) {
        margin-top: 110px;
    }

    #section2 .intro .intro-txt .txt-r {
        height: 100%;
    }

    #section4 .intro .intro-txt {
        margin-top: -250px;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 360px;
        height: 175px;
        bottom: 3%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 350px;
        height: 270px;
        bottom: 3%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 360px;
        height: 270px;
        bottom: 1%;
    }

    .bk-slider .swiper .swiper-wrapper {
        gap: 1.6%;
    }

    .fsmenu--list-element.viewlist .clipboard {
        align-items:flex-start;
    }
    .fsmenu--list-element.viewlist .clipboard textarea {
        width:235px; height:40px;
    }
    .fsmenu--list-element.viewlist .clipboard button {
        margin-top:7px;
    }

    .fp-section[data-anchor="secondPage"] .page-top, .fp-section[data-anchor="4thPage"] .page-top,
    .fp-section[data-anchor="3rdPage"] .page-top, .fp-section[data-anchor="5thPage"] .page-top {
        right:20px;
    }
}

@media all and (max-width: 412px) {
    .bk-slider {
        top: 390px;
    }
}

@media all and (max-width: 414px) {
    .bk-slider {
        top: 360px;
    }
}
@media all and (max-width: 410px) {
    .fsmenu--list-element.viewlist .clipboard > div {
        padding-right: 20px;
        word-break: normal;
    }
}
@media all and (max-width: 390px) {
    .bk-slider {
        top: 360px;
        /* 340px */
    }
}
@media all and (max-width: 380px) {
    footer .company-info .address div:nth-of-type(1) {
        padding-right:11px;
    }
}
@media all and (max-width: 375px) {
    .bk-slider {
        top: 270px;
    }
}

@media all and (max-width: 360px) {
    .bk-slider {
        top: 310px;
    }

    .bk-slider .swiper .cont-wrap {
        top: -60px;
    }
}
@media all and (max-width: 350px) {
    #section5 .company-info .address .clipboard textarea {
        width:265px;
    }
    #section5 .company-info .address .nums {
        flex-direction: column; gap:0; align-items:flex-start; margin-top:7px;
    }
}
@media all and (max-width: 340px) {
    #section5 .company-info .address .num {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 7px;
    }

    #section5 .company-info .address .num span:last-child {
        margin-left: 0;
    }

    #section5 .company-info .address .num span, #section5 .company-info .address .num span a {
        line-height: 20px;
    }
}

@media all and (max-width: 320px) {
    #section0 .intro .intro-txt span:first-child {
        font-size: 27px;
        line-height: 37px;
        word-break: keep-all;
    }

    #section0 .intro .intro-txt span:last-child {
        font-size: 16px;
        line-height: 23px;
        margin-top: 32px;
    }

    .fp-section[data-anchor="secondPage"] .intro .img img {
        width: 290px;
        height: 139px;
        bottom: 10%;
    }

    .fp-section[data-anchor="3rdPage"] .intro .img img {
        width: 290px;
        height: 215px;
        bottom: 5%;
    }

    .fp-section[data-anchor="4thPage"] .intro .img img {
        width: 290px;
        height: 215px;
        bottom: 2%;
    }

    #section1 .intro .intro-txt span:nth-of-type(1), #section3 .intro .intro-txt span:nth-of-type(1), #section2 .intro .intro-txt .txt-r span:nth-of-type(1), #section2 .intro .intro-txt .txt-r span:nth-of-type(2), #section2 .intro .intro-txt .txt-r .page, #section4 .intro .intro-txt .txt-r span:nth-of-type(1) {
        font-size: 25px;
    }

    #section1 .intro .intro-txt span.mobile, #section2 .intro .intro-txt .txt-r span.mobile, #section3 .intro .intro-txt span.mobile, #section4 .intro .intro-txt .txt-r span.mobile {
        font-size: 15px;
        margin-top: 5px;
    }

    .bk-slider {
        top: 200px;
    }
}