@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,700&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.br {
  display: none;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  margin: 0;
  height: 100%;
  color: #474341;
  word-break: keep-all;
}

button {
  font-family: "Noto Sans KR", sans-serif;
}

.body {
  min-height: 100%;
  position: relative;
  padding-bottom: 164px;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.phoneblock {
  display: none;
}

input[type="text"],
input[type="password"],
select,
textarea {
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #a1a1a1;
  font-weight: 200;
}

.best-pop {
  width: 500px;
  height: 400px;
  position: absolute;
  z-index: 20;
  top: 20%;
  right: 40%;
}

.best-pop .pop_close_img {
  width: 100%;
  text-align: right;
  padding-bottom: 10px;
}

.best-pop .pop_close_img img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.best-pop .today-nope {
  padding: 7px 12px;
  background: #ddd;
  vertical-align: middle;
}

.best-pop .bestCheck span {
  display: inline-block;
  color: white;
}

.best-pop .bestCheck label {
  color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #3f484f;
  color: #868686;
  padding: 32px 0;
  padding-bottom: 28px;
  text-align: center;
  font-size: 15px;
}

.footer .wrap {
  width: 800px;
  margin: 0 auto;
  font-size: 15.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: -0.62px;
  text-align: left;
  color: #d6d6d6;
  display: flex !important;
}

.footer .wrap .login a {
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 7px;
  margin-right: 36px;
  color: #d6d6d6;
}

.footer img {
  margin-right: 40px;
}

.navi {
  padding: 15px 0;
  width: 100%;
}

.navi h1 {
  display: inline-block;
  margin-top: 10px;
}

.navi .navi-list {
  float: right;
}

.navi .navi-list .login-wrap {
  float: right;
}

.navi .navi-list .mypage {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #003f8d;
  border: 1px solid #003f8d;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.navi .navi-list .login {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ababab;
  border: 1px solid #ababab;
  border-radius: 5px;
  margin-right: 50px;
  margin-bottom: 15px;
}

.navi .navi-list .depth-1 {
  height: 35px;
  position: relative;
  margin: 0 10px;
}

.navi .navi-list .depth-1:hover {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.navi .navi-list .depth-1 .navi-title {
  height: 50px;
  font-weight: bold;
  color: #474341;
  font-size: 20px;
}

.navi .navi-list .depth-1 .navi-title:hover {
  color: #003f8d;
}

.navi .navi-list .depth-1 .navi-title.on {
  color: #003f8d;
}

.navi .navi-list .depth-1 .navi-con {
  text-align: center;
  display: inline-block;
  padding: 22px 0 5px;
  width: 150px;
  vertical-align: top;
}

.navi .navi-list .depth-1 .navi-con .depth-2 {
  position: relative;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  z-index: 555;
  display: none;
}

.navi .navi-list .depth-1 .navi-con .depth-2 a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px dashed #eee;
  font-weight: normal;
  color: #474341;
}

.navi .navi-list .depth-1 .navi-con .depth-2 a:last-child {
  border-bottom: none;
}

.navi .navi-list .depth-1 .navi-con .depth-2 a:hover {
  color: #003f8d;
  font-weight: bold;
}

.navi .m-navi-toggle {
  display: none;
}

.navi .m-navi {
  display: none;
}

.main-btn01 {
  position: fixed;
  bottom: 150px;
  right: 15px;
  z-index: 10;
}

.main-btn02 {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 10;
}

.main-btn03 {
  position: fixed;
  bottom: 250px;
  right: 15px;
  z-index: 10;
}

.main-btn04 {
  position: fixed;
  bottom: 350px;
  right: 15px;
  z-index: 10;
}

.logo {
  width: 144px;
  padding-top: 16px;
}

.main-visual {
  position: relative;
  padding: 90px 0;
  background: #f7f5f5 url(../img/main_visual_yeoju.jpg) no-repeat right;
  border-bottom: 5px solid #474341;
  padding-bottom: 25px;
}

.main-visual h2 {
  font-size: 65px;
  font-weight: 100;
  line-height: 80px;
  letter-spacing: -2px;
  margin-bottom: 40px;
}

.main-visual h2 .point-color {
  color: #003f8d;
}

.main-visual h3 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.main-visual button {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
  border: none;
  border-radius: 10px;
  width: 470px;
  background-color: #003f8d;
  color: #fff;
  padding: 8px 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.main-process {
  padding: 50px 0;
}

.main-process h4 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.main-process ul {
  width: 100%;
  text-align: center;
  border: 1px solid #eaeaea;
  background: #fdfdfd;
  padding: 45px 0;
  margin: 0 auto;
}

.main-process ul li {
  display: inline-block;
  font-size: 30px;
  padding: 0 15px;
  vertical-align: middle;
}

.main-process ul li:nth-child(2n) {
  font-size: 13px;
}

.main-process ul li span {
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #b6b4b4;
  border-radius: 5px;
  padding: 3px 0;
  display: block;
  width: 70px;
  margin: 0 auto;
}

.main-notice {
  background: #f5f5f5;
  padding: 40px 0;
  padding-bottom: 100px;
}

.main-notice .wrap .table {
  width: 100%;
  max-width: 710px;
  margin-right: 20px;
  display: inline-block;
}

.main-notice .wrap .table h4 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}

.main-notice .wrap .table table {
  width: 100%;
  margin-top: 20px;
}

.main-notice .wrap .table table td {
  vertical-align: middle;
  padding: 6px 0;
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
}

.main-notice .wrap .table table td:last-child {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  color: #a8a8a8;
}

.main-notice .wrap .table table a {
  color: #000000;
  display: inline-block;
  width: 560px;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.main-notice .wrap .table table a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #000000;
  margin-bottom: 5px;
  margin-right: 10px;
}

.main-notice .wrap ul {
  float: right;
  width: 100%;
  max-width: 408px;
  margin-top: 70px;
}

.main-notice .wrap ul li {
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 10px 0;
}

.main-notice .wrap ul li:nth-child(2n) {
  margin-left: 12px;
}

.main-notice .wrap ul li:nth-child(1), .main-notice .wrap ul li:nth-child(3) {
  margin-bottom: 12px;
}

.main-notice .wrap ul li:nth-child(1), .main-notice .wrap ul li:nth-child(4), .main-notice .wrap ul li:nth-child(5) {
  background: #003f8d;
}

.main-notice .wrap ul li:nth-child(2), .main-notice .wrap ul li:nth-child(3), .main-notice .wrap ul li:nth-child(6) {
  background: #918886;
}

.main-notice .wrap ul li a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.sub-wrap {
  border-top: 4px solid #000;
}

.sub-wrap .login {
  text-align: center;
}

.sub-wrap .login h2 {
  font-size: 50px;
}

.sub-wrap .login p {
  padding-top: 10px;
  font-size: 18px;
}

.sub-wrap .login .login-box {
  width: 800px;
  margin: 30px auto 0 auto;
  padding: 120px 0;
  border-top: 1px solid #000;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fdfdfd;
}

.sub-wrap .login .login-box .login-wrap {
  width: 515px;
  margin: 0 auto;
  display: inline-flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.sub-wrap .login .login-box .login-wrap .user {
  width: 385px;
  margin: 0 auto;
}

.sub-wrap .login .login-box .login-wrap .user div {
  text-align: left;
  margin-bottom: 10px;
}

.sub-wrap .login .login-box .login-wrap .user div span {
  width: 70px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.sub-wrap .login .login-box .login-wrap .user div input {
  width: 300px;
}

.sub-wrap .login .login-box .login-wrap .login-btn {
  width: 130px;
  height: 100px;
  background: #4c4c4c;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.sub-wrap .login .login-box .login-lost {
  width: 515px;
  margin: 20px auto 0 auto;
}

.sub-wrap .login .login-box .login-lost p {
  font-size: 14px;
  font-weight: 300;
}

.sub-wrap .sub-title h3 {
  font-weight: 800;
  font-size: 25px;
  margin: 50px 0;
}

.sub-wrap .introduce h3 {
  margin: 50px 0;
  font-weight: bold;
  font-size: 40px;
}

.sub-wrap .introduce .outline {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}

.sub-wrap .introduce .outline h4 {
  font-weight: bold;
  font-size: 24px;
}

.sub-wrap .introduce .outline h4 span {
  font-size: 18px;
}

.sub-wrap .introduce .outline p {
  margin-bottom: 15px;
}

.sub-wrap .introduce .outline .title {
  background: #f4f2ed;
  color: #9b816e;
  padding: 3px 15px;
  border-radius: 50px;
}

.sub-wrap .introduce .outline table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
}

.sub-wrap .introduce .outline table th {
  border-top: 1px solid #819e8f;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #819e8f;
  background: #003f8d;
  padding: 10px 0;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}

.sub-wrap .introduce .outline table td {
  text-align: center;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  color: #6c6c6c;
  padding: 10px 30px;
  vertical-align: middle;
}

.sub-wrap .introduce .outline table td i {
  padding: 0 10px;
}

.sub-wrap .introduce .outline table td.bg {
  background: #6589b5;
  width: 250px;
  color: white;
}

.sub-wrap .guide h3 {
  margin: 50px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sub-wrap .guide .process {
  width: 100%;
  text-align: center;
  border: 1px solid #eaeaea;
  background: #fdfdfd;
  padding: 45px 0;
}

.sub-wrap .guide .process li {
  display: inline-block;
  font-size: 30px;
  padding: 0 15px;
  vertical-align: middle;
}

.sub-wrap .guide .process li:nth-child(2n) {
  font-size: 13px;
}

.sub-wrap .guide .process li span {
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #b6b4b4;
  border-radius: 5px;
  padding: 3px 0;
  display: block;
  width: 70px;
  margin: 0 auto;
}

.sub-wrap .guide .process-con {
  margin-top: 20px;
}

.sub-wrap .guide .process-con ul {
  width: 100%;
  padding: 30px 100px;
  border-bottom: 1px solid #eeeeee;
}

.sub-wrap .guide .process-con ul:last-child {
  border-bottom: none;
}

.sub-wrap .guide .process-con ul li {
  display: inline-block;
  vertical-align: middle;
}

.sub-wrap .guide .process-con ul .step {
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: #ffffff;
  background: #4c4c4c;
  font-weight: bold;
  padding-top: 38px;
}

.sub-wrap .guide .process-con ul .step-con {
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
}

.sub-wrap .guide .process-con ul .step-con .title {
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.sub-wrap .join-guide {
  position: relative;
}

.sub-wrap .join-guide h3 {
  margin: 50px 0;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
}

.sub-wrap .join-guide h4 {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  margin-top: 58px;
}

.sub-wrap .join-guide .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;
}

.sub-wrap .join-guide .tab {
  width: 100%;
  margin-top: 95px;
  text-align: center;
  border-top: 2px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}

.sub-wrap .join-guide .tab li {
  float: left;
  width: 50%;
  font-size: 28px;
  padding: 10px 20px;
  cursor: pointer;
  color: #dfdddd;
}

.sub-wrap .join-guide .tab li.on {
  color: #474341;
  background-color: #faf6f1;
  font-weight: bold;
}

.sub-wrap .join-guide .tab1 .process {
  width: 1200px;
  margin: 0 auto;
}

.sub-wrap .join-guide .tab1 .process ul {
  margin: 0 auto;
  text-align: center;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .process ul li:last-child {
  margin-right: 0;
}

.sub-wrap .join-guide .tab1 .process ul li .top {
  position: relative;
  padding: 20px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sub-wrap .join-guide .tab1 .process ul li .top.green {
  background: #d0f1f5;
}

.sub-wrap .join-guide .tab1 .process ul li .top.yellow {
  background: #ffecb1;
}

.sub-wrap .join-guide .tab1 .process ul li .top.red {
  background: #ffd8d2;
}

.sub-wrap .join-guide .tab1 .process ul li .top.purple {
  background: #e1d0f5;
}

.sub-wrap .join-guide .tab1 .process ul li .top img {
  position: absolute;
  right: 10px;
  top: 50px;
}

.sub-wrap .join-guide .tab1 .process ul li .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .process ul li .bodytext a {
  font-size: 18;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.sub-wrap .join-guide .tab1 .process ul li .bodytext a.green {
  color: #81cad9;
}

.sub-wrap .join-guide .tab1 .process ul li .bodytext a.green::after {
  content: "";
  width: 200px;
  display: block;
  height: 1px;
  background: #81cad9;
  margin-top: 10px;
}

.sub-wrap .join-guide .tab1 .process ul li .bodytext a.purple {
  color: #bda6d7;
}

.sub-wrap .join-guide .tab1 .process ul li .bodytext a.purple::after {
  content: "";
  width: 240px;
  display: block;
  height: 1px;
  background: #bda6d7;
  margin-top: 10px;
}

.sub-wrap .join-guide .tab1 .process ul li.jr_arrow {
  box-shadow: 0 0 0 0 transparent;
  border-radius: 0;
  width: 10%;
  display: table-cell;
  padding-top: 15%;
}

.sub-wrap .join-guide .tab1 .process ul li.jr_arrow img {
  width: 20px;
  vertical-align: middle;
}

.sub-wrap .join-guide .tab1 .line_up {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 187px;
  text-align: center;
}

.sub-wrap .join-guide .tab1 .line_up img {
  width: 100%;
  max-width: 1044px;
}

.sub-wrap .join-guide .tab1 .program {
  padding-bottom: 189px;
  padding-top: 144px;
}

.sub-wrap .join-guide .tab1 .program h4 {
  margin-top: 0px;
}

.sub-wrap .join-guide .tab1 .program .program-detail {
  width: 1200px;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 3px 18px 0 rgba(0, 0, 0, 0.1);
}

.sub-wrap .join-guide .tab1 .program .program-detail ul li {
  float: left;
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.3;
  background-color: #2e598e;
  box-sizing: border-box;
  border-right: 1px solid white;
  position: relative;
  cursor: pointer;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .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: white;
}

.sub-wrap .join-guide .tab1 .program .program-detail ul li:last-child {
  border-right: 0px solid white;
}

.sub-wrap .join-guide .tab1 .program .program-detail ul li.jr-active {
  opacity: 1;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap {
  position: relative;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .leftSlick {
  position: absolute;
  left: 75px;
  top: 45%;
  z-index: 100;
  cursor: pointer;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .rightSlick {
  position: absolute;
  right: 75px;
  top: 45%;
  z-index: 100;
  cursor: pointer;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap {
  width: 815px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 57px;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .slide_preview {
  text-align: right;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .slide_preview a {
  border-radius: 32.2px;
  -webkit-box-shadow: 0px 3px 18px 0 rgba(243, 127, 106, 0.5);
  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;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  margin-top: 30px;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div {
  float: left;
  width: 50%;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div:first-child {
  text-align: right;
  padding-right: 40px;
}

.sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div:last-child {
  padding-left: 40px;
  border-left: 1px solid #dcdcdc;
  text-align: left;
}

.sub-wrap .join-guide .tab1 .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;
}

.sub-wrap .join-guide .tab1 .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;
  }
}

@-webkit-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;
  }
}

.sub-wrap .join-guide .tab2 .comment {
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 150px;
  text-align: center;
}

.sub-wrap .join-guide .tab2 .comment span {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
}

.sub-wrap .join-guide .tab2 .comment p {
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0;
}

.sub-wrap .join-guide .tab2 .lecture_comment {
  width: 1200px;
  margin: 0 auto;
  margin-top: 155px;
  text-align: center;
}

.sub-wrap .join-guide .tab2 .lecture_comment span {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
}

.sub-wrap .join-guide .tab2 .lecture_comment p {
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0;
}

.sub-wrap .join-guide .tab2 .step-all {
  width: 1200px;
  margin: 50px auto 0 auto;
}

.sub-wrap .join-guide .tab2 .step-all li {
  display: inline-block;
  width: 23%;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-right: 20px;
  vertical-align: top;
}

.sub-wrap .join-guide .tab2 .step-all li .top {
  padding: 15px 0;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #ff984f;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #07459c 0%, #08254f 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #07459c 0%, #08254f 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #07459c 0%, #08254f 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to 90deg, #07459c 0%, #08254f 100%);
  /* Standard syntax */
}

.sub-wrap .join-guide .tab2 .step-all li .title {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.sub-wrap .join-guide .tab2 .step-all li .sub-title {
  font-size: 18px;
  padding: 10px 0 40px 0;
}

.sub-wrap .join-guide .tab2 .lecture {
  width: 100%;
  margin-top: 50px;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left {
  width: 45%;
  float: left;
}

.sub-wrap .join-guide .tab2 .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;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li .lv-txt {
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li strong {
  font-weight: bold;
  color: #fff;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li a {
  color: #fff;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg01 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg01_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg01:hover {
  background: url(../img/phone/main/lec_bg01_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg01.carrot-active {
  background: url(../img/phone/main/lec_bg01_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg02 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg02_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg02:hover {
  background: url(../img/phone/main/lec_bg02_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg02.carrot-active {
  background: url(../img/phone/main/lec_bg02_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg03 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg03_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg03:hover {
  background: url(../img/phone/main/lec_bg03_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg03.carrot-active {
  background: url(../img/phone/main/lec_bg03_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg04 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg04_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg04:hover {
  background: url(../img/phone/main/lec_bg04_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg04.carrot-active {
  background: url(../img/phone/main/lec_bg04_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg05 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg05_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg05:hover {
  background: url(../img/phone/main/lec_bg05_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg05.carrot-active {
  background: url(../img/phone/main/lec_bg05_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg06 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg06_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg06:hover {
  background: url(../img/phone/main/lec_bg06_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg06.carrot-active {
  background: url(../img/phone/main/lec_bg06_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg07 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg07_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg07:hover {
  background: url(../img/phone/main/lec_bg07_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg07.carrot-active {
  background: url(../img/phone/main/lec_bg07_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg08 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg08_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg08:hover {
  background: url(../img/phone/main/lec_bg08_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg08.carrot-active {
  background: url(../img/phone/main/lec_bg08_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg09 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg09_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg09:hover {
  background: url(../img/phone/main/lec_bg09_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg09.carrot-active {
  background: url(../img/phone/main/lec_bg09_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg10 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg10_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg10:hover {
  background: url(../img/phone/main/lec_bg10_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg10.carrot-active {
  background: url(../img/phone/main/lec_bg10_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg11 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg11_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg11:hover {
  background: url(../img/phone/main/lec_bg11_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg11.carrot-active {
  background: url(../img/phone/main/lec_bg11_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg12 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg12_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg12:hover {
  background: url(../img/phone/main/lec_bg12_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg12.carrot-active {
  background: url(../img/phone/main/lec_bg12_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg13 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg13_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg13:hover {
  background: url(../img/phone/main/lec_bg13_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg13.carrot-active {
  background: url(../img/phone/main/lec_bg13_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg14 {
  background-size: 150px;
  background: url(../img/phone/main/lec_bg14_off.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg14:hover {
  background: url(../img/phone/main/lec_bg14_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li.bg14.carrot-active {
  background: url(../img/phone/main/lec_bg14_on.png) no-repeat center center;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right {
  width: 50%;
  float: right;
  padding-top: 10px;
  position: relative;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right .relative {
  position: relative;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right .relative .swiper-slide {
  padding: 30px;
}

.sub-wrap .join-guide .tab2 .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;
}

.sub-wrap .join-guide .tab2 .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;
}

.sub-wrap .join-guide .tab2 .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;
}

.sub-wrap .join-guide .tab2 .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;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right li.con-wrap .course {
  padding: 25px 0 40px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right li.con-wrap .course strong {
  font-weight: bold;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right li.con-wrap .title {
  font-weight: bold;
  font-size: 18px;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right li.con-wrap .txt {
  font-weight: 300;
  font-size: 18px;
  height: 270px;
  width: 70%;
  margin-top: 10px;
}

.sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right li.con-wrap .more {
  text-decoration: underline;
  cursor: pointer;
}

.sub-wrap .join-guide .tab2 .lecture .book {
  float: right;
  margin: -220px 5px 0 0px;
}

.sub-wrap .join-guide .tab2 .lecture .book img {
  width: 150px;
}

.sub-wrap .join-guide .tab2 .apply-btn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 144px;
  padding-bottom: 130px;
  display: inline-block;
}

.sub-wrap .join-guide .tab2 .apply-btn li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fe5003;
  padding: 15px 0;
}

.sub-wrap .join-guide .tab2 .apply-btn li a {
  color: #fe5003;
  font-size: 20px;
  font-weight: bold;
}

.sub-wrap .search-wrap {
  margin-bottom: 50px;
}

.sub-wrap .search-wrap ul li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.sub-wrap .search-wrap ul li span {
  font-weight: 700;
  margin-right: 10px;
}

.sub-wrap .search-wrap ul li input {
  padding: 3px 10px;
  height: 40px;
}

.sub-wrap .level-test ul .apply-test {
  width: 55%;
  display: inline-block;
}

.sub-wrap .level-test ul .apply-test .apply-box div {
  margin-bottom: 10px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.name input {
  width: 49%;
}

.sub-wrap .level-test ul .apply-test .apply-box div.name input:last-child {
  margin-left: 1%;
}

.sub-wrap .level-test ul .apply-test .apply-box div.call input {
  width: 32%;
}

.sub-wrap .level-test ul .apply-test .apply-box div.school {
  margin: 40px 0;
}

.sub-wrap .level-test ul .apply-test .apply-box div.school p {
  display: inline-block;
}

.sub-wrap .level-test ul .apply-test .apply-box div.school p select {
  height: 40px;
  padding: 5px;
  width: 80px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.school p:last-child {
  margin-left: 50px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap {
  width: 100%;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .researv {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ddd;
  text-align: center;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .choice-date {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .choice-date ul {
  display: table-row;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .choice-date ul li {
  display: table-cell;
  width: 33.333333333333%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  background: #dadada;
  float: none;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .choice-date ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 35px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .choice-date ul li.on {
  display: table-cell;
  width: inherit;
  background: #ff416d;
  background: #333;
  float: none;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .choice-date ul li:last-child {
  border-left: 0;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap {
  position: relative;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table {
  width: 100%;
  overflow: scroll;
  padding: 10px 0 10px 10px;
  clear: both;
  border: 1px solid #e5e5e5;
  border-top: 0 none;
  height: 110px;
  overflow-x: hidden;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li {
  width: 100%;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li dt {
  float: left;
  width: 10%;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
  color: #000;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li dd {
  display: block;
  width: 100%;
  height: 30px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li dd del {
  width: 15%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-decoration: line-through;
  color: #dfdfdf;
  height: 27px;
  line-height: 20px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li dd a {
  display: inline-block;
  float: left;
  width: 15%;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #171717;
  font-weight: normal;
  height: 27px;
  padding-top: 2px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li dd a.active {
  font-weight: bold;
  background: #322b2b;
  color: #ffffff;
  text-decoration: none;
}

.sub-wrap .level-test ul .apply-test .apply-box div.choice-wrap .time-table-wrap .time-table li dd a:hover {
  color: #ff416d;
  font-size: 14px;
  font-weight: bold;
  height: 27px;
  text-decoration: none;
}

.sub-wrap .level-test ul .apply-test .apply-box div.agree-wrap p {
  margin: 15px 0 0 0;
  padding: 0;
}

.sub-wrap .level-test ul .apply-test .apply-box div.agree-wrap p a {
  color: #000;
  text-decoration: underline;
}

.sub-wrap .level-test ul .apply-test .apply-box div.agree-wrap .terms-wrap {
  margin: 10px 0 0 0;
  background: #f7f7f7;
}

.sub-wrap .level-test ul .apply-test .apply-box div.agree-wrap .terms-wrap .terms-title {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
  margin-bottom: 0;
}

.sub-wrap .level-test ul .apply-test .apply-box div.agree-wrap .terms-wrap .terms-title a {
  position: absolute;
  top: 7px;
  right: 10px;
}

.sub-wrap .level-test ul .apply-test .apply-box div.agree-wrap .terms-wrap .terms-summary {
  height: 60px;
  overflow-y: scroll;
  font-size: 14px;
  padding: 10px;
}

.sub-wrap .level-test ul .apply-process {
  width: 35%;
  display: inline-block;
}

.sub-wrap .level-test ul .apply-process h4 {
  font-weight: bold;
}

.sub-wrap .level-test ul .apply-process .process {
  text-align: center;
  margin-top: 10px;
}

.sub-wrap .level-test ul .apply-process .process div:nth-child(2n-1) {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 5px 0;
}

.sub-wrap .level-test .apply-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.sub-wrap .level-test .apply-btn a {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #373737;
}

.sub-wrap .faq .tab li {
  cursor: pointer;
  display: inline-block;
  width: 25%;
  margin-left: -4px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #eeeeee;
  color: #c7c7c7;
  padding: 20px 0;
}

.sub-wrap .faq .tab li:first-child {
  margin-left: 0;
}

.sub-wrap .faq .tab li.on {
  font-weight: bold;
  background: #003f8d;
  color: #ffffff;
}

.sub-wrap .faq .faq-wrap ul {
  width: 100%;
  margin: 40px 0;
  border-top: 1px solid #000000;
}

.sub-wrap .faq .faq-wrap li {
  border-bottom: 1px solid #000000;
}

.sub-wrap .faq .faq-wrap li .title {
  font-weight: bold;
  padding: 20px 10px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.sub-wrap .faq .faq-wrap li .title i {
  float: right;
}

.sub-wrap .faq .faq-wrap li .answer {
  display: none;
  padding: 20px 20px;
  background: #f4f4f4;
}

.sub-wrap .contact .phone {
  width: 150px;
}

.sub-wrap .contact .terms {
  margin-top: 20px;
}

.sub-wrap .contact .terms .title {
  background: #dddddd;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
}

.sub-wrap .contact .terms .terms-con {
  height: 100px;
  overflow: auto;
  border: 1px solid #dddddd;
  padding: 10px;
  font-size: 12px;
}

.sub-wrap .lecture h3 {
  margin: 50px 0 10px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sub-wrap .lecture p {
  text-align: center;
}

.sub-wrap .lecture .level {
  margin-top: 50px;
}

.sub-wrap .lecture .level .level-table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #eee;
  background: #fdfdfd;
  width: 100%;
}

.sub-wrap .lecture .level .level-table thead tr td {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 18px;
}

.sub-wrap .lecture .level .level-table tbody tr td {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
}

.sub-wrap .lecture .level .level-table tbody tr td.beginner {
  background: #ffffb2;
}

.sub-wrap .lecture .level .level-table tbody tr td.intermediate {
  background: #ddedbb;
}

.sub-wrap .lecture .level .level-table tbody tr td.advanced {
  background: #b2e2f8;
}

.sub-wrap .lecture .level .level-table tbody tr td.blank {
  background: #eeeeee;
}

.sub-wrap .book h3 {
  margin: 50px 0 10px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sub-wrap .book p {
  text-align: center;
}

.sub-wrap .book .book-con {
  width: 100%;
  margin-top: 50px;
}

.sub-wrap .book .book-con .book-wrap {
  margin-top: 116px;
}

.sub-wrap .book .book-con .book-wrap.intro-wrap {
  padding: 50px 0 0 0;
  margin-top: 0;
}

.sub-wrap .book .book-con .book-wrap.intro-wrap .title {
  background-color: #f6f8fb;
}

.sub-wrap .book .book-con .book-wrap .title {
  width: 100%;
  background-color: #fbf9f6;
  border-top: 2px solid #474341;
  border-bottom: 1px solid #474341;
}

.sub-wrap .book .book-con .book-wrap .title h4 {
  font-size: 24px;
  color: #474341;
  padding: 16px 0 16px 20px;
  font-weight: bold;
}

.sub-wrap .book .book-con .book-wrap p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin: 25px 0 0 0;
  padding-left: 20px;
  line-height: 1.5;
  color: #474341;
}

.sub-wrap .book .book-con .book-wrap .tip {
  font-weight: bold;
  color: #f95125;
}

.sub-wrap .book .book-con .book-wrap img {
  width: 100%;
  margin: 50px 0 0 0;
}

.sub-wrap .teacher h3 {
  margin: 50px 0 10px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sub-wrap .teacher p {
  text-align: center;
}

.sub-wrap .teacher .teacher-con {
  width: 100%;
  margin-top: 50px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap {
  margin-top: 116px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap {
  padding: 50px 0 0 0;
  margin-top: 0;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap .subtitle {
  background-color: #f6f8fb;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap .container .btitle {
  background-color: #2661c7;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap .container .box .sub {
  background-color: #f6f8fb;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap .container .box .sub h3 {
  color: #003adb;
  border-bottom: 1px solid #cfdcff;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container {
  margin: 22px 30px;
  width: 40%;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container .box .main img {
  margin-top: 37px;
  margin-bottom: 16px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container .box .main .btitle {
  background-color: #22bbab;
  border-radius: 28px;
  padding: 11px 0px;
  width: 45%;
  display: block;
  margin: 0 auto;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container .box .main .txt h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 9px;
  margin-bottom: 23px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container .box .sub {
  background-color: #f6fafb;
}

.sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container .box .sub h3 {
  color: #04beb1;
  border-bottom: 1px solid #a9e5d7;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .subtitle {
  width: 100%;
  background-color: #fbf9f6;
  border-top: 2px solid #474341;
  border-bottom: 1px solid #474341;
  margin-bottom: 58px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .subtitle h4 {
  font-size: 24px;
  color: #474341;
  padding: 16px 0 16px 20px;
  font-weight: bold;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .group {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container {
  float: left;
  width: 43%;
  margin: 0 22px 30px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container.container2 {
  float: right;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .btitle {
  color: #fff;
  background-color: #ff5330;
  padding: 14px 0;
  display: inline-block;
  border-radius: 25px 25px 0 0;
  width: 68%;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box {
  background-color: #fff;
  border-radius: 43px;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.13);
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .main img {
  text-align: center;
  margin-top: 37px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .main .txt h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 23px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub {
  padding: 26px 35px;
  background-color: #fbf9f6;
  border-radius: 0 0 43px 43px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub h3 {
  font-size: 22px;
  color: #ff5330;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #ffd6cb;
  margin: 0;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub h3:first-child {
  padding-top: 0;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub ul {
  margin-top: 14px;
}

.sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub ul li {
  font-size: 18px;
  text-align: left;
}

.sub-wrap .class h3 {
  margin: 50px 0 10px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sub-wrap .class .class-con {
  width: 100%;
  margin-top: 50px;
}

.sub-wrap .class .class-con .class-wrap.class-wrap2 .group .container .img {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.sub-wrap .class .class-con .class-wrap.class-wrap2 .group .container .img .pc {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.sub-wrap .class .class-con .class-wrap.class-wrap5 .group .container h3 {
  font-size: 35px;
  font-weight: bold;
  color: #f95125;
}

.sub-wrap .class .class-con .class-wrap.class-wrap5 .group .container p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.sub-wrap .class .class-con .class-wrap .title {
  font-size: 28px;
  font-weight: bold;
}

.sub-wrap .class .class-con .class-wrap p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 45px;
}

.sub-wrap .class .class-con .class-wrap .group .container .img {
  margin: 0 auto;
  text-align: center;
}

.sub-wrap .class .class-con .class-wrap .group .container .img .pc {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.sub-wrap .class .class-con .class-wrap .group .container .img .m {
  width: 100%;
  display: none;
  margin: 0 auto;
}

.sub-wrap .class .class-con .class-wrap .subtitle {
  margin-top: 70px;
  width: 100%;
  background-color: #f6f8fb;
  border-top: 2px solid #474341;
  border-bottom: 1px solid #474341;
  margin-bottom: 58px;
}

.sub-wrap .class .class-con .class-wrap .subtitle h4 {
  font-size: 24px;
  color: #474341;
  padding: 16px 0 16px 20px;
  font-weight: bold;
}

.sub-wrap .class .class-con .class-wrap h5 {
  font-size: 20px;
  margin-bottom: 28px;
  text-align: center;
  color: #474341;
  font-weight: bold;
}

.table-col {
  width: 100%;
  table-layout: fixed;
}

.table-col thead {
  font-weight: bold;
  border-top: 2px solid #000;
  text-align: center;
}

.table-col thead tr {
  height: 35px;
  border: 1px solid #eee;
  line-height: 35px;
}

.table-col thead tr:first-child {
  border-left: none;
}

.table-col thead tr:last-child {
  border-right: none;
}

.table-col thead tr th {
  background: #f9f9f9;
  padding: 0px 10px;
  height: 50px;
  border-right: 1px solid #ddd;
  word-break: break-all;
  vertical-align: middle;
  line-height: 20px;
}

.table-col thead tr th:first-child {
  border-left: none;
}

.table-col thead tr th:last-child {
  border-right: none;
}

.table-col tbody {
  text-align: center;
}

.table-col tbody tr {
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
}

.table-col tbody tr.total {
  background: #eeeeee;
}

.table-col tbody tr th {
  font-weight: bold;
  vertical-align: middle;
}

.table-col tbody tr td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  word-break: break-all;
  line-height: 24px;
  vertical-align: middle;
}

.table-col tbody tr td a {
  color: #000;
}

.table-col tbody tr td a:hover {
  text-decoration: underline;
}

.table-col tbody tr td:first-child {
  border-left: none;
}

.table-col tbody tr td:last-child {
  border-right: none;
}

.table-row {
  width: 100%;
  table-layout: fixed;
}

.table-row tbody {
  border-top: 2px solid #000;
  table-layout: fixed;
}

.table-row tbody tr {
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
}

.table-row tbody tr th {
  line-height: 20px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  word-break: break-all;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: bold;
}

.table-row tbody tr th:last-child {
  border-right: none;
}

.table-row tbody tr th .btn-add {
  background: #ddd;
  color: #555;
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 2px;
  width: 25px;
  height: 25px;
}

.table-row tbody tr th .btn-add:hover {
  background: #a2a2a2;
  color: #fff;
}

.table-row tbody tr td {
  padding: 10px;
  height: 40px;
  border-right: 1px solid #ddd;
  word-break: break-all;
  line-height: 28px;
  vertical-align: middle;
}

.table-row tbody tr td a {
  color: blue;
}

.table-row tbody tr td:last-child {
  border-right: none;
}

.table-row tbody tr td.title {
  background: #f4f4f4;
}

.writer {
  display: inline-block;
}

.date {
  float: right;
  display: inline-block;
}

.paging {
  text-align: center;
  font-size: 13px;
}

.paging ul li {
  margin: 0 10px;
  display: inline-block;
}

.paging ul li a {
  color: #555;
}

.paging ul li a.active {
  font-weight: bold;
}

.btn {
  border: 1px solid #ccc;
  padding: 7px 15px;
  color: #000;
  background: #fff;
  vertical-align: middle;
}

.btn:hover {
  background: #f7f7f7;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
  .main-process ul li {
    font-size: 25px;
  }
  .main-notice .wrap ul {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .sub-wrap .guide .process li {
    font-size: 25px;
  }
  .sub-wrap .guide .process-con ul {
    padding: 30px 0px;
  }
  .sub-wrap .join-guide .advantage li {
    min-height: 320px;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.name input {
    width: 100%;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.name input:last-child {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.call input {
    width: 31.5%;
  }
}

@media only screen and (max-width: 880px) {
  .sub-wrap .class h3 {
    margin: 50px 0 10px 0;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
  }
  .sub-wrap .class .class-con {
    width: 100%;
    margin-top: 50px;
  }
  .sub-wrap .class .class-con .class-wrap.class-wrap2 .group .container .img {
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }
  .sub-wrap .class .class-con .class-wrap.class-wrap2 .group .container .img .pc {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sub-wrap .class .class-con .class-wrap .title {
    font-size: 28px;
    font-weight: bold;
  }
  .sub-wrap .class .class-con .class-wrap p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 45px;
  }
  .sub-wrap .class .class-con .class-wrap .group .container .img {
    margin: 0 auto;
    text-align: center;
  }
  .sub-wrap .class .class-con .class-wrap .group .container .img .pc {
    width: 100%;
    display: none;
    margin: 0 auto;
  }
  .sub-wrap .class .class-con .class-wrap .group .container .img .m {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sub-wrap .teacher .teacher-con {
    width: 100%;
    margin-top: 50px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap {
    margin-top: 116px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap {
    padding: 50px 0 0 0;
    margin-top: 0;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap.intro-wrap .subtitle {
    background-color: #f6f8fb;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .subtitle {
    width: 100%;
    background-color: #fbf9f6;
    border-top: 2px solid #474341;
    border-bottom: 1px solid #474341;
    margin-bottom: 58px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .subtitle h4 {
    font-size: 24px;
    color: #474341;
    padding: 16px 0 16px 20px;
    font-weight: bold;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .group {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container {
    float: auto;
    width: 100%;
    margin: 0 auto 45px;
    padding: 0 29px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container.container2 {
    float: auto;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .btitle {
    color: #fff;
    background-color: #2661c7;
    padding: 14px 0;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    width: 68%;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box {
    background-color: #fff;
    border-radius: 43px;
    box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.13);
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .main img {
    text-align: center;
    margin-top: 37px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .main .txt h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 23px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub {
    padding: 26px 35px;
    background-color: #f6f8fb;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub h3 {
    font-size: 22px;
    color: #003adb;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid #cfdcff;
    margin: 0;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub h3:first-child {
    padding-top: 0;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub ul {
    margin-top: 14px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap .container .box .sub ul li {
    font-size: 18px;
    text-align: left;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container {
    float: auto;
    width: 100%;
    margin: 22px auto 45px;
    padding: 0 29px;
  }
  .sub-wrap .teacher .teacher-con .teacher-wrap.third-wrap .container.container2 {
    float: auto;
  }
}

@media only screen and (max-width: 768px) {
  .footer .wrap {
    width: 90%;
    display: block !important;
    margin: 0 0 0 22px;
  }
  .footer .wrap .footer-info {
    float: left;
  }
  .footer .wrap .login a {
    margin-bottom: 10px;
    float: left;
  }
  .br {
    display: block;
  }
  .phoneblock {
    display: block;
    margin: 0 auto;
  }
  .phonenone {
    display: none;
  }
  .navi h1 {
    margin-top: 0;
  }
  .navi .navi-list {
    display: none !important;
  }
  .navi .m-navi-toggle {
    display: block;
    color: #474341;
    float: right;
    margin-top: 10px;
  }
  .navi .m-navi {
    background: #fff;
    height: 100%;
    z-index: 99;
    width: 250px;
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
  }
  .navi .m-navi .m-navi-top {
    padding: 30px 20px 0 20px;
  }
  .navi .m-navi img {
    width: 112px;
  }
  .navi .m-navi .navi-close {
    color: #474341;
    float: right;
  }
  .navi .m-navi .m-navi-list {
    margin-top: 20px;
  }
  .navi .m-navi .m-navi-list li {
    font-size: 20px;
    border-top: 1px solid #e6e6e6;
  }
  .navi .m-navi .m-navi-list li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .navi .m-navi .m-navi-list li .navi-title {
    font-weight: bold;
  }
  .navi .m-navi .m-navi-list li a {
    color: #474341;
    display: block;
    padding: 10px 20px;
  }
  .navi .m-navi .m-navi-list li .depth-2 {
    background: #f5f5f5;
  }
  .navi .m-navi .m-navi-list li .depth-2 a {
    padding: 5px 25px;
    font-size: 16px;
    border-top: 1px dashed #e6e6e6;
  }
  .navi .m-navi .m-navi-list li .depth-2 a:last-child {
    border-bottom: none;
  }
  .main-visual {
    background: #f7f5f5 url(../img/main_visual_yeoju.jpg) no-repeat left;
    background-position-x: -800px;
    padding: 40px 0;
  }
  .main-visual h2 {
    font-size: 47px;
    line-height: 60px;
  }
  .main-visual h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .main-process ul li {
    font-size: 20px;
    padding: 0 7px;
  }
  .main-notice .table {
    max-width: 90%;
  }
  .main-notice .table table a {
    width: 550px;
  }
  .sub-wrap {
    border-top: 4px solid #000;
  }
  .sub-wrap .login {
    width: 90%;
  }
  .sub-wrap .login .login-box {
    width: 100%;
  }
  .sub-wrap .guide .process li {
    font-size: 20px;
    padding: 0 7px;
  }
  .sub-wrap .join-guide .advantage li {
    width: 48%;
    margin-bottom: 10px;
    min-height: 238px;
  }
  .sub-wrap .join-guide .advantage li:nth-child(2) {
    margin-right: 0;
  }
  .sub-wrap .join-guide .join-process h5 {
    font-size: 24px;
    display: block;
    margin-top: 10px;
  }
  .sub-wrap .join-guide .join-process .text {
    padding-left: 0px;
    margin-top: 10px;
  }
  .sub-wrap .join-guide .tab {
    margin-top: 50px;
  }
  .sub-wrap .join-guide .tab li {
    font-size: 22px;
  }
  .sub-wrap .join-guide .tab1 .process {
    width: 100%;
  }
  .sub-wrap .join-guide .tab1 .process ul {
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
  }
  .sub-wrap .join-guide .tab1 .process ul li {
    float: none;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    margin-top: 30px;
  }
  .sub-wrap .join-guide .tab1 .process ul li:first-child {
    margin-top: 0;
  }
  .sub-wrap .join-guide .tab1 .process ul li.jr_arrow {
    display: none;
  }
  .sub-wrap .join-guide .tab1 .line_up {
    max-width: 100%;
    width: 90%;
  }
  .sub-wrap .join-guide .tab1 .program {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail {
    width: 100%;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .leftSlick {
    top: 30px;
    left: 20px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .rightSlick {
    top: 30px;
    right: 20px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .jr-slick {
    width: 90%;
    margin: 0 auto;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap {
    width: 100%;
  }
  .sub-wrap .join-guide .tab1 .program ul li {
    float: none;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img01 .hover {
    padding-top: 30%;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img01 .con {
    padding-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img01 .con img {
    width: 15px;
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img02 .hover {
    padding-top: 35%;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img02 .con img {
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img03 .hover {
    padding-top: 30%;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img03 .con img {
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .program ul li .con {
    height: -webkit-fill-available;
    display: table;
  }
  .sub-wrap .join-guide .tab1 .program ul li .con p {
    letter-spacing: -2px;
    font-size: 20px;
    line-height: 43px;
  }
  .sub-wrap .join-guide .tab1 .program ul li .con img {
    width: 20px;
    margin-bottom: 5px;
  }
  .sub-wrap .join-guide .tab1 .program ul li .hover {
    background: rgba(0, 0, 0, 0.05);
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li .hover .btn {
    border: 1px solid #fff;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 8px 0;
  }
  .sub-wrap .join-guide .tab2 .comment {
    width: 90%;
    margin: 0 auto;
  }
  .sub-wrap .join-guide .tab2 .comment span {
    font-size: 35px;
    margin-top: 58px;
    text-align: center;
  }
  .sub-wrap .join-guide .tab2 .comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding: 15px 0 0px 0;
  }
  .sub-wrap .join-guide .tab2 .comment .step-all {
    width: 100%;
  }
  .sub-wrap .join-guide .tab2 .comment .step-all li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub-wrap .join-guide .tab2 .lecture_comment {
    width: 90%;
    margin: 0 auto;
    margin-top: 155px;
  }
  .sub-wrap .join-guide .tab2 .lecture_comment span {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .sub-wrap .join-guide .tab2 .lecture_comment p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    padding: 15px 0 0px 0;
  }
  .sub-wrap .join-guide .tab2 .lecture_comment .step-all {
    width: 100%;
  }
  .sub-wrap .join-guide .tab2 .lecture_comment .step-all li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub-wrap .join-guide .tab2 .lecture {
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left {
    width: 100%;
    float: none;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-left li {
    background-size: cover;
    width: 32%;
    margin: 0 3px 3px 0;
    height: 57px;
    font-size: 14px;
    line-height: 57px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul {
    width: 100%;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul.relative {
    position: relative;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul .left-btn {
    height: 505px;
    line-height: 505px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul .con-wrap {
    width: 90%;
    height: 505px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 30px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul .con-wrap .lv span {
    padding: 5px 15px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul .con-wrap .course {
    font-size: 35px;
    line-height: 45px;
    padding: 25px 0 30px 0;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul .con-wrap .txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    height: 180px;
  }
  .sub-wrap .join-guide .tab2 .lecture .lecture-wrap-right ul .right-btn {
    height: 505px;
    line-height: 505px;
  }
  .sub-wrap .join-guide .tab2 .lecture .book {
    margin: -120px 0px 0 0px !important;
  }
  .sub-wrap .join-guide .tab2 .lecture .book img {
    width: 90px;
  }
  .sub-wrap .join-guide .tab2 .apply-btn {
    width: 100%;
    margin-top: 20px;
  }
  .sub-wrap .level-test ul .apply-test {
    width: 55%;
    display: inline-block;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.call input {
    width: 31%;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.school p {
    display: block;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.school p:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
  .sub-wrap .contact .phone {
    width: 60px;
  }
  .sub-wrap .book .book-con {
    margin-top: 30px;
  }
  .sub-wrap .book .book-con .intro-wrap {
    padding: 30px;
  }
  .sub-wrap .book .book-con .intro-wrap .intro .txt-box {
    margin-top: 30px;
  }
  .sub-wrap .book .book-con .intro-wrap .txt-right {
    display: inline-block;
    margin-top: 30px;
  }
  .sub-wrap .book .book-con .intro-wrap .txt-right img {
    width: 100%;
  }
  .sub-wrap .book .book-con .book-wrap {
    width: 100%;
  }
  .sub-wrap .book .book-con .book-wrap .tab-wrap-1 li {
    margin-top: 0;
  }
  .sub-wrap .book .book-con .book-wrap .tab-wrap-2 li {
    margin-top: 0;
  }
  .sub-wrap .book .book-con .book-wrap ul {
    width: 100% !important;
  }
  .sub-wrap .book .book-con .book-wrap ul .tabcontent {
    padding: 30px;
  }
  .sub-wrap .book .book-con .book-wrap ul li {
    width: 100% !important;
    margin-top: 20px;
  }
  .sub-wrap .book .book-con .book-wrap ul li:first-child {
    margin-top: 0;
  }
  .sub-wrap .book .book-con .book-wrap ul li.tab-wrap-1 {
    margin-top: 0;
  }
  .sub-wrap .level-view-btn {
    margin-top: 50px;
  }
  .sub-wrap .level-view-btn a {
    width: 100%;
    font-weight: bold;
    letter-spacing: -1px;
    border: none;
    border-radius: 10px;
    background: #474341;
    color: #fff;
    padding: 8px 60px;
    font-size: 20px;
    display: inline-block;
  }
}

@media only screen and (max-width: 414px) {
  .best-pop {
    width: 331px;
    height: 306px;
    position: absolute;
    z-index: 20;
    top: 10%;
    right: 10%;
  }
  .best-pop .pop_img {
    width: 100%;
  }
  .best-pop .bestCheck span {
    display: inline-block;
    color: white;
  }
  .best-pop .bestCheck label {
    color: white;
  }
  .body {
    padding-bottom: 190px;
  }
  .main-visual {
    background: #f0e0ce url(../img/main_visual_mobile_yeoju.jpg) no-repeat 0 -66px;
    padding: 20px 0 20px 0;
    text-align: center;
    height: 300px;
  }
  .main-visual h2 {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .main-visual h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .main-visual button {
    width: 100%;
    font-size: 17.5px;
  }
  .main-visual button.mobile-mt {
    margin-top: 200px;
  }
  .main-process ul li {
    padding: 10px 7px;
  }
  .main-notice .wrap .table {
    max-width: 90%;
  }
  .main-notice .wrap .table table a {
    width: 300px;
  }
  .main-notice .wrap .table table td:nth-child(2) {
    display: none;
  }
  .main-notice .wrap ul li {
    width: 46%;
  }
  .sub-wrap .sub-title h3 {
    margin: 50px 0 20px 0;
  }
  .sub-wrap .login .login-box {
    padding: 30px 0;
  }
  .sub-wrap .login .login-box .login-wrap {
    width: 90%;
    display: block;
  }
  .sub-wrap .login .login-box .login-wrap .user {
    width: 100%;
  }
  .sub-wrap .login .login-box .login-wrap .user div {
    width: 100%;
  }
  .sub-wrap .login .login-box .login-wrap .user div span {
    display: block;
    padding-bottom: 10px;
  }
  .sub-wrap .login .login-box .login-wrap .user div input {
    width: 100%;
  }
  .sub-wrap .login .login-box .login-wrap .login-btn {
    width: 100%;
    height: 60px;
  }
  .sub-wrap .login .login-box .login-lost {
    width: 90%;
  }
  .sub-wrap .login .login-box .login-lost p {
    text-align: center;
  }
  .sub-wrap .introduce h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .sub-wrap .introduce .outline .title {
    display: block;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
  }
  .sub-wrap .guide h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .sub-wrap .guide .process li {
    padding: 10px 7px;
  }
  .sub-wrap .guide .process-con ul li {
    display: block;
  }
  .sub-wrap .guide .process-con ul .step {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    padding-top: 22px;
  }
  .sub-wrap .guide .process-con ul .step-con {
    padding-left: 0px;
    margin-top: 20px;
  }
  .sub-wrap .join-guide {
    padding-bottom: 50px;
  }
  .sub-wrap .join-guide .advantage li {
    width: 100%;
    margin-right: 0px;
    min-height: auto;
  }
  .sub-wrap .join-guide .join-process {
    padding: 20px;
  }
  .sub-wrap .join-guide .join-process .step {
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 5px;
    padding: 3px 0;
    width: 70px;
    text-align: center;
    color: #ababab;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .sub-wrap .join-guide .join-process button {
    font-size: 20px;
  }
  .sub-wrap .join-guide .join-process .box {
    padding: 30px 20px;
  }
  .sub-wrap .join-guide .tab1 .process ul {
    width: 100%;
  }
  .sub-wrap .join-guide .tab1 .program {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail {
    width: 100%;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .leftSlick {
    top: 30px;
    left: 20px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .rightSlick {
    top: 30px;
    right: 20px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .jr-slick {
    width: 90%;
    margin: 0 auto;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap {
    width: 100%;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div {
    padding: 0;
    text-align: center;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div .info-span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div:first-child {
    padding-right: 0;
    text-align: center;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .detail-info div:last-child {
    text-align: center;
    padding-left: 0;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .slide_preview {
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail .detailWrap .slide_wrap .slide_preview a {
    font-size: 16px;
    padding: 7px 30px;
  }
  .sub-wrap .join-guide .tab1 .program .program-detail ul li p {
    font-size: 16px;
  }
  .sub-wrap .join-guide .tab1 .program ul li {
    float: none;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img01 .hover {
    padding-top: 30%;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img01 .con {
    padding-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img01 .con img {
    width: 15px;
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img02 .hover {
    padding-top: 35%;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img02 .con img {
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img03 .hover {
    padding-top: 30%;
  }
  .sub-wrap .join-guide .tab1 .program ul li.img03 .con img {
    margin-top: 20px;
  }
  .sub-wrap .join-guide .tab1 .program ul li .con {
    height: -webkit-fill-available;
    display: table;
  }
  .sub-wrap .join-guide .tab1 .program ul li .con p {
    letter-spacing: -2px;
    font-size: 20px;
    line-height: 43px;
  }
  .sub-wrap .join-guide .tab1 .program ul li .con img {
    width: 20px;
    margin-bottom: 5px;
  }
  .sub-wrap .join-guide .tab1 .program ul li .hover {
    background: rgba(0, 0, 0, 0.05);
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
  }
  .sub-wrap .join-guide .tab1 .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;
  }
  .sub-wrap .join-guide .tab1 .program ul li .hover .btn {
    border: 1px solid #fff;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 8px 0;
  }
  .sub-wrap .search-wrap ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .sub-wrap .level-test ul .apply-test {
    display: block;
    width: 100%;
    float: none;
  }
  .sub-wrap .level-test ul .apply-test .apply-box {
    width: 100%;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.call input {
    width: 31%;
  }
  .sub-wrap .level-test ul .apply-process {
    float: none;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .sub-wrap .faq .tab li {
    width: 50%;
    margin-left: 0;
  }
  .sub-wrap .faq .tab li:nth-child(2n) {
    margin-left: -4px;
  }
}

@media only screen and (max-width: 375px) {
  .best-pop {
    top: 10%;
    right: 7%;
  }
  .best-pop .pop_img {
    width: 100%;
  }
  .best-pop .bestCheck span {
    display: inline-block;
    color: white;
  }
  .best-pop .bestCheck label {
    color: white;
  }
  .body {
    padding-bottom: 172px;
  }
  .main-notice .table {
    max-width: 90%;
  }
  .main-notice .table table a {
    width: 250px;
  }
  .sub-wrap .search-wrap ul li input {
    width: 200px;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.call input {
    width: 30%;
  }
  .date {
    float: none;
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .body {
    padding-bottom: 172px;
  }
  .navi h1 img {
    width: 100px;
  }
  .sub-wrap .join-guide .tab li {
    font-size: 25px;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.school {
    margin: 40px 0;
  }
  .sub-wrap .level-test ul .apply-test .apply-box div.school p select {
    height: 40px;
    padding: 5px;
    width: 60px;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
}

.all-class-list {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1000px) {
  .all-class-list {
    flex-direction: row;
  }
}

.all-class-list li {
  max-width: 460px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .all-class-list li {
    max-width: 100%;
  }
}

.all-class-list li img {
  display: block;
  width: 100%;
}
