@charset "UTF-8";
.nxw-wf {
  width: 100% !important;
}

.nxw-wa {
  width: auto !important;
}

a.nxw-sm {
  max-width: 80px;
}

a.nxw-md {
  max-width: 120px;
}

a.nxw-msm {
  min-width: 80px;
}

a.nxw-mmd {
  min-width: 120px;
}

input.nxw-tel {
  max-width: 60px;
}

input.nxw-xs {
  max-width: 64px;
}

input.nxw-sm {
  max-width: 160px;
}

input.nxw-md {
  max-width: 320px;
}

input.nxw-lg {
  max-width: 480px;
}

input.nxw-mxs {
  min-width: 64px;
}

input.nxw-msm {
  min-width: 160px;
}

input.nxw-mmd {
  min-width: 320px;
}

input.nxw-mlg {
  min-width: 480px;
}

textarea.nxw-sm {
  max-width: 136px;
}

textarea.nxw-md {
  max-width: 296px;
}

textarea.nxw-lg {
  max-width: 456px;
}

textarea.nxw-msm {
  min-width: 136px;
}

textarea.nxw-mmd {
  min-width: 296px;
}

textarea.nxw-mlg {
  min-width: 456px;
}

select.nxw-sm {
  max-width: 100px;
}

select.nxw-md {
  max-width: 200px;
}

select.nxw-lg {
  max-width: 300px;
}

select.nxw-msm {
  min-width: 100px;
}

select.nxw-mmd {
  min-width: 200px;
}

select.nxw-mlg {
  min-width: 300px;
}

.nxw-flex2 {
  flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 8px);
  box-sizing: border-box;
}

.nxw-flex3 {
  flex: 1 1 calc(33.3% - 8px);
  max-width: calc(33.3% - 8px);
  box-sizing: border-box;
}

.nxw-flex4 {
  flex: 1 1 calc(25% - 8px);
  max-width: calc(25% - 8px);
  box-sizing: border-box;
}

.nxw-flex5 {
  flex: 1 1 calc(20% - 8px);
  max-width: calc(20% - 8px);
  box-sizing: border-box;
}

.nxw-btn-10 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 2px 4px 0px rgba(82, 104, 219, 0.32);
  border-radius: 8px;
  padding: 8px 16px;
  text-align: center;
  background: #5268DB;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  cursor: pointer;
  transition: background 0.25s ease;
}
.nxw-btn-10:hover {
  background: #677ADF;
}
.nxw-btn-10.disabled {
  color: #7F7F84;
  background-color: #E1E1E1;
  box-shadow: none;
}
.nxw-btn-10.disabled:hover {
  background-color: #E1E1E1;
}

.nxw-btn-11 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #5268DB;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease, color 0.25s ease;
}
.nxw-btn-11:hover {
  background: #FCFCFC;
}

.nxw-btn-12 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #2B2C33;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease, color 0.25s ease;
}
.nxw-btn-12:hover {
  background: #FCFCFC;
  color: #656878;
}
.nxw-btn-12.disabled {
  background: #FCFCFC;
  border-color: #E7E7E7;
  color: #7F7F84;
  box-shadow: none;
}

.nxw-btn-20 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  background: #E84F68;
  box-shadow: 0 2px 4px 0px rgba(82, 104, 219, 0.32);
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease;
}
.nxw-btn-20:hover {
  background: #F26F84;
}
.nxw-btn-20.disabled {
  color: #7F7F84;
  background-color: #E1E1E1;
  box-shadow: none;
}

.nxw-btn-21 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #E84F68;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease, color 0.25s ease;
}
.nxw-btn-21:hover {
  background: #FCFCFC;
}

.nxw-btn-30 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #656878;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease;
}
.nxw-btn-30:hover {
  background: rgba(0, 0, 0, 0.08);
}

.nxw-btn-40 {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  color: #5268DB;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease, color 0.25s ease;
}
.nxw-btn-40:hover {
  background: rgba(82, 104, 219, 0.08);
}

.nxw-btn-41 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  color: #656878;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease;
}
.nxw-btn-41:hover {
  background: rgba(0, 0, 0, 0.08);
}

.nxw-btn-42 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  color: #E84F68;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  transition: background 0.25s ease;
}
.nxw-btn-42:hover {
  background: rgba(232, 79, 104, 0.08);
}

