@charset "UTF-8";

/* contents */
/*.contents{overflow: hidden;}*/
.contents h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.28;
}

.contents .subTit {
  font-size: 16px;
  line-height: 1.625;
}

/* 메인-메인 배너 */
.mainVisual {
  position: relative;
  width: 100%;
  height: 760px;
  background-color: #F53344;
}

.firstVisual {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 760px;
}

.firstVisual .visualCon {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}

.firstVisual img {
  position: absolute;
}

.firstVisual img.firstImg_01 {
  left: 271px;
  top: -227px;
}

.firstVisual img.firstImg_02 {
  left: 90px;
  top: 283px;
}

.firstVisual img.firstImg_03 {
  left: 406px;
  bottom: -80px;
}

.firstVisual img.firstImg_04 {
  right: 375px;
  top: -80px;
}

.firstVisual img.firstImg_05 {
  right: 81px;
  top: 279px;
}

.firstVisual img.firstImg_06 {
  right: 326px;
  bottom: -189px;
}

.seceonVisual {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 760px;
}

.seceonVisual .img img {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.seceonVisual .textCon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.seceonVisual .textCon h2 {
  font-size: 24px;
  color: #fff;
}

.seceonVisual .textCon img {
  width: 149px;
}

.appBtn {
  margin-top: 25px;
  font-size: 0;
}

.appBtn a {
  display: inline-block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0F2162;
  border-radius: 20px;
  transition: all ease-out .5s;
}

.appBtn a+a {
  margin-left: 14px;
}

.appBtn a span {
  vertical-align: middle;
  transition: all ease-out .5s;
  line-height: 1.3;
}

.appBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: -8px;
}

.appBtn a.googleBtn::before {
  background-image: url("../img/layout/ico_googleplay.png");
}

.appBtn a.appBtn::before {
  background-image: url("../img/layout/ico_appstore.png");
}

.appBtn a:hover {
  background-color: #42F0FB;
  transform: scale(1.05);
}

/*토스업-메인*/

/*tos01*/
.bg {
  background: #242d4d;
}

.main {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}

.tos01_wrap {
  width: 100%;
  z-index: -3;
  color: #fff;
  padding-top: 50px;
}

.tos01_wrap .inner {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tos01_wrap .inner>div {
  float: left;
}

.tos01_wrap .text {
  margin-top: 200px;
}

.tos01_wrap .text span {
  font-size: 45px;
  color: #f92839;
  font-weight: 700;
}

.tos01_wrap .text strong {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.tos01_wrap .text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 30px;
}

.tos01_wrap .text ul {
  position: relative;
}

.tos01_wrap .text li {
  float: left;
  margin-top: 30px;
}

.tos01_wrap .visual {
  position: relative;
  right: -50px;
}

.bg_pattern img:nth-child(1) {
  position: absolute;
  left: 10%;
  top: 20%;
}

.bg_pattern img:nth-child(2) {
  position: absolute;
  left: 15%;
  top: 40%;
}

.bg_pattern img:nth-child(3) {
  position: absolute;
  right: 10%;
  top: 10%;
}

.bg_pattern img:nth-child(4) {
  position: absolute;
  right: 5%;
  top: 35%;
}

.bg_pattern img:nth-child(5) {
  position: absolute;
  right: 10%;
  top: 50%;
}

/*tos02*/
.tos02_wrap {
  background: #e4eff1;
}

.tos02 {
  width: 1030px;
  min-width: 1030px;
  margin: 0 auto;
  padding: 50px 0;
}

.tos02 .left,
.tos02 .right {
  width: 50%;
  float: left;
}

.tos02 .illust {
  text-align: center;
  height: 334px;
}

.tos02 .left .illust {
  padding-top: 74px;
  box-sizing: border-box;
}

.tos02 .title {
  font-size: 30px;
  font-weight: 800;
  color: #666;
  text-align: center;
  margin-top: 50px;
}

.tos02 .list li strong {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  display: block;
}

.tos02 .list li p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.tos02 .list li {
  margin-top: 20px;
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 20px 10px 0 10px;
  border-radius: 60px;
  height: 118px;
  width: 140%;
  text-indent: 50px;
}

.tos02 .right .title {
  color: #242d4d;
}

.tos02 .right .list li {
  width: 100%;
  background: #242d4d;
  box-shadow: 0 0 25px rgba(142, 172, 178, 30%);
}

.tos02 .right .list li strong,
.tos02 .right .list li p {
  color: #fff;
}

/*tos03*/
.tos03 {
  margin-top: 50px;
}

.tos03 .func {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
}

.func_bg {
  width: 100%;
  background: #f0f0f0;
}

.tos03 .func.left .mockup {
  float: left;
  width: 40%;
}

.tos03 .func.left .text {
  width: 45%;
  float: right;
  text-align: left;
}

.tos03 .func.right .mockup {
  float: right;
  width: 40%;
}

.tos03 .func .mockup video {
  width: 120%;
  height: 100%;
}

.tos03 .func.right .text {
  width: 40%;
  float: left;
  text-align: left;
}

.tos03 .func.right .text span {
  color: #fff;
}

.tos03 .func .text span {
  font-size: 80px;
  font-family: '9px';
  color: #ddd;
  font-weight: bold;
}

.tos03 .func .text {
  margin-top: 200px;
}

.tos03 .func .text strong {
  display: block;
  font-size: 44px;
  font-weight: 800;
  margin: 10px 0 10px;
}

.tos03 .func .text p {
  font-size: 16px;
  line-height: 26px;
}


/*tos04*/
.tos04_wrap {
  background: #e4eff1;
}

.tos04 {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto 0;
  text-align: center;
  padding: 120px 0;
}

.tos04 .text .title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 50px;
}

.tos04 .text .title span {
  color: #f92839;
}

.tos04 .text p {
  line-height: 22px;
}

.tos04 .text p span {
  font-weight: 800;
}

.tos04 lottie-player {
  margin: 0 auto;
}

.rec_ani strong {
  font-family: "9px";
  font-weight: bold;
  color: #f92839;
  font-size: 25px;
  position: relative;
}

.rec_ani strong:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #f92839;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: ani 1s infinite alternate;
}

@keyframes ani {
  0% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }
}

.tos04 ul {
  margin-top: 50px;
  margin-left: 150px;
}

.tos04 ul li {
  float: left;
  text-align: left;
}

.ai_text_wrap {
  position: relative;
}

.ai_text {
  margin-left: 100px;
  margin-top: 40px;
  line-height: 22px;
}

.ai_text strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/*tos05*/
.tos05_wrap {
  background: #242d4d;
}

.tos05 {
  width: 1240px;
  min-width: 1240px;
  margin: 0 auto;
  padding: 20px 0;
}

.tos05>div:nth-child(1) {
  float: left;
}

.tos05>div:nth-child(2) {
  float: right;
}

.tos05 .text {
  margin-top: 250px;
}

.tos05 .text strong {
  color: #fff;
  font-size: 44px;
  margin-bottom: 10px;
  line-height: 54px;
}

.tos05 .text strong span {
  color: #f92839;
}

.tos05 .text>span {
  color: #7f879e;
  font-size: 22px;
  display: block;
  margin-top: 10px;
}

.tos05 .text p {
  color: #fff;
  display: block;
  margin: 40px 0 0;
  line-height: 26px;
  font-size: 16px;
}

.tos05 .img {
  margin: 100px 0;
}

/*tos06*/
.tos06 {
  width: 1140px;
  min-width: 1140px;
  margin: 100px auto;
  text-align: center;
}

.tos06 .title strong {
  font-size: 44px;
  margin-bottom: 10px;
  line-height: 54px;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
}

.tos06 .title strong span {
  color: #f92839;
}

.tos06 .title p {
  line-height: 22px;
  margin-bottom: 65px;
}

/*tos07*/
.tos07_wrap {
  background: #e4eff1;
}

.tos07 {
  width: 1140px;
  min-width: 1140px;
  margin: 100px auto 0;
  text-align: center;
}

.tos07 .title {
  padding-top: 100px;
}

.tos07 .title strong {
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
}

.tos07 .title strong span {
  color: #f92839;
}

.tos07 .title p {
  line-height: 22px;
  margin-bottom: 100px;
}

.tos07 ul {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.tos07 li {
  flex: 1;
}

.tos07 ul span {
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.tos07 .icon {
  position: relative;
}

.tos07 .icon:after {
  content: '문장학습';
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  font-weight: 800;
}

.tos07 .icon.step2:after {
  content: '템플릿 학습';
}

.tos07 .icon.step3:after {
  content: '모의시험';
}

.tos07 .icon.step4:after {
  content: '내 노트';
}

.tos07 .icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  background: url(../img/common/step_bubble_01.png) no-repeat;
  width: 89px;
  height: 48px;
}

.tos07 .icon.step2:before {
  background: url(../img/common/step_bubble_02.png) no-repeat;
}

.tos07 .icon.step3:before {
  background: url(../img/common/step_bubble_03.png) no-repeat;
}

.tos07 .icon.step4:before {
  background: url(../img/common/step_bubble_04.png) no-repeat;
}

/* tos08 */
.tos08 {
  overflow: hidden;
  position: relative;
  padding: 150px 0;
  height: 1150px;
}

.tos08 .innerCon .title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 50px;
}

.tos08_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 70px;
  height: 800px;
  font-size: 0;
}

.tos08_list li {
  margin: 0 3.68% 40px 0;
  width: 30.88%;
  vertical-align: top;
}

.tos08_list li:nth-of-type(3n) {
  margin-right: 0;
}

.tos08_list li dl {
  padding: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 105, 255, 0.1);
  border-radius: 30px;
}

.tos08_list li dl.clickE {
  cursor: pointer;
}

