@charset "utf-8";

/* RESET */
html {
  font-size: 10px;
  color: var(--txt-color-def);
  background: #fff;
}
body {
  margin: 0 auto;
  font-size: 10px;
  color: var(--txt-color-def);
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 1em;
  border: 0;
}
input[type='submit'] {
  cursor: pointer;
}
button {
  cursor: pointer;
  transition: all 0.3s;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
a {
  color: var(--txt-color-def);
  text-decoration: none;
  transition: all 0.3s;
}
br {
  font-size: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='text'],
input[type='password'],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
code {
  -webkit-appearance: none; /*브라우저 스타일 초기화*/
  -moz-appearance: none; /*브라우저 스타일 초기화*/
  appearance: none; /*브라우저 스타일 초기화*/
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: var(--txt-regular);
  color: var(--txt-color-dark);
}
pre {
  overflow-x: auto;
  white-space: pre-line;
  -webkit-appearance: none; /*브라우저 스타일 초기화*/
  -moz-appearance: none; /*브라우저 스타일 초기화*/
  appearance: none; /*브라우저 스타일 초기화*/
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: var(--txt-color-dark);
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='url'],
input[type='search'],
input[type='number'],
input[type='submit'] {
  -webkit-appearance: none; /*브라우저 스타일 초기화*/
  -moz-appearance: none; /*브라우저 스타일 초기화*/
  appearance: none; /*브라우저 스타일 초기화*/
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='date']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none; /*브라우저 스타일 초기화*/
  -moz-appearance: none; /*브라우저 스타일 초기화*/
  appearance: none; /*브라우저 스타일 초기화*/
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  color: var(--txt-color-light);
}
textarea,
select,
button {
  -webkit-appearance: none; /*브라우저 스타일 초기화*/
  -moz-appearance: none; /*브라우저 스타일 초기화*/
  appearance: none; /*브라우저 스타일 초기화*/
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  background: none;
  color: var(--txt-color-def);
}
img {
  max-width: 100%;
  height: auto;
}
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
@media screen and (max-width: 1240px) {
  html,
  body {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 960px) {
  html,
  body {
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 1.4vw;
  }
  body {
  }
}
@media screen and (max-width: 540px) {
  html,
  body {
    font-size: 2.2vw;
  }
  body {
  }
}

@media screen and (max-width: 540px) {
    html,
    body {
        font-size: 2.0vw;
    }

    body {
    }
}

@media screen and (max-width: 420px) {
    html,
    body {
        font-size: 2.2vw;
    }

    body {
    }
}

/* BASIS */
html {
  scroll-behavior: smooth;
}
body.no_scroll_body {
  position: relative;
  overflow: hidden;
}

/*FONT FAMILY*/
.txt_jeju {
  font-family: 'jejuGothic';
  letter-spacing:-0.08em;
}

/*FONT SIZE*/
.txt_size_lv11 {
  font-size: 1.1rem;
}
.txt_size_lv12 {
  font-size: 1.2rem;
}
.txt_size_lv13 {
  font-size: 1.3rem;
}
.txt_size_lv14 {
  font-size: 1.4rem;
}
.txt_size_lv15 {
  font-size: 1.5rem;
}
.txt_size_lv16 {
  font-size: 1.6rem;
}
.txt_size_lv18 {
  font-size: 1.8rem;
}
.txt_size_lv20 {
  font-size: 2rem;
}
.txt_size_lv22 {
  font-size: 2.2rem;
}
.txt_size_lv24 {
  font-size: 2.4rem;
}
.txt_size_lv26 {
  font-size: 2.6rem;
}
.txt_size_lv30 {
  font-size: 3rem;
}
.txt_size_lv32 {
  font-size: 3.2rem;
}
.txt_size_lv36 {
  font-size: 3.6rem;
}
.txt_size_lv48 {
  font-size: 4.8rem;
}
.txt_size_lv50 {
  font-size: 5rem;
}

/*FONT WEIGHT*/
.txt_thin {
  font-weight: var(--txt-thin);
}
.txt_light {
  font-weight: var(--txt-light);
}
.txt_regular {
  font-weight: var(--txt-regular);
}
.txt_medium {
  font-weight: var(--txt-medium);
}
.txt_semibold {
  font-weight: var(--txt-semibold);
}
.txt_bold {
  font-weight: var(--txt-bold);
}
.txt_extrabold {
  font-weight: var(--txt-extrabold);
}

/*HIDE&SHOW*/
@media screen and (min-width: 768px) {
  .m_item {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_item {
    display: none !important;
  }
}

/*COLOR*/
.color_main {
  color: var(--color-main);
}
.color_point {
  color: var(--color-point);
}
.color_sub_point {
  color: var(--color-sub-point);
}
.color_red {
  color: var(--color-red);
}

/*TEXT-ALIGN*/
.align_cnt {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}

/*FLEX*/
.flex_nml {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
}
.flex_btw {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-between;
}
.flex_cnt {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  justify-content: center;
}
.flex_ard {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-around;
}
.flex_str {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  justify-content: flex-start;
}
.flex_end {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  justify-content: flex-end;
}
.flex_col {
  flex-flow: column;
}
.flex_wrap {
  flex-wrap: wrap;
}
.items_base {
  align-items: baseline;
}
.items_str {
  align-items: start;
}
.items_cnt {
  align-items: center;
}
.items_end {
  align-items: end;
}

/*WIDTH & HEIGHT SIZE*/
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w66 {
  width: 66.66%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .m_w50 {
    width: 50% !important;
  }
  .m_w100 {
    width: 100% !important;
  }
}

/*PADDING*/
.pd_comm {
  padding: var(--sep-comm);
}
.pdX_comm {
  padding-left: var(--sep-comm);
  padding-right: var(--sep-comm);
}
.pdY_comm {
  padding-top: var(--sep-comm);
  padding-bottom: var(--sep-comm);
}
.pdR_comm {
  padding-right: var(--sep-comm);
}
.pdL_comm {
  padding-left: var(--sep-comm);
}
.pdT_comm {
  padding-top: var(--sep-comm);
}
.pdB_comm {
  padding-bottom: var(--sep-comm);
}
.pd_half {
  padding: var(--sep-half);
}
.pdX_half {
  padding-left: var(--sep-half);
  padding-right: var(--sep-half);
}
.pdY_half {
  padding-top: var(--sep-half);
  padding-bottom: var(--sep-half);
}
.pdR_half {
  padding-right: var(--sep-half);
}
.pdL_half {
  padding-left: var(--sep-half);
}
.pdT_half {
  padding-top: var(--sep-half);
}
.pdB_half {
  padding-bottom: var(--sep-half);
}
.pd_min {
  padding: var(--sep-min);
}
.pdX_min {
  padding-left: var(--sep-min);
  padding-right: var(--sep-min);
}
.pdY_min {
  padding-top: var(--sep-min);
  padding-bottom: var(--sep-min);
}
.pdR_min {
  padding-right: var(--sep-min);
}
.pdL_min {
  padding-left: var(--sep-min);
}
.pdT_min {
  padding-top: var(--sep-min);
}
.pdB_min {
  padding-bottom: var(--sep-min);
}
.pd_max {
  padding: var(--sep-max);
}
.pdX_max {
  padding-left: var(--sep-max);
  padding-right: var(--sep-max);
}
.pdY_max {
  padding-top: var(--sep-max);
  padding-bottom: var(--sep-max);
}
.pdR_max {
  padding-right: var(--sep-max);
}
.pdL_max {
  padding-left: var(--sep-max);
}
.pdT_max {
  padding-top: var(--sep-max);
}
.pdB_max {
  padding-bottom: var(--sep-max);
}
.pd_double {
  padding: var(--sep-double);
}
.pdX_double {
  padding-left: var(--sep-double);
  padding-right: var(--sep-double);
}
.pdY_double {
  padding-top: var(--sep-double);
  padding-bottom: var(--sep-double);
}
.pdR_double {
  padding-right: var(--sep-double);
}
.pdL_double {
  padding-left: var(--sep-double);
}
.pdT_double {
  padding-top: var(--sep-double);
}
.pdB_double {
  padding-bottom: var(--sep-double);
}
.pd_sec {
  padding: var(--sep-sec);
}
.pdX_sec {
  padding-left: var(--sep-sec);
  padding-right: var(--sep-sec);
}
.pdY_sec {
  padding-top: var(--sep-sec);
  padding-bottom: var(--sep-sec);
}
.pdR_sec {
  padding-right: var(--sep-sec);
}
.pdL_sec {
  padding-left: var(--sep-sec);
}
.pdT_sec {
  padding-top: var(--sep-sec);
}
.pdB_sec {
  padding-bottom: var(--sep-sec);
}

/*MARGIN*/
.mg_comm {
  margin: var(--sep-comm);
}
.mgX_comm {
  margin-left: var(--sep-comm);
  margin-right: var(--sep-comm);
}
.mgY_comm {
  margin-top: var(--sep-comm);
  margin-bottom: var(--sep-comm);
}
.mgR_comm {
  margin-right: var(--sep-comm);
}
.mgL_comm {
  margin-left: var(--sep-comm);
}
.mgT_comm {
  margin-top: var(--sep-comm);
}
.mgB_comm {
  margin-bottom: var(--sep-comm);
}
.mg_half {
  margin: var(--sep-half);
}
.mgX_half {
  margin-left: var(--sep-half);
  margin-right: var(--sep-half);
}
.mgY_half {
  margin-top: var(--sep-half);
  margin-bottom: var(--sep-half);
}
.mgR_half {
  margin-right: var(--sep-half);
}
.mgL_half {
  margin-left: var(--sep-half);
}
.mgT_half {
  margin-top: var(--sep-half);
}
.mgB_half {
  margin-bottom: var(--sep-half);
}
.mg_min {
  margin: var(--sep-min);
}
.mgdouble {
  margin-left: var(--sep-min);
  margin-right: var(--sep-min);
}
.mgY_min {
  margin-top: var(--sep-min);
  margin-bottom: var(--sep-min);
}
.mgR_min {
  margin-right: var(--sep-min);
}
.mgL_min {
  margin-left: var(--sep-min);
}
.mgT_min {
  margin-top: var(--sep-min);
}
.mgB_min {
  margin-bottom: var(--sep-min);
}
.mg_max {
  margin: var(--sep-max);
}
.mgX_max {
  margin-left: var(--sep-max);
  margin-right: var(--sep-max);
}
.mgY_max {
  margin-top: var(--sep-max);
  margin-bottom: var(--sep-max);
}
.mgR_max {
  margin-right: var(--sep-max);
}
.mgL_max {
  margin-left: var(--sep-max);
}
.mgT_max {
  margin-top: var(--sep-max);
}
.mgB_max {
  margin-bottom: var(--sep-max);
}
.mg_double {
  margin: var(--sep-double);
}
.mgX_double {
  margin-left: var(--sep-double);
  margin-right: var(--sep-double);
}
.mgY_double {
  margin-top: var(--sep-double);
  margin-bottom: var(--sep-double);
}
.mgR_double {
  margin-right: var(--sep-double);
}
.mgL_double {
  margin-left: var(--sep-double);
}
.mgT_double {
  margin-top: var(--sep-double);
}
.mgB_double {
  margin-bottom: var(--sep-double);
}
.mg_sec {
  margin: var(--sep-sec);
}
.mgX_sec {
  margin-left: var(--sep-sec);
  margin-right: var(--sep-sec);
}
.mgY_sec {
  margin-top: var(--sep-sec);
  margin-bottom: var(--sep-sec);
}
.mgR_sec {
  margin-right: var(--sep-sec);
}
.mgL_sec {
  margin-left: var(--sep-sec);
}
.mgT_sec {
  margin-top: var(--sep-sec);
}
.mgB_sec {
  margin-bottom: var(--sep-sec);
}


/*GAP*/
.gap_min {
  gap: var(--sep-min);
}
.gap_half {
  gap: var(--sep-half);
}
.gap_comm {
  gap: var(--sep-comm);
}
.gap_double {
  gap: var(--sep-double);
}
.gap_max {
  gap: var(--sep-max);
}
.gap_sec {
  gap: var(--sep-sec);
}

/*INPUT CUSTOM*/
input.input_cst {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  /*padding:1.25em 1em 1.25em 1em;*/
  padding:1em;
  font-size: 1.5rem;
  font-weight: var(--txt-regular);
  border: 1px solid transparent;
  background: #fff;
  border-radius: 1rem;
}
input.input_cst:focus {
  /*브라우저 스타일 초기화*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: var(--color-main);
  outline: none;
}
input.input_cst.readonly,
input.input_cst.readonly:focus,
input.input_cst:read-only:focus {
  border-color: transparent;
  box-shadow: none;
  cursor: default;
}
input.input_cst:disabled {
  border: 1px solid var(--bg-color-gray);
  background-color: transparent;
}
.form__input {
  position:relative;
}
.form__input .toggle-password {
  position: absolute;
  display:inline-block;
  right: 0.5em;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: var(--txt-color-light);
  width: auto;
  height: 100%;
  font-size:2rem;
  align-content: center;
}
.form__input .toggle-password.active .ri-eye-off-line:before {
  content:"\ecb5";
}
.form__input .clear-input {
  position: absolute;
  right: 0.5em;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: var(--txt-color-light);
  width: auto;
  height: 100%;
  font-size:2rem;
  align-content: center;
  display: none;
}
.form__input:has(.toggle-password) .clear-input {
  right:1.8em;
}
@media screen and (max-width: 767px) {
  input.input_cst {
  /*background: #F4F9FD;*/
  }
}



/*RADIO CUSTOM**/
.radio_cst input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  opacity: 0;
  height: 0;
  width: 0;
  font-size: 0;
}
.radio_cst label {
  cursor: pointer;
}

