@charset "UTF-8";
/* 리뉴얼 */
/***** 마이 페이지 *****/
/* 멤버십 바코드 등록/조회 */
.membership-barcode #contArea h1 {
  margin-bottom: 12px;
}
.membership-barcode .cardInfo {
  margin-bottom: 24px;
}
.membership-barcode .cardInfo li {
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.3px;
}
.membership-barcode .cardEnter .list {
  border-top: 1px solid var(--Gray2, #454545);
}
.membership-barcode .cardEnter .list th {
  padding: 23px 0;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.membership-barcode .cardEnter .list td {
  padding: 18px 30px;
}
.membership-barcode .cardEnter .list input {
  width: 78px;
  height: 32px;
}
.membership-barcode .cardMy h4,
.membership-barcode .cardBarcode h4,
.membership-barcode .cardGuide h4 {
  margin-bottom: 12px;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}
.membership-barcode .cardGuide {
  padding: 0;
  background: none;
}
.membership-barcode .cardGuide .caution-text {
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
}

/***** 멤버십 가이드 *****/
/* 포인트 가이드 */
.point-guide h1 {
  margin-bottom: 34px;
}
.point-guide .tab-mode-first {
  margin-bottom: 28px;
}
.point-guide .caution-text {
  margin-top: 30px;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
}

/***** 회원 전환 *****/
#wrapper.cafe24 {
  min-width: initial;
}

.cafe24 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  min-height: 100%;
}
.cafe24 h2 {
  all: unset;
}
.cafe24 .layout-area {
  width: 360px;
  background: var(--white);
}
.cafe24 .layout-area .title-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 52px;
  padding: 0 42px;
  border-bottom: 1px solid var(--Gray6, #f5f5f5);
  text-align: center;
}
.cafe24 .layout-area .title-area h2 {
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.15px;
}
.cafe24 .layout-area .title-area a {
  position: absolute;
  right: 13px;
  top: 11px;
  width: 29px;
  height: 29px;
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 8L8 21' stroke='%23222222' stroke-width='1.5'/%3E%3Cpath d='M8 8L21 21' stroke='%23222222' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat 50%;
}

