﻿@charset "UTF-8";
.contents__container {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.contents__lnb {
  flex-basis: 180px;
}
.contents__lnb-title {
  margin-bottom: 42px;
}
.contents__lnb h1 {
  font-size: 17px;
  color: #111;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.004em;
}
.contents__lnb h2 {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.004em;
}
.contents__lnb-group:not(:last-child) {
  margin-bottom: 48px;
}
.contents__lnb-list li {
  margin-top: 16px;
}
.contents__lnb-list a {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}
.contents__lnb-list a.active, .contents__lnb-list a:hover {
  font-weight: 600;
}
.contents__lnb .btn-delete-account,
.contents__lnb .btn-nomember-logout {
  font-size: 12px;
  color: #888;
  text-decoration: underline;
}
.contents__section {
  width: calc(100% - 180px);
}
.contents__section-title {
  font-size: 20px;
  color: #111;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.004em;
  margin-bottom: 38px;
}
.contents__top-utils {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.contents__top-utils .btn {
  position: relative;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-decoration: underline;
}
.contents__top-utils .btn:not(:last-child) {
  margin-right: 22px;
}
.contents__top-utils .btn:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 2px;
  height: 14px;
  background: #eee;
}
.contents__top-utils .btn.form-box {
  margin-right: 24px;
  text-decoration: none;
}
.contents__top-utils .btn.form-box::after {
  right: -13px;
}

/* 마이페이지 공통 */
.mypage__text-banner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 38px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px);
}
.mypage__text-banner.big {
  width: 100%;
  height: 68px;
  text-indent: 24px;
}
.mypage__text-banner.type-black {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/contents/coupon_white.svg");
  background-color: #111;
}
.mypage__text-banner.type-black::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_front_white.svg");
  margin-left: 8px;
}
.mypage__text-banner.type-blue {
  position: relative;
  background-color: #F7F9FA;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_front_blue2.svg");
  font-size: 14px;
  color: #1baed4;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
  border: 1px solid #1baed4;
  border-radius: 100px;
}
.mypage__text-banner.type-blue::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/contents/ic_16_megaphone_blue2.svg");
  margin: 0 4px 0 16px;
}
.mypage__tabs-menu {
  border-bottom: 2px solid #000;
}
.mypage__tabs-container {
  margin-top: 32px;
  min-height: 288px;
}
.mypage__notice {
  background-color: #f9f9f9;
  padding: 32px 20px;
}
.mypage__notice.bottom {
  margin-top: 88px;
}
.mypage__notice-title {
  position: relative;
  font-size: 16px;
  color: #474747;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: -0.004em;
  padding-left: 22px;
  margin-bottom: 8px;
}
.mypage__notice-title::before {
  content: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/contents/ic_16_alert_black.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mypage__notice .notice-list li {
  margin-left: 6px;
}
.mypage__bottom-sheet {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 16px 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.mypage__bottom-sheet .btn-box {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: end;
}
.mypage__bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 12px;
  margin: 48px 0;
}
.mypage__bottom-btn .btn {
  flex-basis: 322px;
}
.mypage-event__banner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 12px;
  margin-bottom: 48px;
}
.mypage-event__banner-item {
  flex: 1;
}
.mypage-event__banner-item img {
  width: 100%;
  height: 99px;
  object-fit: cover;
}

