@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* color */
/* variables */
/* sub variables */
/* shadow */
/* z-index */
/* media */
/* typo */
/* 라인 1줄 제한 */
/* 라인 2줄 제한 */
/*  */
/* 정사각형 */
/* 애니메이션 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@keyframes checkbox_anim {
  0% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }
  50% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }
}
@keyframes sur_need_anim {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% + 8px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes sur_need_m_anim {
  0% {
    transform: translate(-50px, -27%);
  }
  50% {
    transform: translate(-50px, calc(-27% + 8px));
  }
  100% {
    transform: translate(-50px, -27%);
  }
}
@keyframes tab_active_anim {
  to {
    width: 100%;
  }
}
/* variables */
/* z-index */
/* 라인 1줄 제한 */
/* 라인 2줄 제한 */
/* 공통 레이아웃 */
/* 애니메이션 */
@keyframes quickmAnim {
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes quickmShadowAnim {
  50% {
    width: 30px;
    transform: translateY(-300%);
  }
  100% {
    width: 40px;
    transform: translateY(-200%);
  }
}
@keyframes typo_anim {
  from {
    transform: translate(100px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes visualImgAnim {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes visualImgAnim_m {
  0% {
    transform: translateY(88.4%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes paperAnim {
  0% {
    transform: translateX(10px);
    opacity: 1;
  }
  50% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 1;
  }
}
@keyframes paperAnim2 {
  0% {
    transform: rotate(180deg);
    opacity: 1;
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes paperAnim3 {
  0% {
    transform: rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    opacity: 1;
  }
}
@keyframes bnrVisbgAnim1 {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes bnrVisbgAnim2 {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes kdTypoAnim {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes circleTxtAnim {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rocketAnim {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes waveAnim {
  50% {
    opacity: 0.05;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    transform: scale(0.73);
    opacity: 0;
  }
}
@keyframes courseAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrowAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tflightAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tflightAnimConv {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes phoneAnim {
  0% {
    color: #FFFFFF;
  }
  50% {
    color: #B1B1B1;
  }
  100% {
    color: #FFFFFF;
  }
}
@keyframes gotoAnim {
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scaleUpDown {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1); /* 커짐 */
  }
  100% {
    transform: scale(0.95); /* 원래 크기로 */
  }
}
/* 지워조!!!! */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}

/* 공통 */
.go-top {
  position: fixed;
  left: calc(50% + 670px);
  bottom: 17%;
  z-index: 100000;
  cursor: pointer;
}

.go-top img {
  width: 85px;
}

.mn_visible {
  display: flex !important;
}

.mn_hidden {
  display: none !important;
}

.titBox2 {
  padding-bottom: 48px;
}

.titBox2 .topbox {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}

.titBox2 .topbox .subTit {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
  color: #446CF9;
}
@media screen and (max-width: 980px) {
  .titBox2 .topbox .subTit {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }
}

.titBox2 .topbox .dot {
  width: 8px;
  height: 8px;
  display: block;
  background: #AFE1FD;
  border-radius: 1000px;
}

.titBox2 .mainTit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 980px) {
  .titBox2 .mainTit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

.titBox3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  padding-bottom: 80px;
}

.titBox3 .topbox .subTit {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #878787;
}
@media screen and (max-width: 980px) {
  .titBox3 .topbox .subTit {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }
}

.titBox3 .mainTit {
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
}
@media screen and (max-width: 980px) {
  .titBox3 .mainTit {
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
  }
}

.titBox3 .mainTit br {
  display: none;
}

.d_logo {
  height: 40px;
}

.d_logo a {
  display: inline-block;
  height: 100%;
}

.d_logo a img {
  height: 100%;
}

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* 팝업 */
section#popup {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  top: 0;
}

section#popup.visible::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section#popup > .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-swiper-container {
  width: 100%;
  position: relative;
  max-width: 500px;
  overflow: hidden;
}

.popup-swiper-container .popup-swiper-slide > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-swiper-container .popup-swiper-slide a {
  display: block;
  height: auto;
  background: #FFFFFF;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.popup-swiper-container .popup-swiper-slide a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.popup-swiper-container .popup-swiper-slide .noshow {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #2A2A2A;
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #FFFFFF;
  padding: 16px;
}
@media screen and (max-width: 980px) {
  .popup-swiper-container .popup-swiper-slide .noshow {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
}

.popup-swiper-container .popup-swiper-slide .noshow:hover {
  background: #5A5A5A;
  color: #F8F8F8;
}

.popup-swiper-container .lec-swiper-button {
  top: calc(50% - 32px);
  width: 100%;
  margin: auto;
}

.popup-swiper-container .hideAll {
  display: flex;
  align-items: center;
  justify-content: end;
}

.popup-swiper-container .hideAll > button {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  padding: 8px 16px;
  background: #FFFFFF;
  color: #878787;
  z-index: 10;
  border-radius: 1000px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  margin-top: 8px;
}
@media screen and (max-width: 980px) {
  .popup-swiper-container .hideAll > button {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
}

.popup-swiper-container .hideAll > button svg {
  padding-left: 8px;
}

.popup-swiper-container .hideAll > button svg path {
  fill: #B1B1B1;
}

/* 배너 */
section#banner {
  position: relative;
  font-size: 0;
}

.bnr-swiper-container {
  overflow: hidden;
  position: relative;
}

.bnr-swiper-container .bnr-swiper-slide.bnr1 {
  background: #F9D6E0;
}

.bnr-swiper-container .bnr-swiper-slide.bnr2 {
  background: linear-gradient(180deg, #729762 0%, #4F6F52 100%);
}

.bnr-swiper-container .bnr-swiper-slide.bnr3 {
  background: #FFD015;
}

.bnr-swiper-container .bnr-swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position .slide-graphic {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position .slide-graphic .slide-graphic-bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position .slide-graphic .slide-graphic-bg > svg {
  position: absolute;
  right: 0;
  height: 100%;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position .slide-graphic .slide-graphic-main {
  display: flex;
  align-items: center;
  justify-content: end;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position .slide-graphic .slide-graphic-main svg {
  height: 100%;
  z-index: 50;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-position .slide-graphic .slide-graphic-main .circle-txt {
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
}

.bnr-swiper-container .swiper-slide-active a .slide-position .slide-graphic .slide-graphic-main .circle-txt {
  animation: circleTxtAnim 4s infinite 3.4s;
}

.bnr-swiper-container a .slide-position .slide-graphic .slide-graphic-main > svg {
  animation: none;
}

.bnr-swiper-container .swiper-slide-active a .slide-position .slide-graphic .slide-graphic-main > svg {
  opacity: 0;
  animation: visualImgAnim 1.8s forwards 1.6s;
}

.bnr-swiper-container .swiper-slide-active a .slide-position .slide-graphic .slide-graphic-main .paper {
  opacity: 0;
  animation: paperAnim 2s infinite 3.4s;
}

.bnr-swiper-container .swiper-slide-active a .slide-position .slide-graphic .visual-bg .path1 {
  opacity: 0;
  animation: bnrVisbgAnim1 2s forwards 1.2s;
}

.bnr-swiper-container .swiper-slide-active a .slide-position .slide-graphic .visual-bg .path2 {
  opacity: 0;
  animation: bnrVisbgAnim2 2s forwards 1.2s;
}

.bnr-swiper-container .bnr-swiper-slide a .slide-bottom {
  position: absolute;
  bottom: 0;
}

.bnr-swiper-container .bnr-swiper-slide .slide-term {
  color: #031D61;
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: absolute;
}

.bnr-swiper-container .bnr-swiper-slide .slide-term .slide-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
  font-weight: 700;
  color: #2F2F47;
}
@media screen and (max-width: 980px) {
  .bnr-swiper-container .bnr-swiper-slide .slide-term .slide-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
  }
}

.bnr-swiper-container .swiper-slide-active .slide-term .slide-title {
  animation: typo_anim 0.8s linear;
}

.bnr-swiper-container .bnr-swiper-slide .slide-term .slide-desc {
  font-size: 22px;
  line-height: 26px;
  color: #4A4A6F;
  opacity: 0;
  font-weight: 500;
}

.bnr-swiper-container .swiper-slide-active .slide-term .slide-desc {
  animation: typo_anim 0.8s linear 0.8s forwards;
}

.bnr-swiper-slide.bnr2 .slide-term .slide-title {
  color: #FFF2DE;
}

.bnr-swiper-slide.bnr2 .slide-term .slide-desc {
  color: #FFDB9F;
  font-weight: 400;
}

/* .bnr-swiper-slide.bnr2 .slide-term .slide-desc span br:last-child {
  display: none;
} */

.bnr-swiper-slide.bnr2 .slide-graphic .slide-graphic-main .rocket {
  transform: translateY(100%);
  animation: none;
}

.swiper-slide-active.bnr2 .slide-graphic .slide-graphic-main .rocket {
  animation: rocketAnim 2s forwards 1.6s;
}

.swiper-slide-active.bnr2 .slide-graphic .slide-graphic-main .kd_typo {
  animation: kdTypoAnim 2s infinite 1.6s;
}

.swiper-slide-active.bnr2 .slide-graphic .slide-graphic-main .paper2 {
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  animation: paperAnim2 2s infinite 1.6s;
}

.swiper-slide-active.bnr2 .slide-graphic .slide-graphic-main .paper3 {
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  animation: paperAnim3 2s infinite 1.6s;
}

.swiper-slide.bnr2 .slide-graphic .slide-graphic-main svg g .con_shadow {
  filter: drop-shadow(0px 4px 10px rgb(0, 0, 0, 0.25));
}

.swiper-slide.bnr2 .slide-graphic .slide-graphic-main svg g .con_ani {
  opacity: 0;
  animation: tflightAnimConv 2s infinite 3.4s;
}

.bnr-swiper-container .bnr3 .slide-term .slide-title {
  color: #5B0317;
}

.bnr-swiper-container .bnr3 .slide-term .slide-desc {
  color: #5B0317;
}

.swiper-slide.bnr3 a .slide-position .slide-graphic .slide-graphic-bg > svg {
  right: 48px;
}

.swiper-slide.bnr3 .slide-graphic .slide-graphic-main svg .bnr3-badge > path {
  filter: drop-shadow(0px 2px 0px rgb(255, 255, 255));
}

@keyframes lightning_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-active.bnr3 .slide-graphic .slide-graphic-main .lightning {
  opacity: 0;
  animation: lightning_anim 1s infinite 3.4s;
}

.bnr-swiper-button {
  position: absolute;
  bottom: 0;
  z-index: 50;
  min-width: 1200px;
  max-width: 1200px;
  left: 50% !important;
  transform: translate(-50%, -16px) !important;
  display: flex;
  justify-content: end;
}

.bnr-swiper-button > .inner {
  display: flex;
  align-items: center;
  background: rgba(42, 42, 42, 0.2);
  padding: 4px 8px;
  border-radius: 1000px;
  gap: 8px;
}

.bnr-swiper-button .bnr-idx {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .bnr-swiper-button .bnr-idx {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
  }
}

.bnr-swiper-button .bnr-idx > span {
  min-width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnr-swiper-button > .inner .bnr-swiper-button-prev svg {
  transform: rotate(180deg);
}

.bnr-swiper-pagination {
  position: absolute;
  z-index: 60;
  max-width: 1200px;
  left: 50% !important;
  transform: translate(-50%, -16px) !important;
}

.bnr-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  transition: all 0.3s;
  border-radius: 15px;
}

.bnr-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
}

/* 퀵메뉴 */
section#quick {
  max-width: 1200px;
  margin: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 980px) {
  section#quick {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section#quick .titBox2 {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

section#quick .titBox2 .topbox .subTit {
  position: relative;
}

section#quick .titBox2 .topbox .subTit::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -8px;
  left: 0;
  right: -16px;
  height: 2px;
  background: rgba(68, 108, 249, 0.2);
}

section#quick .conBox ul {
  display: flex;
  justify-content: space-between;
}

.quick_m {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.quick_m > .icon {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  border-radius: 1000px;
  transition: all 0.3s;
  z-index: 10;
}

.quick_m:hover > .icon svg {
  animation: quickmAnim 2s linear infinite;
  transform: translateY(0);
}

.quick_m > .icon::before {
  width: 40px;
  height: 10px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  border-radius: 1000px;
  transform: translateY(-200%);
  z-index: -1;
}

.quick_m:hover > .icon::before {
  content: "";
  display: block;
  animation: quickmShadowAnim 2s linear infinite;
}

.quick_m > .icon::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.quick_m > .icon > * {
  position: absolute;
  width: 100%;
  height: 100%;
}

.quick_m > .icon svg {
  width: 32%;
}

.quick_m .txt p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #05267F;
}
@media screen and (max-width: 980px) {
  .quick_m .txt p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
}

.quick_m .txt p br {
  display: none;
}

/* 슬라이드 2 유형 */
.swiper-slide2 .about .nd .name {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
@media screen and (max-width: 980px) {
  .swiper-slide2 .about .nd .name {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }
}

.swiper-slide2 .about .nd .desc {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
@media screen and (max-width: 980px) {
  .swiper-slide2 .about .nd .desc {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
  }
}

.swiper-slide2 > a .about .tc {
  gap: 8px;
  flex-direction: column;
}

/* 과정 */
.lec-swiper-container {
  position: relative;
}

.lec-swiper-container .swiper-slide > a {
  width: 100%;
  height: 100%;
}

.lec-swiper-container .swiper-slide .thumb {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 16px;
}

.lec-swiper-container .swiper-slide .thumb img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.lec-swiper-container .swiper-slide .thumb .ranking {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #D9D9D9;
  color: #878787;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 980px) {
  .lec-swiper-container .swiper-slide .thumb .ranking {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }
}

.lec-swiper-container .swiper-slide .thumb .ranking::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #878787;
  border-bottom-left-radius: 15px;
}

.lec-swiper-container .swiper-slide.first .thumb .ranking {
  background: #FFA0C2;
  color: #F8F8F8;
}

.lec-swiper-container .swiper-slide.first .thumb .ranking::after {
  background: #F94A82;
}

.lec-swiper-container .swiper-slide.second .thumb .ranking {
  background: #AEF483;
}

.lec-swiper-container .swiper-slide.second .thumb .ranking::after {
  background: #39BF50;
}

.lec-swiper-container .swiper-slide .about {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lec-swiper-container .swiper-slide .about .nd {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lec-swiper-container .swiper-slide .about .nd .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2A2A2A;
  min-height: 60px;
  max-height: 60px;
}
@media screen and (max-width: 980px) {
  .lec-swiper-container .swiper-slide .about .nd .name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

.lec-swiper-container .swiper-slide .about .nd .desc {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 46px;
  max-height: 46px;
  color: #878787;
}
@media screen and (max-width: 980px) {
  .lec-swiper-container .swiper-slide .about .nd .desc {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
}

.lec-swiper-container .swiper-slide > a .about .tc {
  display: flex;
  gap: 16px;
}

.lec-swiper-container .swiper-slide > a .about .tc .item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lec-swiper-container .swiper-slide > a .about .tc .item .label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5A5A5A;
}
@media screen and (max-width: 980px) {
  .lec-swiper-container .swiper-slide > a .about .tc .item .label {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
  }
}

.lec-swiper-container .swiper-slide > a .about .tc .item .label .icon {
  width: 24px;
}

.lec-swiper-container .swiper-slide > a .about .tc .item .txt {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #5A5A5A;
}
@media screen and (max-width: 980px) {
  .lec-swiper-container .swiper-slide > a .about .tc .item .txt {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
  }
}

.lec-swiper-container .swiper-slide > a .about .tags > ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-height: 26px;
  overflow: hidden;
}

.lec-swiper-container .swiper-slide > a .about .tags .tag {
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 400 !important;
  padding: 6px;
  background: #eeeeee;
  color: #878787;
  border-radius: 5px;
}
@media screen and (max-width: 980px) {
  .lec-swiper-container .swiper-slide > a .about .tags .tag {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: 400 !important;
  }
}

.lec-swiper-button {
  position: absolute;
  top: 109.5px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.lec-swiper-button > .button {
  background: rgba(42, 42, 42, 0.5);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 1000px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  cursor: pointer;
}
.lec-swiper-button > .button path {
  stroke: #FFFFFF;
}

.lec-swiper-button > .button.swiper-button-lock {
  pointer-events: none;
}

.lec-swiper-button > .button.next svg {
  transform: rotate(180deg);
}

/* BEST 과정 */
section#best {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

section#best::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(50% - 52px);
  background: #E9FFDC;
  z-index: -1;
}

section#best.best_none::after {
  height: 65%;
}

section#best .titBox2 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  section#best .titBox2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section#best .titBox2 .dot {
  background: #FFA0C2;
}

section#best .titBox2 .subTit {
  color: #FF0D64;
}

section#best .list_none {
  margin: 0 16px;
}

section#best .conBox {
  width: 1232px;
  margin: auto;
}

.best-swiper-container {
  position: relative;
  overflow: hidden;
  padding: 5px 16px 0 16px;
}

.best-swiper-container .swiper-slide .about .nd {
  border-bottom: none;
}

/* 추천 과정 */
section#recommend {
  max-width: 1200px;
  margin: auto;
  max-width: 1232px;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 980px) {
  section#recommend {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section#recommend .titBox2 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  section#recommend .titBox2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section#recommend .list_none {
  margin: 0 16px;
}

.recom-swiper-container {
  padding: 0 16px;
}

.recom-swiper-container .swiper-slide .thumb .speech {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  position: absolute;
  right: 8px;
  padding: 4px 8px;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 1000px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
  color: #05267F;
}
@media screen and (max-width: 980px) {
  .recom-swiper-container .swiper-slide .thumb .speech {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
  }
}

.recom-swiper-container .swiper-slide .thumb .speech::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #FFFFFF;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
}

.recom-swiper-button {
  top: 81px;
}

/* 신규 */
section#new {
  max-width: 1200px;
  margin: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 980px) {
  section#new {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section#new .titBox2 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  section#new .titBox2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.lec-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* 상담배너 */
#callus > .inner {
  max-width: 1200px;
  margin: auto;
  margin-top: 24px;
  position: relative;
  background: #2A2A2A;
  display: flex;
  gap: 80px;
  flex-direction: column;
  border-radius: 30px;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #callus > .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#callus > .inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/img/main/bnr1_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#callus > .inner .top {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#callus > .inner .top .course {
  position: absolute;
  top: 16px;
  right: 48px;
  animation: courseAnim 5s infinite;
}

#callus > .inner .bottom {
  padding: 0 48px 48px 48px;
  text-align: end;
}

#callus > .inner .arrow {
  opacity: 0;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(calc(-50% - 105px), -57px);
  animation: arrowAnim 5s infinite 2.5s;
}

#callus > .inner .tflight {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  background: #121212;
  border-radius: 1000px;
  align-self: flex-start;
  position: relative;
}

#callus > .inner .tflight .head {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  transform: translate(0, -5px);
}

