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

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

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

#my_page {
  width: 100%;
  height: 465px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

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

.mp_infor_box {
  width: 100%;
  height: 325px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mp_infor_section {
  width: 400px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

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

.mp_user_edit_btn>a>button {
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #BFA76F;
  cursor: pointer;
  margin-left: 15px;
}

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

.mp_user_edit_btn>a>button>p {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.143px;
}

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

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

ul.mp_infor_txt_main {
  width: 360px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

ul.mp_infor_txt_main>li>b {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.132px;
}

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

ul.mp_infor_txt_main>li>p>span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
}

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

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

ul.mp_box_area>li {
  width: 250px;
  height: 148px;
  border: 1px solid #DEDEDE;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.mp_box_area>li:hover {
  width: 248px;
  height: 146px;
  border: 2px solid #004225;
}

.mp_count {
  width: 50px;
  height: 50px;
  background: #004225;
  border-radius: 0 0 0 20px;
  position: absolute;
  right: 0; top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.mp_box_txt {
  width: 200px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.mp_box_txt>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
}

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


/* ---------------------------------------------------------------- */
#order_processing_status {
  width: 100%;
  height: 535px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
}

.my_page_tit>p {
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.my_page_tit>span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 5px;
  margin-bottom: 5px;
}

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

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

ul.ops_box_area>li {
  width: 290px;
  height: 198px;
  border: 1px solid #DEDEDE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

ul.ops_box_area>li:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.ops_box_main {
  width: 100px;
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

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

.ops_box_main>span {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
}

ul.ops_box_area>li:hover a>.ops_box_main>span {
  color: #fff;
  transition: color 0.3s ease;
}

.ops_box_main>i {
  font-size: 50px;
  color: #E9E9E9;
}

.osch_txt {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

ul.ops_box_area>li.osch_btn:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

ul.ops_box_area>li.osch_btn:hover a>.osch_txt>i {
  color: #fff;
  transition: color 0.3s ease;
}


/* ---------------------------------------------------------------- */
#recently_ordered_products {
  width: 100%;
  height: 642px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
}

.my_page_tit>b {
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.ois_list_section {
  width: 100%;
  height: 532px;
  border-bottom: 1px solid #E9E9E9;
}

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

ul.ois_list_top_main {
  width: 1186px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

ul.ois_list_main>li>ul {
  width: 1186px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_txt>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.198px;
}

.list_txt_point>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.198px;
}

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

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

#my_list_section {
  width: 800px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

.ida_buyrv_section {
  width: 100%;
  height: 760px;
  border-radius: 20px;
  border: 1px solid #CECECE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ida_buyrv_main {
  width: 80%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.ida_buyrv_main_list {
  width: 100%;
  height: 545px;
}

ul.ida_buyrv_main_list>li {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #C1C1C1;
  background: #fff;
  margin-top: 15px;
  
}

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

ul.ida_buyrv_main_list>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

ul.ida_buyrv_main_list {
  width: 100%;
  height: 545px;
}

ul.ida_buyrv_main_list>li {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #C1C1C1;
  background: #fff;
  margin-top: 15px;
  
}

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

ul.ida_buyrv_main_list>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

ul.ida_buyrv_main_list>li:hover .ida_buyrv_ml_txt>p,
ul.ida_buyrv_main_list>li:hover .ida_buyrv_ml_w>p 
{
  font-weight: 700;
  color: #004225;
  transition: color 0.3s ease;
}

.ida_buyrv_ml_txt>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}

.ida_buyrv_ml_w>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}

ul.ida_buyrv_main_list>li:hover .ida_buyrv_ml_txt>p,
ul.ida_buyrv_main_list>li:hover .ida_buyrv_ml_w>p 
{
  font-weight: 700;
  color: #004225;
  transition: color 0.3s ease;
}

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

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

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

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

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

#rvp_section {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rvp_box {
  width: 100%;
  height: 760px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #CECECE;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  scrollbar-width: none;
}

ul.rvp_box_main::-webkit-scrollbar {
  display: none;              
}

ul.rvp_box_main {
  width: 314px;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
}

ul.rvp_box_main>li {
  width: 100%;
  height: 220px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

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

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

.rvp_img_btns>a {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.rvp_txt_area {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.rvp_txt_area>a>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-top: 15px;
}

.rvp_payamt {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

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

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

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

/* ---------------------------------------------------------------- */
#my_menu_section {
  width: 100%;
  height: 535px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 150px;
}

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

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

ul.my_menu_btns>li {
  width: 290px;
  height: 198px;
  border: 1px solid #DEDEDE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

ul.my_menu_btns>li:hover {
  width: 288px;
  height: 196px;
  border: 2px solid #004225;
}

.mm_box_main {
  width: 250px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

.mm_box_main>p {
  color: #CCC;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

ul.my_menu_btns>li:hover a>.mm_box_main>p {
  color: #333;
  transition: color 0.3s ease;
}


/* ---------------------------------------------------------------- */
.mp_seller_pg_move_btn>a>button {
  width: 200px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 30px;
  cursor: pointer;
  background: #333;
}

.mp_seller_pg_move_btn>a>button:hover {
  background: #10bd00;
  transition: background-color 0.3s ease;
}

.mp_seller_pg_move_btn>a>button>p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

.mp_seller_pg_move_btn>a>button>i {
  font-size: 12px;
  color: #fff;
  margin-left: 8px;
}


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

