@charset "utf-8";

body.on {
    touch-action: none;
    overflow: hidden !important;
    -webkit-user-select: none;
}

html.on {
    touch-action: none;
    overflow: hidden !important;
    overscroll-behavior: none;
    -webkit-user-select: none;
}

section .s_inner {
    max-width: 1310px;
    width: 90%;
    margin: 0 auto;
}

a {
    -webkit-tap-highlight-color: transparent;
}

#load {
    display: none;
}

.loading-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container .loading {
    width: calc(100vw * (100/640));
    height: calc(100vw * (100/640));
    border-radius: 50%;
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container #loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(100vw * (10/640));
    font-weight: bold;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    width: calc(100vw * (100/640));
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}


@keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

/* pop */
.pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    max-width: 95%;
    max-height: 95%;
    /* overflow: auto; */
    background-color: #fff;
    z-index: 10011;
    border-radius: 10px;
    display: none;
}

.modal {
    background: #000;
    opacity: 0.75;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1001;
}

.pw_pop .pop {
    width: 95%;
}

.pw_pop .pop_close_btn img {
    filter: brightness(0) invert(1);
}

.pop_close_btn {
    position: absolute;
    width: calc(100vw * (13/375));
    height: calc(100vw * (13/375));
    right: calc(100vw * (15/375));
    top: calc(100vw * (15/375));
    z-index: 2;
}

.common_pop .pop {
    width: 90%;
    padding: 25px 15px;
}

.id_btn button.chk {
    background: #c8c8c8;
}

.id_btn button {
    color: #fff;
}

.id_btn button {
    height: 40px;
    width: 120px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 15px;
    background: #06B395;
}

/* END pop */

/* header */

#header {
    transition: 0.5s;
    z-index: 100;
    width: 100%;
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 80px;
    border-bottom: 1px dashed #ffd7d7;
}

#header .header_inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header_logo {
    width: 134px;
    height: 29px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/common/logo.png);
}

#header .header_link_group {
    display: flex;
    align-items: center;
    gap: 42px;
    font-size: 19px;
    font-weight: 600;
}

#header .header_link_group .link6 {
    padding: 8px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}

#header .header_link {
    cursor: pointer;
}

/* END header */

/* footer */

/* END footer */

/* gnb */

/* END gnb */

/* splash */
.splash_wrap {
    min-height: 100vh;
    background: url('../image/common/splash_bg.jpg') no-repeat center / cover;
    flex-direction: column;
    justify-content: center;
}

.spl_logo {
    width: calc(100vw * (260/375));
    height: calc(100vw * (30/375));
    background: url('../image/common/spl_logo.svg') no-repeat center / contain;
    margin-bottom: calc(100vw * (30/375));
}

.spl_ment {
    font-size: calc(100vw * (26/375));
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.spl_ment span {
    font-weight: 700;
    color: #06B395;
}

/* END splash */

/* sub_header */
.sub_header_inner {
    height: calc(100vw * (50/375));
    justify-content: space-between;
    position: relative;
    background-color: #1A1F2C;
}

.sub_header_inner .sub_name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: calc(100vw * (17/375));
    font-weight: 500;
}

.sub_header_inner .sub_arw {
    width: calc(100vw * (10/375));
    height: calc(100vw * (20/375));
    background: url('../image/common/sub_arw.svg') no-repeat center / contain;
}

/* END sub_header */