/* 서브 공통  s*/
#S_container.mypage_s_container {
  margin-top: 3.125rem;
}
#S_container .sc-title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  margin-bottom: 2.5rem;
}

#S_container li {
  position: relative;
}
#S_container .like-state {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  background: center center no-repeat rgba(0,0,0,0.2);
  cursor: pointer;
}

.mt120 {margin-top: 7.5rem;}
.mt110 {margin-top: 6.875rem;}
.mt100 {margin-top: 6.25rem;}
.mt90 {margin-top: 5.625rem;}
.mt60 {margin-top: 3.75rem;}
.mt50 {margin-top: 3.75rem;}
.mt40 {margin-top: 2.5rem;}
.mt30 {margin-top: 1.875rem;}

#S_container .like-state.on {
  background-image: url(/img/comm/wishOnIcon.png);
}

#S_container .like-state.off {
  background-image: url(/img/comm/wishOffIcon.png);
}

.select-wrap-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.pagenation {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  margin: 3.125rem auto 0;
  position: relative;

}
.pagenation a {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #808080;
}

.pagenation .list_prev,
.pagenation .list_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.pagenation .list_prev {
  left: -3.75rem;
}

.pagenation .list_next {
  right: -3.75rem;
}

.pagenation .list_prev::before,
.pagenation .list_next::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/img/sub/pagenation_arr.png) center center no-repeat;
}

.pagenation .list_prev::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-right: 10px;
}
.pagenation .list_next::after {
  margin-left: 10px;
}

.pagenation .list_next::before,
.pagenation .list_prev::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #E2E2E2;
  position: absolute;
  top: 1px;
}

.pagenation .list_prev::after {
  right: -0.9375rem;
}
.pagenation .list_next::before {
  left: -0.9375rem;
}

.pagenation ul {
  gap: 5px;
}
.pagenation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.pagenation ul li a:hover,
.pagenation ul li a.on {
  color: var(--m-color);
  border: 1px solid #E2E2E2;
}

.search-wrap {
  margin-top: 2.5rem;
}
.search-wrap form >div> .btn01 {
  width: 54px;
}
.search-wrap .select-dropdown-toggle,
.search-wrap select {
  width: 144px;  
}

.noImg {
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow-x: inherit;
}
.split-wrap .split-detail-left {
  max-width: 735px;
  width: 57.422%;
}

.split-wrap .split-detail-left .thumbnail {
  height: 32.25rem;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.split-wrap .split-detail-left .thumbnail img {
  height: 100%;
  width: 100%;
}

.split-wrap .split-detail-right {
  max-width: 495px;
  width: 38.672%;
  border: 1px solid #ddd;
  /* position: sticky;
  top: 160px; */
  padding: 1.875rem 1.875rem 1.875rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.refundPolicy-wrap {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: -0.02em;
}

.split-mobile-box {
  margin: 20px 0;
  display: none;
}
/* 서브 공통 E */

/* splite detail S */
.split-detail-wrap {
  position: relative;
  margin-top: 40px;
  padding-top: 6.25rem;
}
.split-detail-wrap .detail-top {
  position: absolute;
  background-color: #fff;
  top: -15px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 2.25rem;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  z-index: 10;
}
.split-detail-wrap .detail-top.fixed {
  position: fixed;
  top: 141px;
  z-index: 10;
}
.split-detail-wrap .detail-top li button {
  outline: none;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  color: #666666;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  padding: 0 0 1rem;
  cursor: pointer;
}
.split-detail-wrap .detail-top li button::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--m-color);
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 0;
}
.split-detail-wrap .detail-top li button.on {
  color: var(--txt-c2);
  font-weight: 700;
}
.split-detail-wrap .detail-top li button.on::before {
  opacity: 1;
}

.detail-liveRiview .sc-title .review-tit {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--m-color)

}
.detail-liveRiview .liveReview-swiper-wrap {
  position: relative;
}
.detail-liveRiview .liveReview-swiper-wrap .swiper {
  padding-right: 5rem;
}
.detail-liveRiview .liveReview-swiper-wrap .swiper-btn-wrap {
  position: absolute;
  top: -4.625rem;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}

.detail-liveRiview .liveReview-swiper-wrap .swiper-btn-wrap button {
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
}

.detail-liveRiview .liveReview-swiper-wrap .swiper-slide {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.detail-liveRiview .liveReview-swiper-wrap .swiper-slide .txt-wrap {
  padding: 1.25rem;
}
.detail-liveRiview .liveReview-swiper-wrap .swiper-slide .txt-wrap .name-wrap {
  justify-content: space-between;
  align-items: flex-end;
}
.detail-liveRiview .liveReview-swiper-wrap .swiper-slide .txt-wrap .name-wrap h5 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0.03em;
  color: var(--txt-c2);
}
.detail-liveRiview .liveReview-swiper-wrap .swiper-slide .txt-wrap .name-wrap h5 span i {
  width: 15px;
  height: 15px;
  font-size: 0.81rem;
  color: #F4D94A;

}
.detail-liveRiview .liveReview-swiper-wrap .swiper-slide .txt-wrap .name-wrap h6 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
  color: #a2a2a2;
}
.detail-liveRiview .liveReview-swiper-wrap .swiper-slide .txt-wrap p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: -0.02em;
  /* word-break: keep-all; */
  color: #6B6B6B;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-liveRiview .img-wrap.detail-page-box {
  height: 31.25rem;
}

.detail-liveRiview .leader-detail {
  border: 1px solid #e2e2e2;
  padding: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.detail-liveRiview .leader-detail-top {
  align-items: center;
  gap:10px;
}
.detail-liveRiview .leader-detail-top .img-wrap {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.detail-liveRiview .leader-detail-top .txt-wrap h5 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.detail-liveRiview .leader-detail-top .txt-wrap p {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
.detail-liveRiview .leader-detail-top .txt-wrap p span {
  padding: 4px 2px;
  background: #F6F7F8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.detail-liveRiview .leader-detail h4 {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
  margin-top: 1.125rem;
}
.detail-liveRiview .leader-detail ul {
  margin-top: 1.25rem;
}
.detail-liveRiview .leader-detail ul li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
  position: relative;
  padding-left: 14px;
}
.detail-liveRiview .leader-detail ul li::before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.detail-liveRiview .leader-detail p {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #D9D9D9;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375;
  letter-spacing: -0.03em;
  color: #6b6b6b;
}
.detail-reivew-form {
  background: #F6F6F6;
  padding: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.detail-reivew-form .rating {
  direction: rtl; /* 오른쪽부터 별 정렬 */
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
}

.detail-reivew-form .rating i {
  color: #ccc;
  transition: color 0.2s;
}

.detail-reivew-form .rating i.hover,
.detail-reivew-form .rating i.selected {
  color: #F4D94A;
}
.detail-reivew-form .rating-box {
  gap: 8px;
  align-items: center;
}
.detail-reivew-form .rating-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6B6B6B;

}
.detail-reivew-form .textarea-wrap {
  padding: 1.25em;
  background-color: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  margin-top: 11px;
}
.detail-reivew-form .textarea-wrap textarea {
  width: 100%;
  height: 5.5rem;
  outline: none;
}
.detail-reivew-form .textarea-wrap button {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6B6B6B;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2rem;
  position: absolute;
  bottom: calc(1.25rem);
  right: calc(1.25rem);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.detail-liveRiview .detail-review {
  margin-top: 1.25rem;
}
.detail-liveRiview .detail-review .select-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.detail-liveRiview .detail-review .select-wrap a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.03em;
  color: #999;
}
.detail-liveRiview .detail-review .select-wrap img {
  margin-right: 5px;
  opacity: 0;
}
.detail-liveRiview .detail-review .select-wrap a.on {
  font-weight: 700;
  color: var(--m-color);
}
.detail-liveRiview .detail-review .select-wrap a.on img {
  opacity: 1;
}
.detail-liveRiview .detail-review .detail-review-item-wrap {
  margin-top: 10px;
}
.detail-liveRiview .detail-review .detail-review-item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.25rem ;
  margin-bottom: 1.25rem;
}
.detail-liveRiview .detail-review .detail-review-item:last-child {margin-bottom: 0;}
.detail-liveRiview .detail-review .detail-review-item .name-wrap {
  justify-content: space-between;
  align-items: flex-end;
}
.detail-liveRiview .detail-review .detail-review-item .name-wrap h5 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0.03em;
  color: var(--txt-c2);
}
.detail-liveRiview .detail-review .detail-review-item .name-wrap h5 span i {
  width: 15px;
  height: 15px;
  font-size: 0.81rem;
  color: #F4D94A;

}
.detail-liveRiview .detail-review .detail-review-item .name-wrap h5 .rating-num {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: #6B6B6B;
  margin-left: 4px;
}
.detail-liveRiview .detail-review .detail-review-item .name-wrap h6 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
  color: #a2a2a2;
}
.detail-liveRiview .detail-review .detail-review-item p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: -0.02em;
  /* word-break: keep-all; */
  color: var(--txt-c2);
  margin-top: 6px;
}
.detail-liveRiview .pagenation {
  margin-top: 1.25rem;
}

