@charset "UTF-8";

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%;
  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.6;
  /* line-height: normal !important; */
  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 {
  box-sizing: border-box;
  text-decoration: none;
  color: #124424;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus,
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;
  line-height: normal;
}

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;
}

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;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  font-family: "Noto Sans KR" !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

.pt0 {
  padding-top: 0 !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;
}

.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !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;
}

::-moz-placeholder {
  color: #85998c !important;
}

:-ms-input-placeholder {
  color: #85998c !important;
}

:-moz-placeholder {
  color: #85998c !important;
}

.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_ot {
  font-family: "Optima" !important;
}

/**************************************************************************************************
유효성 검사 text_alert / 가이드 텍스트 text_warning
**************************************************************************************************/
.text_alert,
.text_warning {
  margin-top: 14px;
  font-size: 12px;
  line-height: 14px;
}
.text_alert {
  position: absolute;
  margin-top: 6px;
  color: #e13b3e;
}

.text_alert + .text_alert,
.text_alert + .text_warning,
.text_warning + .text_alert,
.text_warning + .text_warning {
  margin-top: 0;
}

/* 가이드 텍스트 2줄 이상 */
.text_warning p {
  font-size: 12px;
  line-height: 12px;
}
.text_warning p + p {
  margin-top: 8px;
}

/**************************************************************************************************
LINKE HOVER ANIMATION
**************************************************************************************************/
.hover_line {
  position: relative;
}
.hover_line_sub {
  position: relative;
}
.hover_line:before {
  width: 0%;
  transition: all 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: #124424;
  content: "";
  display: block;
}
.hover_line:hover::before {
  width: 100%;
  transition: all 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
}
.hover_line_sub:before {
  width: 0%;
  transition: all 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: #b68c41;
  content: "";
  display: block;
}
.hover_line_sub:hover::before {
  width: 100%;
  transition: all 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
}
/**************************************************************************************************
FORMS
**************************************************************************************************/
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  width: 220px;
  padding: 12px 46px 10px 15px;
  border: 1px solid #c6d1ca;
  font-weight: 400;
}
input[type="email"] {
  padding: 12px 15px 10px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #124424;
}
input[type="text"],
input[type="password"] {
  font-family: "Noto Sans KR";
}
select {
  width: 220px;
  padding: 13px 35px 10px 15px;
  background: url("../images/common/form_select.png") no-repeat 100% 50%;
  border: 1px solid #c6d1ca;
  font-weight: 400;
}

.form_wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.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;
  height: 100%;
  right: 0;
}

.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;
}

input.size_lg,
select.size_lg {
  width: 585px;
}

input.size_lg2,
select.size_lg2,
.select.wide {
  width: 359px;
}

input.size_mid,
select.size_mid {
  width: 288px;
}

.form_calendar {
  position: relative;
  display: inline-block;
}

.form_calendar .form_set {
  display: inline-block;
  position: relative;
}

.form_calendar .form_set > img {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 22px;
  margin-top: -10px;
}
/**************************************************************************************************
RADIO BUTTON
**************************************************************************************************/
.form_check {
  margin-right: -30px;
}

.form_check label {
  display: inline-block;
  margin-right: 30px;
  line-height: 0;
  cursor: pointer;
}
.form_check.txt_align input[type="checkbox"] + span:before {
  top: 0;
}
.form_check input + span {
  position: relative;
  display: block;
  padding-left: 34px;
  color: #85998c;
  font-size: 16px;
  line-height: 20px;
}

.form_check input:checked + span {
  color: #124424;
  font-weight: 700;
  cursor: pointer;
}

.form_check input[type="radio"] + span {
  color: #6f917b;
  font-family: "Noto Sans KR";
}

.form_check input[type="radio"] + span:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #c6d1ca;
  border-radius: 50%;
  vertical-align: top;
  content: "";
}

.form_check input[type="radio"]:checked + span {
  color: #124424;
}
.form_check input:checked + span:before {
  border-color: #124424;
}
.form_check input[type="radio"]:checked + span:after {
  position: absolute;
  top: 5px;
  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: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  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: 5px;
  left: 5px;
  width: 9px;
  height: 5px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  content: "";
}
/* 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: 3px;
}

dl.form_check {
  display: flex;
  align-items: flex-start;
}

.form_check dt {
  padding-right: 40px;
  font-size: 12px;
}

.form_check dd {
}

.form_check.type_sm input + span {
  padding-left: 30px;
}

/**************************************************************************************************
BUTTON
**************************************************************************************************/
.btn_mid,
.btn_lg {
  display: inline-block;
  min-width: 145px;
  padding: 12px 10px 12px;
  text-align: center;
  font-weight: 700;
}
.btn_mid.wide {
  padding: 10px 20px;
}
.btn_lg {
  min-width: 168px;
  padding: 16px 15px 17px;
}

