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

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

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

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

#shipping_address_list_btns {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

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

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

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

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

/* ---------------------------------------------------------------- */
.shipping_address_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.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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_txt {
  display: none;
}

.fixed_txt>button {
  width: 50px;
  height: 30px;
  border: none;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fixed_txt>button>p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.154px;
  text-align: center;
}

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

.shipping_address_fixed_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.165px;
}

.shipping_address_fixed_cancel_btn {
  display: none; 
}

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

.shipping_address_fixed_cancel_btn>button>p {
  color: #604F29;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.165px;
}

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: 30px;
  width: 120px;
  flex: 0 0 120px; 
}

.list_txt3 {
  width: 100%;
  margin-left: 30px;
  flex: 0 0 120px; 
}

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

.list_tit4 {
  margin-left: 30px;
}

.list_txt4 {
  margin-left: 30px;
}

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

.list_tit5 {
  margin-left: 40px;
}

.list_txt5 {
  margin-left: 40px;
}

.list_tit6 {
  margin-left: 30px;
}

.list_txt6 {
  margin-left: 30px;
}

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

.list_tit7 {
  margin-left: 3dvh;
}

.list_txt7 {
  margin-left: 3dvh;
}

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

.list_tit8 {
  margin-left: 30px;
}

.list_txt8 {
  margin-left: 30px;
}

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

.list_tit2 { flex: 0 0 90px; }
.list_tit4 { flex: 0 0 60px; }
.list_tit5 { flex: 0 0 120px; }
.list_tit6 { flex: 0 0 120px; }
.list_tit7 { flex: 0 0 120px; }
.list_tit8 { flex: 0 0 320px; }

.list_txt2 { flex: 0 0 90px; }
.list_txt4 { flex: 0 0 60px; }
.list_txt5 { flex: 0 0 120px; }
.list_txt6 { flex: 0 0 120px; }
.list_txt7 { flex: 0 0 120px; }
.list_txt8 { flex: 0 0 320px; }

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

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

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

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


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

