@charset "utf-8";

@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'vitro';
  src: url('../../fonts/VITRO_CORE_OTF.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}


body {
  /* overflow:initial; */
  min-width: 1400px;
}
body *{
  font-family: 'Pretendard', 'Roboto', 'Noto Sans KR', sans-serif;
  color: #000;
  letter-spacing: -0.03rem;
}
.area {
  width: 1400px;
}
.pc_banner {
  width: 100%;
}
.pc_banner .visual {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 55px auto 0;
  background: #edeef0;
  /* background: #f4f5fe; */
  min-height: 470px;
  padding: 50px 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-right: 126px;
}
.visual_left {
    display: flex;
    align-items: center;
}
.visual_right:before {
  content: "";
  display: block;
  height: 96%;
  position: absolute;
  left: 58%;
  transform: translateX(-50%);
  z-index: 0;
  bottom: 0;
  opacity: .23;
  width: 100%;
  left: 58%;
  background: url(../../img_v2/order/shadow11.png) no-repeat top right / cover;
}
.visual_right {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.num_box {
  box-sizing: border-box;
  background: #253497;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width: fit-content;
  padding: 15px 25px;
  font-size: 19px;
  line-height: 1;
}
.pc_banner .visualText {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.pc_banner .visualText .desc {
  color: #2F3035;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  padding-top: 25px;
}
.visual_right img {
  width: 340px;
  height: auto;
  isolation: isolate;
}
.desc .num1 {
  width: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.desc .num1 img {
  width: 100%;
  height: auto;
}
.visual_info {
  display: flex;
  gap: 100px;
}
/* .benefit_box a {
  background: #fff;
  box-sizing: border-box;

}
.benefit_txt {
  display: flex;
  gap: 47px;
  justify-content: space-between;
  align-items: center;
}
.benefit_box p {
  color: #1F2935;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
}
.benefit_box p:last-child {
  display: flex;
  align-items: center;
}
.benefit_txt p strong {
  font-size: 66px;
  font-weight: 700;
  color: #3146D0;
}
.benefit_box span {
  color: #1786F1;
  font-size: 15px;
  font-weight: 700;
} */
.class-info {
  max-width: 1400px;
  margin: 0 auto;
  padding: 75px 0;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.class-info-left {
  padding-left: 40px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 0;
}
.class-info dl {
  display: flex;
  align-items: center;
  margin: 0;
  width: 45%;
}
.class-info dt {
  font-size: 21px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  /* justify-content: space-between; */
  /* width: 110px; */
  color: #191C1F;
  gap: 10px;
}
.class-info dd {
  font-size: 21px;
  font-weight: 700;
  color: #3146D0;
  margin-left: 20px;
}
.class-info dd.sent {
  font-size: 14px;
}
.class-info dt:before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #3146D0;
}
.class-info dt:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #c8c8c8;
  margin-left: 7px;
  background: #191C1F;
}
.class-info .benefit {
  height: 144px;
  gap: 80px;
  width: auto;
}
.class-info .benefit dt {
  justify-content: center;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 30px;
}
.class-info .benefit dt:before {
  content: "";
  width: 109px;
  aspect-ratio: unset;
  height: 84px;
  background: url(../../img_v2/info/icon-trp.png) no-repeat center / 100%;
  border: 0;
}
.class-info .benefit dt span {
  color: #FEDB41;
  font-size: 16px;
  font-weight: 600;
  margin-left: -22px;
}
.class-info .benefit dt:after {
  content: none;
}
.price_txt {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-right: 40px;
  box-sizing: border-box;
}
.price_txt p {
  text-decoration: line-through;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}
.price_txt strong {
  color: #EA3434;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  font-size: 30px;
  font-weight: 500;
}
.price_txt span {
  color: #EA3434;
  font-size: 100px;
  font-weight: 700;
  animation: blink2 1s infinite;
}
.class-info .benefit dt em {
  
  letter-spacing: -1.2px;
  color: #FEDB41;
  display: block;
  font-size: 32px;
  font-weight: 600;
}
@keyframes blink2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.class-info-right {
  align-self: flex-end;
  align-self: center;
  border-radius: 6px;
  background: #17181F;
  flex: none;
}
.orgLogo {
  display: flex;
  align-items: center;
}
.orgLogo .smallFlex {
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}
.orgLogo .smallFlex img {
  display: block;
  width: 45px;
  aspect-ratio: 1;
  margin-right: 6px;
}
.orgLogo p {
  font-size: clamp(18px, 1.56vw, 30px);
  font-size: 30px;
  font-weight: 600;
  color: #191C1F;
  font-family: 'S-CoreDream-5Medium';
  letter-spacing: -1px;
  display: inline-flex;
  align-items: center;
}
.orgLogo p span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 6px;
}
.pc_banner .visualText h2{
  font-weight: bold;
  font-family: 'vitro';
  color: #3B3D52;
  letter-spacing: -1px;
  font-size: clamp(60px, 4.4vw, 90px);
  font-size: 70px;
  margin-top: 70px;
  z-index: 1;
  background: rgba(255,255,255,.1);
  padding: 0 5px;
  line-height: 1.2;
}
.pc_banner .visualText h2.long {
  font-size: clamp(60px, 4.6vw, 80px) !important;
  word-break: keep-all;
}

.teacher_profile {
  max-width: 1400px;
  margin: 120px auto 0;
  width: 100%;
  background: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.teacher_img {
  padding: 40px 40px 30px;
  align-self: center;
  box-sizing: border-box;
  width: 330px;
}
.teacher_img > div {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher_img img {
  display: block;
  width: 160px;
  aspect-ratio: 1/1.2;
  isolation: isolate;
}
.teacher_img > div:before {
  content: "";
  display: block;
  width: 32%;
  height: 83%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 58%;
  transform: translateX(-50%);
  z-index: 0;
  bottom: 0;
  border-radius: 40%;
  opacity: .2;
  box-shadow: 0 6px 10px 10px rgba(0, 0, 0, .7);
  width: 23%;
  left: 55%;
}
.teacher_img > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #f4f4f4;
  box-shadow: 0 10px 10px 10px rgba(255,255,255,.6);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(10px);
}

.teacher_img span {
  font-size: 23px;
  font-weight: 600;
  color: #1F2935;
  letter-spacing: -.46px;
  display: block;
  text-align: center;
}
.teacher_img p {
  font-size: 15px;
  color: rgba(31, 41, 53, .5);
  font-weight: 600;
  text-align: center;
}
.teacher_info {
  padding: 45px 50px;
  box-sizing: border-box;
  flex: auto;
  border-left: 1px solid rgba(0, 0, 0, .1);
}
.teacher_info h3 {
  color: #1F2935;
  font-size: 27px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
  margin-bottom: 30px;
}
.teacher_info h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  flex: 1;
}
.teacher_info li {
  font-size: 18px;
  font-weight: 400;
  color: #191C1F;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-left: 5px;
}
.teacher_info li + li {
  margin-top: 5px;
}
.teacher_info li:before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #3146D0;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  transform: translateY(-2px);
  flex: none;
}

.pc_video {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.pc_video .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.pc_video .left {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pc_video .img_4k img {
  width: 165px;
  height: auto;
}
.pc_video .left p {
  font-size: 15px;
  font-weight: 500;
  color: #1F2935;
  letter-spacing: -0.6px;
}
.pc_video .cmn_tit {
  transform: translate(-30px, -3px);
}
.pc_video .cmn_tit h3 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 40px;
}
.pc_video .right {
  position: relative;
}
.pc_video .right .thumb {
  width: 730px; 
  aspect-ratio: 16 / 9;
}
.pc_video .right .thumb iframe{
  display: block;
  width: 100%;
  height: 100%;
}
.cmn_tit {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.cmn_tit h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1F2935;
  margin-bottom: 60px;
}
.cmn_tit h3 strong {
  font-weight: 700;
  background: #E3E6FE;
}
.bg_licens{
  padding: 95px 0 100px;
  box-sizing: border-box;
}
.bg_licens .area {
  position: relative;
}
.bg_licens .cmn_tit h3 strong {
  position: relative;
}


.check_btn .img_wrap {
  border-radius: 50%;
  background: #0067DE;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* newForm */
.registRow {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #1F2935;
  border-bottom: 1px solid #1F2935;
}
.registRow > div {
  flex: 1;
}
.registLeft {
  position: relative;
  padding: 70px 70px 95px;
  box-sizing: border-box;
  background: url(../../img_v2/info/bg_lic.png) no-repeat center / cover;
}
.registLeft .mark .img-wrap {
  position: relative;
  border-radius: 50%;
}
.registLeft .mark .img-wrap:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -51%);
  isolation: auto;
}
.registLeft .mark .img-wrap img {
  isolation: isolate;
}
.registLeft .mark span {
  color: #fff;
  font-size: 13.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0;
  gap: 1px;
}
.registLeft .mark span strong {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 1.3;

}
.registLeft h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 1.26;
}
.regi_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_num_box {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  margin: 32px 0;
  align-items: center;
  height: 104px;
  padding: 0 30px;
  box-sizing: border-box;
}
.registLeft .c_num {
  font-size: 30px;
  font-weight: 800;
  color: #000813;
}
.registLeft > p {
  line-height: 30px;
  font-size: 15.5px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
  word-break: keep-all;
}
.agencyBox {
  padding-top: 40px;
  border-top: 1px dashed rgba(255, 255, 255, .5);
}
.registLeft .agencyBox li {
  display: flex;
  margin-top: 13px;
  align-items: center;
  gap: 45px;
}
.registLeft .agencyBox li:first-child {
  margin-top: 0;
}
.registLeft .agencyBox p {
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.registLeft .agencyBox li > h5 {
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-left: 20px;
}
.registLeft .agencyBox li > h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #3146D0;
  box-sizing: border-box;
}
.registLeft .check_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-color: #3146D0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  gap: 20px;
}
.registLeft .check_btn span {
  color: #fff;
}
.registLeft .check_btn .arrImg {
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.registLeft .check_btn .arrImg img {
  width: 9px;
}
.registRight {
  overflow-y: auto;
  position: relative;
  padding-left: 75px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.registRight h3{
  font-size: 27px;
  font-weight: 700;
  color: #1F2935;
  display: flex;
  align-items: center;
}
.registRight h3 ~ h3 {
  padding-top: 100px;
}
.registRight ul{
  position: relative;
  z-index: 200;
  padding-top: 20px;
}
.registRight ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
}
.registRight ul li.act{
  height: auto;
}
.registRight ul li:first-child {
  margin-top: 0;
}
.registRight ul li h5 {
  line-height: 50px;
  color: #191C1F;
  margin-right: 35px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.registRight ul li h5:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3146D0;
  box-sizing: border-box;
}
.registRight ul li h5.act{
  height: auto;
}
.registRight ul li p {
  font-weight: 700;
  font-size: 18px;
  color: #3146D0;
  letter-spacing: 0;
}
.registRight ul li p.act{
  height: auto;
}
.registRight::-webkit-scrollbar{
  width: 5px;
  background-color: #d0d3e7;
}
.registRight::-webkit-scrollbar-thumb{
  border-radius: 100px;
  background-color: #c1c1c1;
}
.toggle-wrap .info_wrap {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding-left: 2px;
}
.toggle-wrap .info_wrap.on {
  max-height: 1000px;
  opacity: 1;
}
.toggle-wrap .info_wrap p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255,255,255,.5);
  font-weight: 600;
}
.toggle-wrap .info_wrap p:last-child {
  margin-bottom: 0;
}
.registRight .bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.toggle-wrap .toggle-box h3 {
  cursor: pointer;
  margin-top: 54px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.toggle-wrap .toggle-box h3:after {
  content: none;
}
.toggle-wrap .toggle-arrow {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  outline: none;
  padding-bottom: 3px;
  background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}
.toggle-wrap .toggle-arrow img {
  width: 10px;
  height: 8px;
  transition: transform 0.3s ease;
  margin-top: 3px;
}
.toggle-wrap .toggle-box.active .toggle-arrow img {
  transform: rotate(180deg);
}


.pc_qna {
  padding: 100px 0;
  box-sizing: border-box;
}
.qna_list {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.pc_qna .qna_list li {
  padding: 36px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #F2F3FA;
  position: relative;
  /* width: 400px; */
  flex-basis: 29%;
}
.pc_qna .qna_list li h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  word-break: keep-all;
}
.pc_qna .qna_list li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #1F2935;
  border-top: 1px dashed #1F2935;
  margin-top: 27px;
  padding-top: 25px;
}
.qna_list:last-child {
  justify-content: space-between;
  margin: 60px auto 0;
  justify-content: center;
}

