body {}






.main .section1 {
    position: relative;
}

.main .s1_common_tit {
    opacity: 0;
    transition: 1.2s ease;
    text-transform: uppercase;
    gap: 2px;
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 20%;
    font-family: "Noto Serif KR", serif;
    display: flex;
    flex-direction: column;
    padding: 24px 10px;
    border: 1px solid #C2B297;
    color: #C2B297;
    font-size: 18px;
    font-weight: 700;
}

.main .s1_common_tit .s1_common_wrap {
    width: 24px;
    text-align: center;
    line-height: 1.2;
}

.main .s1_common_tit .s1_common_wrap {
    overflow: hidden;
}

.main .s1_common_tit .s1_common_wrap_txt {
    transform: translateY(100%);
    transition: 1.2s ease;
}

.main .s1_common_tit.on {
    opacity: 1;
}

.main .s1_common_tit.on .s1_common_wrap_txt {
    transform: translateY(0);
    transition-delay: 0.6s;
}

.main .s1_swi .s1_bg {
    transform: scale(1.1);
    transition: 6s ease;
}

.main .s1_swi .s1_bg img {
    min-height: 920px;
    width: 100%;
    object-fit: cover;
}

.main .s1_swi .swiper-slide-active .s1_bg {
    transform: scale(1);
}

.main .s1_txt_con {
    z-index: 3;
    position: absolute;
    top: 25%;
    right: 20%;
    color: #fff;
    font-family: "Noto Serif KR", serif;
}

