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

@font-face {
    font-family: 'MinSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-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%;
    display: flex;
    height: 72px;
    box-sizing: border-box;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
}

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

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

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

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

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    padding: 16px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: -0.45px;
    cursor: pointer;
}

#header nav>ul>li:hover, .tap {
    color: #EE2C28 !important;
}

.mo-menu-open {
    position: absolute;
    right: 20px;
    display: none;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
}

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

.call {
    box-sizing: border-box;
    padding: 12px 16px;
    gap: 8px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.5px;
    border-radius: 99px;
    background: #EE2C28;
}

.call span {
    font-weight: 900;
}

.call:hover {
    color: #FFF;
    background: #d3231f;
}

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

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

.mo-menu-top {
    height: 72px;
    box-sizing: border-box;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.menu-close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

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

.mo-menu nav>ul>li {
    width: 100%;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    box-sizing: border-box;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    color: #EE2C28 !important;
    background: transparent !important;
}

.call-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.call-div p {
    color: #FFF;
    text-align: center;
    font-family: "MBC 1961";
    font-size: 32px;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.8px;
}

.call-div .call {
    padding: 12px 40px;
    gap: 12px;
    font-size: 28px;
    font-weight: 900;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

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

.footer-big-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-container {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.footer-logo {
    width: 100px;
    opacity: 0.7;
}

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

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

.footer-div, .footer-inner>p {
    box-sizing: border-box;
    display: flex;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
    align-items: center;
    word-break: keep-all;
}

.footer-div:first-child {
    height: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.70);
    padding-right: 10px;
}

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

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

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-right>p:first-child {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.footer-right>p:last-child {
    color: #FFF;
    font-family: "MBC 1961";
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
    cursor: pointer;
}

.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: #d3231f;
}

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


/* 하단 고정 문의 */
#floating-container {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 45;
    background: #EE2C28;
    padding: 12px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    gap: 30px;
}

.floating-logo {
    width: 72px;
}

#floating-container>p {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
}

#floating-container>p svg {
    width: 25px;
    height: 26px;
}

#floating-container>p span {
    font-weight: 900;
}

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

.input-wrap {
    width: calc(100% - 450px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.floating-contact input[type="text"] {
    background: #FFF;
    display: flex;
    width: 33.3%;
    box-sizing: border-box;
    height: 46px;
    padding: 10px 20px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
    border: none;
    border-radius: 0;
}

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

.floating-contact input[type="text"]::placeholder {
    color: #717171;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.floating-agree-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.floating-agree-wrap .round-checkbox {
    width: 24px;
    height: 24px;
    border: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 0;
}

.floating-agree-wrap .round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}

.floating-agree-wrap .round-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 15px !important;
    background-position: center center !important;
    background-color: #000;
    background-repeat: no-repeat;
    border: none;
}

.floating-agree-wrap .agree {
    color: #FFF;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: normal;
    letter-spacing: -0.4px !important;
    cursor: pointer;
}

.floating-agree-wrap .agree-open {
    text-decoration: underline;
}

.f-btn {
    display: flex;
    height: 46px;
    box-sizing: border-box;
    width: 200px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #FFF;
    font-family: "MBC 1961";
    font-size: 20px;
    letter-spacing: -0.5px;
    border: none;
    border-radius: 0;
}

.f-btn:hover {
    background: #740000;
}

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


/* 개인정보처리방침 */
.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 60;
    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: 90px;
}

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

.normal {
    font-weight: 400 !important;
}

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

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

.bold-g {
    font-family: "Gmarket Sans";
}

.pretendard {
    font-family: 'Pretendard' !important;
}

.primary {
    color: #EE2C28 !important;
}

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

.st-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    white-space: nowrap;
}

.st-big-tit {
    color: #FFF;
    text-align: center;
    font-family: "MBC 1961";
    font-size: 80px;
    font-weight: 400;
    line-height: 140%; /* 112px */
    letter-spacing: -2px;
}

.st-tit {
    color: #FFF;
    text-align: center;
    font-family: "MBC 1961";
    font-size: 60px;
    font-weight: 400;
    line-height: 120%; /* 72px */
    letter-spacing: -1.5px;
    position: relative;
    z-index: 10;
}

