@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

.his_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px !important;; 
    width: 100%;
    margin-top: 40px;
    position: relative; /* 혹시라도 상위 요소 영향 방지 */
    z-index: 10; /* 다른 요소들에 의해 가려지는 것 방지 */
}







* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

a {
    display: inline-block;
    color: white;
}

:root {
    --main: #00215e;
    --bl: #231f20;
    --s2: #ff5831;
    --f20: clamp(16px, 1rem + 0.65vw, 20px);
    --f28: clamp(16px, 1rem + 1.05vw, 28px);
    --f30: clamp(16px, 1rem + 1.15vw, 30px);
    --f45: clamp(18px, 1rem + 1.65vw, 45px);
    --f50: clamp(20px, 1rem + 2.15vw, 50px);
}

.pc {
    display: block;
}

.md {
    display: none;
}

img {
    max-width: 100%;
}

.m300 img {
    min-height: 300px;
    object-fit: cover;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

html,
body {
    position: relative;
    letter-spacing: -0.025vw;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}

body {
    font-family: "SUIT Variable", sans-serif;
    line-height: 1.3;
    overflow: auto;
}

/* header */

.m_box {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100dvh;
    width: 100dvw;
    text-align: center;
    padding: 20vh 24px 70px 24px;
    overflow-y: auto;
    box-sizing: border-box;
    font-family: var(--pre);
    backdrop-filter: blur(10px);
}

.mobile-menu {
    display: block;
    list-style-type: none;
    padding: 0;
}

.mobile-menu>li {
    margin-bottom: 20px;
}

.mobile-menu>li>h2 {
    display: block;
    /* color: #1a1a1a; */
    color: white;
    padding: 15px;
    font-size: 32px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.mobile-menu>li>h2:hover {
    color: var(--main);
    transition: 0.3s;
}

.mobile-menu .depth {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 8px;
    /* border-bottom: 1px solid #ddd; */
    box-shadow: 0 0 0 0 #ededed;
}

.mobile-menu .depth li {}

.mobile-menu .depth li:first-child {
    border-top: none;
}

.mobile-menu .depth li a {
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    font-size: 22px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

.mobile-menu .depth li a:hover {
    color: var(--main);
    font-weight: 700;
    transition: 0.2s;
}

#ham-toggle:checked+.ham .line:first-child,
#ham-toggle:checked+.ham .line:last-child {
    opacity: 0;
    translate: 200%;
    transition: 0.5s;
}

body:not(.main_body) .header_wrap {
    filter: brightness(0.3);
}

header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: 0.4s ease;
    background-color: transparent;

    &.hovered {
        background-color: white;
        transition: background-color 0.3s;

        & .header_wrap {
            filter: none;

            .logo {
                .logo_1 {
                    opacity: 1;
                }

                .logo_2 {
                    opacity: 0;
                }
            }

            & .gnb_wrap {
                & .gnb {
                    &>li {
                        transition: 0.3s;

                        &:hover>a {
                            color: var(--main);
                            transition: 0.3s;
                        }

                        >a {
                            color: #000;
                        }
                    }
                }
            }
        }
    }

    & .header_wrap {
        display: flex;
        align-items: center;
        height: 90px;
        width: 100%;
        /* border-bottom: 1px solid white; */

        .logo {
            position: absolute;
            left: 60px;
            z-index: 2;

            .logo_2 {
                display: block;
                opacity: 1;
                transition: 0.2s;
            }

            .logo_1 {
                position: absolute;
                left: 0;
                z-index: 1;
                opacity: 0;
                transition: 0.2s;
            }

            .logo img {
                display: block;
                max-width: 100%;
            }
        }

        .gnb_wrap {
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            position: relative;
            height: 90px;

            .gnb {
                display: flex;
                align-items: center;
                width: 100%;
                height: 100%;
                padding-left: 18rem;
                margin: 0 auto;

                >li {
                    height: 100%;

                    &:hover>section {
                        display: block;
                    }

                    >a {
                        display: block;
                        padding: 2rem;
                        font-size: 15px;
                        font-family: inherit;
                        font-weight: 700;
                        color: rgb(255, 255, 255);
                    }

                    section {
                        position: absolute;
                        top: 90px;
                        width: 100%;
                        display: none;
                        left: 0;
                        background-color: rgba(26, 26, 26, 0.5);
                        right: 0;

                        &:hover:before {
                            display: block;
                        }

                        ul {
                            display: flex;
                            margin: 0 auto;
                            padding-left: 18rem;

                            li {

                                &:hover a {
                                    color: white;
                                }

                                a {
                                    padding: 1.5vw 2vw;
                                    transition: 0.3s;
                                    color: #c8c8c8;
                                }
                            }
                        }
                    }
                }
            }
        }

        .r_menu {
            position: absolute;
            right: 40px;
            display: flex;
            align-items: center;

            .lang {
                display: flex;
                gap: 0.82vw;
                align-items: center;
                padding: 0.9rem 2vw;
                border-right: 1px solid #fff;

                &:hover>* {
                    filter: invert(72%) sepia(100%) saturate(6062%) hue-rotate(208deg) brightness(50%) contrast(122%);
                }

                img {
                    width: 1rem;
                    height: 1rem;
                    max-width: 100%;
                }

                span {
                    display: block;
                    color: white;
                    font-family: inherit;
                    font-weight: 600;
                    font-size: 0.95rem;
                }
            }

            .ham {
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                gap: 6px;
                height: 100%;
                padding: 0.9rem 2vw;
                padding-right: 0;

                .line {
                    display: block;
                    /* background-color: #1a1a1a; */
                    background-color: white;
                    border-radius: 5rem;
                    width: 25px;
                    height: 2px;
                }
            }
        }
    }
}

/* main */
.m1 {
    width: 100%;
    height: 100dvh;
}

main section {
    padding-inline: 10%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

main section h3 {
    font-size: var(--f50);
    color: #231f20;
    font-weight: 700;
    letter-spacing: -1.5px;
}

main section h3>span {
    color: #0a1d56;
    font-weight: 800;
}

main .wrap {
    max-width: 1440px;
    padding-inline: 20px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide .m1_desc {
    scale: 1.1;
    position: absolute;
    left: 10vw;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    color: white;
    text-align: left;
}

.swiper-slide .m1_desc h2 {
    font-size: 4.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: -2px;
}

.swiper-slide .m1_desc p {
    font-size: var(--f20);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    opacity: 1;
    margin: 0 6px;
    background-color: transparent;
}

.swiper-pagination-bullet svg {
    position: absolute;
    display: flex;
    overflow: visible;
    inset: 0px;
    width: 100%;
    z-index: 22222;
    height: 100%;
    transform: rotate(-90deg);
}

.swiper-pagination-bullet circle {
    fill: none;
    stroke-width: 1.5;
    stroke: rgb(255, 255, 255);
    stroke-dasharray: 75;
    /* 2 * π * r = 2 * 3.14 * 18 (반지름) */
    stroke-dashoffset: 75;
    transition: stroke-dashoffset 5s ease;
    opacity: 0;
}

.swiper-pagination-bullet-active circle {
    stroke-dashoffset: 0;
    opacity: 1;
    /* 원이 차오르게 */
}

/* .m1 */
.m1 .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

.m1 .swiper-pagination-bullets {
    left: 10%;
    bottom: 20%;
    background: transparent;
    width: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* .m1 .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
} */

.swiper-pagination {
    position: absolute;
    /* height: 100%; */
    text-align: left;
    display: block;
    left: 10%;
    bottom: 25%;
    width: 100%;
    transition: 0.3s opacity;
    z-index: 10;
}

/* m2 */

.m2 {
    position: relative;
}

.m2::after {
    position: absolute;
    left: 0;
    display: block;
    background: url(../1x/m2_bg.png);
    background-repeat: no-repeat;
    z-index: -2;
    top: 25%;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    content: "";
}

.m2::before {
    position: absolute;
    content: "COMPANY";
    font-size: 9.75vw;
    color: #f2f2f2;
    font-family: inherit;
    font-weight: 900;
    z-index: -1;
    right: 5%;
}

.m2 h3 {
    margin-block: 7.5rem;
}

.m2 .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.m2 .flex_wrap .flex_item {
    flex: 1;
    text-align: left;
    transition: flex 0.7s ease;
    padding: 56px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
}

.m2 .flex_wrap .flex_item h4 {
    font-size: var(--f45);
    color: #3a3a3a;
    font-weight: 700;
}

.m2 .flex_wrap .flex_item h5 {
    font-size: var(--f30);
    color: #999999;
    font-weight: 500;
    margin-block: 0.25rem 1.75rem;
    text-transform: uppercase;
}

.m2 .flex_wrap .flex_item p {
    font-size: var(--f20);
    color: #4d4d4d;
    font-weight: 500;
}

.m2 .flex_wrap .flex_item.open {
    flex: 3;
    border-radius: 4rem;
    background-color: var(--main);
    box-shadow: 5px 5px 32px rgba(0, 0, 0, 0.28);
}

.m2 .flex_wrap .flex_item.open *:not(h5) {
    color: white;
}

.m2 .flex_wrap .flex_item.open h5 {
    color: #0c3eb2;
}

.m2 .flex_wrap .flex_item.open>span {
    mix-blend-mode: color-dodge;
}

.m2 .flex_wrap .flex_item a {
    margin-block: 2rem;
    display: flex;
    gap: 0.8rem;
    filter: grayscale(1);
}

.m2 .flex_wrap .flex_item i {
    display: block;
    filter: invert(1) brightness(0.5);
}

.m2 .flex_wrap .flex_item>span {
    display: inline-block;
    position: absolute;
    content: "";
    right: 10%;
    bottom: 10%;
}

.m2 .flex_wrap .flex_item a>p {
    display: none;
}

.m2 .flex_wrap .flex_item.open i {
    filter: none;
}

.m2 .flex_wrap .flex_item.open a>p {
    display: block;
}

/* m3 */
.m3 {
    position: relative;
    padding: 0;
    margin-block: 15% 10%;
    overflow: hidden;
}

.m3 .flex_wrap::after {
    position: absolute;
    content: "BRAND";
    font-size: 9.75vw;
    color: #f2f2f2;
    font-family: inherit;
    font-weight: 900;
    z-index: -1;
    left: 10%;
    top: -5%;
}

.m3 .flex_wrap {
    display: flex;
    position: relative;
    width: 100%;
    padding-inline: 10% 5%;
    height: 100dvh;
    /* 뷰포트 높이에 맞춰 높이 설정 */
}

.m3 .flex_wrap .flex_left {
    position: relative;
    flex: 1 0 40%;
}

.m3 .flex_wrap::before {
    position: absolute;
    width: 100%;
    height: 24%;
    background-color: var(--main);
    content: "";
    bottom: -5%;
    left: 0;
    z-index: -1;
}

.m3 .flex_wrap .flex_left .m3_desc {
    position: absolute;
    top: 20%;
    left: 0;
}

.m3 .flex_wrap .flex_left .m3_desc p {
    margin-block: 5rem;
    font-size: var(--f28);
    color: #4d4d4d;
    letter-spacing: -0.1px;
}

.m3 .flex_wrap .flex_left .m3_desc a {
    background-color: var(--main);
    border-radius: 5rem;
    padding: 1.25rem 2rem;
    gap: 0.8rem;
    transition: 0.3s;
}

.m3 .flex_wrap .flex_left .m3_desc a:hover {
    color: var(--main);
    background: white;
    transition: 0.3s;
    border: 1px solid var(--main);
    font-weight: 600;
}

.m3 .flex_wrap .flex_left .m3_desc a:hover i {
    filter: invert(85%) sepia(27%) saturate(3500%) hue-rotate(200deg) brightness(91%) contrast(108%);
}

.m3 .flex_wrap .flex_left .m3_desc i {
    margin-right: 0.8rem;
}

.m3 .flex_wrap .flex_right {
    flex: 0 0 auto;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}

.m3 .flex_wrap .flex_right .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* row-gap: 5rem; */
}

/* .m3 .flex_wrap .flex_right .grid_wrap .grid_item {
  filter: brightness(0.8);
} */
.m3 .flex_wrap .flex_right .grid_wrap .grid_box:nth-child(2n) {
    transform: translateY(-25%);
}

/* m4 */
.m4 {
    position: relative;
    text-align: center;
    padding-top: 10%;
    margin-bottom: 15%;
}

.m4::before {
    position: absolute;
    content: "BUSINESS";
    font-size: 9.75vw;
    color: #f2f2f2;
    font-family: inherit;
    font-weight: 900;
    z-index: -1;
    inset: 5% 0 0 0;
}

.m4 h3+p {
    margin-block: 3rem;
    color: #4d4d4d;
    font-size: var(--f28);
}

.m4 .flex_box {
    background: url(../1x/m4_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 520px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-inline: 2rem;
}

.m4 .flex_box .flex_item {
    flex: 1;
    text-align: left;
}

.m4 .flex_box .bar {
    border-left: 1px solid wheat;
    text-align: left;
    padding-bottom: 10%;
    opacity: 0.75;
    transition: 0.5s;
}

.m4 .flex_box .flex_item .bar:hover {
    padding-block: 10% 42%;
    transition: all 0.5s;
    padding-left: 1rem;
    opacity: 1;
}

.m4 .flex_box .flex_item .bar h4 {
    font-size: clamp(16px, 2.5vw, 48px);
    display: block;
    color: white;
    font-weight: 600;
    /* width: 80%; */
    letter-spacing: 1px;
}

.m4 .flex_box .flex_item .bar h4 span {
    opacity: 0;
    display: block;
    font-size: var(--f30);
    font-weight: 400;
    color: #f2f2f2;
}

.m4 .flex_box .flex_item:hover .bar h4 span {
    opacity: 1;
    transition: 0.5s;
}

/* m5 */
.m5 {
    padding-right: 0;
    position: relative;
}

.m5::before {
    position: absolute;
    content: "NEWS";
    font-size: 9.75vw;
    color: #f2f2f2;
    font-family: inherit;
    font-weight: 900;
    z-index: -1;
    left: 5%;
    top: -25%;
}

.m5 .swiper-slide {
    background-color: #0a1d56;
    height: 380px;
    border-radius: 5rem;
    overflow: hidden;
    filter: brightness(0.9);
    position: relative;
    transition: 0.3s;
}

.m5 .swiper-slide:hover {
    filter: brightness(1);
    transition: 0.5s;
}

.m5 .swiper-slide:hover img {
    scale: 1.05;
    transition: 0.5s;
}

.m5 .swiper-slide img {
    transition: 0.3s;
}

.m5 .swiper-slide .ms5_desc {
    position: absolute;
    height: 30%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    align-content: center;
}

.m5 .swiper-slide .ms5_desc p {
    font-size: 1.5rem;
    color: white;
}

.m5 .top_txt {
    margin-bottom: 4rem;
    width: 100%;
    padding-right: 10%;
    gap: 1.25vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.m5 .top_txt .paging_area {
    position: relative;
    width: 30%;
}

.m5 .top_txt .paging_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main);
}

.m5 .top_txt .arrow {
    display: flex;
    align-items: center;
}

.m5 .top_txt .arrow>div {
    cursor: pointer;
}

/* m6 */
.m6 {
    margin-block: 10%;
}

.m6 .flex_wrap {
    display: flex;
    background: url(../1x/m6_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: var(--main);
    border-radius: 4rem;
    overflow: hidden;
    height: 370px;
    width: 100%;
    padding: 4.25rem;
}

.m6 .flex_wrap .m6_bt {
    display: inline-flex;
    gap: 1rem;
    margin-top: 2rem;
    border-radius: 999px;
    border: 1px solid #fff;
    padding: 1rem 2rem;
    font-size: var(--f20);
    font-weight: 500;
    transition: 0.5s;
}

.m6 .flex_wrap .m6_bt:hover i {
    transform: translateX(10px);
    transition: 0.5s;
}

.m6 .flex_left {
    padding-left: 20%;
    border-right: 1px solid #ffffff7e;
    color: white;
    flex: 1 0 auto;
    border-right: none;
}

.m6 .flex_wrap h4 {
    font-weight: 600;
    font-size: clamp(16px, 2.5vw, 48px);
    color: white;
    letter-spacing: -0.75px;
}

.m6 .flex_right {
    padding-left: 2rem;
    flex: 1 0 auto;
}

footer {
    font-size: 1rem;
    width: 100%;
    background: #efefef;

    .footer_inner {
        gap: 2rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding: 3.5rem 10% 3.5rem 10%;
        justify-content: space-between;

        * {
            color: #4d4d4d;
            font-size: 1rem;
            font-weight: 500;
        }

        .f_desc {
            min-width: 50%;
            display: flex;
            gap: 3.5rem;
            align-items: center;
            flex-wrap: wrap;
        }

        .f_logo {
            img {
                width: 100%;
            }
        }

        .address {
            font-size: 13px;

            .flex_box {
                display: flex;
                flex-wrap: wrap;
                gap: 1vw;

                span {
                    font-size: inherit;
                    margin-right: 0.5rem;
                    font-weight: 700;
                }

                p {
                    margin-right: 1rem;
                    font-size: inherit;
                    margin-bottom: 0.5rem;
                }
            }
        }

        .f_icon {
            display: flex;
            gap: 2rem;

            .icon_box {
                flex: 1 1 auto;
                text-align: center;
                opacity: 0.7;
                filter: grayscale(1);
                transition: 0.3s;

                &:hover {
                    opacity: 1;
                    filter: grayscale(0);
                }

                p {
                    font-size: inherit;
                }
            }
        }

        .f_list {
            @media (max-width: 700px) {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
            }

            li {
                display: block;
                padding: 0.5rem;
            }
        }
    }

    .footer_inner2 {
        border-top: 1px solid #c8c8c8;
        padding: 1rem 20px;
        text-align: center;
        font-size: 14px;

        p {
            color: #afafaf;
            font-size: inherit;
        }
    }
}

/* sub */
.sub_top .home {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 10%;
}

.sub_top .home .home_line {
    height: 1px;
    background: #b5b5b5;
    width: 5rem;
}

.sub_top .home span {
    color: #b5b5b5;
    font-size: 15px;
}

.sub_top .sub_title h2 {
    font-size: 4vw;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--bl);
    margin-block: 1rem 2rem;
}

.sub_top .bread {
    position: relative;
    width: 100%;
}

.sub hr {
    background: #b3b3b3;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.sub_top .bread ul {
    display: flex;
    gap: 2vw;
}

.sub_top .bread ul li {
    padding-bottom: 0.25rem;
    background-image: linear-gradient(to right, var(--main), var(--main));
    background-size: 0 0.25rem;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: 0.5s;

    &.on {
        background-size: 100% 0.25rem;

        a {
            color: var(--main);
        }
    }

    &:hover {
        background-size: 100% 0.25rem;
        opacity: 0.72;

        a {
            color: var(--main);
        }
    }
}

.sub_top .bread ul li a {
    font-size: var(--f20);
    padding-inline: 1rem;
    width: 100%;
    color: var(--bl);
    font-weight: 600;
    padding-bottom: 0.35rem;
    display: block;
    transition: 0.3s;
}

.sub_page .page_desc {
    padding-block: 5rem;
}

.sub_page .page_desc>* {
    color: var(--bl);
}

.sub_page .page_desc span {
    color: var(--main);
    text-transform: uppercase;
    font-weight: 800;
    font-size: var(--f30);
    margin-bottom: 0.75rem;
    display: inline-block;
}

.sub_page .page_desc h3 {
    font-size: var(--f50);
    font-weight: 800;
    margin-bottom: 2.5rem;
    letter-spacing: -1.3px;
}

.sub_page .page_desc p {
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 500;
    color: #4d4d4d;
}

.sub_page .s1_imgbox {
    margin-top: 3rem;
}

.s1 .flex_wrap {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
    padding-block: 5% 10%;
}

.s1 .flex_wrap .flex_box {
    display: flex;
    align-items: center;
    gap: 1.85rem;
    flex-wrap: wrap;
}

.s1 .flex_wrap .flex_box .flex_left {
    flex: 1 1 auto;
}

.s1 .flex_wrap .flex_box .flex_left h4 {
    position: relative;
    color: #dbdbdb;
    font-size: 6vw;
    letter-spacing: -1.5px;
    font-weight: 900;
    line-height: 1;
}

.s1 .flex_wrap .flex_box .flex_left h5 {
    font-size: var(--f50);
    color: var(--bl);
    font-weight: 800;
    margin-bottom: 3rem;
    letter-spacing: -1px;
}

.s1 .flex_wrap .flex_box .flex_left p {
    font-size: 1.375rem;
    color: #4d4d4d;
    font-weight: 500;
    line-height: 1.5;
}

.s1 .flex_wrap .flex_box .flex_left h4::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    aspect-ratio: 1 / 1;
    background-color: var(--main);
    top: -10%;
    left: -3.5%;
    display: block;
    border-radius: 999px;
    z-index: -1;
}

.s1 .flex_wrap .flex_box:nth-child(2) {
    flex-direction: row-reverse;
    text-align: right;

    h4::after {
        right: -3.5%;
        left: auto;
    }
}

.s2 .sub_page .page_desc {
    text-align: center;
}

.s2 .sub_page .flex_wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.s2 .sub_page .flex_wrap .flex_left {
    flex: 1 1 auto;
    border-top: 1px solid #bababa68;
    padding-block: 5rem 10%;
}

.s2 .sub_page .flex_wrap .flex_right {
    position: absolute;
    right: 0;
    z-index: -1;
}

.s2 .sub_page .flex_wrap .his_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.s2 .sub_page .flex_wrap .his_item>* {
    flex: 1;
}

.s2 .sub_page .flex_wrap .his_item h3 {
    color: transparent;
    font-size: 8.25vw;
    font-weight: 900;
    -webkit-text-stroke: 1px var(--main);
    max-width: 40%;
    transition: 0.2s;
}

.s2 .sub_page .flex_wrap .his_item h4 {
    color: var(--main);
    font-size: var(--f30);
    font-weight: 800;
}

.s2 .sub_page .flex_wrap .his_item p {
    color: var(--bl);
    font-size: var(--f30);
    font-weight: 800;
}

.s2 .sub_page .flex_wrap .his_item .his_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s2 .sub_page .flex_wrap .his_item .his_desc {
    position: relative;
}

.s2 .sub_page .flex_wrap .his_item .his_desc::before {
    position: absolute;
    width: 12px;
    height: 12px;
    aspect-ratio: 1 / 1;
    background-color: var(--main);
    display: block;
    align-items: center;
    content: "";
    border-radius: 999px;
    top: 50%;
    transform: translateY(-50%);
    left: -7%;
    z-index: 1;
}

.s3 .flex_wrap {
    display: flex;
    flex-direction: column;
    margin-block: 2rem 15%;
}

.s3 .flex_wrap .flex_item {
    display: flex;
    align-items: center;
    text-align: left;
    padding-block: 5%;
    border-bottom: 1px solid #7272727e;
    flex-wrap: wrap;
}

.s3 .flex_wrap .flex_item:last-child {
    border-bottom: none;
}

.s3 .flex_wrap .flex_item h4 {
    min-width: 18%;
    font-size: 3rem;
    color: var(--bl);
    font-weight: 800;
}

.s3 .flex_wrap .flex_item h5 {
    min-width: 20%;
    color: #bdbcbd;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 800;
}

.s3 .flex_wrap .flex_item p {
    font-weight: 500;
    line-height: 1.58;
    font-size: 1.25rem;
    color: #4d4d4d;
    letter-spacing: -0.5px;
}

/* brand */
.s2 .title {
    margin-top: 100px;
    text-align: center;
    color: white;
    background: url(../1x/s2_1_bg3.jpg) no-repeat center / cover;
    min-height: 500px;
    align-content: center;
}

.s2 .title h3 {
    color: inherit;
    padding-inline: 2rem;
    text-shadow: 0px 0px 8px #424242;
}

.s2 .title span {
    text-shadow: 0px 0px 12px #424242;
    color: inherit;
}

.s2 .s2_desc {
    text-align: center;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 0 24px #cacaca;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}

.s2 .s2_desc p {
    max-width: 80%;
    margin-inline: auto;
    margin-bottom: 2.25rem;
    line-height: 1.5;
}

.s2 .s2_desc .line {
    width: 10%;
    height: 1px;
    background: #231f20;
    display: block;
    margin: 2rem auto;
}

.s2 .line2 {
    position: relative;
    background: #727272;
    height: 120px;
    width: 1px;
    margin: 0 auto;
}

.s2 .line2:after {
    border-radius: 8rem;
    width: 14px;
    height: 14px;
    background: #00215e;
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    transform: translateX(-48%);
    z-index: 2;
}

.s2 .card_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.location {
    margin-top: 10vh;
}

.location_wrap {
    padding-top: 2rem;
    border-top: 1px solid #727272;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.location_wrap a {
    padding: 1.25rem 2.5rem;
    background: #00215e;
    color: white;
    border-radius: 5rem;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.maps_wrap {
    position: relative;
}

.maps_wrap:hover::after {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.maps_wrap:after {
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    opacity: 0;
    inset: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    content: "자세히 보기";
    pointer-events: none;
    color: white;
    font-size: var(--f30);
    align-content: center;
    cursor: pointer;
}

.go_page {
    padding-block: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    flex-wrap: wrap;
}

.go_page a {
    padding: 1rem 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    border-radius: 5rem;
    font-size: var(--f20);
    font-weight: 700;
    min-width: fit-content;
}

.go_page .go_home {
    color: white;
    background: #f29718;
}

.go_page .go_fran {
    color: #231f20;
    border: 1px solid #727272;
}

.s2_2 .title {
    background: url(../1x/s2_2_bg2.jpg) no-repeat center / cover;
    position: relative;
}

.s2_2 .title h3 {
    color: inherit;
    padding-inline: 2rem;
    text-shadow: 0px 0px 8px #424242;
}

.s2_2 .title span {
    text-shadow: 0px 0px 12px #424242;
    color: inherit;
}

.s2_2 .s2_desc::before {
    position: absolute;
    background: url(../1x/s2_2_title_bg2.png) no-repeat center / cover;
    content: "";
    display: block;
    left: 12%;
    top: -30%;
    width: 45%;
    aspect-ratio: 1;
    z-index: 0;
}

.s2_2 .s2_desc .imgbox {
    margin-bottom: 4rem;
    position: relative;
    mix-blend-mode: multiply;
}

.s2_2 .s2_desc .imgbox::after {
    position: absolute;
    background: url(../1x/s2_2_title_bg.png) no-repeat center / cover;
    content: "";
    display: block;
    right: 25%;
    top: 100%;
    width: 15rem;
    aspect-ratio: 1;
    z-index: 0;
}

.s2_2 .s2_desc .imgbox2 {
    margin: 0 10%;
}

.s2_2 .line2::after {
    background: var(--s2);
}

.s2_2 {
    border-bottom: 1px solid #727272;
    padding-bottom: 10vh;
}

.s2_2 .s2_2_desc {
    text-align: center;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 0 24px #cacaca;
    position: relative;
    padding-inline: 10%;
}

.s2_2 .s2_2_desc .flex_wrap_1 {
    display: flex;
    text-align: left;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s2_2 .s2_2_desc .flex_wrap_2 {
    display: flex;
    margin-top: 3.5rem;
}

.s2_2 .s2_2_desc .flex_wrap_2>div {
    flex: 1;
}

.s2_2_cha .page_desc {
    text-align: center;
    padding-block: 6rem 4rem;
}

.s2_2_cha .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px;
}

.s2_2_cha .flex_wrap>div {
    flex: 1 1 45%;
    width: 100%;
}

.s2_2_cha .flex_wrap h4 {
    font-size: var(--f50);
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 800;
}

.s2_2_cha .flex_wrap h5 {
    font-size: var(--f30);
    display: inline-block;
    margin-left: 0.85rem;
    font-weight: 700;
}

.s2_2_cha .flex_wrap p {
    color: #4d4d4d;
    font-weight: 500;
    font-size: var(--f20);
    text-wrap: balance;
    line-height: 1.5;
}

.s2_2_cha .flex_wrap span {
    color: #231f20;
    font-weight: 700;
}

.s2_2_go {
    margin-top: 150px;
    min-height: 50vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: url(../1x/s2_2_gopage2.jpg) no-repeat top / cover;
}

.s2_2_go .page_desc {
    padding-bottom: 0;
}

.s2_2_go .page_desc h3 {
    color: white;
    text-shadow: 0px 0px 8px #424242;
}

.s2_2_go .page_desc span {
    color: white;
    text-shadow: 0px 0px 12px #424242;
}

.s2_2_go .go_page {
    padding-block: 0 5%;
}

.s2_2_go .go_page a {
    color: white;
    border-color: white;
}

@media (width < 1440px) {
    .s2_2 .s2_desc {
        &::before {
            opacity: 0;
            pointer-events: none;
        }
    }

    .s2_2 .s2_desc {
        & .imgbox {
            &::after {
                opacity: 0.75;
                right: 0;
            }
        }
    }
}

@media (max-width: 1880px) and (min-width: 768px) {
    .s2 .sub_page .flex_wrap {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: 100%;
    }

    .s2 .sub_page .flex_wrap .flex_right {
        position: static;
    }

    .s2 .sub_page .flex_wrap .his_item {
        gap: 2rem;
        text-wrap: pretty;
        flex-direction: column;
        text-align: center;
    }

    .s2 .sub_page .flex_wrap .his_item h3 {
        transform: translateX(-3vw);
    }

    .s2 .sub_page .flex_wrap .his_item .his_desc::before {
        display: none;
    }
}

@media (max-width: 768px) {
    :root {
        --f50: 28px;
        --f30: 24px;
        --f28: 18px;
        --f20: 16px;
    }

    .pc {
        display: none;
    }

    .md {
        display: block;
    }

    .mn {
        display: none;
    }

    i img {
        max-width: 50px;
    }

    header {
        & .header_wrap {
            .logo {
                left: 5%;

                a img {
                    max-height: 46px;
                }
            }

            & .r_menu {
                right: 5%;

                .lang {
                    display: none;
                }
            }

            & .gnb_wrap {
                display: none;
            }
        }
    }

    .lang {
        display: none;
    }

    main section {
        padding-inline: 16px;
    }

    .swiper-slide .m1_desc {
        left: 2rem;
    }

    .swiper-slide .m1_desc h2 {
        font-size: 28px;
        max-width: 95%;
        letter-spacing: -0.85px;
        margin-bottom: 1.75rem;
    }

    .swiper-slide .m1_desc p {
        max-width: 80%;
        text-wrap: pretty;
        line-height: 1.5;
    }

    .m2 {
        margin-bottom: 10em;
    }

    .m2::before {
        top: -5%;
    }

    .m2 h3 {
        margin-block: 110px 3rem;
        font-size: 24px;
    }

    .m2 .flex_wrap {
        flex-direction: column;
    }

    .m2 .flex_wrap .flex_item {
        padding: 28px;
        padding-bottom: 0;
    }

    .m2 .flex_wrap .flex_item.open {
        border-radius: 1rem;
        transition: 0.3s;
    }

    .m2 .flex_wrap .flex_item h4 {
        font-size: 24px;
    }

    .m2 .flex_wrap .flex_item h5 {
        font-size: 22px;
        margin-block: 0.25rem 1.25rem;
    }

    .m2 .flex_wrap .flex_item>span {
        bottom: auto;
    }

    .m3 {
        padding-top: 10vh;
    }

    .m4 h3+p {
        margin-inline: auto;
        margin-block: 2rem 3rem;
        line-height: 1.5;
        text-wrap: pretty;
    }

    .m3 .flex_wrap {
        flex-wrap: wrap;
    }

    .m3 .flex_wrap::after {
        top: 10%;
    }

    .m3 .flex_wrap::after {
        color: var(--main);
    }

    .m3 .flex_wrap .flex_left {
        width: 100%;
    }

    .m3 .flex_wrap .flex_left .m3_desc p {
        font-size: 18px;
        margin-block: 2.8rem 8rem;
        line-height: 1.5;
    }

    .m3 .flex_wrap .flex_right {
        flex: 1;
        width: 100%;
        position: absolute;
        z-index: -1;
        inset: 0 0 0 0;

        img {
            opacity: 0.25;
            filter: brightness(0.8);
        }
    }

    .m3 .flex_wrap .flex_left .m3_desc a {
        padding: 0.875em 1.55rem;
    }

    .m3 .flex_wrap .flex_left .s1 .flex_wrap .flex_box .flex_left h5 {
        margin-bottom: 1rem;
        text-wrap: pretty;
        font-size: 24px;
        letter-spacing: -0.2px;
    }

    .m4 {
        padding-block: 110px;
    }

    .m4 .flex_box {
        padding-block: 10%;
        flex-direction: column;
        align-items: baseline;
        gap: 1rem;
    }

    .m4 .flex_box .flex_item .bar h4 {
        width: 100%;
        font-size: 22px;
        padding-left: 1rem;
    }

    .m4 .flex_box .flex_item .bar h4 span {
        opacity: 1;
        display: block;
        font-size: 22px;
    }

    .m4 .flex_box .flex_item .bar:hover {
        padding: 1rem;
    }

    .m5 {
        margin-bottom: 110px;
    }

    .m5::before {
        top: -10%;
    }

    .m5 .top_txt {
        margin-bottom: 1rem;
        justify-content: space-between;
    }

    .m5 .swiper-slide {
        border-radius: 8px;
        height: 280px;
    }

    .m5 .ms5 {
        padding-right: 16px;
    }

    .m5 .swiper-slide .ms5_desc {
        height: 22%;
    }

    .m5 .swiper-slide .ms5_desc p {
        font-size: 18px;
    }

    .m5 .button-next img,
    .m5 .button-prev img {
        max-height: 80px;
    }

    .m6 {
        margin-block: 12vh 0;
        padding-inline: 0;
    }

    .m6 .flex_wrap {
        flex-wrap: wrap;
        padding: 2.5rem 1.75rem;
        border-radius: 0;
        gap: 1.25rem;
        display: flex;
        background: url(../1x/m6_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        background-blend-mode: hue;
        background-color: var(--main);
    }

    .m6 .flex_wrap h4 {
        font-size: 22px;
    }

    .m6 .flex_wrap .m6_bt {
        display: inline-flex;
        margin-top: 1rem;
        padding: 0.55em 1rem;
    }

    .m6 .flex_left,
    .m6 .flex_right {
        padding-left: 0;
    }

    .m6 .flex_right {
        text-align: right;
    }

    /* sub */
    .sub {
        margin-top: 15vh;
    }

    .sub_top .sub_title h2 {
        font-size: 30px;
    }

    .s1 .flex_wrap {
        margin-bottom: 10%;
    }

    .s1 .flex_wrap .flex_box .flex_left h5 {
        margin-bottom: 18px;
        font-size: 24px;
    }

    .s1 .flex_wrap .flex_box .flex_left p {
        font-size: 16px;
        text-wrap: balance;
    }

    .s2 .sub_page .flex_wrap {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: 100%;
    }

    .s2 .sub_page .flex_wrap .his_item {
        gap: 2rem;
        text-wrap: pretty;
        flex-direction: column;
        text-align: center;
    }

    .s2 .sub_page .flex_wrap .his_item .his_wrap {
        gap: 1rem;
    }

    .s2 .sub_page .flex_wrap .his_item h3 {
        font-size: 2.875rem;
    }

    .s2 .sub_page .flex_wrap .his_item .his_desc::before {
        display: none;
    }

    .s2 .sub_page .flex_wrap .flex_right {
        position: static;

        img {
            vertical-align: top;
        }
    }

    .s3 .flex_wrap .flex_item {
        gap: 1rem;
        padding-block: 2rem;
    }

    .s3 .flex_wrap .flex_item h4 {
        margin-right: 1rem;
        font-size: 28px;
    }

    .s3 .flex_wrap .flex_item h5 {
        font-size: 20px;
    }

    .s3 .flex_wrap .flex_item p {
        font-size: 16px;
        max-width: 95%;
    }

    .sub_page .page_desc p {
        font-size: 16px;
    }

    footer {
        & .footer_inner {
            padding: 2rem;

            * {
                font-size: 14px;
            }

            img {
                max-width: 55%;
            }

            .f_desc {
                gap: 1.5rem;
            }
        }
    }
}

@media (max-width: 360px) {
    .swiper-slide .m1_desc h2 {
        font-size: 24px;
    }
}