/* 마이페이지 : 메인 */
.mypage-main.nomember .mypage-main__top-title {
  display: flex;
  justify-content: start;
  align-items: end;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 20px;
}
.mypage-main.nomember .mypage-main__quick {
  flex-basis: 252px;
}
.mypage-main.nomember .mypage__text-banner {
  width: 266px;
}
.mypage-main__top {
  background-color: #F7F9FA;
  padding: 50px;
  margin-bottom: 12px;
  border-radius: 2px;
}
.mypage-main__top .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mypage-main__top-title {
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.17px;
  flex: 1;
}
.mypage-main__top-title strong {
  font-weight: 800;
}
.mypage-main__top-title .form-layer__pop.tooltip {
  position: static;
  margin-top: 10px;
}
.mypage-main__top-link {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: -0.4px;
  background: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_right_black.svg") no-repeat 100%;
}
.mypage-main__top .btn-nomember-logout {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  color: #999;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  text-decoration: underline;
}
.mypage-main__primary {
  margin-top: 26px;
}
.mypage-main__quick {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 540px;
  text-align: center;
}
.mypage-main__quick-item {
  position: relative;
  flex: 1;
}
.mypage-main__quick-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 69px;
  background-color: #ddd;
}
.mypage-main__quick-num {
  font-size: 22px;
  color: #1baed4;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
}
.mypage-main__quick-text {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.mypage-main__menu {
  margin-top: 36px;
}
.mypage-main__menu-group:not(:last-child) {
  margin-bottom: 32px;
}
.mypage-main__menu-group h3 {
  font-size: 12px;
  color: #999;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  padding: 10px 0;
  border-bottom: 1px solid #111;
}
.mypage-main__menu-list li {
  border-bottom: 1px solid #eee;
}
.mypage-main__menu-list li a, .mypage-main__menu-list li button {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  padding: 15px 0;
}
.mypage-main .table-item .table-cell.list {
  padding: 0 55px;
  flex: 1;
}
.mypage-main .table-item .table-cell.status {
  width: 130px;
  row-gap: 4px;
  column-gap: 0;
}
.mypage-main .table-item .table-cell.status .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 126px;
  height: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ddd;
}
.mypage-main .table-item .table-cell.status .btn-add-product {
  padding-left: 6px;
}
.mypage-main .table-item .table-cell.status .btn-add-product::after {
  content: "";
  display: inline-block;
  background: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_12_right_white.svg") no-repeat 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 0;
}
.mypage-main .table-item .date {
  width: 130px;
}
.mypage-main .table-item .date > div {
  flex: 1;
}
.mypage-main .table-item .date p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage-main .btn-order-detail {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: #474747;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  margin-top: 6px;
}
.mypage-main .btn-order-detail::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_right_black.svg");
}
.mypage-main .btn-add-product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 126px;
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  text-align: center;
  border-radius: 2px;
  background-color: #888;
  color: #fff;
  margin-top: 12px;
}

/* 마이페이지 : 최근 본 상품, 찜한 상품 */
.mypage__basket .mypage-product__container .product-list__container {
  position: relative;
}
.mypage__basket .mypage-product__container .product-list__group-header .form-box {
  font-size: 13px;
}