.tos08_list li dl dt {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

.tos08_list li dl dd.star {
  margin-bottom: 20px;
}

.tos08_list li dl dd.detail {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
}

.tos08_list li dl dd.from {
  font-size: 12px;
}

.tos08_list li dl dd.img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 30px;
}

.tos08_list li dl dd.img img {
  width: 100%;
}

.tos08_bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background: url("../img/common/opicup12.jpg") repeat-y top center;
  background-size: 100% auto;
}

/* tos09 */
.tos09_wrap {
  background: #f92839;
}

.tos09 {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.tos09 strong {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  display: block;
  padding-top: 100px;
}

.tos09 ul {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

/* tos10 */
.tos10 {
  padding: 150px 0;
}

.tos10 .title {
  font-size: 40px;
  font-weight: 800;
}

.tos10 .txt {
  float: left;
  width: 50.17%;
}

.tos10 .txt .moreBtn {
  display: block;
  margin-top: 25px;
  width: 132px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #f92839;
  border-radius: 20px;
}

.tos10 .img {
  overflow: hidden;
  float: right;
  margin-top: 10px;
  width: 47.94%;
  border-radius: 30px;
}

/* 이용권-배너 */
.passMainVisual {
  padding-top: 160px;
  height: 1012px;
  background: #242D4D url("../img/contents/pass_subVisual.png") no-repeat center center;
}

.passMainVisual h3 {
  padding: 140px 0 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.passMainVisual .cardList1 {
  margin-top: 50px;
}

/* 이용권-최초구매이벤트 */
.passEvent {
  text-align: center;
}

.passEvent .detail {
  display: inline-block;
  position: relative;
  padding: 80px 150px 80px 120px;
  text-align: left;
  background: url("../img/contents/eva_shooting.png") no-repeat right bottom;
}

.passEvent .detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55px;
  width: 243px;
  height: 57px;
  background: url("../img/contents/event.png") no-repeat center center;
}

.passEvent .detail h3 {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

/* 이용권-단일이용권 */
.passSubVisual {
  padding: 180px 0;
  height: 728px;
  background: #242D4D url("../img/contents/pass_mainVisual.png") no-repeat center center;
}

.passSubVisual h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.passSubVisual .cardList2 li:first-of-type {
  margin-top: 0;
}

/* 이용권-간단소개 */
.passInfoWrap h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

/*210120*/
.passInfoCon {
  padding: 150px 0 150px;
}

.passInfo01 {
  font-size: 0;
  text-align: center;
}

.passInfoCard {
  display: inline-block;
  padding-top: 70px;
  width: 400px;
  text-align: center;
}

.passInfoCard+.passInfoCard {
  margin-left: 40px;
}

.passInfoCard p {
  padding: 25px 0 35px;
  font-size: 16px;
  line-height: 1.625;
}

.passInfoCard .img {
  overflow: hidden;
  margin: 0 auto 20px;
  width: 372px;
  border-radius: 20px;
}

.passList {
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  width: 600px;
}

.passList::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: 0;
  width: 172px;
  height: 172px;
  background: url("../img/contents/eva_gesture.png") no-repeat center center;
}

.passList li {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  box-shadow: 4px 4px 20px rgba(255, 120, 130, 0.1);
}

.passList li+li {
  margin-top: 15px;
}

.passList li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 37px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.passList li:nth-of-type(1):before {
  background-image: url("../img/contents/ico_passList01.png");
}

.passList li:nth-of-type(2):before {
  background-image: url("../img/contents/ico_passList02.png");
}

.passEventList {
  margin: 100px auto 0;
  width: 905px;
  font-size: 0;
}

.passEventList li {
  display: inline-block;
  position: relative;
  width: 440px;
  margin: 0 25px 25px 0;
}

.passEventList li:nth-of-type(2n) {
  margin-right: 0;
}

.passEventList li a {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}

.passEventList li.open::after,
.passEventList li.end::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  border-radius: 20px;
}

.passEventList li.open::after {
  background-color: rgba(0, 105, 255, 0.8);
}

.passEventList li.end::after {
  background-color: rgba(39, 47, 71, 0.8);
}

.passEventList li h4 {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.passEventList li h4 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

/*210120*/
.passEventmore {
  margin-top: 20px;
  padding-bottom: 150px;
  text-align: center;
}

.passEventmore .passEventBtn {
  opacity: 0;
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #F53344;
}

.passEventmore .passEventBtn::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #F53344;
}

/* 이용권-가이드 */
.passGuide {
  padding: 80px 0 70px;
  background-color: #f2f3f8;
}

.passGuide .inner {
  margin: 0 auto;
  width: 960px;
}

.passGuide h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.passGuide p {
  margin-bottom: 10px;
  line-height: 1.625;
}

/* 고객센터 */
.serviceCon {
  padding-top: 160px;
  background: #242D4D url("../img/contents/service_mainVisual.png") repeat-y center top -250px;
  ;
}

.serviceCon .serviceListWrap {
  margin: 0 auto;
  width: 800px;
}

.serviceCon .serviceListWrap h2 {
  color: #fff;
}

.service_tab {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.service_tab li {
  display: inline-block;
  margin-right: 30px;
  width: 152px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #F53344;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 20px rgba(0, 105, 255, 0.1);
  cursor: pointer;
}

.service_tab li:last-of-type {
  margin-right: 0;
}

.service_tab li.active {
  color: #fff;
  background-color: #F53344;
}

.service_con {
  display: none;
}

.service_con.active {
  display: block;
}

.serviceGuide {
  margin: 130px auto 0;
  max-width: 975px;
  width: 100%;
  text-align: center;
}

.serviceGuide h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.serviceGuide p {
  color: #fff;
}

.serviceGuide p+p {
  margin-top: 20px;
  color: #fff;
}

.serviceGuide ul {
  position: relative;
  margin-top: 130px;
  height: 279px;
}

.serviceGuide ul::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
  height: 279px;
  background: url("../img/contents/eva_think.png") no-repeat center center;
}

.serviceGuide ul li {
  position: relative;
  padding: 40px 0;
  width: 370px;
  background-color: #f1f8ff;
  border-radius: 30px;
}

.serviceGuide ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 81px;
}

.serviceGuide ul li:first-of-type {
  float: left;
  cursor: pointer;
}

.serviceGuide ul li:first-of-type::before {
  background: url("../img/layout/ico_email.png") no-repeat center center;
}

.serviceGuide ul li:last-of-type {
  float: right;
}

.serviceGuide ul li:last-of-type::before {
  background: url("../img/layout/ico_question.png") no-repeat center center;
}

.serviceGuide ul li strong {
  display: block;
  font-size: 18px;
}

.serviceGuide ul li span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.serviceGuide ul li span.copy {
  position: relative;
  display: inline-block;
  color: #F53344;
  text-decoration: underline;
}

.serviceGuide ul li span.copy:active {
  opacity: 0.35;
}

/* .serviceGuide ul li span.copied::after{content:""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background-color: #F53344;} */
.serviceGuide ul li span.copied::after {
  content: "복사되었습니다.";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  font-size: 11px;
}

/* 마이페이지 */
.mypageMainVisual {
  position: relative;
  height: 500px;
  text-align: center;
  background: #F1F8FF url("../img/contents/mypage_mainVisual.png") no-repeat top center;
}

.mypageMainVisual .detail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mypageMainVisual .detail h3 {
  margin: -20px 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.mypagePass {
  padding: 100px 0 120px;
  background-color: #f1f8ff;
}

.mypagePass .tit {
  position: relative;
  margin-bottom: 52px;
  text-align: center;
}

.mypagePass .tit h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
}

.mypagePass .tit .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.mypagePass .cardList1 {
  margin-bottom: 50px;
}

/* 20210113 추가 */
.mypagePass .cardList1 li {
  margin-bottom: 30px;
}

.mypageCoupon {
  padding: 120px 0 130px;
}

.mypageCoupon h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.mypageCoupon .cardList1 {
  margin-bottom: 20px;
  text-align: left;
}

.mypageCoupon .cardList1 li {
  margin-bottom: 30px;
}

.mypageCoupon .cardList1 li .courseTit {
  height: auto;
}

/* 쿠폰등록 */
.couponWrap {
  position: relative;
  margin: 60px auto 50px;
  padding: 0 20px;
  width: 480px;
  height: 44px;
  text-align: left;
  background-color: #F3F7FC;
  border-radius: 20px;
}

.couponWrap input[type="text"] {
  width: calc(100% - 70px);
  height: 100%;
  line-height: 44px;
  font-size: 16px;
}

.couponWrap input[type="text"]::placeholder {
  color: #CAD0D8;
}

.couponWrap button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #F53344;
}

/* 나의 1:1 문의 */
.mypageQuestion {
  padding: 120px 0 130px;
  background-color: #242D4D;
}

