@font-face {
    font-family: 'Solmoe KimDaeGeon';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/kdg_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HSBomBaram 3.0';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.1/HSBombaram3_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HCR Batang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/HANBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HCR Batang Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/HANBatangB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Happy Time';
    src: url('../css/HappyTime.woff') format('woff');
}

/* 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%;
    display: flex;
    height: 90px;
    box-sizing: border-box;
    padding: 0px 60px;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.logo {
    width: 62px;
    cursor: pointer;
}

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

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

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    color:#F5F5E8;
    font-size: 20px;
    line-height: 130%; /* 24px */
    font-weight: 500;
    letter-spacing: -0.5px;
    cursor: pointer;
}

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

.mo-menu-open, .mo-call {
    display: flex;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}

.mo-call:hover, .mo-menu-open:hover {
    background: rgba(255, 255, 255, 0.10);
}

.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 4px;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #E1C87F;
    color: transparent;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.9px;
}

.call:hover {
    color: rgba(255, 255, 255, 0.20);
}

.mo-menu .call {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.mo-div {
    display: none;
    align-items: center;
    gap: 10px;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    z-index: 101;
}

.mo-menu-top {
    height: 70px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mo-logo {
    width: 50px;
}

.mo-menu-bottom {
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-close {
    cursor: pointer;
    border-radius: 4px;
}

.menu-close:hover {
    background: rgba(255, 255, 255, 0.10);
}

.mo-menu nav {
    width: 100%;
}

.mo-menu nav>ul>li {
    width: 100%;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%; /* 150% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
}

.mo-menu nav>ul>li:last-child {
    border: none;
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    color: #FFF !important;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.10) !important;
}

.mo-menu .call {
    display: flex;
    box-sizing: border-box;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    border: 2px solid rgba(155, 30, 205, 0.50);
}

.mo-menu .call:hover {
    background: rgba(255, 255, 255, 0.10);
}

.mo-menu .call span {
    color: #B600FF;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
    -webkit-text-stroke-width: 0;
}

/* footer */
footer {
    width: 100%;
    background: #262626;
    display: flex !important;
    padding: 60px 0 160px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.footer-container {
    display: flex;
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    gap: 120px;
    align-items: flex-start;
}

.footer-logo {
    width: 80px;
}

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

.policy-div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.policy-div p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
    cursor: pointer;
}

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

.footer-div, .footer-inner>p {
    box-sizing: border-box;
    display: flex;
    color: #6B6B6B;
    font-size: 16px;
    line-height: 150%; /* 20.8px */
    letter-spacing: -0.4px;
    align-items: center;
}

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

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

.footer-div:last-child {
    padding-left: 10px;
    height: 15px;
    border-left: 1px solid #6B6B6B;
}

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

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.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: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 5;
}

.up-btn:hover {
    border: 1px solid #FFF;
    background: #E87519;
}

.up-btn:hover svg path {
    fill: #FFF;
}

.fixed-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
}

#fixed-up {
    border-radius: 4px;
    background: #FFF;  
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#fixed-up>svg {
    width: 35px;
    height: 35px;
}

#fixed-up:hover {
    transform: translateY(-10px);
}

.fixed-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
}

#fixed-up {
    border-radius: 4px;
    background: #FFF;  
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#fixed-up>svg {
    width: 35px;
    height: 35px;
}

#fixed-up:hover {
    transform: translateY(-10px);
}

.floating-logo {
    width: 63px;
}

#floating-container {
    width: 100%;
    height: 100px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #9B1ECD;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s all;
    box-sizing: border-box;
    padding: 0 60px;
}

.floating-wrap {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 32px;
}

.floating-contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.input-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.floating-contact input[type="text"], select {
    border-radius: 4px;
    border: 1px solid #D8B8F2;
    background: #FFF;
    display: flex;
    width: calc(33% - 10px);
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.5px;
    border: none;
}

select {
    color: rgba(34, 34, 34, 0.50);
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    letter-spacing: -0.4px;
    padding: 11.5px 10px;
}

.floating-contact input[type="text"]:focus {
    background: #FFF;
}

