@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.container_main {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recent_view_item_list_con {
  width: 83.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
}

.rvi_con {
  width: 78.125%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-right: 25px;
}

.recent_view_item_list_tit>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

/* ---------------------------------------------------------------- */
.recent_view_item_list_section {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
}

.ois_list_section {
  width: 100%;
  height: auto;
}

.ois_list_top {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #E9E9E9;
}

ul.ois_list_top_main {
  width: 1150px;
  height: 27px;
  display: flex;
  align-items: center;
}

.list_select_icon>i {
  font-size: 25px;
  color: #E5E5E5;
  cursor: pointer;
}

.list_tit>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.list_tit2 {
  margin-left: 40px;
}

.list_txt2 {
  margin-left: 40px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

ul.ois_list_main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 30px;
}

ul.ois_list_main>li {
  margin-top: 30px;
}

ul.ois_list_main>li:first-child {
  margin-top: 0;
}

ul.ois_list_main>li>ul {
  width: 1194px;
  height: 60px;
  display: flex;
  align-items: center;
}

.list_tit3 {
  margin-left: 20px;
  width: 740px;
  flex: 0 0 740px; 
}

.list_txt3 {
  width: 100%;
  margin-left: 20px;
  flex: 0 0 740px; 
}

.list_txt3>span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.154px;
}

.list_txt3>p {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.121px;
  margin-top: 5px;
}

.list_tit4 {
  margin-left: 20px;
}

.list_txt4 {
  margin-left: 20px;
}

.list_txt4>p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.165px;
  text-decoration: line-through;
}

.list_txt4>span {
  color: #CA2947;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.165px;
  display: flex;
  align-items: center;
}

.list_txt4>span>p {
  color: #9C0000;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.132px;
  margin-left: 10px;
}

.list_tit5 {
  margin-left: 48px;
}

.list_txt5 {
  margin-left: 48px;
}

.list_tit2 { flex: 0 0 60px; }
.list_tit4 { flex: 0 0 130px; }
.list_tit5 { flex: 0 0 120px; }

.list_txt2 { flex: 0 0 60px; }
.list_txt4 { flex: 0 0 130px; }
.list_txt5 { flex: 0 0 120px; }

.wl_order_btn>a>button {
  width: 120px;
  height: 25px;
  border: none;
  background: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wl_order_btn>a>button:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.wl_order_btn>a>button>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.132px;
}

