@charset "UTF-8";

/* **************************************** *
 * GLOBAL
 * **************************************** */
html,
body {
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  counter-reset: section;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
fieldset,
th,
td,
input,
select,
textarea,
address,
button {
  font-family: "Optima", "Noto Sans KR", "hanwhaGothic", "Malgun gothic",
    "맑은고딕", "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", Dotum, "돋움",
    arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #124424;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  /* line-height: normal; */
  word-break: keep-all;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol,
dl {
  list-style: none;
}

dd {
  word-break: keep-all;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}

em,
address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #124424;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

div:focus {
  outline: none;
}
header,
hgroup,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main,
details,
menu {
  display: block;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
}

tbody,
tfoot,
thead,
tr,
th,
td {
  word-wrap: break-word;
}

caption,
legend {
  display: block;
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  text-indent: 9999px !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  font-size: 1px;
  line-height: 0 !important;
  white-space: nowrap !important;
}
label {
  font-family: "Noto Sans KR";
}
button {
  cursor: pointer;
  width: auto;
  overflow: visible;
  vertical-align: middle;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border: none;
  box-sizing: border-box;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
select {
  font-family: "Noto Sans KR" !important;
}
strong {
  font-weight: 700;
}
i {
  font-style: normal;
}
.pt0 {
  padding-top: 0 !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.flex {
  display: flex !important;
}

/* 무와제이드와 디자인 맞추기 위해 추가 */
:root {
  --gray-0: #ffffff;
  --gray-main: #232323;
  --gray-300: #e8e8e8;
  --gray-400: #bfbfbf;
  --gray-500: #a1a1a1;
  --gray-600: #787878;
  --gray-800: #444444;
  --shadow: 0px 4px 12px 0px #00000029;
}
/**************************************************************************************************
PLACEHOLDER
**************************************************************************************************/
::-webkit-input-placeholder {
  color: #85998c !important;
  font-weight: 400;
}

::-moz-placeholder {
  color: #85998c !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #85998c !important;
  font-weight: 400;
}

:-moz-placeholder {
  color: #85998c !important;
  font-weight: 400;
}

.blind {
  position: absolute;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  text-indent: -999px;
  color: transparent;
  line-height: 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: initial;
}

#skipNav {
  position: fixed;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

#skipNav a {
  display: block;
  position: relative;
  margin-top: -30px;
  left: 0;
  width: 0;
  text-align: center;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
}

#skipNav a:active,
#skipNav a:focus {
  margin-top: 0;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  padding: 1px 6px 2px 6px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  background: #000;
}
/**************************************************************************************************
FONT
**************************************************************************************************/
.font-hw {
  font-family: "Hanwha";
}
.font-noto {
  font-family: "Noto Sans KR";
}
.font_ot {
  font-family: "Optima" !important;
}

/**************************************************************************************************
SELECTBOX
**************************************************************************************************/
.form_select select {
  width: 100%;
  padding: 20px 40px 16px 20px;
  background: transparent url("../images/icon/icon_form_select.png") no-repeat
    100% 50%;
  background-size: 38px 24px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.select_wrap .btn_text:after {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg) translate(-50%);
  -ms-transform: rotate(135deg) translate(-50%);
  transform: rotate(135deg) translate(-50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "";
}

.select_wrap .option_list {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  max-height: 0;
  background-color: #fff;
  border-radius: 24px 24px 0px 0px;
}

.select_wrap .option_list .title {
  display: block;
  margin-top: 10px;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 20px;
}

.select_wrap .option_list li > label {
  position: relative;
  display: block;
  padding: 23px 24px;
  font-size: 18px;
}

.select_wrap .option_list li > label:after {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

.select_wrap.active .option_list {
  max-height: 100vh;
  padding-bottom: 30px;
}

.select_wrap.active:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}

.select_wrap.active .btn_text:after {
  margin: 0 -2px 0 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**************************************************************************************************
FORMS
**************************************************************************************************/
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #c6d1ca;
  line-height: 14px;
  font-family: "Noto Sans KR";
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #124424;
}
input.disabled {
  background-color: #f3f6f4;
  font-weight: 700;
  /* color: #124424; */
}
select {
  width: 100%;
  padding: 18px 35px 16px 15px;
  background: url("../images/common/form_select.png") no-repeat 100% 50%;
  border: 1px solid #c6d1ca;
  /* color: #124424; */
  /* font-weight: 400; */
  font-weight: 700;
  line-height: 14px;
}
select option {
  color: #85998c;
}
option:disabled {
  color: #85998c !important;
}
/**************************************************************************************************
CUSTOM SELECT BOX
**************************************************************************************************/
.select {
  display: inline-block;
  width: 200px;
  cursor: pointer;
  position: relative;
  /* border: 1px solid #c6d1ca; */
}
.select .selected {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  padding: 13px 5px 14px 15px;
  position: relative;
  border: 1px solid #c6d1ca;
}

.select.disabled .selected {
  background-color: #d6ded9;
}
.select .selected .selected_value {
  max-width: 90px;
  color: #85998c;
}
.select.value .selected_value {
  color: #124424;
  font-weight: bold;
}

.select .selected::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  background: url(../images/icon/icon_arrow_down.svg) no-repeat 100% 100%;
  background-size: 10px 10px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.select.active .selected::after {
  transform: translateY(-50%) rotate(180deg);
}
.select ul {
  display: none;
  border: 1px solid #85998c;
  background-color: #fff;
  padding: 18px 0;
  cursor: pointer;
}

.select.active ul {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.select ul li {
  padding: 7px 15px 7px;
  color: #85998c;
  line-height: 14px;
}
.select ul li:hover {
  color: #124424;
}
.select ul li,
.select .selected .selected_value {
  white-space: nowrap;
  transform: translateY(2px);
}

.form_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.form_wrap.align > * {
  width: 33.333% !important;
}
.form_wrap .select {
  width: 100%;
}
.form_wrap + .form_wrap {
  margin-top: 8px;
}

.form_wrap input:not(:first-child),
.form_wrap select:not(:first-child),
.form_wrap i:not(:first-child),
.form_wrap .btn_mid:last-child {
  margin-left: 8px;
}

.form_wrap .btn_icon:last-child {
  position: absolute;
  right: 0;
  height: 100%;
}

.form_group {
  display: flex;
  align-items: center;
}

.form_group .form_wrap {
  width: auto;
}

.form_group .form_wrap:not(:first-child),
.form_group .form_check:not(:first-child) {
  margin-left: 24px;
}

input + select,
select + input {
  margin-left: 4px;
}

.form_calendar {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form_calendar .form_set {
  display: inline-block;
  position: relative;
  width: 100%;
}

.form_calendar .form_set > img {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -10px;
  width: 22px;
  height: auto;
}

/**************************************************************************************************
RADIO BUTTON
**************************************************************************************************/
.form_check {
  margin-right: -30px;
}

.form_check label {
  display: inline-block;
  margin-right: 30px;
  line-height: 0;
}

.form_check input + span {
  position: relative;
  display: block;
  padding-left: 32px;
  color: #85998c;
  font-size: 15px;
  line-height: 24px;
}

.form_check input:checked + span {
  color: #124424;
  font-weight: 700;
}

.form_check input[type="radio"] + span {
  color: #6f917b;
}
.form_check input[type="radio"]:checked + span {
  color: #124424;
}

.form_check input[type="radio"] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #c6d1ca;
  border-radius: 50%;
  vertical-align: top;
  content: "";
}
.form_check input:checked + span:before {
  border-color: #124424;
}
.form_check input[type="radio"]:checked + span:after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #124424;
  border-radius: 50%;
  content: "";
}

.form_check input[type="checkbox"] + span {
  padding-left: 32px;
}

.form_check input[type="checkbox"] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #c6d1ca;
  vertical-align: top;
  content: "";
}

.form_check input[type="checkbox"]:checked + span:before {
  background-color: #124424;
  border-color: #124424;
}

.form_check input[type="checkbox"]:checked + span:after {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 9px;
  height: 5px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  content: "";
}

dl.form_check {
  display: table;
}

.form_check dt {
  display: table-cell;
  padding-right: 40px;
  font-size: 12px;
}

.form_check dd {
  display: table-cell;
}

/* optima 기준 재정렬 */
.form_check span.font_ot {
  transform: translateY(2px);
}
.form_check input[type="checkbox"] + span.font_ot:before {
  top: -2px;
}
.form_check input[type="checkbox"]:checked + span.font_ot:after {
  top: 4px;
}

/**************************************************************************************************
BUTTON
**************************************************************************************************/
.btn_sm {
  display: inline-block;
  line-height: 14px;
  font-weight: 400;
  padding: 11px 0;
}

.btn_wrap .center {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: -0.05em;
}
.btn_wrap .btn_outline {
  font-weight: 400;
}
[class^="btn"].btn_outline,
[class*=" btn"].btn_outline {
  border: 1px solid #c6d1ca;
  background-color: #fff;
  color: #124424;
}

.btn_view {
  display: flex;
  align-items: center;
  line-height: 22px;
  gap: 6px;
}
.btn_view:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.btn_external {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.btn_external:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../images/icon/icon_link_external.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.btn_line {
  display: block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.05px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}
.sticky-btn {
  display: flex;
  width: 100%;
}
.sticky-btn.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.sticky-btn .btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 21.5px 20px;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.05px;
  flex: 1;
  border-top: 1px solid #e2e8e4;
}
.sticky-btn .btn_lg + .btn_lg,
.sticky-btn .btn_mid + .btn_mid {
  margin-left: 0;
}

/**************************************************************************************************
PAGINATION
**************************************************************************************************/
.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  text-align: center;
}

.pagination .btn_icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 34px;
  font-size: 18px;
  color: #85998c;
  line-height: 34px;
}