.pc_curr {
  background: #fff;
  padding: 100px 0;
  box-sizing: border-box;
}
.currq {
  display: flex;
  gap: 23px;
  padding-left: 50px;
  box-sizing: border-box;
}
.pc_curr .currq ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
/* .pc_curr .currq ul + ul {
  margin-top: 20px;
} */
.pc_curr .currq li{
  width: calc((100% - 20px)/2);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  /* border: 1px solid #1F2935; */
  padding: 0 30px;
  min-height: 70px;
  width: 100%;
  min-height: 35px;
}
.pc_curr .currq li b{
  color:#3146D0;
  font-size: 23px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 84px;
}
.pc_curr .currq li span{
  width: calc(100% - 114px);
  line-height: 30px;
  color:#1F2935;
  font-size: 23px;
  font-weight: 600;
}
.banner-timer .wrap a.page-move {
  font-weight: 800 !important;
}

.cnt6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 200px;
  box-sizing: border-box;
}
/* new */
.cnt6 .cmn_tit h4 {
  font-size: 23px;
  color: #111;
  margin-bottom: 10px;
}
.icon_list {
  display: flex;
  width: 100%;
}
.icon_list li {
  flex: 1;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, .2);
  box-sizing: border-box;
  padding: 25px 30px;
}
.icon_list li:first-child {
  border-left: 1px solid rgba(0, 0, 0, .2);
}
.icon_box {
  display: inline-flex;
  flex-direction: column;
}
.icon_list [class^="icon"] .icon_box {
  transition: all 0.5s ease;
}
.icon_list [class^="icon"].on .icon_box span, .icon_list [class^="icon"].on .icon_box p {
  color: #3146D0;
}
.icon_list [class^="icon"].on .icon_box:before {
  transform: scale(1.3);
}
.icon_box span {
  font-size: 25px;
  font-weight: 700;
  color: rgba(31, 41, 53, .5);
  margin-top: 45px;
}
.icon_box p {
  color: #1F2935;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.4;
}
.icon_box em {
  font-style: normal;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 700;
  color: rgba(31, 41, 53, .7);
  letter-spacing: -.6px;
}
.icon_box:before {
  content: "";
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: .5s ease;
}
.icon1 .icon_box:before {
  background-image: url(../../img_v2/info/c_i1.png);
}
.icon2 .icon_box:before {
  background-image: url(../../img_v2/info/c_i2.png);
}
.icon3 .icon_box:before {
  background-image: url(../../img_v2/info/c_i3.png);
}
.icon4 .icon_box:before {
  background-image: url(../../img_v2/info/c_i4.png);
}
.icon5 .icon_box:before {
  background-image: url(../../img_v2/info/c_i5.png);
}
.icon6 .icon_box:before {
  background-image: url(../../img_v2/info/c_i6.png);
}
/* .icon_list .icon1.on .icon_box:before {
  background-image: url(../../img/ver2412/info/c_i1_on.png);
}
.icon_list .icon2.on .icon_box:before {
  background-image: url(../../img/ver2412/info/c_i2_on.png);
}
.icon_list .icon3.on .icon_box:before {
  background-image: url(../../img/ver2412/info/c_i3_on.png);
}
.icon_list .icon4.on .icon_box:before {
  background-image: url(../../img/ver2412/info/c_i4_on.png);
}
.icon_list .icon5.on .icon_box:before {
  background-image: url(../../img/ver2412/info/c_i5_on.png);
}
.icon_list .icon6.on .icon_box:before {
  background-image: url(../../img/ver2412/info/c_i6_on.png);
} */

