/* Common - Flex Grid */
html, body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}
html.en #ch-plugin {
    display: none !important;
}
body {
    flex: 1;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}
#wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* Utility Class */
.display-1 {
    font-size: 96px;
    font-weight: 800;
    line-height: 120px;
    color: #1F1F22;
}
.display-2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 96px;
    color: #1F1F22;
}
.display-3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;
    color: #1F1F22;
}
.display-4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 46px;
    color: #1F1F22;
}
.headline-1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    color: #1F1F22;
}
.headline-2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    color: #1F1F22;
}
.headline-3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #1F1F22;
}
.headline-4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #1F1F22;
}
.title-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #1F1F22;
}
.title-2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1F1F22;
}
.title-3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1F1F22;
}
.title-4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1F1F22;
}
.title-5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #1F1F22;
}
.title-6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #1F1F22;
}
.title-7 {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #1F1F22;
}
.title-8 {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #1F1F22;
}
.body-1-strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    color: #1F1F22;
}
.body-2-strong {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #1F1F22;
}
.body-3-strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1F1F22;
}
.body-4-strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1F1F22;
}
.body-5-strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #1F1F22;
}
.body-6-strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #1F1F22;
}
.body-7-strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #1F1F22;
}
.body-8-strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #1F1F22;
}
.body-1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    color: #1F1F22;
}
.body-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #1F1F22;
}
.body-3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1F1F22;
}
.body-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1F1F22;
}
.body-5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #1F1F22;
}
.body-6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #1F1F22;
}
.body-7 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #1F1F22;
}
.body-8 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #1F1F22;
}
.pretendard {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #1F1F22;
}
.bg-black {
    background: #000;
}
.bg-white {
    background: #fff;
}
.bg-primary {
    background: #347BF6;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.color-primary {
    color: #347BF6;
}
.d-flex {
    display: flex;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.full-page {
    width: 100%;
    height: 100vh;
}
.full-page-video {
    width: 100%;
    height: 100dvh;
}
.cursor-pointer {
    cursor: pointer;
}
.overflow-hidden {
    overflow: hidden;
}
.word-break-word {
    word-break: keep-all;
}
.not-scroll-bounce {
    overscroll-behavior: none;
}
.not-drag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-use-select: none;
    user-select: none;
}

