@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: '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: 'Gmarket Sans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-1Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-2ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-3Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'MuseumClassic Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식B.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseumClassic Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식L.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseumClassic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식M.woff') format('woff');
    font-weight: 500;
    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: 70px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
}

.logo {
    width: 204.848px;
    position: absolute;
    left: 80px;
    cursor: pointer;
}

.mo-logo {
    display: none;
}

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

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

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    width: 120px;
    justify-content: center;
    align-items: center;
    color: #444;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    cursor: pointer;
}

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

.header-div {
    display: none;
    align-items: center;
    gap: 20px;
}

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

.call {
    color: #005849;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
}

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

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

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

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

.mo-menu nav>ul>li {
    width: 100%;
    color: #444;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(8, 53, 45, 0.10);
}

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

/* footer */
footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #00483B;
    display: flex !important;
    padding: 65px 0 125px;
    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 16px;
    justify-content: space-between;
    align-items: flex-start;
}

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

.footer-logo {
    width: 146.381px;
}

.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-big-div {
    display: flex;
    align-items: center;
}

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

.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: "Gmarket Sans";
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

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

#floating-container {
    max-width: 1300px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 40;
    border-radius: 12px 12px 0 0;
    background: rgba(251, 249, 244, 0.90);
    padding: 3px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3px 10px;
    transform: translateX(-50%);
    gap: 40px;
}

.floating-div {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #005849;
    text-align: right;
    font-family: Paperlogy;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
}

.floating-div img {
    width: 132px;
}

.floating-form {
    max-width: 1280px;
    width: 100%;
    height: 54px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
}

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

.input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-contact input[type="text"] {
    border-radius: 4px;
    border: 1px solid rgba(0, 88, 73, 0.50);
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    width: 180px;
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.floating-contact input[type="text"]:focus {
    border: 1px solid #005849;
}

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

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

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

.floating-agree-wrap .round-checkbox {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid #BBB;
}

.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: 13px !important;
    background-position: center center !important;
    background-color: #005849;
    background-repeat: no-repeat;
    border: none;
}

.floating-agree-wrap .agree {
    color: #333;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: -0.28px !important;
    cursor: pointer;
}

.floating-agree-wrap .agree-open {
    font-weight: 600;
}

.f-btn {
    display: flex;
    display: flex;
    width: 150px;
    height: 42px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #005849;
    color: #FFF;
    font-family: MuseumClassic;
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border: none;
}

.f-btn:hover {
    background: #00483B;
}

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

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

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

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

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

.primary {
    color: #008871 !important;
}

.o {
    color: #FF8000 !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFC61D !important;
}

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

.st-tit {
    color: #005849;
    text-align: center;
    font-family: MuseumClassic;
    font-size: 60px;
    line-height: 120%; /* 72px */
    letter-spacing: -1.5px;
    position: relative;
    z-index: 5;
}

.st-sub-tit {
    color: #FFF;
    text-align: center;
    font-family: MuseumClassic;
    font-size: 48px;
    line-height: 120%; /* 57.6px */
    letter-spacing: -1.2px;
    position: relative;
    z-index: 5;
}

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

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

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

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

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

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

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


@media(max-width: 1400px) {
    .logo {
        left: 40px;
    }
}

@media(max-width: 1280px) {
    #header {
        padding: 0 16px;
    }
    .logo {
        left: 16px;
        width: 160px;
    }
    .floating-div img {
        width: 105px;
    }
    .floating-div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .floating-form, .floating-form-wrap {
        gap: 20px;
    }
    .floating-contact {
        gap: 16px;
    }
    .input-wrap {
        gap: 4px;
    }
    .floating-contact input[type="text"] {
        width: 160px;
    }
    .f-btn {
        width: 135px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .st-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .st-sub-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
}

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

@media(max-width: 1100px) {
    .floating-contact {
        gap: 8px;
    }
    .floating-form, .floating-form-wrap {
        gap: 12px;
    }
    .floating-contact input[type="text"] {
        width: 140px;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 60px;
        background: #FFF;
        justify-content: space-between;
    }
    .logo {
        position: static;
    }
    #header nav {
        display: none;
    }
    .header-div {
        display: flex;
    }
    #floating-container {
        padding: 3px 16px;
    }
    .floating-div {
        display: none;
    }
    .floating-contact input[type="text"] {
        width: 170px;
    }
    .footer-big-container {
        flex-direction: column;
        gap: 40px;
    }
    .footer-container {
        flex-direction: column;
        gap: 24px;
    }
}

@media(max-width: 900px) {
    .floating-contact input[type="text"] {
        width: 135px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .mi-br {
        display: block;
    }
}

@media(max-width: 768px) {
    .floating-form {
        height: auto; 
        padding: 8px 0;
    }
    .floating-contact {
        width: 100%;
        flex-direction: column;
        gap: 6px;
        align-items: flex-end;
    }
    .floating-form-wrap {
        gap: 20px;
    }
    .input-wrap {
        width: 100%;
        gap: 6px;
    }
    .floating-contact input[type="text"] {
        width: 33.3%;
        padding: 4px 8px;
    }
    .f-btn {
        width: auto;
        height: auto;
        font-size: 16px;
        padding: 8px 15px 4px;
        letter-spacing: -0.4px;
    }
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
}

@media(max-width: 650px) {
    #header, .mo-menu-top {
        height: 50px;
    }
    .logo {
        width: 123px;
    }
    .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: 120px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .floating-contact input[type="text"], .floating-contact input[type="text"]::placeholder, .f-btn {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .floating-agree-wrap {
        gap: 4px;
    }
    .floating-agree-wrap .agree {
        font-size: 12px !important;
        letter-spacing: -0.25px !important;
    }
    .f-btn {
        padding: 6px 15px 4px;
    }
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 370px) {
    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .footer-div {
        height: auto !important;
        padding: 0 !important;
        border: none !important;
    }
    .floating-contact input[type="text"], .floating-contact input[type="text"]::placeholder, .f-btn {
        font-size: 13px;
        letter-spacing: -0.325px;
    }
    .f-btn {
        padding: 8px 15px 4px;
    }
}
