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

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

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

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

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

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

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

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

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


/* ---------------------------------------------------------------- */
#cupon_list {
  width: 100%;
  height: 575px;
  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;
}

.list_txt_point>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 30px;
  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: 250px;
  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;
}

/* ---------------------------------------------------------------- */
#register_coupon {
  width: 100%;
  height: 300px;
  margin-top: 80px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.register_coupon_box {
  width: 100%;
  height: 200px;
  background: #004225;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register_coupon_area {
  width: 770px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

.register_coupon_main>input {
  width: 596px;
  height: 58px;
  border: none;
  color: #333;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px; 
}

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

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

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

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

.register_coupon_area>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.132px;
}

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

ul.coupon_infor_main {
  width: 1200px;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