/* 회원전환 정보입력 */
.create-id input[type=text],
.create-id input[type=password] {
  all: unset;
}
.create-id .layout-area .page-content {
  margin-top: 36px;
  padding: 0 30px 26px;
  border-bottom: 8px solid var(--Gray6, #f5f5f5);
}
.create-id .layout-area .page-content .main-text {
  margin-bottom: 20px;
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.4px;
}
.create-id .layout-area .page-content .main-text strong {
  font-weight: 700;
}
.create-id .layout-area .page-content .input-id {
  margin-bottom: 30px;
}
.create-id .layout-area .page-content .input-id h3 {
  padding: 0 10px;
  margin-bottom: 30px;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.create-id .layout-area .page-content .input-id ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.create-id .layout-area .page-content .input-id ul li {
  border-bottom: 1px solid #f5f5f5;
}
.create-id .layout-area .page-content .input-id ul li input {
  height: 56px;
  padding: 0 10px;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.create-id .layout-area .page-content .input-id ul li label {
  display: inline-flex;
  padding-left: 10px;
  margin-bottom: 4px;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.create-id .layout-area .page-content .input-id ul li .input-wrap {
  display: flex;
  align-items: center;
}
.create-id .layout-area .page-content .input-id ul li .input-wrap input {
  width: 100%;
}
.create-id .layout-area .page-content .input-id ul li .input-wrap input::placeholder {
  color: var(--Gray4, #a6a6a6);
}
.create-id .layout-area .page-content .input-id ul li.item-id .input-wrap {
  padding-right: 10px;
}
.create-id .layout-area .page-content .input-id ul li.item-id .input-wrap a {
  flex: none;
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin-left: 10px;
  padding: 0 12px;
  font-family: var(--pret-var);
  color: var(--black);
  background: var(--Gray6, #f5f5f5);
}
.create-id .layout-area .page-content .input-email {
  display: flex;
}
.create-id .layout-area .page-content .input-email input[type=text] {
  width: 50%;
  padding: 0 8px 17px;
  border-bottom: 1px solid var(--Gray5, #ddd);
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.create-id .layout-area .page-content .input-email input[type=text]::placeholder {
  color: var(--Gray4, #a6a6a6);
}
.create-id .layout-area .page-content .input-email > span {
  flex: none;
  margin: 0 4px;
  display: flex;
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Gray4, #a6a6a6);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.create-id .layout-area .page-content .input-email select {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  flex: none;
  padding: 0 8px 17px 8px;
  margin-left: 12px;
  border-bottom: 1px solid var(--Gray5, #ddd);
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9.5L12.0001 14.5L17 9.5' stroke='%23454545' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 100% 0;
}
.create-id .layout-area .agree-area {
  padding: 30px 30px 0;
}
.create-id .layout-area .agree-area > p {
  font-family: var(--pret-var);
  color: var(--Gray4, #a6a6a6);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.create-id .layout-area .agree-area .agreeList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.create-id .layout-area .agree-area .agreeList .check-wrap {
  display: flex;
}
.create-id .layout-area .agree-area .agreeList .check-wrap > input[type=checkbox]:not(.check-mode-second) {
  margin-right: 8px;
  margin-top: 3px;
}
.create-id .layout-area .agree-area .agreeList .check-wrap > label {
  padding-right: 0;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.create-id .layout-area .agree-area .agreeList .check-wrap > a {
  flex: none;
  display: block;
  margin-top: -3px;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 16.0017L14.5 12.0013L10.5 8.00092' stroke='%23A6A6A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50%;
}
.create-id .layout-area .agree-area .agreeList .post-area {
  position: relative;
}
.create-id .layout-area .agree-area .agreeList .post-area input[type=text] {
  width: 100%;
  height: 56px;
  padding: 0 12px 0 4px;
  border-bottom: 1px solid var(--Gray5, #ddd);
  box-sizing: border-box;
  font-family: var(--pret-var);
  color: var(--Gray4, #a6a6a6);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.create-id .layout-area .agree-area .agreeList .post-area input[type=text]::placeholder {
  color: var(--Gray4, #a6a6a6);
}
.create-id .layout-area .agree-area .agreeList .post-area > input[type=text]:first-of-type {
  padding: 0 100px 0 4px;
}
.create-id .layout-area .agree-area .agreeList .post-area > a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 32px;
  padding: 0 12px;
  text-align: center;
  font-family: var(--pret-var);
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  background: var(--Gray6, #f5f5f5);
}
.create-id .layout-area .agree-area .agreeList > ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.create-id .layout-area .agree-area .agreeList > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-left: 25px;
}
.create-id .layout-area .agree-area .agreeList > ul > li > ul > li .check-wrap label {
  color: var(--Gray3, #6a6a6a);
}
.create-id .layout-area .agree-area .agreeList .child-check {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.create-id .layout-area .agree-area .agreeList .child-check .post-area {
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: relative;
  padding-left: 30px;
  padding-top: 6px;
  margin-top: 14px;
}
.create-id .layout-area .agree-area .agreeList .child-check .post-area input[type=text] {
  width: 100%;
  padding: 0 4px 17px;
  border-bottom: 1px solid var(--Gray5, #ddd);
  font-family: var(--pret-var);
  color: var(--Gray4, #a6a6a6);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
  box-sizing: border-box;
}
.create-id .layout-area .agree-area .agreeList .child-check .post-area > input[type=text] {
  padding-right: 108px;
}
.create-id .layout-area .agree-area .agreeList .child-check .post-area > a {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 11px;
  height: 32px;
  padding: 0 12px;
  text-align: center;
  font-family: var(--pret-var);
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  background: var(--Gray6, #f5f5f5);
}
.create-id .layout-area .agree-area .agreeList .child-check .post-area .detail {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.create-id .layout-area .btn-area {
  margin-top: 25px;
  padding: 16px 18px;
}

.switch-complete .layout-area .main-text {
  margin: 100px 0 24px;
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.4px;
}
.switch-complete .layout-area .page-content {
  padding: 0 30px;
}
.switch-complete .layout-area .page-content dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 10px;
  border-radius: 8px;
  background: var(--Gray6, #f5f5f5);
}
.switch-complete .layout-area .page-content dl dt {
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 13px;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: -0.26px;
}
.switch-complete .layout-area .page-content dl dd {
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Black, #000);
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.switch-complete .layout-area .btn-area {
  margin-top: 268px;
  padding: 16px 18px;
}

.switch-gate .layout-area .page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 748px;
}
.switch-gate .layout-area .page-content p {
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.switch-gate .layout-area .page-content p strong {
  font-weight: 700;
}
.switch-gate .layout-area .page-content .btn-area {
  margin-top: 25px;
  padding: 0 55px;
}

.renew-point #contArea .tab-mode-first {
  margin-bottom: 34px;
}
.renew-point #contArea .gpoint-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 125px;
  margin-bottom: 31px;
  border-radius: 6px;
  background: var(--Gray6, #f5f5f5);
}
.renew-point #contArea .gpoint-area dt {
  font-style: normal;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.14px;
}
.renew-point #contArea .gpoint-area dd {
  font-family: var(--pret-var);
  color: var(--black);
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.08px;
}
.renew-point #contArea .gpoint-area dd i {
  font-size: 36px;
  font-style: normal;
}
.renew-point #contArea .table-mode-first tbody tr td span {
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.renew-point #contArea .table-mode-first tbody tr td span i {
  font-style: normal;
}
.renew-point #contArea .table-mode-first tbody tr td span.style-add {
  color: #C7145D;
}
.renew-point #contArea .table-mode-first tbody tr td span.style-subtract {
  color: var(--Gray3, #6a6a6a);
}
.renew-point #contArea .table-mode-first tbody tr td .btn-search-point {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 15px;
  font-family: var(--pret-var);
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  background: #EAEAEA;
}
.renew-point #contArea .table-mode-first tbody tr td .list-none span {
  font-size: 16px;
  font-weight: 500;
}

.renew-point-guide #contArea .tab-mode-first {
  margin-bottom: 34px;
}
.renew-point-guide #contArea .caution-area {
  margin-bottom: 22px;
}
.renew-point-guide #contArea .caution-area .wrap-area {
  overflow: hidden;
  border-radius: 6px;
  background: var(--Gray6, #f5f5f5);
}
.renew-point-guide #contArea .caution-area .wrap-area #bnt-caution {
  all: unset;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 44px 0 48px;
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  box-sizing: border-box;
  cursor: pointer;
}
.renew-point-guide #contArea .caution-area .wrap-area #bnt-caution:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 18.3332C5.39771 18.3332 1.66675 14.6022 1.66675 9.99984C1.66675 5.39746 5.39771 1.6665 10.0001 1.6665C14.6025 1.6665 18.3334 5.39746 18.3334 9.99984C18.3284 14.6001 14.6004 18.3281 10.0001 18.3332ZM9.16675 12.4998V14.1665H10.8334V12.4998H9.16675ZM9.16675 5.83317V10.8332H10.8334V5.83317H9.16675Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat;
}
.renew-point-guide #contArea .caution-area .wrap-area #bnt-caution:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L10 13L16 7' stroke='%236A6A6A' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat;
}
.renew-point-guide #contArea .caution-area .wrap-area #bnt-caution.on::after {
  transform: translateY(-50%) rotate(180deg);
}
.renew-point-guide #contArea .caution-area .wrap-area .slide-area {
  padding: 16px 24px;
  border-top: 1px solid #fff;
}
.renew-point-guide #contArea .caution-area .wrap-area .slide-area p {
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.26px;
}
.renew-point-guide #contArea .caution-area .wrap-area .slide-area p strong {
  font-weight: 600;
  text-decoration: underline;
  color: var(--black);
}
.renew-point-guide #contArea .point-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
}
.renew-point-guide #contArea .point-list > li {
  display: flex;
  min-height: 162px;
  border: 1px solid var(--Gray6, #f5f5f5);
  border-radius: 6px;
  background: var(--white);
  transition: 0.35s;
}
.renew-point-guide #contArea .point-list > li > a,
.renew-point-guide #contArea .point-list > li > span {
  flex: none;
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 136px;
}
.renew-point-guide #contArea .point-list > li > a i,
.renew-point-guide #contArea .point-list > li > span i {
  width: 84px;
  height: 84px;
  border: 1px solid var(--Gray6, #f5f5f5);
  border-radius: 50%;
  overflow: hidden;
}
.renew-point-guide #contArea .point-list > li > a i img,
.renew-point-guide #contArea .point-list > li > span i img {
  width: 100%;
  height: 100%;
}
.renew-point-guide #contArea .point-list > li > a em,
.renew-point-guide #contArea .point-list > li > span em {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 14px;
  border-radius: 12px;
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.11px;
  font-style: normal;
  background: var(--Gray6, #f5f5f5);
}
.renew-point-guide #contArea .point-list > li .benefits-details {
  display: flex;
  align-items: center;
  padding: 22px 30px 22px 0;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .brand-name {
  display: block;
  margin-bottom: 4px;
  font-family: var(--pret-var);
  color: var(--Black, #000);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .benefits-text {
  font-family: var(--pret-var);
  color: var(--Gray2, #454545);
  font-size: 14px;
  font-weight: 600;
  line-height: 190%;
  letter-spacing: -0.14px;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .benefits-text strong {
  color: #C7145D;
  font-weight: 700;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .sub-text {
  display: block;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 11px;
  font-weight: 500;
  line-height: 166%;
  letter-spacing: -0.1px;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .add-details {
  margin-top: 5px;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .add-details li {
  position: relative;
  padding-left: 6px;
  font-style: normal;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.13px;
}
.renew-point-guide #contArea .point-list > li .benefits-details .wrap-area .add-details li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--Gray3, #6a6a6a);
}
.renew-point-guide #contArea .point-list > li:hover {
  box-shadow: 4px 4px 14px rgba(26, 27, 31, 0.1);
}

.renew-notice #contArea .board-search form .eui_search-select .euiSelectList {
  width: 110%;
}
.renew-notice #contArea .table-mode-first tbody tr td:first-child {
  text-align: left;
  padding-left: 22px;
  padding-right: 22px;
}
.renew-notice #contArea .table-mode-first tbody tr td:first-child a:hover {
  all: unset;
  cursor: pointer;
}
.renew-notice #contArea .table-mode-first tbody tr td:last-child {
  color: var(--Gray3, #6a6a6a);
}
.renew-notice #contArea .table-mode-first tbody tr:first-child td:first-child a {
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.renew-notice #contArea .view-area .view-title {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--Gray6, #f5f5f5);
}
.renew-notice #contArea .view-area .view-title strong {
  display: block;
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
}
.renew-notice #contArea .view-area .view-title span {
  display: block;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.renew-notice #contArea .view-area .content {
  padding-top: 27px;
}
.renew-notice #contArea .view-area .content table {
  max-width: 100%;
}
.renew-notice #contArea .btn-area {
  display: flex;
  justify-content: center;
  padding: 39px 0 0;
}

