@charset "UTF-8";
/* 인풋 */
html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  position: relative;
}
#wrapper,
#container {
  width: 100%;
  position: relative;
}

#container {
  padding-top: 3.75rem;
  padding-bottom: 8rem;
  min-height: calc(100vh - 200px);
}

#container.main {
  padding: 0;
}

#container section{margin-bottom: 120px; }

.p-color {
  color: #cc921d;
}

#container .main_visual{padding-bottom: 0;}
#container .main_visual video{width: 100%; height: auto;}

.main_visual .swiper-slide {
  text-align: center;
}

.main_visual .swiper-slide .txt_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_visual .swiper-slide .txt_box dl {
  margin-bottom: 4rem;
}

.main_visual .swiper-slide .txt_box dl dt {
  font-size: 2.875rem;
}

.main_visual .swiper-slide .txt_box dl dt span {
  display: block;
}

.main_visual .swiper-slide .txt_box dl dt .tit1 {
  font-weight: 500;
  margin-bottom: 1.125rem;
}

.main_visual .swiper-slide .txt_box dl dt .tit2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.main_visual .swiper-slide .txt_box dl dd {
  font-size: 1.125rem;
}

.main_visual .swiper-slide .txt_box .btn_more {
  font-size: 20px;
  padding-right: 95px;
  background: url(../img/visual_arrow1.svg) right 8px no-repeat;
}

.main_visual .swiper-slide .txt_box .btn_more:hover {
  animation: moveRight 0.5s infinite alternate both;
}

.main_visual .swiper-slide.swiper-slide-active .txt_box {
  animation: fadeLeft 0.5s 0.3s both;
}

.main_visual .content_box {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}

.main_visual .control button {
  width: 32px;
  height: 32px;
  background: url(../img/arrow_ic.svg) no-repeat center/ 10px 20px;
  filter: drop-shadow(0 0 1.5px #fff);
}

.main_visual .control button.prev {
  transform: rotate(180deg);
}

.main_visual .control button.play {
  background-image: url(../img/play_ic.svg);
}

.main_visual .control button.stop {
  background-image: url(../img/pause_ic.svg);
}
.main_visual .main_visual_page {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -800px;
  z-index: 100;
}

.main_visual .main_visual_page::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #333;
  left: 5px;
  bottom: -5px;
}

.main_visual .main_visual_page span {
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  background: none;
  z-index: 10;
  opacity: 1;
  margin-right: 15px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 2px 5px 2px;
}

.main_visual .main_visual_page span:last-child {
  margin-right: 0;
}

.main_visual .main_visual_page span.swiper-pagination-bullet-active {
  color: #fff;
}

.main_visual .main_visual_page span.swiper-pagination-bullet-active::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  border-radius: 10px;
}


.main_visual.video{margin-top: -80px;}
@keyframes moveRight {
  from {
    padding-right: 95px;
  }
  to {
    padding-right: 85px;
  }
}

