@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;
}
@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: 2495px;
  background: #fff url('/events/event250121/images/intro-bg2.png') no-repeat center 60px;
}
.eventTit .intro{
  margin: 0 auto;
  height: 2495px;
  background: url('/events/event250121/images/intro-bg1.png') repeat center;
  position: relative;
}
.eventTit .intro > span,
.eventTit .intro > span > img{
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.eventTit .intro .introTit{
  width: 940px;
  height: 530px;
  top: 170px;
}
.eventTit .intro .introTeacher{
  width: 979px;
  height: 310px;
  top: 784px;
}
.eventTit .intro .event_notice{
  width: 761px;
  height: 147px;
  top: 1295px;
}
.eventTit .intro .passedlist{
  width: 1000px;
  height: 1025px;
  top: 1505px;
}
.eventTit .intro .passedlist > img:nth-of-type(1){
  top: 0px;
  width: 13px;
  height: 49px;
}
.eventTit .intro .passedlist > img:nth-of-type(2){
  width: 940px;
  height: 759px;
  top: 100px;
}



.new_tab{
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 13px;
  background: red;
  padding: 4px 7px;
  font-family: "S-CoreDream-4Regular", "Malgun Gothic", sans-serif;
  line-height: 12px;
}


/* tab1 */
.event-list{
  width: 100%;
  height: auto;
  padding: 100px 0 100px;
  box-sizing: border-box;
  position: relative;
  background: #f7f9fb;
}
.event-list > img:nth-of-type(1){
  text-align: center;
  display: block;
  margin: -122px auto 0 auto;
  box-sizing: border-box;
}
.event-list > img:nth-of-type(2){
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.event-list .tab1Box{
  height: 105px;
  margin-bottom: 75px;
}
.event-list .tab1Box > ul{
  width: 1000px;
  height: 105px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.event-list .tab1Box > ul > li{
  width: 432px;
  height: inherit;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  background: #eff4fc;
}
.event-list .tab1Box > ul > li:nth-of-type(1){
  background: url('/events/event250121/images/tab1-1-off.png') no-repeat center #eff4fc;
}
.event-list .tab1Box > ul > li:nth-of-type(2){
  background: url('/events/event231204/images/tab1-2-off.png') no-repeat center #eff4fc;
}
.event-list .tab1Box > ul > li > a{
  width: inherit;
  height: inherit;
  display: block;
}
.event-list .tab1Box > ul > li > a > img{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-list .tab1Box > ul > li.tab1-1.active,
.event-list .tab1Box > ul > li.tab1-1:hover{
  background: #f35254;
}
.event-list .tab1Box > ul > li.tab1-2.active,
.event-list .tab1Box > ul > li.tab1-2:hover{
  background: #209190;
}
.event-list .tab1Box > ul > li.active > a > img,
.event-list .tab1Box > ul > li:hover > a > img{
  opacity: 1;
}
.event-list .tab1Box > ul > li.active::before{
  width: 100%;
}




/* tab2 */
.cont1 > ul{
  width: 970px;
  margin: 0 auto 10px auto;
  height: 107px;
  border-bottom: 2px solid #dce4f1;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.cont1 > ul > li{
  width: calc(950px / 6);
  height: inherit;
  position: relative;
  box-sizing: border-box;
}
.cont1 > ul > li > a{
  width: inherit;
  height: inherit;
  cursor: pointer;
  color: #dce4f1;
  font-family: "S-CoreDream-6Bold", "Malgun Gothic", sans-serif;
  font-size: 24px;
  line-height: 107px;
}

.cont1-1 > ul > li:hover > a,
.cont1-1 > ul > li.active > a{
  color: #f35254;
}
.cont1-2 > ul > li:hover > a,
.cont1-2 > ul > li.active > a{
  color: #007473;
}



/* tab3 */
.cont2 > ul{
  width: 700px;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  margin: 30px auto;
}
.cont2 > ul > li{
  display: flex;
  width: 134px;
  height: 40px;
  background: #eff4fc;
  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: #adb8ca;
  text-align: center;
  line-height: 40px;
}
.cont1-1 .cont2 > ul > li.active,
.cont1-1 .cont2 > ul > li:hover{
  background: #209190;
}
.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: 0 auto;
  margin-top: 50px;
  border-radius: 20px;
  background: #fff;
  
}
.eventCont .cont1{
  border: 2px solid #1b02b9;
  position: relative;
}

.eventCont > div{
  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;
}



/* 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;
}