.btn_icon.page.active {
  color: #124424;
}

.btn_icon.page.active:after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 14px;
  height: 1px;
  margin-left: -7px;
  background-color: #124424;
  content: "";
}

.btn_icon.page_prev:before,
.btn_icon.page_next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border: 1px solid #124424;
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(45deg) translate(-50%);
  content: "";
}

.btn_icon.page_prev:before {
  margin: -4px 0 0 -3px;
  transform: rotate(-135deg);
}

.btn_icon.page_prev:disabled:before,
.btn_icon.page_next:disabled:before {
  border-color: #85998c;
}

/**************************************************************************************************
DATE PICKER OVERWRITE - jquery-ui.min.css
**************************************************************************************************/
.ui-datepicker.ui-widget {
  width: 275px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 1.3em !important;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #124424;
  border-radius: 0;
}

.ui-datepicker.ui-widget .ui-widget-header {
  padding: 7px 0 3px;
  background-color: transparent;
  border: none;
}

.ui-datepicker.ui-widget .ui-datepicker-title {
  margin-top: 6px;
  line-height: 1.5;
}

.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 22px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker.ui-widget .ui-datepicker-next {
  margin: 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 40% !important;
  margin: 0 5px !important;
  padding: 10px 15px;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
  background-color: transparent;
  border: none;
  color: inherit;
}

