@charset "utf-8";

.mainVisual {
  width: 100%;
}

.mainVisual a {
  width: 100%;
  display: block;
}

.mainVisual img {
  width: 100%;
}

.mainSv {
  position: relative;
}

.mainVisualTxt {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainVisualTxt .txt01 {
  font-family: 'NanumSquareRound';
  font-size: 34px;
  font-weight: 100;
  line-height: 42px;
  letter-spacing: -2px;
  color: #060935;
}

.mainVisualTxt .txt02 {
  font-family: 'NanumSquareRound';
  font-size: 52px;
  font-weight: 100;
  letter-spacing: -2px;
  line-height: 58px;
  color: #060935;
}

.mainVisualTxt .txt02 .color01 {
  font-family: 'NanumSquareRound';
  font-size: 53px;
  color: #5c69ff;
}

.mainVisualTxt .txt02 .color02 {
  font-family: 'NanumSquareRound';
  font-size: 53px;
  color: #00a00b;
}

.mainVisualTxt .txt02 .color03 {
  font-family: 'NanumSquareRound';
  font-size: 53px;
  color: #7f01e8;
}

.testBtn {
  font-family: 'NanumSquareRound';
  font-size: 28px;
  font-weight: 100;
  letter-spacing: -1px;
  color: white;
  background-color: #447ec0;
  border: 0;
  outline: none;
  padding: 10px 34px;
  border-radius: 50px;
  margin-top: 40px;
}

.moBr {
  display: none;
}

.molayoutZgTxt {
  display: none;
}





.mainContainerSv {
  width: 1200px;
  margin: 100px auto 0;
  padding-bottom: 100px;
  border-bottom: 0px solid #e5e5e5;
}

.mainContBg {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f7f7f7;
  /*z-index: -1;*/
}

.mainContBgInner {
  width: 1200px;
  margin: 0 auto;
}

h2.mainTitle {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif;
}

.mainTitle span {
  font-weight: bolder;
  color: #ffd400;
}

.mainTxt {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.layoutZg li {
  display: flex;
}

.layoutZg li > div {
  width: 50%;
}

.layoutZg li:nth-child(2n) {
  text-align: right;
}

.layoutZg li img {
  width: 100%;
  line-height: 0;
  vertical-align: bottom;
}

.layoutZg .layoutZgTxt {
  padding: 100px 40px 0;
}

.layoutZg .layoutZgTxt span {
  font-size: 35px;
  font-weight: 800;
  color: #FFD400;
}

.layoutZg .layoutZgTxt h5 {
  margin: 10px 0 30px;
  font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color :black
}

.layoutZg .layoutZgTxt p {
  font-size: 18px;
  line-height: 26px;
}




.edupangLive ul {
  display: flex;
  flex-wrap: wrap;
}

.edupangLive li {
  width: 25%;
  padding: 0 2%;
}

.edupangLive a {
  width: 100%;
  display: block;
}

.edupangLiveBox {
  width: 252px;
  height: 252px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.edupangLiveBox span {
  width: 90%;
  height: 1px;
  display: block;
  content: "";
  background-color: #447ec0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.edupangLiveBox div {
  height: 50%;
}

.edupangLiveImg {
  width: 252px;
  margin: 0 auto;
  padding: 20px 0px;
}

.edupangLiveImg img {
  width: 100%;
}


.edupangLiveBox div:last-child {
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #447ec0;
}

.edupangLiveTxt {
  font-size: 16px;
  font-weight: bold;
  transform: skew(-0.03deg);
  text-align: center;
  line-height: 24px;
}



.curriculum {
  border-bottom: 0;
}

.curriculum ul {
  display: flex;
  flex-wrap: wrap;
}

.curriculum li {
  width: 33.33%;
  margin-bottom: 25px;
  padding: 0 1%;
}

.curriculum h3 {
  margin: 0;
  padding: 50px 10px;
  font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  color: black;
  background-color: white;
}

.curriculumImg img {
  width: 100%;
}

.curriculumImg iframe {
  width: 100%;
}

.curriculumTxt {
  padding: 0px 0;
  font-size: 19px;
  transform: skew(-0.03deg);
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  background-color: white;
}



.strength h3 {
  margin: 100px 0 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
 /*z-index: -1;*/
}

.strength .num {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-weight: bolder;
  font-size: 70px;
  text-align: center;
  display: block;
  color: #b59cff;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.2;
  /*z-index: -1;*/
}

.strength .titleEx {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.strengthCont > li {
  padding: 0 0 70px;
  border-bottom: 1px solid #e5e5e5;
}

.strengthCont > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}




.strengthSystem > div {
  display: flex;
}

.strengthSystemImg {
  width: 65%;
}

.strengthSystemImg img {
  width: 100%;
}

.strengthSystemTxt {
  width: 35%;
  padding: 130px 20px;
}

.strengthSystemTxt h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #447ec0;
  padding-bottom: 10px;
  color: #447ec0;
}

.strengthSystemTxt p {
  font-size: 18px;
  line-height: 24px;
  word-break: keep-all;
}





.strengthEffect ul {
  display: flex;
  flex-wrap: wrap;
}

.strengthEffect li {
  width: 25%;
  padding: 60px 30px;
}

.strengthEffect li:first-child {
  background-color: rgba(0, 0, 0, 0);
}

.strengthEffect li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0);
}

