/* fonts css */
@import url('../fonts/fonts.css');
/* rest css */
@import url('reset.css');

.container {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 16px;
}

#timebox {
  width: 100%;
  height: 50px;
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  gap: 5px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

#timer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.mainimgbox {
  position: relative;
  padding-top: 50px;
}
.mainimgbox a {
  display: flex;
}
.mainimgbox img {
  width: 100%;
}
.imgbox {
  position: relative;
}
.imgbox a {
  display: flex;
}
.imgbox img {
  width: 100%;
}
.flex-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.sub02 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
}
.sub02 li {
  flex: 1;
  padding: 0 4px;
}
.sub02 p {
  font-size: 16px;
  margin-top: 5px;
}
.sub03 {
  padding: 30px 15px;
}
.sub03 ul {
  flex-wrap: wrap;
  gap: 30px 10px;
}
.sub03 ul li {
  width: calc((100% - 10px) / 2);
  border: 1px solid #eaeaea;
}
.sub03 .title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.sub03 .name {
  padding: 12px 5%;
  font-size: 13px;
  line-height: 1.5em;
}
.sub03 .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 12px 5%;
}
.sub03 .tags > div {
  padding: 2px 8px;
  border-radius: 4px;
  background: #bbb;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.sub03 .pricebox {
  padding: 12px 5%;
  background: #fafafa;
  font-size: 16px;
  font-weight: 700;
}
.sub03 .pricebox > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
}
.sub03 .pricebox > div + div {
  margin-top: 4px;
}
.sub03 .pricebox span {
  font-size: 12px;
  font-weight: 400;
}
.sub03 .pricebox span:first-child {
  margin-left: 0;
  margin-right: auto;
}
.sub03 .price {
  color: #555;
}
.sub03 .cardPrice {
  color: #ed1d7a;
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 100px 0;
}
.more p {
  font-size: 12px;
  margin-bottom: 10px;
}
.more img {
  width: 34px;
}

.info_wrap p img {
  width: 980px;
  margin-bottom: 8px;
}
.info_wrap {
  margin: 0 auto;
  display: inline-block;
  clear: both;
  font-family: 'Noto Sans KR';
  font-weight: 200;
  color: #565656;
}

.info_coupon_wrap {
  margin: 0px 0 0 0;
  text-align: left;
}
.coupon_title {
  margin-top: 8px;
  border: 1px solid #575757;
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  background-color: #757575;
  padding: 8px 15px;
  letter-spacing: -1.2px;
  font-family: 'Noto Sans KR' !important;
  width: 680px;
}
.info_coupon {
  border: 1px solid #bfbfbf;
  padding: 15px;
}
.info_coupon ul {
  display: inline-block;
  vertical-align: top;
}
.info_coupon li {
  font-family: 'Noto Sans KR';
  list-style: none;
  font-size: 14px;
  color: #666;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -1.3px;
  background-image: url(/jsps_life/common/images/common/list_style.png);
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: 0 8px;
}
.sp_footer img {
  width: 680px;
  padding: 8px 0 8px 0;
  margin: 0 auto 40px;
}

.info_coupon_last {
  margin-top: 8px;
  border: none;
  padding: 15px;
  background-color: #f2f2f2;
}

.info_coupon_last .text01 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
}

.info_coupon_last .text02 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
}

.info_coupon_last .text03 {
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: -1px;
  line-height: 20px;
}