.btn_lg + .btn_lg,
.btn_mid + .btn_mid {
  margin-left: 6px;
}
[class^="btn"] p {
  font-style: normal;
  line-height: 12px;
  transform: translateY(2px);
}
[class^="btn"] {
  line-height: normal !important;
}
[class^="btn"].default,
[class*=" btn"].default {
  background-color: #124424;
  color: #fff;
}

[class^="btn"].secondary,
[class*=" btn"].secondary {
  background-color: #fff;
  border: 1px solid #124424;
  color: #124424;
}
[class^="btn"].border,
[class*=" btn"].border {
  width: fit-content;
  height: 26px;
  padding: 0 10px;
  border: 1px solid #124424;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.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%;
  background-size: 11px 14px;
  vertical-align: middle;
  content: "";
}

.btn_text.download + .btn_text.download {
  margin-left: 20px;
}

.btn_text.prev:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: -5px 8px 0 0;
  border: 1px solid #000;
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(-135deg) translate(-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 {
  display: none;
  width: 46px;
  height: 46px;
  position: absolute;
  /* right: 0; */
  right: 242px;
}

.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_icon.search {
  background: url("../images/icon/icon_search.png") no-repeat 50%;
  background-size: 16px;
  cursor: pointer;
}

.btn_link,
.btn_link_lg {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.btn_link:after,
.btn_link_lg:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #124424;
  content: "";
}

.btn_link_lg {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
}

.btn_link_move {
  display: inline-block;
  font-size: 13px;
  line-height: 13px !important;
  font-family: "Noto Sans KR";
}

.btn_link_move:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -1px 0 -3px 5px;
  border: 1px solid #000;
  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 4px;
  background: url("../images/icon/icon_link_external.png") no-repeat 50%;
  background-size: 100%;
  vertical-align: middle;
  content: "";
}

.btn_link_external strong {
  vertical-align: -2px;
}

/* text */
i.brand,
b.brand {
  font-family: "Hanwha";
}

/**************************************************************************************************
COMMON LAYOUT
**************************************************************************************************/
#wrap {
  overflow: hidden;
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 140px;
}

.header {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 99; /* z-index 우선 순위: 3 */
}

.header.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
}
.header.hover {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.header.pt0 {
  padding-top: 0 !important;
}
.header.transparent {
  background-color: transparent;
}
.header_wrap {
  display: table;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}

.header .logo {
  display: table-cell;
  width: 80px;
  vertical-align: top;
}

.header .logo > a {
  display: block;
}

.header .logo .img {
  width: 79px;
  height: 56px;
}

.gnb {
  display: table-cell;
  vertical-align: top;
}

.gnb .menu {
  float: left;
  padding-left: 88px;
}

.gnb .menu > li {
  float: left;
  padding: 15px 23px 15px 22px;
}

.gnb .depth1 {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.gnb > ul .depth1:hover:after,
.gnb > ul .depth1:focus:after,
.gnb > ul > li.active .depth1:after,
.gnb > ul > li.hover .depth1:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #124424;
  content: "";
  transition: all 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
}
.gnb > ul > li .hover_line::before {
  bottom: 2px;
}
.gnb > ul > li.hover .depth1:hover:after {
  width: 100%;
  transition: all 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
}
.gnb > ul .depth1:focus:after,
.gnb > ul > li.active .depth1:after {
  width: 100%;
  animation: gnb-hover 0.8s cubic-bezier(0.81, 0.03, 0.31, 0.98);
}
@keyframes gnb-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.gnb .menu .depth2 {
  display: none;
  position: relative;
  width: 0;
  margin-top: 10px;
}

.gnb .menu .depth2 li > a {
  display: block;
  padding: 6px 0;
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}

.gnb .menu .depth2 li > a:hover,
.gnb .menu .depth2 li > a:focus,
.gnb .menu .depth2 li.active > a {
  color: #b68c41;
  font-weight: 700;
}

.gnb .member {
  float: right;
  margin-right: -12px;
}

.gnb .member li {
  float: left;
  padding: 15px 12px;
}

.gnb .member .depth1 {
  font-size: 15px;
}
#wrap:not(.wide) .container {
  width: 1000px;
}
.container {
  padding: 76px 0 140px;
  margin: 0 auto;
}

