html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, small, strong, b, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, section, video, button {
	margin: 0;
  padding: 0;
  border: 0;
}

/*S-Core Dream*/
@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Bloca.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

#liveConnection-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}

@media(min-width:1200px) {
  #liveConnection-container {
    padding: 0;
  }
}

/*Prev Bnn Container*/
.prevBnnContainer {
  position: relative;
  padding: 20px 32px; /*prev, next 버튼의 2배 크기로 잡음*/
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.prevBnnContainer .swiper-container .swiper-wrapper {
  margin: 0 auto;
}

.prevBnnContainer .swiper-container .swiper-wrapper .swiper-slide {
  width: 200px !important;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.prevBnnContainer .swiper-container .swiper-wrapper .swiper-slide > img {
  width: 200px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.prevBnnContainer .swiper-container .swiper-wrapper .swiper-slide > figcaption {
  font-family: 'pretendard', 'Noro Sans KR';
  font-size: 14px;
  font-weight: 700;
  color: #444444;
}

#liveConnection-container .swiper-slide {
  width: 100%;
}

/* 배너 개별 색상 !!!! 이 부분은 테스트용임. 라이브 시 삭제!!!! */
.slide1 > img { background-color: red; }
.slide2 > img { background-color: orange; }
.slide3 > img { background-color: yellow; }
.slide4 > img { background-color: green; }
.slide5 > img { background-color: blue; }
.slide6 > img { background-color: navy; }
.slide7 > img { background-color: purple; }
.slide8 > img { background-color: aqua; }
.slide9 > img { background-color: pink; }
.slide10 > img { background-color: burlywood; }

/*Next, Prev*/
.prevBnnContainer .swiper-button-prev,
.prevBnnContainer .swiper-button-next {
  width: 16px !important;
  height: 16px !important; 
  color: #CCCCCC !important;
  background-color: transparent;
  font-size: 16px;
  top: 50%;
}

.prevBnnContainer .swiper-button-prev::after, 
.prevBnnContainer .swiper-button-next::after {
  font-size: 16px !important;
  line-height: 1;
}

.prevBnnContainer .swiper-button-prev:hover,
.prevBnnContainer .swiper-button-next:hover {
  color: #444444 !important;
}

/*Video*/
#liveConnection-container .video-section {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 960px;
}

#liveConnection-container .video-section .item {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

#liveConnection-container .video-section .item iframe,
#liveConnection-container .video-section .item object,
#liveConnection-container .video-section .item embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(min-width:768px) {
  #liveConnection-container .video-section {
    margin-top: 20px;
  }

  #liveConnection-container .video-section .item {
    border-radius: 10px;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .video-section {
    margin-top: 30px;
  }
}

/*first-common*/
#liveConnection-container .event-first {
  padding-bottom: 40px;
}

#liveConnection-container .event-first div,
#liveConnection-container .event-first h1,
#liveConnection-container .event-first h2,
#liveConnection-container .event-first h3,
#liveConnection-container .event-first h4,
#liveConnection-container .event-first h5,
#liveConnection-container .event-first h6,
#liveConnection-container .event-first p {
  font-family: 'S-CoreDream';
  letter-spacing: -0.05em;
}

#liveConnection-container .event-first .section01,
#liveConnection-container .event-first .section02,
#liveConnection-container .event-first .section03,
#liveConnection-container .event-first .section03-obj,
#liveConnection-container .event-first .section04,
#liveConnection-container .event-first .section05,
#liveConnection-container .event-first .section06,
#liveConnection-container .event-first .section07,
#liveConnection-container .event-first .section08 {
  position: relative;
  text-align: center;
}

@media(min-width:1280px) {
  #liveConnection-container .event-first {
    padding-bottom: 100px;
  }
}

/*Section02*/
#liveConnection-container .event-first .section02 {
  padding: 40px 0;
  background-color: #C1E1FF;
}

#liveConnection-container .event-first .section02 h1 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  color: #0079EE;
}

#liveConnection-container .event-first .section02 h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #0079EE;
}

#liveConnection-container .event-first .section02 h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #4BA7FF;
}

#liveConnection-container .event-first .section02 .card-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 30px 0;
}

#liveConnection-container .event-first .section02 .card-section .card-left,
#liveConnection-container .event-first .section02 .card-section .card-right {
  position: relative;
  padding: 20px;
  width: 95%;
  max-width: 580px;
}

#liveConnection-container .event-first .section02 .card-section .card-left {
  align-self: flex-start;
  background: url('/edu/skin/default/content/images/liveconnection/section2-img01.png'), #4BA7FF;
  background-position: left bottom, center;
  background-repeat: no-repeat, repeat;
  background-size: 140px auto;
  border-radius: 0 30px 30px 0;
}

