/* sub 페이지에서만 스크롤/높이 완전 해제 */
html body[data-page="sub"],
body[data-page="sub"]{
  overflow-y: auto !important;
  height: auto !important;
}

/* 혹시 상위 래퍼가 잘라먹는 경우 대비 (있으면 클래스/아이디 맞춰서 추가) */
body[data-page="sub"] #wrap,
body[data-page="sub"] .wrap,
body[data-page="sub"] .container{
  height: auto !important;
  overflow: visible !important;
}
:root {
    --main-color: #142F48;
    --subs-color: #B28A71;
    --sub-color: #99694B;
}
/* 1섹션 시작 */
.sec01_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/img/sec01_bg.jpg") center / cover no-repeat;
    z-index: 0;
}
.sec01_grant {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(45deg,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.25) 40%,
            rgba(0, 0, 0, 0.05) 70%,
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
.sec02_grant {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgb(0 0 0 / 74%) 0%,
            rgba(0, 0, 0, 0.25) 40%, rgb(255 255 255 / 0%) 70%, rgb(255 255 255 / 0%) 100%);
}
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.p2 {
    background: rgba(0, 0, 0, 0.418)000;
}
.main_txt {
    position: absolute;
    left: 10.375rem;
    bottom: 11.25rem;
    z-index: 5;
    color: #ffffff;
    text-align: left;
    transition: 0.8s;
}
.txt-area {
    text-align: center;
    transform: translateY(-180px);
    color: #fff;
    line-height: 1.3;
    font-family: Nanum Myeongjo, serif;
    font-weight: 500;
    z-index: 2;
}
.txt-area p {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: 500;
}
.txt-area h3 {
    font-size: 3.2rem;
    line-height: 100%;
    font-weight: 500;
    margin: 0 auto;
}
.txt-area h3 b {
    font-weight: 700;
}
.main_txt h4 {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: 500;
}
.main_txt h2 {
    font-size: 3.5rem;
    line-height: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 400;
}
.main_txt h2 b {
    font-weight: 600;
}
.main_txt h3 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 3rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.main_txt h3::after {
    content: "";
    width: 120px;
    height: 2px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.85);
    position: static;
    transform: none;
}
/* 2섹션 시작 */
.life_wrap {
    width: 90%;
    height: 90%;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    color: #fff;
}
/* LEFT */
.life_left {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100px);
}
.life_left>div {
    text-align: right;
}
.life_left h5 {
    margin-top: 1rem;
    font-size: 1.875rem;
    ;
    letter-spacing: 0.12em;
}
/* RIGHT */
.life_right {
    flex: 1;
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    transform: translateY(100px);
}
.life_right>div {
    padding-left: 4vw;
}
.life_right p {
    font-size: 1rem;
    line-height: 2.6;
    margin-bottom: 2.5rem;
    COLOR: #ffffffd9;
}
/* 제목 + 이미지 */
.life_title {
    position: relative;
}
.life_title h3 {
    font-size: 2.25rem;
    line-height: 1.5;
}
.life_title .life_txt {
    margin-top: 1.5rem;
    display: block;
}
.slide-a {
    width: 100%;
    height: 100%;
    background: url("../assets/img/sec3_bg.jpg") center / cover no-repeat;
    z-index: 0;
}
.slide-b {
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/img/sec4_bg.jpg") center / cover no-repeat;
    z-index: 0;
}
/* 3섹션 시작 */
.premium_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    /* 한 화면 꽉 차게 */
    overflow: hidden;
    /* background: url(...) center/cover no-repeat; */
    font-size: 1rem;
}
.premium_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #2C2928;
    font-family: 'Optima', sans-serif;
    z-index: 99;
}
.white {
    color: #ffffff !important;
}
.subcolor {
    color: var(--subs-color) !important;
}
.premium_tit p {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
}
.premium_tit h2 {
    font-size: 5rem;
    font-weight: 300;
    margin: 0 auto;
}
.premium_item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.premium_item.item1 {
    top: 34%;
    left: 10%;
}
.premium_item.item2 {
    top: 14%;
    left: 49%;
}
.premium_item.item3 {
    top: 53%;
    left: 73%;
}
.premium_info.item1 {
    /* top: -21%; */
    bottom: 11px;
    left: 74%;
}
.premium_info.item2 {
    bottom: 182px;
    left: 110%;
}
.premium_info.item3 {
    top: -165px;
    left: -112%;
}
/* 사진 */
.premium_img {
    flex: 1;
    max-width: 520px;
}
.premium_img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0 3rem 0 0;
}
/* 텍스트 박스 */
.premium_info {
    flex: 1;
    position: relative;
    padding-right: 5rem;
    /* 큰 숫자랑 겹침 방지 */
    color: #111;
    /* 배경이 흰 톤이라면 */
    max-width: 300px;
}
/* 우측 워터마크 숫자 */
.premium_num {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 3rem;
    /* 필요하면 7~9rem */
    font-weight: 700;
    line-height: 1;
    color: #b28a716c;
    /* 흐린 회색 */
    letter-spacing: -0.02em;
    pointer-events: none;
    user-select: none;
}
/* 상단 작은 라벨 */
.premium_top {
    /* font-size: 0.9rem; */
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.4rem;
    color: var(--sub-color);
}
/* 메인 타이틀 */
.premium_title {
    /* font-size: 2rem; */
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 1.6rem;
}
/* 설명 2~3줄 */
.premium_desc {
    font-size: 0.875rem;
    /* line-height: 1.9; */
    margin: 0;
    color: #222;
}
/* =========================
   SEC05 LAYOUT
   5섹션시작
/* 섹션 전체 */
.sec05_wrap {
    width: 100%;
    height: 100vh;
    /* fullpage 섹션이면 유지 */
    display: flex;
    overflow: hidden;
}
/* LEFT (40%) */
.sec05_left {
    flex: 0 0 40%;
    position: relative;
    height: 100%;
}
.sec05_left .sec05_bg {
    position: absolute;
    inset: 0;
    background: url("../assets/img/sec5_bg.jpg") center/cover no-repeat;
    /* 원하는 이미지로 변경 */
}
/* RIGHT (60%) */
.sec05_right {
    flex: 0 0 60%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* 오른쪽 내부 컨텐츠 폭/정렬 */
.sec05_right .sec05_wrap {
    /* right 안에 또 sec05_wrap이 있어서, 여기서는 "컨텐츠 래퍼"로 동작하게 재정의 */
    height: auto;
    width: min(780px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
/* =========================
   이미지 레이아웃: 1 big + 2 small
   ========================= */
.sec05_img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
}
.sec05_img-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;
}
/* 첫번째(맨위 큰 이미지) */
.sec05_img-wrap img:nth-child(1) {
    grid-column: 1 / -1;
    height: clamp(260px, 34vh, 420px);
}
/* 아래 2개(작게) */
.sec05_img-wrap img:nth-child(2),
.sec05_img-wrap img:nth-child(3) {
    height: clamp(140px, 18vh, 220px);
}
/* =========================
   텍스트 2개를 이미지 아래에 배치
   (스크린샷처럼 2컬럼)
   ========================= */
.sec05_inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}
.sec05_inner-wrap .inner-txt h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2C2928;
    line-height: 1.2;
}
.sec05_inner-wrap .inner-txt p {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    /* 스샷 밑줄 느낌 */
    font-size: 14px;
    line-height: 1.65;
    color: rgba(44, 41, 40, 0.78);
}
/* ===== 섹션 ===== */
.sec06 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: var(--main-color);
}
/* ===== 배경 ===== */
.sec06_bg {
    position: absolute;
    inset: 0;
    background: var(--main-color);
    transition: filter 0.6s ease, transform 0.6s ease;
    z-index: 0;
}
/* ===== 4등분 ===== */
.sec06_grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: url("../assets/img/sec06_su1.jpg") center/cover no-repeat;
    height: 100%;
}
/* ===== 각 영역 ===== */
.quad {
    position: relative;
    padding: 4rem 3rem;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
}
/* 영역 오버레이 */
.quad::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: 0;
    transition: opacity 0.4s ease;
}
/* 텍스트 */
.quad_inner {
    position: relative;
    z-index: 2;
    max-width: 90%;
}
.quad h5 {
    font-size: 33px;
    letter-spacing: 0.2em;
    opacity: 0.8;
}
.quad h3 {
    font-size: 1.5rem;
    margin: 0.6rem 0 1rem;
}
/* 가로선 */
.quad h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-top: 1rem;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s ease;
}
.quad:hover h3::after {
    transform: scaleX(1);
}
.quad p {
    font-size: 16px;
}
.quad_icon {
    position: absolute;
    top: -5rem;
    font-size: 2rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}