.strengthEffect li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0);
}

.strengthEffect li:last-child {
  background-color: rgba(0, 0, 0, 0);
}

.strengthEffect li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.strengthEffect li p {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  word-break: keep-all;
}

.strengthEffectImg {
  width: 180px;
  margin: 0 auto;
}

.strengthEffectImg img {
  width: 100%;
}




.strengthCare h4 {
  margin: 40px 0 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.strengthCare h4 span {
  color: #447ec0;
}

.strengthCare .layoutZg .layoutZgTxt {
  padding: 120px 40px 0;
}

.teacherPick {
  width: 80%;
  margin: 0 auto 40px;
  padding: 30px 50px;
  background-color: #447ec0;
  border-radius: 10px;
}

.teacherPick li {
  font-size: 20px;
  line-height: 36px;
  color: white;
}



.strengthReview {
  overflow: hidden;
}

.strengthReview ul {
  margin-top: 60px;
}

.strengthReview .slick-list {
  overflow: inherit;
}

.strengthReview li {
  margin: 0 40px;
  padding: 60px 30px 40px;
  background-color: white;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
}

.strengthReview li.slick-center  {
  transform: scale(1.1);
  padding: 60px 30px 40px;
  background-color: #76CEE5;
  border: 1px solid #e5e5e5;
}

.reviewTitle {
  min-height: 54px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.strengthReview li.slick-center .reviewTitle {
  color: white;
}

.reviewTitle::before {
  content: '"';
  color: #76CEE5;
  opacity: 0.3;
  font-family: 'KOTRA_BOLD-Bold';
  font-size: 80px;
  top: -40px;
  left: 0;
  display: block;
  position: absolute;
}

.strengthReview li.slick-center .reviewTitle::before {
  color: black;
}

.reviewTitle::after {
  content: '"';
  color: #76CEE5;
  opacity: 0.3;
  font-family: 'KOTRA_BOLD-Bold';
  font-size: 80px;
  bottom: 0px;
  left: 0;
  transform: rotate(180deg);
  display: block;
  position: absolute;
}

.strengthReview li.slick-center .reviewTitle::after {
  color: black;
}

.reviewID {
  font-size: 16px;
  font-weight: bold;
  transform: skew(-0.03deg);
  color: #black;
  margin: 45px 0 30px;
}

.strengthReview li.slick-center .reviewID {
  color: white;
}

.reviewTxt {
  min-height: 75px;
  font-size: 17px;
  line-height: 25px;
}

.strengthReview li.slick-center .reviewTxt {
  color: white;
}

.reviewDate {
  font-size: 15px;
  transform: skew(-0.03deg);
  margin: 15px 0;
}

.strengthReview li.slick-center .reviewDate {
  color: white;
}

.reviewDetailBtn {
  font-size: 15px;
  transform: skew(-0.03deg);
  background-color: white;
  border: 1px solid #76CEE5;
  border-radius: 100px;
  outline: none;
  padding: 10px 35px;
  color: #76CEE5;
}

.reviewMoreBtn {
  margin: 70px auto 0;
  padding: 15px 35px;
  display: block;
  background-color: white;
  border: 1px solid #76CEE5;
  border-radius: 100px;
  font-size: 17px;
  font-weight: bold;
  color: #76CEE5;
}





.strengthOnlyBox {
  width: 80%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}

.strengthOnlyBox li {
  width: 49%;
  margin: 0 0.5% 10px;
  padding: 50px 30px;
  border-radius: 10px;
}

.strengthOnlyBox li:first-child {
  background-color: rgba(68, 126, 192, 0.1);
}

.strengthOnlyBox li:nth-child(2) {
  background-color: rgba(68, 126, 192, 0.2);
}

.strengthOnlyBox li:nth-child(3) {
  background-color: rgba(68, 126, 192, 0.3);
}

.strengthOnlyBox li:last-child {
  background-color: rgba(68, 126, 192, 0.4);
}

.strengthOnlyBox h5 {
  font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  transform: skew(-0.03deg);
  text-align: center;
  color: #666;
}

.strengthOnlyBox h4 {
  font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 15px;
}

.strengthOnlyBox p {
  font-size: 17px;
  text-align: center;
}




.recommend ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.recommend li {
  width: 18%;
  margin: 0 1%;
}

.recommendImg {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  padding: 40px;
  background-color: #447ec0;
  border-radius: 50%;
}

.recommendImg img {
  width: 100%;
}

.recommendTxt {
  font-size: 17px;
  text-align: center;
  line-height: 24px;
}




.freeTest {
  margin: 100px 0 0;
}

.freeTest ul {
  display: flex;
  flex-wrap: wrap;
}

.freeTest li {
  width: 18%;
  margin: 0 1%;
  position: relative;
}

.freeTestBox li::after {
	content: '>';
  font-family: 'KOTRA_BOLD-Bold';
  font-size: 30px;
  opacity: 0.3;
  color: #FFD400;
  top: 33%;
  right: -10%;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
}

.freeTestBox li:last-child:after {
  display: none;
}

.freeTestBox h6 {
  margin: 15px 0 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: black;
}

.freeTestBox p {
  font-size: 16px;
  transform: skew(-0.03deg);
  line-height: 22px;
  text-align: center;
}

.freeTestImg {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 40px;
  background-color: #FFF5C3;
  border: 1px solid #FFD400;
  border-radius: 50%;
}

.freeTestImg img {
  width: 100%;
}

.freeTestBtn {
  margin: 70px auto 0;
  padding: 15px 35px;
  display: block;
  background-color: #FFD400;
  border: 1px solid #FFD400;
  border-radius: 100px;
  font-size: 17px;
  font-weight: bold;
  color: white;
}



.serviceCenter {
  padding: 80px 0;
  position: relative;
}

.serviceCenterBg {
  position: absolute;
  left: 0;
  top: 0;
  /*z-index: -1;*/
}

.serviceCenter .mainTitle {
  color: white;
}

.serviceCenter .mainTxt {
  color: white;
}

.callNum {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.callInfo {
  margin: 30px 0;
  font-size: 16px;
  transform: skew(-0.03deg);
  line-height: 24px;
  color: white;
  text-align: center;
}

.callInfo span {
  color: white;
  font-weight: bolder;
}

.serviceCenter ul {
  width: 540px;
  margin: 0 auto;
  display: flex;
}

.serviceCenter li {
  width: 160px;
  height: 160px;
  margin: 0 10px;
  border: 1px solid white;
  border-radius: 50%;
}

.serviceCenter li a {
  display: block;
  width: 100%;
}

.serviceCenterImg {
  padding: 20px 40px 10px;
}

.serviceCenterImg img {
  width: 100%;
}

.serviceCenterTxt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: white;
}