/*CHECKBOX CUSTOM**/
.check_cst input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  opacity: 0;
}
.check_cst label {
  cursor: pointer;
}

/*SELECT CUSTOM**/
.select_cst {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*BTN*/
.btn {
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: var(--txt-medium);
  border-radius: 1rem;
  border: 1px solid transparent;
}
.btn:disabled
{
    opacity:0.5;
}
.btn:disabled:hover
{
    background:#fff;
    color: var(--color-point);
    cursor:not-allowed;
}
.btn_small {
  width: 26rem;
  font-size: 1.6rem;
}
.btn_main {
  color: #fff;
  background: var(--color-main);
  border: 1px solid transparent;
}
.btn_point {
  color: #fff;
  background: #000;
  border: 1px solid transparent;
}
.btn_point_line {
  color: var(--color-point);
  background: #fff;
  border: 1px solid var(--color-point);
}
.btn_point_line:hover {
  color: #fff;
  background: var(--color-point);
}
.btn_gray_line {
  color: var(--txt-color-dark);
  background: #fff;
  border: 1px solid var(--bg-color-gray);
}
.btn_red {
  color: #fff;
  background: var(--color-red);
  border: 1px solid transparent;
}
.btn_ani {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn_ani:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-main);
  transition: all 0.5s ease;
  z-index: -1;
}
.btn_ani.btn_black:after {
  background-color: #fff;
}
.btn_ani.btn_main:after {
  background-color: #000;
}
.btn_ani:hover {
  color: #fff !important;
  border-color: var(--color-main);
}
.btn_ani.btn_black:hover {
  color: var(--txt-color-def);
}
.btn_ani.btn_main:hover {
  border-color: var(--color-point);
}
.btn_ani:hover:after {
  left: 0;
  height: 100%;
}
.btn_copy, .btn_copy_all {
	display:inline-block;
	/*width:2.5em;
	height:2.5em;*/
	font-size: 0.9em;
	border-radius:1rem;
	color:var(--color-main);
	background-color:var(--bg-color-sky);
	/* border:1px solid var(--line-color-gray200); */
}
    .btn_copy_all{
        font-size:1.5em !important;
    }
    .btn_copy:hover, .btn_copy_all:hover {
        color: var(--color-point);
        transition: all 0.5s;
    }