/* .icon_list li + li:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../../img/ver2412/info/arr_right-black.svg) no-repeat center / auto;
  position: absolute;
  left: -24px;
  top: 40%;
  transform: translateY(-50%);
} */

#license {
  background: #17181F;
  margin-top: -10px;
}
#license .area {
  display: flex;
  justify-content: space-between;
  padding-top: 170px;
  padding-bottom: 200px;
  box-sizing: border-box;
}
#license .cmn_tit h3 {
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
}
#license .cmn_tit h3 strong {
  font-weight: bold;
  color: #fff;
  background: rgba(227, 230, 254, .2);
}
#license .cmn_tit ul {
  margin-bottom: 100px;
}
#license .cmn_tit li {
  color: rgba(255, 255, 255, .4);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}
#license .cmn_tit li + li {
  margin-top: 6px;
}
#license .license_wrap .img_wrap{
  display: flex;
  gap: 87px;
}
.license_wrap .box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.license_wrap .tag {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
.license_wrap .com [class^="licen"] img {
  border-radius: 12px;
}
.license_wrap .card [class^="licen"] img {
  border-radius: 14px;
}
#license .license_wrap .img_wrap .com .licen1 {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}
#license .license_wrap .img_wrap .com .licen1 span {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 69px;
  text-align: center;
  font: bold 5.35px/1.2em "malgun gothic";
  color: #f4e896;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: none;
}
#license .license_wrap .img_wrap .com .licen1 p {
  position: absolute;
  left: 0;
  bottom: 42px;
  text-align: center;
  width: 100%;
  font: bold 18px/1.2em "daum";
  background: linear-gradient(145deg, rgb(255 251 180) 0%, rgb(245 240 83) 55%, rgb(89 80 17) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#license .license_wrap .img_wrap .com .licen2 {
  position: relative;
  display: inline-block;
}
#license .license_wrap .img_wrap .com .licen2 span {
  position: absolute;
  left: 80px;
  top: 184px;
  text-align: left;
  font: bold 12px/0.7em "ChosunGs";
  color: #403b35;
  letter-spacing: -1.5px;
}
#license .license_wrap .img_wrap .com .licen2 p {
  position: absolute;
  right: 60px;
  bottom: 55px;
  font: bold 14px/1.2em "ChosunGs";
  color: #403b35;
  letter-spacing: -1.5px;
}
#license .license_wrap .img_wrap .com .licen2 img{
  height: 400px;
}

