@charset "UTF-8";
:root {
  --color-b: #000;
  --color-b2: #666;
  --color-b3: #999;
  --color-black: #252525;
  --color-white: #fff;
  --color-white2: #f8f8f8;
  --white-white3: #eee;
  --color-grey1: #444;
  --color-grey2: #707070;
  --color-grey3: #b4b4b4;
  --color-grey4: #9e9e9e;
  --color-grey5: #c8c8c8;
  --bg-grey1: #f3f6f8;
  --brand-color-main: #4e2fc1;
  --brand-color-sub: #6e4ede;
  --brand-color-sub2: #4d24df;
  --border-color2: #e2e2e2;
  --color-red: #e40000;
  --pine-green: #020a0a;
  --spacing: 1rem;
  --header-hei: 6.25rem;
  --general-font: "General Sans", "Pretendard", sans-serif;
  --ivy-font: "ivymode", "Pretendard",sans-serif;
  --h-wrap: 115.75rem;
  --wrap-1820: 115.75rem;
  --wrap: 112rem;
  --f-wrap: 112rem;
  --custom-wave-anim: custom_common_wave 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  --dep2-hei: 15.9375rem;
}
@media screen and (max-width: 1280px) {
  :root {
    --spacing: 1.125rem;
    --header-hei: 6rem;
    --sub-visual-hei: 28.5rem;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --spacing: 0.9375rem;
    --header-hei: 5rem;
    --sub-visual-hei: 23.75rem;
    --loc-hei: 3.75em;
  }
}

.tc_1 {
  color: var(--brand-color-main);
}

.tc_2 {
  color: var(--brand-color-sub);
}

.tc_w {
  color: var(--color-white);
}

.tc_b {
  color: var(--color-black);
}

.bg_g2 {
  background-color: var(--color-grey2);
}

.bg_w {
  background-color: var(--color-white);
}