.ui-datepicker .ui-icon,
.ui-datepicker .ui-widget-content .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: none;
  border: 1px solid #000;
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(45deg) translate(-50%);
  content: "";
}

.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon,
.ui-datepicker.ui-widget .ui-datepicker-prev .ui-widget-content .ui-icon {
  margin: -11px 0 0 -3px;
  transform: rotate(-135deg);
}

.ui-datepicker.ui-widget .ui-datepicker-next span {
  margin-top: -9px;
  margin-left: 0px;
}

.ui-datepicker.ui-widget .ui-widget-header .ui-icon {
  background: none;
}

.ui-datepicker.ui-widget th {
  font-weight: 400;
  font-size: 12px;
}

.ui-datepicker.ui-widget td {
  padding: 3px 1px 4px;
}

.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-button:hover .ui-icon,
.ui-datepicker .ui-button:focus .ui-icon {
  background: none;
}

.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-button:active .ui-icon {
  background: none;
}

.ui-datepicker .ui-state-highlight .ui-icon,
.ui-datepicker .ui-button .ui-state-highlight.ui-icon {
  background: none;
}

.ui-datepicker .ui-state-error .ui-icon,
.ui-datepicker .ui-state-error-text .ui-icon {
  background: none;
}

.ui-datepicker .ui-button .ui-icon {
  background: none;
}

