@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Yoon Dokrip";
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Dokrip.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gmarket Sans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

/* 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 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 100;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
    background: rgba(10, 10, 10, 0.90);
    backdrop-filter: blur(10px);
}

#header.header_fix {
    top: 0;
}

.logo {
    position: absolute;
    top: 165px;
    left: 50%;
    width: 400px;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.logo img {
    width: 100%;
}

.header_fix .logo {
    top: 20px;
    width: 200px;
}

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

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

#header nav>ul>li {
    width: 100px;
    box-sizing: border-box;
    color: #F5F5F5;
    font-family: "GmarketSansMedium";
    font-size: 20px;
    text-align: center;
    line-height: 140%; /* 33.6px */
    letter-spacing: -1.24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.logo-link {
    width: 200px !important;
}

#header nav>ul>li:hover, .tap {
    color: #F6ECD9 !important;
    font-weight: 700;
}

.mo-menu-open {
    display: none;
    cursor: pointer;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.mo-menu-top {
    box-sizing: border-box;
    padding: 10px 20px;
    backdrop-filter: blur(12.5px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.menu-close {
    cursor: pointer;
}

.mo-menu nav>ul>li {
    text-align: center;
    color: #F5F5F5;
    font-family: "GmarketSansMedium";
    font-size: 20px;
    line-height: 140%; /* 28px */
    box-sizing: border-box;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid rgba(245, 245, 245, 0.30);
}

.mo-menu nav>ul>li:hover, .mo-menu .tap {
    color: #FFFBC0 !important;
    font-weight: 700;
}

footer {
    width: 100%;
    background: #222;
    display: flex !important;
    padding: 65px 0 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.contact-num {
    color: #FFF;
    text-align: center;
    font-family: 'GmarketSansBold';
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

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

.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.30);
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.footer-div:last-child {
    padding-left: 10px;
}

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

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

.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: #FFD78B;
    border: none;
    cursor: pointer;
    z-index: 20;
}

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

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

.nav-youtube {
    display: none !important;
}

.youtube {
    position: absolute;
    right: 100px;
}

.youtube>img {
    width: 30px;
    height: 30px;
}

.mo-youtube {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.mo-youtube>img {
    width: 30px;
    height: 30px;
}

@media(min-width: 1700px) {
    .logo {
        top: 185px;
    }
}

@media(max-width: 1350px) {
    #header {
        justify-content: space-between;
    }
    #header nav ul  {
        gap: 30px;
    }
    #header nav>ul>li {
        width: 80px;
        font-size: 18px;
        letter-spacing: -1.12px;
    }
}

@media(max-width: 1280px) {
    .logo {
        width: 350px;
        top: 135px;
    }
}

@media(max-width: 1250px) {
    .logo {
        width: 300px;
        top: 135px;
    }
    .header_fix .logo {
        width: 150px;
        top: 25px;
    }
    .logo-link {
        width: 150px !important;
    }
}

@media(max-width: 1100px) {
    .logo {
        position: static;
        transform: none;
        width: 150px;
    }
    #header {
        top: 0;
        padding: 10px 20px;
        height: auto;
    }
    #header nav  {
        display: none;
    }
    .mo-menu-open {
        display: block;
    }
}

@media(max-width: 950px) {
    .footer-wrap {
        flex-direction: column;
        gap: 8px;
    }
    .footer-div {
        padding: 0 !important;
        border: none !important;
    }
}

@media(max-width: 650px) {
    .mo-menu nav>ul>li {
        font-size: 18px;
    }
}