#liveConnection-container .event-first .section02 .card-section .card-right {
  align-self: flex-end;
  background: url('/edu/skin/default/content/images/liveconnection/section2-img02.png'), #0079EE;
  background-position: right bottom, center;
  background-repeat: no-repeat, repeat;
  background-size: 140px auto;
  border-radius: 30px 0 0 30px;
}

#liveConnection-container .event-first .section02 .card-section .card-left > p,
#liveConnection-container .event-first .section02 .card-section .card-right > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  text-align: left;
}

#liveConnection-container .event-first .section02 .card-section .card-left > p {
  margin-left: 90px;
}

#liveConnection-container .event-first .section02 .card-section .card-left > p.point,
#liveConnection-container .event-first .section02 .card-section .card-right > p.point {
  margin-top: 10px;
  font-weight: 600;
}

#liveConnection-container .event-first .section02 .card-section .card-right .card-obj {
  position: absolute;
  right: 10px;
  top: -40px;
  width: 60px;
  height: auto;
}

#liveConnection-container .event-first .section02 .circle-img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #FFE5A6;
  border-radius: 50%;
  overflow: hidden;
}

@media(min-width:768px) {
  #liveConnection-container .event-first .section02 {
    padding: 60px 0;
  }

  #liveConnection-container .event-first .section02 h1 {
    margin-top: 15px;
    font-size: 26px;
  }
  
  #liveConnection-container .event-first .section02 h2 {
    font-size: 24px;
  }
  
  #liveConnection-container .event-first .section02 h3 {
    margin-top: 10px;
    font-size: 18px;
  }
  
  #liveConnection-container .event-first .section02 .card-section {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }

  #liveConnection-container .event-first .section02 .card-section .card-right {
    margin-top: 50px; /*랄라 크기만큼*/
  }
  
  #liveConnection-container .event-first .section02 .card-section .card-left > p,
  #liveConnection-container .event-first .section02 .card-section .card-right > p {
    font-size: 16px;
  }
    
  #liveConnection-container .event-first .section02 .card-section .card-right .card-obj {
    right: 20px;
    top: -47px;
    width: 70px;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .event-first .section02 {
    padding: 100px 0;
  }
  
  #liveConnection-container .event-first .section02 h1 {
    margin-top: 20px;
    font-size: 50px;
  }
  
  #liveConnection-container .event-first .section02 h2 {
    font-size: 40px;
  }
  
  #liveConnection-container .event-first .section02 h3 {
    margin-top: 15px;
    font-size: 28px;
  }
  
  #liveConnection-container .event-first .section02 .card-section {
    gap: auto;
    margin: 40px 0;
    background: url('/edu/skin/default/content/images/liveconnection/section2-bg.png'), #C1E1FF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #liveConnection-container .event-first .section02 .card-section .card-left,
  #liveConnection-container .event-first .section02 .card-section .card-right {
    padding: 30px;
  }
    
  #liveConnection-container .event-first .section02 .card-section .card-right {
    margin-top: 80px; /*랄라 크기만큼*/
  }

  #liveConnection-container .event-first .section02 .card-section .card-left {
    background-size: 230px auto;
  }
  
  #liveConnection-container .event-first .section02 .card-section .card-right {
    background-size: 260px auto;
  }
  
  #liveConnection-container .event-first .section02 .card-section .card-left > p,
  #liveConnection-container .event-first .section02 .card-section .card-right > p {
    font-size: 22px;
  }

  #liveConnection-container .event-first .section02 .card-section .card-left > p {
    margin-left: 150px;
  }

  #liveConnection-container .event-first .section02 .card-section .card-right .card-obj {
    right: 50px;
    top: -80px;
    width: 120px;
  }

  #liveConnection-container .event-first .section02 .circle-img {
    width: 150px;
    height: 150px;
  }
}

/*Section03*/
#liveConnection-container .event-first .section03-obj {
  background-color: #0079EE;
}

#liveConnection-container .event-first .section03-obj .triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #C1E1FF;
}

#liveConnection-container .event-first .section03 .bottom {
  position: relative;
  min-height: 100px;
}

#liveConnection-container .event-first .section03 .bottom p.description {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  color: #444444;
}

@media(min-width:768px) { 
  #liveConnection-container .event-first .section03-obj .triangle {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #C1E1FF;
  }
  
  #liveConnection-container .event-first .section03 .bottom p.description {
    font-size: 18px;
  }
}

