/*******************************************************
	KOREAN CLASS 20% OFF
*******************************************************/
.korean-class-20-off-ru{
  padding-bottom: 0;
}

#koreanclass20off {
  color: #363636;
  overflow: hidden;
}
#koreanclass20off section {
    margin-bottom: 0;
}
#koreanclass20off ul {
    list-style: none;
}
#koreanclass20off [class*=mo-] {
  display: none;
}
#koreanclass20off strong {
  font-weight: 700;
}
#koreanclass20off em {
  color: rgb(244, 255, 0);
}
#koreanclass20off .max-width {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 45px;
}
#koreanclass20off .top-button-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 46px;
}
#koreanclass20off .top-button-list .btn {
  display: inline-block;
}
#koreanclass20off .bgWrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#koreanclass20off .bgWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.55);
  position: absolute;
  top: 0;
  left: 0;
}
#koreanclass20off .bgWrap > * {
  position: relative;
  z-index: 1;
}
#koreanclass20off h1 {
  font-size: 96px;
}
#koreanclass20off h1 .ru-white {
  color: #fff;
}
#koreanclass20off h1 .ru-blue {
  color: rgb(42, 61, 146);
}
#koreanclass20off h2 {
  font-size: 42px;
}
#koreanclass20off > .visual {
  padding: 80px 0 130px;
  color: #fff;
  text-align: center;
  position: relative;
  background-image: url("https://static.edmkorean.com/menu_images/korean20off/visual-251211.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#koreanclass20off > .visual h1 {
  margin-top: 0;
  margin-bottom: 38px;
}
#koreanclass20off > .visual .sub-title {
  font-size: 20px;
  line-height: 1.45;
}
#koreanclass20off > .visual .img {
  max-width: 1000px;
  margin: 69px auto 46px;
}
#koreanclass20off > .visual ul {
  text-align: left;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  list-style: none;
}
#koreanclass20off > .visual ul li {
  display: flex;
  align-items: flex-start;
}
#koreanclass20off > .visual ul li + li {
  margin-top: 18px;
}
#koreanclass20off > .visual ul li .tit {
  background-color: #fff;
  text-align: center;
  width: 199px;
  height: 33px;
  line-height: 33px;
  color: #0069ff;
}
#koreanclass20off > .visual ul li .txt {
  font-size: 18px;
  padding-left: 16px;
  line-height: 1.6;
}

#koreanclass20off > .insertBox {
  padding: 107px 0;
  text-align: center;
}
#koreanclass20off > .insertBox h2 {
  color: #fff;
}

#koreanclass20off > .study-steps {
  padding: 52px 0;
}
#koreanclass20off > .study-steps ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#koreanclass20off > .study-steps ul li {
  width: 25%;
  padding: 0 8px;
}
#koreanclass20off > .study-steps ul li .imgWrap{
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
#koreanclass20off > .study-steps ul li img{
  width: 207px;
  height: 207px;
  border-radius: 50%;
}
#koreanclass20off > .study-steps ul li .imgWrap::after{
  content: "";
  display: block;
  width: 207px;
  height: 207px;
  background: rgba(0, 0, 0, 0);
  transition: opacity .3s, background-color .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#koreanclass20off > .study-steps ul li hr{
    border-color: #e5e7eb;
    opacity: 1;
}
#koreanclass20off > .study-steps ul li:hover .imgWrap::after{
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
}
#koreanclass20off > .study-steps ul li .step-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#koreanclass20off > .study-steps ul li .info p{
  font-size: 16px;
  line-height: 1.6;
  color: rgb(136, 136, 136);
}
#koreanclass20off > .study-steps .jp-study-step li .info p{
  word-break: break-all;
}

#koreanclass20off > .features {
  padding: 75px 0;
}
#koreanclass20off > .features .max-width {
  display: flex;
  flex-wrap: wrap;
}
#koreanclass20off > .features h2 {
  width: 50%;
  font-size: 64px;
  font-weight: 600;
}
#koreanclass20off > .features ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
#koreanclass20off > .features ul li {
  padding: 0 30px;
  width: 50%;
  color: #707070;
  line-height: 1.85;
  margin-bottom: 40px;
}
#koreanclass20off > .features ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
#koreanclass20off > .features ul li .icon {
  font-size: 50px;
  color: #BEBEBE;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}
