@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;
}

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

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

.cart_tit {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

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

/* ---------------------------------------------------------------- */
.benefit_infor {
  width: 100%;
  height: 120px;
  margin-top: 50px;
  background: #F5F5F0;
  display: flex;
  align-items: center;
}

.benefit_infor>h3 {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.253px;
  margin-left: 40px;
}

ul.benefit_main_infor {
  margin-left: 60px;
}

ul.benefit_main_infor>li {
  margin-top: 15px;
}

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

.basic_infor>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400; 
  line-height: 30px;
  letter-spacing: -0.132px;
}

.basic_infor>p>span {
  color: #333;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
}

.rcp_infor {
  display: flex;
  align-items: center;
}

.reward_points_infor {
  display: flex;
  align-items: center;
}

.reward_points_infor>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px; 
  letter-spacing: -0.132px;
}

.reward_points_infor>a>span {
  color: #333;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.reward_points_infor>a>span>p {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
  margin-left: 5px;
}

.coupon_infor {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.coupon_infor>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px; 
  letter-spacing: -0.132px;
}

.coupon_infor>a>span {
  color: #333;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.coupon_infor>a>span>p {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
  margin-left: 5px;
}


/* ---------------------------------------------------------------- */
.cart_tab_section {
  width: 100%;
  height: 100px;
  margin-top: 80px;
}