.mypageQuestionCon {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.mypageQuestionCon h3 {
  margin-bottom: 52px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.mypageQuestionCon .morebtnWrap {
  margin-top: 50px;
}

.mypageQuestionCon .morebtnWrap .morebtn {
  color: #fff;
}

.mypageQuestionCon .morebtnWrap .morebtn::before {
  color: #fff;
}

/* 프로필 수정 */
.modificationCon {
  padding: 160px 0 110px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.modificationCon h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.modificationCon .btnWrap .btn {
  margin: 22px auto 30px;
}

.modificationCon .btnWrap .withDrawalBtn {
  display: block;
  font-size: 12px;
}

/* 회원탈퇴하기 */
.withDrawalCon {
  position: relative;
  margin: 0 auto;
  padding: 160px 40px 0;
  max-width: 880px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.withDrawalCon h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.withDrawalCon p.subTit {
  margin-top: 5px;
}

.withDrawalCon .guide {
  margin: 20px 0 50px;
  text-align: left;
}

.withDrawalCon .guide p {
  font-size: 12px;
  line-height: 1.5;
  color: #A9ADB5;
}

.withDrawalCon .formStyle {
  position: relative;
  padding-bottom: 100px;
  width: 100%;
}

.withDrawalCon .formStyle::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 244px;
  height: 244px;
  background: url("../img/contents/eva_gesture02.png") center center;
}

/* 로그인 폼 */
.loginCon {
  padding: 120px 0 160px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.loginCon .btnWrap {
  margin: 10px 0 30px;
}

.loginTit {
  margin: 0 auto;
  padding-top: 30px;
  width: 320px;
  height: 115px;
  text-align: center;
  background: url("../img/contents/loginTit_bg.png") no-repeat center center;
}

.loginTit.only {
  padding-top: 43px;
}

.loginTit h3 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.loginGuide {
  text-align: center;
}

.loginGuide p {
  font-size: 12px;
}

.loginGuide p a {
  color: #FF444A;
}

.loginGuide p.findWrap {
  margin-top: 10px;
}

.loginGuide p.findWrap a {
  color: #FF444A;
}

.loginGuide p.findWrap a::after {
  content: "";
  display: inline-block;
  margin: 0 3px 0 5px;
  width: 1px;
  height: 12px;
  background-color: #353e45;
  vertical-align: middle;
  cursor: default;
}

.loginGuide p.findWrap a:last-of-type::after {
  display: none;
}

.findGuide {
  margin-bottom: 30px;
  text-align: left;
}

.findGuide p {
  font-size: 12px;
  color: #656B74;
  line-height: 1.5;
}

.findGuide p+p {
  margin-top: 20px;
}

/* 회원가입 */
.joinCon {
  padding: 125px 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.joinCon .btnWrap {
  margin-top: 30px;
}

/* 회원 정보 찾기 */
.checkWord {
  margin: 40px auto 45px;
  width: 320px;
}

.checkWord::before {
  content: "";
  display: inline-block;
  width: 144px;
  height: 144px;
  background: url("../img/contents/eva_gesture.png") no-repeat center center;
  background-size: 144px auto;
}

.checkWord p {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 700;
  color: #FF444A;
  border-radius: 30px;
  background-color: #f3f6fb;
}

/* 마이클래스 */
/*210120*/
.myclassMainVisual {
  position: relative;
  height: 500px;
  text-align: center;
  background: #FAFCFF url("../img/contents/onlineClass_mainVisual.png") no-repeat top center;
}

/*210120*/
.myclassMainVisual .detail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*210120*/
.myclassMainVisual .detail h3 {
  margin: -20px 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

#nickName {
  color: #fff;
}

#opicEmail {
  color: #fff;
}

.myClass {
  padding: 100px 0 200px;
  background: linear-gradient(180deg, #FAFCFF 0%, #DDEEFF 100%);
}

.myClass .myClassInner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 880px;
  width: 100%;
}

.myClass .tit {
  position: relative;
  margin-bottom: 52px;
  text-align: center;
}

.myClass .tit h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
}

.myClass .tit .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.classList li {
  margin-bottom: 10px;
}

.classList li:last-of-type {
  margin-bottom: 0;
}

.classList li a {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 20px rgba(0, 105, 255, 0.1);
}

.classList li a dl {
  width: 77%;
}

.classList li a dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
}

.classList li a dl dd {
  font-size: 12px;
  line-height: 1.5;
}

.classList li a .detail {
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: #D83143;
}

.classList li a .classCode {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  background-color: #f3f7fc;
  border-radius: 10px;
}

.classList li a .classCode span {
  margin-left: 7px;
  font-size: 16px;
  line-height: 42px;
  vertical-align: middle;
}

.myClass .closed {
  margin-top: 150px;
}

.classList li.open a .detail {
  color: #FF444A;
}

/* 20210203 결제목록 상세 페이지 표시 위해 삭제 */
/* .classList li.close a{cursor: default; pointer-events: none; } */
.classList li.close a dl dt {
  position: relative;
}

.classList li.close a dl dt::after {
  content: "종료 됨";
  display: inline-block;
  margin: -2px 0 0 10px;
  width: 56px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: #cad0d8;
  vertical-align: middle;
}

.classList li.close a .detail {
  color: #cad0d8;
}

.classList li.close a .classCode {
  color: #CAD0D8;
}

/* 클래스 결제 내역 */
.myClassPay {
  padding: 180px 0 310px;
}

.myClassPay p.subTit {
  margin-bottom: 12px;
}

.myClassPay h3 {
  margin-top: 150px;
  text-align: left;
}

.myClassPay .classList li.open a .detail {
  color: #353E45;
}

.myClassPay .classPay {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
  color: #F53344;
}

.payDateWrap {
  margin-bottom: 52px;
}

.payDateWrap h4 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.625;
}

/* 새클래스 개설 */
.newClassCon {
  position: relative;
  margin: 0 auto;
  padding: 160px 0 125px;
  max-width: 880px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.newClassCon h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.newClassCon p.subTit {
  margin-top: 5px;
}

.newClassCon .btnWrap {
  margin-top: 52px;
}

.newClassCon .infoTxt p {
  font-size: 16px;
  margin: 32px 0 14px 0;
}

.newClassCon .checkInput {
  display: inline-block;
  text-align: center;
}

/* formStyle */
.formStyle {
  margin-top: 50px;
  display: inline-block;
}

.formStyle textarea {
  padding: 20px;
  width: 100%;
  height: 230px;
  font-size: 16px;
  background-color: #f3f6fb;
  border-radius: 10px;
  line-height: 1.625;
}

.formStyle textarea::placeholder {
  color: #CAD0D8;
}

.formStyle dl {
  margin-bottom: 30px;
  width: 320px;
  vertical-align: top;
}

.formStyle dl dt {
  margin-bottom: 10px;
  font-size: 12px;
}

.formStyle dl dt label {
  float: left;
  cursor: default;
}

.formStyle dl dt span {
  float: right;
  color: #FF5A4D;
  font-size: 12px;
  transform: scale(0);
  transition: all ease-out .2s;
}

.formStyle dl dt .point {
  float: right;
  font-size: 12px;
  color: #FF444A;
}

.formStyle dl dd {
  position: relative;
}

.formStyle dl dd input[type="text"],
.formStyle dl dd input[type="password"] {
  padding: 0 20px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background-color: #f3f6fb;
  border-radius: 10px;
}

.formStyle dl dd input[type="text"]::placeholder,
.formStyle dl dd input[type="password"]::placeholder {
  color: #CAD0D8;
}

.formStyle dl dd.guide {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  color: #A9ADB5;
  word-spacing: -1px;
}

.formStyle dl.error dt span {
  font-size: 12px;
  transform: scale(1);
}

/* .formStyle .btnInput {} */
.formStyle .btnInput.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.formStyle .btnInput input[type="text"],
.formStyle .btnInput input[type="password"] {
  padding-right: 60px;
}

.formStyle .btnInput input[type="text"]:-webkit-autofill,
.formStyle .btnInput input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f3f6fb inset !important;
}

.formStyle .btnInput .formBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FF444A;
}

.formStyle .btnInput .formBtn:active {
  opacity: 0.3;
}

.formStyle .checkInput input[type="checkbox"] {
  display: none;
}

.formStyle .checkInput label {
  position: relative;
  display: block;
  padding-left: 34px;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

.formStyle .checkInput label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/layout/ico_checkbox.png") no-repeat center center;
  background-size: 24px auto;
}

.formStyle .checkInput label:hover::before {
  background-image: url("../img/layout/ico_checkbox_h.png");
}

.formStyle .checkInput input:checked+label::before {
  background-image: url("../img/layout/ico_checkbox_s.png");
}

.formList {
  display: inline-block;
  vertical-align: top;
}

.formList+.formList {
  margin-left: 100px;
}

.formList .formHalf {
  width: 150px;
}

.formList.half+.formList.half {
  margin-left: 20px;
}

/* 런칭 */
/*210120*/
.launchingMainVisual {
  padding-top: 144px;
  max-height: 960px;
  background: #EF8089;
}

.launchingMainVisual .logo {
  margin: 0 auto 32px;
  width: 65px;
  height: 55px;
}

/*210120*/
.launchingMainVisual h2 {
  margin-bottom: 100px;
  color: #fff;
}

.launchingMainVisual .detail {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 40px 100px;
  max-width: 1100px;
  width: 100%;
}

.launchingMainVisual .detail img {
  width: 100%;
  border-radius: 30px;
}

.launching01 {
  padding: 140px 0 250px;
}

.launching01List {
  margin: 100px auto 0;
  padding: 0 40px;
  max-width: 1380px;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
}

.launching01List li {
  overflow: hidden;
  display: inline-block;
  margin-right: 40px;
  width: calc((100% - 80px)/3);
  border-radius: 30px;
}

.launching01List li:last-of-type {
  margin-right: 0;
}

.launching01List li img {
  width: 100%;
}

.launching02 {
  padding: 140px 0 160px;
  background-color: #242D4D;
}

.launching02List {
  margin: 65px auto 0;
  max-width: 1020px;
  font-size: 0;
  white-space: nowrap;
}

.launching02List li {
  overflow: hidden;
  display: inline-block;
  margin-right: 40px;
  width: calc((100% - 80px)/3);
  border-radius: 30px;
  vertical-align: top;
}

.launching02List li .img img {
  width: 100%;
}

.launching02List li .txt {
  padding: 24px;
  text-align: left;
  background-color: #fff;
  white-space: normal;
}

.launching02List li .txt dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
}