.renew-order #contArea .tab-mode-first {
  margin-bottom: 34px;
}
.renew-order #contArea .caution-area {
  margin-bottom: 22px;
  border-radius: 6px;
  background: var(--Gray6, #f5f5f5);
}
.renew-order #contArea .caution-area strong {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 44px 0 48px;
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}
.renew-order #contArea .caution-area strong:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 18.3332C5.39771 18.3332 1.66675 14.6022 1.66675 9.99984C1.66675 5.39746 5.39771 1.6665 10.0001 1.6665C14.6025 1.6665 18.3334 5.39746 18.3334 9.99984C18.3284 14.6001 14.6004 18.3281 10.0001 18.3332ZM9.16675 12.4998V14.1665H10.8334V12.4998H9.16675ZM9.16675 5.83317V10.8332H10.8334V5.83317H9.16675Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat;
}
.renew-order #contArea .order-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px 12px;
  width: 700px;
  padding: 0;
}
.renew-order #contArea .order-list li a .logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  border-radius: 6px;
  border: 1px solid var(--Gray6, #f5f5f5);
  background: #fff;
  transition: 0.35s;
}
.renew-order #contArea .order-list li a .logo-area img {
  width: 144px;
  height: 80px;
}
.renew-order #contArea .order-list li a strong {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.renew-order #contArea .order-list li:hover a .logo-area {
  box-shadow: 4px 4px 14px 0 rgba(26, 27, 31, 0.1);
}
.renew-order #contArea .order-list li:hover a strong {
  color: var(--Gray1, #222);
  font-weight: 600;
}