#callus > .inner .tflight .light {
  width: 16px;
  height: 16px;
  border-radius: 1000px;
  display: block;
}

#callus > .inner .tflight .light.green {
  animation: tflightAnim 5s infinite;
  background: #39BF50;
}

#callus > .inner .tflight .light.red {
  animation: tflightAnimConv 5s infinite;
  background: #FF0D64;
}

#callus > .inner .mainTit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  #callus > .inner .mainTit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

#callus > .inner .subTit {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  #callus > .inner .subTit {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }
}

#callus > .inner .phone {
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
  animation: phoneAnim 5s infinite;
}
@media screen and (max-width: 980px) {
  #callus > .inner .phone {
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
  }
}

/* 기능체크 */
#usage {
  max-width: 1200px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 980px) {
  #usage {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#usage .bento-layout {
  display: grid;
  grid-template-columns: calc(37.5% - 8px) calc(60% - 8px);
  grid-template-rows: repeat(2, 378px);
  gap: 16px;
}

#usage .bento-layout > .box {
  position: relative;
  color: #2A496B;
  background-color: #E4F1FF;
  border: 1px solid #C3DAF3;
  height: 378px;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}

#usage .bento-layout .box:nth-child(3) {
  grid-column: span 2; /* Span the entire row for the third box */
}

