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

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

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

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

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

#rp_infor_btns_section {
  width: 100%;
  height: 280px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

.rp_infor_box {
  width: 610px;
  height: 100%;
  background: #fff;
  border: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.rp_infor_main {
  width: 550px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

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

ul.rp_infor_main>li>span {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.165px;
  display: flex;
  align-items: center;
}

ul.rp_infor_main>li>span>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 5px;
}

.up_rp_ct>span {
  color: #CA2947 !important;
}

.up_rp_ct>span>p {
  color: #CA2947 !important;
}

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

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

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

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

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

/* ---------------------------------------------------------------- */
#r_li_view {
  width: 100%;
  height: 685px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ois_list_section {
  width: 100%;
  height: 532px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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


/* ---------------------------------------------------------------- */
#b_li_view {
  width: 100%;
  height: 685px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------------------------------------------------------------- */
#b_c_ug {
  width: 100%;
  height: 685px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------------------------------------------------------------- */
ul.rp_btns>li.active>button {
  background: #333;
  border: none;
}

ul.rp_btns>li.active>button p,
ul.rp_btns>li.active>button span {
  color: #fff;
}

#b_li_view,
#b_c_ug {
  display: none;
}

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

