<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*Noto*/
@font-face {
  font-family: "NotoSansKR-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format("font-woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format("font-woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR-Bold";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSansKR-Bold.woff2) format("font-woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;600;700;800&amp;display=swap");

/* 구글 아이콘 */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

/* common */
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
body,
html {
  height: 100%;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  scroll-behavior: smooth;
} /*overflow-x:hidden;*/
body {
  color: #555;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  box-sizing: border-box;
}
button {
  outline: 0;
  border: 0 none;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  box-sizing: border-box;
}
a {
  outline: 0;
  color: #444;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
a:active,
a:focus {
  outline: 0;
  -moz-outline-style: none;
}
p {
  line-height: 1.6rem;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
img,
video,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
input {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  outline: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  border: none;
  background: transparent;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.w260 {
  width: 260px !important;
}
.w1280 {
  width: 1280px !important;
  display: block;
  margin: 0 auto;
}
.texthide {
  font-size: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
  text-indent: -9999px;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.hide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex {
  display: flex;
}
.font-bold {
  font-weight: 600 !important;
}

/*공통 색상*/
.c-primary {
  color: #00b4b0;
}
.c-red {
  color: #ff0000 !important;
}
.c-blue {
  color: #0015ff;
}

/*공통 여백*/
.pc {
  display: block;
}
/* .mo{display: none;} */
.pd-t30 {
  padding-top: 30px !important;
}
.pd-b10 {
  padding-bottom: 10px !important;
}
.pd-b80 {
  padding-bottom: 80px !important;
}
.pd-l30 {
  padding-left: 30px !important;
}
/*공통 버튼*/
.btn_small {
  height: 25px;
  border: 1px solid #35bcbd;
  color: #35bcbd;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  box-sizing: border-box;
}
.btn_middle {
  height: 36px;
  border: 1px solid #555;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 34px;
  box-sizing: border-box;
}

/*pc 메인*/
.wrap {
  width: 100%;
  overflow-x: hidden;
}

/*header*/
.header_pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header_pc .header_top {
  position: relative;
  border-bottom: 1px solid #e5e8ed;
  width: 100%;
  background: #fff;
}
.header_pc .header_top .flex {
  flex-direction: row-reverse;
  align-items: center;
  padding: 14px 0;
}
.header_pc .header_nav {
  position: relative;
  border-bottom: 1px solid #e5e8ed;
  box-shadow: 0px 3px 5px -2px rgba(38, 38, 39, 0.1);
  background: #fff;
  z-index: 1000;
}
.header_pc .header_nav .flex {
  justify-content: space-between;
  align-items: center;
}
.header_pc .header_nav .logo {
  padding: 14px 0;
  width: 10.62vw;
}
.header_pc .header_nav .logo a {
  display: inline-block;
  vertical-align: middle;
}
.header_pc .header_nav .nav_pc ul li a {
  padding: 20px 33px;
  height: inherit;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #000;
  position: relative;
}
.header_pc .header_nav .nav_pc ul li.on a::after {
  content: "";
  width: 80%;
  height: 2px;
  background: #00a5a6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.header_pc .header_nav .nav_pc ul li:hover a::after {
  content: "";
  width: 80%;
  height: 2px;
  background: #00a5a6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.header_pc .header_nav .nav_pc ul li:last-child:hover a::after {
  display: none;
}
/* .header_pc .header_nav .nav_pc ul li:nth-child(3) a{padding:20px 55px 20px 33px;} */
/* .header_pc .header_nav .nav_pc ul li:nth-child(4) a{padding:20px 40px;} */
.header_pc .header_nav .nav_pc ul li .hamburger {
  display: block;
  position: relative;
  top: 4px;
}
.header_pc .header_nav .nav_pc ul li .hamburger .line {
  width: 22px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_pc .header_nav .nav_pc ul li .hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.header_pc .header_nav .nav_pc ul li .hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.header_pc .header_nav .nav_pc ul li .hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.header_pc .site_map {
  position: relative;
  width: 100%;
  height: 220px;
  background: linear-gradient(to right, #eaffff, #fff 100%);
  display: none;
  z-index: 200;
}
.header_pc .site_map .w1280 {
  background: #fff url(../images/bg_nav.svg) no-repeat left center;
  height: 220px;
}
.header_pc .site_map ul.w1280 {
  justify-content: flex-end;
  padding-right: 103px;
  padding-top: 30px;
}
.header_pc .site_map ul.w1280 &gt; li {
  text-align: center;
}
.header_pc .site_map ul.w1280 &gt; li a {
  font-size: 16px;
  padding: 10px 22px;
  color: #222;
}
.header_pc .site_map ul.w1280 .site-list li.on a {
  color: #00a5a6;
  font-weight: 500;
}
.header_pc .site_map ul.w1280 &gt; li:nth-child(1) a {
  margin-right: 5px;
}
.header_pc .site_map ul.w1280 &gt; li:nth-child(2) a {
  margin-right: 20px;
}
.header_pc .site_map ul.w1280 &gt; li:nth-child(3) a {
  margin-right: 12px;
}
.header_pc .site_map ul.w1280 &gt; li:nth-child(4) a {
  margin-right: 20px;
}

/* 메뉴가 4일때 */
/* .header_pc .header_nav .nav_pc ul li:nth-child(3) a{padding:20px 40px 20px 33px;}
.header_pc .site_map ul.w1280 {padding-right: 86px;}
.header_pc .site_map ul.w1280&gt;li:nth-child(4) a{margin-right:0px;} */

/*메인 롤링배너*/
.visual-sec {
  position: relative;
  padding-top: 125px;
}
.visual-sec .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 90%;
  padding: 0 2rem;
  transform: translate(-50%, -60%);
  z-index: 10;
}
.visual-sec .txt-box &gt; h6 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
}
.visual-sec .txt-box &gt; h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
}
.visual-sec .txt-box &gt; p {
  color: #fff;
  margin-top: 1.6em;
  font-size: 1.6rem;
  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.4s;
}
.visual-sec .swiper-slide-active .txt-box &gt; h6,
.visual-sec .swiper-slide-active .txt-box &gt; h3,
.visual-sec .swiper-slide-active .txt-box &gt; p {
  transform: translateY(0);
  opacity: 1;
}
.visual-sec .img-box {
  display: block;
  width: 100%; /* height: 100vh; */
  overflow: hidden;
}
.visual-sec img {
  transform: scale(1.05);
  transition: 1s 0.1s;
}
.visual-sec .swiper-slide-active img {
  transform: scale(1);
}
.visual-sec .arrow-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 50px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.visual-sec .swiper-button-prev.swiper-button-disabled,
.visual-sec .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  width: 32px;
  height: 60px;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  background: url(../images/ico_swiper_main_prev.svg) no-repeat center / 100%;
}
.visual-sec .swiper-button-next {
  background-image: url(../images/ico_swiper_main_next.svg);
}

/* .visual-sec .all-box {position: absolute;display: inline-flex; width: 100%;	height: 50px;	left: 50%;	bottom: 10px;	box-sizing: border-box;	padding: 0 20px;	transform: translate(-50%, -50%);	z-index: 20;}
.visual-sec .progress-box {	position: relative;	width: 170px;	height: 50px;	z-index: 11;}
.autoplay-progress {	position: absolute;	left: 30px;	top: 10px;	z-index: 10;	width: 100px;	height: 3px;	background-color: rgba(0, 0, 0, 0.1);}
.autoplay-progress svg {	--progress: 0;	position: absolute;	left: 0;	top: 0;	z-index: 10;	width: 100%; height: 100%; stroke-width: 4px;	stroke: #000;
	fill: none;	stroke-dashoffset: calc(100 * (1 - var(--progress)));	stroke-dasharray: 100;}
.visual-sec .swiper-pagination {display: flex;	color: #000;	justify-content:flex-start;	position: static;	text-align: left;}
.visual-sec .swiper-pagination .space {padding: 0 5px;}
.visual-sec .swiper-pagination .current {font-weight:600;}
.visual-sec .arrow-box {position: absolute; display: inline-flex; width: 100%; height:inherit; left: 50%; top: 50%; transform: translateY(-50%);	box-sizing: border-box;	padding: 0 20px;	transform: translate(-50%, -50%);	z-index: 20;}
.visual-sec .arrow-box .swiper-button-prev{margin-left: -100px;}
.visual-sec .arrow-box .swiper-button-next{margin-right: -100px;} */

.visual-sec .all-box {
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: 20%;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.visual-sec .progress-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 11;
}
.visual-sec .arrow-box {
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: inherit;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.visual-sec .arrow-box .swiper-button-prev {
  margin-left: -100px;
}
.visual-sec .arrow-box .swiper-button-next {
  margin-right: -100px;
}
.visual-sec.swiper-container-horizontal &gt; .swiper-pagination-bullets,
.visual-sec .swiper-pagination-custom,
.visual-sec .swiper-pagination-fraction {
  display: inline-flex;
  margin: 2px 0 0 10px;
  left: auto;
  transform: none;
  bottom: auto;
  width: auto;
  top: auto;
  font-family: "Montserrat";
  font-size: 13px;
  color: #111;
}
.visual-sec .swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 600;
}
.visual-sec .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: flex;
  justify-content: flex-start;
  padding-left: 7%;
  align-items: center;
}
.visual-sec .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  width: 44px;
  height: 3px;
  margin: 0 20px;
  vertical-align: middle;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  overflow: hidden;
}
.visual-sec.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}
.visual-sec .swiper-pagination-bullet .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
}
.visual-sec .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(17, 17, 17, 0.3);
}
.visual-sec .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #111111;
}
.visual-sec .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.visual-sec .swiper-pause {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  z-index: 12;
  cursor: pointer;
}
.visual-sec .swiper-pause:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 20px;
  background: url("../images/ico_stop.svg") no-repeat 0 0;
  vertical-align: middle;
  margin-top: 2px;
}
.visual-sec .swiper-pause.on:before {
  content: "";
  background: none;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent transparent #111;
  margin-top: -8px;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.link-sec {
  position: relative;
  padding: 52px 0 120px;
}
.link-sec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.link-sec ul li {
  display: inline-block;
  width: 50%;
}
.link-sec ul li .box {
  background: url(../images/ico_sec2_box1.svg) no-repeat right 53px center;
  border: 1px solid #e0e0e0;
  padding: 26px 40px;
  border-radius: 16px;
}
.link-sec ul li:nth-of-type(2) .box {
  background: url(../images/ico_sec2_box2.svg) no-repeat right 35px center;
}
.link-sec ul li:nth-of-type(3) .box {
  background: url(../images/ico_sec2_box3.svg) no-repeat right 35px center;
}
.link-sec ul li .box .box_title {
  font-weight: 600;
  font-size: 20px;
  color: #222;
}
.link-sec ul li .box .txt_small {
  font-size: 14px;
  color: #888;
}
.link-sec ul li .box .btn_more {
  display: inline-block;
  background-color: #6a708a;
  padding: 6px 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 20px;
}
.link-sec ul li .box .btn_more .ani {
  display: inline-block;
  position: relative;
  right: 0px;
  margin-left: 10px;
}
.link-sec ul li .box .btn_more:hover .ani {
  animation: arrow_right 1s infinite;
}
.link-sec ul li .box .btn_more span.ani img {
  vertical-align: middle;
  margin-top: -5px;
}
@keyframes arrow_right {
  0% {
    right: 0px;
  }
  30% {
    right: -4px;
  }
  40% {
    right: -3px;
  }
  50% {
    right: -4px;
  }
  100% {
    right: 0px;
  }
}

.count-sec {
  position: relative;
}
.count-sec .w1280 {
  position: relative;
  padding: 78px 104px;
}
.count-sec .title p {
  font-size: 28px;
  font-weight: 600;
}
.count-sec .title h5 {
  font-size: 60px;
  font-weight: 600;
  color: #000;
  font-family: "NotoSansKR-Bold";
  letter-spacing: -0.2rem;
}
.count-sec .title h5 .mo {
  display: none;
}
.count-sec .bg_yellow {
  width: 100%;
  background: #ffeba1;
  border-radius: 140px 0 180px 0;
}

.count-sec ul {
  padding: 0 104px;
} /*display:table;*/
.count-sec ul .count-item {
  display: inline-block;
  text-align: center;
  position: relative;
} /*display: table-cell; */
.count-sec ul .count-item + .count-item {
  margin-left: 66px;
}
.count-sec ul .count-item .ico_img {
  background: url(../images/ico_count_1.svg) no-repeat center/contain;
  width: 66px;
  height: 38px;
  margin: 0 auto;
  margin-bottom: 33px;
}
.count-sec ul .count-item:nth-of-type(2) .ico_img {
  background: url(../images/ico_count_2.svg) no-repeat center/contain;
}
.count-sec ul .count-item:nth-of-type(3) .ico_img {
  background: url(../images/ico_count_3.svg) no-repeat center/contain;
}
.count-sec ul .count-item:nth-of-type(4) .ico_img {
  background: url(../images/ico_count_4.svg) no-repeat center/contain;
}

.count-sec ul .count-item .text {
  color: #666;
  font-size: 18px;
  padding-bottom: 20px;
}
.count-sec ul .count-item:first-child .text {
  padding-bottom: 13px;
}
.count-sec ul .count-item .count-text {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  vertical-align: bottom;
  font-family: "NotoSansKR-Bold";
}
.count-sec ul .count-item .count-text .count {
  font-size: 48px;
  font-weight: 600;
  line-height: 100px;
  height: 100px;
  margin-left: 6px;
}
.count-sec ul .count-item:first-child .count-text .count {
  font-size: 66px;
  margin-top: 10px;
}
.count-sec .chr_img {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.aiclass-sec {
  position: relative;
  padding-top: 90px;
  background: url(../images/bg_sec_aiclass.svg) no-repeat center/cover;
}
.aiclass-sec .title p {
  font-size: 20px;
  color: #000;
  padding-top: 0.5vw;
  font-weight: 500;
}
.aiclass-sec .title p:nth-of-type(2) {
  color: #555;
  font-weight: 300;
}
.aiclass-sec .title h5 {
  font-size: 60px;
  font-weight: 900;
  font-family: "NotoSansKR-Bold";
}
.aiclass-sec .img-box {
  position: relative;
  padding: 0 120px;
  text-align: center;
}
/* .aiclass-sec .img-box.flex{margin-top:60px; width: 100%; box-sizing: border-box; gap:44px;}
.aiclass-sec .img-box.flex img:nth-of-type(2){width: 52px;} */
.aiclass-sec .img-box .motion {
  position: relative;
  height: inherit;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
/* .aiclass-sec .img-box .motion&gt;.img-box{width:150%; max-width: 150%} */
.aiclass-sec .img-box .motion .chr_02 {
  position: absolute;
  left: 25%;
  bottom: 10vw;
  transform: translate(-50%, -50%);
  animation: move-vertical-object 1.5s ease-in-out infinite alternate;
}
@keyframes move-vertical-object {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15%);
  }
}
/* .aiclass-sec .img-box .motion .m-scale{position: relative;} */
.aiclass-sec .img-box .motion .m-scale img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 172px;
  height: 172px;
  animation: scale 1.5s 0s linear infinite;
}
.aiclass-sec .img-box .motion .m-scale img:nth-of-type(1) {
  right: 123px;
  top: 250px;
  animation-delay: 0s;
}
.aiclass-sec .img-box .motion .m-scale img:nth-of-type(2) {
  right: -130px;
  top: 100px;
  animation-delay: 0.5s;
}
.aiclass-sec .img-box .motion .m-scale img:nth-of-type(3) {
  right: -169px;
  top: 419px;
  animation-delay: 1s;
}
@keyframes scale {
  30%,
  70% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.board-sec {
  position: relative;
  width: 100%;
  padding: 92px 0 102px;
  background: #e8f6f6;
}
.board-sec h5 {
  font-size: 26px;
  text-indent: 12px;
  color: #111;
}
.board-sec .swiper2 {
  padding-bottom: 80px;
}
.board-sec .swiper2 .swiper-slide {
  padding: 12px;
  box-sizing: border-box;
  width: 432px;
  overflow: visible;
}
.board-sec .swiper2 .swiper-slide .box {
  background: #fff;
  border-radius: 20px;
  width: 420px;
  height: 260px;
  box-shadow: 2px 0 12px 0 rgba(38, 38, 39, 0.08);
  padding: 30px;
}
.board-sec .swiper2 .swiper-slide .box .row:nth-of-type(1) {
  display: block;
}
.board-sec .swiper2 .swiper-slide .box .row .badge {
  display: inline-block;
  background: #018699;
  padding: 0 14px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 100px;
  color: #fff;
}
.board-sec .swiper2 .swiper-slide .box .row .date {
  position: relative;
  z-index: 1;
  padding: 0 2px;
  display: inline-block;
}
.board-sec .swiper2 .swiper-slide .box .row .date::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #7cfeff;
  width: 100%;
  height: 10px;
  z-index: -1;
  padding: 0 2px;
}
.board-sec .swiper2 .swiper-slide .box .row h6 {
  color: #018699;
  font-size: 20px;
  padding: 15px 0 5px;
}
.board-sec .swiper2 .swiper-slide .box .row p {
  color: #666;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}
.board-sec .swiper2 .swiper-slide .box .row:nth-of-type(2) {
  padding-top: 10px;
}
.board-sec .swiper2 .swiper-slide .box .row:nth-of-type(3) {
  text-align: right;
  padding-top: 8px;
}
.board-sec .swiper2 .swiper-slide .box .row:nth-of-type(3) .btn_apply {
  font-size: 13px;
  border-radius: 100px;
  border: 1px solid #00d8dc;
  padding: 5px 10px;
  color: #00d8dc;
}
.board-sec .swiper2 .swiper-slide .box.no-data .row .img {
  width: 180px;
  margin: 0 auto;
}
.board-sec .swiper2 .swiper-slide .box.no-data .row p {
  text-align: center;
  color: #ccc;
  padding-top: 10px;
}

.board-sec .swiper-button {
  position: relative;
  top: 0;
  width: 100%;
}
.board-sec .swiper-button-next {
  background: url(../images/ico_swiper_next.svg) no-repeat center/100% !important;
  width: 100px;
  height: 70px;
  transform: translate(-50%, -50%);
  position: absolute;
  right: -100px;
  top: -190px;
}
.board-sec .swiper-button-prev {
  background: url(../images/ico_swiper_prev.svg) no-repeat center/100% !important;
  width: 100px;
  height: 70px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 10px;
  top: -190px;
}
.board-sec .swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.board-sec .flex {
  justify-content: space-between;
}
.board-sec .inform {
  width: 600px;
}
.board-sec .inform h5 {
  position: relative;
  font-size: 26px;
  line-height: 60px;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-sec .inform h5 .icon_plus {
  padding: 10px 15px;
  cursor: pointer;
}
/* .board-sec .inform h5::before{content:''; position: absolute; right:0; top:50%; background:url(../images/ico_board_inform.svg)no-repeat center; width: 24px; height: 24px; transform: translateY(-50%);} */
.board-sec .inform h5::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  left: 12px;
  bottom: 0;
}
.board-sec .inform ul li {
  padding-left: 12px;
  width: 100%;
  position: relative;
}
.board-sec .inform ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 12px;
  bottom: 0;
}
.board-sec .inform ul li .flex {
  padding: 16px 0;
  justify-content: flex-start;
}
.board-sec .inform ul li .flex .badge {
  background: #018699;
  padding: 0 12px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 100px;
  color: #fff;
  margin-left: 10px;
}
.board-sec .inform ul li .flex .inform-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}
.board-sec .inform ul li .flex .inform-text p {
  font-size: 16px;
  color: #333;
}
.board-sec .inform ul li .flex .inform-text span {
  font-size: 14px;
}
.board-sec .inform ul li.no-data {
  text-align: center;
  padding: 60px 0;
}
.board-sec .inform ul li.no-data .img {
  width: 200px;
  margin: 0 auto;
}
.board-sec .inform ul li.no-data p {
  text-align: center;
  color: #ccc;
  padding-top: 10px;
}