.snb,
.tabs_snb,
.policy_snb {
  position: absolute;
  left: 40px;
  z-index: 11;
  /* z-index 우선 순위: 4 */
  margin-top: -10px;
}
.snb {
}
.snb.fixed,
.policy_snb.fixed {
  position: fixed;
  /* top: 115px; */
  top: 145px;
  left: 40px;
}
.policy_snb {
  position: fixed;
}

.snb li,
.tabs_snb li,
.policy_snb li {
  padding: 10px 0;
}

.snb li > a,
.tabs_snb li > a,
.policy_snb li > a {
  display: inline-block;
  color: rgba(18, 68, 36, 0.5);
  font-weight: 700;
}
.snb li > a {
  background-color: inherit;
}
.snb li > a.text_em {
  color: #b68c41;
}

.snb li.active > a,
.tabs_snb li.active > a,
.policy_snb li.active > a {
  color: #124424;
}

.snb li.active > a:before,
.tabs_snb li.active > a:before,
.policy_snb li.active > a:before {
  display: inline-block;
  width: 8px;
  height: 2px;
  margin-right: 8px;
  margin-top: -4px;
  background-color: #124424;
  vertical-align: middle;
  content: "";
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ececec;
}

.footer .footer_wrap {
  position: relative;
  display: table;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 47px 10px 45px;
}

.footer .about {
  display: table-cell;
  vertical-align: top;
}

.footer .logo,
.footer .contact,
.footer .contact address,
.footer .contact dl,
.footer .contact dt,
.footer .contact dd,
.footer .policy ul,
.footer .policy li {
  display: inline-block;
  padding-right: 12px;
  font-size: 13px;
}

.footer .contact dt {
  padding-right: 0;
}

.footer .contact dt:after {
  content: ":";
}

.footer .policy {
  margin-top: 5px;
}

.footer .policy .text_em {
  color: #b68c41;
}

.footer .side {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  font-weight: 400;
  font-size: 13px;
}

.footer .side .btn_link_move {
  font-size: 13px;
  /* line-height: 1.5; */
}

.footer .side .btn_link_move:after {
  width: 4px;
  height: 4px;
  border-width: 0.5px 0.5px 0 0;
  margin-top: -2px;
}

.footer .side .copyright {
  display: block;
  margin-top: 10px;
}

#wrap.wide .container {
  width: auto;
}

#wrap.wide .container:after {
  display: block;
  clear: both;
  content: "";
}

/**************************************************************************************************
CUSTOM SELECT BOX
**************************************************************************************************/
.select {
  display: inline-block;
  width: 200px;
  cursor: pointer;
  position: relative;
}
.select .selected {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  padding: 12px 5px 11px 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.email {
  margin-left: 10px;
}

.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 #124424;
  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);
  /* overflow: hidden;
  text-overflow: ellipsis; */
}

.form_wrap {
  position: relative;
  display: flex;
  align-items: center;
}

/**************************************************************************************************
메인 상단 텍스트 배너
**************************************************************************************************/
.popup_banner_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  /* z-index 우선 순위: 2 */
  text-align: center;
}

.popup_banner_wrap .banner_area {
  position: relative;
  padding: 16px 250px 16px;
  background-color: #124424;
}

.popup_banner_wrap .banner_area + .banner_area {
  margin-top: 2px;
}

.popup_banner_wrap .banner_cont > p,
.popup_banner_wrap .banner_cont > p a {
  color: #fff;
  font-family: "Noto Sans KR";
  line-height: 14px !important;
}

.popup_banner_wrap .icon_browser1:before,
.popup_banner_wrap .icon_browser2:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 4px 0 0;
  background: url("../images/icon/icon_browser1.png") no-repeat 50%;
  background-size: 100%;
  vertical-align: middle;
  content: "";
}

.popup_banner_wrap .icon_browser2:before {
  background-image: url("../images/icon/icon_browser2.png");
}

.popup_banner_wrap .text_inform:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 7px 0 0;
  background: url("../images/icon/icon_inform.png") no-repeat 50%;
  background-size: 100%;
  vertical-align: middle;
  content: "";
}