/*SCROLL CUSTOM*/

::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-thumb {
  border-radius: 50em;
  background-clip: padding-box;
  background-color: var(--line-color-gray200);
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

/*MODAL*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.modal_inner {
  position: relative;
  width: calc(100% - 4rem);
  max-height:calc(var(--vh, 1vh) * 90);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.modal_inner > .btn_modalClose {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.4rem;
  color: #fff;
}
.modal_hd {
  padding: 1.5ex;
  color: #fff;
  font-size: 3rem;
  background-color: var(--color-main);
}
.modal_hd img {
  margin-bottom: 1rem;
}
.modal_hd h2 {
  font-size: 3rem;
  font-weight: var(--txt-semibold);
}
.modal_main {
  padding: 2em 2em;
  font-size: 1.6rem;
}
.modal_main p {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: var(--txt-regular);
}
.main_btns {
  gap: 1rem;
}

/*modal - load*/
#modal__loading {
  font-size: 2rem;
	background:rgb(255 255 255 / 80%);
   backdrop-filter: blur(4px);
}
#modal__loading .loading_spinner {
  margin: 0 auto 1ex;
  padding: 1ex;
  width: 14rem;
  height: 14rem;
  border-radius: 50em;
  border: 1rem solid #fff;
  -webkit-animation: xi-spin 2s infinite linear;
  animation: xi-spin 2s infinite linear;
}
#modal__loading .loading_spinner span {
  display: inline-block;
  height: 5rem;
  width: 1rem;
  background: var(--color-main);
  border-radius: 50em;
}

