﻿@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 14px;
    -webkit-text-size-adjust: none;
    margin: 0 auto;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
    background-color: #FFFFFF;
}

@media (hover: none) and (pointer: coarse) {
    html {
        max-width: 100%;
        
    }
}

/* hover 가능(마우스, 터치패드) */
@media (hover: hover) and (pointer: fine) {
    html {
        max-width: 1280px;
    }
}

html {
    position: relative;
    height: 100%;
}

body {
}

.auth-fluid-right {
    width: 50%;
}

.icon-btn {
    display: block;
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    padding-left: 14px;
    opacity: 1;
}

.icon-btn svg {
    position: absolute;
    width: 18px;
    height: 18px;

    margin-top: 2px;
    left: 20px;
}

.icon-btn span {
    text-align: center;

    font-family: 'Pretendard-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.kakao-style {
    border: 0px;
    background: #FEE500
}

.email-style {
    border: 1px solid #68A9F3;
    background: #FFFFFF;
    color: #68A9F3;
}

.reg-style {
    background: #68A9F3;
    color: #FFFFFF;
}

.lang-btn {
    width: auto;
    height: 28px;
    border-radius: 1000px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    gap: 2px;
    opacity: 1;
    background: #333333;
}

.lang-btn span {
    font-family: 'Pretendard-Regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #FFFFFF;
}

.login-main-image {
    display: block;
    height: 210px;
    border: 0px dashed #CCCCCC;
    background: #FFF;
    margin-bottom: 20px;
}

.login-explanation {
    min-width: 300px;
}

@media (width >= 992px) {
    .auth-fluid .auth-fluid-form-box {
        max-width: calc(100vw / 2);
        width: 50% !important;
        padding: 40px 30px 0px 30px;
        background-color: #F0F0F0 !important;
    }

    .login-explanation.left {
        visibility: hidden;
    }

    .login-explanation.right {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .hr-with-text span {
        background-color: #F0F0F0;
    }
}

@media (width < 992px) {
    .login-explanation.left {
        display: block;
    }

    .login-explanation.right {
        display: none;
    }

    .hr-with-text span {
        background-color: #FFFFFF;
    }
}

.login-explanation span.main-text{
    display:flex;
    justify-content: center;
    text-align: center;
    word-break: keep-all;
    margin-bottom: 5px;

    font-family: 'Pretendard-Regular';
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.login-explanation span.sub-text {
    display: flex;
    justify-content: center;
    text-align: center;
    word-break: keep-all;

    font-family: 'Pretendard-Regular';
    font-weight: 100;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
}

.login-explanation ul {
    height: 350px;
    padding: 0;
    display: flex;
    gap: 4vw;
}

.login-explanation li {
    list-style-type: none;
    flex: 0 0 100%;
}

.login-explanation li:nth-child(even) {
    /*background-color: cyan;*/
}

.login-explanation ul {
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
}

.login-explanation li {
    scroll-snap-align: center;
}

.login-explanation ul::scroll-button(*) {
    border: 0;
    font-size: 2rem;
    background: none;
    color: rgb(0 0 0 / 0.7);
    cursor: pointer;
}

.login-explanation ul::scroll-button(*):hover,
.login-explanation ul::scroll-button(*):focus {
    color: rgb(0 0 0 / 1);
}

.login-explanation ul::scroll-button(*):active {
    translate: 1px 1px;
}

.login-explanation ul::scroll-button(*):disabled {
    color: rgb(0 0 0 / 0.2);
    cursor: unset;
}

.login-explanation ul {
    anchor-name: --myCarousel;
}

.login-explanation ul::scroll-button(*) {
    position: absolute;
    position-anchor: --myCarousel;
}

.login-explanation ul {
    scroll-marker-group: after;
}

.login-explanation ul::scroll-marker-group {
    position: absolute;
    position-anchor: --myCarousel;
    top: calc(anchor(bottom) - 20px);
    justify-self: anchor-center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.login-explanation li::scroll-marker {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #68A9F333;
    border: 0;
    border-radius: 50%;
}

.login-explanation li::scroll-marker:target-current {
    background-color: #68A9F3;
}

.lang-select {
    border: 0;
}

.hr-with-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width : 100%;
}

.hr-with-text hr {
    width: 100%;
    border: 1px solid #000000;
}

.hr-with-text span {
    position: absolute;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 10px 0px 10px;
}

.contents-page {

}