#usage .bento-layout > .box .tixBox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#usage .bento-layout .box .goto {
  display: flex;
  align-items: center;
  gap: 8px;
}

#usage .bento-layout .box:hover .goto {
  transform: translateX(0);
  animation: gotoAnim 2s linear infinite;
}

#usage .bento-layout .box .goto p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #2A496B;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout .box .goto p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}

#usage .bento-layout .box .main-tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-weight: 700;
  color: #2A496B;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout .box .main-tit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

#usage .bento-layout .box svg.b_pic {
  position: absolute;
  right: 32px;
  bottom: 0;
}

/* 기능체크 > 질문 */
#usage .bento-layout .box.qna svg.doc {
  width: 58%;
  right: 0;
}

/* 기능체크 > 후기 */
#usage .bento-layout .box.review {
  color: #2A3062;
  background-color: #E4E7FF;
  border: 1px solid #CDD2FB;
}

#usage .bento-layout .box.review .main-tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2A3062;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout .box.review .main-tit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

#usage .bento-layout .box.review .goto p {
  color: #2A3062;
}

#usage .bento-layout .box.review svg.spc {
  width: 47%;
  right: 24px;
  bottom: -11px;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout .box.review svg.spc {
    bottom: -102px;
  }
}

/* 기능체크 > 교육원에 대해서 */
#usage .bento-layout > .box .tixBox2 {
  justify-content: space-between;
}

