/* 공통 */
/* body {
  overflow: hidden;
} */
.swiper-container {
  position: relative;
}
.anotherServiceBtn:focus {
  border: 0;
  background-color: #fb6c6c;
  color: #fff;
}
.anotherServiceBtn:hover {
  border: 0;
  background-color: #fb6c6c;
  color: #fff;
}
.maintitleWrap .subTitleTop {
  padding-left: 35px;
}
.mainTeacher .mainTeacherBox li {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 374px) {
  /* 모바일 작은 화면 CSS */
  .swiperBtn {
    display: none;
  }
  .header {
    background-color: rgba(243, 243, 243, 0.7);
  }
  .mainTopLogo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    height: 30px;
  }
  .mainTopBanner {
    width: 100%;
    height: 550px;
    background-image: url(../images/main/lf_main_Khaina_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
  }
  .mainTopText {
    width: 100%;
    padding: 0 20px;
    padding-top: 75px;
  }
  .mainTopTitle {
    width: 230px;
  }
  .mainBlueBox {
    mix-blend-mode: multiply;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .mainBlueBox p {
    padding-top: 22px;
  }

  .mainSecondBanner {
    width: 100%;
    height: 500px;
    position: relative;
  }
  .secondImg {
    width: 100%;
    height: 450px;
    background-image: url(../images/main/lf_main_seconBanner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .secondImg img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
  }
  .secondImgTitle {
    padding: 25px 0;
  }
  .secondBlueWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .secondBlueBox {
    width: 100%;
    height: 100px;
  }
  .secondBlueBox li {
    list-style: none;
    float: left;
    width: 33.3%;
    height: 100px;
    text-align: center;
    color: #ffde94;
    padding-top: 26px;
    box-sizing: border-box;
    background-image: url(../images/main/lf_main_secondBanner_list_line.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .secondBlueBox li:last-child {
    background-image: none;
  }

  .mainSectionWrap {
    /* 강의안내 */
    padding-top: 60px;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 5px;
    padding-left: 2px;
    width: 5px;
    height: 5px;
  }
  .mainSubText {
    text-align: center;
    padding: 24px 0;
  }
  .classImgSlider {
    width: 100%;
    height: 170px;
    margin-bottom: 40px;
  }

  .classZoom {
    width: 100%;
    height: 130px;
    padding: 30px 45px;
    box-sizing: border-box;
    background-color: #e9f0f7;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 27px;
    background-size: 25%;
  }
  .classZoom img {
    width: 80px;
    padding-top: 5px;
  }
  .mainBook {
    padding: 40px 20px 0 20px;
  }
  .mainBookImg {
    width: 100%;
  }
  /* 학생리뷰 */
  .mainReviewWrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mainReview {
    padding: 20px 15px;
  }
  .mainStudent {
    display: block;
    width: 130px;
    height: 130px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
  }
  .mainStudentText {
    padding: 11px 0 24px 0;
  }
  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    height: 550px;
  }
  .mainTeacherBox {
    width: 100%;
    height: 555px;
  }
  .mainTeacherProfileImg {
    width: 200px;
    height: 275px;
    padding-top: 25px;
    margin: auto;
  }
  .mainTeacherLine {
    width: 15px;
    height: 3px;
    margin: 0 auto;
  }
  .mainAnotherPageBtnWrap {
    margin-top: 20px;
  }
  .bxslider {
    width: 100%;
    height: 555px;
  }
  .bxslider li {
    list-style: none;
    width: 100%;
    height: 555px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  /* 그밖의 서비스 */
  .mainAnotherService {
    width: 100%;
    height: 170px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin: 30px 0;
    padding: 35px 25px;
    box-sizing: border-box;
    background-color: #546bd7;
  }
  .anotherServiceBtn {
    padding: 8px 15px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .anotherHashtagWrap {
    padding-top: 30px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 4px;
  }
  .mainContactWrap {
    width: 100%;
    height: 180px;
  }
  .mainContactWrap .swiper-container {
    height: 180px;
  }
  /* 오시는 길 */
  .mainContactWrap {
    width: 100%;
    height: 210px;
  }
  .mainContactH, .mainContactS {
    padding-top: 50px;
  }
  .mainContactWrap .swiper-container {
    height: 210px;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    padding-bottom: 30px;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:active {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:active {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /* 블로그 */
  .mainBlog {
    width: fit-content;
    height: fit-content;
    padding-bottom: 80px;
    margin: auto;
  }
  .blogImg {
    padding: 60px 0 24px 0;
    text-align: center;
  }
  .blogImg > a > img {
    width: 150px;
    height: 150px;
    margin: 0 7px 10px 7px;
  }

  /*이미지슬라이더*/
  .swiper-container {
    width: 100%;
    height: 210px;
  }

  .swiper-slide {
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container2 {
    width: 100%;
    height: 290px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 290px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .newsImgSlider .swiper-pagination {
    display: none;
  }
  /* 새소식 */
  .maintitleWrapNews {
    padding-top: 40px;
  }
  .groupBtnBox {
    margin-top: 24px;
  }
}

@media screen and (min-width: 375px) and (max-width: 479px) {
  /* 모바일 세로 CSS */
  .swiperBtn {
    display: none;
  }
  .header {
    background-color: rgba(243, 243, 243, 0.7);
  }
  .mainTopLogo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }
  .mainTopBanner {
    width: 100%;
    height: 645px;
    background-image: url(../images/main/lf_main_Khaina_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .mainTopText {
    width: 100%;
    padding: 0 20px;
    padding-top: 75px;
  }
  .mainTopTitle {
    width: 230px;
  }
  .mainBlueBox {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .mainBlueBox p {
    padding-top: 24px;
  }

  .mainSecondBanner {
    width: 100%;
    height: 550px;
    position: relative;
  }
  .secondImg {
    width: 100%;
    height: 500px;
    background-image: url(../images/main/lf_main_seconBanner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .secondImg img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
  }
  .secondImgTitle {
    padding: 25px 0;
  }
  .secondBlueWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .secondBlueBox {
    width: 100%;
    height: 100px;
  }
  .secondBlueBox li {
    list-style: none;
    float: left;
    width: 33.3%;
    height: 100px;
    text-align: center;
    color: #ffde94;
    padding-top: 26px;
    box-sizing: border-box;
    background-image: url(../images/main/lf_main_secondBanner_list_line.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .secondBlueBox li:last-child {
    background-image: none;
  }

  .mainSectionWrap {
    /* 강의안내 */
    padding-top: 60px;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 6px;
    padding-left: 2px;
    width: 5px;
    height: 5px;
  }
  .mainSubText {
    text-align: center;
    padding: 24px 0;
  }
  .classImgSlider {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }

  .classZoom {
    width: 100%;
    height: 140px;
    padding: 30px 45px;
    box-sizing: border-box;
    background-color: #e9f0f7;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 27px;
  }
  .classZoom img {
    width: 80px;
    padding-top: 5px;
  }
  .mainBook {
    padding: 40px 20px 0 20px;
  }
  .mainBookImg {
    width: 100%;
  }
  /* 학생리뷰 */
  .mainReviewWrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mainReview {
    padding: 20px 15px;
  }
  .mainStudent {
    display: block;
    width: 130px;
    height: 130px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
  }
  .mainStudentText {
    padding: 11px 0 24px 0;
  }
  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    height: 600px;
  }
  .mainTeacherBox {
    width: 100%;
    height: 555px;
  }
  .mainTeacherProfileImg {
    width: 215px;
    height: 295px;
    padding-top: 25px;
    margin: auto;
  }
  .mainTeacherLine {
    width: 15px;
    height: 3px;
    margin: 0 auto;
  }
  .mainAnotherPageBtnWrap {
    margin-top: 20px;
  }
  .bxslider {
    width: 100%;
    height: 555px;
  }
  .bxslider li {
    list-style: none;
    width: 100%;
    height: 555px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .mainAnotherService {
    /* 그밖의 서비스 */
    width: 100%;
    height: 180px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin: 60px 0;
    padding: 35px;
    box-sizing: border-box;
    background-color: #546bd7;
  }
  .anotherServiceBtn {
    padding: 8px 15px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .anotherHashtagWrap {
    padding-top: 30px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 4px;
  }
  /* 오시는 길 */
  .mainContactWrap {
    width: 100%;
    height: 210px;
  }
  .mainContactWrap .swiper-container {
    height: 210px;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    padding-bottom: 30px;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:active {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:active {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /* 블로그 */
  .mainBlog {
    width: fit-content;
    height: fit-content;
    padding-bottom: 80px;
    margin: auto;
  }
  .blogImg {
    padding: 60px 0 24px 0;
    text-align: center;
  }
  .blogImg > a > img {
    width: 150px;
    height: 150px;
    margin: 0 7px 10px 7px;
  }

  /*이미지슬라이더*/
  .swiper-container {
    width: 100%;
    height: 210px;
  }

  .swiper-slide {
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container2 {
    width: 100%;
    height: 290px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 290px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  /* 새소식 */
  .maintitleWrapNews {
    padding-top: 40px;
  }
  .groupBtnBox {
    margin-top: 24px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  /* 팝업 */
  .wpps_popup {
    top: 5%;
    left: calc(50% - 210px);
  }
  .wpps_popup2 {
    top: 10%;
    left: 5%;
  }
  /* 팝업 끝 */
  /* 모바일 가로 CSS */
  .swiperBtn {
    display: none;
  }
  .header {
    background-color: rgba(243, 243, 243, 0.7);
  }
  .mainTopLogo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }
  .mainTopBanner {
    width: 100%;
    height: 645px;
    background-image: url(../images/main/lf_main_Khaina_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .mainTopText {
    width: 100%;
    padding: 0 40px;
    padding-top: 75px;
  }
  .mainTopTitle {
    width: 230px;
  }
  .mainBlueBox {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .mainBlueBox p {
    padding-top: 24px;
  }

  .mainSecondBanner {
    width: 100%;
    height: 550px;
    position: relative;
  }
  .secondImg {
    width: 100%;
    height: 500px;
    background-image: url(../images/main/lf_main_seconBanner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .secondImg img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
  }
  .secondImgTitle {
    padding: 25px 0;
  }
  .secondBlueWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .secondBlueBox {
    width: 100%;
    height: 100px;
  }
  .secondBlueBox li {
    list-style: none;
    float: left;
    width: 33.3%;
    height: 100px;
    text-align: center;
    color: #ffde94;
    padding-top: 26px;
    box-sizing: border-box;
    background-image: url(../images/main/lf_main_secondBanner_list_line.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .secondBlueBox li:last-child {
    background-image: none;
  }

  .mainSectionWrap {
    padding-top: 60px;
  }

  /* 강의안내 */
  .maintitleWrap {
    padding-left: 30px;
    box-sizing: border-box;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 6px;
    padding-left: 5px;
    width: 7px;
    height: 7px;
  }
  .mainSubText {
    text-align: center;
    padding: 24px 0;
  }
  .classImgSlider {
    width: 100%;
    height: 240px;
    margin-bottom: 40px;
  }

  .classZoom {
    width: 100%;
    height: 180px;
    background-color: #e9f0f7;
  }
  .classZoomContents {
    width: 400px;
    height: 180px;
    margin: 0 auto;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 40px;
    padding: 55px 45px;
    box-sizing: border-box;
    background-size: 100px;
  }
  .classZoomContents img {
    width: 80px;
    padding-top: 5px;
  }
  .mainBook {
    padding: 40px 20px 0 20px;
  }
  .mainBookImg {
    display: block;
    width: 450px;
    margin: auto;
  }
  /* 학생후기 */
  .mainReviewWrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mainReview {
    padding: 20px 15px;
  }
  .mainStudent {
    display: block;
    width: 130px;
    height: 130px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
  }
  .mainStudentText {
    padding: 11px 0 24px 0;
  }
  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    height: 650px;
  }
  .mainTeacherBox {
    width: 100%;
    height: 555px;
  }
  .mainTeacherProfileImg {
    width: 230px;
    height: 315px;
    padding-top: 25px;
    margin: auto;
  }
  .mainTeacherLine {
    width: 15px;
    height: 3px;
    margin: 0 auto;
  }
  .mainAnotherPageBtnWrap {
    margin-top: 20px;
  }
  .bxslider {
    width: 100%;
    height: 555px;
  }
  .bxslider li {
    list-style: none;
    width: 100%;
    height: 555px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .mainAnotherService {
    /* 그밖의 서비스 */
    width: 100%;
    height: 190px;
    margin: 60px 0;
    background-color: #546bd7;
  }
  .mainAnotherContentsWrap {
    width: 85%;
    height: 180px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .anotherServiceBtn {
    padding: 8px 15px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .anotherHashtagWrap {
    padding-top: 30px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 4px;
  }
  .mainContactWrap {
    width: 100%;
    height: 240px;
  }
  .mainContactWrap .swiper-container {
    height: 240px;
  }

  /* 오시는 길 */
  .mainContactWrap {
    width: 100%;
    height: 210px;
  }
  .mainContactWrap .swiper-container {
    height: 210px;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    padding-bottom: 30px;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:active {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:active {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /* 블로그 */
  .mainBlog {
    width: fit-content;
    height: fit-content;
    padding-bottom: 80px;
    margin: auto;
  }
  .blogImg {
    padding: 60px 0 24px 0;
    text-align: center;
  }
  .blogImg > a > img {
    width: 150px;
    height: 150px;
    margin: 0 7px 10px 7px;
  }

  /*이미지슬라이더*/
  .swiper-container {
    width: 100%;
    height: 210px;
  }

  .swiper-slide {
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container2 {
    width: 100%;
    height: 290px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 290px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  /* 새소식 */
  .maintitleWrapNews {
    padding-top: 40px;
  }
  .groupBtnBox {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* 팝업 */
  .wpps_popup {
    top: 5%;
    left: calc(50% - 210px);
  }
  .wpps_popup2 {
    top: 10%;
    left: 5%;
  }
  /* 팝업 끝 */
  /* 태블릿 CSS */
  .swiperBtn {
    display: none;
  }
  .header {
    background-color: rgba(243, 243, 243, 0.7);
  }
  .mainTopLogo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }
  .mainTopBanner {
    width: 100%;
    height: 1030px;
    background-image: url(../images/main/lf_main_Khaina_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .mainTopText {
    width: 100%;
    padding: 0 40px;
    padding-top: 75px;
  }
  .mainTopTitle {
    width: 230px;
  }
  .mainBlueBox {
    mix-blend-mode: multiply;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .mainBlueBox p {
    padding-top: 27px;
  }

  .mainSecondBanner {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .secondImg {
    width: 100%;
    height: 550px;
    background-image: url(../images/main/lf_main_seconBanner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .secondImg img {
    display: block;
    margin: 0 auto;
    padding-top: 60px;
  }
  .secondImgTitle {
    padding: 25px 0;
  }
  .secondBlueWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .secondBlueBox {
    width: 600px;
    height: 100px;
    margin: auto;
  }
  .secondBlueBox li {
    list-style: none;
    float: left;
    width: 33.3%;
    height: 100px;
    text-align: center;
    color: #ffde94;
    padding-top: 20px;
    box-sizing: border-box;
    background-image: url(../images/main/lf_main_secondBanner_list_line.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .secondBlueBox li:last-child {
    background-image: none;
  }

  .mainSectionWrap {
    padding-top: 60px;
  }

  /* 강의안내 */
  .maintitleWrap {
    padding-left: 30px;
    box-sizing: border-box;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 7px;
    padding-left: 5px;
    width: 8px;
    height: 8px;
  }
  .mainSubText {
    text-align: center;
    padding: 24px 0;
  }
  .classImgSlider {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .classZoom {
    width: 100%;
    height: 200px;
    background-color: #e9f0f7;
  }
  .classZoomContents {
    width: 550px;
    height: 200px;
    margin: 0 auto;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 35px;
    padding: 50px 45px;
    box-sizing: border-box;
    background-size: 120px;
  }
  .classZoomContents img {
    width: 110px;
    padding-top: 10px;
  }
  .mainBook {
    padding: 70px 0 0 0;
  }
  .mainBookImg {
    width: 550px;
    display: block;
    margin: auto;
  }
  .mainReviewWrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mainReview {
    padding: 20px 15px;
  }
  .mainStudent {
    display: block;
    width: 170px;
    height: 170px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
  }
  .mainStudentText {
    width: 600px;
    margin: 0 auto;
    padding: 11px 0 24px 0;
  }
  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    height: auto;
  }
  .mainTeacherBox {
    width: 100%;
    height: 555px;
  }
  .mainTeacherProfileImg {
    width: 250px;
    height: 367px;
    padding-top: 25px;
    margin: auto;
    box-sizing: border-box;
  }
  .mainTeacherLine {
    width: 15px;
    height: 3px;
    margin: 0 auto;
  }
  .mainAnotherPageBtnWrap {
    margin-top: 30px;
  }
  .bxslider {
    width: 100%;
    height: 555px;
  }
  .bxslider li {
    list-style: none;
    width: 100%;
    height: 555px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .mainAnotherService {
    /* 그밖의 서비스 */
    width: 100%;
    height: 200px;
    margin: 60px 0;
    background-color: #546bd7;
  }
  .mainAnotherContentsWrap {
    width: 440px;
    height: 200px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: 300px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .anotherServiceBtn {
    padding: 8px 15px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 30px;
  }
  .anotherHashtagWrap {
    padding-top: 30px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 4px;
  }
  .mainContactWrap {
    width: 100%;
    height: 245px;
  }

  /*이미지슬라이더*/
  .newsImgSlider {
    height: 350px;
  }

  .swiper-container {
    width: 100%;
    height: 245px;
  }
.swiper-container2 {
  height: 350px;
}
  .swiper-slide {
    width: 350px;
    height: 205px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  /* 블로그 */
  .mainBlog {
    width: fit-content;
    height: fit-content;
    padding-bottom: 80px;
    margin: auto;
  }
  .blogImg {
    display: flex;
    padding: 60px 0;
  }
  .blogImg > a > img {
    width: 150px;
    height: 150px;
    margin: 0 15px;
  }
  /*오시는 길*/
  .mainContactH, .mainContactS {
    padding-top: 100px;
  }
  .mainContactWrap .swiper-container {
    height: 275px;
  }
  .mainContactWrap .swiper-slide {
    width: 420px;
    margin-right: 20px;
  }
  .mainContactWrap .swiper-slide:last-child {
    margin-right: 0;
  }
  .pcContactText {
    display: block;
  }
  .contactMap {
    width: 1000px;
    height: 370px;
    margin: auto;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:hover {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:hover {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }
  /* 새소식 */
  .newsImgSlider {
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .groupBtnBox {
    padding-bottom: 80px;
  }
  .classZoom {
    width: 100%;
    height: 300px;
    background-color: #e9f0f7;
    margin: 80px 0;
  }
  .classZoomContents {
    width: 700px;
    height: 300px;
    margin: 0 auto;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 45px;
    padding: 80px 45px;
    box-sizing: border-box;
    background-size: 200px;
  }
  .classZoomContents p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .classZoomContents img {
    width: 150px;
    padding-top: 10px;
  }
  .mainBook {
    width: 100%;
    padding-bottom: 100px;
  }
  .mainBookImg {
    display: block;
    width: 600px;
    margin: 0 auto;
  }
  /* 학생후기 */
  .mainReviewWrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mainReview {
    padding: 20px 15px;
  }
  .mainStudent {
    display: block;
    width: 170px;
    height: 170px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .mainStudentText {
    margin: 0 auto;
    padding: 30px 0 40px 0;
  }
  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    height: auto;
  }
  .mainTeacherBox {
    width: 100%;
    height: 555px;
  }
  .mainTeacherProfileImg {
    width: 405px;
    height: 580px;
    padding-top: 25px;
    box-sizing: border-box;
    margin: auto;
  }
  .mainTeacherLine {
    width: 15px;
    height: 3px;
    margin: 0 auto;
  }
  .mainAnotherPageBtnWrap {
    margin-top: 30px;
  }
  .bxslider {
    width: 100%;
    height: 555px;
  }
  .bxslider li {
    list-style: none;
    width: 100%;
    height: 555px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .mainAnotherService {
    /* 그밖의 서비스 */
    width: 100%;
    height: 300px;
    margin: 80px 0;
    background-color: #546bd7;
  }
  .mainAnotherContentsWrap {
    width: 660px;
    height: 300px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: 550px;
    background-position: right top 20px;
    background-repeat: no-repeat;
    padding: 60px 45px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .mainAnotherContentsWrap p {
    transform: skew(-0.01deg);
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-bottom: 10px;
  }
  .anotherServiceBtn {
    padding: 15px 25px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 50px;
  }
  .anotherHashtagWrap {
    padding-top: 50px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 10px;
    font-size: 1rem;
  }
  .mainContactWrap {
    width: 100%;
    height: 355px;
  }
  .mainContactWrap .swiper-container {
    height: 325px;
  }

  /*이미지슬라이더*/

  .swiper-container {
    width: 100%;
    height: 325px;
  }
  .swiper-slide {
    width: 450px;
    height: 265px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .newsImgSlider .swiper-slide {
    width: 340px;
    height: 340px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 45px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1367px) {
  /* 팝업 */
  .wpps_popup {
    top: 5%;
    left: calc(60% - 210px);
  }
  .wpps_popup2 {
    top: 10%;
    left: 5%;
  }
  /* 팝업 끝 */

  /* 아이패드 프로 CSS */
  .swiperBtn {
    display: none;
  }
  .header {
    background-color: rgba(246, 246, 246, 0.7);
  }
  .mainTopLogo {
    display: block;
    margin: 0 auto;
    height: 70px;
    padding-top: 15px;
  }
  .mainTopBanner {
    width: 100%;
    height: 1180px;
    background-image: url(../images/main/lf_main_Khaina_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom -150px;
    position: relative;
    background-color: #f5f5f5;
  }
  .mainTopText {
    width: 100%;
    padding: 0 40px;
    padding-top: 130px;
    box-sizing: border-box;
  }
  .mainTopTitle {
    width: 230px;
  }
  .mainBlueBox {
    mix-blend-mode: multiply;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .mainBlueBox p {
    padding-top: 30px;
  }

  .mainSecondBanner {
    width: 100%;
    height: 810px;
    position: relative;
  }
  .secondImg {
    width: 100%;
    height: 750px;
    background-image: url(../images/main/lf_main_seconBanner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .secondImg img {
    display: block;
    margin: 0 auto;
    padding-top: 110px;
    width: 250px;
  }
  .secondImgTitle {
    padding: 35px 0;
  }
  .secondBlueWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .secondBlueBox {
    width: 800px;
    height: 120px;
    margin: 0 auto;
  }
  .secondBlueBox li {
    list-style: none;
    float: left;
    width: 33.3%;
    height: 120px;
    text-align: center;
    color: #ffde94;
    padding-top: 26px;
    box-sizing: border-box;
    background-image: url(../images/main/lf_main_secondBanner_list_line.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .secondBlueBox li:last-child {
    background-image: none;
  }

  .mainSectionWrap {
    padding-top: 60px;
  }

  /* 강의안내 */
  .maintitleWrap {
    padding-left: 30px;
    box-sizing: border-box;
  }
  .maintitleWrapNews {
    padding-top: 60px;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 10px;
    padding-left: 5px;
    width: 8px;
    height: 8px;
  }
  .mainSubText {
    text-align: center;
    padding: 24px 0;
  }
  .classImgSlider {
    width: 100%;
    height: 405px;
    margin-bottom: 60px;
  }

  .classZoom {
    width: 100%;
    height: 300px;
    background-color: #e9f0f7;
  }
  .classZoomContents {
    width: 700px;
    height: 300px;
    margin: 0 auto;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 45px;
    padding: 80px 45px;
    box-sizing: border-box;
    background-size: 200px;
  }
  .classZoomContents p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .classZoomContents img {
    width: 150px;
    padding-top: 10px;
  }
  .mainBook {
    padding-top: 60px;
  }
  .mainBookImg {
    display: block;
    width: 700px;
    margin: 0 auto;
  }
  /* 새소식 */
  .newsImgSlider {
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .groupBtnBox {
    padding-bottom: 80px;
  }
  .classZoom {
    width: 100%;
    min-width: 1000px;
    height: 300px;
    background-color: #e9f0f7;
    margin: 80px 0;
  }
  .classZoomContents {
    width: 700px;
    height: 300px;
    margin: 0 auto;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 45px;
    padding: 80px 45px;
    box-sizing: border-box;
    background-size: 200px;
  }
  .classZoomContents p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .classZoomContents img {
    width: 150px;
    padding-top: 10px;
  }
  .mainBook {
    width: 100%;
    min-width: 1000px;
    padding-bottom: 100px;
  }
  .mainBookImg {
    display: block;
    width: 600px;
    margin: 0 auto;
  }
  /* 학생후기 */
  .mainReviewWrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mainReview {
    padding: 20px 15px;
  }
  .mainStudent {
    display: block;
    width: 170px;
    height: 170px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .mainStudentText {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
  }
  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    height: auto;
  }
  .mainTeacherBox {
    width: 100%;
    height: 555px;
  }
  .mainTeacherProfileImg {
    width: 405px;
    height: 580px;
    padding-top: 25px;
    box-sizing: border-box;
    margin: auto;
  }
  .mainTeacherLine {
    width: 15px;
    height: 3px;
    margin: 0 auto;
  }
  .mainAnotherPageBtnWrap {
    margin-top: 30px;
  }
  .bxslider {
    width: 100%;
    height: 555px;
  }
  .bxslider li {
    list-style: none;
    width: 100%;
    height: 555px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .mainAnotherService {
    /* 그밖의 서비스 */
    width: 100%;
    height: 300px;
    margin: 80px 0;
    background-color: #546bd7;
  }
  .mainAnotherContentsWrap {
    width: 660px;
    height: 300px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: 550px;
    background-position: right top 20px;
    background-repeat: no-repeat;
    padding: 60px 45px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .mainAnotherContentsWrap p {
    transform: skew(-0.01deg);
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-bottom: 10px;
  }
  .anotherServiceBtn {
    padding: 15px 25px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 50px;
  }
  .anotherHashtagWrap {
    padding-top: 50px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 10px;
    font-size: 1rem;
  }
  .mainContactWrap {
    width: 100%;
    height: 355px;
  }
  .mainContactWrap .swiper-container {
    height: 325px;
  }

  /*이미지슬라이더*/

  .swiper-container {
    width: 100%;
    height: 325px;
  }
  .swiper-slide {
    width: 450px;
    height: 265px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .newsImgSlider .swiper-slide {
    width: 340px;
    height: 340px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 45px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  /* 블로그 */
  .mainBlog {
    width: fit-content;
    height: fit-content;
    padding-bottom: 80px;
    margin: auto;
  }
  .blogImg {
    display: flex;
    padding: 60px 0;
  }
  .blogImg > a > img {
    width: 150px;
    height: 150px;
    margin: 0 15px;
  }
  /*오시는 길*/
  .mainContactH, .mainContactS {
    padding-top: 100px;
  }
  .mainContactWrap .swiper-container {
    height: 325px;
  }
  .mainContactWrap .swiper-slide {
    width: 420px;
    margin-right: 20px;
  }
  .mainContactWrap .swiper-slide:last-child {
    margin-right: 0;
  }
  .pcContactText {
    display: block;
  }
  .contactMap {
    width: 1000px;
    height: 370px;
    margin: auto;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:hover {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:hover {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

}

@media screen and (min-width: 1368px) {
  /* 팝업 */
  .wpps_popup {
    top: 5%;
    left: calc(50% - 210px);
  }
  .wpps_popup2 {
    top: 5%;
    left: 2%;
  }
  /* 팝업 끝 */
  .sectionBox {
    padding: 100px 0;
  }
  .mainTopBanner {
    width: 100%;
    min-width: 1000px;
    height: 650px;
    background-image: url(../images/main/lf_main_Khaina_img_pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f5f5f5;
    background-size: 1000px auto;
  }
  .mainTopText {
    width: 1000px;
    height: 500px;
  }
  .mainTopText img,
  .mainTopText p {
    display: none;
  }
  .mainBlueBox {
    width: 100%;
    min-width: 1000px;
    height: 150px;
  }
  .mainBlueBox p {
    display: block;
    text-align: center;
    padding-top: 45px;
  }
  .secondImg {
    width: 100%;
    min-width: 1000px;
    height: 690px;
    background-image: url(../images/main/lf_main_seconBanner_img_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pcSecondImg {
    width: 1000px;
    margin: auto;
    padding-top: 200px;
  }
  .pcSecondImg div {
    float: left;
    text-align: center;
  }
  .pcSecondImg p {
    display: block;
  }

  .pcSecondImgBox img {
    width: 250px;
    height: 190px;
    padding-bottom: 30px;
  }
  .pcSecondLine {
    width: 1px;
    height: 70px;
    margin: 105px;
    background-color: #fff;
  }
  .pcSecondImg .pcSecondImgText {
    display: block;
    font-size: 24px;
    line-height: 44px;
    padding-top: 35px;
  }
  .secondBlueWrap {
    width: 100%;
    min-width: 1000px;
    height: 100px;
    background-color: #5771ee;
  }
  .secondBlueBox {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
  }
  .secondBlueBox li {
    list-style: none;
    float: left;
    width: 33.3%;
    height: 100px;
    text-align: center;
    color: #ffde94;
    padding-top: 26px;
    box-sizing: border-box;
    background-image: url(../images/main/lf_main_secondBanner_list_line.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .secondBlueBox li:last-child {
    background-image: none;
  }
  .mainSectionWrap {
    padding-top: 100px;
  }
  .mainSectionWrap p {
    display: block;
  }
  /* 강의안내 */
  .maintitleWrap {
    width: 1000px;
    margin: auto;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    line-height: 1.5rem;
  }
  .maintitleWrap .subTitleTop {
    display: block;
    padding-left: 15px;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 7px;
    padding-left: 5px;
    width: 8px;
    height: 8px;
  }
  .mainSubText {
    display: block;
    text-align: center;
    padding: 30px 0 50px 0;
  }
  .classImgSlider {
    width: 1000px;
    height: 288px;
    margin: auto;
    overflow: hidden;
  }
  /* 새소식 */
  .newsImgSlider {
    width: 700px;
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .groupBtnBox {
    padding-bottom: 80px;
  }
  .classZoom {
    width: 100%;
    min-width: 1000px;
    height: 300px;
    background-color: #e9f0f7;
    margin: 80px 0;
  }
  .classZoomContents {
    width: 700px;
    height: 300px;
    margin: 0 auto;
    background-image: url(../images/main/lf_main_zoom_illust.svg);
    background-repeat: no-repeat;
    background-position: right 45px top 45px;
    padding: 80px 45px;
    box-sizing: border-box;
    background-size: 200px;
  }
  .classZoomContents p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .classZoomContents img {
    width: 150px;
    padding-top: 10px;
  }
  .mainBook {
    width: 100%;
    min-width: 1000px;
    padding-bottom: 100px;
    text-align: center;
  }
  .mainBookImg {
    display: block;
    width: 600px;
    margin: 0 auto;
  }

  /* 강의후기 */
  .pcMainReview {
    width: 100%;
    min-width: 1000px;
    padding-bottom: 100px;
    background-color: #d4dcff;
  }
  .pcMainReview p {
    display: block;
  }
  .mainReviewWrap {
    width: 400px;
    height: 590px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: auto;
    margin-top: 30px;
  }
  .mainReview p {
    padding-bottom: 20px;
  }
  .mainStudent {
    width: 130px;
    height: 130px;
    padding-bottom: 20px;
    display: block;
    margin: auto;
  }
  .mainStudentText {
    font-size: 14px;
    line-height: 20px;
  }
  .pcMainReviewText {
    margin-top: 35px;
    color: #3d4fa6;
  }

  /* 강사소개 */
  .mainTeacher {
    width: 100%;
    min-width: 1000px;
    height: 850px;
  }
  .mainTeacherBox {
    width: 800px;
    height: 850px;
    padding-top: 30px;
    padding-bottom: 70px;
    box-sizing: border-box;
    margin: auto;
  }
  .bx-viewport {
    height: 750px !important;
  }
  .mainTeacher .mainTeacherBox li {
    float: left;
    width: 375px;
    height: 650px;
    border: 1px solid #ededed;
    border-radius: 15px;
    background-color: #fff;
    /* filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15)); */
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
    overflow: hidden;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .mainTeacher .mainTeacherBox li:first-child {
    margin-right: 50px;
  }
  .mainTeacherProfileImg {
    width: 230px;
    height: 315px;
    border-radius: 15px;
  }
  .bx-wrapper {
    width: 800px;
    box-shadow: none;
    border: none;
    margin: auto;
  }
  .mainAnotherService {
    /* 그밖의 서비스 */
    width: 100%;
    height: 300px;
    margin: 80px 0;
    background-color: #546bd7;
  }
  .mainAnotherContentsWrap {
    width: 700px;
    height: 300px;
    background-image: url(../images/main/lf_main_another_img.png);
    background-size: 550px;
    background-position: right top 20px;
    background-repeat: no-repeat;
    padding: 80px 45px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .mainAnotherContentsWrap p {
    display: block;
    transform: skew(-0.01deg);
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-bottom: 10px;
  }
  .anotherServiceBtn {
    padding: 13px 20px;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 45px;
  }
  .anotherHashtagWrap {
    padding-top: 50px;
    text-align: center;
  }
  .anotherHashtagWrap div {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: rgba(133, 154, 255, 0.7);
    margin-right: 10px;
    font-size: 1rem;
  }
  .mainContactWrap {
    width: 1000px;
    padding: 20px 0 40px 0;
    margin: auto;
  }
  /* 블로그 */
  .mainBlog {
    width: fit-content;
    height: fit-content;
    padding-bottom: 80px;
    margin: auto;
  }
  .blogImg {
    display: flex;
    padding: 60px 0;
  }
  .blogImg > a > img {
    width: 150px;
    height: 150px;
    margin: 0 15px;
  }
  /*오시는 길*/
  .mainContactWrap .swiper-container {
    height: 188px;
  }
  .mainContactWrap .swiper-slide {
    width: 320px;
    height: 188px;
    margin-right: 20px;
  }
  .mainContactWrap .swiper-slide:last-child {
    margin-right: 0;
  }
  .pcContactText {
    display: block;
  }
  .contactMap {
    width: 1000px;
    height: 370px;
    margin: auto;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:hover {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:hover {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /*이미지슬라이더*/
  .pcSwiperWrap {
    width: fit-content;
    padding: 0 30px;
    margin: auto;
    position: relative;
  }
  .swiper-container {
    width: 100%;
    height: 288px;
    position: static;
  }
  .swiper-slide {
    width: 490px;
    height: 288px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-container2 {
    width: 100%;
    height: 340px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 340px;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_prev_btn.png);
    left: 0;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_next_btn.png);
    right: 0;
  }
  .newsImgSlider .swiper-button-prev,
  .newsImgSlider .swiper-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_prev_btn2.png);
    left: 0;
  }
  .newsImgSlider .swiper-button-next,
  .newsImgSlider .swiper-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_next_btn2.png);
    right: 0;
  }
}