#layerPopNew {
  background: #fff;
}

#layerPopNew .agreeArea {
  padding: 10px;
}

#layerPopNew .agreeArea h2, .agreeArea h2 strong {
  font-size: 16px;
  font-weight: bold;
}

#layerPopNew .agreeArea h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #5a5451;
}

#layerPopNew .agreeArea li {
  margin-bottom: 15px;
  line-height: 140%;
  font-size: 12px;
}

#layerPopNew .agreeArea li li {
  margin: 0 0 0 12px;
  font-size: 14px;
}

#layerPopNew .agreeArea .type2 li {
  margin-bottom: 0;
  font-size: 14px;
}

#layerPopNew .agreeArea p {
  margin-bottom: 15px;
  line-height: 140%;
  font-size: 14px;
}

#layerPopNew .agreeArea ol {
  margin-bottom: 15px;
}

#layerPopNew .agreeArea strong, .agreeArea strong a {
  color: #c7145d;
  font-weight: normal;
  font-size: 14px;
}

#layerPopNew .agreeArea em {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

#layerPopNew .agreeArea .list {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-top: 2px solid #969696;
  table-layout: fixed;
}

#layerPopNew .agreeArea .list caption {
  display: none;
}

#layerPopNew .agreeArea .list thead th {
  color: #535251;
  text-align: center;
  background: #f8f8f8;
  font-size: 14px;
}