/* ===== hover 효과 ===== */
.quad:hover::before {
    opacity: 1;
}
.quad:hover .quad_icon {
    opacity: 1;
    transform: translateY(0);
}
/* ===== 배경도 같이 반응 ===== */
/* 한 영역만 hover 해도 전체 배경 변화 */
.sec06:has(.quad:hover) .sec06_bg {
    filter: brightness(0.5) saturate(1.2);
    transform: scale(1.05);
}
/* 영역별 색상 바꾸고 싶으면 */
.quad[data-bg="1"]::before {
    background: rgba(48, 54, 79, 0.5);
}
.quad[data-bg="2"]::before {
    background: rgb(172, 186, 196, 0.5);
}
.quad[data-bg="3"]::before {
    background: rgb(225, 217, 188, 0.5);
}
.quad[data-bg="4"]::before {
    background: rgb(240, 240, 219, 0.5);
}
.box1 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    z-index: 9;
}
/* 1번 컬럼 hover */
.sec06_grid:has(.quad[data-bg="1"]:hover) {
    background: url("../assets/img/sec06_su1.jpg") center/cover no-repeat;
}
/* 2번 컬럼 hover */
.sec06_grid:has(.quad[data-bg="2"]:hover) {
    background: url("../assets/img/sec06_su2.jpg") center/cover no-repeat;
}
/* 3번 컬럼 hover */
.sec06_grid:has(.quad[data-bg="3"]:hover) {
    background: url("../assets/img/sec06_su3.jpg") center/cover no-repeat;
}
/* 4번 컬럼 hover */
.sec06_grid:has(.quad[data-bg="4"]:hover) {
    background: url("../assets/img/sec06_su4.jpg") center/cover no-repeat;
}
.site-footer {
    background: #1b1b1b;
    color: #cfcfcf;
    padding: 60px 0;
    font-size: 14px;
}
.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
}
/* LEFT */
.footer-left img {
    max-width: 200px;
}
/* DIVIDER */
.footer-line {
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 40px;
}
/* RIGHT */
.footer-right {
    line-height: 1.8;
}
.footer-right p {
    margin-bottom: 16px;
}
.footer-notice {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}
.footer-copy {
    margin-top: 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}