.launching02List li .txt dd.sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #F53344;
}

.launching02List li .txt dd.review {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
}

.launching03 .half {
  font-size: 0;
}

.launching03 .half .formHalf {
  display: inline-block;
}

.launching03 .half .formHalf+.formHalf {
  margin-left: 20px;
}

.launching03 textarea {
  height: 96px;
}

.launching03 .checkInput {
  width: 100%;
}

.launching03 .checkInput a {
  margin-left: 10px;
  color: #F53344;
}

.launching03 .needLogin {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 클래스 세부내용 */
.viewMainVisual {
  height: 490px;
  background: #f1f8ff url("../img/contents/onlineClass_mainVisual.png") no-repeat top center;
}

.viewMainVisual .viewInner {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 100%;
}

/*210120*/
.viewMainVisual .detail {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  text-align: left;
}

.viewMainVisual .detail h2 {
  margin-bottom: 10px;
  width: 70%;
}

.viewMainVisual .detail h3 {
  width: 70%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
}

.viewMainVisual .detail>p {
  width: 70%;
  margin-top: 43px;
}

.viewMainVisual .viewOption {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 0;
}

.viewMainVisual .viewOption .classCode {
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  background-color: #f3f7fc;
  border-radius: 10px;
  color: #353E45;
  vertical-align: middle;
}

.viewMainVisual .viewOption .classCode span {
  margin-left: 7px;
  font-size: 16px;
  line-height: 42px;
  vertical-align: middle;
}

.viewMainVisual .viewOption .option {
  display: inline-block;
  margin-left: 15px;
  background-color: #EF8089;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

.classView {
  padding-top: 100px;
  width: 100%;
  background-color: #F1F8FF;
}

.classView h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.classView h3 span {
  font-size: 16px;
  font-weight: 400;
}

.classView01 {
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 880px;
}

/*220614*/
.classOpenView {
  padding-bottom: 40px;
  width: 100%;
  background-color: #f1f8ff;
  text-align: center;
}

/*220614*/
.classOpenView p {
  margin-top: 20px;
  line-height: 1.5;
}

/*220614*/
.classCloseView {
  padding-bottom: 100px;
  width: 100%;
  background-color: #f1f8ff;
  text-align: center;
}

/*220614*/
.classCloseView p {
  margin-top: 20px;
  line-height: 1.5;
}

.agreeWrap {
  overflow: hidden;
  position: relative;
  margin: 36px 0 20px;
}

.agreeWrap .checkBtn {
  position: absolute;
  right: 0;
  top: 0;
}

.agreeWrap .allCheck {
  line-height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #F53344;
}

.agreeWrap .agreeBtn {
  margin-left: 15px;
}

.agreeList li {
  margin: 0 0 14px 0;
  width: 100%;
}

.agreeList li:last-of-type {
  margin-bottom: 0;
}

.agreeList li .checkInput label {
  display: block;
  padding: 28px 28px 28px 100px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.agreeList li .checkInput label::before {
  left: 35px;
}

.agreeList li .checkInput label dl {
  margin-bottom: 0;
  width: 100%;
  vertical-align: middle;
}

.agreeList li .checkInput label dl dt {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}

.agreeList li .checkInput label dl dd {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}

.agreeList li .checkInput label dl dd.phone {
  color: #353E45;
}

.agreeList li .checkInput label dl dd.date {
  float: right;
  color: #CAD0D8;
}

.classView02 {
  margin: 0 auto;
  padding: 100px 40px 180px;
  max-width: 880px;
  width: 100%;
}

.classView02 .tit h3 {
  float: left;
  line-height: 52px;
}

.classView02 .tit a {
  float: right;
}

/* 20210128 */
/* .classView02 .tit .btn{opacity: 0.3;} */
.classView02 .tit .btn {
  opacity: 1.0;
}

.classStudent {
  margin-bottom: 12px;
}

/*210205*/
.classStudentMo {
  display: none;
}

/*210205*/
.classStudentMo .info {
  margin: 40px 0 20px;
  font-size: 0;
}

/*210205*/
.classStudentMo .info li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  color: #656B74;
}

/*210205*/
.classStudentMo .info li:nth-of-type(1) {
  padding-left: 30px;
  width: 28.25%;
}

/*210205*/
.classStudentMo .info li:nth-of-type(2) {
  width: 28.5%;
}

/*210205*/
.classStudentMo .info li:nth-of-type(3) {
  width: 29.25%;
}

/*210205*/
.classStudentMo .info li:nth-of-type(4) {
  width: 14%;
}

.classStudent .info {
  margin: 40px 0 20px;
  font-size: 0;
}

.classStudent .info li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  color: #656b74;
  text-align: center;
}

.classStudent .info li:nth-of-type(1) {
  width: 20%;
}

.classStudent .info li:nth-of-type(2) {
  width: 22%;
}

.classStudent .info li:nth-of-type(3) {
  width: 18%;
}

.classStudent .info li:nth-of-type(4) {
  width: 22%;
}

.classStudent .info li:nth-of-type(5) {
  width: 18%;
}

.studentCard {
  margin-bottom: 15px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 20px;
  font-size: 0;
  display: flex;
  align-items: center;
}

.studentCard:last-of-type {
  margin-bottom: 0;
}

.studentCard>div {
  display: inline-block;
  vertical-align: middle;
}

.studentCard .name {
  padding: 0 12px;
  width: 20%;
  text-align: center;
  overflow: hidden;
}

.studentCard .name h4 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
}

.studentCard .name .phone {
  display: inline-block;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5;
}

.studentCard .name .state {
  display: inline-block;
  padding: 3px 8px;
  margin-left: 6px;
  font-size: 12px;
  line-height: 1.4;
  /* color: #F53344;
  background-color: #fff;
  border: 1px solid #F53344; */
  border-radius: 10px;
  cursor: default;
  white-space: nowrap;
}

.studentCard .name p.state.before-coupon {
  color: #F53344;
  background-color: #fff;
  border: 1px solid #F53344;
}

.studentCard .name p.state.ing-coupon {
  color: #fff;
  background-color: rgba(245, 51, 68, 0.75);
  border: 1px solid rgba(245, 51, 68, 0.75);
}

.studentCard .name p.state.done-coupon {
  color: #fff;
  background-color: rgba(35, 34, 92, 1);
  border: 1px solid rgba(35, 34, 92, 1);
}

.studentCard .name p.state.expire-coupon {
  color: #999;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
}

.studentCard .score {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.studentCard .score img {
  vertical-align: middle;
}

.studentCard .score strong {
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
}

.studentCard .score span {
  font-size: 14px;
}

.studentCard .score .study-template {
  display: inline-block;
  vertical-align: middle;
}

.studentCard .score .study-template span.button {
  border: 2px solid #969dac;
  padding: 0 4px;
  border-radius: 5px;
}

/* ================================
  학생 카드 – 시험 영역 (최종)
================================ */

/* 시험 전체 영역 */
.studentCard .exam {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: default;
}

/* 시험 1개 단위 */
.studentCard .exam .examItem {
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 등급 원 */
.studentCard .exam .examItem .grade {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f3f7fc;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin-bottom: 6px;
}

/* 활성 등급 */
.studentCard .exam .examItem .grade.in {
  background-color: #F53344;
  color: #fff;
}

.studentCard .exam .examItem .examScore {
  font-size: 14px;
  color: #666;
  line-height: 1;
}

.studentCard .exam .examItem .examScore:empty {
  display: none;
}

/* ============================================================ */

/* .studentCard .exam {
  width: 22%;
  display: flex;
  text-align: center;
  cursor: pointer;
} */

.studentCard .exam p {
  display: inline-block;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  background-color: #f3f7fc;
  border-radius: 50%;
  vertical-align: top;
}

.studentCard .exam p.in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #F53344;
  line-height: 1.2;
}

.studentCard .exam p.in span.level {
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.studentCard .exam p.in span.score {
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.studentCard .exam p:last-of-type {
  margin-right: 0;
}

.studentCard .notice {
  width: 18%;
  text-align: center;
}

.studentCard .notice span {
  font-size: 14px;
}

.studentCard .notice a {
  margin-left: 15px;
  font-size: 16px;
  color: #F53344;
}


/* 뉴스 */
.newsCon {
  padding-top: 160px;
  background-color: #F1F8FF;
}

.newsCon h3 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.newsPress {
  padding: 140px 0 170px;
}

.newsPress .cardList1 {
  margin-bottom: 50px;
}

.newsArticle {
  padding: 170px 0;
  background-color: #F1F8FF;
}

.newsArticle .cardList1 {
  margin-bottom: 20px;
}

.newsArticle .cardList1 li {
  margin-bottom: 30px;
}

.newCard {
  margin: 0 auto 52px;
  padding: 0 40px;
  max-width: 880px;
  width: 100%;
}

.newCard li {
  margin-bottom: 14px;
}

.newCard li:last-of-type {
  margin-bottom: 0;
}

.newCard li div.item {
  display: block;
  padding: 30px;
  width: 100%;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 105, 255, 0.1);
}

.newCard li div.item dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #2E3858;
}

.newCard li div.item dl dd {
  font-size: 16px;
}

.newCard li div.item dl dd strong {
  color: #F53344;
  font-weight: 400;
  vertical-align: middle;
}

.newCard li div.item dl dd span {
  display: inline-block;
  margin: 2px 0 0 14px;
  color: #2E3858;
  vertical-align: middle;
}

.newsCon ul.newCard .accordionList dl {
  background-color: #fff;
  margin-bottom: 0px;
}

.newsCon ul.newCard .accordionList dl dt {
  padding: 30px 60px 0px 0px;
}

.newsCon ul.newCard .accordionList dl dd {
  padding: 30px 30px 0px 0px;
}

.newsCon ul.newCard .accordionList dl strong.by {
  color: #0f0e7b;
  font-weight: 400;
  vertical-align: middle;
  margin: 0 14px 0 0;
}

.newsCon ul.newCard .accordionList dl span.date {
  display: inline-block;
  margin: 2px 0 0 0;
  color: #2e3858;
  vertical-align: middle;
}

.newCard li .accordionList div.item {
  padding-top: 0px;
  padding-right: 0px;
}

#info-modal .modal-header {
  padding: 10px 0;
}