#layerPopNew .agreeArea .list tbody th {
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background: none;
  font-size: 14px;
}

#layerPopNew .agreeArea .list tbody td {
  padding: 8px 10px 7px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background: none;
  font-size: 14px;
}

#layerPopNew .agreeArea .list tbody td b {
  font-weight: bold;
}

#layerPopNew .agreeArea .list2 tbody th, .agreeArea .list2 tbody td {
  padding: 3px 10px 2px;
  font-size: 14px;
}

#layerPopNew .agreeArea dt {
  display: block;
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  background: url("/websrc/images/common/blt4.gif") no-repeat left 8px;
}

#layerPopNew .agreeArea dd {
  display: block;
  margin: 0 0 10px 8px;
  line-height: 21px;
  font-size: 14px;
}

#layerPopNew .agreeArea dt strong {
  font-weight: bold;
  font-size: 14px;
}

.etcPop {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
  height: 400px;
  background: #fff;
  z-index: 21;
}
.etcPop #layerPopNew {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px 20px 30px;
  height: 100%;
}
.etcPop #layerPopNew > h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
  text-align: center;
}
.etcPop #layerPopNew #layerPopCont {
  overflow-y: auto;
}
.etcPop #layerPopNew #layerPopCont .etcText .agreeWrap .agreeArea .etcText {
  font-size: 12px;
}
.etcPop #layerPopNew .btnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #454545;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.etcPop + .etcPopBg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.etcPop.agree5, .etcPop.agree6 {
  height: auto;
}
.etcPop.agree5 h2, .etcPop.agree6 h2 {
  line-height: 31px !important;
}
.etcPop.agree5 #layerPopNew .etcText .agreeWrap .agreeArea .etcText, .etcPop.agree6 #layerPopNew .etcText .agreeWrap .agreeArea .etcText {
  font-size: 12px;
  color: #6A6A6A;
  font-weight: 500;
  line-height: 140%;
}
.etcPop.agree5 #layerPopNew .etcText .agreeWrap .agreeArea .etcText em, .etcPop.agree6 #layerPopNew .etcText .agreeWrap .agreeArea .etcText em {
  font-size: 12px;
  color: #6A6A6A;
  font-weight: 700;
  line-height: 140%;
}
.etcPop.agree5 #layerPopNew .etcText .agreeWrap .agreeArea .etcText i, .etcPop.agree6 #layerPopNew .etcText .agreeWrap .agreeArea .etcText i {
  color: #6A6A6A;
}
.etcPop.agree5 #layerPopNew .etcText .agreeWrap .agreeArea .etcText + p, .etcPop.agree6 #layerPopNew .etcText .agreeWrap .agreeArea .etcText + p {
  margin-bottom: 0;
  margin-top: 20px;
}
.etcPop.agree5 {
  transform: translateY(0);
  margin-top: -306px !important;
}
@media screen and (min-width: 640px) {
  .etcPop.agree5 {
    transform: translate(-50%, 0) !important;
  }
}
.etcPop.agree6 #layerPopNew .etcText {
  padding: 0;
  border: 0;
}
.etcPop.agree6 #layerPopNew .etcText .agreeWrap .agreeArea .etcText em {
  color: #454545;
}
@media screen and (min-width: 640px) {
  .etcPop#layerArea_new {
    width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.etcPop.autoH.height-mode-a {
  height: 615px;
}
@media screen and (min-width: 640px) {
  .etcPop.autoH.height-mode-a {
    height: 581px;
  }
}
.etcPop.autoH {
  height: auto;
}

.marketing-agree {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.marketing-agree p {
  margin-bottom: 0 !important;
  line-height: 17px !important;
}
.marketing-agree .brand-area {
  display: flex;
  align-items: center;
}
.marketing-agree .brand-area > strong {
  display: block;
  font-family: Pretendard !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #454545 !important;
  line-height: normal;
}
.marketing-agree .brand-area button {
  display: flex;
  align-items: center;
  height: 34px;
  margin-left: auto;
  padding: 0 12px;
  color: #000;
  border: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.42px;
  background: #F5F5F5;
}
.marketing-agree .brand-list {
  padding: 0 20px;
}
.marketing-agree .brand-list > p {
  margin-bottom: 6px !important;
  color: #454545;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.marketing-agree .brand-list .scroll-area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.marketing-agree .brand-list .scroll-area ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  /*justify-content: flex-start;
  flex-wrap: wrap;*/
  /*gap:5px;*/
  padding: 20px 0;
  max-height: 250px;
  overflow-y: auto;
  justify-items: center;
}
.marketing-agree .brand-list .scroll-area ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #F5F5F5;
}

#popup-marketing-brand {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 400px;
  padding: 40px 20px 30px;
  overflow: auto;
  background: #fff;
  z-index: 112;
}
#popup-marketing-brand strong {
  display: block;
  margin-bottom: 15px;
  color: #454545;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 24px */
}
#popup-marketing-brand p {
  margin-bottom: 15px;
  color: #454545;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.36px;
}
#popup-marketing-brand ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 28px;
  padding: 20px;
  justify-items: center;
  border-top: 1px solid #000;
  border-bottom: 0.5px solid #000;
}
#popup-marketing-brand ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #F5F5F5;
}
#popup-marketing-brand .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 39px;
  margin-top: 15px;
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  background: #454545;
}
@media screen and (min-width: 640px) {
  #popup-marketing-brand {
    width: 600px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

#popup-marketing-brand-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
}