/* =============================
   MOBILE / TABLET
   ============================= */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    padding: 0 20px;
  }

  /* LEFT */
  .footer-left {
    margin-bottom: 30px;
  }

  .footer-left img {
    max-width: 160px;
  }

  /* DIVIDER → 가로 라인 */
  .footer-line {
    width: 100%;
    height: 1px;
    margin: 0 0 30px;
    background: rgba(255, 255, 255, 0.25);
  }

  /* RIGHT */
  .footer-right {
    line-height: 1.7;
  }

  .footer-right p {
    margin-bottom: 12px;
  }

  .footer-copy {
    margin-top: 24px;
  }
}


#k_popup {
    position: fixed;
    left: 0px;
    z-index: 999999999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    animation: pop 1.2s 0.6s both;
}
#k_popup2 {
    position: fixed;
    left: 0px;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    animation: pop 1.2s 0.6s both;
}
.popup {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.popup_close {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popup_close2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popup_close_txt {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
.black_overlay {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 99999998;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=60);
    left: 0;
    top: 0;
    cursor: default;
}
.pop_content {
    z-index: 190;
    max-width: 745px;
    width: 95%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 99999999;
}
.pop_content ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.pop_content li {
    float: left;
    text-align: center;
    width: auto;
    margin-left: 5px;
    width: 370px;
}
.pop_content li:first-child {
    margin-left: 0;
}
.pop_content li img {
    float: left;
    width: 100%;
}
.pop_content li a {
    float: left;
    width: 100%;
}
@keyframes pop {
    from {
        top: -100%;
    }
    to {}
}
.contact {
    padding: 120px 0 80px;
    text-align: center;
}
/* 제목 */
.contact-title {
    font-family: 'Optima', sans-serif;
    font-weight: 300;
    font-size: 64px;
    margin-bottom: 80px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 50px;
}
/* 지도 이미지 */
.contact-maps {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 80px;
}
.contact-maps .map {
    width: 520px;
}
.contact-maps img {
    width: 100%;
    display: block;
}
/* 하단 텍스트 */
.contact-info {
    text-align: center;
    padding-top: 40px;
}
.info-text {
    font-size: 16px;
    color: #555;
    margin: 16px auto;
}
.info-tel {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
/* 반응형 */
@media (max-width: 1200px) {
    .contact-maps {
        gap: 40px;
    }
    .contact-maps .map {
        width: 420px;
    }
}
@media (max-width: 900px) {
    .contact-maps {
        flex-direction: column;
        align-items: center;
    }
    .contact-title {
        font-size: 48px;
    }
    .info-tel {
        font-size: 40px;
    }
}
.img-wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
}
/* 이미지 박스 */
.img-wrap .img {
    position: relative;
    box-sizing: border-box;
    border: solid 1px transparent;
    overflow: hidden;
    /* 중요 */
}
.img-wrap .img img {
    display: block;
    width: 520px;
}
/* 라인 공통 */
.img-wrap .img .line {
    position: absolute;
    transition: .5s ease;
}
/* 상 */
.img-wrap .img .line1 {
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #b69349;
}
/* 우 */
.img-wrap .img .line2 {
    top: 0;
    right: 0;
    height: 0;
    width: 1px;
    background: #b69349;
}
/* 하 */
.img-wrap .img .line3 {
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #b69349;
}
/* 좌 */
.img-wrap .img .line4 {
    bottom: 0;
    left: 0;
    height: 0;
    width: 1px;
    background: #b69349;
}
/* hover */
.img-wrap .img:hover .line1 {
    width: 100%;
}
.img-wrap .img:hover .line2 {
    height: 100%;
}
.img-wrap .img:hover .line3 {
    width: 100%;
}
.img-wrap .img:hover .line4 {
    height: 100%;
}
.sec07_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/img/sec06_bg.jpg") center / cover no-repeat;
    z-index: -1;
}
.brand_bt {
    width: 15rem;
    height: 4.2rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 4.06rem;
    margin: auto;
    margin-top: 0px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
    z-index: 9;
    overflow: hidden;
    color: var(--main-color);
    animation: brand_bt 1.0s 0.7s both;
}
.brand_bt span {
    transition: 0.3s;
}
.brand_bt:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
}
.brand_bt:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background-color: var(--main-color);
    z-index: 8;
    transition: 0.5s;
}
.brand_bt>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.brand_bt>div b {
    display: block;
    font-weight: 500;
    transform: translateY(2.5rem);
    opacity: 0;
    transition: 0s;
    color:#fff;
}
.brand_bt:hover span {
    opacity: 0;
}
.brand_bt:hover:after {
    bottom: 0;
}
.brand_bt:hover div b {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s 0.35s;
}
.brand_txt_box.box01 h2 {
    animation: brand_txt 1.0s 0.7s both;
}
.brand_txt_box.box01 p {
    animation: brand_txt 1.0s 0.7s both;
}
.brand_txt_box.box02 h2 {
    animation: brand_txt2 1.0s 0.7s both;
}
.brand_txt_box.box02 p {
    animation: brand_txt2 1.0s 0.7s both;
}
.brand_txt_box.box02 h4 {
    animation: brand_txt2 1.0s 0.7s both;
}