@keyframes fadeLeft {
  from {
    transform: translate(-80px, -50%);
    opacity: 0;
  }
  to {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

.main_h2 {
  position: relative;
  font-size: 36px;
  margin-bottom: 35px;
  text-align: center;
  font-family: "SBAggroM";
}

.main_h2 .btn_link {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.main_h2 .btn_link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.main_h2 .btn_link::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 8px;
  top: 0;
}

/* 베스트 상품 슬라이드 */
.best_prod_wrapper {
}
.best_prod_wrapper button.btn {
  width: 22px;
  height: 41px;
  background: url(../img/arrow_41_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  opacity: 0.2;
}
.best_prod_wrapper button.btn.best_slide_prev {
  left: -46px;
}
.best_prod_wrapper button.btn.best_slide_next {
  right: -46px;
  transform: translateY(-100%) rotate(180deg);
}

/* sns 아이콘 */
.sns_wrapper{display: none;}
.sns_wrapper .sns_list{flex-direction: row; justify-content: center; gap: 15px;}
.sns_wrapper .sns_list li{width: 48px;}
.sns_wrapper .sns_list li a{height: 48px;}

/* 맞춤형 피부 솔루션 */
.solution_wrapper {
  width: 100%;
  padding: 90px 0;
  background: var(--bg-f6f6f6);
}
.solution_wrapper .content_box {
  padding-left: 270px;
}
.solution_wrapper .left_tab {
  width: 270px;
  position: absolute;
  left: 0;
  top: 10px;
}
.solution_wrapper .left_tab dl {
  margin-bottom: 25px;
}
.solution_wrapper .left_tab dt {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-family: "SBAggroL";
}
.solution_wrapper .left_tab dd {
  font-size: 18px;
}
.solution_wrapper .tab {
  display: flex;
  flex-direction: column;
}
.solution_wrapper .tab button {
  width: 181px;
  height: 46px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: #c8c8c8;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
.solution_wrapper .tab button.on {
  background-color: #333;
  color: #fff;
}

.solution_slide {
  width: 100%;
}
.solution_slide .com_prod_list {
  display: flex;
  gap: inherit;
}
.solution_slide .com_prod_list li {
  width: 330px;
  margin-right: 20px;
}
.solution_slide .com_prod_list li .img_box {
  width: 100%;
  height: 330px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.solution_slide .com_prod_list li .img_box img {
  width: 100%;
}

/* 배너 영역 */
.main_brand_banner .banner_list{display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.main_brand_banner .banner_list li{border-radius: 20px; overflow: hidden; box-shadow: 0 0 10px var(--box-shadow-color-15)}
.main_brand_banner .banner_list li .img_box{overflow: hidden; max-height: 210px; height: 50vw;}
.main_brand_banner .banner_list li .img_box img{transition:  all .5s; width: 100%; height: 100%; object-fit: cover;}
.main_brand_banner .banner_list li:hover img{transform: scale(1.1);}
.main_brand_banner .banner_list li .desc{background: var(--bg-fff); padding: 10px 20px; transition: all .3s; color: var(--color-defalut);}
.main_brand_banner .banner_list li:hover .desc{background: #565656; color: #fff}
.main_brand_banner .banner_list li .desc .tit{font-size: 16px;}

/* 메인 sns */
.meure_sns_wrap {
  margin-top: 120px;
  margin-bottom: 90px;
}
.meure_sns_wrap.content_box {
  padding-right: 0;
}
.meure_sns_wrap .swiper-wrapper {
  align-items: center;
}

.ic_my {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/profile_ic.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  position: relative;
}
.ic_my.login {
  background-image: url(../img/login_ic.svg);
}
.ic_my::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: -32px;
  left: 0;
}

.ic_search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/search_ic_black.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.ic_cart {
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url(../img/cart_ic.svg) no-repeat;
  background-size: contain;
  position: relative;
}

.ic_cart span {
  font-size: 12px;
  position: absolute;
  left: calc(50%);
  transform: translateX(-50%);
  top: 10px;
  line-height: 1;
}

.ic_prod_cart {
  display: inline-block;
  width: 22px;
  height: 29px;
  background: url(../img/prod_cart_ic.svg) no-repeat;
  background-size: contain;
  position: relative;
}

.ic_prod_cart span {
  font-size: 12px;
  position: absolute;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  top: 10px;
}

.ic_prod_cart.check {
  background-image: url(../img/cart_ic_check.svg);
}

.ic_like {
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(../img/unlike_ic.svg) no-repeat;
  background-size: contain;
  position: relative;
}

.ic_like span {
  font-size: 12px;
  position: absolute;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  top: 10px;
}

.ic_like.on {
  background-image: url(../img/like_ic.svg);
}

.h2_tit {
  padding-top: 1em;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.65em;
}

.h2_tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
}

.login_box {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
  min-height: 400px;
}

.login_box .h2_tit {
  margin-bottom: 3rem;
}

.login_box .login_btn_box button{margin-bottom: 15px;}

.login_box .login_btn_box button span{margin: 0 auto;}
.login_box .btn_login {width: 100%; border-radius: 5px;}

.login_box .btn_login.kakao_login_btn{background: #fee500; color: #000; display: flex; align-items: center; line-height: 1;}
.login_box .btn_login.kakao_login_btn::before{content: ""; display: block; width: 16px; aspect-ratio: 1/1; background: url(../img/ic_kakao.png) no-repeat center / contain; margin-right: 5px;}
.login_box .btn_login.naver_login_btn{background: #03c75a; color: #fff; display: flex; align-items: center; line-height: 1;}
.login_box .btn_login.naver_login_btn::before{content: ""; display: block; width: 16px; aspect-ratio: 1/1; background: url(../img/ic_naver.svg) no-repeat center /contain; margin-right: 5px;}

.login_box .bot_box {
  color: #929292;
  font-weight: 300;
  margin-top: 10px;
}

.login_box .bot_box .find a:first-child {
  margin-right: 22px;
  position: relative;
}

.login_box .bot_box .find a:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 13px;
  top: 5px;
  right: -13px;
  background-color: #ccc;
}

.login_box .hr {
  margin: 30px 0 20px 0;
}

.login_box .join {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: 1px solid #333;
  font-size: 1rem;
}

.login_box .join_link {
  color: #333;
  padding-right: 14px;
  background: url(../img/arrow_ic.svg) right 4px no-repeat;
  background-size: 9px 14px;
  line-height: 1.5;
}

.login_box .com_tab_type1 {
  margin-bottom: 40px;
}

.login_box .bot_link {
  margin-top: 20px;
}

.login_box .join_finish {
  text-align: center;
  line-height: 1.5;
}

.login_box .join_finish dt {
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.login_box .join_finish dd {
  margin-bottom: 3.5em;
}

.login_box .find_finish {
  text-align: center;
  margin-bottom: 1.7em;
  line-height: 1.5;
  font-size: 1.375rem;
}

.login_box .find_finish span {
  font-size: 2rem;
  font-weight: 700;
}

.login_box .btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.login_box .btn_box a,
.login_box .btn_box button {
  flex: 1;
}

.login_box .finish_txt {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.9em;
}

.join_box {
  width: 100%;
  max-width: 632px;
  margin: 0 auto;
  padding-bottom: 4.375rem;
}

.join_box .welcom {
  margin-bottom: 30px;
}

.join_box .welcom dt {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.join_box .auth_box {
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.join_box .join_birthday {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.join_box .join_birthday .input_read {
  width: calc(65% - 10px);
  margin-right: 10px;
}

.join_box .join_birthday .radio_box {
  width: 35%;
}

.join_box .join_birthday .radio_box label {
  flex: 1;
}

.join_box .essential {
  text-align: right;
  font-weight: 400;
  margin-bottom: 20px;
}

.join_box .btn_join {
  width: 100%;
  max-width: 372px;
}

.arrow_link {
  padding-right: 12px;
  position: relative;
  text-decoration: underline;
}

.arrow_link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  border: 1px solid #333;
  transform: rotate(45deg) translateX(-50%);
  border-width: 1px 1px 0 0;
}

.agree_check_box {
  border: 1px solid #bebdbd;
  padding: 1.125rem 0.938rem;
  margin-top: 0.938rem;
  margin-bottom: 2.5rem;
}

.agree_check_box > div {
  font-size: 12px;
  margin-bottom: 1.25rem;
}

.agree_check_box > div:last-child {
  margin-bottom: 0;
}

.agree_check_box > div.has_view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.agree_check_box .promotion {
  padding-left: 28px;
}

.agree_check_box .promotion label {
  margin-right: 1.625rem;
}

.agree_check_box .checkbox + label::before {
  top: -2px;
}

.search_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.search_box .input_box {
  height: 48px;
  border: none;
  border-bottom: 2px solid var(--color-defalut);
  line-height: 48px;
  width: 100%;
  padding-right: 85px;
}

.search_box .input_box .search_input {
  font-size: 1rem;
  width: 100%;
  border: none;
  height: 100%;
  outline: none;
  background: none;
  padding-left: 0.875rem;
  color: var(--color-defalut);
}

.search_box .input_box .search_input::placeholder {
}

.search_box .input_box.type2 {
  border-bottom: 1px solid #bebdbd;
}

.search_box .input_box.type2.on {
  border-color: #333;
}

.search_box .btn_close_g {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
}

.search_box .ic_search_b {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.search_box.sub {
  margin: 1.875rem auto;
}

.search_box.sub .input_box {
  margin-bottom: 0;
}

.search_wrapper {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  background: var(--bg-fff);
  overflow: auto;
  padding-bottom: 20px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}

.search_wrapper .pop_btn_close {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
}

.search_wrapper .content_box {
  padding-top: 170px;
}

.search_wrapper.on {
  opacity: 1;
  z-index: 1000;
}

.search_wrapper .search_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}

.search_wrapper .search_list dl {
  flex: 1;
  padding: 0 15px;
}

.search_wrapper .search_list dl dt {
  font-size: 1rem;
  margin-bottom: 1.375rem;
  font-weight: 500;
}

.search_wrapper .search_list dl .nodata {
}

.search_wrapper .search_list dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 22px;
}

.search_wrapper .search_list dl dd .num {
  margin-right: 2.063rem;
  display: inline-block;
  text-align: center;
  width: 20px;
  font-size: 1rem;
}

.search_wrapper .search_list dl dd:last-child {
  margin-bottom: 0;
}

.search_wrapper .search_list .last_keyword dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.search_wrapper .search_list .last_keyword dt button {
  text-decoration: underline;
  font-size: 0.875rem;
}

.search_wrapper .search_list .last_keyword dd {
  justify-content: space-between;
}

.search_wrapper .search_list .last_keyword dd .btn_del {
  width: 12px;
  height: 12px;
  background: url(../img/close_ic.svg) no-repeat center/contain;
}

.list_wrapper {
  width: 100%;
}

.list_wrapper .top_info {
  font-size: 1rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.list_wrapper .top_info .count {
  color: #cc921d;
  font-weight: 500;
}

.list_wrapper .top_info .custom_select_box {
  width: 160px;
}

.list_wrapper .page_box {
  margin-top: 4.688rem;
}

.list_wrapper .no_data {
  padding-top: 3.75rem;
}

.list_wrapper .no_data dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.list_wrapper .no_data dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: 1rem;
  color: #999;
  font-weight: 500;
  margin-bottom: 12px;
}

.list_wrapper .no_data dl dt span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #999;
  margin-bottom: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-weight: 300;
  font-size: 38px;
  color: #999;
}

.list_wrapper .no_data dl dd {
  color: #999;
  text-align: center;
  margin-bottom: 7px;
}

.com_prod_list {
  display: grid;
  /* grid-template-columns: repeat(4, calc(25% - 15px)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 20px;
}

.com_prod_box{overflow: hidden;}

.com_prod_box .ic_cart {
  width: 21.5px;
  height: 28.3px;
}

.com_prod_box .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbfbfb;
  transition: 0.2s;
  position: relative; aspect-ratio: 1/1;
}

/* 커밍순 공통 */
.img_box .coming_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
}
.img_box .coming_txt .tit {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}
.img_box .coming_txt .tit::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -5px;
}
.img_box .coming_txt .tit::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.img_box .coming_txt .tit span {
  letter-spacing: -1.5px;
}
.img_box .coming_txt .txt {
  font-size: 12px;
}

.com_prod_box .img_box .ic_like {
  display: none;
}

.com_prod_box .img_box img {
  opacity: 1;
  transition: 0.2s;
  width: 100%; height: 100%; object-fit: cover;
}

.com_prod_box .img_box.has_over img:nth-child(2) {
  position: absolute;
  opacity: 0;
}

.com_prod_box .prod_info {
  margin-top: 1.5rem;
}

.com_prod_box .prod_info dl {
  margin-bottom: 0.938rem;
}

.com_prod_box .prod_info dl dt {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.com_prod_box .prod_info dl dd {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.com_prod_box .prod_info .bot_box {
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.com_prod_box .prod_info .bot_box .price_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.com_prod_box .prod_info .bot_box .og_price {
  margin-right: 8px;
}

.com_prod_box .prod_info .bot_box .og_price .num {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.2rem;
}

.com_prod_box .prod_info .bot_box .og_price .per {
  color: #ff4b4b;
  font-weight: 500;
  display: none;
}

.com_prod_box .prod_info .bot_box .real_price {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
  font-family: "Montserrat";
}

.com_prod_box .prod_info .bot_box .right .ic_like {
  position: relative;
}
.detail_wrapper.pt80 {
  padding-top: 80px;
}
.detail_wrapper .detail_top_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.top_slide_wrapper {
  width: 50%;
  margin-right: 50px;
  position: relative;
}
.top_slide_wrapper .tmp_soldout {
  position: absolute;
  bottom: 0px;
  left: 00px;
  background: #333;
  color: #fff;
  opacity: 0.5;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
.detail_wrapper .detail_top_slide {
  border: 1px solid #e6e6e6;
}

.detail_wrapper .detail_top_slide li{aspect-ratio: 1/1;}
.detail_wrapper .detail_top_slide img{width: 100%; height: 100%; object-fit: cover;}
/* 상세페이지 커밍순 */
.top_slide_wrapper .coming_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
}
.top_slide_wrapper .coming_txt .tit {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}
.top_slide_wrapper .coming_txt .tit::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -5px;
}
.top_slide_wrapper .coming_txt .tit::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.top_slide_wrapper .coming_txt .tit span {
  letter-spacing: -1.5px;
}
.top_slide_wrapper .coming_txt .txt {
  font-size: 12px;
}
.top_slide_wrapper .coming_txt .tit {
  font-size: 42px;
}
.top_slide_wrapper .coming_txt .txt {
  font-size: 17px;
}

.detail_wrapper .detail_top_slide .swiper-wrapper li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.detail_wrapper .detail_slide_page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.detail_wrapper .detail_slide_page .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #bebdbd;
  margin: 0 4px;
}

.detail_wrapper
  .detail_slide_page
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a88421;
}

.detail_wrapper .detail_swipe_page {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.detail_wrapper .detail_swipe_page button {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
}

.detail_wrapper .detail_swipe_page button:last-child {
  margin-right: 0;
}

.detail_wrapper .detail_swipe_page button.on {
  border-color: #a88421;
}

.detail_wrapper .top_info_box {
  width: 610px;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.detail_wrapper .top_info_box h2.title {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
}

.detail_wrapper .top_info_box .sub_title {
  color: #999;
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-family: "Montserrat";
}

.review_share_like {
  padding-bottom: 17px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.review_share_like .right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.review_share_like .right .share_list_pop {
  position: absolute;
  left: -20px;
  transform: translateX(-100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.review_share_like .right .share_list_pop button {
  margin-right: 10px;
  opacity: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.2s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.review_share_like .right .share_list_pop button:last-child {
  margin-right: 0;
}

.review_share_like .right .share_list_pop.on button:nth-child(3) {
  animation: shareIc 0.2s both;
  background-image: url(../img/ic_share.svg);
}

.review_share_like .right .share_list_pop.on button:nth-child(2) {
  animation: shareIc 0.2s 0.1s both;
  background-image: url(../img/ic_story.svg);
}

.review_share_like .right .share_list_pop.on button:nth-child(1) {
  animation: shareIc 0.2s 0.2s both;
  background-image: url(../img/ic_kakao.svg);
}

.review_share_like .ic_share {
  width: 18px;
  height: 18px;
  margin-right: 1.25rem;
  background: url(../img/share_ic.svg);
}

@keyframes shareIc {
  to {
    opacity: 1;
  }
}

.review_star_value {
  width: 80px;
  height: 24px;
  background: url(../img/star_value_off.svg) no-repeat left center;
  position: relative;
  display: inline-block;
  background-size: 100% auto;
  flex-shrink: 0;
}

.review_star_value .value_on {
  height: 24px;
  display: inline-block;
  background: url(../img/star_value_on.svg) no-repeat left center;
  z-index: 1;
  background-size: 80px auto;
}

.review_star_value .value_on.star_1 {
  width: 20%;
}

.review_star_value .value_on.star_2 {
  width: 40%;
}

.review_star_value .value_on.star_3 {
  width: 60%;
}

.review_star_value .value_on.star_4 {
  width: 80%;
}

.review_star_value .value_on.star_5 {
  width: 100%;
}

.detail_price_info {
  width: 100%;
  padding-top: 10px;
}

.detail_info_dl {
  height: 48px;
  width: 100%;
  font-size: 1.125rem;
  padding: 0 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.detail_info_dl .custom_select_box {
  width: 100%;
  max-width: 380px;
}

.fix .detail_info_dl .custom_select_box {
  max-width: 100%;
}

.detail_info_dl:last-child {
  margin-bottom: 0;
}

.detail_info_dl dt {
  width: 200px;
  flex-shrink: 0;
  margin-right: 10px;
  color: #999;
}

.detail_info_dl dd {
  font-family: "Montserrat";
  color: #333;
  font-weight: 500;
  flex: 1;
  position: relative;
  z-index: 10;
}

.detail_info_dl .og_price {
  font-size: 0.875rem;
  color: #999;
  margin: 0 5px 0 10px;
  text-decoration: line-through;
  font-weight: 300;
}

.detail_info_dl .sale {
  font-size: 0.875rem;
  color: #ee0000;
}

.detail_info_dl .pv {
  color: #4e89ff;
  background: url(../img/ic_point.svg) no-repeat center left/ 20px 20px;
  text-indent: 25px;
  width: 100%;
  line-height: 48px !important;
  height: 48px;
}

.detail_info_dl.option {
  margin: 15px 0 20px;
}
.detail_info_dl.deliver_price dd span {
  font-size: 12px;
  color: #999;
}
.detail_info_dl.option .custom_select_box .select_txt span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail_option_total_box {
  width: 100%;
}

.detail_option_info {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.detail_option_info#share_option {
  border-top: none;
}

.detail_option_info.single {
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
}

.detail_option_list {
  width: 100%;
  padding: 10px 0;
  overflow-y: auto;
  max-height: 155px;
  border-bottom: 1px solid #e6e6e6;
}

.detail_option_list::-webkit-scrollbar {
  width: 6px;
}

.detail_option_list::-webkit-scrollbar-thumb {
  background-color: #bebdbd;
  border-radius: 20px;
}

.detail_option_list dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.detail_option_list dl {
  padding: 20px 10px;
}

.detail_option_list dl.option {
  border-top: 1px solid #e6e6e6;
}

/*  .detail_option_total_box .custom_select_box .list{border: 1px solid #333; border-top: none; width: calc(100% + 2px); transform: translateX(-1px);}
.detail_option_total_box .custom_select_box .list li{width: 100%; border: none;}
*/
.detail_option_list dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 250px;
}

.detail_option_list dl dt .option_name {
  color: #999;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 10px;
}

.detail_option_list dl .btn_del {
  order: -1;
}

.detail_option_list dl .btn_del button {
  width: 15px;
  height: 15px;
  background: url(../img/close_ic.svg) no-repeat center/contain;
}

.detail_option_list dl .count_price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.detail_option_list dl .price {
  font-size: 1.125rem;
  font-family: "Montserrat";
  font-weight: 500;
  margin-left: 20px;
  width: 110px;
  text-align: right;
}

.detail_option_list .com_count_box .count {
  /*margin-right: 50px; */
}

.com_count_box .count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 1.25rem;
  font-family: "Montserrat";
  font-weight: 500;
}

.com_count_box .count button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.com_count_box .count input {
  width: 55px;
  text-align: center;
  border: none;
  margin: 0;
  outline: none;
}

.com_count_box .btn_minus {
  border: 1px solid #bebdbd;
}

.com_count_box .btn_minus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 1px;
  left: 11px;
  top: 14px;
  background-color: #bebdbd;
}

.com_count_box .btn_plus {
  background-color: #333;
}

.com_count_box .btn_plus.no_bg {
  background-color: #fff;
  border: 1px solid #bebdbd;
}

.com_count_box .btn_plus.no_bg::before {
  background-color: #bebdbd;
}

.com_count_box .btn_plus.no_bg::after {
  background-color: #bebdbd;
}

.com_count_box .btn_plus::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 1px;
  left: 11px;
  top: 14px;
  background-color: #fff;
}

.com_count_box .btn_plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 7px;
  left: 14px;
  top: 11px;
  background-color: #fff;
}

.detail_option_total_box .btn_open {
  display: none;
  width: 127px;
  height: 48px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}

.detail_option_total_box .btn_open i {
  width: 8px;
  height: 15px;
  background: url(../img/arrow_ic_white.svg) no-repeat center/contain;
  margin-left: 16px;
  transform: rotate(-90deg);
}

.detail_option_total_box .close_box {
  display: none;
}

.detail_option_total_box.fix {
  position: fixed;
  right: 50%;
  bottom: 0;
  width: 660px;
  padding: 20px 30px 30px 30px;
  transform: translate(500px, 100%);
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.detail_option_total_box.fix .detail_option_info.single {
  border-top: none;
  margin-top: 0;
}

.detail_option_total_box.fix .detail_option_info.single .detail_option_list {
  padding-top: 0;
}

.detail_option_total_box.fix .detail_option_info.single .detail_option_list dl {
  height: 40px;
}

.detail_option_total_box.fix.on {
  animation: toast 0.2s both;
}

.detail_option_total_box.fix.on .btn_open i {
  transform: rotate(90deg);
}

.detail_option_total_box.fix .btn_open {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.detail_option_total_box.fix .btn_open i {
  transform: rotate(-90deg);
}

.detail_option_total_box.fix .detail_info_dl {
  padding-left: 0;
  padding-right: 0;
}

.detail_option_total_box.fix .detail_info_dl dt {
  display: none;
}

@keyframes toast {
  to {
    transform: translate(500px, 0%);
  }
}

.detail_total_info {
  font-family: "Montserrat";
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.detail_total_info dt {
  font-size: 1.625rem;
  font-weight: 500;
}

.detail_total_info dd {
  font-size: 1.625rem;
  color: #f45e5c;
  font-weight: 700;
}

.detail_total_info dd .won {
  font-size: 1.375rem;
  color: #333;
  font-weight: 500;
}

.detail_btn_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}

.detail_btn_box button {
  flex: 1;
  font-size: 1.125rem;
}

.detail_btn_box button:first-child {
  margin-right: 10px;
}

.top_info_box.single {
  height: 580px;
}

.top_info_box.single .detail_btn_box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail_tab {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  z-index: 50;
  background-color: var(--bg-fff);
  margin-bottom: 40px;
  width: 100%;
  height: 44px;
  margin-top: 100px;
}

.detail_tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%; position: relative;
}

.detail_tab ul::after{content: ""; display: block; width: 100%; max-width: 1300px; height: 1px; background: var(--color-defalut); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);z-index: -1;}

.detail_tab ul li {
  cursor: pointer;
  height: 100%;
  width: 200px;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #999; position: relative;
}

.detail_tab ul li.on {
  color: var(--color-defalut);
  font-weight: bold;
  border: 1px solid var(--color-defalut);
  border-bottom:none;
  background: var(--color-defalut);
  color: var(--color-fff);
}

.detail_tab ul li.on::after{content: ""; display: block; width: 100%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; display: none;}

.detail_tab_prod_info .detail_con_box {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
}

.detail_tab_prod_info .detail_con_box.on {
  position: relative;
  z-index: 1;
  opacity: 1;
  overflow: inherit;
  height: auto;
}

/* 상세페이지 이미지 영역 */
.detail_img_wrap {
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
}
.detail_img_slide {
  width: 100%;
}
.detail_img_slide .control {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.detail_img_slide:hover .control {
  opacity: 1;
}
.detail_img_slide .control button {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  z-index: 10;
  transform: rotate(45deg);
}
.detail_img_slide .control button.detail_img_slide_prev {
  left: 77px;
  border-width: 0 0 4px 4px;
}
.detail_img_slide .control button.detail_img_slide_next {
  right: 77px;
  border-width: 4px 4px 0 0;
}

.detail_img_wrap .gif_box {
  position: relative;
}
.detail_img_wrap .gif_box .gif {
  position: absolute;
  width: 47.5%;
  padding-bottom: 64%;
  height: 0;
  left: 8.5%;
  top: 29.44%;
  background-repeat: no-repeat;
  background-size: contain;
}

.detail_con_box.qna {
  padding-top: 60px;
}

.detail_con_box.info {
  padding-top: 60px;
}

.detail_con_box.info h4.title {
  font-size: 22px;
}

.detail_review_top {
  width: 100%;
  padding: 1.563rem 0;
  background-color: #fbfbfb;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.detail_review_top .review_type_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-right: 80px;
}

.detail_review_top .review_type_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-right: 110px;
}

.detail_review_top .review_type_info li:last-child {
  margin-right: 0;
}

.detail_review_top .review_type_info li .ic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
}

.detail_review_top .review_type_info li .ic.txt {
  background: #fff url(../img/text_ic.svg) no-repeat center/48px 48px;
}

.detail_review_top .review_type_info li .ic.photo {
  background: #fff url(../img/camera_ic.svg) no-repeat center/48px 38px;
}

.detail_review_top .review_type_info li .ic.video {
  background: #fff url(../img/video_ic.svg) no-repeat center/48px 48px;
}

.detail_review_top .review_type_info li h4 {
  margin: 20px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.detail_review_top .review_type_info li p {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 1.375rem;
}

.detail_review_top .review_type_info li p span {
  color: #a88421;
}

.detail_review_top .txt_info li {
  position: relative;
  padding-left: 8px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.detail_review_top .txt_info li:last-child {
  margin-bottom: 0;
}

.detail_review_top .txt_info li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 1px;
  left: 0;
  top: 10px;
  background-color: #333;
}

.detail_tbl {
  margin-bottom: 120px;
}

.detail_tbl .has_option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
}

.detail_tbl .has_option .tit {
  margin-right: 10px;
}

.detail_tbl .has_option .custom_select_box {
  width: 250px;
}

.detail_tbl_option_info {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.detail_tbl_option_info.on {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.cart_top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.cart_top_box .step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.cart_top_box .step li {
  position: relative;
  font-family: "Montserrat";
  font-size: 1rem;
  color: #999;
  margin-right: 46px;
}

.cart_top_box .step li:last-child {
  margin-right: 0;
}

.cart_top_box .step li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 12px;
  right: -23px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  background: url(../img/arrow_ic_black.svg) no-repeat center/contain;
  opacity: 0.3;
}

.cart_top_box .step li.on {
  font-weight: 700;
  color: #333;
}

.cart_top_box .step li.on::after {
  opacity: 1;
}

.cart_top_box .step li:last-child::after {
  display: none;
}

.cart_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.cart_wrapper .cart_left {
  flex: 1;
  margin-right: 20px;
}

.top_check_box {
  font-size: 1rem;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 40px;
}

.top_check_box label::before {
  top: 2px;
}

.top_check_box .btn_del {
  text-decoration: underline;
  font-size: 1rem;
}

.cart_list .cart_empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 460px;
  background: #fff;
  border-top: 2px solid #333;
}

.cart_list .cart_empty i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/ic_exclamation_none.svg) no-repeat center/contain;
  margin-bottom: 10px;
}

.cart_list .cart_empty p {
  font-size: 16px;
  margin-bottom: 30px;
}

.cart_list .cart_empty a {
  width: 210px;
}

.cart_list .header {
  border-top: 2px solid #333;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 62px;
  border-bottom: 1px solid #f1f1f1;
}

.cart_list .header.no_top_bd {
  border-top: none;
}

.cart_list .box {
  text-align: center;
  width: 13%;
  flex-shrink: 0;
}

.cart_list .box.box_0 {
  width: 62px;
}

.cart_list .box_1 {
  flex: 1;
}
/*
.cart_list .box_0 {
  width: 72px; }

.cart_list .box_1 {flex: 1;}

.cart_list .box_2 {
  width: 130px; }

.cart_list .box_3 {
  width: 132px; }

.cart_list .box_4 {
  width: 140px; }

.cart_list .box_5 {
  width: 136px; }

  */

.cart_list .cart_prod_list .box_2 .select_coupon{width: 100px; }

.cart_prod_list {
  width: 100%;
}

.cart_prod_list.my_qna {
  border-top: 2px solid #333;
  margin-bottom: 30px;
}

.cart_prod_list > li {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  min-height: 162px;
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.cart_prod_list > li .box.img .img_box {
  width: 132px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 16px;
}

.cart_prod_list > li .box.img .img_box img {
  max-height: 100%;
  width: auto;
}

.cart_prod_list > li .box_0 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.cart_prod_list > li .prod {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.cart_prod_list > li .prod .img_box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
}

.cart_prod_list > li .prod .img_box img {
  max-height: 100%;
  width: auto;
}

.cart_prod_list > li .prod .prod_info {
  padding-left: 20px;
  flex: 1;
  padding-right: 20px;
  text-align: left;
}

.cart_prod_list.my_qna > li .prod .prod_info {
  padding: 0;
}

.cart_prod_list > li .prod .prod_info dt {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.cart_prod_list > li .prod .prod_info dd {
  color: #999;
  font-family: "Montserrat";
}

.cart_prod_list > li .prod .prod_info .custom_select_box {
  margin-top: 15px;
  width: 100%;
}

.cart_prod_list > li .prod .prod_info .custom_select_box .select_txt span {
  width: 180px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart_wrapper .custom_select_box .list li {
  height: auto;
  line-height: 1.5;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.cart_prod_list > li .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat";
}

.cart_prod_list > li .price .og_price {
  color: #999;
  margin-bottom: 7px;
  font-size: 0.875rem;
  text-decoration: line-through;
}

.cart_prod_list > li .price .real_price {
  font-size: 16px;
  font-weight: 700;
}

.cart_prod_list > li .save,
.cart_prod_list > li .count,
.cart_prod_list > li .total {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.cart_prod_list > li .save {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  line-height: 1.7;
  font-size: 16px;
  font-family: "Montserrat";
  color: #4e89ff;
  justify-content: center;
}

.cart_prod_list > li .save span:first-child {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ic_point.svg) no-repeat center / cover;
  margin-right: 5px;
  font-size: 0;
}

.cart_prod_list > li .save .pv {
  color: #4e89ff;
}

.cart_prod_list > li .total {
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat";
}

.cart_total_price {
  width: 270px;
  padding-top: 40px;
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.cart_total_price .list {
  border: 1px solid #bebdbd;
  padding: 1.25rem;
  margin-bottom: 10px;
  width: 100%;
}

.cart_total_price .list dl {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 42px;
  font-size: 1rem;
}

.cart_total_price .list dd {
  font-family: "Montserrat";
}

.cart_total_price .list .line {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 20px 0;
}

.delivery_cost_info {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  top: 40px;
  overflow: auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1;
}
.delivery_cost_info.on {
  display: block;
}
.delivery_cost_info .tit {
  margin-bottom: 5px;
}
.delivery_cost_info .tit h4 {
  font-size: 15px;
}
.delivery_cost_info .tit h4 span {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  color: #888;
}
.delivery_cost_info ul {
  display: flex;
  flex-wrap: wrap;
}
.delivery_cost_info ul li {
  font-size: 12px;
  margin-bottom: 2px;
  margin-right: 10px;
}
.delivery_cost_info ul li:last-child {
  margin-bottom: 0;
}

.cart_total_price .list .total dd {
  font-size: 1.25rem;
  font-weight: 700;
}

.cart_total_price .btn_box {
  width: 100%;
}

.cart_total_price .btn_box button {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1rem;
}

.cart_total_price .check_btn_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.cart_total_price .check_btn_box .check {
  padding: 20px 12px;
  margin-bottom: 10px;
  width: 100%;
  background: #fbfbfb;
}

.cart_total_price .check_btn_box .btn_basic {
  width: 100%;
}

.cart_wrapper.payment .pay_input_con {
  padding: 40px 30px 0 30px;
  width: 100%;
  max-width: 712px;
}

/* 
.cart_wrapper.payment .cart_list .box_1 {
  width: 556px; 
  width: 100%;
}
.cart_wrapper.payment .cart_list .box_2 {
  width: 139px; }

.cart_wrapper.payment .cart_list .box_3 {
  width: 139px; }

.cart_wrapper.payment .cart_list .box_4 {
  width: 139px; }

.cart_wrapper.payment .cart_list .box_5 {
  width: 194px; }
 */
.cart_wrapper.payment .cart_total_price {
  width: 320px;
  padding-top: 27px;
}

.cart_wrapper.payment .tbl_basic,
.cart_wrapper.payment .tbl_basic th,
.cart_wrapper.payment .tbl_basic td {
  border: none;
}
.cart_wrapper.payment .tbl_basic th {
  background: #fff;
  width: 200px;
  padding: 0 20px;
}
.cart_wrapper.payment .tbl_basic td .pay_btn {
  max-width: 200px;
  margin-right: 10px;
  width: 100%;
}

.cart_wrapper .agree_box {
  width: 100%;
  margin-top: 10px;
}
.cart_wrapper .agree_box .agree_list {
  margin-bottom: 8px;
}
.cart_wrapper .agree_box .agree_list:last-child {
  margin-bottom: 0;
}
.cart_wrapper .agree_box .agree_txt {
  background-color: #fbfbfb;
  padding: 10px;
  height: auto;
}

.cart_wrapper .agree_box .agree_txt .agree_all_box {
  margin-bottom: 15px;
}
.cart_wrapper .agree_box .agree_txt .agree_all_box label {
  font-size: 14px;
}

.cart_wrapper .agree_box .agree_txt h4 {
  font-size: 1.125rem;
  margin-bottom: 14px;
  font-weight: 500;
}

.cart_wrapper .agree_box .agree_txt .agree_list_box {
  border: 1px solid #999;
  padding: 10px;
}

.cart_wrapper .agree_box .agree_txt label {
  color: #999;
  line-height: 1.5;
  display: inline-block;
  font-size: 12px;
}

.cart_wrapper .agree_box .agree_txt label::before {
  width: 18px;
  height: 18px;
}

.cart_wrapper .agree_box .agree_txt .agree_list_box .agree_list a {
  text-decoration: underline;
  font-size: 12px;
}

.cart_wrapper .agree_box .agree_txt .agree_list_box .agree_list a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../img/arrow_ic_black.svg) no-repeat center / contain;
  margin-left: 5px;
}

.cart_wrapper .agree_box button {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
}

.cart_wrapper.payment .pay_input_con input {
  font-size: 1rem;
}

.cart_wrapper.payment .cart_prod_list > li:last-child {
  border-bottom: none;
}

.cart_wrapper.payment .button_box .tit {
  display: block;
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 8px;
}

.cart_wrapper.payment .button_box .deliver_select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 35px;
  margin-left: 1px;
}

.cart_wrapper.payment .button_box .deliver_select button {
  width: 158px;
  font-size: 1rem;
  margin-left: -1px;
}

.cart_wrapper.payment .button_box .deliver_select button.no_bd {
  border: none;
  text-decoration: underline;
}

.cart_wrapper.payment .pay_type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.cart_wrapper.payment .pay_type .pay_btn {
  font-size: 1rem;
  margin-right: 10px;
  width: 204px;
}

.cart_wrapper.payment .pay_type .pay_btn:last-child {
  margin-right: 0;
}

.cart_wrapper.payment .pay_type .pay_btn.on {
  color: #fff;
  background: #333;
}

.cart_wrapper.payment .pay_type.basic {
  margin-bottom: 30px;
}

.cart_wrapper.payment .pay_input_con {
  padding: 30px 10px 10px 10px;
}

.cart_wrapper.payment .pay_input_con .input_box:last-child {
  margin-bottom: 0;
}

.input_add_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.input_add_box .input_box {
  flex: 1;
  margin-right: 10px;
}

.input_add_box .add_btn {
  width: 172px;
  font-size: 1rem;
}

.input_add_box .add_btn.small {
  width: 120px;
  font-size: 0.875rem;
}

.input_add_box .custom_select_box {
  width: 172px;
  border-width: 0 0 1px 0;
}

.input_add_box .custom_select_box.on {
  box-shadow: none;
}

.input_add_box .custom_select_box.on .list li:first-child {
  border-top: 1px solid #333;
}

.input_add_box .add_btn_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.input_add_box .add_btn_box button {
  width: 172px;
  font-size: 1rem;
}

.input_add_box .info {
  color: #999;
  font-size: 12px;
  margin-top: 13px;
  white-space: nowrap;
}

.cart_prod_list > li .prod {
  /*padding-left: 20px; */
}

#coupon_pop {
  max-width: 532px;
  width: 90%;
  min-height: 500px;
}

#coupon_pop h2.tit {
  text-align: left;
}

#coupon_pop .no_link_tab li {
  font-size: 0.875rem;
}

#coupon_pop .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}

#coupon_pop .btn_box button {
  width: 180px;
}

#coupon_pop .input_add_box .input_box {
  margin-bottom: 20px;
}

.coupon_tab_box {
  margin-top: 1.25rem;
}

.coupon_tab_box .con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
  max-height: 165px;
  overflow-y: auto;
}