#info-modal .modal-header h3.modal-title {
  font-size: 24px;
  font-weight: 700;
}

#info-modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

#info-modal .modal-body p {
  padding: 20px 0 40px;
  line-height: 1.4;
}

/* 마이클래스 전용 모달 */
.myclass.modal {
  overflow: hidden;     
}

.myclass .modal-content p.user-name {
  display: flex;
  justify-content: start;
  margin-left: 15px;
}

.myclass .modal-header h3.modal-title {
  font-size: 24px;
  font-weight: 700;
}

.myclass.modal .modal-body {
  padding-bottom: 20px;
  word-break: keep-all;
  overflow-y: auto;
  max-height: 30vh;
}

.myclass.modal .modal-content {
  max-height: 80vh;
  margin: 25vh auto 0;
  display: flex;
  flex-direction: column;
}

.myclass.modal .modal-body ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  align-items: center;
}

.myclass.modal .modal-body ul li span {
  width: 33%;
  display: inline-block;
}

.myclass.modal .modal-body ul li span.topics {
  padding: 0 20px;
}

.myclass.modal .modal-body ul li.title span {
  font-weight: 800;
}

#exam-modal.myclass.modal .modal-content {
  width: 40%;
  min-width: 400px;
}

@media all and (max-width:1200px) {

  .tos01_wrap .text ul li {
    position: relative;
    left: 50%;
    transform: translateX(-100%);
  }

  .tos01_wrap .inner {
    width: 100%;
  }

  .bg_pattern img {
    display: none;
  }

  .tos01_wrap {
    text-align: center;
    margin: 0 auto;
  }

  .tos01_wrap .text {
    margin-top: 100px;
    width: 100%;
  }

  .tos01_wrap .inner>div {
    float: none;
  }

  .tos01_wrap .inner {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }

  .tos01_wrap .visual img {
    width: 50%;
  }

  .tos01_wrap .visual {
    right: 0;
  }

  .tos02 {
    width: 100%;
    min-width: 100%;
    height: 1800px;
  }

  .tos02 .illust img {
    width: 60%;
  }

  .tos02 .left,
  .tos02 .right {
    width: 100%;
    float: none;
  }

  .tos02 .list li {
    margin-top: 20px;
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 14px 10px 0 10px;
    border-radius: 60px;
    height: 100px;
    width: 50%;
    text-indent: 0px;
    text-align: center;
    margin: 20px auto 0;
  }

  .tos02 .right .list li {
    width: 50%;
    background: #242d4d;
    box-shadow: 0 0 25px rgba(142, 172, 178, 30%);
  }

  .tos02 .right {
    margin-top: 100px;
  }

  .tos02 .right .list li strong,
  .tos02 .right .list li p {
    color: #fff;
  }

  .tos02 .list li strong {
    font-size: 18px;
    color: #666;
    margin-bottom: 6px;
    display: block;
  }

  .tos02 .list li p {
    font-size: 16px;
    color: #666;
    line-height: 21px;
  }

  .tos03 .func {
    width: 90%;
    min-width: 90%;
  }

  .tos04 {
    width: 100%;
    min-width: 100%;
    margin: 100px auto 0;
  }

  .tos04 ul {
    margin-left: 0;
  }

  .tos04 ul li {
    float: none;
    text-align: center;
  }

  .ai_text {
    margin-left: 0;
  }

  .tos05 {
    width: 90%;
    min-width: 90%;
  }

  .tos05>div:nth-child(1) {
    float: none;
  }

  .tos05>div:nth-child(2) {
    float: none;
  }

  .tos05 .text {
    margin-top: 0;
    text-align: center;
    padding-top: 100px;
  }

  .tos05 .img {
    margin: 100px auto;
    text-align: center;
    padding-bottom: 100px;
  }

  .tos06 {
    width: 90%;
    min-width: 90%;
  }

  iframe {
    width: 700px;
    height: 400px;
  }

  .tos07 {
    width: 90%;
    min-width: 90%;
  }

  .tos09 {
    width: 90%;
    min-width: 90%;
  }

  .tos09 strong {
    line-height: 1.3;
  }

}

@media screen and (max-width:1100px) {

  .tos07 {
    width: 90%;
    min-width: 90%;
  }

  .tos07 li img {
    width: 200px;
  }

  .tos07 ul span {
    bottom: 12px;
  }

  .tos03 .func .text strong {
    font-size: 30px;
  }

  .tos03 .func .text {
    margin-top: 150px;
  }

  .tos03 .func .text span {
    font-size: 60px;
  }

  .tos03 br {
    display: none !important;
  }
}

@media all and (max-width:1080px) {

  .launching01List li {
    display: block;
    margin: 0 auto 20px;
    width: 600px;
  }

  .launching01List li:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }

  .launching02List li {
    display: block;
    margin: 0 auto 20px;
    width: 600px;
  }

  .launching02List li:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media all and (max-width:960px) {

  .tos01_wrap .visual img {
    width: 80%;
  }

  .tos08 {
    height: auto;
  }

  .tos08_list {
    height: 1200px;
  }

  .tos08_list li {
    width: calc(50% - 20px);
  }

  .tos08_bg {
    background-image: url("../img/common/opicup12_mo.png");
  }

  .tos10 {
    max-width: 640px;
    width: 100%;
  }

  .tos10 .txt {
    float: none;
    width: 100%;
  }

  .tos10 .img {
    float: none;
    margin-top: 50px;
    width: 100%;
  }

  .showEventCon .showEvent02 {
    transform-origin: 50% 0;
  }

  .passMainVisual {
    padding-bottom: 115px;
    height: auto;
    background: #242D4D url("../img/contents/pass_mainVisual_mo.png") no-repeat top center;
    background-size: 100% auto;
  }

  .passEventList {
    padding: 0 40px;
    width: 100%;
  }

  .passEventList li {
    margin-right: 20px;
    width: calc(50% - 10px);
  }

  .passGuide .inner {
    width: 100%;
  }

  .passInfo01 {
    padding: 180px 40px;
    width: 100%;
  }

  .passInfoCard {
    width: calc(50% - 20px);
  }

  .passInfoCard .img {
    padding: 0 20px;
    width: 100%;
  }

  .passInfoCard .img img {
    width: 100%;
  }

}

