@charset "UTF-8";
:root {
  /* 공통 컬러 (참고사항.txt) */
  --color-green: #38a05e; /* 초록 */
  --color-light-green: #dbffbd; /* 연한연두 */
  --color-bg-yellow: #fff7e8; /* 배경 연노랑 */
  --color-text-yellow: #fff68d; /* 글자 연노랑 */
  --color-orange: #ec7302; /* 주황 */
  --color-green-dark: #297545; /* 진초록 (con03 히어로/막대강조) */
  --color-cream: #fffdf6; /* 크림 (con03 카드) */
  --color-green-deep: #339958; /* 초록존 (con04 하단 매출보드) */
  --color-bg-con04: #fef8e0; /* 크림 배경 (con04 섹션) */
}
* {
  box-sizing: unset;
}

.pc-mobile {
  display: flex !important;
}

.mobile-pc {
  display: none !important;
}

.pc {
  display: flex !important;
}

.pc-inline {
  display: inline !important;
}

.tablet {
  display: none !important;
}

.mobile {
  display: none !important;
}

.absol {
  position: absolute;
}

.rltv {
  position: relative;
}

.flexrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.flexcol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#bo_v > header {
  display: none;
}

p {
  word-break: keep-all !important;
}

@keyframes marquee3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes blk {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ddm_m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm_m_reverse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blk2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes line-top {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(13px);
  }
}
/* 추가된 부분 */
@keyframes line-top-reverse {
  0% {
    transform: translateY(13px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-top-rotate {
  0% {
    transform: translateY(13px) rotateZ(0deg);
  }
  100% {
    transform: translateY(13px) rotateZ(45deg);
  }
}
/* 추가된 부분 */
@keyframes line-top-rotate-reverse {
  0% {
    transform: translateY(13px) rotateZ(45deg);
  }
  100% {
    transform: translateY(13px) rotateZ(0deg);
  }
}
@keyframes line-mid {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* 추가된 부분 */
@keyframes line-mid-reverse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line-mid-invisible {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes line-bot {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-13px);
  }
}
/* 추가된 부분 */
@keyframes line-bot-reverse {
  0% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-bot-rotate {
  0% {
    transform: translateY(-13px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-13px) rotateZ(135deg);
  }
}
/* 추가된 부분 */
@keyframes line-bot-rotate-reverse {
  0% {
    transform: translateY(-13px) rotateZ(135deg);
  }
  100% {
    transform: translateY(-13px) rotateZ(0deg);
  }
}
.hd_pops img {
  width: 100% !important;
}

#content_wrap {
  padding-bottom: 3%;
}

.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: black;
  color: white;
  padding: 1% 3%;
  border-radius: 30px;
}

.k_btn_inner > a {
  color: white;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0px !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: unset;
  background: unset;
  color: white;
  font-size: 1.1em;
}

#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  font-size: unset;
  padding: unset;
  border-bottom: 1px solid black;
  font-family: "pretendard Variable";
}

#bo_v_title .bo_v_tit {
  display: block;
  font-size: 17px;
  margin: 5px 0 0;
  word-break: break-all;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "pretendard Variable" !important;
}

.board_title {
  font-family: "pretendard Variable";
}

.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: black;
  color: white;
  padding: 1% 3%;
  border-radius: 30px;
}

.k_btn_inner > a {
  color: white;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0px !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: unset;
  background: unset;
  color: white;
  font-size: 1.1em;
}

#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  font-size: unset;
  padding: unset;
  border-bottom: 1px solid black;
  font-family: "pretendard Variable";
}

#bo_v_con {
  margin: 30px 0 30px;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
  font-size: 1.3em;
  font-family: "pretendard Variable";
}

.mac_opt img {
  max-width: 100%;
}

#tttt {
  opacity: 1;
  z-index: 9999;
}

#content_wrap {
  padding-bottom: 0% !important;
}

header h1 {
  margin: 50px 0;
  font-size: 0.7em;
  font-weight: 100;
  text-align: center;
  font-family: "pretendard Variable";
}

header ul {
  width: 13.5%;
  margin: 0 auto;
  right: -16%;
}

header ul li {
  float: left;
  list-style: none;
  position: relative;
  width: 100%;
}

header ul li a {
  font-family: "pretendard Variable";
  font: 700 0.9vw "pretendard Variable";
  text-transform: uppercase;
  position: relative;
  color: #d90000;
  text-decoration: none;
  border: 3px solid #d90000;
  letter-spacing: 1px;
  padding: 6% 9%;
  display: block;
  width: 150px;
  z-index: 5000;
  width: 100%;
  box-sizing: border-box;
}

header ul li a i {
  font-size: 0.7em !important;
  position: absolute;
  right: 10%;
  top: 40%;
}

header ul li .drop-down {
  position: absolute;
  padding: 0;
  display: none;
  margin: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: white;
}