.split-payment-box .split-payment-title {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #ddd;
}
.split-payment-box .split-payment-title-top {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.split-payment-box .split-payment-title-top h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #666;
}
.split-payment-box .split-payment-title-top .share-box {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 1.5625rem 1.875rem;
  z-index: 11;
  display: none;
  max-width: 17.5rem;
}
.split-payment-box .split-payment-title-top .share-box.show {
  display: block;
}
.split-payment-box .split-payment-title-top .share-box > button {
  position: absolute;
  top: 18px;
  right: 18px;
}
.split-payment-box .split-payment-title-top .share-box-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--txt-c2);
}
.split-payment-box .split-payment-title-top .share-box > .flex-box {
  justify-content: center;
  margin-top: 1.25rem;
  gap: 0.5rem 1.5rem;
    max-width: 230px;
}
.split-payment-box .split-payment-title-top .share-box > .flex-box button {
  width: 40px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 7px;
  text-align: center;
  white-space: nowrap;
  overflow-x: visible;
  color: var(--txt-c2);
}
/* .split-payment-box .split-payment-title-top .share-box > .flex-box button:nth-child(3n) {
  margin-right: 0;
}
.split-payment-box .split-payment-title-top .share-box > .flex-box button:nth-child(n+4){
  margin-top: 1.1875rem;
} */
.split-payment-box .split-payment-title-top .share-box > .flex-box button .icon-wrap{
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.split-payment-box .split-payment-title-top .share-box > .flex-box button .icon-wrap img {max-width: 80%;}
.split-payment-box .split-payment-title-top .share-box .copy-link-box {
  margin-top: 1.5625rem;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.split-payment-box .split-payment-title-top .share-box .copy-link-box input {
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #3786ED;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 3.25rem);
}
.split-payment-box .split-payment-title-top .share-box .copy-link-box button {
  width: 3.25rem;
  height: 2.625rem;
  background-color: #f2f2f2;
  border-left: 1px solid #e2e2e2;
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-payment-box .split-payment-title h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* 최대 2줄까지 표시 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.split-payment-box .split-payment-title p {margin-top: 10px;}
.split-payment-box .split-payment-title p span {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  padding: 5px 10px;
}
.split-payment-box .split-payment-title p span.best {
  background-color: var(--m-color);
  color: #fff;
}
.split-payment-box .price-wrap {
  margin-top: 3.125rem;
}
.split-payment-box .price-wrap .price-box-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.split-payment-box .price-wrap .price-box-top .discount {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--m-color);
}
.split-payment-box .price-wrap .price-box-top .price {
  gap: 13px;
  align-items: flex-end;
}
.split-payment-box .price-wrap .price-box-top .price1 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #999999;
}
.split-payment-box .price-wrap .price-box-top .price2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
}
.split-payment-box .price-wrap .price-box-top .price2 span {
  font-size: 1.5rem;
}
.split-payment-box .price-wrap .class-month {
  color: #999999;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  text-align: right;
  margin-top: 2px;
}
.split-payment-box .price-wrap .couporn-banner {
  width: 100%;
  margin-top: 0.9375rem;
}
.split-payment-box .price-wrap .couporn-banner button {
  width: 100%;
  height: 6rem;
  background: #FFDCC9;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-payment-box .price-wrap .couporn-banner button img {
  max-width: 100%;
  max-height: 100%;
}
.split-payment-box .price-option {
  margin-top: 2.5rem;
}
.split-payment-box .price-option-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.split-payment-box .price-option a {
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem;
  margin-top: 10px;
}
.split-payment-box .price-option a.select {
  border: 1px solid #000000;
}
.split-payment-box .price-option a h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -2%;
  color: var(--txt-c2);
}
.split-payment-box .price-option a p {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -2%;
  color: #999999;
  margin-top: 10px;
}

.split-payment-box .price-option .right-box p {
  text-decoration: line-through;
  text-align: right;
}
.split-payment-box .total-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 3.125rem;
}
.split-payment-box .total-wrap h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
}
.split-payment-box .total-wrap h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
}
.split-payment-box .total-wrap h4 span {
  font-size: 1.5rem;
}
.split-payment-box .buy-button {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  background: var(--m-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 2rem;
}
/* splite detail01 E */


/* live  S*/
.live-content01 ul.flex-box {
  gap: 1.9375rem;
}

.live-content01 ul.flex-box li {
  width: calc((100% - 3.875rem) / 3);
  background: #FFFFFF;
  box-shadow: 5px 5px 5px 0px #DDC6C033;
  border-radius: 25px;
  overflow: hidden;
}
.live-content01 ul.flex-box li a {
  position: relative;
}

.live-content01 ul.flex-box li .img-wrap {
  height: 16.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.live-content01 ul.flex-box li .img-wrap img {
  /* max-height: 100%; */
  /* max-width: 100%; */
}

.live-content01 ul.flex-box li .txt-wrap {
  padding: 1.25rem 1.75rem 0;
}

.live-content01 ul.flex-box li .txt-wrap h5 {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.live-content01 ul.flex-box li .txt-wrap h4 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  white-space: nowrap;         /* 줄 바꿈 금지 */
  overflow: hidden;            /* 넘치는 내용 숨김 */
  text-overflow: ellipsis;     /* 말줄임표 (...) 표시 */
  margin-top: 4px;
}

.live-content01 ul.flex-box li .txt-wrap p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 9px;
}

.live-content01 ul.flex-box li .txt-wrap p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/img/comm/timeIcon.png");
  margin-right: 6px;
}

.live-content01 ul.flex-box li .state-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding: 0 1.75rem 1.6875rem;
}

.live-content01 ul.flex-box li .live-state {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  display: block;
  background: var(--m-color);
  padding: 0.53125rem 1.09375rem;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}



.live-content01 ul.flex-box li .live-state.off {
  background: #646464;
}

.live-content02 .replay-search .search-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.live-content02 .replay-search .search-box select {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  vertical-align: middle;
  padding: 6px 12px;
  border: 1px solid rgba(226, 226, 226, 1);
  outline : none;
  color: #808080;
  width: 144px;
  margin-right: 3px;
}

.live-content02 .replay-search .search-box input {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  vertical-align: middle;
  padding: 6px 12px;
  border: 1px solid rgba(226, 226, 226, 1);
  outline : none;
  color: #cbcbcb;
}
.live-content02 .replay-search .search-box input::placeholder {
  color: #cbcbcb;
}
.live-content02 .replay-search .search-box button {
  width: 56px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF7427;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  outline: none;
  border: none;
  cursor: pointer;
} 

.live-content02 .replay-content {
  margin-top: 20px;
  border-top: 2px solid #5F646B
}

.live-content02 .replay-content li {
  border-bottom: 2px solid #E2E2E2;
}

.live-content02 .replay-content li a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

