@font-face {
    font-family: 'HSBomBaram 2.0';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/HSBombaram.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

hr {
    display: inline-flex !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* css 드래그 이벤트 차단 */
.disableDrag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.grecaptcha-badge{
    visibility: hidden;
}

* {
    transition: 0.3s;
}

.padding-lr {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* header */
#header {
    width: 100%;
    display: flex;
    height: 70px;
    box-sizing: border-box;
    padding: 0px 100px;
    justify-content: end;
    align-items: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

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

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

#header nav>ul>li {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.45px;
    cursor: pointer;
}

.tap {
    color: #FFF !important;
    box-shadow: inset 0 -3px 0 #FFF;
}

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

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

.mo-menu-open:hover svg path {
    fill-opacity: 1;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #222;
    position: fixed;
    top: 0;
    z-index: 101;
    right: -100%;
}

.mo-menu-top {
    height: 66px;
    box-sizing: border-box;
    padding: 0px 13px;
    backdrop-filter: blur(12.5px);
    display: flex;
    align-items: center;
    justify-content: end;
}

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

.menu-close {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
}

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

.mo-menu nav>ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
}

.mo-menu nav>ul>li {
    width: 100%;
    color: rgba(255, 255, 255, 0.80);
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.4px;
    box-sizing: border-box;
    height: 54px;
    padding: 0px 20px;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center;
}

.mo-menu .tap {
    background: #B19D60;
    box-shadow: none;
}

.mo-menu nav>ul>li:hover {
    background: rgba(255, 255, 255, 0.10);
}

.mo-menu-bottom-div {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.call {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: -0.5px;
}

.call:hover {
    color: #FFF;
}

.mo-kakao {
    border-radius: 100px;
    border: 1px solid #FFF;
    display: flex;
    box-sizing: border-box;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    cursor: pointer;
}

.mo-kakao:hover {
    background: rgba(255, 221, 0, 0.90);
    color: #111;
}

.mo-kakao:hover svg path {
    fill: #111;
}

.gnb-white {
    background: #FFF !important;
}

#header.gnb-white nav>ul>li {
    color: rgba(17, 17, 17, 0.80);
}

.gnb-white .tap {
    color: rgba(17, 17, 17) !important;
    box-shadow: inset 0 -3px 0 #B19D60;
}

footer {
    background: #333;
    display: flex !important;
    align-items: center;
    gap: 80px;
}

#map {
    width: calc(58% - 40px);
    aspect-ratio: 1 / 0.55;
    border-radius: 12px;
    background: #B19D60;
}

.footer-wrap {
    width: calc(40% - 40px);
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: start;
}

.footer-wrap>p {
    color: #FFF;
    font-family: "HSBomBaram 2.0";
    font-size: 40px;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}

.footer-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info>p {
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
}

.info>p:first-child {
    color: #B19D60;
    font-weight: 600;
}

.info>p:last-child {
    color: #FFF;
}

#kakao {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(17, 17, 17, 0.90);
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

#kakao>span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.3px;
}

#kakao:hover {
    border: 1px solid rgba(17, 17, 17, 0.50);
    background: rgba(255, 221, 0, 0.90);
    transition: 0 !important;
}

#kakao:hover svg path {
    fill: #111;
    transition: 0 !important;
}

#kakao:hover>span {
    color: #111;
    transition: 0 !important;
}

.bold {
    font-weight: 700;
}

@media(max-width: 1450px) {
   .info>p {
        font-size: 18px;
        letter-spacing: -0.45px;
   }
}

@media(max-width: 1350px) {
    .padding-lr {
        padding-left: 60px;
        padding-right: 60px;
    }
    #map {
        width: calc(55% - 40px);
        aspect-ratio: 1 / 0.65;
    }
    .footer-wrap {
        width: calc(45% - 40px);
    }
}


@media(max-width: 1200px) {
    #header {
        padding: 0 40px;
    }
    #header nav>ul>li {
        padding: 8px 10px;
    }
    footer {
        gap: 40px;
    }
    #map {
        width: calc(55% - 20px);
        aspect-ratio: 1 / 0.65;
    }
    .footer-wrap {
        width: calc(45% - 20px);
        gap: 40px;
    }
    .info>p {
        font-size: 16px;
        letter-spacing: -0.4px;
   }
}

@media(max-width: 1000px) {
    #header {
        border: none;
    }
    #header nav {
        display: none;
    }
    .mo-menu-open {
        display: flex;
    }
    footer {
        flex-direction: column;
    }
    #map {
        width: 100%;
        aspect-ratio: 1 / 0.6;
    }
    .footer-wrap {
        width: 100%;
        gap: 20px;
    }
    #kakao {
        width: 55px;
        height: 55px;
    }
    #kakao>span {
        display: none;
    }
}

@media(max-width: 900px) {
    .padding-lr {
        padding-left: 40px;
        padding-right: 40px;
    }
    .padding-tb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media(max-width: 600px) {
    .padding-lr {
        padding-left: 20px;
        padding-right: 20px;
    }
    #map {
        aspect-ratio: 1 / 0.7;
    }
    #kakao {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    #kakao svg {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 480px) {
    .mo-menu-bottom-div {
        justify-content: space-between;
    }
    .info {
        gap: 12px;
    }
    .info>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}