#license .license_wrap .img_wrap .card .licen3 {
  position: relative;
}
#license .form {
  width: 974px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 26px;
}
#license .form span {
  text-align: center;
}

#license>ul {
  width: 974px;
  margin: 0 auto;
  margin-top: 32px;
}
#license>ul li {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
}




#resume {
  position: relative;
  padding-top: 250px;
  padding-bottom: 180px;
  box-sizing: border-box;
}
#resume:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 192px);
  z-index: -1;
  background: url(../../img/ver2412/info/bg_resume.png) no-repeat center / cover;
  opacity: .4;
}
#resume .cmn_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
#resume .desc {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.50);
}
#resume .cmn_tit h3 {
  margin-bottom: 0;
}
#resume .txt{
  margin-top: 64px;
}
#resume .tbl_wrap {
  border: 3px solid #0067de;
  border-bottom: 0;
  width: 685px;
  margin: 0 auto;
}
#resume .txt table {
  width: 685px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 0;
}
#resume .txt .border_none {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
#resume .txt tr {
  border: 1px solid #333f57;
}
.txt_center {
  text-align: center !important;
}
#resume .profile {
  width: 130px;
}
#resume .txt th {
  text-align: left;
  padding: 6px;
  vertical-align: middle;
  letter-spacing: 1px;
  background: #fff;
  color: #777;
  border: 1px solid #ddd;
  font-weight: 600;
  font-size: 15px;
}
#resume .txt td {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: .5px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
}
#resume .txt td, #resume .txt th {
  padding-left: 15px;
  box-sizing: border-box;
}
#resume .txt .border_none, 
#resume .border_none td {
  border: 0;
}
#resume .txt .box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 92px;
  border: 4px solid #3382E9;
  box-sizing: border-box;
  border-radius: 16px;
  margin-top: -5px;
  z-index: 1;
}
#resume .txt .box p {
  font-size: 30px;
  font-weight: 500;
}
#resume .txt .box p:nth-child(1) {
  margin: 0 61px 0 96px;
}
#resume .txt .box p:nth-child(3) {
  margin: 0 140px 0 95px;
}
#resume .txt > span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #67696D;
  padding: 32px 0 0 102px;
}
#resume .txt .bold td {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}
#resume .txt + p {
  position: absolute;
  bottom: 150px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(0,0,0,.5);
}
.resum_box {
  background: #fff;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #1F2935;
  box-shadow: 0 40px 36px 0 rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
}
.resum_box dt {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #1F2935;
  color: #636a72;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
}
.resum_box dl {
  margin: 0;
  padding: 0;
  text-align: center;
}
.resum_box dl:first-child {
  width: 17%;
}
.resum_box dl:nth-child(2) {
  width: 38%;
}
.resum_box dl:nth-child(3) {
  width: 10%;
}
.resum_box dl:last-child {
  width: 35%;
}
.resum_box dl:last-child dt {
  border-right: 0;
}
.resum_box dl + dl dt {
  border-left: 1px solid #1F2935;
}
.resum_box dl + dl dd {
  border-left: 1px solid #1F2935;
}
.resum_box dd {
  margin: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F2935;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.12px;
}


