
.KOR_ENG {
    display: block;
}

.main_pcimg {
    display: block;
}

.main_mimg {
    display: none;
}

.main_aspect {
    aspect-ratio: 96 / 41;
}

#main img {
    filter: brightness(0.6);
}

.main_text {
    position: absolute;
    transform: translate(-20%, -50%);
    left: 20%;
    top: 50%;
    color: #fff;
}

.main_text h2 {
    font-size: 44px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.3;
}

.main_text h3 {
    font-size: 44px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.3;
    color: #5195d4;
}

.main_text p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

@keyframes animate {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.swiper-slide-active .main_text p,
.swiper-slide-active .main_text h2,
.swiper-slide-active .main_text h3 {
    animation: animate 2s ease-in-out;
}

#s2,
#s3 {
    margin-top: 50px;
}

.s3 {
    width: 100%;
    overflow: hidden;
}

.s3 img {
    vertical-align: top;
}

.s3_div_1 {
    position: relative;
    overflow: hidden;
}

.text_box_1 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 70%;
    top: 50%;
    color: #fff;
}

.text_box_1>h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

.text_box_1>p {
    padding-top: 27px;
    line-height: 1.5;
    font-size: 17px;
    color: #fff;
    width: 85%;
}

.s3_sub_menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
    width: 80%;
    margin-top: 27px;
}

.s3_sub_menu>a {
    color: #fff;
    padding: 10px 10%;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
    display: inline-block;
    max-width: 200px;
}

.s3_sub_menu>a,
.s3_sub_menu>a:hover {
    text-decoration: none;
}

.s3_sub_menu>a::before {
    display: block;
    position: absolute;
    left: -130%;
    content: "";
    width: 120%;
    height: 150%;
    background: #fff;
    transform: skew(-20deg);
    transition: all 0.5s;
    bottom: -10px;
    z-index: -1;
}

.s3_sub_menu>a:hover {
    color: #000;

}

.s3_sub_menu>a:hover::before {
    left: -10%;
}

.s3_sub_menu>a>span {
    display: inline-block;
    position: absolute;
    right: 15%;
}

.s3_div_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.s3_div_2>div {
    position: relative;
}

.s3_div_2 img {
    width: 100%;
}

.text_box_2 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 40%;
    top: 50%;
    color: #fff;
}

.text_box_2>h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

.text_box_2>p {
    padding: 27px 0;
    line-height: 1.5;
    font-size: 17px;
    color: #fff;
    width: 100%;
}



.s3_sub_menu_2>a {
    color: #fff;
    padding: 10px 10%;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 15px;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

.s3_sub_menu_2 .s3_sub_menu_2_a2 {
    padding: 10px 6%;
}


.s3_sub_menu_2>a,
.s3_sub_menu_2>a:hover {
    text-decoration: none;
}

.s3_sub_menu_2>a::before {
    display: block;
    position: absolute;
    left: -130%;
    content: "";
    width: 120%;
    height: 150%;
    background: #fff;
    transform: skew(-20deg);
    transition: all 0.5s;
    bottom: -10px;
    z-index: -1;
}

.s3_sub_menu_2>a:hover {
    color: #000;

}

.s3_sub_menu_2>a:hover::before {
    left: -10%;
}


.s3_sub_menu_2>a>span {
    position: relative;
    padding-left: 10px;
}

.text_box_1_h2_pc {
    display: block;
}

.text_box_1_h2_m {
    display: none;
}

@media all and (max-width:1300px) {
    .text_box_1>h2 {
        font-size: 32px;
    }

}


@media all and (max-width:1024px) {
    .main_text h2,
    .main_text h3 {
        font-size: 30px;
    }
    .main_text p {
        font-size: 20px;
        margin-top: 10px;
        line-height: 1.3;
    }
    .s3_div_2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .text_box_1>h2 {
        font-size: 30px;
        width: 80%;
    }

    .text_box_1>p {
        font-size: 18px;
        padding: 20px 0;
    }

    .text_box_1 {
        width: 80%;
        left: 50%;
    }

    .s3_sub_menu {
        margin-top: 0;
    }

    .s3_sub_menu>a {
        font-size: 18px;
        padding: 10px 15%;
    }

    .text_box_1_h2_pc {
        display: none;
    }

    .text_box_1_h2_m {
        display: block;
    }

    .s3_sub_menu {
        width: 50%;
    }

    .text_box_2 {
        width: 80%;
        left: 50%;
    }

    .text_box_2>h2 {
        font-size: 30px;
    }

    .text_box_2>p {
        font-size: 18px;
        padding: 20px 0;
    }

    .s3_sub_menu_2>a {
        font-size: 18px;
        padding: 10px 5%;
        min-width: initial;
    }

    .s3_sub_menu_2>a>span {
        right: 5%;
    }
}

@media all and (max-width:767px) {
    #wrapper {
        margin-top: 64px;
    }
    .main_pcimg {
        display: none;
    }
    .main_mimg {
        display: block;
    }
    .main_aspect {
        aspect-ratio: 5 / 7;
    }
    .main_text {
        width: 70%;
        left: 30%;
    }
    .main_text h2,
    .main_text h3 {
        font-size: 26px;
    }
    .s3_div_2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .text_box_1>h2 {
        font-size: 16px;
        width: 80%;
    }
    .text_box_1>p {
        font-size: 12px;
        padding: 10px 0;
    }
    .text_box_1 {
        width: 90%;
        left: 50%;
    }
    .s3_sub_menu {
        margin-top: 0;
    }
    .s3_sub_menu>a {
        font-size: 12px;
        padding: 10px 15%;
    }
    .text_box_1_h2_pc {
        display: none;
    }
    .text_box_1_h2_m {
        display: block;
    }
    .s3_sub_menu {
        width: 50%;
    }
    .text_box_2 {
        width: 80%;
        left: 50%;
    }
    .text_box_2>h2 {
        font-size: 16px;
    }
    .text_box_2>p {
        font-size: 12px;
        padding: 15px 0;
        max-width: 280px;
    }
    .s3_sub_menu_2>a {
        font-size: 12px;
        padding: 10px 3%;
        min-width: initial;
    }
    .s3_sub_menu_2 .s3_sub_menu_2_a2 {
        padding: 10px 3%;
    }
    .s3 img {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        width: 150%;
    }
    .KOR_ENG {
        display: none;
    }
}