#koreanclass20off > .features ul li .tit {
  font-size: 21px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
  line-height: 1.4;
}
#koreanclass20off > .learning-steps {
  color: #fff;
  padding: 164px 0;
}
#koreanclass20off > .learning-steps::after {
  background-color: rgba(23, 28, 81, 0.4);
}
#koreanclass20off > .learning-steps .max-width {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#koreanclass20off > .learning-steps h2 {
  width: 300px;
  font-weight: 600;
}
#koreanclass20off > .learning-steps ul {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#koreanclass20off > .learning-steps ul li {
  background-color: #2fd3c3;
  height: 294px;
  width: calc(33.3333333333% - 20px);
  padding-top: 50px;
}
#koreanclass20off > .learning-steps ul li + li {
  margin-left: 30px;
}
#koreanclass20off > .learning-steps ul li .tit {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
#koreanclass20off > .learning-steps ul li .txt {
  line-height: 2;
}
#koreanclass20off > .stats {
  padding: 66px 0;
  background-color: #f6f6f6;
}
#koreanclass20off > .stats ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 40px;
}
#koreanclass20off > .stats ul li {
  width: 33.3333333333%;
}
#koreanclass20off > .stats ul li .icon {
  font-size: 36px;
  color: #777777;
}
#koreanclass20off > .stats ul li .tit {
  font-size: 52px;
  font-weight: 600;
  margin: 15px 0 10px;
}
#koreanclass20off > .stats ul li .txt {
  font-size: 21px;
}
#koreanclass20off > .stats .desc {
  text-align: right;
  font-size: 11px;
  color: #9d9d9d;
}
#koreanclass20off > .benefit {
  padding: 120px 0;
  background-image: url("https://static.edmkorean.com/menu_images/korean20off/benefit.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#koreanclass20off > .benefit h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}
#koreanclass20off > .benefit ul {
  max-width: 740px;
  margin: 30px auto 0;
  padding-left: 0;
}
#koreanclass20off > .benefit ul li {
  background-color: #fff;
  border-radius: 4px;
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
}
#koreanclass20off > .benefit ul li + li {
  margin-top: 30px;
}
#koreanclass20off > .benefit ul li .textWrap {
  width: calc(100% - 346px);
}
#koreanclass20off > .benefit ul li .textWrap .tit {
  color: #089982;
  font-size: 28px;
  font-weight: 600;
  margin-top: 15px;
}
#koreanclass20off > .benefit.ru-benefit ul li .textWrap .tit{
 line-height: 100%;
}
#koreanclass20off > .benefit.jp-benefit ul li .textWrap .tit{
  line-height: 100%;
  word-break: break-word;
}
#koreanclass20off > .benefit ul li .textWrap .sub-tit {
  color: #65c1b2;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 10px;
}
#koreanclass20off > .benefit ul li .textWrap .txt {
  line-height: 1.8;
  margin-top: 10px;
}
#koreanclass20off > .benefit ul li .imgWrap {
  width: 346px;
}
#koreanclass20off > .benefit ul li .imgWrap img {
  height: 100%;
  object-fit: contain;
}
#koreanclass20off > .course {
  color: #fff;
  padding: 100px 0;
}
#koreanclass20off > .course h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#koreanclass20off > .course ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#koreanclass20off > .course ul li {
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
  padding: 45px 25px 25px;
  color: #363636;
  margin-right: 30px;
  margin-bottom: 30px;
}
#koreanclass20off > .course ul li:nth-child(3n) {
  margin-right: 0;
}
#koreanclass20off > .course ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
#koreanclass20off > .course ul li .imgWrap {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding-top: 100%;
}
#koreanclass20off > .course ul li .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#koreanclass20off > .course ul li .textWrap .tit {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#koreanclass20off > .course ul li .textWrap .sub-tit {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  opacity: 0.8;
}
#koreanclass20off > .course ul li .textWrap .txt {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 1.8;
  margin-top: 40px;
}
#koreanclass20off > .course ul li .textWrap .txt p {
  display: flex;
  font-size: 14px;
}
#koreanclass20off > .course ul li .textWrap .txt p + p {
  margin-top: 6px;
}
#koreanclass20off > .course ul li .textWrap .txt p span {
  display: inline-block;
  margin-right: 16px;
  font-weight: 600;
}
#koreanclass20off > .course ul li .textWrap.course6 .txt p {
  display: block;
}
#koreanclass20off > .course ul li .textWrap.course6 .txt p span {
  width: 100%;
}
#koreanclass20off > .getCoupon {
  background-color: #fff;
  padding: 80px 0;
}
#koreanclass20off > .getCoupon em {
  color: #27b6b5;
}
#koreanclass20off > .getCoupon h2 {
  font-size: 48px;
  font-weight: 600;
  border-top: 1px solid #e5e7eb;
  padding: 30px 0;
  color: #000;
}
#koreanclass20off > .getCoupon .sub-title {
  margin-bottom: 30px;
}
#koreanclass20off > .getCoupon .formWrap > li + li {
  margin-top: 20px;
}
#koreanclass20off > .getCoupon .formWrap > li .tit {
  margin-bottom: 10px;
}
#koreanclass20off > .getCoupon .formWrap > li .tit.required::after {
  content: "•";
  color: #f25656;
  margin-left: 4px;
  font-size: 22px;
  list-style: 1;
}
#koreanclass20off > .getCoupon .formWrap > li input {
  width: 100%;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 12px;
  color: #212121;
  background-color: #fff;
  font-size: inherit;
  font-family: inherit;
}
#koreanclass20off > .getCoupon .formWrap > li.phone label {
  display: flex;
  align-items: center;
}
#koreanclass20off > .getCoupon .formWrap > li.phone label .select-box {
  width: 200px;
  margin-right: 10px;
  border-radius: 0;
  height: 34px;
}
#koreanclass20off > .getCoupon .formWrap > li.phone label .select-box .iti--inline-dropdown .iti__dropdown-content {
  width: 290px !important;
  font-size: 12px;
}
#koreanclass20off > .getCoupon .formWrap > li.phone label .select-box .iti__search-icon {
  right: 8px;
  left: auto;
}
#koreanclass20off > .getCoupon .formWrap > li.privacy textarea {
  width: 100%;
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #212121;
  background-color: #fff;
  font-size: inherit;
  font-family: inherit;
}
#koreanclass20off > .getCoupon .formWrap > li.agree {
  margin-top: 12px;
}
#koreanclass20off > .getCoupon .formWrap > li.agree label {
  display: flex;
  align-items: center;
}
#koreanclass20off > .getCoupon .formWrap > li.agree label input {
  accent-color: #363636;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  flex-shrink: 0;
}
#koreanclass20off > .getCoupon .formWrap > li.agree label span {
  cursor: pointer;
}
#koreanclass20off > .getCoupon .formWrap > li .submit {
  width: 100%;
  background-color: #363636;
  color: #fff;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#koreanclass20off > .getCoupon .formWrap > li .submit:hover {
  background-color: #fff;
  border: 1px solid #363636;
  color: #363636;
}
#koreanclass20off > .activity {
  text-align: center;
  background-color: #fafbf8;
  padding: 130px 0;
}
#koreanclass20off > .activity em {
  color: #089982;
}
#koreanclass20off > .activity h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 50px;
}
#koreanclass20off > .activity p {
  line-height: 1.8;
  font-size: 18px;
}
#koreanclass20off > .activity ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#koreanclass20off > .activity ul li {
  width: calc(33.3333333333% - 20px);
  position: relative;
  padding-top: 41%;
}
#koreanclass20off > .activity ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#koreanclass20off > .who {
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
#koreanclass20off > .who::after {
  background-color: rgba(61, 61, 61, 0.85);
}
#koreanclass20off > .who h2 {
  color: #27b6b5;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 34px;
}
#koreanclass20off > .who ul {
  padding-top: 30px;
  position: relative;
}
#koreanclass20off > .who ul::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#koreanclass20off > .who ul li + li {
  margin-top: 40px;
}
#koreanclass20off > .who ul li p {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
#koreanclass20off > .who ul li p::before {
  content: "";
  background-image: url("https://static.edmkorean.com/menu_images/korean20off/check.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#koreanclass20off > .teacher {
  padding: 70px 0;
}
#koreanclass20off > .teacher h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
}
#koreanclass20off > .teacher .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
#koreanclass20off > .teacher .list > li {
  width: calc(33.3333333333% - 11px);
  margin-right: 16px;
}
#koreanclass20off > .teacher .list > li:nth-child(3n) {
  margin-right: 0;
}
#koreanclass20off > .teacher .list > li .imgWrap {
  border-radius: 50%;
  overflow: hidden;
  width: 207px;
  height: 207px;
  margin: 0 auto 20px;
  transition: filter 0.3s ease;
}
#koreanclass20off > .teacher .list > li .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#koreanclass20off > .teacher .list > li .imgWrap:hover {
  filter: brightness(0.45);
}
#koreanclass20off > .teacher .list > li .textWrap .name {
  margin-bottom: 20px;
}
#koreanclass20off > .teacher .list > li .textWrap .name b {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
#koreanclass20off > .teacher .list > li .textWrap .name span {
  color: #888888;
}
#koreanclass20off > .teacher .list > li .textWrap .dotList {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}
#koreanclass20off > .teacher .list > li .textWrap .dotList li {
  position: relative;
  padding-left: 13px;
  color: #888888;
  line-height: 2;
  font-size: 14px;
}
#koreanclass20off > .teacher .list > li .textWrap .dotList li::before {
  content: "";
  background-color: #888888;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