.coupon_tab_box .con::-webkit-scrollbar {
  width: 6px;
}

.coupon_tab_box .con::-webkit-scrollbar-thumb {
  background-color: #bebdbd;
  border-radius: 20px;
}

.coupon_tab_box .con .no_coupon {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #999;
}

.coupon_tab_box .useable_list .check_radio_box {
  margin-bottom: 10px;
}

.coupon_tab_box .useable_list .check_radio_box:last-child {
  margin-bottom: 0;
}

.coupon_tab_box .download_list .check_radio dl {
  border-color: #333;
  color: #333;
}

.coupon_tab_box .download_list .check_radio dt {
  padding-left: 0;
}

.coupon_tab_box .download_list .check_radio dt::before {
  display: none;
}

.coupon_tab_box .download_list .check_radio .download {
  font-weight: 700;
  padding-right: 30px;
  background: url(../img/down_ic.svg) no-repeat right center/20px 16px;
}

.com_bg_pop .pop_box.deliver_pop {
  max-width: 650px;
  width: 100%;
}

.com_bg_pop .pop_box.deliver_pop .check_radio_box dl {
  justify-content: space-between;
}

.deliver_pop .con {
  max-height: 300px;
  overflow-y: auto;
}

.deliver_pop .check_radio_box {
  margin-bottom: 10px;
}

.deliver_pop .check_radio_box:last-child {
  margin-bottom: 0;
}

.deliver_pop .check_radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.deliver_pop dl {
  width: 100%;
}

.deliver_pop dl .adress_dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 10px;
}

.deliver_pop dl .adress_dl span {
  font-weight: 300;
}

.deliver_pop dl .adress_dl .name {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.deliver_pop dl .adress_dl .name .basic {
  padding: 0 15px;
  background-color: #333;
  color: #fff;
  border-radius: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 300;
  margin-left: 10px;
  display: flex;
}

.deliver_pop dl .adress_dl .adress {
  margin-bottom: 5px;
}

.deliver_pop .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.deliver_pop .right button {
  width: 70px;
  margin-bottom: 5px;
  height: 32px;
}

.deliver_pop .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  width: 100%;
}

.deliver_pop .btn_box button {
  max-width: 180px;
}

.deliver_pop .btn_box button:first-child {
  margin-right: 10px;
}

.payment_finish_box {
  border: 1px solid #333;
  border-radius: 5px;
  width: 100%;
  max-width: 532px;
  padding: 50px;
  margin: 97px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.payment_finish_box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.payment_finish_box dl dt {
  font-weight: 700;
  font-size: 1rem;
  padding-top: 55px;
  position: relative;
}

.payment_finish_box dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 35px;
  left: 50%;
  top: 0;
  background: url(../img/ic_checkbox.svg) no-repeat center/contain;
  transform: translateX(-50%);
}

