@charset "utf-8";
@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}
@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}
@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}


html { 
  scroll-behavior: smooth; 
}

/*메인 비쥬얼 배너*/
.wrap-visual {
  /* height: 500px;  */
	margin-top: 190px;
}
.wrap-visual .swiper-wrapper {
	height: auto;
}
.wrap-visual .swiper-container {
  /* height: 500px;  */
}
.wrap-visual .swiper-container .wrap-visualBanner {
  /* background-image: url(../images/img/img-visual-01-pc.png); */
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
}
.wrap-visual .swiper-container .wrap-visualBanner img {
  width: 100%;
}
.wrap-visual .swiper-container .swiper-button-next,
.wrap-visual .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.wrap-visual .swiper-container .swiper-button-next {
  background: url(../images/icon/arrow_next.png) no-repeat;
}
.wrap-visual .swiper-container .swiper-button-prev {
  background: url(../images/icon/arrow_prev.png) no-repeat;
}
.wrap-visual .swiper-container .wrap-swiper-button {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  z-index: 10;
}

.wrap-visual .swiper-container .inner-visual {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 110px;
  position: relative;
}
.wrap-visual .swiper-container .inner-visual .title-visual {
  padding-bottom: 10px;
}
.wrap-visual .swiper-container .inner-visual .title-visual strong {
  display: block;
  font-family: "GyeonggiTitle";
  font-size: 75px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}
.wrap-visual .swiper-container .inner-visual .txt-visual {
  font-family: "GyeonggiTitle";
  font-size: 22px;
  color: #fff;
}
.wrap-visual .swiper-container .inner-visual .txt-visual strong {
  color: #f1ff0e;
  font-weight: 400;
  line-height: 1.5;
}
.wrap-visual .swiper-container .inner-visual .btn-visualBottom a {
  display: inline-block;
  padding: 0 46px;
  border-radius: 42px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-family: "GyeonggiTitle";
  font-weight: 100;
  background: #000;
  font-size: 20px;
  margin-top: 35px;
}

.m_slider {
  display: none;
}
.wrap-visual .swiper-container.m_slider {
  height: auto;
  width: 100%;
}
.wrap-visual .swiper-container.m_slider div a img {
  width: 100%;
  height: 100%;
}
.wrap-visual .swiper-container.m_slider .swiper-pagination {
  display: block;
}

@media screen and (max-width: 640px) {
  .wrap-visual {
    height: auto;
  }
  .pc_slider {
    display: none;
  }
  .m_slider {
    display: block;
  }
}

/*공지사항*/
.wrap-board {
  background: #efefef;
  height: 60px;
}
.wrap-board .inner {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'NanumSquare';	
}
.wrap-board .inner:after {
  display: block;
  content: "";
  clear: both;
}
.wrap-board .inner .wrap-notice {
  width: 55%;
  float: left;
  height: 60px;
}
.wrap-board .inner .wrap-noticeInfo {
  width: 43%;
  float: left;
  white-space: nowrap;
}
.wrap-board .inner .wrap-notice {
  position: relative;
}
.wrap-board .inner .wrap-notice:after {
  display: block;
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 40px;
  background: #bababa;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-board .inner .wrap-notice dl dt {
  color: #232323;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 10px 15px 0;
  line-height: 40px;
}
.wrap-board .inner .wrap-notice dl dt,
.wrap-board .inner .wrap-notice dl dd {
  display: inline-block;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap-board .inner .wrap-notice dl dd li {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #b5b5b5;
  padding: 10px 10px 16px 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap-board .inner .wrap-notice dl dd li.active {
  display: inline-block;
}
.wrap-board .inner .wrap-notice dl dd li a {
  font-size: 17px;
  color: #6f6f6f;
  line-height: 38px;
}
.wrap-board .inner .wrap-notice .wrap_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.wrap-board .inner .wrap-notice .wrap_btn a {
  display: inline-block;
  width: 25px;
  height: 10px;
  margin: 0 8px;
}
.wrap-board .inner .wrap-notice .wrap_btn .btn-prev {
  background: url(../images/icon/icon-main-board-prev.png) center no-repeat;
}
.wrap-board .inner .wrap-notice .wrap_btn .btn-next {
  background: url(../images/icon/icon-main-board-next.png) center no-repeat;
}
.wrap-board .inner .wrap-notice .btn-more {
  background: url(../images/icon/icon-main-board-more.png) center no-repeat;
  display: block;
  width: 25px;
  height: 16px;
  float: right;
  margin-top: -45px;
  margin-right: 20px;
}
.wrap-board .inner .wrap-notice a span {
  font-size: 0;
  line-height: 0;
}
.wrap-board .inner .wrap-noticeInfo dl {
  padding: 10px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 40px;
}
.wrap-board .inner .wrap-noticeInfo dl dt {
  color: #232323;
	font-weight: 700;
  font-size: 17px;
  padding: 0 10px 0 55px;
}
.wrap-board .inner .wrap-noticeInfo dl dt,
.wrap-board .inner .wrap-noticeInfo dl dd {
  display: inline-block;
  vertical-align: middle;
}
.wrap-board .inner .wrap-noticeInfo dl dd p {
  font-size: 17px;
  color: #6f6f6f;
  display: inline-block;
  position: relative;
}
.wrap-board .inner .wrap-noticeInfo dl dd p span {
  color: #ff006d;
  padding-right: 8px;
  position: relative;
}
.wrap-board .inner .wrap-noticeInfo dl dd p + p {
  padding-left: 20px;
}
.wrap-board .inner .wrap-noticeInfo dl dd p + p:before {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #88898e;
  left: 8px;
  top: 4px;
}

.contents {
  background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 100% 100%;
	padding-bottom: 0px;
}
.contents.bgf3 {
  background: #f3f3f3;
  margin-top: 30px;
}
.contents.bgf3 .tit {
  font-family: "GyeonggiTitle";
  font-size: 35px;
  color: #33333;
  margin-bottom: 35px;
  text-align: center;
}
.contents.bgf3 .tit.bottom br {
  display: none;
}
.contents.bgf3 .tit span {
  font-family: "NanumSquareRound", "Sans-serif";
  display: block;
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
}

.contents .row {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0px;
}
.contents .row2 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0px;
  background-color: transparent;
  padding-top: 25px;
}

.row3 .fast_mo {display: none;}

.contents .row3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  background-color: #efefef;
  padding: 0px 0 30px;
	flex-wrap: wrap;
}
.contents .row3 ul {
	display: flex;
}

