@charset "utf-8";
@font-face {
  font-family: "S-CoreDream-2ExtraLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-4Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-6Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-7ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-8Heavy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-9Black";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");

body{
  margin: 0;
  padding: 0;
}
a{
  display: block;
  text-decoration: none;
  color: #000;
}
ul, li{
  margin: 0;
  padding: 0;
  list-style: none;
}
li{
  cursor: pointer;
}

.center{
  left: 50%;
  transform: translateX(-50%);
}


/* event container */
.eventContainer{
  width: 100%;
  height: auto;
  overflow: hidden;
  /* position: relative; */
}


/* intro */
.eventTit{
  width: 100%;
  height: 2200px;
  position: relative;
}
.event_intro{
  position: relative;
  width: 100%;
  height: 1160px;
  overflow: hidden;
}
.event_intro .intro_bg{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
.event_intro .intro_bubble{
  position: absolute;
  width: 100%;
  height: inherit;
  animation: moveInCircle 10s linear infinite;
}
.event_intro .intro_bubble > img{
  position: absolute;
  top: -70px;
  left: -70px;
}
@keyframes moveInCircle {
  0%   { transform: translateX(15px); }
  25%  { transform: translateY(15px); }
  50%  { transform: translateX(-15px); }
  75%  { transform: translateY(-15px); }
  100% { transform: translateX(15px); }
}
.event_intro .intro_bottom_bg{
  width: 100%;
  height: 107px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* .event_intro .intro_bottom_bg > img{} */
.event_intro .intro_tit{
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 1160px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.eventTit .passedlist{
  width: 100%;
  height: 1040px;
  background: #fff;
  padding-top: 37px;
  padding-bottom: 89px;
  box-sizing: border-box;
  background: url('/events/event250630/images/passedlist_bottom_bg.png') no-repeat center bottom;
}
.eventTit .passedlist > img{
  display: block;
  margin: 0 auto;
}


/* tab1 */
.event-list{
  width: 100%;
  height: auto;
  background: #edfaff;
  padding-top: 62px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.event-list .eventlist_img{
  width: 1000px;
  height: 134px;
  display: block;
  margin: 0px auto 90px;
}
.event-list .eventlist_img > img{
  width: inherit;
  height: inherit;
  display: block;
  margin: 0 auto;
}
.event-list .tab1Box{
  width: 100%;
  height: 81px;
  position: relative;
  margin-bottom: 60px;
}
.event-list .tab1Box > ul{
  width: 1000px;
  height: inherit;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  box-sizing: border-box;
}
.event-list .tab1Box > ul .tabbar{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 81px;
  background: #d7edf6;
  border-radius: 4px;
}
.event-list .tab1Box > ul > li{
  width: 500px;
  height: inherit;
  cursor: pointer;
  position: relative;
  font-family: "S-CoreDream-9Black", "Malgun Gothic", sans-serif;
  text-align: center;
  /* line-height: 91px;
  font-size: 57px; */
}
.event-list .tab1Box > ul > li:nth-of-type(1){
  background: url('/events/event250630/images/tab1-1-off.png') no-repeat center -5px;
}
.event-list .tab1Box > ul > li:nth-of-type(2){
  background: url('/events/event250630/images/tab1-2-off.png') no-repeat 49% -3px;
}
.event-list .tab1Box > ul > li > a{
  width: inherit;
  height: inherit;
  display: block;
  opacity: 0;
  transition: 0.3s;
  /* border-radius: 20px; */
}
/* .event-list .tab1Box > ul > li > a::before{
  content: "";
  position: absolute;
  bottom:0;
  left: 148px;
  width: 0;
  height: 41px;
  background-color: #edfaff;
  transition: width 0.3s ease;
} */
.event-list .tab1Box > ul > li:hover,
.event-list .tab1Box > ul > li.active{
  background: #edfaff;
}
.event-list .tab1Box > ul > li:hover > a,
.event-list .tab1Box > ul > li.active > a{
  opacity: 1;
  /* background-color: #fffafa; */
}
/* .event-list .tab1Box > ul > li:hover > a::before,
.event-list .tab1Box > ul > li.active > a::before{
  width: 40%;
} */
.event-list .tab1Box > ul > li > a > img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* tab2 */
.cont1 > ul{
  width: 910px;
  height: 240px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto
}
.cont1 > ul > li{
  width: 430px;
  height: 70px;
  position: relative;
}
/* .cont1-2 > ul > li{
  background: #ffe9e9;
} */
.cont1 > ul > li > a{
  width: inherit;
  height: inherit;
  cursor: pointer;
  color: #bbd8e4;
  background: #def1f9;
  font-family: "S-CoreDream-6Bold", "Malgun Gothic", sans-serif;
  font-size: 26px;
  line-height: 68px;
  border-radius: 15px;
  /* border: 2px solid #eceaea; */
  box-sizing: border-box;
}
/* .cont1-2 > ul > li > a{
  color: #ffcccc;
} */
.cont1 > ul > li.new_tab > a::after{
  content: 'N';
  position: absolute;
  color: #fff;
  background: #ff4848;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 15px;
  margin-left: 5px;
  font-family: "S-CoreDream-6Bold", "Malgun Gothic", sans-serif;
  line-height: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 2px;
  box-sizing: border-box;
}

.cont1 > ul > li:hover > a,
.cont1 > ul > li.active > a{
  color: #fff;
  background: #2b94ff;
  /* border: 2px solid #fff; */
  box-sizing: border-box;
}
/* .cont1-2 > ul > li:hover > a,
.cont1-2 > ul > li.active > a{
  color: #8fd272;
  background: #fff;
  border: 2px solid #8fd272;
  box-sizing: border-box;
} */

/* tab3 */
.cont2 > ul{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 55px auto;
  border-bottom: 2px solid #f3f1ee;
  padding: 36px 0 30px 0;
}
.cont2 > ul > li{
  display: flex;
  width: 134px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 20px;
}
.cont2 > ul > li > a{
  display: block;
  width: inherit;
  height: inherit;
  font-family: "S-CoreDream-4Regular", "Malgun Gothic", sans-serif;
  font-size: 20px;
  color: #c5c5c5;
  text-align: center;
  line-height: 40px;
}
.cont1 .cont2 > ul > li.active,
.cont1 .cont2 > ul > li:hover{
  background: #2b94ff;
}
.cont2 > ul > li.active > a, .cont2 > ul > li:hover > a{
  color: #fff;
  font-family: "S-CoreDream-6Bold", "Malgun Gothic", sans-serif;
}




/* cont1 */
.eventCont{
  width: 100%;
  height: auto;
}
.eventCont > div{
  width: 970px;
  height: auto;
  display: none;
  margin: 50px auto 0 auto;
}

.eventCont > div.active{
  display: block;
}
.eventCont > div > img{
  position: absolute;
  width: 97px;
  height: 29px;
  top: 0px;
}
.eventCont > div:nth-of-type(1) > img{
  left: 215px;
}
.eventCont > div:nth-of-type(2) > img{
  right: 215px;
}

/* 단과 cont2 */
.eventCont2{
  width: 970px;
  height: auto;
  box-sizing: border-box;
  margin: 50px auto 0 auto;
  position: relative;
  background: #fff;
  border: 2px solid #def1f9;
  box-sizing: border-box;
  border-radius: 20px;

}
#tab1-1 .eventCont2 .eventsubject{
  font-size: 28px;
  font-family: "S-CoreDream-6Bold", "Malgun Gothic", sans-serif;
  color: #000;
  text-align: center;
  display: block;
  padding-bottom: 30px;
  border-bottom: 2px #ebebeb solid;
  margin-bottom: 55px;
}
#tab1-1 .eventCont2 #tab2-1 .eventsubject,
#tab1-1 .eventCont2 #tab2-2 .eventsubject{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#tab1-2 .eventCont2 .eventsubject{
  font-size: 28px;
  font-family: "S-CoreDream-6Bold", "Malgun Gothic", sans-serif;
  color: #000;
  text-align: center;
  display: block;
  padding-bottom: 30px;
  border-bottom: 2px #ebebeb solid;
  margin-bottom: 63px;
}
/* #tab1-2 > ul{
  height: 240px;
} */
.eventCont2 > div{ 
  display: none;
  padding-top: 36px;
  box-sizing: border-box;
}
.eventCont2 > div.active{
  display: block;
}

/* 종합반 cont2 */
/* .eventCont2AllClass{
  border: 2px solid #ff7272;
} */
.eventCont2AllClass > div{
  padding-bottom: 40px;
  padding-top: 30px;
  box-sizing: border-box;
}
.eventCont2AllClass > div > img{
  display: block;
  margin: 0 auto;
}
.eventCont2AllClass > div > img:nth-of-type(2){
  margin-top: 80px;
}


/* cont3 */
.eventCont3{
  width: 970px;
  height: auto;
  padding: 0px 0px 60px;
  box-sizing: border-box;
}
.eventCont3 > div{
  display: none;
}
.eventCont3 > div.active{
  display: block;
}






/* 종합반 cont2 */
.allclass-layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px 0px 100px;
  background: #fff;
}
.allclass-layout .allclassTit{
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  height: 94px;
  border: 0;
  filter: none;
  opacity: 1;
}
.allclass-layout .allclassTit > img{
  display: block;
  margin: 0px auto;
}
.allclass-layout > span{
  width: 438px;
  height: 220px;
  position: relative;
  border-radius: 15px;
  filter: grayscale(1);
  border: 1px solid #2b94ff;
  opacity: 0.5;
  margin-top: 20px;
  transition: 0.4s;
  top: 0px;
  left: 0px;
}
.allclass-layout > span:hover{
  filter: none;
  opacity: 1;
  box-shadow: 6px 6px 9px rgba(185, 185, 185, 0.33);
  top: -10px;
  left: -10px;
  border: 1px solid #2b94ff;
}
.allclass-layout > span .allclassImg{
  width: 355px;
  height: 220px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.allclass-layout > span .allclassImg > img{
  position: absolute;
  top: 16px;
  left: 20px;
}
.allclass-layout > span > button{
  width: 83px;
  height: 220px;
  background: #2b94ff;
  font-family: "S-CoreDream-7ExtraBold", "Malgun Gothic", sans-serif;
  position: absolute;
  right: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  justify-items: center;
  border-radius: 0 13px 13px 0;
}
.allclass-layout > div{
  width: 100%;
  height: 32px;
  background: #fff;
  margin-top: 57px;
}
.allclass-H2 > span .allclassImg > img,
.allclass-O2 > span .allclassImg > img {
  top: 42px;
}

.allclass-S2 > span{
  width: 850px;
  height: 235px;
}
.allclass-S2 > span .allclassImg{
  width: 767px;
  height: inherit;
  overflow: hidden;
}
.allclass-S2 > span .allclassImg img{
  position: static;
  border-radius: 14px;
}
.allclass-S2 > span > button{
  height: inherit;
}
.allclass-S2 > span:nth-of-type(3),
.allclass-S2 > span:nth-of-type(3) .allclassImg,
.allclass-S2 > span:nth-of-type(3) > button{
  height: 157px;
}



/* event notice */
.eventNotice {
  background: #f3f3f3;
  width: 100%;
  height: auto;
  padding: 62px 0;
  box-sizing: border-box;
}
.eventNotice .noticeText {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  color: #000;
}
.eventNotice .noticeText .noticetit {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 29px;
  width: 100%;
  box-sizing: border-box;
}
.eventNotice .noticeText > p,
.eventNotice .kakaoAsk {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.eventNotice .noticeText > p > b{
  display: block;
}
.eventNotice .noticeText > p > span,
.eventNotice .noticeText td{
  font-size: 18px;
  line-height: 29px;
}
.eventNotice .noticeText table{
  padding: 0;
  margin-left: 12px;
  margin-top: 7px;
}
.eventNotice .noticeText td{
  padding: 5px;
  box-sizing: border-box;
}
.eventNotice .noticeText .notice-tit3-1{
  width: 80px;
  border-right: 1px solid #aaa;
}
.eventNotice .noticeText .notice-tit3-2{
  padding: 10px 27px;
  box-sizing: border-box;
}
.eventNotice .kakaoAsk {
  font-weight: bold;
  margin: 30px auto 0;
  width: 100%;
  height: 50px;
  clear: both;
}
.eventNotice .kakaoAsk > span {
  width: 70%;
  display: block;
  float: left;
}
.eventNotice .kakaoAsk > a {
  display: block;
  width: 25%;
  border: 0;
  border-radius: 10px;
  height: 60px;
  background: #fee102;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  cursor: pointer;
  float: right;
  text-align: center;
  line-height: 60px;
  color: #000;
}



.cont2-6 .event_list_contents .event_class{
  padding: 20px 15px;
}