/* 메인 섹션 */
.m_main{
  width: 100%;
  margin-top: 80px;
}

/* 이미지 래퍼 */
.m_wap{
  width: 100%;
}

/* 🔥 핵심: 페이지 늘리면 같이 늘어남 */
.m_wap img{
  width: 100%;     /* 화면 넓어지면 같이 커짐 */
  height: auto;    /* 비율 유지 → 절대 안 잘림 */
  display: block;
}


.fixed-image {
    position: fixed;
    bottom: -6px;
    left: 50%; /* 화면 가로 중앙 정렬 */
    transform: translateX(-50%); /* 정확한 중앙 정렬을 위해 이미지 왼쪽 위치를 이동 */
    z-index: 1000; /* 다른 요소보다 위에 표시되도록 설정 */
    width: 100%; /* 이미지의 가로 크기를 100%로 설정 */
    max-width: 600px; /* 이미지의 최대 너비를 제한 (필요시 조정) */
}

.fixed-image img {
    width: 100%;
    height: auto; /* 이미지 비율을 유지하며 크기 자동 조정 */
}


/* 폼 스타일 */
.form-container {
    margin-top: 30px; /* 이미지와 폼 사이에 여백 추가 */
    text-align: left; /* 폼 내부 텍스트 왼쪽 정렬 */
    margin: 0 auto; /* 중앙 정렬 */
    padding: 20px;
    background-color: #ebebeb;
}