.board-sec .inform.news h5 {
  text-indent: 0;
}
.board-sec .inform.news h5::after {
  position: absolute;
  left: 0px;
  bottom: 0;
}
.board-sec .inform.news ul li {
  padding-left: 0;
}
.board-sec .inform.news ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer .footer_top {
  position: relative;
  border-top: 1px solid #e5e8ed;
  background-color: #fff;
}
.footer .flex {
  justify-content: space-between;
}
.footer .flex .left ul li {
  float: left;
  padding: 22px 25px;
  position: relative;
  font-size: 18px;
  color: #111;
}
.footer .flex .left ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 16px;
  background: #ccc;
}
.footer .flex .left ul li:first-child {
  padding-left: 0;
}
.footer .flex .left ul li:last-child::after {
  display: none;
}
.footer .flex .right {
  display: flex;
}
.footer .flex .right .footer__family__wrap {
  border: 1px solid #e5e8ed;
  padding: 20px 23px;
  width: 200px;
  color: #111;
  position: relative;
}
.footer .flex .right .footer__family__wrap .btn__family {
  position: relative;
  display: block;
}
.footer .flex .right .footer__family__wrap .btn__family::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: url(../images/ico_board_inform.svg) no-repeat center/contain;
}
.footer .flex .right .footer__family__wrap .btn__family::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: url(../images/ico_board_inform.svg) no-repeat center/contain;
}
.footer .flex .right .footer__family__wrap .footer__family__select {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 69px;
  border: 1px solid #e5e8ed;
  transition: opacity1 0.5s ease-in-out;
  background: #fff;
  display: none;
}
.footer .flex .right .footer__family__wrap .footer__family__select.active {
  z-index: 30;
  display: block;
}
.footer .flex .right .footer__family__wrap .footer__family__list {
  padding: 15px 18px;
}
.footer .flex .right .footer__family__wrap .footer__family__list li {
  font-size: 14px;
}
.footer .flex .right .footer__family__wrap .footer__family__list li a {
  display: block;
  position: relative;
  padding-left: 13px;
  color: #333;
}
.footer .flex .right .footer__family__wrap .footer__family__list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #ddd;
}
.footer .flex .right .footer__family__wrap .footer__family__list li.title {
  font-size: 16px;
  font-weight: 600;
}
.footer .flex .right .footer__family__wrap .footer__family__list li.title a {
  padding: 0;
}
.footer .flex .right .footer__family__wrap .footer__family__list li.category {
  margin-top: 10px;
  font-weight: 600;
}
.footer .flex .right .btn__top a {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #00c0c1;
}
.footer .footer_bottom {
  position: relative;
  background: #555;
  padding: 33px 0;
}
.footer .footer_bottom .w1280 {
  background: url(../images/footer_logo.svg) no-repeat left center/auto 44px;
}
.footer .footer_bottom p {
  font-size: 15px;
  color: #fff;
  font-weight: 100;
  padding-left: 187px;
}