.live-content02 .replay-content li .left-box {
  display: flex;
  width: calc(100% - 20px - 12.625rem);
  gap: 30px;
  align-items: center;
}
.live-content02 .replay-content li .left-box .img-wrap {
  width: 160px;
  height: 6.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.live-content02 .replay-content li .left-box .img-wrap.noimg {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-align: center;
  vertical-align: middle;
  color: rgba(107, 107, 107, 1);
  background: #D9D9D9;

}

.live-content02 .replay-content li .txt-wrap h5 {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #6B6B6B;

}

.live-content02 .replay-content li .txt-wrap h4 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  white-space: nowrap;         /* 줄 바꿈 금지 */
  overflow: hidden;            /* 넘치는 내용 숨김 */
  text-overflow: ellipsis;     /* 말줄임표 (...) 표시 */
  margin-top: 4px;
}

.live-content02 .replay-content li .txt-wrap p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 9px;
}

.live-content02 .replay-content li .txt-wrap p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/img/comm/timeIcon.png");
  margin-right: 6px;
}
.live-content02 .replay-content li .replay-btn {
  width: 9rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--m-color);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-right: 3.625rem;
}
/* live  E*/

/* leader  S*/
.leader-content01 .scroll-wrap > ul {
  gap: 2.422%;
}
.leader-content01 .leader-box {
  max-width: 406px;
  width: 31.72%;
}

.leader-content01 .leader-box .img-wrap {
  /* height: 21.25rem; */
  height: 17.8125rem;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.leader-content01 .leader-box .img-wrap img {
  height: 100%;
  width: 100%;
}

.leader-content01 .leader-box .txt-wrap {
  margin-top: 2.1875rem;
}
.leader-content01 .leader-box .txt-wrap h5 {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--txt-c2);
  display: flex;
  align-items: center;
}
.leader-content01 .leader-box .txt-wrap h5 .leader-name {
  font-weight: 700;
}
.leader-content01 .leader-box .txt-wrap h5 .leader-experience {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--m-color);
  background: #FFFFFF;
  border: 1px solid var(--m-color);
  height: 2.2125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 5px 7px;
  margin-left: 18px;
}
.leader-content01 .leader-box .txt-wrap p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #6B6B6B;
  margin-top: 0.9375rem;
}
.leader-content01 .leader-box .txt-wrap ul {
  margin-top: 1.875rem;
}
.leader-content01 .leader-box .txt-wrap ul li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: -0.02em;
  color: #6B6B6B;
  position: relative;
  padding-left: 14px;
}
.leader-content01 .leader-box .txt-wrap ul li::before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.leader-content01 .leader-box .btn-wrap {
  margin-top: 1.875rem;
  justify-content: space-between;
}
.leader-content01 .leader-box .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.0625em;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  white-space: nowrap;
}
.leader-content01 .leader-box .btn-wrap a img {
  margin-left: 10px;
}
.leader-content01 .leader-box .btn-wrap a:first-child {
  background-color: #000;
  width: 41.872%;
  padding: 0.75rem 1.75rem;
}
.leader-content01 .leader-box .btn-wrap a:last-child {
  background-color: var(--m-color);
  width: 57.143%;
  padding: 0.75rem 1.125rem 0.75rem 1.625rem;
}

.leader-content02 .leader-review-content li {
  padding: 1.5625rem 1.5rem;
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.leader-content02 .leader-review-content li:last-child {
  margin-bottom: 0;
}
.leader-content02 .leader-review-content li h4 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.leader-content02 .leader-review-content li .name-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.leader-content02 .leader-review-content li .name-wrap h5 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0.03em;
  color: var(--txt-c2);
}
.leader-content02 .leader-review-content li .name-wrap h5 span i {
  width: 15px;
  height: 15px;
  font-size: 0.81rem;
  color: #F4D94A;

}
.leader-content02 .leader-review-content li .name-wrap h6 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
}
.leader-content02 .leader-review-content li p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: -0.02em;
  /* word-break: keep-all; */
  color: #6B6B6B;
  margin-top: 6px;
}
/* leader  E*/

/* community S */
.split-community-left {
  max-width: 960px;
  width: 75%;
} 

.community-list-wrap .search-wrap {
  width: 100%;
}

.community-list-wrap .table-wrap {
  margin-top: 6px;
  border-top: 2px solid #5F646B; 
  width: 100%;
}
.community-list-wrap .table-wrap .tr-wrap {
  display: flex;
  flex-flow: row wrap;
} 
.community-list-wrap .table-wrap .tr-wrap .list-category {
  width: 13.55%;
}
.community-list-wrap .table-wrap .tr-wrap .list-subject {
  width: 45.255%;
}
.community-list-wrap .table-wrap .tr-wrap .list-writer {
  width: 12.09%;
}
.community-list-wrap .table-wrap .tr-wrap .list-date {
  width: 13.23%;
}
.community-list-wrap .table-wrap .tr-wrap .list-view {
  width: 9.625%;
}
.community-list-wrap .table-wrap .tr-wrap .list-like {
  width: 6.25%;
}

.community-list-wrap .table-wrap .tr-wrap {
  border-bottom: 1px solid #E2E2E2
}
.community-list-wrap .table-wrap .thead-wrap .th-wrap {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  padding: 1.515625rem 0;
  color: var(--txt-c2);
}

.community-list-wrap .table-wrap .tbody-wrap .td-wrap {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.0em;
  text-align: center;
  vertical-align: middle;
  color: #6B6B6B;
  height: 4.0625rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.community-list-wrap .table-wrap .tbody-wrap .td-wrap.list-subject {
  justify-content: flex-start;
}

.community-list-wrap .table-wrap .tbody-wrap .td-wrap a {
  flex: 0 0 auto;
  display: contents;
}

.community-list-wrap .table-wrap .tbody-wrap .td-wrap:first-child span {
  color: #fff;
  background: #5F646B;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 3.875rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.community-list-wrap .table-wrap .tbody-wrap .td-wrap:nth-child(2) {
  text-align: left;
  color: var(--txt-c2);
}

.community-list-wrap .table-wrap .tbody-wrap .td-wrap a p {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 44px);
  white-space: nowrap;        /* 줄바꿈 금지 */
  overflow: hidden;           /* 넘친 부분 숨김 */
  text-overflow: ellipsis;    /* 넘친 부분 ... 처리 */
}
.community-list-wrap .table-wrap .tbody-wrap .td-wrap span.comment {
  color: #F86262;
  margin-left: 4px;
}
.community-list-wrap .table-wrap .tbody-wrap .td-wrap span.new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  color: #fff;
  background-color: var(--m-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 8px;
}

.community-list-wrap .table-wrap .thead-wrap .th-wrap:nth-child(2) {
  text-align: left;
}

.split-community-right {
  max-width: 300px;
  width: 23.4375%;
}
.split-community-right > div {
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 1.5rem 1.5625rem;
  margin-bottom: 1.375rem;
}


.user-profile-wrap .profile-picture {
  margin: 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  background: #D9DCE2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.user-profile-wrap .profile-picture > img {
  max-width: auto;
  max-height: auto;
}