.floating-contact input[type="text"]::placeholder, select {
    color: rgba(10, 24, 69, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

option {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.floating-form-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.floating-agree-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.floating-agree-wrap .round-checkbox {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #A8A8A8;
}
  
.floating-agree-wrap .round-checkbox:checked::before {
    font-size: 100%;
    color: #262626;
    position: relative;
}
  
.floating-agree-wrap .round-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 12px !important;
    background-position: center center !important;
    background-color: #262626;
    background-repeat: no-repeat;
    border: none;
}
  
.floating-agree-wrap .agree {
    color: #FFF;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150%;
    letter-spacing: -0.4px !important;
    cursor: pointer;
}
  
.floating-agree-wrap .agree-open {
    font-weight: 700;
}
  
.f-btn {
    display: flex;
    box-sizing: border-box;
    padding: 16px 80px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #5B127A;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
    border: none;
}

.f-btn:hover {
    background: #420d59;
}

.floating-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #19493B;
    text-align: center;
    font-family: "SF_HambakSnow";
    font-size: 18px;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
    flex-shrink: 0;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 10px;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.8s ease-in-out;
}

.floating-mo-form {
    max-width: 600px;
    width: 90%;
    background: #FFF;
    display: none;
    box-sizing: border-box;
    padding: 4px 20px 20px 20px;
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 200;
}

.mo-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mo-form-top {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floating-form-logo {
    width: 40px;
}

.mo-form-close {
    cursor: pointer;
}

.mo-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    align-items: center;
}

.mo-form .input-wrap {
    width: 100%;
}

.floating-mo-form input[type="text"], .floating-mo-form select {
    height: 44px;
    width: 100%;
    border-radius: 8px;
    border: 1.2px solid rgba(168, 168, 168, 0.30);
    background: #FFF;
    display: flex;
    box-sizing: border-box;
    padding: 12px 0 12px 12px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.floating-mo-form input[type="text"]::placeholder, .floating-mo-form select {
    color: #A8A8A8;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.35px;
}

.mo-form .floating-form-wrap {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.mo-form .floating-agree-wrap .agree {
    color: #333;
}

.mo-form .floating-agree-wrap .round-checkbox {
    border: 1.2px solid rgba(168, 168, 168, 0.30);
    width: 22px;
    height: 22px;
}

.mo-form .floating-agree-wrap .round-checkbox:checked {
    background-color: #9B1ECD;
}

.mo-form .f-btn {
    width: 100%;
    height: 48px;
    padding: 12px;
    background: #9B1ECD;
    border-radius: 8px;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

.mo-form .f-btn:hover {
    background: #7A18A3;
}

#go-contact {
    height: fit-content;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    box-sizing: border-box;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 999px;
    background: #5B127A;
    border-radius: 999px;
    background: #5B127A;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

.headset-div {
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #F0832C;
    display: flex;
    width: 40px;
    aspect-ratio: 1/1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

#go-contact:hover {
    background: #7A18A3;
}

#go-contact:hover .headset-div {
    background: #E87519;
}

.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 1005;
    box-sizing: border-box;
    padding: 0 48px;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    justify-content: initial !important;
    height: 95vh;
    gap: 20px !important;
    display: none;
}
  
.agree-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
}
  
.agree-close > svg {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.80);
    padding: 6.4px 6.4px 5.6px 5.6px;
}
  
.agree-close>svg:hover {
    background: #000;
    transition: 0.3s;
}
  
.agree-modal>.title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
  
.p24 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}
  
.p40 {
    color:  #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
}
  
.content-div {
    margin-top: 20px;
    height: 81%;
    overflow: hidden;
}
  
.agree-modal>.content-div>.content {
    height: 100%;
    overflow: scroll;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #505050;
    padding-bottom: 20px;
}
  
.agree-logo {
    width: 60px;
}
  
.mo-tit {
    display: none;
}
  
.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 101 !important;
}

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

.bold-h {
    font-family: "HCR Batang Bold";
}

.semibold {
    font-weight: 600 !important;
}

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

.primary {
    color: #B600FF !important;
}

.p {
    color: #5B127A !important
}

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFEE50 !important;
}

.mustard {
    color: #D4A017 !important;
}

.gray {
    color: #A8A8A8;
}

.pg-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 5;
}

.st-tit {
    color: #F5F5E8;
    text-align: center;
    font-family: "HSBomBaram 3.0";
    font-size: 80px;
    line-height: normal;
    letter-spacing: -2px;
    position: relative;
    z-index: 5;
}