#usage .bento-layout .box.about {
  position: relative;
  z-index: 10;
}

#usage .bento-layout .box.about::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/img/main/bento-grid.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

#usage .bento-layout .box.about .main-tit {
  color: #4D4D4D;
}

#usage .bento-layout > .box .tixBox2 .top p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #4D4D4D;
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout > .box .tixBox2 .top p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}

#usage .bento-layout > .box .tixBox2 .top p br {
  display: none;
}

#usage .bento-layout > .box .tixBox2 .info_grp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#usage .bento-layout > .box .tixBox2 .info_grp .info {
  display: flex;
  align-items: center;
  gap: 8px;
}

#usage .bento-layout > .box .tixBox2 .info_grp .info .label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #878787;
  padding: 4px 8px;
  background: #FFFFFF;
  border-radius: 1000px;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout > .box .tixBox2 .info_grp .info .label {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
  }
}

#usage .bento-layout > .box .tixBox2 .info_grp .info p {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #878787;
}
@media screen and (max-width: 980px) {
  #usage .bento-layout > .box .tixBox2 .info_grp .info p {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
  }
}

#usage .bento-layout > .box .tixBox2 .info_grp .info:first-child p {
  margin-left: 12px;
}

#usage .bento-layout .box.about {
  display: flex;
  color: #2A3062;
  background-color: #F8F8F8;
  border: 1px solid #E8E8E8;
}