.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
html .ui-datepicker .ui-button.ui-state-disabled:hover,
html .ui-datepicker .ui-button.ui-state-disabled:active {
  background-color: transparent !important;
  color: #d6ded9 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
html .ui-datepicker .ui-button.ui-state-disabled:hover,
html .ui-datepicker .ui-button.ui-state-disabled:active {
  background-color: transparent !important;
  border: none !important;
  color: #124424 !important;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  background-color: transparent !important;
  border: none !important;
  color: #b68c41 !important;
}

/**************************************************************************************************
유효성 검사 text_alert / 가이드 텍스트 text_warning
**************************************************************************************************/
.text_alert {
  font-size: 12px;
  line-height: 12px;
  color: #e13b3e;
  margin-top: 6px;
}

.text_warning {
  /* margin-top: 14px; */
  margin-top: 10px;
  font-size: 13px;
  line-height: 13px;
}
/* 가이드 텍스트 2줄 이상 */
.text_warning p {
  font-size: 13px;
  line-height: 21px;
}
.text_guide2.sub_guide {
  margin-left: 32px;
  margin-bottom: 14px;
}
.text_guide2 {
  margin-top: 16px;
  font-size: 12px;
  line-height: 22px !important;
  color: #6f907b;
}
/**************************************************************************************************
DOT LIST
**************************************************************************************************/
.list > li {
  position: relative;
  display: flex;
  padding-left: 7px;
}
.list > li i {
  position: absolute;
  /* top: -2px; */
  top: 0;
  left: 0;
}
.list > li + li {
  margin-top: 5px;
}
.list > li span {
  line-height: 24px;
}

/* button */
.btn_ico {
  display: inline-flex !important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  height: 46px;
  font-weight: 400;
  padding: 0 20px !important;
}

.btn_mid,
.btn_lg {
  position: relative;
  display: inline-block;
  min-width: 93px;
  padding: 18px 10px;
  text-align: center;
  font-weight: 700;
  line-height: 14px;
}
.btn_mid {
  padding: 14px 10px;
}
.btn_lg {
  min-width: 100px;
  padding: 14px 0;
}
.btn_lg + .btn_lg,
.btn_mid + .btn_mid {
  margin-left: 8px;
}
[class^="btn"] {
  line-height: normal;
}
[class^="btn"].default,
[class*=" btn"].default {
  background-color: #124424;
  border: 1px solid #124424;
  color: #fff;
}

[class^="btn"].secondary,
[class*=" btn"].secondary {
  background-color: #fff;
  border: 1px solid #124424;
  color: #124424;
}
[class^="btn"].default,
[class*=" btn"].default,
[class^="btn"].secondary,
[class*=" btn"].secondary {
  font-family: "Noto Sans KR" !important;
}

.btn_text {
  display: inline-block;
  font-weight: 700;
}

.btn_text.download:after {
  display: inline-block;
  width: 11px;
  height: 14px;
  margin: -4px 0 0 6px;
  background: url("../images/icon/icon_download.png") no-repeat 50%;
  vertical-align: middle;
  content: "";
}

.btn_text_lg {
  display: inline-block;
  font-size: 16px;
}

.btn_icon {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn_icon.delete {
  position: relative;
  width: 46px;
  height: 46px;
}

.btn_icon.delete:before,
.btn_icon.delete:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%) rotate(-45deg);
  content: "";
}

.btn_icon.delete:after,
.btn_icon.delete:after {
  transform: translate(-50%) rotate(45deg);
}

.btn_icon.view:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 -2px 5px;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  transform: rotate(45deg) translate(-50%);
  content: "";
}

