@charset "utf-8";


/* 폼 요소가 특히 lang 영향 잘 받음 */
button, input, select, textarea{
  font-family: var(--font-base);
}

* {
word-break: keep-all;
letter-spacing: -0.02em;

}


/* ✅ 폼/테이블 등 폰트 무시 케이스 방지용(원본 스타일 유지 + 안전빵) */
body, table, th, td, button, select, input, textarea{
  font-family: var(--font-base);
}


html {
    font-size: 10px;
    overflow-x: hidden;
}

body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}

/* 모바일 수평 스크롤 금지 */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* 모바일 헤더 */
/* =========================
   sub_nav = topMenu04 translation (single, no patches)
   open: .depth_wrap.select_on
   active group: .active_depth
========================= */
/* bar */
/* inner bar */
/* home */
/* dropdown blocks (menu-location) */
/* divider */
/* current row (cur-location) */
/* current text */
/* arrow */
/* depth2 group show/hide (your existing logic) */
/* dropdown panel (location-menu-con) CLOSED */
/* ✅ topMenu04의 “세로로 길어지는 박스(묶임)” 핵심 덮개 */
/* top line */
/* items CLOSED */
/* link */
/* span base (topMenu04랑 동일) */
/* active item */
/* OPEN (topMenu04 open -> select_on) */
/* depth1/depth2 현재표시 칸이 비어 있어도 높이 고정 */
/* topMenu04 방식처럼 open 클래스도 지원 */
/* 서브헤더를 문서 흐름으로 */
/* 본문 공통 css */

.title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2vh;
    font-weight: 700;
    color: #222222;
}

.title_sub {
    text-align: center;
    color: #666666;
    font-weight: 200;
    padding-bottom: 5vh;
    margin: 0;
}

.menu_title {
    height: 280px;
    /* margin-bottom: 6vh; */
}

.menu_title > .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu_title > .inner > .img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}

.menu_title > .inner > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_title > .inner > .m_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu_title > .inner > .m_title > h1 {
    font-size: 5rem;
    color: #ffffff;
}

.menu_title > .inner > .m_title > span {
    position: absolute;
    width: 25px;
    aspect-ratio: 1 / 1;
    background-color: #404497;
    border-radius: 66%;
    top: 0;
    /* right: -15%; */
    right: -40px;
}



.menu_desc > p {
    font-size: 3.3rem;
    font-weight: 700;
    word-break: keep-all;
}

.sub_title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #212121;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes opc {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

#login_vw {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

#login_vw > .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#login_vw > .bg > img {
    width: 100%;
    height: 100%;
}

#login_vw > form {
    width: 30vw;
    height: 45vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#login_vw .login_form {
    width: 100%;
}

.login_form > .login_title {
    font-size: 2.2rem;
    margin-bottom: 10%;
    text-align: center;
}

.login_form > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_form > ul > li {
    width: 90%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form > ul > li:nth-child(1),
.login_form > ul > li:nth-child(2) {
    border-bottom: 1px solid #d9d9d9;
}

.login_form > ul > li:nth-child(3) {
    width: 33%;
    margin-top: 30px;
}

.login_form > ul > li > button {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    color: #ffffff;
    background: #404497;
    font-size: 21px;
    font-weight: 600;
}

.login_form > ul .col1 {
    padding-bottom: 32px;
    font-size: 2rem;
    width: 24%;
    color: #666666;
}

.login_form > ul .col2 {
    width: 70%;
}

.login_form > ul span {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.login_form input {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 2rem;
}

input:focus {
    outline: none;
}

body.modal-open {
    overflow: auto;
}

body.modal-open[style] {
    padding-right: 0px !important;
}

.modal-content p {
    font-size: 1.3rem;
}

.clearfix::after { content:""; display:block; clear:both; }