#usage .bento-layout .box.about > * {
  flex: 1;
}

.about_grp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_grp .about_el {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  padding: 24px;
  z-index: 10;
  box-shadow: 0 0 16px rgba(42, 73, 107, 0.05);
}

.about_grp .about_el > p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-weight: 700;
  color: #5A5A5A;
}
@media screen and (max-width: 980px) {
  .about_grp .about_el > p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}

.about_grp .about_el > .b_txt {
  text-align: right;
}

.about_grp .about_el > .b_txt > span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #5A5A5A;
}
@media screen and (max-width: 980px) {
  .about_grp .about_el > .b_txt > span {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
  }
}

.about_grp .about_el > .b_txt h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #5A5A5A;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
@media screen and (max-width: 980px) {
  .about_grp .about_el > .b_txt h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

.about_grp .about_el > .b_txt span.changed {
  color: #FF0D64;
}

.about_grp .about_el .b_pic {
  z-index: -1;
}

.about_grp .about_el:first-child .b_pic {
  position: absolute;
  bottom: auto;
  top: 0;
  right: 0 !important;
  transform: translate(44%, calc(-50% + 19px));
  width: 51%;
}

.about_grp .about_el:nth-child(2) .b_pic {
  position: absolute;
  right: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  transform: translate(0, 30px);
  width: 26%;
}

/* 배너2 */
section#bnr2 {
  background: linear-gradient(45deg, #8A4EED 0%, #456DFA 100%);
  overflow: hidden;
}

section#bnr2 .inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  section#bnr2 .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section#bnr2 .txtBox {
  color: #FFFFFF;
  text-align: center;
}

section#bnr2 .txtBox h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
}
@media screen and (max-width: 980px) {
  section#bnr2 .txtBox h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
  }
}

section#bnr2 .txtBox button.signup {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 16px 32px;
  background: #FFFFFF;
  color: #6160F4;
  border-radius: 1000px;
  margin-top: 48px;
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  section#bnr2 .txtBox button.signup {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }
}

section#bnr2 .txtBox button.signup:hover {
  background: #05267F;
  color: #FFFFFF;
}