#koreanclass20off > .teacher .list > li .textWrap .dotList li + li {
  margin-top: 10px;
}
#koreanclass20off > .teacher .btnWrap {
  text-align: center;
  margin-top: 70px;
}
#koreanclass20off > .teacher .btnWrap .btn {
  display: inline-block;
  background: #5670de;
  color: white;
  width: auto;
  padding: 0 30px;
  line-height: 54px;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#koreanclass20off > .teacher .btnWrap .btn:hover {
  background: #76d6b8;
  color: white;
  text-decoration: none;
}

#koreanclass20off > .youtube {
  padding: 30px 0;
}
#koreanclass20off > .youtube .videoWrap {
  width: 100%;
}
#koreanclass20off > .youtube .videoWrap .video {
  width: 100%;
  position: relative;
}
#koreanclass20off > .youtube .videoWrap .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
#koreanclass20off > .youtube .videoWrap .video figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 비율 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
#koreanclass20off > .youtube .videoWrap .video figure::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
}
#koreanclass20off > .youtube .videoWrap .video figure:hover::after {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%);
}
#koreanclass20off > .youtube .videoWrap .video {
  position: relative;
}
#koreanclass20off > .youtube .btnWrap {
  text-align: center;
  margin-top: 70px;
}
#koreanclass20off > .youtube .btnWrap .btn {
  display: inline-block;
  background: #5670de;
  color: white;
  width: auto;
  padding: 0 30px;
  line-height: 54px;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#koreanclass20off > .youtube .btnWrap .btn:hover {
  background: #76d6b8;
  color: white;
  text-decoration: none;
}
#koreanclass20off > .rolling {
  padding: 70px 0;
  overflow: hidden;
  width: 100%;
}
#koreanclass20off > .rolling .img-rolling-list {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#koreanclass20off > .rolling .img-rolling-list .swiper-wrapper {
  display: flex;
  width: max-content;
}
#koreanclass20off > .rolling .img-rolling-list .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
#koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
  max-width: 469px;
  width: 100%;
  min-height: 838px;
  height: auto;
  aspect-ratio: 469 / 838;
  object-fit: cover;
  display: block;
}
@media (max-width: 1900px) {
  #koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
    max-width: calc(469px - (1900px - 100vw) * 0.25);
    min-height: calc(838px - (1900px - 100vw) * 0.45);
  }
}
@media (max-width: 1500px) {
  #koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
    max-width: calc(469px - (1900px - 100vw) * 0.3);
    min-height: calc(838px - (1900px - 100vw) * 0.5);
  }
}