.btn_link,
.btn_link_lg {
  display: inline-block;
  font-weight: 700;
}
.btn_link:after,
.btn_link_lg:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #124424;
}
.btn_link_lg {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
}

.btn_link_move {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #124424;
}

.btn_link_move:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -2px 0 -2px 5px;
  border: 1px solid #124424;
  border-width: 1px 1px 0 0;
  vertical-align: middle;
  transform: rotate(45deg) translate(-50%);
  content: "";
}

.btn_link_external {
  display: inline-block;
  font-size: 16px;
}

.btn_link_external:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 0 0 9px;
  background: url("../images/icon/icon_link_external.png") no-repeat 50%;
  vertical-align: middle;
  content: "";
}

/**************************************************************************************************
COMMON LAYOUT
**************************************************************************************************/
#wrap {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
#wrap > header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header .header_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
header .menu {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 11;
}
header .menu.hide {
  display: none;
}
header .menu span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #124424;
  padding: 21px 0 14px;
  transition: all 0.5s ease-out;
}
header .menu span:before {
  content: "MENU";
  display: block;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.06em;
}
/* white ver */
header .menu.w span:before {
  color: #fff;
}
header .menu.w span::after {
  background-color: #fff;
}
header.fix .menu span:before,
.menu.opacity0 span:before {
  opacity: 0;
}

header .menu span::after {
  content: "";
  clear: both;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -16px;
  width: 12px;
  height: 12px;
  background-color: #124424;
  border-radius: 50%;
}

header.active .menu span {
  right: 10px;
  display: flex;
}

header.active .menu span:before {
  content: "CLOSE";
  color: #124424;
  opacity: 1;
}
.menu.close span:before {
  content: "CLOSE";
}
.menu.close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 36px;
  background: #124424;
  opacity: 0.5;
}
header.active .menu span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 36px;
  background: #124424;
  opacity: 0.5;
}
body.type_fixed {
  overflow: hidden;
  height: 100%;
}
body.modal-open {
  overflow: hidden;
}

body.modal-open:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#wrap header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 31;
  overflow-y: auto;
}

header .header_in {
  display: none;
  opacity: 0;
  padding-top: 70px;
  transition: all 0.5s ease-out;
}

header .gnb {
  overflow-x: hidden;
  overflow-y: auto;
}

.gnb > ul > li > a {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  line-height: 74px;
  color: #124424;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.04em;
}
.gnb > ul > li .depth2 {
  display: none;
}
.gnb > ul > li .depth2 > ul > li {
  text-align: center;
}
.gnb > ul > li .depth2 > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #124424;
  padding: 15px 0;
}
.gnb > ul > li .depth2 > ul > li:first-child > a {
  padding-top: 10px;
}
.gnb > ul > li .depth2 > ul > li:last-child > a {
  padding-bottom: 20px;
}

.gnb > ul > li > a.off {
  color: #999;
}

header .etc_link {
  width: 100%;
  padding: 30px 24px 30px;
}
header .etc_link ul > li {
  text-align: center;
}
header .etc_link ul > li > a {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #124424;
  padding: 15px 0;
}

body.scroll #wrap > header {
  z-index: 22; /* z-index 상위 2번째 */
}

.contents {
  padding: 0 30px 100px;
  overflow: hidden;
}

.container {
  position: relative;
  flex: 1 1;
  background-color: #fff;
}

footer {
}
/**************************************************************************************************
 * SCROLL ANIMATION
**************************************************************************************************/
.visual_wrap .scroll_bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.visual_wrap .scroll_bar .bar {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}
.visual_wrap .scroll_bar .bar::before {
  content: "";
  display: block;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
  animation: scrollDown_bar2 2.3s infinite 1.6s ease-in-out;
}
@keyframes scrollDown_bar1 {
  0%,
  30% {
    height: 54px;
  }
  65% {
    height: 49px;
  }
  100% {
    height: 0px;
  }
}

