@charset "euc-kr";

.eventWrap.gong {
  --point-color: #0074f3;
  --point-color2: #d6ebff;
  --point-color3: #46fdff;
  --point-color4: #155096;
}

.eventWrap.sobang {
  --point-color: #e92525;
  --point-color2: #ffd7dc;
  --point-color3: #ffef68;
  --point-color4: #971212;
}

/* url: https://img.megagong.net/m/2025/ */
.con_tit .end::after {
  background: #46b9a0;
} /* ÀÌº¥Æ®Á¾·á ¾ÆÀÌÄÜ »ö»óº¯°æ */

.flt_inner.renewal {
  width: 164px;
}
.flt_inner.renewal ul {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #000000;
}
.flt_inner.renewal li {
  border-top: 2px solid #000000;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
}
.flt_inner.renewal li:first-child {
  border-top: 0;
}
.flt_inner.renewal li .text {
  font-size: 16px;
  color: #010101;
}
.flt_inner.renewal li .text strong {
  color: var(--point-color);
  font-weight: 700;
}
.flt_inner.renewal li .evt {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #000;
}
.flt_inner.renewal li .gift {
  display: block;
  margin: 10px 0;
}
.flt_inner.renewal li a {
  background-color: #fff;
  padding: 20px 0;
}
.flt_inner.renewal li.pic a {
  background-color: var(--point-color);
}
.flt_inner.renewal li.pic .text {
  color: #fff;
}
.flt_inner.renewal li.pic .text strong {
  color: var(--point-color3);
}
.flt_inner.renewal a.b-top {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  margin-top: 10px;
}
.flt_inner.renewal a.b-top::after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  background: url(https://img.megagong.net/m/common/ic_top_arrow.png) 50% 50%
    no-repeat;
}

.eventWrap.sobang .lecTab_wrap > div ul li.on button span,
.teaTab_wrap > div ul li.on button span,
.stepTab_wrap > div ul li.on button span {
  background-color: var(--point-color);
}

