@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  height: 100%;
  color: #000000;
  word-break: keep-all;
}

body a {
  color: #000000;
}

.body {
  min-height: 100%;
  position: relative;
  overflow-x: clip;
}

select {
  border-radius: 0;
  font-family: "Noto Sans KR", sans-serif;
  border: 1px solid #000000;
  padding: 0 10px;
  color: #000000;
  background: #ffffff;
}

button:focus {
  outline: 0;
}

a:focus {
  outline: 0;
}

img {
  vertical-align: middle;
}

img:focus {
  outline: 0;
}

.wrap {
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.footer-inner {
  width: 1200px;
  margin: 0 auto;
}

.pc-img {
  display: inline-block;
}

.m-img {
  display: none;
}

/* 비됴설치 btn */
.m-download {
  display: none;
}

.m-carrot-download {
  display: none;
}

.top-banner-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-banner-wrapper {
    display: block;
  }
  .top-banner-wrapper #top-banner {
    margin: 0 auto;
    overflow: hidden;
  }
  .top-banner-wrapper #top-banner .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-banner-wrapper #top-banner .slick-slide a img {
    width: 100% !important;
  }
}

.bottom-banner-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottom-banner-wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #272727;
    overflow: hidden;
    z-index: 9;
  }
  .bottom-banner-wrapper #bottom-banner {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
  }
  .bottom-banner-wrapper #bottom-banner .slide_wrap .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bottom-banner-wrapper #bottom-banner .slide_wrap .slick-slide a img {
    width: 100%;
  }
}

.bottom-banner-wrapper2 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .bottom-banner-wrapper2 {
    display: none;
  }
}

.bottom-banner-wrapper2 ul {
  display: flex;
}

.bottom-banner-wrapper2 ul li {
  width: 100%;
}

.bottom-banner-wrapper2 ul li div {
  display: flex;
}

.bottom-banner-wrapper2 ul li.left {
  background-color: #102528;
}

.bottom-banner-wrapper2 ul li.left div {
  justify-content: flex-end;
}

.bottom-banner-wrapper2 ul li.right {
  background-color: #ffda30;
}

.bottom-banner-wrapper2 ul li.right div {
  justify-content: flex-start;
}

.bottom-banner-wrapper2 ul li a {
  max-width: 180px;
}

.bottom-banner-wrapper2 ul li a img {
  display: block;
  width: 100%;
}

.popup-banner-wrapper2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.popup-banner-wrapper2 .popup-banner {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.popup-banner-wrapper2 .popup-banner .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.popup-banner-wrapper2 .popup-banner .inner .close-popup {
  align-self: flex-end;
  width: 20px;
  cursor: pointer;
}

.popup-banner-wrapper2 .popup-banner .inner #img-banner2 .slick-slide {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.popup-banner-wrapper2 .popup-banner .inner #img-banner2 .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-banner-wrapper2 .popup-banner .inner #img-banner2 .slick-slide a img {
  width: 100%;
}

.popup-banner-wrapper2 .popup-banner .inner .close-toady {
  color: #ffffff;
  cursor: pointer;
}

.popup-banner-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.popup-banner-wrapper .popup-banner {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.popup-banner-wrapper .popup-banner .inner {
  /*display: flex;*/
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.popup-banner-wrapper .popup-banner .inner .close-popup {
  align-self: flex-end;
  width: 20px;
  cursor: pointer;
}

.popup-banner-wrapper .popup-banner .inner #top-banner {
  margin: 0 auto;
  overflow: hidden;
}

.popup-banner-wrapper .popup-banner .inner #top-banner .slide_wrap {
  background-color: #ffffff;
  overflow: hidden;
}

.popup-banner-wrapper .popup-banner .inner #top-banner .slide_wrap .slick-slide {
  float: left;
}

.popup-banner-wrapper .popup-banner .inner #top-banner .slide_wrap .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-banner-wrapper .popup-banner .inner #top-banner .slide_wrap .slick-slide a img {
  width: 100%;
}

.popup-banner-wrapper .popup-banner .inner .close-toady {
  color: #ffffff;
  cursor: pointer;
}

/* 이벤트 플로팅배너 */
.register-bn-ev-jr {
  position: fixed;
  bottom: 288px;
  right: 15px;
  z-index: 8;
}

/* 이벤트 플로팅배너2 */
.register-bn-ev2-jr {
  position: fixed;
  bottom: 114px;
  right: 15px;
  z-index: 9;
}

/* 이벤트 플로팅배너3 */
.register-bn-ev3-jr {
  position: fixed;
  bottom: 350px;
  right: 15px;
  z-index: 8;
}

.m-event-jr-wrap {
  display: none;
}

/*  당근톡둥둥이메뉴*/
.btn-floating-talk {
  text-align: center;
  width: 155px;
  border-radius: 18px;
  position: fixed;
  right: 18px;
  bottom: 50px;
  z-index: 9999;
  outline: none;
  font-size: 14px;
  border: none;
  background: transparent;
  box-shadow: none;
}

.btn-floating-talk .talk_list ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 11px 0;
  background-color: #f5f5f5;
}

.btn-floating-talk .talk_list ul li a {
  display: block;
}

.btn-floating-talk .talk_list ul li:first-child {
  border-radius: 18px 18px 0 0;
}

.btn-floating-talk .talk_list ul li:last-child {
  border: none;
}

.btn-floating-talk .quick_contact_open {
  color: transparent;
  display: block;
  padding: 46px 0px 0px 25px;
  background: url(/resource/junior/img/landing/question_icon.png?ver=1) no-repeat 25px;
  background-color: transparent;
  background-position: left;
  background-size: 100%;
}