.popup_banner_wrap .banner_btn {
  display: flex;
  position: absolute;
  top: 0;
  right: 20px;
  align-items: flex-start;
}

.popup_banner_wrap .btn_link {
  padding: 17px 0;
  margin-right: 24px;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans KR";
  line-height: 14px !important;
}

.popup_banner_wrap .btn_link:after {
  bottom: 14px;
  background-color: #fff;
}

.popup_banner_wrap .btn_close {
  position: relative;
  padding: 19px 10px 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px !important;
}

.popup_banner_wrap .btn_close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7px;
  width: 0.5px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

/**************************************************************************************************
SUB LAYOUT
**************************************************************************************************/
.title_wrap2 {
  padding: 90px 0 55px;
}

.title_wrap2 h2 {
  font-weight: 400;
  font-size: 42px;
}

.title_wrap2 p {
  margin-top: 15px;
  font-size: 17px;
}

.page_wrap {
  margin-top: 100px;
}

.page_wrap:first-child {
  margin-top: 0;
}

.title_wrap3 {
  position: relative;
  margin-bottom: 15px;
}

.title_wrap3:not(:first-child) {
  margin-top: 90px;
}

.title_wrap3 h3,
.title_wrap3 h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  transform: translateY(2px);
}

.title_wrap3 .side {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.title_wrap3 .side .btn_link_move {
  margin-bottom: -3px;
  line-height: 13px !important;
}

/* 데이터테이블 */
.align_top {
  vertical-align: baseline !important;
}
.datatable {
  width: 100%;
  border-top: 1px solid #c6d1ca;
}

.datatable thead th,
.datatable thead td {
  height: 50px;
  padding: 13px 0 13px 20px;
  background-color: rgba(243, 246, 244, 0.4);
  text-align: left;
  font-weight: 700;
}

.datatable tbody th,
.datatable tbody td {
  height: 54px;
  padding: 19px 0 20px 20px;
  border-bottom: 1px solid #d6ded9;
  text-align: left;
  transform: translateY(2px);
}

.datatable tbody th {
  font-weight: 700;
}
.datatable tbody th.th_align {
  vertical-align: baseline;
}
.datatable .td_align {
  padding-right: 20px;
  padding-left: 0;
  text-align: right;
}
/**************************************************************************************************
PAGINATION
**************************************************************************************************/
.pagination {
  margin-top: 35px;
  text-align: center;
}

.pagination .btn_icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 34px;
  color: #85998c;
  line-height: 34px;
}

.btn_icon.page.active {
  color: #124424;
}

.btn_icon.page.active:after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 9px;
  height: 1px;
  background-color: #124424;
  content: "";
  transform: translateX(-50%);
}

.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 #000;
  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;
}

/* button */
.btn_wrap {
  margin-top: 100px;
  text-align: center;
}

.btn_wrap + .btn_wrap {
  margin-top: 30px;
}

.btn_wrap.type_tight {
  margin-top: 40px;
}

/**************************************************************************************************
LAYER POPUP
**************************************************************************************************/
body.type_fixed {
  overflow: hidden;
  height: 100%;
}