@media screen and (max-width: 400px) {
  :root {
    font-size: 4vw;
  }
}
/*
*****************************************
*          typography  : start
*****************************************
*/
/*
영문 (대문자) : U+0041-005A
영문 (소문자) : U+0061-007A
숫자 : U+0030-0039
한글 : U+AC00-U+D7A3
전체 : U+0020-007E
*/
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ivymode";
  src: url("../fonts/ivy-mode.woff") format("woff"), url("../fonts/ivy-mode.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
body, html {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

a {
  cursor: pointer;
}

.font_ptd {
  font-family: "Pretendard", sans-serif;
}

/*font-weight*/
.fw_100 {
  font-weight: 100;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.fw_800 {
  font-weight: 800;
}

.fw_900 {
  font-weight: 900;
}

.t_center {
  text-align: center;
}

.t_justify {
  text-align: justify;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .t_md_center {
    text-align: center;
  }
  .t_md_justify {
    text-align: justify;
  }
  .t_md_left {
    text-align: left;
  }
  .t_md_right {
    text-align: right;
  }
}
.va_m {
  vertical-align: middle;
}

.va_m_box span {
  display: inline-block;
  vertical-align: middle;
}

.va_t {
  vertical-align: top;
}

.va_b {
  vertical-align: bottom;
}

.va_base {
  vertical-align: baseline;
}

/*text*/
.wb_ka {
  word-break: keep-all;
}

.wb_ba {
  word-break: break-all;
}

.wh_nw {
  white-space: nowrap;
}

/*display*/
.text_hide {
  position: absolute;
  z-index: -1;
  line-height: 1 !important;
  font-size: 1px !important;
  width: 1px !important;
  height: 1px !important;
  color: transparent !important;
  background: transparent !important;
  overflow: hidden !important;
  font-size: 1px;
  text-indent: -99999px;
  opacity: 0.05 !important;
}
.text_hide:before, .text_hide:after {
  display: none !important;
}

/* necessary plugin styles */
[class^=ellip_]:not(.ellip_1), [class*=ellip_]:not(.ellip_1) {
  display: block;
  display: -webkit-box;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}

.ellip_1 {
  display: block;
  max-height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellip_2 {
  -webkit-line-clamp: 2;
  max-height: 3em;
}

.ellip_3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.ellip_4 {
  -webkit-line-clamp: 4;
  max-height: 6em;
}

.ellip_5 {
  -webkit-line-clamp: 5;
  max-height: 7.5em;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 1rem;
  }
}
.btn.align_r {
  margin-right: auto;
}
.btn.align_l {
  margin-left: auto;
}
.btn.size_s {
  max-width: 10.75rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .btn.size_s {
    font-size: 1rem;
    max-width: 10.75em;
  }
}
.btn.size_m {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .btn.size_m {
    max-width: 11.5625em;
  }
}
.btn.size_m.size_m_auto {
  padding-left: 1.5625em;
  padding-right: 1.5625em;
}
.btn.btn_st1 {
  height: 3.75em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 1.35;
  border: 0;
  background-color: #fff;
}
.btn.btn_st1.line {
  box-shadow: inset 0 0 0 1px #252525;
}
.btn.btn_st1::before {
  background-color: #252525;
}
@media screen and (max-width: 1280px) {
  .btn.btn_st1 {
    height: 3.75em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.btn.c1 {
  color: #fff;
}
.btn.c1::before {
  background-color: var(--brand-color-main);
}
.btn.c1.line {
  box-shadow: inset 0 0 0 1px var(--brand-color-main);
}
.btn.cg {
  background-color: #252525;
  color: #252525;
}
.btn.cg::before {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn.cg.line {
  box-shadow: inset 0 0 0 1px #f1f1f1;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.35s;
}
.btn .txt {
  position: relative;
  z-index: 3;
  transition: color 0.35s;
}
@media screen and (min-width: 1025px), print {
  .btn:hover {
    border-color: inherit;
  }
  .btn:hover.btn_st1 {
    color: #252525;
  }
  .btn:hover.cb {
    border: 1px solid #252525;
  }
  .btn:hover.c1 {
    color: var(--brand-color-main);
  }
  .btn:hover.cg {
    color: var(--color-white);
  }
  .btn:hover::before {
    transform: translateY(-101%);
  }
}

.result_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
  padding-top: 1.25em;
  border-top: 0.5px solid rgba(210, 210, 210, 0.8);
}
.result_btn_box.on .announce_txt {
  visibility: visible;
}
.result_btn_box .announce_txt {
  visibility: hidden;
  display: flex;
  align-items: center;
  gap: 0.2666666667em;
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.result_btn_box .announce_txt::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12C2.68629 12 0 9.31368 0 6C0 2.68629 2.68629 0 6 0C9.31368 0 12 2.68629 12 6C12 9.31368 9.31368 12 6 12ZM6 10.8C8.65098 10.8 10.8 8.65098 10.8 6C10.8 3.34903 8.65098 1.2 6 1.2C3.34903 1.2 1.2 3.34903 1.2 6C1.2 8.65098 3.34903 10.8 6 10.8ZM5.4 3H6.6V4.2H5.4V3ZM5.4 5.4H6.6V9H5.4V5.4Z' fill='%23212121'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.result_btn {
  display: flex;
  align-items: center;
}

.btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.125em;
}
@media screen and (max-width: 1280px) {
  .btn_box {
    margin-top: 2.6666666667em;
  }
}

.more_view_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  width: 100%;
  max-width: 6.9em;
  height: 2.5em;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1280px) {
  .more_view_btn {
    font-size: 1.2rem;
    height: 3.125em;
    max-width: 8.625em;
  }
}
@media screen and (max-width: 1024px) {
  .more_view_btn {
    font-size: 1rem;
  }
}
.more_view_btn .arr {
  display: flex;
  flex-direction: column-reverse;
  width: 0.75em;
  aspect-ratio: 1;
  overflow: hidden;
}
.more_view_btn .arr::before, .more_view_btn .arr::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  background: url("../images/common/ico_lnk_arr_bottom.svg") no-repeat center/99% auto;
  transform-origin: center;
  transition: all 0.35s;
}
.more_view_btn:hover .arr::before, .more_view_btn:hover .arr::after {
  transform: translateY(100%);
}
.hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search_wrap {
  position: relative;
  font-size: 0.9375em;
  max-width: 38.4em;
  margin-bottom: 1.6666666667em;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .search_wrap {
    max-width: 100%;
  }
}
.search_wrap .search_inp {
  display: flex;
  align-items: center;
  width: 100%;
}
.search_wrap .fm_inp {
  width: 100%;
}
.search_wrap .search_btn {
  position: absolute;
  top: 50%;
  right: 1.3333333333em;
  transform: translateY(-50%);
  width: 1.6em;
  aspect-ratio: 1;
}
.search_wrap .search_btn svg {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.form_wrap {
  position: relative;
  counter-reset: stepCount;
}
.form_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
.form_wrap .inp_group {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 1.875em;
  padding-bottom: 3.125em;
  padding-left: 3.625em;
  color: #252525;
}
.form_wrap .inp_group + .inp_group::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d2d2d2;
  opacity: 0.8;
}
.form_wrap .inp_group:not(.terms_wrap):last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1024px) {
  .form_wrap .inp_group {
    padding-top: 2em;
    padding-left: 0;
    padding-bottom: 3.3333333333em;
  }
}
.form_wrap .inp_tit {
  position: relative;
  font-size: 1.5em;
  line-height: 1.2916666667em;
  font-weight: 700;
  letter-spacing: -0.48px;
}
.form_wrap .inp_tit::before {
  counter-increment: stepCount;
  content: counter(stepCount, decimal-leading-zero);
  display: block;
  position: absolute;
  left: -2.4166666667em;
  top: 50%;
  transform: translateY(-50%);
  color: #909090;
}
@media screen and (max-width: 1280px) {
  .form_wrap .inp_tit {
    font-size: 1.3333333333em;
  }
}
@media screen and (max-width: 1024px) {
  .form_wrap .inp_tit::before {
    position: static;
    transform: none;
    margin-bottom: 0.3em;
  }
}
.form_wrap .inp_txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.0666666667em;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.3px;
  margin-top: 0.6666666667em;
  margin-bottom: 3.3333333333em;
}
@media screen and (max-width: 1280px) {
  .form_wrap .inp_txt {
    font-size: 1em;
    margin-top: 0.4em;
    margin-bottom: 2em;
    gap: 1.6666666667em;
  }
}
@media screen and (max-width: 1280px) {
  .form_wrap .inp_txt .l_txt, .form_wrap .inp_txt .r_txt {
    width: 100%;
  }
}
.form_wrap .inp_box {
  font-size: 0.9375em;
  margin-top: 3.3333333333em;
  min-height: 6.6666666667em;
}
.form_wrap .fm_box {
  display: flex;
  gap: 2.6666666667em;
  font-size: 0.9375em;
}
.form_wrap .fm_box.other {
  flex-wrap: wrap;
  gap: 1.25em;
}
.form_wrap .fm_box.other > * {
  flex: auto;
}
.form_wrap .fm_box.other .other_inp {
  display: none;
  width: 100%;
}
.form_wrap .fm_box.other.active .other_inp {
  display: block;
}
.form_wrap .fm_box.form_btn_box {
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .form_wrap .fm_box.form_btn_box {
    margin-top: 2em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1280px) {
  .form_wrap .fm_box {
    font-size: 1em;
    gap: 1.6666666667em;
  }
}
.form_wrap .fm_box > * {
  flex: 1 1;
}
.form_wrap .fm_box + .fm_box {
  margin-top: 1.3333333333em;
}
.form_wrap .fm_box.wid_50p > * {
  max-width: calc((100% - 2.6666666667em) / 2);
}
@media screen and (max-width: 1280px) {
  .form_wrap .fm_box.wid_50p > * {
    max-width: calc((100% - 1.6666666667em) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .form_wrap .fm_box.wid_50p {
    flex-wrap: wrap;
  }
  .form_wrap .fm_box.wid_50p > * {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }
}
.form_wrap .fm_box.wid_33p > * {
  max-width: calc((100% - 2.6666666667em) / 3);
}
@media screen and (max-width: 1280px) {
  .form_wrap .fm_box.wid_33p > * {
    max-width: calc((100% - 1.6666666667em) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .form_wrap .fm_box.wid_33p {
    flex-wrap: wrap;
    gap: 3em;
  }
  .form_wrap .fm_box.wid_33p > * {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
}
.form_wrap .fm_box.last {
  margin-top: 2.6666666667em;
}
.form_wrap .terms_wrap.inp_group {
  padding-bottom: 1.3333333333em;
}
.form_wrap .terms_wrap.inp_group::before {
  border-top-color: #000;
}
.form_wrap .terms_wrap .inp_tit {
  margin-bottom: 2.0833333333em;
}
@media screen and (max-width: 1280px) {
  .form_wrap .terms_wrap .inp_tit {
    order: 0;
  }
  .form_wrap .terms_wrap .newsletter {
    order: 1;
  }
  .form_wrap .terms_wrap .all_ch_box {
    order: 2;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .form_wrap .terms_wrap .terms {
    order: 3;
  }
  .form_wrap .terms_wrap .private {
    order: 4;
  }
}
.form_wrap .terms_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.0666666667em;
  font-size: 0.9375em;
  letter-spacing: -0.02em;
  margin-bottom: 2.6666666667em;
}
.form_wrap .terms_group .lab {
  font-weight: 600;
}
.form_wrap .terms_group .subs {
  color: #7b7b7b;
  line-height: 1.35;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .form_wrap .terms_group.newsletter {
    gap: 0;
    justify-content: flex-start;
  }
  .form_wrap .terms_group.newsletter .lab {
    order: 0;
    width: 100%;
  }
  .form_wrap .terms_group.newsletter .subs {
    order: 1;
    width: 100%;
    margin-top: 1em;
  }
  .form_wrap .terms_group.newsletter .rd_box {
    width: 100%;
    order: 2;
    margin-top: 2em;
  }
}
.form_wrap .terms_box {
  border: 1px solid #f1f1f1;
  border-radius: 0.625rem;
  font-size: 0.9375em;
}
.form_wrap .terms_box + .terms_box {
  margin-top: 1.3333333333em;
}
@media screen and (max-width: 1280px) {
  .form_wrap .terms_box {
    border-radius: 0.3125rem;
  }
  .form_wrap .terms_box + .terms_box {
    margin-top: 1em;
  }
}
.form_wrap .terms_box_head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 1.2em 1.6666666667em;
}
.form_wrap .terms_box_head .fm_ch {
  width: 100%;
  justify-content: space-between;
}
.form_wrap .terms_box_head .fm_ch ._icon {
  margin-left: auto;
  flex: 0 0 auto;
}
.form_wrap .terms_box_head .fm_ch .txt {
  flex: 0 0 auto;
}
.form_wrap .terms_box_head .head_txt {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0666666667em;
  font-size: 1em;
}
.form_wrap .terms_box_head .view_detail {
  font-size: 0.8666666667em;
  text-decoration: underline;
  color: #828282;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1024px) {
  .form_wrap .terms_box_head {
    height: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .form_wrap .terms_box_head .fm_ch {
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.6666666667em;
  }
  .form_wrap .terms_box_head .fm_ch ._icon {
    order: 0;
    margin-left: 0;
  }
  .form_wrap .terms_box_head .head_txt {
    order: 1;
  }
  .form_wrap .terms_box_head .txt {
    display: none;
  }
}
.form_wrap .terms_conts {
  display: block;
  padding: 1.6666666667em;
  overflow-y: auto;
  font-size: 1em;
  height: 8em;
}
@media screen and (max-width: 1024px) {
  .form_wrap .terms_conts {
    padding: 1em;
  }
}
.form_wrap .terms_conts .inner {
  font-size: 1em;
  line-height: 1.6875em;
  letter-spacing: -0.025em;
  padding: 0;
}
.form_wrap .terms_conts_txt {
  margin-bottom: 1.1538461538em;
}
.form_wrap .terms_tit {
  display: block;
  font-size: 1em;
  margin-bottom: 0.6666666667em;
}
.form_wrap .terms_sub_tit {
  display: block;
  margin-bottom: 0.3333333333em;
}
.form_wrap .terms_conts_box {
  line-height: 1.65;
}
.form_wrap .terms_conts_box + .terms_conts_box {
  margin-top: 2.3333333333em;
}
.form_wrap .terms_conts_box + .terms_conts_box .terms_tit {
  margin-top: 0.3333333333em;
}
.form_wrap .privacy_table td, .form_wrap .privacy_table th {
  padding: 1em 1.3333333333em !important;
}
@media screen and (max-width: 1280px) {
  .form_wrap .privacy_table td, .form_wrap .privacy_table th {
    padding: 0.6666666667em 1em !important;
  }
}

input[type=text], input[type=password], input[type=number], input[type=email], select {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 4em;
  font-size: 1em;
  padding-left: 1.7333333333em;
  padding-right: 1.7333333333em;
}
@media screen and (max-width: 1280px) {
  input[type=text], input[type=password], input[type=number], input[type=email], select {
    border-radius: 0.3125rem;
    padding-left: 1.3333333333em;
    padding-right: 1.3333333333em;
  }
}

.rd_box {
  display: flex;
  flex-wrap: wrap;
  /* gap: 4.6666666667em; */
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .rd_box {
    margin-top: 1.1333333333em;
    gap: 4.3333333333em;
  }
}

.fm_rd ._icon {
  border-radius: 50%;
}
.fm_rd input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.fm_rd input[type=radio]:checked + ._icon {
  border: 1px solid #424242;
}
.fm_rd input[type=radio]:checked + ._icon::before {
  top: 50%;
  left: 50%;
  width: 0.4666666667em;
  height: 0.4666666667em;
  margin-top: -0.2333333333em;
  margin-left: -0.2333333333em;
  background-color: #424242;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .fm_rd input[type=radio]:checked + ._icon::before {
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    margin-left: -0.3em;
  }
}

.fm_ch ._icon {
  box-shadow: inset 0 0 0 1px #dcdcdc;
}
.fm_ch input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.fm_ch input[type=checkbox] + ._icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0;
  transition: opacity 0.35s;
}
.fm_ch input[type=checkbox] + ._icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.5L3.5 6L7.5 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.5em auto;
  background-position: center;
  opacity: 0;
  transition: opacity 0.35s;
}
@media screen and (max-width: 1280px) {
  .fm_ch input[type=checkbox] + ._icon::after {
    background-size: 0.6em auto;
  }
}
.fm_ch input[type=checkbox]:checked + ._icon::before {
  opacity: 1;
}
.fm_ch input[type=checkbox]:checked + ._icon::after {
  opacity: 1;
}

.all_ch_box {
  margin-top: 1.25em;
}

.fm_all_ch {
  display: inline-block;
  margin-left: auto;
}
.fm_all_ch.fm_ch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  height: 3.3333333333em;
  padding-left: 2.2em;
  padding-right: 2.2em;
  color: #fff;
  gap: 0.8em;
  font-size: 0.9375em;
  background-color: #252525;
}
.fm_all_ch.fm_ch input[type=checkbox] + ._icon {
  border-color: #515151;
}
.fm_all_ch.fm_ch input[type=checkbox]:checked + ._icon::before {
  background-color: #515151;
}
.fm_all_ch.fm_ch ._icon {
  flex: 0 0 auto;
}
.fm_all_ch.wid_auto {
  display: inline-flex;
  margin-left: auto;
}
.fm_all_ch.wid_auto.fm_ch {
  width: auto;
}
@media screen and (max-width: 1280px) {
  .fm_all_ch.fm_ch {
    display: flex;
    font-size: 1em;
    width: 100%;
    background-color: inherit;
    justify-content: flex-start;
    color: #121212;
    border-radius: 0.3125rem;
    border: 1px solid #f1f1f1;
    height: 4em;
    padding-left: 1em;
    padding-right: 1em;
    gap: 0.6666666667em;
    font-weight: 600;
  }
}

.fm_ch, .fm_rd {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
}
.fm_ch ._icon, .fm_rd ._icon {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #dcdcdc;
  transition: border 0.35s;
}
.fm_ch ._icon::before, .fm_rd ._icon::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.35s;
}
@media screen and (max-width: 1280px) {
  .fm_ch ._icon, .fm_rd ._icon {
    width: 1.3333333333em;
    height: 1.3333333333em;
  }
}

.inq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-color-main);
  margin-left: 0.3333333333em;
  margin-right: 0.3333333333em;
  font-weight: 600;
}