/* why2 */
#why2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}
#why2 .cmn_tit {
  margin-top: 30px;
}
#why2 .cmn_tit h3 {
  margin-bottom: 24px;
}
#why2 .cmn_tit p {
  font-size: 20px;
  font-weight: 500;
  color: #1F2935;
  line-height: 34px;
}
#why2 .txt{
  width: 950px;
  margin: 50px auto 0;
  box-sizing: border-box;
}
#why2 .txt ul li{
  min-width: 100%;
  min-height: 64px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  padding: 10px 50px;
  box-sizing: border-box;
}
#why2 .txt ul li:first-child {
  margin-top: 0;
}
#why2 .txt ul li p{
  font-size: 20px;
  font-weight: 700;
  color: rgba(31, 41, 53,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  gap: 20px;
  line-height: 1.25;
}
#why2 .txt ul li strong{
  display: none;
}
#why2 .txt ul li.on{
  width: 100%;
  background-color: #fff;
  border: 2px solid #1F2935;
  box-sizing: border-box;
  min-height: 110px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, .15);
  position: relative;
  overflow: hidden;
}
#why2 .txt ul li.on p{
  color: #1F2935;
  font-size: 50px;
  justify-content: space-between;
}
#why2 .txt ul li.on p strong{
  display: block;
  color: #3146D0;
  font-weight: 700;
  font-size: 30px;
}
.percentage {
  padding: 100px 0;
  box-sizing: border-box;
}
.percentage .cmn_tit h3 {
  margin-bottom: 24px;
}
.percentage .cmn_tit p {
  color: #1F2935;
  font-size: 20px;
  font-weight: 500;
}
.percentage .area .txt {
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
  padding-left: 220px;
}
.percentage .area .txt img {
  width: 100%;
  height: auto;
}