.modal_wrap {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  /* z-index 우선 순위: 1 */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal_wrap .swiper-button-prev {
  background-image: url("../images/icon/icon_btn_prev.svg");
  left: -100px;
}
.modal_wrap .swiper-button-next {
  background-image: url("../images/icon/icon_btn_next.svg");
  right: -100px;
}
.modal_wrap .swiper-button-next,
.modal_wrap .swiper-button-prev {
  position: fixed;
  top: 43%;
  width: 100px;
  height: 100px;
}
.modal_wrap.active {
  display: block;
}

.popup_mid {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100vw;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}

.popup_mid .popup_content {
  overflow-y: auto;
  min-height: 540px;
  max-height: 80vh;
}

.popup_mid .content_inner {
  position: relative;
  width: 530px;
  padding: 20px 20px 0;
}

.popup_mid .popup_content .img {
  display: block;
  max-width: calc(100% + 40px);
  margin: 10px -20px 0;
}

.popup_mid .popup_content .img:first-child {
  margin: -20px -20px 10px;
}

.popup_mid h2 {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
}

.popup_mid h2:not(:first-child) {
  margin-top: 40px;
}

.popup_mid p {
  margin-top: 10px;
  line-height: 26px;
}

.popup_mid p:last-child {
  margin-bottom: 40px;
}

.popup_mid .popup_footer {
  position: relative;
  display: table;
  width: 100%;
  padding: 16px 20px;
}

.popup_mid .popup_footer:before {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(111, 144, 123, 0.3);
  content: "";
}
.popup_mid .popup_footer.hide:before {
  display: none;
}
.popup_mid .popup_footer .side1 {
  display: table-cell;
  vertical-align: middle;
}

.popup_mid .popup_footer .side2 {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.popup_mid .popup_footer .btn_link {
  font-weight: 400;
}

.popup_mid .cont_slide.swiper-container {
  margin: -20px -20px 0;
}

.popup_mid .cont_slide.swiper-container .pagination_wrap {
  margin: 10px 20px -1px;
}

.popup_mid .cont_slide.swiper-container .pagination-progress {
  position: relative;
  height: 1px;
  background-color: rgba(111, 144, 123, 0.3);
}

.popup_mid .cont_slide.swiper-container .swiper-pagination-progressbar-fill {
  margin-top: -0.5px;
  background-color: #b68c41;
}

.popup_mid .cont_slide.swiper-container .cont {
  padding: 20px;
}

.popup_wrap {
  overflow-x: auto;
  position: relative;
  float: right;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
}

.popup_wrap .popup_header .btn_close {
  position: absolute;
  top: 0;
  right: 22px;
  padding: 37px 20px 0 0;
  color: #124424;
  font-weight: 400;
  font-size: 15px;
}

.popup_wrap .popup_header .btn_close:after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 53px;
  background-color: rgba(18, 16, 36, 0.2);
  content: "";
}

.popup_wrap .popup_header {
  padding: 35px 90px 35px 40px;
}

.popup_wrap .popup_header h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.popup_wrap .popup_header h2:before {
  display: inline-block;
  width: 8px;
  height: 2px;
  margin: -2px 6px 0 0;
  background-color: #124424;
  vertical-align: middle;
  content: "";
}

.popup_wrap .popup_content {
  overflow-y: auto;
  max-height: 100vh;
  padding: 40px 40px 0 40px;
}

.popup_wrap .popup_header + .popup_content {
  max-height: calc(100vh - 125px);
}

.popup_wrap .content_inner {
  width: 805px;
}

.popup_wrap .title_wrap3 {
  margin: 75px 0 15px;
}

.popup_wrap .title_wrap3 h3 {
  font-size: 16px;
}
.popup_wrap .popup_content .text_guide {
  position: absolute;
  bottom: 30px;
}
.popup_wrap .content_inner .clear_input .btn_icon.delete {
  right: 47px;
}
.popup_wrap .content_inner > .btn_wrap {
  margin-top: 40px;
}
.popup_wrap .popup_content .text_alert {
  position: absolute;
}
div.nodata {
  padding: 62px 0;
  border-top: 1px solid #c6d1ca;
  border-bottom: 1px solid #c6d1ca;
}

div.nodata p {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #6f907b;
}

@media screen and (max-width: 1400px) {
  .snb,
  .snb.fixed {
    left: 8px;
  }
}

/**************************************************************************************************
 * 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: var(--rem-20) 0;
}

.main-popup-overlay.is-visible {
  display: flex;
}

.main-popup-container {
  position: relative;
  width: 480px;
  height: 750px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.main-popup-inner {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
}

/* 네비 버튼 */
.main-popup-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.main-popup-nav-button.prev {
  left: -104px;
}
.main-popup-nav-button.next {
  right: -104px;
}

.main-popup-nav-button svg {
  width: 48px;
  height: 48px;
  stroke: #fafafa;
  fill: none;
}

/* 상단 숫자 인디케이터 */
.main-popup-indicator {
  position: absolute;
  top: 18px;
  right: 20px;
  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-500);
  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-controls {
  background-color: var(--gray-0);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
}

/* 모바일 */
@media (max-width: 850px) {
  .main-popup-overlay {
    padding: 0;
    align-items: flex-end;
  }
  .main-popup-container {
    width: 100%;
    height: 82%;
    margin: 0;
    background: transparent;
  }
  .main-popup-nav-button {
    display: none;
  }
  .main-popup-indicator .total {
    color: var(--gray-600);
  }

  .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 {
    height: 64px;
    background-color: #fff;
    padding: 15px 24px 25px 20px;
  }
}