select:focus,
textarea:focus {
  outline: none;
}

input,
select,
textarea {
  transition: box-shadow 0.35s;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
}

textarea {
  border: none;
  outline: none;
  border-radius: 0.625rem;
  overflow-y: auto;
  padding: 1.6666666667em;
  font-size: 1em;
  background-color: #f1f1f1;
  height: 13.3333333333em;
  resize: none;
}
@media screen and (max-width: 1280px) {
  textarea {
    padding: 1.3333333333em;
    border-radius: 0.3125rem;
    height: 12em;
  }
}
textarea::-webkit-input-placeholder {
  color: #999999;
  color: #999999;
  font-weight: 300;
}
textarea::-moz-placeholder {
  color: #999999;
  color: #999999;
  font-weight: 300;
  opacity: 1;
  /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
textarea:-ms-input-placeholder {
  color: #999999;
  color: #999999;
  font-weight: 300;
}
textarea::-webkit-scrollbar {
  width: 0.125rem;
}
textarea::-webkit-scrollbar-track {
  background: #dddddd;
}
textarea::-webkit-scrollbar-thumb {
  background: #252525;
}

*::placeholder {
  color: #b8b8b8;
}

input {
  outline: none;
  border: 0;
  background-color: #f1f1f1;
  color: #252525;
}

select {
  display: inline-flex;
  background-color: inherit;
  border: 1px solid #dcdcdc;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_sel.svg");
  background-position: right 1.3333333333em center;
  background-size: 1.2em auto;
}

.fm_set {
  display: flex;
  flex-direction: column;
}

.fm_lab {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.8666666667em;
  flex: 1 1 auto;
}

.fm_inp {
  display: inline-flex;
}

.fm_sel {
  display: inline-flex;
}

.board_list_wrap {
  width: 100%;
  font-size: 1em;
}
.board_list_wrap .board_none {
  display: table-cell;
  height: 18.75em;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid rgba(210, 210, 210, 0.8);
}
.board_list_wrap.faq .board_list_tab .btn.btn_st1 {
  width: 300px;
  height: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap .board_none {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.board_list_wrap:not(.faq) .board_lists {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_lists {
    display: block;
  }
}
.board_list_wrap:not(.faq) .board_item {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 4.375em;
  padding-left: 1.3333333333em;
  padding-right: 1.3333333333em;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_item {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 3.6666666667em;
  }
  .board_list_wrap:not(.faq) .board_item > * {
    display: flex;
    align-items: center;
  }
}
.board_list_wrap:not(.faq) .board_item > * {
  border-bottom: 1px solid rgba(210, 210, 210, 0.8);
}
.board_list_wrap:not(.faq) .board_item.notify {
  background-color: var(--brand-color-main);
  border-radius: 0.625rem;
  border: 0;
  color: #fff;
}
.board_list_wrap:not(.faq) .board_item.notify > * {
  border-bottom: 0;
}
.board_list_wrap:not(.faq) .board_item.notify .num {
  align-items: center;
  gap: 0.375em;
  padding-left: 0;
  padding-right: 0;
}
.board_list_wrap:not(.faq) .board_item.notify .num::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.375em;
  vertical-align: middle;
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
  border-radius: 100%;
}
.board_list_wrap:not(.faq) .board_item.notify .view, .board_list_wrap:not(.faq) .board_item.notify .writer, .board_list_wrap:not(.faq) .board_item.notify .date {
  color: #ae9bf4;
}
.board_list_wrap:not(.faq) .board_item.notify .view::before {
  background-image: url("../images/common/ico_view_point.svg");
}
.board_list_wrap:not(.faq) .board_item.notify .board_tit_box {
  font-size: 0.9333333333em;
}
.board_list_wrap:not(.faq) .board_item.notify .board_tit_box::after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_item.notify .num {
    width: auto;
    padding-left: 0;
    gap: 0;
    height: 3.6666666667em;
  }
  .board_list_wrap:not(.faq) .board_item.notify .num::before {
    margin-right: 0.4em;
  }
  .board_list_wrap:not(.faq) .board_item.notify .view, .board_list_wrap:not(.faq) .board_item.notify .writer, .board_list_wrap:not(.faq) .board_item.notify .date {
    display: none;
  }
  .board_list_wrap:not(.faq) .board_item.notify .board_tit_box {
    width: 100%;
    max-width: 100%;
  }
  .board_list_wrap:not(.faq) .board_item.notify .board_tit_box .board_tit {
    max-width: 100%;
  }
}
.board_list_wrap:not(.faq) .board_item:not(.notify) {
  padding-top: 1.3333333333em;
  padding-bottom: 1.3333333333em;
  gap: 0.6666666667em 0;
  border-bottom: 0.5px solid #d2d2d2;
}
.board_list_wrap:not(.faq) .board_item:not(.notify) > * {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_item:not(.notify) {
    padding-left: 0.6666666667em;
    padding-right: 0.6666666667em;
  }
}
.board_list_wrap:not(.faq) .board_item:not(.notify) .writer, .board_list_wrap:not(.faq) .board_item:not(.notify) .view, .board_list_wrap:not(.faq) .board_item:not(.notify) .date, .board_list_wrap:not(.faq) .board_item:not(.notify) .num {
  flex: 0 0 auto;
}
.board_list_wrap:not(.faq) .board_item:not(.notify) .num {
  font-size: 1em;
  align-self: baseline;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_item:not(.notify) .num {
    position: absolute;
  }
}
.board_list_wrap:not(.faq) .board_item:not(.notify) .board_tit_box {
  flex: auto;
  width: calc(100% - 2em);
}
.board_list_wrap:not(.faq) .board_item:not(.notify) .board_tit_box .board_tit {
  padding-right: 1.3333333333em;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_item:not(.notify) .board_tit_box .board_tit {
    white-space: wrap;
    max-width: 100%;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35em;
    max-height: 2.7em;
  }
}
.board_list_wrap:not(.faq) .num, .board_list_wrap:not(.faq) .board_tit_box, .board_list_wrap:not(.faq) .writer, .board_list_wrap:not(.faq) .view, .board_list_wrap:not(.faq) .date {
  display: flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1.25em;
  letter-spacing: -0.32px;
  gap: 0.1875em;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .num, .board_list_wrap:not(.faq) .board_tit_box, .board_list_wrap:not(.faq) .writer, .board_list_wrap:not(.faq) .view, .board_list_wrap:not(.faq) .date {
    display: flex;
    align-items: center;
  }
}
.board_list_wrap:not(.faq) .board_item:not(.notify) .writer, .board_list_wrap:not(.faq) .board_item:not(.notify) .view, .board_list_wrap:not(.faq) .board_item:not(.notify) .date, .board_list_wrap:not(.faq) .board_item:not(.notify) .num {
  color: #909090;
}
.board_list_wrap:not(.faq) .writer, .board_list_wrap:not(.faq) .view, .board_list_wrap:not(.faq) .date, .board_list_wrap:not(.faq) .num {
  flex: 0 0 auto;
  font-weight: 400;
  justify-content: center;
}
.board_list_wrap:not(.faq) .board_tit_box {
  flex: 1 1;
  gap: 0.625em;
  overflow: hidden;
  font-size: 1.0666666667em;
}
.board_list_wrap:not(.faq) .board_tit_box .board_tit {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 2.375em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.board_list_wrap:not(.faq) .board_tit_box::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 0.625em;
  width: 1.125em;
  aspect-ratio: 1;
  background: url("../images/common/ico_lnk_arr_b.svg") no-repeat center/100% auto;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_tit_box::after {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .board_tit_box {
    padding-left: 1.875em;
  }
}
.board_list_wrap:not(.faq) .num {
  display: flex;
  justify-content: flex-start;
  width: 4.625em;
  padding-right: 1.25em;
}
.board_list_wrap:not(.faq) .writer, .board_list_wrap:not(.faq) .view, .board_list_wrap:not(.faq) .date {
  text-align: center;
  width: 5em;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.board_list_wrap:not(.faq) .writer {
  width: 6.25em;
}
.board_list_wrap:not(.faq) .date {
  width: 7.5em;
  padding-right: 1.25em;
}
.board_list_wrap:not(.faq) .view::before {
  content: "";
  display: inline-block;
  width: 0.875em;
  aspect-ratio: 1;
  margin-right: 0.1875em;
  background: url("../images/common/ico_view.svg") no-repeat center/100% auto;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap:not(.faq) .writer, .board_list_wrap:not(.faq) .view, .board_list_wrap:not(.faq) .date {
    width: auto;
    padding: 0;
    font-size: 0.8em;
    margin-right: 1em;
  }
  .board_list_wrap:not(.faq) .writer {
    width: auto;
    padding-left: 2.5em;
  }
}
.board_list_wrap.faq {
  display: flex;
  position: relative;
  min-height: 44.375em;
  gap: 1.875em;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq {
    flex-wrap: wrap;
    min-height: auto;
    gap: 0;
  }
}
.board_list_wrap.faq .board_none {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.board_list_wrap.faq::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0.5px solid rgba(0, 0, 0, 0.8);
}
.board_list_wrap.faq::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 2800px;
  transform: translateX(-50%);
  background: url("../images/common/fog_bg2.png") no-repeat left center/contain;
  background-size: 46.75em auto;
  z-index: -1;
  pointer-events: none;
  touch-action: none;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq::after {
    display: none;
  }
}
.board_list_wrap.faq .board_list_tab {
  width: 29.8%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.125em;
  padding-top: 3.125em;
  flex: 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq .board_list_tab {
    flex-direction: row;
    width: 100%;
    padding-top: 1.6666666667em;
    padding-bottom: 1.3333333333em;
    gap: 0 2.5333333333em;
  }
}
.board_list_wrap.faq .board_tab_tit {
  display: flex;
  align-items: flex-start;
  gap: 0.06em;
  font-size: 6.25em;
  font-family: var(--ivy-font);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #cecece;
}
.board_list_wrap.faq .board_tab_tit::after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 100%;
  box-shadow: inset 0 0 0 6px rgb(0, 0, 0);
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.35s;
}
.board_list_wrap.faq .board_tab_tit svg {
  vertical-align: top;
}
.board_list_wrap.faq .board_tab_tit.on {
  color: #252525;
}
.board_list_wrap.faq .board_tab_tit.on svg, .board_list_wrap.faq .board_tab_tit.on svg path {
  fill: #252525 !important;
}
.board_list_wrap.faq .board_tab_tit.on::after {
  visibility: visible;
  opacity: 1;
  flex: 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq .board_tab_tit {
    font-size: 1.6666666667em;
    gap: 0.08em;
    font-family: inherit;
  }
  .board_list_wrap.faq .board_tab_tit::before {
    content: attr(title);
    display: block;
    font-size: 1em;
    font-weight: bold;
  }
  .board_list_wrap.faq .board_tab_tit svg {
    display: none;
  }
  .board_list_wrap.faq .board_tab_tit::after {
    width: 0.2em;
    height: 0.2em;
    box-shadow: inset 0 0 0 2px rgb(0, 0, 0);
    transform: none;
  }
}
.board_list_wrap.faq .board_lists {
  width: 71.2%;
  display: none;
}
.board_list_wrap.faq .board_lists.on {
  display: block;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq .board_lists {
    width: 100%;
  }
}
.board_list_wrap.faq .board_item {
  position: relative;
  font-size: 1.125em;
  padding-left: 2.2222222222em;
  padding-right: 0.2777777778em;
}
.board_list_wrap.faq .board_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq .board_item {
    font-size: 1em;
  }
}
.board_list_wrap.faq .toggle_tit {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  gap: 0.8888888889em;
  font-weight: 400;
  line-height: 1.2777777778em;
  padding-top: 1.3333333333em;
  padding-bottom: 1.3333333333em;
}
.board_list_wrap.faq .toggle_tit::before {
  content: "Q";
  font-family: var(--ivy-font);
  position: absolute;
  left: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8888888889em;
  color: #909090;
  font-weight: 400;
}
.board_list_wrap.faq .toggle_tit::after {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  margin-left: auto;
  width: 0.8888888889em;
  height: 0.8888888889em;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.11035' width='1.77778' height='16' fill='black'/%3E%3Crect y='8.88867' width='1.77778' height='16' transform='rotate(-90 0 8.88867)' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}
.board_list_wrap.faq .toggle_tit .plus {
  display: none;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq .toggle_tit {
    line-height: 1.35;
    padding-top: 1.3333333333em;
    padding-bottom: 1.3333333333em;
  }
  .board_list_wrap.faq .toggle_tit::before {
    font-size: 1em;
    transform: none;
    top: 1.3333333333em;
    line-height: 1.35;
    left: -2.1875em;
  }
  .board_list_wrap.faq .toggle_tit .plus {
    width: 1em;
    height: 1em;
  }
}
.board_list_wrap.faq .toggle_tit.on::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_844_1707' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_844_1707)'%3E%3Crect y='8.88867' width='1.77778' height='16' transform='rotate(-90 0 8.88867)' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.board_list_wrap.faq .toggle_tit.on + .answer_wrap {
  visibility: visible;
}
.board_list_wrap.faq .answer_wrap {
  --height: 0px;
  overflow: hidden;
  height: var(--height);
  visibility: visible;
  transition: height 0.35s;
  color: #252525;
  font-size: 0.8888888889em;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.6875em;
}
.board_list_wrap.faq .answer_wrap > p {
  margin-bottom: 1.875em;
  background-color: #F5F5F5;
  padding: 1.5625em;
}
@media screen and (max-width: 1280px) {
  .board_list_wrap.faq .answer_wrap {
    margin-left: calc((var(--spacing) + 2.5em) * -1);
    margin-right: calc(var(--spacing) * -1);
  }
  .board_list_wrap.faq .answer_wrap > p {
    background-color: #F5F5F5;
    padding-left: calc(var(--spacing) + 2.5em);
    padding-right: calc(var(--spacing));
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
}

.board_read_wrap {
  display: flex;
  font-size: 1.125rem;
  padding-top: var(--header-hei);
  padding-bottom: 10em;
  min-height: calc(var(--vh, 1vh) * 80);
}
.board_read_wrap .history_back_btn {
  display: none;
}
.board_read_wrap .history_back_btn::before {
  display: none !important;
}
.board_read_wrap .left {
  width: 40%;
  max-width: 39.4444444444em;
}
.board_read_wrap .right {
  position: relative;
  z-index: 2;
  padding-left: 8.3333333333em;
  width: 60%;
  padding-top: 2.2222222222em;
  line-height: 1.6666666667em;
}
.board_read_wrap .board_date {
  display: block;
  color: #909090;
  margin-bottom: 1.6666666667em;
}
.board_read_wrap .board_tit {
  font-size: 2.4444444444em;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2954545455em;
}
@media screen and (max-width: 1280px) {
  .board_read_wrap .board_tit {
    font-size: 1.6666666667em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1024px) {
  .board_read_wrap .board_tit {
    font-size: 1.6em;
    line-height: 1.3333333333em;
    padding-bottom: 1.25em;
    border-bottom: 0.5px solid #cacaca;
  }
}
.board_read_wrap .board_head .btn {
  margin-top: 6.25em;
}
@media screen and (max-width: 1024px) {
  .board_read_wrap .board_head .btn {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .board_read_wrap .board_head.fix {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--wrap);
    margin-top: var(--header-hei);
    padding-left: var(--spacing);
  }
  .board_read_wrap .board_head.fix .inner {
    padding-right: 60%;
    width: 100%;
  }
  .board_read_wrap .board_head.fix .inner > *:not(.btn) {
    max-width: 44.375rem;
  }
}
.board_read_wrap .conts {
  min-height: 38.0555555556em;
  padding-bottom: 5.5555555556em;
  border-bottom: 0.5px solid #cacaca;
}
@media screen and (max-width: 1024px) {
  .board_read_wrap .conts {
    padding-bottom: 6.6666666667em;
  }
}
.board_read_wrap .board_foot {
  font-size: 0.8333333333em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.board_read_wrap .sibling_items {
  color: #424242;
  padding-right: 3em;
}
.board_read_wrap .sibling_items .inner {
  display: flex;
  letter-spacing: -0.02em;
  gap: 2em;
}
.board_read_wrap .sibling_items .direction, .board_read_wrap .sibling_items .tit, .board_read_wrap .sibling_items .date {
  display: flex;
  align-items: center;
}
.board_read_wrap .sibling_items .direction {
  font-weight: 500;
  gap: 0.8em;
}
.board_read_wrap .sibling_items .direction::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.board_read_wrap .sibling_items.prev .direction, .board_read_wrap .sibling_items.prev .tit {
  opacity: 0.5;
}
.board_read_wrap .sibling_items.prev .direction::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M8.056,5.562,12.25,9.754l.5-.5L8.056,4.571,3.366,9.258l.5.5Z' transform='translate(-0.556 0.338)' fill='rgba(33,33,33,0.5)' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.board_read_wrap .sibling_items.next .direction::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M8.056,5.562,12.25,9.754l.5-.5L8.056,4.571,3.366,9.258l.5.5Z' transform='translate(15.556 14.663) rotate(180)' fill='%23212121' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.board_read_wrap .sibling_items .tit {
  position: relative;
  display: block;
  padding-right: 1.5333333333em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_read_wrap .sibling_items .tit::after {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.613 3.17213L2.68164 12.1035L1.98438 11.4062L10.9158 2.47486L11.613 3.17213Z' fill='%23252525' stroke='%23252525' stroke-width='0.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7715 3.31611L2.43037 3.31318L2.43072 2.3271L11.7572 2.33037L11.7605 11.6569L10.7744 11.6572L10.7715 3.31611Z' fill='%23252525' stroke='%23252525' stroke-width='0.5'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.6em;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.35s, opacity 0.35s;
}
@media screen and (max-width: 1024px) {
  .board_read_wrap .sibling_items .tit::after {
    width: 1em;
  }
}
.board_read_wrap .sibling_items .tit:hover::after {
  visibility: visible;
  opacity: 1;
}
.board_read_wrap .sibling_items .date {
  flex: 0 0 auto;
  font-weight: 500;
  color: #909090;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .board_read_wrap .sibling_items .date {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .board_read_wrap .right {
    gap: 6.6666666667em;
  }
}
@media screen and (max-width: 1024px) {
  .board_read_wrap {
    min-height: auto;
    flex-wrap: wrap;
    gap: 0;
    font-size: 0.9375rem;
    padding-bottom: 8em;
    padding-top: 1.0666666667em;
  }
  .board_read_wrap .left, .board_read_wrap .right {
    width: 100%;
    max-width: 100%;
  }
  .board_read_wrap .right {
    padding-top: 2.6666666667em;
    padding-left: 0;
  }
  .board_read_wrap .board_date {
    font-size: 1.0666666667em;
    margin-bottom: 1.25em;
  }
  .board_read_wrap .history_back_btn {
    display: block;
    margin-bottom: 1.6666666667em;
  }
  .board_read_wrap .board_foot {
    font-size: 1.0666666667em;
    padding-top: 0.875em;
    padding-bottom: 0.875em;
  }
  .board_read_wrap .sibling_items {
    gap: 1.25em;
  }
  .board_read_wrap .sibling_items + .sibling_items {
    margin-top: 0.9375em;
  }
  .board_read_wrap .sibling_items .direction {
    gap: 0.375em;
  }
  .board_read_wrap .sibling_items .direction::before {
    width: 0.9375em;
  }
}

body {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

br.lg, br.md, br.smd, br.sm, br.xs {
  display: none;
}

@media screen and (max-width: 1440px) {
  br.lg {
    display: block;
  }
  br.lg_none {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  br.md {
    display: block;
  }
  br.md_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.smd {
    display: block;
  }
  br.smd_none {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  br.sm {
    display: block;
  }
  br.sm_none {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  br.xs {
    display: block;
  }
  br.xs_none {
    display: none;
  }
}
#container:not(.admin) {
  padding-top: var(--header-hei);
}

.wrap {
  max-width: var(--wrap);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}
.wrap_1820 {
  max-width: var(--wrap-1820);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
