@font-face {
    font-family: 'Ansungtangmyun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/Ansungtangmyun-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Puradak Gentle Gothic OTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.1/PuradakGentleGothicR.woff2') format('woff2');
    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;
}

#fixed {
    position: fixed;
    z-index: 100;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #BA0C00;
    box-shadow: 4px 8px 24px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    box-sizing: border-box;
    width: 100px;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
    right: 20px;
    top: 20px;
}

#fixed>p:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px; /* 170% */
    letter-spacing: -0.5px;
}

#fixed>b {
    color: #000;
    font-weight: 700;
    border-radius: 4px;
    background: #FFF;
    display: flex;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    animation: bg-blink 1s infinite;
    font-size: 20px;
    line-height: 34px; /* 170% */
    letter-spacing: -0.5px;
}

#fixed>p:last-child {
    color: #FFDF8C;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px; /* 106.667% */
    margin-top: 8px;
}

#fixed>p:last-child>span {
    display: none;
}

#mo-fixed {
    z-index: 100;
    position: fixed;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #BA0C00;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    display: none;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#mo-fixed>p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}

@keyframes bg-blink {
    0% {
        background: #FFF;
    }
    50% {
        background: #FFDF8C;
    }
    100% {
        background: #FFF;
    }
}

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

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

.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: 10px;
}

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

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

.footer-wrap:first-child .footer-div:nth-child(2) {
    padding: 0 0 0 8px;
    border-right: none;
}

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

.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: #4E261B;
    border: none;
    cursor: pointer;
}

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

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

.w {
    color: #FFF !important;
}

.y {
    color: #FFDF8C !important;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

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

@media(max-width: 650px) {
    #fixed {
        width: auto;
        right: 10.409px;
        top: 10px;
        flex-direction: row;
        padding: 5px;
        gap: 5px;
    }
    #fixed>p:first-child {
        display: none;
    }
    #fixed>p:last-child {
        margin: 0;
        display: flex;
    }
    #fixed>p:last-child>span {
        display: block;
    }
    #fixed>b {
        font-size: 11.364px;
        line-height: 19.318px; /* 170% */
        letter-spacing: -0.284px;
    }
    #fixed>p:last-child {
        font-size: 16px;
        line-height: 18px; /* 112.5% */
    }
    #mo-fixed {
        display: flex;
        right: 10.409px;
        bottom: 20px;
    }
    .mo-no-br {
        display: none;
    }
}

@media(max-width: 480px) {
   
}