@charset "UTF-8";
/* =================================================================
   1. [SCSS Variables] Raw Data Definition
   * 이곳은 '순수 값'만 정의합니다. 실제 코드에서는 사용하지 않는 것을 권장합니다.
   * 브랜드 컬러 코드가 바뀌면 여기만 수정하세요.
   ================================================================= */
/* 드롭다운,멀티포함 */
/* Level 1: Fixed UI (헤더 영역) */
/* Level 2: Dropdowns (헤더 위에 뜨는 요소) */
/* Level 3: Overlays (전체 화면을 덮는 요소) */
/* Level 4: Controls (가장 최상위 컨트롤) */
/**
 * [A. 일반 속성용] width, height, padding, margin, gap 등
 * @param $property : CSS 속성명
 * @param $values : 값
 * @param $raw : (옵션) true일 경우 /3 계산 안함
 */
/**
 * [B. 폰트 전용] font-size + line-height + Text Crop
 */
#btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
  width: 34.375vw;
}
@media (min-width: 641px) {
  #btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
    width: 9.1667rem;
  }
}
@media (min-width: 1200px) {
  #btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
    width: 147px;
  }
}
@media screen and (min-width: 1200px) {
  #btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
    width: 220px;
  }
}

.res .section-inner.fixed {
  width: 87.5%;
  margin: auto;
  padding-top: 0;
}
.res .section-inner.fixed {
  margin-top: 18.75vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed {
    margin-top: 80px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed {
    margin-top: 80px;
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .res .section-inner.fixed.pc-col2 {
    max-width: 100%;
    margin-top: 0;
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    height: 100%;
    padding-top: 80px;
  }
  .res .section-inner.fixed.pc-col2 form {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    padding: 80px 80px 0px 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col {
    width: 604px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row {
    flex-flow: wrap;
    align-items: center;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row.select_date {
    flex-flow: wrap;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row.select_date .datepicker-box {
    width: 408px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row .group-items {
    width: 408px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row .tip, .res .section-inner.fixed.pc-col2 form .form-col .form-row > .error {
    width: 100%;
    padding-left: 140px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row, .res .section-inner.fixed.pc-col2 form .form-col .policy {
    width: 548px;
    margin-left: auto;
    margin-right: auto;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row > label, .res .section-inner.fixed.pc-col2 form .form-col .policy > label {
    width: 124px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row input[type=text],
  .res .section-inner.fixed.pc-col2 form .form-col .form-row input[type=password],
  .res .section-inner.fixed.pc-col2 form .form-col .form-row textarea, .res .section-inner.fixed.pc-col2 form .form-col .policy input[type=text],
  .res .section-inner.fixed.pc-col2 form .form-col .policy input[type=password],
  .res .section-inner.fixed.pc-col2 form .form-col .policy textarea {
    width: 408px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row input[type=text].error,
  .res .section-inner.fixed.pc-col2 form .form-col .form-row input[type=password].error,
  .res .section-inner.fixed.pc-col2 form .form-col .form-row textarea.error, .res .section-inner.fixed.pc-col2 form .form-col .policy input[type=text].error,
  .res .section-inner.fixed.pc-col2 form .form-col .policy input[type=password].error,
  .res .section-inner.fixed.pc-col2 form .form-col .policy textarea.error {
    width: 408px;
    padding-left: 16px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row label[for=request_date2]:after, .res .section-inner.fixed.pc-col2 form .form-col .policy label[for=request_date2]:after {
    position: absolute;
    top: 0;
    left: 90px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row label[for=user_symptom]:after, .res .section-inner.fixed.pc-col2 form .form-col .policy label[for=user_symptom]:after {
    position: absolute;
    top: 0;
    left: 55px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .form-row label[for=userPwConfirm]:after, .res .section-inner.fixed.pc-col2 form .form-col .policy label[for=userPwConfirm]:after {
    position: absolute;
    top: 0;
    left: 70px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .addr2 .form-row:nth-child(2) {
    padding-left: 140px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col .addr2 #userAddress2 {
    width: 408px;
  }
  .res .section-inner.fixed.pc-col2 form .form-col.col1 .custom, .res .section-inner.fixed.pc-col2 form .form-col.col1 .custom + .form-row {
    align-items: flex-start;
  }
  .res .section-inner.fixed.pc-col2 form .form-col.col1 .custom .group-items {
    padding: 0;
  }
  .res .section-inner.fixed.pc-col2 form .form-col.col1 .form-row:last-child {
    align-items: flex-start;
  }
  .res .section-inner.fixed.pc-col2 form .form-col.col1 .form-row.label_top label[for=user_symptom]:after {
    position: relative;
    top: unset;
    left: unset;
  }
  .res .section-inner.fixed.pc-col2 form .form-col.col2 .form-row #userAddress2 + .error {
    padding-left: 0;
  }
  .res .section-inner.fixed.pc-col2 form .form-col.col2 #btn-reserve {
    width: 40.625vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 641px) {
  .res .section-inner.fixed.pc-col2 form .form-col.col2 #btn-reserve {
    width: 10.8333rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .res .section-inner.fixed.pc-col2 form .form-col.col2 #btn-reserve {
    width: 173px;
  }
}
@media screen and (min-width: 1200px) {
  .res .section-inner.fixed.pc-col2 form .form-col.col2 #btn-reserve {
    height: 14.0625vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 641px) {
  .res .section-inner.fixed.pc-col2 form .form-col.col2 #btn-reserve {
    height: 3.75rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .res .section-inner.fixed.pc-col2 form .form-col.col2 #btn-reserve {
    height: 60px;
  }
}
.res .section-inner.fixed .btn-row {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .btn-row {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .btn-row {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .btn-row {
    margin-bottom: 80px;
  }
}
.res .section-inner.fixed .btn-row .btn {
  width: 40.625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .btn-row .btn {
    width: 10.8333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .btn-row .btn {
    width: 173px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .btn-row .btn {
    width: 220px;
  }
}
.res .section-inner.fixed .title-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.res .section-inner.fixed .title-type {
  padding: 4.6875vw 5.625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .title-type {
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .title-type {
    padding: 20px 24px;
  }
}
.res .section-inner.fixed .title-type {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .title-type {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .title-type {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .title-type {
    padding: 22px 30px;
    margin-bottom: 48px;
  }
}
.res .section-inner.fixed .title-type .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.res .section-inner.fixed .title-type .group .icon-svg {
  color: #616161;
}
.res .section-inner.fixed .title-type .group .icon-svg {
  width: 6.25vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .title-type .group .icon-svg {
    width: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .title-type .group .icon-svg {
    width: 27px;
  }
}
.res .section-inner.fixed .title-type .group .icon-svg {
  height: 6.25vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .title-type .group .icon-svg {
    height: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .title-type .group .icon-svg {
    height: 27px;
  }
}
.res .section-inner.fixed .title-type .group span {
  color: #616161;
  font-weight: 700;
}
.res .section-inner.fixed .title-type .group span {
  font-size: 4.6875vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .title-type .group span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .title-type .group span {
    font-size: 20px;
  }
}
.res .section-inner.fixed .title-type a {
  color: #AE8766;
  font-weight: 600;
  letter-spacing: -0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.res .section-inner.fixed .title-type a {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .title-type a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .title-type a {
    font-size: 16px;
  }
}
.res .section-inner.fixed .form-row > label {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row > label {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row > label {
    font-size: 17px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .form-row > label {
    font-size: 20px;
  }
}
.res .section-inner.fixed .form-row:nth-child(3) p {
  color: #888888;
  font-weight: 500;
}
.res .section-inner.fixed .form-row:nth-child(3) p {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row:nth-child(3) p {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row:nth-child(3) p {
    font-size: 15px;
  }
}
.res .section-inner.fixed .form-row .datepicker-box input[type=text]:-moz-read-only {
  background: #ffffff !important;
  width: 100%;
  cursor: pointer;
}
.res .section-inner.fixed .form-row .datepicker-box input[type=text]:read-only {
  background: #ffffff !important;
  width: 100%;
  cursor: pointer;
}
.res .section-inner.fixed .form-row .datepicker-box .icon-svg {
  top: 7.8125vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row .datepicker-box .icon-svg {
    top: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row .datepicker-box .icon-svg {
    top: 33px;
  }
}
.res .section-inner.fixed .form-row .datepicker-box .icon-svg svg {
  color: #9F9F9F;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker {
  --adp-font-size: 3.75vw;
  --adp-color:#616161;
  width: calc(100% - 2px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-nav--title {
  padding-top: 4px;
  font-weight: 700;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-nav--title {
  font-size: 4.6875vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-nav--title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-nav--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-nav--title {
    font-size: 24px;
  }
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-nav {
  justify-content: center;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-cell {
  height: auto; /* 기존의 고정 높이가 있다면 풀어줘야 함 */
  aspect-ratio: 1/1; /* ★ 핵심: 가로/세로 비율을 1:1로 고정 */
  border-radius: 200px;
  --adp-day-cell-height: auto;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-body--cells.-months- .air-datepicker-cell {
  border-radius: 20px;
  aspect-ratio: unset;
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .form-row .datepicker-box .air-datepicker {
    --adp-font-size: 18px;
  }
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-cell.-disabled- {
  --adp-color-disabled:#C4C4C4;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-cell.-year-.-other-decade- {
  --adp-color-other-month:#C4C4C4;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-cell.-day-.-other-month- {
  --adp-color-other-month:#C4C4C4;
}
.res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-body--cells.-days- {
  row-gap: 3.2813vw;
  padding-bottom: 3.125vw;
  padding-top: 0.7813vw;
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .form-row .datepicker-box .air-datepicker .air-datepicker-body--cells.-days- {
    row-gap: 26px;
  }
}
.res .section-inner.fixed .form-row .time-row strong {
  display: block;
  text-align: center;
  color: #2B2B2B;
  font-weight: 600;
  letter-spacing: -0.52px;
}
.res .section-inner.fixed .form-row .time-row strong {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row .time-row strong {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row .time-row strong {
    margin-bottom: 33px;
  }
}
.res .section-inner.fixed .form-row .time-row strong {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row .time-row strong {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row .time-row strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .res .section-inner.fixed .form-row .time-row strong {
    margin-bottom: 40px;
  }
}
.res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
  border: 1px solid #9F9F9F;
  background: #ffffff;
  color: #444444;
}
.res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
    font-size: 16px;
  }
}
.res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
  width: 19.5313vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
    width: 5.2083rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
    width: 83px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .form-row .time-row button, .res .section-inner.fixed .form-row .time-row a {
    font-size: 18px;
    width: 104px;
  }
}
.res .section-inner.fixed .form-row .time-row button.type-primary.active, .res .section-inner.fixed .form-row .time-row a.type-primary.active {
  border-color: #6FA05A;
  background: #6FA05A;
  color: #ffffff;
}
.res .section-inner.fixed .form-row .time-row button.type-secondary.active, .res .section-inner.fixed .form-row .time-row a.type-secondary.active {
  border-color: #AE8766;
  background: #AE8766;
  color: #ffffff;
}
.res .section-inner.fixed .addr1 #btn-zip-search {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.res .section-inner.fixed .addr1 #btn-zip-search {
  gap: 0.9375vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    gap: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    gap: 4px;
  }
}
.res .section-inner.fixed .addr1 #btn-zip-search {
  height: 12.5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    height: 53px;
  }
}
.res .section-inner.fixed .addr1 #btn-zip-search {
  padding: 0vw 5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    padding: 0rem 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    padding: 0px 21px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .addr1 #btn-zip-search {
    height: 64px;
    gap: 4px;
  }
}
.res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
  --search-stroke: #2B2B2B;
}
.res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
  width: 4.0625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
    width: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
    width: 17px;
  }
}
.res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
  height: 4.0625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
    height: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 #btn-zip-search .icon-svg {
    height: 17px;
  }
}
.res .section-inner.fixed .addr1 #btn-zip-search strong {
  font-weight: 600;
  color: #2B2B2B;
}
.res .section-inner.fixed .addr1 #btn-zip-search strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 #btn-zip-search strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 #btn-zip-search strong {
    font-size: 16px;
  }
}
.res .section-inner.fixed .addr1 input.error + #btn-zip-search {
  bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr1 input.error + #btn-zip-search {
    bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr1 input.error + #btn-zip-search {
    bottom: 33px;
  }
}
.res .section-inner.fixed .addr2 .form-row:nth-child(1) {
  margin-bottom: 5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .addr2 .form-row:nth-child(1) {
    margin-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .addr2 .form-row:nth-child(1) {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .addr2 .form-row:nth-child(1) {
    margin-bottom: 16px;
  }
}
.res .section-inner.fixed .box-row.policy {
  overflow-y: overlay;
}
.res .section-inner.fixed .box-row.policy {
  height: 42.9688vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .box-row.policy {
    height: 11.4583rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .box-row.policy {
    height: 183px;
  }
}
.res .section-inner.fixed .box-row.policy {
  margin-bottom: 7.0313vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .box-row.policy {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .box-row.policy {
    margin-bottom: 30px;
  }
}
.res .section-inner.fixed .box-row.policy::-webkit-scrollbar {
  width: 8px;
}
.res .section-inner.fixed .box-row.policy::-webkit-scrollbar-button:start:decrement, .res .section-inner.fixed .box-row.policy::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 12px;
  background-color: transparent;
}
.res .section-inner.fixed .box-row.policy::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.res .section-inner.fixed .box-row.policy::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.res .section-inner.fixed .box-row.policy h2 {
  font-size: 5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .box-row.policy h2 {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .box-row.policy h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .radio .group-items {
    gap: 24px 40px;
  }
}
.res .section-inner.fixed .radio.custom .group-items {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
}
.res .section-inner.fixed .radio.custom .group-items {
  padding: 0vw 4.0625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .group-items {
    padding: 0rem 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .group-items {
    padding: 0px 17px;
  }
}
.res .section-inner.fixed .radio.custom .group-items {
  gap: 3.75vw 5.625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .group-items {
    gap: 1rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .group-items {
    gap: 16px 24px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed .radio.custom .group-items {
    gap: 24px;
    padding: 0px 24px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box label {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}
.res .section-inner.fixed .radio.custom .radio-box label {
  gap: 2.8125vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .radio-box label {
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .radio-box label {
    gap: 12px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #9F9F9F;
  margin-right: 0;
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
  width: 15.625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
    width: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
    width: 67px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
  height: 15.625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
    height: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
    height: 67px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
  border-radius: 15.625vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
    border-radius: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .radio-box label input[type=radio] {
    border-radius: 67px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio]:checked {
  background-image: none;
  background-color: #6FA05A;
  border: 1px solid #6FA05A;
}
.res .section-inner.fixed .radio.custom .radio-box label span {
  width: 100%;
  text-align: center;
}
.res .section-inner.fixed .radio.custom .radio-box label .icon-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #9F9F9F;
}
.res .section-inner.fixed .radio.custom .radio-box label .icon-svg {
  top: 2.8125vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .radio-box label .icon-svg {
    top: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .radio-box label .icon-svg {
    top: 12px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box label:hover input[type=radio] {
  border: 1px solid #6FA05A;
}
.res .section-inner.fixed .radio.custom .radio-box label:hover span {
  font-weight: 700;
  color: #6FA05A;
}
.res .section-inner.fixed .radio.custom .radio-box label:hover .icon-svg {
  color: #6FA05A;
}
.res .section-inner.fixed .radio.custom .radio-box label:hover .icon-svg svg {
  color: #6FA05A;
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio]:checked + span {
  font-weight: 700;
  color: #6FA05A;
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio]:checked + span + .icon-svg {
  color: #ffffff;
}
.res .section-inner.fixed .radio.custom .radio-box label input[type=radio]:checked + span + .icon-svg svg {
  color: #ffffff;
}
.res .section-inner.fixed .radio.custom .radio-box:last-child label .icon-svg {
  top: 3.4375vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed .radio.custom .radio-box:last-child label .icon-svg {
    top: 0.9167rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed .radio.custom .radio-box:last-child label .icon-svg {
    top: 15px;
  }
}
.res .section-inner.fixed .radio.custom .radio-box:last-child label .icon-svg svg {
  transform: rotate(37.241deg);
}
.res .section-inner.fixed #guest-form .title-type {
  margin-bottom: 3.75vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed #guest-form .title-type {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed #guest-form .title-type {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed #guest-form .title-type {
    margin-bottom: 16px;
  }
}
.res .section-inner.fixed #guest-form .footnote {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .res .section-inner.fixed #guest-form .footnote {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .res .section-inner.fixed #guest-form .footnote {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 480px) {
  .res .section-inner.fixed #guest-form .footnote {
    margin-bottom: 48px;
  }
}
.res .section-inner.full {
  width: 100%;
  background: url("/static/images/sub/bg_reservation_top@m.jpg") no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .res .section-inner.full {
    background: url("/static/images/sub/bg_reservation_top.jpg") no-repeat 0 0;
    background-size: cover;
  }
}
.res.reservation .section-inner.full {
  padding: 0;
}

.fixed-row {
  border-bottom: 1px solid #DEDEDE;
}
.fixed-row {
  padding: 18.75vw 0;
}
@media (min-width: 641px) {
  .fixed-row {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .fixed-row {
    padding: 80px 0;
  }
}
@media screen and (min-width: 480px) {
  .fixed-row {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .tit-area {
    width: 480px;
    margin: auto;
  }
}
.fixed-row .tit-area {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .fixed-row .tit-area {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .tit-area {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .tit-area {
    margin-bottom: 80px;
  }
}
.fixed-row .reservation-top-swiper {
  flex-flow: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper {
    width: 680px;
    margin: auto;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row {
  width: 87.5%;
  margin: auto;
  flex-flow: wrap;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='450' height='461' viewBox='0 0 450 461' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.804 99.8555C140.861 141.57 168.717 168.851 214.576 175.306V481.495H66.5988V260.257H0V104.179C0 99.8555 8.70048e-06 99.8555 4.43993 99.8555C40.385 99.8555 76.3301 99.8555 112.275 99.8555H124.865H124.804Z' fill='%23EDEDED'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M232.1 481.737V175.122C278.08 167.327 305.511 138.888 320.473 96.0781C321.506 96.0781 322.662 95.9563 323.818 95.9563C363.838 95.9563 403.858 95.9563 443.817 95.9563C445.885 95.9563 448.196 95.4691 449.473 97.6614C450.872 100.097 449.169 101.985 448.014 103.751C428.429 135.539 408.723 167.327 389.078 199.115C377.583 217.75 366.088 236.384 354.471 254.897C351.734 259.22 351.552 263.118 353.62 267.807C366.331 296.55 378.921 325.354 391.511 354.219C404.588 384.119 417.603 414.02 430.68 443.92C434.694 453.176 438.891 462.311 442.844 471.628C443.635 473.455 443.635 475.647 443.878 477.717C444.06 479.057 443.33 479.971 442.053 480.397C440.715 480.884 439.377 481.371 437.978 481.615C436.701 481.798 435.363 481.737 434.025 481.737H232.1Z' fill='%23EDEDED'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M141.283 81.344C142.013 56.2546 150.588 36.4632 168.226 20.6909C182.154 8.26803 198.333 1.4476 216.883 0.229666C241.515 -1.47544 262.742 6.31933 280.501 23.4313C293.274 35.7933 301.12 50.8348 303.492 68.4339C306.837 93.4015 299.782 115.263 282.509 133.715C269.797 147.295 254.166 155.638 235.798 158.256C208.733 162.154 185.013 154.785 165.246 135.664C153.386 124.215 145.966 110.331 142.925 94.1323C142.013 89.3824 141.708 84.5107 141.344 81.344H141.283Z' fill='%23EDEDED'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 16px;
  border: 2px solid #EDEDED;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  padding: 0;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row {
  gap: 9.375vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    gap: 40px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row {
  background-size: 35.1563vw 37.6563vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    background-size: 9.375rem 10.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    background-size: 150px 161px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row {
  height: 54.6875vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    height: 14.5833rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    height: 233px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
  color: #6FA05A;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
  width: 10vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
    width: 2.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
    width: 43px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
  height: 10vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
    height: 2.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
    height: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .icon-svg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 640px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    width: 28rem;
    height: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    width: 480px;
    height: 336px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .txt {
  width: 100%;
  text-align: center;
  color: #2B2B2B;
  font-weight: 500;
  letter-spacing: -0.52px;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .txt {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .txt {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .txt {
    font-size: 17px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .txt .point1 {
  color: #AE8766;
  font-weight: 600;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .txt .point2 {
  color: #6FA05A;
  font-weight: 600;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .txt .point3 {
  color: #0C6FB8;
  font-weight: 600;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-row .reservation-top-swiper .swiper-slide .box-row .btn-row {
  gap: 3.125vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .btn-row {
    gap: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide .box-row .btn-row {
    gap: 13px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide #btn-join {
  width: 26.1719vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide #btn-join {
    width: 6.9792rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide #btn-join {
    width: 112px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide #btn-pangyo, .fixed-row .reservation-top-swiper .swiper-slide #btn-bundang {
  width: 36.3281vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide #btn-pangyo, .fixed-row .reservation-top-swiper .swiper-slide #btn-bundang {
    width: 9.6875rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide #btn-pangyo, .fixed-row .reservation-top-swiper .swiper-slide #btn-bundang {
    width: 155px;
  }
}
.fixed-row .reservation-top-swiper .swiper-slide #btn-naver-reservation {
  width: 30.0781vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-slide #btn-naver-reservation {
    width: 8.0208rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-slide #btn-naver-reservation {
    width: 128px;
  }
}
.fixed-row .reservation-top-swiper .swiper-wrapper {
  width: 100%;
}
.fixed-row .reservation-top-swiper .swiper-wrapper {
  margin-bottom: 9.375vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
  position: relative;
  top: 0;
  left: unset;
  right: unset;
  margin-top: unset;
}
.fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
    width: 49px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
  height: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
    height: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
    height: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev, .fixed-row .reservation-top-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev:after, .fixed-row .reservation-top-swiper .swiper-button-next:after {
  display: none;
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
  border: 1px solid #616161;
  transition: all 0.2s ease;
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    width: 49px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
  height: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    height: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    height: 49px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
  border-radius: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    border-radius: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    border-radius: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg {
    width: 56px;
    height: 56px;
    border-radius: 56px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
  color: #616161;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
  width: 8.4375vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
    width: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
    width: 36px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
  height: 8.4375vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
    height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next .icon-svg svg {
    width: 40px;
    height: 40px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev:hover, .fixed-row .reservation-top-swiper .swiper-button-next:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.fixed-row .reservation-top-swiper .swiper-button-prev:hover .icon-svg, .fixed-row .reservation-top-swiper .swiper-button-next:hover .icon-svg {
  border: 1px solid #6FA05A;
  background-color: #6FA05A;
}
.fixed-row .reservation-top-swiper .swiper-button-prev:hover .icon-svg svg, .fixed-row .reservation-top-swiper .swiper-button-next:hover .icon-svg svg {
  color: #ffffff;
}
.fixed-row .reservation-top-swiper .swiper-button-prev {
  right: 6.25vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev {
    right: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev {
    right: 27px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev {
    width: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: -332px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-prev .icon-svg svg {
  transform: rotate(-180deg);
}
.fixed-row .reservation-top-swiper .swiper-button-next {
  left: 6.25vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-next {
    left: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-next {
    left: 27px;
  }
}
.fixed-row .reservation-top-swiper .swiper-button-next {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-button-next {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-next {
    width: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: 276px;
  }
}
.fixed-row .reservation-top-swiper .swiper-pagination {
  position: relative;
  width: auto;
  top: 0;
}
.fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #DEDEDE;
  opacity: 1;
  transition: all 0.3s ease;
}
.fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 2.3438vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
  }
}
.fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 2.3438vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
  }
}
.fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2.3438vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px;
  }
}
.fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6FA05A;
}
.fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7.5vw;
}
@media (min-width: 641px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .reservation-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
  }
}
.fixed-row .reservation-top-swiper .swiper-lock .swiper-button-next,
.fixed-row .reservation-top-swiper .swiper-lock .swiper-button-prev {
  display: none !important;
}

.voc .fixed-row .reservation-top-swiper .swiper-slide .box-row {
  gap: 3.75vw;
}
@media (min-width: 641px) {
  .voc .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .voc .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .voc .fixed-row .reservation-top-swiper .swiper-slide .box-row {
    gap: 24px;
  }
}

.notice-row {
  width: 87.5%;
  margin: auto;
}
.notice-row {
  margin-top: 12.5vw;
}
@media (min-width: 641px) {
  .notice-row {
    margin-top: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .notice-row {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .notice-row {
    width: 100%;
    max-width: 1440px;
    margin-top: 64px;
  }
}
.notice-row .icon-svg {
  width: 6.25vw;
}
@media (min-width: 641px) {
  .notice-row .icon-svg {
    width: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .notice-row .icon-svg {
    width: 27px;
  }
}
.notice-row .icon-svg {
  height: 6.25vw;
}
@media (min-width: 641px) {
  .notice-row .icon-svg {
    height: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .notice-row .icon-svg {
    height: 27px;
  }
}
@media screen and (min-width: 480px) {
  .notice-row .icon-svg {
    width: 40px;
    height: 40px;
  }
}
.notice-row strong {
  color: #2B2B2B;
  font-weight: 600;
}
.notice-row strong {
  font-size: 4.6875vw;
}
@media (min-width: 641px) {
  .notice-row strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .notice-row strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .notice-row strong {
    font-size: 24px;
  }
}
.notice-row .tit-area {
  margin-bottom: 5.625vw;
}
@media (min-width: 641px) {
  .notice-row .tit-area {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .notice-row .tit-area {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 480px) {
  .notice-row .tit-area {
    margin-bottom: 16px;
  }
}

.icon-medica1 {
  color: #000;
}
.icon-medica1 svg {
  color: #000;
}

@media screen and (min-width: 1200px) {
  .forum .section-inner {
    padding: 0 !important;
  }
}

.complete-row {
  flex-flow: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.complete-row {
  padding-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .complete-row {
    padding-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .complete-row {
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 480px) {
  .complete-row {
    padding: 40px 0 80px 0;
  }
}
.complete-row .icon-svg {
  color: #6FA05A;
}
.complete-row .icon-svg {
  width: 10vw;
}
@media (min-width: 641px) {
  .complete-row .icon-svg {
    width: 2.6667rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .icon-svg {
    width: 43px;
  }
}
.complete-row .icon-svg {
  height: 10vw;
}
@media (min-width: 641px) {
  .complete-row .icon-svg {
    height: 2.6667rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .icon-svg {
    height: 43px;
  }
}
.complete-row .icon-svg {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  .complete-row .icon-svg {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .icon-svg {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 480px) {
  .complete-row .icon-svg {
    margin-bottom: 48px;
    width: 64px;
    height: 64px;
  }
}
.complete-row strong {
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.82px;
}
.complete-row strong {
  font-size: 6.4063vw;
}
@media (min-width: 641px) {
  .complete-row strong {
    font-size: 1.7083rem;
  }
}
@media (min-width: 1200px) {
  .complete-row strong {
    font-size: 27px;
  }
}
.complete-row strong {
  margin-bottom: 11.7188vw;
}
@media (min-width: 641px) {
  .complete-row strong {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .complete-row strong {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 480px) {
  .complete-row strong {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 64px;
  }
}
.complete-row p {
  color: #888888;
  text-align: center;
  font-size: 52px;
  font-weight: 500;
}
.complete-row p {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .complete-row p {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .complete-row p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .complete-row p {
    font-size: 20px;
  }
}
.complete-row .reservation-info {
  width: 87.5%;
  flex-flow: wrap;
  border-top: 2px solid #9F9F9F;
  border-bottom: 2px solid #DEDEDE;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 480px) {
  .complete-row .reservation-info {
    width: 480px;
  }
}
.complete-row .reservation-info ul {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.complete-row .reservation-info ul {
  margin-top: 1.875vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul {
    margin-top: 8px;
  }
}
.complete-row .reservation-info ul {
  padding-bottom: 1.875vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul {
    padding-bottom: 8px;
  }
}
.complete-row .reservation-info ul:last-child {
  border-bottom: none;
}
.complete-row .reservation-info ul li {
  position: relative;
  height: 100%;
}
.complete-row .reservation-info ul li {
  padding: 2.5vw 0vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li {
    padding: 0.6667rem 0rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li {
    padding: 11px 0px;
  }
}
.complete-row .reservation-info ul li {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) {
  .complete-row .reservation-info ul li {
    font-size: 18px;
    padding: 20px 0px;
  }
}
.complete-row .reservation-info ul li:first-child {
  width: 32.1428571429%;
  text-align: center;
  color: #2B2B2B;
  font-weight: 600;
  letter-spacing: -0.48px;
}
.complete-row .reservation-info ul li:last-child {
  width: 67.8571428571%;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.complete-row .reservation-info ul li:last-child {
  padding-left: 5vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li:last-child {
    padding-left: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li:last-child {
    padding-left: 21px;
  }
}
@media screen and (min-width: 480px) {
  .complete-row .reservation-info ul li:last-child {
    padding-left: 24px;
  }
}
.complete-row .reservation-info ul li:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DEDEDE;
}
.complete-row .reservation-info ul li strong.state {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.complete-row .reservation-info ul li strong.state {
  gap: 1.875vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li strong.state {
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li strong.state {
    gap: 8px;
  }
}
.complete-row .reservation-info ul li strong.state .icon-svg {
  margin-bottom: 0;
}
.complete-row .reservation-info ul li strong.state .icon-svg {
  width: 1.875vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li strong.state .icon-svg {
    width: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li strong.state .icon-svg {
    width: 8px;
  }
}
.complete-row .reservation-info ul li strong.state .icon-svg {
  height: 1.875vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li strong.state .icon-svg {
    height: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li strong.state .icon-svg {
    height: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .complete-row .reservation-info ul li strong.state .icon-svg {
    width: 8px;
    height: 8px;
  }
}
.complete-row .reservation-info ul li strong.state span {
  font-weight: 500;
}
.complete-row .reservation-info ul li strong.state span {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .complete-row .reservation-info ul li strong.state span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .complete-row .reservation-info ul li strong.state span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .complete-row .reservation-info ul li strong.state span {
    font-size: 18px;
  }
}
.complete-row .reservation-info ul li strong.state.point1 .icon-svg {
  color: #AE8766;
}
.complete-row .reservation-info ul li strong.state.point1 span {
  color: #AE8766;
}
.complete-row .reservation-info ul li strong.state.point2 .icon-svg {
  color: #6FA05A;
}
.complete-row .reservation-info ul li strong.state.point2 span {
  color: #6FA05A;
}

.faq .section-inner {
  width: 100%;
  margin: auto;
}
.faq .section-inner {
  padding-top: 18.75vw;
}
@media (min-width: 641px) {
  .faq .section-inner {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner {
    width: 100%;
    max-width: 1440px;
    padding-top: 120px;
  }
}
.faq .section-inner .tab-type-line {
  border-bottom: none;
}
.faq .section-inner .tab-type-line {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-type-line {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-type-line {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-type-line {
    margin-bottom: 80px;
  }
}
.faq .section-inner .tab-contents {
  padding-top: 0;
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents {
    width: 100%;
    max-width: 1440px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head {
  flex-flow: wrap;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head {
  padding: 6.25vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head {
    padding: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head {
    padding: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head {
    padding: 50px;
  }
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head:hover {
    background: rgba(111, 160, 90, 0.05);
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
  gap: 1.5625vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
    gap: 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
    gap: 7px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
  margin-bottom: 5vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
    margin-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges {
    gap: 10px;
    margin-bottom: 24px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
  font-weight: 600;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    font-size: 15px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
  padding: 0.625vw 3.125vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    padding: 0.1667rem 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    padding: 3px 13px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
  border-radius: 1.875vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge {
    padding: 4px 16px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge.faq-name {
  color: #6FA05A;
  border: 1px solid #6FA05A;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .badges .badge.type-faq {
  color: #ffffff;
  background: #AE8766;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .subject {
  width: 90%;
  color: #2B2B2B;
  font-weight: 600;
  letter-spacing: -0.48px;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .subject {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .subject {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .subject {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .subject {
    width: 100%;
    font-size: 18px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle {
  right: 6.25vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle {
    right: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle {
    right: 27px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
  width: 5.625vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
    width: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
    width: 24px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
  height: 5.625vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
    height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
    height: 24px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg svg {
  width: 100%;
  transition: transform 0.3s ease; /* 부드러운 회전 */
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle {
    right: 50px;
  }
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle .icon-svg {
    width: 24px;
    height: 24px;
  }
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-head .btn-toggle:before {
    content: "열기";
    position: absolute;
    right: 40px;
    top: 50%;
    color: #888888;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transform: translateY(-50%);
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
  display: none;
  border-bottom: 1px solid #DEDEDE;
  background: #F8F8F8;
  color: #444444;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
    font-size: 16px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
  padding: 6.25vw 8.125vw;
}
@media (min-width: 641px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
    padding: 1.6667rem 2.1667rem;
  }
}
@media (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
    padding: 27px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item .item-body {
    padding: 50px;
  }
}
.faq .section-inner .tab-contents .tab-panel .list-row .item.active .item-head .btn-toggle svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .faq .section-inner .tab-contents .tab-panel .list-row .item.active .item-head .btn-toggle:before {
    content: "닫기";
  }
}

.wow .section-inner {
  margin-top: 0;
  padding-top: 0;
}
.wow .section-inner .detail {
  padding-top: 18.75vw;
}
@media (min-width: 641px) {
  .wow .section-inner .detail {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .wow .section-inner .detail {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .wow .section-inner .detail {
    padding-top: 120px;
  }
}
.wow .section-inner .thumb-box .dimmed-box {
  position: relative;
  width: 100%;
  height: 100%;
  flex-flow: wrap;
  align-content: center;
  background: url("/static/images/sub/img_wow_top.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wow .section-inner .thumb-box .dimmed-box {
  gap: 4.0625vw;
}
@media (min-width: 641px) {
  .wow .section-inner .thumb-box .dimmed-box {
    gap: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box {
    gap: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box {
    gap: 24px;
  }
}
.wow .section-inner .thumb-box .dimmed-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.wow .section-inner .thumb-box .dimmed-box .icon-svg {
  position: relative !important;
  z-index: 2 !important;
  color: #ffffff;
  top: unset !important;
  left: unset !important;
  transform: none !important;
}
.wow .section-inner .thumb-box .dimmed-box .icon-svg {
  width: 16.1719vw !important;
}
@media (min-width: 641px) {
  .wow .section-inner .thumb-box .dimmed-box .icon-svg {
    width: 4.3125rem !important;
  }
}
@media (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box .icon-svg {
    width: 69px !important;
  }
}
.wow .section-inner .thumb-box .dimmed-box .icon-svg {
  height: 15.9375vw !important;
}
@media (min-width: 641px) {
  .wow .section-inner .thumb-box .dimmed-box .icon-svg {
    height: 4.25rem !important;
  }
}
@media (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box .icon-svg {
    height: 68px !important;
  }
}
@media screen and (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box .icon-svg {
    width: 87px !important;
    height: 86px !important;
  }
}
.wow .section-inner .thumb-box .dimmed-box span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.52px;
  opacity: 0.8;
}
.wow .section-inner .thumb-box .dimmed-box span {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .wow .section-inner .thumb-box .dimmed-box span {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box span {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .wow .section-inner .thumb-box .dimmed-box span {
    font-size: 20px;
  }
}
.wow.section-01 .section-inner .board-wrap .list-header {
  padding-top: 18.75vw;
}
@media (min-width: 641px) {
  .wow.section-01 .section-inner .board-wrap .list-header {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .wow.section-01 .section-inner .board-wrap .list-header {
    padding-top: 80px;
  }
}

.faq-tab-swiper {
  /*padding-left: 6.25%;
  padding-right: 6.25%;*/
}
.faq-tab-swiper {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .faq-tab-swiper {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .faq-tab-swiper {
    margin-bottom: 53px;
  }
}
.faq-tab-swiper {
  height: 12.8125vw;
}
@media (min-width: 641px) {
  .faq-tab-swiper {
    height: 3.4167rem;
  }
}
@media (min-width: 1200px) {
  .faq-tab-swiper {
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-tab-swiper {
    height: 58px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
  }
}
.faq-tab-swiper {
  /*&:before{
      content:"";
      position: absolute;
      left: 0;
      bottom:0;
      width: 100%;
      height: 1px;
      background: $gray3;
  }*/
}
.faq-tab-swiper .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-tab-swiper .swiper-slide button, .faq-tab-swiper .swiper-slide a {
  color: #888888;
  font-weight: 600;
  height: 100%;
}
.faq-tab-swiper .swiper-slide button, .faq-tab-swiper .swiper-slide a {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .faq-tab-swiper .swiper-slide button, .faq-tab-swiper .swiper-slide a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .faq-tab-swiper .swiper-slide button, .faq-tab-swiper .swiper-slide a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-tab-swiper .swiper-slide button, .faq-tab-swiper .swiper-slide a {
    font-size: 18px;
  }
}

.end-form {
  margin-bottom: 15.625vw;
}
@media (min-width: 641px) {
  .end-form {
    margin-bottom: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .end-form {
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 480px) {
  .end-form {
    margin-bottom: 80px;
  }
}

.box-row {
  border-radius: 2.8125vw;
}
@media (min-width: 641px) {
  .box-row {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .box-row {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .box-row {
    border-radius: 16px;
  }
}

section.reservation.section-01 .section-inner.fixed, section.voc.section-01 .section-inner.fixed {
  padding-bottom: 0;
}
section.reservation.section-01 .section-inner.fixed .policy, section.voc.section-01 .section-inner.fixed .policy {
  height: 300px;
}
section.reservation.section-01 .section-inner.fixed .policy .box-view, section.voc.section-01 .section-inner.fixed .policy .box-view {
  height: 220px;
}
section.reservation.section-01 .section-inner.fixed .policy .box-view .policy-row, section.voc.section-01 .section-inner.fixed .policy .box-view .policy-row {
  padding: 0;
}
section.reservation.section-01 .section-inner.fixed .policy .box-view .policy-row .policy-header .policy-index, section.voc.section-01 .section-inner.fixed .policy .box-view .policy-row .policy-header .policy-index {
  display: none;
}
section.reg {
  background: #000;
}
section.reg-01 {
  background: #000;
}
section.reg-01 .section-inner .auth-row .box-row {
  margin-bottom: 0;
}
section.section.faq .section-inner {
  padding-bottom: 0;
}
section.section.guest #guest-form .custom .group-items .radio-box:nth-child(4) label .icon-svg svg {
  transform: rotate(0deg);
}
section.section.voc #voc-form .custom .group-items .radio-box:nth-child(4) label .icon-svg svg {
  transform: rotate(0deg);
}