@keyframes scrollDown_bar2 {
  0% {
    top: -30%;
  }
  35% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

/********** swiper 모션 **********/

.swiper-wrapper.custom .swiper-slide.custom {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.swiper-wrapper.custom .swiper-slide.swiper-slide-active.custom {
  opacity: 1;
}

/**************************************************************************************************
 * SUB LAYOUT
**************************************************************************************************/
.title_wrap2 {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.5s;
  width: 100%;
  min-height: 51px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 3;
  opacity: 0;
  top: 0;
  transition: all 0.5s ease-out;
}
.title_wrap2.show {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.title_wrap2 .btn_close {
  position: fixed;
  top: 0;
  right: 20px;
  display: none;
}
.title_wrap2.on {
  z-index: 20;
  background: transparent;
  backdrop-filter: none;
}
.title_wrap2.on .btn_close {
  display: block;
}
.title_wrap2 .btn_close span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  padding: 21px 10px 0px 0px;
  letter-spacing: 0.04em;
}
.title_wrap2 .btn_close span:after {
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 36px;
  background-color: #124424;
  content: "";
  opacity: 0.5;
}

.title_wrap3 {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.5s;
  width: 100%;
  min-height: 58px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  padding: 0 0 0 30px;
}
.title_wrap3 > h2 {
  font-size: 18px;
  font-weight: 400;
  padding-left: 12px;
}
.title_wrap3 .btn_icon.back {
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/icon/icon_back.svg");
  background-size: 6px 12px;
}
body.scroll #wrap > header {
  z-index: 22; /* z-index 상위 2번째 */
}

body.scroll #wrap > header:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
}
body.scroll #wrap > header.fix {
  position: fixed;
}
body.scroll header .btn_icon.menu {
  position: fixed;
}

body.scroll .main header .title_wrap {
  padding-bottom: 20px;
}

.has_visual_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.has_visual_container .visual_wrap {
  margin-top: 0;
  transition: margin-top 0.5s ease-out;
}
.has_visual_container .visual_wrap.done {
  /* top: -100vh; */
  height: 100vh;
  margin-top: -100vh;
}

.visual_wrap {
  overflow: hidden;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.visual_wrap .img {
  display: block;
  width: 100%;
}

.inline-block {
  display: inline-block !important;
}

.sub_tit,
.fixed_tit {
  position: relative;
  width: fit-content;
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
  color: #124424;
  padding: 21px 0 12px 12px;
  width: 100%;
  margin-left: 30px;
}
.fixed_tit {
  padding: 21px 40px 12px 0;
  line-height: 22px;
  font-family: "Noto Sans KR";
}
.sub_tit:before {
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 2px;
  background: #124424;
}

.sub_tit_list {
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 18px;
  color: #124424;
  display: none;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2px 30px 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.sub_tit_list li {
  font-size: 18px;
  line-height: 55px;
  width: 100%;
}
.sub_tit_list li.show {
  font-weight: 700;
}
/*********************** pagination **********************/
.swiper-pagination.custom {
  bottom: -24px;
  left: inherit;
  right: 10px;
  text-align: right;
  line-height: 14px;
  letter-spacing: -1.9px;
  z-index: 1;
}
.swiper-pagination.custom span {
  display: inline-block;
  line-height: 14px;
}

/**************************************************************************************************
 * FOOTER
**************************************************************************************************/
footer {
  padding: 30px 30px 18px 30px;
  background: #ececec;
}
footer .footer_cont .policy li a {
  font-size: 14px;
  line-height: 40px;
}
footer .footer_cont .policy li a.term {
  color: #b68c41;
}
footer .footer_info {
  padding-top: 15px;
  transform: skew(-0.1deg);
}
footer .footer_info > * {
  font-size: 14px;
  line-height: 28px;
}
footer .footer_info .num_info > span {
  margin-right: 5px;
}
footer .footer_info .footer_logo {
  font-family: "hanwhaGothic";
}
/**************************************************************************************************
 * POPUP
**************************************************************************************************/
/* popup1 */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31; /* z-index 상위 1번째 */
  width: 100%;
  height: 100%;
  padding: 0 0 60px;
  background-color: #fff;
  opacity: 0;
}

.popup .title_wrap {
  position: fixed;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10;
}
.popup .btn_icon.close {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
}
.popup .btn_icon.close span {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04px;
}
.popup .btn_icon.close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 30px;
  width: 0.5px;
  background: #124424;
  opacity: 0.5;
}
.popup .popup_box {
  overflow-y: auto;
  height: calc(100vh - 100px);
  padding: 85px 30px 25px;
}
.popup .popup_box .title {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.05em;
  font-weight: 700;
  padding-bottom: 25px;
}
.popup .popup_box .tit_sub {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05em;
  font-weight: 700;
  padding-bottom: 20px;
  padding: 40px 0 20px;
}
.popup .popup_box div.text_sub {
  line-height: 24px;
}
.popup .popup_box .text_sub div + div {
  margin-top: 20px;
}
.popup .popup_box .text_sub dd {
  line-height: 24px;
}
.popup .popup_box .text_sub dd {
  line-height: 24px;
}