section#bnr2 .b_txtBox {
  color: #FFFFFF;
  text-align: center;
}

section#bnr2 .b_txtBox > p {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 980px) {
  section#bnr2 .b_txtBox > p {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
  }
}

section#bnr2 .b_txtBox > button.login {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 8px 16px;
  border: 1px solid #9498F3;
  border-radius: 5px;
  margin-top: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  section#bnr2 .b_txtBox > button.login {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}

section#bnr2 .b_txtBox > button.login:hover {
  background: rgba(255, 255, 255, 0.2);
}

section#bnr2 .wave {
  position: absolute;
  transform: translateY(-50%);
  z-index: -1;
}

section#bnr2 .wave circle:nth-child(1) {
  transform: scale(0.53);
  transform-origin: center;
  animation: waveAnim 3s linear infinite;
  animation-delay: 0.8s;
}

section#bnr2 .wave circle:nth-child(2) {
  transform: scale(0.53);
  transform-origin: center;
  animation: waveAnim 3s linear infinite;
  animation-delay: 1.6s;
}

section#bnr2 .wave circle:nth-child(3) {
  transform: scale(0.53);
  transform-origin: center;
  animation: waveAnim 3s linear infinite;
  animation-delay: 2.4s;
}

section#bnr2 .wave circle:nth-child(4) {
  transform: scale(0.53);
  transform-origin: center;
  animation: waveAnim 3s linear infinite;
  animation-delay: 3.2s;
}

section#bnr2 .wave circle:nth-child(5) {
  transform: scale(0.53);
  transform-origin: center;
  animation: waveAnim 3s linear infinite;
  animation-delay: 4s;
}

/* 푸터 */
@media screen and (max-width: 980px) {
  .titBox2 {
    padding-bottom: 32px;
  }
  .titBox2 .topbox .dot {
    width: 6px;
    height: 6px;
  }
  .titBox3 {
    padding-bottom: 32px;
  }
  .titBox3 .mainTit br {
    display: block;
  }
  .d_logo {
    height: auto;
    width: 20%;
  }
  .d_logo a {
    height: auto;
    width: 100%;
  }
  .d_logo a img {
    height: auto;
    width: 100%;
  }
  .lec-swiper-button {
    left: 11px;
    right: 11px;
    opacity: 0.5;
    top: 26vw;
  }
  /* 팝업 */
  section#popup > .inner {
    width: calc(100% - 32px);
    margin: auto;
  }
  .popup-swiper-container .popup-swiper-slide > .inner {
    width: 100%;
  }
  .popup-swiper-container .popup-swiper-slide > .inner a {
    width: 100%;
    height: auto;
  }
  .popup-swiper-container .popup-swiper-slide > .inner a img {
    width: 100%;
  }
  .popup-swiper-container .lec-swiper-button {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
  }
  .popup-swiper-container .popup-swiper-slide .noshow {
    max-width: 100%;
  }
  /* 슬라이드 2 유형 */
  .swiper-slide2 .about .nd .name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }
  /* 내비게이션 */
  /* 배너0 */
  /* BEST */
  /* 추천 */
  /* 신규 */
  /* 배너 */
  /* 배너1 */
  /* 기능 */
  /* 배너2 */
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .swiper-slide2 .about .nd .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 980px) {
  section#navbar .menu-open {
    display: none;
  }
  section#navbar .right {
    display: none;
  }
  section#navbar > .inner {
    white-space: nowrap;
    overflow-x: auto;
    padding-top: 8px;
    padding-bottom: 0;
  }
  section#navbar > .inner::-webkit-scrollbar {
    display: none;
  }
  section#navbar .menu-grp {
    gap: 16px;
  }
  section#navbar .menu-grp .menu {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  section#navbar .menu-grp .menu {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 980px) {
  section#navbar .menu-grp .menu.home {
    display: block !important;
    position: relative;
    color: #05267F;
  }
  section#navbar .menu-grp .menu.home::before {
    content: "";
    display: block;
    position: absolute;
    background: #F94A82;
    width: 4px;
    height: 4px;
    border-radius: 1000px;
    top: -1px;
    right: -3px;
  }
  section#navbar .menu-grp .menu.home::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background: #031D61;
  }
  .bnr-swiper-container {
    height: 60vw;
  }
  .bnr-swiper-container .bnr-swiper-slide .slide-term {
    padding-left: 8px;
  }
  .bnr-swiper-container .bnr-swiper-slide .slide-term .slide-title {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .bnr-swiper-container .bnr-swiper-slide .slide-term .slide-desc {
    font-size: 3vw;
    line-height: 4vw;
  }
  .slide-graphic .slide-graphic-bg svg {
    width: 58%;
    right: -48px;
  }
  .slide-graphic .slide-graphic-main {
    height: 100%;
  }
  .swiper-slide-active .slide-graphic .slide-graphic-main > svg {
    width: 57%;
    overflow: visible;
    height: 100%;
    z-index: 100;
    animation: visualImgAnim_m 1.8s forwards 1.6s !important;
  }
  .bnr-swiper-slide.bnr2 .slide-term .slide-desc span br:last-child {
    display: block;
  }
  .bnr-swiper-slide.bnr3 .slide-graphic .slide-graphic-bg svg {
    width: 69% !important;
    right: 0 !important;
  }
  .bnr-swiper-container .swiper-slide.bnr2 .slide-graphic-main > svg {
    width: 66%;
    padding-left: 100%;
    padding-top: 13%;
  }
  .slide-bottom img {
    height: 10vw;
  }
  .bnr-swiper-button {
    min-width: 100%;
    max-width: 100%;
    display: none;
  }
  .bnr-swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
  .bnr-swiper-pagination .swiper-pagination-bullet-active {
    width: 4vw;
    height: 2vw;
  }
  section#best .list_none {
    margin: 0 16px;
  }
  section#best::after {
    content: "";
    display: none;
  }
  section#best .conBox {
    width: 100%;
  }
  .lec-swiper-container .swiper-slide .thumb .ranking {
    width: 10.5vw;
    height: 10.5vw;
  }
  .lec-swiper-container .swiper-slide .about .nd .name {
    min-height: 44px;
    max-height: 44px;
  }
  .lec-swiper-container .swiper-slide .about .nd .desc {
    display: none;
  }
  .lec-swiper-container .swiper-slide > a .about .tc {
    gap: 8px;
  }
  section#recommend .list_none {
    margin: 0;
  }
  .recom-swiper-container {
    padding: 0;
  }
  .recom-swiper-button {
    top: 12vw;
    left: 0;
    right: 0;
  }
  section#recommend .titBox2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lec-swiper-button > .button {
    width: 8.55vw;
    height: 8.55vw;
  }
  .lec-swiper-container .swiper-slide .about .nd {
    border-bottom: none;
  }
  .best-swiper-slide > a .about .tc {
    gap: 16px !important;
  }
  .best-swiper-slide > a .about .tc .item {
    gap: 8px !important;
  }
  .lec-swiper-container .swiper-slide > a .about .item .label .icon {
    width: 18px !important;
  }
  .lec-swiper-container .swiper-slide > a .about .item .label span {
    white-space: nowrap;
  }
  .lec-swiper-container .swiper-slide > a .about .tc .item {
    gap: 4px;
  }

