@charset "utf-8";

/*공통*/
.container {
  max-width: 1100px;
  margin: auto;
  margin-top: 0;
} /* 20220823 */
.container--full {
  max-width: 100%;
}
.container--margin {
  max-width: 414px;
}
.hidden {
  display: none;
}
b {
  font-weight: bold;
}
.mo_on,
.mo_flex {
  display: none !important;
}
@media (max-width: 1099px) and (min-width: 769px) {
  .mo_on
	.mo_flex {
    display: none !important;
  }
  .container {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .mo_on {
    display: block !important;
  }
  .mo_flex {
    display: flex !important;
  }
  .container {
    width: 100%;
    margin-top: 60px;
    min-height: calc(100vh - 60px);
    box-sizing: border-box;
    overflow: hidden;
  } /* 20220823 */
}

/* ------------------- FONT ------------------ */
/*size*/
@media (max-width: 768px) {
  .fs-lg {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .fs-max {
    font-size: 25px !important;
    font-style: normal;
    letter-spacing: -0.05em;
  }
  .fs-xxxl {
    font-size: 20px !important;
    font-style: normal;
  }
  .fs-xxl {
    font-size: 19px !important;
    font-style: normal;
  }
  .fs-xl {
    font-size: 18px !important;
  }
  .fs-lg {
    font-size: 17px !important;
  }
  .fs-base {
    font-size: 16px !important;
  }
  .fs-sm {
    font-size: 15px !important;
  }
  .fs-xs {
    font-size: 14px !important;
    font-style: normal;
  }
  .fc-purple {
    color: #4c2f6a;
  }
  .fc-beige {
    color: #f1c172;
  }
  .fc-white {
    color: #fff;
  }
}
/*title*/
.h2 {
  font-family: "PyeongChang";
  font-style: normal;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
.h3 {
  font-family: "pyeongChang-peace";
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.h4 {
  font-family: "PyeongChang";
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.h5 {
  font-family: "PyeongChang";
  font-style: normal;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
}
.h6 {
  font-family: "PyeongChang";
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.fw--medium {
  font-weight: 500 !important;
}
.fw--rg {
  font-weight: 400 !important;
}
.fw--bold {
  font-weight: 700 !important;
}

/*메인 유의사항 폰트*/
.caution-detail.type1 h4 {
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.caution-detail.type1 li {
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.03em;
}
/*서브 유의사항 폰트*/
.caution-detail.type2 h4 {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(76, 47, 106, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #4c2f6a;
}
.caution-detail.type2 h4 i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icn_caution.png) no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
}
.caution-detail.type2 ul {
  padding: 16px 0;
}
.caution-detail.type2 li {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: left;
  color: #4c2f6a;
  margin-bottom: 11px;
  padding-left: 13px;
  position: relative;
}
.caution-detail.type2 li:last-child {
  margin-bottom: 0;
}
.caution-detail.type2 li:before {
  content: "";
  display: inline-block;
  clear: both;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #000;
  border-radius: 2px;
}
/* ------------------- BUTTONS ------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-style: normal;
  box-sizing: border-box;
  font-family: "pyeongChang-peace";
}
.btn > a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  color: inherit;
  align-items: center;
  justify-content: center;
  align-items: center;
}
/*size*/
.btn-xl {
  height: 51px;
  padding: 20px;
  font-family: "pyeongChang-peace";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  padding: 12px 22px;
}
.btn-lg {
  height: 37px;
  padding: 0 8px;
  box-sizing: border-box;
  border: 1px solid #4c2f6a;
  border-radius: 37px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  letter-spacing: -0.04em;
  color: #4c2f6a;
}
.btn-base {
  height: 33px;
  padding: 8px 10px;
}
.btn-sm {
  height: 24px;
  padding: 5px 13px;
}
.btn-input {
  width: 79px;
  height: 35px;
  background: #f3eadf;
  opacity: 0.8;
  border: 1.23333px solid #45325d;
  border-radius: 4px;
}
.btn-xs {
  height: 34px;
  box-sizing: border-box;
  padding: 0 28px;
  font-family: "pyeongChang-peace";
  font-style: normal;
  font-weight: 300;
  font-size: 13.4798px;
  letter-spacing: -0.04em;
}
.btn-system {
}
.btn-input {
  background-color: transparent;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #4c2f6a;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px;
}
.btn-outline-product {
  gap: 18px;
  font-family: "pyeongchang";
  height: 41px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: left;
}
.btn-outline-product .num {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: -0.48px;
  text-align: right;
}
.btn-product {
  height: 51px;
  gap: 7px;
}
.btn-product span {
	font-size: 15px;
}
.btn-product a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "pyeongchang";
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: left;
}
.btn-product a em {
  margin-right: 0;
}
.btn-product .num {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: -0.48px;
  text-align: right;
}

/*filled*/
.btn-primary {
  background: #4c2f6a;
  border-radius: 50px;
  color: #ffcc77;
}
.btn-primary-dark {
  background: #4c2f6a;
  border-radius: 50px;
  color: #ffcc77;
}
.btn-primary-light {
  color: #4c2f6a;
  background: #f3eadf;
  border: 1px solid #4c2f6a;
  border-radius: 37px;
}
.btn-primary-white {
  color: #4c2f6a;
  background: #fff;
  border: none;
  border-radius: 50px;
}
.btn-secondary {
}
.btn-point {
}
.btn-info {
  opacity: 0.8;
  border: 1.23333px solid #45325d;
  border-radius: 4px;
  color: #4c2f6a;
}
.btn-purple {
}
.btn-light {
}
.btn-dark {
}
/*성공버튼*/
.btn-success {
}
/*outlined*/
.btn-outline {
  border: 1px solid #ffcc77;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 200px;
}
.btn-outline--rectangle {
  border: 1px solid #ffcc77;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0;
}
.btn-outline-primary {
  background-color: transparent;
  box-sizing: border-box;
}
.btn-outline-primary-light {
  border: solid 1px #fc7;
  border-radius: 50px;
  background-color: transparent;
  color: #fc7;
}
.btn-outline-primary-dark {
  border: 1px solid #4c2f6a;
  color: #4c2f6a;
  border-radius: 50px;
  background-color: transparent;
  box-sizing: border-box;
}
.btn-outline--secondary {
  background-color: transparent;
  box-sizing: border-box;
}
.btn-outline--point {
  border: 1px solid #ffcc77;
  border-radius: 200px;
  color: #ffcc77;
  background-color: transparent;
  box-sizing: border-box;
}
.btn-outline--info {
  border: 1.23333px solid #45325d;
  border-radius: 4px;
  background-color: transparent;
  box-sizing: border-box;
}
.btn-outline--purple {
  background-color: transparent;
  box-sizing: border-box;
}
.btn-outline--lightgray {
  background-color: transparent;
  box-sizing: border-box;
}
.btn-text {
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #4c2f6a;
  text-decoration: underline;
}
.box-shadow {
  box-shadow: 3.73438px 4.97917px 0px #dad1c2;
}
/*버튼 아이콘*/
.withStar:before,
.withStar:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icn_btn_star.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.withStar--light:before,
.withStar--light:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icn_btn_star--light.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.withStar:before {
  margin-right: 8px;
}
.withStar:after {
  margin-left: 8px;
}
.withStar--light:before {
  margin-right: 8px;
}
.withStar--light:after {
  margin-left: 8px;
}
.withArrow--light:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icn_main_arrow_right.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 3px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5936px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
.withArrow--purple:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icn_main_arrow_right--purple.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 3px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5936px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
.withArrow--biglight::after {
  content: "";
  display: inline-block;
  clear: both;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icn_arrow_right_yellow.png) no-repeat;
  background-position: center;
  background-size: 24px;
  margin-left: 3px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
.withArrow--bigpurple::after {
  content: "";
  display: inline-block;
  clear: both;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icn_arrow_right_purple.png) no-repeat;
  background-position: center;
  background-size: 24px;
  margin-left: 3px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
/* ------------------- ELEMENT ------------------ */
/*플래그*/
.flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-sizing: border-box;
}
.flag.withStar:before,
.flag.withStar:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 8px;
  height: 8px;
  background: url(../img/icon/icn_star_sm.png) no-repeat;
  background-position: center;
  background-size: contain;
}
/*색상*/
.flag--light-beige {
  background: #ebded2;
  color: #4c2f6a;
}
.flag--purple {
  padding: 0px 9px;
  border-radius: 4px;
  background-color: #4c2f6a;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.55px;
  text-align: left;
  color: #f3eadf;
}
.flag--purple.withThumb:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icn_flag_thumb.png) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4px;
}
.flag--lightpurple {
  padding: 0px 8px;
  border-radius: 4px;
  background-color: #dcd3d4;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.55px;
  text-align: center;
  color: #4c2f6a;
}
/*size*/
.flag-xl {
}
.flag-lg {
}
.flag-base {
  height: 25px;
  padding: 4px 8px;
  border-radius: 4.8px;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  text-align: center;
}
.flag-sm {
  box-sizing: border-box;
  padding: 3px 7px;
  height: 21px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .flag-base {
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.55px;
    text-align: left;
  }
}

/* ------------------------------------ 지원매니저님 작업 요청 --------------------------------------*/
/*댓글창*/
.comment-area .re-comment{
  display: none;
}
.comment-area .re-comment.is-active{
  display: block;
}

.comment-area {
}
.comment-area .comment-list__item > .btn--more {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icn_more.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 26px;
  position: absolute;
}
.comment-area .btn--write {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #000;
  display: inline-block;
  float: left;
  margin-left: 8px;
}
.comment-area .btn--write i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/icon/icon_write.png) no-repeat;
  background-size: contain;
}
.comment-area .status {
  width: 100%;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 13px;
}
.comment-area .status span {
  color: #9b9da3;
  letter-spacing: -0.6px;
}
.comment-area .status em {
  color: #9b9da3;
  letter-spacing: -0.6px;
  margin-left: 3px;
}
.comment-area .status i {
  margin-right: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/icon/icn_comment.png) no-repeat;
  background-size: contain;
}
.comment-area .divInput {
  overflow: hidden;
}
.comment-area .divInput input {
  width: calc(100% - 52px);
}
.comment-area input {
  padding: 0 17px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  box-sizing: border-box;
  width: calc(100% - 52px);
  height: 44px;
  display: inline-block;
  float: left;
}
.comment-area .comment-list {
  font-style: normal;
}
.comment-area .comment-list li {
  position: relative;
  padding: 26px 0;
  border-bottom: 1px solid #ecedf0;
}
.comment-area .comment-list li:first-child {
  padding-top: 26px;
}
.comment-area .comment-list .writer {
  display: inline-block;
  color: #9b9da3;
  letter-spacing: -0.65px;
  font-size: 13px;
  margin-bottom: 14px;
}
.comment-area .commentTxt {
  max-width: 90%;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.75px;
  font-size: 15px;
  margin-bottom: 18px;
}
.comment-area .date {
  font-size: 12px;
  color: #9b9da3;
  letter-spacing: -0.6px;
  font-style: normal;
}
.comment-area .comment-list .comment-list__item {
  position: relative;
}
.comment-area .comment-list .comment-list__item .input-edit {
  position: relative;
}
.comment-area .comment-list textarea:focus,
textarea::selection {
  outline: none;
  border: solid 1px #dadce0;
  background-color: #fff;
}
.comment-area .comment-list .comment-list__item .input-edit textarea {
  border-radius: 4px;
  border: solid 1px #dadce0;
  background-color: #fff;
  width: 100%;
  height: 92px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #000;
  box-sizing: border-box;
}
.comment-area .comment-list .comment-list__item .btn--comment-edit {
  position: absolute;
  right: 8px;
  bottom: 10px;
  max-width: 62px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: right;
  color: #000;
  padding: 7.5px 15px;
  border: solid 1px #dadce0;
}
.comment-area .comment-list .comment-list__item .btn--comment-cancel {
  position: absolute;
  right: 0;
  top: 30px;
  width: auto;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.65px;
  text-align: right;
  color: #9b9da3;
}
.comment-area .goodSign {
  position: absolute;
  right: 0;
  bottom: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.comment-area .goodSign i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icn_like.png);
  background-position: center;
  background-size: contain;
  margin-right: 2px;
}
.comment-area .goodSign span {
  display: inline-block;
  height: 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #9b9da3;
}
.comment-area .goodSign.active i {
  background: url(../img/icon/icn_like_active.png);
  background-position: center;
  background-size: contain;
}
.comment-area .goodSign.active span {
  color: #000;
}
@media (max-width: 1159px) {
  .comment-area .comment-list .comment-list__item .btn--comment-cancel {
    font-size: 12px;
    right: 20px;
  }
  .comment-area .comment-list .comment-list__item .input-edit textarea {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .comment-area {
    margin-bottom: 96px;
  }
  .comment-area {
    margin-top: 36px;
  }
  .comment-area .comment-list .comment-list__item {
    position: relative;
    padding: 30px 20px;
  }
  .comment-area .goodSign {
    right: 20px;
  }
  .comment-area .btn--more {
    right: 12px;
  }
}
/* --------------------------------------------------------------------------*/

/*툴팁*/
.tooltip {
  position: absolute;
}
.btn--more {
  width: 24px;
  height: 24px;
  background: url(../img/icon/icn_more.png) no-repeat;
  background-size: contain;
}
.tooltip .tooltip__panel {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
}
.tooltip.is-open .tooltip__menu {
  display: block;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: solid 1px #ecedf0;
}
.tooltip .tooltip__menu li {
  padding: 0;
  border-bottom: none;
}
.tooltip .tooltip__menu li button {
  min-width: 64px;
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: right;
  color: #525357;
}

/*filter*/
.filter {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.filter li {
  padding: 0 8px;
}
.filter li:last-child {
  padding-right: 0;
}
.filter li button span {
  color: #f3eadf;
  opacity: 0.7;
}
.filter li button.active span {
  color: #ffcc77;
  font-weight: 700;
}
.filter li button i {
  vertical-align: middle;
  width: 18px;
  height: 19px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
} /*20220805 i태그에 마진추가*/
.filter li button i.icon-star {
  background-image: url("../img/icon/icn_popular.png");
}
.filter li button.active i.icon-star {
  background-image: url("../img/icon/icn_popular_active.png");
}
.filter li button i.icon-update {
  background-image: url("../img/icon/icn_clock.png");
}
.filter li button.active i.icon-update {
  background-image: url("../img/icon/icn_clock_active.png");
}
.filter li button i.icon-view {
  background-image: url("../img/icon/icn_view.png");
}
.filter li button.active i.icon-view {
  background-image: url("../img/icon/icn_view_active.png");
}

/*버튼구조*/
.buttons-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
	.buttons-wrap ul.left {
		display: flex;
		align-items: left;
		justify-content: left;
	}
}

.buttons-wrap ul a {
  width: 100%;
}
.buttons-wrap ul a + a {
  margin-left: 7px;
}
.buttons-wrap ul button {
  width: 100%;
}
.buttons-wrap ul button .num {
  font-style: normal;
}
.buttons-wrap--full ul {
  width: 100%;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
}
.buttons-wrap--full ul button {
  width: 100%;
}
.buttons-wrap--full ul > a {
  width: 100%;
  display: block;
}

/*list*/
.description__article .main-title {
  margin-bottom: 14px;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.1px;
  text-align: left;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.description__article .image-caption {
  display: inline-block;
  width: 100%;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #9d9d9d;
  margin-top: 8px;
  margin-bottom: 40px;
}
.description__article .sub-title {
  font-family: Pretendard;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.description__article .sub-text {
  display: inline-block;
  width: 100%;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: left;
  color: #000;
}
.description__article .sub-text + img {
  margin-top: 50px;
}
.description__article .sub-text span {
  display: inline-block;
  width: 100%;
}
/*
.description .main-title:before {
  content: "";
  display: inline-block;
  clear: both;
  width: 3px;
  height: 20px;
  background: #000;
  margin-right: 9px;
}
.description p {
  line-height: 1.5;
}
.description p span {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #babcc2;
  vertical-align: middle;
}
.description p i {
  margin: 0 4px 0 16px;
  width: 18px;
  height: 18px;
  background: url("../img/library/icon-view.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
*/
.post-contents img {
  width: 100%;
}
.post-contents img + img {
  margin-top: 10px;
}
.post-contents .description p {
  font-size: 15px;
  color: #111;
  line-height: 26px;
  letter-spacing: -0.75px;
  word-break: keep-all;
  margin-bottom: 50px;
  text-align: left;
}

/* 셀렉트박스 */
.divSelect {
  display: block;
  width: 100%;
  margin-top: 17px;
}
h4.sub-title + .divSelect,
h5 + .divSelect,
label + .divSelect {
  margin-top: 0;
}
.select-box {
  width: 100%;
  position: relative;
  min-height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #4c2f6a;
  font-size: 14px;
  border: 1px solid #beb6c6;
  border-radius: 4px;
  margin-bottom: 10px;
  background: url(../img/icon/icn_right_big.svg) no-repeat;
  background-position: calc(100% - 18px);
  background-size: 10px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}

.select-box:last-child {
  margin-bottom: 0;
}
.divSelect .select-box.is-active {
  border: 1px solid #4c2f6a;
  background: url(../img/icon/icn_top_big.svg) no-repeat;
  background-position: calc(100% - 18px);
  background-size: 18px 18px;
  border-radius: 4px 4px 0 0;
}
.select-box > .option-list {
  background: #f3eadf;
  border: 1px solid #dadce0;
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  left: -1px;
  width: 100%;
  height: auto;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 110px;
}
.select-box.is-active > .option-list {
  display: block;
  border: 1px solid #4c2f6a;
  border-radius: 0 0 4px 4px;
}
.select-box .option-list li {
  width: 100%;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding-left: 16px;
  box-sizing: border-box;
}
.select-box .option-list li:hover {
  background: #eadccf;
}
.divSelect input {
  padding: 12px 11px 14px 15px;
  border-radius: 4px;
  border: solid 1px #dadce0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #202020;
}
.select-box > label {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.45px;
  text-align: left;
  color: #babcc2;
}
/*유형별 인풋박스*/
.item__sub-item {
  margin-top: 21px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #19191a;
}
.item__sub-item.tp43 {
  margin-top: 43px;
}
.item__sub-item h5 {
  margin-bottom: 11px;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -0.85px;
  text-align: left;
  color: #4c2f6a;
}
/*휴대폰번호*/
.item__sub-item--phone .divSelect div.select-box {
  width: 105px;
  height: 44px;
  float: left;
}
.item__sub-item--phone .divSelect + input {
  margin-left: 10px;
  width: calc(100% - 115px);
  display: inline-block;
  float: left;
}
/*주소*/
.item__sub-item--address .input-box {
  height: 53px;
}
.item__sub-item--address input {
  margin-bottom: 9px;
  height: 44px;
}
.item__sub-item--address .input-box:first-of-type input:first-of-type {
  display: inline-block;
  width: calc(100% - 100px);
  /* margin-right: 10px; */
  margin-right: 0px;
}
.btn--postNumber {
  font-family: "pyeongchang";
  height: 44px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  text-align: center;
  color: #f3eadf;
  max-width: 114px;
  padding: 11px 16px;
  border-radius: 4px;
  border: solid 1px #dadce0;
  background-color: #4c2f6a;
  box-sizing: border-box;
  float: right;
}
.item__sub-item--addressDetail .select-box {
  margin-bottom: 9px;
}
/*주문자개인정보*/
.item__sub-item--email {
}
.item__sub-item--email .select-box {
  display: inline-block;
  width: calc(100% - 115px);
  padding: 12px 12px 13px 19px;
  border-radius: 4px;
  border: solid 1px #dadce0;
}
.item__sub-item--email .user-input-box {
  display: inline-block;
  width: 220px;
  padding: 12px 12px 13px 19px;
  border-radius: 4px;
  border: solid 1px #dadce0;
  margin-right: 0;
}
.info-list__item--point {
  padding-bottom: 20px;
}

/*체크박스*/
.check-area {
}
.check-box {
  position: relative;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  margin-right: 8px;
  display: inline-block;
  float: left;
  border-radius: 2px;
  border: 1px solid rgba(102, 63, 142, 0.3);
}
.check-box:after {
  content: "";
  display: block;
  clear: both;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  right: calc(50% - 4px);
  background: url(../img/icon/icn_check.svg) no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
}
.check-box.is-active {
  border: none;
  background: #663f8e;
}
.check-box.is-active:after {
  content: "";
  display: block;
  clear: both;
  background: url(../img/icon/icn_check_active.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
input[type="checkbox"] {
  display: none;
}
input:focus,
input::selection {
  border: solid 1px #4c2f6a;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: none;
  outline: none;
  background: none;
  visibility: hidden;
  position: relative;
}
input[type="checkbox"]:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #dadce0;
}

/*페이지네이션*/
.pagination {
  width: 100%;
}
.pagination ul {
  width: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  float: left;
}
.pagination ul li a,
.navigation ul li span {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #babcc2;
  cursor: pointer;
}
.pagination ul li.arrow-right {
  background: url(../img/icon/icn_right.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.pagination ul li.arrow-left {
  background: url(../img/icon/icn_left.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.pagination ul li.arrow-left,
.navigation ul li.arrow-right {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.pagination ul li.active a {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
}
.pagination .page-item-arr a {
}

/*상품목록*/
.stationery-list {
  margin-top: 25px;
  overflow: hidden;
}
.stationery-list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 60px;
  height: 490px;
  float: left;
}
.stationery-list li .thumbnail {
  width: 100%;
  height: 275px;
  overflow: hidden;
  border-radius: 4px;
}
.stationery-list li:nth-child(4n) {
  margin-right: 0;
}
.stationery-list li .tag {
  margin-top: 14px;
}
.stationery-list li .title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}
.stationery-list li .name {
  margin-top: 10px;
  color: #9b9da3;
  font-size: 14px;
  font-weight: 500;
}
.stationery-list li .gram {
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
  font-weight: 800;
}
.thumbnail-info {
  position: relative;
}
.btn--like {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: -5px;
}
.btn--like i {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../img/icon/icn_favorite.png) no-repeat;
  background-size: 22px;
  background-position: center;
}
.btn--like.active i {
  background: url(../img/icon/icn_favorite_active.png) no-repeat;
  background-size: 20px;
  background-position: center;
}
@media (max-width: 768px) {
  .stationery-list li {
    height: 300px;
    width: calc((100% - 11px) / 2);
    margin-right: 0;
    margin-bottom: 9px;
  }
  .stationery-list li:nth-child(2n) {
    margin-left: 11px;
  }
  .stationery-list li .thumbnail {
    height: 162px;
  }
  .stationery-list li .tag {
    margin-top: 13px;
    font-size: 11px;
  }
  .stationery-list li .title {
    margin-top: 7px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
  .stationery-list li .name {
    margin-top: 7px;
    font-size: 11px;
  }
  .stationery-list li .gram {
    margin-top: 11px;
    font-size: 13px;
  }
}

/* 마이페이지 탭버튼 */
.tab {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.tab_buttons {
  width: 100%;
  text-align: center;
}
.tab_buttons a {
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: 42px;
  padding: 0 19px;
  border-radius: 50px;
  background-color: #ebe1d7;
}
.tab_buttons a + a {
  margin-left: 15px;
}
.tab_buttons a button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: left;
  color: #8f7a99;
}
.tab_buttons a.is-active {
  background-color: #4c2f6a;
}
.tab_buttons a.is-active button {
  color: #f3eadf;
}
.btn-previous {
  position: absolute;
  left: 0;
  top: 7px;
  cursor: pointer;
}
.btn-previous button {
  cursor: pointer;
}
.btn-previous i {
  display: block;
  width: 28px;
  height: 28px;
}
@media (max-width: 599px) {
  .tab {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 37px;
  }
  .btn-previous {
    display: none;
  }
  .tab_buttons a {
    height: 35px;
  }
  .tab_buttons a button {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: left;
    color: #8f7a99;
  }
}
.tab--withLine {
  padding-bottom: 42px;
}
.tab--withLine:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  clear: both;
  background: url(../img/icon/icn_mypage_line.png) no-repeat;
  background-size: 100% auto;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 목록 내역없음 */
.no-list {
  text-align: center;
  padding-top: 160px;
}
.no-list i {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.no-list span {
  margin-top: 24px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.85px;
  color: #8f7a99;
}

/* 마이페이지 상단 타이틀 */
.mypage-title {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 21px;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.69px;
  color: #4c2f6a;
}
.mypage-title.withLine {
  position: relative;
  padding-bottom: 48px;
}
.mypage-title.withLine:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  clear: both;
  background: url(../img/icon/icn_mypage_line.png) no-repeat;
  background-size: 100% auto;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mypage-title.withIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .mypage-title.withLine {
    margin-top: 19px;
    padding-bottom: 22px;
  }
  .mypage-title.withLine.withIcon {
    border-bottom: 1px solid #4c2f6a;
    background: none;
    margin-top: 30px;
    padding-bottom: 22px;
  }
  .mypage-title.withLine.withIcon:before {
    background: none;
    display: none;
  }
  .mypage-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1px;
    text-align: center;
    color: #4c2f6a;
  }
}

/*툴팁*/
.tooltip {
  position: absolute;
  min-height: 74px;
}
.btn--more {
  width: 24px;
  height: 24px;
  background: url(../img/common/icn_more.png) no-repeat;
  background-size: contain;
}
.tooltip .tooltip__panel {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 10;
  background: #f3eadf;
  border-radius: 4px;
}
.tooltip.is-open .tooltip__menu {
  display: block;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: solid 1px #4c2f6a;
}
.tooltip .tooltip__menu li {
  padding: 0;
  border-bottom: none;
}
.tooltip .tooltip__menu li button {
  min-width: 64px;
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: right;
  color: #525357;
}
.tooltip .tooltip__menu li:hover {
  background: #eadccf;
}

.w-fit {
  width: fit-content !important;
}
button.check-list__white::before {
  content: "";
  display: inline-block;
  clear: both;
  width: 24px;
  height: 24px;
  background: url(../img/icon/check-list.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 11px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5936px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
button.moon__white::before {
  content: "";
  display: inline-block;
  clear: both;
  width: 24px;
  height: 24px;
  background: url(../img/icon/moon.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 11px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5936px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
button.arrow-right__purple::after {
  content: "";
  display: inline-block;
  clear: both;
  width: 18px;
  height: 15px;
  background: url(../img/icon/icn_main_arrow_right--purple.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 6px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5936px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
button.arrow-right__white::after {
  content: "";
  display: inline-block;
  clear: both;
  width: 18px;
  height: 15px;
  background: url(../img/icon/icn_main_arrow_right.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 6px;
  font-family: "PyeongChang";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5936px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.04em;
}
.color-white {
  color: white;
  border-color: white;
}
.mx-auto {
  margin: 0 auto;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.hide {
  display: none;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-fit {
  width: fit-content;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.text-start {
  text-align: left;
}
.flex-wrap {
  flex-wrap: wrap;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.text-center {
  text-align: center !important;
}
.primary {
  color: #4c2f6a;
}
.flex-1 {
  flex: 1;
}
.h-100 {
  height: 100%;
}