.btn_float {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  padding: 16px 10px 12px;
  z-index: 1;
}
.btn_float a {
  display: block;
  text-align: center;
}
.btn_float a + a {
  margin-top: 20px;
}
.btn_float a img {
  width: 80%;
  display: inline-block;
  text-align: center;
}
.btn_float a p {
  padding: 6px 0;
  font-size: 15px;
  color: #111;
}

/* .btn_float{position:fixed; right:0; bottom:0; transform: translateY(-50%); background: rgba(255,255,255,0.85); border-radius: 6px; padding:20px 20px 14px; z-index: 1; display: none;} */
.sub-contents-wrap {
  margin-top: 150px;
  position: relative;
}
.sub-contents-wrap .sub-title {
  text-align: center;
  padding: 70px 35px;
}
.sub-contents-wrap .sub-title h2 {
  font-size: 40px;
  color: #000;
}
.sub-content {
  background: #f3f3f3;
  border-radius: 40px;
  padding: 60px 80px 70px;
  margin-bottom: 80px;
}
.search-flow-box {
  background-color: #fff;
  padding: 24px 40px;
  border-radius: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
}
/* 이메일 무단수집거부 */
.search-flow-box .text {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.law-wrap h3 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
  color: #222;
}
.law-wrap h4 {
  font-size: 18px;
  line-height: 1.5;
}
.law-wrap p {
  font-size: 16px;
  line-height: 1.5;
}
.law-wrap p + p {
  margin-top:6px;
}
.law-wrap .table {
  width: 100%;
  margin: 15px 0;
}
.law-wrap .table thead {
  border-top: 1px solid #444446;
  border-bottom: 1px solid #e5e8ed;
}
.law-wrap .table th {
  padding: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 54px;
  background-color: #f4f6fb;
  border-right: 1px solid #cfd6e6;
  word-break: keep-all;
}
.law-wrap .table td {
  padding: 15px;
  font-size: 16px;
  color: #444446;
  font-weight: 400;
  border-right: 1px solid #cfd6e6;
  word-break: keep-all;
  line-height: 1.3;
  text-align: center;
}
.law-wrap .table thead tr:nth-child(2) th {
  border-top: 1px solid #e5e8ed;
}
.law-wrap .table tbody tr {
  border-bottom: 1px solid #e5e8ed;
}
.law-wrap .table th:last-child,
.law-wrap .table td:last-child {
  border-right: none;
}

.sub_banner_top {
  position: relative;
  height: auto;
  margin-top: 125px;
}
.sub_banner_top .sub_title {
  padding: 65px 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.sub_banner_top .sub_title p {
  color: #222;
  font-size: 16px;
}
.sub_banner_top .sub_title h3 {
  color: #00babb;
  font-size: 48px;
  font-family: "NotoSansKR-Bold";
  padding-bottom: 10px;
}
.sub_banner_top .sub_title span {
  color: #555;
  font-size: 14px;
}
.sub_banner_top .sub_img {
  position: absolute;
  right: 0;
  top: 0;
}
.sub_banner_top .bread_crumb {
  padding: 40px 0 70px;
}
.sub_banner_top .bread_crumb ul.flex {
  justify-content: flex-end;
}
.sub_banner_top .bread_crumb ul li a {
  color: #000;
}
.sub_banner_top .bread_crumb ul li.on a {
  color: #35bcbd;
}
.sub_banner_top .bread_crumb ul li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -4px 10px auto;
  vertical-align: middle;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}
.sub_banner_top .bread_crumb ul li:last-child a::after {
  display: none;
}

.ai-tab-area {
  position: relative;
}
.ai-btn-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
}
.ai-btn-box button {
  width: 50%;
  height: 120px;
  background-color: transparent;
  z-index: 10;
  cursor: pointer;
}
.ai-tab-area .ai-tab-1 {
  position: relative;
  display: block;
  z-index: 2;
}
.ai-tab-area .ai-tab-2 {
  position: relative;
  z-index: -1;
  display: none;
}
.ai-tab-area.on .ai-tab-1 {
  z-index: -1;
  display: none;
}
.ai-tab-area.on .ai-tab-2 {
  z-index: 2;
  display: block;
}