.lec-swiper-container .swiper-slide .about .tags {display:none;}


  section#new .titBox2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lec-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .bnr-swiper-container .bnr-swiper-slide a > .inner {
    min-width: auto;
    max-width: inherit;
  }
  #callus {
    margin-left: 16px;
    margin-right: 16px;
  }
  #callus > .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #callus > .inner .top {
    padding: 8vw;
  }
  #callus > .inner .top .course {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    transform: translateX(50%);
    text-align: center;
  }
  #callus > .inner .top .course img {
    width: 70%;
  }
  #callus > .inner .bottom {
    padding: 9.35vw;
  }
  #callus > .inner .tflight .light {
    width: 4vw;
    height: 4vw;
  }
  #callus > .inner .tflight .head {
    width: calc(100% + 2.8vw);
    left: -1.4vw;
    transform: translate(0, -1.4vw);
  }
  #callus > .inner .subTit {
    font-size: 3.5vw !important;
    line-height: 4.2vw !important;
    min-height: 8.4vw;
  }
  #callus > .inner .mainTit {
    font-size: 4vw;
    line-height: 4.2vw;
  }
  #callus > .inner .arrow {
    bottom: 20vw;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 40%;
  }
  #callus > .inner .phone {
    font-size: 6vw;
    line-height: 6.2vw;
  }
  #usage .bento-layout {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-template-rows: auto;
  }
  #usage .bento-layout > .box .tixBox2 .top p {
    margin-top: 16px;
  }
  #usage .bento-layout > .box .tixBox2 .top p br {
    display: block;
  }
  #usage .bento-layout > .box {
    height: 70.5vw;
    padding: 24px;
  }
  #usage .bento-layout .box:nth-child(3) {
    grid-column: auto;
  }
  #usage .bento-layout > .box .tixBox {
    gap: 16px;
  }
  #usage .bento-layout .box.about {
    flex-direction: column;
    height: auto;
    gap: 48px;
  }
  #usage .bento-layout .box.qna svg.doc {
    width: 65vw;
    right: -16vw;
    bottom: -4vw;
  }
  #usage .bento-layout .box.review svg.spc {
    width: 55%;
    right: 0 !important;
  }
  #usage .bento-layout > .box .tixBox2 .info_grp {
    gap: 8px;
  }
  .about_grp .about_el {
    padding: 16px;
    gap: 24px;
  }
  .about_grp .about_el:first-child .b_pic {
    transform: translate(43%, calc(-50% + 10px));
  }
  .about_grp .about_el > .b_txt h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    gap: 4px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .about_grp .about_el > .b_txt h3 {
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
  }
}
@media screen and (max-width: 980px) {
  .about_grp .about_el > .b_txt h3 > svg {
    padding-right: 8px;
  }
  .about_grp .about_el:nth-child(2) .b_pic {
    left: 8px !important;
  }
  .about_grp .about_el > p {
    font-weight: 700;
    color: #4d4d4d;
  }
  section#bnr2 .inner {
    padding: 32px 0;
    gap: 32px 0;
  }
  section#bnr2 .inner svg {
    width: 45px;
  }
  section#bnr2 .txtBox button.signup {
    padding: 12px 16px;
    font-weight: 500;
  }
  section#bnr2 .wave {
    width: 222vw !important;
  }
  section#bnr2 .b_txtBox > button.login {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 8px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  section#bnr2 .b_txtBox > button.login {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
  }
}