@media(min-width:1280px) { 
  #liveConnection-container .event-first .section03-obj .triangle {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #C1E1FF;
  }

  #liveConnection-container .event-first .section03 .bottom p.description {
    font-size: 24px;
  }
}


/*Section04*/
#liveConnection-container .event-first .section04 {
  padding-top: 20px;
  position: relative;
  background-color: #FFFFFF;
}

#liveConnection-container .event-first .section04 h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  color: #0079EE;
}

@media(min-width:768px) {
  #liveConnection-container .event-first .section04 {
    padding-top: 30px;
    background: url('/edu/skin/default/content/images/liveconnection/section4-img01.png'), #FFFFFF;
    background-position: calc(100% - 100px) top;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }

  #liveConnection-container .event-first .section04 h1 {
    font-size: 30px;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .event-first .section04 {
    padding-top: 50px;
    background: url('/edu/skin/default/content/images/liveconnection/section4-img01.png'), #FFFFFF;
    background-position: calc(100% - 300px) top;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }
  
  #liveConnection-container .event-first .section04 h1 {
    font-size: 48px;
  }
}


/*Section05*/
#liveConnection-container .event-first .section05 {
  position: relative;
  padding: 40px 0 25px 0;
  background-color: #FFFFFF;
}

#liveConnection-container .event-first .section05 h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: #0079EE;
}

#liveConnection-container .event-first .section05 h2 > span {
  font-weight: 700;
}

#liveConnection-container .event-first .section05 p.description {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  color: #444444;
}

#liveConnection-container .event-first .section05 p.description > span {
  font-weight: 700;
  color: #369CFF;
}

#liveConnection-container .event-first .section05 .act-img {
  margin: 20px 0 30px 0;
}

#liveConnection-container .event-first .section05 .section5-lulu-wave {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media(min-width:768px) {
  #liveConnection-container .event-first .section05 {
    padding: 60px 0 80px 0;
  }
  
  #liveConnection-container .event-first .section05 h2 {
    font-size: 26px;
  }
    
  #liveConnection-container .event-first .section05 p.description {
    margin-top: 15px;
    font-size: 20px;
  }
  
  #liveConnection-container .event-first .section05 .act-img {
    margin: 30px 0 40px 0;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .event-first .section05 {
    padding: 80px 0 120px 0;
  }
  
  #liveConnection-container .event-first .section05 h2 {
    font-size: 30px;
  }
    
  #liveConnection-container .event-first .section05 p.description {
    margin-top: 20px;
    font-size: 22px;
  }
  
  #liveConnection-container .event-first .section05 .act-img {
    margin: 30px 0 50px 0;
  }
}


/*Section06*/
#liveConnection-container .event-first .section06 {
  padding: 0 10px 40px 10px;
  width: 100%;
  background-color: #FFF3BD;
}

#liveConnection-container .event-first .section06 h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #444444;
}

#liveConnection-container .event-first .section06 .slide-wrap .thumbnail-box {
  margin: 10px auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

@media(min-width:768px) {
  #liveConnection-container .event-first .section06 {
    padding: 0 30px 40px 30px;
  }
  
  #liveConnection-container .event-first .section06 h3 {
    font-size: 18px;
  }
  
  #liveConnection-container .event-first .section06 .slide-wrap .thumbnail-box {
    margin-top: 15px;
    border-radius: 10px;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .event-first .section06 {
    padding: 0 0 50px 0;
  }
  
  #liveConnection-container .event-first .section06 h3 {
    font-size: 24px;
  }

  #liveConnection-container .event-first .section06 .slide-wrap {
    padding: 0 120px;
  }
  
  #liveConnection-container .event-first .section06 .slide-wrap .thumbnail-box {
    margin-top: 20px;
  }
}


/*Section07*/
#liveConnection-container .event-first .section07 {
  padding: 0 10px 40px 10px;
  background-color: #FFF3BD;
}

#liveConnection-container .event-first .section07 h1 {
  margin: 10px 0 20px 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
  color: #0079EE;
}

#liveConnection-container .event-first .section07 h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #444444;
}

#liveConnection-container .event-first .section07 .review-card-slider .swiper-container {
  width: 100%;
  max-width: 100%;
  display: block;
}

#liveConnection-container .event-first .section07 .review-card-slider .review-box {
  margin: 0 0 10px 0; /*box shadow 보이기 위한 공간 10px*/
  padding: 60px 20px 20px 20px;
  height: 270px;
  background: url('/edu/skin/default/content/images/liveconnection/section7-review01.png'),url('/edu/skin/default/content/images/liveconnection/section7-review02.png'), #FFFFFF;
  background-position: 10px 10px,  calc(100% - 10px) calc(100% - 10px);
  background-size: 25px auto, 25px auto;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#liveConnection-container .event-first .section07 .review-card-slider .review-box .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#liveConnection-container .event-first .section07 .review-card-slider .review-box .header > .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #0079EE;
}