.my-gpoint iframe {
  border: 0;
}

.my-coupon #contArea .caution-area {
  margin-bottom: 22px;
}
.my-coupon #contArea .caution-area .wrap-area {
  overflow: hidden;
  border-radius: 6px;
  background: var(--Gray6, #f5f5f5);
}
.my-coupon #contArea .caution-area .wrap-area #bnt-caution {
  all: unset;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 44px 0 48px;
  font-family: var(--pret-var);
  color: var(--Gray1, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  box-sizing: border-box;
  cursor: pointer;
}
.my-coupon #contArea .caution-area .wrap-area #bnt-caution:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 18.3332C5.39771 18.3332 1.66675 14.6022 1.66675 9.99984C1.66675 5.39746 5.39771 1.6665 10.0001 1.6665C14.6025 1.6665 18.3334 5.39746 18.3334 9.99984C18.3284 14.6001 14.6004 18.3281 10.0001 18.3332ZM9.16675 12.4998V14.1665H10.8334V12.4998H9.16675ZM9.16675 5.83317V10.8332H10.8334V5.83317H9.16675Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat;
}
.my-coupon #contArea .caution-area .wrap-area #bnt-caution:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L10 13L16 7' stroke='%236A6A6A' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat;
}
.my-coupon #contArea .caution-area .wrap-area #bnt-caution.on::after {
  transform: translateY(-50%) rotate(180deg);
}
.my-coupon #contArea .caution-area .wrap-area .slide-area {
  padding: 16px 24px;
  border-top: 1px solid #fff;
}
.my-coupon #contArea .caution-area .wrap-area .slide-area p {
  font-family: var(--pret-var);
  color: var(--Gray3, #6a6a6a);
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.26px;
}
.my-coupon #contArea .caution-area .wrap-area .slide-area p strong {
  font-weight: 600;
  text-decoration: underline;
  color: var(--black);
}
.my-coupon #contArea .my-coupon-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.my-coupon #contArea .my-coupon-list button,
.my-coupon #contArea .my-coupon-list a {
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}
.my-coupon #contArea .my-coupon-list button img,
.my-coupon #contArea .my-coupon-list a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  #popup-marketing-brand ul {
    grid-template-columns: 1fr 1fr 1fr;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 370px) {
  #popup-marketing-brand ul {
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
    padding-left: 0;
  }
}
/********** media query **********/
@media (max-height: 800px) {
  .switch-gate {
    height: 100%;
  }
  .switch-gate .layout-area {
    height: 100%;
  }
  .switch-gate .layout-area .page-content {
    height: calc(100% - 52px);
  }
}

/*# sourceMappingURL=ui.css.map */
