body {
  background: #f3eadf;
}

.wrap-faq-detail {
  padding: 60px 0 270px;
  color: #4c2f6a;
}
.wrap-faq-detail .inner {
  margin: 0 auto;
  max-width: 900px;
}
.wrap-faq-detail .mobile {
  display: none;
}
.wrap-faq-detail .pc {
  display: block;
}
.wrap-faq-detail .box {
  border: 1px solid #ddcfbf;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  background: rgba(253, 245, 235, 0.6);
}
.wrap-faq-detail .box .image-banner {
  width: 100%;
	margin-bottom: 47px;
}
.wrap-faq-detail .box .label {
  margin-top: 30px;
  text-align: left;
}
.wrap-faq-detail .box .label p {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  border: 0.5px solid #8f7a99;
  color: #4c2f6a;
  font-size: 15px;
  letter-spacing: -0.75px;
  font-family: "Pretendard";
}
.wrap-faq-detail .box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.6px;
  text-align: left;
  margin-bottom: 20px;
}
.wrap-faq-detail .box .description {
  margin-top: 19px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.8px;
  font-family: "Pretendard";
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
}

.wrap-faq-detail .box .description u {
	text-decoration: underline;
}

.wrap-faq-detail .box .description strike {
	text-decoration: line-through;
}

.wrap-faq-detail .box .description ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.wrap-faq-detail .box .description ol > li {
	list-style-type: unset;
	display: list-item;
	text-align: -webkit-match-parent;
}

.wrap-faq-detail .box .description ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.wrap-faq-detail .box .description ul > li {
	list-style-type: unset;
	display: list-item;
	text-align: -webkit-match-parent;
}

.wrap-faq-detail .box .description li::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
}