.st-sub-tit {
    color: #000;
    text-align: center;
    font-family: "MBC 1961";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -1px;
    position: relative;
    z-index: 10;
}

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

.justify-center {
    justify-content: center !important;
}

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

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

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

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

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

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

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

/* 768px */
.ta-br {
    display: none;
}

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

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

/* 400px */
.xxs-br {
    display: none;
}

@media(min-width: 1700px) {
    .floating-logo {
        width: 80px;
    }
}

@media(max-width: 1500px) {
    .logo {
        width: 240px;
    }
    .call {
        padding: 12px 24px;
        gap: 8px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #floating-container>p {
        gap: 8px;
    }
    #floating-container>p svg {
        width: 23px;
        height: 24px;
    }
    #floating-container>p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
}

@media(max-width: 1400px) {
    .logo {
        width: 210px;
    }
    #floating-container {
        gap: 20px;
    }
    .floating-contact {
        gap: 15px;
    }
    .input-wrap {
        width: calc(100% - 440px);
    }
}

@media(max-width: 1280px) {
    #header {
        padding: 0 20px;
    }
    .logo {
        width: 190px;
    }
    #header nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .call {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 8px 16px;
    }
    #floating-container {
        padding: 10px 20px;
    }
    .floating-contact {
        gap: 12px;
    }
    .input-wrap {
        width: calc(100% - 384px);
    }
    .f-btn {
        width: 150px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .st-big-tit {
        font-size: 72px;
        letter-spacing: -1.8px;
    }
    .st-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .st-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .huge-br {
        display: block;
    }
    .footer-big-container {
        padding: 0 20px;
    }
}

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

@media(max-width: 1100px) {
    #header {
        justify-content: center;
    }
    .logo {
        display: none;
    }
    .mo-logo, .mo-menu-open {
        display: flex;
    }
    #header nav, #header .call {
        display: none;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
    .footer-big-container {
        flex-direction: column;
        gap: 28px;
    }
    .input-wrap {
        gap: 4px;
    }
}

@media(max-width: 1024px) {
    .floating-agree-wrap .round-checkbox {
        width: 21px;
        height: 21px;
    }
    .floating-agree-wrap .agree {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    .input-wrap {
        width: calc(100% - 329px);
    }
    .floating-contact input[type="text"] {
        padding: 10px;
        height: 43px;
    }
    .f-btn {
        height: 43px;
        width: 120px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .big-br {
        display: block;
    }
}

@media(max-width: 900px) {
    #floating-container {
        padding: 12px 20px;
    }
    .floating-logo {
        display: none;
    }
    .floating-contact {
        flex-wrap: wrap;
        gap: 12px 4px;
    }
    .floating-agree-wrapper {
        width: 100%;
        order: 1;
    }
    .input-wrap {
        width: calc(75% - 2px);
        order: 2;
    }
    .f-btn {
        width: calc(25% - 2px);
        order: 3;
    }
    .floating-mo-logo {
        display: block;
    }
    .st-big-tit {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .mi-br {
        display: block;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    .st-big-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
}

@media(max-width: 650px) {
    .floating-mo-logo {
        width: 117px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 18px;
        height: 18px;
    }
    .floating-agree-wrap .agree {
        font-size: 12px !important;
        letter-spacing: -0.3px !important;
    }
    .floating-contact input[type="text"], .floating-contact input[type="text"]::placeholder {
        font-size: 14px;
        letter-spacing: -0.35px;
        height: 40px
    }
    .floating-contact input[type="text"] {
        padding: 0 4px;
    }
    .f-btn {
        font-size: 14px;
        letter-spacing: -0.35px;
        height: 40px;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .footer-div {
        padding: 0 !important;
        height: auto !important;
    }
    .footer-div:first-child {
        border-right: none;
    }
    .footer-big-container {
        padding: 0 16px;
    }
    .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: 80px;
    }
    .st-big-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 400px) {
    .xxs-br {
        display: block;
    }
}

@media(max-width: 370px) {
    .mo-menu-bottom {
        padding: 40px 25px;
    }
    .call-div {
        gap: 12px;
    }
    .call-div p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .call-div .call {
        padding: 12px 24px;
        font-size: 24px;
        letter-spacing: -0.6px;
    }
}