.main .s1_txt_group {
    position: absolute;
    right: 0;
    top: 0;
    gap: 30px;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.main .s1_txt_wrap {
    overflow: hidden;
    text-align: center;
}

.main .s1_txt_group>div {
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main .s1_txt_group>div .s1_txt_wrap_con {
    opacity: 0;
    transition: 1.2s ease;
    transform: translateY(-100%);
    height: max-content;
}

.main .s1_txt_group .s1_txt4 {
    opacity: 0;
    transition: 1.2s ease;
    transform: translateY(-100%);
    height: max-content;
}

.main .s1_line {
    width: 2px;
    height: 22px;
    background-color: #fff;
    margin-top: 4px;
}

.main .s1_txt_group.on>div .s1_txt_wrap_con {
    transform: translateY(0);
    opacity: 1;
}

.main .s1_txt_group.on>div.s1_txt4 {
    transform: translateY(0);
    opacity: 1;
}

.main .s1_txt_group.on .s1_txt1 .s1_txt_wrap_con {
    transition-delay: 1.8s;
}

.main .s1_txt_group.on .s1_txt2 .s1_txt_wrap_con {
    transition-delay: 1.2s;
}

.main .s1_txt_group.on .s1_txt4 {
    transition-delay: 0.6s;
}

.main .s1_txt_group.on .s1_txt5 .s1_txt_wrap_con {
    transition-delay: 0s;
}

.main .s1_txt_group:nth-child(2).on .s1_txt1 .s1_txt_wrap_con {
    transition-delay: 2.4s;
}

.main .s1_txt_group:nth-child(2).on .s1_txt2 .s1_txt_wrap_con {
    transition-delay: 1.8s;
}

.main .s1_txt_group:nth-child(2).on .s1_txt3 .s1_txt_wrap_con {
    transition-delay: 1.2s;
}

.main .s1_txt_group:nth-child(3).on .s1_txt1 .s1_txt_wrap_con {
    transition-delay: 2.4s;
}

.main .s1_txt_group:nth-child(3).on .s1_txt2 .s1_txt_wrap_con {
    transition-delay: 1.8s;
}

.main .s1_txt_group:nth-child(3).on .s1_txt3 .s1_txt_wrap_con {
    transition-delay: 1.2s;
}

.main .s1_scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    line-height: 1.5;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.main .s1_scroll_line_group {
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.main .line {
    width: 2px;
    background-color: #ffffff38;
    height: 35px;
}

.main .line_wh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    animation: lineAni 4s ease infinite forwards;
}


.main .section1 .s1_news_group {
    align-items: center;
    gap: 23px;
    display: flex;
    position: absolute;
    z-index: 4;
    bottom: 85px;
    width: 80%;
    left: 10%;
    color: #fff;
}

.main .section1 .s1_news_tit {
    font-size: 20px;
    font-weight: 500;
    font-family: "Spectral", serif;
}

.main .section1 .s1_news_line {
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.main .section1 .s1_news_con {
    height: 30px;
    overflow: hidden;
}

.main .section1 .s1_news_con_wrap {
    display: flex;
    flex-direction: column;
    height: max-content;
}

.main .section1 .s1_news_list {
    display: flex;
    gap: 10px;
    height: 30px;
    align-items: center;
}

.main .section1 .s1_news_date {
    font-weight: 700;
}

.main .section1 .s1_news_txt {}

.main .section1 .s1_news_list {
    cursor: pointer;
}

.main .section1 {}

@keyframes lineAni {
    0% {
        top: 0;
        bottom: auto;
        height: 0;
    }

    49% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    50% {
        top: auto;
        bottom: 0;
        height: 100%;
    }

    99% {
        height: 0;
        top: auto;
        bottom: 0;
    }
}

.main .section2 {
    color: #FFF;
    position: relative;
    padding: 320px 0;
    overflow: hidden;
}

.main .section2 .s2_con {
    position: relative;
    z-index: 4;
    width: 90%;
    max-width: calc(70%);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 15%;
}

.main .section2 .s2_tit_group {
    display: flex;
    gap: 60px;
}

.main .section2 .s2_tit_letter {
    text-align: center;
}

.main .section2 .s2_tit_letter_wrap {
    overflow: hidden;
}

.main .section2 .s2_tit {
    display: flex;
    flex-direction: column;
    gap: 23px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif KR", serif;
    line-height: 1.2;
}

.main .section2 .s2_right_txt {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: -0.04rem;
}

.main .section2 .s2_right_txt1 {}

.main .section2 .s2_right_txt2 {
    color: #ffffff98;
}

.main .section2 .s2_right_group {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.main .section2 .s2_img_group {
    display: flex;
    gap: 20px;
}

.main .section2 .s2_img_wrap {}

.main .section2 .s2_img {
    width: 215px;
    aspect-ratio: 215/406;
    overflow: hidden;
}

.main .section2 .s2_img img {
    height: calc(100% + 100px);
    object-fit: cover;
    width: 100%;
}

.main .section2 .s2_img_wrap:nth-child(2) img {
    transform: translateY(-100px) scale(1.2);
}

.main .section2 .s2_txt_wrap_bx {}

.main .section2 .s2_right_txt_wrap {
    overflow: hidden;
}

.main .section2 .s2_light1 {
    /* animation: lightAni 10s linear infinite forwards; */
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 636px;
}

.main .section2 .s2_light2 {
    z-index: 3;
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: 645px;
    height: 636px;
    border-radius: 50%;
}

.main .section2 {}

.main .section2 {}

/* @keyframes lightAni {
    0%{left: 100px;top: 150px;}
    20%{left: 50px;top: 200px;}
    40%{left: 450px;top: 350px;}
    60%{left: 240px;top: 540px;}
    80%{left: 40px;top: 200px;}
    100%{left: 100px;top: 150px;}
} */

/* .section2.on */

.main .section2 .s2_logo {
    opacity: 0;
    transition: 1s ease;
}

.main .section2 .s2_tit_letter {
    transform: translateY(-100%);
    transition: 1s ease;
}

.main .section2 .s2_right_txt_wrap_bx {
    transform: translateY(-100%);
    transition: 1s ease;
}

.main .section2 .s2_img_wrap {
    transition: 1s ease;
    opacity: 0;
}

.main .section2 .s2_img_wrap:nth-child(1) {
    transform: translateY(50px);
}

.main .section2 .s2_img_wrap:nth-child(2) {
    margin-top: 50px;
    transform: translateY(-50px);
}

.main .section2 .s2_img_wrap:nth-child(3) {
    margin-top: 25px;
    transform: translateY(25px);
}

.main .section2 {}

.main .section2 {}

.main .section2.on .s2_logo {
    opacity: 1;
}

.main .section2.on .s2_tit_letter {
    transform: translateY(0);
    transition-delay: 0.2s;
}

.main .section2.on .s2_right_txt_wrap_bx {
    transform: translateY(0);
}

.main .section2.on .s2_right_txt1 {}

.main .section2.on .s2_right_txt1 .s2_right_txt_wrap:nth-child(1) .s2_right_txt_wrap_bx {
    transition-delay: 0.3s;
}

.main .section2.on .s2_right_txt1 .s2_right_txt_wrap:nth-child(2) .s2_right_txt_wrap_bx {
    transition-delay: 0.4s;
}

.main .section2.on .s2_right_txt1 .s2_right_txt_wrap:nth-child(3) .s2_right_txt_wrap_bx {
    transition-delay: 0.5s;
}

.main .section2.on .s2_right_txt2 .s2_right_txt_wrap_bx {
    transition-delay: 0.6s;
}

.main .section2.on .s2_img_wrap {
    opacity: 1;
    transform: translateY(0);
}

.main .section2.on .s2_img_wrap:nth-child(1) {
    transition-delay: 0.7s;
}

.main .section2.on .s2_img_wrap:nth-child(2) {
    transition-delay: 0.8s;
}

.main .section2.on .s2_img_wrap:nth-child(3) {
    transition-delay: 0.9s;
}

.main .section2.on {}

/* section3 */
.main .section3 {
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}

.main .section3 .s3_swi_group {
    display: flex;
    flex-direction: column;
    gap: 23px;
    border-radius: 60px 0 0 0;
    background: linear-gradient(to bottom, #000, transparent);
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    padding: 56px 50px 10vw;
}

.main .section3 .s3_swi_nav_group {
    display: flex;
    gap: 10px;
}

.main .section3 .s3_swi_nav_group>div {
    width: 40px;
    cursor: pointer;
    transition: .4s ease;
    border-radius: 50%;
}

.main .section3 .s3_swi_nav_group>div:hover {
    filter: brightness(0.8);
}

.main .section3 .s3_swi_nav_group>div.swiper-button-disabled {
    filter: brightness(0.1);
}

.main .section3 {}

.main .section3 .s3_swi {
    width: 507px;
}

.main .section3 .swiper-slide {
    z-inde x: 3 !important;
}

.main .section3 .s3_swi img {
    transform: scale(1);
    transition: 1.5s ease;
}

.main .section3 .s3_swi .swiper-slide-active img {
    transform: scale(1.1);
}

.main .section3 .swiper-slide img {}

.main .section3 .s3_bg_group {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
}

.main .section3 .s3_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateY(-200px);
}

.main .section3 .s3_bg.on {
    z-index: 3;
}

.main .section3 .s3_bg:nth-child(1) {
    position: relative;
}

.main .section3 .s3_bg img {
    transition: 1.5s;
    width: 100%;
    opacity: 0;
    transform: scale(1.2);
    object-fit: cover;
    height: 100%;
}

.main .section3 .s3_bg.on img {
    opacity: 1;
    transform: scale(1);
}

.main .section3 .s3_swi_txt_group {
    position: relative;
}

.main .section3 .s3_swi_txt {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    font-family: "Noto Serif KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.main .section3 .s3_swi_txt span {
    color: rgba(255, 255, 255, 0.50);
    transform: translateY(100%);
    padding-right: 1px;
    display: inline-block;
    transition: transform 1s ease;
}

.main .section3 .s3_swi_txt.on span {
    transform: translateY(0);
}

/* 미친노가다 */
.main .section3 .s3_swi_txt:nth-child(1) {
    position: relative;
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(1) {
    color: #fff;
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(2) {
    color: rgba(255, 255, 255, 0.950);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(3) {
    color: rgba(255, 255, 255, 0.900);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(4) {
    color: rgba(255, 255, 255, 0.850);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(5) {
    color: rgba(255, 255, 255, 0.800);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(6) {
    color: rgba(255, 255, 255, 0.750);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(7) {
    color: rgba(255, 255, 255, 0.7);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(8) {
    color: rgba(255, 255, 255, 0.65);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(9) {
    color: rgba(255, 255, 255, 0.60);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(10) {
    color: rgba(255, 255, 255, 0.55);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(11) {
    color: rgba(255, 255, 255, 0.50);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(12) {
    color: rgba(255, 255, 255, 0.45);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(13) {
    color: rgba(255, 255, 255, 0.40);
}

.main .section3 .s3_swi_txt:nth-child(1) span:nth-child(14) {
    color: rgba(255, 255, 255, 0.35);
}

.main .section3 .s3_swi_txt:nth-child(2) span:nth-child(1) {
    color: #fff;
}

.main .section3 .s3_swi_txt:nth-child(2) span:nth-child(2) {
    color: rgba(255, 255, 255, 0.801);
}

.main .section3 .s3_swi_txt:nth-child(2) span:nth-child(3) {
    color: rgba(255, 255, 255, 0.644);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(1) {
    color: #fff;
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(2) {
    color: rgba(255, 255, 255, 0.900);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(3) {
    color: rgba(255, 255, 255, 0.850);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(4) {
    color: rgba(255, 255, 255, 0.800);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(5) {
    color: rgba(255, 255, 255, 0.750);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(6) {
    color: rgba(255, 255, 255, 0.700);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(7) {
    color: rgba(255, 255, 255, 0.65);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(8) {
    color: rgba(255, 255, 255, 0.60);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(9) {
    color: rgba(255, 255, 255, 0.55);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(10) {
    color: rgba(255, 255, 255, 0.5);
}

.main .section3 .s3_swi_txt:nth-child(3) span:nth-child(11) {
    color: rgba(255, 255, 255, 0.45);
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(1) {
    transition-delay: 0s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(2) {
    transition-delay: 0.1s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(3) {
    transition-delay: 0.2s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(4) {
    transition-delay: 0.3s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(5) {
    transition-delay: 0.4s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(6) {
    transition-delay: 0.5s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(7) {
    transition-delay: 0.6s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(8) {
    transition-delay: 0.7s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(9) {
    transition-delay: 0.8s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(10) {
    transition-delay: 0.9s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(11) {
    transition-delay: 1s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(12) {
    transition-delay: 1.1s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(13) {
    transition-delay: 1.2s;
}

.main .section3 .s3_swi_txt:nth-child(1).on span:nth-child(14) {
    transition-delay: 1.3s;
}

.main .section3 .s3_swi_txt:nth-child(2).on span:nth-child(1) {
    transition-delay: 0s;
}

.main .section3 .s3_swi_txt:nth-child(2).on span:nth-child(2) {
    transition-delay: 0.1s;
}

.main .section3 .s3_swi_txt:nth-child(2).on span:nth-child(3) {
    transition-delay: 0.2s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(1) {
    transition-delay: 0s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(2) {
    transition-delay: 0.1s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(3) {
    transition-delay: 0.2s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(4) {
    transition-delay: 0.3s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(5) {
    transition-delay: 0.4s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(6) {
    transition-delay: 0.5s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(7) {
    transition-delay: 0.6s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(8) {
    transition-delay: 0.7s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(9) {
    transition-delay: 0.8s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(10) {
    transition-delay: 0.9s;
}

.main .section3 .s3_swi_txt:nth-child(3).on span:nth-child(11) {
    transition-delay: 1s;
}




.main .section3 {}

.main .section3 {}

.main .section3 .s3_txt_group {
    position: absolute;
    top: 170px;
    left: 10%;
    z-index: 3;
    color: #fff;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main .section3 #s3_num_group {
    height: 160px;
    overflow: hidden;
    color: #ffffff33;
    font-size: 160px;
    font-weight: 700;
    font-family: "Advent Pro", sans-serif;
}

.main .section3 .s3_num_group_wrap {
    transition: 1s cubic-bezier(0.88, 0.01, 0.25, 1);
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: max-content;
}

.main .section3 #s3_num_group.on0 .s3_num_group_wrap {
    transform: translateY(0);
}

.main .section3 #s3_num_group.on1 .s3_num_group_wrap {
    transform: translateY(-190px);
}

.main .section3 #s3_num_group.on2 .s3_num_group_wrap {
    transform: translateY(-380px);
}

.main .section3 .s3_num {}

.main .section3 .s3_txt_txt {
    position: relative;
}

.main .section3 .s3_txt_bx {
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s ease;
    transform: translateY(50px);
    position: absolute;
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.04rem;
}

.main .section3 .s3_txt_bx:nth-child(1) {
    position: relative;
}

.main .section3.on .s3_txt_bx.on {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.main .section3 {}


.main .section3 .s3_txt_tit {
    position: relative;
    height: 48px;
}

.main .section3 .s3_txt_tit_wrap {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    font-family: "Noto Serif KR";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.main .section3 .s3_txt_tit_wrap span {
    color: #C2B297;
    transform: translateY(100%);
    padding-right: 1px;
    display: inline-block;
    transition: transform 1s ease;
}

.main .section3.on .s3_txt_tit_wrap.on span {
    transform: translateY(0);
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(1) {
    transition-delay: 0s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(2) {
    transition-delay: 0.1s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(3) {
    transition-delay: 0.2s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(4) {
    transition-delay: 0.3s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(5) {
    transition-delay: 0.4s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(6) {
    transition-delay: 0.5s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(7) {
    transition-delay: 0.6s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(8) {
    transition-delay: 0.7s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(9) {
    transition-delay: 0.8s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(10) {
    transition-delay: 0.9s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(1).on span:nth-child(11) {
    transition-delay: 1s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(1) {
    transition-delay: 0s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(2) {
    transition-delay: 0.1s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(3) {
    transition-delay: 0.2s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(4) {
    transition-delay: 0.3s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(5) {
    transition-delay: 0.4s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(6) {
    transition-delay: 0.5s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(7) {
    transition-delay: 0.6s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(8) {
    transition-delay: 0.7s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(9) {
    transition-delay: 0.8s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(10) {
    transition-delay: 0.9s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(11) {
    transition-delay: 1s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(12) {
    transition-delay: 1.1s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(13) {
    transition-delay: 1.2s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(2).on span:nth-child(14) {
    transition-delay: 1.3s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(3).on span:nth-child(1) {
    transition-delay: 0s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(3).on span:nth-child(2) {
    transition-delay: 0.1s;
}

.main .section3.on .s3_txt_tit_wrap:nth-child(3).on span:nth-child(3) {
    transition-delay: 0.2s;
}

/* section3.on */
.main .section3 .s3_txt_group {
    transform: translateY(50px);
    transition: 1s ease;
    opacity: 0;
}

.main .section3 .s3_swi_group {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s ease;
}

.main .section3.on .s3_txt_group {
    transform: translateY(0);
    opacity: 1;
}

.main .section3.on .s3_swi_group {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.main .section3 {}

.main .section3 {}



.main .section4 {
    padding: 430px 0;
    position: relative;
    overflow: hidden;
}

.main .section4 .swiper .swiper-slide {
    overflow: visible;
}

.main .section4 {}

.main .section4 .s04_swi {
    overflow: visible;
    position: relative;
    z-index: 5;
}

.main .section4 .swiper-slide {
    max-width: 100%;
    width: max-content;
    border-radius: 5px;
    transition: 1s ease;
    position: relative;
}

/* .main .section4 .swiper-slide.second{opacity: 0.2;} */
.main .section4 .swiper-slide.swiper-slide .swiper_wrap {
    opacity: 0;
    filter: brightness(0);
}

.main .section4 .swiper-slide.swiper-slide-next .swiper_wrap,
.main .section4 .swiper-slide.swiper-slide-prev .swiper_wrap {
    opacity: 1;
    filter: brightness(0.7);
}

.main .section4 .swiper-slide.swiper-slide-active .swiper_wrap {
    opacity: 1;
    filter: brightness(1);
}

.main .section4 .swiper-slide.second .swiper_wrap {
    opacity: 1;
    filter: brightness(0.4);
}

/* .main .section4 .swiper-slide.swiper-slide-next,
.main .section4 .swiper-slide.swiper-slide-prev{opacity: 0.4;}
.main .section4 .swiper-slide.swiper-slide-active{opacity: 1;} */
.main .section4 .swiper-slide * {
    border-radius: 5px;
}

.main .section4 .swiper_img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
}

.main .section4 .swiper_img img {
    border-radius: 10px;
    max-width: 262px;
    aspect-ratio: 320/480;
    object-fit: cover;
}

.main .section4 .s4_next,
.main .section4 .s4_prev {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main .section4 .s4_next {
    left: calc(50% + 700px);
}

.main .section4 .s4_prev {
    left: calc(50% - 700px);
}

.main .section4 .s4_bg_group {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 150px;
}

.main .section4 .s4_bg {
    filter: brightness(0.6);
    transition: 1s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main .section4 .s4_bg.on {
    opacity: 1;
}

.main .section4 .s4_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .section4 .swi_txt_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 160px;
    color: #fff;
    position: absolute;
    left: calc(100% + 10px);
    width: max-content;
}

.main .section4 .swi_tit {
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif KR", serif;
    color: #c2b297;
}

.main .section4 .swi_line {
    width: 0px;
    height: 2px;
    background-color: #fff;
}

.main .section4 .swi_txt {
    font-size: 16px;
    line-height: 1.6;
}

.main .section4 .swi_btn_txt {
    font-size: 16px;
    line-height: 1.6;
    transition: 0.6s ease;
    position: relative;
    z-index: 3;
}

.main .section4 .swi_btn {
    border: 1px solid #fff;
    border-radius: 0;
    width: max-content;
    width: 138px;
    height: 39px;
    font-size: 16px;
}

.main .section4 .swi_btn .swi_btn_wrap {
    position: relative;
    height: 100%;
    align-items: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
}

.main .section4 .swi_btn .swi_btn_wrap .swi_btn_bg {
    background-color: #fff;
    border-radius: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: 0.6s ease;
}

.main .section4 .swi_btn .swi_btn_wrap:hover .swi_btn_bg {
    width: 100%;
}

.main .section4 .swi_btn_wrap:hover .swi_btn_txt {
    color: #000;
}

.main .section4 .swi_arr {
    display: flex;
    align-items: center;
    transition: 0.6s ease;
}

.main .section4 .swi_btn_wrap:hover .swi_arr {
    filter: brightness(0);
}

.main .section4 .swi_txt_group>div {
    opacity: 0;
    transition: 1s ease;
}

.main .section4 .swiper-slide-active .swi_txt_group>div {
    opacity: 1;
}

.main .section4 .swiper-slide-active .swi_tit {
    transition-delay: 0.6s;
}

.main .section4 .swiper-slide-active .swi_line {
    transition-delay: 0.8s;
    width: 30px;
}

.main .section4 .swiper-slide-active .swi_txt {
    transition-delay: 1s;
}

.main .section4 .swiper-slide-active .swi_btn {
    transition-delay: 1.2s;
}

/* .main .section4 .swiper-slide-active .swiper_wrap{op} 
.main .section4 .swiper-slide-prev .swiper_wrap{transform: rotateY(20deg);}
.main .section4 .swiper-slide-next .swiper_wrap{transform: rotateY(-20deg);} 
.main .section4 .swiper-slide.second .swiper_wrap{transform: rotateY(40deg);} 
.main .section4 .swiper-slide-next ~ .swiper-slide.second .swiper_wrap{transform: rotateY(-40deg);}  */
/* .main .section4 .swiper-slide-active .swiper_wrap{transform: rotateY(0deg);} 
.main .section4 .swiper-slide-prev .swiper_wrap{transform: rotateY(20deg);}
.main .section4 .swiper-slide-next .swiper_wrap{transform: rotateY(-20deg);} 
.main .section4 .swiper-slide.second .swiper_wrap{transform: rotateY(40deg);} 
.main .section4 .swiper-slide-next ~ .swiper-slide.second .swiper_wrap{transform: rotateY(-40deg);}  */
.main .section4 .swiper_wrap {
    transition: 1s ease;
}

/* .main .section4 .swiper-wrapper{perspective: 500px;} */
.main .section4 .swiper-slide {
    perspective: 1200px;
}

.main .section4 .sec4_light {
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 50px;
    width: 736px;
    height: 640px;
}

.main .section4 {}

/* onenter */
.main .section4 .s04_swi {
    opacity: 0;
    transition: 1s ease;
    transform: translateY(50px);
}

.main .section4.on .s04_swi {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}



/* section5 */
.main .section5 {
    position: relative;
    padding: 360px 0;
    overflow: hidden;
    margin-top: -1px;
}

.main .section5 .s5_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.main .section5 .s5_bg img {
    width: 100%;
    height: calc(100% + 300px);
    object-fit: cover;
    transform: translateY(-300px);
}

.main .section5 .s5_con {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.main .section5 .s5_tit_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main .section5 .s5_right {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main .section5 .s5_left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main .section5 .s5_left1 {
    line-height: 1.6;
    color: #c2b297;
    font-family: "Spectral", serif;
    font-size: 30px;
    font-weight: 700;
}

.main .section5 .s5_left2 {
    font-size: 20px;
    color: #fff;
}

/* .main .section5 .s5_btn_txt{color: #fff; font-size: 16px;line-height: 1.6;transition: 0.6s ease;position: relative;z-index: 3;}
.main .section5 .s5_btn{border: 1px solid #fff;border-radius: 0;  width: max-content; width: 120px;height: 39px; font-size: 16px;}
.main .section5 .s5_btn .s5_btn_wrap{position: relative; height: 100%; align-items: center;cursor: pointer;align-items: center;justify-content: center; gap: 10px;display: flex;}
.main .section5 .s5_btn .s5_btn_wrap .s5_btn_bg{background-color: #fff;border-radius: 0;  width: 0;position: absolute;left: 0;top: 0;height: 100%;transition: 0.6s ease;}
.main .section5 .s5_btn .s5_btn_wrap:hover .s5_btn_bg{width: 100%;}
.main .section5 .s5_btn_wrap:hover .s5_btn_txt{color: #000;}
.main .section5 .s5_arr{display: flex;align-items: center;transition: 0.6s ease;}
.main .section5 .s5_btn_wrap:hover .s5_arr{filter: brightness(0);} */
/* From Uiverse.io by xueyuantan */
.s5_btn {
    cursor: pointer;
    display: flex;
    font-size: 22px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 171px;
    height: 54px;
    border-radius: 50px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.01);
    color: #fff;
    box-shadow: -6px -6px 12px 0px rgba(102, 102, 102, 0.25), 6px 6px 12px 0px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    transition: 0.5s 0.3s ease box-shadow, 0.5s ease color;
}

.s5_btn::before {
    content: "";
    width: 0;
    height: 54px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #ffd285 0%, #c2b297 85%);
    transition: 0.5s ease;
    display: block;
    z-index: -1;
}

.s5_btn:hover::before {
    width: 100%;
}

.s5_btn:hover {
    color: #0a0909;
    box-shadow: 0px 0px 10px 0px rgba(255, 210, 133, 0.6), -6px -6px 12px 0px rgba(102, 102, 102, 0.25), 6px 6px 12px 0px rgba(0, 0, 0, 0.6);
}

.s5_arr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .section5 .s5_grid_group {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.main .section5 .s5_list {
    box-sizing: border-box;
    padding: 0 5%;
    transition: 0.8s;
    backdrop-filter: blur(4px);
    background: linear-gradient(to right, #000000a6, transparent);
    box-shadow: 0 0 20px transparent;
    border-radius: 10px;
    border: 1px solid #c2b297;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.main .section5 .s5_num {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Advent Pro", sans-serif;
    font-weight: 700;
}

.main .section5 .s5_ico {}

.main .section5 .s5_txt_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.main .section5 .s5_txt1 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.main .section5 .s5_txt2 {
    font-weight: 200;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.main .section5 .s5_list:hover {
    animation: s5_ani 1s linear 1 forwards;
}

.main .section5.on .s5_list:nth-child(1) {
    animation-delay: 0s;
}

/* .main .section5.on .s5_list:nth-child(2){animation-delay: 0.2s;}
.main .section5.on .s5_list:nth-child(3){animation-delay: 0.4s;}
.main .section5.on .s5_list:nth-child(4){animation-delay: 0.6s;}
.main .section5.on .s5_list:nth-child(5){animation-delay: 0.8s;}
.main .section5.on .s5_list:nth-child(6){animation-delay: 1.0s;}
.main .section5.on .s5_list:nth-child(7){animation-delay: 1.2s;}
.main .section5.on .s5_list:nth-child(8){animation-delay: 1.4s;} */
.main .section5 {}

.main .section5 {}

.main .section5 {}

.main .section5 {}

@keyframes s5_ani {
    0% {
        box-shadow: 0 0 20px transparent;
    }

    5% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }

    10% {
        box-shadow: 0 0 20px transparent;
    }

    25% {
        box-shadow: 0 0 20px transparent;
    }

    30% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }

    35% {
        box-shadow: 0 0 20px transparent;
    }

    40% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }

    /* 80%{box-shadow: 0 0 20px transparent;}
    100%{box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);} */
}

.main .section6 {
    padding: 250px 0;
    background-color: #0A0909;
    position: relative;
}

.main .section6 .s6_con {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main .section6 .s6_tit {
    font-size: 30px;
    font-weight: 700;
    color: #C2B297;
    font-family: "Noto Serif KR", serif;
}

.main .section6 .s6_txt {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif KR", serif;
}

.main .section6 .s6_btn {
    position: relative;
    cursor: pointer;
    background-color: #141313c0;
    display: flex;
    align-items: center;
    border-radius: 50px;
    width: 270px;
    padding: 25px 0 25px 42px;
    box-sizing: border-box;
    /*padding: 0 0 0 42px;*/
}

.main .section6 .s6_btn_txt {
    width: 0;
    overflow: hidden;
    transition: 0.6s ease;
}

.main .section6 .s6_btn_txt_wrap {
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(90deg, #C2B297 0%, #5C5448 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main .section6 .s6_btn_logo {
    position: absolute;
    top: 4.5px;
    left: 5px;
    transition: 0.6s ease;
}

.main .section6 .s6_logo_img {}

.main .section6 .s6_logo_img2 {
    transition: 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.main .section6.on .s6_btn .s6_logo_img2 {
    opacity: 1;
}

.main .section6.on .s6_btn_txt {
    width: 100%;
}

.main .section6.on .s6_btn .s6_btn_logo {
    left: 214px;
}

.main .section6 .s6_light_group {}

.main .section6 .s6_light_group>div {
    width: max-content;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transition: 1s ease;
}

.main .section6.on .s6_light_group>div {
    opacity: 1;
}

.main .section6 .s6_light_group .s6_light1 {
    transform: translate(calc(-50% - 200px), calc(-50% - 100px));
}

.main .section6 .s6_light_group .s6_light2 {
    transform: translate(calc(-50% + 200px), calc(-50% + 100px));
}

.main .section6.on .s6_light_group .s6_light1 {
    transition-delay: 0.2s;
}

.main .section6.on .s6_light_group .s6_light2 {
    transition-delay: 0.4s;
}

.main {}

.main {}

.main {}

.main {}

.main {}

.main {}



/* media */

@media screen and (max-width:1560px) {
    .main .section3 .s3_txt_group {
        left: 5%;
    }

    .main .section3 .s3_swi {
        width: 400px;
    }

}

@media screen and (max-width:1450px) {
    .main .section4 .s4_next {
        left: calc(50% + 570px);
    }

    .main .section4 .s4_prev {
        left: calc(50% - 570px);
    }

}


@media screen and (max-width:1400px) {
    .main .section2 .s2_con {
        max-width: unset;
    }

    .main .section3 .s3_txt_bx {
        font-size: 16px;
    }

    .main .section3 .s3_txt_group {
        max-width: 50%;
    }

    .main .section3 .s3_num_group_wrap {
        font-size: 120px;
    }

    .main .section3 #s3_num_group {
        height: 120px;
    }

    .main .section3 #s3_num_group.on0 .s3_num_group_wrap {}

    .main .section3 #s3_num_group.on1 .s3_num_group_wrap {
        transform: translateY(-150px);
    }

    .main .section3 #s3_num_group.on2 .s3_num_group_wrap {
        transform: translateY(-300px);
    }

    .main .section3 .s3_txt_group {
        top: 10%;
    }

    .main .section3 .s3_txt_tit_wrap {
        font-size: 20px;
    }

    .main .section3 .s3_txt_tit {
        height: 32px;
    }

    .main .section3 .s3_swi_group {
        box-sizing: border-box;
        max-width: 45%;
        padding-bottom: 5vw;
    }


}


@media screen and (max-width:1250px) {
    .main .s1_common_tit {
        left: 10%;
    }

    .main .s1_txt_con {
        right: 10%;
    }

    .main .s1_swi .s1_bg img {
        height: 820px;
        min-height: unset;
    }

    .main .section2 .s2_con {
        gap: 10%;
    }

    .main .section3 {
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
        padding-top: 100px;
    }

    .main .section3 .s3_txt_group,
    .main .section3 .s3_swi_group {
        position: relative;
        z-index: 3;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .main .section3 .s3_bg {
        height: 100%;
    }

    .main .section3 .s3_bg_group {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
    }

    .main .section3 .s3_swi_group {
        max-width: 355px;
        padding: 56px 20px;
        margin-left: auto;
    }

    .main .section3 .s3_swi {
        width: 315px;
    }

    .main .section3 .s3_txt_group {
        max-width: 90%;
        margin: 0 auto;
    }

    .main .section4 {
        padding: 100px 0 330px;
    }

    .main .section4 .swi_txt_group {
        max-width: 90vw;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 40px);
    }

    .main .section4 .s4_next {
        left: calc(50% + 200px);
    }

    .main .section4 .s4_prev {
        left: calc(50% - 200px);
    }




}

@media screen and (max-width:1024px) {
    .main .section2 {
        padding: 100px 0;
    }

    .main .section2 .s2_con {
        justify-content: center;
        margin: 0 auto;
        width: max-content;
        max-width: 90%;
    }

    .main .section2 .s2_right_group {
        flex-direction: column-reverse;
        gap: 226px;
    }

    .main .section2 .s2_tit_group {
        position: absolute;
    }

    .main .section2 .s2_tit_group {
        top: 480px;
        right: 0;
    }

    .main .section2 .s2_tit_group {
        gap: 30px;
    }

    .main .section2 .s2_tit {
        font-size: 20px;
    }

    .main .section2 .s2_right_txt {
        font-size: 16px;
    }




    .main .section2.on .s2_img_wrap:nth-child(1) {
        transition-delay: 0s;
    }

    .main .section2.on .s2_img_wrap:nth-child(2) {
        transition-delay: 0.1s;
    }

    .main .section2.on .s2_img_wrap:nth-child(3) {
        transition-delay: 0.2s;
    }

    .main .section2.on .s2_logo {
        transition-delay: 0.8s;
    }

    .main .section2.on .s2_tit_letter {
        transform: translateY(0);
        transition-delay: 1s;
    }

    .main .section2.on .s2_right_txt1 .s2_right_txt_wrap:nth-child(1) .s2_right_txt_wrap_bx {
        transition-delay: 1.2s;
    }

    .main .section2.on .s2_right_txt1 .s2_right_txt_wrap:nth-child(2) .s2_right_txt_wrap_bx {
        transition-delay: 1.4s;
    }

    .main .section2.on .s2_right_txt1 .s2_right_txt_wrap:nth-child(3) .s2_right_txt_wrap_bx {
        transition-delay: 1.6s;
    }

    .main .section2.on .s2_right_txt2 .s2_right_txt_wrap_bx {
        transition-delay: 1.8s;
    }


    .main .section5 .s5_grid_group {
        grid-template-columns: repeat(2, 1fr);
    }

    .main .section5.on .s5_list {
        animation: s5_ani 1s linear 1 forwards;
    }

    .main .section5.on .s5_list:nth-child(1) {
        animation-delay: 0s;
    }

    .main .section5.on .s5_list:nth-child(2) {
        animation-delay: 0.2s;
    }

    .main .section5.on .s5_list:nth-child(3) {
        animation-delay: 0.4s;
    }

    .main .section5.on .s5_list:nth-child(4) {
        animation-delay: 0.6s;
    }

    .main .section5.on .s5_list:nth-child(5) {
        animation-delay: 0.8s;
    }

    .main .section5.on .s5_list:nth-child(6) {
        animation-delay: 1.0s;
    }

    .main .section5.on .s5_list:nth-child(7) {
        animation-delay: 1.2s;
    }

    .main .section5.on .s5_list:nth-child(8) {
        animation-delay: 1.4s;
    }


}

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


    .main .s1_txt_group {
        gap: 20px;
        font-size: 16px;
    }

    .main .s1_txt5 {
        font-size: 20px;
    }

    .main .s1_common_tit {
        font-size: 16px;
        padding: 12px 6px;
    }

    .main .line {
        height: 30px;
    }

    .main .s1_news_date {
        width: 100%;
        max-width: 150px;
        white-space: nowrap;
    }

    .main .section1 .s1_news_list {
        font-size: 14px;
    }

    .main .section1 .s1_news_txt {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .main .section1 .s1_news_tit {
        font-size: 16px;
    }

    .main .section1 .s1_news_line {
        height: 12px;
    }


    .main .section2 .s2_img_group {
        flex-wrap: wrap;
        gap: 15px;
    }

    .main .section2 .s2_img_wrap {
        width: calc(50% - 7.5px);
    }

    .main .section2 .s2_img_wrap {
        aspect-ratio: 160/302;
    }

    .main .section2 .s2_img {
        width: 100%;
    }

    .main .section2 .s2_img_wrap:nth-child(2) {
        margin-top: 70px;
    }

    .main .section2 .s2_img_wrap:nth-child(3) {
        margin-top: -70px;
    }

    .main .section2 .s2_tit_group {
        top: 45%;
    }

    .main .section2 .s2_logo img {
        width: 40px;
    }

    .main .section2 .s2_right_txt {
        gap: 20px;
    }

    .main .section2 .s2_right_txt1 * {
        display: inline;
    }

    .main .section2.on .s2_right_txt2 .s2_right_txt_wrap_bx {
        display: inline;
    }

    /* .main .section2 .s2_img img{height: calc(100% + 30px);} */
    .main .section2 .s2_right_txt1,
    .main .section2 .s2_right_txt2 {
        opacity: 0;
        transition: 1s ease;
        transform: translateY(30px);
    }

    .main .section2.on .s2_right_txt1 {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.6s;
    }

    .main .section2.on .s2_right_txt2 {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.8s;
    }

    .main .section3 .s3_swi_group {
        gap: 20px;
    }

    .main .section3 .s3_swi_nav_group>div {
        width: 30px;
    }

    .main .section4 .s4_next {
        left: calc(50% + 180px);
    }

    .main .section4 .s4_prev {
        left: calc(50% - 180px);
    }

    .main .section4 .swiper_img {}

    .main .section4 .sec4_light {
        width: 100px;
        height: 100px;
        display: none;
    }

    .main .section5 {
        padding: 100px 0;
    }

    .main .section5 .s5_tit_group {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .main .section5 .s5_grid_group {
        gap: 15px;
    }

    .main .section5 .s5_txt1 {
        font-size: 15px;
    }

    .main .section5 .s5_txt2 {
        font-size: 12px;
    }

    .main .section5 .s5_ico {
        width: 70px;
    }

    .main .section5 .s5_list {
        height: 200px;
    }

    .main .section5 .s5_num {
        right: 5px;
        font-size: 40px;
    }

    .main .section5 .s5_left {
        gap: 10px;
    }

    .main .section5 .s5_left1 {
        font-size: 20px;
    }

    .main .section5 .s5_left2 {
        font-size: 16px;
    }

    .main .section5 .s5_btn {
        width: 97px;
        height: 29px;
    }

    .main .section5 .s5_btn::before {
        height: 29px;
    }

    .main .section5 .s5_btn_txt {
        font-size: 14px;
    }

    /* .main .section2 .s2_light1,
    .main .section2 .s2_light2{display: none;} */


    @keyframes s5_ani {
        0% {
            box-shadow: 0 0 20px transparent;
        }

        5% {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
        }

        10% {
            box-shadow: 0 0 20px transparent;
        }

        25% {
            box-shadow: 0 0 20px transparent;
        }

        30% {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
        }

        35% {
            box-shadow: 0 0 20px transparent;
        }

        40% {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
        }

        100% {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
        }

        /* 80%{box-shadow: 0 0 20px transparent;}
        100%{box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);} */
    }

    .main .section6 .s6_con {
        max-width: 90%;
        margin: 0 auto;
        gap: 30px;
    }

    .main .section6 .s6_tit {
        font-size: 20px;
    }

    .main .section6 .s6_txt {
        font-size: 16px;
        letter-spacing: -0.04rem;
    }




}

@media screen and (max-width:400px) {
    .main .section4 .s4_next {
        right: 5%;
        left: auto;
        transform: translateY(-50%);
    }

    .main .section4 .s4_prev {
        left: 5%;
        transform: translateY(-50%);
    }


}

@media screen and (max-width:350px) {
    .main .section3 .s3_txt_bx {
        min-height: 280px;
    }

    .main .section4 {
        padding-bottom: 380px;
    }

}

.s1_news_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1_news_group .left {
    flex: 1;
    width: 80%;
    align-items: center;
    gap: 23px;
    display: flex;
}

.link_inquiry {
    z-index: 10;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    padding: 10px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
    border: 1px solid #FFF;
    transition: 0.5s ease;
}

.link_inquiry .ico_arrow {
    display: block;
    width: 6px;
    height: 11px;
    background-color: white;
    -webkit-mask-image: url('/img/main/ico_arrow.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url('/img/main/ico_arrow.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    transition: 0.5s ease;
}

.link_inquiry:hover {
    background-color: #FFF;
    color: #191919;
}

.link_inquiry:hover .ico_arrow {
    background-color: rgba(25, 25, 25, 1);
}

@media screen and (max-width:1350px) {
    .s1_news_group {
        flex-direction: column;
        gap: 16px;
    }

    .s1_news_group .right {
        align-self: flex-end;
    }
}

@media screen and (max-width:768px) {
    .main .section1 .s1_news_group {
        padding-bottom: 14px;
    }
    .s1_news_group .left {
        width: 100%;
    }

    .link_inquiry {
        bottom: 20px;
        right: 20px;
        padding: 6px 16px;
        font-size: 14px;
        gap: 6px;
    }
}