/* 각 입력 필드 스타일 */
.form-group {
    margin-bottom: 15px;
}

.form-group2 {
    display: flex;
    align-items: center; /* 세로축 정렬 */
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.form-group2 labels2 {
    display: block;
    font-size: 16px;
font-weight: bold;
    color: #777777;
}

.form-group2 labels {
    display: block;
    font-size: 13px;
    color: #939393;
}

  .form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .form-row .form-group {
    flex: 1;
  }

  input, select {
width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* 체크박스 스타일 */
.form-group2 input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* 등록 버튼 스타일 */
.submit-btn {
    padding: 12px;
    background: #143048;
    color: white;
    border: none;
    cursor: pointer;
    width:100%;
    border-radius: 100px;
    height:55px;
    font-size:18px;
    font-weight:500;
    font-weight:700;
    letter-spacing:0;
    font-family:'Poppins'
}
.submit-btn:hover {
     background: #c3a695;
}

/* 이미지 스타일 */
.frame img {
    width: 100%; /* 이미지의 너비를 프레임의 너비에 맞게 설정 */
    height: auto; /* 높이는 자동으로 비율에 맞게 조정 */
    display: block; /* 이미지를 블록 요소로 설정하여 상하 여백 제거 */
    max-width: 800px; /* 최대 너비를 800px로 제한 (필요시 조정) */
    margin: 0 auto; /* 이미지를 중앙 정렬 */
}

.icon-required{
    color:#E91E63;
}


/* 상단 고정 이미지 스타일 */
.fixed-image-top {
    position: fixed;
    /* 메뉴바 높이가 702px이므로 그 바로 아래 시작 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 600px; /* 필요에 따라 조절 */
}

.fixed-image-top img {
    width: 100%;
    height: auto;
    display: block; /* 하단 미세 공백 제거 */
}