/* modal messege */
.modal__msg .modal_inner {
  width: 50rem;
  max-width: 90vw;
}
.modal__msg .modal_inner > .btn_modalClose {
  color: var(--txt-color-light);
}
.modal__msg .modal_main i {
  width: 2em;
  height: 2em;
  font-size: 3rem;
  font-weight: normal;
  color: var(--color-main);
  background: var(--bg-color-sky);
  border-radius: 50em;
}
.modal__msg .modal_main h2 {
  margin: 1em 0 1em;
  font-size: 1.8rem;
}
.modal__msg .modal_main .main_cont {
  margin: 0 0 2em 0;
  font-size: 1.7rem;
  line-height: 1.6;
}
.modal__msg.warning .modal_main i.xi-error-o {
  color: var(--color-red);
  background: rgba(248, 52, 70, 0.1);
}

/*popup*/
.popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  /* bottom: 0; */
  transform: translateY(-50%);
  max-width: 50rem;
  max-height: calc(var(--vh, 1vh) * 90);
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0rem 0rem 4rem 0 rgb(0 0 0 / 30%);
  z-index: 999999;
}
.popup .popup_inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.popup .swiper-wrapper {
  overflow: hidden;
}
.popup .swiper-slide {
}
.popup .swiper a {
  display:block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.popup .swiper img {
  width: 100%;
  height:100%;
  max-height: calc(var(--vh, 1vh) * 80);
  object-fit: contain;
}
.popup .popup_footer {
  padding: 1rem;
  font-size: 1.6rem;
  color: var(--txt-color-light);
  background: #fff;
}
.popup .popup_footer i {
  font-size: 1.8rem;
  transform: translateY(0.12em);
}
.popup .popup_footer .mainPop__controls {
  gap: 0.5rem;
}
.popup .popup_footer .mainPop__controls .swiper-pagination-current {
  color: var(--color-main);
  font-weight: var(--txt-semibold);
}
.popup .popup_footer button {
  color: var(--txt-color-dark);
}
@media screen and (max-width: 767px) {
  .popup {
    width: 90%;
    margin: 0 auto;
  }
  .popup .popup_footer {
    padding-bottom: calc(1em + env(safe-area-inset-bottom));
  }
}

/*TOP BNR*/
#topBnr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  z-index: 99999;
}
#topBnr a {
  display: block;
  width: 100%;
  height: 100%;
}
#topBnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#topBnr .topBnr__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.35);
  z-index: 9;
}
@media screen and (max-width: 960px) {
  #topBnr img.pc_item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #topBnr {
    height: 8.4rem;
  }
  #topBnr .topBnr__close {
    top: 0.5rem;
    right: 0.5rem;
  }
}