.popup .popup_box .tit_mid {
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 12px;
}
.popup .popup_box .article_box {
  padding-bottom: 20px;
}
.popup .popup_box .article_box .article_tit {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  transform: skew(-0.1deg);
}
.popup .popup_box .article_box p {
  font-size: 14px;
  line-height: 24px;
}
.popup .popup_box .article_box .list > li {
  display: flex;
  padding-left: 18px;
  font-family: "Noto Sans KR";
}
.popup .popup_box .article_box .list > li i {
  top: 2px !important;
}
.popup .popup_box .article_box .list .list_in {
  padding: 5px 0 0 5px;
}

/* popup2 */
#modal_popup {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease;
  opacity: 1;
}
#modal_popup.close {
  opacity: 0;
}

#modal_popup .modal_wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  background: #fff;
  transition: transform 0.4s ease-in-out;
}

#modal_popup .modal_wrapper .modal_content {
  position: relative;
}

#modal_popup .modal_wrapper .modal_content .modal_text {
  padding: 58px 30px 48px 30px;
}
#modal_popup .modal_wrapper .modal_content .modal_text .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#modal_popup .modal_wrapper .modal_content .modal_text .desc {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 35px;
}
#modal_popup .modal_wrapper .modal_content .modal_text .time_info {
  display: flex;
}
#modal_popup .modal_wrapper .modal_content .modal_text .time_info dt {
  position: relative;
  line-height: 14px;
  padding-right: 20px;
}
#modal_popup .modal_wrapper .modal_content .modal_text .time_info dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #124424;
  position: absolute;
  top: 2px;
  right: 9px;
}
#modal_popup .modal_wrapper .modal_content .modal_text .time_info dd {
  line-height: 14px;
}
#modal_popup .modal_wrapper .modal_content .modal_image {
  height: 230px;
  overflow: hidden;
}

#modal_popup .modal_wrapper .modal_content .modal_image.full {
  height: 514px;
  overflow: hidden;
}
#modal_popup .modal_wrapper .modal_content img {
  max-width: 100%;
  height: auto;
}

#modal_popup .modal_wrapper .popup_swiper .popup_swiper_pagination {
  width: calc(100% - 60px);
  left: 30px;
  bottom: -13px;
  top: initial;
  height: 2px;
}
#modal_popup .modal_wrapper .popup_image .popup_swiper .swiper-slide {
  height: 230px;
  overflow: hidden;
}
#modal_popup .modal_wrapper .popup_image .popup_swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #b68c41 !important;
}
#modal_popup.img_popup .popup_image .popup_swiper .swiper-slide {
  height: 514px;
}

#modal_popup .modal_wrapper .modal_bottom {
  padding: 62px 30px 40px;
  display: flex;
  justify-content: space-between;
}
#modal_popup .modal_wrapper .modal_bottom .form_check {
  height: 24px;
}
#modal_popup .modal_wrapper .modal_bottom .form_check span {
  font-size: 15px;
  line-height: 24px;
  font-family: "Noto Sans KR";
  transform: translateY(-2px);
}
#modal_popup .modal_wrapper .modal_bottom .form_check label {
  height: 24px;
}
#modal_popup .modal_wrapper .modal_bottom .close {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-family: "Noto Sans KR";
}
#modal_popup .modal_wrapper .popup_image {
  height: auto;
  width: 100%;
  position: relative;
}