@keyframes rolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#koreanclass20off > .review {
  padding: 70px 0;
}
#koreanclass20off > .review h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 100px;
}
#koreanclass20off > .ru-review h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 100px;
  color: #363636;
}
#koreanclass20off > .ru-review h2 span {
  font-size: 30px;
  color: #363636;
}
#koreanclass20off > .review .list li {
  line-height: 1.7;
}
#koreanclass20off > .review .list li + li {
  margin-top: 80px;
}
#koreanclass20off > .review .list li:nth-child(2n) {
  text-align: right;
}
#koreanclass20off > .review .list li b {
  font-weight: 600;
}
#koreanclass20off > .review .list li .score {
  margin-bottom: 10px;
}
#koreanclass20off > .review .list li .from {
  font-size: 14px;
  margin-top: 6px;
}
#koreanclass20off > .review .reviewPicture {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
#koreanclass20off > .review .reviewPicture li {
  width: calc(25% - 23px);
  margin-right: 30px;
  height: auto;
  position: relative;
  padding-top: 34%;
}
#koreanclass20off > .review .reviewPicture li:nth-child(4n) {
  margin-right: 0;
}
#koreanclass20off > .review .reviewPicture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#koreanclass20off > .instar-review {
  padding: 70px 0;
}
#koreanclass20off > .instar-review h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 160px;
}
#koreanclass20off > .instar-review h2 span {
  font-size: 30px;
}
#koreanclass20off > .instar-review .instar-review-list{
  display: flex;
  gap: 30px;
}
#koreanclass20off > .instar-review .instar-review-list .img-box a{
  display: inline-block;
  width: 363px;
}
#koreanclass20off > .instar-review .instar-review-list .review-item:nth-child(2){
  flex: 1;
}
#koreanclass20off > .instar-review .review-box{
  padding-left: 0;
}
#koreanclass20off > .instar-review .review-box .review-title{
  font-size: 22px;
  line-height: 100%;
}
#koreanclass20off > .instar-review .review-box .score{
  font-size: 22px;
  margin-bottom: 30px;
}
#koreanclass20off > .instar-review .review-box li + li{
  margin-top: 80px;
}
#koreanclass20off > .instar-review .review-box p{
  font-size: 16px;
  line-height: 1.6;
}

#koreanclass20off > .address {
  padding: 100px 0;
}
#koreanclass20off > .address h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
}
#koreanclass20off > .address .address-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#koreanclass20off > .address .map-container{
  border: 0;
  border-radius: 0;
}
#koreanclass20off > .address .map-container #google-map{
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 8px;
}
#koreanclass20off > .address .btnWrap {
  text-align: center;
  margin-top: 70px;
}
#koreanclass20off > .address .btnWrap .btn {
  display: inline-block;
  background: #5670de;
  color: white;
  width: auto;
  padding: 0 30px;
  line-height: 54px;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#koreanclass20off > .address .btnWrap .btn:hover {
  background: #76d6b8;
  color: white;
  text-decoration: none;
}