.user-profile-wrap .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-top: 7px;
}
.user-profile-wrap .level-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 5px;
}
.user-profile-wrap .level-box .level {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  vertical-align: middle;
  color: var(--m-color);
  border: 1px solid var(--m-color);
  padding: 5px 7.5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;    
  -o-border-radius: 12px;
}
.user-profile-wrap .level-box .mark-wrap {
  position: relative;
}
.user-profile-wrap .level-box .mark-box {
  font-family: Arial,sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #999FA6;
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999FA6;
  cursor: pointer;
  padding: 1px 1px 0 0;
}
.user-profile-wrap .level-box .mark-wrap .mark-info {
  position: absolute;
  display: none;
  z-index: 40;
  width: 200px;
  top: 30px;
  left: calc(-50% + 1.25em);
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--gray05);
  box-sizing: border-box;
  transition: all 0.5s linear;
  font-size: 12px;
  color: var(--gray02);
  font-style: normal;
  font-weight: normal;
  padding: 20px;
  line-height: 15px;
  letter-spacing: -0.04em;
  -webkit-transform: translateX(calc(-35%));
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background-color: #fff;
  border: 1px solid #ddd;
}
.user-profile-wrap .level-box .mark-wrap .mark-info.show {
  display: block;
}
.user-profile-wrap .level-box .mark-wrap .mark-info li {
  margin-bottom: 15px;
}
.user-profile-wrap .level-box .mark-wrap .mark-info li:last-child {margin-bottom: 0;}
.user-profile-wrap .level-box .mark-wrap .mark-info h5 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
}
.user-profile-wrap .level-box .mark-wrap .mark-info p {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}
.user-profile-wrap .level-box .mark-wrap .mark-info p::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.user-profile-wrap .profile-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 1rem;
}
.user-profile-wrap .profile-info > div {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  gap: 8px;
  position: relative;
  align-items: center;
  white-space: nowrap;
}
.user-profile-wrap .profile-info .post::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.9375rem;
  background-color: #E2E2E2;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.user-profile-wrap > a {
  width: 100%;
  height: 2.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  background: #FF7427;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.split-community-right .recommend-wrap .recommend-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0%;
  color: var(--txt-c2);
  margin-bottom: 1.1875rem;
}
.split-community-right .recommend-box {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.split-community-right .recommend-box:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.split-community-right .recommend-box a {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: flex-start;
}
.split-community-right .recommend-box a > h5 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
}
.split-community-right .recommend-box.on a > h5 {
  color: var(--m-color);
}

.split-community-right .recommend-box .text-wrap > h4 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: var(--txt-c2);
}
.split-community-right .recommend-box .text-wrap .text-bottom {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 7px;
}
.split-community-right .recommend-box .text-wrap .text-bottom p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
}
.community-detail-comment {
  padding-top: 1.5625rem;
  border-top: 1px solid #e2e2e2;
}
.community-detail-comment .textarea-wrap {
  padding: 1.25em;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  margin-top: 11px;
}
.community-detail-comment .textarea-wrap textarea {
  width: 100%;
  height: 5.5rem;
  outline: none;
}
.community-detail-comment .textarea-wrap button {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6B6B6B;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2rem;
  position: absolute;
  bottom: calc(1.25rem);
  right: calc(1.25rem);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.community-list-wrap .community-list-top {
  justify-content: space-between;
  align-items: center;
}
.community-list-wrap .community-list-top .left-box h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.community-list-wrap .community-list-top .right-box {
  display: flex;
  align-items: center;
}
.community-list-wrap .community-list-top .right-box a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.03em;
  color: #999;
}
.community-list-wrap .community-list-top .right-box img {
  margin-right: 5px;
  opacity: 0;
}
.community-list-wrap .community-list-top .right-box a.on {
  font-weight: 700;
  color: var(--m-color);
}
.community-list-wrap .community-list-top .right-box a.on img {
  opacity: 1;
}
.community-list-wrap .community-list {
  margin-bottom: 3.125rem;
}
.community-list-wrap .community-list ul li.noList{
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  color: #6B6B6B;
  padding: 18px 0 18px;
}
.community-list-wrap .community-list ul li {padding-top: 18px;}
.community-list-wrap .community-list ul li .user-comment-wrap {
  align-items: flex-start;
  gap: 8px;
}
.community-list-wrap .community-list ul li .user-comment-wrap2 {
  margin-top: 1.25rem;
}
.community-list-wrap .community-list ul li .user-comment-wrap2 .user-comment-wrap {
  margin-top: 8px;
}
.community-list-wrap .community-list ul li .user-comment-wrap2 .user-comment-wrap:first-child {
  margin-top: 0;
}
.community-list-wrap .community-list ul li .user-comment-wrap .profile-wrap {
  width: 40px;
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .name-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .name-wrap h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--txt-c2);
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .name-wrap span.level {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 3px;
  color: var(--m-color);
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .name-wrap span.author {
  font-size: 0.6875rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 1.25rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #FF7427;
  color: var(--m-color);
  margin-left: 8px;
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap p.content {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
  margin-top: 7px;
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .date {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .date h6 {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
}
.community-list-wrap .community-list ul li .user-comment-wrap .text-wrap .date button {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
  margin-left: 8px;
}
.community-detail-comment .community-list ul li .comment-form-wrap {
  display: none;
  width: 100%;
}
.community-detail-comment .community-list ul li .comment-form-wrap.show {
  display: block;
}
.community-detail-comment .community-list ul li .textarea-wrap textarea {
  height: 2rem;
}
.community-pagenation {
  border-top: 1px solid #e2e2e2;
  padding-top: 1.5rem;
}
.community-pagenation ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.community-pagenation ul li a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 7px 0 6px; 
}
.community-pagenation ul li p {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: #6B6B6B;
  padding-left: 1.25rem;
  white-space: nowrap;        /* 줄바꿈 안 함 */
  overflow: hidden;           /* 넘친 부분 숨김 */
  text-overflow: ellipsis;    /* 말줄임표 (…) 표시 */
}
.community-pagenation ul li p.move {
  width: 4.875rem;
}
.community-pagenation ul li p.subject {
  width: 7.8125rem;
}
.community-pagenation ul li p.content {
  width: calc(100% - 12.6875rem);
}
.community-pagenation ul li.current {
  background: #F6F6F6;
}
.community-pagenation ul li.current a {
  cursor: default;
}
.community-pagenation ul li.current p.content {
  color: var(--txt-c2);
}
/* community E */

/* community detail S */
.community-detail-wrap .communitu-button-wrap {
  gap: 8px;
  justify-content: flex-end;
  width: 100%;
}
.community-detail-wrap .communitu-button-wrap a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem 1rem;
  background: #F6F6F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.community-detail-wrap .communitu-button-wrap a img {
  margin-right: 9px;
}
.community-detail-wrap .community-detail-top {
  margin-top: 1.25rem;
}
.community-detail-wrap .community-detail-top .profile-wrap {
  gap: 8px;
  align-items: center;
}
.community-detail-wrap .community-detail-top .profile-wrap .img-wrap {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.community-detail-wrap .community-detail-top .profile-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.community-detail-wrap .community-detail-top .txt-wrap {}
.community-detail-wrap .community-detail-top .txt-wrap .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--txt-c2);
}
.community-detail-wrap .community-detail-top .txt-wrap .level {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02rem;
  color: #6B6B6B;
  margin-top: 3px;
}
.community-detail-wrap .community-info {
  margin-top: 1.875rem;
  padding-bottom: 1.6875rem;
  border-bottom: 2px solid #E2E2E2
}
.community-detail-wrap .community-info h4 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
}
.community-detail-wrap .community-info > .flex-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 6px
}
.community-detail-wrap .community-info .date {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
}
.community-detail-wrap .community-info .like-view {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;;
}
.community-detail-wrap .community-info .like-view img {
  margin-right: 3px;
}
.community-detail-wrap .community-info .like-view img:nth-last-child(2) {
  margin-left: 7px;
}
.community-detail-wrap .community-info .like-view span {
  font-weight: 700;
}
.community-content-wrap {
  padding: 1.875rem 0 3.75rem;
}
.community-content-wrap .noImg {
  height: 500px;
}