.wl_cart_btn>button {
  width: 120px;
  height: 25px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.wl_cart_btn>button:hover {
  border: none;
  background: #004225;
  transition: background-color 0.3s ease;
}

.wl_cart_btn>button>p {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.132px;
}

.wl_cart_btn>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.wl_li_delete_btn>button {
  width: 120px;
  height: 25px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.wl_li_delete_btn>button:hover {
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.wl_li_delete_btn>button>p {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.132px;
}

.wl_li_delete_btn>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.ois_list_no {
  width: 100%;
  height: 450px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.ois_list_no.show {
  display: flex;
}

.ois_list_no_main {
  width: 200px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ois_list_no_main>i {
  font-size: 40px;
  color: #CCCCCC;
}

.ois_list_no_main>p {
  color: #CCC;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}

/* ---------------------------------------------------------------- */
.page_section {
  width: 100%;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

ul.pg_section {
  width: auto;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; 
}

ul.pg_section>li {
  margin-left: 10px;
}

ul.pg_section>li:first-child {
  margin-left: 0;
}

li.pg_front_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_front_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_prev_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_prev_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_num {
  width: 30px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.pg_num>p {
  color: #CCC;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

li.pg_num>p:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_next_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_next_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_last_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_last_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}


/* ---------------------------------------------------------------- */
.option_change_modal {
  width: 374px;
  min-height: 308px;
  height: auto;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
}

.option_change_modal.on {
  display: flex;
}

.option_change_top_bar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
}

.option_change_top_bar>h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
  margin-left: 40px;
}

.oc_modal_close_btn>button {
  width: 25px;
  height: 25px;
  border: 1px solid #CDCDCD;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oc_modal_close_btn>button:hover {
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.oc_modal_close_btn>button>i {
  font-size: 15px;
  color: #CDCDCD;
}

.oc_modal_close_btn>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.option_change_main_section {
  width: 334px;
  height: 178px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  border-top: 1px solid #E9E9E9;
}

.ocm_tit {
  margin-top: 15px;
}

.ocm_tit>span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.154px;
}

ul.option_change_main {
  width: 100%;
  height: 130px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.option_change_main>li {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.option_change_main>li>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

ul.option_change_main>li>select {
  width: 250px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  cursor: pointer;
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.143px;
}

ul.option_change_main>li>select>option {
  color: #333;
  background: #fff;
}

/* ---------------------------------------------------------------- */
.cart_option_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.cart_option_modal_bg.on {
  display: block;
}

.cart_option_modal {
  width: 800px;
  min-height: 736px;
  height: auto;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
}

.cart_option_modal.on {
  display: flex;
}

.cart_option_top_bar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
}

.cart_option_top_bar>h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
  margin-left: 40px;
}

.co_modal_close_btn>button {
  width: 25px;
  height: 25px;
  border: 1px solid #CDCDCD;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.co_modal_close_btn>button:hover {
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.co_modal_close_btn>button>i {
  font-size: 15px;
  color: #CDCDCD;
}

.co_modal_close_btn>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.cart_option_main_section {
  width: 760px;
  min-height: 608px;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.co_item_tit {
  width: 100%;
  min-height: 42px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #E9E9E9;
}

.co_item_tit>h3 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.154px;
}

.cart_option_main {
  width: 100%;
  min-height: 255px;
  height: auto;
  margin-top: 30px;
}

.img_option_select {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_option_item_img {
  width: 140px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

ul.cart_option_section {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.cart_option_section>li {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.cart_option_section>li>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

ul.cart_option_section>li>select {
  width: 506px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  cursor: pointer;
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.143px;
}

ul.cart_option_section>li>select>option {
  color: #333;
  background: #fff;
}

.cart_option_helper {
  width: 100%;
  height: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.cart_option_helper>i {
  font-size: 15px;
  color: #C9C9C9;
}

.cart_option_helper>p {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.143px;
  margin-left: 8px;
}

.cart_option_infor {
  width: 100%;
  min-height: 70px;
  height: auto;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.cart_option_infor_main {
  width: 738px;
  min-height: 70px;
  height: auto;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.co_infor_section {
  width: 100%;
  min-height: 40px;
  height: auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.co_txt {
  width: 375px;
  min-height: 33px;
  height: auto;
}

.co_txt>span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.154px;
}

.co_txt>p {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.121px;
  margin-top: 5px;
}

.idi_num_close {
  width: 82px;
  height: 25px;
  display: flex;
  align-items: center;
}

.idi_num_close>input {
  width: 50px;
  height: 25px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.132px;
}

input[type=number] {
  appearance: number-input;
  -webkit-appearance: number-input;
  -moz-appearance: number-input;
  overflow: visible;
  padding-right: 0;
  line-height: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  display: block;
  -webkit-appearance: inner-spin-button;
}

.idi_num_close_btn>button {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: #7D7D7D;
  margin-left: 10px;
}

.idi_num_close_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.idi_num_close_btn>button>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.132px;
  margin-bottom: 1px;
}

.co_pay_amt {
  width: 120px;
  height: 40px;
  margin-left: 162px;
  display: flex;
  flex-direction: column;
}

.co_pay_amt>span {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.165px;
}

.co_pay_amt>p {
  color: #333;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.088px;
}

.cart_option_total_pay_amt {
  width: 100%;
  height: 68px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.cart_option_total_pay_amt_main {
  width: 100%;
  height: 27px;
  display: flex;
  align-items: flex-end;
}

.cart_option_total_pay_amt_main>b {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.154px;
}

.cart_option_total_pay_amt_main>span {
  color: #333;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 20px;
}

.cart_option_total_pay_amt_main>p {
  color: #A2A2A2;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
  margin-left: 8px;
  margin-bottom: 2px;
}

.cart_option_btn_img {
  width: 100%;
  height: 140px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cart_option_btn {
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.co_buying_btn>a>button {
  width: 120px;
  height: 40px;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
}

.co_buying_btn>a>button:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.co_buying_btn>a>button>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.132px;
}

.co_cart_btn>a>button {
  width: 120px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.co_cart_btn>a>button:hover {
  border: none;
  background: #004225;
  transition: background-color 0.3s ease;
}

.co_cart_btn>a>button>p {
  color: #969696;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.132px;
}

.co_cart_btn>a>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.naver_pay_img {
  width: 250px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}




/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

