body {
  position: relative;
}

.popbox {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.popbox .pop {
  background-color:#f5f5f7;
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 90vh;
}
.popbox .pop .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.mainBanner {
  position: relative;
}
.mainBanner .mainSlide .slide {
  height: 85vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainBanner .mouse {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  z-index: 1;
  cursor: pointer;
}

.director {
  padding-top: 50px;
  background-color: #f8f8f8;
}
.director ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.director ul li h2 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
.director ul li h2 b {
  font-size: 50px;
  font-family: "GangwonEduPowerExtraBoldA";
  letter-spacing: 10px;
  color: #333;
}
.director ul li h3 {
  color: #91ced5;
  font-size: 16px;
  font-weight: bold;
}
.director ul li p {
  margin-top: 30px;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
}
.director ul li a {
  margin-top: 15px;
  background-color: #91ced5;
  padding: 7px 15px;
  color: #fff;
}

.system {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px;
  margin-bottom: 250px;
  position: relative;
  background-image: url(../images/main/pc_system_bg.jpg);
}
.system h2 {
  color: #fff;
  font-size: 24px;
}
.system h3 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 40px;
  color: #fff;
}
.system h3 b {
  font-size: 50px;
  font-family: "GangwonEduPowerExtraBoldA";
  color: #fff;
  padding-top: 17px;
}
.system .wrap > .bar {
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin: 30px 0px 50px;
}
.system .slider {
  color: #fff;
  overflow: unset;
}
.system .slider .slide {
  opacity: 0 !important;
}
.system .slider .slide h4 {
  font-family: "GangwonEduPowerExtraBoldA";
  font-size: 30px;
}
.system .slider .slide p {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Noto Sans KR";
  font-weight: 100;
}
.system .slider .slide .imageBox {
  position: absolute;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}
.system .slider .slide .imageBox > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 30px;
  font-family: "GangwonEduPowerExtraBoldA";
}
.system .slider .slide .imageBox > div img {
  margin-bottom: 15px;
  width: 100%;
}
.system .slider .swiper-slide-active.slide {
  opacity: 1 !important;
}

.pretty {
  padding: 50px 0px;
}
.pretty > div {
  max-width: 1400px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}