.community-detail-wrap .like-share-wrap {
  justify-content: flex-end;
  position: relative;
  gap: 8px;

}
.community-detail-wrap .like-share-wrap > button {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
  width: 5.875rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--txt-c2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.community-detail-wrap .like-share-wrap > button img {
  margin-right: 7px;
}
.community-detail-wrap .like-share-wrap button.like-btn {
  border-color: var(--m-color);
  color: var(--m-color);
  width: 6.25rem;
}
.community-detail-wrap .like-share-wrap button.share-btn {}
.community-detail-wrap .like-share-wrap .share-box {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 1.5625rem 1.5rem;
  z-index: 2;
  display: none;
  max-width: 17.5rem;
}
.community-detail-wrap .like-share-wrap .share-box.show {
  display: block;
}
.community-detail-wrap .like-share-wrap .share-box > button {
  position: absolute;
  top: 18px;
  right: 18px;
}
.community-detail-wrap .like-share-wrap .share-box-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--txt-c2);
}
.community-detail-wrap .like-share-wrap .share-box > .flex-box {
  justify-content: center;
  margin-top: 1.25rem;
  gap: 0.5rem 1.5rem;
  max-width: 230px;
}
.community-detail-wrap .like-share-wrap .share-box > .flex-box button {
  width: 40px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 7px;
  text-align: center;
  white-space: nowrap;
  overflow-x: visible;
  /* margin-right: calc(50% - 60px); */
  color: var(--txt-c2);
}
/* .community-detail-wrap .like-share-wrap .share-box > .flex-box button:nth-child(3n) {
  margin-right: 0;
}
.community-detail-wrap .like-share-wrap .share-box > .flex-box button:nth-child(n+4){
  margin-top: 1.1875rem;
} */
.community-detail-wrap .like-share-wrap .share-box > .flex-box button .icon-wrap{
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.community-detail-wrap .like-share-wrap .share-box .copy-link-box {
  margin-top: 1.5625rem;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.community-detail-wrap .like-share-wrap .share-box .copy-link-box input {
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #3786ED;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 3.25rem);
}
.community-detail-wrap .like-share-wrap .share-box .copy-link-box button {
  width: 3.25rem;
  height: 2.625rem;
  background-color: #f2f2f2;
  border-left: 1px solid #e2e2e2;
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* community detail E */

/* class S */
.class-wrap .class-title-wrap {
  margin-bottom: 2.5rem;
}
.class-wrap .class-title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
} 

.class-wrap .class-title-wrap p {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: -0.03;
  vertical-align: middle;
  margin-top: 10px;
}

.class-wrap ul.flex-box {
  gap: 1.9375rem;
}

.class-wrap ul.flex-box li {
  width: calc((33.33334% - 1.29166667rem));
  background: #FFFFFF;
  box-shadow: 5px 5px 5px 0px #DDC6C033;
  border-radius: 25px;
  overflow: hidden;
}
.class-wrap ul.flex-box li a {
  position: relative;
}

.class-wrap ul.flex-box li .img-wrap {
  /* height: 16.375rem; */
  height: 17.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.class-wrap ul.flex-box li .img-wrap img {
  max-height: 100%;
  /* max-width: 100%; */
  width: 100%;
}
.class-wrap ul.flex-box li .img-wrap .noImg {
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.class-wrap ul.flex-box li .txt-wrap {
  padding: 1.25rem 1.75rem 1.5rem;
}

.class-wrap ul.flex-box li .txt-wrap h5 {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #6b6b6b;
}

.class-wrap ul.flex-box li .txt-wrap h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  white-space: nowrap;         /* 줄 바꿈 금지 */
  overflow: hidden;            /* 넘치는 내용 숨김 */
  text-overflow: ellipsis;     /* 말줄임표 (...) 표시 */
  margin-top: 4px;
}
.class-wrap ul.flex-box li .txt-wrap .class-view {
  text-align: right;
  margin-top: 2.25rem;
}
.class-wrap ul.flex-box li .txt-wrap .class-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 2.1875rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  background-color:  var(--m-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #fff;
}
.class-wrap ul.flex-box li .txt-wrap .class-view-btn img {
  margin-left: 15px;
}
/* class E */

/* class detail S */
.class-detail-wrap .accordion-wrap {}
.class-detail-wrap .accordion-wrap .accordion {
  border-top: 1px solid #e2e2e2;
  margin-top: -1px;
}
.class-detail-wrap .accordion-wrap .accordion p {
  padding: 0.84375rem 0;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.class-detail-wrap .accordion-wrap .accordion-header {
  font-weight: 600;  
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
}
.class-detail-wrap .accordion-wrap .accordion-header::after {
  display: block;
  content: "";
  width: 14px;
  height: 8px;
  background: url(/img/sub/class_detail_arr.png) no-repeat center center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.class-detail-wrap .accordion-wrap .accordion-header.open::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.class-detail-wrap .accordion-wrap .accordion .panel {
  padding-left: 1.4375rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.class-detail-wrap .accordion-wrap .accordion .panel.open {
  display: block;
}
.class-detail-wrap .accordion-wrap .accordion .panel p {
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2
}
.class-detail-wrap .accordion-wrap .accordion .panel p:last-child {
  border-bottom: 0;
}

.class-detail-wrap .split-payment-box .buy-button {
  margin-top: 10px;
}
#S_container .class-detail-wrap .like-state {
  position: relative;
  top: 0;
  left: 0;
  width: 1.5625rem;
  height: 1.375rem;
  background-size: cover;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: 12px;
}
/* class detail E */

/* class lecture S */
.lecture-detail-wrap .split-detail-left {
  max-width: 846px;
  width: 66.1%;
}
.lecture-detail-wrap .split-detail-left .video-wrap {
  max-width: 100%;
  height: 32.625rem;
  overflow: hidden;
}
.lecture-detail-wrap .split-detail-left h4 {
  margin-top: 17px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: -0.02em;
}
.lecture-detail-wrap .split-detail-left .button-wrap {
  gap: 10px;
}
.lecture-detail-wrap .split-detail-left .button-wrap a {
  width: calc(50% - 5px);
  height: 3rem;
  background: #FFEADE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #6B6B6B;
}
.lecture-detail-wrap .split-detail-left .lecture-info {
  margin-top: 1.5rem;
  padding: 3.125rem 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #F6F6F6;
}
.lecture-detail-wrap .split-detail-left .lecture-info .bottom {
  padding: 1.5625rem 0;
  border-top: 1px solid #ddd;
}
.lecture-detail-wrap .split-detail-left .lecture-info .bottom .text-wrap:first-child h5 {margin-bottom: 1.5625rem;}
.lecture-detail-wrap .split-detail-left .lecture-info .bottom .text-wrap h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.lecture-detail-wrap .split-detail-left .lecture-info .bottom .text-wrap h5 span {
  color: var(--m-color);
}
.lecture-detail-wrap .split-detail-left .lecture-info .bottom .text-wrap p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.lecture-detail-wrap .split-detail-left .lecture-info .bottom .text-wrap a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--m-color);
  margin-top: 5px;
  display: block;
}
.lecture-detail-wrap .split-detail-right {
  max-width: 410px;
  width: 32.1%;
}
.lecture-detail-box {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
  margin-top: 20px;
}
.lecture-detail-box:first-child {
  margin-top: 0;
}
.lecture-detail-box:last-child {
  padding-bottom: 0;
  border: none;
}
.lecture-detail-box .lecture-detail-top {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.lecture-detail-top .left-box {
  width: calc(100% - 20px);
}
.lecture-detail-top .left-box h6 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;

}
.lecture-detail-top .left-box h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: var(--txt-c2);
}
.lecture-detail-top .icon-wrap {}
.lecture-detail-top .icon-wrap img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.lecture-detail-top .icon-wrap.open img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.lecture-detail-box .lecture-detail-bottom {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  -moz-transition: max-height 0.3s ease, padding 0.3s ease;
  -ms-transition: max-height 0.3s ease, padding 0.3s ease;
  -o-transition: max-height 0.3s ease, padding 0.3s ease;
}
.lecture-detail-box .lecture-detail-bottom.open {
  max-height: 1000px;
  padding-top: 1.25rem;
}
.lecture-detail-bottom li {
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.875rem;
  border: 1px solid #E2E2E2;
  position: relative;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-border-radius: 14px;
  overflow: hidden;
  margin-bottom: 8px;
}
.lecture-detail-bottom li:last-child {
  margin-bottom: 0;
}
.lecture-detail-bottom li .left-box {
  gap: 7px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.lecture-detail-bottom li .left-box .lecture-tit {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;

}
.lecture-detail-bottom li .time {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
  position: relative;
  z-index: 2;
}
.lecture-detail-bottom li .loadingbar {
  position: absolute;
  top: 0;
  left: 0;
  background: #FF74274D;
  z-index: 1;
  height: 100%;
}
.lecture-detail-bottom li.on {
  border-color: var(--m-color);
}
.lecture-detail-bottom li.on .left-box .lecture-tit,
.lecture-detail-bottom li.on .time {
  color: var(--m-color);
}
/* class lecture E */

/* mypage 공통 S */
.mypage-wrap {
  padding-bottom: 6.25rem;
}
.mypage-split-left {
  max-width: 300px;
  width: 23.4375%;
}
.mypage-split-left .user-profile-wrap {
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 1.5rem 1.5625rem;
  margin-bottom: 1.375rem;
}
.mypage-split-left .user-profile-wrap .profile-info > div {
  color: #6B6B6B;
}
.mypage-split-left > ul {
  margin-top: 2.5rem;
}
.mypage-split-left > ul li a {
  padding: 1px 1.25rem 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6B6B6B;
  gap: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 2.875rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 6px;
}
.mypage-split-left > ul li a .img {
  width: 20px;
  height: 20px;
  position: relative;
}

.mypage-split-left > ul li a .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mypage-split-left > ul li a .img img.on {
  opacity: 0;
}

.mypage-split-left > ul li:hover a .img img.on,
.mypage-split-left > ul li.on a .img img.on {
  opacity: 1;
}
.mypage-split-left > ul li:hover a .img img.off,
.mypage-split-left > ul li.on a .img img.off {
  opacity: 0;
}

.mypage-split-left > ul li:hover a,
.mypage-split-left > ul li.on a {
  background: #FFE7DA;
  color: var(--m-color);
}
.mypage-split-left .link-wrap a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.3125rem;
  letter-spacing: -0.03em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mypage-split-left .link-wrap a:hover {
  color: var(--m-color);
}

.mypage-split-right {
  width : 74.21875%;
  max-width: 950px;
  /* height: 100px; */
}
.mypage-split-right .mypage-title {
  font-weight: 600;
  font-size: 1.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
/* mypage 공통 e */

/* 내 강의실 S */
.mypage-wrap .mypage-main-nav {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #D9DCE2;
  margin-top: 1.875rem;
}

.mypage-wrap .mypage-main-nav li a {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-right: 2.25rem;
  padding-bottom: 1rem;
  position: relative;
  display: block;
}
.mypage-wrap .mypage-main-nav li a::after {
  content: "";
  width: 100%;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--m-color);
  opacity: 0;
}
.mypage-wrap .mypage-main-nav li.on a {
  color: var(--m-color);
  font-weight: 600;
}
.mypage-wrap .mypage-main-nav li.on a::after {
  opacity: 1;
}
.mypage-wrap .mypage-main-content-wrap {
  margin-top: 1.25em;
  gap: 2.633%;
}
.mypage-wrap .mypage-main-content-wrap li {
  width: 31.579%;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 5px 5px 5px 0px #C9C9C933;
}
.mypage-wrap .mypage-main-content-wrap li:nth-child(n+4) {
  margin-top: 2.633%;
}
.mypage-wrap .mypage-main-content-wrap li .img-wrap {
  height: 12.125rem;
  overflow: hidden;
}
.mypage-wrap .mypage-main-content-wrap li .img-wrap img {
  width: 100%;
  max-height: 100%
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap {
  display: flex;
  flex-flow: column wrap;
  padding: 1.25rem;
  height: 10.375rem;
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap h5 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6B6B6B;
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  width: 100%;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  margin-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap p.date {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #999999;
  margin-top: 10px;
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap .rate-wrap {
  margin-top: 6px;

}
.mypage-wrap .mypage-main-content-wrap li .text-wrap .rate-wrap .rate-box {
  width: 100%;
  background: #E2E2E2;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 7px;
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap .rate-wrap .rate-box .rate {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background-color: var(--m-color);
}
.mypage-wrap .mypage-main-content-wrap li .text-wrap .rate-wrap p.date {
  margin-top: 7px;
}
.mypage-wrap .mypage-main-content-wrap li .button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;

}
.mypage-wrap .mypage-main-content-wrap li .button-wrap button {
  width: 48.462%;
  height: 2.1875rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.mypage-wrap .mypage-main-content-wrap li .button-wrap button.broadcastOn {
  background-color: var(--m-color);
  color: #fff;
}
.mypage-wrap .mypage-main-content-wrap li .button-wrap button.broadcastOff {
  background: #F4F5F9;
  color: #6B6B6B;
}
.mypage-wrap .mypage-main-content-wrap li .button-wrap button.review-button {
  background-color: #fff;
  border: 1px solid var(--m-color);
  color: var(--m-color);
}
.mypage-wrap .noLecture {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.07em;
  color: #999;
  width: 100%!important;
  height: 36.0625rem;
  box-shadow: none!important;
  gap: 13px;
}

.mypage-wrap .mypage-main-bottom a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  display: flex;
  height: 3rem;
  background: #F0F2F7;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* 내 강의실 E */

/* 관심목록 S */
#S_container .mypage-like-wrap .like-state {
  top: 1rem;
  left: 1rem;
}
.mypage-wrap .mypage-like-content-wrap li .text-wrap {
  height: auto;
}

.mypage-wrap .mypage-like-content-wrap li .text-wrap a {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.1875rem;
  background-color: var(--m-color);
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  margin-top: 1.875rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.mypage-wrap .mypage-like-content-wrap li .text-wrap a  img {
  margin-left: 10px;
}
/* 관심목록 E */

/* 구매내역 S */
.mypage-purchase-content-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.mypage-purchase-content-wrap li {
  width: 100%;
  padding: 1.5625rem;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.mypage-purchase-content-wrap li h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.mypage-purchase-content-wrap li .date-wrap {
  margin-top: 10px;
}
.mypage-purchase-content-wrap li .date-wrap p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: #6B6B6B;
  position: relative;
  margin-right: 1rem;
}
.mypage-purchase-content-wrap li .date-wrap p::after {
  content: "";
  width: 1px;
  height: 0.6875rem;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mypage-purchase-content-wrap li .date-wrap p:last-child {
  margin-right: 0;
}
.mypage-purchase-content-wrap li .date-wrap p:last-child:after {
  display: none;
}
.mypage-purchase-content-wrap li h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: var(--txt-c2);
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
  margin-top: 15px;
}

.mypage-purchase-content-wrap li .bottom-box {
  margin-top: 12px;
}
.mypage-purchase-content-wrap li .bottom-box p {
  font-size: 0.875rem;
  line-height:1.375rem;
  letter-spacing: -0.0rem;
  justify-content: space-between;
  color: #6B6B6B;
}
.mypage-purchase-content-wrap li .bottom-box .original {
  margin-bottom: 2px;
}
.mypage-purchase-content-wrap li .bottom-box .coupon {
  padding-left: 1.125rem;
  position: relative;
}
.mypage-purchase-content-wrap li .bottom-box .coupon::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(/img/sub/mypage_purchase_icon.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mypage-purchase-content-wrap li .bottom-box .total  {
  font-weight: 600;
  color: #000;
  margin-top: 5px;
}
.mypage-purchase-content-wrap li .bottom-box .total span {
  color: var(--m-color);
}

.mypage-purchase-content-wrap li .cancel-wrap {
  margin-top: 10px;
  gap: 12px;
  align-items: center;
}
.mypage-purchase-content-wrap li .cancel-wrap button {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--m-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mypage-purchase-content-wrap li .cancel-wrap button.completed {
  background: rgba(158, 158, 158, 1);
  cursor: auto;
}
.mypage-purchase-content-wrap li .cancel-wrap .text-wrap {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  gap: 30px
}
.mypage-purchase-content-wrap li .cancel-wrap .text-wrap span {
  text-decoration: underline;
  cursor: pointer;
}
/* 구매내역 E */

/* 내 쿠폰함 S */
.mypage-coupon-form-wrap {
  margin-top: 1.875rem;
}
.mypage-coupon-form-wrap .flex-box {
  gap: 8px
}
.mypage-coupon-form-wrap input {
  width: calc(85% - 4px);
  max-width: 250px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #333;
  padding: 12px 15px 11px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
  background: #F2F2F2;
}
.mypage-coupon-form-wrap input::placeholder {
  color: #999;
}
.mypage-coupon-form-wrap button {
  font-weight: 400;
  font-size: 0.8125rem;
  width: calc(15% - 4px);
  max-width: 6.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  border: 1px solid #ddd;
  color: var(--txt-c2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* .mypage-coupon-form-wrap button:hover {
  background-color: var(--m-color);
  color: #fff;
  border-color: var(--m-color);
} */
.mypage-coupon-form-wrap p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #999;
}
.mypage-coupon-content-wrap {
  margin-top: 1.875rem;
  gap: 1.25rem;
}
.mypage-coupon-content-wrap li {
  border: 1px solid #DDDDDD;
  padding: 1.5625rem;
  width: 100%;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.mypage-coupon-content-wrap li h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--m-color);
}
.mypage-coupon-content-wrap li p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  margin-top: 10px;
  white-space: nowrap;          /* 줄바꿈 없이 한 줄로 */
  overflow: hidden;             /* 넘치는 내용 숨김 */
  text-overflow: ellipsis;      /* 말줄임(...) 처리 */
}
.mypage-coupon-content-wrap li .scope {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6B6B6B;
  margin-top: 10px;
}
.mypage-coupon-content-wrap li .date-box {
  gap: 10px;
  margin-top: 12px;
}
.mypage-coupon-content-wrap li .date-box h6 {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
}
.mypage-coupon-content-wrap li .date-box .period {
  letter-spacing: -0.02em;
  color: var(--m-color);
}
.mypage-coupon-content-wrap li .date-box .date {
  letter-spacing: -0.03em;
  color: #6B6B6B;
}

.mypage-coupon-content-wrap li.epiration::after {
  content: "기간만료";
}
.mypage-coupon-content-wrap li.used::after {
  content: "사용완료";
}
.mypage-coupon-content-wrap li.gray::after{
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mypage-coupon-content-wrap li.gray h5,
.mypage-coupon-content-wrap li.gray p,
.mypage-coupon-content-wrap li.gray .scope,
.mypage-coupon-content-wrap li.gray .date-box,
.mypage-coupon-content-wrap li.gray .date-box .period,
.mypage-coupon-content-wrap li.gray .date-box .date {
  color: #DDDDDD!important;
}
/* 내 쿠폰함 E */

/* 게시물 관리 S */
.mypage-notice-content-wrap select {
  font-size: 1rem;
  width: 8.75rem;
  height: 2.875rem;
  padding: 0 1.25rem;
  margin-top: 1.25rem;
}

.mypage-notice-content-wrap .table-wrap {
  width: 100%;
  border-top: 2px solid #5F646B;
  margin-top: 1.25rem;
}
.mypage-notice-content-wrap .table-wrap .category {
  width: 7.8125rem;
}
.mypage-notice-content-wrap .table-wrap .subject {
  width: calc(100% - 19.6875rem);
}
.mypage-notice-content-wrap .table-wrap .comment {
  width: calc(100% - 13.4375rem);
}
.mypage-notice-content-wrap .table-wrap .date {
  width: 5.625rem;
}
.mypage-notice-content-wrap .table-wrap .view {
  width: 6.25rem;
}
.mypage-notice-content-wrap .table-wrap .tr-wrap {
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  flex-flow: row wrap;
}
.mypage-notice-content-wrap .table-wrap .th-wrap,
.mypage-notice-content-wrap .table-wrap .td-wrap {
  padding: 1.515625rem 0;
}
.mypage-notice-content-wrap .table-wrap .thead-wrap .tr-wrap .th-wrap {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
}
.mypage-notice-content-wrap .table-wrap .thead-wrap .tr-wrap .th-wrap:nth-child(2) {
  padding-left: 5px;
  text-align: left;
}
.mypage-notice-content-wrap .table-wrap .tbody-wrap .tr-wrap .td-wrap {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  color: #6B6B6B;
}
.mypage-notice-content-wrap .table-wrap .tbody-wrap .tr-wrap .td-wrap:nth-child(2) {
  padding-left: 5px;
  text-align: left;
  color: var(--txt-c2);
  white-space: nowrap;        /* 줄바꿈 금지 */
  overflow: hidden;           /* 넘친 부분 숨김 */
  text-overflow: ellipsis; 
}
/* 게시물 관리 E */

/* 친구초대 S */
.mypage-friend-content-wrap {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding:3.4375rem  2.5rem;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.mypage-friend-content-wrap > h5 {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.393;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000;
}
.mypage-friend-content-wrap > h5 span {
  font-weight: 700;
}
.mypage-friend-content-wrap > p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.429;
  letter-spacing: -0.03em;
  text-align: center;
  margin-top: 10px;
}
.mypage-friend-content-wrap .img-wrap {
  max-width: 200px;
  width: 50%;
  margin-top: 1.25rem;
}
.mypage-friend-content-wrap .input-box {
  height: 3rem;
  max-width: 300px;
  width: 100%;
}
.mypage-friend-content-wrap .input-box input {
  height: 100%;
  padding: 0 1.25rem;
}
.mypage-friend-content-wrap button {
  max-width: 300px;
  width: 100%;
  margin-top: 12px;
  font-size: 1.125rem;
}
.mypage-friend-content-wrap .input-box2 {
  justify-content: space-between;
  align-items: center;
  padding: 0 0.875rem 0 1.25rem;
  margin-top: 12px;
}
.mypage-friend-content-wrap .input-box2 h5 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  vertical-align: middle;
}
.mypage-friend-content-wrap .input-box2 h5 img {
  margin-right: 6px;
}
.mypage-friend-content-wrap .input-box2 h6 {
  font-weight: 500;
  font-size: 1;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  vertical-align: middle;
  color: var(--m-color);
}
.mypage-friend-content-wrap ol {
  width: 100%;
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.mypage-friend-content-wrap ol li {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.03em;
  color: #919599;
}
/* 친구초대 E */

/* 회원정보 관리 S */
.mypage-info-content-wrap {
  border: 1px solid #DDDDDD;
  padding: 3.125rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.mypage-info-content-wrap .form-box-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  margin-bottom: 1.25rem;
}

.mypage-info-content-wrap .input-wrap {
  margin-top: 1.875rem;
  position: relative;
}
.mypage-info-content-wrap .input-wrap:first-of-type {
  margin-top: 0;
}
.mypage-info-content-wrap .input-wrap p.input-tit {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6B6B6B;
  margin-bottom: 10px;
}
.mypage-info-content-wrap .input-wrap input[type='text'],
.mypage-info-content-wrap .input-wrap input[type='password'],
.mypage-info-content-wrap .input-wrap input[type='email'],
.mypage-info-content-wrap .input-wrap input[type='date'],
.mypage-info-content-wrap .input-wrap input[type='number'] {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  padding: 0 1.25rem;
  height: 3rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  outline: none;
  border: 1px solid #ddd;
}
.mypage-info-content-wrap .input-wrap input[type='text'][readonly],
.mypage-info-content-wrap .input-wrap input[type='password'][readonly],
.mypage-info-content-wrap .input-wrap input[type='email'][readonly],
.mypage-info-content-wrap .input-wrap input[type='date'][readonly],
.mypage-info-content-wrap .input-wrap input[type='number'] [readonly] {
  background: #EEF0F5;
  color: #999999;
}
.mypage-info-content-wrap .input-wrap p.input-info {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: -0.03rem;
  vertical-align: middle;
  color: #999;
  margin-top: 10px;
}
.mypage-info-content-wrap .btn02 {
  width: 6rem;
}
.mypage-info-content-wrap .input-flex {
  gap: 8px;
}
.mypage-info-content-wrap .input-wrap.input-flex input[type="text"] {
  width: calc(100% - 6rem - 8px);
}
.mypage-info-content-wrap .radio-wrap .radio-box {
  margin-right: 3.375rem;
}
.mypage-info-content-wrap .radio-wrap .radio-box:last-child {
  margin-right: 0;
}
.mypage-info-content-wrap .btn03 {
  width: 6rem;
  height: 3rem;
}
.mypage-info-content-wrap button[type='submit'] {
  width: 100%;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  height: 3rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mypage-info-content-wrap .password-wrap {
  display: none;
}

.mypage-info-content-wrap .password-wrap .password-info {
  position: absolute;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: -0.03rem;
  vertical-align: middle;
  color: red;
  opacity: 0;
  top: calc(100% - 10px);
  left: 0;
}

.mypage-info-content-wrap .password-wrap input[type='password'].password-error {
  border-color: red;
}

.mypage-info-content-wrap .password-wrap .password-info.password-error {
  opacity: 1;
}
.mypage-info2-content-wrap > h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03;
  color: #000;
  margin-bottom: 10px;
}

.mypage-info2-content-wrap p {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4375;
  letter-spacing: -0.03em;
  color: #000;
}

.mypage-info2-content-wrap .check-box {
  align-items: center;
}
.mypage-info2-content-wrap .check-box input {
  margin-right: 10px;
}
.mypage-info2-content-wrap .check-box label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.mypage-info2-content-wrap .btn-wrap {
  gap: 10px; 
}

.mypage-info2-content-wrap .btn-wrap button {
  width: calc(50% - 5px);
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0;
  height: 4rem;
}
/* 회원정보 관리 E */

/* 프로필 편집 S */
.mypage-profile-wrap .profile-img-box {
  position: relative;
  width: 7.875rem;
  height: 7.875rem;
  margin: 0 auto;
}
.mypage-profile-wrap .profile-img-box .img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mypage-profile-wrap .profile-img-box .img-wrap img {
  max-width: 200%;
  max-height: 200%;
}
.mypage-profile-wrap .profile-img-box #profileInput {
  display: none;
}
.mypage-profile-wrap .profile-img-box .upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mypage-profile-wrap .delete-btn {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #6B6B6B;
  background: #F0F2F7;
  margin: 1.25rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mypage-profile-wrap .btn02 {margin-top: 1.25rem;}
/* 프로필 편집 E */

/* 결제화면 S */
.payment-wrap .sc-title {
  width: 100%;
}
.payment-wrap .payment-split-left {
  max-width: 820px;
  width: 64.0625%;
}
.payment-split-left .payment-top {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #ddd;
  gap: 3.125rem;
  align-items: center;
}
.payment-split-left .payment-top .thumbnail-wrap {
  width: 13.5rem;
  height: 8.75rem;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.payment-split-left .payment-top .thumbnail-wrap img {
  /* max-width: 100%; */
  max-height: 100%;
  width: 100%
}
.payment-split-left .payment-top .txt-wrap {
  width: calc(100% - 16.625rem);
}
.payment-split-left .payment-top .txt-wrap h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.payment-split-left .payment-top .txt-wrap p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #6b6b6b;
  margin-top: 8px;
}
.payment-split-left .payment-top .txt-wrap h6 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  margin-top: 1.25rem;
}
.payment-split-left .payment-bottom {}
.payment-split-left .payment-bottom-box {}
.payment-split-left .payment-bottom-box.coupon {
}
.payment-bottom-tit {
  align-items: center;
  justify-content: space-between;
}
.payment-split-left .coupon .payment-bottom-tit {
  position: relative;
}
.payment-bottom-tit h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
}
.payment-split-left .payment-bottom-box a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  gap: 8px;
  color: var(--txt-c9);
  align-items: center;
}
.payment-split-left .payment-bottom-box.coupon .payment-bottom-tit p {
  position: absolute;
  top: 50%;
  left: 80px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  background: #48B077;
  color: #fff;
  transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.payment-split-left .payment-bottom-box.coupon .payment-bottom-tit p::after {
  position: absolute;
  top: 100%;
  right:  1.875rem;
  display: block;
  content: "";
  width: 9px;
  height: 6px;
  background: url(/img/sub/payment_icon04.png) no-repeat center center;
}
.payment-split-left .payment-bottom-box .select-wrap {
  margin-top: 1.875rem;
  position: relative;
}
.payment-split-left .payment-bottom-box .select-wrap .selected-coupon {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
  cursor: pointer;
  position: relative;
  padding: 1rem 1.25rem 0.875rem;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.payment-split-left .payment-bottom-box .select-wrap span {
  color: var(--m-color);
}
.payment-split-left .payment-bottom-box .select-wrap .selected-coupon::after {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background: url(/img/sub/payment_icon02.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}
.payment-split-left .payment-bottom-box .select-wrap .selected-coupon.open::after {
  transform: translateY(-50%) rotate(0);
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
}
.payment-split-left .payment-bottom-box .select-wrap .success-coupon {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #48B077;
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease,padding 0.3s ease,border 0.3s ease;
  -webkit-transition: max-height 0.3s ease,padding 0.3s ease,border 0.3s ease;
  -moz-transition: max-height 0.3s ease,padding 0.3s ease,border 0.3s ease;
  -ms-transition: max-height 0.3s ease,padding 0.3s ease,border 0.3s ease;
  -o-transition: max-height 0.3s ease,padding 0.3s ease,border 0.3s ease;
}

.payment-split-left .payment-bottom-box .select-wrap .coupon-box.open {
  border: 1px solid #ddd;
  max-height: 1000px;
  padding: 12px 0 15px;
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li {
  padding: 12px 1.25rem;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li:hover {
  background-color: #F6F6F6;
  ;
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li > h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: var(--m-color);
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li > p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: var(--txt-c2);
  margin-top: 3px;
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li .date-box {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  gap: 5px;
  margin-top: 6px;
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li .date-box h6 {
  color: var(--m-color);
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li .date-box p {
  color: var(--txt-c9);
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li.noCoupon {
  /*background: #FFE7DA!important;*/
  
}
.payment-split-left .payment-bottom-box .select-wrap .coupon-box li.noCoupon .flex-box {
  gap: 11px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--m-color);
}
.payment-split-left .payment-bottom-box.method .button-wrap {
  margin-top: 1.25rem;
  gap: 0.8%;
}
.payment-split-left .payment-bottom-box.method .button-wrap button {
  max-width: 200px;
  width: 24.4%;
  height: 4.0625rem;
}
.payment-split-left .payment-bottom-box.method .button-wrap button.btn05 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.payment-split-left .payment-bottom-box.method .button-wrap button:nth-child(n+5){
  margin-top: 0.8%;
}
.payment-split-left .payment-bottom-box.method > p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.payment-split-left .payment-bottom-box.method .method-info {
  margin-top: 1.875rem;
  background: #F6F6F6;
  padding: 1.5625rem 1.875rem;
  border-radius: 10px; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}
.payment-split-left .payment-bottom-box.method .method-info > div {}
.payment-split-left .payment-bottom-box.method .method-info h4 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
}
.payment-split-left .payment-bottom-box.method .method-info p {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  color: #6B6B6B;
  margin-top: 15px;
}
.payment-wrap .payment-split-right {
  max-width: 410px;
  width: 32.03125%;
}
.payment-amount {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #ddd;
}
.payment-amount .payment-bottom-tit {
  margin-bottom: 1.625rem;
}
.payment-amount .amount-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.payment-amount .amount-wrap h6 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2em;
  letter-spacing: -0.02em;
  color: var(--txt-c2);
}
.payment-Total > p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--txt-c9);
  text-align: right;
  margin-top: 10px;
}
.payment-split-right > .payment-btn {
  margin-top: 2.5rem;
  width: 100%;
  height: 4rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.payment-split-right > h6 {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--txt-c9);
  margin-top: 10px;
}
.payment-split-right > h6 a {
  text-decoration: underline;
}
/* 결제화면 E */

/* 이벤트 S */
.event-list {
  gap: 4.375rem 1.875rem;
}
.event-list li {
  width: calc(33.3334% - 1.25rem);
  max-width: 406px;
}
.event-list li .img-wrap {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.event-list li .img-wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200%;
  max-height: 200%;
}
.event-list li .txt-wrap {
  margin-top: 20px;
  padding: 0 6px;
}
.event-list li .txt-wrap h5 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #6b6b6b;
}
.event-list li .txt-wrap h4 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: -0.03em;
  color: var(--txt-c2);
  margin-top: 12px;
  word-break: keep-all;
}
/* 이벤트 E */


.noData {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.07em;
    color: #999;
    width: 100% !important;
    height: 20rem;
    box-shadow: none !important;
    gap: 13px;
}