@media all and (max-width:880px) {

  .serviceCon .serviceListWrap {
    padding: 0 40px;
    width: 100%;
  }

  .mypageQuestionCon {
    max-width: none;
    padding: 0 40px;
  }

  .viewMainVisual .viewInner {
    padding: 0 40px;
    width: 100%;
  }

  .viewMainVisual .detail {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width:863px) {

  .tos03 .func {
    width: 100%;
    min-width: 100%;
  }

  .tos03 .func.left .mockup {
    float: none;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .tos03 .func.left .text {
    float: none;
    margin: 50px auto;
    width: 80%;
    text-align: center;
  }

  .tos03 .func.right {
    margin: 50px 0;
  }

  .tos03 .func.right .mockup {
    float: none;
    width: 100%;
    text-align: center;
  }

  .tos03 .func.right .text {
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .tos03 .func.right {
    padding-top: 50px;
  }

  .tos03 .func .mockup video {
    width: 60%;
    height: 60%;
  }

  .tos03 .func.left .text {
    float: none;
    margin: 0 auto 50px;
    width: 80%;
    text-align: center;
  }

  /* .tos07 ul{display: block;} */
  /* .tos07 li{flex: none; float: left; width: 50%;} */
  .tos07 li {
    flex: 1;
    float: left;
  }

  .tos07 li:nth-child(1),
  .tos07 li:nth-child(3) {
    margin-top: 105px;
  }

  .tos07 li:nth-child(2) {
    margin-top: 155px;
  }

  .tos07 li:nth-child(4) {
    margin-top: 205px;
  }

  /* .tos07 ul span{bottom:105px;} */
  .tos07 li img {
    width: 250px;
  }

  /* .tos07 .icon:after{bottom:10%;font-size:12px;} */
}

@media all and (max-width:800px) {

  .tos08 {
    padding: 27.08vw 0 37.50vw;
    height: auto;
  }

  .tos08_list {
    flex-wrap: nowrap;
    margin-top: 10.83vw;
    height: auto;
  }

  .tos08_list li {
    margin: 0 auto 5.42vw;
    width: 66.67vw;
  }

  .tos08_list li:nth-of-type(2) {
    display: none;
  }

  .tos08_list li:nth-of-type(3n) {
    margin-right: auto;
  }

  .tos08_list li:nth-of-type(4) {
    display: none;
  }

  .tos08_list li:nth-of-type(6) {
    display: none;
  }

  .tos08_list li dl {
    padding: 8.33vw;
    box-shadow: 0.83vw 0.83vw 4.17vw rgba(0, 105, 255, 0.1);
    border-radius: 6.25vw;
  }

  .tos08_list li dl dt {
    margin-bottom: 4.58vw;
    font-size: 3.75vw;
  }

  .tos08_list li dl dd.star {
    margin-bottom: 2.08vw;
  }

  .tos08_list li dl dd.star img {
    width: 5.00vw;
  }

  .tos08_list li dl dd.detail {
    margin-bottom: 4.17vw;
    font-size: 3.33vw;
  }

  .tos08_list li dl dd.from {
    font-size: 2.50vw;
  }

  .tos08_list li dl dd.img {
    margin-bottom: 4.17vw;
    border-radius: 6.25vw;
  }

  .tos10 {
    padding: 27.08vw 0 35.42vw;
    max-width: none;
  }

  .tos10 .txt .moreBtn {
    margin-top: 7.29vw;
    width: 27.5vw;
    height: 10.83vw;
    line-height: 10.83vw;
    font-size: 3.75vw;
    border-radius: 4.17vw;
  }

  .tos10 .img {
    margin-top: 10.42vw;
    border-radius: 6.25vw;
  }

  .contents h2 {
    margin-bottom: 4.17vw;
    font-size: 7.29vw;
  }

  .contents .subTit {
    font-size: 3.33vw;
  }

  .mainVisual {
    height: 158.33vw;
  }

  .firstVisual {
    height: 158.33vw;
  }

  .firstVisual .visualCon {
    width: 100vw;
  }

  .firstVisual img.firstImg_01 {
    width: 40.63vw;
    left: 23.75vw;
    top: auto;
    bottom: -24.38vw;
  }

  .firstVisual img.firstImg_02 {
    width: 46.04vw;
    left: -16.67vw;
    top: auto;
    bottom: 0;
  }

  .firstVisual img.firstImg_03 {
    width: 40.63vw;
    left: -5.63vw;
    bottom: auto;
    top: 15.42vw;
  }

  .firstVisual img.firstImg_04 {
    width: 40.63vw;
    right: 1.04vw;
    top: auto;
    bottom: 12.5vw;
  }

  .firstVisual img.firstImg_05 {
    width: 50.08vw;
    right: -18.54vw;
    top: -4.17vw;
  }

  .firstVisual img.firstImg_06 {
    width: 40.21vw;
    right: 33.33vw;
    bottom: auto;
    top: -23.96vw;
  }

  .seceonVisual {
    height: 158.33vw;
  }

  .seceonVisual .img>img {
    width: 50%;
  }

  .seceonVisual .textCon {
    top: calc(50% + 14.58vw);
  }

  .seceonVisual .textCon h2 {
    font-size: 5vw;
  }

  .seceonVisual .textCon img {
    width: 25vw;
  }

  .appBtn {
    margin-top: 9.38vw;
  }

  .appBtn a {
    display: block;
    margin: 0 auto;
    width: 37.5vw;
    height: 10.83vw;
    line-height: 10.83vw;
    font-size: 3.75vw;
    border-radius: 4.17vw;
  }

  .appBtn a+a {
    margin-left: auto;
    margin-top: 4.17vw;
  }

  .appBtn a::before {
    margin-right: 2.08vw;
    width: 5.21vw;
    height: 5.21vw;
    background-size: 5.21vw auto;
    vertical-align: -1.67vw;
  }

  .passMainVisual {
    padding: 33.33vw 0 3.13vw;
  }

  .passMainVisual h3 {
    padding: 14.58vw 0 4.17vw;
    font-size: 5.00vw;
  }

  .passMainVisual .cardList1 {
    margin-top: 20.83vw;
  }

  .passEvent {
    text-align: left;
  }

  .passEvent .detail {
    padding: 15.63vw 0 15.63vw 8.33vw;
    width: 100%;
    background-position: right 2.08vw bottom;
    -webkit-background-size: 26.88vw auto;
    background-size: 26.88vw auto;
  }

  .passEvent .detail::before {
    position: absolute;
    left: 12.50vw;
    top: 10.42vw;
    width: 50.63vw;
    height: 11.88vw;
    -webkit-background-size: 50.63vw;
    background-size: 50.63vw;
  }

  .passEvent .detail h3 {
    padding-bottom: 6.25vw;
    font-size: 5.00vw;
  }

  .passSubVisual {
    padding: 20.83vw 0 37.50vw;
    height: auto;
    background: #F53344 url("../img/contents/pass_subVisual_mo.png") no-repeat center center;
    background-size: cover;
  }

  .passSubVisual h3 {
    margin-bottom: 2.08vw;
    font-size: 5.00vw;
  }

  .passInfoWrap h3 {
    font-size: 5.00vw;
  }

  .passInfoCon {
    padding: 27.08vw 8.33vw 6.25vw;
  }

  .passInfoCon .passOpic_logo {
    margin: 0 auto;
    width: 33.33vw;
  }

  .passInfoCard {
    padding-top: 14.58vw;
    width: 100%;
  }

  .passInfoCard+.passInfoCard {
    margin-top: 6.25vw;
    margin-left: 0;
  }

  .passInfoCard p {
    padding: 4.17vw 0 6.67vw;
    width: 100%;
    font-size: 3.33vw;
  }

  .passInfoCard .img {
    margin: 0 auto 4.17vw;
    padding: 0;
    width: 77.50vw;
    border-radius: 4.17vw;
  }

  .passList {
    padding-top: 42.08vw;
    width: 100%;
  }

  .passList::after {
    right: auto;
    left: 50%;
    bottom: auto;
    top: 6.25vw;
    transform: translateX(-50%);
    width: 35.83vw;
    height: 35.83vw;
    -webkit-background-size: 35.83vw auto;
    background-size: 35.83vw auto;
  }

  .passList li {
    width: 100%;
    height: 20.83vw;
    line-height: 20.83vw;
    border-radius: 4.17vw;
    font-size: 3.33vw;
    box-shadow: 0.83vw 0.83vw 4.17vw rgba(0, 105, 255, 0.1);
  }

  .passList li+li {
    margin-top: 3.13vw;
  }

  .passList li::before {
    margin-right: 2.08vw;
    width: 7.50vw;
    height: 6.67vw;
    background-size: 7.50vw auto;
  }

  .passEventList {
    margin: 10.42vw auto 0;
    padding: 0;
    width: 100%;
  }

  .passEventList li {
    width: 100%;
    margin: 0 0 4.17vw 0;
  }

  .passEventList li:last-of-type {
    margin-bottom: 0;
  }

  .passEventList li a {
    border-radius: 4.17vw;
  }

  .passEventList li.open::after,
  .passEventList li.end::after {
    font-size: 5.00vw;
    border-radius: 4.17vw;
  }

  .passEventList li h4 {
    font-size: 5.00vw;
  }

  .passEventList li h4 span {
    margin-top: 2.08vw;
    font-size: 3.33vw;
  }

  .passEventmore {
    margin-top: 10.42vw;
    padding-bottom: 14.58vw;
  }

  .passEventmore .passEventBtn {
    padding-left: 3.33vw;
    font-size: 3.75vw;
  }

  .passEventmore .passEventBtn::before {
    top: 50%;
    font-size: 3.75vw;
  }

  .passGuide {
    padding: 16.67vw 0 14.58vw;
    width: 100%;
  }

  .passGuide .inner {
    width: 100%;
  }

  .passGuide h3 {
    margin-bottom: 8.33vw;
    font-size: 5.00vw;
  }

  .passGuide p {
    margin-bottom: 2.08vw;
    font-size: 3.33vw;
  }

  .serviceCon {
    padding-top: 33.33vw;
    background-image: url("../img/contents/service_mainVisual_mo.png");
    background-size: 100% auto;
    background-position: top -12.50vw center;
  }

  .service_tab {
    margin-bottom: 8.33vw;
  }

  .service_tab li {
    margin: 0 4.17vw 3.33vw 0;
    width: 31.67vw;
    height: 10.83vw;
    line-height: 10.83vw;
    font-size: 3.75vw;
    border-radius: 4.17vw;
  }

  .service_tab li:nth-of-type(2n) {
    margin-right: 0;
  }

  .serviceGuide {
    margin: 27.08vw auto 0;
    padding: 0 8.33vw;
  }

  .serviceGuide h3 {
    margin-bottom: 6.25vw;
    font-size: 5vw;
  }

  .serviceGuide p+p {
    margin-top: 4.17vw;
  }

  .serviceGuide p br {
    display: none;
  }

  .serviceGuide ul {
    margin-top: 27.08vw;
    padding-bottom: 69.17vw;
    height: auto;
  }

  .serviceGuide ul::after {
    width: 27.08vw;
    height: 58.13vw;
    background-size: 27.08vw auto;
  }

  .serviceGuide ul li {
    margin: 0 auto;
    padding: 9.38vw 0;
    width: 77.08vw;
    border-radius: 6.25vw;
  }

  .serviceGuide ul li+li {
    margin-top: 14.58vw;
  }

  .serviceGuide ul li:first-of-type {
    float: none;
  }

  .serviceGuide ul li:last-of-type {
    float: none;
    cursor: pointer;
  }

  .serviceGuide ul li::before {
    width: 16.67vw;
    height: 16.88vw;
  }

  .serviceGuide ul li:first-of-type::before {
    background-size: 16.67vw auto;
  }

  .serviceGuide ul li:last-of-type::before {
    background-size: 16.67vw auto;
  }

  .serviceGuide ul li strong {
    font-size: 3.75vw;
  }

  .serviceGuide ul li span {
    margin-top: 2.08vw;
    font-size: 3.33vw;
  }

  .mypageMainVisual {
    height: 73.33vw;
    background-image: url("../img/contents/mypage_mainVisual_mo.png");
    background-size: 100% auto;
  }

  .mypageMainVisual .detail h3 {
    margin: -4.17vw 0 6.25vw;
    font-size: 3.75vw;
  }

  .mypagePass {
    padding: 20.83vw 0 25.00vw;
  }

  .mypagePass .tit {
    margin-bottom: 10.83vw;
  }

  .mypagePass .tit h3 {
    display: block;
    margin-bottom: 6.25vw;
    font-size: 5.00vw;
    line-height: 10.83vw;
    line-height: 1.3;
  }

  .mypagePass .tit .btn {
    position: relative;
  }

  .mypagePass .cardList1 {
    margin-bottom: 10.42vw;
  }

  .mypageCoupon {
    padding: 25.00vw 0 27.08vw;
  }

  .mypageCoupon h3 {
    font-size: 5.00vw;
  }

  .mypageCoupon .cardList1 {
    margin-bottom: 4.17vw;
  }

  .mypageCoupon .cardList1 li {
    margin-bottom: 6.25vw;
  }

  .couponWrap {
    margin: 6.67vw auto 15.00vw;
    padding: 0 4.17vw;
    width: 75.00vw;
    height: 9.17vw;
    border-radius: 4.17vw;
  }

  .couponWrap input[type="text"] {
    width: calc(100% - 14.58vw);
    line-height: 9.17vw;
    font-size: 3.33vw;
  }

  .couponWrap button {
    right: 4.17vw;
    font-size: 3.33vw;
  }

  .mypageQuestion {
    padding: 25.00vw 0 27.08vw;
  }

  .mypageQuestionCon h3 {
    margin-bottom: 10.83vw;
    font-size: 5.00vw;
  }

  .mypageQuestionCon .morebtnWrap {
    margin-top: 10.42vw;
  }

  .modificationCon {
    padding: 33.33vw 0 27.08vw;
  }

  .modificationCon h3 {
    font-size: 5.00vw;
  }

  .modificationCon .btnWrap .btn {
    margin: 4.58vw auto 6.25vw;
  }

  .modificationCon .btnWrap .withDrawalBtn {
    font-size: 2.50vw;
  }

  .withDrawalCon {
    padding: 33.33vw 8.33vw 0;
  }

  .withDrawalCon h3 {
    font-size: 5.00vw;
  }

  .withDrawalCon p.subTit {
    margin-top: 1.04vw;
  }

  .withDrawalCon .guide {
    margin: 4.17vw 0 10.42vw;
  }

  .withDrawalCon .guide p {
    font-size: 2.50vw;
  }

  .withDrawalCon .formStyle {
    padding-bottom: 20.83vw;
  }

  .withDrawalCon .formStyle::after {
    right: -27.08vw;
    width: 50.83vw;
    height: 50.83vw;
    -webkit-background-size: 50.83vw auto;
    background-size: 50.83vw auto;
  }

  .loginCon {
    padding: 25.00vw 0 33.33vw;
  }

  .loginCon .btnWrap {
    margin: 2.08vw 0 6.25vw;
  }

  .loginTit {
    padding-top: 6.25vw;
    width: 66.67vw;
    height: 23.96vw;
    background-size: 50.00vw auto;
  }

  .loginTit h3 {
    margin-bottom: 1.04vw;
    font-size: 5.00vw;
  }

  .loginGuide p {
    font-size: 2.50vw;
  }

  .loginGuide p.findWrap {
    margin-top: 2.08vw;
  }

  .loginGuide p.findWrap a:first-of-type::after {
    margin: 0 0.63vw 0 1.04vw;
    width: 0.21vw;
    height: 2.50vw;
  }

  .findGuide {
    margin-bottom: 6.25vw;
  }

  .findGuide p {
    font-size: 2.50vw;
  }

  .findGuide p+p {
    margin-top: 4.17vw;
  }

  .joinCon {
    padding: 26.04vw 0;
  }

  .joinCon .btnWrap {
    margin-top: 6.25vw;
  }

  .checkWord {
    margin: 8.33vw auto 9.38vw;
    width: 66.67vw;
  }

  .checkWord::before {
    width: 30.00vw;
    height: 30.00vw;
    background-size: 30.00vw auto;
  }

  .checkWord p {
    height: 9.17vw;
    line-height: 9.17vw;
    font-size: 3.75vw;
    border-radius: 6.25vw;
  }

  .myClass {
    padding: 18.75vw 0 27.08vw;
  }

  .myClass .myClassInner {
    padding: 0 4.17vw;
  }

  .myClass .tit {
    margin-bottom: 10.83vw;
  }

  .myClass .tit h3 {
    font-size: 5.00vw;
    line-height: 1.5;
  }

  .myClass .tit .btn {
    position: relative;
    margin-top: 6.67vw;
  }

  .classList li {
    margin-bottom: 3.13vw;
  }

  .classList li a {
    padding: 6.25vw;
    border-radius: 6.25vw;
    box-shadow: 0.83vw 0.83vw 4.17vw rgba(0, 105, 255, 0.1);
  }

  .classList li a dl dt {
    font-size: 3.75vw;
  }

  .classList li a dl dd {
    font-size: 2.50vw;
  }

  .classList li a .detail {
    margin-top: 5.83vw;
    font-size: 2.50vw;
  }

  .classList li a .classCode {
    right: 3.75vw;
    top: 3.75vw;
    width: 31.67vw;
    height: 8.75vw;
    line-height: 8.75vw;
    font-size: 2.50vw;
    border-radius: 2.08vw;
  }

  .classList li a .classCode span {
    margin-left: 1.46vw;
    font-size: 3.33vw;
    line-height: 8.75vw;
  }

  .myClass .closed {
    margin-top: 27.08vw;
  }

  .classList li.close a dl dt::after {
    margin: -0.42vw 0 0 2.08vw;
    width: 11.67vw;
    height: 4.17vw;
    line-height: 4.17vw;
    font-size: 2.50vw;
    border-radius: 2.50vw;
  }

  .newClassCon {
    padding: 33.33vw 0 26.04vw;
  }

  .newClassCon h3 {
    font-size: 5.00vw;
  }

  .newClassCon p.subTit {
    margin-top: 1.04vw;
  }

  .newClassCon .btnWrap {
    margin-top: 10.83vw;
  }

  .newClassCon .infoTxt p {
    font-size: 3.33vw;
    margin: 6.67vw 0 2.92vw 0;
  }

  .myClassPay {
    padding: 37.50vw 0 28.13vw;
  }

  .myClassPay h3 {
    margin-top: 31.25vw;
    padding-left: 2.08vw;
  }

  .myClassPay p.subTit {
    margin-bottom: 2.50vw;
  }

  .myClassPay .classPay {
    right: 6.25vw;
    top: 6.25vw;
    font-size: 3.75vw;
  }

  .payDateWrap {
    margin-bottom: 10.83vw;
  }

  .payDateWrap h4 {
    margin-bottom: 2.50vw;
    font-size: 3.33vw;
    padding-left: 2.08vw;
  }

  /*210205*/
  .formStyle {
    margin-top: 6.25vw;
    padding: 0 8.33vw;
  }

  .formStyle textarea {
    margin-left: -4.17vw;
    padding: 4.17vw;
    width: calc(100% + 8.33vw);
    height: 47.92vw;
    font-size: 3.33vw;
    border-radius: 2.08vw;
  }

  .formStyle dl {
    margin-bottom: 6.25vw;
    width: 66.67vw;
  }

  .formStyle dl dt {
    margin-bottom: 2.08vw;
    font-size: 2.50vw;
  }

  .formStyle dl dt span {
    font-size: 2.50vw;
  }

  .formStyle dl dt .point {
    font-size: 2.50vw;
  }

  .formStyle dl dd input[type="text"],
  .formStyle dl dd input[type="password"] {
    padding: 0 4.17vw;
    height: 9.17vw;
    line-height: 9.17vw;
    font-size: 3.33vw;
    border-radius: 2.08vw;
  }

  .formStyle dl dd.guide {
    margin-top: 2.08vw;
    font-size: 2.50vw;
  }

  .formStyle dl.error dt span {
    font-size: 2.50vw;
    transform: scale(1);
  }

  .formStyle .btnInput input[type="text"],
  .formStyle .btnInput input[type="password"] {
    padding-right: 12.50vw;
  }

  .formStyle .btnInput .formBtn {
    right: 4.17vw;
    padding: 0 2.08vw;
    height: 8.33vw;
    line-height: 8.33vw;
    font-size: 3.33vw;
  }

  .formStyle .checkInput label {
    padding-left: 7.08vw;
    font-size: 2.50vw;
    line-height: 5.00vw;
  }

  .formStyle .checkInput label::before {
    width: 5.00vw;
    height: 5.00vw;
    background-size: 5.00vw auto;
  }

  .formList+.formList {
    margin-left: 0;
  }

  .formList .formHalf {
    width: 31.25vw;
  }

  .formList.half+.formList.half {
    margin-left: 4.17vw;
  }

  /*//210205*/

  /*210120*/
  .launchingMainVisual {
    padding-top: 30.00vw;
    max-height: none;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .launchingMainVisual .logo {
    margin: 0 auto 6.67vw;
    width: 13.54vw;
    height: 11.46vw;
  }

  .launchingMainVisual h2 {
    margin-bottom: 10.83vw;
    color: #fff;
  }

  .launchingMainVisual .detail {
    padding: 0 4.17vw 20.83vw;
  }

  .launchingMainVisual .detail img {
    border-radius: 6.25vw;
  }

  .launching01 {
    padding: 22.92vw 8.33vw 25.00vw;
  }

  .launching01List {
    margin: 10.83vw auto 0;
    padding: 0 8.33vw;
  }

  .launching01List li {
    margin: 0 auto 4.17vw;
    width: 100%;
    border-radius: 6.25vw;
  }

  .launching02 {
    padding: 29.17vw 0 33.33vw;
    background-color: #F53344;
  }

  .launching02List {
    margin: 10.42vw auto 0;
  }

  .launching02List li {
    margin: 0 auto 4.17vw;
    width: 66.67vw;
    border-radius: 6.25vw;
  }

  .launching02List li .txt {
    padding: 5.00vw;
  }

  .launching02List li .txt dt {
    font-size: 3.75vw;
  }

  .launching02List li .txt dd.sub {
    margin-top: 0.83vw;
    font-size: 2.50vw;
  }

  .launching02List li .txt dd.review {
    margin-top: 4.17vw;
    font-size: 3.33vw;
  }

  .launching03 .half .formHalf+.formHalf {
    margin-left: 4.17vw;
  }

  .launching03 textarea {
    margin-left: 0;
    width: 100%;
    height: 20.00vw;
  }

  .launching03 .checkInput {
    width: 100%;
  }

  .launching03 .checkInput a {
    margin-left: 2.08vw;
    color: #F53344;
  }

  .launching03 .formStyle .checkInput label {
    display: inline-block;
  }

  .launching03 .btnWrap {
    margin-top: 4.17vw;
  }

  /*210120*/
  .viewMainVisual {
    height: 120.83vw;
    background-image: url("../img/contents/onlineClass_mainVisual_mo.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .viewMainVisual .viewInner {
    padding: 23.96vw 8.33vw 0;
    text-align: center;
  }

  /*210120*/
  .viewMainVisual .detail {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    text-align: center;
  }

  .viewMainVisual .detail h2 {
    margin-bottom: 2.08vw;
    width: 100%;
  }

  .viewMainVisual .detail h3 {
    width: 100%;
    font-size: 3.75vw;
  }

  .viewMainVisual .detail>p {
    width: 100%;
    margin-top: 8.96vw;
    line-height: 1.625;
  }

  .viewMainVisual .viewOption {
    position: relative;
    top: 0;
    margin-top: 11.46vw;
  }

  .viewMainVisual .viewOption .classCode {
    width: 31.67vw;
    height: 8.75vw;
    line-height: 8.75vw;
    font-size: 2.50vw;
    border-radius: 2.08vw;
  }

  .viewMainVisual .viewOption .classCode span {
    margin-left: 1.46vw;
    font-size: 3.33vw;
    line-height: 8.75vw;
  }

  .viewMainVisual .viewOption .option {
    margin-left: 3.13vw;
    width: 8.75vw;
    border-radius: 2.08vw;
  }

  .classView {
    padding-top: 20.83vw;
  }

  .classView h3 {
    font-size: 5.00vw;
  }

  .classView h3 span {
    display: block;
    font-size: 3.33vw;
  }

  .classView01 {
    padding: 0 4.17vw;
  }

  .agreeWrap {
    margin: 7.50vw 0 4.17vw;
  }

  .agreeWrap .allCheck {
    font-size: 3.75vw;
    line-height: 10.83vw;
  }

  .agreeWrap .agreeBtn {
    margin-left: 3.13vw;
  }

  .agreeList li {
    margin: 0 0 2.92vw 0;
  }

  .agreeList li .checkInput label {
    padding: 5.83vw 5.83vw 5.83vw 18.75vw;
    border-radius: 4.17vw;
  }

  .agreeList li .checkInput label::before {
    left: 7.29vw;
  }

  .agreeList li .checkInput label dl dt {
    margin: 0 3.13vw 0 0;
    font-size: 3.75vw;
  }

  .agreeList li .checkInput label dl dd {
    font-size: 2.50vw;
    line-height: 4.17vw;
  }

  .classView02 {
    padding: 20.83vw 4.17vw 28.13vw;
    width: 100%;
  }

  .classView02 .tit h3 {
    line-height: 10.83vw;
  }

  .classView02 .tit .btn {
    opacity: 0.3;
  }

  .classStudent {
    display: none;
  }

  /*210205*/
  .classStudentMo {
    display: inline;
    margin-bottom: 10.83vw;
  }

  /*210205*/
  .classStudentMo .info {
    margin: 8.33vw 0 4.17vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }

  /*210205*/
  .classStudentMo .info li {
    font-size: 3.33vw;
  }

  /*210205*/
  .classStudentMo .info li:nth-of-type(1) {
    padding-left: 0;
    width: 50%;
  }

  /*210205*/
  .classStudentMo .info li:nth-of-type(2) {
    width: 50%;
    text-align: right;
  }

  /*210205*/
  .classStudentMo .info li:nth-of-type(3) {
    width: 50%;
  }

  /*210205*/
  .classStudentMo .info li:nth-of-type(4) {
    width: 50%;
    text-align: right;
  }

  .studentCard {
    position: relative;
    margin-bottom: 3.13vw;
    padding: 6.25vw;
    border-radius: 4.17vw;
  }

  .studentCard .name {
    margin-bottom: 8.33vw;
    padding-left: 0;
    width: 70%
  }

  .studentCard .name h4 {
    font-size: 3.33vw;
  }

  .studentCard .name .phone {
    padding-left: 2.08vw;
    font-size: 2.50vw;
  }

  .studentCard .score {
    width: 50%;
  }

  .studentCard .score img {
    width: 12.29vw;
  }

  .studentCard .score strong {
    margin: 0 2.08vw;
    font-size: 3.33vw;
  }

  .studentCard .score span {
    font-size: 2.50vw;
  }

  .studentCard .kind {
    width: 50%;
    text-align: right;
  }

  .studentCard .kind p {
    margin-right: 2.08vw;
    width: 10.00vw;
    height: 10.00vw;
    font-size: 3.33vw;
    line-height: 10.00vw;
  }

  .studentCard .notice {
    position: absolute;
    right: 6.25vw;
    top: 6.25vw;
    width: auto;
  }

  .studentCard .notice span {
    font-size: 2.50vw;
  }

  .studentCard .notice a {
    margin-left: 3.13vw;
    font-size: 3.33vw;
    line-height: 1.625;
  }

  .newsCon {
    padding-top: 33.33vw;
  }

  .newsCon h3 {
    margin-bottom: 10.42vw;
    font-size: 5.00vw;
  }

  .newsPress {
    padding: 29.17vw 0 17.71vw;
  }

  .newsPress.pb170 {
    padding-bottom: 35.42vw;
  }

  .newsPress .cardList1 {
    margin-bottom: 10.42vw;
  }

  .newsArticle {
    padding: 35.42vw 0 23.96vw;
  }

  .newsArticle .cardList1 {
    margin-bottom: 4.17vw;
  }

  .newsArticle .cardList1 li {
    margin-bottom: 6.25vw;
  }

  .newCard {
    margin: 0 0 10.83vw -4.17vw;
    padding: 0;
    width: calc(100% + 8.33vw);
  }

  .newCard li {
    margin-bottom: 3.13vw;
  }

  .newCard li a {
    padding: 6.25vw;
    border-radius: 4.17vw;
  }

  .newCard li a dl dt {
    margin-bottom: 2.50vw;
    font-size: 4.17vw;
  }

  .newCard li a dl dd {
    font-size: 3.33vw;
  }

  .newCard li a dl dd span {
    margin: 0.42vw 0 0 2.92vw;
  }
}

@media screen and (max-width:763px) {
  .tos02 .list li p {
    font-size: 14px;
  }



  .tos02 .list li,
  .tos02 .right .list li {
    width: 90%;
  }

  .tos09 strong {
    font-size: 30px;
  }

  .tos09 ul li a img {
    width: 200px;
  }

  iframe {
    width: 500px;
    height: 300px;
  }

}

@media screen and (max-width:530px) {
  .cardList2 li strong {
    width: 32.25vw;
    font-size: 4.00vw;
  }

  .tos07 .icon:after {
    bottom: 10%;
    font-size: 12px;
  }

  .tos07 ul span {
    bottom: 5px;
  }

  .tos01_wrap .text span,
  .tos01_wrap .text strong {
    font-size: 30px;
  }

  .tos01_wrap .text p {
    font-size: 16px;
  }

  .tos02 .illust {
    transform: scale(0.7);
  }

  .tos02 .title {
    font-size: 20px;
  }

  .tos03 .func.left .mockup img {
    width: 300px;
  }

  .tos03 .func.right .mockup img {
    width: 300px;
  }

  .tos03 .func .text strong {
    font-size: 30px;
  }

  .tos04 {
    width: 90%;
    min-width: 90%;
    margin: 100px auto 0;
  }

  .tos04 ul li {
    text-align: center;
    margin-left: 0;

  }

  .tos04 ul li img {
    width: 300px;
  }

  .tos05 .img img {
    width: 400px;
  }

  .tos05 .text strong {
    font-size: 30px;
    line-height: 45px;
  }

  .tos05 .text>span {
    font-size: 16px;

  }

  .tos06 .title strong {
    font-size: 30px;
    line-height: 45px;
  }

  .tos07 li img {
    width: 200px;
  }

  .tos07 li:nth-child(2) {
    margin-top: 100px;
  }

  .tos07 li:nth-child(1),
  .tos07 li:nth-child(3) {
    margin-top: 100px;
  }

  .tos07 li:nth-child(4) {
    margin-top: 100px;
  }

  iframe {
    width: 90%;
  }

}



@media screen and (max-width:470px) {



  .tos01_wrap .text li {
    float: none;
    margin-top: 30px;
  }

  .tos01_wrap .text ul li {
    left: 0;
    transform: none;

  }

  .tos01_wrap .text ul li:nth-child(2) {
    margin-top: 0px;
  }

  .tos02 .list li {
    height: 100px;
  }

  .tos02 .list li strong,
  .sec02 .list li p {
    font-size: 14px;
  }

  .tos05 .img img {
    width: 300px;
  }

  .tos07 li img {
    width: 120px;
  }

  .tos07 .icon:before {
    transform: translateX(-50%) scale(.9);
    top: -40%;
  }

  .tos09 ul {
    display: block;
  }


}