.pretty > div h2 {
  text-align: center;
  font-size: 40px;
  font-family: "GmarketSans";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.pretty > div h2 b {
  font-size: 42px;
  font-family: "GangwonEduPowerExtraBoldA";
  padding-top: 14px;
}
.pretty > div .slider .slide img {
  width: 100%;
  border-radius: 25px;
}
.pretty > div .slider .slide h3 {
  color: #91ced5;
  font-size: 24px;
  font-family: "paybooc-Bold";
  margin: 20px 0px;
  border-bottom: 1px solid #91ced5;
  display: inline-block;
}
.pretty > div .slider .slide h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pretty > div .slider .slide p {
  font-size: 16px;
  font-weight: bold;
  color: #aaa;
}

.youtube {
  padding: 150px 0px 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.youtube > div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.youtube > div h2 {
  text-align: center;
  font-size: 40px;
  font-family: "GmarketSans";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.youtube > div h2 b {
  font-size: 42px;
  font-family: "GangwonEduPowerExtraBoldA";
  padding-top: 12px;
  letter-spacing: -1px;
}
.youtube > div .slider .slide {
  position: relative;
  transition: transform 1s;
}
.youtube > div .slider .slide img {
  width: 100%;
}
.youtube > div > p {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  line-height: 1.5;
  font-size: 30px;
}
.youtube > div > p b {
  font-size: 30px;
  font-family: "paybooc-Bold";
  line-height: 1.5;
  color: transparent;
  background: linear-gradient(to top, #61bbc4, #41e6d3);
  color: transparent;
  -webkit-background-clip: text;
}
.youtube > div .sns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.youtube > div .sns a {
  background-color: #fff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
}
.youtube > div .sns a p {
  font-size: 16px;
}
.youtube > div .sns a p b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.baunmiLook {
  padding: 100px 0px 100px;
}
.baunmiLook h2 {
  text-align: center;
  font-size: 30px;
  font-family: "GmarketSans";
}
.baunmiLook h2 div {
  width: 50px;
  height: 3px;
  background-color: #91ced5;
  margin: 20px auto 0px;
}
@media (max-width: 500px) {
  .baunmiLook h2 {
    font-size: 24px;
  }
  .baunmiLook h2 div {
    margin: 10px auto 0px;
  }
}
.baunmiLook .baunmiSlide {
  margin: 60px 0px 0px;
}
.baunmiLook .baunmiSlide .slide img {
  width: 100%;
}
.baunmiLook .baunmiSlide .pageingBall {
  text-align: center;
  margin-top: 30px;
}
.baunmiLook .baunmiSlide .pageingBall span {
  width: 12px;
  height: 12px;
  border: 2px solid #91ced5;
  background: none;
  opacity: 1;
}
.baunmiLook .baunmiSlide .pageingBall span.swiper-pagination-bullet-active {
  background-color: #91ced5;
}

@media (max-width: 1000px) {
  .mainBanner .mainSlide p {
    font-size: 50px;
  }
  .mainBanner .mainSlide p span {
    font-size: 50px;
  }
  .mainBanner .mainSlide p span::after {
    height: 15px;
  }
  .director {
    padding: 50px 0px;
  }
  .director ul {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .system {
    background-image: url(../images/main/m_system_bg.jpg);
  }
  .system .slider .slide .imageBox {
    display: none;
  }
  .youtube {
    padding: 100px 15px;
  }
  .youtube > div > p {
    font-size: 24px;
  }
  .youtube > div > p b {
    font-size: 24px;
  }
  .youtube > div .sns {
    flex-direction: column;
  }
  .youtube > div .sns a {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .loction .content ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .loction .content ul li {
    padding: 0 30px;
  }
  .loction .content ul li:nth-child(2) {
    background-color: #fff;
    padding: 10px 0px;
  }
}
@media (max-width: 600px) {
  .mainBanner .mainSlide p br {
    display: block;
  }
  .mainBanner .mainSlide p span::after {
    width: 150px;
    bottom: -5px;
  }
  .system {
    padding: 100px 0px 100px;
    margin-bottom: 0px;
  }
  .system h2 {
    text-align: center;
    font-size: 18px;
  }
  .system h3 {
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
  }
  .system h3 b {
    font-size: 36px;
    padding-top: 20px;
  }
  .system .bar {
    margin: 20px auto 30px !important;
    width: 100px !important;
  }
  .system .slider .slide {
    margin-top: 30px;
  }
  .system .slider .slide .imageBox {
    display: none;
  }
  .system .slider .slide h4 {
    text-align: left;
  }
  .system .slider .slide p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .youtube {
    padding: 100px 15px;
  }
  .youtube > div > p {
    font-size: 20px;
  }
  .youtube > div > p b {
    font-size: 20px;
  }
  .youtube > div .sns {
    flex-direction: column;
  }
  .youtube > div .sns div {
    max-width: 500px;
    width: 100%;
  }
  .baunmiLook {
    padding: 100px 0px 100px;
  }
  .loction .loctionDetail {
    font-size: 20px;
  }
  .loction .loctionDetail i {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  .mainBanner .mainSlide p {
    font-size: 40px;
  }
  .mainBanner .mainSlide p span {
    font-size: 40px;
  }
  .mainBanner .mainSlide p span::after {
    width: 120px;
  }
  .director ul li img {
    width: 300px;
  }
  .system h2 {
    font-size: 16px;
  }
  .system h3 {
    font-size: 24px;
  }
  .system h3 b {
    font-size: 28px;
    padding-top: 13px;
  }
  .system .slider .slide {
    text-align: center;
  }
  .system .slider .slide p {
    font-size: 14px;
  }
  .system .slider .slide p br {
    display: none;
  }
  .pretty > div h2 {
    font-size: 30px;
  }
  .pretty > div h2 b {
    font-size: 34px;
    padding-top: 8px;
  }
  .youtube > div > p br {
    display: none;
  }
  .youtube > div h2 {
    font-size: 30px;
  }
  .youtube > div h2 b {
    font-size: 34px;
    padding-top: 15px;
  }
  .loction .content ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .loction .content ul li p {
    font-size: 16px;
  }
  .loction .content ul li p span.lunchTime {
    font-size: 16px;
  }
  .popbox .pop {
    position: fixed !important;
    top: 15px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
}