ul.cart_tab_main {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

ul.cart_tab_main>li {
  width: 288px;
  height: 98px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

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

ul.cart_tab_main>li:hover {
  width: 290px;
  height: 100px;
  background: #333;
  transition: background-color 0.3s ease;
  border: none;
}

ul.cart_tab_main>li>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.cart_tab_main>li:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

/* ---------------------------------------------------------------- */
#cart_list_btns {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

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

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

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

.select_list_delete_btn>button>p {
  color: #7C652E;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.132px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.all_delete_btn>button>p {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.132px;
}

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

/* ---------------------------------------------------------------- */
.cart_list_section {
  width: 100%;
  height: auto;
  margin-top: 20px;
  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.cart_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.cart_ois_list_main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 30px;
}

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

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

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

.list_tit11 {
  margin-left: 20px;
  width: 380px;
  flex: 0 0 380px; 
}

.list_txt11 {
  width: 100%;
  height: 100%;
  margin-left: 20px;
  flex: 0 0 380px; 
}

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

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

.list_txt11>button {
  width: 60px;
  height: 22px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

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

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

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

.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: 35px;
}

.list_txt5 {
  margin-left: 35px;
}

.list_tit2 { flex: 0 0 60px; }
.list_tit4 { flex: 0 0 130px; }
.list_tit5 { flex: 0 0 120px; }
.list_tit6 { flex: 0 0 52px; }
.list_tit7 { flex: 0 0 100px; }
.list_tit8 { flex: 0 0 100px; }
.list_tit9 { flex: 0 0 70px; }
.list_tit10 { flex: 0 0 60px; }

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

.list_tit6 {
  margin-left: 30px;
}

.list_txt6 {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list_txt6>input {
  width: 50px;
  height: 27px;
  border: 1px solid #DEDEDE;
}

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;
}

.num_chg_btn>button {
  width: 40px;
  height: 22px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

.list_tit7 {
  margin-left: 30px;
}

.list_txt7 {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.list_tit8 {
  margin-left: 30px;
}

.list_txt8 {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.list_tit9 {
  margin-left: 20px;
}

.list_txt9 {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_txt9>p {
  color: #969696;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.121px;
}

.list_tit10 {
  margin-left: 20px;
}

.list_txt10 {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_txt10>p {
  color: #969696;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.121px;
}

.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;
}

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

.cart_ois_list_no.show {
  display: flex;
}

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

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

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

.shipping_section {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  background: #F5F5F0;
}

.shipping_section>ul>li {
  margin-left: 20px;
}

.shipping_section>ul>li:first-child {
  margin-left: 40px;
}

.shipping_section>ul>li>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.132px;
}

.cart_total_pay_amt_section {
  width: 100%;
  height: 150px;
  margin-top: 80px;
}

.cart_total_pay_amt_section>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_total_pay_amt_section>ul>li {
  width: 250px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ctpa_tit {
  width: 248px;
  height: 48px;
  background: #F5F5F0;
  border: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctpa_tit>p {
  color: #83836C;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.165px;
}

.ctpa_txt {
  width: 248px;
  height: 98px;
  border: 1px solid #DEDEDE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctpa_txt>span {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.253px;
}

.cart_section_btns {
  width: 100%;
  height: 40px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.estimate_agree_modal_bg.on {
  display: block;
}

.estimate_agree_modal {
  width: 800px;
  min-height: 740px;
  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;
}

.estimate_agree_modal.on {
  display: flex;
}

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

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

.ea_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;
}

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

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

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

.estimate_agree_main_section {
  width: 760px;
  height: 610px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ea_tit {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  align-items: flex-start;
}

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

ul.ea_main_section {
  width: 100%;
  height: 394px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.ea_main_section>li {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

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

ul.ea_main_section>li>span {
  width: 110px;
  height: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

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

.ea_email {
  align-items: flex-start !important;
  height: 44px !important;
}

.ea_email>p {
  display: flex;
  flex-direction: column;
}

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

.ea_txt {
  height: 250px !important;
}

.ea_contents {
  margin-left: 42px;
  width: 606px;
  height: 248px;
  background: #fff;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ea_contents_main {
  width: 588px;
  height: 230px;
  overflow: auto;
}

.ea_contents_main>pre {
  color: #767676;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.121px;
}

.ea_chk_section {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

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

.radio_btn {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.radio_btn>i {
  font-size: 30px;
  color: #E6E6E6;
  margin-right: 15px;
  cursor: pointer;
}

.radio_btn>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
}

p.agree {
  margin-right: 40px;
}

.radio_btn>i.active {
  color: #004225 !important;
}

.estimate_agree_btn {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.estimate_agree_btn>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #BFA76F;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.estimate_agree_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

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

.estimate_modal_bg.on {
  display: block;
}

.estimate_modal {
  width: 1000px;
  height: 800px;
  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;
}

.estimate_modal.on {
  display: flex;
}

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

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

.estimate_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;
}

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

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

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

.estimate_main_section {
  width: 960px;
  min-height: 670px;
  height: auto;
  overflow: auto;
  -ms-overflow-style: none;   
  scrollbar-width: none; 
  margin-top: 40px;    
  margin-bottom: 40px;
}

.estimate_main_section::-webkit-scrollbar {
  display: none;
}

.estimate_helper {
  width: 100%;
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.estimate_tit {
  width: 562px;
  height: 40px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  align-items: flex-start;
}

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

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

.e_helper {
  width: 562px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F0;
}

ul.e_helper_main {
  width: 522px;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.e_helper_main>li>pre {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.132px;
}

ul.e_helper_main>li>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.132px;
}

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

ul.e_btns>li {
  width: 106px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #D0D0D0;
}

ul.e_btns>li>i {
  font-size: 24px;
  color: #fff;
}

ul.e_btns>li>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-top: 8px;
}

.e_print_btn {
  background: #A2A2A2 !important;
}

.e_print_btn:hover {
  background: #004225 !important;
  transition: background-color 0.3s ease;
}

.e_email_send_btn:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.e_download_btn:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.estimate_main_box {
  width: 958px;
  min-height: 966px;
  height: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #A7A7A7;
}

.estimate_main {
  width: 860px;
  min-height: 806px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.em_tit {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.em_tit>h3 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
}

ul.em_section1 {
  width: 100%;
  min-height: 100px;
  height: auto;
  margin-top: 50px;
}

ul.em_section1>li {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
}

.em_section1_tit {
  width: 248px;
  height: 23px;
  background: #fff;
  border: 1px solid #A7A7A7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.em_section_tit>span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.em_section1_txt {
  width: 608px;
  height: 23px;
  background: #fff;
  border: 1px solid #a7a7a7;
  display: flex;
  align-items: center;
}

.em_section_txt>p {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 20px;
}

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

.em_section2_b_tit {
  width: 98px;
  height: 123px;
  background: #fff;
  border: 1px solid #a7a7a7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.em_section2_b_tit { flex: 0 0 98px; }

.em_section2_b_tit>span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.em_section2 {
  width: 100%;
  min-height: 125px;
  height: auto;
}

ul.em_section2>li {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
}

.em_section2_tit {
  width: 148px;
  height: 23px;
  background: #fff;
  border: 1px solid #A7A7A7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.em_section2_txt {
  width: 608px;
  height: 23px;
  background: #fff;
  border: 1px solid #a7a7a7;
  display: flex;
  align-items: center;
}

.em_section2_txx2 {
  width: 228px !important;
}

.em_section3_box {
  width: 100%;
  min-height: 158px;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.em_section3_box>p {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.em_section3_top {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

ul.em_section3_top>li {
  border: 1px solid #A7A7A7;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
}

ul.em_section3_top>li>span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.em_no,
.em_item_cd,
.em_item_pro,
.em_item_amt,
.em_no_txt,
.em_item_cd_txt,
.em_item_pro_txt,
.em_item_amt_txt
{
  width: 98px;  
}

.em_item_nm,
.em_item_nm_txt 
{
  width: 198px;
}

.em_item_or,
.em_item_or_txt 
{
  width: 78px;
}

.em_item_num,
.em_item_num_txt 
{
  width: 58px;
}

.em_item_pay_amt,
.em_item_pay_amt_txt 
{
  width: 118px;
}

ul.em_section3 {
  width: 100%;
  min-height: 100px;
  height: auto;
}

ul.em_section3>li {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

ul.em_section3>li>ul {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

ul.em_section3>li>ul>li {
  border: 1px solid #A7A7A7;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98px;
}

ul.em_section3>li>ul>li>p {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.em_item_nm_txt>p {
  font-size: 12px !important;
}

ul.em_section3>li>ul>li.em_item_amt_txt,
ul.em_section3>li>ul>li.em_item_pay_amt_txt
{
  justify-content: flex-end !important;
}

.em_item_amt_txt>p,
.em_item_pay_amt_txt>p
{
  margin-right: 3px;
}

.em_item_nm_txt>p {
  margin-left: 3px;
}

.em_section4_section {
  width: 100%;
  height: 108px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.em_section4_section>p {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.em_section4 {
  width: 100%;
  height: 75px;
}

ul.em_section4>li {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
}

.em_section4_tit {
  width: 248px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #A7A7A7;
}

.em_section4_tit>span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.em_section4_txt {
  width: 608px;
  height: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #A7A7A7;
}

.em_section4_txt>p {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 20px;
}

/* ---------------------------------------------------------------- */
.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;
}

/* ---------------------------------------------------------------- */
.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;
}

/* ---------------------------------------------------------------- */
.cart_wish_section {
  width: 100%;
  height: 685px;
  margin-top: 80px;
}

.cart_wish_tit {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

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

.wish_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;
}

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

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;
}

.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;
}

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

.list_txt3 {
  width: 100%;
  height: 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_txt3>button {
  width: 60px;
  height: 22px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

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

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

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


/* ---------------------------------------------------------------- */
.user_guide_section {
  width: 100%;
  height: 465px;
  margin-top: 120px;
  background: #F5F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_guide {
  width: 1170px;
  height: 425px;
}

.user_guide>h4 {
  color: #83836C;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.165px;
}

.cart_use_guide {
  width: 100%;
  height: 190px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cart_use_guide>span {
  color: #83836C;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.132px;
}

.cart_use_guide>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.132px;
}

.interest_free_installment_guide {
  width: 100%;
  height: 165px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.interest_free_installment_guide>span {
  color: #83836C;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.132px;
}

.interest_free_installment_guide>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.132px;
}



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