.payment_finish_box dl .order_num {
  margin-top: 10px;
}

.payment_finish_box dl .order_num span {
  font-weight: 800;
  font-family: "Montserrat";
  color: #d39f4b;
}

.payment_finish_box dl .order_info {
  margin: 15px 0 20px 0;
}

.payment_finish_box dl .order_info li {
  text-align: center;
  line-height: 1.4;
}

.payment_finish_box dl .order_info li span {
  font-weight: 800;
  font-family: "Montserrat";
}

.payment_finish_box .btn_box {
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.payment_finish_box .btn_box.no_bd {
  border-top: none;
}

.payment_finish_box .btn_box a {
  width: calc(50% - 6px);
}

.cart_popup {
  max-width: 412px;
  width: 90%;
}

.cart_popup .prod_name {
  padding-top: 25px;
}

.cart_popup .prod_name dt {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cart_popup .prod_name dd {
  font-family: "Montserrat";
  color: #999;
  font-size: 1.125rem;
}

.cart_popup .cart_option_select {
  z-index: 10;
}

.cart_popup .option_list {
  max-height: 190px;
  overflow-y: auto;
  padding-bottom: 15px;
}

.cart_popup .detail_option_list {
  max-height: inherit;
  overflow: inherit;
  padding: 25px 0 10px 0;
}

.cart_popup .detail_option_list dl {
  height: 40px;
}

.cart_popup .detail_option_list dl dt {
  font-size: 1rem;
  margin-bottom: 10px;
}

.cart_popup .detail_option_list dl dt .option_name {
  margin-top: 7px;
  font-size: 12px;
}

.cart_popup .detail_option_list dl.option {
  margin-top: 20px;
  height: auto;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.cart_popup .detail_option_list dl .count_price {
  justify-content: space-between;
  width: 100%;
}

.cart_popup .detail_option_list dl .price {
  font-size: 16px;
}

.cart_popup .detail_option_list dl .btn_del {
  left: inherit;
  right: 0;
  top: 0px;
  transform: translateY(0);
}

.cart_popup .detail_option_list dl .btn_del button {
  width: 12px;
  height: 12px;
}

.cart_popup .com_count_box .count button {
  width: 22px;
  height: 22px;
}

.cart_popup .com_count_box .btn_minus::after {
  left: 7px;
  top: 10px;
}

.cart_popup .com_count_box .btn_plus::before {
  left: 8px;
  top: 10px;
}

.cart_popup .com_count_box .btn_plus::after {
  left: 10px;
  top: 8px;
}

.cart_popup .com_count_box .count input {
  font-size: 17px;
}

.cart_popup .detail_total_info dt {
  font-size: 1.125rem;
}

.cart_popup .detail_total_info dd {
  font-size: 1.125rem;
}

.cart_popup .detail_btn_box button {
  font-size: 16px;
}

.review_wrapper .con_box {
  background-color: #f9f9f9;
  width: 100%;
  padding: 30px;
}

.review_wrapper .best_top_3 h3 {
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: center;
  font-family: "Montserrat";
}

.review_wrapper .best_top_3 p.info {
  text-align: right;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.4;
}

.review_wrapper .best_top_3 .list_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-bottom: 10px;
}

.review_wrapper .best_top_3 .list_box li {
  padding: 30px;
  cursor: pointer;
  position: relative;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 390px;
}

.review_wrapper .best_top_3 .list_box li:last-child {
  margin-right: 0;
}

.review_wrapper .best_top_3 .list_box li .rank {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #333;
  color: #fff;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.review_wrapper .best_top_3 .list_box li .rank::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 13px;
  position: relative;
  background: url(../img/crown_ic.svg) no-repeat center/contain;
  margin-bottom: 5px;
}

.review_wrapper .best_top_3 .list_box li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  height: 180px;
  width: 180px;
  margin-bottom: 40px;
}

.review_wrapper .best_top_3 .list_box li .img_box img {
  height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.review_wrapper .best_top_3 .list_box li .img_box .count {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
}

.review_wrapper .best_top_3 .list_box li .txt_box {
  font-size: 16px;
  width: 100%;
}

.review_wrapper .best_top_3 .list_box li .txt_box .top_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.review_wrapper .best_top_3 .list_box li .txt_box .top_info .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.review_wrapper .best_top_3 .list_box li .txt_box .top_info .left .name {
  margin-right: 10px;
}

.review_wrapper .best_top_3 .list_box li .txt_box .top_info .left .date {
  color: #999;
  font-family: "Montserrat";
}

.review_wrapper .best_top_3 .list_box li .txt_box dl {
  margin-top: 12px;
}

.review_wrapper .best_top_3 .list_box li .txt_box dl dt {
  font-weight: 700;
  margin-bottom: 12px;
}

.review_wrapper .best_top_3 .list_box li .txt_box dl dd {
  color: #5e5e5e;
  line-height: 1.4;
  display: -webkit-box;
  max-height: 68px;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.review_wrapper .search_box {
  margin-top: 50px;
  max-width: 100%;
  position: relative;
  align-items: flex-end;
  margin-bottom: -37px;
}

.review_wrapper .search_box .input_box {
  width: 393px;
  border-width: 0 0 1px 0;
  display: inline-block;
}

.review_wrapper .search_box button {
  font-size: 16px;
  z-index: 10;
}

.review_wrapper .com_tab_type2 {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.review_wrapper .com_tab_type2 li {
  width: 126px;
  flex: none;
  margin-bottom: -1px;
  font-size: 16px;
}

.review_wrapper .com_tab_type2 li.on {
  font-weight: 500;
}

.review_list_box .page_box {
  margin-top: 75px;
}

.review_list_box .com_board_btn_box a,
.review_list_box .com_board_btn_box button {
  width: 139px;
}

.review_list_box .com_board_btn_box a {
  margin-right: 10px;
}

.review_list_box .review_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.review_list_box .review_top .custom_select_box {
  width: 160px;
  border-bottom: 1px solid #333;
  height: 52px;
}

.review_list_box .review_top .com_tab_type2 li.on .num {
  color: #cc921d;
}

.review_list {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.review_list li {
  width: 100%;
  padding: 30px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.review_list li .review_con {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.review_list li .btn_more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: none;
}

.review_list li .btn_more button {
  display: inline-block;
  padding-right: 21px;
  font-size: 14px;
  position: relative;
}

.review_list li .btn_more button.on {
  display: none;
}

.review_list li .btn_more button.off {
  display: inline-block;
}

.review_list li .btn_more button.off::after {
  top: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.review_list li .btn_more button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow_down_ic.svg) no-repeat center/contain;
}

.review_list li .btn_more.off::after {
  transform: rotate(180deg) translateY(-50%);
}

.review_list li.off {
  overflow: hidden;
}

.review_list li.off .desc {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.review_list li.off .btn_more .on {
  display: inline-block;
}

.review_list li.off .btn_box,
.review_list li.off .btn_more .off {
  display: none;
}

.review_list li.off .thumbnail,
.review_list li.off .video_ic {
  display: flex;
  flex-shrink: 0;
}

.review_list li.off .desc_box .img_list {
  position: fixed;
  z-index: -1;
  opacity: 0;
}

.review_list .prod_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.review_list .prod_box .img_box {
  width: 106px;
  height: 106px;
  margin-right: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.review_list .prod_box .img_box img {
  max-height: 100%;
}

.review_list .prod_box .prod_info {
  width: 240px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.review_list .prod_box .prod_info dt {
  word-break: break-word;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.review_list .prod_box .prod_info dd {
  color: #999;
  font-family: "Montserrat";
}

.review_list .prod_box .prod_info .review_star_value {
  margin-top: 25px;
}

.review_list .desc_box {
  font-size: 16px;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.review_list .desc_box .txt_box {
  flex: 1;
}
.review_list .desc_box .name_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}

.review_list .desc_box .desc {
  line-height: 1.4;
}

.review_list .desc_box .date {
  color: #999;
  margin-left: 10px;
}

.review_list .desc_box .thumbnail {
  width: 100px;
  height: 100px;
  overflow: auto;
  margin-left: 10px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: none;
}

.review_list .desc_box .thumbnail img {
  max-height: 100%;
}

.review_list .desc_box .thumbnail .count {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
}

.review_list .desc_box .video_ic {
  width: 100px;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: none;
}

.review_list .desc_box .video_ic::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 30px;
}

.review_list .desc_box .img_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 25px 0;
}

.review_list .desc_box .img_list figure {
  width: 100px;
  height: 100px;
  margin-right: 5px;
}

.review_list .desc_box .img_list figure:last-child {
  margin-right: 0;
}

.review_list .desc_box .img_list figure img {
  max-height: 100%;
  cursor: pointer;
}
.review_list .desc_box .btn_box {
  display: flex;
  justify-content: flex-end;
}
.review_list .report {
  display: none;
}

.review_detail_box {
  z-index: 1000;
  background-color: #fff;
  width: 1045px;
  height: 670px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-left: 645px;
}

.review_detail_box .img_box {
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 645px;
  height: 100%;
}

.review_detail_box .img_box li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.review_detail_box .img_box img {
  max-height: 100%;
}

.review_detail_box .img_box .review_poo_slide_page {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.review_detail_box .img_box .btn_nav {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4) url(../img/arrow_ic_white.svg) no-repeat
    center/10px 21px;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.2s;
}

.review_detail_box .img_box .review_poo_slide_prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}

.review_detail_box .img_box .review_poo_slide_next {
  right: 0;
}

.review_detail_box .img_box:hover .btn_nav {
  opacity: 1;
}

.review_detail_box .tit_box {
  border-bottom: 1px solid #e6e6e6;
  height: 58px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.review_detail_box .tit_box h3 {
  font-size: 18px;
  color: #5e5e5e;
  font-weight: 500;
}

.review_detail_box .btn_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../img/close_ic_black.svg) no-repeat center/contain;
}

.review_detail_box .prod_box {
  width: 100%;
  height: 100px;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.review_detail_box .prod_box figure {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 10px;
}

.review_detail_box .prod_box figure img {
  max-height: 80%;
}

.review_detail_box .prod_box dl dt {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.review_detail_box .prod_box dl dd {
  font-family: "Montserrat";
  color: #999;
}

.review_detail_box .desc_box {
  padding: 20px;
  overflow-y: auto;
  max-height: 420px;
  font-size: 16px;
  width: 100%;
}

.review_detail_box .desc_box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 20px 0;
}

.review_detail_box .desc_box .name_date .date {
  font-family: "Montserrat";
  color: #999;
}

.review_detail_box .desc_box p {
  line-height: 1.4;
  text-align: left;
}

.review_detail_box .btn_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  width: 180px;
}

.review_detail_box.photo {
  padding-left: 0;
  width: 645px;
}

.review_detail_box.photo .btn_close {
  right: 20px;
  background-image: url(../img/close_ic_white.svg);
  transform: translateY(0);
  top: 20px;
  z-index: 10;
}

.review_write_pop .custom_select_box .review_star_value {
  margin-right: 5px;
}

.review_write_pop .custom_select_box .value_on {
  position: absolute;
  top: 0;
  left: 0;
}

.review_write .cart_prod_list {
  border-top: 2px solid #333;
}

.review_write .cart_prod_list > li {
  min-height: 0;
  padding: 5px 40px 5px 30px;
  justify-content: space-between;
}

.review_write .cart_prod_list > li .prod {
  padding: 0;
}

.review_write .cart_prod_list > li .prod .img_box {
  width: 80px;
  height: 80px;
}

.review_write .cart_prod_list > li .prod .option {
  font-size: 14px;
  color: #999;
  font-family: "Montserrat";
  margin-top: 5px;
}

.review_write .page_box {
  margin-top: 25px;
}

.mypage_wrapper .my_info_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.title span.m_tit {
  display: none;
}

.mypage_wrapper .myinfo {
  flex: 1;
  margin-right: 15px;
  background-color: #c3af8e;
  padding: 20px;
  height: 218px;
}

.mypage_wrapper .myinfo .info_top {
  margin-bottom: 20px;
}

.mypage_wrapper .myinfo .btn_regular {
  padding: 0 11px;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  height: 32px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mypage_wrapper .myinfo .btn_regular .q {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #999;
  border: 1px solid #bebdbd;
  padding: 2px 0 0 5px;
  font-size: 12px;
  border-radius: 50%;
  margin-left: 6px;
  font-weight: 300;
}

.mypage_wrapper .myinfo .btn_regular .q:hover + .q_pop {
  opacity: 1;
}

.mypage_wrapper .myinfo .btn_regular.office {
  font-size: 12px;
  padding-right: 37px;
}

.mypage_wrapper .myinfo .btn_regular.office::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 12px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow_ic_white.svg) no-repeat center/contain;
}

.mypage_wrapper .myinfo .my {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.mypage_wrapper .myinfo .name {
  font-size: 20px;
  font-weight: 700;
  margin-right: 7px;
}

.mypage_wrapper .myinfo .member {
  text-decoration: underline;
  font-weight: 700;
}

.mypage_wrapper .myinfo .info_box {
  background-color: #fff;
  border-radius: 10px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mypage_wrapper .myinfo .info_box dl {
  flex: 1;
  height: 64px;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.mypage_wrapper .myinfo .info_box dl dd {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
}

.mypage_wrapper .myinfo .info_box dl:nth-child(2) {
  font-family: "Montserrat";
  font-weight: 500;
}
.mypage_wrapper .myinfo .info_box dl dd .pv {
  color: #4e89ff;
  font-size: 28px;
}

.mypage_wrapper .myinfo .info_box dl .type1 .count {
  font-size: 28px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-right: 5px;
}

.mypage_wrapper .myinfo .info_box dl .q_pop {
  position: absolute;
  transition: 0.2s;
  background-color: #fff;
  z-index: 10;
  color: #333;
  width: auto;
  height: auto;
  opacity: 0;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  flex: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.mypage_wrapper .myinfo .info_box dl .q_pop dt {
  font-weight: 700;
  margin-bottom: 5px;
  white-space: nowrap;
}

.mypage_wrapper .myinfo .info_box dl .q_pop dd {
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  display: block;
}

.mypage_wrapper .myinfo .info_box dl .q_pop dd span {
  color: #a88421;
  font-weight: 700;
}

.mypage_wrapper .myinfo .info_box dl .q_pop::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  left: 167px;
  top: -6px;
  transform: rotate(45deg);
  z-index: 0;
}

.mypage_wrapper .myinfo .info_box dl .q_pop::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 9px;
  background-color: #fff;
  left: 165px;
  top: 0px;
  z-index: 1;
}

.mypage_wrapper .myinfo .info_box dl .asos {
  font-size: 18px;
  font-weight: 700;
}

.mypage_wrapper .my_deliver {
  flex: 1;
  height: 218px;
  border: 1px solid #e6e6e6;
}

.mypage_wrapper .my_deliver .tit_box {
  height: 48px;
  padding: 0 20px;
  background-color: #e6e6e6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.mypage_wrapper .my_deliver .tit_box dt {
  font-size: 18px;
  font-weight: 700;
}

.mypage_wrapper .my_deliver .tit_box dd {
  font-size: 12px;
  position: relative;
  top: 3px;
}

.mypage_wrapper .my_deliver .deliver_step {
  padding: 0 30px;
  width: 100%;
  height: 121px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.mypage_wrapper .my_deliver .deliver_step li {
  flex: 1;
  position: relative;
  margin-right: 17px;
}

.mypage_wrapper .my_deliver .deliver_step li:last-child {
  margin-right: 0;
}

.mypage_wrapper .my_deliver .deliver_step li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mypage_wrapper .my_deliver .deliver_step li .count {
  font-size: 38px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

.mypage_wrapper .my_deliver .deliver_step li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 14px;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow_ic.svg) no-repeat center/contain;
  opacity: 0.3;
}

.mypage_wrapper .my_deliver .deliver_step li:last-child::after {
  display: none;
}

.mypage_wrapper .my_deliver .deliver_cancel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 48px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.mypage_wrapper .my_deliver .deliver_cancel a {
  flex: 1;
  height: 100%;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
}

.mypage_wrapper .my_deliver .deliver_cancel a:last-child {
  border-right: none;
}

.last_view_warpper {
  margin-top: 40px;
}

.title_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 48px;
  border-bottom: 2px solid #333;
  padding: 0 20px 0 10px;
}

.title_line h2 {
  font-size: 18px;
}

.title_line .more {
  color: #999;
  text-decoration: underline;
}

.title_line1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 48px;
  padding: 0 20px 0 10px;
}

.title_line1 h2 {
  font-size: 18px;
}

.title_line1 .more {
  color: #999;
  text-decoration: underline;
}

.last_view_list {
  width: 100%;
}

.last_view_list .no_data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 190px;
  font-size: 16px;
  color: #999;
}

.last_view_list .last_view_slide {
  padding: 10px 0 20px 10px;
  width: 0;
  overflow: hidden;
}
.last_view_list .last_view_slide li {
  max-width: 173px;
}
.last_view_list .last_view_slide li .img_box {
  width: 173px;
  height: 211px; /* mypage main 최근 본상품 list 영역 / 겹치는 곳 없는지 확인 */
  height: auto;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.last_view_list .last_view_slide li .img_box img {
  max-height: 173px;
}

.last_view_list .last_view_slide li .txt_box {
  margin-top: 10px;
}

.last_view_list .last_view_slide li .prod_name {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.last_view_list .last_view_slide li .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 12px;
}

.last_view_list .last_view_slide li .og_price {
  text-decoration: line-through;
  color: #999;
}

.last_view_list .last_view_slide li .sale {
  color: #ff4b4b;
  display: none;
}

.last_view_list .last_view_slide li .real_price {
  font-size: 18px;
}

.last_view_list .last_view_slide li .btn_box {
  margin-top: 10px;
}
.last_view_list .last_view_slide li .btn_box button {
  flex: 1;
  min-width: 0;
  padding: 0;
}

.state_date_search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.state_date_search_box .custom_select_box {
  border-color: #333;
  font-size: 16px;
  width: 180px;
  flex-shrink: 0;
}

.state_date_search_box .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.state_date_search_box .right .date_select_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-left: 1px;
}

.state_date_search_box .right .date_select_link a {
  display: inline-block;
  width: 100px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  margin-left: -1px;
  background-color: #fff;
}

.state_date_search_box .right .date_select_link a span {
  position: relative;
  top: 1px;
}

.state_date_search_box .right .date_select_link a.on {
  border-color: #333;
  color: #d39f4b;
  z-index: 1;
}

.state_date_search_box .right .date_select_link a:last-child.on {
  border-bottom-color: #fff;
}

.state_date_search_box .right .date_select_link a.m_date_select {
}

.state_date_search_box .right .btn_basic {
  width: 120px;
  font-size: 16px;
  margin-left: 10px;
}

.state_date_search_box .date {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 20px 0;
  width: 495px;
  border: 1px solid #333;
  border-top: none;
}

.state_date_search_box .date.on {
  display: flex;
}
.state_date_search_box .date.on::after {
  content: "";
  display: block;
  width: calc(80% + 1px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
}

.state_date_search_box .date span {
  margin: 0 15px;
  width: 8px;
  height: 1px;
  background-color: #333;
  display: inline-block;
}

.deliver_view_top_info {
  background-color: #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 48px;
  padding: 8px 20px;
  margin-bottom: 40px;
}

.deliver_view_top_info .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.deliver_view_top_info dl {
  margin-right: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
}

.deliver_view_top_info dl dt {
  margin-right: 20px;
}

.deliver_view_top_info dl dd {
  font-family: "Montserrat";
  font-weight: 700;
}

.deliver_view_top_info .btn_basic {
  border-radius: 5px;
  height: 32px;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 300;
}

.order_view_article .order_total_price {
  width: 100%;
  color: #555;
  text-align: right;
}
.order_view_article .order_total_price > div {
  height: 45px;
  line-height: 45px;
  display: flex;
  padding-right: 15px;
  height: auto;
}
.order_view_article .order_total_price .top_box {
  justify-content: flex-end;
  border-bottom: 1px dashed #ddd;
}
.order_view_article .order_total_price .top_box dl {
  display: flex;
  font-size: 15px;
}
.order_view_article .order_total_price .top_box dl:first-child {
  margin-right: 15px;
}
.order_view_article .order_total_price .top_box dt {
  margin-right: 5px;
}
.order_view_article .order_total_price .top_box dd {
  font-weight: bold;
  color: #333;
}

.order_view_article .order_total_price .bot_box {
  font-size: 15px;
  justify-content: space-between;
  padding: 18px 0 17px;
  display: inline-block;
  background-color: #f8f8f8;
}
.order_view_article .order_total_price .bot_box .total {
  color: #777;
  font-weight: bold;
  flex-shrink: 0;
}
.order_view_article .order_total_price .bot_box .price {
  font-size: 15px;
  display: flex;
}
.order_view_article .order_total_price .bot_box .price .price_wrap {
  min-width: 143px;
  position: relative;
  text-align: center;
}
.order_view_article .order_total_price .bot_box .price .price_wrap > span {
  display: block;
  line-height: 20px;
}
.order_view_article .order_total_price .bot_box .price .price_wrap .price_tit {
  margin-bottom: 5px;
  font-weight: 500;
}
.order_view_article
  .order_total_price
  .bot_box
  .price
  .price_wrap
  > span:nth-child(2) {
  text-align: center;
}

.order_view_article .order_total_price .bot_box .price .result {
  font-size: 17px;
  color: #f30d0f;
  font-weight: bold;
}

.order_view_article .order_total_price .bot_box .price .math {
  width: 30px;
}
.order_view_article .order_total_price .bot_box .price .math span {
  display: block;
  height: 30px;
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.order_view_article .order_total_price .bot_box .price .math span::before,
.order_view_article .order_total_price .bot_box .price .math span::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order_view_article .order_total_price .bot_box .price .math span.plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.order_view_article
  .order_total_price
  .bot_box
  .price
  .math
  span.equal::before {
  top: calc(50% + 2.5px);
}
.order_view_article .order_total_price .bot_box .price .math span.equal::after {
  top: calc(50% - 2.5px);
}

.order_view_half {
  display: flex;
}
.order_view_half .order_view_article {
  flex: 1;
}
.order_view_half .order_view_article:first-child {
  margin-right: 20px;
}
.order_view_half .order_view_article .com_board_txbtn_box {
  margin-top: 0;
}
.order_view_half .order_view_article .order_view_top_box {
  height: 30px;
}
.order_view_article {
  margin-bottom: 40px;
}

.order_view_article .com_board_btn_box {
  margin-top: 20px;
}

.order_view_article .com_board_btn_box button {
  width: 139px;
}

.order_view_article .com_board_btn_box.right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.order_view_article .com_board_btn_box.right .left {
  position: absolute;
  left: 0;
  top: 0;
}

.order_view_article .com_board_btn_box.right .print {
  margin-right: 5px;
}

.order_view_article .com_board_txbtn_box {
  margin-top: 20px;
}

.order_view_article .com_board_txbtn_box.right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.order_view_article .con_box {
  padding: 20px;
  position: relative;
}

.order_view_article .con_box .custom_select_box.type3 {
  margin-bottom: 30px;
  max-width: 790px;
  width: 100%;
}

.order_view_article .con_box.reason_textarea {
  padding: 0;
  margin-bottom: 40px;
  max-width: 790px;
  width: 100%;
}
.order_view_article .con_box.reason_textarea h3 {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.order_view_article .con_box.reason_textarea textarea {
  resize: none;
}
.order_view_article .con_box.reason_textarea textarea:focus {
  outline: none;
}

.order_view_article .con_box .bank_subwrap {
  display: flex;
  margin-bottom: 40px;
}
.order_view_article .con_box .bank_subwrap > div {
  position: relative;
  width: 390px;
  margin-right: 10px;
}
.order_view_article .con_box .bank_subwrap > div:last-child {
  margin-right: 0;
}
.order_view_article .con_box .bank_subwrap > div label,
.order_view_article .con_box .bank_subwrap > div input {
  font-size: 16px;
  white-space: nowrap;
}
.order_view_article .con_box .bank_subwrap > div input:focus + label,
.order_view_article .con_box .bank_subwrap > div input.on + label {
  font-size: 14px;
}

.order_view_article .con_box .bank_subwrap .none {
  display: none;
}
.order_view_article .con_box .bank_subwrap .banklist #bankcomp {
  width: 390px;
  height: 48px;
  border: none;
  border-bottom: 1px solid #bebdbd;
  appearance: none;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.order_view_article
  .con_box
  .bank_subwrap
  .banklist
  #bankcomp::-webkit-scrollbar {
  display: none;
}

.order_view_article .con_box .bank_subwrap .banklist::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 9px;
  right: 1rem;
  top: 19px;
  background: url(../img/arrow_down_ic.svg) no-repeat center/contain;
  transition: 0.2s;
}

.order_view_article .con_box .bank_subwrap .banklist #bankcomp:focus {
  outline: none;
}
.order_view_article .con_box .bank_subwrap .banklist::after #bankcomp:focus {
  transform: rotate(180deg);
}

.order_view_article .con_box .bank_subwrap .banknumb {
  width: 608px;
}
.order_view_article .con_box .bank_subwrap .bank_btn {
  width: auto;
}
.order_view_article .con_box .bank_subwrap .bank_btn button {
  width: 172px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}

.cancel_info_txt::before {
  content: "";
  display: block;
  max-width: 986px;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.cancel_info_txt > li {
  font-size: 12px;
  line-height: 1.42;
}
.cancel_info_txt > li:first-child,
.cancel_info_txt ul:first-child {
  margin-bottom: 10px;
}
.cancel_info_txt ul li {
  display: flex;
  margin-bottom: 5px;
}
.cancel_info_txt ul li strong {
  display: block;
  max-width: 135px;
  width: 100%;
}
.cancel_info_txt ul li strong em {
  font-style: normal;
  color: #999;
}
.cancel_info_txt ul li span {
  display: block;
  width: 100%;
}
.cancel_info_txt ul li div {
  width: 100%;
}

.order_view_article .order_info_dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 16px;
  height: 48px;
}

.order_view_article .order_info_dl dt {
  flex: 150px 0 0;
}

.order_view_article .order_info_dl .point_dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.order_view_article .order_info_dl .point_dd .point {
  color: #ff0000;
  margin-right: 38px;
}

.order_view_article .order_info_dl .point_dd .pv {
  color: #0090ea;
  padding-left: 30px;
  height: 22px;
  background: url(../img/ic_point.svg) no-repeat left center;
  line-height: 22px;
}

.order_view_article .read_only_input {
  padding-top: 50px;
  max-width: 790px;
}

.order_view_article .radio_box {
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.order_view_article .radio_box label {
  margin-right: 35px;
  font-size: 16px;
}

.order_view_article .check_basic_address {
  margin: 10px 10px 20px;
}

.order_view_top_box {
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.order_view_top_box h3.title {
  font-size: 18px;
  margin: 0;
}

.order_view_top_box .btn {
  font-size: 16px;
  text-decoration: underline;
}

.order_prod_list .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  height: 62px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}

.order_prod_list .header .prod {
  flex: 1;
}

.order_prod_list .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.order_prod_list .price {
  width: 128px;
  flex-shrink: 0;
}

.order_prod_list .count {
  width: 80px;
  flex-shrink: 0;
}

.order_prod_list .total {
  width: 188px;
  flex-shrink: 0;
}

.order_prod_list .progress {
  flex: 160px 0 0;
  flex-shrink: 0;
}

.order_prod_list .progress .btn_box {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.order_prod_list .progress button {
  margin-bottom: 5px;
  flex-shrink: 0;
  padding: 0;
  width: 70px;
}
.order_prod_list .progress button:last-child {
  margin-bottom: 0;
}

.order_prod_list .body_row {
  border-bottom: 1px solid #e1e1e1;
  padding: 17px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.order_prod_list .body_row .img {
  width: 134px;
  height: 134px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.order_prod_list .body_row img {
  max-width: 90%;
  max-height: 90%;
}

.order_prod_list .body_row .prod_info {
  flex: 1;
}

.order_prod_list .body_row .prod {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.4;
  margin-left: 15px;
}

.order_prod_list .body_row .prod .tit {
  font-size: 18px;
  font-weight: 500;
}

.order_prod_list .body_row .prod .info {
  font-family: "Montserrat";
  color: #999;
  margin-top: 5px;
}

.order_prod_list .body_row .prod .option {
  font-family: "Montserrat";
  color: #999;
  margin-top: 5px;
}

.order_prod_list .body_row .prod .cart_in {
  border-radius: 3px;
  border: 1px solid #333;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  cursor: pointer;
}
.order_prod_list .body_row .prod .cart_in i.ic_cart {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.order_prod_list .body_row .prod .cart_in span {
  font-size: 12px;
}
.order_prod_list .body_row .prod .cart_in span::after {
  content: " 담기";
}

.order_prod_list .body_row .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat";
}

.order_prod_list .body_row .og_price {
  color: #999;
  font-weight: 300;
  margin-bottom: 7px;
  text-decoration: line-through;
}

.order_prod_list .body_row .real_price {
  font-weight: 700;
  font-size: 16px;
}

.order_prod_list .body_row .count {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
}

.order_prod_list .body_row .total {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.order_prod_list .body_row .total span {
  color: #4e89ff;
  background: url(../img/ic_point.svg) no-repeat center left / 18px 18px;
  text-indent: 25px;
  display: block;
  width: fit-content;
  margin: 5px auto 0;
}
.order_prod_list .body_row .progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.order_prod_list .body_row .state {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.refund_prod_list .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  height: 62px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}

.refund_prod_list .header .prod {
  flex: 1;
}

.refund_prod_list .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.refund_prod_list .check {
  width: 72px;
  flex-shrink: 0;
}

.refund_prod_list .prod {
  flex: 1;
}

.refund_prod_list .price {
  width: 180px;
  flex-shrink: 0;
}

.refund_prod_list .count_box {
  width: 160px;
  flex-shrink: 0;
}

.refund_prod_list .total {
  width: 198px;
  flex-shrink: 0;
}

.refund_prod_list .count {
  width: 160px;
  flex-shrink: 0;
}

.refund_prod_list .body_row {
  border-bottom: 1px solid #e1e1e1;
  padding: 17px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.refund_prod_list .body_row .count {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
}

.refund_prod_list .body_row .delete {
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  position: relative;
  text-indent: -9999px;
}

.refund_prod_list .body_row .delete::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #333;
}

.refund_prod_list .body_row .delete::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
}

.refund_prod_list .body_row .img {
  margin-left: 20px;
  width: 128px;
  height: 128px;
  margin-right: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.refund_prod_list .body_row img {
  max-width: 90%;
  max-height: 90%;
}

.refund_prod_list .body_row .prod_info {
  flex: 1;
}

.refund_prod_list .body_row .prod {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.4;
}

.refund_prod_list .body_row .prod .tit {
  font-size: 18px;
  font-weight: 500;
}

.refund_prod_list .body_row .prod .info {
  font-family: "Montserrat";
  color: #999;
  margin-top: 5px;
}

.refund_prod_list .body_row .prod .option {
  font-family: "Montserrat";
  color: #999;
  margin-top: 5px;
}

.refund_prod_list .body_row .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat";
}

.refund_prod_list .body_row .og_price {
  color: #999;
  font-weight: 300;
  margin-bottom: 7px;
  text-decoration: line-through;
}

.refund_prod_list .body_row .real_price {
  font-weight: 700;
  font-size: 16px;
}

.refund_prod_list .body_row .count_box {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
}

.refund_prod_list .body_row .total {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
}

.mypage_review_able {
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.mypage_review_able .header {
  padding-left: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  height: 62px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}

.mypage_review_able .header .prod {
  flex: 1;
}

.mypage_review_able .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mypage_review_able .date {
  width: 305px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
}

.mypage_review_able .write {
  width: 255px;
  flex-shrink: 0;
}

.mypage_review_able .write button {
  width: 140px;
}

.mypage_review_able .body_row {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0 15px 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.mypage_review_able .body_row .img {
  margin-left: 20px;
  width: 128px;
  height: 128px;
  margin-right: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mypage_review_able .body_row img {
  max-width: 70%;
  max-height: 70%;
}

.mypage_review_able .body_row .prod_info {
  flex: 1;
}

.mypage_review_able .body_row .prod {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.4;
}

.mypage_review_able .body_row .prod .tit {
  font-size: 18px;
  font-weight: 500;
}

.mypage_review_able .body_row .prod .info {
  font-family: "Montserrat";
  color: #999;
  margin-top: 5px;
}

.right_con.deliver .order_list_box {
  margin-top: 22px;
}

.right_con.user_info .login_box {
  margin-top: 130px;
}

.right_con.user_info .login_box .h2_tit {
  margin-bottom: 55px;
}

.right_con.user_info .read_only_input {
  margin-bottom: 30px;
}

.right_con.user_info .input_box {
  margin-bottom: 0;
}

.right_con.user_info .input_box:last-of-type {
  margin-bottom: 20px;
}

.jumin_agree_txt {
  padding: 15px;
  border: 1px solid #ddd;
  height: 150px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.4;
}
.jumin_agree_txt h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
.jumin_agree_txt p {
  margin-bottom: 10px;
}
.jumin_agree_txt li {
  margin-bottom: 5px;
}

.user_info_box {
  border-top: 2px solid #333;
  padding: 40px 0;
}

.user_info_box .join_box {
  padding-bottom: 0;
}

.user_info_box .btn_box button {
  width: 170px;
}

.user_info_box .btn_box button:first-child {
  margin-right: 5px;
}

.common_cart_list {
  border-top: 2px solid #333;
}

.common_cart_list .grid {
  display: grid;
}

.common_cart_list .grid_box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.common_cart_list .grid_box.img_box {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.common_cart_list .grid_box.img_box img {
  max-height: 80%;
}

.common_cart_list .grid_box .btn {
  text-decoration: underline;
}

.common_cart_list .header {
  height: 62px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 500;
}

.common_cart_list.order_list_box .grid {
  grid-template-columns: 1fr 1.5fr 2fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f1f1f1;
}
.common_cart_list.order_list_box.finish .grid,
.common_cart_list.order_list_box.claim .grid {
  grid-template-columns: 1fr 1.5fr 2fr 1fr 1fr 1fr;
}

.common_cart_list.order_list_box.claim .grid .grid_box:nth-child(8) {
  display: none;
}

.common_cart_list.order_list_box .body_row .grid_box {
  height: 52px;
}

.common_cart_list.order_list_box .body_row .grid_box button {
  border: none;
  text-decoration: underline;
}

.common_cart_list.order_list_box .body_row .order_number {
  text-decoration: underline;
  color: #d39f4b;
  font-family: "Montserrat";
}

.common_cart_list.order_list_box .body_row .img_box {
  display: none;
}
/*
.cart_list.like .box_0 {
  width: 72px; }

.cart_list.like .box_1 {
  flex: 1; }

.cart_list.like .box_2 {
  width: 165px; }

.cart_list.like .box_3 {
  width: 140px; }

.cart_list.like .box_4 {
  width: 255px; }
  */

.cart_list.like .box.admin {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.cart_list.like .box.admin button {
  width: 100%;
}

.adress_edit_wrapper {
  border-top: 2px solid #333;
  padding-top: 10px;
}

.adress_edit_wrapper .check_radio_box {
  margin-bottom: 10px;
}

.adress_edit_wrapper .check_radio_input dl {
  font-size: 16px;
}

.adress_edit_wrapper .check_radio_input dl dt {
  padding-left: 90px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.adress_edit_wrapper .check_radio_input dl dt::before {
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.adress_edit_wrapper .check_radio_input dl dt .adress_call {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex: 1;
  line-height: 1.5;
}

.adress_edit_wrapper .check_radio_input dl dt .call {
  font-family: "Montserrat";
}

.adress_edit_wrapper .check_radio_input dl dt .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 160px;
}

.adress_edit_wrapper .check_radio_input dl dt .name .basic {
  padding: 0 15px;
  background-color: #333;
  color: #fff;
  border-radius: 15px;
  height: 24px;
  font-size: 12px;
  font-weight: 300;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.adress_edit_wrapper .check_radio_input dl .right {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}

.adress_edit_wrapper .check_radio_input dl .right button:first-child {
  margin-bottom: 5px;
}

.adress_edit_wrapper .com_board_btn_box {
  margin-top: 40px;
}

.coupon_wrapper form {
  margin-bottom: 30px;
}
.coupon_wrapper .coupon_regist_box {
  background-color: #fbfbfb;
  margin-bottom: 10px;
  padding: 0 40px;
  height: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.coupon_wrapper .coupon_regist_box .check {
  font-size: 16px;
  margin-right: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.coupon_wrapper .coupon_regist_box .check label:first-of-type {
  margin-right: 34px;
}

.coupon_wrapper .coupon_regist_box .search {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.coupon_wrapper .coupon_regist_box .search .bd_input {
  flex: 1;
}

.coupon_wrapper .coupon_regist_box .search .btn_basic {
  margin-left: 5px;
  width: 154px;
  flex-shrink: 0;
}

.coupon_wrapper .coupon_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 15px;
}

.coupon_wrapper .coupon_list dl {
  flex: 1;
  border-radius: 4px;
  border: 1px solid #c4ae7f;
  margin-right: 12px;
}

.coupon_wrapper .coupon_list dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 42px;
  padding: 0 15px;
  color: #fff;
  background-color: #c4ae7f;
  height: 42px;
}

.coupon_wrapper .coupon_list dl dt .tit {
  font-size: 16px;
}

.coupon_wrapper .coupon_list dl dt .date {
  font-size: 14px;
  font-family: "Montserrat";
}

.coupon_wrapper .coupon_list dl dd {
  padding: 15px 25px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.coupon_wrapper .coupon_list dl dd .sale {
  margin-bottom: 10px;
}

.coupon_wrapper .coupon_list dl dd .num {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 700;
}

.coupon_wrapper .coupon_list dl dd .won {
  font-size: 20px;
  font-weight: 500;
}

.coupon_wrapper .coupon_list dl dd .tit {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.coupon_wrapper .coupon_list dl dd .info {
  color: #999;
  font-size: 14px;
}

.coupon_wrapper .coupon_list dl:nth-child(2n + 2) {
  margin-right: 0;
}

.coupon_wrapper .coupon_list dl.disable {
  border-color: #999;
}

.coupon_wrapper .coupon_list dl.disable dt {
  background-color: #bebdbd;
}

.btn_basic.ic_view button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.btn_basic.ic_view i {
  width: 20px;
  height: 17px;
  background: url(../img/ic_btn_view.svg) no-repeat center/contain;
  margin-right: 8px;
}

.point_wrapper .my_point {
  padding: 20px;
  height: 100px;
  border: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.point_wrapper .my_point dl {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.point_wrapper .my_point dl dt,
.point_wrapper .my_point dl dd {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.point_wrapper .my_point dl dt {
  font-size: 16px;
  font-weight: 700;
}

.point_wrapper .my_point dl .num {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 700;
}

.point_wrapper .my_point dl .red {
  color: #f45e5c;
}

.point_wrapper .my_point dl .won {
  font-size: 22px;
  font-weight: 500;
}

.point_wrapper .my_point dl:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #bebdbd;
}

.point_wrapper .point_list {
  margin-top: 20px;
}

.point_wrapper .point_list .grid {
  grid-template-columns: 1fr 1fr 2.5fr 1.5fr 1fr 1fr;
}

.point_wrapper .point_list .body_row .grid_box {
  height: 52px;
}

.point_wrapper .point_list .body_row .order_number {
  text-decoration: underline;
  color: #a88421;
  font-family: "Montserrat";
}

.point_wrapper .point_list .body_row .img_box {
  display: none;
}

.cs_center_search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  background: var(--bg-fff);
  margin-bottom: 60px;
}

.cs_center_search h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

.cs_center_search .search_box {
  max-width: 632px;
}

.cs_center_search .search_box .input_box {
  margin-bottom: 10px;
}

.cs_center_search .bot {
  width: 100%;
  padding: 0 10px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.cs_center_search .bot a {
  display: inline-block;
  border: 1px solid #707070;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
}

.cs_center_main_board {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.cs_center_main_board > div {
  width: calc(50% - 10px);
}

.cs_center_main_board .faq_box {
  margin-right: 20px;
}

.cs_center_main_board .faq_box .board_faq {
  border-top: none;
}

.cs_center_main_board .faq_box .board_faq > li {
  font-size: 14px;
}

.cs_center_main_board .faq_box .board_faq > li .ic {
  width: 55px;
  flex-shrink: 0;
  font-size: 16px;
}

.cs_center_main_board .faq_box .board_faq > li .cate {
  width: 94px;
  flex-shrink: 0;
}

.cs_center_main_board .faq_box .board_faq > li .q_box {
  border-bottom: none;
}

.cs_center_main_board .faq_box .board_faq > li .a_box {
  padding-right: 20px;
}

.cs_center_main_board .faq_box .board_faq > li.on .a_box {
  border-bottom: none;
}

.cs_center_main_board .board_basic {
  border-top: none;
}

.cs_center_main_board .board_basic .list {
  border-bottom: none;
  justify-content: space-between;
  padding: 0 15px;
}

.cs_center_main_board .board_basic .subject {
  padding: 0;
}

.cs_center_main_board .board_basic .date {
  width: auto;
  flex: auto 0 0;
  padding: 0;
}

.board_top_search {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.board_top_search.j_end {
  justify-content: flex-end;
}

.board_top_search .custom_select_box {
  width: 240px;
}

.board_top_search .search_box {
  margin: 0;
}

.board_top_search .search_box .input_box {
  margin-bottom: 0;
}

.board_basic {
  border-top: 2px solid #333;
}

.board_basic .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 52px;
  border-bottom: 1px solid #333;
}

.board_basic .header .date {
  color: #333;
}

.board_basic .box {
  font-size: 16px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.board_basic .num {
  flex: 120px 0 0;
}

.board_basic .subject {
  flex: 1;
}

.board_basic .date {
  flex: 210px 0 0;
  color: #999;
  font-family: "Montserrat";
}

.board_basic .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 52px;
  border-bottom: 1px solid #f1f1f1;
}
.board_basic.notice .list>a{display: flex; gap: 8px; flex: 1; height: 100%; }

.board_basic .list.notice {
  background: #f9f9f9;
}

.board_basic .list .subject {
  justify-content: flex-start;
  overflow: hidden; flex: 1;
}

.board_basic .list .subject a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.board_view {
  border-bottom: 1px solid #333;
}

.board_view dt {
  border-top: 2px solid #333;
  height: 72px;
  border-bottom: 1px solid #333;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.board_view dt .subject {
  font-weight: 500;
  font-size: 22px;
}

.board_view dt .date {
  font-size: 16px;
  color: #999;
  width: 210px;
  text-align: center;
  font-family: "Montserrat";
}


.board_view dt .date .cate{background: #999; padding: 3px 10px; color: #fff; border-radius: 3px; margin-right: 10px; font-size: 12px;}

.board_view dt .date .cate.step01{background: #d39f4b;}

.board_view dd.con_box {
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1.5;
}

.m_bottom_fix_menu {
  display: none;
}

.board_faq {
  border-top: 2px solid #333;
}

.board_faq > li {
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
}

.board_faq > li .img_list {
  display: flex;
  padding-right: 20px;
}
.board_faq > li .img_list li {
  flex: 1;
  max-width: 20%;
  margin-right: 5px;
}
.board_faq > li .img_list li:last-child {
  margin-right: 0;
}

.board_faq > li .q_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  min-height: 52px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}

.board_faq > li .ic {
  width: 80px;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
}

.board_faq > li .ic.q {
  color: #d39f4b;
}

.board_faq > li .ic.q.wait {
  color: #999;
}

.board_faq > li .cate {
  width: 80px;
  text-align: center;
  font-weight: 500;
  flex-shrink: 0;
  margin-right: 35px;
}

.board_faq > li .desc {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.board_faq > li .a_box .desc .subject {
  padding-right: 20px;
}
.board_faq > li .a_box .desc .subject table {
  width: 100% !important;
}

.board_faq > li .arrow {
  width: 52px;
  height: 52px;
  position: relative;
}

.board_faq > li .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 9px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/arrow_down_ic.svg) no-repeat center/contain;
}

.board_faq > li .a_box {
  background-color: var(--bg-fff);
  height: 0;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.board_faq > li .a_box .ic.a {
  align-self: flex-start;
}

.board_faq > li .a_box .arrow {
  display: none;
}

.board_faq > li.on .a_box {
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.board_faq.my .id {
  width: 230px;
}

.board_faq.my .date {
  width: 140px;
  color: #999;
}

.board_faq.my .id_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.board_faq.my .a_box {
  flex-direction: column;
  align-items: flex-start;
}

.board_faq.my .a_box .a_box_q,
.board_faq.my .a_box .a_box_a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.board_faq.my .a_box .a_box_q .desc,
.board_faq.my .a_box .a_box_a .desc {
  flex-direction: column;
  align-items: flex-start;
}

.board_faq > li .img_list {
  display: flex;
  padding-right: 20px;
}
.board_faq > li .img_list li {
  flex: 1;
  max-width: 20%;
  margin-right: 5px;
}
.board_faq > li .img_list li:last-child {
  margin-right: 0;
}
.board_faq > li .img_list li.on {
  flex-shrink: 0;
  max-width: 50%;
  flex: 5;
}

.board_faq.my .a_box .a_box_q .desc .subject,
.board_faq.my .a_box .a_box_a .desc .subject {
  margin-bottom: 10px;
}

.board_faq.my .a_box .a_box_a {
  margin-top: 40px;
}

.board_faq.my .btn_box {
  padding: 0 20px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.board_faq.my .btn_box button:last-child {
  margin-left: 5px;
}

.notice_wrapper h2.sub_title {
  padding-top: 30px;
}
.notice_wrapper .com_board_btn_box {
  margin-top: 30px;
}

.com_no_data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 240px;
}

.com_no_data .ic {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/ic_exclamation_none.svg) no-repeat center/contain;
}

.com_no_data p {
  color: #999;
  margin-top: 10px;
  text-align: center;
}
.com_no_data.has_btn .btn_basic {
  margin-top: 2rem;
  width: 210px;
}

.com_board_btn_box.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.com_board_btn_box .btn_basic {
  width: 175px;
}

.user_out_pop .pop_box {
  width: 412px;
}

/* 서브 2차메뉴 */
.depth2_list_box {
  display: none;
}

/* 회원탈퇴 */
.info_out {
  border-top: 2px solid #333;
}
.info_out .depth3_tab_style {
  display: none;
}
.info_out .dot1 {
  font-size: 12px;
  color: #999;
}
.info_out .dot1 br {
  display: none;
}
.info_out .withdrawal_box .info_box {
  display: flex;
  justify-content: space-between;
}
.info_out .withdrawal_box .info_box dl {
  border: 1px solid #e6e6e6;
  text-align: center;
  margin-right: 10px;
  width: 100%;
  height: 150px;
}
.info_out .withdrawal_box .info_box dl:last-child {
  margin-right: 0;
}
.info_out .withdrawal_box .info_box dl dt {
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  font-weight: bold;
}
.info_out .withdrawal_box .info_box dl dd {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 101px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info_out .withdrawal_box .info_box dl dd .big {
  color: #f00;
}

.info_out .withdrawal_box .id_pw_check {
  margin-bottom: 25px;
  display: block;
}
.info_out .withdrawal_box .id_pw_check.on {
  display: block;
}
.info_out .withdrawal_box .id_pw_check li {
  width: 345px;
  margin: 0 auto 30px;
}
.info_out .withdrawal_box .id_pw_check li span::after {
  display: none;
}

.info_out .withdrawal_box .btn_box {
  justify-content: center;
  margin-bottom: 30px;
}
.info_out .withdrawal_box .btn_box button {
  width: 170px;
  margin-right: 5px;
}
.info_out .withdrawal_box .btn_box button:last-child {
  margin-right: 0;
}

.regular_member_info_wrapper {
  max-width: 632px;
  width: 100%;
  margin: 0 auto;
}
.regular_member_info_wrapper .welcome_info {
  padding: 20px;
  margin-top: 10px;
  background: #fbfbfb;
  letter-spacing: -0.5px;
}
.regular_member_info_wrapper .welcome_info > span {
}
.regular_member_info_wrapper .welcome_info > strong {
  display: block;
}
.regular_member_info_wrapper div {
  position: relative;
}
.regular_member_info_wrapper div.resinum {
  margin-bottom: 10px;
}
.regular_member_info_wrapper .input {
  font-size: 16px;
}
.regular_member_info_wrapper dl dt {
  font-size: 26px;
  margin-bottom: 9px;
  font-weight: 500;
}
.regular_member_info_wrapper .bank_select {
  width: 300px;
  margin-right: 10px;
  flex-shrink: 0;
}
.regular_member_info_wrapper .bank_select span {
  opacity: 0;
}
.regular_member_info_wrapper .banknumb {
  width: 100%;
  margin-top: 26px;
}
.regular_member_info_wrapper .resinum > div {
  width: 300px;
}
.regular_member_info_wrapper .resinum > span {
  width: 32px;
  text-align: center;
}
.regular_member_info_wrapper .foreign {
  text-align: right;
}
.regular_member_info_wrapper .nation_box {
  display: none;
}
.regular_member_info_wrapper .nation_box.on .list li {
  border: none;
}
.regular_member_info_wrapper .agree_check_box > div {
  justify-content: space-between;
}
.regular_member_info_wrapper .btn_box {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.regular_member_info_wrapper .btn_box button {
  width: 170px;
  margin-right: 5px;
}

.regular_member_info_wrapper .btn_box button:last-child {
  margin-right: 0;
}
.regular_member_info_wrapper .arrow_link::after {
  transform: rotate(45deg) translate(-50%, -50%);
  top: calc(50% + 2px);
}

/* 브랜드 페이지 */
#container .brand .main_visual {
  height: calc(100vh - 80px);
  background: url(../img/brand_banner.jpg) no-repeat center / cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container .brand .main_visual .down_arrow {
  content: "";
  display: block;
  width: 83px;
  height: 42px;
  background: url(../img/down_arrow_white.svg) no-repeat center / cover;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-indent: -9999px;
}
#container .brand .main_visual .title {
  text-align: center;
}
#container .brand .main_visual .title span.logo {
  font-size: 22px;
  line-height: 1.64;
  margin-bottom: 300px;
  text-transform: uppercase;
  letter-spacing: 8.8px;
  font-family: "SBAggroL";
}
#container .brand .main_visual .title strong {
  display: block;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
  font-family: "SBAggroL";
}
#container .brand .main_visual .title strong br {
  display: none;
}
#container .brand .main_visual .title span {
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 300;
  -webkit-text-stroke: 0.01px #fff;
}
#container .brand .main_visual .desc p {
  display: flex;
  justify-content: center;
}
#container .brand .main_visual .desc p span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-right: 5px;
}
#container .brand .main_visual .desc p span:last-child {
  margin-right: 0;
}

#container .brand .brand_cont1 {
  margin-bottom: 240px;
  padding-top: 260px;
}
#container .brand .brand_cont1 ul {
  display: flex;
  justify-content: center;
  height: 378px;
  margin-bottom: 80px;
}
#container .brand .brand_cont1 ul:last-child {
  margin-bottom: 0;
}
#container .brand .brand_cont1 ul:nth-child(even) {
  flex-direction: row-reverse;
}
#container .brand .brand_cont1 ul li {
  max-width: 500px;
  width: 100%;
}
#container .brand .brand_cont1 ul li:last-child {
  margin-bottom: 0;
}
#container .brand .brand_cont1 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .brand .brand_cont1 ul li.desc {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#container .brand .brand_cont1 ul:nth-child(odd) li.desc {
  padding-left: 40px;
}
#container .brand .brand_cont1 ul:nth-child(even) li.desc {
  padding-right: 40px;
}
#container .brand .brand_cont1 ul li.desc strong {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.27;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  font-family: "SBAggroM";
}
#container .brand .brand_cont1 ul li.desc span {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -1px;
  -webkit-text-stroke: 0.1px #444;
  color: #444;
}
#container .brand .brand_cont1 ul li.desc span br {
  display: none;
}
#container .brand .brand_cont1 ul li.desc .btn_basic {
  width: 146px;
  line-height: 42px;
  height: auto;
  font-size: 18px;
  letter-spacing: -0.36px;
  font-weight: 600;
}

#container .brand .brand_cont2 {
  height: 645px;
  background: url(../img/brand_cont2_bg.jpg) no-repeat center / cover;
  margin-bottom: 170px;
}
#container .brand .brand_cont2 .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#container .brand .brand_cont2 .title {
  margin-bottom: 50px;
}
#container .brand .brand_cont2 .title br {
  display: none;
}
#container .brand .brand_cont2 .title strong {
  display: block;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "SBAggroL";
}
#container .brand .brand_cont2 .title span {
  display: block;
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.5px;
  font-weight: 300;
}
#container .brand .brand_cont2 .desc p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