/*HEADER*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-bottom:1px solid var(--line-color-gray);
  z-index: 999999;
  transition: all 0.5s;
}
header:hover {
  background:#fff;
}
#topBnr ~ header {
  top: 5rem;
}
#topBnr.hidden ~ header {
  top: 0;
}
header .hd__inner {
  height: 7.2rem;
}
header .logo a {
  display: block;
  padding: 0;
  line-height: 7.2rem;
}
header .logo img {
  height: 2.6rem;
}
header #navItems {
  height: 100%;
}
header #navItems > ul {
  height:100%;
}
header #navItems > ul > li {
  height:100%;
} 
header #navItems > ul > li > a {
  position: relative;
  display:block;
  height: 100%;
  align-content: center;
}
header #navItems > ul > li > a:after {
  content:"";
  position: absolute;
  bottom:0;
  display:block;
  width:100%;
  height:0rem;
  background-color:transparent;
  transition: all 0.2s;
}
header #navItems > ul > li:hover > a {
  color:var(--color-main);
  font-weight: var(--txt-bold);
}
header #navItems > ul > li:hover a:after {
  height:0.3rem;
  background-color: var(--color-main);
}
header #navDepth2 {
  display: none;
  position: absolute;
  top: 7.2rem;
  left: 0;
  right: 0;
  background: var(--bg-color-sky);
  border-top:1px solid var(--line-color-gray);
}
header #navItems > ul > li:hover #navDepth2 {
  display:block;
}
header #navDepth2 li {
  width:calc((100% - 6rem) / 7);
}
header #navDepth2 li a {
  position:relative;
  width: 100%;
  height: 100%;
  min-height:100px;
  font-size:1.6rem;
  background: #fff;
  border-radius: var(--radius-comm);
  border:1px solid var(--line-color-gray);
}
@media screen and (max-width: 768px) {
    header #navDepth2 li a {
        min-height:80px;
    }
}
header #navDepth2 li a:hover {
  border-color: var(--color-main);
}
header #navDepth2 li a .nDep2__thumb {
  width: 3.2rem;
  height: 100%;
  align-content: end;
}
header #navDepth2 li a .nDep2__thumb img {
	width:100%;
	height:auto;
	aspect-ratio:1 / 1;
	object-fit:cover;
}

header #navDepth2 li a .nDep2__name{
    position:relative;
    flex:1;
}
header #navDepth2 li a small {
    position: absolute;
    bottom: 0;
}
header #navMem {
  gap: 3rem;
}
header #navMem > ul {
}
header #navMem > ul > li {
  position: relative;
}
header #navMem > ul > li > a {
  display: block;
  line-height: 7.2rem;
  font-size: 1.4rem;
}
header #navMem > ul > li > a:hover span {
  color: var(--color-main);
  transition: all 0.5s;
}
header #navMem .hd__btns a {
  font-size: 2rem;
}
header #navMem .btn_cart {
  position: relative;
}
header #navMem .btn_cart .cart_count {
  position: absolute;
  bottom: -.5ex;
  right: -1ex;
  font-size: 1.1rem;
  color: #fff;
  background: var(--color-point);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50em;
}
@media screen and (max-width: 1500px) {
  header .hd__inner {
  }
}
@media screen and (min-width: 961px) {
  #btn_asideOpen {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  header {
    top: 0;
  }
  #topBnr ~ header {
    top: 5rem;
  }
  #topBnr.hidden ~ header {
    top: 0;
  }
  header .pc_item {
  }
  header .hd__inner {
  }
  header > .items_str {
    align-items: center;
  }
  header h1 a {
    line-height: 7rem;
  }
  header h1 img {
    max-height: 3.6rem;
  }
  header .nav_depth2 li {
    width:calc((100% - 3rem) / 4);
  }
  header a.btn_cart {
  }
  header a.btn_cart .cart_count {
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 0;
  }
  #topBnr ~ header {
    top: 8.4rem;
  }
  #topBnr.hidden ~ header {
    top: 0;
  }
  header #navMem .hd__btns a {
    font-size: 2.8rem;
  }
  header #btn_menuOpen.close .ri-function-line:before {
    content: "\f4c8";
  }
  header #navItems {
    position:relative;
    display:none;
    height: calc((var(--vh, 1vh) * 100) - 7.2rem - 9rem);
    position: fixed;
    left: 0;
    right: 0;
    top: 7.2rem;
    padding: var(--sep-comm) var(--sep-comm);
    background: var(--bg-color-sky);
  }
  header #navItems.open {
    display:block;
  }
  header #navItems > ul {
    position:relative;
    /*width: calc(100% - 3rem);*/
    height:auto;
    margin: 0 auto;
    gap:0;
    overflow-x: auto;
    white-space: nowrap;
  }
  header #navItems > ul::-webkit-scrollbar {
    height:0;
  }
  header #navItems > ul::-webkit-scrollbar-thumb {
    border-radius:50em;
    background-color: var(--line-color-gray200);    
  }
  header #navItems > ul:after {
    content: "";
    position: absolute;
    right:0;
    display: block;
    width:3rem;
    height:100%;
    background:linear-gradient(268deg, #eff2ff, transparent);
  }
  header #navItems > ul > li {
    height:auto;
  }
  header #navItems > ul > li > a {
    display:block;
    padding:var(--sep-half) var(--sep-comm);
    background:transparent;
    border-radius:50em;
    color:var(--txt-color-light);
  }
  header #navItems > ul > li.on a {
    color:#fff;
    background:var(--color-main);
  }
  header #navItems > ul > li > a:after {
    display:none;
  }
  header #navDepth2 {
    position:relative;
    top:0;
    display:inherit;
    border-top: none;
    max-height: calc(100vh - 7.2rem - 7.8rem - 14rem);
    overflow: auto;
  }
  header #navDepth2::-webkit-scrollbar {
    width:0.5rem 
  }
  header #navDepth2::-webkit-scrollbar-thumb {
    border-radius:50em;
    background-color: var(--line-color-gray200);    
  }
  header #navDepth2 li{
    width:calc((100% - 1rem) / 2)
  }
  
}

