@charset "UTF-8";
/*  상품 상세 페이지 스타일 파일입니다. */
.product-detail iframe {
  width: 100%;
}
.product-detail img[shopby-lazy] {
  height: 200px;
}
.product-detail em {
  font-style: normal;
}
.product-detail.empty-list {
  border: 1px solid #ececec;
}
.product-detail .l-panel + .l-panel {
  margin-top: 0.7142857143rem;
}
.product-detail .like-btn {
  position: absolute;
  top: 0;
  right: 1.2857142857rem;
  margin-top: 10px;
}
.product-detail .tabs-wrap {
  position: sticky;
  top: 120px;
  z-index: 3;
}
.product-detail .tab {
  width: 100%;
}
.product-detail .tab li {
  width: 100%;
}
.product-detail .tab li .tab__btn {
  width: 100%;
  padding: 17px 0;
}
.product-detail .ico--p-circle {
  vertical-align: center;
}
.product-detail .product-content-review {
  padding-top: 40px;
}
.product-detail [shopby-tab-element] {
  display: none;
}
.product-detail .center {
  text-align: center;
}
.product-detail .option-info-txt {
  background-color: var(--gray100);
  padding: 20px;
}
.product-detail .report-btn {
  cursor: pointer;
}

.product-image-slider .swiper-pagination-bullet {
  overflow: hidden;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  margin: 0 0.2857142857rem;
  opacity: 1;
  background-color: #9ea1a8;
}
.product-image-slider .swiper-pagination-bullet-active {
  overflow: hidden;
  width: 1.7142857143rem;
  border-radius: 12px;
  background: #40444d;
}

.related-product {
  padding-bottom: 30px;
}
.related-product__title {
  font-size: 1.1428571429rem;
  margin: 30px 10px 20px;
  text-align: center;
}
.related-product__items {
  padding: 0 20px;
}
.related-product__item {
  margin-right: 10px;
  max-width: 150px;
  width: 375px;
}
.related-product .thumb-item__info {
  margin-top: 8px;
  padding: 0;
}
.related-product__product-name {
  display: block;
  color: #333;
  padding: 0 4px 10px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
}
.related-product__price {
  display: block;
}
.related-product__price strong {
  display: block;
  color: #333;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
}
.related-product__price span {
  display: block;
  padding: 0 4px;
  font-size: 12px;
  color: #aaa;
  text-decoration: line-through;
  font-weight: 300;
}

.product-content {
  margin-top: 1.4285714286rem;
}
.product-content__content-box {
  position: relative;
}
.product-content__content-box img {
  display: inline;
}
.product-content__box {
  position: relative;
  padding: 0.7142857143rem 1.4285714286rem;
}
.product-content__content {
  background-color: var(--color-base-white);
  margin-bottom: 3.5714285714rem;
}
.product-content__content .product-content__more-btn {
  background: red;
  margin-top: 20px;
}
.product-content__content .product-content__more-btn.hidden {
  display: none;
}
.product-content__content .product-content__more-btn::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  height: 30px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.product-content__content.hidden .product-content__content-box {
  overflow: hidden;
  min-height: 100px;
  max-height: 500px;
  margin-bottom: 0;
}
.product-content__content.hidden .product-content__more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product-content__empty-content {
  text-align: center;
  font-size: 16px;
  padding: 80px 0;
  border-bottom: 1px solid #ececec;
  color: #7d7d7d;
  font-weight: 300;
}
.product-content__title {
  font-size: 1.2857142857rem;
  font-weight: 600;
  margin: 1.4285714286rem 0;
}
.product-content__more-btn button {
  font-size: 1rem;
  line-height: 1.29;
  letter-spacing: -0.3px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 3.5714285714rem;
  background: var(--color-base-white);
  border: solid #ddd;
  border-width: 1px 0;
  cursor: pointer;
  color: unset;
}
.product-content__certification--duty-info ul {
  padding-left: 0;
}
.product-content .thumb-SWIPER {
  padding: unset;
}
.product-content .thumb-SWIPER .swiper {
  margin: 0;
  margin-top: 20px;
}