#container .brand .brand_cont3 {
  width: 100%;
  height: 380px;
  position: relative;
  margin-bottom: 120px;
}
#container .brand .brand_cont3 ul {
  transition-timing-function: linear;
}
#container .brand .brand_cont3 ul li {
}
#container .brand .brand_cont3 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .brand .brand_cont3 .next_btn,
#container .brand .brand_cont3 .prev_btn {
  display: none;
}

/* 프로덕트 페이지 */
.content_box.product_wrap .lnb_wrapper {
  width: 100%;
}
.content_box.product_wrap .lnb_wrapper h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-family: "SBAggroM";
}
.content_box.product_wrap .lnb_wrapper .lnb {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}

.sub_visual {
  height: 300px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.sub_visual::after {
  content: "";
  display: block;
  max-width: 1300px;
  width: 100%;
  height: 131px;
  position: absolute;
  top: 70px;
  left: calc(50% + 20px);
  background: url(../img/product_subv_text.svg) no-repeat top left / auto 100%;
  transform: translateX(-50%);
}
.sub_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 
.sub_visual .inner{max-width: 1300px; width: 100%; margin: 0 auto; position: relative; z-index: 1;;}
.sub_visual .text{padding-top: 70px;}
.sub_visual .text .title span{color: #fff; font-size: 14px; margin-bottom: 15px; letter-spacing: 2.8px; font-family: 'SBAggroL';}
.sub_visual .text .title strong{color: #fff; font-size: 42px; letter-spacing: -.84px; margin-bottom: 10px; font-family: "SBAggroL";}
.sub_visual .text .title strong br{display: none;}
.sub_visual .text p{color: #fff; font-size: 18px; letter-spacing: -.36px; line-height: 1.5; }

.sub_visual .text span,
.sub_visual .text strong{background: linear-gradient(to right, #d6baac, #D39F4B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: normal;}
 */

.content_box.product_wrap .lnb_wrapper.mobile {
  display: none;
}
.content_box.product_wrap .lnb_wrapper .lnb_box > span {
  display: none;
}
.content_box.product_wrap .lnb_wrapper .lnb li {
  margin-right: 15px;
  width: auto;
  border: 1px solid #999;
  border-radius: 20px;
  overflow: hidden;
}
.content_box.product_wrap .lnb_wrapper .lnb li.on {
  border-color: #333;
}
.content_box.product_wrap .lnb_wrapper .lnb li:last-child {
  margin-right: 0;
}
.content_box.product_wrap .lnb_wrapper .lnb li a {
  display: flex;
  line-height: 38px;
  padding: 0 35px;
  color: #999;
  font-weight: 300;
  white-space: nowrap;
  justify-content: center;
}
.content_box.product_wrap .lnb_wrapper .lnb li.on a {
  background: #333;
  color: #fff;
}

.content_box.product_wrap .com_prod_list .prod_info dl dt a {
  font-size: 18px;
  font-weight: 600;
}
.content_box.product_wrap .com_prod_list .prod_info dl dd {
  font-size: 12px;
  font-family: "Montserrat";
}

.content_box.product_wrap
  .com_prod_list
  .com_prod_box
  .prod_info
  .bot_box
  .real_price {
  font-size: 18px;
}
.content_box .com_prod_list .com_prod_box .prod_info .bot_box .pv {
  color: #4e89ff;
  font-family: "Montserrat";
}

/* 일정예약 */
.mypage_edu_reserv .top_month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mypage_edu_reserv .top_month .month {
  font-size: 22px;
  font-weight: 700;
}
.mypage_edu_reserv .top_month button {
  width: 15px;
  height: 27px;
  background: url(../img/arrow_15_gray.svg) no-repeat center/contain;
}
.mypage_edu_reserv .top_month button.next {
  transform: rotate(180deg);
}

.mypage_edu_reserv .calendar {
  margin-top: 24px;
  margin-bottom: 20px;
}

.mypage_edu_reserv .calendar th {
  background-color: #f2f2f2;
  text-align: center;
  line-height: 48px;
  border-bottom: none;
  border-right: 1px solid #e6e6e6;
  font-weight: 300;
  color: #111;
}
.mypage_edu_reserv .calendar th,
.mypage_edu_reserv .calendar td {
  width: 14.3%;
}
.mypage_edu_reserv .calendar th:first-child {
  border-left: 1px solid #e6e6e6;
}
.mypage_edu_reserv .calendar .red {
  color: #ff0000;
}
.mypage_edu_reserv .calendar .blue {
  color: #4f95e8;
}
.mypage_edu_reserv .calendar td {
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 0;
  margin-left: -1px;
  font-family: "Montserrat";
  position: relative;
  vertical-align: top;
  padding-bottom: 10px;
}
.mypage_edu_reserv .calendar tr td:first-child {
  border-left-width: 1px;
}

.mypage_edu_reserv .calendar .day {
  font-size: 16px;
  color: #999;
  display: block;
  padding: 10px;
}
.mypage_edu_reserv .calendar .edu .day {
  font-weight: 700;
}
.mypage_edu_reserv .calendar .edu.on .day {
  color: #111;
}
.mypage_edu_reserv .calendar button {
  width: 90%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #999;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 6px auto 0;
}
.mypage_edu_reserv .calendar button.empty {
  background: none;
  cursor: auto;
}
.mypage_edu_reserv .calendar button.on {
  background-color: #c4ae7f;
}
.mypage_edu_reserv .calendar button.ED {
  background: linear-gradient(to right, #f8c41f, #fd6c3a);
}
.mypage_edu_reserv .calendar button.SM {
  background: #c3af8e;
}
.mypage_edu_reserv .calendar button.SH {
  background: linear-gradient(to right, #5de6ff, #2baae7);
}
.mypage_edu_reserv .calendar button.RD {
  background: linear-gradient(to right, #4cb0f3, #4467fc);
}
.mypage_edu_reserv .calendar button.ON {
  background: #333;
}

.mypage_edu_reserv .calendar button span i {
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url(../img/arrow_8_white.svg) no-repeat center;
  margin-left: 4px;
}

.mypage_edu_reserv .com_info_box li::before {
  display: none;
}

.edu_list_wrap .common_cart_list.edu_list {
  margin-top: 20px;
}
.edu_list_wrap .common_cart_list.edu_list .grid {
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f1f1f1;
}
.edu_list_wrap .common_cart_list.edu_list .body_row {
  height: 82px;
}
.edu_list_wrap .common_cart_list.edu_list .desc {
  font-weight: 700;
  position: relative;
}
.edu_list_wrap .common_cart_list.edu_list .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edu_list_wrap .common_cart_list.edu_list .step button {
  border-radius: 3px;
  font-size: 12px;
  margin-top: 5px;
}
.edu_list_wrap .common_cart_list.edu_list .step_1 {
  color: #a88421;
}
.edu_list_wrap .common_cart_list.edu_list .step_2 {
  color: #999;
}

.edu_list_wrap .common_cart_list.edu_list .edu_info_pop {
  position: absolute;
  display: none;
  left: 50%;
  max-width: 300px;
  bottom: 20px;
  transform: translate(-50%, 100%);
  border: 1px solid #ddd;
  padding: 20px 20px 10px 10px;
  background: #fff;
  z-index: 1;
  width: 100%;
}
.edu_list_wrap .common_cart_list.edu_list .edu_info_pop .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.edu_list_wrap .common_cart_list.edu_list .edu_info_pop.on {
  display: block;
}
.mypage_edu_reserv .calendar td div.day_box {
  display: none;
}

.m_cal_popup {
  display: none;
}
.cal_pdf {
  text-align: right;
  margin: 20px 0;
}
.cal_pdf a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
  padding-right: 40px;
  position: relative;
}
.cal_pdf a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/down_ic.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(400%, -50%);
}

/* sns */
.sns_wrap {
}
.sns_wrap .menu_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat";
  padding-top: 30px;
}
.sns_wrap .menu_tit dt {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "SBAggroM";
}
.sns_wrap .menu_tit dd {
  font-size: 12px;
  color: #999;
}
.sns_wrap .insta_tit {
  font-family: "Montserrat";
  font-size: 18px;
  margin-top: 60px;
  text-align: left;
  margin-bottom: 10px;
}
.sns_wrap .sns_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.sns_wrap .sns_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sns_wrap .sns_list li .bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}
/*
.sns_wrap .sns_list li .bg:hover{opacity: 1;}
*/
.sns_wrap .sns_list li .tag {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sns_wrap .btn_box {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.sns_wrap .btn_box .btn {
  width: 189px;
  height: 48px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d39f4b;
  border: 1px solid #d39f4b;
  border-radius: 5px;
  padding: 0 15px;
}
.sns_wrap .btn_box .btn i {
  width: 7px;
  height: 12px;
  background: url(../img/arrow_7_gold.svg) no-repeat center/contain;
}

/* 환불요청 페이지 */
.cancel_info_wrap > ul > li:first-child {
  margin-bottom: 10px;
}
.cancel_info_wrap > ul > li {
  line-height: 1.5;
  font-size: 12px;
}

.cancel_info_wrap li li {
  display: flex;
  margin-bottom: 5px;
}
.cancel_info_wrap li li:first-child {
  margin-bottom: 10px;
}

.cancel_info_wrap li li strong {
  width: 135px;
  font-size: 12px;
  flex-shrink: 0;
}
.cancel_info_wrap li li strong em {
  color: #999;
}

.cancel_info_wrap li li span {
  display: block;
  font-size: 12px;
}

/* 상세페이지 비회원 로그인,회원가입 버튼 */
.join_login_box {
  display: flex;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.join_login_box a {
  flex: 1;
}
.join_login_box a:first-child {
  margin-right: 10px;
}

/* how to use */
.howtouse_wrap {
}
.howtouse_wrap .tit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
  padding-top: 30px;
}
.howtouse_wrap .tit_box h2 {
  font-size: 36px;
  font-family: "SBAggroM";
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
}
.howtouse_wrap .tit_box p {
  font-size: 18px;
}

/* morning_night */
.howtouse_wrap .morning_night {
  width: 100%;
  height: 655px;
  padding-top: 80px;
  background-color: #f7f1e4;
}
.howtouse_wrap .morning_night.morning {
  background-color: #f7f1e4;
}
.howtouse_wrap .morning_night.night {
  background-color: #d4d9dd;
}
.howtouse_wrap .morning_night .tab {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.howtouse_wrap .morning_night .tab li:first-child {
  margin-right: 10px;
}
.howtouse_wrap .morning_night .tab button {
  width: 305px;
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howtouse_wrap .morning_night .tab .ic_morning {
  width: 28px;
  height: 28px;
  background: url(../img/morning_ic.svg) no-repeat center/contain;
}
.howtouse_wrap .morning_night .tab li.on .ic_morning {
  background-image: url(../img/morning_ic_on.svg);
}
.howtouse_wrap .morning_night .tab .ic_night {
  width: 17px;
  height: 24px;
  background: url(../img/night_ic.svg) no-repeat center/contain;
}
.howtouse_wrap .morning_night .tab li.on .ic_night {
  background-image: url(../img/night_ic_on.svg);
}
.howtouse_wrap .morning_night .tab button span {
  margin-right: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #d0d0d0;
  letter-spacing: 0.5px;
}
.howtouse_wrap .morning_night .tab li.on button span {
  color: #fff;
}
.howtouse_wrap .morning_night .tab li.on .morning {
  background-color: #c3af8e;
}
.howtouse_wrap .morning_night .tab li.on .night {
  background-color: #909599;
}
.howtouse_wrap .morning_night .con {
  display: none;
}
.howtouse_wrap .morning_night .con.on {
  display: block;
  text-align: center;
  animation: fade_in 0.4s both;
}
.howtouse_wrap .morning_night .con .m {
  display: none;
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* skin care */
.howtouse_wrap h2 {
  font-family: "SBAggroM";
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 80px;
  text-align: center;
  font-weight: 500;
}
.howtouse_wrap .skin_care_box .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.howtouse_wrap .skin_care_box .tab li {
  margin-right: 10px;
  cursor: pointer;
}
.howtouse_wrap .skin_care_box .tab li:last-child {
  margin-right: 0;
}
.howtouse_wrap .skin_care_box .tab dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.howtouse_wrap .skin_care_box .tab dt {
  font-size: 22px;
  color: #d0d0d0;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 15px;
}
.howtouse_wrap .skin_care_box .tab dd {
  width: 305px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d0d0d0;
  background-color: #f2f2f2;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.howtouse_wrap .skin_care_box .tab .on dt {
  color: #c3af8e;
}
.howtouse_wrap .skin_care_box .tab .on dd {
  color: #fff;
  background-color: #c3af8e;
}

.howtouse_wrap .skincare_slide_box {
  padding: 0 50px;
  position: relative;
}
.howtouse_wrap .skincare_slide .img_box {
  background-color: #f2f2f2;
  display: inline-block;
}

.howtouse_wrap .txt_box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  position: relative;
}
.howtouse_wrap .txt_box .sub_tit {
  font-family: "Montserrat";
  font-size: 14px;
  color: #999;
}
.howtouse_wrap .txt_box .prod_name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 5px;
}
.howtouse_wrap .txt_box p {
  font-size: 19px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -1px;
}
.howtouse_wrap .txt_box .price {
  display: flex;
  justify-content: center;
  font-family: "Montserrat";
  align-items: baseline;
}
.howtouse_wrap .txt_box .og {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}
.howtouse_wrap .txt_box .real {
  font-size: 18px;
  font-weight: 700;
}
.howtouse_wrap .txt_box .ic_like {
  position: absolute;
  right: 15px;
  bottom: 30px;
  width: 25px;
  height: 23px;
  background: url(../img/unlike_ic.svg) no-repeat center/contain;
}
.howtouse_wrap .txt_box.flex_start {
  align-items: flex-start;
  width: 476px;
  padding: 20px;
}
.howtouse_wrap .txt_box.flex_start p {
  text-align: left;
}
.howtouse_wrap .txt_box .ic_like.on {
  background-image: url(../img/like_ic.svg);
}

.howtouse_wrap .control button {
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 25px;
  height: 44px;
  background: url(../img/arrow_25_black.svg) no-repeat center/contain;
}
.howtouse_wrap .skin_prev {
  left: 0;
  top: 270px;
}
.howtouse_wrap .skin_next {
  right: 0;
  top: 270px;
  transform: rotate(180deg);
}

/* cleansing */
.cleansing_box {
  position: relative;
}
.cleansing_slide_box {
  position: relative;
}
.multy_slide .swiper-slide {
  display: flex;
  padding: 0 50px;
  justify-content: center;
}

.multy_slide .swiper-slide .img_box {
  margin-right: 20px;
  flex-shrink: 0;
  max-width: 580px;
}
.multy_slide .swiper-slide .right_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 580px;
}
.multy_slide .swiper-slide .detail_img a {
  display: flex;
}
.multy_slide .swiper-slide .detail_img li {
  margin-right: 20px;
}
.multy_slide .swiper-slide .detail_img li:last-child {
  margin-right: 0;
}
.multy_slide_box .control button {
  top: 50%;
  transform: translateY(-50%);
}
.multy_slide_box .control .next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

/* makeup */
.makeup_box {
  position: relative;
}
.makeup_slide_box {
  position: relative;
}

/* 제품상세페이지 - 배송/보관 */
.deliver_info h3 {
  font-size: 22px;
}
.deliver_info table {
  margin-bottom: 120px;
}
.deliver_info th {
  width: 225px;
  font-weight: 500;
  background: #f9f9f9 !important;
}
.deliver_info .tbl_basic tbody td {
  border-left: none;
}

/* 전체팝업 */
.total_popup_box {
  width: 100vw;
  position: fixed;
  max-width: 500px;
  left: 100px;
  top: 100px;
  z-index: 10000;
  box-shadow: 4px 4px 12px rgb(0 0 0 / 30%);
}
@media all and (max-width: 1024px) {
  .total_popup_box {
    max-width: 100%;
  }
}
.total_popup_box .con_box {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
  background: #fff;
}
.total_popup_box .swiper-slide {
  width: 100%;
}
.total_popup_box .swiper-slide a {
  display: block;
}
.total_popup_box .swiper-slide a img {
  width: 100%;
}
.total_popup_box .btn_box {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: flex;
  padding: 0 10px;
}
.total_popup_box .btn_box button {
  flex: 1;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(0deg, #333, #444);
}
.total_popup_page_box {
  width: 100%;
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.total_popup_page_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--white);
  margin: 0 3px;
  opacity: 0.5;
}
.total_popup_page_box
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  background-color: #333;
}
.total_popup_box .btn_box .oneday {
  background: linear-gradient(0deg, #888, #999);
  margin-right: 5px;
}

.star_value{text-align: center;}
.star_value .star{margin-right: 20px;}
.star_value .star:last-child{margin-right: 0;}
.star_value .star .img_box{width: 100px; aspect-ratio: 1/1; background: url(../img/ic_star.png) no-repeat center / cover; filter: grayscale(1); margin: 0 auto;}
.star_value .star.on .img_box{filter: none;}
.star_value .star p{display: flex; flex-direction: column; align-items: center;}
.star_value .star p span{font-size: 14px;}

/* 이벤트 페이지 */
/* 이벤트 페이지 - 공통사항 */
.left_menu .depth_2{display: flex; justify-content: center; margin-bottom: 60px; gap: 10px;}
.left_menu .depth_2 li a{height: 46px; min-width: 200px; padding: 0 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid #999;  color: #999; transition: all .3s;}
.left_menu .depth_2 li:hover a,
.left_menu .depth_2 li.open a{background: #d39f4b; color: #fff; ; border-color: #d39f4b; font-weight: bold;}

.flex_list3{display: flex; flex-wrap: wrap; gap: 50px 20px; }
.flex_list3 .list_item{width: calc((100% - 40px) / 3);}
.flex_list3 .list_item .img_box{width: 100%; aspect-ratio: 1/1;margin-bottom: 10px; position: relative;}
.flex_list3 .list_item .img_box img{width: 100%; height: 100%; object-fit: cover;}
.flex_list3 .list_item .txt_box .subject{font-weight: bold; font-size: 17px; display: block; width: 100%; white-space: nowrap; overflow: hidden; margin-bottom: 5px; text-overflow: ellipsis;}
.flex_list3 .list_item .txt_box .date{font-size: 13px; display: flex; }
.flex_list3 .list_item .txt_box .date .cate{background: #999; padding: 0 10px; color: #fff; border-radius: 3px;  display: block; margin-right: 10px;}
.flex_list3 .list_item .txt_box .date .cate.step01{background: #d39f4b;}

.flex_list3.end_event .list_item .img_box::after{content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; ;}

.ing_event{margin-bottom: 50px;}

.event_review .board_basic .list{height: auto; padding: 15px 0;}
.event_review .board_basic .list .subject{flex-wrap: wrap;}
.event_review .board_basic .list .subject p{width: 100%; color: #999; font-size: 14px;;}
.event_review .board_basic .unit{flex: 120px 0 0}
.event_review .board_basic .name{flex: 100px 0 0;}

.event_view .btn_box{display: flex; justify-content: center; margin-top: 30px;;}
.event_view .btn_box .btn_basic{max-width: 175px; width: 100%;} 
.event_view .board_view dt .date{width: auto; padding-right: 20px;}