#koreanclass20off > .address .address-box .map-box {
  width: 50%;
}
#koreanclass20off > .address .address-box .address-content {
  width: 50%;
}
#koreanclass20off > .faq {
  padding: 120px 0;
  background-color: #1bc5aa;
  color: #fff;
}
#koreanclass20off > .faq h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
}
#koreanclass20off > .faq ul {
  max-width: 787px;
  margin: 0 auto;
}
#koreanclass20off > .faq ul li {
  border-top: 1px solid #e5e7eb;
}
#koreanclass20off > .faq ul li .q {
  font-size: 22px;
  padding: 30px 60px 30px 0;
  position: relative;
}
#koreanclass20off > .faq ul li .q::after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 0;
  transition: all 0.3s ease;
}
#koreanclass20off > .faq ul li .q span {
  display: inline-block;
  font-size: 26px;
  margin-right: 10px;
  font-weight: 600;
}
#koreanclass20off > .faq ul li .a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  line-height: 1.8;
}
#koreanclass20off > .faq ul li .a dsx p {
  line-height: 1.8;
}
#koreanclass20off > .faq .btnWrap {
  text-align: center;
  margin-top: 30px;
}
#koreanclass20off > .faq .btnWrap .btn {
  background-color: #fff;
  color: #00cb89;
  width: 420px;
  line-height: 108px;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#koreanclass20off > .faq .btnWrap .btn:hover {
  border: 1px solid #363636;
  color: #363636;
}

@media (max-width: 1900px) {
  #koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
    max-width: calc(469px - (1900px - 100vw) * 0.25);
    min-height: calc(838px - (1900px - 100vw) * 0.45);
  }
}
@media (max-width: 1500px) {
  #koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
    max-width: calc(469px - (1900px - 100vw) * 0.3);
    min-height: calc(838px - (1900px - 100vw) * 0.5);
  }
}