.container {
  position: relative;
}
.container section .w1280.apply {
  padding: 10px 0 125px;
  display: block;
  text-align: center;
}
.container section button {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.container section button.btn_class_contact {
  width: 420px;
  height: 90px;
  line-height: 90px;
  background: #00d8dc;
  color: #fff;
  border-radius: 100px;
  font-size: 26px;
  font-weight: 500;
}
.container section button.btn_class_request {
  background: #555;
}

/*모바일*/
.header_mo {
  display: none;
}
.header_mo .header_nav .w1280.flex {
  padding: 4vw 2vw;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  position: relative;
}
.header_mo .header_nav .w1280.flex .logo a img {
  height: 8vw;
}

.header_mo .header_nav .nav_mo ul li .hamburger {
  display: block;
  position: relative;
  top: 1vw;
  z-index: 200;
}
.header_mo .header_nav .nav_mo ul li .hamburger .line {
  width: 5.125vw;
  max-width: 40px;
  height: 5px;
  background-color: #222;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_mo .header_nav .nav_mo ul li .hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.header_mo .header_nav .nav_mo ul li .hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.header_mo .header_nav .nav_mo ul li .hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.header_mo .site_map_m {
  width: 82.667vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  box-shadow: -10px 0 22px rgba(0, 0, 0, 0.25);
}
.header_mo .site_map_m .header_top_m {
  width: 100%;
  background: #f6f6f6;
  padding: 5.867vw 10vw;
}
.header_mo .site_map_m .header_top_m ul li {
  position: relative;
  font-size: 3.733vw;
  color: #333;
}
.header_mo .site_map_m .header_top_m ul li + li {
  margin-left: 6.4vw;
}
.header_mo .site_map_m .header_top_m ul li::after {
  content: "";
  position: absolute;
  right: -3.2vw;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.3vw;
  height: 3.2vw;
  background: #bbb;
}
.header_mo .site_map_m .header_top_m ul li:last-child:after {
  display: none;
}
.header_mo .site_map_m .header_bottom_m {
  position: absolute;
  top: 17vw;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  z-index: -1;
}
.header_mo .site_map_m .header_bottom_m &gt; ul {
  padding: 5.333vw 10vw;
}
.header_mo .site_map_m .header_bottom_m &gt; ul li {
  font-size: 4.6vw;
  color: #333;
  font-weight: 600;
}
.header_mo .site_map_m .header_bottom_m ul li + li {
  margin-top: 4vw;
}
.header_mo .site_map_m .header_bottom_m .site-list_m {
  padding: 2vw 0;
}
.header_mo .site_map_m .header_bottom_m .site-list_m li {
  font-size: 3.6vw;
  font-weight: 400;
}
.header_mo .site_map_m .header_bottom_m .site-list_m li + li {
  margin-top: 2vw;
}
.header_mo .site_map_m .btn_nav_link_m {
  background: #018699;
  width: 90%;
  color: #fff;
  margin: 0 auto;
  display: block;
  font-size: 4vw;
  padding: 4vw 0;
  text-align: center;
  border-radius: 50px;
}

.sub_m_tab {
  display: none;
}
.btn_float_mo {
  display: none;
}
.footer_m {
  display: none;
}

/* 장유진 - 가까운 교실 찾기 */
/* 스크롤 커스텀 */
.search-result .result-list::-webkit-scrollbar {
  width: 8px;
}
.search-result .result-list::-webkit-scrollbar-thumb {
  height: 30%;
  background: #d9d9d9;
  border-radius: 8px;
}
.search-result .result-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1);
}

.class-sec {
  padding-bottom: 125px;
}
.search-box {
  padding: 30px 15px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  font-size: 0;
  text-align: center;
}
input[type="text"] {
  width: 100%;
  min-width: 110px;
  max-width: 380px;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #dddd;
  border-radius: 8px;
  font-size: 14px;
  color: #222;
  vertical-align: middle;
}
input::placeholder {
  font-size: 14px;
  color: #666;
}

.search-box input {
  margin-left: 5px;
  font-weight: 400;
}
.class-sec .btn-search {
  display: inline-block;
  margin: 2px 0 0 30px;
  width: 80px;
  height: 36px;
  background: #00abaf;
  font-size: 14px;
  color: #fff;
  border-radius: 18px;
  vertical-align: top;
}
.search-result {
  margin-top: 40px;
}
.search-result .result-nodata {
  text-align: center;
  padding: 250px 0;
}
.search-result .result-nodata .img {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
.search-result .result-nodata p {
  color: #999;
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
}
.search-result .result-count {
  font-size: 14px;
}
.search-result .result-count &gt; span {
  color: #00abaf;
}
.search-result .result-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 540px;
  margin-top: 10px;
}
.search-result .result-list {
  width: 350px;
  height: 540px;
  overflow-y: auto;
}
.search-result .result-list li {
  padding: 24px 27px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}
.search-result .result-list li + li {
  margin-top: 10px;
}
.search-result .result-list li .r-badge {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  background: #00abaf;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.search-result .result-list li .r-tit {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.search-result .result-list li .r-tit:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url("../images/ico_loc.svg") no-repeat 0 50%;
  vertical-align: top;
}
.search-result .result-list li .r-addr,
.search-result .result-list li .r-tel {
  margin-top: 5px;
  font-size: 14px;
}
.search-result .result-list li:hover,
.search-result .result-list li.active {
  background-color: #f5ffff;
  border-color: #00b4b0;
}
.search-result .result-map {
  width: calc(100% - 350px);
}
.search-result .result-map iframe {
  width: 100%;
  height: 540px;
}

/* .search-result .result-list-wide{width:50%; height:auto; overflow-y: visible;} */
.search-result .result-list-wide ul {
  display: flex;
  justify-content: space-between;
  align-items: center; /* width: 100%; */
  flex-direction: row;
  flex-wrap: wrap;
}
.search-result .result-list-wide li {
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 49%;
  margin-bottom: 20px;
  position: relative;
}
.search-result .result-list-wide li .r-tit {
  color: #00babb;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.search-result .result-list-wide li .r-addr,
.search-result .result-list.result-list-wide li .r-date,
.search-result .result-list-wide li .r-tel {
  margin-top: 5px;
  font-size: 14px;
  color: #222;
}
.search-result .result-list-wide li:hover,
.search-result .result-list li.active {
  background-color: #f2ffff;
  border-color: #f2ffff;
}
.search-result .result-list-wide li a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #bbb;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  letter-spacing: 2px;
}
.search-result .result-list-wide li a:hover {
  border: 1px solid #35bcbd;
  background: #00abaf;
  color: #fff;
}

.search-result .result-list-story {
}
.search-result .result-list-story ul {
  display: flex;
  justify-content: space-between;
  align-items: center; /* width: 100%; */
  flex-direction: row;
  flex-wrap: wrap;
}
.search-result .result-list-story li {
  margin-bottom: 40px;
}
.search-result .result-list-story li a {
  display: block;
}
.search-result .result-list-story li .r-tit {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.search-result .result-list-story li .r-tit span.r-date {
  color: #666;
  font-size: 14px;
  font-family: "NotoSansKR-Regular";
  padding-left: 10px;
  position: relative;
  line-height: 18px;
}
.search-result .result-list-story li .r-tit span.r-date::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.search-result .result-list-story li .img {
  width: 622px;
  height: 390px;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  margin-top: 10px;
}
.search-result .result-list-story li .img img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.search-result .result-list-story li .img.no-data img {
  width: 9%;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-result .result-list-story.result-list-event {
}
.search-result .result-list-story.result-list-event .r-tit {
  margin-top: 20px;
}
.search-result .result-list-story.result-list-event .r-date {
  font-size: 14px;
  color: #666;
  font-family: "NotoSansKR-Regular";
  font-weight: 100;
  padding-top: 5px;
}

/* 테이블 */
.table-area + .s-tit {
  padding-top: 60px;
}
.table-area {
  padding-top: 20px;
  position: relative;
}
.result-list-notice table {
  width: 100%;
  text-align: center;
}
.result-list-notice table .center {
  text-align: center;
}
.result-list-notice table .font-bold {
  font-weight: 500;
}
.result-list-notice table thead tr {
  border-top: 2px solid #333;
  border-bottom: 1px solid #000;
}
.result-list-notice table th {
  font-size: 18px;
  font-weight: 600;
  padding: 25px;
  color: #111;
}
.result-list-notice table th:last-child {
  border-right: 0;
}
.result-list-notice table td {
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  color: #555;
  font-weight: 400;
}
.result-list-notice table td:last-child {
  border-right: 0;
}
.result-list-notice table td li {
  padding-bottom: 10px;
}
.result-list-notice table td span.badge {
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #00d8dc;
  color: #00d8dc;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.39px;
}

.sub-centents-story .story-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}
.sub-centents-story .story-title li {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.sub-centents-story .story-title li:last-child {
  font-size: 13px;
  color: #999;
  font-weight: 300;
}
.sub-centents-story .story-title li span.line {
  position: relative;
  z-index: 1;
}
.sub-centents-story .story-title li span.line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 216, 220, 0.6);
  width: 100%;
  height: 10px;
  z-index: -1;
}
.sub-centents-story .file-items {
  padding: 20px 0 20px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ccc;
}
.sub-centents-story .file-items .btn-file-down {
  color: #333;
  font-size: 14px;
  position: relative;
  padding: 0 20px 0 25px;
}
.sub-centents-story .file-items .btn-file-down::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 30px;
  background: url(../images/ico_attached.svg) no-repeat center;
}
.sub-centents-story .file-items .btn-file-down::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #ccc;
}
.sub-centents-story .file-items .btn-file-down:last-child::after {
  display: none;
}
.sub-centents-story .file-items .btn-file-down + .btn-file-down {
  margin-left: 10px;
}
.sub-centents-story .page-content {
  padding: 20px 0 50px;
}
.sub-centents-story .page-content .text-box {
  padding: 20px 0;
}
.sub-centents-story .page-content .img {
  background-color: #f8f8f8;
  border-radius: 12px;
}