/* new compare */
.compare_new {
  padding-top: 100px;
  padding-bottom: 213px;
  box-sizing: border-box;
}
.compare_new .cmn_tit p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.compare_cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 105px;
  margin-top: -20px;
}
.box_lose {
  width: 450px;
  padding: 30px 0;
  box-sizing: border-box;
}
.box_lose h4 {
  color: rgba(31, 41, 53, .8);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.96px;
}
.box_lose .txt_cont {
  margin-top: 16px;
  padding-top: 30px;
  border-top: 2px solid #D9D9D9;
}
.box_lose .txt_list strong {
  color: rgba(0, 0, 0, .6);
  font-size: 23px;
  font-weight: 800;
}
.box_lose .txt_list p {
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
  font-weight: 500;
}
.compare_new .txt_list li + li {
  margin-top: 30px;
}
.box_lose .list_dot  {
  margin-top: 52px;
}
.box_lose .list_dot li {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0,0,0,.5);
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.box_lose .list_dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6C6C6C;
}
.box_wrap {
  position: relative;
}
.box_win {
  width: 744px;
  padding: 60px 54px 105px 60px;
  box-sizing: border-box;
  background: url(../../img_v2/info/win_bg.png) no-repeat top center / cover;
  position: relative;
  isolation: auto;
  overflow: hidden;
}
.box_win h4 img {
  display: none;
}
.box_win .txt_cont {
  border-color: rgba(255,255,255,.5);
}
.box_win .txt_list p, .box_win .txt_list p span {
  color: rgba(255, 255, 255, 0.70);
  font-size: 18px;
  word-break: keep-all;
}
.box_win h4 {
  position: relative;
  color: #FFC830;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_wrap.win:after {
  content: "";
  display: block;
  width: 173px;
  height: 220px;
  background: url(../../img_v2/info/win_deco.png) no-repeat center / auto;
  position: absolute;
  right: 20px;
  bottom: -18px;
}
.box_win .chk_list {
  margin-top: 60px;
}
.box_win .chk_list li {
  position: relative;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.box_win .chk_list li:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff url(../../img_v2/info/chkbox_blue.svg) no-repeat center / auto;
  box-sizing: border-box;
}
.txt_yellow {
  color: #FFC015 !important;
}
.box_win .txt_list strong {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.box_win .txt_list strong span {
  color: #FFF;
}
.box_win .under {
  text-decoration: underline;
}


.compare {
  padding-top: 160px;
  background-color: #fff;
}
.compare .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.compare .cmn_tit p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #67696D;
  padding-top: 24px;
  line-height: 32px;
}
.compare .area .txt {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.compare .area .txt > div {
  width: 408px;
  height: 430px;
  border-radius: 32px;
}
.compare .area .txt > div .content_tit {
  height: 152px;
}
.compare .area .txt > div .content_tit > * {
  padding-left: 44px;
  font-weight: 700;
}
.compare .area .txt > div .content_tit h5 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 44px;
}
.compare .area .txt > div .content_tit h4 {
  font-size: 40px;
  line-height: 56px;
  padding-top: 1px;
}
.compare .area .txt .lose {
  background-color: rgba(171,173,177,0.2);
  margin-right: 32px;
}
.compare .area .txt .lose .content_tit > * {
  color: #67696D;
  opacity: 0.7;
}
.compare .area .txt .lose .content_txt {
  margin-top: 30px;
}
.compare .area .txt .lose .content_txt p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #67696D;
  margin-top: 12px;
  opacity: 0.7;
}
.compare .area .txt .lose .content_txt p:first-child {
  margin-top: 0;
}
.compare .area .txt .win {
  position: relative;
  background-color: #fff;
  border: 2px solid #3382E9;
  box-sizing: border-box;
  box-shadow: 0 4px 24px 0 rgba(62,67,81,0.3);
}
.compare .area .txt .win .content_tit {
  position: relative;
  background-color: #3382E9;
  border-radius: 28px 28px 0 0;
}
.compare .area .txt .win .content_tit > * {
  color: #fff;
}
.compare .area .txt .win .content_tit .icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
.compare .area .txt .win .content_txt ul {
  padding-left: 40px;
  margin-top: 28px;
}
.compare .area .txt .win .content_txt ul li {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.compare .area .txt .win .content_txt ul li:first-child {
  margin-top: 0;
}
.compare .area .txt .win .content_txt ul li .check {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.compare .area .txt .win .content_txt ul li .check img {
  width: 100%;
  height: auto;
}
.compare .area .txt .win .content_txt ul li p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  z-index: 1;
}
.compare .area .txt .win .content_txt ul li p strong {
  color: #387AFC;
}
.compare .area .txt .win .content_txt .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}




.cnt14 {
  position: relative;
  padding-top: 148px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background: #EFF1F9;
}
.cnt14 .inner {
  position: relative;
  width: 100%;
}
.cnt14 .cmn_tit, .cnt15 .cmn_tit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt14 .cmn_tit h3, .cnt15 .cmn_tit h3 {
  color: #1F2935;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 10px;
}
.cnt14 .cmn_tit h3 strong, .cnt15 .cmn_tit h3 strong {
  color: #3146D0;
  background: transparent;
  font-weight: 500;
}
.cnt14 .cmn_tit p, .cnt15 .cmn_tit p {
  font-size: 20px;
  font-weight: 500;
  color: #70757C;
}
.cnt14 .txt ul {
  display: flex;
  gap: 160px;
  padding-top: 90px;
  box-sizing: border-box;
  isolation: isolate;
  justify-content: center;
}
.cnt14 li .icon {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
.cnt14 .txt li h4 {
  margin-top: 24px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #1F2935;
}


.cnt15 {
  position: relative;
  background:#EFF1F9;
  padding-top: 90px;
  padding-bottom: 246px;
  box-sizing: border-box;
}
.cnt15 .wrapper {
  display: flex;
  padding-top: 100px;
}
.c_list {
  display: flex;
  gap: 64px;
  justify-content: center;
}
.c_list li {
  text-align: center;
}
.c_list .icon {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 180px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.c_list strong {
  color: #1F2935;
  font-size: 21px;
  font-weight: 500;
}
.c_list p {
  color: rgba(31, 41, 53, .7);
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.different {
  height: 1820px;
  background: #0E0E15;
}
.different_inner {
  position: relative;
  height: 1690px;
}
.different_inner h3 {
  max-width: 1400px;
  padding: 250px 0 120px;
  margin: 0 auto;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.different_inner .bg_box > p {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  text-shadow:  0 0 15px rgba(0, 0, 0, 0.50);
  margin-bottom: 50px;
  isolation: isolate;
}
.different_inner .bg_box {
  position: relative;
}
.different_inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(../../img_v2/main/bg_981.png) no-repeat center / 100%;
  height: 100%;
  width: 100%;
  opacity: .45;
  background-size: contain;
  max-height: 1375px;
  top: 400px;
}
.different_inner:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img_v2/main/ico-line.svg) no-repeat center / auto;
  width: 15px;
  height: 100%;
  bottom: -168px;
  height: 511px;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.different_inner .img_box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  max-width: 1030px;
}
.different_inner .txt_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.different_inner .txt_box p {
  color: #fff;
  font-size: 45px;
  line-height: 1.4;
}
.different_inner .txt_box p strong {
  color: #fff;
  font-weight: 700;
}
.different_inner .txt_box span {
  font-weight: 300;
  font-size: 23px;
  color: #fff;
}
.different_inner .txt_box span b {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}
.different_inner .counter {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.8);
  gap: 30px;
}
.different_inner .pass_per {
  display: flex;
  align-items: center;
}
.bg_box .img_box p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
#studentCounter {
  text-align: center;
  font-size: 50px;
  gap: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 36px;
}
#studentNumber {
  color: #FFD24D;
  font-weight: 600;
}