/*ASIDE*/


/*MAIN*/
main {
  width: 100%;
  padding-top: calc(7.2rem + 5rem);
  transition: all 0.5s;
}
main:not(#index) {
  padding-bottom:5rem;
}
#topBnr ~ main {
  padding-top: calc(5rem + 7.2rem + 5rem);
}
#topBnr.hidden ~ main {
  padding-top: calc(7.2rem + 5rem);
}
@media screen and (max-width: 960px) {
  main {
    width: 100%;
    padding-top:calc(7.2rem + 3rem)
  }
}

/*SUB*/
.boundary {
  width: calc(100% - 10rem);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .boundary {
  }
}
@media screen and (max-width: 960px) {
  .boundary {
  }
}
@media screen and (max-width: 768px) {
  .boundary {
    width: calc(100% - 3rem)
  }
}
.titleBox {
  margin-bottom: 4rem;
}
.titleBox span {
  display: block;
  margin-bottom: 0.8ex;
  font-size: 1.4rem;
  font-weight: var(--txt-semibold);
  color: var(--color-main);
}
.titleBox h2 {
  font-size: 2.6rem;
  font-weight: var(--txt-regular);
  font-family: 'jejuGothic';
  letter-spacing: -0.075em;
}
.contents {
  word-break: keep-all;
  line-height: 1.6;
}
.contents h3 {
  font-weight: var(--txt-regular);
  font-family: 'jejuGothic';
  letter-spacing: -0.075em;

   margin-bottom: 1.5ex;
   font-size: 1.8rem;
}
.contents h3 b {
  color: var(--color-main);
  font-weight: var(--txt-medium);
}
.contents h3 b i {
  font-size: 1.2em;
  transform: translateY(0.1em);
}
.contents h3 small {
  font-size: 0.7em;
  font-weight: var(--txt-regular);
  color: var(--txt-color-dark);
	font-family:Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif
}
.contents h4 {
  font-size: 1.6rem;
  margin-bottom: 1.5ex;
}
.contents article {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--color-gray-300);
}
.contents article:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.container {
  width: 100%;
  padding: 2.4rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  background-color:#F4F9FD;
  border-radius: 2rem;
  border: 1px solid transparent;
}
article .container:last-of-type {
  margin-bottom: 0;
}
.container_line {
  border-color: var(--color-main);
}
.container_mainColor {
  color: #fff;
  font-size: 2rem;
  background-color: var(--color-main);
}
.container_pointColor {
  color: #fff;
  font-size: 2rem;
  background-color: var(--color-point);
}
.container_redColor {
  color: #fff;
  font-size: 2rem;
  background-color: var(--color-red);
}
.whiteBox {
  padding: 1em 1.5em;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.container .whiteBox:not(last-of-type) {
  margin-bottom: 1rem;
}
.btnBox {
  margin-top: 1.5rem;
  gap: 1rem;
}
.check_list li {
  margin-bottom: 1.5ex;
  margin-left: 0.65em;
  padding-left: 0.6em;
  line-height: 1.4em;
  font-size: 1.4rem;
  text-align: left;
  text-indent: -0.65em;
}
.check_list li:last-of-type {
  margin-bottom: 0;
}
.check_list li i.xi-check {
  font-size: 1.2em;
  color: var(--color-main);
  transform: translateY(0.1em);
}
.check_list li small {
  color: var(--txt-color-dark);
}
.check_list .check_detail {
  margin-top: 1ex;
  padding: 1em;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  border: 1px dashed var(--txt-color-light);
}
.check_list .check_detail p {
  margin-bottom: 1ex;
  padding-left: 1em;
  text-indent: -0.7em;
}
.check_list .check_detail p:last-of-type {
  margin-bottom: 0;
}
.step__input dl {
  margin-bottom: 1.5rem;
}
.step__input dt {
  width: 8em;
  font-size: 1.6rem;
  font-weight: var(--txt-medium);
}
.step__input dd {
  width: calc(100% - 8em);
  font-size: 1.6rem;
}
.step__input dd .input_ref {
  margin-top: 1ex;
  font-size: 1.2rem;
  color: var(--txt-color-dark);
}
@media screen and (max-width: 767px) {
  .contents h3 {
    margin-bottom: 1.5ex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1ex;
    font-size: 1.8rem;
  }
  article.flex_btw {
    flex-flow: column;
  }
  .container:not(.container_redColor) {
  padding: 0 0;
  background: none;
  }
  .container_redColor {
    padding: 2rem;
  }
  .whiteBox {
    background-color: #fff;
  }
  .step__input dl {
    flex-flow: column;
    gap: 1ex;
  }
  .step__input dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .step__input dd {
    width: 100%;
    font-size: 1.6rem;
    /* background: #F4F9FD; */
  }

}

/*BOARD*/
.borad__tab {
  font-size: 1.6rem;
  color: var(--txt-color-light);
  background: var(--bg-color-gray);
  border-radius: 50em;
  width: fit-content;
  margin: 0 auto;
  gap: 0;
}
.borad__tab a {
  display: block;
  width: auto;
  padding:0 var(--sep-comm);
  line-height: 3em;
  text-align: center;
  color: var(--txt-color-gray);
  background: var(--bg-color-gray);
  border-radius: 50em;
}
.borad__tab a.on {
  color: #fff;
  font-weight: var(--txt-semibold);
  /* box-shadow: 0 -0.2em 0 var(--color-main) inset; */
  background: var(--color-main);
  /* border-radius: 50em; */
}
.board__list .list_head {
  padding: 0 var(--sep-comm) 1ex;
  margin-bottom: 1ex;
  font-size: 1.6rem;
  color: var(--txt-color-dark);
}
.board__list ul {
  padding: 0;
  font-size: 1.6rem;
  /* background-color: #fff; */
  border-radius: 0.5rem;
}
.board__list ul li {
  padding: 2rem var(--sep-comm);
  background-color: #fff;
}
    .board__list ul li:not(:last-child) {
        border-bottom: 1px solid var(--line-color-sky);
        border-bottom: 1px solid var(--color-gray-200);
    }
.board__list ul li:hover {
  background: #fffdef;
  transition: all 0.5s;
}
.board__list ul li span {
  word-break: keep-all;
}

.board__accord {
}
.board__accord li {
  position: relative;
  width: 100%;
  padding: var(--sep-comm) var(--sep-double);
  font-size: 1.6rem;
  border: 1px solid var(--line-color-gray);
  border-radius: 2rem;
}
.board__accord li.open .accord_tit {
  color: var(--color-main);
}
.board__accord li .accord_tit .flex_nml {
  gap: var(--sep-min);
}
.board__accord li .accord_tit small {
  font-size: 0.9em;
  color: var(--txt-color-light);
}
.board__accord li .accord_tit b {
  color: var(--color-main);
  font-size: 2rem;
}
.board__accord li .accord_tit i.ri-arrow-down-s-line {
  font-size: 2rem;
  color: var(--color-main);
}

.board__accord li.open .accord_tit i {
  transform: rotate(180deg);
}

.board__accord li .accord_cont {
  display: none;
  margin-top: 2rem;
  padding: 2rem;
  line-height: 1.6em;
  font-size: 1.4rem;
  background: var(--bg-color-sky);
  z-index: 99;
  border-radius: 2rem;;
}
.board__accord li .accord_cont .cont_tit {
  display: block;
  font-size: 2rem;
  margin-bottom: 1em;
}
.board__pager {
  padding-top: var(--sep-double);
  gap: 2rem;;
  font-size: 1rem;;
}
.board__pager a {
  font-size: 1.6rem;
  color: var(--txt-color-light);
}

.board__accord .arrow.disabled{

}

.board__pager .arrow a {
    display: flex;
    font-size: 1.4em;
    width: 3em;
    height: 3em;
    align-items: center;
    justify-content: center;
    color: var(--txt-color-gray);
    background: var(--bg-color-sky);
    border-radius: 1em;
    border: 1px solid #fff
}
.board__pager .arrow a:hover {
  color:#fff;
  background-color: var(--color-main);
}
.board__pager .selected a {
  font-weight: var(--txt-semibold);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
	
  .borad__tab a {
  }
	.board__list ul {
		/*gap:1rem;*/
	}
  .board__list .list_head {
    display: none;
  }
	.board__pager {
		gap:1.5rem;
	}
}

/*FOOTER*/
footer {
  width: 100%;
  padding: 7rem 0;
  border-top:1px solid var(--line-color-gray)
}
footer .ft__inner {
}
footer .ft__info {
  max-width: 50%;
  line-height: 1.8;
  word-break: keep-all;
}
footer .ft__info h1 img {
  max-height: 3.6rem;
}
footer .ft__info .ft__busi {
  color:var(--txt-color-gray)
}
footer .ft__info .ft__mailto {
  background-color: var(--bg-color-sky);
  border-radius: 2rem;
}
footer .ft__info .ft__mailto span {
  coloR:#fff;
  background-color: var(--txt-color-def);
  border-radius:50em;
}
footer .ft__info small {
  font-size: 1.2rem;
  color: var(--txt-color-light);
}
footer .ft__coop {
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  footer {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {  
  footer {
    padding-bottom:12rem;
  }
  footer .ft__inner > .flex_btw {
    position: relative;
    flex-flow: column;
    gap: var(--sep-max);
  }
  footer .ft__info {
    max-width:100%;
  }
  footer .ft__info h1 img {max-height: 2rem;}
  footer .ft__customer {
    width:100%;
    align-items: start;
    text-align: left;
    gap: var(--sep-max);
  }
  footer .ft__info .ft__mailto {
    position: absolute;
    bottom: 0;
    padding: var(--sep-comm);
  }
  footer .ft__info .ft__mailto > b {
    white-space: nowrap;
  }
}

/*FIX BAR*/
#fixBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background: rgba(255,255,255,0.85);
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
  z-index: 99;
  backdrop-filter: blur(10px);
}
#fixBar ul {
  padding: 0 var(--sep-double);
  height: 9rem;
  padding-bottom: 1rem;
}
#fixBar li {
  width: 20%;
  height: 100%;
}
#fixBar li a {    
  gap: var(--sep-min);
  width: 100%;
  height: 100%;
  color: var(--txt-color-light);
  font-size: 1.4rem;
}
#fixBar li a i {
  font-size: 2.4rem;
}
#fixBar li.home a {
  width: 7rem;
  height: 7rem;
  margin: -1.5rem auto 0;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 50em;
}
#fixBar li.home a i {
  font-size: 4rem;
}