/**************************************************************************************************
 * TOP BANNER
**************************************************************************************************/
.top_banner {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  background: #124424;
  padding: 14px 20px;
  z-index: 31;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: normal;
}
.top_banner .text {
  color: #fff;
  letter-spacing: -0.04em;
}

.top_banner .top_banner_close {
  display: block;
  min-width: 30px;
  min-height: 22px;
  width: 15px;
  height: 22px;
  background-image: url("../images/icon/icon_close.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}

/**************************************************************************************************
 * CUSTOM STYLE
**************************************************************************************************/
.color_highlight {
  color: #b68c41 !important;
}

/**************************************************************************************************
 * 메인 팝업 2025.09.25
**************************************************************************************************/

.main-popup-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none; /* JS에서 토글 */
  justify-content: center;
  overflow-y: auto;
  /* 모바일 스타일 적용 */
  padding: 0;
  align-items: flex-end;
}

.main-popup-overlay.is-visible {
  display: flex;
}

.main-popup-container {
  position: relative;
  /* 모바일 스타일 적용 */
  width: 100%;
  height: 82%;
  margin: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.main-popup-inner {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
}

/* 네비 버튼 - 모바일에서는 숨김 */
.main-popup-nav-button {
  display: none;
}

/* 상단 숫자 인디케이터 */
.main-popup-indicator {
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--gray-0);
  background-color: var(--gray-main);
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-popup-indicator .current {
  color: var(--gray-300);
  line-height: 14px;
  letter-spacing: 0.04em;
  transform: translateY(2px);
}
.main-popup-indicator .separator {
  width: 1px;
  height: 10px;
  background-color: var(--gray-800);
}
.main-popup-indicator .total {
  /* 모바일 스타일 적용 */
  color: var(--gray-600);
  line-height: 14px;
  transform: translateY(2px);
}

/* 슬라이더 */
.main-popup-slider {
  height: 100%;
}
.main-popup-swiper {
  height: 100%;
}

.main-popup-slide {
  width: 100%;
  height: 100%;
}
.main-popup-slide.clickable {
  cursor: pointer;
}

.main-popup-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 375 / 544;
  background-color: var(--gray-0);
}
.main-popup-image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.main-popup-checkbox-label {
  color: var(--gray-main);
}
/* 모바일 인디케이터 */
.main-popup-mobile-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26px;
  background-color: var(--gray-0);
}
.main-popup-mobile-indicator .indicator-dot {
  width: 41px;
  height: 2px;
  background-color: rgba(191, 191, 191, 0.2);
  transition: background-color 0.3s ease;
}
.main-popup-mobile-indicator .indicator-dot.active {
  background-color: var(--gray-400);
}

/* 하단 컨트롤 - 모바일 스타일 적용 */
.main-popup-controls {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 모바일 스타일 적용 */
  height: 64px;
  padding: 15px 24px 25px 20px;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
}
.checkbox-wrap input + span {
  position: relative;
  display: block;
  padding-left: 37px;
}
.checkbox-wrap input[type="checkbox"] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #c6d1ca;
  vertical-align: top;
  content: "";
}

.checkbox-wrap input[type="checkbox"]:checked + span:before {
  background-color: var(--gray-main);
  border-color: var(--gray-main);
}
.checkbox-wrap input[type="checkbox"]:checked + span:after {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 9px;
  height: 5px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  content: "";
}

.main-popup-close-button {
  min-width: max-content;
  color: var(--gray-main);
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
  background: none;
  border: 0;
  text-decoration: underline;
  font-family: "Noto Sans KR";
  font-weight: 500;
  text-underline-offset: 3px;
  cursor: pointer;
}
.main-popup-checkbox-label {
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans KR";
  color: var(--gray-main);
  font-size: 14px;
  line-height: 14px;
  user-select: none;
  cursor: pointer;
}
