@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@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: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.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");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../font/OpenSansCondensed-Bold.ttf");
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../font/OpenSansCondensed-Light.ttf");
}
@font-face {
  font-family: "Open Sans Condensed italic";
  src: url("../font/OpenSansCondensed-LightItalic.ttf");
}
/*공통*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

b {
  font-weight: bold;
}

html {
  height: 100%;
}

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

.brNone {
  display: block;
}

.body {
  position: relative;
}

a {
  color: #666;
}

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

.percent {
  font-size: 85%;
}

.download_banner {
  display: none;
  width: 100%;
  max-width: 500px;
  padding-bottom: 10px;
}
.download_banner img {
  width: 100%;
}

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

.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: 10;
  }
  .bottom-banner-wrapper #bottom-banner {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
  }
  .bottom-banner-wrapper #bottom-banner .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bottom-banner-wrapper #bottom-banner .swiper-wrapper .swiper-slide a img {
    width: 100%;
  }
}

.bottom-banner-wrapper2 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .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: #f9d5ac;
}
.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-wrapper {
  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: 1000;
}
.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;
  overflow: hidden;
}
.popup-banner-wrapper .popup-banner .inner .close-popup {
  align-self: flex-end;
  width: 20px;
  cursor: pointer;
}
.popup-banner-wrapper .popup-banner .inner #img-banner .swiper-wrapper .swiper-slide {
  background-color: #ffffff;
}
.popup-banner-wrapper .popup-banner .inner #img-banner .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-banner-wrapper .popup-banner .inner #img-banner .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.popup-banner-wrapper .popup-banner .inner .close-toady {
  color: #ffffff;
  cursor: pointer;
}

/*플로팅배너*/
.float-bn-ev {
  position: fixed;
  display: none;
  bottom: 165px;
  right: 15px;
  z-index: 8;
}

.float-bn-ev_main {
  position: fixed;
  display: none;
  bottom: 130px;
  right: 15px;
  z-index: 10;
}

.float-bn-new {
  bottom: 100px;
}

.float-bn-ev-2 {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 8;
}

.float-bn-ev-5 {
  position: fixed;
  bottom: 278px;
  right: 15px;
  z-index: 8;
}

.float-bn-ev-6 {
  position: fixed;
  bottom: 452px;
  right: 15px;
  z-index: 8;
}

.float-bn-ev-mobile {
  position: fixed;
  display: none;
  bottom: 100px;
  right: 15px;
  z-index: 8;
}

/*메뉴*/
.m-list {
  display: none;
}

.m-list-bg {
  display: none;
}

.gnb-wrap {
  border-bottom: 1px solid #efefef;
  padding: 0 0 10px 0;
}
.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 .login-btn {
  border: 1px solid #666;
  border-radius: 5px;
}
.gnb-wrap .common .login-btn a {
  padding: 5px 20px;
  display: inline-block;
}
.gnb-wrap .gnb .pc-gnb h1 {
  float: left;
}
.gnb-wrap .gnb .pc-gnb ul {
  float: right;
  margin: -15px 0 10px 0;
}
.gnb-wrap .gnb .pc-gnb ul li {
  display: inline-block;
  margin: 0 0 0 35px;
  position: relative;
  text-align: center;
}
.gnb-wrap .gnb .pc-gnb ul li .jr-point {
  position: relative;
  top: -11px;
}
.gnb-wrap .gnb .pc-gnb ul li .jr-point .jr-pk {
  display: none;
}
.gnb-wrap .gnb .pc-gnb ul li .jr-point:hover .jr-bl {
  display: none;
}
.gnb-wrap .gnb .pc-gnb ul li .jr-point:hover .jr-pk {
  display: inline;
}
.gnb-wrap .gnb .pc-gnb ul li a.winter-point {
  position: relative;
}
.gnb-wrap .gnb .pc-gnb ul li a {
  font-size: 18px;
  font-weight: 500;
}
.gnb-wrap .gnb .pc-gnb ul li a.carrot-active {
  color: #ff4068;
}
.gnb-wrap .gnb .pc-gnb ul li a:hover {
  color: #ff4068;
}
.gnb-wrap .gnb .pc-gnb ul li p.event {
  border-radius: 50px;
  background: #ffcc00;
  color: #000;
  font-size: 11px;
  text-align: center;
  font-weight: 300;
  padding: 0 7px;
  display: inline-block;
}
.gnb-wrap .gnb .pc-gnb ul li p.winter-event {
  position: relative;
  z-index: 5;
  top: -7px;
  background: #8ce3ff;
}
.gnb-wrap .gnb .pc-gnb ul li p.winter-open {
  top: -13px;
}
.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;
}

/*메인페이지 메뉴*/
.main-gnb-wrap {
  padding: 0 0 10px 0;
  position: relative;
  z-index: 9;
}
.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 .main-login-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 5px;
}
.main-gnb-wrap .common .main-login-btn a {
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
}
.main-gnb-wrap .common .main-login-btn.mobile {
  display: none;
}
.main-gnb-wrap .gnb .pc-gnb h1 {
  float: left;
}
.main-gnb-wrap .gnb .pc-gnb h1 .logo_img {
  width: 50px;
}
.main-gnb-wrap .gnb .pc-gnb h1 .logo_img img {
  width: 50px;
}
.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 35px;
  position: relative;
}
.main-gnb-wrap .gnb .pc-gnb ul li .jr-point {
  position: relative;
  top: -11px;
}
.main-gnb-wrap .gnb .pc-gnb ul li .jr-point .readigbook_open {
  position: absolute;
  top: 0;
  left: -3px;
}
.main-gnb-wrap .gnb .pc-gnb ul li .jr-point .jr-pk {
  display: none;
}
.main-gnb-wrap .gnb .pc-gnb ul li .jr-point:hover .jr-bl {
  display: none;
}
.main-gnb-wrap .gnb .pc-gnb ul li .jr-point:hover .jr-pk {
  display: inline;
}
.main-gnb-wrap .gnb .pc-gnb ul li a.winter-point {
  position: relative;
}
.main-gnb-wrap .gnb .pc-gnb ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.main-gnb-wrap .gnb .pc-gnb ul li p.event {
  border-radius: 50px;
  background: #ffcc00;
  color: #000;
  font-size: 11px;
  text-align: center;
  font-weight: 300;
  padding: 0 7px;
  display: inline-block;
}
.main-gnb-wrap .gnb .pc-gnb ul li p.winter-event {
  position: relative;
  z-index: 5;
  top: -7px;
  background: #8ce3ff;
}
.main-gnb-wrap .gnb .pc-gnb ul li p.winter-open {
  top: -13px;
}
.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;
}

.freeclass_container {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 10;
  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;
}
.freeclass_container .pop p span {
  color: #ff4068;
}
.freeclass_container .pop .btn {
  background-color: #ff4068;
  color: #fff;
  padding: 12px 50px;
  display: inline-block;
  border-radius: 10px;
  font-size: 17px;
}

.freeclass_container2 {
  position: absolute;
  width: 311px;
  height: 137px;
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  display: none;
}
.freeclass_container2 img {
  width: 39px;
  height: 39px;
  margin: 3px 14px 43px 0;
  -o-object-fit: contain;
     object-fit: contain;
  float: left;
}
.freeclass_container2 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;
}
.freeclass_container2 .bold-txt {
  font-weight: bold;
}
.freeclass_container2 .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;
}
.freeclass_container2 .close > img {
  width: 10px;
  height: 10px;
  margin: 6px 0 4px 7px;
  -o-object-fit: contain;
     object-fit: contain;
  float: right;
}
.freeclass_container2 {
  /*
  position: absolute;
  z-index: 10;
  left: 60%;

  .pop {
    //position: fixed;
    background-color: #fff;
    width: 530px;
    top: 20%;
    left: 50%;
    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;
    }
  }
  */
}

/* 홈페이지 메인 */
.m-br {
  display: none;
}

.main-wrapper {
  position: static;
}
@media only screen and (max-width: 768px) {
  .main-wrapper {
    position: relative;
  }
}