/* 마이페이지 : 주문리스트 */
.mypage__order-form__section:not(:last-child) {
  margin-bottom: 42px;
}
.mypage__order-form__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mypage__order-form__section-header__title {
  font-size: 20px;
  color: #111;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.004em;
}
.mypage__order-form__section-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 34px;
  /* 이미지 회전은 wrapper에 적용 */
}
.mypage__order-form__section-box:not(:last-child) {
  margin-bottom: 42px;
}
.mypage__order-form__section-box .order__list {
  padding: 0 44px;
}
.mypage__order-form__section-box .order__list-product {
  row-gap: 0;
  column-gap: 42px;
}
.mypage__order-form__section-box .order__list-product__image {
  flex-basis: 110px;
}
.mypage__order-form__section-box .order__list-product__image img {
  width: 100%;
}
.mypage__order-form__section-box .order__list .components-list {
  margin-top: 20px;
}
.mypage__order-form__section-box .order__list .components-list__item {
  padding: 0 62px;
}
.mypage__order-form__section-box .order__list .components-list__item.total {
  justify-content: end;
}
.mypage__order-form__section-box .order__list .components-list__item.total:not(:first-child) {
  border-top: 1px solid #eee;
  padding-top: 16px;
}
.mypage__order-form__section-box .order__list .components-list__item-title.category {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__order-form__section-box .order__list .components-list__item-title.name {
  font-size: 15px;
  color: #111;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.002em;
}
.mypage__order-form__section-box .order__list .components-list__item-title.count {
  font-size: 12px;
  color: #474747;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}
.mypage__order-form__section-box .order__list .components-list__item-discount {
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  padding-right: 4px;
}
.mypage__order-form__section-box .order__list .components-list__item-sale {
  font-size: 13px;
  color: #ff4912;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  padding-right: 2px;
}
.mypage__order-form__section-box .order__list .components-list__item-group {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.mypage__order-form__section-box .order__list .components-list__item-button {
  font-size: 13px;
  color: #111;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-decoration: underline;
}
.mypage__order-form__section-box .order__list .components-list__item-select {
  width: calc(100% - 209px);
  margin-top: 12px;
  margin-left: auto;
}
.mypage__order-form__section-box .order__list .components.product .components-list__item:not(:last-child) {
  margin-bottom: 0px;
}
.mypage__order-form__section-box .order__list .components.product .components-list__item-title {
  width: calc(100% - 170px);
}
.mypage__order-form__section-box .order__bottom {
  padding: 16px 0;
  margin-top: 24px;
  margin-left: auto;
  background-color: #F7F9FA;
  text-align: center;
}
.mypage__order-form__section-box .order__bottom p {
  font-size: 14px;
  color: #111;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.004em;
}
.mypage__order-form__section-box .order__bottom .btn-add-product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 200px;
  height: 43px;
  font-size: 15px;
  color: #111;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: -0.004em;
  background: #fff;
  border: 1px solid #ddd;
  margin: 8px auto 0;
}
.mypage__order-form__section-box .mypage__order-form__group:not(:last-child) {
  margin-bottom: 30px;
}
.mypage__order-form__section-box .mypage__order-form__group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.mypage__order-form__section-box .mypage__order-form__group-header__title {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.004em;
}
.mypage__order-form__section-box .mypage__order-form__group-header__title .count {
  font-size: 14px;
  color: #1baed4;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.004em;
  margin-left: 8px;
}
.mypage__order-form__section-box .mypage__order-form__group-header__title span {
  font-size: 13px;
  color: #111;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: -0.003em;
  margin-left: 8px;
}
.mypage__order-form__section-box .mypage__order-form__group-header__title .category {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  margin-left: 2px;
}
.mypage__order-form__section-box .mypage__order-form__group-header__title .category::before {
  content: "ㅣ";
  font-weight: 300;
}
.mypage__order-form__section-box .mypage__order-form__group-header .btn {
  height: 20px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  row-gap: 0;
  column-gap: 4px;
  font-size: 14px;
  color: #474747;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.003em;
}
.mypage__order-form__section-box .mypage__order-form__group-header .btn:before {
  height: 20px;
}
.mypage__order-form__section-box .mypage__order-form__group-header .btn-download::before {
  content: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/action/ic_20_download_474747.svg");
}
.mypage__order-form__section-box .mypage__order-form__group-header .btn-print::before {
  content: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/action/ic_20_print_474747.svg");
}
.mypage__order-form__section-box .mypage__order-form__group-header .btn-rotate::before {
  content: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/action/ic_20_rotate.svg");
}
.mypage__order-form__section-box .mypage__order-form__group-body {
  overflow: auto;
}
.mypage__order-form__section-box .scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; /* 이미지 크기만큼 확장되게 */
}
.mypage__order-form__section-box .rotate-wrapper {
  display: inline-block;
  transform-origin: center center;
}
.mypage__order-form__section-box .choan-image {
  position: relative;
}
.mypage__order-form__section-box .choan-image .btn-scale {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/action/ic_16_scale.svg");
}
.mypage__order-form__section-box .choan-image .img {
  width: auto;
  margin: 0 auto;
}
.mypage__order-form__section-box .change__components-box {
  margin-top: 32px;
}
.mypage__order-form__section-box .change__components-header {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 8px;
}
.mypage__order-form__section-box .change__components-header__title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.004em;
}
.mypage__order-form__section-box .change__components-contents {
  display: none;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 16px;
}
.mypage__order-form__section-box .change__components-button {
  width: 70px;
  height: 30px;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 100px;
}
.mypage__order-form__section .notice-list li {
  color: #888;
}
.mypage__order-form__group:not(:last-child) {
  margin-bottom: 60px;
}
.mypage__order-form__group .table-item.body .table-row {
  padding: 20px 0;
}
.mypage__order-form__group .table-item.interval .table-row {
  padding-right: 150px;
}
.mypage__order-form__group .table-item.interval .table-row:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mypage__order-form__header-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.004em;
  margin-bottom: 14px;
}
.mypage__order-form__product {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 25px;
  width: 100%;
}
.mypage__order-form__product-image {
  flex-basis: 92px;
  background-color: #f9f9f9;
}
.mypage__order-form__product-box {
  flex: 1;
  text-align: left;
}
.mypage__order-form__product-info {
  background-color: #f9f9f9;
  padding: 8px 16px;
  margin-top: 16px;
}
.mypage__order-form__product-info__text01 {
  font-size: 13px;
  color: #111;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__order-form__product-info__text01 p {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 8px;
}
.mypage__order-form__product-info__text01 p .status {
  font-weight: 500;
  font-size: 13px;
}
.mypage__order-form__product-info__text01 p .name {
  position: relative;
  font-weight: 400;
  font-size: 13px;
}
.mypage__order-form__product-info__text01 p .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  width: 1px;
  height: 10px;
  background-color: #474747;
}
.mypage__order-form__product-info__text02 {
  margin-top: 2px;
}
.mypage__order-form__product-info__text02 p {
  font-size: 13px;
  color: #111;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__order-form__product-info .notice-list.type-small li {
  font-size: 13px;
  color: #111;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__order-form__product-etc {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__order-form__product-etc span {
  position: relative;
}
.mypage__order-form__product-etc span:not(:last-child) {
  margin-right: 7px;
}
.mypage__order-form__product-etc span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  right: -6px;
  background-color: #333;
}
.mypage__order-form__product-name {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-top: 4px;
}
.mypage__order-form__product-price {
  font-size: 14px;
  color: #111;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
}
.mypage__order-form__step-list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
  text-align: center;
}
.mypage__order-form__step-list li {
  font-size: 13px;
  color: #999;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  flex: 1;
}
.mypage__order-form__step-list li:first-child {
  text-align: left;
  padding-left: 16px;
}
.mypage__order-form__step-list li:last-child {
  text-align: right;
  padding-right: 16px;
}
.mypage__order-form__step-list li.on {
  color: #1baed4;
}
.mypage__order-form__step-progressbar {
  height: 2px;
  background-color: #eee;
}
.mypage__order-form__step-progressbar .progress {
  position: relative;
  top: 0;
  width: 0%;
  height: 100%;
  max-width: 100%;
  transition: width 0.5s ease-out;
  background: linear-gradient(90deg, #80D6EE 0%, #00C9FF 100%);
}
.mypage__order-form.detail .mypage__order-form__header {
  position: relative;
}
.mypage__order-form.detail .mypage__order-form__header-title {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.mypage__order-form.detail .mypage__order-form__header-title .date {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.mypage__order-form.detail .mypage__order-form__header-title .date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #474747;
  width: 1px;
  height: 12px;
}
.mypage__order-form.detail .mypage__order-form__header-text {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  padding: 12px 0px;
}
.mypage__order-form.detail .mypage__order-form__header-action {
  font-size: 13px;
  color: #474747;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  position: absolute;
  top: 5px;
  right: 0;
  text-decoration: underline;
}
.mypage__order-form.detail .mypage__order-form__product {
  column-gap: 84px;
}
.mypage__order-form.detail .mypage__order-form__product-image {
  flex-basis: 110px;
}
.mypage__order-form.detail .mypage__order-form__group:not(:last-child) {
  margin-bottom: 52px;
}
.mypage__order-form.detail .mypage__order-form__box:not(:last-child) {
  margin-bottom: 24px;
}
.mypage__order-form.detail .table-item.header {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #474747;
  padding: 14px 0px;
}
.mypage__order-form.detail .table-item.body .table-row {
  padding: 16px 0px;
}
.mypage__order-form.detail .table-item.body .table-cell.list {
  padding-left: 0px;
  padding-right: 84px;
}
.mypage__order-form.detail .form-list__item-title {
  flex-basis: 132px;
}
.mypage__order-form.detail .form-list__item-title.strong {
  font-weight: 600;
}
.mypage__order-form.detail .form-list__item-text.sale {
  color: #ff5017;
}
.mypage__order-form.detail .form-list__item-upload__list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 4px;
}
.mypage__order-form.detail .form-list__item-upload__item {
  width: 104px;
}
.mypage__order-form.detail .form-list__item-box .img.map {
  width: 637px;
}
.mypage__order-form.detail .form-list__item-group {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.mypage__order-form.detail .form-list__item-answer {
  width: 100%;
  background-color: #f9f9f9;
  padding: 8px 10px;
  margin-top: 8px;
}
.mypage__order-form.detail .form-list__item-answer .notice-list li {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}
.mypage__order-form.detail .form-list__item .total {
  font-weight: 600;
}
.mypage__order-form.detail .form-list.type-line {
  border-bottom: 0px;
}
.mypage__order-form.detail .form-list.type-line .form-list__item {
  padding: 16px 0px;
}
.mypage__order-form.detail .form-list.type-between .form-list__item-title {
  flex: 3;
}
.mypage__order-form.detail .form-list.type-between .form-list__item-box {
  justify-content: end;
}
.mypage__order-form.step-choan .order__choan-section:not(:last-child) {
  margin-bottom: 60px;
}
.mypage__order-form.step-choan .table-header {
  height: 46px;
}
.mypage__order-form.step-choan .table-row {
  justify-content: start;
  align-items: start;
}
.mypage__order-form.step-choan .table-cell.title {
  flex: none;
  flex-basis: 132px;
  line-height: 20px;
}
.mypage__order-form.step-choan .table-cell.info {
  justify-content: start;
  flex: 1;
  line-height: 20px;
}
.mypage__order-form.step-choan .table-cell .photo-list {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 8px;
}
.mypage__order-form.step-choan .table-cell .photo-list li {
  flex-basis: 120px;
}
.mypage__order-form.step-choan .table-cell .photo-list li img {
  border: 1px solid #eee;
  border-radius: 2px;
}
.mypage__order-form.step-choan .table-image {
  flex-basis: 100%;
  margin-top: 16px;
}
.mypage__order-form.step-choan .table-image .img {
  width: auto;
}
.mypage__order-form.step-choan .table.type-list .table-item.body .table-cell {
  color: #111;
  line-height: 20px;
}
.mypage__order-form.step-choan .table.type-list .table-item.body .table-cell.count {
  font-weight: 500;
}
.mypage__order-form.step-choan .table.type-list .table-item.body .table-cell.price {
  font-weight: 500;
}
.mypage__order-form.step-choan .table.type-list .table-item.body .table-cell.info {
  font-weight: 500;
}
.mypage__order-form.step-choan .table.type-list .table-item.body .table-cell.sale {
  color: #ff5017;
  justify-content: end;
}
.mypage__order-form.step-choan .form-list__item:not(:last-child) {
  margin-bottom: 24px;
}
.mypage__order-form .sample-title {
  font-size: 14px;
  color: #474747;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.mypage__order-form .sample-title .count {
  margin-left: 0px;
}
.mypage__order-form .sample-title .count::before {
  content: none;
}
.mypage__order-form .sample-list {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 9px;
}
.mypage__order-form .sample-list__item {
  width: 162.5px;
}
.mypage__order-form .sample-list__item img {
  width: 100%;
}
.mypage__order-form .sample-group {
  margin-bottom: 40px;
}
.mypage__order-form .sample-group:first-child {
  margin-top: 32px;
}

/* 마이페이지 : 초안 확인/수정 */
.mypage__choan .mypage__notice {
  padding: 20px 20px 18px;
  margin-top: 0;
}
.mypage__choan .mypage__notice-title {
  font-weight: 500;
}
.mypage__choan .status {
  border-radius: 0;
}
.mypage__choan .edit__list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 34px;
  border-bottom: 1px solid #eee;
}
.mypage__choan .edit__list-item .date {
  font-size: 13px;
  color: #474747;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__choan .edit__list-item .text {
  font-size: 13px;
  color: #474747;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__choan .edit__list-item__info {
  flex: 1;
}
.mypage__choan .edit__list-item .status {
  border-radius: 100px;
}
.mypage__choan.enlarge .choan-box {
  display: block;
  position: relative;
  margin: 20px auto 0;
  overflow: hidden;
}
.mypage__choan.enlarge .choan-card {
  margin: 0 auto;
}
.mypage__choan.enlarge .choan-img {
  margin: 0 auto;
}
.mypage__choan.enlarge .mypage__scale {
  position: relative;
  height: 326px;
  background-color: #F7F9FA;
  margin-bottom: 90px;
}
.mypage__choan.enlarge .mypage__scale-box {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
.mypage__choan.enlarge .mypage__scale-title {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.004em;
  margin-bottom: 4px;
}
.mypage__choan.enlarge .mypage__scale-text {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.004em;
}
.mypage__choan.enlarge .mypage__scale-bar {
  margin-top: 20px;
}
.mypage__choan.enlarge .mypage__scale-unit {
  font-size: 12px;
  color: #111;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  margin-top: 6px;
}
.mypage__choan.enlarge .mypage__scale .notice-text {
  margin-top: 4px;
}
.mypage__choan .ui-slider {
  height: 3px;
  border: 0;
  background-color: #ddd;
}
.mypage__choan .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  background-color: #1baed4;
  border: 0;
  border-radius: 50%;
}
.mypage__choan .ui-slider-range {
  background-color: #1baed4 !important;
}

.page__edit-list {
  width: 700px;
  padding: 16px 30px 30px;
}
.page__edit-list .edit__list {
  border-top: 1px solid #111;
  margin-top: 16px;
}
.page__edit-list .edit__list-item {
  cursor: pointer;
}
.page__edit-detail {
  width: 700px;
  padding: 30px;
}
.page__edit-detail .edit__list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #111;
}
.page__edit-detail .edit__list-item .status {
  border-radius: 100px;
}
.page__edit-detail .edit__list-item__info {
  flex: 1;
}
.page__edit-detail__list-item {
  padding: 20px 34px;
  border-bottom: 1px solid #eee;
}
.page__edit-detail__list-item__top {
  margin-bottom: 12px;
}
.page__edit-detail__list-item__contents .attachment {
  max-width: 300px;
  margin-top: 12px;
}
.page__edit-detail__list-item__contents .attachment .title {
  margin-bottom: 4px;
}
.page__edit-detail__list-item__contents .attachment .file-box {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.page__edit-detail__list-item__contents .attachment .file-box .text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  flex: 1;
}
.page__edit-detail__list-item__contents .attachment .file-box .btn-file-download {
  font-size: 14px;
  color: #474747;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.004em;
  text-decoration: underline;
}
.page__edit-detail__list-item .title {
  font-size: 14px;
  color: #111;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}
.page__edit-detail__list-item .text {
  font-size: 14px;
  color: #474747;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.003em;
}
.page__edit-detail .btn-box {
  max-width: 328px;
  margin: 28px auto 0;
}
.page__edit-detail .btn-box .btn {
  flex: 1;
}
.page__edit-detail .btn-box .btn:not(:last-child) {
  margin-bottom: 0;
}
.page__choan-scale {
  width: 600px;
  padding: 16px 16px 34px;
}
.page__choan-scale-title {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.002em;
}
.page__choan-scale-text {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.003em;
}
.page__choan-scale-bar {
  width: 300px;
  margin: 20px 0;
}
.page__choan-scale-unit {
  font-size: 12px;
  color: #111;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  margin-top: 6px;
}

/* 마이페이지 : 쿠폰보관함 */
.mypage__coupon-top {
  background-color: #f9f9f9;
  padding: 28px 0;
  margin-bottom: 12px;
}
.mypage__coupon-top .area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 20px;
}
.mypage__coupon-box {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 4px;
  width: 440px;
}
.mypage__coupon-box .input {
  flex: 1;
}
.mypage__coupon-box .btn-add-coupon {
  width: 100px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: -0.4px;
  text-align: center;
  border-radius: 2px;
  text-align: center;
}
.mypage__coupon-box .btn-add-coupon.off {
  background: #eee;
  border: 1px solid #ddd;
  color: #999;
}
.mypage__coupon-box .btn-add-coupon.on {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #fff;
}
.mypage__coupon-list {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
}
.mypage__coupon-list.end .mypage__coupon-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  filter: opacity(0.5);
  z-index: 2;
}
.mypage__coupon-list.end .mypage__coupon-list__item::after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 3;
}
.mypage__coupon-list.end .mypage__coupon-list__item.end-use::after {
  content: url("https://static.barunsoncard.com/barunsoncardv2/common/contents/coupon_use_end.svg");
}
.mypage__coupon-list.end .mypage__coupon-list__item.end-date::after {
  content: url("https://static.barunsoncard.com/barunsoncardv2/common/contents/coupon_date_end.svg");
}
.mypage__coupon-list.end .mypage__coupon-list__item .coupon-title {
  color: #ccc;
}
.mypage__coupon-list__item {
  position: relative;
  width: 332px;
  height: 144px;
  flex-basis: 332px;
  border: 1px solid #e3e3e3;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.mypage__coupon-list__item-info {
  padding-top: 26px;
  padding-left: 22px;
  flex: 1;
}
.mypage__coupon-list__item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 112px;
  height: 100%;
  background-color: #f7f7f7;
}
.mypage__coupon-list__item-image img {
  max-width: 80px;
}
.mypage__coupon-list .coupon-title {
  font-size: 20px;
  color: #15A0C1;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.004em;
  margin-bottom: 2px;
}
.mypage__coupon-list .coupon-text, .mypage__coupon-list .coupon-date {
  font-size: 12px;
  color: #646464;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0;
}
.mypage__coupon-list .btn-detail-coupon {
  position: absolute;
  bottom: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #646464;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: 0;
}
.mypage__coupon-list .btn-detail-coupon::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_right_gray.svg");
}
.mypage__coupon-list .btn-detail-gift-coupon {
  position: absolute;
  bottom: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #646464;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: 0;
}
.mypage__coupon-list .btn-detail-gift-coupon::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_right_gray.svg");
}
.mypage__coupon .empty {
  padding-top: 88px;
}