.freeclass_container {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.freeclass_container .pop {
  position: fixed;
  background-color: #fff;
  width: 430px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 36px 0 26px;
  text-align: center;
  border-radius: 18px;
}

.freeclass_container .pop p {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 28px;
  line-height: 1.3;
}

.freeclass_container .pop p span {
  color: #fe6845;
}

.freeclass_container .pop .btn {
  background-color: #fe6845;
  color: #fff;
  padding: 12px 50px;
  display: inline-block;
  border-radius: 10px;
  font-size: 17px;
}

.junior_leveltest_pop {
  z-index: 10;
  /*
  width: 100%;
  height: 100%;
  */
  position: absolute;
  width: 311px;
  height: 137px;
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  display: none;
  /*
  .pop {
    //position: fixed;
    background-color: #fff;
    width: 530px;
    top: 20%;
    left: 70%;
    transform: translateX(-50%);
    padding: 36px 0 26px;
    text-align: center;
    border-radius: 18px;
    p {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 28px;
      span {
        color: #ff4068;
      }
    }
    .btn {
      background-color: #ff4068;
      color: #fff;
      padding: 12px 50px;
      display: inline-block;
      border-radius: 10px;
      font-size: 17px;
    }
  }
  */
}

.junior_leveltest_pop img {
  width: 39px;
  height: 39px;
  margin: 3px 14px 43px 0;
  object-fit: contain;
  float: left;
}

.junior_leveltest_pop div {
  width: 280px;
  height: 69px;
  margin: 0 0 16px 14px;
  /*font-family: NotoSansKR;*/
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.26px;
  text-align: left;
  color: #111;
}

.junior_leveltest_pop .bold-txt {
  font-weight: bold;
}

.junior_leveltest_pop .close {
  width: 79px;
  height: 20px;
  margin: 0 7px 0 0;
  /*font-family: NotoSansKR;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.21px;
  text-align: right;
  color: #555;
  width: 100%;
  float: right;
}

.junior_leveltest_pop .close > img {
  width: 10px;
  height: 10px;
  margin: 6px 0 4px 7px;
  object-fit: contain;
  float: right;
}

@media only screen and (min-width: 769px) {
  .junior_leveltest_pop {
    left: 70%;
  }
}

.notice_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.notice_box {
  width: 184px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: absolute;
  top: 106px;
  right: 0;
}

.notice_box ul {
  padding: 10px 12px;
}

.notice_box ul li {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
}

.notice_box ul li a {
  color: #fff;
}

.notice_box ul .plus {
  position: absolute;
  top: 3px;
  right: 15px;
}

.notice_box ul .bold {
  margin-bottom: 8px;
}

.notice_box ul .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.notice_box ul .title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 5px;
  margin-right: 10px;
}

.carrot_talk_layer {
  position: fixed;
  bottom: 34px;
  right: 34px;
  z-index: 999999;
}

.carrot_talk_layer .carrot_talk_content {
  border-radius: 32px;
  overflow: auto;
  -ms-overflow-style: none;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25);
  min-width: 388px;
  max-width: 388px;
}

.carrot_talk_layer .carrot_talk_content .top {
  background-color: #fafafc;
  border-bottom: 1px solid #efefef;
  color: #ffffff;
  width: 100%;
  position: relative;
}

.carrot_talk_layer .carrot_talk_content .top img {
  padding-left: 27px;
  padding-bottom: 3px;
}

.carrot_talk_layer .carrot_talk_content .top h1 {
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0 16px 8px;
  display: inline-block;
  color: #000000;
}

.carrot_talk_layer .carrot_talk_content .top .layer-close {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 27px;
}

.carrot_talk_layer .carrot_talk_content .top .layer-close .close_img {
  width: 100%;
  padding: 0;
}

.carrot_talk_layer .carrot_talk_content .layer-con {
  background-color: #fafafc;
  padding: 0;
  height: 534px;
  overflow: auto;
}

.carrot_talk_layer .carrot_talk_content .layer-con::-webkit-scrollbar {
  width: 4px;
}

.carrot_talk_layer .carrot_talk_content .layer-con::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .main_title {
  background-color: #fff;
  text-align: center;
}

.carrot_talk_layer .carrot_talk_content .layer-con .main_title h4 {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  padding: 23px 0 6px 0;
  line-height: 24px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .main_title h2 {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 26px;
  line-height: 30px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .main_title h2 span {
  color: #ff3871;
}

.carrot_talk_layer .carrot_talk_content .layer-con .maintitle_2step {
  background-color: #fff;
  text-align: left;
  padding: 0 27px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .maintitle_2step .title {
  display: inline-block;
  background-color: rgba(255, 56, 113, 0.15);
  color: #ff3871;
  font-size: 18px;
  font-weight: 700;
  border-radius: 17px 17px 17px 0;
  margin: 23px 0 6px 0;
  padding: 4px 18px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .maintitle_2step h2 {
  font-size: 21px;
  font-weight: 700;
  padding: 0 0 6px 0;
  line-height: 30px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .maintitle_2step h4 {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  padding-bottom: 26px;
  line-height: 24px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tag_box {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  margin: 17px 27px 32px;
  border-radius: 18px;
  padding: 12px 13px 16px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tag_box h3 {
  font-size: 16px;
  font-weight: 700;
  padding-left: 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tag_box .tag {
  padding-top: 12px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tag_box .tag .tag_btn {
  background-color: rgba(255, 56, 133, 0.1);
  border-radius: 19px;
  padding: 7px 12px;
  margin-top: 6px;
  display: inline-block;
  color: #ff3871;
  font-weight: 500;
  font-size: 16px;
  margin-right: 7px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  margin: 17px 27px 14px;
  border-radius: 18px;
  padding: 12px 13px 16px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step h3 {
  font-size: 16px;
  font-weight: 700;
  padding-left: 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag {
  padding-top: 12px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag .tag_btn {
  border: 1px solid rgba(255, 56, 133, 0.4);
  border-radius: 19px;
  padding: 7px 11px;
  margin-top: 6px;
  display: inline-block;
  color: #ff3871;
  font-weight: 500;
  font-size: 16px;
  margin-right: 7px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn h4 {
  padding-left: 6px;
  margin-bottom: 7px;
  font-size: 14px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn h4 span {
  color: #ff3871;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box {
  padding-left: 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box select {
  width: 21%;
  font-size: 14px;
  height: 33px;
  border-radius: 9px;
  color: #656565;
  border: 1px solid #bdbdbe;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn {
  font-size: 14px;
  display: inline-block;
  border: 0.8px solid #bdbdbe;
  border-radius: 9px;
  padding: 6px 6px;
  width: 20%;
  text-align: center;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn span {
  padding-right: 8px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn img {
  float: right;
  padding-top: 8px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn.btn_3 {
  background-color: #ececf1;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn.btn_3 span {
  color: transparent;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn.btn_4 {
  background-color: #ececf1;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .tag.time_btn .btn_box .btn.btn_4 span {
  color: transparent;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .discription {
  padding-left: 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .discription h4 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 4px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .discription h4:last-child {
  font-weight: 400;
  color: #525252;
  margin: 0;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .alert {
  color: #ff3871;
  font-size: 13px;
  margin-top: 5px;
  padding: 0 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .time_check {
  padding: 0 6px;
  margin-top: 16px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .tagbox_2step .time_check a {
  width: 100%;
  background-color: #ffe1ea;
  color: #ff3871;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 6px 0;
  border-radius: 19px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  margin: 17px 27px 14px;
  border-radius: 18px;
  padding: 12px 19px 16px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase h3 {
  font-size: 16px;
  font-weight: 700;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .text_bbox {
  padding-top: 12px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .text_bbox h4 {
  margin-bottom: 7px;
  font-size: 14px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .text_bbox .text_sbox input {
  border: 1px solid #878787;
  border-radius: 8px;
  width: 100%;
  padding: 5px 10px;
  height: 30px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .text_bbox .text_sbox input:focus {
  outline: none;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .alert {
  color: #ff3871;
  font-size: 13px;
  margin-top: 5px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .time_check {
  padding: 0 6px;
  margin-top: 16px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .book_purchase .time_check a {
  width: 100%;
  background-color: #ffe1ea;
  color: #ff3871;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 6px 0;
  border-radius: 19px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .qna_box {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  margin: 0 27px 32px;
  border-radius: 18px;
  padding: 12px 13px 16px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .qna_box h3 {
  font-size: 16px;
  font-weight: 700;
  padding-left: 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .qna_box .qna {
  padding-top: 12px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .qna_box .qna .qna_btn {
  background-color: rgba(0, 99, 212, 0.1);
  border-radius: 19px;
  padding: 7px 13px;
  margin-top: 6px;
  color: #0063d4;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box {
  padding: 0 27px 19px;
  background-color: #fafafc;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn {
  background-color: #ececf1;
  margin-bottom: 7px;
  border-radius: 18px;
  padding: 12px 20px;
  display: block;
  height: 52px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn .icon_laveltest {
  padding-left: 2px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn .icon_application {
  padding-left: 6px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn span {
  padding-left: 24px;
  line-height: 26px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn:nth-child(3) span {
  padding-left: 26px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn:last-child span {
  padding-left: 27px;
}

.carrot_talk_layer .carrot_talk_content .layer-con .box-form {
  margin-bottom: 10px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box {
  background-color: #fff;
  padding: 23px 27px 0;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .input-login {
  width: 100%;
  padding: 0 9px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  height: 40px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .input-login:focus {
  outline: none;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .txt-alert {
  font-size: 14px;
  color: #ff3871;
  padding: 5px 0;
  font-weight: 400;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .btn-login {
  width: 100%;
  background-color: #333333;
  color: #fff;
  padding: 10px 0;
  margin: 8px 0 0 0;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .sns-title {
  text-align: center;
  margin: 20px 0 8px 0;
  background: url(/resource/junior/img/landing/sns_title_bg.png) repeat-x 0;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .sns-title span {
  background: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 9px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .naver {
  width: 100%;
  background-color: #3cb526;
  border: none;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 5px 0;
  border-radius: 6px;
  font-size: 15px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .naver span {
  background: url(/resource/junior/img/landing/ico_login_naver.png) no-repeat left;
  background-size: 15px auto;
  padding: 0 0 0 23px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .google {
  width: 100%;
  background-color: #e53b08;
  border: none;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 15px;
}

.carrot_talk_layer .carrot_talk_content .layer-con.login-Box .google span {
  background: url(/resource/junior/img/landing/ico_login_google.png) no-repeat left;
  background-size: 15px auto;
  padding: 0 0 0 23px;
}

/* 제2외국어 후기 슬라이드 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer {
  padding: 35px 0 10px 0;
  background: #3f484f;
  margin-bottom: -10px;
  color: #80898e;
  width: 100%;
  z-index: 9;
  display: inline-block;
}

.footer .con01 {
  float: left;
  width: 60%;
}

.footer .con01 p {
  font-size: 15px;
  line-height: 22px;
}

.footer .con01 p:nth-child(2) {
  margin: 25px 0;
  overflow: hidden;
}

.footer .con01 p:nth-child(2) a {
  font-size: 15px;
  color: #80898e;
}

.footer .con01 p:last-child a {
  margin: 0 5px;
}

.footer .con02 {
  float: right;
  width: 40%;
}

.footer .con02 .top {
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #80898e;
}

.footer .con02 .top .title {
  float: left;
  padding: 4px 0 0 0;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}

.footer .con02 .top select {
  float: right;
  border: 0;
  padding: 4px 10px;
}

.footer .con02 ul {
  margin-top: 20px;
}

.footer .con02 ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 36px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
}

.footer .con02 ul li a {
  font-size: 18px;
  color: #80898e;
}

.footer .con02 ul li.tel {
  background-image: url(../img/main/ico_tel.png);
}

.footer .con02 ul li.mail {
  background-image: url(../img/main/ico_mail.png);
}

.footer .con02 ul li.q {
  background-image: url(../img/main/ico_q.png);
}

/*메인페이지 메뉴*/
.main-gnb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 999;
}

.main-gnb-wrap .common {
  text-align: right;
  font-size: 13px;
  padding-top: 10px;
}

.main-gnb-wrap .common li {
  display: inline-block;
  margin-right: 30px;
}

.main-gnb-wrap .common li:last-child {
  margin-right: 0;
}

.main-gnb-wrap .common li a {
  color: #fff;
}

.main-gnb-wrap .common li a.global-leadership {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.main-gnb-wrap .common .main-login-btn {
  border: 1px solid #fff;
  border-radius: 500px;
}

.main-gnb-wrap .common .main-login-btn a {
  padding: 3px 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

.main-gnb-wrap .common .main-login-btn.mobile {
  display: none;
}

.main-gnb-wrap .gnb .pc-gnb h1 {
  float: left;
  margin-top: -8px;
}

.main-gnb-wrap .gnb .pc-gnb h1 img {
  height: 49px;
}

.main-gnb-wrap .gnb .pc-gnb ul {
  float: right;
  margin: 15px 0 0px 0;
}

.main-gnb-wrap .gnb .pc-gnb ul li {
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  padding-bottom: 12px;
}

.main-gnb-wrap .gnb .pc-gnb ul li:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.main-gnb-wrap .gnb .pc-gnb ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.main-gnb-wrap .gnb .m-event {
  display: none;
}

.main-gnb-wrap .gnb .m-login {
  display: none;
}

.main-gnb-wrap .gnb .gnb-btn {
  display: none;
}

.main-gnb-wrap .m-gnb {
  display: none;
}

/* 서브페이지 메뉴*/
.gnb-wrap {
  padding: 0 0 20px 0;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #efefef;
}

.gnb-wrap .common {
  text-align: right;
  font-size: 13px;
  padding-top: 10px;
}

.gnb-wrap .common li {
  display: inline-block;
  margin-right: 30px;
}

.gnb-wrap .common li:last-child {
  margin-right: 0;
}

.gnb-wrap .common li a {
  color: #666;
}

.gnb-wrap .common .main-login-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #666;
  border-radius: 5px;
}

.gnb-wrap .common .main-login-btn a {
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
}

.gnb-wrap .common .main-login-btn.mobile {
  display: none;
}

.gnb-wrap .gnb .pc-gnb h1 {
  float: left;
  margin-top: -20px;
}

.gnb-wrap .gnb .pc-gnb ul {
  float: right;
  margin: 15px 0 0px 0;
}

.gnb-wrap .gnb .pc-gnb ul li {
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
}

.gnb-wrap .gnb .pc-gnb ul li a {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.gnb-wrap .gnb .m-event {
  display: none;
}

.gnb-wrap .gnb .m-login {
  display: none;
}

.gnb-wrap .gnb .gnb-btn {
  display: none;
}

.gnb-wrap .m-gnb {
  display: none;
}

.student-challenge-wrap {
  margin-top: 980px;
  padding: 65px 0;
  height: 570px;
  overflow: hidden;
  width: 100%;
}

.student-challenge-wrap .student-challenge {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.student-challenge-wrap .student-challenge .challenge-left {
  float: left;
  width: 28%;
  padding: 0;
  background: transparent;
  border: 0;
  margin-left: 0;
}

.student-challenge-wrap .student-challenge .challenge-left li {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

.student-challenge-wrap .student-challenge .challenge-left li span {
  color: #fe5003;
  font-weight: 700;
}

.student-challenge-wrap .student-challenge .challenge-left li .more-btn {
  display: inline-block;
  background: #fe5003;
  border-radius: 50px;
  padding: 0px 30px;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}

.student-challenge-wrap .student-challenge .challenge-left li:last-child {
  width: 166px;
  overflow: hidden;
  margin-top: 160px;
}

.student-challenge-wrap .student-challenge .challenge-left li:last-child button {
  border: none;
  background: none;
}

.student-challenge-wrap .student-challenge .challenge-left li:last-child button img {
  width: 9px;
  height: 18px;
}

.student-challenge-wrap .student-challenge .challenge-left li:last-child .prev {
  float: left;
}

.student-challenge-wrap .student-challenge .challenge-left li:last-child .next {
  float: right;
}

.student-challenge-wrap .student-challenge .challenge-right {
  float: right;
  width: 70%;
  font-size: 0;
  white-space: nowrap;
  height: 440px;
  overflow: hidden;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li {
  display: inline-block;
  height: 440px;
  overflow: hidden;
  vertical-align: top;
  width: 290px;
  margin-left: 10px;
  padding: 30px 20px;
  background: url(../img/main/challenge_slide_bg.png) no-repeat 55px 62px;
  white-space: normal;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info {
  position: relative;
  height: 45px;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info .thumb {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 14px;
  overflow: hidden;
  border-radius: 100%;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info .thumb img {
  width: 100%;
  height: 100%;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info .title {
  float: left;
  width: 64%;
  letter-spacing: 0;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info .title .name {
  display: block;
  padding: 6px 0 8px 0;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info .title .like {
  position: relative;
  top: 370px;
  left: 103px;
  color: #555;
  display: block;
  font-size: 16px;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .teacher_info .title .like b {
  color: #666;
  font-weight: normal;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .comment {
  clear: both;
  width: 240px;
  height: 294px;
  overflow: hidden;
  padding: 10px 0 0 86px;
  color: #6c6c6c;
  line-height: 20px;
  font-size: 15px;
  word-break: keep-all;
  clear: both;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .comment span {
  display: block;
  line-height: 20px;
  font-size: 15px;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .comment span.orange {
  color: #ff6000;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .comment p {
  line-height: 20px;
  font-size: 15px;
  word-break: keep-all;
}

.student-challenge-wrap .student-challenge .challenge-right .teacher_slide li .comment .c_title {
  margin-top: 20px;
}

.jr-main-visual {
  position: relative;
}

.jr-main-visual .main-visual-slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  top: 70px;
  bottom: auto;
}

@media only screen and (min-width: 769px) {
  .jr-main-visual .main-visual-slide .slick-dots {
    top: 130px;
  }
}

.jr-main-visual .main-visual-slide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.jr-main-visual .main-visual-slide .slick-dots li.slick-active button {
  opacity: 1;
}

.jr-main-visual .main-visual-slide .slick-dots li button {
  width: 25px;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  opacity: 0.44;
}

.jr-main-visual .main-visual-slide .slick-dots li button::before {
  display: none;
}

.jr-main-visual .main-visual-slide .slick-arrow {
  display: none !important;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .jr-main-visual .main-visual-slide .slick-arrow {
    display: block !important;
  }
}

.jr-main-visual .main-visual-slide .slick-arrow.slick-prev {
  width: 80px;
  height: 80px;
  background: url(/resource/junior/img/debate/btn-prev.png) no-repeat center/contain;
  left: 300px;
}

.jr-main-visual .main-visual-slide .slick-arrow.slick-prev::before {
  display: none;
}

.jr-main-visual .main-visual-slide .slick-arrow.slick-next {
  width: 80px;
  height: 80px;
  background: url(/resource/junior/img/debate/btn-next.png) no-repeat center/contain;
  right: 300px;
}

.jr-main-visual .main-visual-slide .slick-arrow.slick-next::before {
  display: none;
}

.jr-main-visual .main-event-wrapper {
  display: none;
}

@media screen and (min-width: 1200px) {
  .jr-main-visual .main-event-wrapper {
    display: block;
  }
}

.jr-main-visual .main-event-wrapper .main-event-banner {
  position: fixed;
  right: 20px;
  bottom: 132px;
  width: 170px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
}

.jr-main-visual .main-event-wrapper .main-event-banner img {
  display: block;
  width: 100%;
}

.jr-main-visual .main-event-wrapper .main-event-banner .main-event-banner-close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.jr-main-visual .main-event-wrapper .main-event-banner .main-event-banner-close img {
  width: 16px;
  cursor: pointer;
}

.jr-main-visual .main-event-wrapper .main-event-banner .main-event-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.jr-main-visual .main-event-wrapper .main-event-banner .main-event-list li a {
  border-radius: 6px;
  overflow: hidden;
}

.jr-main-visual .event_pop_wrap {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.jr-main-visual .event_pop_wrap .event_pop {
  width: 500px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.jr-main-visual .event_pop_wrap .event_pop .layer-close {
  width: 30px;
}

.jr-main-visual .event_pop_wrap .event_pop img {
  width: 100%;
}

.jr-main-visual .event_pop_wrap .event_pop .open_check {
  color: #fff;
}

.jr-main-visual .wrap .visual-img {
  margin-top: 40px;
}

.jr-main-visual .wrap .visual-con {
  z-index: 9;
  width: 100%;
  background: #f3f6fb url(../img/landing/main-slide/first/bg-p.png) no-repeat center/cover;
  width: 100%;
  height: 1300px;
}

.jr-main-visual .wrap .visual-con.summer {
  padding-top: 204px;
  background: #f3f6fb url(../img/landing/main-slide/summer/bg-pc.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.summer img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.summer .content {
  max-width: 450px;
  margin: 0 auto 58px;
  padding: 0 40px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.summer .content {
    max-width: 684px;
    margin: 0 auto 92px;
    padding: 0;
  }
}

.jr-main-visual .wrap .visual-con.summer .btn {
  display: block;
  max-width: 234px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.summer .btn {
    max-width: 418px;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 {
  padding-top: 264px;
  background: #f3f6fb url(../img/landing/main-slide/leadership3/pc_bg.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.leadership3 img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.leadership3 .sub_title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .sub_title {
    display: block;
    width: 458px;
    margin: 0 auto -28px;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 .mo_main_title {
  width: 394px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .mo_main_title {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 .pc_main_title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .pc_main_title {
    display: block;
    width: 1012px;
    margin: 0 auto;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 .txt {
  width: 342px;
  margin: 0 auto 32px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .txt {
    width: 660px;
    margin-bottom: 52px;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 .info {
  width: 360px;
  margin: 0 auto 32px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .info {
    width: 658px;
    margin-bottom: 32px;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 .btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .btn {
    max-width: 684px;
  }
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .btn .btn_mo {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.leadership3 .btn .btn_pc {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership3 .btn .btn_pc {
    display: block;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 {
  padding-top: 264px;
  background: #f3f6fb url(../img/landing/main-slide/leadership2/pc_bg.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.leadership2 img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.leadership2 .sub_title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .sub_title {
    display: block;
    width: 458px;
    margin: 0 auto -28px;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 .mo_main_title {
  width: 394px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .mo_main_title {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 .pc_main_title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .pc_main_title {
    display: block;
    width: 1012px;
    margin: 0 auto;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 .txt {
  width: 342px;
  margin: 0 auto 32px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .txt {
    width: 660px;
    margin-bottom: 52px;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 .info {
  width: 360px;
  margin: 0 auto 32px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .info {
    width: 658px;
    margin-bottom: 32px;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 .btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .btn {
    max-width: 684px;
  }
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .btn .btn_mo {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.leadership2 .btn .btn_pc {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership2 .btn .btn_pc {
    display: block;
  }
}

.jr-main-visual .wrap .visual-con.leadership {
  padding-top: 236px;
  background: #f3f6fb url(../img/landing/main-slide/leadership/pc_bg.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.leadership img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.leadership .sub_title {
  width: 262px;
  margin: 0 auto 22px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership .sub_title {
    width: 458px;
    margin: 0 auto -15px;
  }
}

.jr-main-visual .wrap .visual-con.leadership .mo_main_title {
  width: 394px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership .mo_main_title {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.leadership .pc_main_title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership .pc_main_title {
    display: block;
    width: 1012px;
    margin: 0 auto;
  }
}

.jr-main-visual .wrap .visual-con.leadership .txt {
  width: 342px;
  margin: 0 auto 36px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership .txt {
    width: 660px;
    margin-bottom: 56px;
  }
}

.jr-main-visual .wrap .visual-con.leadership .info {
  width: 360px;
  margin: 0 auto 28px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership .info {
    width: 658px;
    margin-bottom: 34px;
  }
}

.jr-main-visual .wrap .visual-con.leadership .btn {
  display: block;
  max-width: 482px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.leadership .btn {
    max-width: 684px;
  }
}

.jr-main-visual .wrap .visual-con.battle {
  background: #f3f6fb url(../img/landing/main-slide/battle/jr-main-top-bg-battle-pc.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.battle .title-pc {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle .title-pc {
    display: block;
    padding-top: 184px;
    max-width: 830px;
    margin: 0 auto 34px;
  }
}

.jr-main-visual .wrap .visual-con.battle .title-m {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .jr-main-visual .wrap .visual-con.battle .title-m {
    display: block;
    padding: 80px 20px 0;
    max-width: 412px;
    width: 100%;
    margin: 0 auto 34px;
  }
}

.jr-main-visual .wrap .visual-con.battle .text {
  display: block;
  max-width: 308px;
  width: 100%;
  margin: 0 auto 34px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle .text {
    max-width: 430px;
  }
}

.jr-main-visual .wrap .visual-con.battle .btn img {
  display: block;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle .btn img {
    max-width: 200px;
  }
}

.jr-main-visual .wrap .visual-con.battle2 {
  padding-top: 170px;
  background: #f3f6fb url(../img/landing/main-slide/battle2/pc_bg.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.battle2 .mo_title {
  display: block;
  width: 100%;
  max-width: 406px;
  margin: 0 auto 38px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle2 .mo_title {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.battle2 .pc_title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle2 .pc_title {
    display: block;
    max-width: 890px;
    margin: 0 auto 62px;
  }
}

.jr-main-visual .wrap .visual-con.battle2 .text {
  display: block;
  max-width: 264px;
  margin: 0 auto 34px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle2 .text {
    max-width: 390px;
    margin-bottom: 50px;
  }
}

.jr-main-visual .wrap .visual-con.battle2 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle2 ul {
    flex-direction: row;
    justify-content: center;
    gap: 34px;
  }
}

.jr-main-visual .wrap .visual-con.battle2 ul li {
  max-width: 161px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.battle2 ul li {
    max-width: 250px;
  }
}

.jr-main-visual .wrap .visual-con.battle2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.jr-main-visual .wrap .visual-con.battle2 ul li a img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.debate {
  background: #f3f6fb url(../img/landing/main-slide/debate/jr-main-top-bg-debate-pc.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.debate img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.debate .jr-main-top-title-debate_m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.debate .jr-main-top-title-debate {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.debate .jr-main-top-title-debate {
    display: block;
    max-width: 826px;
    margin: 0 auto 10px;
  }
}

.jr-main-visual .wrap .visual-con.debate .jr-main-top-title-debate2 {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.debate .jr-main-top-title-debate2 {
    display: block;
    max-width: 896px;
    margin: 0 auto;
  }
}

.jr-main-visual .wrap .visual-con.pronunciation {
  padding-top: 148px;
  background: #f3f6fb url(../img/landing/main-slide/pronunciation/bg_pc.png) no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.pronunciation img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.pronunciation .title_mo {
  max-width: 448px;
  margin: 0 auto 36px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.pronunciation .title_mo {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.pronunciation .title_pc {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.pronunciation .title_pc {
    display: block;
    max-width: 814px;
    margin: 0 auto 38px;
  }
}

.jr-main-visual .wrap .visual-con.pronunciation .info_mo {
  max-width: 270px;
  margin: 0 auto 42px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.pronunciation .info_mo {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.pronunciation .info_pc {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.pronunciation .info_pc {
    display: block;
    max-width: 655px;
    margin: 0 auto 54px;
  }
}

.jr-main-visual .wrap .visual-con.pronunciation .btn {
  display: block;
  max-width: 203px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.pronunciation .btn {
    max-width: 311px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture4 {
  padding-top: 172px;
  background: #f3f6fb url("../img/landing/main-slide/special_lecture4/bg_p.png") no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.special_lecture4 img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.special_lecture4 .title_m {
  max-width: 482px;
  margin: 0 auto 6px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture4 .title_m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture4 .title_p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture4 .title_p {
    display: block;
    max-width: 1310px;
    margin: 0 auto 20px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture4 .btn {
  display: block;
  max-width: 161px;
  margin: 0 auto 54px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture4 .btn {
    max-width: 256px;
    margin: 0 auto 34px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture4 .info {
  max-width: 340px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture4 .info {
    max-width: 578px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture5 {
  padding-top: 130px;
  background: #f3f6fb url("../img/landing/main-slide/special_lecture5/bg-p.png") no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.special_lecture5 img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.special_lecture5 .title-m {
  max-width: 474px;
  margin: 0 auto 32px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture5 .title-m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture5 .title-p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture5 .title-p {
    display: block;
    max-width: 786px;
    margin: 0 auto 32px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture5 .info-m {
  max-width: 296px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture5 .info-m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture5 .info-p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture5 .info-p {
    display: block;
    max-width: 578px;
    margin: 0 auto 54px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture5 .btn {
  display: block;
  max-width: 324px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture5 .btn {
    max-width: 506px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture6 {
  padding-top: 170px;
  background: #f3f6fb url("../img/landing/main-slide/special_lecture6/bg-p.png") no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.special_lecture6 img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.special_lecture6 .title-m {
  max-width: 358px;
  margin: 0 auto 16px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture6 .title-m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture6 .title-p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture6 .title-p {
    display: block;
    max-width: 514px;
    margin: 0 auto 24px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture6 .info-m-div {
  padding: 0 10px;
}

.jr-main-visual .wrap .visual-con.special_lecture6 .info-m-div .info-m {
  max-width: 460px;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture6 .info-m-div .info-m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture6 .info-p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture6 .info-p {
    display: block;
    max-width: 678px;
    margin: 0 auto 24px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture6 .btn {
  display: block;
  max-width: 246px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture6 .btn {
    max-width: 420px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture7 {
  padding-top: 176px;
  background: #f3f6fb url("../img/landing/main-slide/special_lecture7/bg-p.png") no-repeat center/cover;
}

.jr-main-visual .wrap .visual-con.special_lecture7 img {
  display: block;
  width: 100%;
}

.jr-main-visual .wrap .visual-con.special_lecture7 .title-m {
  max-width: 280px;
  margin: 0 auto 28px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture7 .title-m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture7 .title-p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture7 .title-p {
    display: block;
    max-width: 506px;
    margin: 0 auto 46px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture7 .info-m-div {
  padding: 0 10px;
}

.jr-main-visual .wrap .visual-con.special_lecture7 .info-m-div .info-m {
  max-width: 422px;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture7 .info-m-div .info-m {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture7 .info-p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture7 .info-p {
    display: block;
    max-width: 758px;
    margin: 0 auto 54px;
  }
}

.jr-main-visual .wrap .visual-con.special_lecture7 .btn {
  display: block;
  max-width: 256px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con.special_lecture7 .btn {
    max-width: 484px;
  }
}

.jr-main-visual .wrap .visual-con h3 {
  padding-top: 170px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.38px;
  text-align: center;
  color: #ffffff;
}

.jr-main-visual .wrap .visual-con h3 span {
  color: #fef967;
}

.jr-main-visual .wrap .visual-con h2 {
  max-width: 1200px;
  margin: 0px auto 30px;
  text-align: center;
  color: #ffffff;
  padding: 30px 0 0px 0;
}

.jr-main-visual .wrap .visual-con h2 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.jr-main-visual .wrap .visual-con h2 img.eng-text-m0 {
  max-width: 232px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h2 img.eng-text-m0 {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con h2 img.eng-text-m1 {
  max-width: 288px;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h2 img.eng-text-m1 {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con h2 img.eng-text-p0 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h2 img.eng-text-p0 {
    display: block;
    max-width: 1026px;
    margin-bottom: 20px;
  }
}

.jr-main-visual .wrap .visual-con h2 img.eng-text-p1 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h2 img.eng-text-p1 {
    display: block;
    max-width: 1138px;
  }
}

.jr-main-visual .wrap .visual-con .fiy {
  font-size: 22px;
  color: #fef967;
  text-align: center;
  line-height: 35px;
  margin-top: 22px;
}

.jr-main-visual .wrap .visual-con h4 {
  text-align: center;
  margin-top: 30px;
}

.jr-main-visual .wrap .visual-con h4 a {
  padding: 24px 108px;
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 28px;
  font-weight: bold;
  color: #fa4b1b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.jr-main-visual .wrap .visual-con h4 a span {
  padding-left: 15px;
}

.jr-main-visual .wrap .visual-con h4 a.go-debate p {
  font-size: 18px;
  color: #2d6ffa;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h4 a.go-debate p {
    font-size: 28px;
  }
}

.jr-main-visual .wrap .visual-con h4 a.go-debate .m-img {
  width: 11px;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h4 a.go-debate .m-img {
    display: none;
  }
}

.jr-main-visual .wrap .visual-con h4 a.go-debate .pc-img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .jr-main-visual .wrap .visual-con h4 a.go-debate .pc-img {
    display: block;
    width: 17px;
  }
}

.jr-main-con01 {
  width: 1200px;
  margin: 120px auto;
  display: block;
}

.jr-main-con01 h2 {
  text-align: center;
  margin-bottom: 40px;
}

.jr-main-con01 ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 20px;
}

.jr-main-con01 ul li img {
  text-align: center;
}

.jr-main-con01 ul li img:first-child {
  margin-bottom: 30px;
}

.jr-main-con01 ul li p {
  margin-top: 20px;
  line-height: 27px;
  color: #6a6c7b;
}

.jr-main-con02 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 137px 0 80px 0;
  background: #f3f6fb;
}

.jr-main-con02 h2 {
  margin-bottom: 30px;
}

.jr-main-con02 h3 {
  font-size: 32px;
  font-weight: normal;
}

.jr-main-con02 .main-teacher-wrap {
  margin-top: 100px;
  padding-bottom: 25px;
  width: 1900px !important;
  text-align: left;
  display: inline-block;
}

.jr-main-con02 .main-teacher-wrap .txt-orange {
  color: #fe6845;
}

.jr-main-con02 .main-teacher-wrap .teacher {
  text-align: center;
  display: inline-block;
  height: 500px;
  margin: 30px 30px 50px 36px;
  padding: 40px 25px 53px 25px;
  border-radius: 30px;
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 23, 0.16);
  background-color: #ffffff;
  vertical-align: top;
}

.jr-main-con02 .main-teacher-wrap .teacher.teacher-down {
  margin-top: 60px;
}

.jr-main-con02 .main-teacher-wrap .teacher p {
  font-size: 18px;
  color: #6a6c7b;
}

.jr-main-con02 .main-teacher-wrap .teacher h3 {
  padding: 15px 0 30px;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: -1px;
}

.jr-main-con02 .main-teacher-wrap .teacher .certificate {
  margin-top: 50px;
  font-size: 16px;
  color: #fd4f4f;
  text-align: center;
}

.jr-main-con02 .main-teacher-wrap .teacher .certificate span {
  padding: 10px 20px;
  border-radius: 23px;
  border: solid 1px #fd4f4f;
}

.jr-main-con02 .main-teacher-wrap .teacher .certificate span:last-child {
  margin-left: 10px;
}

.jr-main-con02 .main-teacher-wrap .teacher.review-bos-btn-wrap {
  width: 93%;
  display: inline-block;
  text-align: center;
}

.jr-main-con02 .review-box-btn-wrap {
  width: 100%;
  text-align: center;
  margin-right: 0;
  padding-bottom: 0px;
}

.jr-main-con02 .review-box-btn-wrap button {
  border: none;
  background: none;
}

.jr-main-con03 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0 80px 0;
  height: 900px;
  background: #0a3454;
}

.jr-main-con03 h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #fff;
}

.jr-main-con03 h4 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #d9dee3;
}

.jr-main-con03 .awards ul {
  margin: 0 auto;
  margin-top: 60px;
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.jr-main-con03 .review-box-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.jr-main-con03 .review-box-wrap ul {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  overflow: hidden;
  vertical-align: top;
}

.jr-main-con03 .review-box-wrap ul li {
  max-width: 580px;
  margin-bottom: 40px;
  padding: 0 0 65px;
  border-radius: 30px;
  box-shadow: 7px 3px 13px 5px rgba(0, 0, 23, 0.16);
  background-color: #ffffff;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 50px;
}

.jr-main-con03 .review-box-wrap ul li .review-img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 27px 27px 0 0;
}

.jr-main-con03 .review-box-wrap ul li .review-txt {
  padding: 25px 50px;
}

.jr-main-con03 .review-box-wrap ul li h3 {
  font-size: 28px;
  font-weight: bold;
  padding: 25px 0;
  color: #000;
  margin: 0;
}

.jr-main-con03 .review-box-wrap ul li h4 {
  color: #fe6845;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 0;
}

.jr-main-con03 .review-box-wrap ul li p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  color: #6a6c7b;
}

.jr-main-con03 .review-box-btn-wrap {
  display: none;
  width: 100%;
  text-align: center;
  margin-right: 0;
  padding-bottom: 50px;
}

.jr-main-con03 .review-box-btn-wrap button {
  border: none;
  background: none;
}

@media screen and (min-width: 1000px) {
  .jr-main-con03 .review-box-btn-wrap {
    display: block;
  }
}

.jr-main-con04 {
  width: 100%;
  background-color: #f3f6fb;
  height: auto;
  text-align: center;
  margin-top: 670px;
  padding: 100px 0;
}

.jr-main-con04 h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.jr-main-con04 h4 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #6a6c7b;
  line-height: 1.45;
  padding-bottom: 80px;
}

.jr-main-con04 ul li {
  display: inline-block;
  vertical-align: top;
}

.jr-main-con04 ul li:first-child {
  width: 100%;
  margin: 0 auto;
}

.jr-main-con04 ul li:last-child {
  width: 35%;
  margin-left: 235px;
}

.jr-main-con04 ul li:last-child img {
  width: 100%;
}

.jr-main-con05 {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 100px 0 0 0;
}

.jr-main-con05 h4 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #6a6c7b;
  line-height: 1.45;
}

.jr-main-con05 .jr-main-con05-list ul {
  margin-top: 100px;
}

.jr-main-con05 .jr-main-con05-list ul li {
  text-align: left;
}

.jr-main-con05 .jr-main-con05-list ul li:nth-child(2) {
  padding: 60px 0;
}

.jr-main-con05 .jr-main-con05-list ul li span {
  width: 100px;
  display: inline-block;
  text-align: center;
}

.jr-main-con05 .jr-main-con05-list ul li p {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #000017;
  line-height: 1.6;
  font-weight: bold;
}

.jr-main-con05 .jr-main-con05-img {
  display: inline-block;
  vertical-align: top;
  margin-top: -400px;
  width: 100%;
}

.jr-main-con05 .jr-main-con05-img img {
  width: 100%;
}

.jr-main-con06 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0;
  background: url(../img/landing/jr-main-con06-bg-pc.png) center no-repeat;
  background-size: cover;
}

.jr-main-con06 h4 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #6a6c7b;
  line-height: 1.45;
}

.jr-main-con07 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0;
}

.jr-main-con07 h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.4;
}

.jr-main-con07 h4 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #6a6c7b;
  line-height: 1.45;
}

.jr-main-con07 .curriculum-program {
  width: 100%;
  position: relative;
}

.jr-main-con07 .curriculum-program .sub-img {
  position: absolute;
  bottom: -100px;
  margin-left: 190px;
  z-index: 9;
}

.jr-main-con07 .curriculum-program .program-detail ul {
  border-radius: 50px;
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 23, 0.16);
  padding: 15px;
  margin: 64px auto 32px auto;
  background-color: #ffffff;
  width: 1153px;
}

.jr-main-con07 .curriculum-program .program-detail ul li {
  display: inline-block;
  padding: 30px 0px;
  width: 156.5px;
  cursor: pointer;
  border-radius: 50px;
  background-color: #ffffff;
  position: relative;
}

.jr-main-con07 .curriculum-program .program-detail ul li.active {
  background-color: #fe6845;
}

.jr-main-con07 .curriculum-program .program-detail ul li .new {
  background-color: #ff0000;
  color: #ffd81a;
  /* width: 60px; */
  /* height: 25px; */
  border-radius: 17px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -5px;
  right: 21px;
  padding: 0 10px;
  line-height: 2;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap {
  height: 900px;
  overflow: hidden;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap {
  width: 1153px;
  border-radius: 50px;
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 23, 0.16);
  height: 847px;
  margin: 20px auto 50px auto;
  object-fit: contain;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img01 {
  background: url(../img/landing/junior-img01-bg.png) no-repeat bottom right;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img02 {
  background: url(../img/landing/junior-img02-bg.png) no-repeat bottom right;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img03 {
  background: url(../img/landing/junior-img03-bg.png) no-repeat bottom right;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img04 {
  background: url(../img/landing/junior-img04-bg.png) no-repeat bottom right;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img05 {
  background: url(../img/landing/junior-img05-bg.png) no-repeat bottom right;
  position: relative;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img06 {
  background: url(../img/landing/junior-img06-bg.png) no-repeat bottom right;
  position: relative;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img07 {
  background: url(../img/landing/junior-img07-bg.png) no-repeat bottom right;
  position: relative;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap {
  padding: 100px;
  text-align: left;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .info {
  padding-top: 30px;
  font-size: 18px;
  line-height: 24px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .info span {
  color: #fe6845;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap p {
  font-size: 16px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap .goal-img img {
  height: 100px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap .goal-txt span {
  display: block;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap {
  margin-top: 60px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap .book-img {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 25px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div {
  background: #f3f6fb;
  border-radius: 20px;
  display: inline-block;
  width: 350px;
  position: relative;
  padding: 100px 30px 30px 30px;
  margin-top: -100px;
  z-index: 1;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div a {
  background-color: #fe6845;
  padding: 5px 10px;
  color: #fff;
  border-radius: 8px;
  margin-right: 4px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div.junior-readingbook_btn {
  position: absolute;
  bottom: 40px;
  left: 508px;
  margin: 0;
  background: none;
  z-index: 3;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div.junior-readingbook_btn a {
  background-color: #fe6845;
  padding: 5px 10px;
  color: #fff;
  border-radius: 8px;
  margin-right: 4px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap p {
  font-weight: 700;
  font-size: 20px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap span.lv {
  display: block;
  color: #fe6845;
  padding-top: 10px;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap a {
  margin-top: 20px;
  display: inline-block;
}

.jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap a span {
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
}

.jr-main-con08 {
  width: 100%;
  text-align: center;
  background: linear-gradient(50deg, #ffa046, #fe4f4f);
  padding: 100px 0;
}

.jr-main-con08 h4 {
  color: #fff;
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 1.44;
  font-weight: 300;
}

.jr-main-con09 {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  background-color: #f3f6fb;
}

.jr-main-con09 h4 {
  color: #6a6c7b;
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 300;
}

.jr-main-con09 .level-test-guide ul {
  margin-top: 50px;
}

.jr-main-con09 .level-test-guide ul li {
  display: inline-block;
}

.jr-main-con09 .level-test-guide ul li:nth-child(2) {
  margin: 0 70px;
}

.jr-main-con09 .level-test-guide ul li p {
  margin-top: 20px;
}

.jr-main-con09 .tab-list {
  display: flex;
  width: 1170px;
  margin: 80px auto 0;
  padding-left: 50px;
}

.jr-main-con09 .tab-list li {
  width: 20%;
}

.jr-main-con09 .tab-list li a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #ababab;
  padding: 20px;
  background: #efefef;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 10px 10px 0 0;
}

.jr-main-con09 .tab-list li.on a {
  color: #ff416d;
  font-weight: bold;
  background: #ffffff;
}

.jr-main-con09 .level-test-wrap {
  width: 1170px;
  margin: 0 auto 80px;
  padding: 100px;
  border-radius: 50px;
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 23, 0.16);
  background-color: #ffffff;
  text-align: left;
}

.jr-main-con09 .level-test-wrap ul li {
  padding-bottom: 80px;
}

.jr-main-con09 .level-test-wrap ul li.level-test-date-title {
  margin-bottom: 80px;
}

.jr-main-con09 .level-test-wrap ul li:last-child {
  padding-bottom: 0;
}

.jr-main-con09 .level-test-wrap ul li .warn-text {
  font-size: 20px;
  color: red;
  font-weight: 700;
  margin-top: 10px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap {
  margin-top: 30px;
  position: relative;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 440px;
  background-color: #f3f6fb;
  border-radius: 10px;
  border: solid 2px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .title {
  font-size: 28px;
  font-weight: 600;
  vertical-align: middle;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .title a {
  color: #6a6c7b;
  display: block;
  position: relative;
  margin-top: 5px;
  padding: 25px 30px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .title img {
  margin-right: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu {
  display: none;
  background-color: #fff;
  width: 100%;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu:hover {
  display: block;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu a {
  color: #6a6c7b;
  display: block;
  padding: 25px 80px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu a::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu a:last-child {
  border: none;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select {
  display: inline-block;
  overflow: hidden;
  width: 520px;
  left: 460px;
  position: absolute;
  background-color: #f3f6fb;
  border-radius: 10px;
  border: solid 2px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title {
  font-size: 28px;
  font-weight: 600;
  vertical-align: middle;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title a {
  color: #6a6c7b;
  display: block;
  position: relative;
  margin-top: 5px;
  padding: 25px 30px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title img {
  margin-right: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu {
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 20px 30px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu:hover {
  display: block;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul:first-child span {
  padding-right: 14px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul h3 {
  margin-bottom: 20px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul span {
  font-size: 18px;
  padding-right: 3px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul li {
  display: inline-block;
  padding-bottom: 5px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul li a {
  color: #6a6c7b;
  display: inline-block;
  background: #f5f5f5;
  padding: 13px 9.5px;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 6px;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul li.none a {
  color: #c4c5ca;
}

.jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul li.on a {
  background: #fe6845;
  color: #fff;
}

.jr-main-con09 .level-test-wrap ul li .level-time-wrap {
  margin-top: 30px;
}

.jr-main-con09 .level-test-wrap ul li .level-time-wrap button {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.57;
  padding: 7px 100px;
  border-radius: 10px;
  border: 2px solid #d9dee3;
  color: #6a6c7b;
  background: #fff;
}

.jr-main-con09 .level-test-wrap ul li .level-time-wrap button.active {
  background-color: #fe6845;
  color: #ffffff;
  border: 2px solid #fe6845;
}

.jr-main-con09 .level-test-wrap ul li .level-time-wrap button:last-child {
  margin-left: 10px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div {
  margin-bottom: 30px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div:nth-child(1) {
  margin-top: 30px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #6a6c7b;
  padding-bottom: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.mail-info input {
  font-size: 20px;
  width: 745px;
  padding: 30px;
  height: 88px;
  border-radius: 10px;
  border: solid 1px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.mail-info input::placeholder {
  color: rgba(106, 108, 123, 0.5);
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info {
  font-size: 20px;
  border-radius: 10px;
  margin-top: 50px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info p {
  padding-bottom: 20px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label {
  border-radius: 10px;
  display: inline-block;
  color: #6a6c7b;
  font-size: 25px;
  font-weight: bold;
  line-height: 2.57;
  width: 30%;
  border: 2px solid #d9dee3;
  background: #fff;
  text-align: center;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label.active {
  background-color: #fe6845;
  color: #ffffff;
  border: 2px solid #fe6845;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(2) {
  margin-bottom: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(3) {
  margin: 0 10px 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(4) {
  margin-bottom: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(6) {
  margin: 0 10px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label input {
  opacity: 0;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label span {
  padding-right: 18px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info::placeholder {
  color: rgba(106, 108, 123, 0.5);
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.name-info input {
  height: 88px;
  font-size: 20px;
  width: 370px;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.name-info input::placeholder {
  color: rgba(106, 108, 123, 0.5);
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info {
  margin-top: 50px;
  margin-bottom: 20px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info p span {
  font-size: 14px;
  background-color: #ff843b;
  padding: 8px 12px;
  border-radius: 18px;
  margin-left: 8px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info p span a {
  color: #fff;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 2.57;
  padding: 7px 76px;
  border-radius: 10px;
  border: 2px solid #d9dee3;
  color: #6a6c7b;
  background: #fff;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button.active {
  background-color: #fe6845;
  color: #ffffff;
  border: 2px solid #fe6845;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button:nth-child(3) {
  margin-left: 10px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button:nth-child(4) {
  margin-left: 10px;
  margin-right: 10px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info {
  margin-top: 50px;
  margin-bottom: 0;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info p span {
  font-size: 14px;
  background-color: #ff843b;
  padding: 8px 12px;
  border-radius: 18px;
  margin-left: 8px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info p span a {
  color: #fff;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 2.57;
  width: 30%;
  border-radius: 10px;
  border: 2px solid #d9dee3;
  color: #6a6c7b;
  background: #fff;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button .course_info_logo {
  display: inline-block;
  width: 38px;
  margin: 0 6px 0 0;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button img {
  width: 100%;
  padding-bottom: 7px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button.active {
  background-color: #fe6845;
  color: #ffffff;
  border: 2px solid #fe6845;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(2) {
  margin-bottom: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(3) {
  margin: 0 10px 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(4) {
  margin-bottom: 15px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(6) {
  margin: 0 10px;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info {
  display: inline-block;
  margin-bottom: 0;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info select {
  height: 88px;
  font-size: 20px;
  width: 215px;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info input {
  height: 88px;
  font-size: 20px;
  width: 250px;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info input::placeholder {
  color: rgba(106, 108, 123, 0.5);
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info {
  display: inline-block;
  margin-bottom: 0;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info input {
  height: 88px;
  font-size: 20px;
  width: 450px;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #d9dee3;
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info input::placeholder {
  color: rgba(106, 108, 123, 0.5);
}

.jr-main-con09 .level-test-wrap ul li .level-info-wrap .level_txt {
  color: #ff0000;
  font-weight: bold;
  font-size: 15px;
}

.jr-main-con09 .level-test-wrap .agree-checkbox {
  vertical-align: middle;
}

.jr-main-con09 .level-test-wrap .agree-checkbox .checkbox-style {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #d9dee3;
  background-color: #ffffff;
  cursor: pointer;
}

.jr-main-con09 .level-test-wrap .agree-checkbox p {
  font-size: 20px;
  vertical-align: middle;
  color: #6a6c7b;
  display: inline-block;
}

.jr-main-con09 .level-test-wrap .agree-checkbox p :hover {
  text-decoration: underline;
}

.jr-main-con09 .level-test-wrap .agree-checkbox p a {
  padding-left: 15px;
  cursor: pointer;
  font-weight: bold;
}

.jr-main-con09 .level-test-wrap .level-test-btn {
  text-align: center;
}

.jr-main-con09 .level-test-wrap .level-test-btn button {
  padding: 25px 110px;
  border-radius: 44px;
  box-shadow: 5px 5px 15px 0 rgba(49, 44, 43, 0.25);
  background-color: #fe6845;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-top: 80px;
}

.jr-main-con09 .level-test-wrap .level-test-btn button .pc-img {
  margin-left: 30px;
  margin-bottom: 2px;
}

.free-class-ad {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .free-class-ad {
    margin-top: 80px;
  }
}

.free-class-ad a {
  display: block;
  width: 100%;
}

.free-class-ad a img {
  display: block;
  width: 100%;
}

.leveltest-visual {
  background: url(../img/sub/leveltest-bg.png) no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.leveltest-visual .visual-img {
  display: inline-block;
  margin-top: 95px;
  margin-left: -100px;
  position: relative;
  z-index: -1;
}

.leveltest-visual .visual-con {
  width: 617px;
  margin: 0 auto;
  margin-top: -690px;
}

.leveltest-visual .visual-con h1 {
  margin: 160px 0px 15px 0px;
}

.leveltest-visual .visual-con h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.38px;
  text-align: center;
  color: #ffffff;
}

.level-con {
  max-width: 800px;
  margin: auto;
  position: relative;
  padding-top: 600px;
}

.level-con .con {
  padding-top: 30px;
}

.level-con .con h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.level-con .con .lang {
  margin-bottom: 60px;
}

.level-con .con .lang .box-radio-input input[type="radio"] {
  display: none;
}

.level-con .con .lang .box-radio-input input[type="radio"] + span {
  display: inline-block;
  background: none;
  border: 1px solid #cacaca;
  text-align: center;
  cursor: pointer;
  color: #818181;
  width: calc(100% / 2 - 2px);
  font-size: 18px;
  padding: 20px 0;
}

.level-con .con .lang .box-radio-input input[type="radio"]:checked + span {
  border: 1px solid #f4633a;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
}

.level-con .con .lang input[type="text"],
.level-con .con .lang select {
  width: 575px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
  border: 1px solid #dadada;
  border-radius: 0;
  margin-bottom: 10px;
}

.level-con .con .lang input[type="text"].name,
.level-con .con .lang select.name {
  width: 286px;
}

.level-con .con .lang input[type="text"].kname,
.level-con .con .lang select.kname {
  width: 575px;
}

.level-con .con .lang .phone input[type="text"],
.level-con .con .lang .phone select {
  width: 23%;
}

.level-con .con .lang textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
  padding: 10px;
}

.level-con .con .lang .terms {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cacaca;
}

.level-con .con .lang .terms input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.level-con .con .lang .terms label {
  font-size: 16px;
}

.level-con .con .lang .terms label a {
  color: #000000;
}

.level-con .con .lang .btn-lv {
  margin: 70px auto;
  text-align: center;
}

.level-con .con .lang .btn-lv button {
  border: none;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  border-radius: 50px;
  padding: 15px 50px;
}

.level-con .con .info .info-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  width: 220px;
  display: inline-block;
}

.level-con .con .info .leveltest-info {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.level-con .con .time .time-tab {
  width: 100%;
}

.level-con .con .time .time-tab li {
  width: 33.333%;
  float: left;
  text-align: center;
  background: #cacaca;
}

.level-con .con .time .time-tab li.on {
  background: #f4633a;
}

.level-con .con .time .time-tab li.on a {
  font-weight: bold;
  color: #fff;
}

.level-con .con .time .time-tab li a {
  color: #fff;
  display: block;
  padding: 20px 0;
}

.level-con .con .time .time-con {
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  overflow: auto;
  height: 210px;
  margin-bottom: 40px;
  width: 99.999%;
}

.level-con .con .time .time-con table {
  width: 100%;
  text-align: center;
}

.level-con .con .time .time-con table tr:last-child th {
  border-bottom: none;
}

.level-con .con .time .time-con table tr:last-child td {
  border-bottom: none;
}

.level-con .con .time .time-con table tr th {
  font-weight: bold;
  border-bottom: 1px solid #cacaca;
}

.level-con .con .time .time-con table tr td {
  border-bottom: 1px solid #cacaca;
}

.level-con .con .time .time-con table tr td a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

.level-con .con .time .time-con table tr td a.none {
  pointer-events: none;
  cursor: default;
  font-weight: normal;
  text-decoration: line-through;
  color: #ddd;
}

.level-con .con .time .time-con table tr td a.on {
  background: #f4633a;
  font-weight: bold;
  color: #fff;
}

.level-con .con .info .box-radio-input input[type="radio"] {
  display: none;
}

.level-con .con .info .box-radio-input input[type="radio"] + span {
  display: inline-block;
  background: none;
  border: 1px solid #cacaca;
  text-align: center;
  cursor: pointer;
  color: #818181;
  width: calc(100% / 2 - 2px);
  font-size: 18px;
  padding: 10px 0;
}

.level-con .con .info .box-radio-input input[type="radio"]:checked + span {
  border: 1px solid #f4633a;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
}

.level-con .con .info input[type="text"],
.level-con .con .info select {
  width: 575px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
  border: 1px solid #dadada;
  border-radius: 0;
  margin-bottom: 10px;
}

.level-con .con .info input[type="text"].name,
.level-con .con .info select.name {
  width: 286px;
}

.level-con .con .info input[type="text"].kname,
.level-con .con .info select.kname {
  width: 575px;
}

.level-con .con .info .phone input[type="text"],
.level-con .con .info .phone select {
  width: 23%;
}

.level-con .con .info textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
  padding: 10px;
}

.level-con .con .info .terms {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.level-con .con .info .terms input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.level-con .con .info .terms label {
  font-size: 16px;
}

.level-con .con .info .terms label a {
  color: #000000;
}

.level-con .con .info .btn-lv {
  margin: 70px auto;
  text-align: center;
}

.level-con .con .info .btn-lv button {
  border: none;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 15px 40px;
}

.register-con {
  padding: 40px 0 80px 0;
  background-color: #f9f9f9;
}

.register-con h2 {
  font-size: 35px;
  line-height: 1.49;
  color: #262626;
  display: inline-block;
  padding-bottom: 30px;
}

.register-con .pay-service {
  float: right;
  padding: 12px 63px 12px;
  border-radius: 30px;
  background-color: #4d4d4d;
  font-size: 16px;
  border: none;
  color: #fff;
}

.register-con .apply-type h3 {
  font-size: 20px;
}

.register-con .apply-type h3 span {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding-left: 10px;
}

.register-con .apply-type h3 p.event {
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  padding: 0 7px;
  display: inline-block;
}

.register-con .apply-type h3 p.event span {
  animation: blink 1.5s ease-in-out infinite alternate;
  background: #ffd900;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
}

.register-con .apply-type .apply-type-tab {
  margin: 20px 0 50px 0;
}

.register-con .apply-type .apply-type-tab button {
  width: 240px;
  padding: 10px 0;
  vertical-align: top;
  font-size: 16px;
  color: #818181;
  margin-right: 30px;
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px #cacaca;
}

.register-con .apply-type .apply-type-tab button.active {
  border: solid 2px #f4633a;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
}

.register-con .apply-type .apply-type-tab button:last-child {
  margin-right: 0;
}

.register-con .apply-type .apply-type-tab button .tab-lang {
  width: 23px;
  margin-right: 5px;
  margin-top: -4px;
}

.register-con .apply-type .tab-03 button:first-child.active {
  border: solid 2px #f4633a;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
}

.register-con .apply-type .tab-04 {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}

.register-con .apply-type .tab-04 button {
  width: 100%;
  margin-bottom: 10px;
}

.register-con .apply-type .tab-04 button.active a {
  font-size: 14px;
  padding: 2px 7px;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.register-con .apply-type .tab-04 button a {
  font-size: 14px;
  padding: 2px 7px;
  display: inline-block;
  color: #ff6a3b;
  text-decoration: underline;
}

.register-con .apply-type .tab-04.tab-04-main {
  width: 550px;
  margin-left: 30px;
  vertical-align: top;
}

.register-con .apply-type .tab-04.tab-04-main button {
  width: 100%;
}

.register-con .apply-type .apply-type-time {
  margin-top: 20px;
  margin-bottom: 200px;
}

.register-con .apply-type .apply-type-time .calendar {
  display: inline-block;
  vertical-align: top;
}

.register-con .apply-type .apply-type-time .time {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.register-con .apply-type .apply-type-time .time .apply-hope-time {
  display: inline-block;
}

.register-con .apply-type .apply-type-time .time .apply-hope-time select {
  display: inline-block;
  margin-top: 20px;
  width: 200px;
  height: 50px;
  font-size: 16px;
}

.register-con .apply-type .apply-type-time .time .apply-hope-time:last-child {
  border-left: 1px solid #ddd;
  margin-left: 50px;
  padding-left: 50px;
}

.register-con .apply-type .apply-type-chk .input-chk {
  display: inline-block;
  margin: 10px 20px 40px 0;
}

.register-con .apply-type .apply-type-chk .input-chk label {
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  padding-left: 29px;
  cursor: pointer;
}

.register-con .apply-type .apply-type-chk .input-chk label::before {
  display: block;
  content: "";
  position: absolute;
  background: #f5f6f7 url(../img/sub/chk-off.png) no-repeat 0 0;
  top: 50%;
  margin-top: -10px;
  left: 1px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.register-con .apply-type .apply-type-chk .input-chk input:checked + label::before {
  background: #f5f6f7 url(../img/sub/chk-on.png) no-repeat 0 0;
  background-size: 20px 20px;
  content: "";
}

.register-con .apply-type .apply-type-chk .input-chk input.chk {
  position: absolute;
  overflow: hidden;
  outline: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
  top: 50%;
  left: 1px;
}

.register-con .apply-class-time h3 {
  font-size: 20px;
}

.register-con .apply-class-time h3 span {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding-left: 10px;
}

.register-con .apply-class-time .apply-type-tab {
  margin: 20px 0 50px 0;
  display: inline-block;
}

.register-con .apply-class-time .apply-type-tab.tab-01 {
  width: 220px;
  vertical-align: top;
}

.register-con .apply-class-time .apply-type-tab.tab-01 button {
  width: 100%;
}

.register-con .apply-class-time .apply-type-tab.tab-02 {
  width: 220px;
  margin: 20px 30px 30px 30px;
  vertical-align: top;
}

.register-con .apply-class-time .apply-type-tab.tab-02 button {
  width: 100%;
}

.register-con .apply-class-time .apply-type-tab.tab-03 {
  width: 335px;
  vertical-align: top;
}

.register-con .apply-class-time .apply-type-tab.tab-03 button {
  width: 100%;
}

.register-con .apply-class-time .apply-type-tab button {
  padding: 10px 0;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 10px;
  color: #818181;
  margin-right: 30px;
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px #cacaca;
}

.register-con .apply-class-time .apply-type-tab button.active {
  border: solid 2px #f4633a;
  background: #f4633a;
  color: #fff;
  font-weight: bold;
}

.register-con .apply-class-time .apply-type-tab button:last-child {
  margin-right: 0;
}

.register-con .apply-class-time .apply-type-tab button .tab-lang {
  width: 23px;
  margin-right: 5px;
  margin-top: -4px;
}

.register-con .apply-class-time .apply-type-tab button.pc-img {
  margin-left: 25px;
  margin-bottom: 2px;
}

.myapply-wrap {
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 30px 0;
  width: 100%;
  background-color: #4d4d4d;
}

.myapply-wrap .myapply-register {
  width: 800px;
  display: inline-block;
  vertical-align: middle;
}

.myapply-wrap .myapply-register .myapply-tab ul li {
  padding: 7px 20px;
  border-radius: 5px;
  background-color: #6f6f6f;
  font-size: 14px;
  line-height: 1.43;
  color: #e8e8e8;
  display: inline;
  margin-right: 10px;
}

.myapply-wrap .myapply-register h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #f46c45;
  margin-top: 15px;
  margin-bottom: 15px;
}

.myapply-wrap .myapply-register .myapply-time {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #cacaca;
}

.myapply-wrap .myapply-register .myapply-time p {
  display: inline-block;
}

.myapply-wrap .myapply-pay-wrap {
  width: 396px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.myapply-wrap .myapply-pay-wrap .myapply-pay p {
  display: inline-block;
}

.myapply-wrap .myapply-pay-wrap .myapply-pay p.save {
  font-size: 16px;
  line-height: 1.5;
  color: #f15555;
  vertical-align: middle;
  padding-right: 10px;
}

.myapply-wrap .myapply-pay-wrap .myapply-pay p.save span {
  text-decoration: line-through;
}

.myapply-wrap .myapply-pay-wrap .myapply-pay p.pay {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}

.myapply-wrap .myapply-pay-wrap .apply-btn-wrap {
  margin-top: 15px;
}

.myapply-wrap .myapply-pay-wrap .apply-btn-wrap .book-preview {
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  font-size: 20px;
  line-height: 1.45;
  color: #e8e8e8;
  background: none;
  margin-right: 20px;
}

.myapply-wrap .myapply-pay-wrap .apply-btn-wrap .apply-btn {
  padding: 10px 20px;
  border-radius: 5px;
  background: #ff6a3b;
  font-size: 20px;
  line-height: 1.45;
  color: #e8e8e8;
  border: none;
}

.register-payment-con {
  padding: 50px 0 80px 0;
  background-color: #f9f9f9;
}

.register-payment-con h2 {
  font-size: 35px;
  line-height: 1.49;
  color: #262626;
  display: inline-block;
  padding-bottom: 50px;
}

.register-payment-con .contact-btn {
  float: right;
}

.register-payment-con .contact-btn li {
  margin: 0 0 10px 0;
  line-height: 22px;
  float: left;
}

.register-payment-con .contact-btn li a {
  padding: 5px 0 5px 24px;
}

.register-payment-con .contact-btn li .contact {
  margin: 15px 0 0 0;
  float: right;
  background: url(../img/sub/ico_help.png) no-repeat 0 5px;
  font-size: 15px;
  padding: 5px 0 0 25px;
}

.register-payment-con .contact-btn li .contact-money {
  margin: 15px 10px 0 0;
  float: right;
  background: url(../img/sub/ico_money.png) no-repeat 0 5px;
  font-size: 15px;
  padding: 5px 0 0 25px;
}

.register-payment-con .pay-service {
  width: 100%;
}

.register-payment-con .pay-service table {
  width: 100%;
  border-top: 2px solid #282828;
}

.register-payment-con .pay-service table tr th {
  font-weight: bold;
  font-size: 15px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.register-payment-con .pay-service table tr td {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  vertical-align: middle;
}

.register-payment-con .pay-service table tr td input[type="text"],
.register-payment-con .pay-service table tr td select {
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
  box-sizing: border-box;
  border: 1px solid #dadada;
}

.register-payment-con .pay-service table tr td label {
  margin-right: 15px;
}

.register-payment-con .pay-service table tr td p {
  display: inline-block;
  padding-top: 10px;
}

.register-payment-con .pay-service button {
  border: 1px solid #7b7b7b;
  padding: 10px 30px;
  background: #fff;
}

.register-payment-con .pay-service .termsWrap {
  margin: 10px 0 0 0;
  background: #f7f7f7;
}

.register-payment-con .pay-service .termsWrap .terms_title {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
}

.register-payment-con .pay-service .termsWrap .terms_title h5 {
  font-size: 12px;
  font-weight: bold;
}

.register-payment-con .pay-service .termsWrap .terms_summary {
  height: 100px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
}

.register-payment-con .pay-view .btn-pay {
  border: 1px solid #565656;
  font-size: 16px;
  width: 250px;
  padding: 18px 0;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.register-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
}

.register-wrap h2 {
  font-size: 33px;
  font-weight: normal;
  margin: 0 0 30px 0;
  display: inline-block;
}

.register-wrap .contact-btn {
  float: right;
}

.register-wrap .contact-btn li {
  margin: 0 0 10px 0;
  line-height: 22px;
  float: left;
}

.register-wrap .contact-btn li a {
  padding: 5px 0 5px 24px;
}

.register-wrap .contact-btn li .contact {
  margin: 15px 0 0 0;
  float: right;
  background: url(../img/sub/ico_help.png) no-repeat 0 5px;
  font-size: 15px;
  padding: 5px 0 0 25px;
}

.register-wrap .contact-btn li .contact-money {
  margin: 15px 10px 0 0;
  float: right;
  background: url(../img/sub/ico_money.png) no-repeat 0 5px;
  font-size: 15px;
  padding: 5px 0 0 25px;
}

.register-wrap .tab {
  width: 100%;
  margin: 0 0 55px 0;
}

.register-wrap .tab ul li {
  float: left;
  width: 20%;
  display: block;
}

.register-wrap .tab ul li.on a {
  background: #ffffff;
  color: #f4633a;
  font-weight: bold;
  border-left: 1px solid #ff4068;
  border-right: 1px solid #ff7b1f;
  border-top: 1px solid #ff4068;
  padding: 19px 20px 19px 20px;
}

.register-wrap .tab ul li a {
  display: block;
  background: #efefef;
  padding: 20px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #ababab;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin: 0 auto;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
  /* text-shadow: 0 0 3px #797979; */
}

.register-wrap .con {
  position: relative;
}

.register-wrap .con h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 0px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #efefef;
  margin: 0 0 10px 0;
}

.register-wrap .con .pay {
  float: right;
  width: 35%;
  position: relative;
  top: 200px;
}

.register-wrap .con .pay .con {
  color: #fff;
}

.register-wrap .con .pay .con .top.mcat {
  background-size: cover;
  background: url(../img/phone/register_tab01_on.jpg) no-repeat;
}

.register-wrap .con .pay .con .top.phone {
  background-size: cover;
  background: url(../img/phone/register_tab02_on.jpg) no-repeat;
}

.register-wrap .con .pay .con .top.sec {
  background-size: cover;
  background: url(../img/phone/register_tab03_on.jpg) no-repeat;
}

.register-wrap .con .pay .con .top.jr {
  background-size: cover;
  background: url(../img/phone/register_tab04_on.jpg) no-repeat;
}

.register-wrap .con .pay .con .top .con {
  padding: 30px 20px 15px 20px;
}

.register-wrap .con .pay .con .top .con .title {
  font-size: 22px;
  font-weight: bold;
  color: #f4633a;
  padding: 0 0 10px 0;
}

.register-wrap .con .pay .con .top .con .sub {
  font-size: 16px;
  padding: 0 0 10px 0;
}

.register-wrap .con .pay .con .pay-info {
  background: #313131;
}

.register-wrap .con .pay .con .pay-info ul {
  padding: 0;
  margin: 0 auto;
  width: 90%;
}

.register-wrap .con .pay .con .pay-info ul li {
  overflow: hidden;
  margin-bottom: 0px;
  padding: 13px 0;
  border-bottom: 1px solid #272727;
}

.register-wrap .con .pay .con .pay-info ul li p:first-child {
  float: left;
  font-size: 15px;
  color: #cecece;
  font-weight: bold;
}

.register-wrap .con .pay .con .pay-info ul li p:last-child {
  float: right;
  text-align: right;
  font-size: 15px;
  color: #efefef;
  font-weight: 300;
}

.register-wrap .con .pay .con .pay-info ul li p.sale {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.register-wrap .con .pay .con .pay-info ul li p.all {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
}

.register-wrap .con .pay .con .pay-info ul li p.all_pay {
  font-weight: bold;
  color: #ff4570;
  font-size: 17px;
}

.register-wrap .con .pay .con .all-pay {
  background: #212121;
  width: 100%;
  padding: 15px 0;
}

.register-wrap .con .pay .con .all-pay p {
  margin: 0 auto;
  width: 90%;
  display: block;
  font-size: 15px;
  color: #c53153;
  font-weight: 500;
}

.register-wrap .con .pay .con button {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #fb2052;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.register-wrap .con .pay-service {
  width: 100%;
}

.register-wrap .con .pay-service table {
  width: 100%;
  border-top: 2px solid #282828;
}

.register-wrap .con .pay-service table tr th {
  font-weight: bold;
  font-size: 15px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.register-wrap .con .pay-service table tr td {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  vertical-align: middle;
}

.register-wrap .con .pay-service table tr td input[type="text"],
.register-wrap .con .pay-service table tr td select {
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
  box-sizing: border-box;
  border: 1px solid #dadada;
}

.register-wrap .con .pay-service table tr td label {
  margin-right: 15px;
}

.register-wrap .con .pay-service table tr td p {
  display: inline-block;
  padding-top: 10px;
}

.register-wrap .con .pay-service button {
  border: 1px solid #7b7b7b;
  padding: 10px 30px;
  background: #fff;
}

.register-wrap .con .pay-service .termsWrap {
  margin: 10px 0 0 0;
  background: #f7f7f7;
}

.register-wrap .con .pay-service .termsWrap .terms_title {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
}

.register-wrap .con .pay-service .termsWrap .terms_title h5 {
  font-size: 12px;
  font-weight: bold;
}

.register-wrap .con .pay-service .termsWrap .terms_summary {
  height: 100px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
}

.register-wrap .con .pay-view .pay-view-title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.register-wrap .con .pay-view .pay-view-title .title {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  line-height: 27px;
}

.register-wrap .con .pay-view .pay-view-title table {
  width: 100%;
  margin-bottom: 10px;
}

.register-wrap .con .pay-view .pay-view-title table tr th {
  color: #636363;
  text-align: left;
}

.register-wrap .con .pay-view .pay-view-title table tr td {
  padding: 8px 0;
}

.register-wrap .con .pay-view .pay-view-title table tr td.final {
  font-size: 20px;
  font-weight: bold;
  color: #f4633a;
}

.register-wrap .con .pay-view .pay-view-info .info01 input[type="text"],
.register-wrap .con .pay-view .pay-view-info .info01 select {
  height: 35px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  width: 30.3%;
}

.register-wrap .con .pay-view .pay-view-info .terms {
  width: 100%;
  margin-bottom: 14px;
  padding: 18px;
  height: 80px;
  font-size: 12px;
  color: #505050;
  line-height: 20px;
  overflow: auto;
  border: 1px solid #e0e0e0;
}

.register-wrap .con .pay-view .pay-view-info .btn-pay {
  border: 1px solid #565656;
  font-size: 16px;
  width: 250px;
  padding: 18px 0;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.register-wrap .con .pay-view .pay-view-info .btn-pay-n {
  background: url(../img/sub/npay_logo.png) no-repeat center center;
  background-color: #00c73c;
  width: 250px;
  padding: 30px 0;
  border: none;
  margin-bottom: 10px;
  background-size: 50%;
}

.register-wrap .con .pay-view .pay-view-info .btn-pay-k {
  background: url(../img/sub/kpay_logo.png) no-repeat 63px 24px;
  background-color: #f8e703;
  width: 250px;
  padding: 17px 0 17px 58px;
  border: none;
  margin-bottom: 10px;
  background-size: 48px;
  font-size: 17px;
}

.carrot-layer-bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  overflow: auto;
  -ms-overflow-style: none;
}

.carrot-layer-bg::-webkit-scrollbar {
  display: none;
}

.layer-close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -35px;
}

.layer-close img {
  width: 30px;
}

.carrot-layer {
  min-width: 500px;
  max-width: 600px;
  margin: 0 auto 50px auto;
  margin-top: 100px;
  background-color: #fff;
  z-index: 9999;
  display: block;
  white-space: nowrap;
  position: relative;
}

.carrot-layer .top-bg {
  background: linear-gradient(to right, #ff3871, #ff7d1d);
  color: #ffffff;
  width: 100%;
  position: relative;
}

.carrot-layer .top-bg.jr-top-bg {
  background: none;
}

.carrot-layer .top-bg.jr-top-bg h1 {
  padding: 0;
  width: 100%;
}

.carrot-layer .top-bg h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  display: inline-block;
}

.carrot-layer .top-bg h1 img {
  width: 100%;
}

.carrot-layer .top-bg .faq {
  width: 120px;
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: right;
  text-align: center;
  padding: 5px 0 3px 0;
  font-size: 15px;
  margin: 15px;
  font-weight: bold;
}

.carrot-layer .top-bg span {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 10px;
}

.carrot-layer .layer-con {
  padding: 25px 20px 48px 20px;
}

.carrot-layer .layer-con h2 {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 6px;
}

.carrot-layer .layer-con table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

.carrot-layer .layer-con table th {
  font-weight: bold;
  padding: 10px 0;
  width: 150px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #f4f4f4;
}

.carrot-layer .layer-con table td {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/*레벨테스트*/
.lv-layer {
  max-width: 300px;
  line-height: normal;
}

.lv-layer .layer-con {
  overflow: auto;
}

.lv-layer .layer-con .lv-wrap {
  width: 100%;
  margin: 0 auto;
}

.lv-layer .layer-con .lv-wrap .lv-title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.lv-layer .layer-con .lv-wrap .lv-title span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #ff3971;
}

.lv-layer .layer-con .lv-wrap .lv-title span img {
  width: 10%;
  margin-right: 10px;
  margin-top: -5px;
}

.lv-layer .layer-con .lv-wrap .call-lv span {
  color: #fe6845;
}

.lv-layer .layer-con .lv-wrap .call-lv span img {
  width: 6%;
}

.lv-layer .layer-con .lv-wrap .lv-text-body {
  background: #f3f6fb;
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lv-layer .layer-con .lv-wrap .lv-text-body.gradient {
  background: linear-gradient(to right, #fe6845, #fe4f4f);
  color: #ffffff;
}

.lv-layer .layer-con .lv-wrap .lv-text-body.gradient p {
  font-size: 24px;
}

.lv-layer .layer-con .lv-wrap .lv-text-body.gradient span {
  color: #ffff5a;
}

.lv-layer .layer-con .lv-wrap .lv-text-body p {
  width: 100%;
  font-size: 20px;
  white-space: normal;
}

.lv-layer .layer-con .lv-wrap .lv-text-body p span {
  font-weight: bold;
}

.lv-layer .layer-con .lv-wrap .lv-arrow-body {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lv-layer .layer-con .lv-wrap .lv-arrow-body i {
  font-size: 18px;
  color: #cccccc;
}

.lv-layer .layer-con .lv-wrap .lv-text-sub {
  font-size: 24px;
  text-align: center;
  margin-top: 35px;
}

.lv-layer .layer-con .lv-wrap .lv-text-sub span {
  color: #fe6845;
}

.login-wrap .login-sub ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px 0;
  background: #efefef;
  display: block;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-radius: 10px 10px 0 0;
}

.login-wrap .login-sub ul li a {
  color: #ababab;
  font-size: 18px;
}

.login-wrap .login-sub ul .on {
  background: #ffffff;
  border-left: 1px solid #f4633a;
  border-right: 1px solid #f4633a;
  border-top: 1px solid #f4633a;
  border-radius: 10px 10px 0 0;
  display: block;
}

.login-wrap .login-sub ul .on a {
  color: #f4633a;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.login-wrap .login-sub ul::after {
  clear: both;
  display: block;
  content: "";
}

.login-wrap .find-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}

.login-wrap .find-wrap ul.find-con {
  width: 55%;
  margin: 0 auto;
}

.login-wrap .find-wrap ul.find-con h3 {
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 5px 0;
  line-height: 35px;
}

.login-wrap .find-wrap ul.find-con h3 span {
  font-size: 23px;
  font-weight: normal;
  color: #f4633a;
  text-decoration: none;
  word-break: break-all;
}

.login-wrap .find-wrap ul.find-con h4 {
  font-size: 16px;
  padding: 0 0 10px 0;
}

.login-wrap .find-wrap ul.find-con .box-form {
  font-size: 15px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 10px;
  border: 1px solid #dadada;
}

.login-wrap .find-wrap ul.find-con .box-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.login-wrap .find-wrap ul.find-con .txt-alert {
  color: #f4633a;
  font-size: 12px;
  margin: 5px 0 10px 0;
  display: inline-block;
  display: none;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li {
  width: 49%;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li button {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #404040;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 0 0;
  border: none;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li button.btn-login {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #404040 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 0 0;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:first-child {
  float: left;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:first-child button {
  background: #888;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:last-child {
  float: right;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:last-child button {
  background: #888;
}

.notice-wrap .tab {
  max-width: 1200px;
  width: 95%;
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
}

.notice-wrap .tab li {
  display: inline-block;
  padding: 10px;
  margin: 25px 5px 10px 5px;
}

.notice-wrap .tab li a.carrot-active {
  border-bottom: 1px solid #272727;
  font-weight: bold;
}

.notice-wrap h2 {
  font-size: 27px;
  font-weight: normal;
  margin: 0 0 30px 0;
  display: inline-block;
}

.notice-wrap .notice-con table {
  width: 100%;
  border-top: 2px solid #282828;
}

.notice-wrap .notice-con table thead tr th {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 20px 0;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

.notice-wrap .notice-con table tbody tr td {
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  white-space: nowrap;
}

.notice-wrap .notice-con table tbody tr td.subject {
  text-align: left;
}

.notice-wrap .notice-con .view .top {
  border-top: 2px solid #282828;
  padding: 25px 20px;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #282828;
}

.notice-wrap .notice-con .view .con {
  padding: 40px 20px;
  font-size: 15px;
  line-height: 23px;
}

.notice-wrap .notice-con .view .view-navi {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  width: 100%;
}

.notice-wrap .notice-con .view .view-navi ul li {
  padding: 15px 0;
}

.notice-wrap .notice-con .view .view-navi ul li:first-child {
  border-bottom: 1px solid #cccccc;
}

.notice-wrap .notice-con .view .view-navi ul li:last-child {
  border-bottom: none;
}

.notice-wrap .notice-con .view .view-navi ul li a {
  color: #000;
}

.notice-wrap .notice-con .view .view-navi ul li a div {
  float: left;
  font-size: 15px;
}

.notice-wrap .notice-con .view .view-navi ul li a div:first-child {
  width: 138px;
  padding-left: 17px;
}

.notice-wrap .notice-con .view .view-navi ul li a div:last-child {
  width: auto;
}

.notice-wrap .notice-con .list {
  text-align: right;
  margin: 30px 0;
}

.notice-wrap .notice-con .list a {
  border: 1px solid #7b7b7b;
  padding: 10px 30px;
  color: #333;
}

.notice-wrap .event-con .list {
  width: 100%;
}

.notice-wrap .event-con .list li {
  border-radius: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  width: 23%;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.notice-wrap .event-con .list li:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.notice-wrap .event-con .list li:nth-child(4n) {
  margin-right: 0;
}

.notice-wrap .event-con .list li a {
  display: block;
}

.notice-wrap .event-con .list li a .thumb {
  width: 274px;
  height: 155px;
}

.notice-wrap .event-con .list li a .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.notice-wrap .event-con .list li .con {
  padding: 15px;
}

.notice-wrap .event-con .list li .con .state {
  color: #5d2bff;
  font-size: 14px;
}

.notice-wrap .event-con .list li .con .state.end {
  color: #ff3939;
}

.notice-wrap .event-con .list li .con .title {
  font-size: 20px;
  height: 65px;
  width: 100%;
  line-height: 30px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-wrap .event-con .list li .con .date {
  color: #acaaaa;
  font-size: 14px;
}

.notice-wrap .faq-con .menu {
  margin: 0 auto;
  text-align: center;
}

.notice-wrap .faq-con .menu li {
  display: inline-block;
  margin: 0 10px 30px 0;
}

.notice-wrap .faq-con .menu li:last-child {
  margin-right: 0;
}

.notice-wrap .faq-con .menu a {
  font-size: 27px;
  font-weight: normal;
  color: #c7c7c7;
}

.notice-wrap .faq-con .menu a.active {
  color: #000000;
  font-weight: bold;
}

.notice-wrap .faq-con .con {
  width: 100%;
  border-top: 2px solid #282828;
}

.notice-wrap .faq-con .con li {
  margin-top: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #c7c7c7;
}

.notice-wrap .faq-con .con li h3 {
  font-size: 25px;
  font-weight: normal;
  padding: 0 0 20px 0;
}

.notice-wrap .faq-con .con li h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.notice-wrap .faq-con .con li p {
  margin-bottom: 20px;
}

.notice-wrap .faq-con .con li table {
  border-top: 1px solid #dddddd;
}

.notice-wrap .faq-con .con li table th {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
  padding: 3px 10px;
}

.notice-wrap .faq-con .con li table th:first-child {
  border-left: 1px solid #dddddd;
}

.notice-wrap .faq-con .con li table td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 3px 10px;
}

.notice-wrap .faq-con .con li table td:first-child {
  border-left: 1px solid #dddddd;
}

.notice-wrap .faq-con .terms h4 {
  font-weight: bold;
  padding-bottom: 10px;
}

.notice-wrap .faq-con .terms li {
  padding-bottom: 30px;
}

.notice-wrap .paging {
  margin: 50px 0;
}

.notice-wrap .paging ul {
  margin: auto;
  text-align: center;
}

.notice-wrap .paging ul li {
  display: inline-block;
  padding: 0 10px;
}

.notice-wrap .paging ul li a.carrot-active {
  color: #f4633a;
  font-weight: bold;
}

/*학습문의*/
.contact-layer h3 {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 6px;
}

.contact-layer .box-form {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
  border: 1px solid #dadada;
}

.contact-layer .box-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.contact-layer .input-level {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.contact-layer .layer-textarea {
  border: 1px solid #dadada;
  padding: 15px 15px;
  width: 100%;
  height: 150px;
  line-height: 20px;
}

.contact-layer .sign-up-phone {
  display: inline-block;
  width: 100%;
}

.contact-layer .sign-up-phone .box-form {
  width: 31.4%;
  float: left;
  margin: 10px 5px 0 0;
}

.contact-layer .sign-up-phone .box-form:last-child {
  margin: 10px 0 0 0;
}

.contact-layer .sign-up-phone .box-bar {
  float: left;
  line-height: 52px;
  margin: 0 2px;
}

.contact-layer .check {
  padding-top: 10px;
  padding-bottom: 20px;
}

.contact-layer .check a {
  text-decoration: underline;
}

.contact-layer .terms-wrap {
  margin: 0px 0 20px 0px;
  background: #f7f7f7;
}

.contact-layer .terms-wrap .terms-title {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
}

.contact-layer .terms-wrap .terms-title h5 {
  font-size: 12px;
  font-weight: bold;
}

.contact-layer .terms-wrap .terms-summary {
  height: 50px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
}

.contact-layer .layer-ok {
  font-size: 15px;
  text-align: right;
  padding-top: 0px;
  font-weight: bold;
  color: #ff416d;
}

.state-layer .member-pay {
  width: 100%;
  padding-bottom: 30px;
}

.state-layer .member-pay .btn-login {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 0 0;
  border: none;
}

.state-layer .no-member-pay {
  width: 100%;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}

.state-layer .no-member-pay .btn-login {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #f4633a;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}

.state-layer .box-form {
  position: relative;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-size: 15px;
  margin-bottom: 0px;
}

.state-layer .box-form .input_level {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.state-layer .signUpphone {
  display: inline-block;
}

.state-layer .signUpphone .box-form {
  width: 31.7%;
  float: left;
  margin: 10px 2px 0 0;
  font-size: 15px;
}

.state-layer .signUpphone .box-form .input_level {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.state-layer .signUpphone .box_bar {
  line-height: 50px;
  float: left;
  margin: 0 2px;
}

.login-wrap .login-sub ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px 0;
  background: #efefef;
  display: block;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-radius: 10px 10px 0 0;
}

.login-wrap .login-sub ul li a {
  color: #ababab;
  font-size: 18px;
}

.login-wrap .login-sub ul .on {
  background: #ffffff;
  border-left: 1px solid #f4633a;
  border-right: 1px solid #f4633a;
  border-top: 1px solid #f4633a;
  border-radius: 10px 10px 0 0;
  display: block;
}

.login-wrap .login-sub ul .on a {
  color: #f4633a;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.login-wrap .login-sub ul::after {
  clear: both;
  display: block;
  content: "";
}

.login-wrap .find-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}

.login-wrap .find-wrap ul.find-con {
  width: 55%;
  margin: 0 auto;
}

.login-wrap .find-wrap ul.find-con h3 {
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 5px 0;
  line-height: 35px;
}

.login-wrap .find-wrap ul.find-con h3 span {
  font-size: 23px;
  font-weight: normal;
  color: #f4633a;
  text-decoration: none;
  word-break: break-all;
}

.login-wrap .find-wrap ul.find-con h4 {
  font-size: 16px;
  padding: 0 0 10px 0;
}

.login-wrap .find-wrap ul.find-con .box-form {
  font-size: 15px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 10px;
  border: 1px solid #dadada;
}

.login-wrap .find-wrap ul.find-con .box-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.login-wrap .find-wrap ul.find-con .txt-alert {
  color: #f4633a;
  font-size: 12px;
  margin: 5px 0 10px 0;
  display: inline-block;
  display: none;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li {
  width: 49%;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li button {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #404040;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 0 0;
  border: none;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li button.btn-login {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #404040 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 0 0;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:first-child {
  float: left;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:first-child button {
  background: #888;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:last-child {
  float: right;
}

.login-wrap .find-wrap ul.find-con .find-btn ul li:last-child button {
  background: #888;
}

/*로그인 및 회원가입*/
.login-layer h1 {
  text-align: center;
  padding: 40px 0 10px 0;
}

.login-layer h1 img {
  width: 35%;
  max-width: 100px;
}

.login-layer .login-Box {
  width: 80%;
  margin: 10px auto 40px auto;
  display: block;
  padding-bottom: 20px;
}

.login-layer .login-Box h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 2px 0;
}

.login-layer .login-Box h4 {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.login-layer .login-Box p.sns-title {
  text-align: center;
  margin: 25px 0 10px 0;
  background: url("../img/phone/main/sns_title_bg.png") repeat-x 0;
}

.login-layer .login-Box p.sns-title span {
  background: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px;
}

.login-layer .login-Box .login-rel {
  margin: 30px 0 0 0;
  text-align: center;
}

.login-layer .login-Box .login-rel a {
  color: #777777;
  font-size: 16px;
  font-weight: normal;
}

.login-layer .login-Box .login-rel .txt-bar {
  color: #dcdcdc;
  margin: 0 20px;
}

.login-layer .login-Box .signUpphone {
  width: 100%;
  display: -webkit-box;
}

.login-layer .login-Box .signUpphone .box-form {
  width: 32%;
  display: inline-block;
  margin: 14px 2px 0 0;
}

.login-layer .login-Box .signUpphone .box-bar {
  display: inline-block;
}

.login-layer .login-Box .signUpphone .box-bar p {
  padding-bottom: 20px;
}

.login-layer .login-Box .signup-setting {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%;
}

.login-layer .login-Box .signup-setting .signupAll {
  border-bottom: 1px solid #efefef;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.login-layer .login-Box .signup-setting .signupAll label {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.login-layer .login-Box .signup-setting .signupCheck ul li {
  margin: 0 0 8px 0;
  width: 50%;
  height: 24px;
  float: left;
}

.login-layer .login-Box .signup-setting .signupSns ul li {
  height: auto;
  float: left;
}

.login-layer .login-Box .termsWrap {
  margin: 10px 0 0 0;
  background: #f7f7f7;
}

.login-layer .login-Box .termsWrap .terms_title {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
}

.login-layer .login-Box .termsWrap .terms_title h5 {
  font-size: 12px;
  font-weight: bold;
}

.login-layer .login-Box .termsWrap .terms_title a {
  position: absolute;
  top: 7px;
  right: 10px;
}

.login-layer .login-Box .termsWrap .terms_summary {
  height: 50px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
}

.login-layer .login-Box .forgot {
  margin: 50px auto 25px auto !important;
  text-align: center;
}

.login-layer .login-Box .forgot ul li {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
}

.login-layer .login-Box .forgot ul li a {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
  letter-spacing: 0px;
}

.login-layer .login-Box p.txt-alert {
  color: #f4633a;
  font-size: 12px;
  margin: 5px 0 10px 0;
  display: none;
}

.login-layer .login-Box p.txt-alert.active {
  display: inline-block;
}

.login-layer .login-Box button {
  border: none;
  display: block;
}

.login-layer .login-Box button.btn-level {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: #404040;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 14px 0 0 0;
}

.login-layer .login-Box button.btn-login {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background: #404040;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}

.login-layer .login-Box button.facebook {
  width: 100%;
  padding: 14px 0;
  background: #3a5b91;
  cursor: pointer;
  margin: 5px 0 0 0;
}

.login-layer .login-Box button.facebook span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0 20px;
  background: url("../img/phone/main/ico_login_facebook.png") no-repeat left;
  background-size: 7px auto;
}

.login-layer .login-Box button.google {
  width: 100%;
  padding: 14px 0;
  background: #cb382e;
  cursor: pointer;
  margin: 5px 0 0 0;
}

.login-layer .login-Box button.google span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0 23px;
  background: url("../img/phone/main/ico_login_google.png") no-repeat left;
  background-size: 15px auto;
}

.login-layer .login-Box button.naver {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: #1fc702;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 5px 0 0 0;
}

.login-layer .login-Box button.naver span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0 23px;
  background: url("../img/phone/main/ico_login_naver.png") no-repeat left;
  background-size: 15px auto;
}

.login-layer .login-Box button.kakao {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background: #fdec00;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #47292b;
  margin: 5px 0 0 0;
}

.login-layer .login-Box .login-setting {
  margin: 15px 0 0 0;
}

.login-layer .login-Box .login-setting label {
  color: #777777;
  font-size: 12px;
}

.login-layer .login-Box .box-form {
  position: relative;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-size: 15px;
}

.login-layer .login-Box .box-form .input-login {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
  box-sizing: rder-box;
}

.login-layer .login-Box .box-form .input-login select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

.login-layer .login-Box .box-form .input-level {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
}

@media only screen and (max-width: 1824px) {
  .jr-main-visual .wrap .visual-con h3 {
    font-size: 20px;
  }
  .jr-main-visual .wrap .visual-con h2 {
    width: 50vw;
    margin: 0 auto;
  }
  .jr-main-visual .wrap .visual-con h4 {
    margin-top: 2vw;
  }
  .jr-main-visual .wrap .visual-con h4 a {
    padding: 15px 50px;
    font-size: 20px;
  }
  .jr-main-visual .wrap .visual-con h4 a img:nth-child(1) {
    width: 5%;
  }
}

@media only screen and (max-width: 1430px) {
  .jr-main-visual .wrap .visual-con h2 {
    padding: 15px 0 0 0;
  }
  .jr-main-visual .wrap .visual-con h4 {
    margin-top: 1vw;
  }
}

@media only screen and (max-width: 1024px) {
  .pc-img {
    display: none;
  }
  .m-img {
    display: block;
  }
  .notice_wrap {
    display: none;
  }
  .contact-layer .sign-up-phone .box-form {
    width: 30%;
  }
  /*레벨테스트*/
  .level-wrap .level-top .con {
    width: 95%;
  }
  .level-wrap .level-top .con .visual {
    width: 35%;
  }
  .level-wrap .level-top .con .title {
    width: 60%;
  }
  .level-wrap .level-top .con .title h2 {
    padding-top: 5%;
    font-size: 30px;
  }
  .level-wrap .level-top .con .title ul {
    padding-bottom: 80px;
  }
  .level-wrap .level-top .con .title ul.ai {
    padding-bottom: 35px;
  }
  .level-wrap .level-top .con .title ul li {
    padding: 0 4%;
  }
  .level-wrap .level-top .con .title ul li:nth-child(3) {
    border-right: 0;
  }
  .level-wrap .time-ai-txt {
    font-size: 16px;
    text-align: center;
    padding: 0px 0 20px 0;
  }
  .level-wrap .time-ai-txt span {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .level-wrap .level-con {
    width: 95%;
  }
  .level-wrap .level-con .tab li a {
    padding: 8px 20px;
    height: 60px;
  }
  .level-wrap .level-con .tab li.on a {
    padding: 8px 11px;
    height: 60px;
  }
  .level-wrap .level-con .tab li:nth-child(2) a {
    padding: 8px 11px;
    height: 60px;
  }
  .level-wrap .level-con .tab li:nth-child(3) a {
    padding: 8px 20px;
    height: 60px;
    line-height: 45px;
  }
  .level-wrap .level-con .tab li:nth-child(3).on a {
    padding: 8px 11px;
    height: 60px;
    line-height: 45px;
  }
  .level-wrap .level-con .con .info input[type="text"],
  .level-wrap .level-con .con .info select {
    width: 100%;
  }
  .level-wrap .level-con .con .info input[type="text"].name,
  .level-wrap .level-con .con .info select.name {
    width: 49%;
  }
  .level-wrap .level-con .con .info input[type="text"].kname,
  .level-wrap .level-con .con .info select.kname {
    width: 100%;
  }
  .level-wrap .level-con .con .info .info-title {
    width: 100%;
  }
  .level-wrap .level-con .con .info .phone input[type="text"],
  .level-wrap .level-con .con .info .phone select {
    width: 31%;
  }
  .level-wrap .level-con .con .info input {
    width: 100%;
  }
  .level-wrap .level-con .con .info .terms .pointer input {
    width: 13px;
  }
  .main-gnb-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .main-gnb-wrap .gnb .pc-gnb h1 {
    margin-top: -4px;
  }
  .main-gnb-wrap .gnb .pc-gnb ul {
    width: 60%;
    text-align: right;
  }
  .main-gnb-wrap .gnb .pc-gnb ul li {
    margin-left: 15px;
  }
  .main-gnb-wrap .gnb .pc-gnb ul li a {
    font-size: 19px;
  }
  .main-gnb-wrap .common li:last-child {
    margin-right: 0px;
  }
  .gnb-wrap {
    z-index: 60;
  }
  .gnb-wrap .wrap {
    z-index: 999;
  }
  .gnb-wrap .m-gnb {
    z-index: 998;
  }
  .gnb-wrap .gnb .pc-gnb h1 {
    margin-top: -3px;
  }
  .gnb-wrap .gnb .pc-gnb ul {
    width: 85%;
    text-align: right;
  }
  .gnb-wrap .gnb .pc-gnb ul li {
    margin-left: 15px;
  }
  .gnb-wrap .gnb .pc-gnb ul li a {
    font-size: 19px;
  }
  .gnb-wrap .common li:last-child {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
    z-index: 8;
  }
  .jr-main-visual .wrap {
    width: 100% !important;
  }
  .jr-main-visual .wrap.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .jr-main-visual .wrap .visual-con {
    background: #f3f6fb url(../img/landing/main-slide/first/bg-m.png) repeat-x center;
    background-size: cover;
    width: 100%;
    height: 986px;
  }
  .jr-main-visual .wrap .visual-con.summer {
    padding-top: 156px;
    background: #f3f6fb url(../img/landing/main-slide/summer/bg-mo.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.leadership3 {
    padding-top: 150px;
    background: #f3f6fb url(../img/landing/main-slide/leadership3/mo_bg.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.leadership2 {
    padding-top: 150px;
    background: #f3f6fb url(../img/landing/main-slide/leadership2/mo_bg.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.leadership {
    padding-top: 127px;
    background: #f3f6fb url(../img/landing/main-slide/leadership/mo_bg.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.battle {
    background: #f3f6fb url(../img/landing/main-slide/battle/jr-main-top-bg-battle-m.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.battle2 {
    padding-top: 114px;
    background: #f3f6fb url(../img/landing/main-slide/battle2/mo_bg.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.debate {
    background: #f3f6fb url(../img/landing/main-slide/debate/jr-main-top-bg-debate-m.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.pronunciation {
    padding-top: 96px;
    background: #f3f6fb url(../img/landing/main-slide/pronunciation/bg_mo.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture {
    padding-top: 96px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture/bg_mo.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture2 {
    padding-top: 104px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture2/bg_mo.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture3 {
    padding-top: 104px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture3/bg_mo.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture4 {
    padding-top: 158px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture4/bg_m.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture5 {
    padding-top: 104px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture5/bg-m.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture6 {
    padding-top: 116px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture6/bg-m.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con.special_lecture7 {
    padding-top: 92px;
    background: #f3f6fb url(../img/landing/main-slide/special_lecture7/bg-m.png) no-repeat center;
    background-size: cover;
  }
  .jr-main-visual .wrap .visual-con h2 {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
  .jr-main-visual .wrap .visual-con h3 {
    font-size: 18px;
    padding-top: 150px;
  }
  .jr-main-visual .wrap .visual-con .fiy {
    font-size: 15px;
    color: #fef967;
    text-align: center;
    line-height: 25px;
    margin-top: 22px;
  }
  .jr-main-visual .wrap .visual-con h4 {
    margin-top: 20px;
  }
  .jr-main-visual .wrap .visual-con h4 a {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    padding: 12px 0;
  }
  .jr-main-visual .wrap .visual-img {
    margin-top: 40px;
  }
  .jr-main-visual .wrap .visual-img .m-img {
    display: inline-block !important;
    width: 100%;
  }
  .jr-main-con01 {
    width: 90%;
    margin: 30px auto;
    padding-top: 0;
  }
  .jr-main-con01 h2 {
    width: 90%;
    margin: 0 auto 30px;
  }
  .jr-main-con01 h2 img {
    width: 100%;
  }
  .jr-main-con01 ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .jr-main-con01 ul li:nth-child(3) img:first-child {
    padding-top: 18px;
  }
  .jr-main-con01 ul li img:first-child {
    height: 100px;
    margin-bottom: 20px;
  }
  .jr-main-con01 ul li .m-height {
    height: 30px;
  }
  .jr-main-con01 ul li p {
    margin-top: 15px;
    line-height: 23px;
    font-size: 16px;
  }
  .jr-main-con02 {
    padding: 50px 0 50px 0;
  }
  .jr-main-con02 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .jr-main-con02 h2 {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
  }
  .jr-main-con02 .main-teacher-wrap {
    margin-top: 25px;
    width: 100% !important;
    height: 520px !important;
    overflow: hidden;
  }
  .jr-main-con02 .main-teacher-wrap .teacher {
    float: left;
    box-shadow: none;
    width: 80%;
    height: auto;
    margin-bottom: 40px !important;
  }
  .jr-main-con02 .main-teacher-wrap .teacher.teacher-down {
    margin-top: 0;
  }
  .jr-main-con02 .main-teacher-wrap .teacher h3 {
    padding: 15px 0 10px;
  }
  .jr-main-con02 .main-teacher-wrap .teacher p {
    font-size: 14px;
  }
  .jr-main-con02 .main-teacher-wrap .teacher .certificate {
    margin-top: 20px;
    font-size: 13px;
  }
  .jr-main-con02 .main-teacher-wrap .teacher .certificate span {
    margin-bottom: 10px;
    padding: 5px 12px;
    display: inline-block;
  }
  .jr-main-con02 .main-teacher-wrap .teacher .certificate span:nth-child(2) {
    margin-bottom: 0;
    margin-left: 0;
  }
  .jr-main-con02 .main-teacher-wrap .teacher .review-box-btn-wrap {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .jr-main-con03 {
    padding: 50px 0 50px 0;
    height: 730px;
  }
  .jr-main-con03 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .jr-main-con03 h2 {
    text-align: center;
    display: inline-block;
  }
  .jr-main-con03 h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .jr-main-con03 h4 {
    padding-top: 15px;
    font-size: 14px;
  }
  .jr-main-con03 .awards {
    margin: 0 auto;
    margin-top: 5px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .jr-main-con03 .awards ul {
    justify-content: center;
  }
  .jr-main-con03 .awards li {
    width: 38%;
    margin: 10px;
  }
  .jr-main-con03 .awards li img {
    width: 100%;
  }
  .jr-main-con03 .review-box-wrap ul {
    height: fit-content;
    overflow: hidden;
    width: 90%;
    margin: 40px auto -40px auto;
  }
  .jr-main-con03 .review-box-wrap ul li {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    border: 1px solid #f9f9f9;
    box-shadow: none;
    padding-bottom: 20px;
  }
  .jr-main-con03 .review-box-wrap ul li:first-child {
    margin-right: 0;
  }
  .jr-main-con03 .review-box-wrap ul li h3 {
    font-size: 20px;
    padding: 0 0 8px 0;
  }
  .jr-main-con03 .review-box-wrap ul li h4 {
    font-size: 14px;
  }
  .jr-main-con03 .review-box-wrap ul li p {
    padding-top: 10px;
    font-size: 12px;
  }
  .jr-main-con03 .review-box-wrap ul li .review-box .review-txt {
    padding: 25px;
  }
  .jr-main-con03 .review-box-wrap ul li .review-box .review-img {
    height: auto;
  }
  .jr-main-con03 .review-box-wrap ul li .review-box .review-img img {
    width: 100%;
  }
  .jr-main-con03 .review-box-btn-wrap {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .jr-main-con04 {
    padding: 50px 0 50px 0;
    margin-top: 616px;
  }
  .jr-main-con04 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .jr-main-con04 h2 {
    text-align: center;
    display: inline-block;
  }
  .jr-main-con04 h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .jr-main-con04 h4 {
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 0px;
  }
  .jr-main-con04 ul li:last-child {
    width: 88%;
    margin-left: 0;
  }
  .jr-main-con04 ul li .jr-main-con04-img {
    width: 100%;
  }
  .jr-main-con04 ul li .jr-main-con04-img img {
    width: 100%;
  }
  .jr-main-con04 .wrap .con04-img {
    width: 100%;
    margin: 0 auto;
  }
  .jr-main-con04 .wrap .con04-img img {
    width: 100%;
  }
  .jr-main-con05 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .jr-main-con05 h2 {
    width: 70%;
    margin: 0 auto;
  }
  .jr-main-con05 h2 img {
    width: 100%;
  }
  .jr-main-con05 .con05-img img {
    width: 100%;
  }
  .jr-main-con05 .jr-main-con05-list ul {
    margin-top: 20px;
  }
  .jr-main-con05 .jr-main-con05-list ul li span {
    width: 20%;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: super;
  }
  .jr-main-con05 .jr-main-con05-list ul li span img {
    width: 100%;
  }
  .jr-main-con05 .jr-main-con05-list ul li p {
    font-size: 16px;
    width: 73%;
  }
  .jr-main-con05 .jr-main-con05-list ul li:nth-child(1) {
    padding: 0 0 20px 0;
  }
  .jr-main-con05 .jr-main-con05-list ul li:nth-child(2) {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .jr-main-con05 .m-img-bullet {
    margin-top: 20px;
  }
  .jr-main-con05 .m-img-bullet span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #ddd;
    background: #fff;
  }
  .jr-main-con05 .m-img-bullet span:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .jr-main-con05 .m-img-bullet span.active {
    border: 1px solid #fe6845;
    background: #fe6845;
  }
  .jr-main-con06 {
    padding: 50px 0 130px 0;
    background: url(../img/landing/jr-main-con06-bg-m.png) center no-repeat;
    background-size: cover;
  }
  .jr-main-con06 h2 {
    width: 70%;
    margin: 0 auto;
  }
  .jr-main-con06 h2 img {
    width: 100%;
  }
  .jr-main-con06 h4 {
    font-size: 14px;
  }
  .jr-main-con07 {
    padding: 50px 0;
  }
  .jr-main-con07 h2 {
    width: 72%;
    margin: 0 auto;
  }
  .jr-main-con07 h2 img {
    width: 100%;
  }
  .jr-main-con07 h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .jr-main-con07 h4 {
    padding-top: 15px;
    font-size: 14px;
  }
  .jr-main-con07 .curriculum-program .program-detail ul {
    box-shadow: none;
    padding: 0;
    margin: 40px 0 20px 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
  }
  .jr-main-con07 .curriculum-program .program-detail ul li {
    width: fit-content;
    padding: 10px 20px;
    background: none;
    margin: 0 0 5px 0;
  }
  .jr-main-con07 .curriculum-program .program-detail ul li img {
    height: 18px;
  }
  .jr-main-con07 .curriculum-program .program-detail ul li.active {
    width: fit-content;
    height: auto;
    padding: 10px 20px;
  }
  .jr-main-con07 .curriculum-program .program-detail ul li .new {
    top: -7px;
    right: -6px;
    font-size: 10px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap {
    height: auto;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap {
    height: auto;
    padding: 30px 23px 29.6px 30px;
    border-radius: 20px;
    background-color: #f3f6fb;
    box-shadow: none;
    width: 90%;
    margin: 0 auto;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img01 {
    background: url(../img/landing/junior-img01-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img02 {
    background: url(../img/landing/junior-img02-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img03 {
    background: url(../img/landing/junior-img03-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img04 {
    background: url(../img/landing/junior-img04-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img05 {
    background: url(../img/landing/junior-img05-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img06 {
    background: url(../img/landing/junior-img06-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap.slide-img07 {
    background: url(../img/landing/junior-img07-bg-m.png) no-repeat bottom right;
    background-color: #f3f6fb;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap {
    width: 100%;
    padding: 0;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap h5 img {
    height: 18px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .info {
    padding-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap .goal-img img {
    width: 40px;
    height: auto;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap .goal-txt {
    padding-left: 0;
    padding-top: 0;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap .goal-txt span {
    font-size: 13px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-target-wrap .target-wrap .goal-txt img {
    height: 15px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap {
    margin-top: 30px;
    width: 60%;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap .book-img {
    width: 100%;
    margin-left: 0;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div {
    width: 100%;
    position: relative;
    padding: 100px 0px 0px 0px;
    margin-top: -100px;
    z-index: 1;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div.junior-readingbook_btn {
    position: relative;
    left: 6px;
    bottom: 10px;
    padding: 10px 0 0 0;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div.junior-readingbook_btn a {
    padding: 8px 17px;
    border-radius: 29px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div p {
    font-size: 16px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div span {
    font-size: 14px;
    padding-top: 5px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div span.lv {
    padding-top: 0px;
    font-size: 12px;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div a {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 30px;
    background: #fe6845;
    color: #fff;
  }
  .jr-main-con07 .curriculum-program .curriculum-program-all-wrap .curriculum-program-wrap .curriculum-wrap .junior-book-wrap div a span {
    font-size: 15px;
    margin-left: 20px;
    padding-top: 0;
  }
  .jr-main-con08 {
    padding: 25px 30px;
  }
  .jr-main-con08 h4 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .jr-main-con08 h2 {
    width: 90%;
    margin: 0 auto;
  }
  .jr-main-con08 h2 img {
    width: 100%;
  }
  .jr-main-con09 {
    padding: 50px 0;
  }
  .jr-main-con09 h4 {
    padding-top: 15px;
    font-size: 14px;
  }
  .jr-main-con09 h2 {
    width: 50%;
    margin: 0 auto;
  }
  .jr-main-con09 h2 img {
    width: 100%;
  }
  .jr-main-con09 .level-test-guide {
    margin-top: 0px;
  }
  .jr-main-con09 .level-test-guide ul {
    margin-top: 30px;
  }
  .jr-main-con09 .level-test-guide ul li {
    width: 20%;
  }
  .jr-main-con09 .level-test-guide ul li img {
    width: 100%;
  }
  .jr-main-con09 .level-test-guide ul li p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .jr-main-con09 .level-test-guide ul li:nth-child(2) {
    margin: 0 30px;
  }
  .jr-main-con09 .tab-list {
    width: 90%;
    margin: 30px auto 0;
    padding-left: 0;
  }
  .jr-main-con09 .tab-list li {
    width: 100%;
  }
  .jr-main-con09 .tab-list li a {
    padding: 10px;
  }
  .jr-main-con09 .tab-list li.on a {
    background-color: transparent;
    border-top: 1px solid #ff416d;
    border-right: 1px solid #ff416d;
    border-left: 1px solid #ff416d;
  }
  .jr-main-con09 .level-test-wrap {
    width: 90%;
    margin: 0px auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    background: none;
  }
  .jr-main-con09 .level-test-wrap ul {
    margin-top: 30px;
  }
  .jr-main-con09 .level-test-wrap ul li {
    padding-bottom: 30px;
  }
  .jr-main-con09 .level-test-wrap ul li.level-test-date-title {
    margin-bottom: 0;
  }
  .jr-main-con09 .level-test-wrap ul li img.con09-img {
    height: 20px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap {
    margin-top: 15px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select {
    position: relative;
    width: 100%;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select ul {
    margin-top: 0;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .title {
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .title a {
    margin-top: 0;
    padding: 12px 20px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .title img {
    width: 20px;
    margin-right: 8px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu {
    border-top: 1px solid #ddd;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .date-select .date-menu a {
    padding: 12px 50px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select {
    width: 100%;
    left: 0px;
    margin-top: 15px;
    position: relative;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select ul {
    margin-top: 0;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu {
    padding: 20px 9px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul span {
    font-size: 12px;
    padding-right: 0px;
    display: none;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul:first-child span {
    padding-right: 12px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul li a {
    font-size: 13px;
    padding: 3px 6px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .date-menu ul li:first-child a {
    margin-left: 0 !important;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title {
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title a {
    margin-top: 0;
    padding: 12px 20px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title img {
    width: 20px;
    margin-right: 8px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-date-wrap .time-select .title .time-menu {
    padding: 5px 8px 10px 8px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-time-wrap {
    margin-top: 15px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-time-wrap button {
    font-size: 16px;
    width: 49%;
    padding: 3px 0;
    border-radius: 7px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-time-wrap button:last-child {
    margin-left: 3px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div:nth-child(1) {
    margin-top: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div p {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.mail-info {
    margin-top: 15px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.mail-info input {
    font-size: 16px;
    width: 100%;
    padding: 12px 20px;
    height: 50px;
    border-radius: 7px;
    border: solid 1px #d9dee3;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info p span {
    font-size: 10px;
    padding: 5px 8px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button {
    font-size: 16px;
    width: 31%;
    padding: 3px 0;
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button:nth-child(3) {
    margin-left: 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button:nth-child(4) {
    margin-left: 5px;
    margin-right: 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info p span {
    font-size: 10px;
    padding: 5px 8px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button {
    width: 31%;
    font-size: 16px;
    line-height: 1.2;
    padding: 11px 0;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(3) {
    margin: 0 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(2) {
    margin-bottom: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(3) {
    margin: 0 5px 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(4) {
    margin-bottom: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button:nth-child(6) {
    margin: 0 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button img {
    padding-bottom: 4px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.name-info {
    margin-top: 0;
    margin-bottom: 15px !important;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.name-info input {
    font-size: 16px;
    width: 100%;
    padding: 12px 20px;
    height: 50px;
    border-radius: 7px;
    border: solid 1px #d9dee3;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.name-info input:last-child {
    margin-top: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info {
    width: 100%;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info:last-child {
    margin-top: 20px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info select {
    font-size: 16px;
    width: 32%;
    padding: 12px 20px;
    height: 50px;
    border-radius: 7px;
    border: solid 1px #d9dee3;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.call-info-wrap .call-info input {
    vertical-align: top;
    font-size: 16px;
    width: 30%;
    padding: 12px 20px;
    height: 50px;
    border-radius: 7px;
    border: solid 1px #d9dee3;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap {
    margin-top: -20px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info {
    width: 100%;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info:last-child {
    margin-top: 20px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info input {
    font-size: 16px;
    width: 100%;
    padding: 12px 20px;
    height: 50px;
    border-radius: 7px;
    border: solid 1px #d9dee3;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.family-info-wrap .family-info input:last-child {
    margin-top: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label {
    width: 31%;
    font-size: 16px;
    line-height: 1.2;
    padding: 11px 0;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(3) {
    margin: 0 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(2) {
    margin-bottom: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(3) {
    margin: 0 5px 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(4) {
    margin-bottom: 10px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.root-info label:nth-child(6) {
    margin: 0 5px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap .level_txt {
    font-size: 14px;
  }
  .jr-main-con09 .level-test-wrap .agree-checkbox .checkbox-style {
    width: 20px;
    height: 20px;
  }
  .jr-main-con09 .level-test-wrap .agree-checkbox p {
    font-size: 15px;
  }
  .jr-main-con09 .level-test-wrap .agree-checkbox p a {
    padding-left: 5px;
  }
  .jr-main-con09 .level-test-wrap .level-test-btn button {
    padding: 15px 0px;
    width: 100%;
    border-radius: 44px;
    font-size: 18px;
    margin-top: 30px;
  }
  .jr-main-con09 .level-test-wrap .level-test-btn button .m-img {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 2px;
  }
  .leveltest-visual {
    background-position-y: -40px;
    background-position-x: -525px;
  }
  .leveltest-visual .visual-img {
    width: 90%;
    margin: 250px auto 0 auto;
  }
  .leveltest-visual .visual-img img {
    width: 100%;
  }
  .leveltest-visual .visual-con {
    margin-top: -630px;
  }
  .register-con {
    padding: 20px 0 220px 0;
    position: relative;
    z-index: 8;
  }
  .register-con h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .register-con .pay-service {
    padding: 5px 17px;
    font-size: 15px;
    margin-top: 10px;
  }
  .register-con .apply-type {
    width: 100%;
  }
  .register-con .apply-type h3 {
    font-size: 18px;
  }
  .register-con .apply-type h3 span {
    padding-left: 0;
    display: block;
    padding-top: 5px;
    font-size: 14px;
  }
  .register-con .apply-type h3 p.event span {
    display: inline-block;
  }
  .register-con .apply-type .type-lang button .tab-lang {
    width: 20px;
  }
  .register-con .apply-type .type-lang button:nth-child(2) {
    margin-right: 0;
  }
  .register-con .apply-type .apply-type-tab {
    width: 100%;
    margin: 20px 0;
  }
  .register-con .apply-type .apply-type-tab button {
    width: 48.5%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .register-con .apply-type .apply-type-tab button:last-child {
    margin-right: 0;
  }
  .register-con .apply-type .apply-type-tab.tab-03 {
    width: 100%;
    display: inline-block;
  }
  .register-con .apply-type .apply-type-tab.tab-03 button {
    width: 31%;
    font-size: 14px;
  }
  .register-con .apply-type .apply-type-tab.tab-04 {
    width: 44%;
  }
  .register-con .apply-type .apply-type-tab.tab-04 button {
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 5px;
  }
  .register-con .apply-type .apply-type-tab.tab-04-main {
    width: 53%;
    margin-left: 5px;
  }
  .register-con .apply-type .apply-type-tab.tab-04-main button {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
  }
  .register-con .apply-type .apply-type-time {
    margin-bottom: 30px;
  }
  .register-con .apply-type .apply-type-time .calendar {
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .register-con .apply-type .apply-type-time .time {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
  .register-con .apply-type .apply-type-time .time .apply-hope-time {
    display: block;
  }
  .register-con .apply-type .apply-type-time .time .apply-hope-time select {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .register-con .apply-type .apply-type-time .time .apply-hope-time:last-child {
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }
  .register-con .apply-type .apply-type-chk {
    margin-left: 0;
  }
  .register-con .apply-type .apply-type-chk .input-chk {
    margin: 15px 20px 40px 0;
  }
  .register-con .apply-class-time {
    width: 100%;
    margin: 0px;
  }
  .register-con .apply-class-time h3 {
    font-size: 18px;
  }
  .register-con .apply-class-time h3 span {
    padding-left: 0;
    display: block;
    padding-top: 5px;
    font-size: 14px;
  }
  .register-con .apply-class-time h3 p.event span {
    display: inline-block;
  }
  .register-con .apply-class-time .type-lang button:nth-child(2) {
    margin-right: 0;
  }
  .register-con .apply-class-time .apply-type-tab {
    width: 100%;
    margin: 20px 0 30px 0;
  }
  .register-con .apply-class-time .apply-type-tab button {
    font-size: 14px;
    margin-right: 5px;
    width: 100%;
    vertical-align: top;
  }
  .register-con .apply-class-time .apply-type-tab.tab-01 {
    width: 39%;
  }
  .register-con .apply-class-time .apply-type-tab.tab-02 {
    width: 25%;
    margin: 20px 5px 30px 5px;
  }
  .register-con .apply-class-time .apply-type-tab.tab-03 {
    width: 30%;
  }
  .register-con .apply-class-time .apply-type-tab.tab-03 button {
    margin-right: 0;
  }
  .myapply-wrap {
    padding: 20px 0;
    z-index: 8;
  }
  .myapply-wrap .myapply-m {
    text-align: center;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .myapply-wrap .myapply-m i {
    font-size: 22px;
  }
  .myapply-wrap .myapply-register {
    width: 100%;
  }
  .myapply-wrap .myapply-register h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .myapply-wrap .myapply-register .myapply-time {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .myapply-wrap .myapply-register .myapply-tab ul li {
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    margin-right: 0;
  }
  .myapply-wrap .myapply-pay-wrap {
    width: 100%;
  }
  .myapply-wrap .myapply-pay-wrap .myapply-pay {
    margin-top: 10px;
  }
  .myapply-wrap .myapply-pay-wrap .myapply-pay p.save {
    font-size: 14px;
  }
  .myapply-wrap .myapply-pay-wrap .myapply-pay p.pay {
    font-size: 22px;
    vertical-align: middle;
  }
  .myapply-wrap .myapply-pay-wrap .apply-btn-wrap {
    margin-top: 5px;
  }
  .myapply-wrap .myapply-pay-wrap .apply-btn-wrap .myapply-pay {
    display: inline-block;
    width: 49%;
    text-align: left;
  }
  .myapply-wrap .myapply-pay-wrap .apply-btn-wrap .book-preview {
    margin-right: 0;
    width: 49%;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
  }
  .myapply-wrap .myapply-pay-wrap .apply-btn-wrap .apply-btn {
    width: 49%;
    border: 1px solid #ff6a3b;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
  }
  .register-payment-con {
    padding: 40px 0;
  }
  .register-payment-con h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .register-payment-con .contact-btn {
    float: none;
  }
  .register-payment-con .contact-btn li {
    margin-top: 10px;
  }
  .register-payment-con .contact-btn li .contact {
    margin: 0;
  }
  .register-payment-con .contact-btn li .contact-money {
    margin-top: 0;
    margin-right: 10px;
  }
  .register-payment-con .pay-service table tr td input[type="text"] {
    width: 30%;
  }
  .register-payment-con .pay-view .btn-pay {
    width: 100%;
  }
  /* 수강신청하기 */
  .register-wrap {
    margin: 20px auto;
  }
  .register-wrap .t-best .t-best-con {
    width: 100%;
  }
  .register-wrap .t-best .t-best-con .t-best-con_w {
    padding: 40px 30px;
  }
  .register-wrap .call-t-list_con_w .call-t-list_con ul {
    max-width: 100%;
    text-align: center;
    margin-right: 0px;
    padding-bottom: 30px;
  }
  .register-wrap .call-t-list_con_w .call-t-list_con ul li img {
    width: 200px;
  }
  .register-wrap .t-best-story .bx-pager-item {
    display: none !important;
  }
  .register-wrap .t-best-story .reviewCont_v {
    width: 100%;
  }
  .register-wrap .t-best-story .reviewCont_v ul {
    position: relative;
    z-index: 2;
  }
  .register-wrap .t-best-story .reviewCont_v ul img {
    width: 100%;
  }
  .register-wrap .t-best-story .review-btn a {
    position: fixed;
    width: 55px;
    height: 55px;
    margin: 0;
    bottom: 0;
    top: initial;
  }
  .register-wrap .t-best-story .review-btn .review-btn-prev {
    left: 0;
    background: url("../img/phone/btn_review_prev_m.png") no-repeat;
    background-size: 100% 100%;
  }
  .register-wrap .t-best-story .review-btn .review-btn-next {
    right: 0;
    background: url("../img/phone/btn_review_next_m.png") no-repeat;
    background-size: 100% 100%;
  }
  .register-wrap .t-best-story .bx-has-controls-direction {
    position: relative;
    z-index: 8;
  }
  .register-wrap .t-best-story .bx-has-controls-direction .bx-controls-direction a {
    position: fixed;
    width: 55px;
    height: 55px;
    margin: 0;
    bottom: 0;
    top: initial;
    color: #a1a1a1;
  }
  .register-wrap .t-best-story .bx-has-controls-direction .bx-controls-direction .bx-prev {
    left: 0;
    background: url("../img/phone/btn_review_prev_m.png") no-repeat;
    background-size: 100% 100%;
  }
  .register-wrap .t-best-story .bx-has-controls-direction .bx-controls-direction .bx-next {
    right: 0;
    background: url("../img/phone/btn_review_next_m.png") no-repeat;
    background-size: 100% 100%;
  }
  .register-wrap .ul {
    float: none;
    margin: 0 0px 0 0;
  }
  .register-wrap .contact-btn {
    float: none;
  }
  .register-wrap .contact-btn li {
    margin-top: 10px;
  }
  .register-wrap .contact-btn li .contact {
    margin: 0;
  }
  .register-wrap .contact-btn li .contact-money {
    margin-top: 0;
    margin-right: 10px;
  }
  .register-wrap .tab {
    margin: 20px 0 25px 0;
  }
  .register-wrap .tab ul li {
    width: 50%;
  }
  .register-wrap .tab ul li a {
    font-size: 17px;
    padding: 13px 12px 12px 12px;
    border-radius: 0;
    border: 1px solid #ffffff;
    min-height: 55px;
  }
  .register-wrap .tab ul li.on a {
    padding: 13px 12px 12px 12px;
    border-left: 1px solid #ff4068;
    border-right: 1px solid #ff7b1f;
    border-top: 1px solid #ff4068;
    border-bottom: 1px solid #ff7b1f;
    min-height: 55px;
  }
  .register-wrap .con {
    width: 100%;
    float: none;
  }
  .register-wrap .con .info {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .register-wrap .con .info h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .register-wrap .con .info01 {
    margin-bottom: 35px;
  }
  .register-wrap .con .info01 select {
    height: 50px;
  }
  .register-wrap .con .info01 .recommender {
    width: 100% !important;
  }
  .register-wrap .con .info02 li {
    margin-right: 5px;
  }
  .register-wrap .con .info02 li:nth-child(1) {
    width: 30%;
  }
  .register-wrap .con .info02 li:nth-child(1) a {
    width: 100%;
    font-family: "돋움", dotum, sans-serif;
    padding: 15px;
  }
  .register-wrap .con .info02 li:nth-child(1) a span {
    display: block;
    padding: 4px 0 0 0;
    font-family: "돋움", dotum, sans-serif;
    font-size: 13px;
  }
  .register-wrap .con .info02 li:nth-child(1) a.on {
    font-size: 14px;
    color: #ff5a80;
    background: #101b1e;
    font-weight: bold;
  }
  .register-wrap .con .info02 li:nth-child(2) {
    width: 27.5%;
  }
  .register-wrap .con .info02 li:nth-child(2) a.on {
    background: url(../img/phone/register_select2.png) no-repeat 13px 18px;
    background-size: 13px auto;
    padding: 14px 20px 14px 30px;
    background-color: #f7ccd6;
  }
  .register-wrap .con .info02 li:nth-child(3) {
    width: 37.5%;
    margin-right: 0px;
  }
  .register-wrap .con .info02 li:nth-child(3) a.on {
    background: none;
    background-size: 13px auto;
    padding: 10px 20px 10px 20px;
    background-color: #f7ccd6;
    font-size: 13px;
    text-align: left;
  }
  .register-wrap .con .info02 li:nth-child(3) a {
    background: none;
    background-size: 13px auto;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    text-align: left;
  }
  .register-wrap .con .info03 {
    width: 100%;
  }
  .register-wrap .con .info03 .calendar {
    width: 100%;
  }
  .register-wrap .con .info03 .time {
    width: 100%;
  }
  .register-wrap .con .info05 span {
    display: block;
    margin-top: 10px;
  }
  .register-wrap .con .pay-view .pay-view-info .btn-pay {
    width: 100% !important;
  }
  .register-wrap .con .pay-view .pay-view-info .btn-pay-n {
    width: 100% !important;
    background-size: 36% !important;
  }
  .register-wrap .con .pay-view .pay-view-info .btn-pay-k {
    width: 100% !important;
    background-position-x: 115px;
    background-color: #f8e703;
  }
  .register-wrap .con .pay {
    width: 100%;
    top: 0;
  }
  .register-wrap .con .pay .con .top.mcat {
    background-size: 100%;
  }
}

.jr-video-visual {
  background-size: contain;
  width: 100%;
  display: inline-block;
  position: relative;
}

.jr-video-visual .jr-video-wrap {
  width: 1355px;
  margin: 0 auto;
  text-align: center;
}

.jr-video-visual .jr-video-top {
  background: #ff8441;
}

.jr-video-visual .jr-video-top .jr-video-gnb .jr-video-wrap {
  text-align: left;
  padding-top: 30px;
}

.jr-video-visual .jr-video-top .jr-video-bg {
  background: url(../img/landing/jr-video-top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 5px;
}

.jr-video-visual .jr-video-top .jr-video-bg .title-2 {
  margin-top: 40px;
}

.jr-video-visual .jr-video-top .jr-video-bg .title-2-pc {
  display: block;
  margin: 0 auto;
}

.jr-video-visual .jr-video-top .jr-video-bg .title-2-mobile {
  display: none;
}

.jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap {
  position: relative;
  padding-bottom: 390px;
}

.jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .giveaway {
  position: absolute;
  text-align: center;
  bottom: -180px;
  width: 100%;
}

.jr-video-visual .jr-video-event-1 {
  background-color: #fd763c;
  padding-top: 300px;
  padding-bottom: 82px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap {
  width: 1200px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content {
  margin: 0 auto;
  background: white;
  width: 100%;
  text-align: center;
  border-radius: 58px;
  border: solid 3px #f06a30;
  padding-top: 70px;
  padding-bottom: 45px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .content-title {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.68px;
  text-align: center;
  color: #252525;
  margin-top: 28px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .event-video {
  width: 70%;
  height: initial;
  position: relative;
  padding-top: 45%;
  height: 0;
  margin: 0 auto;
  margin-top: 46px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .event-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns {
  padding-top: 28px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns .jr-sns-list img {
  cursor: pointer;
  margin-right: 26px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns .jr-sns-list .sns-ks {
  margin-right: 0;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns .jr-sns-send {
  padding-top: 32px;
  cursor: pointer;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-info {
  padding-top: 70px;
  padding-left: 60px;
}

.jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-info p {
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.25px;
  text-align: left;
  color: #464646;
}

.jr-video-visual .jr-video-event-2 {
  padding-top: 96px;
  padding-bottom: 80px;
  background-color: #ff8441;
}

.jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-title2 {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.73;
  letter-spacing: -1.68px;
  text-align: center;
  color: #252525;
}

.jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content {
  position: relative;
}

.jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content img {
  width: 100%;
}

.jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content .jr-content-pc {
  display: block;
}

.jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content .jr-content-mobile {
  display: none;
}

.jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content .click-area {
  width: 33%;
  height: 11%;
  background: transparent;
  position: absolute;
  left: 33%;
  bottom: 8%;
  display: block;
  cursor: pointer;
}

.jr-video-visual .jr-video-gift {
  padding-top: 110px;
  padding-bottom: 110px;
}

.jr-video-visual .jr-video-gift .jr-video-wrap {
  width: 1200px;
}

.jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-title {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: -1.68px;
  text-align: center;
  color: #252525;
  margin-top: 32px;
}

.jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-title span {
  font-weight: bold;
}

.jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-img {
  margin-top: 70px;
}

.jr-video-visual .jr-video-footer {
  background-color: #252525;
}

.jr-video-visual .jr-video-footer .jr-video-wrap {
  width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.jr-video-visual .jr-video-footer .jr-video-wrap h1 {
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: -1.68px;
  text-align: left;
  color: #fff;
}

.jr-video-visual .jr-video-footer .jr-video-wrap p {
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: -1.38px;
  text-align: left;
  color: #cbcbcb;
  margin-top: 42px;
}

@media only screen and (max-width: 1354px) {
  .jr-video-visual .jr-video-wrap {
    width: 90%;
  }
  .jr-video-visual .jr-video-top .jr-video-gnb .jr-video-wrap {
    padding-top: 10px;
  }
  .jr-video-visual .jr-video-top .jr-video-gnb .jr-video-wrap h1 a img {
    width: 25%;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap {
    padding-bottom: 35%;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .title-1 {
    width: 70%;
    margin-top: 15px;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .title-2 {
    width: 100%;
    margin-top: 0;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .title-2-pc {
    display: none;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .title-2-mobile {
    display: block;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .giveaway {
    width: 100%;
    bottom: -20%;
  }
  .jr-video-visual .jr-video-top .jr-video-bg .jr-video-wrap .giveaway img {
    width: 100%;
  }
  .jr-video-visual .jr-video-event-1 {
    padding-top: 30%;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap {
    width: 90%;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .content-title {
    font-size: 30px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .title-1 {
    width: 90%;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .event-video {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 46px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-info p {
    font-size: 21px;
  }
  .jr-video-visual .jr-video-event-2 .jr-video-wrap .title-1 {
    width: 100%;
  }
  .jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-title2 {
    line-height: 1;
    font-size: 30px;
    padding-bottom: 24px;
  }
  .jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content .jr-content-pc {
    display: none;
  }
  .jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content .jr-content-mobile {
    display: block;
  }
  .jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-content .click-area {
    width: 47%;
    height: 14%;
    background: transparent;
    position: absolute;
    left: 25%;
    bottom: 8%;
  }
  .jr-video-visual .jr-video-gift .jr-video-wrap {
    width: 90%;
  }
  .jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-img img {
    width: 100%;
  }
  .jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-title {
    font-size: 30px;
  }
  .jr-video-visual .jr-video-footer .jr-video-wrap {
    width: 90%;
  }
  .jr-video-visual .jr-video-footer .jr-video-wrap h1 {
    font-size: 30px;
  }
  .jr-video-visual .jr-video-footer .jr-video-wrap p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .jr-main-visual .wrap .visual-con h3 {
    padding-top: 80px;
  }
  .jr-video-visual .jr-video-top .jr-video-bg {
    background: url(../img/landing/jr-video-top-mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .jr-video-visual .jr-video-event-1 {
    padding-bottom: 30px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 20px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .content-title {
    font-size: 14px;
    margin-top: 8px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .event-video {
    margin-top: 14px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns {
    padding-top: 10px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns .jr-sns-list img {
    width: 29px;
    height: 29px;
    margin-right: 14px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns .jr-sns-send {
    padding-top: 15px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-sns .jr-sns-send img {
    width: 40%;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-info {
    padding-top: 15px;
    padding-left: 0px;
  }
  .jr-video-visual .jr-video-event-1 .jr-video-wrap .jr-video-event-content .jr-info p {
    font-size: 10px;
    text-align: center;
  }
  .jr-video-visual .jr-video-event-2 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .jr-video-visual .jr-video-event-2 .jr-video-wrap .jr-event-title2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .jr-video-visual .jr-video-gift {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .jr-video-visual .jr-video-gift .jr-video-wrap img {
    width: 45%;
  }
  .jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-title {
    font-size: 14px;
    margin-top: 8px;
  }
  .jr-video-visual .jr-video-gift .jr-video-wrap .jr-gift-img {
    margin-top: 25px;
  }
  .jr-video-visual .jr-video-footer .jr-video-wrap {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .jr-video-visual .jr-video-footer .jr-video-wrap h1 {
    font-size: 14px;
  }
  .jr-video-visual .jr-video-footer .jr-video-wrap p {
    font-size: 12px;
    margin-top: 18px;
  }
  .m-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
  .dis-none {
    display: none !important;
  }
  .register-bn-ev-jr {
    display: none;
  }
  .register-bn-ev2-jr {
    display: block;
  }
  .register-bn-ev3-jr {
    display: none;
  }
  .m-event-jr-wrap {
    display: block;
  }
  .m-event-jr-wrap.m-event .m-event-jr-bn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9;
  }
  .m-event-jr-wrap.m-event .m-event-jr-bn li img {
    width: 100%;
  }
  .m-event-jr-wrap.m-event .m-event-jr-bn li .app-close {
    margin-right: 12px;
    right: 0;
    position: absolute;
    margin-top: 0;
    top: 10px;
  }
  .m-event-jr-wrap.m-event .m-event-jr-bn li .app-close img {
    width: 100%;
  }
  .m-event-jr-wrap .m-event-jr-bn {
    position: fixed;
    bottom: 46px;
    width: 100%;
    z-index: 9;
  }
  .m-event-jr-wrap .m-event-jr-bn li img {
    width: 100%;
  }
  .m-event-jr-wrap .m-event-jr-bn li .app-close {
    margin-right: 12px;
    float: right;
    position: relative;
    margin-top: -120px;
  }
  .m-event-jr-wrap .m-event-jr-bn li .app-close img {
    width: 100%;
  }
  .br {
    display: block !important;
  }
  .brNone {
    display: none;
  }
  .disnone {
    display: none !important;
  }
  /* 당근농장 앱 설치 btn */
  .m-carrot-download {
    display: block !important;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 45px;
    z-index: 99;
    border-bottom: 0.3px solid #888;
    background: #282828;
    padding: 10px 0;
  }
  .m-carrot-download a {
    color: #fff;
  }
  .m-carrot-download a.app-btn {
    background: url(../img/main/icon-carrot.png) no-repeat left;
    background-size: 23px 23px;
    margin: 0 0 0 20px;
    padding-left: 30px;
  }
  .m-carrot-download span {
    margin-right: 12px;
    float: right;
    padding-bottom: 3px;
  }
  /*  당근톡둥둥이메뉴*/
  .btn-floating-talk {
    right: 12px;
    bottom: 66px;
  }
  .program-navi {
    display: none;
  }
  .m-list {
    display: block;
  }
  .m-list p {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #323740;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0;
  }
  .m-list span {
    background: url(../img/phone/ico_other_program.png) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    position: absolute;
    right: 12px;
    top: 14px;
  }
  .m-list ul {
    text-align: center;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9;
  }
  .m-list ul li {
    margin: 0 !important;
    color: #282828;
    font-size: 17px;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
  }
  .m-list-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
    opacity: 0.3;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
  }
  .gnb-wrap {
    padding: 0;
    position: relative;
    z-index: 9;
  }
  .gnb-wrap .gnb {
    position: relative;
  }
  .gnb-wrap .gnb .pc-gnb h1 {
    padding: 15px 0 15px 10px;
  }
  .gnb-wrap .gnb .pc-gnb h1 img {
    height: 30px;
  }
  .gnb-wrap .gnb .m-event {
    position: absolute;
    top: 16px;
    right: 165px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .gnb-wrap .gnb .m-login {
    position: absolute;
    top: 15px;
    right: 57px;
    border-radius: 20px;
    font-weight: 500;
    color: #ffffff;
    background: #172338;
    padding: 2px 14px;
    line-height: 22px;
    display: block;
  }
  .gnb-wrap .gnb .gnb-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 18px;
    height: 20px;
  }
  .gnb-wrap .gnb .gnb-btn img {
    width: 100%;
  }
  .gnb-wrap .m-gnb {
    z-index: 500;
    position: fixed;
    top: 0;
    width: 80%;
    height: 100vh;
    padding: 15px 25px 15px 30px;
    background: #2a2929;
  }
  .gnb-wrap .m-gnb h1 {
    overflow: hidden;
    display: inline-block;
  }
  .gnb-wrap .m-gnb h1 img {
    height: 30px;
  }
  .gnb-wrap .m-gnb .close {
    float: right;
    width: 21px;
    height: 21px;
  }
  .gnb-wrap .m-gnb .close img {
    width: 100%;
  }
  .gnb-wrap .m-gnb ul {
    padding: 20px 0px 0 0px;
  }
  .gnb-wrap .m-gnb ul li.m-common a {
    padding: 12px 0;
    font-size: 14px;
    color: #b1afad;
    border-bottom: 0;
  }
  .gnb-wrap .m-gnb ul li.m-mypage a {
    font-size: 15px !important;
    color: #fff !important;
  }
  .gnb-wrap .m-gnb ul li.m-border-top {
    border-top: 1px solid #5b5757;
  }
  .gnb-wrap .m-gnb ul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 17px 0;
  }
  .main-gnb-wrap {
    padding: 0;
    z-index: 200;
  }
  .main-gnb-wrap .gnb {
    position: relative;
  }
  .main-gnb-wrap .gnb .pc-gnb h1 {
    padding: 15px 0 15px 10px;
  }
  .main-gnb-wrap .gnb .pc-gnb h1 img {
    height: 30px;
  }
  .main-gnb-wrap .gnb .m-event {
    position: absolute;
    top: 16px;
    right: 165px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .main-gnb-wrap .gnb .m-login {
    position: absolute;
    top: 15px;
    right: 57px;
    border-radius: 20px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 14px;
    line-height: 22px;
    display: block;
  }
  .main-gnb-wrap .gnb .gnb-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 18px;
    height: 20px;
  }
  .main-gnb-wrap .gnb .gnb-btn img {
    width: 100%;
  }
  .main-gnb-wrap .m-gnb {
    z-index: 500;
    position: fixed;
    top: 0;
    width: 80%;
    height: 100vh;
    padding: 15px 25px 15px 30px;
    background: #2a2929;
  }
  .main-gnb-wrap .m-gnb h1 {
    overflow: hidden;
    display: inline-block;
  }
  .main-gnb-wrap .m-gnb h1 img {
    height: 40px;
  }
  .main-gnb-wrap .m-gnb .close {
    float: right;
    width: 21px;
    height: 21px;
  }
  .main-gnb-wrap .m-gnb .close img {
    width: 100%;
  }
  .main-gnb-wrap .m-gnb ul {
    padding: 40px 0px 0 0px;
  }
  .main-gnb-wrap .m-gnb ul li.m-common a {
    padding: 12px 0;
    font-size: 14px;
    color: #b1afad;
    border-bottom: 0;
  }
  .main-gnb-wrap .m-gnb ul li.m-common a span {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 3px 7px;
    font-size: 14px;
    margin-left: 13px;
  }
  .main-gnb-wrap .m-gnb ul li.m-mypage a {
    font-size: 16px !important;
    color: #fff !important;
  }
  .main-gnb-wrap .m-gnb ul li.m-border-top {
    border-top: 1px solid #5b5757;
    padding-top: 20px;
    margin-top: 20px;
  }
  .main-gnb-wrap .m-gnb ul li.m-border-bottom {
    border-bottom: 1px solid #5b5757;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main-gnb-wrap .m-gnb ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 17px 0;
  }
  .main-gnb-wrap .m-gnb ul li a img {
    float: right;
    margin-right: 10px;
  }
  .m-event-wrap {
    display: block;
  }
  .m-event-wrap ul {
    position: fixed;
    bottom: 45px;
    width: 100%;
    z-index: 9;
  }
  .m-event-wrap ul li {
    width: 50%;
    float: left;
  }
  .m-event-wrap ul li img {
    width: 100%;
  }
  .m-event-wrap ul li .app-close {
    margin-right: 12px;
    float: right;
    position: relative;
    margin-top: -120px;
  }
  .footer {
    padding: 20px 0 10px 0;
    z-index: 7;
  }
  .footer .wrap {
    width: 100%;
  }
  .footer .con01 {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .footer .con01 p {
    font-size: 11px;
    line-height: 16px;
  }
  .footer .con01 p:nth-child(2) {
    margin: 5px 0px;
  }
  .footer .con01 p:nth-child(2) a {
    font-size: 11px;
    line-height: 16px;
  }
  .footer .con01 p:last-child a img {
    width: 20px;
  }
  .footer .con02 {
    float: none;
    width: 95%;
    margin: 10px auto 0 auto;
  }
  .footer .con02 .top {
    padding: 0 0 10px 0;
  }
  .footer .con02 .top select {
    float: right;
    border: 0;
    padding: 4px 10px;
  }
  .footer .con02 ul li {
    margin: 0 0 13px 0;
    font-size: 13px;
  }
  .footer .con02 ul li a {
    margin: 0 0 13px 0;
    font-size: 13px;
  }
  .main-visual {
    z-index: 8;
    height: 800px;
  }
  .main-visual .wrap .visual-img {
    width: 100%;
    margin-top: 375px;
  }
  .main-visual .wrap .visual-img img {
    width: 100%;
  }
  .main-visual .wrap .visual-con {
    float: none;
    text-align: center;
  }
  .main-visual .wrap .visual-con h1 {
    width: 100%;
  }
  .main-visual .wrap .visual-con h1 img {
    width: 100%;
  }
  .main-visual .wrap .visual-con h2 {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    word-break: keep-all;
    text-align: center;
    margin: 0px 0px 5px 0px;
  }
  .main-visual .wrap .visual-con h3 {
    font-size: 20px;
    text-align: center;
    margin: 100px 0px 10px 0px;
  }
  .main-visual .wrap .visual-con button {
    font-size: 20px;
    float: none;
    padding: 15px 30px;
  }
  .main-con-wrap-2 {
    padding-top: 0px !important;
  }
  .main-con-wrap {
    padding-top: 820px;
    position: relative;
    z-index: 7;
  }
  .main-con-wrap .main-con01 {
    width: 95%;
    margin: 0 auto;
  }
  .main-con-wrap .main-con01 h2 {
    width: 100%;
  }
  .main-con-wrap .main-con01 h2 img {
    width: 100%;
  }
  .main-con-wrap .main-con01 h3 {
    width: 45%;
    margin: 0 auto;
  }
  .main-con-wrap .main-con01 h3 img {
    width: 100%;
  }
  .main-con-wrap .main-con01 p {
    font-size: 20px;
  }
  .main-con-wrap .main-con01 .con01-box.con-left {
    background: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0px 16px #ddd;
    border-radius: 30px;
    margin-top: 40px;
  }
  .main-con-wrap .main-con01 .con01-box.con-left ul {
    padding: 30px;
  }
  .main-con-wrap .main-con01 .con01-box.con-left ul li {
    font-size: 16px;
  }
  .main-con-wrap .main-con01 .con01-box.con-left ul li img {
    width: 70px;
  }
  .main-con-wrap .main-con01 .con01-box.con-right {
    background: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0px 16px #ddd;
    border-radius: 30px;
    margin-top: 0;
  }
  .main-con-wrap .main-con01 .con01-box.con-right ul {
    padding: 30px;
  }
  .main-con-wrap .main-con01 .con01-box.con-right ul li {
    font-size: 16px;
  }
  .main-con-wrap .main-con01 .con01-box.con-right ul li img {
    width: 70px;
  }
  .main-con-wrap .main-con01 .con01-box.con-right ul li span {
    font-size: 15px;
    margin-top: 15px;
    display: block;
  }
  .main-con-wrap .main-con01 .con01-box .talkinggi {
    display: none;
  }
  .main-con-wrap .main-con02 {
    margin-top: 50px;
  }
  .main-con-wrap .main-con02 .con02-title {
    text-align: center;
    display: block;
  }
  .main-con-wrap .main-con02 .con02-title p {
    font-size: 16px;
  }
  .main-con-wrap .main-con02 .con02-title p.sub-title {
    font-size: 20px;
  }
  .main-con-wrap .main-con02 .con02-title h2 {
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .main-con-wrap .main-con02 .con02-title h2 img {
    width: 70%;
    margin: 0 auto;
  }
  .main-con-wrap .main-con02 .con02-title button {
    padding: 10px 30px;
    font-size: 20px;
    margin: 30px 0 0px 0;
    float: none;
  }
  .main-con-wrap .main-con02 .con02-img {
    width: 100%;
    margin-top: 40px;
    float: none;
  }
  .main-con-wrap .main-con03 {
    width: 100%;
  }
  .main-con-wrap .main-con03 .con03-title {
    margin-top: 50px;
  }
  .main-con-wrap .main-con03 .con03-title p {
    font-size: 20px;
  }
  .main-con-wrap .main-con03 .con03-title p.sub-title {
    font-size: 20px;
  }
  .main-con-wrap .main-con03 .con03-title h2 {
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .main-con-wrap .main-con03 .con03-title h2 img {
    width: 100%;
  }
  .main-con-wrap .main-con03 .con03-wrap {
    margin: 10px auto 0 auto;
    position: relative;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web01 p span {
    color: #dedede;
    font-size: 15px;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web02 .slide {
    width: 100%;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web02 .slide img {
    width: 100%;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web02 .fourstep {
    width: 100%;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web02 .fourstep ul li {
    text-align: center;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web02 .fourstep ul li .sub {
    font-size: 14px;
    line-height: 23px;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web02 .fourstep ul li p.title {
    border-radius: 10px;
    font-size: 16px;
    padding: 3px 10px;
    margin-bottom: 10px;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web03 p {
    width: 95%;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web04 {
    position: absolute;
    bottom: -40px;
    left: -18px;
    width: 35%;
  }
  .main-con-wrap .main-con03 .con03-wrap .con03-web04 img {
    width: 100%;
  }
  .main-con-wrap .main-con04 {
    margin-top: 50px;
  }
  .main-con-wrap .main-con04 .con04-wrap {
    background: url(../img/main/main-con04-bg.png) no-repeat top;
    background-position: -200px;
    margin-top: -100px;
    height: 879px;
  }
  .main-con-wrap .main-con04 .con04-wrap ul.main_ul {
    padding-top: 165px;
    height: 460px;
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    margin-left: -200px;
  }
  .main-con-wrap .main-con04 .con04-wrap ul.main_ul li {
    display: inline-block;
    text-align: left;
    float: none;
    border: 1px solid #fff;
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .main-con-wrap .main-con04 .con04-wrap ul.main_ul li:nth-child(3n) {
    margin-right: 0;
  }
  .main-con-wrap .main-con04 .con04-wrap ul.main_ul li img {
    width: 100%;
  }
  .main-con-wrap .main-con04 .con04-wrap div {
    text-align: center;
  }
  .main-con-wrap .main-con04 .con04-title {
    text-align: center;
  }
  .main-con-wrap .main-con04 .con04-title h2 {
    width: 60%;
    margin: 0 auto;
  }
  .main-con-wrap .main-con04 .con04-title h2 img {
    width: 100%;
  }
  .main-con-wrap .main-con04 .con04-title p {
    font-size: 16px;
    padding-top: 10px;
  }
  .main-con-wrap .main-con05 {
    margin-top: -150px;
  }
  .main-con-wrap .main-con05 .con05-title p {
    font-size: 20px;
  }
  .main-con-wrap .main-con05 .con05-title p.sub-title {
    font-size: 20px;
  }
  .main-con-wrap .main-con05 .con05-title h2 {
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .main-con-wrap .main-con05 .con05-title h2 img {
    width: 100%;
  }
  .main-con-wrap .main-con05 .con05-wrap {
    width: 95%;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle {
    width: 100%;
    margin-top: 20px;
    padding: 30px;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle .title {
    font-size: 20px;
    line-height: 27px;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle .sub {
    font-size: 16px;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle img {
    width: 100%;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle:nth-child(2) {
    margin-left: 0;
    height: auto;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle-up {
    width: 100%;
    right: -10px;
    bottom: 0;
  }
  .main-con-wrap .main-con05 .con05-wrap .mystyle-up img {
    width: 100%;
  }
  .main-con-wrap .main-con06 {
    margin-top: -100px;
  }
  .main-con-wrap .main-con06 .con06-title {
    text-align: center;
  }
  .main-con-wrap .main-con06 .con06-title h2 {
    width: 65%;
    margin: 0 auto;
  }
  .main-con-wrap .main-con06 .con06-title h2 img {
    width: 100%;
  }
  .main-con-wrap .main-con06 .con06-title p {
    font-size: 16px;
    padding-top: 10px;
  }
  .main-con-wrap .main-con06 .con06-wrap {
    margin-top: 40px;
  }
  .main-con-wrap .main-con06 .con06-wrap img {
    width: 100%;
  }
  .main-con-wrap .main-con07 {
    background-position-x: -575px;
  }
  .main-con-wrap .main-con07 .visual-con {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .main-con-wrap .main-con07 .visual-con h3 {
    margin: 120px 0px 5px 0px;
    font-size: 18px;
    text-align: center;
  }
  .main-con-wrap .main-con07 .visual-con h2 {
    width: 70%;
    margin: 0 auto;
  }
  .main-con-wrap .main-con07 .visual-con h2 img {
    width: 100%;
  }
  .main-con-wrap .main-con07 .visual-con h2 img.pc-img {
    display: none;
  }
  .main-con-wrap .main-con07 .visual-con h2 img.m-img {
    display: block;
  }
  .main-con-wrap .main-con07 .visual-con p {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }
  .main-con-wrap .main-con07 .visual-con button {
    padding: 10px 30px;
    font-size: 20px;
    margin: 50px 0 60px 0;
    float: none;
  }
  .main-con-wrap .main-con07 .visual-img {
    display: none;
  }
  .leveltest-visual {
    background-position-y: -40px;
    background-position-x: -525px;
  }
  .leveltest-visual .visual-img {
    width: 90%;
    margin: 250px auto 0 auto;
  }
  .leveltest-visual .visual-img img {
    width: 100%;
  }
  .leveltest-visual .visual-con {
    margin-top: -570px;
  }
  .level-con {
    width: 95%;
    padding-top: 480px;
  }
  .level-con .con .lang input[type="text"],
  .level-con .con .lang select {
    width: 100%;
  }
  .level-con .con .lang input[type="text"].name,
  .level-con .con .lang select.name {
    width: 49%;
  }
  .level-con .con .lang input[type="text"].kname,
  .level-con .con .lang select.kname {
    width: 100%;
  }
  .level-con .con .lang .info-title {
    width: 100%;
  }
  .level-con .con .lang .phone input[type="text"],
  .level-con .con .lang .phone select {
    width: 31%;
  }
  .level-con .con .lang input {
    width: 100%;
  }
  .level-con .con .lang .terms .pointer input {
    width: 13px;
  }
  .level-con .con .info input[type="text"],
  .level-con .con .info select {
    width: 100%;
  }
  .level-con .con .info input[type="text"].name,
  .level-con .con .info select.name {
    width: 49%;
  }
  .level-con .con .info input[type="text"].kname,
  .level-con .con .info select.kname {
    width: 100%;
  }
  .level-con .con .info .info-title {
    width: 100%;
  }
  .level-con .con .info .phone input[type="text"],
  .level-con .con .info .phone select {
    width: 31%;
  }
  .level-con .con .info input {
    width: 100%;
  }
  .level-con .con .info .terms .pointer input {
    width: 13px;
  }
  .learning-visual {
    z-index: 2;
  }
  .learning-visual .visual-con {
    float: none;
    text-align: center;
  }
  .learning-visual .visual-con h1 {
    width: 100%;
  }
  .learning-visual .visual-con h1 img {
    width: 100%;
  }
  .learning-visual .visual-con h2 {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    word-break: keep-all;
    text-align: center;
    margin: 0px 0px 5px 0px;
  }
  .learning-visual .visual-con h3 {
    font-size: 20px;
    text-align: center;
    margin: 100px 0px 10px 0px;
  }
  .learning-visual .visual-con button {
    padding: 15px 30px;
    font-size: 17px;
    float: none;
    margin-top: 40px;
  }
  .learning-visual .visual-img {
    position: relative;
    bottom: -35px;
    right: 0;
    top: 0px;
    z-index: 3;
    width: 100%;
  }
  .learning-visual .visual-img img {
    width: 100%;
  }
  .learning-con-wrap {
    padding-top: 620px;
  }
  .learning-con-wrap .learning-con01 {
    width: 95%;
    margin: 0 auto;
  }
  .learning-con-wrap .learning-con01 h2 {
    width: 50%;
    margin: 0 auto;
  }
  .learning-con-wrap .learning-con01 h2 img {
    width: 100%;
  }
  .learning-con-wrap .learning-con01 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 10px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap {
    margin-top: 50px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-01 {
    width: 100%;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-01 div.con01-img1 {
    width: 100%;
    padding-top: 30px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-01 div.con01-img1 img {
    width: 70%;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-01 div.con01-img2 {
    width: 100%;
    text-align: center;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-01 div.con01-img2 img {
    width: 60px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-01 div.con01-img2 p {
    text-align: center;
    font-size: 16px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-02 {
    width: 100%;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-02 div.con01-img1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-02 div.con01-img1 img {
    width: 70%;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-02 div.con01-img1 p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-02 div.con01-img2 {
    width: 100%;
  }
  .learning-con-wrap .learning-con01 .learning-con01-wrap .learning-con01-02 div.con01-img2 img {
    width: 60px;
  }
  .learning-con-wrap .learning-con02 {
    width: 95%;
    font-size: 20px;
    margin: 50px auto;
    line-height: 30px;
  }
  .learning-con-wrap .learning-con02 .learning-con02-wrap ul li {
    margin-top: 30px;
    padding: 25px 0;
    width: 100%;
  }
  .learning-con-wrap .learning-con02 .learning-con02-wrap ul li h3 {
    font-size: 20px;
    padding: 20px 0 10px 0;
  }
  .learning-con-wrap .learning-con02 .learning-con02-wrap ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  .learning-con-wrap .learning-con02 .learning-con02-wrap ul li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  .learning-con-wrap .learning-con03 .con03-title p {
    font-size: 20px;
  }
  .learning-con-wrap .learning-con03 .con03-title p.sub-title {
    font-size: 20px;
  }
  .learning-con-wrap .learning-con03 .con03-title h2 {
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .learning-con-wrap .learning-con03 .con03-title h2 img {
    width: 100%;
  }
  .learning-con-wrap .learning-con03 .con03-wrap {
    width: 95%;
    margin-bottom: 80px;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle {
    width: 100%;
    margin-top: 20px;
    padding: 30px;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle .title {
    font-size: 20px;
    line-height: 27px;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle .sub {
    font-size: 16px;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle img {
    width: 100%;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle:nth-child(2) {
    margin-left: 0;
    height: auto;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle-up {
    width: 100%;
    right: -10px;
    bottom: 0;
  }
  .learning-con-wrap .learning-con03 .con03-wrap .mystyle-up img {
    width: 100%;
  }
  .learning-con-wrap .learning-con04 {
    width: 95%;
    margin: 50px auto 200px auto;
  }
  .learning-con-wrap .learning-con04 h2 {
    width: 65%;
    margin: 0 auto;
  }
  .learning-con-wrap .learning-con04 h2 img {
    width: 100%;
  }
  .learning-con-wrap .learning-con04 h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .learning-con-wrap .learning-con04 p {
    font-size: 16px;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap {
    margin-top: -110px;
    display: none;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap ul li .step-wrap .step-left {
    text-align: center;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap ul li .step-wrap .step-left h3 {
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap ul li .step-wrap .step-left p {
    text-align: center;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap ul li .step-wrap .step-right {
    text-align: center;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap ul li .step-wrap .step-right h3 {
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap ul li .step-wrap .step-right p {
    text-align: center;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap-m {
    display: block;
    width: 90%;
    margin: 30px auto;
  }
  .learning-con-wrap .learning-con04 .learning-con03-wrap-m img {
    width: 100%;
  }
  .learning-con-wrap .learning-con05 {
    margin-top: 250px;
    padding-bottom: 40px;
    width: 95%;
    margin: 0 auto;
  }
  .learning-con-wrap .learning-con05 h2 {
    width: 95%;
    margin: 0 auto;
  }
  .learning-con-wrap .learning-con05 h2 img {
    width: 100%;
  }
  .learning-con-wrap .learning-con05 .learning-con04-wrap ul li {
    width: 100%;
  }
  .learning-con-wrap .learning-con05 .learning-con04-wrap ul li p {
    font-size: 20px;
    line-height: 30px;
  }
  .learning-con-wrap .learning-con05 .learning-con04-wrap ul li button {
    padding: 15px 30px;
    font-size: 17px;
    float: none;
    margin-top: 20px;
  }
  .learning-con-wrap .learning-con05 .learning-con04-wrap ul li:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .learning-con-wrap .learning-con05 .learning-con04-wrap ul li:nth-child(2) button {
    padding: 15px 30px;
    font-size: 17px;
    float: none;
    margin-top: 20px;
  }
  .teacher-visual {
    z-index: 2;
  }
  .teacher-visual .visual-con {
    text-align: center;
    display: block;
  }
  .teacher-visual .visual-con h1 {
    width: 60%;
    margin: 0 auto;
  }
  .teacher-visual .visual-con h1 img {
    width: 100%;
  }
  .teacher-visual .visual-con h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 100px;
  }
  .teacher-visual .visual-con button {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 25px;
  }
  .teacher-visual .visual-img {
    top: 305px;
    bottom: 0;
    right: auto;
    margin-left: 10px;
    width: 70%;
    text-align: center;
  }
  .teacher-visual .visual-img img {
    width: 100%;
  }
  .teacher-con-wrap {
    margin-top: 20px;
    height: 1100px;
    z-index: 2;
  }
  .teacher-con-wrap .teacher-con01 h3 {
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .teacher-con-wrap .teacher-con01 h3 img {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con01 h2 {
    margin-right: 30px;
    padding-right: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .teacher-con-wrap .teacher-con01 h2 img {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con01 h4 {
    font-size: 16px;
    line-height: 23px;
    padding-top: 20px;
  }
  .teacher-con-wrap .teacher-con01 p {
    font-size: 20px;
  }
  .teacher-con-wrap .teacher-con01 .teacher-con01-img {
    width: 100%;
    margin-top: 50px;
  }
  .teacher-con-wrap .teacher-con01 .teacher-con01-img img {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con02 {
    padding-top: 50px;
  }
  .teacher-con-wrap .teacher-con02 p {
    font-size: 20px;
    line-height: 28px;
  }
  .teacher-con-wrap .teacher-con02 p span {
    font-size: 16px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap {
    height: 250px;
    overflow: hidden;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .teacher {
    margin: 0 40px 40px 40px;
    float: left;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .teacher .teacher-img {
    width: 30%;
    margin: 0 auto;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .teacher .teacher-img img {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .teacher .teacher-info h3 {
    font-size: 16px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .teacher .teacher-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    padding-top: 5px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .left-arrow {
    top: 35%;
    height: 80px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-con02-img-wrap .swiper-slide .right-arrow {
    top: 35%;
    height: 80px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap {
    display: block;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .teacher-m {
    display: block;
    width: 15000px;
    text-align: left;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .teacher {
    margin: 0 40px;
    float: left;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .teacher .teacher-img {
    width: 30%;
    margin: 0 auto;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .teacher .teacher-img img {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .teacher .teacher-info h3 {
    font-size: 16px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .teacher .teacher-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    padding-top: 5px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .left-arrow {
    top: 35%;
    height: 80px;
  }
  .teacher-con-wrap .teacher-con02 .teacher-m-wrap .right-arrow {
    top: 35%;
    height: 80px;
  }
  .teacher-con-wrap .teacher-con03 {
    background-position-x: -400px;
  }
  .teacher-con-wrap .teacher-con03 .visual-con {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .teacher-con-wrap .teacher-con03 .visual-con h3 {
    margin: 120px 0px 5px 0px;
    font-size: 18px;
    text-align: center;
  }
  .teacher-con-wrap .teacher-con03 .visual-con h2 {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con03 .visual-con h2 img {
    width: 100%;
  }
  .teacher-con-wrap .teacher-con03 .visual-con p {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }
  .teacher-con-wrap .teacher-con03 .visual-con button {
    padding: 10px 30px;
    font-size: 20px;
    margin: 50px 0 60px 0;
    float: none;
  }
  .teacher-con-wrap .teacher-con03 .visual-img {
    display: none;
  }
  .pop-layer {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    position: fixed;
    top: 200px;
  }
  .pop-layer .layer-con {
    padding: 20px;
  }
  .pop-layer .state-wrap {
    width: 100%;
  }
  .pop-layer .state-wrap .member-pay {
    padding: 30px 20px 20px 20px;
  }
  .pop-layer .state-wrap .no-member-pay {
    padding: 30px 20px 20px 20px;
  }
  .pop-layer .state-wrap .signUpphone .box-form {
    width: 30.4%;
  }
  .pay-wrap .member {
    width: 100%;
    float: none;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .pay-wrap .no-member {
    width: 100%;
    float: none;
  }
  .contact-wrap {
    width: 95%;
  }
  .contact-wrap .contents {
    padding: 30px 15px 20px 15px;
  }
  .contact-wrap .contents .sign-up-phone .box-form {
    width: 30.4%;
  }
  .carrot-layer {
    min-width: 95%;
    max-width: 95%;
    margin-top: 50px;
  }
  .carrot-layer .layer-con {
    padding: 25px 20px 48px 20px;
  }
  .notice-wrap {
    position: relative;
    z-index: -1 !important;
  }
  .notice-wrap h2 {
    margin-bottom: 20px;
  }
  .notice-wrap .tab li {
    margin: 0px 5px;
  }
  .notice-wrap .notice-con .dp-num {
    display: none;
  }
  .notice-wrap .notice-con .list {
    margin: 30px 0 50px 0;
  }
  .notice-wrap .notice-con .view .top {
    padding: 15px 10px;
  }
  .notice-wrap .notice-con .view .con span p img {
    width: 100%;
  }
  .notice-wrap .notice-con .view .view-navi ul li a div:first-child {
    width: 70px;
    padding-left: 17px;
  }
  .notice-wrap .event-con .list li {
    width: 100%;
  }
  .notice-wrap .event-con .list li a .thumb {
    width: 100%;
    height: 200px;
  }
  .notice-wrap .event-con .list li a .thumb img {
    width: 100%;
    height: 200px;
  }
  .notice-wrap .event-con .list li a .con .title {
    font-size: 18px;
    height: 62px;
    line-height: 25px;
  }
  .notice-wrap .faq-con ul li {
    padding: 0 0 5px 0;
  }
  .notice-wrap .faq-con ul li h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .jr-main-visual .event_pop_wrap .event_pop {
    width: 100%;
    padding: 0 30px;
  }
  .jr-main-visual .event_pop_wrap .event_pop .layer-close {
    width: 20px;
    right: 30px;
  }
  .jr-main-con09 .level-test-wrap ul li .warn-text {
    font-size: 15px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button {
    height: 90px;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info button .course_info_logo {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 463px) {
  .carrot_talk_layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    overflow: auto;
  }
  .carrot_talk_layer .carrot_talk_content {
    min-width: 95%;
    max-width: 95%;
    position: fixed;
    margin: 50px auto 50px auto;
    position: relative;
  }
}

@media only screen and (max-width: 430px) {
  .freeclass_container .pop {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .junior_leveltest_pop {
    width: 90%;
    z-index: 10;
    margin-left: 15px;
    margin-top: 235px;
  }
}

@media (max-width: 575px) {
  .deemed {
    display: none !important;
  }
  .jr-main-visual {
    background-size: contain;
  }
  .jr-main-con04 {
    margin-top: 300px;
  }
  .leveltest-visual {
    background-position-y: -90px;
    background-position-x: -680px;
  }
  .leveltest-visual .visual-img {
    width: 100%;
    margin: 260px auto 0 auto;
  }
  .leveltest-visual .visual-con {
    margin-top: -475px;
    width: 100%;
  }
  .leveltest-visual .visual-con h1 img {
    width: 100%;
  }
  .leveltest-visual .visual-con h3 {
    font-size: 18px;
  }
  .level-con {
    width: 95%;
    padding-top: 370px;
  }
  .lv-layer .layer-con .lv-wrap .lv-title span {
    font-size: 18px;
  }
  .lv-layer .layer-con .lv-wrap .lv-text-body p {
    font-size: 15px;
  }
  .lv-layer .layer-con .lv-wrap .lv-text-body.gradient p {
    font-size: 18px;
  }
  .lv-layer .layer-con .lv-wrap .lv-text-sub p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 354px) {
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info p span {
    display: block;
    width: fit-content;
    margin: 5px 0 0 0;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.course-info p span {
    display: block;
    width: fit-content;
    margin: 5px 0 0 0;
  }
}

@media only screen and (max-width: 346px) {
  .carrot_talk_layer .carrot_talk_content .layer-con .maintitle_2step h4 .br {
    display: none !important;
  }
  .carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box {
    padding: 0 27px 19px;
    background-color: #fafafc;
  }
  .carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn {
    text-align: center;
  }
  .carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn img {
    display: none;
  }
  .carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn span {
    padding: 0;
  }
  .carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn:nth-child(3) span {
    padding-left: 0;
  }
  .carrot_talk_layer .carrot_talk_content .layer-con .list_choice_box .list_btn:last-child span {
    padding-left: 0;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button {
    width: 48%;
  }
  .jr-main-con09 .level-test-wrap ul li .level-info-wrap div.level-info button:nth-child(4) {
    margin-left: 0;
  }
}

/* swiper slider */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
}

.new-curriculum {
  background-color: #f3f6fb;
  padding: 44px 0;
}

@media only screen and (min-width: 1200px) {
  .new-curriculum {
    padding: 148px 0;
  }
}

.new-curriculum img {
  display: block;
  width: 100%;
}

.new-curriculum p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .new-curriculum p {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.new-curriculum .new-class-text-img {
  max-width: 250px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 1200px) {
  .new-curriculum .new-class-text-img {
    max-width: 500px;
    margin-bottom: 100px;
  }
}

.new-curriculum ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 0 20px;
}

@media only screen and (min-width: 1200px) {
  .new-curriculum ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.new-curriculum ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 320px;
}

@media only screen and (min-width: 1200px) {
  .new-curriculum ul li {
    max-width: 384px;
  }
}

.new-curriculum ul li img {
  border-radius: 20px;
  overflow: hidden;
}

.new-curriculum ul li a {
  width: fit-content;
  padding: 10px 26px;
  background-color: #fa4c1c;
  border-radius: 100px;
  cursor: pointer;
}

.new-curriculum ul li a div {
  width: 80px;
}

@media only screen and (min-width: 1200px) {
  .new-curriculum ul li a div {
    width: 120px;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer {
  padding: 44px 20px;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer {
    padding: 148px 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .text0 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.jr-main-con07-new .jr-main-con07-cotainer .text0 span {
  color: #fe6744;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .text0 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .con-img-m {
  display: block;
  width: 100%;
  margin-bottom: 54px;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .con-img-m {
    display: none;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .con-img-p {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .con-img-p {
    display: block;
    width: 100%;
    margin-bottom: 160px;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .text1 {
  font-size: 11px;
  color: #0d0d0d;
  text-align: center;
  margin-bottom: 26px;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .text1 {
    font-size: 24px;
    color: #626262;
    margin-bottom: 86px;
  }
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .text1 .br {
    display: none;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .go-curriculum {
  display: flex;
  justify-content: center;
}

.jr-main-con07-new .jr-main-con07-cotainer .go-curriculum > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 10px 26px;
  background-color: #fa4c1c;
  border-radius: 100px;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .go-curriculum > a {
    padding: 20px 34px;
    gap: 34px;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .go-curriculum > a p {
  flex: none;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .go-curriculum > a p {
    font-size: 28px;
  }
}

.jr-main-con07-new .jr-main-con07-cotainer .go-curriculum > a img {
  flex: none;
  display: block;
  width: 10px;
}

@media only screen and (min-width: 1200px) {
  .jr-main-con07-new .jr-main-con07-cotainer .go-curriculum > a img {
    width: 20px;
  }
}
