@charset "UTF-8";

.cat_sec15.csh {
  text-align: center;
}
.cat_sec15.csh h3.big_title {
  color: #fff;
  font-family: 'Pretendard';
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}
.cat_sec15.csh .cont_1 {
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.cat_sec15.csh .cont_1 .text_box > div {
  gap: 40px;
  margin-top: 0;
}
.cat_sec15.csh .cont_1 .text_box > div p .white {
  color: #fff;
}
.cat_sec15.csh .cont_1 .text_box > div p .underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.cat_sec15.csh .cont_1 .text_box > div p .box {
  font-size: 30px;
  font-weight: 700;
  background: #67b5a9;
  padding: 3px;
}
.cat_sec15.csh .cont_1 .img_box {
}

@media screen and (max-width: 1024px) {
  .cat_sec15.csh .br_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cat_sec15.csh h3.big_title {
    font-size: 28px;
    letter-spacing: -0.9px;
    font-weight: 500;
  }
  .cat_sec15.csh .cont_1 .text_box > div p .box {
    font-size: 20px;
  }
  .cat_sec15.csh .cont_1 {
    gap: 40px;
  }
}

/* 이벤트 진행중 추가 */
.comm1-wrapper .com1_list_img {
  position: relative;
}
.comm1-wrapper .com1_list_img .curr {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 10px 10px 0 0;
  background: #64bfa7;
  max-width: 82px;
  padding: 6px 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.comm1-wrapper .com1_grid_list.end .com1_list_img .curr {
  background: #222;
}
.comm1-wrapper .com1_grid_list.end .com1_list_img img {
  filter: grayscale(1);
}