/* 마이페이지 : 후기관리 */
.mypage__review .table.type-list .table-cell.detail {
  display: none;
  width: 100%;
  flex-basis: 100%;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  flex-basis: 100%;
  border-top: 1px solid #eee;
  margin-top: 16px;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents.open .detail__contents-top__images {
  margin-top: 40px;
  flex-basis: 100%;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents.open .detail__contents-top__images .images {
  width: auto;
  height: auto;
  background-image: none !important;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents.open .detail__contents-top__images .images img {
  position: static;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents.open .detail__contents-top__images .images img:not(:last-child) {
  margin-bottom: 24px;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents.open .count {
  display: none;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  padding: 24px;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-top__text {
  flex: 1;
  width: calc(100% - 180px);
  padding-right: 20px;
  white-space: pre-line;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-top__images {
  position: relative;
  display: block;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-top__images .images {
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-top__images .count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 1;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-more {
  width: 60px;
  height: 26px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #000;
  margin: 0 0 0 24px;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-bottom {
  background-color: #f8f8f8;
  padding: 24px;
  margin-top: 24px;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-bottom__title {
  font-weight: 600;
  margin-bottom: 6px;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-bottom__text {
  white-space: pre-line;
}
.mypage__review .table.type-list .table-cell.detail .detail__contents-button {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 8px;
  margin: 16px 0 24px;
}

/* 마이페이지 : 주문수량 변경 */
.mypage__order.change .mypage__order-form__section-header__title {
  font-weight: 600;
}
.mypage__order.change .mypage__order-form__section-header__title.medium {
  font-size: 18px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components {
  padding: 0px 62px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-header {
  justify-content: space-between;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-header__title {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #111;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.002em;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-box {
  margin-top: 0px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents {
  border-top: 0px;
  padding-top: 0px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list {
  padding: 0;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-item .select {
  flex-basis: 377px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-item:not(:last-child) {
  border-bottom: 0px;
  padding-bottom: 9px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-product {
  width: 200px;
  row-gap: 0;
  column-gap: 10px;
  align-items: center;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-product__image {
  flex-basis: 80px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-product__name {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.004em;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-product__choice {
  font-size: 12px;
  color: #474747;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-product__price {
  justify-content: start;
  margin-top: 6px;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .order__list-product__price strong {
  font-size: 14px;
  color: #111;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.004em;
}
.mypage__order.change .mypage__order-form__section-box .order__list .change__components-contents .mypage__notice {
  padding: 20px;
}
.mypage__order.change .mypage__order-form__section .table-item.body .table-row:first-child {
  padding-top: 0px;
}
.mypage__order.change .mypage__order-form__section .table-item.total .table-row {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.mypage__order.change .mypage__order-form__group-header__title {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: 8px;
  font-weight: 500;
}
.mypage__order.change .mypage__order-form__group-header__title .count {
  font-size: 13px;
  color: #2d8eff;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.mypage__order.change .mypage__order-form__group-body .print-list li {
  width: 140px;
}
.mypage__order.change .mypage__order-form__group-body .print-list .count {
  padding-left: 20px;
}
.mypage__order.change .components:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.mypage__order.change .components-list__item-title {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.mypage__order.change .components-list__item-price {
  font-weight: 500;
}
.mypage__order.change .components-list__item.total {
  justify-content: space-between;
}
.mypage__order.change .components-list__item.total .components-list__item-price {
  font-weight: 600;
  margin-left: auto;
}
.mypage__order.change .btn-bottom {
  width: 332px;
  margin: 0 auto;
}

/** 마이페이지 : 레이어 팝업 **/
.form-layer__pop.coupon .form-layer__pop-box {
  max-width: 400px;
  text-align: left;
}
.form-layer__pop.coupon .form-layer__pop-box .coupon__pop-header {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0 20px;
  margin: 0 24px 20px;
  border-bottom: 1px solid #eee;
}
.form-layer__pop.coupon .form-layer__pop-box .coupon__pop-box {
  width: calc(calc(100% - 80px));
}
.form-layer__pop.coupon .form-layer__pop-box .coupon__pop-title {
  width: calc(100% - 20px);
  font-size: 24px;
  color: #111;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.004em;
  word-break: keep-all;
}
.form-layer__pop.coupon .form-layer__pop-title {
  margin-bottom: 0;
}
.form-layer__pop.coupon .form-layer__pop-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-color: #f9f9f9;
  border-radius: 4px;
  text-align: center;
}
.form-layer__pop.coupon .form-layer__pop-info {
  text-align: left;
  margin: 0 32px 44px;
}
.form-layer__pop.coupon .form-layer__pop-info dt {
  font-size: 16px;
  color: #474747;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.form-layer__pop.coupon .form-layer__pop-info dd {
  font-size: 16px;
  color: #474747;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.004em;
}
.form-layer__pop.coupon .form-layer__pop-info__item:not(:last-child) {
  margin-bottom: 20px;
}
.form-layer__pop.coupon .form-layer__pop-info__item-notice dd {
  position: relative;
  font-size: 13px;
  color: #474747;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  word-break: keep-all;
  white-space: pre-line;
}
.form-layer__pop.coupon .form-layer__pop-info__item-notice dd:not(:last-child) {
  margin-bottom: 2px;
}
.form-layer__pop.coupon .form-layer__pop-link {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #999;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: -0.004em;
  margin-top: 4px;
}
.form-layer__pop.coupon .form-layer__pop-link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("https://static.barunsoncard.com/barunsoncardv2/common/icon/navigation/ic_24_right_gray.svg");
}
.form-layer__pop.modal__review-reg .scrollbar__box {
  max-height: calc(100vh - 160px);
}
.form-layer__pop.modal__review-reg .order-form__list-item {
  position: relative;
  padding: 0 32px 24px;
}
.form-layer__pop.modal__review-reg .order-form__list-item__info {
  position: relative;
}
.form-layer__pop.modal__review-reg .order-form__list-item__info-top {
  width: calc(100% - 30px);
}
.form-layer__pop.modal__review-reg .order-form__list-item__info-bottom {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 4px;
}
.form-layer__pop.modal__review-reg .order-form__list-item__date {
  color: #acacac;
  margin: 2px 0 0;
}
.form-layer__pop.modal__review-reg .order-form__list-item__num {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.form-layer__pop.modal__review-reg .order-form__list-item__name {
  font-size: 15px;
}
.form-layer__pop.modal__review-reg .mypage__review-reg {
  padding: 0 32px;
}
.form-layer__pop.modal__review-reg .mypage__review-reg__star {
  border-top: 1px solid #eee;
  padding: 32px 0;
}
.form-layer__pop.modal__review-reg .mypage__review-reg__form .form-list__item-title {
  flex-basis: 100%;
  margin-bottom: 6px;
}
.form-layer__pop.modal__review-reg .mypage__review-reg__form .form-list__item-file {
  width: 100%;
}
.form-layer__pop.modal__review-reg .mypage__review-reg .star-box {
  margin: 0 auto;
}
.form-layer__pop.modal__review-reg .mypage__review-reg .star-text {
  font-size: 17px;
  color: #111;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 10px;
}
.form-layer__pop.modal__review-reg .mypage__review-reg .photo-list {
  margin-top: 8px;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation {
  margin-bottom: 32px;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation .form-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation .form-list__item-title {
  width: 80px;
  margin-bottom: 0;
  flex-basis: auto;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation .form-list__item-box {
  row-gap: 0;
  column-gap: 4px;
  flex: 1;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation .form-list__item-box .btn-evaluation {
  width: auto;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  text-align: center;
  flex: 1;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation .form-list__item-box .btn-evaluation.active {
  border-color: #474747;
  font-weight: 500;
}
.form-layer__pop.modal__review-reg .mypage__review-evaluation .form-list__item-box .btn-evaluation.error {
  border-color: #FF4242;
}
.form-layer__pop.modal__review-reg .textarea-text {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: right;
  margin-top: 8px;
  margin-left: auto;
}
.form-layer__pop .choan__check-list {
  padding: 16px 0 0;
  margin: 0 16px;
  border-top: 1px solid #eee;
}
.form-layer__pop .choan__check-list__item {
  padding: 0 16px;
}
.form-layer__pop .choan__check-list__item:not(:last-child) {
  margin-bottom: 12px;
}
.form-layer__pop .choan__check-list__item-title {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.002em;
  margin-bottom: 6px;
}
.form-layer__pop .choan__check-list__item.last {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}
.form-layer__pop .choan__check-list__item .form-box {
  font-size: 15px;
  font-weight: 400;
}
.form-layer__pop .choan__check-list__item .form-box:not(:last-child) {
  margin-bottom: 6px;
}
.form-layer__pop .choan__check-list__item .form-box input[type=checkbox] ~ label {
  background-size: 20px;
  background-position: 0 0;
  padding-left: 24px;
}
.form-layer__pop .choan__check-list__item .form-box input[type=checkbox] ~ label span {
  font-size: 13px;
  color: #474747;
}
.form-layer__pop.delivery .form-layer__pop-container {
  border-radius: 4px;
  overflow: hidden;
}
.form-layer__pop.delivery .delivery-list {
  width: 400px;
  height: auto;
}
.form-layer__pop.delivery .delivery-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.form-layer__pop.delivery .delivery-list__item-name {
  font-size: 15px;
  color: #111;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.004em;
}
.form-layer__pop.delivery .delivery-list__item-address {
  font-size: 13px;
  color: #474747;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  max-width: 272px;
  margin-top: 4px;
}
.form-layer__pop.delivery .delivery-list__item-number {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.form-layer__pop.delivery .delivery-list__item-button {
  font-size: 13px;
  color: #111;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  display: block;
  margin-top: 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px 12px;
}

.status-box .review-status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  height: 26px;
  font-size: 12px;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: 0;
  text-align: center;
  border-radius: 2px;
  padding: 0 12px;
  border-radius: 20px;
}
.status-box .review-status.type01 {
  background: #fff;
  border: 1px solid #999;
  color: #999;
}
.status-box .review-status.type02 {
  background: #fff;
  border: 1px solid #ff4242;
  color: #ff4242;
}
.status-box .review-status:not(:last-child) {
  margin-bottom: 6px;
}

/* 마이페이지 : 모바일초대장 관리 */
.mypage__mcard-box {
  background-color: #f9f9f9;
  padding: 120px 0;
}
.mypage__mcard-title {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.004em;
  margin-bottom: 28px;
  text-align: center;
}
.mypage__mcard-title strong {
  font-weight: 600;
}
.mypage__mcard .btn-box {
  width: 300px;
  margin: 0 auto;
}

.sample_qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: var(--Primitive-Text-White, #FFF);
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  border-radius: 2px;
  border: 1px solid var(--Primitive-Line-Input_Line, #DDD);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url("https://static.barunsoncard.com/barunsoncardv2/common/contents/qr_sample.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D9D9D9;
}