.evSection.evCon1 {
  background-image: url(https://img.megagong.net/m/2024/1212_mock/top_bg_gong.jpg);
  padding: 0;
}
.evSection.evCon1 .inner {
  width: 1200px;
}
.eventWrap.sobang .evSection.evCon1 {
  background-image: url(https://img.megagong.net/m/2024/1212_mock/top_bg_sobang.jpg);
  padding: 0;
}

.evSection.evCon2, .evSection.evCon4 {
  padding: 130px 0;
  background-color: var(--point-color2);
}
.evSection.evCon2 .con_tit {
  margin-top: 10px;
}
.evSection.evCon2 .mini_tit {
  color: var(--point-color);
}

.people_list {
  margin-top: 50px;
}
.people_list li dl {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.people_list li:nth-child(even) dl {
  flex-direction: row-reverse;
}
.people_list li dl dd {
  background-color: #fff;
  font-size: 18px;
  padding: 30px 105px;
  position: relative;
}
.people_list li:nth-child(odd) dd {
  border-radius: 50px 50px 50px 0;
}
.people_list li:nth-child(even) dd {
  border-radius: 50px 50px 0 50px;
}
.people_list li dl dd::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 23px;
}
.people_list li:nth-child(odd) dd::after {
    background: url(https://img.megagong.net/m/2024/1212_mock/edge_l.png) 50% 50% no-repeat;
    left: -20px;
}
.people_list li:nth-child(even) dd::after {
    background: url(https://img.megagong.net/m/2024/1212_mock/edge_r.png) 50% 50% no-repeat;
    right: -20px;
}
.evCon2 .btm_con {
  margin-top: 70px;
}
.evCon2 .btm_con span {
  position: relative;
  color: var(--point-color);
}
.evCon2 .btm_con span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  width: 100%;
  height: 5px;
}
.evCon2 .btm_con span em {
  position: relative;
  font-style: normal;
}
.evSection.evCon3 {
  padding: 130px 0;
}
.evCon3 .con_tit span {
  color: var(--point-color);
}
.evCon3 .con_box {
  margin-top: 80px;
}
.evCon3 .evt-tab li span {
  font-weight: 700;
}
/* .evCon3 .evt-tab li.on span {
  color: var(--point-color); 
} */
.evCon3 .evt-tab.type-1 li.on a { 
  background-color: var(--point-color);
  color: #fff;
}
.evCon3 .evt-tab.type-1 li.on::before {
  background-color: var(--point-color);
}
.evCon3 .panel_base {
  margin-top: 70px;
}
.evCon3 .line_tit,
.evCon4 .line_tit {
  margin: 60px 0 45px;
}
.evCon3 .special_list {
  display: flex;
  gap: 0 28px;
}
.evCon3 .special_list .swiper-slide {
  width: 33.333%;
  padding: 40px 20px;
  border: 2px solid #212121;
  border-radius: 15px;
  height: 234px;
}
.evCon3 .special_list .swiper-slide .line {
  display: inline-block;
}
.evCon3 .special_list .swiper-slide .line::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--point-color);
  border-radius: 2px;
  margin-top: 2px;
}
.evCon3 .special_list .swiper-slide p {
  font-size: 16px;
  color: #6f6f6f;
  margin-top: 25px;
}
.evCon3 .special_list .swiper-slide p strong {
  font-weight: 500;
  color: #000;
}
.evCon3 .special_list .swiper-pagination-bullet {
  background: var(--point-color2);
}
.evCon3 .special_list .swiper-pagination-bullet-active {
  background: var(--point-color);
}
.evCon4 .con_tit span {
  color: var(--point-color);
}

.evCon5 {
  background-color: var(--point-color);
  padding: 130px 0;
}
.evCon5 .mini_tit {
  opacity: 0.6;
}
.evCon5 .con_box {
  margin-top: 60px;
}
.evCon5 .tiny_text {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  margin-top: 30px;
}

.evCon6 {
  padding: 130px 0;
}
.evCon6 .con_tit {
  margin-top: 10px;
}
.evCon6 .con_tit span {
  color: var(--point-color); 
}
.evCon6 .con_box {
  margin-top: 60px;
}
#chrtab_1, #chrtab_2, #chrtab_5 ,#chrtab_6, #chrtec_1, #chrstep_1{display: flex;}/* area_maxÀÇ ¹øÈ£¸¦ µû¶ó°¨ */
.evSection .lectureTab .lecTab_wrap .tit,
.evSection .lectureTab .teaTab_wrap .tit,
.evSection .lectureTab .stepTab_wrap .tit{position: relative;flex-shrink: 0;}
.evCon6 .lecTab_wrap > div ul, .teaTab_wrap > div ul, .stepTab_wrap > div ul {display:flex; margin-left: 0; flex-wrap:wrap;}
.evCon6 .conditionSearch_wrap {display: none;}
.evCon6 .teaTab_wrap {display: block !important;}
.evCon6 .stepTab_wrap {display: block !important;}
.evCon6 .lectlist {margin-top :5%;}

#event1 {
  background-color: var(--point-color);
}
#event1 .con_tit span {
  color: var(--point-color3);
}
#event1 .mini_tit {
  font-weight: 500;
  
}
#event1 .mini_tit span {
  color: #ffffff;
}
.eventWrap.gong #event1 .mini_tit {
  color: #b8d0fa;
}
.eventWrap.sobang #event1 .mini_tit {
  color: #f6bdbd;
}
#event1 .container_info.ver_circle .info .info_date.point {
  color: var(--point-color3);
}
#event1 .container_info .info .noti {
  opacity: 0.6;
  color: #fff;
}
#event1 .con_tit .end::after {
  background-color: #111;
}
#event1 .gift_list_wrap li .badge {
  background: var(--point-color4);
}
#event1 .regist_form_area {
  background-color: var(--point-color4);
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .evSection.evCon1 .inner {
    width: 96%;
  }
  .evSection.evCon2,
  .evSection.evCon3,
  .evSection.evCon4,
  .evSection.evCon5,
  .evSection.evCon6 {
    padding: 13% 0;
  }
  .evCon3 .con_tit {
    font-size:clamp(20px,4.3vmin,38px);
  }
  .evCon3 .con_box {
    margin-top: 8%;
  }
  .evCon3 .special_list {
    gap: 0 14px;
  }
  .evCon3 .special_list li {
    padding: 20px 10px;
  }
  .evCon3 .special_list li p {
    font-size: 15px;
  }
  .evCon3 .line_tit, .evCon4 .line_tit {
    margin: 6% 0 4.5%;
  }
  .evCon3 .panel_base {
    margin-top: 7%;
  }
  .people_list {
    margin-top: 5%;
  }
  .evCon5 .con_tit {
    font-size:clamp(20px,4.3vmin,38px);
  }
  .evCon5 .con_box {
    margin-top: 6%;
  }
  .evCon6 .con_tit {
    font-size:clamp(20px,4.3vmin,38px);
  }
  .evCon6 .con_box {
    margin-top: 6%;
  }
}

@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .people_list li dl dt {width:110px;}
  .people_list li dl dd {font-size:14px;padding:30px 50px;}
  
  .evCon3 .special_list{display:block;}
  .evCon3 .special_list li{margin-top:10px;width:100%;}
  .evCon3 .special_list li:first-child{margin-top:0;}
  .evCon3 .special_list li p{margin-top:15px;}
}
@media screen and (max-width: 576px) {
  .people_list li dl dd {font-size:14px;padding:15px 30px;}
  .people_list li {margin-top:20px;}
  .people_list li:first-child {margin-top:0;}
  .evCon3 .evt-tab li span.clp-fs24{font-size: 18px;}
}
