@charset "UTF-8";

/*sub*/
.sub-page-frame .inner {
    max-width: 1500px;
}

.about-page .sub-top-section {
    position: relative;
    height: 200vh;
    overflow: initial;
}

.sub-top-roller {
    height: 100vh;
    position: sticky;
    top: 0;
}

body.kakao-webview .about-page .sub-top-section {
    height: calc(var(--vh, 1vh) * 200);
}

body.kakao-webview .sub-top-roller {
    height: calc(var(--vh, 1vh) * 100);
}

.about-top-img {
    height: calc(100% - 600px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scale(0.9);
    transform-origin: bottom center;
    padding: 0 32px;
    transition: 0.8s ease-in-out;
}

.about-top-img .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    isolation: isolate;
    position: relative;
    transition: all 0.8s ease-in-out;
}

/* .sub-page-frame .about-top-img {
    padding: 32px;
    transform: scale(0.85);
}

.sub-page-frame .about-top-img .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    overflow: hidden;
    isolation: isolate;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



body.kakao-webview .sub-page-frame .about-top-img .img {
    height: calc(var(--vh, 1vh) * 100);
} */

.sub-page-frame .sub-top-img .img {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-page-frame .about-top-img .img .black-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.sub-page-frame .about-top-img .tit-wrap {
    color: #FFF;
    text-align: center;
    font-size: clamp(28px, 4vw, 60px);
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.02em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sub-page-frame .about-top-img .tit-wrap ul {
    display: flex;
    align-items: center;
    gap: 0.2em;
}

.sub-page-frame .about-top-img .tit-wrap .txt-frame {
    overflow: hidden;
    display: block;
}

.sub-page-frame .about-top-img .tit-wrap .txt-frame .txt {
    transform: translateY(100%);
    display: block;
    transition: all 0.6s ease-in-out;
}

.sub-page-frame .about-top-img .tit-wrap ul.mobile-block {
    display: none;
}

.sub-page-frame .about-top-img .tit-wrap .txt-frame.mobile-block {
    display: none;
}

.sub-page-frame .about-top-img .tit-wrap .glass-txt {
    display: flex;
    padding: 6px 24px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: -3px -3px 4px 0 rgba(255, 255, 255, 0.20) inset, 2px 2px 10px 0 rgba(255, 255, 255, 0.15) inset;
    backdrop-filter: blur(5px);
    opacity: 0;
    transform: translateY(20%);
    transition: all 0.6s ease-in-out;
    overflow: hidden;
}

.sub-page-frame .about-top-img .tit-wrap .glass-txt .txt {
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
}


.sub-page-frame .sub-top-section.on .about-top-img .tit-wrap .txt-frame .txt {
    transform: translateY(0%);
    transition-delay: 0.6s;
}

.sub-page-frame .sub-top-section.on .about-top-img .img {
    border-radius: 40px;
}

.sub-page-frame .sub-top-section.on .about-top-img .tit-wrap .glass-txt {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0.6s;
}

.sub-page-frame .sub-top-section.on .about-top-img .tit-wrap .glass-txt .txt {
    transition-delay: 0.8s;
    transform: translateY(0);
}

.sub-page-frame .sub-top-section.on .about-top-img .img .black-box {
    opacity: 1;
    transition-delay: 0.4s;
}

.sub-page-frame .sub-top-section.on .about-top-img {
    transform: scale(1);
    height: calc(100% - 90px);
    padding: 32px;
}



.sub-top-tit-wrap {
    padding-top: 260px;
    padding-bottom: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-top-tit-wrap .breadcrumb {
    display: flex;
}

.sub-top-tit-wrap .breadcrumb li {
    color: #505050;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
}

.sub-top-tit-wrap .breadcrumb li::after {
    content: "";
    display: block;
    margin: 0 8px;
    background-image: url('/img/icon/icon-park-outline_right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
}

.sub-top-tit-wrap .breadcrumb li:last-child::after {
    display: none;
}

.sub-top-tit-wrap .breadcrumb li:last-child {
    color: #111;
    font-weight: 400;
}

.sub-top-tit-wrap h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.02em;
    background: linear-gradient(167deg, #525252 -17.77%, #111 92.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.sub-top-tit-wrap .sub-top-nav {
    display: flex;
    align-items: center;
}

.sub-top-tit-wrap .sub-top-nav li {
    display: flex;
    align-items: center;
    color: #2C2C2C;
    font-size: 22px;
    font-weight: 300;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.02em;
}

.sub-top-tit-wrap .sub-top-nav li.on {
    color: #6E0000;
    font-weight: 600;
}

.sub-top-tit-wrap .sub-top-nav li.on a {
    border-bottom: 1px solid #6E0000;
}

.sub-top-tit-wrap .sub-top-nav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #2C2C2C;
    margin: 0 20px;
}

.sub-top-tit-wrap .sub-top-nav li:last-child::after {
    display: none;
}

.sub-tit-wrap img {
    width: 306px;
    display: block;
    margin-bottom: 20px;
}

.sub-tit-wrap h3 {
    color: #111;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.02em;
}

.sub-tit-wrap h5 {
    font-family: Pretendard;
    font-size: 30px;
    font-weight: 600;
    line-height: 130%;
    /* 39px */
    letter-spacing: -0.02em;
}

.sub-tit-wrap:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .sub-page-frame .inner {
        width: calc(100% - 100px);
    }
}

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

@media screen and (max-width: 768px) {
    .about-top-img {
        height: calc(100% - 300px);
    }

    .sub-page-frame .inner {
        width: calc(100% - 40px);
    }

    .sub-page-frame .sub-top-img .img {
        height: 42vw;
    }

    .sub-top-tit-wrap {
        padding: 160px 0 100px;
    }

    .sub-top-tit-wrap .breadcrumb li {
        font-size: 15px;
    }

    .sub-top-tit-wrap h2 {
        font-size: 40px;
    }

    .sub-top-tit-wrap .sub-top-nav li {
        font-size: 16px;
    }

    .sub-top-tit-wrap .sub-top-nav li::after {
        margin: 0 16px;
    }

    .sub-page-frame .about-top-img {
        padding: 0;
        transform: scale(0.9);
    }


    .sub-page-frame .about-top-img .tit-wrap ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .sub-tit-wrap {
        text-align: center;
    }

    .sub-tit-wrap h5 {
        font-size: 20px;
    }

    .sub-tit-wrap h3 {
        font-size: 28px;
    }

    .sub-page-frame .about-top-img .tit-wrap ul.mobile-block {
        display: flex;
    }

    .sub-page-frame .about-top-img .tit-wrap .txt-frame.mobile-block {
        display: flex;
    }

    .sub-page-frame .about-top-img .tit-wrap ul.pc-block {
        display: none;
    }

    .sub-page-frame .about-top-img .tit-wrap .txt-frame.pc-block {
        display: none;
    }

    .sub-page-frame .sub-top-section.on .about-top-img {
        height: calc(100% - 40px);
        padding: 0;
    }

    .sub-page-frame .sub-top-section.on .about-top-img .img {
        border-radius: 0;
    }
}