/*QUICK MENU*/
#quick {
  position: fixed;
  right: 0;
  top: 50%;
  background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
  border-radius: 1.5rem 0 0 1.5rem;
  box-shadow: -1rem 0rem 2rem 0 rgba(0, 0, 0, 0.1);
	transform:translateY(-50%);
  z-index: 9;
}
#quick a {
  width: 6.5rem;
  height: 6rem;
  margin-top: 0.5rem;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.2rem;
  gap: 1rem;
  border-bottom: 1px solid var(--bg-color-gray);
  white-space: nowrap;
  overflow: hidden;
}
#quick a:last-child {
	border-bottom:none;
}
#quick:hover a {
  width: auto;
  padding: 0rem 2rem;
  justify-content: flex-start;
}
#quick a:hover b {
  color: var(--color-main);
}
#quick a img {
  height: 2.4rem;
}
#quick a i {
  font-size: 2.6rem;
}
#quick a.aside__kakao i {
  color: #fac000;
}
#quick a.aside__naver i {
  color: #23c411;
}
#quick a span {
  display: none;
}
#quick:hover span {
  display: block;
}
#quick a span b {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #quick {
    /*display: none;*/
    top: calc(100% - 35rem);
  }
}

.text-danger-custom, .field-validation-error {
    font-size: 1.5rem;
    color: red;
    top: 5px;
    position: relative;
    display:block;
    margin:2rem 0 3rem 0;
}

.isMobile
{
    display:none;
}

.isPc
{
    display:flex;
}

@media screen and (max-width: 767px) {
    .isMobile
    {
        display:flex;
    }
    .isPc
    {
        display:none;
    }

}