body {
  font-family: "Helvetica Neue";
  margin: 0;
}

#nav_bar {
  position: fixed;
  width: 100%;
  height: 1.24rem;
  background-color: #fff;
  border-bottom: 0.01rem solid rgb(214, 214, 214);
  box-shadow: 0 0.5px #999999;
  z-index: 97;
}
#nav_line {
  height: 1.24rem;
}

.back_arrow {
  width: 0.28rem;
  height: 0.5rem;
  position: fixed;
  top: 0.4rem;
  left: 0.26rem;
}

#goola_card {
  width: 9.2rem;
  height: 8.45rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.13rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0.32rem 0 0 0.4rem;
}

#goola_card_inner_img {
  width: 100%;
  height: 5.33rem;
}

#stamp_title {
  font-size: 0.48rem;
  font-weight: bold;
  margin: 0.32rem 0 0 2.33rem;
}

#stamp_area {
  margin-top: 0.26rem;
  width: 100%;
  height: 2.26rem;
  float: left;
  padding: 0.26rem 0 0 0.13rem;
}

.stamp_status_img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.24rem;
}

#program_detail_card {
  width: 8.64rem;
  margin-bottom: 0.52rem;
  padding: .15rem 0.28rem 0.5rem 0.26rem;
  background-color: #EAEAEA;
  border-radius: 5px;
  margin: 0.93rem 0 0 0.4rem
}

#prodram_detail_title {
  font-size: 0.48rem;
  font-weight: medium;
  color: #333333;
}

.program_detail_contents {
  font-size: 0.37rem;
  font-weight: regular;
  line-height: 0.48rem;
  color: #333333;
  margin: 0;
}

.prodram_detail_main_contents {
  margin-top: 0.18rem;
}

.prodram_detail_sub_contents {
  margin: 0.24rem 0 0.32rem 0.55rem;
}

#coupon_background_top {
  margin-top: 0.53rem;
  width: 100%;
	height: 1.97rem;
  z-index: -29;
}

#coupon_background_body {
  width: 100%;
	background-image: url('../image/coupon_background_body.png');
  z-index: -30;
  padding: 0.4rem 0 0.77rem;
}

.coupon_list {
  width: 9.2rem;
  height: 3.67rem;
  margin: 0.4rem 0.4rem 0 0.4rem;
  background-image: url('../image/coupon_background.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.coupon_thumbnail {
  float: left;
  margin: 0.3rem 0 0 0.26rem;
  width: 3.06rem;
  height: 3.06rem;
}

.pold_line {
  float: left;
  margin: 0.34rem 0 0 0.26rem;
  width: 0px;
  height: 2.93rem;
  border-left: 1px dashed #EAEAEA;
}

.title_area {
  width: 5.6rem;
  height: 1.46rem;
  padding-left: 3.59rem;
}

.brand_logo {
  float: left;
  margin: 0.45rem 0 0 0.26rem;
  width: 1.01rem;
  height: 1.01rem;
}

.coupon_title {
  float: left;
  margin: 0.77rem 0 0 0.26rem;
  width: 3.9rem;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.42rem;
}

.contents_area {
  width: 5.6rem;
  padding-left: 3.59rem;
}

.coupon_contents1 {
  margin: 0.1rem 0 0 0.26rem;
  font-size: 0.42rem;
  font-weight: regular;
  line-height: 0.48rem;
  letter-spacing: -0.04rem;
}

.coupon_contents2 {
  margin: 0 0 0 0.26rem;
  font-size: 0.42rem;
  font-weight: regular;
  line-height: 0.48rem;
  letter-spacing: -0.04rem;
}

.coupon_period {
  margin: 0 0 0 0.26rem;
  font-size: 0.32rem;
  font-weight: regular;
  color: #FF5D34;
}

.location_info_area {
  width: 5.6rem;
  padding-left: 3.59rem;
}

.gps_icon {
  float: left;
  width: 0.24rem;
  height: 0.29rem;
  margin: 0.12rem 0 0.30rem 0.29rem;
}

.location_cnt {
  float: left;
  margin: 0.08rem 0 0.26rem 0.15rem;
  font-size: 0.32rem;
  font-weight: regular;
  line-height: 0.37rem;
  letter-spacing: -0.03rem;
  color: #999999;
}

/*
 * 모달 CSS
 */
.modal_background_off {
  display: none;
}

.modal_background_on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
}

#modal_area {
  width: 8.93rem;
  height: 12.28rem;
  margin: 2.77rem 0 0 0.53rem;
  padding: 0.58rem 0 0 0;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 0.13rem;
  box-sizing: border-box;
}

#modal_title {
  font-size: 0.48rem;
  font-weight: medium;
  margin: 0;
}

#modal_image_area {
  margin: 0.4rem 0 0.53rem 0;
}

#modal_coupon_img {
  width: 4.48rem;
  height: 4.48rem;
  z-index: 80;
}

#modal_coupon_img_sticker {
  position: absolute;
  left: 2.78rem;
  width: 4.48rem;
  height: 4.48rem;
  z-index: 81;
}

#mask_for_used {
  position: absolute;
  top: 4.35rem;
  left: 2.76rem;
  width: 4.48rem;
  height: 4.48rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.13rem;
  z-index: 82;
}

#modal_info_area {
  height: 2.77rem;
}

#modal_contents_text {
  font-size: 0.42rem;
  font-weight: regular;
  line-height: 0.48rem;
  letter-spacing: -0.04rem;
  margin: 0 0 0.85rem 0;
}

#issu_info {
  width: 5.2rem;
}

.first_issue_info {
  float: left;
  width: 2.5rem;
  margin-left: 1.86rem;
}

.second_issue_info {
  float: left;
  width: 0.2rem;
}

.third_issue_info {
  float: left;
  width: 2.5rem;
}

.date_text {
  font-size: 0.32rem;
  font-weight: medium;
  line-height: 0.48rem;
  color: #999999;
  text-align: left;
}

#modal_user_sticker_img {
  position: absolute;
  top: 8.32rem;
  left: 6.45rem;
  width: 2.77rem;
  height: 2.77rem;
  z-index: 83;
}

.guide_area {
  position: absolute;
  top: 13.72rem;
  left: 0.53rem;
  width: 8.93rem;
  height: 1.33rem;
  border-radius: 0 0 0.13rem 0.13rem;
}

.guide_text {
  margin: 0.38rem 0 0 0;
  font-size: 0.37rem;
  font-weight: bold;
  color: #fff;
}

.on_back {
  background-color: #66B5F8;
}

.off_back {
  background-color: #EAEAEA;
}