/* PC, Mobile 기준전환점 클래스 명시 */
.pc {
    display: block !important;
}
.mobile {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .pc {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

/* grid */
.cont-wrap {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .cont-wrap {
        width: 100%;
    }
}


/* Header - Default */
.header-wrap {
    width: 100%;
    height: 60px;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 32px;
    box-sizing: border-box;
    background: transparent;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}
.header-wrap .dim {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .15s ease-in-out;
    background: transparent;
}
.header-wrap.active .dim {
    visibility: unset;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}
.header-wrap .nav-icon {
    display: none;
    width: 24px;
    height: 24px;
    background: url("../images/ic_drawer.svg") no-repeat;
    cursor: pointer;
    z-index: 10;
    right: 16px;
    -webkit-tap-highlight-color: transparent;
}
.header-wrap .header-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrap .header-content .logo {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}
.header-wrap .header-content .logo img {
    width: 95px;
    display: block;
}
.header-wrap .header-content .menu-area {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 16px;
}
.header-wrap .header-content .nav {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-wrap .header-content .nav ul {
    display: flex;
    gap: 16px;
}
.header-wrap .header-content .nav ul li {
    display: block;
}
.header-wrap .header-content .nav ul li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.9px;
    padding: 7px 12px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color 0.2s ease-in-out;
}
.header-wrap.on {
    background: #fff;
}
.header-wrap.on .header-content .nav ul li a {
    color: #1A1C22;
}
.header-wrap .header-content .nav ul li a:hover {
    background-color: rgba(0,0,0,0.2);
}
.header-wrap .header-content .nav ul li a:active {
    background-color: rgba(0,0,0,0.6);
}
.header-wrap.on .header-content .nav ul li a:hover {
    background-color: rgba(0,0,0,0.2);
}
.header-wrap.on .header-content .nav ul li a:active {
    background-color: rgba(0,0,0,0.35);
}
.header-wrap.ko .header-content .nav.ko {
    display: flex !important;
}
.header-wrap.ko .header-content .nav.en {
    display: none !important;
}
.header-wrap.en .header-content .nav.en {
    display: flex !important;
}
.header-wrap.en .header-content .nav.ko {
    display: none !important;
}
/* // header 번역기 버튼 */
.header-wrap #switch_translation {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.header-wrap .switch-toggle {
    cursor: pointer;
    width: 40px;
    height: 24px;
    background: rgba(255,255,255, 0.2);
    display: block;
    border-radius: 12px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease-in-out;
}
.header-wrap .switch-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/images/icon/ic_korean.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.09);
}
.header-wrap #switch_translation:checked + label:after {
    content: '';
    left: calc(100% - 2px);
    transform: translateX(-100%) translateY(-50%);
    background-image: url("/images/icon/ic_globe_bold.svg");
}
.header-wrap.on .switch-toggle {
    background: rgba(0,0, 0, 0.12);
}
/* Header - Mobile */
@media screen and (max-width: 1200px) {
    .header-wrap {
        height: 56px;
        padding: 0 24px;
        background: #fff !important;
    }

    .header-wrap .menu-area {
        flex-direction: row !important;
    }

    .header-wrap .switch-toggle {
        background: rgba(0,0, 0, 0.12) !important;
    }

    .header-wrap .nav-icon {
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: 14px;
    }
    .header-wrap .header-content .nav {
        visibility: hidden;
        max-height: 0;
        position: absolute;
        width: 100%;
        top: 56px;
        background: #fff;
        left: 0;
        flex-direction: column;
        transition: all .15s ease-in-out;
    }
    .header-wrap .header-content .nav ul {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .header-wrap .header-content .nav ul li {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .header-wrap .header-content .nav ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 24px;
        height: 56px;
        color: #1A1C22;
        border-radius: 0;
        opacity: 0;
    }
    .header-wrap.active .header-content .nav {
        visibility: unset;
        max-height: 1000px;
        transform: translateZ(0);
    }
    .header-wrap.active .header-content .nav ul li a {
        opacity: 1;
    }
    .header-wrap .header-content .nav ul li a:hover {
        background-color: rgba(0,0,0,0.12) !important;
    }
    .header-wrap .header-content .nav ul li a:active {
        background-color: rgba(0,0,0,0.24) !important;
    }
}


/* page grid */
.page-content {
    margin-top: -60px;
}
@media screen and (max-width: 1050px) {
    .page-content {
        margin-top: -56px !important;
        box-sizing: border-box;
    }
}


/* Footer - Default */
.footer-wrap {
    width: 100%;
    background: #29303D;
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.footer-wrap .footer-cont {
    width: 960px;
    margin: 0 auto;
}
.footer-wrap .top {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-wrap .middle {
    margin-bottom: 40px;
}
.footer-wrap .middle .icon-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-wrap .middle .icon-wrap a {
    display: block;
    width: 24px;
}
.footer-wrap .middle .icon-wrap a img {
    display: block;
    width: 100%;
}
.footer-wrap .bottom ul {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.footer-wrap.ko .footer-cont.ko {
    display: block !important;
}
.footer-wrap.ko .footer-cont.en {
    display: none !important;
}
.footer-wrap.en .footer-cont.en {
    display: block !important;
}
.footer-wrap.en .footer-cont.ko {
    display: none !important;
}
/* Footer - Mobile */
@media screen and (max-width: 1200px) {
    .footer-wrap {
        padding: 64px 20px;
    }
    .footer-wrap .footer-cont {
        width: 100%;
    }
    .footer-wrap .bottom ul {
        flex-direction: column;
        align-items: flex-start;
    }
}