.nxw-ipt-10 {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #DBDBDB;
  border-radius: 8px !important;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #656565;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  outline: none;
}
.nxw-ipt-10:hover {
  border-radius: 8px;
  background: #FCFCFC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
.nxw-ipt-10::-moz-placeholder {
  color: #ACACAC;
}
.nxw-ipt-10::placeholder {
  color: #ACACAC;
}
.nxw-ipt-10:focus {
  border: 1px solid #C5CDF2 !important;
  box-shadow: 0px 0px 0px 4px rgba(197, 205, 242, 0.24) !important;
}

.nxw-ipt-20 {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #DBDBDB !important;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04) !important;
  box-sizing: border-box;
  resize: none;
  color: #2B2C33;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  outline: none;
  transition: box-shadow 0.25s ease, border 0.25s ease;
}
.nxw-ipt-20:hover {
  background: #FCFCFC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
.nxw-ipt-20:focus {
  border: 1px solid #C5CDF2 !important;
  box-shadow: 0px 0px 0px 4px rgba(197, 205, 242, 0.24) !important;
}
.nxw-ipt-20::-moz-placeholder {
  color: #ACACAC;
}
.nxw-ipt-20::placeholder {
  color: #ACACAC;
}

.nxw-ipt-30 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
.nxw-ipt-30 .nxw-input-search {
  width: 100%;
  border: none; /* 기본 테두리 제거 */
  outline: none; /* 포커스 시 테두리 제거 */
  color: #2B2C33; /* 글자 색상 */
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.nxw-ipt-30 .nxw-input-search:hover {
  background-color: #FCFCFC;
}
.nxw-ipt-30 .nxw-input-search:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
}
.nxw-ipt-30 .nxw-input-search:focus::-moz-placeholder {
  color: #2B2C33;
}
.nxw-ipt-30 .nxw-input-search:focus::placeholder {
  color: #2B2C33;
}
.nxw-ipt-30 .nxw-input-search::-moz-placeholder {
  overflow: hidden;
  color: #acacac;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.nxw-ipt-30 .nxw-input-search::placeholder {
  overflow: hidden;
  color: #acacac;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.nxw-ipt-30:hover {
  background-color: #FCFCFC;
}
.nxw-ipt-30:focus-within {
  border: 1px solid #C5CDF2 !important;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(197, 205, 242, 0.24) !important;
}
.nxw-ipt-30 .nxw-input-icon {
  content: "";
  width: 20px;
  height: 20px;
  position: static;
  background: url("../imgs/ico_v3/ico_search_srch.png") no-repeat center center; /* 돋보기 아이콘 */
  background-size: 16px 16px; /* 아이콘 크기 */
  z-index: 2;
}
.nxw-ipt-30 .nxw-input-icon.right {
  width: 20px;
  height: 20px;
  visibility: hidden;
  content: "";
  position: static;
  background: url("../imgs/ico_v3/icon_search_close.png") no-repeat center center;
  background-size: 20px 20px;
  z-index: 2;
  cursor: pointer;
}
.nxw-ipt-30.nw100 {
  width: auto;
}

.nxw-ipt-31 {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  color: #3a3a3a;
  font-size: 14px;
  background: url(../imgs/ico_v3/ico_calendar.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 94% 6px;
  padding: 5px 35px 5px 10px;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.nxw-ipt-31.nxw-white {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px !important;
}
.nxw-ipt-31:hover {
  border: 1px solid #5d6072;
}

.nxw-slt-10 {
  width: 100%;
  padding: 8px 8px 8px 14px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #DBDBDB !important;
  background: #fff url(../imgs/ico_v3/ico_search_slt.png) no-repeat right 8px center/20px auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04) !important;
  box-sizing: border-box;
  color: #2B2C33;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-appearance: none; /* 크롬/사파리 */
  -moz-appearance: none; /* 파이어폭스 */
  appearance: none;
  outline: none;
}
.nxw-slt-10:hover {
  background-color: #fcfcfc;
}
.nxw-slt-10.sw {
  min-width: 128px;
}
.nxw-slt-10.mw {
  min-width: 200px;
}

.nxw-slt-20 {
  padding: 8px 25px 8px 12px;
  width: 100%;
  height: 36px;
  border: 1px solid transparent; /* 투명 테두리로 공간 확보 */
  background: #fff url(../imgs/ico_v3/ico_list_slt_arrow_down.png) no-repeat right 8px center/8px 8px;
  box-sizing: border-box;
  color: #2B2C33;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-appearance: none; /* 크롬/사파리 */
  -moz-appearance: none; /* 파이어폭스 */
  appearance: none;
  outline: none;
}
.nxw-slt-20:hover {
  border-radius: var(--radius-_default, 8px);
  border: 1px solid var(--drpdwn-base_bdr, #DBDBDB);
  box-shadow: 0px var(--btn_shadow-outlined-y-base, 2px) var(--btn_shadow-outlined-blur-base, 4px) 0px var(--btn_shadow-outlined-bk-colour, rgba(0, 0, 0, 0.04));
}

.nxw-rdo-10 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-rdo-10 .nxw-input-choice {
  display: none;
}
.nxw-rdo-10 .nxw-choice-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2B2C33;
}
.nxw-rdo-10 .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 22px;
  border: 1px solid var(--ico_chk-bdr, #DBDBDB);
  background: var(--ico_chk-bg_default, #FFF);
  box-shadow: 0px var(--btn_shadow-outlined-y-base, 2px) var(--btn_shadow-outlined-blur-base, 4px) 0px var(--btn_shadow-outlined-bk-colour, rgba(0, 0, 0, 0.04));
}
.nxw-rdo-10 .nxw-choice-wrap:hover .nxw-icon-box .nxw-icon-choice1 {
  background-color: rgba(0, 0, 0, 0.08);
}
.nxw-rdo-10 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  background-image: url("../imgs/ico_v3/ico_radio1_on.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 16px 16px; /* 아이콘 크기 */
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-rdo-11-box {
  display: flex;
  padding: var(--rp-cart-checkout-greyBox-verti, 20px) var(--rp-cart-checkout-greyBox-horiz, 20px);
  flex-direction: column;
  align-self: stretch;
  border-radius: var(--radius-greyBox, 8px);
  background: var(--surface-greyBox, #F6F6F6);
}

.nxw-rdo-11 {
  display: flex;
  gap: 5px;
  position: relative;
  cursor: pointer;
}
.nxw-rdo-11 .nxw-input-choice {
  display: none;
}
.nxw-rdo-11 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  border: 1px solid rgba(219, 219, 219, 0);
  border-radius: 12px;
}
.nxw-rdo-11 .nxw-choice-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  color: #2B2C33;
}
.nxw-rdo-11 .nxw-choice-wrap .nxw-icon-box {
  display: flex;
  gap: 16px;
}
.nxw-rdo-11 .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 22px;
  border: 1px solid var(--ico_chk-bdr, #DBDBDB);
  background: var(--ico_chk-bg_default, #FFF);
  box-shadow: 0px var(--btn_shadow-outlined-y-base, 2px) var(--btn_shadow-outlined-blur-base, 4px) 0px var(--btn_shadow-outlined-bk-colour, rgba(0, 0, 0, 0.04));
}
.nxw-rdo-11 .nxw-choice-wrap .nxw-icon-box .nxw-image-txt {
  color: var(--_text-_default, #2B2C33);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.nxw-rdo-11 .nxw-choice-wrap:hover .nxw-icon-box .nxw-icon-choice1 {
  background-color: rgba(0, 0, 0, 0.08);
}
.nxw-rdo-11 .nxw-choice-wrap .nxw-image-txt {
  color: var(--_text-_default, #2B2C33);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  background-image: url("../imgs/ico_v3/ico_radio1_on.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 16px 16px; /* 아이콘 크기 */
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-rdo-11 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}
.nxw-rdo-11.sample {
  flex: 1 1 calc(25% - 12px); /* 25% = 4개씩 */
  max-width: calc(25% - 12px); /* 버튼 크기 제한 */
  box-sizing: border-box; /* 패딩 포함한 크기 계산 */
}

.nxw-rdo-21 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: normal;
}
.nxw-rdo-21 .nxw-input-choice {
  display: none;
}
.nxw-rdo-21 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 40px;
}
.nxw-rdo-21 .nxw-choice-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-rdo-21 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-rdo-21 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-rdo-21 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-rdo-21 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-rdo-21 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-rdo-21 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-rdo-21 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}

.nxw-rdo-41 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-rdo-41 .nxw-input-choice {
  display: none;
}
.nxw-rdo-41 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
}
.nxw-rdo-41 .nxw-choice-wrap {
  width: 100%;
  text-align: left;
  padding: 10px 18px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-rdo-41 .nxw-choice-wrap .nxw-image-txt {
  color: var(--btn-txt_primary, #2B2C33);
  text-align: left;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.nxw-rdo-41 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-rdo-41 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-rdo-41 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-rdo-41 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-rdo-41 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-rdo-41 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-rdo-41 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}
.nxw-rdo-41.sample {
  flex: 1 1 calc(25% - 12px); /* 25% = 4개씩 */
  max-width: calc(25% - 12px); /* 버튼 크기 제한 */
  box-sizing: border-box; /* 패딩 포함한 크기 계산 */
}

.nxw-chk-10 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-chk-10 .nxw-input-choice {
  display: none;
}
.nxw-chk-10 .nxw-choice-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2B2C33;
}
.nxw-chk-10 .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: var(--radius-checkbox, 4px);
  border: 1px solid var(--ico_chk-bdr, #DBDBDB);
}
.nxw-chk-10 .nxw-choice-wrap:hover .nxw-icon-box .nxw-icon-choice1 {
  background-color: rgba(0, 0, 0, 0.08);
}
.nxw-chk-10 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  background-image: url("../imgs/ico_v3/ico_check1_on.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 16px 16px; /* 아이콘 크기 */
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-chk-10 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-box .nxw-icon-choice1 {
  background-image: url("../imgs/ico_v3/ico_check1_hover.png"); /* 체크 이미지 */
  background-color: transparent;
}

.nxw-chk-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-chk-20 .nxw-input-choice {
  display: none;
}
.nxw-chk-20 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 40px;
}
.nxw-chk-20 .nxw-choice-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px 8px 10px;
  border-radius: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-chk-20 .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.nxw-chk-20 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-chk-20 .nxw-choice-wrap:hover .nxw-icon-box .nxw-icon-choice1 {
  background: rgba(0, 0, 0, 0.04);
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-box .nxw-icon-choice1 {
  background-image: url("../imgs/ico_v3/ico_search_chk.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 18px 18px; /* 아이콘 크기 */
  border: none;
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}
.nxw-chk-20 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-box .nxw-icon-choice1 {
  background-image: url("../imgs/ico_v3/ico_search_chk_hover.png");
}

.nxw-chk-21 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: normal;
}
.nxw-chk-21 .nxw-input-choice {
  display: none;
}
.nxw-chk-21 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 40px;
}
.nxw-chk-21 .nxw-choice-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-chk-21 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-chk-21 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-chk-21 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-chk-21 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-chk-21 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-chk-21 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-chk-21 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}

.nxw-chk-22 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-chk-22 .nxw-input-choice {
  display: none;
}
.nxw-chk-22 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 40px;
}
.nxw-chk-22 .nxw-choice-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px 8px 16px;
  border-radius: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-chk-22 .nxw-choice-wrap .nxw-icon-box .nxw-icon-star1 {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../imgs/ico_v3/ico_search_star1.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 18px 18px; /* 아이콘 크기 */
}
.nxw-chk-22 .nxw-choice-wrap .nxw-icon-box .nxw-icon-heart1 {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../imgs/ico_v3/ico_search_heart1.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 18px 18px; /* 아이콘 크기 */
}
.nxw-chk-22 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-chk-22.active .nxw-icon-box .nxw-icon-star1 {
  width: 18px;
  height: 18px;
  background-image: url("../imgs/ico_v3/ico_search_star1_on.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 18px 18px; /* 아이콘 크기 */
  border: none;
}
.nxw-chk-22.active .nxw-icon-box .nxw-icon-heart1 {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../imgs/ico_v3/ico_search_heart1_on.png"); /* 체크 이미지 */
  background-repeat: no-repeat;
  background-size: 18px 18px; /* 아이콘 크기 */
  border: none;
}
.nxw-chk-22.active .nxw-out-line {
  border: 2px solid #5268db;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-chk-22.active .nxw-out-line:hover {
  border-color: #677ADF;
}

.nxw-chk-40 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-chk-40 .nxw-input-choice {
  display: none;
}
.nxw-chk-40 .nxw-out-line {
  min-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
}
.nxw-chk-40 .nxw-choice-wrap {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-chk-40 .nxw-choice-wrap .nxw-image-box {
  width: 100%;
  text-align: center;
}
.nxw-chk-40 .nxw-choice-wrap .nxw-image-box .nxw-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.nxw-chk-40 .nxw-choice-wrap .nxw-image-txt {
  min-height: 34px;
  align-self: stretch;
  color: var(--btn-txt_primary, #2B2C33);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.nxw-chk-40 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-chk-40 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-chk-40 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-chk-40 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-chk-40 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-chk-40 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-chk-40 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}

.nxw-chk-41 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  cursor: pointer;
  line-height: 140%;
}
.nxw-chk-41 .nxw-input-choice {
  display: none;
}
.nxw-chk-41 .nxw-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
}
.nxw-chk-41 .nxw-choice-wrap {
  width: 100%;
  text-align: left;
  padding: 10px 18px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #2B2C33;
}
.nxw-chk-41 .nxw-choice-wrap .nxw-image-txt {
  color: var(--btn-txt_primary, #2B2C33);
  text-align: left;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.nxw-chk-41 .nxw-choice-wrap:hover {
  background-color: #FCFCFC;
}
.nxw-chk-41 .nxw-input-choice:checked + .nxw-choice-wrap {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(82, 104, 219, 0.32);
}
.nxw-chk-41 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line {
  border: 2px solid #5268db;
}
.nxw-chk-41 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-out-line:hover {
  border-color: #677ADF;
}
.nxw-chk-41 .nxw-input-choice:checked + .nxw-choice-wrap .nxw-icon-txt {
  color: #3954E0;
}
.nxw-chk-41 .nxw-input-choice:checked + .nxw-choice-wrap:hover {
  border-color: #677ADF;
}
.nxw-chk-41 .nxw-input-choice:checked + .nxw-choice-wrap:hover .nxw-icon-txt {
  color: #677ADF;
}
.nxw-chk-41.center .nxw-choice-wrap {
  text-align: center;
}

.nxw-tog-10 {
  display: none;
}
.nxw-tog-10 + label {
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 48px;
  height: 28px;
  padding: 4px;
  vertical-align: middle;
  background: #E9EAED;
  border: 1px solid #d5d7e3;
  box-sizing: border-box;
  border-radius: 14px;
  transition: 0.1s ease all;
}
.nxw-tog-10 + label span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #5d6072;
  text-align: center;
  font-weight: bold;
  background: #fff;
  margin: 2px 4px;
  border-radius: 10px;
  transition: all 0.1s ease;
}
.nxw-tog-10 + label:hover {
  background-color: #E0E1E4;
}
.nxw-tog-10:checked + label {
  background-color: #5268DB;
}
.nxw-tog-10:checked + label span {
  left: 18px;
  color: #fff;
  background: #fff;
}
.nxw-tog-10:checked + label:hover {
  background-color: #677ADF;
}
.nxw-tog-10:disabled + label, .nxw-tog-10.disabled + label {
  background: #E9EAED;
  border: 1px solid #E9EAED;
  opacity: 0.5;
  cursor: default;
}
.nxw-tog-10:disabled + label span, .nxw-tog-10.disabled + label span {
  color: #fff;
  background: #fff;
}
.nxw-tog-10:checked.disabled + label, .nxw-tog-10:checked:disabled + label {
  background: #5268DB;
  border: 1px solid #FFF;
  opacity: 0.5;
  cursor: default;
}
.nxw-tog-10:checked.disabled + label span, .nxw-tog-10:checked:disabled + label span {
  color: #fff;
  background: #fff;
}

.nxw-tog-20 {
  position: relative;
  display: flex;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.nxw-tog-20 .nxw-icon-count {
  display: flex;
  width: 18px;
  height: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: var(--_surface-accent, #5268DB);
  position: absolute;
  right: -5px;
  top: -5px;
}
.nxw-tog-20 .nxw-icon-count .nxw-count-number {
  display: flex;
  position: absolute;
  top: 2px;
  color: var(--_mp_sem-_text-white, #FFF);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 15.4px */
}
.nxw-tog-20 .nxw-icon-filter1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/icon_search_filter.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-tog-20 .nxw-icon-star1 {
  width: 20px;
  height: 20px;
  background: url("../imgs/ico_v3/ico_search_star1.png") no-repeat center center;
  background-size: 20px 20px; /* 아이콘 크기 */
}
.nxw-tog-20 .nxw-icon-heart1 {
  width: 20px;
  height: 20px;
  background: url("../imgs/ico_v3/ico_search_heart1.png") no-repeat center center;
  background-size: 20px 20px; /* 아이콘 크기 */
}
.nxw-tog-20 .nxw-icon-berger1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/ico_list_berger1.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-tog-20 .nxw-icon-tab1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/ico_list_tab.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-tog-20 .nxw-icon-plus1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/ico_plus1.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-tog-20.active {
  border: 1px solid #C5CDF2;
  background: #EDEFFA;
}
.nxw-tog-20.active .nxw-icon-star1 {
  background: url("../imgs/ico_v3/ico_search_star1_on.png") no-repeat center center;
  background-size: 20px 20px;
}
.nxw-tog-20.active .nxw-icon-heart1 {
  background: url("../imgs/ico_v3/ico_search_heart1_on.png") no-repeat center center;
  background-size: 20px 20px;
}
.nxw-tog-20.active .nxw-icon-berger1 {
  background: url("../imgs/ico_v3/ico_list_berger1_on.png") no-repeat center center;
  background-size: 24px 24px;
}
.nxw-tog-20.active .nxw-icon-tab1 {
  background: url("../imgs/ico_v3/ico_list_tab_on.png") no-repeat center center;
  background-size: 24px 24px;
}
.nxw-tog-20.noborder {
  border: none;
  box-shadow: none;
}

.nxw-bag-20 {
  display: flex;
  padding: 5px 4px 5px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid var(--btn-bdr_base, #DBDBDB);
  background: #FFF;
}
.nxw-bag-20 .nxw-f-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.nxw-bag-20 .nxw-f-icon.nxw-x {
  background: url("../imgs/ico_v3/ico_bag_x1.png") no-repeat center center;
  background-size: 16px 16px;
}
.nxw-bag-20 .nxw-c-txt {
  color: #7A7A7A;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.nxw-bag-20 .nxw-b-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.nxw-bag-20 .nxw-b-icon.nxw-x {
  background: url("../imgs/ico_v3/ico_bag_x1.png") no-repeat center center;
  background-size: 16px 16px;
}

/*
ver.1
2025-02-27 jm
다중탭형 체크
*/
.nxw-chk-50 {
  border-radius: 12px;
  border-color: #E1E1E1;
  border-style: solid;
  border-width: 1px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: calc(100% - 280px);
  position: relative;
  background-color: #F6F6F6;
}
.nxw-chk-50 .nxw-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 175px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow: scroll;
}
.nxw-chk-50 .nxw-title-wrap .place-title-item {
  color: #2b2c33;
  font-weight: 400;
  border-radius: 8px;
  padding: 14px 18px 14px 18px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.nxw-chk-50 .nxw-title-wrap .place-title-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.nxw-chk-50 .nxw-title-wrap .place-title-item.active {
  font-weight: 700;
  background: #ffffff;
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 1px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.nxw-chk-50 .nxw-item-wrap {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.nxw-chk-50 .nxw-item-wrap .nxw-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.nxw-title-wrap-mobile {
  display: none;
}

.nxw-slt-list-wrap {
  display: flex;
  min-height: var(--_size-form-region-resultBox-min-height, 60px);
  padding: var(--rsrv_seat-resultBox_pd, 12px);
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px var(--rsrv_seat-resultBox_gap, 8px);
  align-self: stretch;
  flex-wrap: wrap;
  height: 100px;
  max-height: 90px;
  border-radius: var(--radius-default, 8px);
  border: 1px solid var(--rsrv_seat-result_box_bdr, #E1E1E1);
  overflow-y: scroll;
  box-sizing: border-box;
}

.nxw-fe-rsv-sch-pop input[type=radio].fill + label, .nxw-fe-rsv-sch-pop input[type=checkbox].fill + label {
  min-width: auto;
  padding: 0 10px;
  color: #333;
  background: #fff;
  border: 1px solid #8db8e8;
}
.nxw-fe-rsv-sch-pop input[type=radio].fill + label .txt, .nxw-fe-rsv-sch-pop input[type=checkbox].fill + label .txt {
  line-height: 30px;
}
.nxw-fe-rsv-sch-pop input[type=radio].fill + label .check, .nxw-fe-rsv-sch-pop input[type=checkbox].fill + label .check {
  border: none;
  background: #dedede;
  border-radius: 2px;
}
.nxw-fe-rsv-sch-pop input[type=radio].fill:checked + label, .nxw-fe-rsv-sch-pop input[type=checkbox].fill:checked + label {
  color: #fff;
  background: #8db8e8;
}
.nxw-fe-rsv-sch-pop input[type=radio].fill:checked + label .check, .nxw-fe-rsv-sch-pop input[type=checkbox].fill:checked + label .check {
  background: #fff;
}
.nxw-fe-rsv-sch-pop .region {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #ccc;
}
.nxw-fe-rsv-sch-pop .region .name {
  padding-bottom: 10px;
  margin: 30px 0 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e3e3e3;
  clear: both;
}
.nxw-fe-rsv-sch-pop .region .name:first-child {
  margin-top: 0;
}
.nxw-fe-rsv-sch-pop .region input[type=radio].fill + label, .nxw-fe-rsv-sch-pop .region input[type=checkbox].fill + label {
  float: left;
  width: calc(25% - 9px);
  margin-left: 12px;
}
.nxw-fe-rsv-sch-pop .region input[type=radio].fill + label:nth-of-type(4n+1), .nxw-fe-rsv-sch-pop .region input[type=checkbox].fill + label:nth-of-type(4n+1) {
  margin-left: 0;
}
.nxw-fe-rsv-sch-pop .p1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #3a3a3a;
}
.nxw-fe-rsv-sch-pop .selected_lst {
  padding: 16px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.nxw-fe-rsv-sch-pop .selected_lst span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: #8db8e8;
}
.nxw-fe-rsv-sch-pop .selected_lst span a {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  vertical-align: text-top;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

/* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */
/*
ver.1
2025-01-31 jm
검색 도구 상자
*/
.nxw-search-wrap {
  width: 100%;
  padding-bottom: 20px;
}
.nxw-search-wrap .nxw-mob-menu {
  display: none;
}
.nxw-search-wrap .nxw-wrap-inner {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px 24px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #F9F9F9;
}
.nxw-search-wrap .nxw-wrap-inner.typeClean {
  background-color: transparent;
  border: none;
}
.nxw-search-wrap .nxw-wrap-outter {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.nxw-search-wrap .nxw-wrap-outter-mob {
  display: none;
}
.nxw-search-wrap .nxw-item-line {
  border-top: 1px solid #E1E1E1;
}
.nxw-search-wrap .nxw-item-bag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.nxw-search-wrap .nxw-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box {
  display: flex;
  flex-direction: column;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box.searchCriteria {
  display: none;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-tit {
  align-self: stretch;
  color: #7F7F84;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-bottom: 6px;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: var(--btn-txt_primary, #2B2C33);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.nxw-cont-col {
  flex-direction: column;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.nxw-cont-col .nxw-bag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic {
  width: 100%;
  flex-direction: row;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont {
  flex-wrap: nowrap;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont.contRight {
  margin-left: auto;
  gap: 8px;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box.type3 .nxw-box-cont {
  padding-top: 4px;
}
.nxw-search-wrap .nxw-item-wrap .nxw-item-box.type3 .nxw-slt-10 {
  width: auto;
  min-width: 384px;
}

.nxw-sort-wrap {
  width: 100%;
  padding: 36px 0px 8px 0px;
}
.nxw-sort-wrap .nxw-box-cont {
  display: flex;
  gap: 8px;
  color: var(--btn-txt_primary, #2B2C33);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.nxw-sort-wrap .nxw-box-cont .nxw-slt-10 {
  width: auto;
}
.nxw-sort-wrap .nxw-box-cont.contCenter {
  justify-content: center;
}

.nxw-tab-100 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 남는 아이템은 왼쪽 정렬 */
  gap: 12px;
}
.nxw-tab-100 .nxw-tab-100-in {
  box-sizing: border-box;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(82, 104, 219, 0.12);
  box-shadow: 0 2px 4px 0px rgba(82, 104, 219, 0.32);
  vertical-align: top;
  color: #5268DB;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: background 0.25s ease;
}
.nxw-tab-100 .nxw-tab-100-in:hover {
  background: rgba(82, 104, 219, 0.2);
}
.nxw-tab-100 .nxw-tab-100-in.active {
  color: #FFF;
  background-color: #5268DB;
}
.nxw-tab-100.div2 .nxw-tab-100-in:nth-child(n) {
  flex: 0 1 calc(50% - 16px); /* 동일한 크기로 유지 */
}
.nxw-tab-100.div3 .nxw-tab-100-in:nth-child(n) {
  flex: 0 1 calc(33.3% - 16px); /* 동일한 크기로 유지 */
}
.nxw-tab-100.div4 .nxw-tab-100-in:nth-child(n) {
  flex: 0 1 calc(25% - 16px); /* 동일한 크기로 유지 */
}
.nxw-tab-100.div5 .nxw-tab-100-in:nth-child(n) {
  flex: 0 1 calc(20% - 16px); /* 동일한 크기로 유지 */
}

.nxw-cb-10 {
  position: relative;
  width: 230px;
  min-width: 230px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.nxw-cb-10 .nxw-cb-checked {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px;
}
.nxw-cb-10 .nxw-cb-checked::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 12px;
  height: 10px;
  background-image: url("../imgs/ico_v3/ico-chevron-arrowd.png"); /* 아래쪽 화살표 이미지 경로 */
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nxw-cb-10 .nxw-cb-checked::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 10px;
  width: 12px;
  height: 10px;
  background-image: url("../imgs/ico_v3/ico-chevron-arrow.png"); /* 위쪽 화살표 이미지 경로 */
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nxw-cb-10 .nxw-cb-items {
  position: absolute;
  top: 110%;
  left: 0;
  width: 150%;
  display: none; /* 기본적으로 숨김 */
  z-index: 10;
  min-width: 256px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--srchBar-c_gap, 32px);
  border-radius: var(--radius-srchBar_otln, 12px);
  border: 1px solid var(--srchBar-outline, #EAEAEA);
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.nxw-cb-10 .nxw-cb-items .nxw-cb-header {
  display: flex;
  padding: var(--rp-modal-header_top, 12px) var(--rp-modal-header_right, 12px) var(--rp-modal-header_bttm, 8px) var(--rp-modal-header_left, 16px);
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-modal-header-bttm, rgba(0, 0, 0, 0.04));
  background: var(--_surface-modal-header, #FAFAFC);
}
.nxw-cb-10 .nxw-cb-items .nxw-cb-header .nxw-left-tit {
  color: var(--text-default, #2B2C33);
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 23.8px */
}
.nxw-cb-10 .nxw-cb-items .nxw-cb-botton {
  display: flex;
  padding: var(--pt_prod-f_btn_fixed_verti, 8px) 16px;
  justify-content: space-between;
  align-items: center;
  border-top: var(--divider-thin, 0.5px) solid var(--_pt_border-divider_base, #E1E1E1);
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.nxw-cb-10 .nxw-cb-items .nxw-cb-botton .nx-btn-reset {
  display: flex;
  height: 36px;
  padding: 0px 24px 0px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
}
.nxw-cb-10 .nxw-cb-items .nxw-cb-item {
  margin: 0px 16px;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.nxw-cb-10 .nxw-cb-items .nxw-cb-item:hover {
  border-radius: 8px;
}
.nxw-cb-10.open .nxw-cb-items {
  display: block;
}

.nxw-btn-icon-square {
  position: relative;
  display: flex;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.nxw-btn-icon-square .nxw-icon-count {
  display: flex;
  width: 18px;
  height: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: var(--_surface-accent, #5268DB);
  position: absolute;
  right: -5px;
  top: -5px;
}
.nxw-btn-icon-square .nxw-icon-count .nxw-count-number {
  display: flex;
  position: absolute;
  top: 2px;
  color: var(--_mp_sem-_text-white, #FFF);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 15.4px */
}
.nxw-btn-icon-square .nxw-icon-filter1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/icon_search_filter.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-btn-icon-square .nxw-icon-star1 {
  width: 20px;
  height: 20px;
  background: url("../imgs/ico_v3/ico_search_star1.png") no-repeat center center;
  background-size: 20px 20px; /* 아이콘 크기 */
}
.nxw-btn-icon-square .nxw-icon-heart1 {
  width: 20px;
  height: 20px;
  background: url("../imgs/ico_v3/ico_search_heart1.png") no-repeat center center;
  background-size: 20px 20px; /* 아이콘 크기 */
}
.nxw-btn-icon-square .nxw-icon-berger1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/ico_list_berger.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-btn-icon-square .nxw-icon-tab1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/ico_list_tab.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-btn-icon-square .nxw-icon-del1 {
  width: 24px;
  height: 24px;
  background: url("../imgs/ico_v3/ico_del3.png") no-repeat center center;
  background-size: 24px 24px; /* 아이콘 크기 */
}
.nxw-btn-icon-square.active {
  border: 1px solid #C5CDF2;
  background: #EDEFFA;
}
.nxw-btn-icon-square.active .nxw-icon-star1 {
  background: url("../imgs/ico_v3/ico_search_star1_on.png") no-repeat center center;
  background-size: 20px 20px;
}
.nxw-btn-icon-square.active .nxw-icon-heart1 {
  background: url("../imgs/ico_v3/ico_search_heart1_on.png") no-repeat center center;
  background-size: 20px 20px;
}
.nxw-btn-icon-square.active .nxw-icon-berger1 {
  background: url("../imgs/ico_v3/ico_list_berger_on.png") no-repeat center center;
  background-size: 24px 24px;
}
.nxw-btn-icon-square.active .nxw-icon-tab1 {
  background: url("../imgs/ico_v3/ico_list_tab_on.png") no-repeat center center;
  background-size: 24px 24px;
}
.nxw-btn-icon-square.noborder {
  border: none;
  box-shadow: none;
}
.nxw-btn-icon-square.noborder {
  border: none;
  box-shadow: none;
}

.nxw-badge-10 {
  display: flex;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: var(--status-fs, 14px);
  font-style: normal;
  font-weight: var(--status-fw, 500);
  line-height: normal;
  letter-spacing: var(--status-ls, -0.28px);
}
.nxw-badge-10.blue {
  color: #059AE5;
  background: rgba(5, 154, 229, 0.12);
}
.nxw-badge-10.orange {
  color: #FF9800;
  background: rgba(255, 152, 0, 0.16);
}
.nxw-badge-10.gray {
  color: #7F7F84;
  background: rgba(0, 0, 0, 0.06);
}
.nxw-badge-10.green {
  color: #31B01A;
  background: rgba(49, 176, 26, 0.12);
}

@media print, screen and (max-width: 768px) {
  .nx-input-item .nx-input-icon.right {
    z-index: -1;
  }
  /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */ /* 검색 */
  .nxw-search-wrap {
    width: 100%;
  }
  .nxw-search-wrap .nxw-mob-menu {
    display: flex;
    width: 100%;
    gap: 8px;
  }
  .nxw-search-wrap .nxw-wrap-inner {
    margin-top: 8px;
  }
  .nxw-search-wrap .nxw-wrap-inner.innerClose {
    display: none;
  }
  .nxw-search-wrap .nxw-wrap-inner.innerClose.active {
    display: flex; /* 활성화 상태일 때 표시 */
  }
  .nxw-search-wrap .nxw-item-wrap {
    flex-direction: column;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box {
    display: flex;
    flex-direction: column;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.searchCriteria {
    display: block;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic {
    width: 100%;
    flex-direction: row;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont {
    flex-wrap: nowrap;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont .nxw-slt-10 {
    display: none;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont .nxw-ipt-30 {
    min-width: auto;
    display: none;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont.contRight {
    margin-left: 0px;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.typeBasic .nxw-box-cont.contRight .nxw-btn-10 {
    width: 100%;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.type3 .nx-input-item {
    width: auto;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.hidden {
    display: none;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.contRight {
    margin-left: 0;
    width: 100%;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.contRight .nxw-slt-10 {
    width: 100%;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.type3 .nxw-slt-10 {
    width: 100%;
    min-width: auto;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box .nxw-box-cont.type3 .nxw-choice-13 {
    max-width: none;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.boxRight {
    margin-left: auto;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-item-box.hidden {
    display: none;
  }
  .nxw-search-wrap .nxw-item-wrap .nxw-sidebar {
    display: none;
  }
  .nxw-search-wrap .nxw-item-wrap.resetGap {
    gap: 24px;
  }
  .nxw-search-wrap .nxw-wrap-outter-mob {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    overflow-x: auto; /* 가로 스크롤 활성화 */
    white-space: nowrap;
    cursor: grab; /* 기본 커서를 grab으로 설정 */
    scroll-behavior: smooth;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; /* 드래그 방지 */
  }
  .nxw-search-wrap .nxw-wrap-outter-mob::-webkit-scrollbar {
    display: none; /* 스크롤바 숨김 */
  }
  .nxw-sort-wrap {
    padding: 20px 0px 8px 0px;
  }
  .nxw-sort-wrap .nxw-box-cont .nxw-slt-10 {
    width: 100%;
    min-width: auto;
  }
}
@media print, screen and (max-width: 518px) {
  /* chk-50 */
  .nxw-title-wrap-mobile {
    width: 100%;
    padding: 0px 0px 5px 0px;
    display: block;
    box-sizing: border-box;
  }
  .nxw-chk-50 {
    flex-direction: column;
  }
  .nxw-chk-50 .nxw-title-wrap {
    display: none;
  }
}