@media screen and (max-width: 1200px) {
	.row3 .fast_mo {
		display:block;
	}
	.row3 .fast_pc {display: none;}
	
	.contents .row3 ul {
	justify-content: center;}
	
	.row3 .fast_mo img{
	image-rendering: -webkit-optimize-contrast; 
	transform: translateZ(0);
	backface-visibility: hidden;
    }

.contents .row6 .fast_mo ul {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
}

.contents .row6 .column.right .fast_mo li {
  height: 117px;
  width: 117px;
	align-content: center;
	text-align: center;
	outline: 1px solid #d6d6d6;
	background-color: white;
	font-family: 'NanumSquareNeoBold';
	font-size: 14px;
	color: black;
}
	.contents .row6 .column.right .fast_mo li img {
		width: 25%;
	}
.contents .row6 .column.right .fast_mo ul li p {
	margin-top: 8px;
}
	.contents .row6 .column.right .fast_mo a:nth-child(2) li {
		border-radius: 30px 0 0;
	}
	.contents .row6 .column.right .fast_mo a:nth-child(4) li {
		border-radius: 0 30px 0 0;
	}
	.contents .row6 .column.right .fast_mo a:nth-child(5) li {
		border-radius: 0 0 0 30px;
	}
	.contents .row6 .column.right .fast_mo a:nth-child(7) li {
		border-radius: 0 0 30px;
	}
.contents .row6 .column.right .fast_mo ul > li {
	border-radius: 30px;
	width: 351px;
	height: 150px;
	text-align: center;
	padding-right: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.contents .row6 .column.right .fast_mo ul > li > p:nth-child(1) {
	color: #e10060;
	margin-top: 0;
	padding-bottom: 0px;
	font-size: 15px;
}
.contents .row6 .column.right .fast_mo ul > li > p:nth-child(2) {
	color: #e10060;
	font-size: 32px;
	font-family: 'NanumSquareNeoHeavy';
	letter-spacing: -1.5px;
	line-height: 0.7em;
	margin-top: 10px;
}
	.contents .row6 .column.right .fast_mo ul > li > p:nth-child(2) span {
		color: #AAA;
		font-family: 'NanumSquareNeo';
		font-size: 13px;
		border: none;
		position: relative;
		letter-spacing: 0px;
	}
	.contents .row6 .column.right .fast_mo ul > li > p:nth-child(2)  span::before {
        content: '';
        position: absolute;
		left: 50%;
		transform: translateX(-50%);
        bottom: 0;
        width: 280px;
		height: 1px;
        background-color: #eee;  /* 선의 색상 */
	}
.contents .row6 .column.right .fast_mo ul > li > p:nth-child(3) {
	color: #6f6f6f;
	padding-top: 7px;
}
	}


.contents .row4 {
  background-color: #282e40;}
.contents .review_section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  background-color: transparent;
}
.contents .row:after {
  display: block;
  content: "";
  clear: both;
}
.contents .row .column.left {
  width: 100%;
  float: none;
}
.contents .row .column.left01 {
  width: 320px;
  float: left;
  margin-top: 100px;
}
.contents .row .column.left02 {
  width: 500px;
  float: left;
  margin-top: 100px;
  margin-left: 30px;
}
.contents .row .column.right {
  width: 1240px;
  float: none;
  margin: 0 auto;
  align-content: center;
  align-items: center;
}
.contents .row6 .column.right ul li {
  height: 120px;
  width: 140px;
	align-content: center;
	text-align: center;
	outline: 1px solid #d6d6d6;
	background-color: white;
	font-family: 'NanumSquareNeoBold';
	font-size: 15px;
	color: #6f6f6f;
}
.contents .row6 .column.right ul li p {
	margin-top: 8px;
}
.contents .row6 .column.right div a:nth-child(1) li {
	border-radius: 70px 0 0 70px;
	padding-left: 25px;
	box-sizing: border-box;
}
.contents .row6 .column.right ul > li {
	border-radius: 0 70px 70px 0;
	width: 400px;
	text-align: right;
	padding-right: 70px;
	box-sizing: border-box;
	padding-top: 5px;
}
.contents .row6 .column.right ul > li > p:nth-child(1) {
	color: #e10060;
	margin-top: -3px;
	line-height: 1.3em;
}
.contents .row6 .column.right ul > li > .suwon span {
	color: #6f6f6f;
	font-size: 12px;
	text-align: left;
	font-family: 'NanumSquareNeoBold';
}
.contents .row6 .column.right ul > li > p:nth-child(2) {
	color: #e10060;
	font-size: 45px;
	line-height: 0.6em;
	font-family: 'NanumSquareNeoHeavy';
	letter-spacing: -1.5px;
	margin-top: 0px;
}
.contents .row6 .column.right ul > li > p:nth-child(2) span {
	color: #e10060;
	font-size: 30px;
	line-height: 0.6em;
	font-family: 'NanumSquareNeoHeavy';
	letter-spacing: -1.5px;
	margin-top: 2px;
	padding-bottom: 0px;
}
.contents .row6 .column.right ul > li > p:nth-child(3) {
	color: #6f6f6f;
	padding-top: 10px;
}
.contents .row6 .column.right ul > li > p:nth-child(2) {
	color: #e10060;
	font-size: 45px;
	line-height: 0.6em;
	font-family: 'NanumSquareNeoHeavy';
	letter-spacing: -1.5px;
	margin-top: 0px;
}
.contents .row6 .column.right ul > li > p:nth-child(3) {
	color: #6f6f6f;
	padding-top: 7px;
}
.contents .row6 .column.right .suwon {
	color: #e10060 !important;
	font-size: 30px;
	font-family: 'NanumSquareNeoHeavy';
	line-height: 0.6em;
	letter-spacing: 1px;
}
.contents .row6 .column.right .suwon a {
	color: #e10060 !important;
	font-size: 30px;
	font-family: 'NanumSquareNeoHeavy';
	line-height: 0.6em;
	letter-spacing: 2.8px;
}
.contents .row6 .column.right .suwon .suu {
	color: #e10060 !important;
	font-size: 29.5px;
	font-family: 'NanumSquareNeoHeavy';
	line-height: 0.6em;
	letter-spacing: -0.5px;
	padding-right: 5px;
}
.contents .row .column.right01 {
  width: 320px;
  float: right;
  margin-top: 100px;
}
.contents .row .column.right01 .mobile {
  display: none;
}
.clr {
  clear: both;
}
.contents .row .column .wrap-title {
  display: none;
  position: relative;
  margin-bottom: 16px;
  margin-top: 9px;
}
.contents .row .column .wrap-title2 {
  display:inline-block;
}
.contents .row .column .portfolio-img ul{
}
.contents .row .column .portfolio-img img{
  height: 33.333%;
  max-height: 33.333%;
}
.contents .row .column .wrap-title .title {
  font-family: "GyeonggiTitle";
  font-weight: 400;
  font-size: 35px;
  color: #fff;
  vertical-align: top;
}
.contents .row .column .wrap-title .btn-more {
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 38px;
  background: url("../images/icon/icon-btn-more.png") no-repeat right center;
}
.contents .row .column .wrap-title .btn-more.icon span {
  padding-right: 14px;
}
.contents .row .column .wrap-title .btn-more.lineBox {
  margin-left: 15px;
  position: static;
  display: inline-block;
  width: 86px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  background: url("../images/icon/icon-btn-more.png") no-repeat right 14px
    center;
}
.contents .row .column .wrap-title .btn-more.lineBox span {
  padding-right: 14px;
}

.portfolio-box {
  background: url("../images/img/main-bg.jpg") 0 0 no-repeat;
  height: 500px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  padding-top: 275px;
  font-size: 24px;
  line-height: 30px;
}
.portfolio-box a {
  display: table;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #fff;
  color: #fff;
  margin: 40px auto 0;
}

/*포트폴리오*/
.contents .row .column .wrap-columnBody {
  border-top: 1px solid #4C5160;
  background: #282e40;
  position: relative;
}
.contents .row .column .wrap-columnBody2 {
  background: #FFF;
  border-top: 0px;
}
.contents .row .column .wrap-columnBody .list-portfolio {
}
.contents .row .column .wrap-columnBody .list-portfolio ul {
  width: 1200px;
  max-width: 100%;
  background: #282e40;
  display: flex;
  text-align: center;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	background-color: #282e40;
}
.contents .row .column .wrap-columnBody .list-portfolio ul:after {
  display: block;
  content: "";
  clear: both;
}
.contents .row .column .wrap-columnBody .list-portfolio ul li {
  /* width: 130px; */
  flex: 1;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
  position: relative;
  color: #BFBFBF;
font-family: 'NanumSquareNeoExtraBold';
  cursor: pointer;
  font-size: 17px;
}
.contents .row .column .wrap-columnBody .list-portfolio ul li.active {
  background: #282e40;
  color: #e10060;
}
.contents .row .column .wrap-columnBody .list-portfolio ul li.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: #e10060;
}
.contents .row .column .wrap-columnBody .list-portfolio .wrap_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.contents .row .column .wrap-columnBody .list-portfolio .wrap_btn:after {
  display: block;
  content: "";
  clear: both;
}
.contents .row .column .wrap-columnBody .list-portfolio .wrap_btn a {
  display: block;
  float: left;
  width: 60px;
  height: 50px;
  border-left: 1px solid #989ba3;
  background-image: url(../images/icon/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.contents .row .column .wrap-columnBody .list-portfolio .wrap_btn a.btn-next {
  transform: rotate(180deg);
  border-left: 0;
  border-right: 1px solid #989ba3;
}
.contents .row .column .wrap-columnBody .list-portfolio .wrap_btn a span {
  font-size: 0;
  line-height: 0;
}
.contents .row .column .wrap-columnBody .tabContent {
  display: none;
}
.contents .row .column .wrap-columnBody .tabContent.active {
  display: block;
}
.contents .row .column .wrap-columnBody .content-portfolio {
  padding: 0px 0px;
}
.contents .row .column .wrap-columnBody .content-portfolio .wrap-title strong {
  display: block;
  font-size: 20px;
  padding-bottom: 6px;
  word-break: keep-all;
}
.contents .row .column .wrap-columnBody .content-portfolio .wrap-title p {
  font-size: 14px;
  color: #686767;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  ul:after {
  display: block;
  content: "";
  clear: both;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  ul
  li {
  float: left;
  width: 20%;
  height: 100%;
  margin: 0px;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  ul
  li
  a {
  display: block;
  overflow: hidden;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  ul
  li
  a:hover
  img {
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  ul
  li
  img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
}

.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  .swiper-container {
  width: 100%;
  height: 100%;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  .swiper-slide {
  float: left;
  width: 180px;
  height: 180px;
  margin: 0 5px 10px;
}
.contents
  .row
  .column
  .wrap-columnBody
  .content-portfolio
  .portfolio-img
  .swiper-slide
  img {
  width: 100%;
}
.contents .row .column .wrap-columnBody .content-portfolio .swiper-container {
  border: 0;
}
.contents .row .column .wrap-columnBody .content-portfolio .portfolio-img .box {
  overflow: hidden;
}

/*상담전화 번호*/
.contents .row .column .info-call {
  width: 100%;
  height: 100px;
  background: #e10060;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.contents .row .column .info-call strong {
  display: block;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1.4;
  font-family: "GyeonggiTitle";
}
.contents .row .column .info-call p {
  font-size: 16px;
}

/*개강일*/
.contents .row .column .info-date {
  margin-bottom: 20px;
}
.contents .row .column .info-date .tab {
}
.contents .row .column .info-date .tab ul:after {
  display: block;
  content: "";
  clear: both;
}
.contents .row .column .info-date .tab ul li {
  float: left;
  width: 50%;
  height: 48px;
  background: #7e828c;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
}
.contents .row .column .info-date .tab ul li.active {
  background: #fff;
  color: #e10060;
}
.contents .row .column .info-date .tab ul li.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: #e10060;
}
.contents .row .column .info-date .tabContent {
  display: none;
  background: #fff;
  font-size: 22px;
}
.contents .row .column .info-date .tabContent.active {
  display: block;
}
.contents .row .column .info-date .tabContent p span {
  display: inline-block;
  width: 102px;
  height: 39px;
  color: #fff;
  background: #e10060;
  text-align: center;
  line-height: 39px;
  border-radius: 39px;
  margin-right: 18px;
}
.contents .row .column .info-date .tabContent p {
  line-height: 39px;
  padding: 15px 27px;
  letter-spacing: -1px;
}

.main-notice {
  background: #979797;
  padding: 25px 25px;
	box-sizing: border-box;
  width: 40%;
 float: left;
	height: 266px;
}
.main-notice .tit {
  border-bottom: 1px solid #a4a4a4;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.main-notice .tit a {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0;
  display: block;
  top: 5px;
}
.main-notice > a {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}
.main-notice img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/*우측 링크*/
.contents .row .column .wrap-link {
	float: right;
	width :60%;
}
.contents .row .column .wrap-link ul:after {
  display: block;
  content: "";
  clear: both;
}
.contents .row .column .wrap-link ul li {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  height: 133px;
  background: #fff;
  border-right: 1px solid #dedfe1;
}
.contents .row .column .wrap-link ul li:nth-child(3),
.contents .row .column .wrap-link ul li:last-child {
  border-right: 0;
}
.contents .row .column .wrap-link ul li + li + li + li {
  border-top: 1px solid #dedfe1;
}
.contents .row .column .wrap-link ul li:first-child {
  background-image: url(../images/icon/icon-main-link-banner-counseling.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.contents .row .column .wrap-link ul li:nth-child(2) {
  background-image: url(../images/icon/icon-main-link-banner-interview.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.contents .row .column .wrap-link ul li:nth-child(3) {
  background-image: url(../images/icon/icon-main-link-banner-timetable.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.contents .row .column .wrap-link ul li:nth-child(4) {
  background-image: url(../images/icon/icon-main-link-banner-tuition.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.contents .row .column .wrap-link ul li:nth-child(5) {
  background-image: url(../images/icon/icon-main-link-banner-job.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.contents .row .column .wrap-link ul li:last-child {
  background-image: url(../images/icon/icon-main-link-banner-talk.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.contents .row .column .wrap-link ul li a {
  display: block;
  height: 130px;
}
.contents .row .column .wrap-link ul li a span {
  display: block;
  text-align: center;
  padding-top: 103px;
  color: #282e40;
  font-size: 17px;
}

.right-youtube img {
  width: 100%;
}

/*수강생 후기*/
.contents .row .column .swiper-container {
  height: 374px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contents .row .column .swiper-slide.board {
  width: 50%; /*padding: 50px 57px; box-sizing: border-box;*/
  position: relative;
  background: url("../images/img/top-bg.png") left top no-repeat;
}
.contents .row .column.review .swiper-slide.board {
  width: 33.333%;
}
.contents .row .column .swiper-slide.board .inner-boardBanner {
  position: absolute;
  left: 0;
  right: 0;
  padding: 50px 57px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.contents .row .column .swiper-slide.board strong {
  display: block;
  word-break: keep-all;
  font-size: 25px;
  color: #e10060;
  line-height: 1.4;
  margin-bottom: 24px;
}
.contents .row .column .swiper-slide.board .board-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  word-break: keep-all;
  height: 165px;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.contents .row .column .swiper-slide.board .board-userInfo {display: none;}
.contents .row .column .swiper-slide.board + .swiper-slide.board {
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}
.contents .row .column .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -49px;
  text-align: center;
}
.contents .row .column .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #1f2235;
  margin: 0 7px;
}
.contents .row .column .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #1f2235;
}
.board-userInfo img {
  margin-right: 5px;
}

/*취업자 현황*/
.contents .row .column .list-employee {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 500px;
}
.contents .row .column .list-employee .tit {
  background: url("../images/img/main-job-list.jpg") 0 0 no-repeat;
  height: 180px;
  margin-top: 0;
  padding: 25px 0 0 30px;
  box-sizing: border-box;
}
.contents .row .column .list-employee .tit a {
  display: block !important;
  margin-left: 0 !important;
  margin-top: 25px !important;
}
.contents .row .column .list-employee li {
  padding: 0 15px;
}
.contents .row .column .list-employee li + li {
  padding-top: 7px;
}
.contents .row .column .list-employee li dl {
}
.contents .row .column .list-employee li dl dt {
  min-width: 80px;
}
.contents .row .column .list-employee li dl dt span {
  display: inline-block;
  background: #262626;
  text-align: center;
  color: #fff;
  min-width: 60px;
  height: 25px;
  line-height: 25px;
}
.contents .row .column .list-employee li dl dt:before {
  display: inline;
  content: "*";
  padding-right: 3px;
  color: #e10060;
  font-size: 24px;
}
.contents .row .column .list-employee li dl dt,
.contents .row .column .list-employee li dl dd {
  display: inline-block;
  font-size: 16px;
  color: #262626;
}
.contents .row .column .list-employee li dl dd {
  box-sizing: border-box;
}

.contents .row .column .list-employee li dl dd.new {
  background: url("../images/icon/icon-new.png") right center no-repeat;
  padding-right: 50px;
}

/*하단 교육과정 배너*/
/*.contents .row .wrap-banner ul:after { display: block; content: ''; clear: both; }*/
.contents .row .wrap-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}
.contents .row .wrap-banner ul li {
  width: 380px;
  height: 380px;
  background: #0879b5;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.contents .row .wrap-banner ul li:nth-child(3),
.contents .row .wrap-banner ul li:nth-child(4) {
  background: #850073;
}
.contents .row .wrap-banner ul li:nth-child(5) {
  background: #08174d;
}
.contents .row .wrap-banner ul li:last-child {
  background: #e10060;
}
.contents .row .wrap-banner ul li .inner-banner {
  position: relative;
  z-index: 10;
}
.contents .row .wrap-banner ul li .inner-banner::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.43, 0.03, 0, 0.99);
}

.contents .row .wrap-banner ul li:hover .inner-banner::after {
  transform: scale(1.06);
}

.contents .row .wrap-banner ul li:first-child .inner-banner::after {
  top: 19%;
  right: -23%;
  background-image: url("../images/img/2d-character_new.png");
  background-size: 110%;
}
.contents .row .wrap-banner ul li:first-child:hover .inner-banner::after {
  top: 15%;
  /* animation: rightLeft 0.3s cubic-bezier(0.43, 0.03, 0, 0.99); */
}

.contents .row .wrap-banner ul li:nth-child(2) .inner-banner::after {
  background-image: url("../images/img/2d-bg_new.png");
  top: 36%;
  right: -30%;
  background-size: 90%;
}
.contents .row .wrap-banner ul li:nth-child(2):hover .inner-banner::after {
  top: 30%;
}
.contents .row .wrap-banner ul li:nth-child(3) .inner-banner::after {
  background-image: url("../images/img/3d-character_new.png");
  top: -0%;
  right: -22%;
  background-size: 110%;
}
.contents .row .wrap-banner ul li:nth-child(3):hover .inner-banner::after {
  top: -5%;
}
.contents .row .wrap-banner ul li:nth-child(4) .inner-banner::after {
  background-image: url("../images/img/3d-bg_new.png");
  top: 46%;
  right: -22%;
  background-size: 110%;
}
.contents .row .wrap-banner ul li:nth-child(4):hover .inner-banner::after {
  top: 40%;
}
.contents .row .wrap-banner ul li:nth-child(5) .inner-banner::after {
  background-image: url("../images/img/policy_new.png");
  background-size: 100%;
  top: 33%;
  right: -23%;
}
.contents .row .wrap-banner ul li:nth-child(5):hover .inner-banner::after {
  top: 29%;
}
.contents .row .wrap-banner ul li:last-child .inner-banner::after {
  background-image: url("../images/img/portfolio_new.png");
  background-size: 100%;
  top: 20%;
  right: -25%;
}
.contents .row .wrap-banner ul li:last-child:hover .inner-banner::after {
  top: 15%;
}
@keyframes rightLeft {
  0% {
    right: -100%;
  }
  100% {
    right: -110px;
  }
}

.contents .row .wrap-banner .inner-banner {
  padding: 62px 38px;
  box-sizing: border-box;
  height: 380px;
}
.contents .row .wrap-banner .inner-banner .title {
  padding-bottom: 30px;
}
.contents .row .wrap-banner .inner-banner .title span,
.contents .row .wrap-banner .inner-banner .title strong {
  display: block;
}
.contents .row .wrap-banner .inner-banner .title span {
  font-family: "Montserrat";
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  line-height: 1.3;
  padding-bottom: 5px;
}
.contents .row .wrap-banner .inner-banner .title strong {
  font-family: "GyeonggiTitle";
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  word-break: keep-all;
}
.contents .row .wrap-banner .inner-banner .txt {
  font-family: "Noto Sans KR";
  font-size: 16px;
  letter-spacing: -1px;
  color: #fff;
  opacity: 0.5;
  line-height: 1.5;
  position: relative;
}
.contents .row .wrap-banner .inner-banner .btn-banner-more {
  width: 148px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 50px;
}
.contents .row .wrap-banner .inner-banner .btn-banner-more a {
  display: block;
  color: #fff;
}

/*하단 문의전화*/
.wrap-bottom.main {
  background: #f4f4f4;
  border-top: 1px solid #282e40; /*height: 260px;*/
  margin-top: 68px;
}
.wrap-bottom.main > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 74px 0;
}
.wrap-bottom.main > .inner:after {
  display: block;
  content: "";
  clear: both;
}
.wrap-bottom.main .half {
  float: left;
  width: 50%;
}
.wrap-bottom.main .half .main-bottom-call {
}
.wrap-bottom.main .half .main-bottom-call dl {
}
.wrap-bottom.main .half .main-bottom-call dl dt {
  font-size: 30px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-bottom.main .half .main-bottom-call dl dd {
  letter-spacing: -1px;
}
.wrap-bottom.main .half .main-bottom-call dl dd span:first-child {
  font-size: 50px;
  color: #e20060;
  background-image: url("../images/icon/icon-main-bottom-call.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 47px;
  padding-left: 45px;
}
.wrap-bottom.main .half .main-bottom-call dl dd span:last-child {
  font-size: 14px;
  color: #262626;
  padding-left: 20px;
}
.wrap-bottom.main .half .naver-link:after {
  display: block;
  content: "";
  clear: both;
}
.wrap-bottom.main .half .naver-link {
  margin-top: 25px;
}
.wrap-bottom.main .half .naver-link li {
  float: left;
  background: #fff;
}
.wrap-bottom.main .half .naver-link li + li {
  border-left: 1px solid #e6e6e6;
}
.wrap-bottom.main .half .naver-link li a {
  color: #000;
  font-size: 17px;
  width: 290px;
  height: 78px;
  font-weight: 700;
}
.wrap-bottom.main .half .naver-link li a span {
  color: #00b34f;
}
.wrap-bottom.main .half .naver-link li.cafe a {
  display: block;
  box-sizing: border-box;
  padding: 32px 0 0 95px;
  background-image: url("../images/icon/icon-naver-cafe.png");
  background-repeat: no-repeat;
  background-position: left 27px center;
  background-size: 53px 53px;
}
.wrap-bottom.main .half .naver-link li.blog a {
  display: block;
  box-sizing: border-box;
  padding: 32px 0 0 95px;
  background-image: url("../images/icon/icon-naver-blog.png");
  background-repeat: no-repeat;
  background-position: left 27px center;
  background-size: 53px 53px;
}
.contents .row + .row .column.right .mobile {
  display: none;
}
.mobile-view {
  display: none;
}

@media screen and (max-width: 1200px) {

  /*.wrap-visual .swiper-container .inner-visual { padding: 32vw 5vw; }*/
  /*.wrap-visual .swiper-container .inner-visual .title-visual strong { font-size: 10vw }*/
  /*.wrap-board + .contents:before { display: block; content: ''; position: absolute; left: 0; right: 0; top: 390vw; height: 100%; background: #273c8d; z-index: 0; }*/
  .bottom-type03 img {
    max-width: 100%;
  }
	.wrap-visual {
    height: auto;
		margin-top: 150px;
  }

  .contents .row .column .wrap-columnBody .content-portfolio .portfolio-img ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .contents
    .row
    .column
    .wrap-columnBody
    .content-portfolio
    .portfolio-img
    ul
    li
    img {
    height: 100%;
  }

  .contents .row .column .wrap-title {
    margin-top: 0;
  }
  .wrap-board {
    height: auto;
  }
  .wrap-board .inner .wrap-notice {
    width: 100%;
  }
  .wrap-board .inner .wrap-noticeInfo {
    width: 100%;
    float: inherit;
    clear: both;
    border-top: 1px solid #bababa;
  }
  .wrap-board .inner .wrap-notice dl,
  .wrap-board .inner .wrap-noticeInfo dl {
    margin: 0 20px;
  }
  .wrap-board .inner .wrap-noticeInfo dl dt {
    padding: 0;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .wrap-board .inner .wrap-notice:after {
    display: none;
  }

  .contents .row .column.left {
    width: auto;
    padding: 0 0;
    float: inherit;
    clear: both;
  }
  .contents .row .column.right {
    width: auto;
    margin: 0 20px;
    float: inherit;
    clear: both;
    box-sizing: border-box;
  }

  .contents
    .row
    .column
    .wrap-columnBody
    .content-portfolio
    .portfolio-img
    ul
    li {
    width: auto;

    height: auto;
    aspect-ratio: 1/1;
  }
  .contents .row .column .info-call {
    margin-top: 20px;
  }

  .contents .row .column .wrap-link {
    margin-bottom: 0;
  }
  .contents .row + .row {
    padding-top: 0px;
  }
  .contents .row + .row .column.left {
    background: #282e40;
  }
  .contents .row + .row .column .wrap-title {
    padding-top: 40px;
  }
  .contents .row + .row .column.left .wrap-columnBody {
    background: transparent;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .contents .row .column .swiper-container {
    background: #fff;
  }
  .contents .row + .row .column.right {
    background: transparent;
    position: relative;
  }
  .contents .row + .row .column.right:after {
    display: block;
    content: "";
    left: 0;
    right: 0;
    height: 230px;
    position: absolute;
    background: transparent;
    top: 0;
    z-index: -1;
  }
  .contents .row + .row .column.right .wrap-title {
    padding-top: 80px;
    margin: 0 0 20px;
  }
  .contents .row + .row .column.right .wrap-columnBody {
    background: transparent;
  }
  .contents .row + .row .column.right .pc {
    display: none;
  }
  .contents .row + .row .column.right .mobile {
    display: block;
  }
  .contents .row + .row .column.right .mobile img {
    width: 100%;
  }

  .pc-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .contents .row .column.right01 .pc {
    display: none;
  }
  .contents .row .column.right01 .mobile {
    display: block;
    max-width: 100%;
    margin-top: 15px;
  }
  .contents .row .column .list-employee {
    background: #fff;
    margin-bottom: 20px;
  }
  .bom66 {
    padding-bottom: 60px !important;
  }
  .wrap-banner ul {
    max-width: 790px;
    margin: 0 auto;
  }

  .contents .row .column .swiper-slide.board,
  .contents .row .column.review .swiper-slide.board {
    width: 100%;
  }

  .wrap-bottom.main .half {
    width: 100%;
    float: inherit;
  }
  .wrap-bottom.main > .inner {
    margin: 0 20px;
  }
  .wrap-bottom.main .half .main-bottom-call dl dd span {
    display: block;
  }
  .wrap-bottom.main .half .naver-link {
    width: 100%;
  }
  .wrap-bottom.main .half .naver-link li {
    width: 50%;
    box-sizing: border-box;
  }
  .wrap-bottom.main .half .naver-link li a {
    width: 100%;
  }
  .wrap-bottom.main .half .main-bottom-call dl dd span:last-child {
    padding-left: 0;
    font-size: 22px;
    margin-top: 6px;
  }
  .wrap-bottom.main .half .naver-link li a {
    font-size: 24px;
  }

  .contents .row .column.left01 {
    width: auto;
    margin: 0 20px;
    box-sizing: border-box;
    float: none;
  }
  .contents .row .column .list-employee {
    height: auto;
  }
  .contents .row .column.left02 {
    width: auto;
    margin: 0 20px;
    box-sizing: border-box;
    float: none;
  }
  .contents .row .column.right01 {
    width: auto;
    margin: 0 20px;
    box-sizing: border-box;
    float: none;
  }

  .contents .row .column .list-employee .tit {
    background: url("../images/img/main-job-lis-m.jpg") right 0 no-repeat;
    background-size: 150%;
    height: auto;
    margin-top: 0;
    padding: 25px 0 0 30px;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .contents .row .column .list-employee .tit a {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 25px !important;
    margin-bottom: ;
  }
  .contents .row .column .list-employee li:first-child {
    margin-top: 15px;
  }
  .contents .row .column .list-employee li:last-child {
    margin-bottom: 15px;
  }

  .portfolio-box {
    background: url("../images/img/main-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    padding: 80px 20px 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .portfolio-box a {
    display: table;
    font-size: 14px;
    padding: 6px 20px;
    border: 1px solid #fff;
    color: #fff;
    margin: 20px auto 0;
  }
  .right-youtube {
    margin-bottom: 20px;
    aspect-ratio: 1.78/1;
  }
  .right-youtube iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 959px) {
  .wrap-visual .swiper-container .swiper-pagination {
    display: block;
  }
  .wrap-visual .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
    text-align: center;
  }
  .wrap-visual .swiper-pagination {
    text-align: left;
  }

  .wrap-visual .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e10060 !important;
  }
  .wrap-visual .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    opacity: 2;
    background: #c9c9c9;
    border-radius: 0%;
  }

  .wrap-visual .swiper-container .inner-visual .title-visual strong {
    font-size: 40px;
  }
  .wrap-visual .swiper-container .inner-visual .txt-visual {
    width: 60%;
    line-height: 1.3;
    font-size: 23px;
  }

  .wrap-visual .swiper-container .inner-visual {
    padding: 90px 20px;
  }
  .wrap-visual .swiper-container .wrap-swiper-button {
    display: none;
  }
  .wrap-board .inner .wrap-notice .wrap_btn {
    display: none;
  }

  .wrap-board .inner .wrap-noticeInfo dl dt,
  .wrap-board .inner .wrap-noticeInfo dl dd {
    letter-spacing: -1px;
  }
  .wrap-board .inner .wrap-notice dl {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .wrap-board .inner .wrap-notice dl,
  .wrap-board .inner .wrap-notice dl dt,
  .wrap-board .inner .wrap-notice dl dd li {
    box-sizing: border-box;
  }
  .wrap-board .inner .wrap-notice dl dd li {
    width: calc(100% - 60px);
  }
  .wrap-board .inner dl dt .txt-mobile {
    display: none;
  }
  .wrap-board .inner .wrap-noticeInfo dl dd {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .contents .row {
    padding-top: 0px;
  }
  .contents .row2 {
    padding-top: 30px;
  }

  .contents .row .column.left {
    margin: 0;
  }
  .contents .row .column .wrap-title {
    margin: 0 20px 20px;
  }
  .contents .row .column .wrap-columnBody {
    padding-top: 0px;
  }
/*  .contents .row .column .wrap-columnBody .list-portfolio {
    position: relative;
    height: 70px;
  }
  .contents .row .column .wrap-columnBody .list-portfolio ul {
    width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 40;
  }
  .contents .row .column .wrap-columnBody .list-portfolio ul.open li {
    display: block;
  }
  .contents .row .column .wrap-columnBody .list-portfolio ul li {
    display: none;
    width: 100%;
	height: 50px;
	line-height: 50px;
    font-size: 15px;
	overflow: hidden;
    background: #282e40;
    text-align: center;
    padding: 0 3px;
    box-sizing: border-box;
    color: #fff;
  }
  .contents .row .column .wrap-columnBody .list-portfolio ul li.active {
    display: inline-block;
	font-size: 20px;
    background: #282e40;
    color: #ff006d;
    position: absolute;
    top: -50px;
    left: 0;
  }
  .contents .row .column .wrap-columnBody .list-portfolio ul li.active:after {
    width: 24px;
    height: 11px;
    background: transparent;
    background-image: url("../images/icon/icon-arrow-main-portfolio1.png");
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
  }
  .contents .row .column .wrap-columnBody .list-portfolio .wrap_btn {
    display: none;
  } */

  .wrap-bottom.main .half .main-bottom-call dl dt {
    font-size: 6vw;
  }
  .wrap-bottom.main .half .main-bottom-call dl dd span {
    padding-left: 8vw;
    background-size: contain;
    font-size: 7vw;
  }
  .wrap-bottom.main .half .main-bottom-call dl dd span:last-child {
    font-size: 4vw;
  }
  .wrap-bottom.main .half .naver-link li {
    width: 100%;
  }
  .contents .row .column .swiper-slide.board strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contents .row .column .swiper-slide.board .inner-boardBanner {
    padding: 5%;
    position: relative;
  }
  .contents .row .column .swiper-container {
    height: auto;
  }
  .wrap-bottom.main .half .main-bottom-call dl dd span:first-child {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .wrap-bottom.main .half .naver-link li a {
    font-size: 18px;
  }
  .wrap-bottom.main > .inner {
    padding: 20px 0;
  }
  .wrap-bottom.main {
    margin-top: 20px;
  }
  .contents .row + .row .column.left .wrap-columnBody {
    padding: 0 ;
  }
  .contents .row .column .swiper-pagination {
    bottom: -45px;
  }
  .contents .row .column .info-call {
    height: auto;
    padding-bottom: 30px;
  }
  .contents .row .column .swiper-slide.board .board-txt {
    margin-bottom: 20px;
  }
  .wrap-visual .swiper-container .wrap-visualBanner {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .column.right01 img {
    width: 100%;
  }
	
	.contents .row .column .wrap-columnBody .list-portfolio ul {flex-wrap: wrap;}
	
	.contents .row .column .wrap-columnBody .list-portfolio ul li {
    /* width: 130px; */
    flex: 1 1 25%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    position: relative;
    color: #BFBFBF;
    font-weight: 800;
    cursor: pointer;
    font-size: 14px;
}
	
	.contents .row .column .wrap-columnBody .list-portfolio ul li:not(:last-child)::before {
            content: '';
            position: absolute;
            right: 0;
            top: 15px;    /* 세로 선이 리스트 항목의 상단에서 시작 */
            bottom: 15px; /* 세로 선이 리스트 항목의 하단에서 끝남 */
            width: 1px;
            background-color: #4C5160;  /* 선의 색상 */
        }
}

@media screen and (max-width: 829px) {
  .contents .row .column .swiper-slide.board {
    padding: 2%;
    box-sizing: border-box;
  }
  .wrap-banner ul {
    width: auto;
  }
  .contents .row .wrap-banner ul {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contents .row .wrap-banner ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    height: calc(50vw - 10px);
  }
  .contents .row .wrap-banner .inner-banner {
    height: calc(50vw - 10px);
    padding: 5vw 3vw;
  }
  .contents .row .wrap-banner .inner-banner .title {
    padding-bottom: 3vw;
  }
  .contents .row .wrap-banner .inner-banner .title span {
    font-size: 3vw;
    line-height: 1.3;
  }
  .contents .row .wrap-banner .inner-banner .title strong {
    font-size: 5.5vw;
    letter-spacing: -1px;
  }
  .contents .row .wrap-banner .inner-banner .txt {
    font-size: 2vw;
    line-height: 1.5;
  }

  .contents .row .wrap-banner ul li:first-child .inner-banner,
  .contents .row .wrap-banner ul li:nth-child(2) .inner-banner,
  .contents .row .wrap-banner ul li:nth-child(3) .inner-banner,
  .contents .row .wrap-banner ul li:nth-child(4) .inner-banner,
  .contents .row .wrap-banner ul li:nth-child(5) .inner-banner,
  .contents .row .wrap-banner ul li:last-child .inner-banner {
    background-size: auto 60%;
  }
  .contents .row .wrap-banner .inner-banner .btn-banner-more {
    width: inherit;
    height: auto;
    line-height: 2.5;
    padding: 0 4vw;
    bottom: 4vw;
    font-size: 2vw;
  }

  .contents .row .column .wrap-columnBody .content-portfolio .portfolio-img ul {
    grid-template-columns: repeat(3, 1fr);
  }
	
	.main-notice {
    background: #979797;
    padding: 25px 25px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    height: 266px;
	}
	
	.contents .row .column .wrap-link {
    float: right;
    width: 100%;
	}
}

@media screen and (max-width: 810px) {
  .contents .row .column .wrap-columnBody .content-portfolio.gaming .wrap-title strong {
    font-size: 18px;
  } 
  
  .contents.bgf3 .tit.bottom br {
    display: block;
  }
  .contents
    .row
    .column
    .wrap-columnBody
    .content-portfolio
    .portfolio-img
    ul
    li {
    width: auto;
    height: auto;
  }
	
  .contents
    .row
    .column
    .wrap-columnBody
    .content-portfolio
    .portfolio-img
    ul
    li
    img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .contents .row .column .wrap-columnBody .content-portfolio .portfolio-img ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .contents .row .column .info-date .tabContent {
    font-size: 4vw;
  }
	.contents .row .column .wrap-columnBody .tabContent.active {
  display: block;
 max-width: 100%;
}
}

.bottom-type03 {
  background: #222;
  text-align: center;
}

.board-type1 .swiper-button-next,
.board-type1 .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-size: 64px;
}
.board-type1 .swiper-button-prev {
  background-image: url("../images/img/main-bt-pre.png");
  left: -20px;
}
.board-type1 .swiper-button-next {
  background-image: url("../images/img/main-bt-next.png");
  right: -20px;
}

.bottom-type02 {
  padding: 100px 0 115px;
  text-align: center;
}
.bottom-type02 .tit {
  font-family: "GyeonggiTitle";
  font-size: 35px;
  color: #33333;
  margin-bottom: 60px;
}
.bottom-type02 .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 280px;
}
.bottom-type02 ul {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 280px;
}
.bottom-type02 li {
  width: 250px;
  height: 280px;
  border: 2px solid #e00060;
  border-radius: 45px;
  overflow: hidden;
  display: inline-block;
  margin-right: 4%;
  z-index: 999;
  background: #fff;
}
.bottom-type02 li.nomr {
  margin-right: 0;
}
.bottom-type02 li span {
  font-family: "GyeonggiTitle";
  display: inline-block;
  font-size: 20px;
  color: #333333;
  padding: 30px 0 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #333;
}
.bottom-type02 li p {
  font-family: "GyeonggiTitle";
  color: #e00060;
  font-size: 27px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-transform: uppercase;
}
.bottom-type02 li .con {
  background: #f0f0f0;
  padding: ;
  padding: 25px 10px;
  font-size: 17px;
  line-height: 27px;
  color: #666666;
  height: 165px;
  letter-spacing: -1px;
}
.bottom-type02 .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f79ac2;
  top: 116px;
  z-index: 0;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}

.pc_slider .swiper-button-next.swiper-button-disabled,
.pc_slider .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
}

.m_slider .swiper-button-next.swiper-button-disabled,
.m_slider .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
}


/* 수강후기 영역 수정 */

.content2 {background-color: #efefef; text-align: center; padding: 80px 0;}
.rev_subtitle p{
	font-size: 26px;
	color: #2e2e2e;
	height: 45px;
	font-family: "NanumSquare";
	font-weight: 500;
}
.rev_title p{
	font-size: 40px;
	height: 75px;
	font-family: "NanumSquare";
	font-weight: 900;
}
.rev_title span {color: #90157f;}
.rev_mini_title p {
	font-size: 21px;
	color: #434343;
	font-family: "NanumSquare";
	font-weight: 500;
	line-height: 1.3;
}

.content2 .review_container {width: 100%; max-width: 1200px; margin: 0 auto; padding-top: 50px; position: relative;}
.content2 .swiper-container1 {width: 100%; overflow: hidden;}
.content2 .swiper-wrapper1 {
	display: flex;
	transition: transform 0.3s ease-in-out; 
	transform: translateX(0);
	width: 100%;
}
.swiper-wrapper2 div img {border-radius: 15px; width: 1200px;}
.content2 .review_container1 {max-width: 1200px; padding-top: 0px;}
.content2 .swiper-slide.board1 {
	width: calc(33.333% - 10px);
	height: auto;
	padding: 40px 35px;
	margin: 10px 5px 0;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #e5e5e5;
	position: relative;
	aspect-ratio: 416 / 395;
	clip-path: polygon(0 0, 100% 0, 100% 89%, 89% 100%, 0 100%);
}
.content2 .swiper-slide.board1::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #dddddd 50%, transparent 50%);
}
.content2 .swiper-slide.board1 strong {
	font-family: "NanumSquare";
	transform : rotate(0.03deg);
	height: 65px;
	display: block;
	font-size: 20px;
	font-weight: 900;
	color: #383838;
	word-break: keep-all;
	line-height: 1.3;
}
.content2 .swiper-slide.board1 strong span{color: #90157f;}
.content2 .swiper-slide.board1 .board-txt {
	font-family: "NanumSquare";
	transform : rotate(0.03deg);
	font-size: 15px;
	font-weight: 700;
	color: #383838;
	word-break: keep-all;
	line-height: 1.6;
	padding-top:10px;
	height: 225px;
	overflow: hidden;
}
.content2 .swiper-slide.board1 .board-txt span{
	background: linear-gradient(to top, #f2ddff 50%, transparent 50%);
}
.content2 .swiper-slide.board1 .board-userInfo {
	font-family: "NanumSquare";
	transform : rotate(0.03deg);
	position: absolute;
	font-size: 15px;
	font-weight: 700;
	color: #a5a3a3;
	word-break: keep-all;
	bottom: 20px;
	left: 50%;
	margin-left: -80px;
}

.swiper-prev, .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    font-size: 60px;
    color: #BCBCBC;
    border: none;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
}

.swiper-prev {
    left: -70px;
}

.swiper-next {
    right: -70px;
}

.swiper-prev:hover, .swiper-next:hover {
    color: #8e8e8e;
}

/* 과정소개 */
.contents.bgf4 {
  background: #151515;
  padding: 50px 0;
	color: white;
	text-align: center;
}
.bgf4 p {color: white; transform : rotate(0.03deg);}
.curri_list { width: 1200px; display: flex; flex-wrap: wrap;margin: 0 auto; align-content: center; padding-top: 30px;}
.curri_list div img{overflow: hidden; height: auto;}
.img_box {
  margin: 5px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
 height: auto;
	margin-bottom: 10px;
}

.img_box img.off {
  position: absolute;
  z-index: 99;
  opacity: 1;
}

.img_box img.on {
  z-index: 100;
  opacity: 0;
}

.img_box:hover img.off {
  opacity: 0; /* 기본 이미지 숨김 */
	transition: opacity 0.3s ease-in-out;
}

.img_box:hover img.on {
  opacity: 1; /* hover 시 교체 이미지 표시 */
  transform: translateY(0);
}

.img_box .txt {
  position: absolute;
  width: 270px;
  text-align: left;
  z-index: 101;
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 32px;
  color: #333;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}

.img_box .txt_on {
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: left;
  color: white;
  font-family: "NanumSquare";
  font-weight: 500;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  transform: translateY(40px);
  top: 70%;
  overflow: hidden; /* 내부 텍스트가 박스 범위를 넘지 않도록 설정 */
}
.img_box .txt_on p {padding: 20px 0 30px 0;}
.img_box:hover .txt {
  top: 30%;
  transform: translateY(-70%);
  padding-bottom: 10px;
}
.img_box:hover .txt2 {
  top: 40%;
  transform: translateY(-70%);
  padding-bottom: 20px;
}

.img_box:hover .txt_on {
  opacity: 1; /* hover 시 추가 텍스트 표시 */
  transform: translateY(0);
  overflow: hidden; /* 추가 텍스트가 박스 내부에만 표시 */
}

.img_box .txt_on .txt_btn a span {
  color: white;
  border: 1px solid white;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.img_box .txt_on .txt_btn a span:hover {
  background-color: white;
  color: black;
  font-family: "NanumSquare";
  font-weight: 700;
  transform : rotate(0.03deg);
}

.intro_mo {display: none;}


@media screen and (max-width: 1200px) {
	.intro_pc {display: none;}
	.intro_mo {display: block;}
	
	/* 모바일 수강후기 영역 */
	
	.content2 {padding: 50px 0;}
.rev_subtitle p{
	font-size: 22px;
	height: 40px;
}
.rev_title p{
	font-size: 35px;
	height: 160px;
	line-height: 1.3;
}
.rev_title2 p{
	height: 100px;
}
.rev_mini_title p {
	font-size: 18px;
	transform : rotate(0.03deg);
}
	
.content2 .review_container {width: 100%; max-width: 90%; margin: 0 auto; padding-top: 30px; position: relative;}
.swiper-wrapper2 div img {border-radius: 15px; width: 100vw; margin: 0 auto; text-align: center;}
.content2 .review_container1 {max-width: 100vw; padding-top: 0px;}
.content2 .swiper-slide.board1 {
	width: calc(100% - 10px);
	height: auto;
	padding: 30px 25px;
	margin: 10px 5px 0;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #e5e5e5;
	position: relative;
	aspect-ratio: 416 / 395;
	clip-path: polygon(0 0, 100% 0, 100% 89%, 89% 100%, 0 100%);
}
.content2 .swiper-slide.board1::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #dddddd 50%, transparent 50%);
}
.content2 .swiper-slide.board1 strong {
	font-family: "NanumSquare";
	transform : rotate(0.03deg);
	height: 65px;
	display: block;
	font-size: 20px;
	font-weight: 900;
	color: #383838;
	word-break: keep-all;
	line-height: 1.3;
}
.content2 .swiper-slide.board1 .board-txt {
	font-family: "NanumSquare";
	transform : rotate(0.03deg);
	font-size: 15px;
	font-weight: 700;
	word-break: keep-all;
	line-height: 1.6;
	padding-top:5px;
	height: 225px;
	overflow: hidden;
}
.content2 .swiper-slide.board1 .board-userInfo {
	font-family: "NanumSquare";
	transform : rotate(0.03deg);
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	color: #a5a3a3;
	word-break: keep-all;
	bottom: 20px;
	left: 50%;
	margin-left: -65px;
}

.swiper-prev, .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    font-size: 60px;
    color: #BCBCBC;
    border: none;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
}

.swiper-prev {
    display: none;
}

.swiper-next {
    display: none;
}
	
/* 모바일 과정 소개 영역 */
.curri_list { width: 95%; display: flex; flex-wrap: wrap;margin: 0 auto; align-content: center; padding-top: 30px;}
.curri_list div img{padding: 5px; width: 95%;}
.img_box {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

.img_box img.off {
  position: absolute;
  z-index: 99;
  opacity: 0;
}

.img_box img.on {
  z-index: 100;
  opacity: 1;
}

.img_box .txt {
  position: absolute;
  width: 270px;
  text-align: left;
  z-index: 101;
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 25px;
  color: #333;
  left: 30px;
  top: 15%;
  transform: none;
  padding-bottom: 10px;
}

.img_box .txt_on {
  opacity: 1;
  position: absolute;
  width: 100%;
  text-align: left;
  color: white;
  font-family: "NanumSquare";
  font-weight: 500;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  font-size: 14px;
  line-height: 1.5;
  transform: none;
  top: 30%;
}
.img_box .txt2 {top: 11%;}
.img_box .txt3 {top: 10%;}
.img_box .txt_on p {padding: 20px 0 15px 0; line-height: 1.2em;}
.img_box .txt_on3 p {padding: 35px 0 10px 0; line-height: 1.2em;}
.img_box:hover .txt {
  top: 15%;
  transform: none;
  padding-bottom: 0px;
  padding-bottom: 10px;
}
.img_box:hover .txt2 {
  top: 11%;
  transform: none;
  padding-bottom: 10px;
}
.txt2 p {padding-bottom: 60px;}
.img_box:hover .txt3 {
  top: 10%;
  transform: none;
  padding-bottom: 10px;
}
.txt3 p {padding-bottom: 20px;}

.img_box:hover .txt_on {
  opacity: 1; /* hover 시 추가 텍스트 표시 */
  transform: none;
}


.img_box .txt_on .txt_btn a span {
  color: white;
  border: 1px solid white;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.img_box .txt_on .txt_btn a span:hover {
  background-color: white;
  color: black;
  font-family: "NanumSquare";
  font-weight: 700;
  transform : rotate(0.03deg);
}

}


/*왼쪽 플로팅 배너*/
.wrap-bottom-cs-float {
  position: fixed;
  bottom: 4%;
  left: 20px;
  z-index: 998;
  transition: transform 0.3s ease-in-out, width 0.3s ease, height 0.3s ease;
  transform: translateX(0);
}

.wrap-bottom-cs-float.hidden {
	transform: translateX(-120%);
}

  /* 작은 탭 상태 */
.wrap-bottom-cs-float.small-tab {
  left: 0; /* 왼쪽 끝에 고정 */
  transform: translateX(-100%); /* 살짝 보이게 설정 */
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}

.wrap-bottom-cs-float.small-tab::after {
  content: "상담문의"; /* 왼쪽에서 보이도록 방향 표시 */
  font-size: 14px;
  font-weight: 900;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100px;
  padding-left: 15px;
  background-color: #e10060;
  position: absolute;
  border-radius: 0 3px 3px 0;
  left: 100%; /* 컨테이너 바로 옆에 표시 */
  top: 70%;
  transform: translateY(-50%);
  line-height: 1.2;
}

.wrap-bottom-cs-float .inner {
	width: 230px;
	height: 300px;
	background-color: white;
	border-radius: 25px 25px 20px 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* x축, y축, 흐림, 색상 */
}

.wrap-bottom-cs-float .inner .cs_title {
	height: 50px;
	background-color: #282e40;
	border-radius: 20px 20px 0 0;
	font-family: "NanumSquare";
	font-weight: 700;
	padding-left: 20px;
	color: white;
	font-size: 17px;
	line-height: 50px;
	position: relative;
}


.wrap-bottom-cs-float .inner .layer-btn {
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 999;
}
.wrap-bottom-cs-float .inner .layer-btn a {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../../images/icon/icon-btn-close.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.wrap-bottom-cs-float .inner .layer-btn a span {
  font-size: 0;
  line-height: 0;
}


.wrap-bottom-cs-float .cs_input {
	align-content: center;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}

.wrap-bottom-cs-float input.input-line {
    border: solid 1px #d6d6d6;
    background: transparent;
    height: 35px;
    width: 200px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.wrap-bottom-btn-float {
	width: 200px;
	background-color: #232323;
	font-family: "NanumSquare";
	font-weight: 700;
	color: white;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}

.wrap-bottom-btn-float .csbtn {
	font-family: "NanumSquare";
	font-weight: 700;
	color: white;
	font-size: 17px;
	line-height: 35px;
}

.wrap-bottom-cs-float .box-bottom input[type="checkbox"] {
	width: 12px;
    height: 12px;
    border: 1px solid #282e40;
	background-color: transparent;
	margin: 10px 5px 0 15px;
	border-radius: 2px;
	position: relative;
}

.wrap-bottom-cs-float .box-bottom input[type="checkbox"]:checked {
    background-color: #282e40;
}

/* 체크된 상태에서 체크 표시 모양 만들기 */
.wrap-bottom-cs-float .box-bottom input[type="checkbox"]::after {
    content: '✔'; /* 체크 표시 */
    font-size: 8px;
    color: white; /* 체크 표시 색상 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; /* 기본적으로 숨김 */
}

/* 체크된 상태일 때 체크 표시 보이게 */
.wrap-bottom-cs-float .box-bottom input[type="checkbox"]:checked::after {
    display: block;
}

.wrap-bottom-cs-float .box-bottom label {
	display: flex;
}

.wrap-bottom-cs-float .box-bottom p {
	font-size: 12px;
	color: #6f6f6f;
	padding-top: 10px;
}


@media screen and (max-width: 1200px) {
	.wrap-bottom-cs-float {
		bottom: 10%;
		left: 10px;
	}
}


/* 100기 출정식 */
.hero-video {
  position: relative;
  width: 100%;
  height: clamp(320px, 56.25vw, 780px);
  overflow: hidden;
  background: #000;
}

/* 기본은 투명(재생/호버 시도 0) */
.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;                /* 재생·호버 시 투명 */
  transition: opacity .25s ease;
  pointer-events: none;
}

/* 일시정지 상태에서만 살짝 어둡게 */
.hero-video.is-paused::after { opacity: .22; } /* 농도는 취향에 맞게 조절 */

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* 전체 클릭 영역(아이콘 없음) */
.hero-video .video-toggle {
  position: absolute;
  inset: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.hero-video .video-toggle:focus { outline: none; }
.hero-video .video-toggle:focus-visible {
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: -4px;
}


/*카운트업*/
.counter_wrap {
	background-color: #1E1E1E; 
	color: white;
	padding: 100px 0;
	text-align: center;
	margin: 0 auto;
}
.counter_wrap .rev_title p span {color: cyan;}
.counter_wrap .stats-wrap {
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.counter_wrap .stats-wrap .stat-item {
	width: 250px;
	margin: 0 auto;
}
.counter_wrap .stats-wrap .stat-item .stat-label {
	font-size: 22px;
	color:#C8C8C8;
	font-family: 'NanumSquareNeoBold';
	line-height: 1.4em;
	height: 60px;
	align-content: center;
	align-items: center;
}
.counter_wrap .stats-wrap .stat-item .stat-label2 {font-size: 20px;}
.counter_wrap .stats-wrap .stat-item .stat-value {
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0;
}
.counter_wrap .stats-wrap .stat-item .stat-value span {
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 80px;
}
.counter_wrap .stats-wrap .stat-item .stat-label_mini {
	font-size: 13px;
	color: #747474;
	line-height: 1.2em;
	height: 32px;
	align-content: center;
	align-items: center;
}

@media screen and (max-width: 1200px) {

.counter_wrap .rev_title p {height: 120px;}
.counter_wrap .stats-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	gap: 0 10px;
}
.counter_wrap .stats-wrap .stat-item {
	width: 40%;
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #414141;
}
.counter_wrap .stats-wrap .stat-item .stat-label {
	font-size: 16px;
	color:#C8C8C8;
	font-family: 'NanumSquareNeoBold';
	line-height: 1.4em;
}
.counter_wrap .stats-wrap .stat-item .stat-value {
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0;
}
.counter_wrap .stats-wrap .stat-item .stat-value span {
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 40px;
}
.counter_wrap .stats-wrap .stat-item .stat-label_mini {
	font-size: 11px;
	color: #747474;
}
}


/*신규 강의 스크롤*/
.special_lec img {
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	border-radius: 12px;
}
.special_lec {
	padding-bottom: 20px;
}
.new_webtoon {
	text-align: center;
	padding: 50px 0 80px;
}
.new_webtoon .rev_subtitle {
	height: 40px;
}
.new_webtoon .rev_subtitle span {
	background: linear-gradient(to top, #6dcff6 50%, transparent 50%);
}
.webtoon_new {
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
	mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 5%,
    rgba(0,0,0,.85)   15%,
    rgba(0,0,0,.85)   85%,
    rgba(0,0,0,0) 95%,
    rgba(0,0,0,0) 100%
	);
	-webkit-mask-image: linear-gradient(
      to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 5%,
    rgba(0,0,0,.85)   15%,
    rgba(0,0,0,.85)   85%,
    rgba(0,0,0,0) 95%,
    rgba(0,0,0,0) 100%
	);
}

.webtoon_new .webtoon_list {
	gap: 20px;
	justify-content: center;
	animation: webtoon-scroll 30s linear infinite;
}
.webtoon_new ul li img {
	margin: 30px 0 15px; 
	border: 1px solid #d6d6d6; 
	box-sizing: border-box;
	border-radius: 12px; 
	width: 300px;}
.webtoon_new ul li {
	position: relative;
}
.webtoon_new ul li .soon {
	position: absolute;
	left: 5px;
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 14px;
	width: 75px;
	height: 25px;
	align-content: center;
	align-items: center;
	background-color: #e10060;
	border-radius: 25px;
	padding-top: 1px;
	animation: effects 0.7s steps(1, end) infinite;
}

@-webkit-keyframes effects {
	0%, 49% {color: white;}
	50%,100% {color:yellow;}
}
@-webkit-keyframes effectss {
	0%, 49% {color: white;}
	50%,100% {color:red;}
}

.webtoon_new ul li .over {
	position: absolute;
	left: 5px;
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 14px;
	width: 75px;
	height: 25px;
	align-content: center;
	align-items: center;
	background-color: #333;
	border-radius: 25px;
	padding-top: 1px;
	animation: effectss 0.7s steps(1, end) infinite;
}

.webtoon_new:hover .webtoon_list {
	animation-play-state: paused;
}

/* 무한 스크롤 keyframes
   ul 내용을 2배로 복제해 놓고, 그 절반(-50%)만큼 왼쪽으로 이동시키는 방식 */
@keyframes webtoon-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * (300px + 20px) * 7)); }
}

.webtoon_new .webtoon_list .tc_name {
	font-family: 'NanumSquareNeoBold';
	font-size: 18px;
	padding-top: 5px;
}
.webtoon_new .webtoon_list .tc_curri {
	font-family: 'NanumSquareNeoHeavy';
	font-size: 23px;
	padding: 12px 0 20px;
}
.webtoon_new .webtoon_list .tc_coll {
	color: #5a5a5a;
	font-size: 15px;
	font-weight: 600;
}
.webtoon_new .webtoon_list .tc_coll span {color: #e10060;}

@media screen and (max-width: 1200px) {
.new_webtoon {
	text-align: center;
	padding: 50px 0 30px;
}
	.new_webtoon .rev_title {
	height: 60px;
}

.webtoon_new {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 5%,
    rgba(0,0,0,.85)   5%,
    rgba(0,0,0,.85)   95%,
    rgba(0,0,0,0) 95%,
    rgba(0,0,0,0) 100%
	);
	-webkit-mask-image: linear-gradient(
      to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 5%,
    rgba(0,0,0,.85)   5%,
    rgba(0,0,0,.85)   95%,
    rgba(0,0,0,0) 95%,
    rgba(0,0,0,0) 100%
	);
}
	
.special_lec img {
	width: 85%;
}
	
}
