.class-sec .btn-bottom-area {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.class-sec .btn-bottom-area button {
  margin: 0;
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.class-sec .btn-bottom-area button a.page-move {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 25px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #ccc;
  background: #f5f5f5;
}
.class-sec .btn-bottom-area button a &gt; span {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.class-sec .btn-bottom-area button:hover a.page-move {
  border-color: #111;
  color: #111;
}
.class-sec .btn-bottom-area button a.page-move.prev {
  margin-right: 10px;
}
.class-sec .btn-bottom-area button a.page-move.next {
  margin-left: 10px;
}

.class-sec .btn_list {
  background: #00abaf;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  width: 80px;
  height: 40px;
  text-align: center;
  letter-spacing: 0.48px;
  display: block;
}

/*기본 Select-custom  수정*/
select.select-custom {
  position: relative;
  display: inline-block;
  min-width: 110px;
  padding: 0 10px;
  font-weight: 400;
  color: #111;
  line-height: 38px;
  border: 1px solid #dddd;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
  appearance: none;
  background: #fff url(../images/select_arrow_1.png) no-repeat right 10px top 15px / 12px;
  vertical-align: middle;
}
select.select-custom:focus {
  background: #fff url(../images/select_arrow_2.png) no-repeat right 10px top 15px / 12px;
}
.select-custom + .select-custom {
  margin-left: 8px;
}

/* Select-custom */
/* .select-custom-wrapper {position: relative;display: inline-block;user-select: none;cursor: pointer;text-align:left;}
.select-custom-wrapper select {display: none;}
.select-custom {position: relative;display: inline-block;font-size:14px;color:#222;z-index:1;}
.select-custom + .select-custom {margin-left:8px;}
.select-custom.opened{z-index:2;border-color:#00B4B0}
.select-custom.opened .select-custom-trigger{border-color:#00B4B0}
.select-custom-trigger {position: relative;display: inline-block;width: 100%; min-width: 110px; padding:0 10px;font-weight: 400;color: #111;line-height: 40px;background-color: #fff;border:1px solid #DDDD;border-radius: 8px;cursor: pointer;transition: all 0.2s ease-in-out;z-index:1;}
.select-custom-trigger.active.placeholder{color:#222 !important;}
.select-custom-trigger:hover {border-color:#ddd;}
.select-custom-trigger:after {position: absolute;display: block;content: "";width: 0;height: 0;border: 5px solid transparent;border-color: #D7DAE0 transparent transparent transparent;top: 50%; right: 10px;margin-top: -3px;transition: all 0.35s ease-out;transform-origin: 50% 0;}
.select-custom.opened .select-custom-trigger:after {transform: rotate(-180deg) translateY(-50%);border-color:#333 transparent transparent transparent;}
.custom-options {position: absolute;display: block;top: calc(100% + 10px);left: 0;right: 0;box-sizing: border-box;background: #fff;border:1px solid #ddd;border-radius: 4px;transition: all 0.2s ease-in-out;opacity: 0;visibility: hidden;pointer-events: none;transform: translateY(-15px);z-index:10;}
.select-custom.opened .custom-options {opacity: 1;visibility: visible;pointer-events: all;transform: translateY(-8px);}
.option-hover:before {background: #F4F7FB;}
.custom-option {position: relative;display: block;padding:10px;font-size: 14px;color: #222;text-align:center;cursor: pointer;transition: all 0.05s ease-in-out;}
.custom-option:hover,
.custom-option.selection {background-color: #F8F8F8;} */
/*-- 장유진 - 가까운 교실 찾기 */

.apply-area {
  position: relative;
}
.apply-area .btn-apply {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  font-size: 26px;
  color: #fff;
  background-color: #00d8dc;
  border-radius: 50px;
  padding: 26px 100px;
  cursor: pointer;
}

/* pagination */
.pagination {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  color: #737373;
}
.pagination a.page-move {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 35px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #ccc;
  background: #f5f5f5;
}
.pagination a &gt; span {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pagination span.page-wrap {
  padding: 0 20px;
}
.page-cur {
  color: #111;
  font-weight: 600;
  position: relative;
  font-style: normal;
}
.pagination a.page-move:hover {
  border-color: #111;
  color: #111;
}

/* cp 제휴 소개 페이지 */
.aicando-tab {
  margin: 80px auto;
  display: flex;
  font-size: 0;
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
}
.aicando-tab li {
  /*display:inline-block;width:33.3%;*/
  padding: 0 10px;
  text-align: center;
}

/* 탭 커스텀 */
.aicando-tab {
  margin: 80px auto;
  display: flex;
  font-size: 0;
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
}
.aicando-tab li {
  /*display:inline-block;width:33.3%;*/
  padding: 0 10px;
  text-align: center;
}
.aicando-tab_cont {
  padding-bottom: 10px;
  margin-bottom: 80px;
  text-align: center;
  background: url("../images/product/study/ico_plus.png") no-repeat center bottom;
}
.tab-cont-wrap {
  margin: 80px auto 150px;
  max-width: 910px;
  height: 535px;
  background: #252525;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.tab-cont-wrap .badge {
  display: none;
  position: absolute;
  top: 75px;
  right: 75px;
  z-index: 2;
}
.tab-cont-wrap .badge.active {
  display: block;
}
.tab-txt {
  display: none;
  margin: 0 auto;
  width: 650px;
  background: url("https://www.kyowonedu.com/static/aicando_promotin_reso/images/ico_play.png") no-repeat 0 50%;
  padding-left: 70px;
  font-size: 28px;
  text-align: left;
  line-height: 1.5;
}
.tab-txt.active {
  display: inline-block;
}
.tab-txt span {
  color: #4d0cd2;
  text-decoration: underline;
}
.img-boxs {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-boxs .img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.img-boxs .scroll {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.img-boxs .scroll:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  display: inline-block;
  width: 38px;
  height: 47px;
  background: url("../images/ico_scroll.png") no-repeat 0 0/100%;
  animation: verticalAction 1s linear infinite alternate;
}
@keyframes verticalAction {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30%);
  }
}
.img-boxs.active {
  overflow-y: scroll;
}
.img-boxs::-webkit-scrollbar {
  display: none;
}
.timg {
  display: none;
}
.timg.active {
  display: block;
}

.aicando-tab.type-1 {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 45px;
}
.aicando-tab.type-1 li {
  padding: 0 3px;
}
.tab-cont-wrap.type-1 {
  position: relative;
  max-width: 1100px;
  height: 700px;
  background-color: #fff;
  padding-top: 180px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.tab-cont-wrap.type-1.type-2 {
  padding-top: 50px;
  height: auto !important;
}
.tab-cont-wrap.type-1.type-3 {
  padding-top: 20px;
}
.tab-cont-wrap.type-1 .img-box {
  border-radius: 10px;
}
.type-1-area {
  position: relative;
}
.type-1-area .text-box {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.type-1-area .text-box p {
  font-size: 36px;
  padding-bottom: 10px;
}
.type-1-area .text-box .component__stitle {
  font-size: 20px;
}
.type-1-area .text-box .component__stitle .mo {
  display: none;
}
.type-1-area .text-box .component__stitle span {
  position: relative;
}
.type-1-area .text-box .component__stitle span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #fff965;
  width: 100%;
  height: 5px;
  z-index: -1;
}
.type-1-area .tab-txt {
  background: transparent;
  text-align: center;
  width: auto;
  padding-left: 0;
}
.type-1-area .tab-txt.active {
  display: block;
}
.type-1-area .tab-txt span {
  text-decoration: none;
  color: inherit;
}
.sol-content {
  position: relative;
}
.sol-content .m-01 {
  position: absolute;
  left: 340px;
  bottom: 240px;
}
.sol-content .m-02 {
  position: absolute;
  right: 0;
  bottom: 380px;
}
.sol-content .m-03 {
  position: absolute;
  right: -108px;
  bottom: 297px;
}
.graph-box {
  width: 1200px;
  height: 500px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.type-2-area {
  padding-bottom: 6vw;
}

/* 개인정보처리방침 */
.law-wrap .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.law-wrap .right .select-custom {
  width: 170px;
}
.law-wrap .table td {
  background-color: #fff;
}
.law-wrap p span.small_text {
  display: block;
  font-size: 15px;
  padding: 3px 0 0 20px;
}
.process-status {
  padding-top: 30px;
}
.process-status ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0;
  border: 1px solid #e2dcd7;
  background-color: #fff;
}
.process-status li {
  position: relative;
  width: 16.6%;
  padding: 19px 14px 15px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -1px;
  vertical-align: top;
}
.process-status li &gt; p {
  margin: 0;
}
.process-status li img {
  width: 70px;
  margin: 0 auto 20px;
}
.process-status li span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.process-status li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background: #e2dcd7;
}
.cont-box {
  margin-top: 45px;
  padding: 30px 50px 40px;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 500;
}
.cont-box .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cont-box a {
  display: block;
}
.cont-box a + a {
  margin-top: 25px;
}
/* ========================= layer popup  ========================= */
.layer-pop {
  display: none;
}

.layer-pop .dim {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.layer-pop-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  width: 500px;
  box-sizing: border-box;
  z-index: 20;
  max-height: 90vh;
  overflow: auto;
}

.layer-pop-wrap::-webkit-scrollbar {
  display: none;
}

.layer-pop-wrap.w940 {
  width: 940px;
  height: 90vh;
}

.layer-pop-wrap.w940.h530 {
  width: 940px;
  height: 530px;
}

.layer-pop-wrap.w940 .table-area {
  overflow: auto;
  height: calc(90vh - 340px);
}

.table-area .checkbox-type {
  display: flex;
}

.table-area .checkbox-type .checkbox-wrap {
  margin-right: 2px;
}

.btn-layer-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/icon-btn-close_black.png) no-repeat center/cover;
}

.layer-tit {
  color: #333;
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-weight: 600;
}

.layer-search-box {
  padding: 20px 0;
}

.photo-input-box {
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: #f4f7fb url(../../Resources/images/none.svg) no-repeat center / 48px;
  margin: 20px 0 30px;
}

/* layer-table */
.layer-table-area table {
  width: 100%;
}
.layer-table-wrap {
  width: 100%;
  height: 246px;
  overflow: auto;
}

.layer-table thead th {
  padding: 10px;
  /* border-top: 1px solid #333; */
  border-bottom: 1px solid #e5e8ed;
  background-color: #f4f6fb;
  border-right: 1px solid #cfd6e6;
}
.layer-table thead th:last-child {
  border-right: 0;
}

.layer-table tbody td {
  padding: 6px 10px;
  border-bottom: 1px solid #e5e8ed;
  text-align: center;
  font-size: 14px;
  color: #737373;
  border-right: 1px solid #e5e8ed;
}

.layer-table tbody tr:last-child td {
  border-bottom: none;
}
.layer-table tbody td:last-child {
  border-right: none;
}
/* pagination */
.pagination {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #737373;
}
.pagination a,
.page-cur {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 50%;
  vertical-align: middle;
}
.pagination a.page-move {
  width: 28px;
  height: 28px;
}
.pagination a.page-move.prev {
  background: url(../images/btn_review_prev.png) no-repeat center/cover;
}
.pagination a.page-move.next {
  background: url(../images/btn_review_next.png) no-repeat center/cover;
}
.pagination a:hover,
.page-cur {
  color: #111;
  font-weight: 600;
}
.pagination a.page-move:hover {
  border-color: #111;
  color: #111;
}

/* Mobile */
@media screen and (max-width: 1279px) {
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .w1280 {
    width: 100% !important;
    box-sizing: border-box;
  }
  .header_pc {
    display: none;
  }
  .header_mo {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
  }
  .visual-sec {
    padding-top: 17vw;
  }
  .visual-sec .all-box {
    justify-content: center;
    bottom: 4%;
  }

  .link-sec {
    position: relative;
    padding: 5.063vw 0 7.375vw;
    overflow-x: auto;
  }
  .link-sec ul {
    width: fit-content;
    gap: 1rem;
    padding: 0 1.2rem;
  } /*overflow-x: scroll;*/
  .link-sec ul li {
    width: 37.5vw;
    max-width: 480px;
    padding-right: 2vw;
  }
  .link-sec ul li .box {
    background: url(../images/ico_sec2_box1.svg) no-repeat right 3vw center;
    padding: 2.031vw 3.125vw;
  }
  .link-sec ul li:nth-of-type(2) .box {
    background: url(../images/ico_sec2_box2.svg) no-repeat right 3vw center;
  }
  .link-sec ul li:nth-of-type(3) .box {
    background: url(../images/ico_sec2_box3.svg) no-repeat right 3vw center;
  }
  .link-sec ul li .box .box_title {
    font-size: 2.1vw;
    padding-bottom: 0.5vw;
  }
  .link-sec ul li .box .txt_small {
    font-size: 1.875vw;
  }
  .link-sec ul li .box .btn_more {
    margin-top: 1.875vw;
    padding: 1vw 3vw;
  }

  .count-sec .bg_yellow {
    width: 100%;
    background: #ffeba1;
    border-radius: 0 9.375vw 0 9.375vw;
  }
  .count-sec ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .count-sec ul .count-item {
    width: 50%;
    float: left;
  }
  .count-sec ul .count-item + .count-item {
    margin-left: 0;
  }
  .count-sec ul .count-item:nth-child(3),
  .count-sec ul .count-item:nth-child(4) {
    margin-top: 12vw;
  }
  .count-sec .chr_img {
    bottom: 0;
    right: -3vw;
  }

  .aiclass-sec {
    position: relative;
    padding-top: 90px;
    background: url(../images/bg_sec_aiclass.svg) no-repeat center/cover;
  }
  .aiclass-sec .img-box {
    position: relative;
    padding: 3.688vw 0 0 5vw;
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .aiclass-sec .img-box .motion .chr_02 {
    position: absolute;
    left: -21%;
    bottom: 56vw;
    width: 20vw;
  }
  .aiclass-sec .img-box .motion .m-scale {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    box-sizing: border-box;
  }
  .aiclass-sec .img-box .motion .m-scale img {
    position: absolute;
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 25.844vw;
    height: 25.844vw;
  }
  .aiclass-sec .img-box .motion .m-scale img:nth-of-type(1) {
    right: auto;
    top: 42%;
    left: 80%;
  }
  .aiclass-sec .img-box .motion .m-scale img:nth-of-type(2) {
    right: auto;
    top: 7vw;
    left: 50%;
  }
  .aiclass-sec .img-box .motion .m-scale img:nth-of-type(3) {
    right: auto;
    top: 42%;
    left: 20%;
  }

  .board-sec {
    padding: 10vw 0 20vw;
  }
  .board-sec .swiper2 {
    padding-bottom: 6.25vw;
  }
  /* .board-sec h5{font-size:4.5vw; text-indent:2.938vw; font-family: 'NotoSansKR-Bold';} */
  .board-sec .swiper-button {
    display: none;
  }
  .board-sec .swiper2 .swiper-slide .box {
    width: 49.25vw;
    height: 37.5vw;
    padding: 2.344vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row:nth-of-type(1) {
    padding-bottom: 1.5vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row:nth-of-type(2) {
    padding-top: 0vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row:nth-of-type(3) {
    padding-top: 1vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row .badge {
    padding: 0 1.094vw;
    line-height: 3.188vw;
    font-size: 2vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row h6 {
    font-size: 2.656vw;
    padding: 3vw 0;
  }
  .board-sec .swiper2 .swiper-slide .box .row p {
    font-size: 2.188vw;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 3vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row .date {
    font-size: 2.188vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row .date::before {
    height: 1.2vw;
  }
  .board-sec .flex {
    flex-wrap: wrap;
  }
  .board-sec .inform {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
  .board-sec .inform h5::after {
    width: 100%;
    left: 0;
  }
  .board-sec .inform ul li:after {
    left: 0;
  }

  .board-sec .inform ul li .flex .badge {
    display: none;
  }

  .footer {
    display: none;
  }
  .footer_m {
    display: block;
    padding: 16.969vw 3.125vw 12.969vw;
    background: #373c3c;
  }
  .footer_m .footer_top {
    position: relative;
    text-align: center;
  }
  .footer_m .footer_top::before {
    content: "";
    background: url(../images/footer_logo.svg) no-repeat center/100%;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 14.844vw;
    height: 5.938vw;
  }
  .footer_m .footer_top p {
    font-size: 2.4vw;
    color: #ccc;
    line-height: 3vw;
    font-weight: 300;
  }
  .footer_m .flex {
    padding: 6.406vw 0 0;
    justify-content: center;
  }
  .footer_m .flex li a {
    display: block;
    color: #ebebeb;
    position: relative;
    font-size: 2.188vw;
    padding-right: 2.8vw;
  }
  .footer_m .flex &gt; li a::after {
    content: "";
    width: 1px;
    height: 2.2vw;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translate(-50%, -40%);
    background: #777;
  }
  .footer_m .flex li:last-child a::after {
    display: none;
  }
  .footer_m .footer_bottom {
    justify-content: space-between;
  }
  .footer_m .footer__family__wrap {
    padding: 2.344vw 3.438vw;
    width: 82vw;
    color: #333;
    background: #fff;
    border-radius: 0.938vw;
    position: relative;
  }
  .footer_m .footer__family__wrap .btn__family {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3vw;
  }
  .footer_m .footer__family__wrap .btn__family::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3vw;
    height: 3vw;
    background: url(../images/ico_board_inform.svg) no-repeat center/contain;
  }
  .footer_m .footer__family__wrap .footer__family__select {
    display: inline-block;
    width: inherit;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 100%;
    border: 1px solid #e5e8ed;
    background: #fff;
    display: none;
  }
  .footer_m .footer__family__wrap .footer__family__select.active {
    z-index: 30;
    display: block;
  }

  .footer_m .footer__family__wrap .footer__family__list {
    padding: 15px 18px;
  }
  .footer_m .footer__family__wrap .footer__family__list li {
    font-size: 3.188vw;
  }
  .footer_m .footer__family__wrap .footer__family__list li a {
    display: block;
    position: relative;
    padding-left: 13px;
    color: #333;
  }
  .footer_m .footer__family__wrap .footer__family__list li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 0.3vw;
    height: 0.3vw;
    border-radius: 50%;
    background: #ddd;
  }
  .footer_m .footer__family__wrap .footer__family__list li.title {
    font-size: 16px;
    font-weight: 600;
  }
  .footer_m .footer__family__wrap .footer__family__list li.title a {
    padding: 0;
  }
  .footer_m .footer__family__wrap .footer__family__list li.category {
    margin-top: 2vw;
    font-weight: 600;
  }
  .footer_m .btn__top a {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    width: 9.333vw;
    height: 9.333vw;
    line-height: 9.333vw;
    border-radius: 0.938vw;
    text-align: center;
    background: #00c0c1;
  }

  .btn_float {
    display: none;
  }
  .btn_float_mo {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .btn_float_mo a {
    display: block;
    text-align: center;
    width: 20vw;
  }
  .btn_float_mo a + a {
    margin-top: 5%;
  }

  .sub-contents-wrap {
    margin-top: 17vw;
    position: relative;
  }
  .sub-contents-wrap .sub-title {
    padding: 5.469vw 2.734vw;
  }
  .sub-contents-wrap .sub-title h2 {
    font-size: 6.125vw;
  }
  .sub-content {
    border-radius: 3.125vw;
    padding: 4.688vw 6.25vw 5.469vw;
    margin-bottom: 6.25vw;
  }
  .search-flow-box {
    padding: 1.875vw 3.125vw;
    border-radius: 1.563vw;
    margin-bottom: 3.906vw;
    font-size: 1.25vw;
  }
  /* 이메일 무단수집거부 */
  .search-flow-box .text {
    font-size: 3.186vw;
    line-height: 4.5vw;
  }
  .law-wrap h3 {
    font-size: 4.188vw;
    padding-bottom: 6.125vw;
  }
  .law-wrap h4 {
    font-size: 4.3vw;
  }
  .law-wrap p {
    font-size: 3.6vw;
  }
  .law-wrap p span.small_text {
    font-size: 3.2vw;
    padding: 1vw 0 0 2vw;
  }
  .law-wrap .table {
    margin: 3vw 0;
  }
  .law-wrap .table th {
    padding: 2vw;
    font-size: 3.2vw;
    height: auto;
  }
  .law-wrap .table td {
    padding: 2vw;
    font-size: 3.2vw;
  }

  .sub_banner_top {
    margin-top: 17vw;
  }
  .sub_banner_top .sub_title {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 100%;
  }
  .sub_banner_top .sub_title p {
    font-size: 3.331vw;
  }
  .sub_banner_top .sub_title h3 {
    font-size: 7.531vw;
  }
  .sub_banner_top .sub_title span {
    font-size: 2.875vw;
  }
  .sub_banner_top .sub_img {
    display: none;
  }
  .sub_banner_top .bread_crumb {
    display: none;
  }

  .sub_m_tab {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: block;
  }
  .sub_m_tab ul.flex {
    padding: 0 3.125vw;
    justify-content: space-around;
    box-sizing: border-box;
  }
  .sub_m_tab ul li {
    color: #666;
    font-size: 4.344vw;
    position: relative;
    width: inherit;
    height: inherit;
    display: block;
    padding: 5vw 0;
  }
  .sub_m_tab ul li.on {
    color: #222;
    font-weight: 600;
  }
  .sub_m_tab ul li.on ::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #222;
  }
  .sub_m_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .container:not(.main) section:nth-of-type(1) {
    margin-top: 5vw;
  }
  .container section .w1280.apply {
    padding: 5vw 0 25vw;
  }

  .ai-btn-box button {
    height: 9.375vw;
  }

  .search-result .result-list-wide ul {
    flex-direction: column;
    margin: 0 20px;
  }
  .search-result .result-list-wide li {
    width: 100%;
  }
  .btn_middle {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 34px;
    box-sizing: border-box;
  }
  /* border-radius: 4px; */
  .container section button.btn_class_request {
    width: calc(100% - 40px);
    margin: 0 20px;
    height: 7.8vw;
  }

  .search-result .result-list-story ul {
    flex-direction: column;
    padding: 0 20px;
  }
  .search-result .result-list-story li {
    width: 100%;
  }
  .search-result .result-list-story li .r-tit {
    font-weight: 600;
  }
  .search-result .result-list-story li .img {
    width: 100%;
    height: 78vw;
    border-radius: 3vw;
  }
  .sub-centents-story {
    padding: 0 20px;
  }
  .class-sec .btn-bottom-area {
    margin: 0 20px 30px;
    border-bottom: 0;
  }
  .class-sec .btn-bottom-area button {
    background: #f5f5f5;
    border-radius: 300px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .class-sec .btn-bottom-area button span.mo {
    text-align: left;
    padding-right: 17px;
  }
  .class-sec .btn-bottom-area button span.mo.next {
    text-align: right;
    padding-left: 17px;
    padding-right: 0;
  }
  .class-sec .btn-bottom-area button a.page-move {
    width: 40px;
    height: 40px;
    line-height: 25px;
    background-color: #fff;
  }
  .class-sec .btn-bottom-area button a.page-move span {
    font-size: 38px;
  }
  .class-sec .btn-bottom-area button a.page-move.prev {
    margin-left: 10px;
  }
  .class-sec .btn-bottom-area button a.page-move.next {
    margin-right: 10px;
  }

  .result-list-notice .table-area {
    padding: 0 20px;
  }
  .result-list-notice table thead,
  table colgroup {
    display: none;
  }
  .result-list-notice table td {
    border-bottom: 0;
    padding: 0 0 0 10px;
    text-align: left !important;
  }
  .result-list-notice table td:first-child {
    text-align: center !important;
    font-size: 20px;
  }
  .result-list-notice table tr {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  .result-list-notice table tbody tr:first-child {
    border-top: 2px solid #333;
    border-bottom: 1px solid #000;
  }
  .result-list-notice table tbody tr td:nth-of-type(2) {
    display: block;
    padding: 20px 0 10px 10px;
    font-weight: 500;
  }
  .result-list-notice table tbody tr td:nth-of-type(3) {
    display: inline-block;
    width: 100px;
    text-align: left !important;
    padding-bottom: 20px;
    font-size: 17px;
    color: #888;
    position: relative;
  }
  .result-list-notice table tbody tr td:nth-of-type(3)::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 2px;
    width: 1px;
    height: 14px;
    background-color: #888;
  }
  .result-list-notice table tbody tr td:nth-of-type(4) {
    display: inline-block;
    width: calc(100% - 100px);
    text-align: left !important;
    padding-bottom: 20px;
    font-size: 17px;
    color: #888;
  }

  /* 장유진 - 가까운 교실 찾기 */
  .search-box {
    margin: 0 20px;
  }
  .search-result .result-count {
    padding: 0 20px;
  }
  .search-result .result-map {
    padding: 0 20px;
  }
  .search-result .result-list {
    padding-left: 20px;
  }
  /*-- 장유진 - 가까운 교실 찾기 */
}
/* =============================== 1024px =============================== */
@media screen and (max-width: 1024px) {
  .count-sec .w1280 {
    position: relative;
    padding: 10vw 0;
  }
  .count-sec .title p {
    font-size: 3.604vw;
    font-family: "NotoSansKR-Bold";
  }
  .count-sec .title h5 {
    font-size: 9.375vw;
    font-family: "NotoSansKR-Bold";
  }
  .count-sec .title h5 .mo {
    display: block;
  }
  .aiclass-sec .title p {
    font-size: 3.604vw;
    font-family: "NotoSansKR-Bold";
  }
  .aiclass-sec .title p:last-child {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 5.5vw;
  }
  .aiclass-sec .title h5 {
    font-size: 9.375vw;
    font-family: "NotoSansKR-Bold";
  }

  /* 장유진 - 가까운 교실 찾기 */
  .search-result .result-wrap {
    display: block;
    min-height: none;
  }
  .search-result .result-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-right: 0;
  }
  .search-result .result-list li {
    height: 220px;
    padding: 20px;
  }
  .search-result .result-list li + li {
    margin-top: 0;
  }
  .search-result .result-list li .r-tit {
    font-size: 18px;
  }
  .search-result .result-map {
    width: 100%;
    margin-top: 15px;
    height: 450px;
  }
  .search-result .result-map iframe {
    height: 450px;
  }
  /*-- 장유진 - 가까운 교실 찾기 */

  /* 개인정보처리방침 */
  .process-status ul {
    flex-wrap: wrap;
  }
  .process-status li {
    width: 33.333%;
  }
  .process-status p {
    font-size: 2.6vw;
  }
  .law-wrap p.d-gray {
    font-size: 2.6vw;
  }
  .law-wrap .cont-box .flex {
    /* padding: 5vw; */
    flex-direction: column;
  }
  .law-wrap .cont-box div + div {
    margin-top: 25px;
  }
  .law-wrap .table {
    overflow-x: auto;
    display: block;
  }
}

/* =============================== 768px =============================== */
@media screen and (max-width: 768px) {
  .header_mo .header_nav .nav_mo ul li .hamburger .line {
    width: 15.125vw;
  }
  .link-sec ul li {
    width: 72.5vw;
    padding-right: 0vw;
  }
  .link-sec ul li .box {
    background: url(../images/ico_sec2_box1.svg) no-repeat right 4.2vw center/30%;
    padding: 5vw 4vw;
    height: 30vw;
    border-radius: 2.083vw;
  }
  .link-sec ul li:nth-of-type(2) .box {
    background: url(../images/ico_sec2_box2.svg) no-repeat right 4vw center/30%;
  }
  .link-sec ul li:nth-of-type(3) .box {
    background: url(../images/ico_sec2_box3.svg) no-repeat right 4vw center/30%;
  }
  .link-sec ul li .box .box_title {
    font-size: 3.904vw;
    padding-bottom: 1vw;
    padding-top: 1.5vw;
  }
  .link-sec ul li .box .txt_small {
    font-size: 3vw;
  }
  .link-sec ul li .box .btn_more {
    margin-top: 2.875vw;
    font-size: 2vw;
  }

  .count-sec ul .count-item .ico_img {
    width: auto;
    height: 5.467vw;
    margin-bottom: 2.578vw;
  }
  .count-sec ul .count-item .text {
    font-size: 2.933vw;
    padding-bottom: 1.563vw;
  }
  .count-sec ul .count-item:first-child .text {
    padding-bottom: 1vw;
  }
  .count-sec ul .count-item .count-text {
    font-size: 2.33vw;
  }
  .count-sec ul .count-item .count-text .count {
    font-size: 6.8vw;
    line-height: 7.813vw;
    margin-left: 0.5vw;
  }
  .count-sec ul .count-item:first-child .count-text .count {
    font-size: 8.8vw;
    margin-top: 0.8vw;
  }
  .count-sec .chr_img {
    width: 26vw;
  }

  .aiclass-sec .img-box {
    padding: 3.688vw 0 0 8vw;
  }
  .aiclass-sec .img-box .motion .m-scale img {
    width: 30.844vw;
    height: 30.844vw;
  }
  .aiclass-sec .img-box .motion .chr_02 {
    left: 0;
    bottom: 48vw;
    width: 24vw;
  }

  .board-sec .swiper2 .swiper-slide .box.no-data .row .img {
    width: 22vw;
    margin: 2vw auto;
  }
  .board-sec .swiper2 .swiper-slide .box .row h6 {
    font-size: 2.656vw;
    padding: 1vw 0;
  }
  .board-sec .inform ul li.no-data .img {
    width: 34vw;
  }
  .footer_m {
    padding: 15.969vw 6.125vw 13.969vw;
  }
  .footer_m .footer_top::before {
    top: -38%;
    width: 17.844vw;
    height: 8.938vw;
  }
  /* .footer_m .footer_top p {font-size: 3vw; line-height: 4.5vw;} */
  .footer_m .flex li a {
    font-size: 2.6vw;
  }
  .footer_m .flex li a::after {
    height: 3.188vw;
  }
  .footer_m .flex {
    padding: 4.406vw 0 0;
  }
  .footer_m .footer__family__wrap {
    width: 76vw;
  }

  /* 장유진 - 가까운 교실 찾기 */
  .search-box {
    padding: 20px 15px;
  }
  input[type="text"] {
    width: calc(100% - 195px);
  }
  .class-sec .btn-search {
    margin: 2px 0 0 5px;
    width: 65px;
  }
  /* .select-custom-trigger {width: 95px;} */
  /*-- 장유진 - 가까운 교실 찾기 */

  .apply-area .btn-apply {
    width: 82%;
    padding: 4vw;
    font-size: 5vw;
    bottom: 24vw;
  }
  .ai-btn-box {
    padding: 0 5vw;
  }
  .ai-btn-box button {
    height: 14vw;
  }
  .ai-btn-box button#ai-btn-1 {
    width: 41%;
  }
  .ai-btn-box button#ai-btn-2 {
    width: 59%;
  }

  /* cp 소개 페이지 */
  .aicando-tab.type-1 {
    justify-content: center;
    align-items: flex-end;
    width: 85vw;
    margin: 0 auto;
  }
  .aicando-tab.type-1 li {
    padding: 0 3px;
  }
  .tab-cont-wrap.type-1 {
    position: relative;
    width: 90vw;
    height: 140vw;
    background-color: #fff;
    padding-top: 34vw;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
  /* .tab-cont-wrap.type-1.type-2 {height: 100vw;} */
  .tab-cont-wrap.type-1.type-3 {
    padding-top: 4vw;
  }
  .tab-cont-wrap.type-1 .img-box {
    border-radius: 10px;
  }
  .type-1-area {
    position: relative;
    padding: 0 1.5vw;
  }
  .type-1-area .text-box {
    position: absolute;
    top: 6vw;
    width: 100%;
    text-align: center;
    z-index: 999;
  }
  .type-1-area .text-box p {
    font-size: 5.4vw;
  }
  .type-1-area .text-box .component__stitle {
    font-size: 3.6vw;
    text-align: center;
    letter-spacing: -0.06rem;
    color: #777;
  }
  .type-1-area .text-box .component__stitle .mo {
    display: block;
  }
  .type-1-area .text-box .component__stitle span {
    position: relative;
    color: #111;
  }
  .type-1-area .text-box .component__stitle span:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #99ff9e;
    width: 100%;
    height: 5px;
    z-index: -1;
  }
  .type-1-area .tab-txt {
    background: transparent;
    text-align: center;
    width: auto;
    padding-left: 0;
  }
  .type-1-area .tab-txt.active {
    display: block;
  }
  .type-1-area .tab-txt span {
    text-decoration: none;
    color: inherit;
  }

  .type-2-area {
    padding-bottom: 12vw;
  }
  .tab-cont-wrap {
    margin-bottom: 20px;
  }
}
/* =============================== 500px =============================== */
@media screen and (max-width: 500px) {
  .pd-b80 {
    padding-bottom: 10vw !important;
  }

  .header_mo .header_nav .nav_mo ul li .hamburger .line {
    width: 7.125vw;
    height: 3px;
    margin: 5px auto;
  }
  .header_mo .header_nav .nav_mo ul li .hamburger.on .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .header_mo .header_nav .nav_mo ul li .hamburger.on .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  .link-sec ul li .box .box_title {
    padding-bottom: 1vw;
  }
  .link-sec ul li .box .txt_small {
    line-height: 3.2vw;
  }
  .link-sec ul li .box .btn_more {
    margin-top: 2.875vw;
  }
  .link-sec ul li .box .btn_more span.ani img {
    width: 2.3vw;
  }

  .aiclass-sec .img-box {
    padding: 3.688vw 0 0 11vw;
  }
  .aiclass-sec .img-box .motion .chr_02 {
    bottom: 60vw;
  }

  .board-sec .swiper2 .swiper-slide .box {
    width: 57.25vw;
    height: 56.5vw;
    padding: 3.344vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row:nth-of-type(3) {
    padding-top: 1vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row .badge {
    padding: 0 3.094vw;
    line-height: 6.188vw;
    font-size: 3vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row h6 {
    font-size: 4.656vw;
    padding-bottom: 0;
  }
  .board-sec .swiper2 .swiper-slide .box .row p {
    font-size: 3.588vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 5vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row .date {
    font-size: 3.5vw;
    font-weight: 500;
  }
  .board-sec .swiper2 .swiper-slide .box .row .date::before {
    height: 1.2vw;
  }
  .board-sec .swiper2 .swiper-slide .box.no-data .row .img {
    width: 34vw;
    margin: 2vw auto;
  }

  .sub_banner_top .sub_title p {
    line-height: 2.1vw;
  }
  .sub_banner_top .sub_title h3 {
    padding-bottom: 0;
  }

  .container section button.btn_class_contact {
    width: 90%;
    height: 18vw;
    line-height: 18vw;
    font-size: 5vw;
  }
  .container section button.btn_class_request {
    height: 14vw;
  }
  .sub-centents-story .story-title li {
    font-size: 16px;
  }
  .search-result .result-nodata {
    padding: 26vw 0;
  }
  .search-result .result-nodata .img {
    width: 10vw;
    height: 10vw;
  }
  .search-result .result-nodata p {
    font-size: 3.3vw;
    margin-top: 2vw;
  }
  .search-result .result-list-wide li .r-tit {
    font-size: 18px;
  }
  .search-result .result-list-wide li .r-date {
    font-size: 14px;
  }
  .search-result .result-list-wide li .r-addr,
  .search-result .result-list.result-list-wide li .r-date,
  .search-result .result-list-wide li .r-tel {
    padding-right: 30vw;
  }
  .search-result .result-list-wide li a {
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
  }

  .search-result .result-list-story li .img {
    height: 65vw;
  }
  .class-sec .btn-bottom-area button span.mo {
    font-size: 13px;
    padding-right: 9px;
  }
  .class-sec .btn-bottom-area button span.mo.next {
    padding-left: 9px;
  }
  .class-sec .btn-bottom-area button a.page-move.prev {
    margin-right: 6px;
  }
  .class-sec .btn-bottom-area button a.page-move.next {
    margin-left: 6px;
  }

  .result-list-notice table tbody tr td:nth-of-type(3) {
    font-size: 14px;
    width: 80px;
  }
  .result-list-notice table tbody tr td:nth-of-type(4) {
    font-size: 14px;
    width: calc(100% - 80px);
  }

  .select-custom-trigger {
    width: 100%;
    min-width: auto;
  }
  .w260 {
    width: 130px !important;
  }
}

/* =============================== 375px =============================== */
@media screen and (max-width: 375px) {
  .board-sec .swiper2 .swiper-slide .box {
    width: 52.25vw;
  }
  .link-sec ul li .box .box_title {
    padding-bottom: 0;
  }
  .link-sec ul li .box .btn_more {
    margin-top: 2.875vw;
  }
  .link-sec ul li .box .btn_more span {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
  .link-sec ul li .box .btn_more span.ani img {
    width: 2.3vw;
  }
  .btn_float_mo a {
    width: 20vw;
  }
  .w260 {
    width: auto !important;
  }
  .board-sec .inform h5,
  .board-sec h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 281px) {
  .board-sec .swiper2 .swiper-slide .box .row h6 {
    padding-top: 1vw;
  }
  .board-sec .swiper2 .swiper-slide .box .row:nth-of-type(3) .btn_apply {
    font-size: 12px;
    padding: 0 10px;
  }
}</pre></body></html>