/*# sourceMappingURL=main.css.map */

/* 퀵상담 */
.quick_consultation_area {
  z-index:100;
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(48,42,54,0.5);
  left:0;
  top:0;
  box-shadow:0 0 8px rgba(0,0,0,0.1);
  display:none;
  position: fixed;
}
.quick_consultation_area > .quick_consultation {
  background:#FFFFFF;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:400px;
  box-shadow:5px 5px 10px rgba(0,0,0,0.1);
  border-radius:20px;
  overflow: hidden;
  padding: 20px;
}
.quick_consultation_area > .quick_consultation > .pad, .quick_consultation_area > .quick_consultation > .pad2 {
  overflow:hidden;
  height:100%;
  width:100%;
  display: flex;
  flex-direction: column;
}
.quick_consultation_area > .quick_consultation > .pad2 {
  display: none;
}
.quick_consultation_area > .quick_consultation > .pad > .title {
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.quick_consultation_area > .quick_consultation > .pad > .title h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2A2A2A;
}
.quick_consultation_area > .quick_consultation > .pad > .title > p {
  color: #878787;
}
.quick_consultation_area > .quick_consultation > .pad > .title > p span {
  color: #F94447;
}
.quick_consultation_area > .quick_consultation > .pad > .title > span.quick_consultation_close {
  position:absolute;
  right:20px;
  top: 20px;
  cursor:pointer;
  margin-top: 3px;
}
.quick_consultation_area > .quick_consultation > .pad > ul {
  /* height:300px; */
  box-sizing:border-box;
  padding: 20px 0;
}
.quick_consultation_area > .quick_consultation > .pad > ul {
  width: 100%;
}
.quick_consultation_area > .quick_consultation > .pad > ul li {
  padding: 8px 0;
  box-sizing: border-box;
}
.quick_consultation_area > .quick_consultation > .pad > ul li {
  padding: 8px 0;
  box-sizing: border-box;
}
.quick_consultation_area > .quick_consultation > .pad > ul li p.tit {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #878787;
}
.quick_consultation_area > .quick_consultation > .pad > ul li p.tit span {
  color: #F94447;
}
.quick_consultation_area > .quick_consultation > .pad > ul li > div {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  clear: both;
}
.quick_consultation_area > .quick_consultation > .pad > ul li > div input {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  flex-direction: column;
  width: inherit;
  flex: 1;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  color: #5A5A5A;
}
.quick_consultation_area > .quick_consultation > .pad > ul li > div input::placeholder {
  color: #D9D9D9;
}
.quick_consultation_area > .quick_consultation > .pad > ul li > div select#usr_course {
  width: 100%;
}
.quick_consultation_area > .quick_consultation > .pad > ul li > div select:focus {
  border: 1px solid #000;
  outline: none;
}
.quick_consultation_area > .quick_consultation > .pad .text_01 .checkbox_grp .viewcontent {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #a8a8a8;
  cursor: pointer;
}
.quick_consultation_area > .quick_consultation > .pad .quick_consultation_btn, .quick_consultation_area > .quick_consultation > .pad2 .quick_consultation_btn {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  background: #446CF9;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 20px;
  margin: 20px 0;
  width: 100%;
}
.quick_consultation_area > .quick_consultation > .pad > .text_01 {
  padding-bottom: 20px;
}
.quick_consultation_area > .quick_consultation > .pad > .text_01 div input[type=checkbox] {
  display: none;
}
.quick_consultation_area > .quick_consultation > .pad > .text_01 div input[id=inp_02]:checked + .all_c_icon {
  background: #446CF9;
}
.quick_consultation_area > .quick_consultation > .pad > .text_01 div input[id=inp_02]:checked + .all_c_icon svg path {
  fill: #FFFFFF;
}
.quick_consultation_area > .quick_consultation > .pad2 > div .text {
  resize: none;
  height: 300px;
  border: 1px solid #eeeeee;
  overflow-y: auto;
  margin: 10px 0 30px;
  box-sizing: border-box;
  padding: 16px;
}
.quick_consultation_area > .quick_consultation > .pad2 > div div.tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #446CF9;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .quick_consultation_area > .quick_consultation {
    width: 300px;
    padding: 0 20px;
  }
  .quick_consultation_area > .quick_consultation > .pad > ul {
    padding: 10px 0;
  }
  .quick_consultation_area > .quick_consultation > .pad > .text_01 {
    padding-bottom: 10px;
  }
  .quick_consultation_area > .quick_consultation > .pad .quick_consultation_btn, .quick_consultation_area > .quick_consultation > .pad2 .quick_consultation_btn {
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
  }
}