header ul li .drop-down li {
  position: relative;
  float: none;
  width: 100%;
}

header ul li .drop-down li a {
  border-top: none;
  width: 150px;
  width: 100%;
}

header ul li .drop-down li a:hover {
  background: #d90000;
  color: #ffffff;
}

header ul li .drop-down li:nth-of-type(1) a {
  border-top: none;
}

header .accent {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #d90000;
  position: absolute;
  transition: 0.3s ease;
}

header .animate {
  width: 100%;
  transition: 0.3s ease;
}

header .item:hover {
  color: #ffffff;
}

header > ul {
  right: 1%;
  top: 114%;
  background: white;
}

/* -------------------header 커스텀 시작------------------- */
@keyframes dropHeader {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}
@keyframes insertHeader {
  0% {
    top: 0;
  }
  100% {
    top: -7rem;
  }
}
header img {
  width: 100%;
}

header.drop {
  position: fixed;
}

header.insert {
  position: fixed;
  top: -5vw;
}

header {
  width: calc(var(--px) * 1800);
  height: 5vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 9999;
  font-size: 0.9vw;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: top;
  background-color: #fff;
  font-family: "pretendard Variable";
  /* background: linear-gradient(180deg, #00000094, transparent); */
  top: 20px;
  border-radius: 20px;
}

/* header.header_change {
    background-color: #000000a8;
} */
.header_menu {
  width: calc(var(--px) * 1000);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: font-weight 0.3s, color 0.3s;
  position: relative;
  color: #000;
  font-weight: 800;
  font-family: "NanumSquareNeo";
  font-size: 20px;
}
.header_menu_1::after {
  position: absolute;
  content: "";
  width: calc(var(--px) * 5);
  aspect-ratio: 1/1;
  top: -0.5vw;
  background-color: #fc5736;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.header_menu_1:hover {
  font-weight: 900;
  color: #fc5736;
}
.header_menu_1:hover::after {
  opacity: 1;
}


.header_logo {
  width: calc(var(--px) * 200);
  /* 로고 너비 수정 */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2vw;
}

.header_right {
  width: calc(var(--px) * 161);
  height: calc(var(--px) * 47);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  cursor: pointer;
  background-color: #000;
  border-radius: 50vw;
  background-color: #fc5736;
  font-size: calc(var(--px) * 19);
    font-family: 'SaenggeoJincheon', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.05vw;
}

.header_tel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 24);
  font-family: "JoseonBoldMyongjo";
  color: #fff;
  gap: calc(var(--px) * 7);
}

.h_call {
  width: calc(var(--px) * 28);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------header 커스텀 끝------------------- */
@media screen and (max-width: 599px) {
  .pc-mobile {
    display: none !important;
  }
  .mobile-pc {
    display: flex !important;
  }
  .pc-inline {
    display: none !important;
  }
  header.drop {
    position: fixed;
    animation: none;
    transition: none;
  }
  .menu-hide {
    display: none !important;
  }
  .menu-show {
    display: flex !important;
  }
  .hamburger-top {
    top: 13% !important;
  }
  .hamburger {
    display: none !important;
    position: absolute;
    top: 33%;
    right: 5%;
  }
  .hamburger-menu {
    width: 8vw;
    height: 4.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.line {
    background: #38A05E;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    position: relative;
    transition: all 0.3s;
    transform-origin: center;
    position: absolute;
    margin: 0 !important;
  }
  div.line.mid-reverse {
    background-color: #38A05E;
  }
  .top-reverse {
    top: 0%;
  }
  .bot-reverse {
    bottom: 0%;
  }
  .line_change.top-reverse {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background-color: #fff;
  }
  .line_change.mid-reverse {
    opacity: 0;
  }
  .line_change.bot-reverse {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background-color: #fff;
  }
  /* -------------------header 커스텀 시작------------------- */
  header {
    height: 13vw;
    position: fixed;
    top: 0;
    font-size: 4.5vw;
    background: #fff;
    transform: translateX(0);
    left: 0;
    width: 100%;
    border-radius: 0;
  }
.header_logo {
  width: 32.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
}
  .header_menu {
    position: fixed !important;
    right: -100%;
    pointer-events: none;
    padding: 20% 4%;
    padding-left: 10%;
    width: 59%;
    box-sizing: border-box;
    transition: all 0.3s;
    clear: both;
    background-image: url("../images/con02_02_1.jpg");
    background-size: cover;
    color: #fff;
    height: 100vh;
    flex-wrap: wrap;
    gap: 3vh;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    top: 0%;
    margin-left: 0;
  }
  .header_menu.header_menu_drop {
    top: 0%;
    pointer-events: initial !important;
    opacity: 1;
    right: 0;
  }
  .header_menu_1 {
    height: auto;
    color: #fff;
    font-weight: 500;
  }
.header_right {
  width: 26.208%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5vw;
  cursor: pointer;
  font-size: 3vw;
  height: 8vw;
}
.header_quick {
  position: fixed;
  bottom: 54vw;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5vw;
  width: 15vw;
}
  /* -------------------header 커스텀 끝------------------- */
}
.k_new_btn {
  margin-bottom: 6%;
  margin-top: 2%;
}

#bo_v_title .bo_v_tit {
  display: block;
  font-size: 17px;
  margin: 5px 0 0;
  word-break: break-all;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "pretendard Variable" !important;
}

.board_title {
  font-weight: 700;
  font-family: "pretendard Variable";
}

.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: black;
  color: white;
  padding: 1% 3%;
  border-radius: 30px;
}