.main-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.main-wrap .main-visual-wrap {
  height: 100%;
}
.main-wrap .main-visual-wrap-01 {
  background-image: url(../img/phone/main/main_slide_bg01.jpg), linear-gradient(to bottom, #ff9a4a, #ff3a65);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.main-wrap .main-visual-wrap-01 .main-visual {
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left {
  float: left;
  width: 600px;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual {
  position: relative;
  padding: 135px 0 0px 0px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual .visual-txt li span {
  font-size: 20px;
  color: #fff;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual .visual-txt li span p {
  font-weight: 300;
  color: #fff;
  font-size: 25px;
  letter-spacing: -1.5px;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy {
  display: block;
  padding: 10px 0;
  font-size: 65px;
  letter-spacing: -5px;
  line-height: 80px;
  font-weight: 700;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy span {
  color: yellow;
  font-size: 65px;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone {
  padding: 35px 0 50px 0;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul {
  width: 650px;
  display: inline-block;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  width: 33.2%;
  float: left;
  text-align: center;
  border-right: 1px solid #fefefe;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li p {
  padding-top: 10px;
  line-height: 25px;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li p strong {
  font-weight: bold;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:first-child {
  width: 20%;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:first-child p {
  padding-right: 20px;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:last-child {
  border: none;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .lv-btn {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .lv-btn a {
  padding: 10px 40px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  z-index: 99;
  top: 10px;
}
.main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .lv-btn div {
  border: 1px solid #fff;
  background: #ff8988;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 59px;
  z-index: 9;
  opacity: 0.8;
}
.main-wrap .main-visual-wrap-02 {
  background-image: url(../img/phone/main/main_slide_bg02.jpg), linear-gradient(to bottom, #ed6068, #ee52bd);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.main-wrap .main-visual-wrap-02 .main-visual {
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left {
  float: left;
  width: 600px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual {
  position: relative;
  padding: 135px 0 0px 0px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual .visual-txt li span {
  font-size: 20px;
  color: #fff;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual .visual-txt li span p {
  font-weight: 300;
  color: #fff;
  font-size: 25px;
  letter-spacing: -1.5px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy {
  display: block;
  padding: 10px 0;
  font-size: 65px;
  letter-spacing: -5px;
  line-height: 80px;
  font-weight: 700;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy span {
  color: yellow;
  font-size: 65px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-03 {
  padding: 35px 0 20px 0;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul {
  width: 650px;
  display: inline-block;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  float: left;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li p {
  padding-top: 10px;
  line-height: 25px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-bg {
  margin-bottom: 20px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback {
  width: 100%;
  position: relative;
  z-index: 8;
  float: left;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li {
  display: inline-block;
  margin: 20px 0;
  border-right: 1px solid #fff;
  text-align: center;
  width: 190px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li .title {
  display: block;
  padding: 0 0 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li .copy {
  display: block;
  padding: 2px 0 0px 0;
  font-size: 15px;
  color: #8a8a8a;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li .num {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li .today-num {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  text-align: center;
  font-weight: 300;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li:first-child {
  padding-right: 15px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .feedback li:last-child {
  border-right: none;
  margin-top: 35px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .lv-btn {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .lv-btn a {
  padding: 10px 40px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  z-index: 99;
  top: 10px;
}
.main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .lv-btn div {
  border: 1px solid #fff;
  background: #f38ec4;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 59px;
  z-index: 9;
  opacity: 0.8;
}
.main-wrap .main-visual-wrap-03 {
  background-image: url(../img/phone/main/main_slide_bg03-3.jpg), linear-gradient(to bottom, #c768e6, #6e5ce4);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.main-wrap .main-visual-wrap-03 .main-visual {
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left {
  float: left;
  width: 600px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual {
  position: relative;
  padding: 135px 0 0px 0px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual .visual-txt li span {
  font-size: 20px;
  color: #fff;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual .visual-txt li span p {
  font-weight: 300;
  color: #fff;
  font-size: 25px;
  letter-spacing: -1.5px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy {
  display: block;
  padding: 10px 0;
  font-size: 65px;
  letter-spacing: -5px;
  line-height: 80px;
  font-weight: 700;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy span {
  color: yellow;
  font-size: 65px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 {
  padding: 35px 0 20px 0;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul {
  width: 650px;
  display: inline-block;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  float: left;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li p {
  padding-top: 10px;
  line-height: 25px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li p strong {
  font-weight: bold;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback {
  width: 100%;
  position: relative;
  z-index: 8;
  float: left;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li {
  display: inline-block;
  margin: 20px 0;
  border-right: 1px solid #fff;
  text-align: center;
  width: 190px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li .title {
  display: block;
  padding: 0 0 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li .copy {
  display: block;
  padding: 2px 0 0px 0;
  font-size: 15px;
  color: #8a8a8a;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li .num {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li .today-num {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  text-align: center;
  font-weight: 300;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li:first-child {
  padding-right: 15px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .feedback li:last-child {
  border-right: none;
  margin-top: 35px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn a {
  padding: 10px 40px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  z-index: 99;
  top: 10px;
}
.main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn div {
  border: 1px solid #fff;
  background: #ad95ed;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 59px;
  z-index: 9;
  opacity: 0.8;
}
.main-wrap .main-visual-wrap-04 {
  background: #9be4f7 url(../img/phone/main/main_slide_bg04-4.jpg) no-repeat center top;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.main-wrap .main-visual-wrap-04 .main-visual {
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left {
  float: left;
  width: 600px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual {
  position: relative;
  padding: 135px 0 0px 0px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual .visual-txt li span {
  font-size: 20px;
  color: #fff;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual .visual-txt li span p {
  font-weight: 300;
  color: #fff;
  font-size: 25px;
  letter-spacing: -1.5px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy {
  display: block;
  padding: 10px 0;
  font-size: 65px;
  letter-spacing: -5px;
  line-height: 80px;
  font-weight: 700;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual .visual-txt li .copy span {
  color: yellow;
  font-size: 65px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 {
  padding: 0px 0 15px 0;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul {
  width: 650px;
  display: inline-block;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li span {
  display: inline-grid;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li {
  width: 100%;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li p {
  padding-top: 20px;
  line-height: 25px;
  font-size: 17px;
  padding-left: 15px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li:nth-child(2) p {
  padding-left: 10px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback {
  width: 100%;
  position: relative;
  z-index: 8;
  float: left;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li {
  display: inline-block;
  margin: 20px 0;
  border-right: 1px solid #fff;
  text-align: center;
  width: 190px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li .title {
  display: block;
  padding: 0 0 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li .copy {
  display: block;
  padding: 2px 0 0px 0;
  font-size: 15px;
  color: #8a8a8a;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li .num {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li .today-num {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  text-align: center;
  font-weight: 300;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li:first-child {
  padding-right: 15px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .feedback li:last-child {
  border-right: none;
  margin-top: 35px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .lv-btn {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .lv-btn a {
  padding: 10px 40px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  z-index: 99;
  top: 10px;
}
.main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .lv-btn div {
  border: 1px solid #fff;
  background: #ad95ed;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 59px;
  z-index: 9;
  opacity: 0.8;
  width: 285px;
}
.main-wrap .main-visual-right-wrap {
  position: relative;
  top: 120px;
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-right-wrap .main-visual-right {
  position: absolute;
  right: 0;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev img {
  max-width: 250px;
  max-height: 141px;
  width: 100%;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .btn {
  width: 65px;
  border-radius: 50px;
  padding: 17px 0px;
  background: #ffeb3b;
  color: #000000;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 555;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework {
  position: absolute;
  top: 0px;
  right: 10px;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion {
  position: absolute;
  top: 0;
  width: 5px;
  height: 10px;
  opacity: 0;
  transform-origin: top center;
  will-change: transform;
  animation: explosion 0.7s linear 3s infinite;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(1) {
  transform: rotate(0deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(2) {
  transform: rotate(90deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(3) {
  transform: rotate(180deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(4) {
  transform: rotate(-90deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(5) {
  transform: rotate(45deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(6) {
  transform: rotate(-45deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(7) {
  transform: rotate(135deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion:nth-child(8) {
  transform: rotate(225deg);
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion .spark {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  will-change: transform;
  animation: explosion2 0.7s ease-in-out 3s infinite;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion .spark.red {
  background-color: #e91e63;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion .spark.blue {
  background-color: skyblue;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion .spark.green {
  background-color: limegreen;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion .spark.yellow {
  background-color: yellow;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box-ev .fireworks .firework .explosion .spark.purple {
  background-color: purple;
}
@keyframes fireworkstart {
  0% {
    height: 0px;
    transform: translateY(1000px);
  }
  50% {
    height: 50px;
  }
  75% {
    height: 30px;
  }
  100% {
    height: 0;
    transform: translateY(0);
  }
}
@keyframes explosion {
  0% {
    height: 0px;
    opacity: 0;
  }
  50% {
    height: 25px;
    opacity: 1;
  }
  100% {
    height: 0px;
    opacity: 0;
  }
}
@keyframes explosion2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(70px);
  }
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box {
  width: 250px;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul {
  z-index: 10;
  padding: 16px;
  width: 250px;
  height: 140px;
  position: absolute;
  top: 0;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul img {
  width: 100%;
  height: 100%;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul li {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul li.title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul li.title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 5px;
  margin-right: 10px;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul li.first-child {
  float: left;
  word-break: break-all;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul .plus {
  position: absolute;
  top: 3px;
  right: 15px;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box ul .plus a {
  color: #ffffff;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .thum-box .bg {
  width: 250px;
  height: 140px;
  background: #000;
  opacity: 0.5;
}
.main-wrap .main-visual-right-wrap .main-visual-right ul .movie {
  background: url("../img/phone/main/movie.png") no-repeat;
  width: 250px;
  height: 140px;
  position: relative;
  z-index: 2;
  opacity: 0.9;
}
.main-wrap .main-visual-navi-wrap {
  width: 1200px;
  margin: 0 auto;
}
.main-wrap .main-visual-navi-wrap .main-visual-navi {
  position: absolute;
  top: 680px;
  z-index: 9;
}
.main-wrap .main-visual-navi-wrap .main-visual-navi li {
  display: inline-block;
  margin-right: 10px;
}
.main-wrap .main-visual-navi-wrap .main-visual-navi li a {
  color: #fff;
}
.main-wrap .main-visual-navi-wrap .main-visual-navi li a.carrot-active {
  color: yellow;
}

.main-visual-bottom-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  color: #fff;
  z-index: 8;
}
.main-visual-bottom-wrap .main-visual-bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.main-visual-bottom-wrap .main-visual-bottom .lv-test {
  position: relative;
  z-index: 9;
  color: #fff;
  width: 100%;
  text-align: center;
}
.main-visual-bottom-wrap .main-visual-bottom .lv-test ul li {
  display: inline-block;
  width: 33%;
  font-size: 16px;
}
.main-visual-bottom-wrap .main-visual-bottom .lv-test ul li div span {
  width: 45px;
  border: 1px solid #535353;
  background: #272727;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  padding: 0px 10px 0px 10px;
  margin: 0 3px;
  line-height: 85px;
}
.main-visual-bottom-wrap .main-visual-bottom .lv-test ul li div span.none {
  width: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0 3px;
}
.main-visual-bottom-wrap .bg {
  width: 100%;
  height: 155px;
  position: absolute;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 1;
}

.main-visual-con {
  padding-top: 760px;
}
.main-visual-con .comment-wrap {
  width: 100%;
  padding: 20px 0;
  background: #f5f5f5;
}
.main-visual-con .comment-wrap .comment-t {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main-visual-con .comment-wrap .comment-t span {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  letter-spacing: -1px;
}
.main-visual-con .teacher-info-wrap {
  width: 100%;
  padding: 65px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 54px;
  margin: 0 auto;
  background-color: #fffaf6;
}
.main-visual-con .teacher-info-wrap .title {
  font-size: 55px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 50px;
}
.main-visual-con .teacher-info-wrap .title span {
  font-weight: 500;
  font-size: 45px;
}
.main-visual-con .teacher-info-wrap .title .span_01 {
  font-weight: bold;
  color: #ff527b;
  background-image: url(../img/phone/main/bg_point.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: top center;
  font-size: 55px;
}
.main-visual-con .teacher-info-wrap .subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
}
.main-visual-con .teacher-info-wrap .teacher_img {
  height: 602px;
  width: 100%;
  background-image: url(../img/phone/main/bg_map.png);
  background-repeat: no-repeat;
  background-position: center;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_box {
  width: 100%;
  max-width: 1200px;
  height: 602px;
  margin: 0 auto;
  position: relative;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_01 {
  position: absolute;
  top: 81px;
  left: 50%;
  --animate-duration: 2s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_02 {
  position: absolute;
  top: 30px;
  left: 9%;
  --animate-duration: 1.5s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_03 {
  position: absolute;
  bottom: 0px;
  right: 2%;
  --animate-duration: 1s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_04 {
  position: absolute;
  top: 229px;
  left: 31%;
  z-index: 2;
  --animate-duration: 1.5s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_05 {
  position: absolute;
  top: 48px;
  right: 0;
  --animate-duration: 3.5s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_06 {
  position: absolute;
  top: 151px;
  right: 11%;
  --animate-duration: 4s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_07 {
  position: absolute;
  top: 293px;
  left: 0;
  --animate-duration: 3s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_08 {
  position: absolute;
  bottom: 48px;
  left: 21%;
  z-index: 1;
  --animate-duration: 2.5s;
}
.main-visual-con .teacher-info-wrap .teacher_img .img_09 {
  position: absolute;
  bottom: 54px;
  right: 29%;
  --animate-duration: 2s;
}
.main-visual-con .teacher-info-wrap .teacher_img [data-effect^=animate__fadeInDown] {
  opacity: 0;
}
.main-visual-con .teacher-info-wrap .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 60px;
}
.main-visual-con .teacher-info-wrap .btn {
  margin-top: 60px;
  margin: 0 auto;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38%;
}
.main-visual-con .teacher-info-wrap .btn li {
  float: left;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
.main-visual-con .teacher-info-wrap .btn li.teacher-btn {
  width: 100%;
  border: 1px solid #ff9950;
}
.main-visual-con .teacher-info-wrap .btn li.teacher-btn a {
  color: #ff9950;
  font-size: 20px;
}
.main-visual-con .teacher-info-wrap .btn li.lv-btn {
  width: 100%;
  margin-left: 2%;
  border: 1px solid #fe5003;
}
.main-visual-con .teacher-info-wrap .btn li.lv-btn a {
  color: #fe5003;
  font-size: 20px;
}
.main-visual-con .teacher-carrot-wrap {
  padding-bottom: 80px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap {
  padding-bottom: 90px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .subtitle {
  font-weight: 300;
  font-size: 25px;
  margin-top: 80px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .title {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .title span {
  color: #fe5003;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .slide_dot_box {
  margin: 12px 0;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .slide_dot_box img {
  margin-right: 15px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .slide_dot_box img:last-child {
  margin: 0;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box {
  width: 442px;
  margin: 0;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box ul {
  display: flex;
  width: 442px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box .play {
  display: none;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box li {
  margin-right: 25px !important;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 10px;
  width: 206px !important;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box li img {
  border-radius: 10px;
  width: 206px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box li:last-child {
  margin: 0;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box li.on .play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  width: 206px;
  height: 100%;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 7.5;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right {
  position: relative;
  margin-top: 72px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right img {
  position: absolute;
  margin-top: 14px;
  right: 0px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right img.sound_icon {
  top: 150px;
  right: 23px;
}
.main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right iframe {
  width: 505px;
  height: 286px;
  position: absolute;
  top: 29px;
  right: 95px;
  z-index: 10;
  border-radius: 29px;
  border: 2px solid #333;
}
.main-visual-con .mechanism {
  padding-bottom: 80px;
}
.main-visual-con .mechanism .teacher-carrot-wrap_box {
  width: 1200px;
  margin: 0 auto;
}
.main-visual-con .mechanism .subtitle {
  font-weight: 300;
  font-size: 25px;
}
.main-visual-con .mechanism .title {
  font-size: 45px;
  margin-bottom: 20px;
}
.main-visual-con .mechanism .title h3 {
  display: inline-block;
}
.main-visual-con .mechanism .title span {
  color: #fe5003;
}
.main-visual-con .mechanism .title .slide_btn {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 4px;
  vertical-align: text-bottom;
}
.main-visual-con .mechanism .title .slide_btn button {
  background: none;
  border: none;
}
.main-visual-con .mechanism .title .slide_btn button:first-child {
  margin-right: 8px;
}
.main-visual-con .mechanism .slide_container {
  position: relative;
  overflow: hidden;
}
.main-visual-con .mechanism .swiper-container .swiper-wrapper {
  padding-top: 17px;
}
.main-visual-con .mechanism .swiper-slide img {
  width: 90%;
}
.main-visual-con .mechanism .slide {
  display: flex;
  overflow: visible;
  margin: 0 auto;
  width: 1200px;
}
.main-visual-con .mechanism .slide li {
  width: 500px;
  padding: 56px 18px;
  background-color: #fff;
  text-align: center;
  padding-top: 5px;
}
.main-visual-con .mechanism .slide li .slide_li {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.main-visual-con .mechanism .slide li:first-child {
  margin-left: 0px;
}
.main-visual-con .mechanism .slide li .txt_box {
  text-align: left;
  border-top: 1px solid #b7b7b7;
  margin: 15px 35px 0px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.main-visual-con .mechanism .slide li .txt_box h3 {
  font-size: 28px;
  color: #232323;
  margin-bottom: 10px;
}
.main-visual-con .mechanism .slide li .txt_box h3 span {
  font-size: 38px;
  color: #fe5003;
}
.main-visual-con .mechanism .slide li .txt_box p {
  font-size: 18px;
  color: #232323;
  letter-spacing: -0.8px;
}
.main-visual-con .mechanism .slide_line {
  height: 2px;
  width: calc(100vw - (100vw - 1200px) / 2) !important;
  background-color: #b7b7b7;
  min-width: 1200px;
  margin-left: auto;
  position: relative !important;
  left: 0 !important;
  bottom: 0;
}
.main-visual-con .mechanism .slide_line .slide_line_black {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  height: 4px;
  width: 50%;
}
.main-visual-con .mechanism .swiper-scrollbar {
  height: 2px !important;
  bottom: 0;
  left: 0 !important;
  background: #cccccc;
  width: 1200px;
  min-width: 1160px;
  margin: 0 auto;
  position: relative !important;
}
.main-visual-con .mechanism .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background-color: #1c1c1c;
  z-index: 1;
}
.main-visual-con .mechanism .swiper-scrollbar:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  background: #ffffff;
}
.main-visual-con .teacher-feedback-wrap {
  background: #f4f4f4;
  padding: 80px 0;
  height: 570px;
  overflow: hidden;
  width: 100%;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left {
  float: left;
  width: 23%;
  padding: 0;
  background: transparent;
  border: 0;
  margin-left: 0;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li span {
  color: #fe5003;
  font-weight: 700;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li:last-child {
  width: 166px;
  overflow: hidden;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li:last-child button {
  border: none;
  background: none;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li:last-child button img {
  width: 9px;
  height: 18px;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li:last-child .prev {
  margin-right: 8px;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right {
  float: right;
  width: 75%;
  font-size: 0;
  white-space: nowrap;
  height: 440px;
  overflow: hidden;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-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/phone/main/teacher_slide_bg.png) no-repeat 55px 62px;
  white-space: normal;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .teacher_info {
  position: relative;
  height: 45px;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .teacher_info .thumb {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 14px;
  overflow: hidden;
  border-radius: 100%;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .teacher_info .thumb img {
  width: 100%;
  height: 100%;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .teacher_info .title {
  float: left;
  width: 64%;
  letter-spacing: 0;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-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;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .teacher_info .title .date {
  position: relative;
  top: 350px;
  left: 103px;
  display: block;
  font-size: 14px;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-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;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .comment span {
  display: block;
  line-height: 20px;
  font-size: 15px;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .comment span.orange {
  color: #ff6000;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .comment p {
  line-height: 20px;
  font-size: 15px;
  word-break: keep-all;
}
.main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right .teacher_slide li .comment .c_title {
  margin-top: 20px;
}
.main-visual-con .four-step-wrap {
  padding: 80px 0;
}
.main-visual-con .four-step-wrap .comment {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main-visual-con .four-step-wrap .comment span {
  display: inline-block;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: bold;
}
.main-visual-con .four-step-wrap .comment p {
  font-size: 25px;
  font-weight: 300;
  padding-top: 20px;
}
.main-visual-con .four-step-wrap .video-wrapper {
  margin: 50px auto;
}
.main-visual-con .four-step-wrap .video-wrapper video {
  display: flex;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-visual-con .four-step-wrap .apply-btn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main-visual-con .four-step-wrap .apply-btn li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fe5003;
  padding: 15px 0;
}
.main-visual-con .four-step-wrap .apply-btn li a {
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.main-visual-con .mypage-wrap .comment {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main-visual-con .mypage-wrap .comment span {
  display: inline-block;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap .comment p {
  font-size: 25px;
  font-weight: 300;
  padding: 20px 0;
}
.main-visual-con .mypage-wrap .mypage-all-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left {
  float: left;
  width: 430px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul {
  margin-top: 70px;
  position: relative;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .box {
  height: 215px;
  width: 100%;
  background: #fff;
  box-shadow: -2px -1px 9px #ccc;
  position: relative;
  padding: 38px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .box p {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .box p.strong {
  font-weight: bold;
  padding-bottom: 10px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .icon1 {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .icon3 {
  position: absolute;
  bottom: 25px;
  right: 55px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .point1 {
  position: relative;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .point1 span {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .point1 img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .point3 {
  position: relative;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .point3 span {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .point3 img {
  position: absolute;
  top: -215px;
  right: 0;
  z-index: 3;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right {
  float: right;
  width: 430px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li {
  position: relative;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul {
  margin-top: 70px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .box {
  width: 100%;
  height: 215px;
  background: #fff;
  box-shadow: 4px -1px 9px #ccc;
  padding: 38px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .box p {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .box p.strong {
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .icon2 {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .icon4 {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .point2 {
  position: relative;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .point2 span {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .point2 img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .point4 {
  position: relative;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .point4 span {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .point4 img {
  position: absolute;
  top: -215px;
  left: 0;
  z-index: 3;
}
.main-visual-con .mypage-wrap .apply-btn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: table;
  padding-top: 100px;
}
.main-visual-con .mypage-wrap .apply-btn li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fe5003;
  padding: 15px 0;
}
.main-visual-con .mypage-wrap .apply-btn li a {
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}
.main-visual-con .mypage-wrap .bg {
  width: 492px;
  margin: 0 auto;
  margin-top: 60px;
}
.main-visual-con .mypage-wrap .bg ul {
  width: 492px;
  height: 490px;
  background: url(../img/phone/main/bg.png) no-repeat center;
}
.main-visual-con .mypage-wrap .bg ul li {
  text-align: center;
  width: 80%;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
  transform: translate(0%, 156%);
}
.main-visual-con .lecture-wrap {
  width: 100%;
  padding: 80px 0;
  display: block;
  background: #f4f4f4;
}
.main-visual-con .lecture-wrap .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main-visual-con .lecture-wrap .wrap .comment {
  text-align: left;
}
.main-visual-con .lecture-wrap .wrap .comment span {
  display: inline-block;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: bold;
}
.main-visual-con .lecture-wrap .wrap .comment p {
  font-size: 25px;
  font-weight: 300;
  padding: 20px 0;
}
.main-visual-con .lecture-wrap .wrap .lecture {
  width: 100%;
  margin-top: 50px;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left {
  width: 45%;
  float: left;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-weight: 300;
  line-height: 150px;
  font-size: 18px;
  cursor: pointer;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li .lv-txt {
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li strong {
  font-weight: bold;
  color: #fff;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li a {
  color: #fff;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg01 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg01_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg01:hover {
  background: url(../img/phone/main/lec_bg01_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg01.carrot-active {
  background: url(../img/phone/main/lec_bg01_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg02 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg02_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg02:hover {
  background: url(../img/phone/main/lec_bg02_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg02.carrot-active {
  background: url(../img/phone/main/lec_bg02_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg03 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg03_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg03:hover {
  background: url(../img/phone/main/lec_bg03_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg03.carrot-active {
  background: url(../img/phone/main/lec_bg03_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg04 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg04_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg04:hover {
  background: url(../img/phone/main/lec_bg04_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg04.carrot-active {
  background: url(../img/phone/main/lec_bg04_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg05 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg05_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg05:hover {
  background: url(../img/phone/main/lec_bg05_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg05.carrot-active {
  background: url(../img/phone/main/lec_bg05_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg06 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg06_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg06:hover {
  background: url(../img/phone/main/lec_bg06_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg06.carrot-active {
  background: url(../img/phone/main/lec_bg06_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg07 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg07_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg07:hover {
  background: url(../img/phone/main/lec_bg07_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg07.carrot-active {
  background: url(../img/phone/main/lec_bg07_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg08 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg08_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg08:hover {
  background: url(../img/phone/main/lec_bg08_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg08.carrot-active {
  background: url(../img/phone/main/lec_bg08_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg09 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg09_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg09:hover {
  background: url(../img/phone/main/lec_bg09_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg09.carrot-active {
  background: url(../img/phone/main/lec_bg09_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg10 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg10_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg10:hover {
  background: url(../img/phone/main/lec_bg10_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg10.carrot-active {
  background: url(../img/phone/main/lec_bg10_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg11 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg11_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg11:hover {
  background: url(../img/phone/main/lec_bg11_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg11.carrot-active {
  background: url(../img/phone/main/lec_bg11_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg12 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg12_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg12:hover {
  background: url(../img/phone/main/lec_bg12_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg12.carrot-active {
  background: url(../img/phone/main/lec_bg12_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg13 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg13_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg13:hover {
  background: url(../img/phone/main/lec_bg13_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg13.carrot-active {
  background: url(../img/phone/main/lec_bg13_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg14 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg14_off.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg14:hover {
  background: url(../img/phone/main/lec_bg14_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li.bg14.carrot-active {
  background: url(../img/phone/main/lec_bg14_on.png) no-repeat center center;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right {
  width: 50%;
  float: right;
  padding-top: 10px;
  position: relative;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right .relative {
  position: relative;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right .relative .swiper-slide {
  padding: 30px;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.left-btn {
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 600px;
  line-height: 600px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 30px;
  text-align: left;
  outline: none;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.right-btn {
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 600px;
  line-height: 600px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 30px;
  text-align: right;
  outline: none;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap {
  padding: 40px;
  width: 500px;
  height: 600px;
  margin: 0 auto;
  background: #fff;
  box-shadow: -3px 2px 23px 3px #ddd;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap .lv span {
  background: #ff5b70;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap .course {
  padding: 25px 0 40px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap .course strong {
  font-weight: bold;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap .title {
  font-weight: bold;
  font-size: 18px;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap .txt {
  font-weight: 300;
  font-size: 18px;
  height: 270px;
  width: 70%;
  margin-top: 10px;
}
.main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right li.con-wrap .more {
  text-decoration: underline;
  cursor: pointer;
}
.main-visual-con .lecture-wrap .wrap .lecture .book {
  float: right;
  margin: -220px 5px 0 0px;
}
.main-visual-con .lecture-wrap .wrap .lecture .book img {
  width: 150px;
}
.main-visual-con .lecture-wrap .wrap .apply-btn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}
.main-visual-con .lecture-wrap .wrap .apply-btn li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fe5003;
  padding: 15px 0;
}
.main-visual-con .lecture-wrap .wrap .apply-btn li a {
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}

.mystyle-wrap {
  background-color: #f4f4f4;
  background: url(../img/phone/main/mystyle-bg.png) no-repeat bottom center;
  margin: 0 auto;
  padding: 80px 0;
  display: block;
  overflow: hidden;
}
.mystyle-wrap .comment {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.mystyle-wrap .comment span {
  display: inline-block;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: bold;
}
.mystyle-wrap .comment p {
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 10px;
}
.mystyle-wrap .mystyle-contents {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mystyle-wrap .mystyle-contents .mystyle {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin-top: 80px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  vertical-align: top;
  text-align: center;
}
.mystyle-wrap .mystyle-contents .mystyle .title {
  font-size: 25px;
}
.mystyle-wrap .mystyle-contents .mystyle .title span {
  color: #ff3f6c;
}
.mystyle-wrap .mystyle-contents .mystyle .sub {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 18px;
}
.mystyle-wrap .mystyle-contents .mystyle:nth-child(2) {
  margin-left: 68px;
}
.mystyle-wrap .mystyle-contents .mystyle-up {
  position: absolute;
  right: -120px;
  bottom: -80px;
}
.mystyle-wrap .mystyle-contents .mystyle-m {
  display: none;
}

.foreign-wrap {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.foreign-wrap .comment {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.foreign-wrap .comment span {
  display: inline-block;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: bold;
}
.foreign-wrap .comment p {
  font-size: 25px;
  font-weight: 300;
}
.foreign-wrap .comment p.sub {
  padding: 20px 0;
  color: #a1a1a1;
}
.foreign-wrap .foreign-contents {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.foreign-wrap .foreign-contents .contents-1 {
  width: 730px;
  float: left;
}
.foreign-wrap .foreign-contents .contents-2 {
  width: 470px;
  float: right;
  margin-top: 110px;
}
.foreign-wrap .foreign-contents .contents-2 .country {
  width: 100%;
}
.foreign-wrap .foreign-contents .contents-2 .country li {
  float: left;
  font-size: 18px;
  width: 30%;
  text-align: left;
  padding-bottom: 20px;
}
.foreign-wrap .foreign-contents .contents-2 .images {
  margin: 10px 0 0 -105px;
}
.foreign-wrap .apply-btn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.foreign-wrap .apply-btn li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fe5003;
  padding: 15px 0;
}
.foreign-wrap .apply-btn li a {
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}

.review-wrap {
  background: #f4f4f4;
  margin: 0 auto;
  padding: 80px 0;
  display: block;
}
.review-wrap .comment {
  text-align: center;
}
.review-wrap .comment span {
  display: inline-block;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: bold;
}
.review-wrap .comment p {
  font-size: 25px;
  font-weight: 300;
  padding: 20px 0;
}
.review-wrap .review-best {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.review-wrap .review-best .review-image {
  width: 30%;
  float: left;
}
.review-wrap .review-best .review-txt {
  width: 70%;
  float: right;
  margin-top: 20px;
  background: url(../img/phone/main/bg_review.png) no-repeat center center;
  background-size: contain;
  height: 200px;
  padding: 30px 0;
}
.review-wrap .review-best .review-txt p {
  padding: 10px 0 0 80px;
  font-size: 18px;
  line-height: 34px;
  word-break: keep-all;
  width: 90%;
  float: left;
  margin: 0 auto;
}
.review-wrap .review-best .review-txt a {
  position: relative;
  display: inline-block;
  margin: 34px 40px 0 0px;
  font-size: 16px;
  text-align: right;
  font-size: 16px;
}
.review-wrap .review-best .review-txt strong {
  padding: 20px 0 0 80px;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
}
.review-wrap .review-best .writer-info {
  width: 100%;
  padding: 28px 0 0 0;
}
.review-wrap .review-best .writer-info .name {
  font-size: 18px;
  color: #6c6c6c;
  display: inline-block;
}
.review-wrap .review-best .writer-info .name img {
  width: 30px;
}
.review-wrap .reveiw-best::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.review-wrap .review-list {
  width: 1200px;
  margin: 0px auto 0px auto;
  text-align: left;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.review-wrap .review-list .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 40px 0 0px 0;
  padding: 20px 0;
  padding-left: 12px;
}
.review-wrap .review-list .slick-list li {
  width: 375px;
  background: #fff;
  padding: 36px 30px;
  white-space: normal;
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 25px;
  box-shadow: -2px 1px 15px 2px rgba(0, 0, 0, 0.1);
}
.review-wrap .review-list .slick-list li .review-txt {
  height: 320px;
  padding: 20px 0 30px 0;
  font-size: 18px;
  line-height: 26px;
  color: #6c6c6c;
  word-break: keep-all;
}
.review-wrap .review-list .slick-list li .review-title {
  display: block;
  height: 80px;
  font-size: 21px;
  line-height: 26px;
  text-overflow: ellipsis;
  font-weight: bold;
}
.review-wrap .review-list .slick-list li .writer-info {
  overflow: hidden;
  padding: 28px 0 0 0;
}
.review-wrap .review-list .slick-list li .writer-info .name {
  float: left;
  font-size: 18px;
}
.review-wrap .review-list .slick-list li .writer-info .name img {
  width: 30px;
}
.review-wrap .review-list .apply-btn {
  width: 1200px;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
}
.review-wrap .review-list .apply-btn li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fe5003;
  padding: 15px 0;
}
.review-wrap .review-list .apply-btn li a {
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}

/*수강신청*/
.register-bn-float {
  position: fixed;
  bottom: 94px;
  right: 20px;
  z-index: 8;
}

.register-bn-ev {
  position: fixed;
  bottom: 105px;
  right: 15px;
  z-index: 8;
}

.register-bn-ev1 {
  position: fixed;
  bottom: 180px;
  right: 15px;
  z-index: 8;
}

.register-bn-ev-2 {
  position: fixed;
  bottom: 215px;
  right: 15px;
  z-index: 8;
}

.register-bn-jr {
  position: fixed;
  bottom: 240px;
  right: 16px;
  z-index: 8;
}

.register-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 40px 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/phone/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/phone/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: #ff416d;
  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 .info {
  float: left;
  width: 60%;
}
.register-wrap .con .info div.info01 {
  margin-bottom: 50px;
}
.register-wrap .con .info div.info01 h3 span {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  letter-spacing: -0.5px;
}
.register-wrap .con .info div.info01 ul li {
  width: 50%;
}
.register-wrap .con .info div.info01 .jr-pack h3 .event {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.register-wrap .con .info div.info01 .jr-pack h3 .event span {
  animation: blink 1.5s ease-in-out infinite alternate;
  background: #ffd900;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.register-wrap .con .info div.info01 .jr-pack h3 span {
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}
.register-wrap .con .info div.info01-2 {
  margin-bottom: 50px;
}
.register-wrap .con .info div.info01-2 ul.rang li {
  margin-bottom: 5px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .en {
  padding-left: 30px;
  background: url(../img/phone/en_usa_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .cn {
  padding-left: 30px;
  background: url(../img/phone/cn_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .jr {
  padding-left: 30px;
  background: url(../img/phone/jr_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .es {
  padding-left: 30px;
  background: url(../img/phone/es_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .de {
  padding-left: 30px;
  background: url(../img/phone/de_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .fr {
  padding-left: 30px;
  background: url(../img/phone/fr_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .vn {
  padding-left: 30px;
  background: url(../img/phone/vn_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .ar {
  padding-left: 30px;
  background: url(../img/phone/ar_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .id {
  padding-left: 30px;
  background: url(../img/phone/id_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .th {
  padding-left: 30px;
  background: url(../img/phone/th_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .ru {
  padding-left: 30px;
  background: url(../img/phone/ru_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .pt {
  padding-left: 30px;
  background: url(../img/phone/pt_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .mn {
  padding-left: 30px;
  background: url(../img/phone/mn_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .it {
  padding-left: 30px;
  background: url(../img/phone/it_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a .kr {
  padding-left: 30px;
  background: url(../img/phone/kr_off.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .en {
  padding-left: 30px;
  background: url(../img/phone/en_usa.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .cn {
  padding-left: 30px;
  background: url(../img/phone/cn.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .jr {
  padding-left: 30px;
  background: url(../img/phone/jr.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .es {
  padding-left: 30px;
  background: url(../img/phone/es.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .de {
  padding-left: 30px;
  background: url(../img/phone/de.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .fr {
  padding-left: 30px;
  background: url(../img/phone/fr.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .vn {
  padding-left: 30px;
  background: url(../img/phone/vn.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .id {
  padding-left: 30px;
  background: url(../img/phone/id.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .ar {
  padding-left: 30px;
  background: url(../img/phone/ar.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .th {
  padding-left: 30px;
  background: url(../img/phone/th.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .ru {
  padding-left: 30px;
  background: url(../img/phone/ru.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .pt {
  padding-left: 30px;
  background: url(../img/phone/pt.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .mn {
  padding-left: 30px;
  background: url(../img/phone/mn.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .it {
  padding-left: 30px;
  background: url(../img/phone/it.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul.rang li a.on .kr {
  padding-left: 30px;
  background: url(../img/phone/kr.png) no-repeat;
  background-size: 20px;
}
.register-wrap .con .info div.info01-2 ul li {
  width: 32%;
  margin-right: 10px;
}
.register-wrap .con .info div.info01-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.register-wrap .con .info div.info02 {
  margin-bottom: 50px;
}
.register-wrap .con .info div.info02 p {
  color: #ff416d;
  font-weight: bold;
}
.register-wrap .con .info div.info02 ul li {
  width: 31%;
  margin-right: 10px;
}
.register-wrap .con .info div.info02 .book-select {
  width: 40%;
}
.register-wrap .con .info div.info02 .book-select select {
  width: 100%;
  font-size: 18px;
  height: 40px;
}
.register-wrap .con .info div.info03 {
  margin-bottom: 50px;
}
.register-wrap .con .info div.info03 .calendar {
  float: left;
  width: 50%;
}
.register-wrap .con .info div.info03 .time {
  float: left;
  width: 50%;
  text-align: left;
}
.register-wrap .con .info div.info03 .time select {
  font-size: 15px;
  width: 150px;
}
.register-wrap .con .info div.info04 {
  margin-bottom: 50px;
}
.register-wrap .con .info div.info04 h3 span {
  font-size: 16px;
  color: #000;
}
.register-wrap .con .info div.info04 ul li:first-child {
  float: left;
  width: 28%;
}
.register-wrap .con .info div.info04 ul li:last-child {
  float: right;
  width: 70%;
}
.register-wrap .con .info div.info04 ul li:last-child.book a {
  font-size: 15px;
  padding: 14px 20px;
  display: inline-block;
  width: 100%;
  color: #666666;
  border: 1px solid #e6e6e6;
  margin: 0 0 5px 0;
  background: #fff;
  text-align: center;
}
.register-wrap .con .info div.info04 ul li:last-child.book a button {
  background: #fff;
  border: 1px solid #ccc;
  float: right;
  font-size: 13px;
  padding: 3px 10px;
}
.register-wrap .con .info div.info04 ul li:last-child.book a img {
  width: 100%;
  margin-bottom: 10px;
}
.register-wrap .con .info div.info04 ul li:last-child.book a span {
  font-weight: normal;
  font-size: 13px;
}
.register-wrap .con .info div.info04 ul li:last-child.book a.on {
  color: #ff416d;
  font-weight: bold;
  font-size: 15px;
  border: 0px solid #ff416d;
  background: url(../img/phone/register_select2.png) no-repeat 23px 20px;
  background-size: 13px auto;
  background-color: #f7ccd6;
}
.register-wrap .con .info div.info04 ul li:last-child.book a.on span {
  color: #000;
}
.register-wrap .con .info div.info05 {
  margin-bottom: 50px;
}
.register-wrap .con .info div.info05 span {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  letter-spacing: -0.5px;
}
.register-wrap .con .info div.info05 select {
  height: 30px;
  font-size: 13px;
  min-width: 300px;
}
.register-wrap .con .info ul {
  width: 100%;
}
.register-wrap .con .info ul li {
  float: left;
}
.register-wrap .con .info ul li.arrow a {
  font-size: 15px;
  padding: 14px 20px;
  display: inline-block;
  width: 100%;
  color: #666666;
  border: 1px solid #e6e6e6;
  margin: 0 0 5px 0;
  background: #fff;
}
.register-wrap .con .info ul li.arrow a.on {
  color: #212121;
  font-weight: bold;
  font-size: 15px;
  border: 0px solid #ff416d;
  background: url(../img/phone/register_select2.png) no-repeat 23px 18px;
  background-size: 13px auto;
  background-color: #f7ccd6;
}
.register-wrap .con .info ul li a {
  display: block;
  padding: 17px 20px;
  background: #f1f1f1;
  text-align: center;
  margin: 0 0 1px 0;
  color: #7b7b7b;
  font-size: 15px;
}
.register-wrap .con .info ul li a.on {
  color: #ff5a80;
  background-color: #101b1e;
  font-weight: bold;
}
.register-wrap .con .info .voucher div {
  border-bottom: 1px solid #efefef;
  margin: 0 0 10px 0;
  padding: 6px 0;
}
.register-wrap .con .info .voucher img {
  width: 36px;
}
.register-wrap .con .info .voucher h3 {
  display: inline-block;
  padding-bottom: 0;
  border: 0;
}
.register-wrap .con .info .voucher a {
  background-color: #ff7d1d;
  color: #fff;
  padding: 17px 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.register-wrap .con .info .voucher .company_grant {
  padding: 17px 44px;
}
.register-wrap .con .info .voucher .inquiry-wrapper {
  display: flex;
  gap: 12px;
}
.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: #ff416d;
  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;
}
.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;
  padding: 10px 0;
}
.register-wrap .con .pay-view .pay-view-title table tr th span {
  color: #4169e1;
}
.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: #ff416d;
}
.register-wrap .con .pay-view .pay-view-info p {
  line-height: 2;
  padding-bottom: 20px;
}
.register-wrap .con .pay-view .pay-view-info .main_button a {
  margin: 10px auto 0;
  text-align: center;
  padding: 15px 0;
  display: block;
  border: 1px solid #fe5003;
  width: 300px;
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}
.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;
}
.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: 70px;
}
.register-wrap .con .pay-view .pay-view-info .btn-pay-n {
  background: url(../img/phone/npay_logo.png) no-repeat center center;
  background-color: #00c73c;
  width: 250px;
  padding: 30px 0;
  border: none;
  margin-bottom: 10px;
  background-size: 50%;
  margin-bottom: 70px;
}
.register-wrap .con .pay-view .pay-view-info .btn-pay-k {
  background: url(../img/phone/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;
  margin-bottom: 70px;
}

.m-list_b2b {
  display: none;
}

.b2b_program_navi {
  border-bottom: 1px solid #f1f1f1;
}
.b2b_program_navi .navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 13px;
}
.b2b_program_navi .navi ul {
  display: flex;
}
.b2b_program_navi .navi ul li {
  text-align: center;
}
.b2b_program_navi .navi ul li a {
  padding: 0 30px;
  font-size: 17px;
  color: #111111;
}
.b2b_program_navi .navi ul li a.on {
  color: #fb6930;
  font-weight: 500;
}
.b2b_program_navi .navi ul li a:nth-child(1) {
  padding-left: 13px;
}

.b2b_menu ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 8px;
}
.b2b_menu ul li {
  margin-right: 35px;
}
.b2b_menu ul li a {
  display: block;
  padding: 22px 5px;
}
.b2b_menu ul li a.on {
  border-bottom: 2px solid #fb6930;
  color: #111111;
  font-weight: 500;
}

.b2b_map_program_top {
  background: url(../img/phone/b2b/b2b_map_bg.png) no-repeat center 0;
}
.b2b_map_program_top .table {
  display: none;
}
.b2b_map_program_top p {
  display: none;
}
.b2b_map_program_top .top {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0 27px;
}
.b2b_map_program_top h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 35px;
}

.curriculum_map_con {
  text-align: center;
}
.curriculum_map_con h2 {
  font-size: 28px;
  color: #111;
  font-weight: bold;
  margin: 67px 0 38px;
}
.curriculum_map_con .map_menu {
  margin-bottom: 23px;
}
.curriculum_map_con .map_menu ul {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1.5px solid #111111;
  border-bottom: 1.5px solid #111111;
  padding: 15px 0;
  overflow: hidden;
}
.curriculum_map_con .map_menu ul li {
  font-size: 17px;
  font-weight: 500;
  color: #111;
  float: left;
}
.curriculum_map_con .map_menu ul li.li_01 {
  color: #6b6b6b;
  font-weight: 400;
  padding: 0 45px;
}
.curriculum_map_con .map_menu ul li.li_02 {
  padding: 0 45px;
}
.curriculum_map_con .map_menu ul li.li_03 {
  padding: 0 70px;
}
.curriculum_map_con .map_menu ul li.li_04 {
  padding: 0 95px;
}
.curriculum_map_con .map_menu ul li.li_05 {
  padding: 0 65px;
}
.curriculum_map_con .map {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.curriculum_map_con .map .navi {
  background-color: #f7f7f9;
  border-radius: 21px;
  padding: 12px;
}
.curriculum_map_con .map .navi ul {
  padding: 0 11px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.curriculum_map_con .map .navi ul li a {
  color: #111;
  font-size: 17px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.curriculum_map_con .map .navi ul li a.li_01 {
  padding: 218px 0;
}
.curriculum_map_con .map .navi ul li a.li_02 {
  padding: 278px 0;
}
.curriculum_map_con .map .navi ul li a.li_03 {
  padding: 78px 0;
}
.curriculum_map_con .map .navi ul li a.li_04 {
  padding: 88px 0;
}
.curriculum_map_con .map .navi ul li a.li_05 {
  padding: 52px 0;
}
.curriculum_map_con .map .navi ul li a.li_06 {
  padding: 137px 0;
  border-bottom: none;
}
.curriculum_map_con .map.map_cn .navi ul li a.li_01 {
  padding: 172px 0;
}
.curriculum_map_con .map.map_cn .navi ul li a.li_02 {
  padding: 122px 0;
}
.curriculum_map_con .map.map_cn .navi ul li a.li_03 {
  padding: 51px 0;
}
.curriculum_map_con .map.map_cn .navi ul li a.li_04 {
  padding: 51px 0;
}
.curriculum_map_con .map.map_cn .navi ul li a.li_05 {
  padding: 51px 0;
  border-bottom: none;
}
.curriculum_map_con .map.map_jp .navi ul li a.li_01 {
  padding: 233px 0;
}
.curriculum_map_con .map.map_jp .navi ul li a.li_02 {
  padding: 171px 0;
}
.curriculum_map_con .map.map_jp .navi ul li a.li_03 {
  padding: 50px 0;
}
.curriculum_map_con .map.map_jp .navi ul li a.li_04 {
  padding: 76px 0;
  border-bottom: none;
}

.m_curriculum_map_con {
  display: none;
}

.b2b_footer {
  background-color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #9b9b9b;
  padding: 25px 0;
  margin-top: 103px;
}

.b2b_program_top {
  background: url(../img/phone/b2b/b2b_bg_01.png) no-repeat center 0;
  background-size: cover;
  padding: 92px 0 97px;
  margin-bottom: 44px;
}
.b2b_program_top.b2b_program_top_second {
  padding: 86px 0 91px;
  background: url(../img/phone/b2b/b2b_bg_09.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_business {
  background: url(../img/phone/b2b/b2b_bg_02.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_discussion {
  background: url(../img/phone/b2b/b2b_bg_03.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_exam {
  background: url(../img/phone/b2b/b2b_bg_04.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_news {
  background: url(../img/phone/b2b/b2b_bg_05.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_global {
  background: url(../img/phone/b2b/b2b_bg_06.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_theme_cn {
  background: url(../img/phone/b2b/b2b_bg_07.png) no-repeat center 0;
}
.b2b_program_top.b2b_program_top_theme_jp {
  background: url(../img/phone/b2b/b2b_bg_08.png) no-repeat center 0;
}
.b2b_program_top .top {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.b2b_program_top h2 {
  font-size: 50px;
  font-weight: bold;
}
.b2b_program_top .line {
  text-indent: -9999px;
  width: 72px;
  height: 2px;
  background-color: #fb6930;
  margin: 8px auto 23px;
}
.b2b_program_top p {
  font-size: 25px;
  font-weight: 300;
}
.b2b_program_top p.second_p {
  font-size: 22px;
}

.b2b_book_con {
  max-width: 1200px;
  margin: 0 auto;
}
.b2b_book_con .category {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.b2b_book_con .category.category_01 {
  padding-top: 0;
  border-top: none;
}
.b2b_book_con .category h3 {
  color: #111;
  font-weight: bold;
  font-size: 25px;
  margin-left: 8px;
}
.b2b_book_con ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.b2b_book_con ul li {
  margin-bottom: 40px;
  margin-right: 93px;
  width: 230px;
}
.b2b_book_con ul li.mr-0 {
  margin-right: 0;
}
.b2b_book_con ul li.li_04 {
  margin-right: 0;
}
.b2b_book_con ul li.li_08 {
  margin-right: 0;
}
.b2b_book_con ul li.li_16 {
  margin-right: 0;
}
.b2b_book_con .img {
  width: 230px;
  height: 230px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 11px;
}
.b2b_book_con .img.img01 {
  background: url(../img/phone/b2b/book_01.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img02 {
  background: url(../img/phone/b2b/book_02.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img03 {
  background: url(../img/phone/b2b/book_03.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img04 {
  background: url(../img/phone/b2b/book_04.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img05 {
  background: url(../img/phone/b2b/book_05.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img06 {
  background: url(../img/phone/b2b/book_06.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img07 {
  background: url(../img/phone/b2b/book_07.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img08 {
  background: url(../img/phone/b2b/book_08.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img09 {
  background: url(../img/phone/b2b/book_09.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img10 {
  background: url(../img/phone/b2b/book_10.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img11 {
  background: url(../img/phone/b2b/book_11.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img12 {
  background: url(../img/phone/b2b/book_12.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img13 {
  background: url(../img/phone/b2b/book_13.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img14 {
  background: url(../img/phone/b2b/book_14.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img15 {
  background: url(../img/phone/b2b/book_15.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img16 {
  background: url(../img/phone/b2b/book_16.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img17 {
  background: url(../img/phone/b2b/book_17.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img18 {
  background: url(../img/phone/b2b/book_18.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img19 {
  background: url(../img/phone/b2b/book_19.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img20 {
  background: url(../img/phone/b2b/book_20.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img21 {
  background: url(../img/phone/b2b/book_21.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img22 {
  background: url(../img/phone/b2b/book_22.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img23 {
  background: url(../img/phone/b2b/book_23.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img24 {
  background: url(../img/phone/b2b/book_24.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img25 {
  background: url(../img/phone/b2b/book_25.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img26 {
  background: url(../img/phone/b2b/book_26.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img27 {
  background: url(../img/phone/b2b/book_27.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img28 {
  background: url(../img/phone/b2b/book_28.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img29 {
  background: url(../img/phone/b2b/book_29.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img30 {
  background: url(../img/phone/b2b/book_30.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img31 {
  background: url(../img/phone/b2b/book_31.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img32 {
  background: url(../img/phone/b2b/book_32.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img33 {
  background: url(../img/phone/b2b/book_33.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img34 {
  background: url(../img/phone/b2b/book_34.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img35 {
  background: url(../img/phone/b2b/book_35.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img36 {
  background: url(../img/phone/b2b/book_36.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img37 {
  background: url(../img/phone/b2b/book_37.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img38 {
  background: url(../img/phone/b2b/book_38.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img41 {
  background: url(../img/phone/b2b/book_41.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img42 {
  background: url(../img/phone/b2b/book_42.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img43 {
  background: url(../img/phone/b2b/book_43.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img44 {
  background: url(../img/phone/b2b/book_44.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img45 {
  background: url(../img/phone/b2b/book_45.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img46 {
  background: url(../img/phone/b2b/book_46.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img47 {
  background: url(../img/phone/b2b/book_47.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img49 {
  background: url(../img/phone/b2b/book_49.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img50 {
  background: url(../img/phone/b2b/book_50.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img51 {
  background: url(../img/phone/b2b/book_51.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img52 {
  background: url(../img/phone/b2b/book_52.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img53 {
  background: url(../img/phone/b2b/book_53.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img54 {
  background: url(../img/phone/b2b/book_54.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img55 {
  background: url(../img/phone/b2b/book_55.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img56 {
  background: url(../img/phone/b2b/book_56.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img57 {
  background: url(../img/phone/b2b/book_57.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img58 {
  background: url(../img/phone/b2b/book_58.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img59 {
  background: url(../img/phone/b2b/book_59.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img60 {
  background: url(../img/phone/b2b/book_60.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img61 {
  background: url(../img/phone/b2b/book_61.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img62 {
  background: url(../img/phone/b2b/book_62.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img65 {
  background: url(../img/phone/b2b/book_65.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img66 {
  background: url(../img/phone/b2b/book_66.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img69 {
  background: url(../img/phone/b2b/book_69.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img70 {
  background: url(../img/phone/b2b/book_70.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img71 {
  background: url(../img/phone/b2b/book_71.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img73 {
  background: url(../img/phone/b2b/book_73.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img74 {
  background: url(../img/phone/b2b/book_74.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img75 {
  background: url(../img/phone/b2b/book_75.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img76 {
  background: url(../img/phone/b2b/book_76.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img77 {
  background: url(../img/phone/b2b/book_77.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img78 {
  background: url(../img/phone/b2b/book_78.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img79 {
  background: url(../img/phone/b2b/book_79.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img80 {
  background: url(../img/phone/b2b/book_80.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img81 {
  background: url(../img/phone/b2b/book_81.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img82 {
  background: url(../img/phone/b2b/book_82.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img83 {
  background: url(../img/phone/b2b/book_83.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img84 {
  background: url(../img/phone/b2b/book_84.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img85 {
  background: url(../img/phone/b2b/book_85.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img86 {
  background: url(../img/phone/b2b/book_86.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img87 {
  background: url(../img/phone/b2b/book_87.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img88 {
  background: url(../img/phone/b2b/book_88.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img89 {
  background: url(../img/phone/b2b/book_89.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img90 {
  background: url(../img/phone/b2b/book_90.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img91 {
  background: url(../img/phone/b2b/book_91.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img92 {
  background: url(../img/phone/b2b/book_92.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img93 {
  background: url(../img/phone/b2b/book_93.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img94 {
  background: url(../img/phone/b2b/book_94.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img95 {
  background: url(../img/phone/b2b/book_95.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img96 {
  background: url(../img/phone/b2b/book_96.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img97 {
  background: url(../img/phone/b2b/book_97.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img98 {
  background: url(../img/phone/b2b/book_98.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img99 {
  background: url(../img/phone/b2b/book_99.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img100 {
  background: url(../img/phone/b2b/book_100.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img101 {
  background: url(../img/phone/b2b/book_101.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img102 {
  background: url(../img/phone/b2b/book_102.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img103 {
  background: url(../img/phone/b2b/book_103.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img104 {
  background: url(../img/phone/b2b/book_104.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img105 {
  background: url(../img/phone/b2b/book_105.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img106 {
  background: url(../img/phone/b2b/book_106.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img107 {
  background: url(../img/phone/b2b/book_107.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img108 {
  background: url(../img/phone/b2b/book_108.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img109 {
  background: url(../img/phone/b2b/book_109.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img110 {
  background: url(../img/phone/b2b/book_110.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img111 {
  background: url(../img/phone/b2b/book_111.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img112 {
  background: url(../img/phone/b2b/book_112.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img113 {
  background: url(../img/phone/b2b/book_113.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img114 {
  background: url(../img/phone/b2b/book_114.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img115 {
  background: url(../img/phone/b2b/book_115.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img116 {
  background: url(../img/phone/b2b/book_116.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img117 {
  background: url(../img/phone/b2b/book_117.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img118 {
  background: url(../img/phone/b2b/book_118.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img119 {
  background: url(../img/phone/b2b/book_119.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img120 {
  background: url(../img/phone/b2b/book_120.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img121 {
  background: url(../img/phone/b2b/book_121.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img122 {
  background: url(../img/phone/b2b/book_122.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img123 {
  background: url(../img/phone/b2b/book_123.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img124 {
  background: url(../img/phone/b2b/book_124.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img125 {
  background: url(../img/phone/b2b/book_125.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img126 {
  background: url(../img/phone/b2b/book_126.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img127 {
  background: url(../img/phone/b2b/book_127.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img128 {
  background: url(../img/phone/b2b/book_128.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img129 {
  background: url(../img/phone/b2b/book_129.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img130 {
  background: url(../img/phone/b2b/book_130.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img131 {
  background: url(../img/phone/b2b/book_131.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img132 {
  background: url(../img/phone/b2b/book_132.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img133 {
  background: url(../img/phone/b2b/book_133.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img134 {
  background: url(../img/phone/b2b/book_134.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img135 {
  background: url(../img/phone/b2b/book_135.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img136 {
  background: url(../img/phone/b2b/book_136.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img137 {
  background: url(../img/phone/b2b/book_137.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img138 {
  background: url(../img/phone/b2b/book_138.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img139 {
  background: url(../img/phone/b2b/book_139.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img140 {
  background: url(../img/phone/b2b/book_140.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img141 {
  background: url(../img/phone/b2b/book_141.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img142 {
  background: url(../img/phone/b2b/book_142.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img143 {
  background: url(../img/phone/b2b/book_143.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img144 {
  background: url(../img/phone/b2b/book_144.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img145 {
  background: url(../img/phone/b2b/book_145.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img146 {
  background: url(../img/phone/b2b/book_146.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img147 {
  background: url(../img/phone/b2b/book_147.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img148 {
  background: url(../img/phone/b2b/book_148.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img149 {
  background: url(../img/phone/b2b/book_149.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img150 {
  background: url(../img/phone/b2b/book_150.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img151 {
  background: url(../img/phone/b2b/book_151.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img152 {
  background: url(../img/phone/b2b/book_152.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img153 {
  background: url(../img/phone/b2b/book_153.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img154 {
  background: url(../img/phone/b2b/book_154.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img155 {
  background: url(../img/phone/b2b/book_155.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img156 {
  background: url(../img/phone/b2b/book_156.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img157 {
  background: url(../img/phone/b2b/book_157.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img158 {
  background: url(../img/phone/b2b/book_158.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img159 {
  background: url(../img/phone/b2b/book_159.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img160 {
  background: url(../img/phone/b2b/book_160.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img161 {
  background: url(../img/phone/b2b/book_161.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img162 {
  background: url(../img/phone/b2b/book_162.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img163 {
  background: url(../img/phone/b2b/book_163.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img164 {
  background: url(../img/phone/b2b/book_164.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img.img165 {
  background: url(../img/phone/b2b/book_165.png) no-repeat center 0;
  background-size: cover;
}
.b2b_book_con .img .book_category {
  height: 230px;
  border-radius: 11px;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 35%, rgba(20, 20, 20, 0.25) 75%, rgba(20, 20, 20, 0.45) 85%, rgba(20, 20, 20, 0.65) 100%);
}
.b2b_book_con .img .book_category h3 {
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 500;
  font-size: 17px;
  width: 100%;
  text-align: center;
}
.b2b_book_con .img .level {
  position: absolute;
  bottom: 22px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px 12px;
  border-radius: 0 0 0 10px;
  color: #fff;
  font-size: 17px;
}
.b2b_book_con .img .level.level_second {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  border-radius: 11px 0 11px 0px;
}
.b2b_book_con .view {
  border: 1px solid #fb6930;
  border-radius: 17px;
  display: inline-block;
  margin-bottom: 5px;
}
.b2b_book_con .view.external_textbook {
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #8b8b8b;
}
.b2b_book_con .view a {
  font-size: 14px;
  font-weight: 500;
  color: #fb6930;
  display: inline-block;
  padding: 3px 15px;
}
.b2b_book_con h3 {
  font-size: 17px;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.b2b_book_con p {
  color: #535353;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}
.b2b_book_con .tag_box {
  overflow: hidden;
}
.b2b_book_con .tag_box .tag {
  float: left;
  background-color: #ececec;
  border-radius: 17px;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: -1px;
  margin-right: 5px;
  margin-top: 5px;
}
.b2b_book_con .tag_box .tag.tag03 {
  margin-right: 0;
}

/*과정소개*/
.program-navi {
  width: 100%;
  background: #fafafa;
  padding: 15px 0;
}
.program-navi ul {
  max-width: 1200px;
  margin: 0 auto;
}
.program-navi ul li {
  width: 10%;
  float: left;
  text-align: center;
}
.program-navi ul li a {
  font-size: 14px;
  color: #ababab;
  padding: 39px 0 0 0;
  display: block;
  background-size: 10px auto;
}
.program-navi ul li a.navi01 {
  background: url(../img/phone/programNavi01.png) no-repeat center 0;
}
.program-navi ul li a.navi01_on {
  background: url(../img/phone/programNavi01_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi02 {
  background: url(../img/phone/programNavi02.png) no-repeat center 0;
}
.program-navi ul li a.navi02_on {
  background: url(../img/phone/programNavi02_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi03 {
  background: url(../img/phone/programNavi03.png) no-repeat center 0;
}
.program-navi ul li a.navi03_on {
  background: url(../img/phone/programNavi03_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi04 {
  background: url(../img/phone/programNavi04.png) no-repeat center 0;
}
.program-navi ul li a.navi04_on {
  background: url(../img/phone/programNavi04_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi05 {
  background: url(../img/phone/programNavi05.png) no-repeat center 0;
}
.program-navi ul li a.navi05_on {
  background: url(../img/phone/programNavi05_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi06 {
  background: url(../img/phone/programNavi06.png) no-repeat center 0;
}
.program-navi ul li a.navi06_on {
  background: url(../img/phone/programNavi06_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi07 {
  background: url(../img/phone/programNavi07.png) no-repeat center 0;
}
.program-navi ul li a.navi07_on {
  background: url(../img/phone/programNavi07_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi08 {
  background: url(../img/phone/programNavi10.png) no-repeat center 0;
}
.program-navi ul li a.navi08_on {
  background: url(../img/phone/programNavi10_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi09 {
  background: url(../img/phone/programNavi08.png) no-repeat center 0;
}
.program-navi ul li a.navi09_on {
  background: url(../img/phone/programNavi08_on.png) no-repeat center 0;
  color: #e45556;
}
.program-navi ul li a.navi10 {
  background: url(../img/phone/programNavi09.png) no-repeat center 0;
}
.program-navi ul li a.navi10_on {
  background: url(../img/phone/programNavi09_on.png) no-repeat center 0;
  color: #e45556;
}

.b2b-navi ul li {
  width: 10% !important;
}

.program-top.bg01 {
  background: url(../img/phone/rocommend_header1.png) no-repeat;
  background-size: cover;
}
.program-top.bg02 {
  background: url(../img/phone/rocommend_header2.png) no-repeat;
  background-size: cover;
}
.program-top.bg03 {
  background: url(../img/phone/rocommend_header3.png) no-repeat;
  background-size: cover;
}
.program-top.bg04 {
  background: url(../img/phone/rocommend_header4.png) no-repeat;
  background-size: cover;
}
.program-top.bg05 {
  background: url(../img/phone/rocommend_header5.png) no-repeat;
  background-size: cover;
}
.program-top.bg06 {
  background: url(../img/phone/rocommend_header6.png) no-repeat;
  background-size: cover;
}
.program-top.bg07 {
  background: url(../img/phone/rocommend_header7.png) no-repeat;
  background-size: cover;
}
.program-top.bg08 {
  background: url(../img/phone/rocommend_header8.png) no-repeat;
  background-size: cover;
}
.program-top.bg09 {
  background: url(../img/phone/rocommend_header9.png) no-repeat;
  background-size: cover;
}
.program-top.bg10 {
  background: url(../img/phone/rocommend_header10.jpg) no-repeat;
  background-size: cover;
}
.program-top .top {
  text-align: center;
  padding: 60px 0;
}
.program-top .top p {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  color: #ff974d;
  font-size: 22px;
  padding: 0 0 15px 0;
}
.program-top .top h2 {
  font-weight: bold;
  font-size: 63px;
  color: #ffffff;
}
.program-top .top h3 {
  font-size: 21px;
  padding: 35px 0 0 0;
  line-height: 31px;
  color: #ffffff;
}
.program-top .top .pay {
  margin-left: 25px;
}
.program-top .top a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 40px;
  margin-top: 30px;
}
.program-top .top a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.program-top .bottom {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  background-color: rgba(63, 72, 79, 0.8);
  text-align: center;
}
.program-top .bottom ul {
  padding: 22px 0 25px 0;
}
.program-top .bottom ul li {
  float: left;
  width: 33%;
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: bold;
  background: url(../img/phone/programlevel_bar.png) no-repeat right;
  line-height: 22px;
}
.program-top .bottom ul li:last-child {
  background: none;
}
.program-top .bottom ul li span {
  display: block;
  color: #98b0c4;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 0 0 4px 0;
}

.jr-top {
  background: #ffd8d2 url(../img/phone/20204_junior_bg.jpg) right no-repeat;
  min-height: 490px;
  position: relative;
  width: 100%;
}
.jr-top .jr-mobile {
  display: none;
}
.jr-top .wrap {
  position: relative;
}
.jr-top .wrap .goLevelDiv {
  width: 304px;
  height: 94px;
  background: transparent;
  position: absolute;
  bottom: -220%;
  right: 0%;
  z-index: 100;
  cursor: pointer;
}
.jr-top .wrap .title-wrap .jr-pc {
  display: block;
}
.jr-top .wrap .title-wrap .jr-mobile {
  display: none;
}
.jr-top .wrap .title-wrap ul {
  padding: 35px;
  padding-left: 0;
  padding-bottom: 0px;
  color: #000;
  padding-top: 62px;
  position: relative;
  text-align: left;
}
.jr-top .wrap .title-wrap ul .mobile-title {
  display: none;
}
.jr-top .wrap .title-wrap ul .mobile-jr {
  display: none;
}
.jr-top .wrap .title-wrap ul .mobile-jr-p {
  display: none;
}
.jr-top .wrap .title-wrap ul .mobile-jr-img {
  display: block;
}
.jr-top .wrap .title-wrap ul .title p {
  font-size: 55px;
  font-weight: 100;
  letter-spacing: -4px;
  line-height: 60px;
}
.jr-top .wrap .title-wrap ul .title p span {
  font-weight: bold;
}
.jr-top .wrap .title-wrap ul .title .pc-img {
  width: 65%;
  display: block;
  margin-top: -30px;
}
.jr-top .wrap .title-wrap ul .title .mobile-img {
  display: none;
}
.jr-top .wrap .title-wrap ul .sub-title {
  font-size: 22px;
  margin: 44px 0;
  margin-bottom: 0;
  line-height: 28px;
  letter-spacing: -1px;
}
.jr-top .wrap .title-wrap ul .Rectangle-2-copy {
  display: inline-block;
  width: 272px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #38c7c8;
  text-align: center;
  line-height: 59px;
}
.jr-top .wrap .title-wrap ul .Rectangle-2-text {
  width: 178px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: NotoSansCJKkr;
  font-size: 25px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -3px;
  color: #ffffff;
}
.jr-top .wrap .title-wrap ul .junior_btn {
  border-radius: 32.2px;
  box-shadow: 0px 3px 18px 0 rgba(255, 171, 157, 0.16);
  background-color: #ffffff;
  font-size: 22px;
  padding: 12px 40px;
  color: #f48c7c;
  margin-top: 50px;
  margin-right: 20px;
  display: inline-block;
}
.jr-top .wrap .title-wrap ul .junior_btn span {
  font-size: 22px;
  font-weight: bold;
}
.jr-top .wrap .title-wrap ul .winter-li {
  padding-top: 88px;
}
.jr-top .wrap .title-wrap ul .winter-li .winter-btn {
  display: block;
}
.jr-top .wrap .title-wrap ul .winter-li .winter-m-title {
  display: none;
}
.jr-top .wrap .title-wrap ul .winter-li .winter-btn-m {
  display: none;
}

.jr-count {
  background: #282828;
  width: 100%;
  min-height: 110px;
}
.jr-count .jr-count-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.jr-count .jr-count-wrap .jr-count-test {
  position: relative;
  z-index: 9;
  color: #fff;
  width: 100%;
  text-align: center;
}
.jr-count .jr-count-wrap .jr-count-test ul li {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  float: left;
}
.jr-count .jr-count-wrap .jr-count-test ul li img {
  margin-top: 5px;
  margin-left: 50px;
}
.jr-count .jr-count-wrap .jr-count-test ul li .thum-div {
  padding-left: 90px;
  padding-top: 5px;
}
.jr-count .jr-count-wrap .jr-count-test ul li .thum-div .thum-pc {
  display: block;
}
.jr-count .jr-count-wrap .jr-count-test ul li .thum-div .thum-m {
  display: none;
}
.jr-count .jr-count-wrap .jr-count-test ul li .count-div {
  padding-right: 60px;
}
.jr-count .jr-count-wrap .jr-count-test ul li .count-div span {
  width: 45px;
  border: 1px solid #535353;
  background: #272727;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  padding: 0px 10px 0px 10px;
  margin: 0 3px;
  line-height: 85px;
}
.jr-count .jr-count-wrap .jr-count-test ul li .count-div span.none {
  width: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0 3px;
  margin-right: 20px;
  font-size: 30px;
}

.program-con .orange-bar01 {
  width: 1px;
  height: 70px;
  background: #f28232;
  margin: 0 auto 30px auto;
}
.program-con .orange-bar02 {
  width: 1px;
  height: 130px;
  background: #f28232;
  margin: 0 auto 30px auto;
}
.program-con .small-bar {
  width: 30px;
  height: 1px;
  background: #232323;
  margin: 30px auto 30px auto;
}
.program-con .small-bar-white {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 30px auto 30px auto;
}
.program-con .preview {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
}
.program-con .program-target {
  text-align: center;
}
.program-con .program-target h4 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e474e;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.5px;
}
.program-con .program-target p {
  font-size: 21px;
  padding: 10px 0 0 0;
  line-height: 31px;
}
.program-con .program-target .target-img {
  background: #dd325f;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin: 20px auto;
}
.program-con .program-target .target-img span {
  display: block;
  width: 100%;
  height: 100%;
}
.program-con .program-target .target-img span.img01 {
  background: url(../img/phone/programIco01.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img02 {
  background: url(../img/phone/programIco02.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img03 {
  background: url(../img/phone/programIco03.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img04 {
  background: url(../img/phone/programIco04.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img05 {
  background: url(../img/phone/programIco05.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img06 {
  background: url(../img/phone/programIco06.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img07 {
  background: url(../img/phone/programIco07.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img08 {
  background: url(../img/phone/programIco08.png) no-repeat;
  background-size: cover;
}
.program-con .program-target .target-img span.img09 {
  background: url(../img/phone/programIco09.png) no-repeat;
  background-size: cover;
}
.program-con .program-mcat .top {
  text-align: center;
  color: #232323;
}
.program-con .program-mcat .top p {
  font-weight: normal;
  letter-spacing: -6px;
  font-size: 38px;
  line-height: 60px;
}
.program-con .program-mcat .top h4 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -3px;
}
.program-con .program-mcat .con li div {
  width: 50%;
  text-align: center;
}
.program-con .program-mcat .con li div:first-child {
  float: left;
}
.program-con .program-mcat .con li div:last-child {
  float: right;
}
.program-con .program-mcat .con li div.right {
  text-align: right;
  padding: 0 60px 0 0;
}
.program-con .program-mcat .con li div.right .title {
  margin: 120px 0 0 0;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
}
.program-con .program-mcat .con li div.right .title span {
  font-weight: 700;
  color: #dd325f;
  font-family: "Open Sans Condensed italic", sans-serif;
  font-size: 60px;
  display: block;
  letter-spacing: 0.5px;
}
.program-con .program-mcat .con li div.right .sub {
  padding: 30px 0 0 0;
  font-size: 17px;
  line-height: 28px;
  color: #444;
}
.program-con .program-mcat .con li div.left {
  text-align: left;
  padding: 0 60px 0 0;
}
.program-con .program-mcat .con li div.left .title {
  margin: 120px 0 0 0;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
}
.program-con .program-mcat .con li div.left .title span {
  font-weight: 700;
  color: #dd325f;
  font-family: "Open Sans Condensed italic", sans-serif;
  font-size: 60px;
  display: block;
  letter-spacing: 0.5px;
}
.program-con .program-mcat .con li div.left .sub {
  padding: 30px 0 0 0;
  font-size: 17px;
  line-height: 28px;
  color: #444;
}
.program-con .program-book {
  background: #19262e;
  text-align: center;
  padding: 70px 0;
  width: 100%;
  margin-top: 100px;
}
.program-con .program-book .top .title {
  font-weight: normal;
  letter-spacing: -2px;
  font-size: 38px;
  line-height: 60px;
  color: #ffffff;
}
.program-con .program-book .top h4 {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  margin-top: 0;
  letter-spacing: -2px;
}
.program-con .program-book .top .sub {
  font-size: 18px;
  padding: 25px 0 0 0;
  line-height: 31px;
  color: #e5e5e5;
}
.program-con .program-book .con {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0 auto;
}
.program-con .program-book .con li {
  width: 33%;
  display: inline-block;
  text-align: center;
}
.program-con .program-book .con li.reuter {
  width: auto;
  float: none;
}
.program-con .program-book .con li.reuter img {
  max-width: 200px;
  margin: 0 0 20px 0;
}
.program-con .program-book .con li.reuter .title {
  color: #ffffff;
  font-size: 22px;
}
.program-con .program-book .con li.reuter .info .lv01,
.program-con .program-book .con li.reuter .info .lv02 {
  padding: 0;
}
.program-con .program-book .con li .book-thum {
  display: block;
}
.program-con .program-book .con li .book-thum img {
  width: 60%;
  margin: 0 0 20px 0;
}
.program-con .program-book .con li .info .lv01 {
  font-size: 14px;
  color: #90adbf;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.program-con .program-book .con li .info .lv02 {
  font-size: 23px;
  font-family: "Open Sans Condensed italic", sans-serif;
  color: #f38331;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0 0 0;
}
.program-con .program-book .con li .info a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 31px;
}
.program-con .program-book .con li .info a span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
}
.program-con .program-course {
  text-align: center;
}
.program-con .program-course .top p {
  font-weight: normal;
  letter-spacing: -2px;
  font-size: 38px;
  line-height: 60px;
}
.program-con .program-course .top h4 {
  font-weight: normal;
  letter-spacing: -2px;
  font-size: 38px;
  line-height: 60px;
  margin-top: 0;
}
.program-con .program-course .top h4 span {
  font-weight: bold;
  font-size: 50px;
  display: inline-block;
  letter-spacing: -2px;
}
.program-con .program-course .con li {
  float: left;
  width: 25%;
  height: 280px;
  line-height: 280px;
}
.program-con .program-course .con li a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 279px;
  line-height: 280px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
  margin: 1px 1px 0 0;
}
.program-con .program-course .con li a:hover .hover-bg {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  cursor: pointer;
}
.program-con .program-course .con li a.bg01 {
  background: url(../img/phone/rocommend_bg1.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg02 {
  background: url(../img/phone/rocommend_bg2.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg03 {
  background: url(../img/phone/rocommend_bg3.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg04 {
  background: url(../img/phone/rocommend_bg4.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg05 {
  background: url(../img/phone/rocommend_bg5.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg06 {
  background: url(../img/phone/rocommend_bg6.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg07 {
  background: url(../img/phone/rocommend_bg7.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg08 {
  background: url(../img/phone/rocommend_bg8.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a.bg09 {
  background: url(../img/phone/rocommend_bg9.png) no-repeat;
  background-size: cover;
}
.program-con .program-course .con li a span {
  position: relative;
  transition: color 0.25s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  font-size: 17px;
}
.program-con .program-course .con li a span.hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 42, 127, 0.3);
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.program-con .program-apply {
  background: linear-gradient(to right, #dc2d60, #f38331);
  text-align: center;
  color: #ffffff;
  padding: 40px 0 55px 0;
  line-height: 43px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.program-con .program-apply p {
  font-size: 25px;
  font-weight: normal;
  display: block;
}
.program-con .program-apply a {
  color: #ffffff;
  font-size: 31px;
  margin: 0 15px;
  display: inline-block;
  padding: 9px 0 15px 0;
  font-weight: bold;
  border-bottom: 2px solid #efefef;
}
.program-con .jr-wrap h4 {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  margin-top: 144px;
}
.program-con .jr-wrap .subTitle {
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.88px;
  text-align: center;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 63px;
}
.program-con .jr-wrap .process {
  width: 1200px;
  margin: 0 auto;
}
.program-con .jr-wrap .process ul {
  margin: 0 auto;
  text-align: center;
}
.program-con .jr-wrap .process ul li {
  width: 100%;
  max-width: 320px;
  height: 100%;
  min-height: 320px;
  border-radius: 20px;
  box-shadow: 0px 3px 18px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 30px 0;
  text-align: left;
}
.program-con .jr-wrap .process ul li:last-child {
  margin-right: 0;
}
.program-con .jr-wrap .process ul li .top {
  position: relative;
  padding: 20px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.program-con .jr-wrap .process ul li .top.green {
  background: #d0f1f5;
}
.program-con .jr-wrap .process ul li .top.yellow {
  background: #ffecb1;
}
.program-con .jr-wrap .process ul li .top.red {
  background: #ffd8d2;
}
.program-con .jr-wrap .process ul li .top.purple {
  background: #e1d0f5;
}
.program-con .jr-wrap .process ul li .top img {
  position: absolute;
  right: 10px;
  top: 50px;
}
.program-con .jr-wrap .process ul li .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
.program-con .jr-wrap .process ul li .title span {
  font-weight: 700;
  color: #dd325f;
  font-family: "Open Sans Condensed italic", sans-serif;
  font-size: 25px;
  display: block;
  letter-spacing: 0.5px;
}
.program-con .jr-wrap .process ul li .bodytext {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: left;
  padding: 40px 30px 20px 30px;
}
.program-con .jr-wrap .process ul li .bodytext a {
  font-size: 18;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}
.program-con .jr-wrap .process ul li .bodytext a.green {
  color: #81cad9;
}
.program-con .jr-wrap .process ul li .bodytext a.green::after {
  content: "";
  width: 200px;
  display: block;
  height: 1px;
  background: #81cad9;
  margin-top: 10px;
}
.program-con .jr-wrap .process ul li .bodytext a.purple {
  color: #bda6d7;
}
.program-con .jr-wrap .process ul li .bodytext a.purple::after {
  content: "";
  width: 240px;
  display: block;
  height: 1px;
  background: #bda6d7;
  margin-top: 10px;
}
.program-con .jr-wrap .process ul li.jr_arrow {
  box-shadow: 0 0 0 0 transparent;
  border-radius: 0;
  width: 10%;
  display: table-cell;
  padding-top: 15%;
}
.program-con .jr-wrap .process ul li.jr_arrow img {
  width: 20px;
  vertical-align: middle;
}
.program-con .jr-wrap .line_up {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 187px;
  text-align: center;
}
.program-con .jr-wrap .line_up .line-up-pc {
  display: block;
}
.program-con .jr-wrap .line_up .line-up-m {
  display: none;
}
.program-con .jr-wrap .line_up img {
  width: 100%;
  max-width: 1044px;
}
.program-con .jr-wrap .program {
  background-color: #fff5d8;
  padding-bottom: 189px;
  padding-top: 144px;
}
.program-con .jr-wrap .program h4 {
  margin-top: 0px;
}
.program-con .jr-wrap .program .program-detail {
  width: 1200px;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.program-con .jr-wrap .program .program-detail ul li {
  float: left;
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.3;
  background-color: #f8b0a5;
  box-sizing: border-box;
  border-right: 1px solid white;
  position: relative;
  cursor: pointer;
}
.program-con .jr-wrap .program .program-detail ul li .detail-new {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #000000;
  background-color: #ffda63;
  border-radius: 50%;
  left: 20px;
  top: -20px;
  position: absolute;
  padding: 10px 5px;
  display: inline-block;
}
.program-con .jr-wrap .program .program-detail ul li p {
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.92px;
  text-align: center;
  color: #232323;
}
.program-con .jr-wrap .program .program-detail ul li:last-child {
  border-right: 0px solid white;
}
.program-con .jr-wrap .program .program-detail ul li.jr-active {
  opacity: 1;
}
.program-con .jr-wrap .program .program-detail .detailWrap {
  position: relative;
}
.program-con .jr-wrap .program .program-detail .detailWrap .leftSlick {
  position: absolute;
  left: 75px;
  top: 45%;
  z-index: 100;
  cursor: pointer;
}
.program-con .jr-wrap .program .program-detail .detailWrap .rightSlick {
  position: absolute;
  right: 75px;
  top: 45%;
  z-index: 100;
  cursor: pointer;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap {
  width: 815px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 57px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #232323;
  margin-top: 60px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap p {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: #232323;
  margin-top: 25px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .slide_preview {
  text-align: right;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .slide_preview a {
  border-radius: 32.2px;
  box-shadow: 0px 3px 18px 0 rgba(243, 127, 106, 0.5);
  background-color: #ffffff;
  font-size: 20px;
  padding: 12px 40px;
  color: #f48c7c;
  font-weight: bold;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div {
  float: left;
  width: 50%;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div .info-span {
  border-radius: 16px;
  background-color: #ffda63;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  margin-top: 0px;
  color: #232323;
  display: inline-block;
  padding-left: 28px;
  padding-right: 28px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div .info-text {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: center;
  color: #232323;
  margin-left: 6px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div:first-child {
  text-align: right;
  padding-right: 40px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div:last-child {
  padding-left: 40px;
  border-left: 1px solid #dcdcdc;
  text-align: left;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .info-span {
  border-radius: 16px;
  background-color: #ffda63;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #232323;
  display: inline-block;
  padding-left: 28px;
  margin-top: 60px;
  padding-right: 28px;
}
.program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap img {
  width: 100%;
}
@keyframes translateHover {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
  }
  80% {
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
  85%, 100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
}
.program-con .jr-wrap .program-list {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 80px auto;
  text-align: center;
}
.program-con .jr-wrap .program-list h4 {
  margin-bottom: 10px;
}
.program-con .jr-wrap .program-list p {
  font-size: 20px;
}
.program-con .jr-wrap .program-list .con {
  width: 70%;
  margin: 0 auto;
  float: none;
}
.program-con .jr-wrap .program-list .con ul {
  border-top: 1px solid #dd325f;
  margin: 25px 0 0 0;
  padding: 5px 0 0px 0;
}
.program-con .jr-wrap .program-list .con ul li {
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #444;
  border-right: 1px solid #efefef;
  width: 50%;
}
.program-con .jr-wrap .program-list .con ul li:first-child {
  float: left;
}
.program-con .jr-wrap .program-list .con ul li:last-child {
  float: right;
  border-right: none;
}
.program-con .jr-wrap .program-list .con ul li span {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e474e;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.program-con .jr-wrap .program-list .con .goal {
  background: #dd325f;
  color: #ffffff;
  padding: 20px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}
.program-con .jr-wrap .program-list .con .goal p {
  font-size: 15px;
}
.program-con .jr-wrap .program-list .con .goal p.bold {
  font-size: 18px;
  margin-bottom: 10px;
}
.program-con .jr-wrap .perfect {
  background-color: #e7f8fa;
  width: 100%;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 187px;
  padding-bottom: 187px;
}
.program-con .jr-wrap .perfect .title {
  background: url(../img/phone/p_cloud.png) no-repeat;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.program-con .jr-wrap .perfect .title h1 {
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #232323;
}
.program-con .jr-wrap .perfect .title p {
  padding-bottom: 60px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 54px;
}
.program-con .jr-wrap .perfect .con {
  position: relative;
}
.program-con .jr-wrap .perfect .con .title {
  width: 300px;
  height: 50px;
  margin: 0 0 0 -150px;
  letter-spacing: -1px;
  background: #8769e8;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -30px;
  border-radius: 40px;
  padding-top: 12px;
}
.program-con .jr-wrap .perfect .con .video {
  width: 800px;
  height: 535px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 30px;
}
.program-con .jr-wrap .perfect .con .video p {
  padding-top: 40px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.program-con .jr-wrap .perfect .con .video div {
  width: 800px;
  height: 60px;
  border-radius: 0 0 30px 30px;
  background: #ae9bea;
}
.program-con .jr-wrap .perfect .con .video div p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 15px;
}
.program-con .jr-wrap .perfect .con .video div p span {
  font-size: 20px;
  color: #ffffff;
  padding-top: 15px;
}
.program-con .jr-wrap .perfect .step {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.program-con .jr-wrap .perfect .step li {
  float: left;
  margin: 0 10px;
}
.program-con .jr-wrap .perfect .step li.arrow {
  margin: 60px 25px 0 25px;
}
.program-con .jr-wrap .perfect .step li .step-no {
  width: 80px;
  color: #ffffff;
  background: #dd325f;
  border-radius: 20px;
  padding: 5px 0;
  margin: 0 auto 10px auto;
}
.program-con .jr-wrap .perfect .step li p {
  font-size: 17px;
  line-height: 25px;
  padding-top: 18px;
}
.program-con .jr-wrap .perfect .advantage {
  text-align: center;
  width: 600px;
  padding: 20px 0;
  margin: 0 auto;
  background: #ffffff;
}
.program-con .jr-wrap .perfect .advantage .title {
  padding: 0px 0 20px 0;
  font-size: 22px;
  color: #8769e8;
  font-weight: bold;
}
.program-con .jr-wrap .perfect .advantage .sub {
  font-size: 16px;
  padding-bottom: 10px;
}
.program-con .jr-wrap .perfect .advantage .sub span {
  font-size: 18px;
  font-weight: bold;
}
.program-con .jr-wrap .perfect .btns {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 30px;
  padding: 80px 0;
}
.program-con .jr-wrap .perfect .btns span {
  color: #dd325f;
}
.program-con .jr-wrap .perfect .btns button {
  font-size: 20px;
  font-weight: bold;
  color: #8769e8;
  letter-spacing: -2px;
  background: #fff;
  border: 1px solid #8769e8;
  padding: 10px 20px;
}
.program-con .jr-wrap .perfect .package {
  width: 1200px;
  margin: 0 auto;
}
.program-con .jr-wrap .perfect .package img {
  width: 100%;
  max-width: 1119px;
}
.program-con .jr-wrap .perfect .package p {
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: center;
  color: #232323;
}
.program-con .jr-wrap .perfect .package p img {
  width: 3%;
}
.program-con .jr-wrap .perfect .package p.package-info {
  margin-top: 10px;
  margin-bottom: 50px;
}
.program-con .jr-wrap .perfect .package h1 {
  font-size: 30px;
  margin-top: 116px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #232323;
  margin-bottom: 28px;
}
.program-con .jr-wrap .perfect .perfect-btn {
  padding-top: 90px;
}
.program-con .jr-wrap .perfect .perfect-btn button {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #80c4d1;
  background: white;
  padding: 20px 70px;
  border: none;
  border-radius: 32.2px;
  box-shadow: 0px 3px 18px 0 rgba(166, 221, 232, 0.16);
  font-family: "Noto Sans KR", sans-serif;
}

/*공지사항, 이벤트, FAQ*/
.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 .event-div {
  max-width: 780px;
  margin: 0 auto;
}
.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;
  white-space: pre-line;
  word-break: break-all;
}
.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 .editor-pick-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 148px;
}
@media screen and (min-width: 1025px) {
  .notice-wrap .event-con .editor-pick-wrapper {
    flex-direction: row;
  }
}
.notice-wrap .event-con .editor-pick-wrapper .img-wrapper {
  flex: none;
  /*
          @media screen and (min-width: 1025px) {
            width: 343px;
          }
  */
}
.notice-wrap .event-con .editor-pick-wrapper .img-wrapper img {
  width: 100%;
  min-width: 343px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .notice-wrap .event-con .editor-pick-wrapper .img-wrapper img {
    width: auto;
  }
}
.notice-wrap .event-con .editor-pick-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 36px 70px;
  background-color: #efefef;
}
@media screen and (min-width: 1025px) {
  .notice-wrap .event-con .editor-pick-wrapper .text-wrapper {
    padding: 0 70px;
  }
}
.notice-wrap .event-con .editor-pick-wrapper .text-wrapper > div > p {
  font-size: 18px;
  font-weight: 700;
  color: #ff4068;
  margin-bottom: 20px;
}
.notice-wrap .event-con .editor-pick-wrapper .text-wrapper > div > a {
  display: block;
  color: #232323;
}
.notice-wrap .event-con .editor-pick-wrapper .text-wrapper > div > a:nth-of-type(1) {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.notice-wrap .event-con .editor-pick-wrapper .text-wrapper > div > a:nth-of-type(2) {
  font-size: 18px;
  margin-bottom: 30px;
}
.notice-wrap .event-con .editor-pick-wrapper .text-wrapper > div > a:nth-of-type(3) {
  font-size: 14px;
  color: #666666;
}
.notice-wrap .event-con .tab-search {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .notice-wrap .event-con .tab-search {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.notice-wrap .event-con .tab-search .tab-list {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.notice-wrap .event-con .tab-search .tab-list li {
  flex: none;
  font-size: 18px;
  color: #232323;
  cursor: pointer;
}
.notice-wrap .event-con .tab-search .tab-list li.active {
  font-weight: 700;
  text-decoration: underline;
}
.notice-wrap .event-con .tab-search .search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 240px;
  /*
           &::after {
             content: "";
             display: block;
             width: 20px;
             height: 20px;
             background: url("/resource/assets/common/search.png");
             position: absolute;
             right: 20px;
             top: 50%;
             transform: translateY(-50%);
           }
  */
}
.notice-wrap .event-con .tab-search .search-box input {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 40px 12px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  transition: none;
}
.notice-wrap .event-con .tab-search .search-box > div {
  padding: 7px;
  border: 1px solid #707070;
  border-radius: 5px;
}
.notice-wrap .event-con .tab-search .search-box img {
  width: 20px;
  cursor: pointer;
}
.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);
  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;
  position: relative;
}
.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 a .thumb .thumb-bg {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 20px 20px 0 0;
  opacity: 0.7;
}
.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: #ff4068;
  font-weight: bold;
}

/*레벨테스트*/
.target {
  padding-top: 60px;
}
.target .info-title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
.target .box-radio-input input[type=radio] {
  display: none;
}
.target .box-radio-input input[type=radio] + span {
  display: inline-block;
  background: none;
  border: 1px solid #efefef;
  text-align: center;
  cursor: pointer;
  color: #dddddd;
  width: calc(50% - 2px);
  font-size: 18px;
  padding: 10px 0;
}
.target .box-radio-input input[type=radio]:checked + span {
  border: 3px solid #ff416d;
  color: #ff416d;
  font-weight: bold;
}

.level_check {
  margin-top: 60px;
}
.level_check .info-title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
.level_check .chk-wrapper {
  display: flex;
  gap: 10px;
}
.level_check .box-radio-input-3button {
  width: 100%;
  display: block;
}
.level_check .box-radio-input-3button span {
  width: 100% !important;
}
.level_check .box-radio-input input[type=radio] {
  display: none;
}
.level_check .box-radio-input input[type=radio] + span {
  display: inline-block;
  background: none;
  border: 1px solid #efefef;
  text-align: center;
  cursor: pointer;
  color: #dddddd;
  width: calc(50% - 2px);
  font-size: 18px;
  padding: 10px 0;
}
.level_check .box-radio-input input[type=radio]:checked + span {
  border: 3px solid #ff416d;
  color: #ff416d;
  font-weight: bold;
}
.level_check input[type=text],
.level_check 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_check input[type=text].name,
.level_check select.name {
  width: 286px;
}
.level_check input[type=text].kname,
.level_check select.kname {
  width: 575px;
}

.root-info {
  font-size: 18px;
}
.root-info label {
  margin-right: 25px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
}

.level-wrap {
  /*상단*/
}
.level-wrap .time-ai-txt {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}
.level-wrap .time-ai-txt span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.level-wrap .level-top {
  background: linear-gradient(top, #ff994f 0%, #ff4069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff994f', endColorstr='#ff4069', gradientType=0);
}
.level-wrap .level-top .level-bg {
  background: url(../img/phone/lv_bg.jpg) no-repeat center bottom;
}
.level-wrap .level-top .con {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 20px;
}
.level-wrap .level-top .con .visual {
  float: left;
  max-width: 392px;
  width: 100%;
}
.level-wrap .level-top .con .title {
  display: inline-block;
  width: 60%;
  text-align: center;
}
.level-wrap .level-top .con .title h2 {
  margin: 0 auto;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}
.level-wrap .level-top .con .title h3 {
  font-size: 18px;
  color: #fff;
}
.level-wrap .level-top .con .title ul {
  margin-top: 20px;
}
.level-wrap .level-top .con .title ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 30px;
}
.level-wrap .level-top .con .title ul li:last-child {
  border-right: none;
}
.level-wrap .level-top .con .title ul li a {
  color: #fff;
}
.level-wrap .level-top .con .title ul li a img {
  width: 50px;
}
.level-wrap .level-con {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.level-wrap .level-con .tab {
  width: 100%;
  position: absolute;
  top: -61px;
}
.level-wrap .level-con .tab li {
  float: left;
  width: 33.3%;
  display: block;
}
.level-wrap .level-con .tab li.on a {
  background: #ffffff;
  color: #ff416d;
  font-weight: bold;
  border-left: 1px solid #ff4068;
  border-right: 1px solid #ff7b1f;
  border-top: 1px solid #ff4068;
  padding: 19px 20px 19px 20px;
}
.level-wrap .level-con .tab 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; */
}
.level-wrap .level-con .con {
  padding-top: 30px;
}
.level-wrap .level-con .con h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.level-wrap .level-con .con .info .info-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  width: 220px;
  display: inline-block;
}
.level-wrap .level-con .con .info .leveltest-info {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.level-wrap .level-con .con .info .box-radio-input-3button {
  width: 33%;
  display: inline-block;
  margin-bottom: 20px;
}
.level-wrap .level-con .con .info .box-radio-input-3button span {
  width: 100% !important;
}
.level-wrap .level-con .con .time .time-tab {
  width: 100%;
}
.level-wrap .level-con .con .time .time-tab li {
  width: 33.333%;
  float: left;
  text-align: center;
  background: #efefef;
}
.level-wrap .level-con .con .time .time-tab li.on {
  background: #333;
}
.level-wrap .level-con .con .time .time-tab li.on a {
  font-weight: bold;
  color: #ff4068;
}
.level-wrap .level-con .con .time .time-tab li a {
  color: #b1abab;
  display: block;
  padding: 15px 0;
}
.level-wrap .level-con .con .time .time-con {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  overflow: auto;
  height: 210px;
  margin-bottom: 40px;
  width: 99.999%;
}
.level-wrap .level-con .con .time .time-con table {
  width: 100%;
  text-align: center;
}
.level-wrap .level-con .con .time .time-con table tr:last-child th {
  border-bottom: none;
}
.level-wrap .level-con .con .time .time-con table tr:last-child td {
  border-bottom: none;
}
.level-wrap .level-con .con .time .time-con table tr th {
  font-weight: bold;
  border-bottom: 1px solid #ececec;
}
.level-wrap .level-con .con .time .time-con table tr td {
  border-bottom: 1px solid #ececec;
}
.level-wrap .level-con .con .time .time-con table tr td a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
}
.level-wrap .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-wrap .level-con .con .time .time-con table tr td a.on {
  background: #ff4068;
  font-weight: bold;
  color: #fff;
}
.level-wrap .level-con .con .time .time-con table tr td a:hover {
  font-weight: bold;
  color: #ff4068;
}
.level-wrap .level-con .con .info input[type=text],
.level-wrap .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-wrap .level-con .con .info input[type=text].name,
.level-wrap .level-con .con .info select.name {
  width: 286px;
}
.level-wrap .level-con .con .info input[type=text].kname,
.level-wrap .level-con .con .info select.kname {
  width: 575px;
}
.level-wrap .level-con .con .info .phone input[type=text],
.level-wrap .level-con .con .info .phone select {
  width: 23%;
}
.level-wrap .level-con .con .info textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
  padding: 10px;
}
.level-wrap .level-con .con .info .terms {
  margin-top: 10px;
}
.level-wrap .level-con .con .info .terms label {
  font-size: 13px;
}
.level-wrap .level-con .con .info .terms label a {
  text-decoration: underline;
}
.level-wrap .level-con .con .info .terms .terms-con .top {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.level-wrap .level-con .con .info .terms .terms-con .top .terms-close {
  position: absolute;
  top: 7px;
  right: 10px;
}
.level-wrap .level-con .con .info .terms .terms-con .con {
  height: 50px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
  border: 1px solid #dadada;
}
.level-wrap .level-con .con .info .btn-lv {
  margin: 70px auto;
  text-align: center;
}
.level-wrap .level-con .con .info .btn-lv button {
  border: none;
  background: #ff4068;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 20px;
  letter-spacing: -2px;
}
.level-wrap .channel-talk {
  width: 70px;
  text-align: center;
  cursor: pointer;
}
.level-wrap .channel-talk p {
  text-align: center;
  color: #fff;
}
.level-wrap .channel-talk img {
  width: 50px;
}
.level-wrap .channel-talk-m {
  display: none;
}
@media only screen and (max-width: 768px) {
  .level-wrap .channel-talk {
    display: none;
  }
  .level-wrap .channel-talk-m {
    position: fixed;
    display: block;
    right: 10px;
    bottom: 10px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
  }
  .level-wrap .channel-talk-m.locked {
    position: absolute;
    right: 0px;
    bottom: -90px;
  }
  .level-wrap .channel-talk-m p {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  .level-wrap .channel-talk-m img {
    width: 50px;
  }
}

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

/*new 레벨테스트*/
.level-wrap-new {
  /*상단*/
}
.level-wrap-new .time-ai-txt {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}
.level-wrap-new .time-ai-txt span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.level-wrap-new .level-top {
  background: linear-gradient(#f68e4d, #f34960);
}
.level-wrap-new .level-top .level-bg {
  background: url(../img/phone/lv_bg_new_2.jpg) no-repeat center bottom;
}
.level-wrap-new .level-top .con {
  margin: 0 auto;
  max-width: 1200px;
}
.level-wrap-new .level-top .con .visual {
  max-width: 400px;
  width: 100%;
  padding-top: 20px;
}
.level-wrap-new .level-top .con .title {
  float: left;
  width: 60%;
  text-align: center;
}
.level-wrap-new .level-top .con .title h2 {
  padding-top: 10%;
  margin: 0 auto 10px auto;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #fff;
}
.level-wrap-new .level-top .con .title h3 span {
  font-weight: bold;
}
.level-wrap-new .level-top .con .title h3 {
  font-size: 24px;
  color: #fff0f0;
}
.level-wrap-new .level-top .con .title ul {
  margin-top: 20px;
}
.level-wrap-new .level-top .con .title ul li {
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
}
.level-wrap-new .level-top .con .title ul li:last-child {
  border-right: none;
}
.level-wrap-new .level-top .con .title ul li a {
  color: #000000;
}
.level-wrap-new .level-top .con .title ul li a img {
  width: 76px;
}
.level-wrap-new .level-top .con .title ul li a p {
  line-height: 21px;
  margin-top: 8px;
  color: #fff;
}
.level-wrap-new .level-con {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.level-wrap-new .level-con .tab {
  width: 100%;
  position: absolute;
  top: -61px;
}
.level-wrap-new .level-con .tab li {
  float: left;
  width: 33.3%;
  display: block;
}
.level-wrap-new .level-con .tab li.on a {
  background: #ffffff;
  color: #ff416d;
  font-weight: bold;
  border-left: 1px solid #ff4068;
  border-right: 1px solid #ff7b1f;
  border-top: 1px solid #ff4068;
  padding: 19px 20px 19px 20px;
}
.level-wrap-new .level-con .tab 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; */
}
.level-wrap-new .level-con .con {
  padding-top: 60px;
}
.level-wrap-new .level-con .con h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.level-wrap-new .level-con .con .info .info-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  width: 220px;
  display: inline-block;
}
.level-wrap-new .level-con .con .info .leveltest-info {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.level-wrap-new .level-con .con .time .time-tab {
  width: 100%;
}
.level-wrap-new .level-con .con .time .time-tab li {
  width: 33.333%;
  float: left;
  text-align: center;
  background: #efefef;
}
.level-wrap-new .level-con .con .time .time-tab li.on {
  background: #333;
}
.level-wrap-new .level-con .con .time .time-tab li.on a {
  font-weight: bold;
  color: #ff4068;
}
.level-wrap-new .level-con .con .time .time-tab li a {
  color: #b1abab;
  display: block;
  padding: 15px 0;
}
.level-wrap-new .level-con .con .time .time-con {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  overflow: auto;
  height: 290px;
  width: 99.999%;
}
.level-wrap-new .level-con .con .time .time-con table {
  width: 100%;
  text-align: center;
}
.level-wrap-new .level-con .con .time .time-con table tr:last-child th {
  border-bottom: none;
}
.level-wrap-new .level-con .con .time .time-con table tr:last-child td {
  border-bottom: none;
}
.level-wrap-new .level-con .con .time .time-con table tr th {
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  background: #f5f5f5;
}
.level-wrap-new .level-con .con .time .time-con table tr td {
  border-bottom: 1px solid #ececec;
}
.level-wrap-new .level-con .con .time .time-con table tr td a {
  display: block;
  padding: 15px 0;
  font-weight: bold;
}
.level-wrap-new .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-wrap-new .level-con .con .time .time-con table tr td a.on {
  background: #ff4068;
  font-weight: bold;
  color: #fff;
}
.level-wrap-new .level-con .con .time .test-notice {
  margin: 20px 0 60px 0;
  color: #aaa;
}
.level-wrap-new .level-con .con .info .box-radio-input-3button {
  width: 32.7%;
  display: inline-block;
  margin-bottom: 20px;
}
.level-wrap-new .level-con .con .info .box-radio-input-3button span {
  width: 100% !important;
}
.level-wrap-new .level-con .con .info .box-radio-input input[type=radio] {
  display: none;
}
.level-wrap-new .level-con .con .info .box-radio-input input[type=radio] + span {
  display: inline-block;
  background: none;
  border: 1px solid #efefef;
  text-align: center;
  cursor: pointer;
  color: #dddddd;
  width: calc(50% - 2px);
  font-size: 18px;
  padding: 10px 0;
}
.level-wrap-new .level-con .con .info .box-radio-input input[type=radio]:checked + span {
  border: 3px solid #ff416d;
  color: #ff416d;
  font-weight: bold;
}
.level-wrap-new .level-con .con .info input[type=text],
.level-wrap-new .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-wrap-new .level-con .con .info input[type=text].name,
.level-wrap-new .level-con .con .info select.name {
  width: 286px;
}
.level-wrap-new .level-con .con .info input[type=text].kname,
.level-wrap-new .level-con .con .info select.kname {
  width: 575px;
}
.level-wrap-new .level-con .con .info .phone input[type=text],
.level-wrap-new .level-con .con .info .phone select {
  width: 23%;
}
.level-wrap-new .level-con .con .info textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
  padding: 10px;
}
.level-wrap-new .level-con .con .info .terms {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.level-wrap-new .level-con .con .info .terms input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.level-wrap-new .level-con .con .info .terms label {
  font-size: 16px;
}
.level-wrap-new .level-con .con .info .terms label a {
  font-weight: 700;
  color: #000000;
}
.level-wrap-new .level-con .con .info .btn-lv {
  margin: 70px auto;
  text-align: center;
}
.level-wrap-new .level-con .con .info .btn-lv button {
  border: none;
  background: #ff4068;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 40px;
  letter-spacing: -2px;
}
.level-wrap-new .level-con .leveltest-event {
  text-align: center;
  margin-bottom: 100px;
}
.level-wrap-new .channel-talk {
  text-align: center;
  cursor: pointer;
}
.level-wrap-new .channel-talk p {
  text-align: center;
  color: #000000;
}
.level-wrap-new .channel-talk img {
  width: 76px;
}
.level-wrap-new .channel-talk-m {
  display: none;
}
@media only screen and (max-width: 768px) {
  .level-wrap-new .channel-talk {
    display: none;
  }
  .level-wrap-new .channel-talk-m {
    position: fixed;
    display: block;
    right: 10px;
    bottom: 94px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
  }
  .level-wrap-new .channel-talk-m.locked {
    position: absolute;
    right: 0px;
    bottom: -90px;
  }
  .level-wrap-new .channel-talk-m p {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  .level-wrap-new .channel-talk-m img {
    width: 50px;
  }
}

.cupon-con {
  max-width: 500px;
  margin: auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.cupon-con h1 {
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.66px;
  color: #656565;
}
.cupon-con .cupon-box {
  width: 100%;
  position: relative;
  padding-top: 36px;
}
.cupon-con .cupon-box input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  border: solid 1px #dadada;
  background-color: #ffffff;
  outline: 0;
  border-radius: 0px;
}
.cupon-con .cupon-box p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: left;
  margin-top: 10px;
  font-family: "Noto Sans KR";
}
.cupon-con .cupon-box .cupon-not {
  color: #f2090a;
}
.cupon-con .cupon-box .cupon-ok {
  color: #2e82ff;
}
.cupon-con .cupon-phone-box select {
  height: 40px;
  padding: 0 15px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  vertical-align: top;
  border: solid 1px #dadada;
  background-color: #ffffff;
  outline: 0;
  border-radius: 0px;
  width: 31.5%;
  display: inline-block;
}
.cupon-con .cupon-phone-box span {
  display: inline-block;
  padding-top: 8px;
}
.cupon-con .cupon-phone-box input {
  display: inline-block;
  width: 31.5%;
}
.cupon-con .signup-setting {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%;
}
.cupon-con .signup-setting .signupAll {
  border-bottom: 1px solid #efefef;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.cupon-con .signup-setting .signupCheck ul li {
  margin: 0 0 8px 0;
  width: 50%;
  height: 24px;
  float: left;
}
.cupon-con .btnCupon {
  margin-top: 45px;
  background-color: #404040;
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: -0.34px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding-top: 21px;
  border: none;
  padding-bottom: 21px;
}
.cupon-con .cuponInfo {
  margin-top: 36px;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: left;
  color: #656565;
  white-space: nowrap;
}
.cupon-con .cuponInfo span {
  color: red;
}
.cupon-con .termsWrap {
  margin: 10px 0 0 0;
  background: #f7f7f7;
}
.cupon-con .termsWrap .terms_title {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
}
.cupon-con .termsWrap .terms_title h5 {
  font-size: 12px;
  font-weight: bold;
}
.cupon-con .termsWrap .terms_summary {
  height: 50px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
}

/* AI 레벨테스트페이지 */
.level-ai-wrap .con {
  margin-top: 100px;
}
.level-ai-wrap .con p {
  font-size: 40px;
  text-align: center;
}
.level-ai-wrap .con .btn-start {
  text-align: center;
  margin-top: 50px;
}
.level-ai-wrap .con .btn-start a {
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #dc2d60;
  color: #dc2d60;
  font-size: 25px;
}
.level-ai-wrap .con .btn-set {
  text-align: center;
  margin-top: 50px;
}
.level-ai-wrap .con .btn-set ul li {
  display: inline-block;
  margin-right: 50px;
}
.level-ai-wrap .con .btn-set ul li:last-child {
  margin-right: 0px;
}
.level-ai-wrap .con .btn-set ul li a {
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #dc2d60;
  color: #dc2d60;
  font-size: 25px;
}
.level-ai-wrap .con .notice {
  margin-top: 100px;
  background: rgba(241, 241, 241, 0.9450980392);
  border-radius: 10px;
  padding: 50px;
}
.level-ai-wrap .con .notice ul li {
  font-size: 20px;
}
.level-ai-wrap .con .notice ul li:nth-child(2) {
  font-size: 18px;
  margin-top: 20px;
}

/*Best 강사*/
.teacher-wrap h2 {
  font-size: 33px;
  font-weight: normal;
  margin: 0 0 30px 0;
  display: inline-block;
}
.teacher-wrap .pink-bar {
  width: 57px;
  border-top: 1px solid #dc2d60;
  padding-bottom: 30px;
}
.teacher-wrap h3 {
  font-size: 35px;
  font-weight: bold;
}
.teacher-wrap .con .top div:first-child {
  float: left;
}
.teacher-wrap .con .top div:first-child img {
  width: 100%;
}
.teacher-wrap .con .top div:last-child {
  float: left;
  width: 53%;
  max-width: 622px;
  background: #f3f3f3;
  min-height: 581px;
  padding: 40px 55px;
}
.teacher-wrap .con .top div:last-child h3 {
  padding-bottom: 15px;
}
.teacher-wrap .con .top div:last-child .country {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 40px;
  font-weight: bold;
  color: #dc2d60;
}
.teacher-wrap .con .top div:last-child .country span {
  color: #444;
  font-weight: bold;
  padding-right: 10px;
}
.teacher-wrap .con .top div:last-child .country span::after {
  content: "";
  height: 10px;
  border-right: 1px solid #444;
  margin-left: 10px;
}

/*강사소개*/
.sub_title {
  font-size: 33px;
  font-weight: normal;
  margin: 0 0 30px 0;
  display: inline-block;
}

.t-best {
  position: relative;
  overflow: hidden;
}

.t-best-img {
  float: left;
}
.t-best-img img {
  width: 100%;
  max-width: 578px;
}

.t-best-con {
  float: left;
  width: 53%;
  max-width: 622px;
  background: #f3f3f3;
  min-height: 581px;
}

.t-best-con_w {
  padding: 40px 55px;
}

.t-best-con_t1 {
  font-size: 15px;
  padding-bottom: 30px;
}

.call-t-bar {
  width: 57px;
  border-top: 1px solid #dc2d60;
  padding-bottom: 30px;
}

.call-t-bar2 {
  width: 57px;
  border-top: 1px solid #dc2d60;
  padding-bottom: 30px;
  margin: auto;
}

.t-best-con_w dl dt {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 15px;
}
.t-best-con_w dl dd {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 20px;
}
.t-best-con_w dl:last-child {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 40px;
  font-weight: bold;
}
.t-best-con_w dl span {
  color: #dc2d60;
  font-weight: bold;
}

.t-best-con_t2 {
  font-size: 15px;
  line-height: 22px;
  color: #878787;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 15em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.call-t-more p {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 40px;
}

.call-t-list {
  padding-top: 80px;
}

.call-t-list_top {
  text-align: center;
}
.call-t-list_top h3 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 30px;
}
.call-t-list_top p {
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 50px;
}
.call-t-list_top ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.call-t-list_top a {
  display: inline-block;
  background: #ff4068;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 20px;
  letter-spacing: -2px;
}

.call-t-list_con_w {
  text-align: center;
}
.call-t-list_con_w .call-t-list_con {
  display: inline-flex;
}
.call-t-list_con_w .call-t-list_con ul {
  max-width: 200px;
  text-align: center;
  margin-right: 37px;
  padding-bottom: 60px;
}
.call-t-list_con_w .call-t-list_con img {
  width: 140px;
}

.call-t-list_con_n {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 20px;
}
.call-t-list_con_n span {
  color: #dc2d60;
  font-size: 14px;
}

.call-t-review {
  word-break: keep-all;
  font-size: 14px;
  line-height: 20px;
}

/*강사소개_view*/
.best_review_t {
  text-align: left;
  width: 80%;
  border-bottom: 1px solid #c1c1c1;
  margin: 20px auto 35px auto;
}

.best_review_t:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.t-best-img_v {
  float: left;
}
.t-best-img_v img {
  width: 100%;
  max-width: 578px;
}

.call-t-bar {
  width: 57px;
  border-top: 1px solid #dc2d60;
  padding-bottom: 30px;
}

.call-t-bar2 {
  width: 57px;
  border-top: 1px solid #dc2d60;
  padding-bottom: 30px;
  margin: auto;
}

.reviewCont_v {
  width: 80%;
  margin: 20px auto;
  clear: both;
}
.reviewCont_v .bx-pager-item a {
  color: #fff;
}
.reviewCont_v ul {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px dashed #eaeaea;
  text-align: center;
}
.reviewCont_v ul img {
  width: 100%;
}

.review-btn a {
  position: relative;
  width: 55px;
  height: 55px;
  margin: 0;
  top: 20%;
}
.review-btn a.review-btn-prev {
  left: 0;
  background: #999999;
  background: url("../img/phone/btn_review_prev.png") no-repeat;
  background-size: 100% 100%;
}
.review-btn a.review-btn-next {
  right: 0;
  background: #222222;
  background: url("../img/phone/btn_review_next.png") no-repeat;
  background-size: 100% 100%;
}

.bx-has-controls-direction {
  z-index: 9;
}
.bx-has-controls-direction .bx-controls-direction a {
  position: fixed;
  width: 55px;
  height: 55px;
  margin: 0;
  top: 50%;
}
.bx-has-controls-direction .bx-controls-direction .bx-prev {
  position: fixed;
  z-index: 999;
  left: 100px;
  background: #999999;
  background: url("../img/phone/btn_review_prev.png") no-repeat;
  background-size: 100% 100%;
}
.bx-has-controls-direction .bx-controls-direction .bx-next {
  position: fixed;
  z-index: 999;
  right: 100px;
  background: #222222;
  background: url("../img/phone/btn_review_next.png") no-repeat;
  background-size: 100% 100%;
}

/* 제2외국어 페이지 */
.foreign-temp {
  padding: 100px 0 100px 0;
  text-align: center;
}
.foreign-temp .comment {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.foreign-temp .comment span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 35px;
  letter-spacing: -2px;
}
.foreign-temp .comment h2 {
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
  display: block;
  font-weight: bold;
  padding: 0px 0 80px 0;
  text-align: center;
  font-size: 50px;
  letter-spacing: -2px;
  color: #fe5003;
}
.foreign-temp .review_list_box {
  text-align: left;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  margin: 54px 0 88px 0;
  width: 1200px;
  margin: 0 auto;
}
.foreign-temp .review_list {
  text-align: left;
  font-size: 0;
  white-space: nowrap;
  margin: 54px 0 88px 0;
  width: 1200px;
  margin: 0 auto;
}
.foreign-temp .review_list .review1 {
  background: #ececec;
}
.foreign-temp .review_list .review2 {
  background: #f5f5f5;
}
.foreign-temp .review_list .review3 {
  background: #ececec;
}
.foreign-temp .review_list .review4 {
  background: #f5f5f5;
}
.foreign-temp .review_list .review5 {
  background: #ececec;
}
.foreign-temp .review_list .review6 {
  background: #f5f5f5;
}
.foreign-temp .review_list li {
  display: inline-block;
  width: 50%;
  padding: 36px 30px 60px 30px;
  white-space: normal;
  vertical-align: top;
}
.foreign-temp .review_list li .writer_info {
  overflow: hidden;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #f4750e;
}
.foreign-temp .review_list li .writer_info .name {
  float: left;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #ddd;
}
.foreign-temp .review_list li .writer_info .date {
  float: right;
  padding: 1px 0 0 8px;
  color: #fe5003;
  font-family: "noto-sans";
  font-size: 17px;
}
.foreign-temp .review_list li .writer_info .date strong {
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
.foreign-temp .review_list li .writer_info .side_txt {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #777;
}
.foreign-temp .review_list li .review_main {
  height: 250px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
  color: #6c6c6c;
  word-break: keep-all;
  padding-top: 20px;
}
.foreign-temp .review_list li .review_title {
  display: block;
  height: 80px;
  font-size: 21px;
  line-height: 28px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}
.foreign-temp .review_list li .review_title:before {
  content: "“";
}
.foreign-temp .review_list li .review_title:after {
  content: "”";
}
.foreign-temp .programStudy {
  text-align: center;
}
.foreign-temp .programStudy h2 {
  font-weight: normal;
  letter-spacing: -6px;
  font-size: 38px;
  line-height: 60px;
}
.foreign-temp .programStudy h2 em {
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 38px;
  line-height: 60px;
}
.foreign-temp .programStudy h2 span {
  font-weight: bold;
  font-size: 50px;
}
.foreign-temp .programStudy .or_line {
  width: 1px;
  height: 130px;
  background: #f28232;
  margin: 30px auto 30px auto;
}
.foreign-temp .programStudy .or_line2 {
  width: 1px;
  height: 70px;
  background: #f28232;
  margin: 0 auto 30px auto;
}
.foreign-temp .programStudy .bk_line {
  width: 30px;
  height: 1px;
  background: #232323;
  margin: 30px auto 30px auto;
}
.foreign-temp .programStudy .foreign_sub_img {
  width: 100%;
  max-width: 902px;
}
.foreign-temp .programStudy .btn_leveltest {
  color: #fe5003;
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  margin-top: 50px;
  border: 1px solid #f28232;
  width: 400px;
  height: 40px;
  padding: 10px 0 45px 0;
}
.foreign-temp .process h2 {
  font-size: 50px;
  font-weight: bold;
}
.foreign-temp .process .foreign-step {
  width: 1200px;
  margin: 0 auto 30px auto;
}
.foreign-temp .process .foreign-step li {
  display: inline-block;
  width: 33%;
}
.foreign-temp .process .foreign-step li h3 {
  margin: 45px 0 10px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
.foreign-temp .process .foreign-step li h3 span {
  font-weight: 700;
  color: #dd325f;
  font-family: "Open Sans Condensed italic", sans-serif;
  font-size: 25px;
  display: block;
  letter-spacing: 0.5px;
}
.foreign-temp .process .foreign-step li img {
  width: 180px;
}
.foreign-temp .process .foreign-step li p {
  font-size: 16px;
  padding: 20px 0;
  line-height: 24px;
}

/*과정소개-교재*/
.programBook {
  background: #19262e;
  text-align: center;
  padding: 100px 0;
  width: 100%;
}
.programBook h3 {
  width: 90%;
  margin: 0 auto;
}
.programBook .BookList ul:after {
  clear: both;
  display: block;
  content: "";
}
.programBook .BookList li h5 {
  font-size: 23px;
  font-family: "Open Sans Condensed italic", sans-serif;
  color: #f38331;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0 0 0;
}
.programBook .BookList li h6 {
  color: #ffffff;
  padding: 0;
  font-size: 24px;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.programBook .BookList .slide_img li {
  width: 33.333%;
  float: left;
  text-align: center;
}
.programBook .BookList .slide_img li img {
  width: 60%;
  margin: 0 0 20px 0;
}
.programBook .BookList .slide_img li h4 {
  font-size: 14px;
  color: #90adbf;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.programBook .BookList .slide_img li a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 31px;
}
.programBook .BookList .slide_img li a span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
.programBook .BookList .slide_img li a.BookList_f {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  color: #ffffff;
  padding: 0 0px 0 0;
  letter-spacing: 0.5px;
  font-weight: 700;
  background: none;
}
.programBook .BookList .slide_img li p.BookList_f {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  color: #ffffff;
  padding: 0 0px 0 0;
  letter-spacing: 0.5px;
  font-weight: 700;
  background: none;
}
.programBook .BookList .slide_img .thr {
  margin: 0 350px;
}
.programBook .BookList .slide_img .four {
  margin: 0 180px;
}
.programBook .BookList .slide_img .thr {
  margin: 0 180px;
}
.programBook .BookList .slide_img .fifth {
  margin: 0 350px;
}
.programBook .BookList .slide_img .sixth {
  margin: 0 180px;
}
.programBook .BookList .slide_img .eighth {
  margin: 0 180px;
}
.programBook .BookList .slide_img .ninth {
  margin: 0 180px;
}
.programBook .BookList .slide_img .tenth {
  margin: 0 350px;
}
.programBook h2 {
  font-weight: normal;
  letter-spacing: -2px;
  font-size: 38px;
  line-height: 60px;
  color: #ffffff;
}
.programBook h2 span {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  display: block;
}
.programBook h3 {
  font-size: 18px;
  padding: 25px 0 50px 0;
  line-height: 31px;
  color: #e5e5e5;
}
.programBook p.wh_line {
  width: 30px;
  height: 1px;
  background: #ffffff;
  margin: 30px auto 30px auto;
}
.programBook a {
  font-size: 20px;
  color: #ffffff;
  width: 150px;
  text-align: center;
  height: 40px;
  padding: 5px 5px 0 0;
}
.programBook a img {
  margin-right: 10px;
}
.programBook a:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 46px;
  background: url(../img/phone/book/img_hands1.png) no-repeat;
  margin: 5px 0 0 8px;
}
.programBook {
  /*제 2외국어 슬라이드 추가*/
}
.programBook .menu_slide100 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.programBook .menu_slide100 ul {
  width: 920px;
  height: 100px;
  position: absolute;
  top: 0;
  text-align: center;
  margin: 0 auto;
}
.programBook .menu_slide100 ul li {
  width: 150px;
  text-align: center;
  height: 40px;
  display: inline-block;
}
.programBook .menu_slide100 ul li a {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.programBook .menu_slide100 ul li.on a {
  color: #f08231;
}
.programBook .menu_visible {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  height: 100px;
  margin-bottom: 50px;
}
.programBook .menu_visible ul li a {
  padding: 5px 5px 0 0;
}
.programBook .menu_visible ul li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.programBook .menu_slide {
  width: 100%;
}
.programBook .slide_center_visible {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  left: 0;
}
.programBook .slide_800 {
  height: 890px;
  position: relative;
}
.programBook .slide_800 div {
  position: absolute;
  top: 0;
}
.programBook .fst {
  width: 100%;
  height: 500px;
  left: 0;
}
.programBook .scd {
  width: 100%;
  height: 500px;
  left: 100%;
}
.programBook .thr {
  width: 100%;
  height: 500px;
  left: 200%;
}
.programBook .four {
  width: 100%;
  height: 500px;
  left: 300%;
}
.programBook .fifth {
  width: 100%;
  height: 500px;
  left: 400%;
}
.programBook .sixth {
  width: 100%;
  height: 500px;
  left: 500%;
}
.programBook .seventh {
  width: 100%;
  height: 500px;
  left: 600%;
}
.programBook .eighth {
  width: 100%;
  height: 500px;
  left: 700%;
}
.programBook .ninth {
  width: 100%;
  height: 500px;
  left: 800%;
}
.programBook .tenth {
  width: 100%;
  height: 500px;
  left: 900%;
}
.programBook .eleven {
  width: 100%;
  height: 500px;
  left: 1000%;
}
.programBook .twelve {
  width: 100%;
  height: 500px;
  left: 1100%;
}
.programBook .button {
  width: 100%;
  height: auto;
  display: none;
}
.programBook .button ul {
  margin: 0 auto;
  width: 222px;
  margin-top: 30px;
}
.programBook .button ul li a {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 10px;
}
.programBook .button ul li.act a {
  background: #000;
}
.programBook .ml {
  margin-left: 10px;
}

/*과정소개-10만명 신청하러 가기*/
.program-apply {
  background: linear-gradient(to right, #dc2d60, #f38331);
  text-align: center;
  color: #ffffff;
  padding: 40px 0 55px 0;
  line-height: 43px;
}
.program-apply span {
  font-size: 25px;
  font-weight: normal;
  display: block;
}
.program-apply p {
  font-size: 18px;
  padding-top: 5px;
}

.program-apply a:link,
.program-apply a:hover,
.program-apply a {
  color: #ffffff;
  font-size: 31px;
  margin: 0 15px;
  display: inline-block;
  padding: 9px 0 5px 0;
  font-weight: bold;
  border-bottom: 2px solid #efefef;
}
.program-apply a:link p,
.program-apply a:hover p,
.program-apply a p {
  font-size: 18px;
  padding-top: 5px;
}

/* 제2외국어 후기 슬라이드 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  width: 1200px;
  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 img {
  display: block;
}

.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 {
  font-family: "Noto Sans", "맑은고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, AppleGothic, sans-serif;
  letter-spacing: -1px;
  background: #000000;
  color: #80898e;
  width: 100%;
}
.footer .sitemap {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.footer .sitemap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
}
.footer .sitemap .menu {
  float: left;
  width: 14%;
}
.footer .sitemap .menu dt {
  padding-bottom: 10px;
}
.footer .sitemap .menu dt a {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.footer .sitemap .menu dd .snb {
  display: block;
}
.footer .sitemap .menu dd .snb a {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  color: #999999;
}
.footer .copyright {
  padding: 30px 0;
}
.footer .copyright:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.footer .copyright .address {
  float: left;
  color: #999999;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: normal;
}
.footer .copyright .address a {
  color: #999999;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0;
}
.footer .copyright .family_area {
  float: right;
  overflow: hidden;
}
.footer .copyright .family_area .social {
  float: left;
}
.footer .copyright .family_area .social dt {
  float: left;
  height: 26px;
  line-height: 26px;
  color: #999999;
  font-size: 12px;
}
.footer .copyright .family_area .social dd {
  float: left;
  margin: 0 4px;
}
.footer .copyright .family_area select.family {
  float: left;
  min-width: 100px;
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  background: #000000;
  border: #000000;
  color: #999;
}

/*레이어팝업(신규문의)*/
.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;
  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;
}

.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;
  color: #000000;
  background-color: #fff;
}
.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;
  color: #000000;
  background-color: #fff;
}
.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: 0 0 0 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: 0 0 0 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: 0 0 0 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(../img/phone/main/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(../img/phone/main/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(../img/phone/main/ico_login_google.png) no-repeat left;
  background-size: 15px auto;
  padding: 0 0 0 23px;
}

/*로그인 및 회원가입*/
.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: #ff6969;
  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 button.apple {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 5px 0 0 0;
}
.login-layer .login-Box button.apple span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0 23px;
  background-size: 15px auto;
}
.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;
}

/*학습문의*/
.carrot-layer-bg .contact-layer .layer-con h3 {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.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: #ff416d;
  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;
}

/*레벨테스트*/
.lv-layer {
  max-width: 300px;
}
.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 img {
  width: 10%;
  margin-right: 10px;
  margin-top: -5px;
}
.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 .call-lv span img {
  width: 6%;
}
.lv-layer .layer-con .lv-wrap .call-lv span {
  color: #fe6845;
}
.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;
}

/* 기업수강 신청하기 */
.globalapply-wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.globalapply-wrap .globalapply-cont {
  background: #ffffff;
  width: 780px;
}
.globalapply-wrap .globalapply-cont .globalapply-title {
  padding-left: 0;
}
.globalapply-wrap .globalapply-cont .globalapply-title .globalapply-title-img {
  float: left;
  margin-top: 35px;
}
.globalapply-wrap .globalapply-cont .globalapply-title .globalapply-title-btn {
  float: right;
  padding-right: 40px;
  margin-top: 40px;
}
.globalapply-wrap .globalapply-cont .globalapply-table {
  clear: both;
  padding-top: 15px;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul {
  float: left;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul li {
  text-align: center;
  height: 40px;
  font-size: 11px;
  line-height: 18px;
  width: 190px;
  margin: 0 0 25px 0;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul .company-name {
  width: 140px;
  margin: 0 auto;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul .company-name a {
  text-decoration: none;
  color: #656565;
  font-size: 12px;
  color: #656565;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul .company-name a span {
  font-size: 12px;
  color: #656565;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul .company-logo {
  margin: 0;
}
.globalapply-wrap .globalapply-cont .globalapply-table ul .company-logo a img {
  max-width: 85px;
  max-height: 35px;
}

/* 아이디/비밀번호 찾기 */
.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 #ff4068;
  border-right: 1px solid #ff4068;
  border-top: 1px solid #ff4068;
  border-radius: 10px 10px 0 0;
  display: block;
}
.login-wrap .login-sub ul .on a {
  color: #ff416d;
  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: #ff416d;
  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: #ff6969;
  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;
}

/* 학습안내 가이드 */
.guide-wrap {
  width: 100%;
  margin: 0 auto 40px auto;
}
.guide-wrap h2 {
  background: #2a2929;
  color: #ffffff;
  padding: 9px;
  font-size: 12px;
}
.guide-wrap .guide-menu {
  width: 100%;
}
.guide-wrap .guide-menu ul {
  background: #fe6138;
}
.guide-wrap .guide-menu ul li {
  padding: 18px 0;
  float: left;
  width: 11.11%;
  text-align: center;
}
.guide-wrap .guide-menu ul li:nth-child(1) {
  width: 12.1%;
}
.guide-wrap .guide-menu ul li:nth-child(2) {
  width: 10%;
}
.guide-wrap .guide-menu ul li:nth-child(3) {
  width: 10%;
}
.guide-wrap .guide-menu ul li:nth-child(4) {
  width: 10.4%;
}
.guide-wrap .guide-menu ul li:nth-child(5) {
  width: 12%;
}
.guide-wrap .guide-menu ul li:nth-child(6) {
  width: 10%;
}
.guide-wrap .guide-menu ul li:nth-child(7) {
  width: 11%;
}
.guide-wrap .guide-menu ul li:nth-child(8) {
  width: 8.5%;
}
.guide-wrap .guide-menu ul li:nth-child(9) {
  width: 11%;
}
.guide-wrap .guide-menu ul li:nth-child(10) {
  width: 5%;
}
.guide-wrap .guide-menu ul li a {
  line-height: 1;
  font-family: "Noto Sans", "맑은고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, AppleGothic, sans-serif;
  font-size: 13px;
  color: #fefefe;
  letter-spacing: -1px;
}
.guide-wrap .guide-menu ul li.on {
  background: #ffffff;
  font-weight: bold;
}
.guide-wrap .guide-menu ul li.on a {
  color: #000000;
}
.guide-wrap .guide-menu ::after {
  clear: both;
  display: block;
  content: "";
}
.guide-wrap .m-guide-menu {
  display: none;
}
.guide-wrap .guide-con-wrap {
  max-width: 1000px;
  padding: 20px 0 0px 0;
  margin: 0 auto;
}
.guide-wrap .guide-con-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 17px 0;
}
.guide-wrap .guide-con-wrap .guide-con {
  line-height: 25px;
  margin: 0 0 20px 0;
  font-size: 14px;
  display: inline-block;
}
.guide-wrap .guide-con-wrap .guide-con .faq-tab li {
  display: inline-block;
  padding: 0 20px 20px 0;
  font-size: 22px;
}
.guide-wrap .guide-con-wrap .guide-con .faq-tab li a.active {
  font-weight: bold;
  color: #000000;
}
.guide-wrap .guide-con-wrap .guide-con .faq {
  width: 100%;
  border-top: 2px solid #282828;
}
.guide-wrap .guide-con-wrap .guide-con .faq li {
  margin-top: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #c7c7c7;
}
.guide-wrap .guide-con-wrap .guide-con .faq li h3 {
  font-size: 25px;
  font-weight: normal;
  padding: 0 0 20px 0;
}
.guide-wrap .guide-con-wrap .guide-con .faq li h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.guide-wrap .guide-con-wrap .guide-con .faq li p {
  margin-bottom: 20px;
}
.guide-wrap .guide-con-wrap .guide-con .faq li table {
  border-top: 1px solid #dddddd;
}
.guide-wrap .guide-con-wrap .guide-con .faq li table th {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
  padding: 3px 10px;
}
.guide-wrap .guide-con-wrap .guide-con .faq li table th:first-child {
  border-left: 1px solid #dddddd;
}
.guide-wrap .guide-con-wrap .guide-con .faq li table td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 3px 10px;
}
.guide-wrap .guide-con-wrap .guide-con .faq li table td:first-child {
  border-left: 1px solid #dddddd;
}
.guide-wrap .guide-con-wrap .guide-con .guide_slide {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px auto;
  font-size: 0;
  white-space: nowrap;
}
.guide-wrap .guide-con-wrap .guide-con .guide_slide .slide {
  width: 100%;
  display: inline-block;
  white-space: normal;
}
.guide-wrap .guide-con-wrap .guide-con .guide_slide .slide .guide_img {
  overflow: hidden;
  text-align: right;
}
.guide-wrap .guide-con-wrap .guide-con .guide_slide .slide .guide_img img {
  width: 100%;
}
.guide-wrap .guide-con-wrap .guide-con .guide_slide ::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year {
  text-align: center;
  font-size: 0;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year button {
  vertical-align: middle;
  margin: 2px 0 0 0;
  border: none;
  background: #ffffff;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide {
  display: inline-block;
  vertical-align: middle;
  width: 715px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li {
  display: inline-block;
  margin: 0 40px 2px 40px;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li button {
  font-size: 25px;
  color: #979797;
  border: none;
  background: #ffffff;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li.swiper-pagination-bullet-active button,
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li.slick-current button {
  position: relative;
  color: #fe4818;
  margin-bottom: 2px;
  border: none;
  background: #ffffff;
}
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li.swiper-pagination-bullet-active ::after,
.guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li.slick-current ::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #fe4818;
}
.guide-wrap .guide-con-wrap .guide-con .guide-btn {
  min-width: 1000px;
  margin: 25px auto;
  width: 100%;
  text-align: center;
}
.guide-wrap .guide-con-wrap .guide-con .guide-btn li {
  text-align: center;
  width: 50%;
  float: left;
}
.guide-wrap .guide-con-wrap .guide-con .guide-btn li a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 97%;
  height: 96px;
  line-height: 89px;
  color: #ffffff;
  display: inline-block;
  border-radius: 130px;
}
.guide-wrap .guide-con-wrap .guide-con .guide-btn li.english a {
  background: #3f51b5;
}
.guide-wrap .guide-con-wrap .guide-con .guide-btn li.chineses a {
  background: #b51a1a;
}
.guide-wrap .guide-con-wrap .guide-con .faq-wrap {
  padding: 35px 0 0px 0;
  border-top: 2px solid #282828;
}
.guide-wrap .guide-con-wrap .guide-con .faq-wrap ul {
  margin: 0px 0 42px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #c7c7c7;
}
.guide-wrap .guide-con-wrap .guide-con .faq-wrap ul li {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 20px 0;
  line-height: 25px;
}
.guide-wrap .guide-con-wrap .guide-con .faq-wrap ul h4 {
  font-size: 25px;
  font-weight: normal;
  padding: 0 0 20px 0;
}
.guide-wrap .guide-con-wrap .guide-con .faq-wrap ul h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.m-event-wrap {
  display: none;
}

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

/* 시원스쿨 btn */
.btn-floating-coupon {
  position: fixed;
  bottom: 260px;
  z-index: 999;
  right: 0px;
  cursor: pointer;
}

.btn-floating-top {
  position: fixed;
  left: 30px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ff8c56;
  border: 1px solid #ff5f6e;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 9999;
  outline: none;
  font-size: 14px;
}
.btn-floating-top:hover {
  opacity: 1;
}

.btn-floating-talk {
  text-align: center;
  width: 155px;
  border-radius: 18px;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 9;
  outline: none;
  font-size: 14px;
  border: none;
  background: #fff;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
  background: transparent;
  box-shadow: none;
}
.btn-floating-talk.sub {
  bottom: 34px;
}
.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: rgba(0, 0, 0, 0);
  display: block;
  padding: 46px 0px 0px 25px;
  background: url(../img/phone/main/question_icon.png?ver=2) no-repeat 25px;
  background-color: transparent;
  background-position: left;
  background-size: 100%;
}

.btn-floating-quick {
  position: fixed;
  bottom: 45px;
  z-index: 999;
  right: 0px;
}
.btn-floating-quick li {
  margin: 0 0 5px 18px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 10px 10px 10px 20px;
}
.btn-floating-quick li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  text-align: left;
}
.btn-floating-quick li.btn-payment {
  background-color: #ffdfe3;
}
.btn-floating-quick li.btn-apply {
  background-color: #ffd9bb;
}
.btn-floating-quick .quick-close {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  opacity: 70%;
  width: 18px;
  height: 61px;
  border-radius: 15px 0 0 15px;
}
.btn-floating-quick .quick-close img {
  margin: 13px 0 0 2px;
}

.disnone {
  display: block !important;
}

.phoneblock {
  display: none !important;
}

/* 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: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
}

.mobile_block {
  display: none;
}

@media only screen and (max-width: 999px) {
  /*new 레벨테스트*/
  .level-wrap-new {
    /*상단*/
  }
  .level-wrap-new .level-top {
    background: #f6934f;
  }
}
@media only screen and (max-width: 1500px) {
  .jr-top {
    background: #ffd8d2 url(../img/phone/20204_junior_bg.jpg) center no-repeat;
  }
}
@media only screen and (max-width: 1200px) {
  .main-visual-con .teacher-carrot-wrap .slide {
    width: 100%;
    margin: 0 auto;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap {
    width: 100%;
    align-items: center;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right {
    width: 46%;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right img {
    display: none;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right iframe {
    border-radius: 20px;
    width: 100%;
    margin: 14px 0 0 0;
    position: static;
  }
  .b2b_program_navi {
    display: none;
  }
  .b2b_menu {
    display: none;
  }
  .m-list_b2b {
    display: block;
  }
  .m-list_b2b 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_b2b 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_b2b .m_navi_box {
    text-align: center;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: flex;
  }
  .m-list_b2b .m_navi_box li {
    color: #111;
  }
  .m-list_b2b .m_navi_box li.m_navi {
    width: 30%;
    background-color: #ececec;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
  }
  .m-list_b2b .m_navi_box li.m_navi ul li.on {
    color: #fb6930;
  }
  .m-list_b2b .m_navi_box li.m_b2b_menu {
    width: 70%;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
  }
  .m-list_b2b .m_navi_box li.m_b2b_menu ul li {
    border-bottom: 1px solid #e9e9e9;
  }
  .m-list-bg_b2b {
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
  }
  .b2b_map_program_top .top {
    flex-direction: column;
    padding: 0 5%;
  }
  .b2b_map_program_top h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .b2b_map_program_top .graph {
    display: none;
  }
  .b2b_map_program_top .table {
    display: block;
  }
  .b2b_map_program_top table {
    background-color: #f6f6f6;
    text-align: center;
    width: 100%;
    font-size: 12px;
    border-collapse: separate;
    margin-bottom: 11px;
  }
  .b2b_map_program_top table thead {
    background-color: #fb6930;
    color: #fff;
  }
  .b2b_map_program_top table thead tr {
    height: 35px;
  }
  .b2b_map_program_top table thead th {
    border-left: 1px solid #fff;
    vertical-align: middle;
  }
  .b2b_map_program_top table thead th:first-child {
    border-left: none;
  }
  .b2b_map_program_top table tbody tr {
    height: 35px;
  }
  .b2b_map_program_top table tbody tr td {
    border-left: 1px solid #fff;
    vertical-align: middle;
  }
  .b2b_map_program_top table tbody tr.tr_01 {
    background-color: #ebebeb;
  }
  .b2b_map_program_top table tbody tr.tr_01 td:first-child {
    border-left: none;
  }
  .b2b_map_program_top table tbody tr.tr_02 td:first-child {
    border-left: none;
  }
  .b2b_map_program_top p {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 46px;
    letter-spacing: -0.8px;
  }
  .b2b_map_program_top p span {
    font-weight: 400;
  }
  .curriculum_map_con {
    display: none;
  }
  .m_curriculum_map_con {
    display: block;
    padding: 0 5%;
  }
  .m_curriculum_map_con h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 22px 0 20px;
  }
  .m_curriculum_map_con table {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    background-color: #f6f6f6;
    table-layout: fixed;
  }
  .m_curriculum_map_con table .col_01 {
    background-color: #ebebeb;
    color: #111;
  }
  .m_curriculum_map_con table .col_02 {
    background-color: #e2eefa;
    color: #336185;
  }
  .m_curriculum_map_con table .col_03 {
    background-color: #ffeedc;
    color: #f1740f;
  }
  .m_curriculum_map_con table .col_04 {
    background-color: #ffe4eb;
    color: #e46284;
  }
  .m_curriculum_map_con table .col_05 {
    background-color: #e0f9f3;
    color: #30987f;
  }
  .m_curriculum_map_con table .col_06 {
    background-color: #e8e8fb;
    color: #6363d6;
  }
  .m_curriculum_map_con table .col_07 {
    background-color: #ffe1db;
    color: #e9684c;
  }
  .m_curriculum_map_con table tr {
    height: 40px;
  }
  .m_curriculum_map_con table th {
    border-right: 1px solid #fff;
    vertical-align: middle;
    letter-spacing: -0.8px;
  }
  .m_curriculum_map_con table th:last-child {
    border-right: none;
  }
  .m_curriculum_map_con table td {
    border-right: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    vertical-align: middle;
    letter-spacing: -0.8px;
  }
  .m_curriculum_map_con table td:last-child {
    border-right: none;
  }
  .m_curriculum_map_con table thead {
    background-color: #2a2a2a;
    color: #fff;
  }
  .b2b_program_top {
    margin-bottom: 27px;
    padding: 42px 0 35px;
  }
  .b2b_program_top.b2b_program_top_second {
    padding: 42px 0 35px;
  }
  .b2b_program_top h2 {
    font-size: 45px;
  }
  .b2b_program_top p {
    font-size: 16px;
  }
  .b2b_program_top p.second_p {
    font-size: 16px;
  }
  .b2b_book_con {
    padding: 0 5%;
  }
  .b2b_book_con ul li {
    width: 28%;
    margin-right: 8%;
  }
  .b2b_book_con ul li.li_03 {
    margin-right: 0;
  }
  .b2b_book_con ul li.li_04 {
    margin-right: 8%;
  }
  .b2b_book_con ul li.li_06 {
    margin-right: 0;
  }
  .b2b_book_con ul li.li_08 {
    margin-right: 8%;
  }
  .b2b_book_con ul li.li_09 {
    margin-right: 0;
  }
  .b2b_book_con ul li.li_10 {
    margin-right: 8%;
  }
  .b2b_book_con .img {
    width: 100%;
  }
  .mobile_none {
    display: none;
  }
  .mobile_block {
    display: block;
    color: #acaaaa;
    font-size: 14px;
    padding-top: 5px;
  }
  .notice-wrap .notice-con h2 {
    display: none;
  }
  .notice-wrap .notice-con table thead tr th {
    font-size: 17px;
    color: #232323;
  }
  .notice-wrap .notice-con table tbody tr .notice_mobile {
    white-space: pre-wrap;
    font-size: 18px;
    color: #666666;
  }
  .notice-wrap .faq-con .menu li a {
    font-size: 22px;
  }
  .notice-wrap .faq-con .con li h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-gnb-wrap .gnb .pc-gnb ul {
    float: left;
  }
  .main-gnb-wrap .common li:last-child {
    margin-right: 150px;
  }
  .gnb-wrap .gnb .pc-gnb ul {
    float: left;
  }
  .gnb-wrap .common li:last-child {
    margin-right: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 95%;
  }
  .float-bn-ev {
    display: block;
  }
  .float-bn-ev-2 {
    display: none;
  }
  .float-bn-ev-5 {
    display: none;
  }
  .leveltest-event {
    display: none;
  }
  .float-bn-ev-mobile {
    display: block;
  }
  .main-gnb-wrap .gnb .pc-gnb ul {
    float: right;
  }
  .main-gnb-wrap .gnb .pc-gnb ul li {
    margin: 0 0 0 20px;
  }
  .main-gnb-wrap .common li:last-child {
    margin-right: 0px;
  }
  .gnb-wrap .gnb .pc-gnb ul {
    float: right;
  }
  .gnb-wrap .common li:last-child {
    margin-right: 0px;
  }
  .main-visual-bottom-wrap .main-visual-bottom {
    width: 95%;
  }
  .main-wrap .main-visual-navi-wrap {
    width: 95%;
  }
  .main-wrap .main-visual-right-wrap {
    width: 95%;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-right ul li img {
    width: 220px;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback {
    width: 95%;
  }
  .main-visual-con .four-step-wrap .comment {
    width: 95%;
  }
  .main-visual-con .four-step-wrap .apply-btn {
    width: 95%;
  }
  .main-visual-con .mypage-wrap .bg ul li {
    display: none;
  }
  .main-visual-con .mypage-wrap .comment {
    width: 95%;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap {
    width: 95%;
  }
  .main-visual-con .mypage-wrap .apply-btn {
    width: 95%;
  }
  .main-visual-con .lecture-wrap .wrap {
    width: 95%;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left {
    width: 35%;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right {
    width: 60%;
  }
  .main-visual-con .lecture-wrap .wrap .apply-btn {
    width: 95%;
  }
  .mystyle-wrap {
    display: block;
    background: #f4f4f4;
    padding: 45px 0;
  }
  .mystyle-wrap .comment {
    width: 95%;
  }
  .mystyle-wrap .comment span {
    font-size: 35px;
    line-height: 45px;
  }
  .mystyle-wrap .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .mystyle-wrap .mystyle-contents {
    width: 90%;
    margin: 0 auto;
  }
  .mystyle-wrap .mystyle-contents .mystyle {
    width: 100%;
    margin-top: 40px;
    padding: 30px;
  }
  .mystyle-wrap .mystyle-contents .mystyle .title {
    font-size: 20px;
  }
  .mystyle-wrap .mystyle-contents .mystyle .sub {
    font-size: 16px;
  }
  .mystyle-wrap .mystyle-contents .mystyle img {
    width: 100%;
  }
  .mystyle-wrap .mystyle-contents .mystyle:nth-child(2) {
    margin-left: 0;
  }
  .mystyle-wrap .mystyle-contents .mystyle-up {
    width: 100%;
    right: -30px;
    bottom: -80px;
  }
  .mystyle-wrap .mystyle-contents .mystyle-up img {
    width: 100%;
  }
  .foreign-wrap .comment {
    width: 95%;
  }
  .foreign-wrap .foreign-contents {
    width: 95%;
  }
  .foreign-wrap .foreign-contents .contents-1 {
    width: 50%;
  }
  .foreign-wrap .foreign-contents .contents-1 img {
    width: 100%;
  }
  .foreign-wrap .foreign-contents .contents-2 {
    width: 47%;
  }
  .foreign-wrap .apply-btn {
    width: 95%;
  }
  .review-wrap {
    width: 100%;
  }
  .review-wrap .comment {
    width: 95%;
    margin: 0 auto;
  }
  .review-wrap .review-best {
    width: 95%;
  }
  .review-wrap .review-list {
    width: 95%;
  }
  .review-wrap .review-list .slick-list {
    padding-left: 0;
  }
  .review-wrap .review-list .apply-btn {
    width: 100%;
  }
  .slick-track {
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  .main-visual-con {
    padding-top: 698px;
  }
}
@media only screen and (max-width: 768px) {
  .m-br {
    display: block;
  }
  .main-visual-con .teacher-info-wrap {
    padding-top: 200px;
  }
  .main-visual-con .teacher-info-wrap .txt p {
    font-size: 18px;
  }
  .main-visual-con .teacher-info-wrap .title {
    font-size: 35px;
    line-height: 1.2;
  }
  .main-visual-con .teacher-info-wrap .subtitle {
    font-size: 18px;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_box {
    width: 100%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_01 {
    left: 65%;
    width: 32%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_02 {
    left: 2%;
    width: 32%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_03 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_04 {
    left: 30%;
    width: 34%;
    top: 31%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_05 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_06 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_07 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_08 {
    left: 2%;
    width: 31%;
    bottom: 12%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_09 {
    right: 0;
    width: 30%;
    bottom: 8%;
  }
  .main-visual-con .teacher-carrot-wrap {
    padding-bottom: 45px;
  }
  .main-visual-con .mechanism {
    padding-bottom: 0;
  }
  .main-visual-con .mechanism .teacher-carrot-wrap_box {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .main-visual-con .mechanism .subtitle {
    font-size: 18px;
  }
  .main-visual-con .mechanism .title {
    font-size: 35px;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .main-visual-con .mechanism .title .slide_btn {
    display: block;
    margin-left: 0;
  }
  .main-visual-con .mechanism .swiper-scrollbar {
    display: none;
  }
  .main-visual-con .mechanism .slide {
    width: 85%;
    margin: 0 auto;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .subtitle {
    font-size: 18px;
    margin-top: 45px;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .title {
    font-size: 35px;
    margin-top: 6px;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .title .video_br {
    display: none;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_left {
    width: 100%;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video_slide_box {
    display: none;
  }
  .main-visual-con .teacher-carrot-wrap .video-carrot-wrap .video-carrot-wrap_right {
    width: 100%;
    margin-top: 0;
  }
  .brNone {
    display: none;
  }
  .disnone {
    display: none !important;
  }
  .float-bn-ev_main {
    display: block;
  }
  /*레이어 팝업*/
  .carrot-layer {
    min-width: 95%;
    max-width: 95%;
    margin-top: 50px;
  }
  .state-layer .signUpphone .box-form {
    width: 30%;
  }
  .contact-layer .sign-up-phone .box-form {
    width: 30%;
  }
  .login-layer .login-Box .signup-setting {
    display: block;
  }
  .login-layer .login-Box .signup-setting .signupCheck ul li {
    float: none;
    height: auto;
  }
  /*공통*/
  .wrap {
    width: 95%;
    margin: 0 auto;
  }
  /*메뉴*/
  .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: 26px;
  }
  .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: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: #2a2929;
  }
  .gnb-wrap .m-gnb h1 {
    overflow: hidden;
    display: inline-block;
  }
  .gnb-wrap .m-gnb h1 img {
    height: 26px;
  }
  .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 22px 0 22px;
  }
  .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 a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 17px 0;
    border-bottom: 1px solid #5b5757;
  }
  /*메인 메뉴*/
  .main-gnb-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 22px 0;
    z-index: 9;
  }
  .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 .logo_img img {
    height: auto;
  }
  .main-gnb-wrap .gnb .pc-gnb h1 img {
    height: 26px;
  }
  .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: #ff9750;
    background: #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: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: #2a2929;
  }
  .main-gnb-wrap .m-gnb h1 {
    overflow: hidden;
    display: inline-block;
  }
  .main-gnb-wrap .m-gnb h1 img {
    height: 26px;
  }
  .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: 20px 22px 0 22px;
  }
  .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 a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 17px 0;
    border-bottom: 1px solid #5b5757;
  }
  .m-event-wrap {
    display: block;
  }
  .m-event-wrap ul {
    position: fixed;
    bottom: 90px;
    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;
  }
  .m-event-wrap-lv {
    display: block;
  }
  .m-event-wrap-lv ul {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .m-event-wrap-lv ul li {
    width: 50%;
    float: left;
  }
  .m-event-wrap-lv ul li img {
    width: 100%;
  }
  .m-event-wrap-lv ul li .app-close {
    margin-right: 12px;
    float: right;
    position: relative;
    margin-top: -120px;
  }
  /* 비됴설치 btn */
  /* 당근농장 앱 설치 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: #ff5c6f;
    padding: 10px 0;
  }
  .m-carrot-download a {
    color: #fff;
  }
  .m-carrot-download a.app-btn {
    background: url(../img/phone/main/icon-carrot2.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;
  }
  /* 홈페이지 메인 */
  .main-wrap {
    height: 1080px;
  }
  .main-wrap .main-visual-wrap-01 {
    padding-bottom: 0px;
    background-image: none;
    background: linear-gradient(to bottom, #ff9a4a, #ff3a65);
  }
  .main-wrap .main-visual-wrap-01 .count-txt {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-01 .count {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-01 .main-visual {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left {
    width: 95%;
    clear: both;
    padding-top: 80px;
    float: none;
    margin: 0 auto;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual {
    width: 100% !important;
    padding: 0;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .lv-btn {
    color: #fe5003;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 45px auto;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .lv-btn a {
    font-size: 20px;
    width: 100%;
    display: block;
    padding: 9px 40px;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .lv-btn div {
    width: 100%;
    height: 70px;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual-txt li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual-txt li span p {
    font-size: 20px !important;
    letter-spacing: -1px !important;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual-txt li .copy {
    display: block;
    padding: 10px 0 !important;
    font-size: 43px !important;
    line-height: 60px !important;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .visual-txt li .copy span {
    font-size: 43px !important;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 45px 0;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li {
    font-size: 15px;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li p {
    padding-top: 5px;
    line-height: 20px;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:nth-child(1) {
    width: 33%;
    height: 110px;
  }
  .main-wrap .main-visual-wrap-01 .main-visual .main-visual-left .main-visual .main-visual-phone ul li img {
    width: 60px;
  }
  .main-wrap .main-visual-wrap-02 {
    padding-bottom: 0px;
    background-image: none;
    background: linear-gradient(to bottom, #ed6068, #ee52bd);
  }
  .main-wrap .main-visual-wrap-02 .count-txt {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-02 .count {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-02 .main-visual {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left {
    width: 95%;
    clear: both;
    padding-top: 80px;
    float: none;
    margin: 0 auto;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual {
    width: 100% !important;
    padding: 0;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .lv-btn {
    color: #fe5003;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 45px auto;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .lv-btn a {
    font-size: 20px;
    width: 100%;
    display: block;
    padding: 9px 40px;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .lv-btn div {
    width: 100%;
    height: 70px;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual-txt li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual-txt li span p {
    font-size: 20px !important;
    letter-spacing: -1px !important;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual-txt li .copy {
    display: block;
    padding: 10px 0 !important;
    font-size: 43px !important;
    line-height: 60px !important;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .visual-txt li .copy span {
    font-size: 43px !important;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 45px 0;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone ul {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone ul li {
    font-size: 15px;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone ul li p {
    padding-top: 5px;
    line-height: 20px;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:nth-child(1) {
    width: 33%;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone ul li img {
    width: 60px;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul {
    width: 100%;
    text-align: center;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li {
    float: none;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-bg {
    text-align: center;
  }
  .main-wrap .main-visual-wrap-03 {
    padding-bottom: 0px;
    background-image: none;
    background: linear-gradient(to bottom, #c768e6, #6e5ce4);
  }
  .main-wrap .main-visual-wrap-03 .count-txt {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-03 .count {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-03 .main-visual {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left {
    width: 95%;
    clear: both;
    padding-top: 80px;
    float: none;
    margin: 0 auto;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual {
    width: 100% !important;
    padding: 0;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 {
    padding: 20px 0 20px 0;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li {
    float: none;
    text-align: left;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li p {
    font-size: 16px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone-bg {
    text-align: center;
    margin-bottom: 25px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn {
    color: #fe5003;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 90%;
    margin: 0px auto 45px auto;
    font-size: 20px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn a {
    font-size: 20px;
    width: 100%;
    display: block;
    padding: 9px 40px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn div {
    width: 100%;
    height: 70px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .lv-btn.main-visual-wrap-03-freeclass {
    display: none;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual-txt li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual-txt li span p {
    font-size: 20px !important;
    letter-spacing: -1px !important;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual-txt li .copy {
    display: block;
    padding: 10px 0 !important;
    font-size: 43px !important;
    line-height: 60px !important;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .visual-txt li .copy span {
    font-size: 43px !important;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 45px 0;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone ul {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone ul li {
    font-size: 15px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone ul li p {
    padding-top: 5px;
    line-height: 20px;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:nth-child(1) {
    width: 33%;
  }
  .main-wrap .main-visual-wrap-03 .main-visual .main-visual-left .main-visual .main-visual-phone ul li img {
    width: 60px;
  }
  .main-wrap .main-visual-wrap-04 {
    padding-bottom: 0px;
    background: linear-gradient(to top, #473ed6, #9ae3f6);
  }
  .main-wrap .main-visual-wrap-04 .count-txt {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-04 .count {
    width: 100% !important;
  }
  .main-wrap .main-visual-wrap-04 .main-visual {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left {
    width: 95%;
    clear: both;
    padding-top: 80px;
    float: none;
    margin: 0 auto;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual {
    width: 100% !important;
    padding: 0;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 {
    padding: 20px 0 20px 0;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li {
    float: none;
    text-align: left;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li span img {
    width: 30px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-03 ul li p {
    font-size: 15px;
    padding-left: 10px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone-bg {
    text-align: center;
    margin-bottom: 25px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .lv-btn {
    color: #fe5003;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 90%;
    margin: 0px auto 45px auto;
    font-size: 20px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .lv-btn a {
    font-size: 20px;
    width: 100%;
    display: block;
    padding: 9px 40px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .lv-btn div {
    width: 100%;
    height: 70px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual-txt li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual-txt li span p {
    font-size: 20px !important;
    letter-spacing: -1px !important;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual-txt li .copy {
    display: block;
    padding: 10px 0 !important;
    font-size: 43px !important;
    line-height: 60px !important;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .visual-txt li .copy span {
    font-size: 43px !important;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 45px 0;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone ul {
    width: 100%;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone ul li {
    font-size: 15px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone ul li p {
    padding-top: 5px;
    line-height: 20px;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone ul li:nth-child(1) {
    width: 33%;
  }
  .main-wrap .main-visual-wrap-04 .main-visual .main-visual-left .main-visual .main-visual-phone ul li img {
    width: 60px;
  }
  .main-wrap .main-visual-right-wrap {
    display: none;
  }
  .main-wrap .main-visual-navi-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .main-wrap .main-visual-navi-wrap .main-visual-navi {
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 480px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
  .main-wrap .main-visual-navi-wrap .main-visual-navi li {
    display: inline-block;
    margin: 0 5px;
  }
  .main-wrap .main-visual-navi-wrap .main-visual-navi li a {
    color: #fff;
  }
  .main-wrap .main-visual-navi-wrap .main-visual-navi li a.carrot-active {
    color: yellow;
  }
  .main-visual-bottom-wrap {
    height: auto;
  }
  .main-visual-bottom-wrap .main-visual-bottom {
    width: 95%;
    margin: 0 auto;
  }
  .main-visual-bottom-wrap .main-visual-bottom .lv-test ul li {
    display: block;
    width: 100%;
  }
  .main-visual-bottom-wrap .bg {
    height: 450px;
  }
  .main-visual-con {
    padding-top: 970px;
  }
  .main-visual-con .teacher-info-wrap {
    margin: 0 auto;
  }
  .main-visual-con .teacher-info-wrap .btn {
    width: 90%;
    flex-direction: column;
  }
  .main-visual-con .teacher-info-wrap .btn li.lv-btn {
    margin: 10px 0 0 0;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .strong {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    padding-top: 60px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .sub {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding: 15px 0 50px 0;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .txt-box {
    padding: 20px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .txt-box li {
    font-size: 16px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .txt-box li:nth-child(1) img {
    width: 70px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .txt-box li:nth-child(2) {
    padding: 0;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .btn {
    position: relative;
    top: 380px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .btn ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .btn ul li.lv-btn {
    margin-top: 10px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-right {
    float: none;
    width: 100%;
    position: relative;
    top: -170px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-right ul {
    width: 100%;
    float: none;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-right ul li img {
    width: 150px;
    padding: 5px 20px 5px 20px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-right ul li span {
    font-size: 16px;
  }
  .main-visual-con .teacher-feedback-wrap {
    height: 758px;
    display: inline-block;
    padding: 45px 0;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback {
    width: 100%;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 0 5% 3%;
    margin-bottom: 0;
    float: none;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-left li:last-child {
    display: block;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right {
    float: none;
    width: 100%;
    white-space: nowrap;
    width: auto;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right li {
    width: 268px;
    white-space: normal;
    margin-left: 10px;
    height: 410px;
    background: url(../img/phone/main/teacher_slide_bg.png) no-repeat 29px 71px;
  }
  .main-visual-con .teacher-feedback-wrap .teacher-feedback .feedback-right li .comment {
    padding: 17px 9px 0px 51px;
  }
  .main-visual-con .four-step-wrap {
    padding: 45px 0;
  }
  .main-visual-con .four-step-wrap .comment {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .four-step-wrap .comment span {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .main-visual-con .four-step-wrap .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding-top: 15px;
  }
  .main-visual-con .four-step-wrap .apply-btn {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .mypage-wrap {
    padding: 45px 0;
  }
  .main-visual-con .mypage-wrap .comment {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .mypage-wrap .comment span {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .main-visual-con .mypage-wrap .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding: 15px 0 0px 0;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap {
    width: 100%;
    z-index: 1;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 28px;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul {
    margin-top: 20px;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .box p {
    font-size: 16px !important;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .box {
    padding: 30px;
    box-shadow: -2px -1px 9px #ccc;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .icon1 {
    right: 20px;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-left ul li ul .icon3 {
    right: 20px;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul {
    margin-top: 30px;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .box p {
    font-size: 16px !important;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .mypage-right ul li ul .box {
    padding: 30px;
    box-shadow: -2px -1px 9px #ccc;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .point1 {
    display: none;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .point2 {
    display: none;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .point3 {
    display: none;
  }
  .main-visual-con .mypage-wrap .mypage-all-wrap .point4 {
    display: none;
  }
  .main-visual-con .mypage-wrap .bg {
    display: none;
  }
  .main-visual-con .mypage-wrap .apply-btn {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .main-visual-con .lecture-wrap {
    padding: 45px 0;
  }
  .main-visual-con .lecture-wrap .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .lecture-wrap .wrap .comment {
    text-align: center;
  }
  .main-visual-con .lecture-wrap .wrap .comment span {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .main-visual-con .lecture-wrap .wrap .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding: 15px 0 0px 0;
  }
  .main-visual-con .lecture-wrap .wrap .lecture {
    margin-top: 20px;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left {
    width: 100%;
    float: none;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-left li {
    background-size: cover;
    width: 32%;
    margin: 0 3px 3px 0;
    height: 57px;
    font-size: 14px;
    line-height: 57px;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul {
    width: 100%;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul.relative {
    position: relative;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul .left-btn {
    height: 505px;
    line-height: 505px;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul .con-wrap {
    width: 90%;
    height: 505px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 30px;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul .con-wrap .lv span {
    padding: 5px 15px;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul .con-wrap .course {
    font-size: 35px;
    line-height: 45px;
    padding: 25px 0 30px 0;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul .con-wrap .txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    height: 180px;
  }
  .main-visual-con .lecture-wrap .wrap .lecture .lecture-wrap-right ul .right-btn {
    height: 505px;
    line-height: 505px;
  }
  .main-visual-con .lecture-wrap .wrap .book {
    margin: -120px 0px 0 0px !important;
  }
  .main-visual-con .lecture-wrap .wrap .book img {
    width: 90px !important;
  }
  .main-visual-con .lecture-wrap .wrap .apply-btn {
    width: 100%;
    margin-top: 20px;
  }
  .main-visual-con .foreign-wrap {
    padding: 45px 0;
  }
  .main-visual-con .foreign-wrap .comment {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .foreign-wrap .comment span {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .main-visual-con .foreign-wrap .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .main-visual-con .foreign-wrap .foreign-contents {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-1 {
    width: 100%;
    position: relative;
    top: 188px;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-1 img {
    width: 100%;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-2 {
    width: 100%;
    margin-top: 0px;
    position: relative;
    top: -360px;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-2 .country {
    font-size: 16px;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-2 .country li {
    width: 32%;
    font-size: 14px;
    letter-spacing: -1px;
    padding-bottom: 15px;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-2 .country img {
    width: 20px;
  }
  .main-visual-con .foreign-wrap .foreign-contents .contents-2 .images {
    display: none;
  }
  .main-visual-con .foreign-wrap .apply-btn {
    width: 100%;
    margin-top: 3px;
  }
  .main-visual-con .review-wrap {
    padding: 45px 0;
  }
  .main-visual-con .review-wrap .comment {
    width: 95%;
    margin: 0 auto;
  }
  .main-visual-con .review-wrap .comment span {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .main-visual-con .review-wrap .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding: 15px 0 10px 0;
  }
  .main-visual-con .review-wrap .review-best {
    width: 100%;
  }
  .main-visual-con .review-wrap .review-best .review-image {
    display: none;
  }
  .main-visual-con .review-wrap .review-best .review-txt {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    height: auto;
    float: none;
    background: none;
  }
  .main-visual-con .review-wrap .review-best .review-txt strong {
    font-size: 18px;
    padding: 0;
  }
  .main-visual-con .review-wrap .review-best .review-txt p {
    width: 100%;
    padding: 0;
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .main-visual-con .review-wrap .review-best .review-txt p .name {
    font-size: 16px;
  }
  .main-visual-con .review-wrap .review-best .review-txt p .name img {
    width: 25px;
  }
  .main-visual-con .review-wrap .review-list {
    width: 100%;
  }
  .main-visual-con .review-wrap .review-list .slick-list {
    margin: 30px 0 0 0;
    padding-left: 0;
    padding-top: 0;
  }
  .main-visual-con .review-wrap .review-list .slick-list li {
    width: 320px;
    margin: 0 11px;
    top: 0;
  }
  .main-visual-con .review-wrap .review-list .slick-list li .review-txt {
    height: 300px;
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 23px;
    color: #6c6c6c;
    word-break: keep-all;
  }
  .main-visual-con .review-wrap .review-list .slick-list li .writer-info {
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  .main-visual-con .review-wrap .review-list .slick-list li .writer-info .name {
    float: left;
    font-size: 16px;
  }
  .main-visual-con .review-wrap .review-list .slick-list li .writer-info .name img {
    width: 25px;
  }
  .main-visual-con .review-wrap .apply-btn {
    width: 100% !important;
  }
  /*후기 슬라이드*/
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  /* 공지사항,이벤트,faq */
  .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 .review span img {
    width: 100% !important;
  }
  .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;
  }
  /* 강사소개 수강신청하기 */
  .register-wrap {
    margin: 20px auto;
  }
  .register-wrap .register-title h2 {
    margin-bottom: 0px;
  }
  .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_top ul {
    flex-direction: column;
  }
  .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 .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;
    margin-bottom: 20px;
  }
  .register-wrap .con .pay-view .pay-view-info .btn-pay-n {
    width: 100% !important;
    background-size: 36% !important;
    margin-bottom: 20px;
  }
  .register-wrap .con .pay-view .pay-view-info .btn-pay-k {
    width: 100% !important;
    background-position-x: 115px;
    background-color: #f8e703;
    margin-bottom: 60px;
  }
  .register-wrap .con .pay {
    width: 100%;
    top: 0;
  }
  .register-wrap .con .pay .con .top.mcat {
    background-size: 100%;
  }
  .paging {
    margin-top: 20px;
  }
  /* 과정소개 */
  .program-top .top {
    padding: 35px 0;
    width: 95%;
    margin: 0 auto;
  }
  .program-top .top h2 {
    font-size: 45px;
    letter-spacing: -1px;
  }
  .program-top .top h3 {
    font-size: 16px;
    padding: 15px 0 0 0;
    line-height: 24px;
    letter-spacing: -1px;
    width: 80%;
    margin: 0 auto;
  }
  .program-top .bottom {
    width: 100%;
    padding: 0;
  }
  .program-top .bottom ul {
    padding: 0px 0 19px 0;
  }
  .program-top .bottom ul li {
    float: none;
    width: 100%;
    padding: 10px 0 16px 0;
    color: #ffffff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: bold;
    background: url(../img/phone/programlevel_bar.png) no-repeat center bottom;
    background-size: 11px;
  }
  .jr-top {
    background: #ffd8d2 url(../img/phone/junior_bg_object3_m.png) bottom no-repeat;
    background-size: 90% 55%;
    width: 100%;
  }
  .jr-top .jr-mobile {
    display: block;
  }
  .jr-top .wrap .goLevelDiv {
    display: none;
  }
  .jr-top .wrap .title-wrap .jr-pc {
    display: none;
  }
  .jr-top .wrap .title-wrap .jr-mobile {
    display: block;
  }
  .jr-top .wrap .title-wrap ul {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    color: #000;
    text-align: center;
  }
  .jr-top .wrap .title-wrap ul .mobile-title {
    display: block;
  }
  .jr-top .wrap .title-wrap ul .mobile-jr-img {
    display: none;
  }
  .jr-top .wrap .title-wrap ul .mobile-jr-p {
    display: block;
  }
  .jr-top .wrap .title-wrap ul .mobile-jr {
    display: block;
  }
  .jr-top .wrap .title-wrap ul .mobile-jr button {
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 7px;
    object-fit: contain;
    font-size: 19.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.49px;
    text-align: left;
    color: #ffffff;
    background-color: #f9545a;
    border: none;
    padding: 15px 43px;
    margin-top: 21px;
  }
  .jr-top .wrap .title-wrap ul .title {
    text-align: center;
  }
  .jr-top .wrap .title-wrap ul .title p {
    font-size: 40px;
  }
  .jr-top .wrap .title-wrap ul .title .mobile-img {
    width: 90%;
    margin: 0 auto;
    margin-top: 470px;
    display: block;
  }
  .jr-top .wrap .title-wrap ul .title .pc-img {
    display: none;
  }
  .jr-top .wrap .title-wrap ul .junior_btn {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
  }
  .jr-top .wrap .title-wrap ul .winter-li {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .jr-top .wrap .title-wrap ul .winter-li .winter-btn {
    display: none;
  }
  .jr-top .wrap .title-wrap ul .winter-li .winter-m-title {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .jr-top .wrap .title-wrap ul .winter-li .winter-btn-m {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .jr-count {
    background: #000;
    width: 100%;
    min-height: 200px;
  }
  .jr-count .jr-count-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .jr-count .jr-count-wrap .jr-count-test {
    position: relative;
    z-index: 1;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li {
    display: block;
    clear: both;
    width: 100%;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li .count-div {
    padding-right: 0;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li .count-div span {
    width: 30px;
    font-size: 26px;
    margin: 0;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li .count-div span.none {
    font-size: 20px;
    margin-right: 5px;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li div.thum-div {
    padding: 0;
    text-align: center;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li div.thum-div .thum-pc {
    display: none;
  }
  .jr-count .jr-count-wrap .jr-count-test ul li div.thum-div .thum-m {
    display: block;
    margin: 0px auto;
    margin-top: 30px;
  }
  .program-con .BookList .menu_slide100 {
    width: 100%;
  }
  .program-con .BookList .menu_slide100 .menu_visible {
    width: 90%;
    margin: 0 auto;
  }
  .program-con .BookList .menu_slide100 .menu_visible ul li {
    width: 32%;
    text-align: center;
  }
  .program-con .BookList .menu_slide100 .menu_visible ul li a {
    text-align: center;
    width: auto;
  }
  .program-con .BookList .menu_slide100 .menu_visible .cf {
    width: 95%;
    margin: 0 auto;
  }
  .program-con .BookList .menu_slide {
    margin-top: 200px;
  }
  .program-con .program-target {
    margin-bottom: 30px;
  }
  .program-con .program-target .orange-bar01 {
    height: 40px;
    margin: 0 auto 15px auto;
    background: #dedede;
  }
  .program-con .program-target p {
    font-size: 17px;
    line-height: 25px;
    padding: 5px 0 0 0;
  }
  .program-con .program-target .target-img {
    width: 80px;
    height: 80px;
    margin: 10px auto;
  }
  .program-con .program-target .target-img span {
    background-size: cover;
  }
  .program-con .program-mcat .orange-bar02 {
    height: 70px;
    background: #dedede;
  }
  .program-con .program-mcat .small-bar {
    width: 30px;
    height: 1px;
    background: #232323;
    margin: 30px auto 30px auto;
  }
  .program-con .program-mcat .top p {
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 40px;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-mcat .top h4 {
    font-weight: bold;
    font-size: 40px;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-mcat .con li .right {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 0 20px 0 !important;
  }
  .program-con .program-mcat .con li .right .title {
    margin: 40px 0 0 0 !important;
    line-height: 45px !important;
    font-size: 30px !important;
  }
  .program-con .program-mcat .con li .right .title span {
    font-size: 40px !important;
  }
  .program-con .program-mcat .con li .right .sub {
    padding: 10px 0 0 0 !important;
    line-height: 25px !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .program-con .program-mcat .con li .step-img {
    float: none;
    width: 100%;
  }
  .program-con .program-mcat .con li .step-img img {
    width: 90%;
    margin: 0 auto;
  }
  .program-con .program-mcat .con li .left {
    text-align: center !important;
    padding: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .program-con .program-mcat .con li .left .title {
    margin: 0 !important;
    line-height: 45px !important;
    font-size: 30px !important;
  }
  .program-con .program-mcat .con li .left .title span {
    font-size: 40px !important;
  }
  .program-con .program-mcat .con li .left .sub {
    padding: 10px 0 0 0;
    line-height: 25px;
  }
  .program-con .program-book {
    padding: 40px 0;
  }
  .program-con .program-book .top {
    width: 100%;
    margin: 0 auto;
  }
  .program-con .program-book .top .title {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 40px;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-book .top h4 {
    font-size: 40px;
    margin-top: 0px;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-book .top .sub {
    font-size: 16px;
    line-height: 25px;
    font-family: "돋움", dotum, sans-serif;
    letter-spacing: -1px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .program-con .program-book .con {
    width: 90% !important;
    margin: 0px auto 0 auto !important;
  }
  .program-con .program-book .con li {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    margin: 0 0 15px 0 !important;
  }
  .program-con .program-book .con li img {
    width: 80px !important;
    float: left !important;
    margin: 0 15px 0 0 !important;
  }
  .program-con .program-book .con li p {
    padding: 5px 0 3px 0 !important;
  }
  .program-con .program-book .con li a {
    font-size: 22px !important;
    background-size: 20px 20px !important;
    letter-spacing: 0 !important;
    line-height: 25px !important;
  }
  .program-con .program-book .con li a span {
    font-size: 14px !important;
  }
  .program-con .program-book .con li .lv02 {
    font-size: 18px !important;
  }
  .program-con .program-course .orange-bar02 {
    height: 50px;
    margin: 0px auto 30px auto;
    background: #dedede;
  }
  .program-con .program-course .top {
    width: 100%;
  }
  .program-con .program-course .top p {
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 40px;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-course .top h4 {
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 0;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-course .top h4 span {
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .program-course .con {
    max-width: 900px;
    width: 95%;
    margin: 20px auto;
  }
  .program-con .program-course .con li {
    width: 50%;
    height: 80px;
    line-height: 80px;
  }
  .program-con .program-course .con li a {
    height: 79px;
    line-height: 79px;
    font-family: "돋움", dotum, sans-serif;
  }
  .program-con .jr-wrap h4 {
    margin-top: 60px;
  }
  .program-con .jr-wrap .subTitle {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    padding: 30px 0 10px 0;
    line-height: 26px;
  }
  .program-con .jr-wrap .process {
    width: 100%;
  }
  .program-con .jr-wrap .process ul {
    margin: 0 auto;
    padding-left: 0;
  }
  .program-con .jr-wrap .process ul li {
    float: none;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    min-height: 290px;
  }
  .program-con .jr-wrap .process ul li .bodytext {
    padding: 25px 30px 20px 30px;
    font-size: 17px;
  }
  .program-con .jr-wrap .line_up {
    max-width: 100%;
    width: 90%;
    padding-bottom: 50px;
  }
  .program-con .jr-wrap .line_up .line-up-pc {
    display: none;
  }
  .program-con .jr-wrap .line_up .line-up-m {
    display: block;
  }
  .program-con .jr-wrap .perfect {
    padding: 50px 0 80px 0;
  }
  .program-con .jr-wrap .perfect .con video {
    width: 90%;
  }
  .program-con .jr-wrap .perfect .package {
    width: 90%;
  }
  .program-con .jr-wrap .perfect .package p {
    font-size: 17px;
    line-height: 27px;
  }
  .program-con .jr-wrap .perfect .package h1 {
    margin-top: 60px;
  }
  .program-con .jr-wrap .perfect .perfect-btn {
    padding-top: 40px;
  }
  .program-con .jr-wrap .program {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .program-con .jr-wrap .program .program-detail {
    width: 95%;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .leftSlick {
    top: 30px;
    left: 20px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .rightSlick {
    top: 30px;
    right: 20px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .jr-slick {
    width: 90%;
    margin: 0 auto;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap {
    width: 100%;
    padding-bottom: 30px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap h1 {
    font-size: 23px;
    margin-top: 28px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 25px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div .info-text {
    font-size: 16px;
  }
  .program-con .jr-wrap .program ul li {
    float: none;
  }
  .program-con .jr-wrap .program ul li.img01 {
    background: url(../img/phone/jncont02_01.png) no-repeat 0 0;
    display: inline-block;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 350px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }
  .program-con .jr-wrap .program ul li.img01 .hover {
    padding-top: 30%;
  }
  .program-con .jr-wrap .program ul li.img01 .con {
    padding-top: 20px;
  }
  .program-con .jr-wrap .program ul li.img01 .con img {
    width: 15px;
    margin-top: 20px;
  }
  .program-con .jr-wrap .program ul li.img02 {
    background: url(../img/phone/jncont02_03.png) no-repeat 0 0;
    display: inline-block;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 350px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }
  .program-con .jr-wrap .program ul li.img02 .hover {
    padding-top: 35%;
  }
  .program-con .jr-wrap .program ul li.img02 .con img {
    margin-top: 20px;
  }
  .program-con .jr-wrap .program ul li.img03 {
    background: url(../img/phone/jncont02_02.png) no-repeat 0 0;
    display: inline-block;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 350px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }
  .program-con .jr-wrap .program ul li.img03 .hover {
    padding-top: 30%;
  }
  .program-con .jr-wrap .program ul li.img03 .con img {
    margin-top: 20px;
  }
  .program-con .jr-wrap .program ul li .con {
    height: -webkit-fill-available;
    display: table;
  }
  .program-con .jr-wrap .program ul li .con p {
    letter-spacing: -2px;
    font-size: 20px;
    line-height: 43px;
  }
  .program-con .jr-wrap .program ul li .con img {
    width: 20px;
    margin-bottom: 5px;
  }
  .program-con .jr-wrap .program ul li .hover {
    background: rgba(0, 0, 0, 0.05);
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
  }
  .program-con .jr-wrap .program ul li .hover .txt {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding-top: 0px;
    cursor: pointer;
    padding-bottom: 57px;
  }
  .program-con .jr-wrap .program ul li .hover .btn {
    border: 1px solid #fff;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 8px 0;
  }
  .program-con .jr-wrap .step-img img {
    width: 90%;
    margin: 0 auto;
  }
  .program-con .jr-wrap .program-list {
    width: 100%;
    padding-top: 20px;
    margin: 0;
  }
  .program-con .jr-wrap .program-list h4 {
    margin-bottom: 10px;
  }
  .program-con .jr-wrap .program-list p {
    font-size: 20px;
  }
  .program-con .jr-wrap .program-list .orange-bar01 {
    height: 50px;
    margin: 10px auto;
    background: #dedede;
  }
  .program-con .jr-wrap .program-list .con {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .program-con .jr-wrap .program-list .con ul {
    margin: 25px 0 0 0;
    padding: 5px 0 0px 0;
  }
  .program-con .jr-wrap .program-list .con ul li {
    width: 100%;
  }
  .program-con .jr-wrap .program-list .con ul li:last-child {
    border-top: 1px solid #dd325f;
  }
  .program-con .jr-wrap .program-list .con .goal {
    background: #dd325f;
    color: #ffffff;
    padding: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
  }
  .program-con .jr-wrap .program-list .con .goal p {
    font-size: 15px;
  }
  .program-con .jr-wrap .program-list .con .goal p.bold {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .program-con .jr-wrap .perfect .title {
    background-size: 100%;
  }
  .program-con .jr-wrap .perfect .title img {
    width: 75%;
  }
  .program-con .jr-wrap .perfect .title p {
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .program-con .jr-wrap .perfect .con {
    position: relative;
  }
  .program-con .jr-wrap .perfect .con .title {
    width: 250px;
    left: 200px;
    font-size: 130%;
  }
  .program-con .jr-wrap .perfect .con .video {
    width: 90%;
    height: auto;
  }
  .program-con .jr-wrap .perfect .con .video div {
    width: 100%;
    height: 60px;
    border-radius: 0 0 30px 30px;
    background: #ae9bea;
  }
  .program-con .jr-wrap .perfect .con .video div p {
    font-size: 16px;
    line-height: 21px;
    padding-top: 7px;
  }
  .program-con .jr-wrap .perfect .con .video div p span {
    font-size: 16px;
    line-height: 25px;
  }
  .program-con .jr-wrap .perfect .step {
    width: 60%;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .program-con .jr-wrap .perfect .step li {
    float: left;
    margin: 0 10px;
    margin-bottom: 40px;
  }
  .program-con .jr-wrap .perfect .step li.arrow {
    display: none;
  }
  .program-con .jr-wrap .perfect .step li .step-no {
    position: relative;
    z-index: 1;
    margin: 0 auto -25px auto;
  }
  .program-con .jr-wrap .perfect .step li p {
    font-size: 17px;
    line-height: 25px;
    padding-top: 18px;
  }
  .program-con .jr-wrap .perfect .advantage {
    width: 85%;
    height: auto;
  }
  .program-con .jr-wrap .perfect .advantage .title {
    padding: 20px 0 20px 0;
    font-size: 20px;
  }
  .program-con .jr-wrap .perfect .advantage .sub {
    width: 80%;
    line-height: 25px;
  }
  .program-con .jr-wrap .perfect .advantage .sub span {
    padding-bottom: 20px;
  }
  .program-con .jr-wrap .perfect .btns {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
    padding: 80px 0;
  }
  .program-con .jr-wrap .perfect .btns span {
    color: #dd325f;
  }
  .program-con .jr-wrap .perfect .btns button {
    font-size: 20px;
    font-weight: bold;
    color: #8769e8;
    letter-spacing: -2px;
    background: #fff;
    border: 1px solid #8769e8;
    padding: 10px 20px;
  }
  .program-con .foreign-temp .comment {
    width: 100%;
  }
  .program-con .foreign-temp .review_list_box {
    width: 100%;
    height: 650px;
  }
  .program-con .foreign-temp .process .foreign-step {
    width: 100%;
    height: auto;
  }
  .program-con .foreign-temp .review_list {
    width: 100%;
    height: 650px;
  }
  .program-con .foreign-temp .review_list li {
    width: 100%;
    padding: 45px 30px 80px 30px;
    height: 650px;
  }
  .program-con .foreign-temp .review_list .review_main {
    padding-top: 60px;
  }
  .program-con .foreign-temp .customize {
    max-width: 95%;
    margin: 0 auto;
  }
  .program-con .foreign-temp .customize .item {
    width: 100%;
  }
  .program-con .btn_leveltest {
    width: 300px !important;
    margin: 0 auto;
    font-size: 21px;
    padding: 12px 0 45px 0;
  }
  .program-con .program-apply {
    padding: 20px 0 40px 0;
  }
  .program-con .program-apply p {
    font-size: 20px;
    font-weight: normal;
    display: block;
  }
  .program-con .program-apply a {
    padding-top: 0;
  }
  .program-con .foreign-step li {
    width: 100% !important;
  }
  /*수강신청*/
  .register-wrap .con .pay-view .pay-view-info .info01 .phone input[type=text],
  .register-wrap .con .pay-view .pay-view-info .info01 .phone select {
    width: 30%;
  }
  /*footer*/
  .footer .sitemap {
    padding: 10px 0 0 0;
  }
  .footer .sitemap:after {
    content: none;
  }
  .footer .sitemap .menu {
    width: 100%;
  }
  .footer .sitemap .menu dt {
    padding: 0 20px;
  }
  .footer .sitemap .menu dt a {
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid #262b2f;
    font-family: "돋움", dotum, sans-serif;
  }
  .footer .sitemap .menu dt a:after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 4px;
  }
  .footer .sitemap .menu dd .snb {
    display: none;
    margin-top: -1px;
    background: #262b2f;
    padding: 0;
  }
  .footer .sitemap .menu dd .snb a {
    padding: 15px 30px;
  }
  .footer .copyright {
    padding: 0 0 20px 0;
  }
  .footer .copyright .address {
    float: none;
    width: 90%;
    margin: 40px auto;
  }
  .footer .copyright .family_area {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  /*레벨테스트*/
  .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;
  }
  /*레벨테스트*/
  .level-wrap-new .level-top .con {
    width: 95%;
  }
  .level-wrap-new .level-top .con .visual {
    width: 40%;
    padding-top: 85px;
  }
  .level-wrap-new .level-top .con .title {
    width: 60%;
  }
  .level-wrap-new .level-top .con .title h2 {
    padding-top: 5%;
    font-size: 40px;
  }
  .level-wrap-new .level-top .con .title ul {
    padding-bottom: 65px;
    margin-top: 5px;
  }
  .level-wrap-new .level-top .con .title ul.ai {
    padding-bottom: 35px;
  }
  .level-wrap-new .level-top .con .title ul li {
    padding: 0 4%;
  }
  .level-wrap-new .level-top .con .title ul li a img {
    width: 30px;
  }
  .level-wrap-new .level-top .con .title ul li a p {
    margin-top: 4px;
    display: inline-block;
    margin-left: 7px;
  }
  .level-wrap-new .level-top .con .title ul li a p span {
    font-size: 16px;
  }
  .level-wrap-new .level-top .con .title ul li a p .phone-disnone {
    display: none;
  }
  .level-wrap-new .level-top .con .title ul li:nth-child(3) {
    border-right: 0;
  }
  .level-wrap-new .level-con .con {
    padding-top: 25px;
  }
  .level-wrap-new .level-con .con .time h3 {
    font-size: 18px;
  }
  .level-wrap-new .time-ai-txt {
    font-size: 16px;
    text-align: center;
    padding: 0px 0 20px 0;
  }
  .level-wrap-new .time-ai-txt span {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .level-wrap-new .time-con table tr th {
    vertical-align: middle;
  }
  .level-wrap-new .level-con {
    width: 95%;
  }
  .level-wrap-new .level-con .tab {
    top: -42px;
  }
  .level-wrap-new .level-con .tab li a {
    padding: 8px 20px;
    height: 42px;
  }
  .level-wrap-new .level-con .tab li.on a {
    padding: 8px 11px;
    height: 42px;
  }
  .level-wrap-new .level-con .tab li:nth-child(2) a {
    padding: 8px 11px;
    height: 42px;
  }
  .level-wrap-new .level-con .tab li:nth-child(3) a {
    padding: 8px 20px;
    height: 42px;
    line-height: 45px;
  }
  .level-wrap-new .level-con .tab li:nth-child(3).on a {
    padding: 8px 11px;
    height: 42px;
    line-height: 45px;
  }
  .level-wrap-new .level-con .con .info input[type=text],
  .level-wrap-new .level-con .con .info select {
    width: 100%;
  }
  .level-wrap-new .level-con .con .info input[type=text].name,
  .level-wrap-new .level-con .con .info select.name {
    width: 49%;
  }
  .level-wrap-new .level-con .con .info input[type=text].kname,
  .level-wrap-new .level-con .con .info select.kname {
    width: 100%;
  }
  .level-wrap-new .level-con .con .info .info-title {
    width: 100%;
  }
  .level-wrap-new .level-con .con .info .phone input[type=text],
  .level-wrap-new .level-con .con .info .phone select {
    width: 31%;
  }
  .level-wrap-new .level-con .con .info input {
    width: 100%;
  }
  .level-wrap-new .level-con .con .info .terms .pointer input {
    width: 13px;
  }
  /* AI 레벨테스트페이지 */
  .level-ai-wrap .gnb h1 a img {
    width: 17%;
  }
  .level-ai-wrap .con {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .level-ai-wrap .con p {
    font-size: 28px;
    text-align: center;
  }
  .level-ai-wrap .con .btn-start {
    text-align: center;
    margin-top: 50px;
  }
  .level-ai-wrap .con .btn-start a {
    border: 1px solid #dc2d60;
    font-size: 18px;
  }
  .level-ai-wrap .con .btn-set {
    text-align: center;
    margin-top: 50px;
  }
  .level-ai-wrap .con .btn-set ul li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .level-ai-wrap .con .btn-set ul li a {
    border: 1px solid #dc2d60;
    font-size: 18px;
    width: 230px;
  }
  .level-ai-wrap .con .btn-set ul li:last-child {
    margin-right: 0;
  }
  .level-ai-wrap .con .notice {
    margin-top: 50px;
    padding: 30px;
  }
  .level-ai-wrap .con .notice ul li {
    font-size: 18px;
  }
  .level-ai-wrap .con .notice ul li:nth-child(2) {
    font-size: 16px;
    margin-top: 18px;
    line-height: 28px;
  }
  /* 기업수강 신청하기 */
  .globalapply-wrap,
  .globalapply-cont {
    max-width: 95%;
    margin: 0 auto;
  }
  .globalapply_title_btn {
    display: none;
  }
  .globalapply_table ul {
    float: left;
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: 1px dashed #eaeaea;
  }
  .globalapply_table ul li {
    margin: 0;
    width: 100%;
  }
  /*아이디/비밀번호 찾기 */
  .login-wrap .login-sub {
    margin-top: 20px;
  }
  .login-wrap .login-sub ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 15px 0;
    background: #efefef;
    display: block;
    border-radius: 0;
  }
  .login-wrap .login-sub ul li a {
    color: #ababab;
    font-size: 18px;
  }
  .login-wrap .login-sub ul .on {
    background: #ff4068;
    border-radius: 0;
    display: block;
  }
  .login-wrap .login-sub ul .on a {
    color: #efefef;
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  .login-wrap .login-sub ul::after {
    clear: both;
    display: block;
    content: "";
  }
  .login-wrap .find-wrap {
    padding: 20px 0 90px 0;
    border: 1px solid #efefef;
  }
  .login-wrap .find-wrap ul.find-con {
    width: 90%;
  }
  /* 학습안내 가이드 */
  .guide-wrap h2 {
    padding: 17px 10px;
    font-size: 14px;
  }
  .guide-wrap .guide-menu {
    display: none;
  }
  .guide-wrap .m-guide-menu {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #2a2929;
    display: block;
    padding: 0px 0;
    top: 48px;
  }
  .guide-wrap .m-guide-menu a.btn_right {
    color: #fff;
    position: absolute;
    right: 11px;
    top: -35px;
  }
  .guide-wrap .m-guide-menu a.btn_right img {
    width: 20px;
  }
  .guide-wrap .m-guide-menu ul {
    padding: 0px 22px 15px 12px;
  }
  .guide-wrap .m-guide-menu ul li a {
    font-size: 12px;
    padding: 14px 0;
    display: block;
    color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #5b5757;
  }
  .guide-wrap .m-guide-menu ul li:last-child a {
    border-bottom: none;
  }
  .guide-wrap .m-guide-menu ul li.on a {
    color: #ff7956;
  }
  .guide-wrap .guide-con-wrap {
    max-width: 95%;
    padding: 20px 0 0px 0;
    margin: 0 auto;
  }
  .guide-wrap .guide-con-wrap h3 {
    font-size: 20px;
    padding: 0 0 0px 0;
    line-height: 35px;
  }
  .guide-wrap .guide-con-wrap p {
    line-height: 20px;
    font-size: 13px;
    color: #757575;
  }
  .guide-wrap .guide-con-wrap .guide-con {
    line-height: 20px;
    font-size: 13px;
    color: #757575;
    width: 100%;
  }
  .guide-wrap .guide-con-wrap .guide-con .faq h3,
  .guide-wrap .guide-con-wrap .guide-con .faq h4,
  .guide-wrap .guide-con-wrap .guide-con .faq p {
    color: #000000;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide_slide .slide .guide_img img {
    width: 100%;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide_slide ::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
  }
  .guide-wrap .guide-con-wrap .guide-con .btn_year {
    text-align: center;
    font-size: 0;
  }
  .guide-wrap .guide-con-wrap .guide-con .btn_year button {
    vertical-align: middle;
    margin: 2px 0 0 0;
    border: none;
    background: #ffffff;
  }
  .guide-wrap .guide-con-wrap .guide-con .btn_year button img {
    width: 80%;
  }
  .guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide {
    width: 80%;
  }
  .guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li {
    width: 20%;
    margin: 0;
  }
  .guide-wrap .guide-con-wrap .guide-con .btn_year .year_slide li button {
    font-size: 15px;
    color: #979797;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide-btn {
    min-width: 0;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide-btn li {
    width: 100%;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide-btn li a {
    height: 60px;
    line-height: 60px;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide-btn li.chineses {
    margin-top: 10px;
  }
  .guide-wrap .guide-con-wrap .guide-con .guide-btn li.chineses a {
    background: #b51a1a;
  }
  .guide-wrap .guide-con-wrap .guide-con .faq-wrap {
    padding: 35px 0 0px 0;
    border-top: 2px solid #282828;
  }
  .guide-wrap .guide-con-wrap .guide-con .faq-wrap ul {
    margin: 0px 0 42px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #c7c7c7;
  }
  .guide-wrap .guide-con-wrap .guide-con .faq-wrap ul li {
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 20px 0;
    line-height: 25px;
  }
  .guide-wrap .guide-con-wrap .guide-con .faq-wrap ul h4 {
    font-size: 20px;
    font-weight: normal;
    padding: 11px 0 20px 0;
  }
  .guide-wrap .guide-con-wrap .guide-con .faq-wrap ul h5 {
    line-height: 30px;
  }
  /*레이어팝업*/
  .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%;
  }
  /* 시원스쿨 btn */
  .btn-floating-coupon {
    display: none;
  }
  .btn-floating-talk {
    right: 12px;
    bottom: 66px;
    z-index: 9;
  }
  .btn-floating-talk img {
    width: 60%;
    float: right;
  }
  .btn-floating-top {
    display: none;
  }
  .btn-floating-quick {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .main-visual-con .teacher-info-wrap .teacher_img {
    height: 532px;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_box {
    height: 532px;
  }
  .main-visual-con .video-carrot-wrap .video-carrot-wrap_right img {
    display: none;
  }
  .main-visual-con .video-carrot-wrap .video-carrot-wrap_right iframe {
    width: 100%;
    border-radius: 20px;
  }
  .b2b_program_top {
    padding-left: 5%;
    padding-right: 5%;
  }
  .b2b_program_top.b2b_program_top_second {
    padding-left: 5%;
    padding-right: 5%;
  }
  .b2b_book_con {
    padding: 0 5%;
  }
  .b2b_book_con ul {
    justify-content: space-between;
  }
  .b2b_book_con ul li {
    width: 45%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .b2b_book_con ul li.li_04 {
    margin-right: 0;
  }
  .b2b_book_con ul li.li_08 {
    margin-right: 0;
  }
  .b2b_book_con ul li.li_10 {
    margin-right: 0;
  }
}
@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;
  }
  .program-top .top .pay {
    margin: 20px 0 0 0;
    padding: 15px 31px;
  }
  .m_curriculum_map_con table td {
    font-size: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .freeclass_container .pop {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .freeclass_container2 {
    width: 90%;
    z-index: 10;
    margin-left: 15px;
    margin-top: 85px;
  }
  .main-visual-con .teacher-info-wrap .txt {
    margin-bottom: 32px;
  }
  .main-visual-con .teacher-info-wrap .subtitle {
    margin-bottom: 20px;
  }
  .main-visual-con .teacher-info-wrap .teacher_img {
    height: 440px;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_box {
    width: 100%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_01 {
    left: 59%;
    width: 40%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_02 {
    left: 2%;
    width: 42%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_03 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_04 {
    left: 20%;
    width: 46%;
    top: 34%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_05 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_06 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_07 {
    display: none;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_08 {
    left: 0;
    width: 32%;
    bottom: 24%;
  }
  .main-visual-con .teacher-info-wrap .teacher_img .img_09 {
    right: 0;
    width: 35%;
    bottom: 21%;
  }
}
@media only screen and (max-width: 425px) {
  .lv-layer .layer-con {
    padding: 25px 20px 48px 20px;
  }
  .lv-layer .layer-con .lv-wrap .lv-title span {
    font-size: 20px;
  }
  .level-wrap .level-top .con .title {
    padding-left: 0;
    width: 60%;
  }
  .level-wrap .level-top .con .title h2 {
    padding-top: 0;
  }
  .level-wrap-new .level-top .con .title {
    padding-left: 0;
    width: 100%;
  }
  .level-wrap-new .level-top .con .title h2 {
    padding-top: 20px;
    font-size: 33px;
  }
  .level-wrap-new .level-top .con .title h2 img {
    width: 100%;
  }
  .level-wrap-new .level-top .con .title h3 {
    font-size: 15px;
  }
  .level-wrap-new .level-top .con .visual {
    display: none;
  }
  .level-wrap-new .level-con .tab li {
    width: 50%;
  }
  .level-wrap-new .level-con .leveltest-event {
    display: none;
  }
  .jr-top {
    height: 600px;
  }
  .jr-top .wrap .title-wrap ul .title .mobile-img {
    margin-top: 300px;
  }
  .jr-top .wrap .title-wrap ul .title img {
    width: 80%;
  }
  .program-con .jr-wrap .process ul {
    width: 90%;
  }
  .program-con .jr-wrap .process ul li {
    width: 100%;
  }
  .program-con .jr-wrap .program .program-detail ul li p {
    font-size: 16px;
  }
  .program-con .jr-wrap .program .program-detail ul li .detail-new {
    top: -25px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div {
    padding: 0;
    text-align: center;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div .info-span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div:first-child {
    padding-right: 0;
    text-align: center;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .detail-info div:last-child {
    text-align: center;
    padding-left: 0;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .slide_preview {
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
  }
  .program-con .jr-wrap .program .program-detail .detailWrap .slide_wrap .slide_preview a {
    font-size: 16px;
    padding: 7px 30px;
  }
  .program-con .jr-wrap .perfect .perfect-btn button {
    width: 90%;
    font-size: 22px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .cupon-con {
    width: 95%;
  }
  .cupon-con .cupon-phone-box input {
    width: 30%;
  }
  .cupon-con .signup-setting .signupCheck ul li {
    width: 100%;
    float: none;
    height: auto;
  }
  .cupon-con .cuponInfo {
    white-space: normal;
  }
}
@media only screen and (max-width: 414px) {
  .main-visual-con {
    padding-top: 976px;
  }
  .b2b_book_con .view a {
    font-size: 11px;
  }
  .b2b_book_con h3 {
    font-size: 15px;
  }
  .b2b_book_con p {
    font-size: 11px;
  }
  .b2b_book_con .tag_box .tag {
    font-size: 11px;
  }
  .b2b_book_con .img {
    height: 172px;
  }
  .b2b_book_con .img .level {
    font-size: 12px;
  }
  .b2b_book_con .img .book_category {
    height: 172px;
  }
  .download_banner {
    display: block;
  }
  .phoneblock {
    display: block !important;
  }
  .main-login-btn {
    display: none;
  }
  .main-login-btn.mobile {
    display: inline-block;
  }
  .main-wrap {
    height: 1096px;
  }
  .main-wrap .main-visual-navi-wrap .main-visual-navi {
    bottom: 460px;
  }
  .main-wrap .main-visual-wrap-02 .main-visual .main-visual-left .main-visual .main-visual-phone-bg img {
    width: 100%;
  }
  .main-visual-bottom-wrap {
    top: 668px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .strong {
    padding-top: 112px;
  }
  /*레벨테스트*/
  .lv-layer .layer-con .lv-wrap .lv-text-sub p {
    font-size: 18px;
  }
  .level-wrap .level-top .con .visual {
    display: none;
  }
  .level-wrap .level-top .con .title {
    padding-left: 0;
    width: 100%;
  }
  .level-wrap .level-top .con .title h2 {
    padding-top: 0;
  }
  /*수강신청*/
  .register-bn-float {
    display: none;
  }
  .register-bn-ev {
    display: none;
  }
  .register-bn-ev-2 {
    display: none;
  }
  .register-bn-jr {
    display: none;
  }
  .register-wrap .con .info div.info01-2 ul li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .register-wrap .con .info div.info01-2 ul li:last-child {
    margin-bottom: 0;
  }
  .register-wrap .con .info div.info02 ul li {
    width: 30%;
  }
  .register-wrap .con .info div.info02 ul li:nth-child(3) a {
    text-align: center;
  }
  .register-wrap .con .info div.info02 ul li a.on {
    background-image: none;
  }
  .register-wrap .con .info div.info03 .calendar {
    float: none;
    width: 100%;
  }
  .register-wrap .con .info div.info03 .calendar .vdp-datepicker {
    width: 300px;
    margin: 0 auto;
  }
  .register-wrap .con .info div.info03 .time {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .register-wrap .con .info div.info04 ul li:last-child.book a {
    text-align: left;
  }
  .register-wrap .con .info div.info04 ul li:last-child.book a button {
    float: none;
  }
  .register-wrap .con .info div.info04 ul li:last-child.book a.on {
    background-image: none;
  }
  .program-con .jr-wrap .process ul li {
    margin-right: 0;
  }
  .program-con .BookList .menu_slide100 {
    width: 100%;
  }
  .program-con .BookList .menu_slide100 .menu_visible {
    width: 90%;
  }
  .program-con .BookList .menu_slide100 .menu_visible ul li {
    width: 45%;
  }
  .programBook .menu_slide {
    width: 90%;
  }
  /* 후기 슬라이드 */
  .slick-track {
    margin-left: 0;
  }
  .lv-layer .layer-con {
    padding: 25px 20px 48px 20px;
  }
}
@media only screen and (max-width: 375px) {
  .main-wrap .main-visual-navi-wrap .main-visual-navi {
    bottom: 460px;
  }
  .main-visual-con .teacher-info-wrap .teacher-info-left ul .strong {
    padding-top: 112px;
  }
  .program-con .BookList .menu_slide100 .menu_visible ul li {
    width: 49%;
  }
  .program-con .BookList .menu_slide {
    margin-top: 300px;
  }
  .program-con .jr-wrap .perfect .perfect-btn button {
    width: 90%;
    font-size: 22px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .programBook .thr {
    height: 250px;
  }
  .lv-layer .layer-con {
    padding: 25px 20px 48px 20px;
  }
  .lv-layer .layer-con .lv-wrap .lv-title span {
    font-size: 18px;
  }
  .lv-layer .layer-con .lv-wrap .lv-text-body {
    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-body p {
    font-size: 15px;
  }
  .lv-layer .layer-con .lv-wrap .lv-text-sub p {
    font-size: 18px;
  }
  .jr-top .wrap .title-wrap ul .title .mobile-img {
    margin-top: 220px;
  }
  .cupon-con .cupon-box p {
    font-size: 13px;
  }
  .footer .copyright .family_area p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .level-wrap .level-top .con .visual {
    display: none;
  }
  .level-wrap .level-top .con .title {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .level-wrap .level-top .con .title h2 {
    padding-top: 0;
  }
  .level-wrap .level-top .con .mt-30 {
    margin-top: 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;
  }
}
@media only screen and (max-width: 320px) {
  .lv-layer .layer-con {
    padding: 0px;
  }
  .lv-layer .layer-con .lv-wrap .lv-text-body {
    font-size: 13px;
  }
  .lv-layer .layer-con .lv-wrap .lv-title span {
    font-size: 16px;
  }
  .jr-top .wrap .title-wrap ul .title .mobile-img {
    margin-top: 200px;
  }
}
.event-bottom-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #272727;
  overflow: hidden;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.event-bottom-banner a {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .event-bottom-banner {
    display: none;
  }
  .br-p-none {
    display: none !important;
  }
  .freeclass_container2 {
    left: 80%;
  }
}
.con-img img {
  width: 100% !important;
  height: auto !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.bottom-wrapper {
  margin-top: 250px;
  padding: 20px;
  background: #000;
}
.bottom-wrapper .info-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}
.bottom-wrapper .info-wrapper a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}/*# sourceMappingURL=phone.css.map */