@charset "UTF-8";
.mdl015 .tab_swiper {
  margin-top: 0 !important;
}

.e_hidden {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
}

.event_week * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_week {
  width: 100%;
  letter-spacing: -1px;
}
.event_week .inner {
  width: 1200px;
  margin: 0 auto;
}
.event_week .img_top {
  background-color: #0B122E;
  height: 300px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/general/hottracks_weekend/pc/bg.png) no-repeat 50%;
}
.event_week .img_top .inner {
  padding: 67px 0 85px;
}
.event_week .img_top .inner .main_img {
    width: 416px;
    margin: 0 auto;
    text-align: center;
}
.event_week .img_top .inner .main_img img{
    width: 100%;
}
/* 카운트 다운 */
.event_week .countDown {
  background-color: #F2F2F2;
}
.event_week .countDown .inner {
  padding: 8px 0;
  height: 38px;
}
.event_week .countDown .inner .time_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}
.event_week .countDown .inner .time_container>span{
    display: inline-block;
}
.event_week .countDown .inner .time_container>span.time{
    height: 24px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.16px;
}
.event_week .countDown #countTxt {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_week .countDown #countTxt div {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
}
.event_week .countDown #countTxt div + div {
  margin-left: 8px;
}
.event_week .countDown #countTxt div + div::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: ":";
  color: #000;
}
.event_week .countDown #countTxt div:nth-child(1){
  position: relative;
}
.event_week .countDown #countTxt div:nth-child(2) {
  position: relative;
}
.event_week .countDown #countTxt div:nth-child(3) {
  position: relative;
}
.event_week .countDown #countTxt div:nth-child(4) {
  position: relative;
}

.event_week .countDown.fixed {
  position: fixed;
  background-color: #f7f7f7;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  max-width: 100%;
}
.event_week .countDown.fixed .inner {
  position: relative;
  padding: 26px 0;
}
.event_week .countDown.fixed .title {
  display: none;
}
.event_week .countDown.fixed #countTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_week .countDown.fixed #countTxt div {
  position: relative;
  z-index: 1;
  width: auto;
  line-height: 1.1;
  color: #da2128;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.16px;
}
.event_week .countDown.fixed #countTxt div + div {
  margin-left: 5px;
}
.event_week .countDown.fixed #countTxt div + div:before {
  display: none;
}
.event_week .countDown.fixed #countTxt div:nth-child(1) {
  position: relative;
}
.event_week .countDown.fixed #countTxt div:nth-child(1)::after {
  content: "일";
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #777;
}
.event_week .countDown.fixed #countTxt div:nth-child(2) {
  position: relative;
}
.event_week .countDown.fixed #countTxt div:nth-child(2)::after {
  content: "시간";
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #777;
}
.event_week .countDown.fixed #countTxt div:nth-child(3) {
  position: relative;
}
.event_week .countDown.fixed #countTxt div:nth-child(3)::after {
  content: "분";
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #777;
}
.event_week .countDown.fixed #countTxt:before {
  content: "종료까지";
  display: inline-block;
  margin-right: 5px;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #777;
}
.event_week .countDown.fixed #countTxt::after {
  content: "남았어요";
  display: inline-block;
  margin-left: 5px;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #777;
}
/* 쿠폰 */
.event_week .coupon {
  background-color: #fff;
  padding-top: 40px;
}
.event_week .coupon .inner {
  position: relative;
}
.event_week .coupon .inner .title{
    color:#000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.24px;
}
.event_week .coupon .inner .coupon_container{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 910px;
    margin-top: 40px;
    gap: 20px;
}
.event_week .coupon .inner .coupon_container>a.couponDown{
    color: #000;
    display: block;
    width: 290px;
}
.event_week .coupon .inner .coupon_container>a .coupon_img img{
    width: 100%;
}
.event_week .coupon .inner .coupon_container>a .coupon_dis{
    margin-top: 8px;
    color: #595959;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.12px;
}
.event_week .coupon .inner .coupon_container>a .coupon_dis::before{
    margin: 0 8px;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #595959;
    vertical-align: middle;
}
.event_week .coupon .inner .coupon_container .coupon_img{
  display: flex;
  align-items: center;
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/general/hottracks_weekend/pc/coupon_bg.png) 50% 0 no-repeat;
  background-size: contain;
  width: 290px;
  height: 140px;
  padding: 65px 0 28px 24px;
  gap: 0 2px;
}
.event_week .coupon .inner .coupon_container .coupon_img .price{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.event_week .coupon .inner .coupon_container .coupon_img .unit{
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.24px;
}
.event_week .coupon .coupon_btn{
    margin: 40px auto 0;
    display: block;
    width: 290px;
    height: 50px;
    padding: 14px 24px;
    border-radius: 8px;
    background: #DA2128;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 24px;
    letter-spacing: -0.16px;
}
/* 유의사항 */
.event_week .info {
  background-color: #fff;
}
.event_week .info .inner {
  width: 200px;
  padding: 20px 0 40px;
}
.event_week .info .evt_info {
  font-family: "Noto Sans KR", "Roboto";
  font-size: 13px;
}
.event_week .info .evt_info .evt_info_title {
    color: #595959;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.12px;
}
.event_week .info .evt_info .evt_info_list {
  margin-top: 10px;
}
.event_week .info .evt_info .evt_info_list li {
  position: relative;
  padding-left: 10px;
  color: #595959;
  word-break: keep-all;
}
.event_week .info .evt_info .evt_info_list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #595959;
}
.event_week .info .evt_info .evt_info_list li + li {
  margin-top: 10px;
}

/* 상품 */
.mdl015 .tab_swiper {
  top: 151px;
}
.ht_cont.ht_new_list .prod_item{
    border-radius: 0 !important;
}
.ht_cont.ht_new_list .prod_item .product_pic{
    border-radius: 0 !important;
}
.ht_cont.ht_new_list .product_pic img.ob_19{
    border-radius: 0 !important;
}
.ht_cont.ht_new_list .show_replace:before{
    border-radius: 0 !important;
}