.k_btn_inner > a {
  color: white;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0px !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: unset;
  background: unset;
  color: white;
  font-size: 1.1em;
}

#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  font-size: unset;
  padding: unset;
  border-bottom: 1px solid black;
  font-family: "pretendard Variable";
  font-weight: 900;
}

#bo_v_con {
  margin: 30px 0 30px;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
  font-size: 1.3em;
  font-family: "pretendard Variable";
}

#hd_pop > div > div > iframe {
  height: 100%;
}

.hd_pops_footer {
  font-size: 0.9vw !important;
}

#hd_pop > div {
  border-radius: 30px;
  overflow: hidden;
  background: black;
}

@media screen and (max-width: 1023px) {
  #hd_pop {
    width: 90% !important;
  }
  #hd_pop > div {
    margin: 0 auto !important;
    left: unset !important;
    top: 5% !important;
    width: 85% !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_footer {
    font-size: 2.6vw !important;
  }
  #hd_pop > div {
    border-radius: 22px;
    overflow: hidden;
  }
  #hd_pop {
    height: 100vh;
    position: absolute;
    width: 100% !important;
    top: 3% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  #hd_pop {
    width: 90% !important;
  }
  #hd_pop > div {
    margin: 0 auto !important;
    width: 90% !important;
    left: unset !important;
    top: 5% !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_footer {
    font-size: 2.6vw !important;
  }
  #hd_pop > div {
    border-radius: 22px;
    overflow: hidden;
  }
  #hd_pop {
    height: 0;
    position: absolute;
    width: 100% !important;
    top: 15vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_small_title {
    font-size: 3.1vw;
    line-height: 4.7vw;
  }
}
.hd_pops_footer .hd_pops_reject {
  font-family: "pretendard Variable";
  font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
  background: #000000;
  top: inherit;
  bottom: 0;
}