.justify-end {
    justify-content: flex-end !important;
}

.text-right {
    text-align: right;
}

/* 1280px */
.big-br {
    display: none;
}

/* 900px */
.mi-br {
    display: none;
}

/* 650px */
.mo-br {
    display: none;
}

/* 480px */
.xs-br {
    display: none;
}

@media(max-width: 1400px) {
    .st-tit {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    #floating-container {
        padding: 0 40px;
    }
}

@media(max-width: 1280px) {
    #header {
        padding: 0 20px;
    }
    .header-container {
        gap: 40px;
    }
    #header nav>ul>li {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .call {
        font-size: 32px;
        letter-spacing: -0.6px;
    }
    #floating-container {
        padding: 0 20px;
        height: 80px;
    }
    .floating-logo {
        width: 52px;
    }
    .floating-wrap {
        gap: 24px;
    }
    .input-wrap {
        gap: 10px;
    }
    .floating-form {
        gap: 20px;
    }
    .floating-contact input[type="text"], select {
        width: 33.3%;
    }
    .floating-form>p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .floating-contact, .floating-form-wrap {
        gap: 24px;
    }
    .f-btn {
        padding: 16px 65px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .big-br {
        display: block;
    }
}

@media(max-width: 1200px) {
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
}

@media(max-width: 1100px) {
    .footer-logo {
        width: 60px;
    }
    .footer-big-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .footer-container, .footer-wrapper, .footer-inner, .footer-right {
        align-items: center;
    }
    .footer-big-container>p {
        display: inline-block;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
    .input-wrap {
        gap: 4px;
    }
    .floating-wrap {
        gap: 16px;
    }
    .floating-contact, .floating-form-wrap {
        gap: 12px;
    }
    select {
        padding: 10.5px 10px;
    }
    .policy-div p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .footer-div, .footer-inner>p, .footer-inner>p:last-child {
        font-size: 12px;
        letter-spacing: -0.35px;
    }
    .footer-div:last-child {
        height: 10px;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 70px;
    }
    #header nav, #header .call {
        display: none;
    }
    .logo {
        width: 50px;
    }
    .mo-div {
        display: flex;
    }
    .fixed-btn {
        right: 14.5px;
        bottom: 14.5px;
    }
    #floating-container {
        display: none;
    }
    .f-btn {
        padding: 0 40px;
        height: 42px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 30px;
        height: 30px;
    }
    #go-contact {
        display: flex;
        bottom: 20px;
        right: 12px;
    }
    footer {
        padding: 60px 0;
    }
}

@media(max-width: 900px) {
    #fixed-contact {
        border-radius: 100px 100px 0 0;
        transform: translateY(70%);
    }
    .fixed-contact-open, .fixed-div {
        display: flex;
    }
    .fixed-form {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }
    .fixed-flex {
        width: 90%;
        flex-direction: column;
        gap: 16px;
    }
    .fixed-flex>.fixed-flex {
        width: 100%;
        flex-direction: row;
    }
    .fixed-form input[type="text"] {
        width: 100%;
    }
    .fixed-wrap {
        width: 90%;
        justify-content: space-between;
    }
    .fixed-c-btn {
        height: 50px;
        padding: 10px 30px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .mi-br {
        display: block;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
}

@media(max-width: 650px) {
    #header, .mo-menu-top {
        height: 60px;
    }
    .logo, .mo-logo {
        width: 42px;
    }
    .mo-menu-open {
        top: 11px;
        right: 11px;
    }
    .fixed-c-btn {
        width: 100%;
    }
    .input-wrap {
        gap: 4px;
    }
    .agree-modal {
        gap: 40px !important;
    }
    .agree-modal>.title>.p24 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .agree-modal>.title>.p40 {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .agree-logo {
        width: 50px;
    }
    .st-tit {
        font-size: 36px;
        letter-spacing: -0.9px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
    .footer-div {
        padding: 0 !important;
        border: none !important;
    }
    .footer-wrap {
        flex-direction: column;
    }
    .footer-wrap .footer-div {
        margin-top: 4px;
    }
}

@media(max-width: 370px) {
    .f-btn {
        padding: 0 32px;
    }
}