#liveConnection-container .event-first .section07 .review-card-slider .review-box .header > .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #666666;
}

#liveConnection-container .event-first .section07 .review-card-slider .review-box .body {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #444444;
}

@media(min-width:768px) {
  #liveConnection-container .event-first .section07 {
    padding: 0 30px 60px 30px;
  }
  
  #liveConnection-container .event-first .section07 h1 {
    margin: 20px 0 30px 0;
    font-size: 40px;
  }
  
  #liveConnection-container .event-first .section07 h3 {
    font-size: 18px;
  }
    
  #liveConnection-container .event-first .section07 .review-card-slider .review-box {
    height: 300px;
  }
  
  #liveConnection-container .event-first .section07 .review-card-slider .review-box .header > .title {
    font-size: 18px;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .event-first .section07 {
    padding: 0 0 100px 0px;
  }
  
  #liveConnection-container .event-first .section07 h1 {
    margin: 30px 0 40px 0;
    font-size: 48px;
  }
  
  #liveConnection-container .event-first .section07 h3 {
    font-size: 24px;
  }
    
  #liveConnection-container .event-first .section07 .review-card-slider .review-box {
    height: 320px;
    background: url('/edu/skin/default/content/images/liveconnection/section7-review01.png'),url('/edu/skin/default/content/images/liveconnection/section7-review02.png'), #FFFFFF;
    background-position: 15px 15px,  calc(100% - 15px) calc(100% - 15px);
    background-size: 25px auto, 25px auto;
    background-repeat: no-repeat, no-repeat;
    border-radius: 15px;
  }
  
  #liveConnection-container .event-first .section07 .review-card-slider .review-box .header > .name {
    font-size: 15px;
  }
  
  #liveConnection-container .event-first .section07 .review-card-slider .review-box .body {
    font-size: 16px;
  }

  #liveConnection-container .event-first .section07 .slide-wrap {
    padding: 0 100px;
  }
}

/*Section08*/
#liveConnection-container .event-first .section08 {
  padding: 40px 0;
  width: 100%;
  background-color: #333333;
}

#liveConnection-container .event-first .section08 .fiesta-logo > img {
  margin: 0 auto;
  width: 80px;
  height: auto;
}

#liveConnection-container .event-first .section08 .fiesta-pic {
  margin: 20px auto;
  width: 95%;
  max-width: 960px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#liveConnection-container .event-first .section08 .fiesta-lala {
  margin: 20px auto 0 auto;
  width: 50px;
  height: auto;
}

#liveConnection-container .event-first .section08 h1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 100%;
  color: #C1E1FF;
}

#liveConnection-container .event-first .section08 h1 > span {
  color: #FFF240;
}

#liveConnection-container .event-first .section08 h2 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
}

#liveConnection-container .event-first .section08 p.description {
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  color: #FFFFFF;
}

#liveConnection-container .event-first .section08 p.description > span {
  font-weight: 700;
}

@media(min-width:768px) {
  #liveConnection-container .event-first .section08 {
    padding: 60px 0;
  }

  #liveConnection-container .event-first .section08 .fiesta-logo > img {
    width: 120px;
  }

  #liveConnection-container .event-first .section08 .fiesta-lala {
    margin: 30px auto 0 auto;
    width: 80px;
  }

  #liveConnection-container .event-first .section08 h1 {
    font-size: 30px;
  }

  #liveConnection-container .event-first .section08 h2 {
    margin: 15px 0;
    font-size: 20px;
  }

  #liveConnection-container .event-first .section08 p.description {
    font-size: 16px;
  }
}

@media(min-width:1280px) {
  #liveConnection-container .event-first .section08 {
    padding: 100px 0;
  }

  #liveConnection-container .event-first .section08 .fiesta-logo > img {
    width: 150px;
  }

  #liveConnection-container .event-first .section08 .fiesta-lala {
    margin: 50px auto 0 auto;
    width: 100px;
  }

  #liveConnection-container .event-first .section08 .fiesta-pic {
    margin: 30px auto;
    border-radius: 20px;
  }

  #liveConnection-container .event-first .section08 h1 {
    font-size: 36px;
  }

  #liveConnection-container .event-first .section08 h2 {
    margin: 20px 0;
    font-size: 24px;
  }

  #liveConnection-container .event-first .section08 p.description {
    font-size: 20px;
  }
}