/*---------------------------------------------------*/
/*                    normalize                      */
/*---------------------------------------------------*/
@import url('https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css');

/*---------------------------------------------------*/
/*       Playfair Display google webfont         */
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*       Pretendard webfont         */
/*---------------------------------------------------*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/*---------------------------------------------------*/
/*                  Reset Common                     */
/*---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: none;
}

html {
    height: 100%;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    overflow-y: auto;
    font-size: 0.05208333178113vw;
    background-color: #fff;
}

body {
    overflow: hidden;
    min-width: 320px;
    /*font-size: 20rem;*/
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

video {
    display: inline-block;
    touch-action: none;
    pointer-events: none;
}

img {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
    overflow-wrap: break-word;
}

:root {
    overflow-wrap: break-word;
    word-break: break-word;
}

button {
    border: 0;
    cursor: pointer;
}

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

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-style: normal;
}

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

/*root*/
:root {
    --font-en: "Playfair Display", serif;
}

/*------------------ common ------------------*/


.flex {
    display: flex;
    flex-wrap: wrap;
}

.I-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 100rem !important;
    padding-right: 100rem !important;
}

#introWrap {
    height: 100vh;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}

#introWrap .introText {
    width: 100%;
    text-align: center;
    z-index: 101;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 130px;
    margin-top: -130rem;
    font-family: var(--font-en);
}

#introWrap .introText .introTextWrap h3 {
    color: #fff;
    font-size: 30px;
    font-size: 30rem;
    letter-spacing: 1.2px;
    line-height: 30px;
    line-height: 30rem;
    margin-bottom: 22px;
    font-weight: 400;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}
#introWrap .introText .introTextWrap h3 span {
    font-family: var(--font-en);
    display: block;
    padding-bottom: 10px;
}

#introWrap .introText .introTextWrap h4 {
    color: #fff;
    font-size: 60px;
    font-size: 60rem;
    font-weight: 400;
    line-height: 80px;
    line-height: 80rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    letter-spacing: -0.5px;
}

#introWrap .introText .introTextWrap h4 strong {
    font-size: 70rem;
    font-size: 70px;
    font-weight: 400;
}

#introWrap video {
    object-fit: cover;
    filter: brightness(0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#introWrap .introBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#introWrap .introBg li {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}

#introWrap .introBg li p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 30px;
    font-size: 30rem;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    font-weight: 400;
}

#introWrap .introBg li p span {
    font-size: 80px;
    font-size: 80rem;
    font-weight: 600;
    font-family: var(--font-en);
    line-height: 90px;
    line-height: 90rem;
}

#introWrap .I-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 101;
}

#introWrap .introContents .introLogo {
    width: 266rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(3);
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -webkit-backface-visibility: hidden;
    transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.5s;
    z-index: 101;
}

#introWrap.aos-animate .introContents .introLogo {
    top: 6.5%;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

#introWrap .introContents .introLogo img {
    width: 100%;
}

#introWrap .introContents .introBanner {
    position: absolute;
    bottom: -50vh;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 133rem;
    transition: bottom 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 2.8s;
}

#introWrap.aos-animate .introContents .introBanner {
    bottom: 0;
}

#introWrap .introContents .introBanner > div {
    height: 100%;
}

#introWrap .introContents .introBanner .pc {
    display: block;
}

#introWrap .introContents .introBanner .mob {
    display: none;
}

#introWrap .introContents .introBanner .banner-list {
    border-radius: 20rem 20rem 0 0;
    border-bottom: none;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#introWrap .introContents .introBanner .banner-list li {
    width: 50%;
    position: relative;
}

#introWrap .introContents .introBanner .pc .banner-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    right: 0;
    top: 0;
}

#introWrap .introContents .introBanner .banner-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 32px;
    font-size: 32rem;
    color: #fff;
    font-weight: 100;
    padding-left: 72px;
}

#introWrap .introContents .introBanner .banner-list li a span {
    font-weight: 500;
    font-size: 16px;
    font-size: 16rem;
    padding-left: 16px;
}

#introWrap .introContents .introBanner .banner-list li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0%;
    left: 0;
    opacity: 0.7;
    box-shadow: 0 5rem 25rem rgba(0, 0, 0, 0.1);
    transition: top 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#introWrap .introContents .introBanner .banner-list li a:hover::after {
    top: 100%;
}


/*mobile*/
@media (min-width: 320px) and (max-width: 1280px) {
    html {
        font-size: 1px;
    }

    #introWrap .introContents .introBanner .pc {
        display: none !important;
    }


    #introWrap .introContents .introBanner .mob {
        display: block;
    }

    .I-container {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }

    #introWrap .introText {
        top: 238px;
        top: 238rem;
        margin-top: 0px;
        margin-top: 0rem;
    }

    #introWrap .introText .introTextWrap h3 {
        font-size: 12px;
        font-size: 12rem;
        line-height: 16px;
        line-height: 16rem;
        margin-bottom: 16px;
    }

    #introWrap .introText .introTextWrap h4 {
        font-size: 22px;
        font-size: 22rem;
        line-height: 30px;
        line-height: 30rem;
        letter-spacing: -0.5px;
        font-weight: 500;
    }

    #introWrap .introBg li p {
        max-height: 50rem;
        max-width: 230rem;
        top: 39%;
    }

    #introWrap.aos-animate .introContents .introLogo {
        top: 4.5%;
    }

    #introWrap .introContents .introLogo {
        width: 152rem;
        top: 48%;
        transform: translate3d(-50%, -50%, 0) scale(2);
        -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
    }

    #introWrap .introContents .introBanner {
        width: 100%;
        height: 200px;
        height: 200rem;
        transition: bottom 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-delay: 2.8s;
        border-radius: 0;
    }

    #introWrap.aos-animate .introContents .introBanner {
        bottom: 32rem;
        bottom: 32px;
    }

    #introWrap .introContents .introBanner .banner-list {
        border: 0;
    }

    #introWrap .introContents .introBanner .banner-list li {
        width: 100%;
        border-radius: 20rem;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 8rem;
        margin-bottom: 8px;
    }

    #introWrap .introContents .introBanner .banner-list li:last-child {
        margin-bottom: 0;
    }

    #introWrap .introContents .introBanner .banner-list li a {
        font-size: 20px;
        font-size: 20rem;
        line-height: 22px;
        line-height: 22rem;
        padding-left: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #introWrap .introContents .introBanner .banner-list li a span {
        font-size: 12px;
        font-size: 12rem;
        padding-left: 0;
        display: block;
    }

    #introWrap .introContents .introBanner .banner-list li a:hover::after {
        top: 0;
    }
}