@font-face {
    font-family: 'RixYeoljeongdo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/RixYeoljeongdo_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* css 드래그 이벤트 차단 */
.disableDrag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.grecaptcha-badge{
    visibility: hidden;
}

* {
    transition: 0.3s;
}

/* header */
#header {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.mo-menu-open {
    display: none;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    left: 16px;
    border: 1px solid rgba(255, 255, 255, 0.60);
}

.mo-menu-open:hover {
    background: #222;
}

.logo {
    width: 42px;
}

.mo-logo {
    width: 45px;
    display: none;
}

#header nav {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

#header nav ul {
    display: flex;
    gap: 53px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header nav>ul>li {
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tap {
    font-weight: 700 !important;
    box-shadow: inset 0 -4px 0 #6748f9;
}


/* 모바일 메뉴 */
.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    gap: 10px;
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    left: 0;
    z-index: 101;
    top: -100%;
}

.mo-menu-top {
    height: 66px;
    box-sizing: border-box;
    padding: 0px 16px;
    backdrop-filter: blur(12.5px);
    display: flex;
    align-items: center;
    justify-content: start;
}

.menu-close {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #000;
    cursor: pointer;
}

.mo-menu nav>ul>li {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    height: 54px;
    padding: 0px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mo-menu nav>ul>li:hover, .mo-menu .tap {
    background: #6748F9;
    color: rgba(255, 255, 255, 0.80) !important;
}

.mo-menu .call {
    padding: 10px 0;
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
    font-weight: 700;
    color: #FFF !important;
}

.mo-menu .header-div{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    justify-content: center;
}

/* .mo-menu.open {
    top: 0 !important;
} */

/* footer */
footer {
    width: 100%;
    background: #222;
    display: flex !important;
    flex-direction: column;
    padding: 65px 0 70px;
    align-items: center;
    position: relative;
    justify-content: center;
}

.footer {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.footer-logo {
    width: 91px;
}

.footer-big-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-num {
    color: #FFF;
    font-family: "RixYeoljeongdo";
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-wrap {
    display: flex;
    align-items: center;
}

.footer-div {
    box-sizing: border-box;
    display: flex;
    gap: 4px;
}

.footer-div:first-child {
    padding-right: 10px;
}

.footer-div:nth-child(2) {
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-container>.footer-div {
    padding: 0;
    border: none;
}

.footer-div>b {
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    line-height: normal;
}

.footer-div>p, .footer-container>p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    line-height: normal;
}

.footer-container>p {
    margin-top: 20px;
}

.kakao-div {
    width: 100%;
    height: 70px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 100;
}

.kakao-div>p {
    color: #FFF;
    font-family: RixYeoljeongdo;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.48px;
}

#kakao-plus {
    display: flex;
    height: 48px;
    box-sizing: border-box;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background: #FFD233;
    cursor: pointer;
}

#kakao-plus:hover {
    background: #F1C423;
}

.kakao {
    width: 40px;
}

#kakao-plus>b {
    color: #000;
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.45px;
}

.up-btn {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #444;
    border: none;
    cursor: pointer;
    z-index: 20;
}

.up-btn>p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
}

.up-btn:hover {
    background: #222;
}

.gray {
    color: #BFBFBF !important;
}

.w {
    color: #FFF !important;
}

.p {
    color: #6748F9 !important;
}

.y {
    color: #FFCA8A !important;
}

.bold {
    font-weight: 700 !important;
}

.extrabold {
    font-weight: 800 !important;
}

@media(max-width: 1050px) {
    #header {
        height: 60px;
        justify-content: center;
        background: #191919;
    }
    #header nav {
        display: none;
    }
    .mo-menu-open {
        display: flex;
    }
    .logo {
        display: none;
    }
    .mo-logo {
        display: block;
    }
}

@media(max-width: 900px) {
    .footer {
        flex-direction: column;
    }
    .footer-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .contact-num {
        text-align: center;
    }
    .footer-div {
        padding: 0 !important;
        border: none !important;
    }
    .footer-container {
        align-items: center;
    }
    .footer-container>p {
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    .kakao-div>p>span {
        display: none;
    }
}

@media(max-width: 600px) {
    .kakao-div {
        gap: 12px;
    }
    .kakao-div>p {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.32px;
    }
    #kakao-plus {
        height: 36px;
        padding: 0 12px;
    }
    .kakao {
        width: 30px;
    }
    #kakao-plus>b {
        font-size: 13.5px;
        line-height: 22.5px; /* 166.667% */
        letter-spacing: -0.337px;
    }
    .footer-div>p, .footer-container>p, .footer-div>b {
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .footer-div>p, .footer-container>p, .footer-div>b {
        font-size: 11px;
    }
}