.cnt_review {
  overflow: hidden;
  width: 100%;
  background: #0E0E15;
  padding-bottom: 240px;
}
.cnt_review .tit_box {
  color: #fff;
  text-align: center;
  margin: 0 auto 80px;
  width: 757px;
  position: relative;
}
.cnt_review .tit_box:before {
  content: "";
  display: block;
  width: 98px;
  height: 100%;
  background: url(../../img_v2/main/deco-review-lft.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.cnt_review .tit_box:after {
  content: "";
  display: block;
  width: 98px;
  height: 100%;
  background: url(../../img_v2/main/deco-review-rgt.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.cnt_review .tit_box h3 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.cnt_review .tit_box p {
  font-size: 26px;
  font-weight: 500;
  margin-top: 14px;
  color: #DEDEDE;
  padding-bottom: 10px;
}
.cnt_review .review_inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.review_slider {
  display: flex;
  /* width: calc(250px * 10); */
   /* 총 박스 수 × 개별 너비 */
  width: calc(400px * 10);
  animation: scroll-left 25s linear infinite;
  gap: 50px;
}
.review_slider:hover {
  animation-play-state: paused;
}
.review_slider .slide_cont {
  /* flex: 0 0 250px; */
  /* margin: 0 10px; */
  background: #F5F8FA;
  border-radius: 4px;
  padding: 30px;
  padding-bottom: 38px;
  flex-basis: 400px;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 270px;
  border: 1px solid #DBE9F3;
}
.review_profile {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.review_profile .thumb {
  width: 60px;
  aspect-ratio: 1;
}
.review_profile .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.review_info strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.review_info span {
  color: #1F2935;
  font-size: 17px;
  font-weight: 600;
}
.review_info span:last-child {
  color: rgba(32, 33, 34, 1);
  font-size: 13px;
  font-weight: 600;
}
.review_slider_cont b {
  color: #1F2935;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.48px;
}
.review_slider_cont p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.36px;
  margin-top: 15px;
  color: rgba(74, 76, 78, .7);
}
.cnt_review .btn_box {
  margin-top: 80px;
  text-align: center;
}
.cnt_review .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.cnt_review .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45deg, #EDEEFF, #B0B3FC);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}





.cnt16 {
  padding-top: 200px;
}
.cnt16 .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cnt_16 {
  padding-top: 108px;
  padding-bottom: 180px;
  background: #333;
  box-sizing: border-box;
}
.cnt_16 .area {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.cnt_16 .cmn_tit h3 {
  color: #ccc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.36px;
  margin-bottom: 0;
}
.cnt_16 .cmn_tit h3 strong {
  background: transparent;
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.8px;
}
.cnt_16 .cmn_tit h3 strong span {
  color: #FEDB41;
  position: relative;
  z-index: 1;
}
.cnt_16 .cmn_tit h3 strong span:before {
  content: "";
  filter: blur(35px);
  display: inline-block;
  width: 102px;
  height: 102px;
  position: absolute;
  background: #FEDB41;
  opacity: .2;
  top: 50%;
  transform: translateY(-50%);
}
.cnt_16 .cont_box {
  display: flex;
  justify-content: space-between;
}
.cnt_16 .txt_box p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 55px;
}
.cnt_16 .img_box {
  width: 193px;
  height: 312px;
}
.cnt_16 .img_box img {
  width: 100%;
  height: auto;
}

#footer{
  display: none;
}
.ft_new .inner {
  padding-bottom: 250px;
}


.update_box {
  position: fixed;
  right: 40px;
  top: 240px;
  z-index: 100;
}
.update_box .inner{
  border-radius: 30px;
  border: 1px solid #1786F1;
  width: 110px;
  height: 187px;
  background: #ECF1F8;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}
.update_box .inner:before {
  content: "";
  width: 59px;
  height: 57px;
  background: url(../../img/ver2412/ico_bell.png) no-repeat center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.update_box .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.update_box .txt_box > * {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}
.update_box .txt_box strong{
  color:#0B7BFE;
  font-size: 18px;
}
.update_box .txt_box em {
  font-size: 19px;
  color: #0051AF;
}
.update_box .txt_box span {
  font-size: 19px;
  color: #002857;
}
.update_box .txt_box + span {
  display: block;
  text-align: center;
  color: #EC5B57;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
.update_box .btn_top {
  background: #0161D1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55px;
  height: 39px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
.update_box .btn_top:before {
  content: "";
  width: 14px;
  height: 10px;
  margin-bottom: 2px;
  background: url(../../img/ver2412/btn_top.svg) no-repeat center / auto;
}
.gauge-container {
  width: 80px;
  height: 9px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #DDE5EF;
  padding: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}
.gauge {
  width: 0%;
  height: 100%;
  background-color: #EC5B57;
  border-radius: 1px;
  animation:  fillGauge 1.6s ease-out infinite;
}



.pcVideo{display: flex; background:url("/StreamLine/theme/view/img/player_bg.png") #0b0f33 no-repeat top 39px center; padding: 50px 0 60px; justify-content:center;}
.pcVideo_wrap{width:519px; margin:40px 0 50px; aspect-ratio: 16 / 9; margin-left:493px;}
.pcVideo_wrap iframe{display: block; width: 100%; height: 100%;}

#pass {
  width: 100%;
  padding: 50px 0 100px;
}
#pass .minus {
  color: black;
  font: bold 55px/1.2em 'malgun gothic';
  text-align: center;
  padding: 0;
}
#pass h2 {
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: -2px;
  word-spacing: -3px;
}
#pass h3{
  font-size: 30px;
  color: #333f57;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  word-spacing: -3px;
}
#pass p {
  text-align: center;
  font: 17px/1.4em 'NanumSquare', sans-serif;
  color: #828ea7;
  margin: 20px 0 80px;
}
#pass img {
  display: block;
  margin: 0 auto;
}
#pass h4 {
  width: 800px;
  text-align: right;
  font: 13px/1.4em "malgun gothic";
  color: #999;
  margin: 0 auto;
  margin-bottom: 80px;
}

@keyframes fillGauge {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width:1280px) {
  body {
    min-width: auto;
  }
  .area {
    width: 1200px;
  }
  .pc_banner .visual, .teacher_profile {
    max-width: 1200px;
  }
  .pc_banner .visualText .desc {
    /* font-size: 26px; */
  }
  .pc_banner .visualText h2 {
    font-size: 60px;
  }
  .registLeft {
    padding: 50px;
  }
  .registLeft .c_num {
    font-size: 26px;
    height: 90px;
    line-height: 90px;
  }
  .registRight h3 ~ h3 {
    padding-top: 80px;
  }
  .registRight ul li h5 {
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
  }
  .registRight ul li p {
    font-size: 20px;
  }
  .pc_video .area .right .thumb {
    width: 680px;
  }

  .icon_box p {
    font-size: 20px;
  }
  .c_list .icon {
    width: 140px;
  }


  .compare_cont {
    gap: 35px;
    justify-content: space-around;
    margin-top: 40px;
  }
  .box_lose {
    width: 400px;
  }
  .box_lose .txt_list strong {
    font-size: 20px;
  }
  .box_lose .txt_list p {
    font-size: 16px;
  }
  .box_win {
    width: 650px;
  }
  .box_win h4 {
    font-size: 35px;
  }
  .box_win .txt_list strong {
    font-size: 25px;
  }
  .box_win .txt_list p, .box_win .txt_list p span {
    font-size: 16px;
  }
  .box_win .chk_list li {
    font-size: 20px;
  }
  .cnt14 li .icon {
    width: 140px;
    height: 140px;
  }
  .different_inner .txt_box {
    max-width: 1200px;
  }
  .different_inner .txt_box p {
    font-size: 30px;
  }

  #why2 .txt ul li {
    height: 70px;
  }
  #why2 .txt ul li.on {
    height: 120px;
  }
  #why2 .txt ul li p {
    font-size: 32px;
  }
  #why2 .txt ul li.on p {
    font-size: 48px;
  }
  #why2 .txt {
    padding-right: 0;
  }
  .update_box {
    display: none;
  }
  .banner-timer {
    padding-left: 30px !important;
  }
  #license .license_wrap .img_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  #license .area {
    align-items: flex-end;
  }

  /* 1231 */
  .class-info {
    max-width: 1200px;
  }
  .pc_banner .visual {
    padding: 50px 70px;
    min-height: 450px;
  }
  .visual_right img {
    width: 330px;
  }
  .class-info dt, .class-info dd {
    font-size: 18px;
  }
  .class-info .benefit {
    gap: 40px;
  }
  .price_txt span {
    font-size: 70px;
  }
  .price_txt p {
    font-size: 18px;
  }
  .price_txt strong {
    font-size: 24px;
  }
  .class-info .benefit dt span {
    font-size: 14px;
  }
  .class-info .benefit dt em {
    font-size: 28px;
  }
  .class-info .benefit dt:before {
    width: 99px;
  }
  .registLeft > p {
    font-size: 13px;
  }
  .qna_list {
    gap: 60px;
  }
}