/* ===== 창업설명회 신청 팝업 (popup_inquiry) ===== */
.popup_dim {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    img {
      width: 100%;
    }
}
.popup_dim.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0s;
}
.popup_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: calc(var(--px) * 477);
    background: #fff;
    border-radius: calc(var(--px) * 30);
    padding: calc(var(--px) * 57) 0 calc(var(--px) * 36);
    opacity: 0;
    transform: translateY(calc(var(--px) * 20));
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-family: 'pretendard Variable';
}
.popup_dim.on .popup_box {
    opacity: 1;
    transform: translateY(0);
}
.popup_box .popup_close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(var(--px) * 36);
    right: calc(var(--px) * 35);
    width: calc(var(--px) * 20);
    height: calc(var(--px) * 20);
}
/* 일자수정 (admin 전용) — 버튼 + 우측 편집 패널 */
.popup_date_edit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(var(--px) * 34);
    left: calc(var(--px) * 30);
    padding: calc(var(--px) * 7) calc(var(--px) * 13);
    background: var(--color-green);
    color: #fff;
    font-size: calc(var(--px) * 14);
    border-radius: calc(var(--px) * 6);
    cursor: pointer;
    z-index: 5;
}
.popup_date_panel {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-left: calc(var(--px) * 255); */
    box-sizing: border-box;
    width: calc(var(--px) * 390);
    background: #fff;
    border-radius: calc(var(--px) * 16);
    padding: calc(var(--px) * 26);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    font-family: 'Pretendard Variable';
    z-index: 100001;
}
.popup_date_panel.on {
    display: flex;
}
.popup_date_panel_tt {
    font-size: calc(var(--px) * 18);
    font-weight: 700;
    color: #222;
}
.popup_date_panel_help {
    margin-top: calc(var(--px) * 5);
    font-size: calc(var(--px) * 13);
    color: #888;
}
.popup_date_panel_ta {
    box-sizing: border-box;
    width: 100%;
    height: calc(var(--px) * 190);
    margin-top: calc(var(--px) * 12);
    padding: calc(var(--px) * 12);
    border: 1px solid #ccc;
    border-radius: calc(var(--px) * 8);
    font-size: calc(var(--px) * 14);
    line-height: 1.7;
    resize: vertical;
}
.popup_date_panel_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(var(--px) * 8);
    margin-top: calc(var(--px) * 14);
}
.popup_date_panel_save,
.popup_date_panel_cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(var(--px) * 9) calc(var(--px) * 20);
    border-radius: calc(var(--px) * 6);
    font-size: calc(var(--px) * 14);
    cursor: pointer;
}
.popup_date_panel_save {
    background: var(--color-green);
    color: #fff;
}
.popup_date_panel_cancel {
    background: #eee;
    color: #333;
}
.popup_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--px) * 210);
    aspect-ratio: 210 / 28;
    margin-bottom: calc(var(--px) * 36);
}
.popup_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(var(--px) * 402);
}
.popup_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(var(--px) * 60);
    padding-left: calc(var(--px) * 23);
    padding-right: calc(var(--px) * 23);
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.popup_label {
    width: calc(var(--px) * 99);
    font-weight: 700;
    font-size: calc(var(--px) * 18);
    color: #000;
}
.popup_input {
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    font-weight: 300;
    font-size: calc(var(--px) * 18);
    color: #000;
    outline: none;
}
.popup_input::placeholder {
    color: #818181;
    font-family: 'pretendard Variable';
}
.popup_date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1;
    width: 100%;
    border: none;
    border-radius: 0;
    height: 100%;
    padding: 0 calc(var(--px) * 20) 0 0;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url("../images/popup_arrow.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: calc(var(--px) * 12) calc(var(--px) * 8);
    font-weight: 300;
    font-size: calc(var(--px) * 18);
    font-family: 'Pretendard Variable';
    color: #000;
    outline: none;
    cursor: pointer;
}
.popup_date option {
    font-family: 'Pretendard Variable';
}
.popup_date::placeholder {
    color: #818181;
}
.popup_date_native {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    flex: 0 0 auto;
}
.popup_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(var(--px) * 402);
    margin-top: calc(var(--px) * 22);
}
.popup_check {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--px) * 20);
    height: calc(var(--px) * 20);
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: calc(var(--px) * 8);
    cursor: pointer;
    flex-shrink: 0;
}
.popup_check:checked::after {
    content: "";
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #000;
}
.popup_agree_txt {
    font-weight: 300;
    font-size: calc(var(--px) * 16);
    color: #000;
    cursor: pointer;
}
.popup_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--px) * 305);
    aspect-ratio: 305 / 66;
    margin-top: calc(var(--px) * 33);
}

@media (max-width: 599px) {
    .popup_box {
        width: 86vw;
        border-radius: 4vw;
        padding: 8vw 6vw 6vw;
        box-sizing: border-box;
    }
    .popup_form {
      width: 100%;
    }
    .popup_agree {
      width: 100%;
    }
    .popup_box .popup_close {
        top: 6vw;
        right: 5vw;
        width: 4vw;
    }
    .popup_title {
        width: 38vw;
        margin-bottom: 7vw;
    }
    .popup_row {
        height: 11vw;
        padding-left: 3vw;
        border-bottom: 1px solid #D9D9D9;
    }
    .popup_label {
        width: 18vw;
        font-size: 3.6vw;
    }
    .popup_input {
        font-size: 3.6vw;
    }
    .popup_date {
        font-size: 3.6vw;
        background-size: 2.6vw auto;
    }
    .popup_agree {
        margin-top: 2vw;
    }
    .popup_check {
        width: 3.6vw;
        height: 3.6vw;
        margin-right: 1.6vw;
    }
    .popup_agree_txt {
        font-size: 3.3vw;
    }
    .popup_btn {
        width: 55vw;
        margin-top: 6vw;
    }
    /* 일자수정 (admin) — 모바일 */
    .popup_date_edit_btn {
        top: 6vw;
        left: 5vw;
        padding: 1.6vw 3vw;
        font-size: 3.3vw;
        border-radius: 1.4vw;
    }
    .popup_date_panel {
        margin-left: 0;
        width: 86vw;
        border-radius: 3vw;
        padding: 6vw 5vw;
    }
    .popup_date_panel_tt {
        font-size: 4.2vw;
    }
    .popup_date_panel_help {
        margin-top: 1.4vw;
        font-size: 3.3vw;
    }
    .popup_date_panel_ta {
        height: 44vw;
        margin-top: 3vw;
        padding: 3vw;
        border-radius: 2vw;
        font-size: 3.2vw;
    }
    .popup_date_panel_btns {
        gap: 2vw;
        margin-top: 3.5vw;
    }
    .popup_date_panel_save,
    .popup_date_panel_cancel {
        padding: 2.4vw 5vw;
        border-radius: 1.4vw;
        font-size: 3.6vw;
    }
}
/* ===== 창업설명회 신청 팝업 end ===== */