.product-content-board__tab {
  margin: 20px 0;
  font-size: 1.2857142857rem;
  font-weight: 500;
}
.product-content-board__tab span {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.7142857143rem;
  color: #a3a3a3;
  vertical-align: baseline;
}

.inquiry-item button.inquiry-item__angle-top-down {
  top: 8px;
}
.inquiry-item button.inquiry-item__angle-top-down .ico--angle-down-black-24 {
  zoom: 0.8;
}
.inquiry-item.is-active button.inquiry-item__angle-top-down {
  top: -8px;
}
.inquiry-item.is-active .ico--angle-down-black-24 {
  transform: rotateX(180deg);
}

.information-container {
  margin-top: 20px;
}

.certification-information {
  margin-top: 20px;
}
.certification-information .simple-text {
  margin-top: 10px;
}

.purchase {
  position: fixed;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  z-index: 6;
  padding: 20px;
  background-color: var(--color-base-white);
  border-top: 1px solid var(--gray300);
}
.purchase.full-width {
  max-width: 100%;
}
.purchase__like-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid var(--gray300);
  padding: 2px;
  background: none;
}
.purchase__buy-btn--unpurchasable {
  flex: 1;
  background: var(--gray400);
  color: var(--color-base-white);
}
.purchase__button-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}
.purchase__button-wrap .btn__buy {
  width: 100%;
}
.purchase__option-title {
  font-weight: 500;
}
.purchase__option-options-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.purchase__option.hidden {
  display: none;
}
.purchase .quantity__del {
  border: none;
  background: none;
  top: 5px;
  right: 5px;
}
.purchase .quantity__label {
  padding-right: 30px;
}
.purchase__naver-pay-btn {
  width: 100%;
  margin: 20px 0;
}
.purchase__app-card-btn {
  color: var(--color-base-white);
  background-color: #e4464e;
}
.purchase .highlight {
  font-size: 20px;
  font-weight: 700;
}
.purchase__quantity-box {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  max-height: 13.5714285714rem;
  overflow-y: auto;
}
.purchase .ico--angle-down-black-24 {
  background-size: 364px 335px;
  background-position: -26px -281px;
  transform: translateY(0px) rotate(180deg);
}
.purchase__opener {
  padding: 0px;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 60px;
  height: 20px;
  transform: translateX(-50%);
  background-color: inherit;
  border: 1px solid var(--gray300);
  border-width: 1px 1px 0;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  text-align: center;
}
.purchase__opener.is-show .ico--angle-down-black-24 {
  transform: translateY(0px) rotate(0deg);
}
.purchase__btns {
  display: flex;
}
.purchase__btns .btn {
  flex: 1;
}
.purchase__btns [type=button]:nth-child(n+2) {
  margin-left: 5px;
}
.purchase__btns--naver-pay {
  height: 90px;
  max-height: 90px;
}
.purchase__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
}
.purchase__total em {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.purchase .text-option {
  display: block;
}

.purchase__text-option .text-option .by-quantity {
  display: none;
}
.purchase__text-option.open-by-quantity .text-option .by-quantity {
  display: block;
}
.purchase__text-option .by-quantity-toggle-btn {
  margin-top: 10px;
  text-align: right;
}
.purchase__text-option .by-quantity-toggle-btn span {
  cursor: pointer;
  border-bottom: solid 1px;
}

.product-summary {
  position: relative;
  width: 100%;
}
.product-summary__sns-btn {
  position: absolute;
  top: 33px;
  right: 0;
}
.product-summary__sns-btn .ico--share-node {
  zoom: 0.6;
}
.product-summary__brand-name {
  font-size: 12px;
  font-weight: 700;
}
.product-summary__title {
  margin-top: 8px;
  color: var(--gray600);
  font-size: 16px;
  font-weight: 700;
}
.product-summary__promotion-text {
  margin-top: 12px;
}
.product-summary__price-detail {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}
.product-summary__off-percent {
  color: var(--color-point);
}
.product-summary__original-price {
  position: relative;
  color: var(--gray700);
  font-size: 14px;
  font-weight: 400;
}
.product-summary__original-price .help-wrap {
  position: relative;
  margin-left: 8px;
}
.product-summary__original-price .help-wrap .help-btn {
  position: absolute;
  top: 50%;
  width: 16px;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
}
.product-summary__original-price .help-wrap .tooltip {
  margin-left: 2px;
  width: 280px;
}
.product-summary__info {
  margin-top: 32px;
  overflow: hidden;
}
.product-summary dl {
  float: left;
  width: 100%;
  padding: 12px 0;
  color: var(--gray600);
  border-bottom: solid 1px var(--gray200);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.product-summary dl dt {
  float: left;
  width: 90px;
}
.product-summary dl dd {
  padding-left: 25px;
  float: left;
  width: calc(100% - 90px);
  color: var(--gray600);
  font-size: 14px;
  font-weight: 700;
}
.product-summary__info-coupon .discount {
  color: var(--color-point);
  font-size: 14px;
  font-weight: 700;
}
.product-summary__info-coupon .coupon-download-wrap {
  float: right;
}

product-detail-banners img {
  width: revert-layer;
  height: revert-layer;
  margin: auto;
}

.shipping-claim-info details {
  margin-top: 60px;
}
.shipping-claim details div {
  border: solid 1px var(--gray200);
  padding: 20px;
  margin-top: 10px;
}

.table dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid var(--gray200);
}
.table dl dt,
.table dl dd {
  display: table-cell;
  padding: 20px;
}
.table dl dt {
  width: 115px;
  border-right: 1px solid var(--gray200);
}

.product-detail-review-wrap {
  margin-top: 40px;
  padding: 20px;
  display: none;
}

.product-review-summary {
  text-align: center;
}
.product-review-summary__title {
  font-size: 18px;
  font-weight: 700;
}
.product-review-summary__title em {
  font-style: normal;
  color: var(--color-point);
}
.product-review-summary__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.product-review-summary__rating .star {
  padding-top: 1px;
}
.product-review-summary__score {
  color: var(--gray400);
  font-size: 16px;
  font-weight: 500;
}
.product-review-summary__score span {
  color: var(--color-base-black);
  font-weight: 700;
}

.l-panel.summary-bottom-line {
  border-bottom: 2px solid var(--color-base-black);
}

.product-review__extra-info {
  border-bottom: 1px solid var(--gray200);
  padding: 20px 0;
}
.product-review__extra-info__select-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.product-review__extra-info__select {
  width: calc((100% - 8px) / 2);
  font-size: 12px;
}
.product-review__extra-info__selected-tags-wrapper {
  display: flex;
  gap: 8px;
  margin: 20px 0 8px 0;
  flex-wrap: wrap;
}
.product-review__extra-info__tag-container {
  padding: 8px 36px 8px 20px;
  background-color: var(--color-point);
  border-radius: 15px;
  width: fit-content;
  display: flex;
  gap: 1vw;
  position: relative;
}
.product-review__extra-info__tag-value-name {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--color-base-white);
}
.product-review__extra-info__tag-remove-btn {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 14px;
  height: 14px;
  min-width: 0;
  padding: 0;
  border: none;
  color: black;
  background-color: var(--background-color);
  cursor: pointer;
  z-index: 15;
}
.product-review__extra-info__tag-remove-btn:before, .product-review__extra-info__tag-remove-btn:after {
  position: absolute;
  top: 0px;
  right: 6px;
  width: 1px;
  height: 14px;
  background-color: var(--color-base-white);
  content: " ";
}
.product-review__extra-info__tag-remove-btn:before {
  transform: rotate(45deg);
}
.product-review__extra-info__tag-remove-btn:after {
  transform: rotate(-45deg);
}
.product-review .product-review-list {
  margin-top: 30px;
}
.product-review .product-review-list__empty {
  text-align: center;
}
.product-review__photo-collect {
  margin-top: 30px;
}
.product-review__photo-collect .summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.product-review__photo-collect a {
  text-decoration: none;
  color: black;
}
.product-review__photo-collect-title {
  color: var(--color-base-black);
  font-weight: 700;
  font-size: 16px;
}
.product-review__photo-collect-content {
  margin-top: 24px;
}
.product-review__photo-collect-content ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.product-review__photo-collect-content ul li {
  width: 80px;
  height: 80px;
}
.product-review__photo-collect-content ul li img {
  width: 100%;
  height: 100%;
}
.product-review-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
.product-review-search .select {
  width: 120px;
  font-size: 12px;
}
.product-review .review-list-item .list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.product-review .review-list-item .list-item__header .review-list-item {
  margin-top: 20px;
}
.product-review .review-list-item .list-item__header .review-list__score {
  color: var(--gray600);
  font-size: 18px;
  font-weight: 700;
}
.product-review .review-list-item .list-item__header .review-list__date {
  font-size: 12px;
  font-weight: 400;
}
.product-review .review-list-item .list-item__bottom {
  margin-top: 30px;
  padding-bottom: 20px;
}
.product-review .review-list-item .list-item__bottom .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.product-review .review-list-item .list-item__bottom .btn-wrap .action-modify {
  display: flex;
  gap: 8px;
}
.product-review .review-list-item .list-item__bottom .btn-wrap .action-modify .btn {
  width: 60px;
}
.product-review .review-list-item .list-item__bottom .btn-wrap .action-other {
  display: flex;
  font-size: 12px;
  font-weight: 500;
}
.product-review .review-list-item .list-item__bottom .btn-wrap .action-other .recommend {
  cursor: pointer;
}
.product-review .review-list-item .list-item__bottom .btn-wrap .action-other .comment {
  cursor: pointer;
}
.product-review .review-list-item .list-item__bottom .btn-wrap .action-other em {
  color: var(--color-point);
  font-weight: 700;
  vertical-align: baseline;
}
.product-review .review-list-item .list-item__bottom.open-answer .answer-wrap {
  display: flex;
  flex-direction: row;
  flex-direction: column;
}
.product-review .review-list-item .list-item__bottom .answer-wrap {
  margin: 20px 0;
  display: none;
  gap: 10px;
}
.product-review .review-list-item .list-item__bottom .answer-item {
  background: var(--gray200);
  padding: 20px;
}
.product-review .review-list-item .list-item__bottom .answer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
}
.product-review .review-list-item .list-item__bottom .answer__header .date {
  font-weight: 400;
}
.product-review .review-list-item .list-item__bottom .answer__content {
  margin-top: 20px;
  font-weight: 400;
  white-space: pre-line;
}
.product-review .review-list-item .list-item__body-summary {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  font-size: 12px;
  font-weight: 400;
  color: var(--gray500);
}
.product-review .review-list-item .list-item__body-image {
  position: relative;
  width: 105px;
  height: 105px;
  flex: none;
}
.product-review .review-list-item .list-item__body-image img {
  width: 100%;
  height: 100%;
}
.product-review .review-list-item .list-item__body-image .image-count {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-base-black);
  color: var(--color-base-white);
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.product-review .review-list-item .list-item__body-user {
  font-weight: 500;
  color: var(--color-base-black);
}
.product-review .review-list-item .list-item__body-content {
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.product-review .review-list-item .list-item__body-content-wrap {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  gap: 5px;
}
.product-review .review-list-item .list-item__body-content-wrap .ico-wrap {
  width: 52px;
  height: 24px;
  flex: none;
}
.product-review .review-list-item .list-item__body-content-wrap .ico-wrap .ico {
  width: 100%;
  height: 100%;
}
.product-review .review-list-item .list-item__body-content.open {
  display: block;
}
.product-review .review-list-item .list-item__body-extra-info__tags-wrapper {
  display: flex;
  gap: 8px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.product-review .review-list-item .list-item__body-extra-info__tag-container {
  padding: 5px 20px;
  border: 1px solid var(--color-point);
  border-radius: 15px;
  width: fit-content;
  display: flex;
  gap: 1vw;
  position: relative;
  background-color: var(--color-base-white);
}
.product-review .review-list-item .list-item__body-extra-info__tag-value-name {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: var(--color-point);
}

.product-board-summary {
  text-align: center;
}
.product-board-summary-wrap {
  margin-top: 40px;
  padding: 20px;
  display: none;
}
.product-board-summary__title {
  font-size: 18px;
  font-weight: 700;
}

.photo-collection-item {
  position: relative;
  cursor: pointer;
}
.photo-collection-item .review-img-count {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: var(--color-base-white);
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: var(--color-base-black);
  font-size: 12px;
}

product-detail-board-button a {
  text-decoration: unset;
}

.personal-inquiry-title {
  padding: 30px 0 20px 0;
  font-size: 16px;
  font-weight: 700;
}
.personal-inquiry-title em {
  color: var(--color-point);
}
.personal-inquiry__extra-info__select-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 20px;
}
.personal-inquiry__extra-info__select {
  width: calc((100% - 8px) / 2);
  font-size: 12px;
}
.personal-inquiry__extra-info__selected-tags-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.personal-inquiry__extra-info__tag-container {
  padding: 8px 36px 8px 20px;
  background-color: var(--color-point);
  border-radius: 15px;
  width: fit-content;
  display: flex;
  gap: 1vw;
  position: relative;
}
.personal-inquiry__extra-info__tag-value-name {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--color-base-white);
}
.personal-inquiry__extra-info__tag-remove-btn {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 14px;
  height: 14px;
  min-width: 0;
  padding: 0;
  border: none;
  color: black;
  background-color: var(--background-color);
  cursor: pointer;
  z-index: 15;
}
.personal-inquiry__extra-info__tag-remove-btn:before, .personal-inquiry__extra-info__tag-remove-btn:after {
  position: absolute;
  top: 0px;
  right: 6px;
  width: 1px;
  height: 14px;
  background-color: var(--color-base-white);
  content: " ";
}
.personal-inquiry__extra-info__tag-remove-btn:before {
  transform: rotate(45deg);
}
.personal-inquiry__extra-info__tag-remove-btn:after {
  transform: rotate(-45deg);
}
.personal-inquiry-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray200);
}
.personal-inquiry-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.personal-inquiry-item__top-writer {
  font-size: 12px;
}
.personal-inquiry-item__top-writer span + span::before {
  content: "|";
  margin: 0 6px 0 4px;
  color: var(--gray300);
}
.personal-inquiry-item__bottom {
  display: flex;
  flex-direction: column;
}
.personal-inquiry-item__inquiry-info-box {
  display: flex;
  align-items: center;
}
.personal-inquiry-item__inquiry-info-box .ico--chevron-down-24.open {
  transform: rotate(180deg);
}
.personal-inquiry-item__inquiry-info {
  padding: 10px 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.personal-inquiry-item__inquiry-type {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray500);
  margin-right: 20px;
}
.personal-inquiry-item__inquiry-title-box {
  display: flex;
  gap: 6px;
}
.personal-inquiry-item__inquiry-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.personal-inquiry-item__reply-container {
  border: 1px 0px solid var(--gray200);
}
.personal-inquiry-item__reply {
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: var(--gray100);
}
.personal-inquiry-item__reply-content {
  white-space: pre-line;
  font-size: 14px;
  line-height: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.personal-inquiry-item__reply-content-text {
  white-space: pre-line;
  font-size: 14px;
  line-height: 14px;
  flex: 1;
}
.personal-inquiry-item__reply-extra-info__tags-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.personal-inquiry-item__reply-extra-info__tag-container {
  padding: 5px 20px;
  border: 1px solid var(--color-point);
  border-radius: 15px;
  width: fit-content;
  display: flex;
  gap: 1vw;
  position: relative;
  background-color: var(--color-base-white);
}
.personal-inquiry-item__reply-extra-info__tag-value-name {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: var(--color-point);
}
.personal-inquiry-item__reply-writer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.personal-inquiry-item__reply-writer-name, .personal-inquiry-item__reply-writer-date {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: var(--gray600);
}
.personal-inquiry-item__reply-writer span + span::before {
  content: "|";
  margin: 0 6px 0 4px;
  color: var(--gray300);
}
.personal-inquiry-item__reply .reply-icon {
  flex: none;
  width: 30px;
  height: 30px;
  background-color: #3f434c;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.personal-inquiry-item__reply .reply-icon--question {
  background-color: #3f434c;
}
.personal-inquiry-item__reply .reply-icon--answer {
  background-color: var(--color-point);
}
.personal-inquiry__detail-btn-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.order-sheet-app-card {
  position: fixed;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  z-index: 6;
  padding: 20px;
  background-color: var(--color-base-white);
  border-top: 1px solid var(--gray300);
}
.order-sheet-app-card.full-width {
  max-width: 100%;
}
.order-sheet-app-card__contents {
  max-height: 500px;
  overflow-y: auto;
}
.order-sheet-app-card__opener {
  padding: 0px;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 60px;
  height: 20px;
  transform: translateX(-50%);
  background-color: inherit;
  border: 1px solid var(--gray300);
  border-width: 1px 1px 0;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  text-align: center;
}
.order-sheet-app-card__opener.is-show .ico--angle-down-black-24 {
  transform: translateY(0px) rotate(0deg);
}
.order-sheet-app-card .order-product-section {
  border-bottom: 1px solid var(--gray200);
  padding: 20px 0;
  max-height: 13.5714285714rem;
  overflow-y: auto;
}
.order-sheet-app-card .order-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-sheet-app-card .order-product__name {
  color: var(--color-base-black);
  font-weight: 700;
  font-size: 14px;
}
.order-sheet-app-card .order-product__option {
  color: var(--gray600);
  font-weight: 400;
  font-size: 12px;
}
.order-sheet-app-card .order-product__amount {
  font-weight: 400;
  font-size: 14px;
}
.order-sheet-app-card .order-product__delimiter {
  background-color: var(--gray300);
  width: 1px;
  height: 10.5px;
}
.order-sheet-app-card .order-product__amount-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.order-sheet-app-card .order-product__standard-amt {
  text-decoration: line-through;
}
.order-sheet-app-card .shipping-address-section {
  border-bottom: 1px solid var(--gray200);
  padding: 20px 0;
}
.order-sheet-app-card .shipping-address__order-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.order-sheet-app-card .shipping-address__orderer-name {
  color: var(--color-base-black);
  font-weight: 700;
  font-size: 14px;
}
.order-sheet-app-card .shipping-address__address-group {
  color: var(--gray600);
  font-weight: 400;
  font-size: 12px;
}
.order-sheet-app-card .shipping-address__address {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.order-sheet-app-card .app-card-payments-section {
  border-bottom: 1px solid var(--gray200);
  padding: 20px 0;
}
.order-sheet-app-card .app-card-payments__register-form {
  margin-bottom: 10px;
}
.order-sheet-app-card .app-card-payments__title {
  color: var(--color-base-black);
  font-weight: 700;
  font-size: 14px;
}
.order-sheet-app-card .app-card-payments-terms-section {
  padding: 20px 0;
}
.order-sheet-app-card .app-card-payments__term-checker {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
}
.order-sheet-app-card .app-card-payments__term-checker .btn {
  width: 30px;
  height: 100%;
  padding: 0;
  border: none;
  color: var(--gray-color);
  text-decoration: underline;
  background-color: var(--color-base-white);
}
.order-sheet-app-card .app-card-payments__pay-btn {
  width: 100%;
  height: 50px;
}
.order-sheet-app-card .app-card-payments__pay-btn:disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.7;
}
.order-sheet-app-card .total-price-section {
  padding: 20px 0;
}
.order-sheet-app-card .total-price__content {
  display: flex;
  justify-content: space-between;
  padding: 23px 18px 19px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.order-sheet-app-card .total-price__content em {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-style: normal;
}
.order-sheet-app-card .total-price__content em .highlight {
  font-size: 18px;
}
.order-sheet-app-card .total-price__label {
  color: #444444;
  font-size: 14px;
  font-weight: 500;
}

.footer .top-btn {display:none;}