@media screen and (max-width: 1090px) {
  #koreanclass20off h1 {
    font-size: 40px;
  }
  #koreanclass20off > .visual {
    padding: 100px 0;
  }
  #koreanclass20off > .visual .sub-title {
    font-size: 15px;
    list-style: 1.8;
  }
  #koreanclass20off > .visual ul li .tit {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 78px;
  }
  #koreanclass20off > .visual ul li .txt {
    font-size: 15px;
  }
  #koreanclass20off > .insertBox {
    padding: 88px 0;
  }
  #koreanclass20off > .insertBox h2 {
    font-size: 36px;
  }
  #koreanclass20off > .features {
    padding: 50px 0;
  }
  #koreanclass20off > .features h2 {
    font-size: 36px;
    width: 30%;
  }
  #koreanclass20off > .features ul {
    width: 70%;
  }
  #koreanclass20off > .features ul li {
    font-size: 14px;
  }
  #koreanclass20off > .features ul li .icon {
    font-size: 44px;
  }
  #koreanclass20off > .features ul li .tit {
    font-size: 18px;
  }
  #koreanclass20off > .learning-steps {
    padding: 140px 0;
  }
  #koreanclass20off > .learning-steps h2 {
    font-size: 36px;
    width: 30%;
  }
  #koreanclass20off > .learning-steps ul {
    width: 70%;
  }
  #koreanclass20off > .learning-steps ul li {
    padding-top: 40px;
    height: 240px;
  }
  #koreanclass20off > .learning-steps ul li + li {
    margin-left: 20px;
  }
  #koreanclass20off > .learning-steps ul li .tit {
    font-size: 24px;
  }
  #koreanclass20off > .learning-steps ul li .txt {
    font-size: 14px;
  }
  #koreanclass20off > .stats {
    padding: 50px 0;
  }
  #koreanclass20off > .stats ul li .icon {
    font-size: 32px;
  }
  #koreanclass20off > .stats ul li .tit {
    font-size: 46px;
  }
  #koreanclass20off > .stats ul li .txt {
    font-size: 18px;
  }
  #koreanclass20off > .benefit {
    padding: 100px 0;
  }
  #koreanclass20off > .benefit h2 {
    font-size: 24px;
  }
  #koreanclass20off > .benefit ul li .textWrap .tit {
    font-size: 22px;
  }
  #koreanclass20off > .benefit ul li .textWrap .sub-tit {
    font-size: 15px;
  }
  #koreanclass20off > .benefit ul li .textWrap .txt {
    font-size: 14px;
  }
  #koreanclass20off > .course {
    padding: 100px 0;
  }
  #koreanclass20off > .course h2 {
    font-size: 24px;
  }
  #koreanclass20off > .course ul li {
    padding: 34px 20px 20px;
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc(33.3333333333% - 16px);
  }
  #koreanclass20off > .course ul li .textWrap .tit {
    font-size: 16px;
  }
  #koreanclass20off > .course ul li .textWrap .sub-tit {
    font-size: 14px;
  }
  #koreanclass20off > .course ul li .textWrap .txt {
    font-size: 13px;
    margin-top: 24px;
  }
  #koreanclass20off > .getCoupon {
    padding: 60px 0 80px;
  }
  #koreanclass20off > .getCoupon h2 {
    font-size: 24px;
  }
  #koreanclass20off > .getCoupon .sub-title {
    font-size: 13px;
  }
  #koreanclass20off > .getCoupon .formWrap li .tit {
    font-size: 14px;
  }
  #koreanclass20off > .getCoupon .formWrap li input, #koreanclass20off > .getCoupon .formWrap li .select-box {
    font-size: 13px;
  }
  #koreanclass20off > .getCoupon .formWrap li.privacy textarea {
    font-size: 13px;
  }
  #koreanclass20off > .getCoupon .formWrap li.agree label input {
    width: 18px;
    height: 18px;
  }
  #koreanclass20off > .getCoupon .formWrap li.agree label span {
    font-size: 13px;
  }
  #koreanclass20off > .getCoupon .formWrap li .submit {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  #koreanclass20off > .activity {
    padding: 100px 0;
  }
  #koreanclass20off > .activity h2 {
    font-size: 24px;
  }
  #koreanclass20off > .activity p {
    font-size: 14px;
  }
  #koreanclass20off > .activity ul li {
    margin-right: 24px;
    width: calc(33.3333333333% - 16px);
  }
  #koreanclass20off > .activity ul li:nth-child(3n) {
    margin-right: 0;
  }
  #koreanclass20off > .who {
    padding: 100px 0;
  }
  #koreanclass20off > .who h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #koreanclass20off > .who ul {
    padding-top: 20px;
  }
  #koreanclass20off > .who ul li + li {
    margin-top: 34px;
  }
  #koreanclass20off > .who ul li p {
    font-size: 15px;
  }
  #koreanclass20off > .who ul li p::after {
    width: 18px;
    height: 18px;
  }
  #koreanclass20off > .teacher {
    padding: 50px 0;
  }
  #koreanclass20off > .teacher h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #koreanclass20off > .teacher .list > li {
    font-size: 15px;
  }
  #koreanclass20off > .teacher .list > li .imgWrap {
    width: 180px;
    height: 180px;
  }
  #koreanclass20off > .teacher .list > li .textWrap .name b {
    font-size: 15px;
  }
  #koreanclass20off > .teacher .list > li .textWrap p {
    font-size: 14px;
    height: 30px;
  }
  #koreanclass20off > .teacher .list > li .textWrap .dotList li {
    font-size: 12px;
  }
  #koreanclass20off > .teacher .list > li .textWrap .dotList li + li {
    margin-top: 0;
  }
  #koreanclass20off > .review {
    padding: 80px 0;
  }
  #koreanclass20off > .review h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #koreanclass20off > .review h2 span {
    font-size: 20px;
  }
  #koreanclass20off > .review .list li {
    font-size: 15px;
  }
  #koreanclass20off > .review .list li + li {
    margin-top: 70px;
  }
  #koreanclass20off > .review .list li .score {
    margin-bottom: 4px;
  }
  #koreanclass20off > .review .list li .from {
    font-size: 13px;
  }
  #koreanclass20off > .review .reviewPicture {
    margin-top: 70px;
  }
  #koreanclass20off > .review .reviewPicture li {
    margin-right: 24px;
    width: calc(25% - 18px);
  }
  #koreanclass20off > .faq {
    padding: 100px 0 70px;
  }
  #koreanclass20off > .faq h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  #koreanclass20off > .faq ul li .q {
    font-size: 16px;
    padding: 18px 28px 18px 0;
  }
  #koreanclass20off > .faq ul li .q::after {
    font-size: 22px;
    top: 20px;
  }
  #koreanclass20off > .faq ul li .a {
    font-size: 14px;
    padding: 22px 0 30px;
  }
  #koreanclass20off > .faq .btnWrap {
    margin-top: 20px;
  }
  #koreanclass20off > .faq .btnWrap .btn {
    width: 360px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  #koreanclass20off > .study-steps{
    padding: 30px 0;
  }
  #koreanclass20off > .study-steps ul li{
    width: calc(100% / 2);
  }
  #koreanclass20off > .address{
    padding: 50px 0 100px 0;
  }
  #koreanclass20off > .address .address-box{
    flex-direction: column;
  }
  #koreanclass20off > .address h2{
    font-size: 28px;
    margin-bottom: 30px;
  }
  #koreanclass20off > .address .address-box .map-box {
    width: 100%;
  }
  #koreanclass20off > .address .address-box .address-content {
    width: 100%;
  }
  #koreanclass20off > .address .address-box .address-content h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #koreanclass20off > .address .address-box .address-content .address{
    margin-bottom: 20px;
  }
  #koreanclass20off > .address .address-box .address-content .address p{
    font-size: 16px;
    margin-bottom: 0;
  }
  
  #koreanclass20off > .address .address-box .address-content .phone p{
    font-size: 16px;
    margin-bottom: 0;
  }
  #koreanclass20off > .address .btnWrap {
    margin-top: 50px;
  }
}