.wrap-faq-detail .box .recommend {
	text-align:center;
  width: 200px;
  margin: 108px auto 0 auto;
  padding: 0 8px;
  background: #ebe2db;
  border-radius: 4px;
  color: #8f7a99;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.9px;
  font-family: "Pretendard";
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
}
.wrap-faq-detail .box .recommend.active {
  background: #4c2f6a;
  color: #f3eadf;
}
.wrap-faq-detail .box .recommend.active i {
  background: url("../img/faq/icon-recommend-active.png") no-repeat;
  background-size: contain;
}
.wrap-faq-detail .box .recommend i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/faq/icon-recommend.png") no-repeat;
  background-size: contain;
  margin-top: 2px;
  margin-left: 10px;
}
.wrap-faq-detail .box .recommend span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}
.wrap-faq-detail .box .author {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wrap-faq-detail .box .author .profile {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
}
.wrap-faq-detail .box .author .profile img {
  height: 100%;
}
.wrap-faq-detail .box .author .text {
  margin-left: 38px;
  font-family: "Pretendard";
  text-align: left;
}
.wrap-faq-detail .box .author .text .name {
  font-size: 23px;
  letter-spacing: -1.15px;
  font-weight: 600;
}
.wrap-faq-detail .box .author .text .docter-desc {
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.75px;
  text-align: left;
  color: #8f7a99;
}
.wrap-faq-detail .question-box {
  border: 1px solid #ddcfbf;
  border-radius: 8px;
  padding: 28px 35px;
  background: #ebe2db;
  max-width: 760px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 54px;
}

.comment {
  width: 700px;
  margin: 0 auto 60px;
}

.wrap-faq-detail .question-box .title {
  font-family: "Pretendard";
  font-size: 20px;
  letter-spacing: -0.95px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.wrap-faq-detail .question-box .title i {
  margin-left: 2px;
  width: 32px;
  height: 32px;
  background: url("../img/faq/icon-comment.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}
.wrap-faq-detail .question-box .content {
  margin-top: 16px;
  padding-top: 23px;
  border-top: 1px solid #beb6c6;
}
.wrap-faq-detail .question-box .content .name {
  font-family: "Pretendard";
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.68px;
  font-weight: 600;
}
.wrap-faq-detail .question-box .content .question {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.68px;
}
.wrap-faq-detail .btn-default {
  display: block;
  margin: 40px auto 0;
  border: 1.5px solid #4c2f6a;
  border-radius: 26px;
  box-shadow: 3.3px 4.4px 0 0 #dad1c2;
  color: #4c2f6a;
  width: 351px;
  font-family: "pyeongchang", "pyeongchang-peace";
  height: 52px;
  font-size: 19px;
}
.wrap-faq-detail .btn-default b {
  font-weight: 600;
}
.wrap-faq-detail .btn-default.sm {
  width: 162px;
  height: 52px;
  font-size: 16px;
  letter-spacing: -0.64px;
}
.wrap-faq-detail .btn-default i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../img/faq/icon-more.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.wrap-faq-detail .image-moon {
  width: 65px;
  margin: 0 auto;
  display: block;
}
.wrap-faq-detail .star-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/faq/icon-star.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.comment-list .title {
  text-align: center;
  margin: 26px auto 36px;
  font-size: 22px;
  line-height: 34px;
}

.wrap-faq-detail .divider {
  width: 100%;
  margin: 31px 0 52px;
  position: relative;
}
.wrap-faq-detail .divider:after,
.wrap-faq-detail .divider:before {
  content: "";
  display: inline-block;
  width: calc((100% - 20px) / 2);
  height: 1px;
  background: #4c2f6a;
}
.wrap-faq-detail .divider em {
  display: inline-block;
  vertical-align: bottom;
  width: 10px;
  height: 10px;
}
.wrap-faq-detail .goods {
  margin-top: 35px;
  text-align: center;
}
.wrap-faq-detail .goods-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.wrap-faq-detail .goods .img {
  width: 192px;
  height: 192px;
  margin: 24px auto 0;
}
.wrap-faq-detail .goods .img img {
  width: 100%;
}

.input-edit {
  margin-top: 36px;
  border-radius: 4px;
  border: 1px solid #4c2f6a;
  background: #f6f0e8;
  height: 128px;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
.input-edit textarea {
  border: 0;
  background: transparent;
  height: 70px;
  padding: 0;
}
.input-edit .count {
  font-size: 13px;
  letter-spacing: -0.65px;
  margin-top: 8px;
  display: block;
  font-family: "Pretendard";
}

.bnt-information {
  display: block;
  margin: 15px 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  font-family: "pyeongchang", "pyeongchang-peace";
  color: #4c2f6a;
  font-size: 15px;
}

.tab {
  padding: 0;
  border: 0;
  text-align: center;
}
.tab .btn-information {
  position: relative;
  display: block;
  margin: 0 0 37px auto;
  font-size: 12px;
}
.tab .tablinks {
  width: 70px;
  height: 35px;
  line-height: 35px;
  background: #ebded2;
  border-radius: 18px;
  color: #8f7a99;
}
.tab .tablinks + .tablinks {
  margin-left: 10px;
}
.tab .tablinks.active {
  background: #432b59;
  color: #f3eadf;
}

.bnt-information i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../img/faq/icon-information.png") no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}
/* comment */

.comment-area .comment-list .btn-re-comment {
  margin-left: 10px;
}

.comment-area .comment-list .bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 18px;
}
.comment-area .comment-list .btn-re-comment i {
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/faq/icon-comment.png");
  background-size: contain;
  vertical-align: bottom;
  margin-right: 0;
}
.comment-area .comment-list .btn-re-comment span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Pretendard";
  color: #432b59;
  vertical-align: sub;
}
.comment-area h2 {
  margin-top: 28px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2c5c8;
  font-family: "Pretendard";
}

.pagination {
  margin-top: 44px;
}
.pagination ul li a {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #beb6c6;
  font-weight: 400;
  font-family: "pyeongchang", "pyeongchang-peace";
}
.pagination ul li.active a {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #beb6c6;
  font-weight: 400;
  font-family: "pyeongchang", "pyeongchang-peace";
  color: #432b59;
}
.pagination .page-item-arr .page-link-next {
  width: 18px;
  height: 18px;
  background: url("../img/faq/icon-pagination.png");
  background-size: contain;
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}
.pagination .page-item-arr .page-link-prev {
  width: 18px;
  height: 18px;
  background: url("../img/faq/icon-pagination.png");
  background-size: contain;
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  transform: rotate(180deg);
}

.comment-list .comment-list__item {
  border-top: 1px solid #d2c5c8;
  padding: 30px 0 17px;
  position: relative;
}
.comment-list li .best-label {
  background: #432b59;
  width: 54px;
  height: 23px;
  padding: 3px 10px;
  border-radius: 50px;
  color: #f3eadf;
  font-size: 14px;
  margin-right: 4px;
}

.comment-area .comment-list .writer {
  color: #432b59;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  font-family: "Pretendard";
}
.comment-area .comment-list .commentTxt {
  font-size: 16px;
  line-height: 24px;
  color: #432b59;
  font-family: "Pretendard";
}
.comment-area .comment-list .goodSign {
  position: relative;
  right: auto;
  bottom: 0;
  display: inline-block;
}
.comment-area .comment-list .goodSign i {
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/faq/icon-heart.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0;
}
.comment-area > .comment-list > li:first-child {
  padding-bottom: 0;
}
.comment-area .comment-list .goodSign i.active {
  background-image: url("../img/faq/icon-heart-active.png");
}
.comment-area .comment-list .goodSign span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Pretendard";
  color: #432b59;
  vertical-align: sub;
}
.comment-area .comment-list .date {
  font-size: 16px;
  color: #b9a9b6;
}
.comment-area .comment-list__item > .btn--more {
  background: url("../img/faq/icon-edit.png");
  background-size: contain;
  width: 19px;
  height: 19px;
}

/* re comment */

.re-comment {
  margin-bottom: -2px;
  background: #ebe2db;
  margin-top: 18px;
  border-top: 1px solid #d2c5c8;
  border-bottom: 1px solid #beb6c6;
  padding: 0 24px 30px;
  margin-bottom: -1px;
}
.comment-area .re-comment .comment-list .comment-list__item {
  border-top: 0;
  padding: 18px 0;
  border-bottom: 1px solid #d2c5c8;
}
.re-comment .comment-list .date {
  top: 18px;
}
.re-comment .comment-list .comment-list__item .input-edit {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0;
}
.re-comment .comment-list .comment-list__item .input-edit textarea {
  background: #f6f0e8;
  height: 86px;
  border: 1px solid #432b59;
  font-size: 16px;
  line-height: 22px;
  font-family: "Pretendard";
  color: #432b59;
}
.re-comment .comment-list .comment-list__item.recomment-field {
  border: 0;
  padding-bottom: 0;
}
.re-comment .comment-list .comment-list__item .date {
  position: absolute;
  top: 18px;
  right: 0;
}
.re-comment .input-edit .count {
  margin-top: 0;
  padding-bottom: 0;
}
.re-comment .comment-list .comment-list__item .btn--comment-edit {
  color: #f1c172;
  width: 54px;
  height: 31px;
  bottom: 0;
  right: 0;
}
.re-comment .comment-list .commentTxt {
  margin-bottom: 0;
}

/* tooltip */
.tooltip {
  top: 30px;
  right: 0;
}
.tooltip .tooltip__menu li button {
  width: 100%;
}
.tooltip .tooltip__panel {
  background: #f3eadf;
  border: 1px solid #432b59;
  width: 69px;
}
.tooltip .tooltip__panel li {
  font-size: 15px;
  padding-top: 0 !important;
}
.tooltip .tooltip__panel li.active,
.tooltip .tooltip__panel li:hover {
  background: #eadccf;
}

.input-edit textarea:focus {
  outline: none;
}
.input-edit .btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: #4c2f6a;
  font-size: 14px;
  color: #f1c172;
  padding: 7px 15px;
  border-radius: 4px;
  font-family: "Pretendard";
}
.input-edit textarea::placeholder {
  color: #beb6c6;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 768px) {
  .wrap-faq-detail .box .image-banner {
    width: 100%;
    margin-bottom: 0;
  }
  .wrap-faq-detail .box .description {
    margin: 0 !important;
  }
  .wrap-faq-detail {
    width: 100%;
    padding: 0 0 0;
  }
  .wrap-faq-detail .mobile {
    display: block;
  }
  .wrap-faq-detail .pc {
    display: none;
  }
  .wrap-faq-detail .inner {
    min-width: 100%;
  }
  .wrap-faq-detail .box {
    border: 0;
    padding: 0 0 19px 0;
  }
  .wrap-faq-detail .box img {
    width: 100%;
  }
  .wrap-faq-detail .box-inner {
    padding: 35px 36px 57px;
  }
  .wrap-faq-detail .box .label {
    margin-top: 20px;
  }
  .wrap-faq-detail .box .title {
    font-size: 17px;
    line-height: 23px;
    margin:0 0 20px;
  }
  .wrap-faq-detail .box .description {
    margin-top: 24px;
    line-height: 25px;
    letter-spacing: -0.75px;
  }
  .wrap-faq-detail .box .recommend {
    width: 150px;
    margin-top: 101px auto 0 auto;
    padding: 0 8px;
    font-size: 13px;
    letter-spacing: -0.65px;
    height: 26px;
    line-height: 26px;
  }
  .wrap-faq-detail .box .recommend i {
    width: 12px;
    height: 12px;
    vertical-align: text-top;
  }
  .wrap-faq-detail .box .recommend .count {
    font-size: 12px;
    letter-spacing: -0.65px;
  }
  .wrap-faq-detail .box .author {
    margin-top: 45px;
  }
  .wrap-faq-detail .box .author .profile {
    width: 60px;
    height: 60px;
  }
  .wrap-faq-detail .box .author .text {
    margin-left: 17px;
  }
  .wrap-faq-detail .box .author .text .name {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  .wrap-faq-detail .box .author .text .date {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  .wrap-faq-detail .question-box {
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
  }
  .wrap-faq-detail .question-box .title {
    font-size: 16px;
  }
  .wrap-faq-detail .question-box .title i {
    width: 27px;
    height: 27px;
  }
  .wrap-faq-detail .question-box .content {
    margin-top: 12px;
    padding-top: 18px;
  }
  .wrap-faq-detail .question-box .content .name {
    font-size: 14px;
    line-height: 19px;
  }
  .wrap-faq-detail .question-box .content .question {
    margin-top: 9px;
    font-size: 14px;
    line-height: 19px;
  }
  .wrap-faq-detail .btn-default {
    margin-top: 19px;
    width: 280px;
    height: 41px;
    font-size: 15px;
    letter-spacing: -0.6px;
  }
  .wrap-faq-detail .btn-default.sm {
    width: 166px;
    height: 41px;
    font-size: 15px;
    padding-left: 10px;
  }
  .wrap-faq-detail .btn-default i {
    width: 21px;
    height: 21px;
    margin-left: 4px;
  }
  .wrap-faq-detail .divider {
    margin: 30px auto 34px;
  }
  .wrap-faq-detail .goods-name {
    margin-top: 16px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.68px;
  }
  .wrap-faq-detail .goods .img {
    margin-top: 18px;
    width: 162px;
    height: 162px;
  }
  /* comment */
  .comment {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  .comment .title {
    font-size: 14px;
    margin: 13px 0 26px;
  }

  .comment-area h2 {
    margin-top: 24px;
    font-size: 11px;
  }
  .comment-area .comment-list .comment-list__item {
    padding: 14px 0 19px;
  }

  .comment-list li .best-label {
    width: 37px;
    height: 17px;
    font-size: 10px;
  }

  .comment-area .comment-list .writer {
    font-size: 15px;
    margin-bottom: 0;
  }
  .comment-area .comment-list .commentTxt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .input-edit textarea {
    resize: none;
    width: 100%;
    height: 48px;
    font-size: 15px;
  }

  .comment-area .comment-list__item > .btn--more {
    top: 11px;
  }

  .input-edit {
    height: 92px;
    width: 100%;
    margin-top: 0;
    padding: 11px 9px;
  }

  .comment-area .comment-list .goodSign i {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    display: inline-block;
  }
  .comment-area .comment-list .goodSign span {
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
  }
  .comment-area .comment-list .btn-re-comment span {
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
  }
  .comment-area .comment-list .btn-re-comment i {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
  }
  .input-edit .count {
    font-size: 11px;
    margin-top: 5px;
  }
  .input-edit .btn {
    padding: 4px 13px;
    line-height: 22px;
    width: 47px;
    height: 22px;
    font-size: 12px;
    bottom: 11px;
    right: 11px;
  }

  .tooltip .tooltip__menu li button {
    padding: 10px 0;
    min-width: initial;
    font-size: 12px;
  }
  .tooltip .tooltip__panel {
    top: 10px;
    width: 56px;
  }

  .comment-area .comment-list .date {
    font-size: 13px;
  }

  .bnt-information {
    font-size: 12px;
    margin-top: 8px;
  }
  .bnt-information i {
    width: 15px;
    height: 15px;
  }

  .re-comment .comment-list .comment-list__item .btn--comment-edit {
    width: 47px;
    height: 24px;
    padding: 5px 0;
    font-size: 12px;
  }
  .comment-area .comment-list .date {
    font-size: 13px;
  }

  .bnt-information {
    font-size: 12px;
    margin-top: 8px;
  }
  .bnt-information i {
    width: 15px;
    height: 15px;
  }
  .tab {
    margin-top: 38px;
  }
  .re-comment {
    padding: 0 14px;
    margin-bottom: -1px;
  }
  .re-comment .comment-list .comment-list__item {
    padding: 14px 0 18px !important;
  }
  .re-comment .comment-list .comment-list__item .input-edit textarea {
    height: 58px;
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .comment-area {
    margin-bottom: 15px;
    margin-top: 24px;
  }
  .tab {
    margin-top: 38px;
  }

  .comment-area {
    margin-bottom: 15px;
  }

  .pagination {
    margin-top: 20px;
  }
}
.comment-more {
  position: absolute;
  top: 26px;
  right: 0;
  cursor: pointer;
}
.comment-more .comment-more-window {
  position: absolute;
  width: 67px;
  border-radius: 4px;
  border: solid 1px #4c2f6a;
  background-color: #f3eadf;
  right: 0;
}
.comment-more .comment-more-window li:first-child {
  padding: 10px 0px;
  margin: 0;
}
.comment-more .comment-more-window li {
  padding: 10px 0px;
  margin: 0;
}
.comment-more .comment-more-window li:hover {
  background-color: #eadccf;
}