@media screen and (max-width: 850px) {
  #koreanclass20off [class*=pc-] {
    display: none;
  }
  #koreanclass20off [class*=mo-] {
    display: block;
  }
  #koreanclass20off .max-width {
    padding: 0 15px;
  }
  #koreanclass20off h1 {
    font-size: 38px;
  }
  #koreanclass20off > .visual {
    padding: 70px 0;
  }
  #koreanclass20off > .visual .sub-title {
    margin-bottom: 35px;
  }
  #koreanclass20off > .visual ul {
    margin-top: 60px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  #koreanclass20off > .visual ul li .tit {
    width: 116px;
  }
  #koreanclass20off > .visual ul li .txt {
    width: calc(100% - 116px);
    padding-right: 15px;
  }
  #koreanclass20off > .visual ul.jp-visual-list li .txt{
    word-break: normal;
    overflow-wrap: break-word;
  }
  #koreanclass20off > .insertBox {
    padding: 65px 0;
  }
  #koreanclass20off > .insertBox h2 {
    font-size: 24px;
  }
  #koreanclass20off > .features {
    padding: 40px 0;
  }
  #koreanclass20off > .features h2 {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  #koreanclass20off > .features ul {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }
  #koreanclass20off > .features ul li {
    padding: 0;
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 24px;
  }
  #koreanclass20off > .features ul li .icon {
    font-size: 45px;
    text-align: center;
  }
  #koreanclass20off > .features ul li .tit {
    font-size: 18px;
  }
  #koreanclass20off > .features ul li .txt {
    line-height: 1.45;
  }
  #koreanclass20off > .learning-steps {
    padding: 80px 0;
  }
  #koreanclass20off > .learning-steps h2 {
    font-size: 26px;
    width: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  #koreanclass20off > .learning-steps ul {
    width: 100%;
  }
  #koreanclass20off > .learning-steps ul li {
    width: 100%;
    padding: 50px 0;
    height: auto;
  }
  #koreanclass20off > .learning-steps ul li + li {
    margin-left: 0;
    margin-top: 16px;
  }
  #koreanclass20off > .learning-steps ul li .tit {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #koreanclass20off > .learning-steps ul li .txt {
    font-size: 16px;
    line-height: 1.65;
  }
  #koreanclass20off > .stats {
    padding: 40px 0;
  }
  #koreanclass20off > .stats ul li {
    width: 100%;
  }
  #koreanclass20off > .stats ul li + li {
    margin-top: 20px;
  }
  #koreanclass20off > .stats ul li .icon {
    font-size: 35px;
  }
  #koreanclass20off > .stats ul li .tit {
    font-size: 28px;
  }
  #koreanclass20off > .stats ul li .txt {
    font-size: 16px;
  }
  #koreanclass20off > .benefit {
    padding: 80px 0;
  }
  #koreanclass20off > .benefit h2 {
    font-size: 24px;
  }
  #koreanclass20off > .benefit ul li .textWrap {
    width: 100%;
  }
  #koreanclass20off > .benefit ul li .textWrap .tit {
    font-size: 18px;
    line-height: 1.5;
  }
  #koreanclass20off > .benefit ul li .textWrap .txt {
    font-size: 16px;
    margin-top: 8px;
  }
  #koreanclass20off > .benefit ul li .imgWrap {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  #koreanclass20off > .course {
    padding: 60px 0;
  }
  #koreanclass20off > .course h2 {
    font-size: 28px;
  }
  #koreanclass20off > .course ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  #koreanclass20off > .course ul li + li {
    margin-top: 16px;
  }
  #koreanclass20off > .course ul li .imgWrap {
    height: 232px;
  }
  #koreanclass20off > .course ul li .textWrap .sub-tit {
    font-size: 16px;
  }
  #koreanclass20off > .getCoupon {
    padding: 40px 0;
  }
  #koreanclass20off > .getCoupon h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  #koreanclass20off > .getCoupon .sub-title {
    font-size: 14px;
    line-height: 2;
  }
  #koreanclass20off > .getCoupon .formWrap li + li {
    margin-top: 12px;
  }
  #koreanclass20off > .getCoupon .formWrap li .tit {
    font-size: 16px;
  }
  #koreanclass20off > .getCoupon .formWrap li input, #koreanclass20off > .getCoupon .formWrap li .select-box {
    font-size: 16px;
  }
  #koreanclass20off > .getCoupon .formWrap li.agree {
    margin-bottom: 25px;
  }
  #koreanclass20off > .getCoupon .formWrap li.agree label input {
    width: 18px;
    height: 18px;
  }
  #koreanclass20off > .getCoupon .formWrap li.agree label span {
    font-size: 16px;
    line-height: 1.45;
  }
  #koreanclass20off > .getCoupon .formWrap li .submit {
    height: 38px;
    line-height: 38px;
  }
  #koreanclass20off > .activity {
    padding: 60px 0;
  }
  #koreanclass20off > .activity h2 {
    font-size: 20px;
  }
  #koreanclass20off > .activity p {
    font-size: 16px;
    line-height: 1.65;
  }
  #koreanclass20off > .activity ul {
    margin-top: 110px;
  }
  #koreanclass20off > .activity ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 73%;
  }
  #koreanclass20off > .activity ul li:last-child {
    margin-bottom: 0;
  }
  #koreanclass20off > .activity ul li:last-child img {
    object-position: top;
  }
  #koreanclass20off > .who {
    padding: 60px 0;
  }
  #koreanclass20off > .who h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #koreanclass20off > .who ul {
    padding-top: 30px;
  }
  #koreanclass20off > .who ul li + li {
    margin-top: 20px;
  }
  #koreanclass20off > .who ul li p {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 30px;
    display: inline;
  }
  #koreanclass20off > .teacher {
    padding: 40px 0;
  }
  #koreanclass20off > .teacher h2 {
    font-size: 20px;
    margin-bottom: 50px;
    word-break: normal;
    overflow-wrap: break-word;
  }
  #koreanclass20off > .teacher .list li {
    width: 100%;
  }
  #koreanclass20off > .teacher .list li + li {
    margin-top: 30px;
  }
  #koreanclass20off > .teacher .list li .imgWrap {
    width: 207px;
    height: 207px;
  }
  #koreanclass20off > .teacher .list li .textWrap .name {
    margin-bottom: 25px;
  }
  #koreanclass20off > .teacher .list li .textWrap .name span {
    font-size: 16px;
  }
  #koreanclass20off > .teacher .list li .textWrap p {
    font-size: 16px;
    height: auto;
  }
  #koreanclass20off > .teacher .list li .textWrap .dotList {
    padding-left: 20px;
  }
  #koreanclass20off > .teacher .list li .textWrap .dotList li {
    font-size: 13px;
  }
  #koreanclass20off > .rolling {
    padding: 50px 0;
  }
  #koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
    max-width: 206px;
    width: 206px;
    min-height: 368px;
    height: 368px;
    aspect-ratio: auto;
  }
  #koreanclass20off > .review {
    padding: 40px 0;
  }
  #koreanclass20off > .review h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #koreanclass20off > .review .list li {
    font-size: 16px;
  }
  #koreanclass20off > .review .list li + li {
    margin-top: 30px;
  }

  #koreanclass20off > .instar-review {
    padding: 40px 0;
  }
  #koreanclass20off > .instar-review h2 {
    font-size: 24px;
    margin-bottom: 100px;
  }
  #koreanclass20off > .instar-review h2 span {
    font-size: 20px;
  }
  #koreanclass20off > .instar-review .instar-review-list {
    flex-direction: column;
  }
  #koreanclass20off > .instar-review .instar-review-list .img-box{
    text-align: center;
  }
  #koreanclass20off > .instar-review .instar-review-list .img-box a {
    width: 100%;
  }
  #koreanclass20off > .instar-review .instar-review-list{
    gap: 50px;
  }
  #koreanclass20off > .instar-review .review-box li + li{
    margin-top: 60px;
  }
  #koreanclass20off > .instar-review .review-box .review-title {
    font-size: 16px;
  }
  #koreanclass20off > .instar-review .review-box .score {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #koreanclass20off > .instar-review .review-box p{
    font-size: 16px;
    word-break: normal;
    overflow-wrap: break-word;
  }
  #koreanclass20off > .faq h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  #koreanclass20off > .faq ul li .q {
    font-size: 16px;
    padding: 18px 30px 18px 0;
    line-height: 1.45;
  }
  #koreanclass20off > .faq ul li .q span {
    font-size: 18px;
  }
  #koreanclass20off > .faq .btnWrap .btn {
    width: 100%;
    max-width: 420px;
    height: 109px;
    line-height: 109px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #koreanclass20off .top-button-list {
    flex-direction: column;
    gap: 10px;
  }
  #koreanclass20off > .study-steps ul{
    flex-direction: column;
  }
  #koreanclass20off > .study-steps ul li{
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #koreanclass20off .review .reviewPicture li {
    width: 100%;
    margin-right: 0;
    padding-top: 53%;
  }
  #koreanclass20off .review .reviewPicture li + li {
    margin-top: 16px;
  }
  #koreanclass20off .review .reviewPicture li:nth-child(3), #koreanclass20off .review .reviewPicture li:nth-child(4) {
    display: none;
  }
  #koreanclass20off > .rolling .img-rolling-list .swiper-slide img {
    max-width: 206px;
    width: 206px;
    min-height: 290px;
    height: 290px;
  }
}
@media screen and (max-width: 500px) {
  .iti__search-input {
    height: 44px;
  }
}
