@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");
}
/* 스크롤 커스텀 */
body::-webkit-scrollbar {
    width: 6px;
	height: 6px;
	display: none;
  }
body::-webkit-scrollbar-thumb {
    background-color: #D1D1D1;
	border-radius:10px;
	border: 2px solid white;
  }
body::-webkit-scrollbar-track {
	background-color: white;
  }

.wrap {
  width: 100%;
  position: relative;
 margin: 0 auto;
}
body.layer {
  overflow: hidden;
  overflow-y: auto;
}
.wrap.gnb {
}
body {overflow-y: scroll;}

header {
  width: 100%;
  position: relative;
  z-index: 20;
}
header .header-top {
	width: 100%;
	background: #f8f9fd;
	  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
}
header.head-fix {
	position: fixed;
	top: 0; left: 0;
	background-color: rgba(255,255,255,1);
	transition: padding 0.3s ease, background 0.3s ease, height 0.3s ease;
	height: 190px;
}
header.head-fix.shrink {background-color: rgba(255,255,255,0.95);height: 170px;}
header.head-fix .header-middle2 {padding: 10px 0; transition: padding 0.3s ease;}
header.head-fix.shrink .header-middle2 {padding-top: 0;}
header.head-fix.shrink:hover {background-color: rgba(255,255,255,1);}
.macont {margin-top: 150px;}


/*상단 이벤트*/
header .header-top .wrap-event {
  max-width: 1200px;
  margin: 0 auto;
}
header .header-top .wrap-event:after {
  display: block;
  content: "";
  clear: both;
}
header .header-top .wrap-event .inner-event {
  width: 40%;
  float: left;
  color: #fff;
  font-size: 14px;
}
header .header-top .wrap-event .inner-event:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background: #e10060;
  transform: translateX(-58%);
}
header .header-top .wrap-event .inner-event dl {
  position: relative;
  z-index: 1;
}
header .header-top .wrap-event .inner-event dl dt,
header .header-top .wrap-event .inner-event dl dd {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
}
header .header-top .wrap-event .inner-event dl dt {
  background: url(../images/icon/icon-header-event.png) left center no-repeat;
  position: relative;
  margin-left: 15px;
  padding-left: 40px;
  font-weight: 700;
  padding-right: 20px;
}
header .header-top .wrap-event .inner-event dl dt:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-58%);
}
header .header-top .wrap-event .inner-event dl dd li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 40px;
}

header .header-top .wrap-event .inner-event a {
  color: #fff;
}
header .header-top .wrap-event .wrap-header-info {
  width: 62%;
  float: left;
  color: #282e40;
  font-size: 13px;
}
header .header-top .wrap-event .wrap-header-info:before {
}
header .header-top .wrap-event .wrap-header-info ul {
  position: relative;
  z-index: 1;
}
header .header-top .wrap-event .wrap-header-info ul:after {
  display: block;
  content: "";
  clear: both;
}
header .header-top .wrap-event .wrap-header-info ul li {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0 20px;
	align-content: center;
	align-items: center;ㅊ
}
header .header-top .wrap-event .wrap-header-info ul li strong {
  color: #e02567;
  font-size: 16px;
  font-weight: 700;
  padding-left: 6px;
}
header .header-top .wrap-event .wrap-header-info ul li:first-child {
  padding-left: 5px;
}
header .header-top .wrap-event .wrap-header-info ul li:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #d7d7d7;
  width: 1px;
}
/*상단띠*/
header .header-top .head_liner {
	width: 100%;
	background-color: #e10060;
	color: white;
	font-family: 'NanumSquareNeoBold';
	font-size: 16px;
	height: 40px;
	text-align: center;
	align-content: center;
	align-items: center;
}

.clr {
  clear: both;
}
.day-open {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  letter-spacing: -5px;
  position: relative;
}
.day-open img {
  position: absolute;
  width: 100%;
  top: 20px;
}

/*로고 , 개강일, 대표문의전화*/
header .header-middle {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 105px;
  box-sizing: border-box;
  padding: 16px 0;
}
header .header-middle:after {
  display: block;
  content: "";
  clear: both;
}
header .header-middle h1 {
  position: absolute;
  background: url("../images/img/logo_new.jpg") no-repeat center;
  background-size: contain;
  left: 38%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 120px;
  height: 75px;
  z-index: 2;
}
header .header-middle h1 a {
  display: block;
  height: 75px;
}
header .header-middle h1 img {
  width: 100%;
}
header .header-middle span {
  display: block;
  content: "MARU School";
  font-family: "나눔바른고딕";
  position: absolute;
  right: -276px;
  top: 18px;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  width: 270px;
}

@media screen and (max-width:960px) {
	header .header-middle span {display: none;}
}
header .header-middle .beginDate {
  width: 50%;
  float: left;
}
header .header-middle .beginDate dl dt {
  font-size: 15px;
  font-weight: 700;
  color: #585858;
  margin-bottom: 5px;
}
header .header-middle .header-call dl dt {
  padding: 0;
  line-height: 0;
}
header .header-middle .header-call {
  width: 234px;
	height: 100px;
  float: right;
  margin-top: -17px;
}
header .header-middle .header-call dl {
}
header .header-middle .header-call dl dd {
  background: none;
  display: none;
}
header .header-middle .header-call dl dd a {
  color: #e20060;
  font-size: 0px;
  font-weight: 700;
}
header .header-middle .header-call .toggle-gnb {
  display: none;
}

.header-call .swiper-container {
  height: 106px;
}
.header-call .swiper-pagination {
  top: 15px !important;
  height: 15px;
}
	aside {
	  position: fixed;
	  z-index: 50;
	  left: 0;
	  top: 0;
	  transition: transform 0.5s;
	  transform: translateX(-200vw);
	  height: 100vh;
	}

/*gnb*/
.wrap-nav.mobile {
  display: none;
}
.wrap-nav {
  background: #08174d;
}
.wrap-nav .icon-mobile {
  display: none;
}
.wrap-nav nav {
  max-width: 1200px;
  margin: 0 auto;
  height: 40px;
}
.wrap-nav nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap-nav nav ul:after {
  display: block;
  content: "";
  clear: both;
}
.wrap-nav nav ul li.active {
  display: none;
}
.wrap-nav nav ul li {
  display: table-cell;
  text-align: center;
  flex: 1 1 15%;
}
.wrap-nav nav ul li.after-padding {
  margin-right: 134px;
  display: block;
}
.wrap-nav nav ul li a {
  color: #fff;
  font-size: 17px;
  display: block;
  line-height: 40px;
}
/*.wrap-nav nav ul li:nth-child(2) {
  width: 160px;
}
.wrap-nav nav ul li:nth-child(3) {
  width: 171px;
}
.wrap-nav nav ul li:nth-child(4) {
  width: 162px;
}
.wrap-nav nav ul li:nth-child(5) {
  width: 210px;
}
.wrap-nav nav ul li:nth-child(6) {
  width: 162px;
}
.wrap-nav nav ul li:nth-child(7) {
  width: 170px;
}
.wrap-nav nav ul li:nth-child(8) {
  width: 160px;
}*/
.sub-menu {
  display: none;
  background: #fff url("../images/img/menu-bg.png1") no-repeat center bottom;
  position: absolute;
  z-index: 9999;
  padding: 0 0 0;
  width: 100%;
  border-bottom: 1px solid #08174d;
}
.sub-menu ul {
  width: 1200px;
  margin: 0 auto;
  display: table;
  border-left: 1px solid #e9e9e9;
  display: flex;
  justify-content: center;
}
.sub-menu ul li {
  display: block;
  border-right: 1px solid #e9e9e9;
  float: left;
  height: 370px;
  padding: 10px 0 20px;
  flex: 1 1 15%;
}
/*.sub-menu ul li:nth-child(1) {
  width: 160px;
}
.sub-menu ul li:nth-child(2) {
  width: 170px;
}
.sub-menu ul li:nth-child(3) {
  width: 160px;
}
.sub-menu ul li:nth-child(4) {
  width: 210px;
}
.sub-menu ul li:nth-child(5) {
  width: 160px;
}
.sub-menu ul li:nth-child(6) {
  width: 170px;
}
.sub-menu ul li:nth-child(7) {
  width: 160px;
}*/
.sub-menu ul li a {
  font-size: 16px;
  color: #666666;
  display: block;
  text-align: center;
  line-height: 30px;
}
.sub-menu ul li a:hover {
  color: #fff;
  background: #e10060;
}

/*footer*/
footer {
  background: #282e40; /*height: 178px;*/
}
footer .inner-footer {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
footer .inner-footer .wrap-footer-txt {
  background-image: url("../images/img/logo_new.jpg");
  background-repeat: no-repeat;
  background-size: 95px 90px;
  padding: 36px 0 0 124px;
  background-position: left 0 top 36px;
}
footer .inner-footer .wrap-footer-txt > ul {
  margin-bottom: 26px;
}
footer .inner-footer .wrap-footer-txt > ul li:first-child {
  padding-left: 0;
}
footer .inner-footer .wrap-footer-txt > ul li:last-child {
  padding-right: 0;
}
footer .inner-footer .wrap-footer-txt > ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
footer .inner-footer .wrap-footer-txt > ul li + li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 14px;
  background: #fff;
}
footer .inner-footer .wrap-footer-txt > ul li a {
  color: #fff;
  font-size: 16px;
}
footer .inner-footer .wrap-footer-txt .addressInfo {
  font-size: 13px;
  opacity: 0.5;
  color: #fff;
  line-height: 1.3;
}
footer .inner-footer .wrap-footer-txt .addressInfo p span + span {
  padding-left: 10px;
}

/* footer 수정 */
footer {
  background: #232323; /*height: 178px;*/
}
footer .inner-footer2 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
footer .inner-footer2 .wrap-footer-txt {
  padding: 36px 0 0 0;
}
footer .inner-footer2 .wrap-footer-txt ul {
  display:inline-block;
}
footer .inner-footer2 .wrap-footer-txt > ul {
  margin-bottom: 20px;
}
footer .inner-footer2 .wrap-footer-txt > ul li:first-child {
  padding-left: 0;
}
footer .inner-footer2 .wrap-footer-txt > ul li:last-child {
  padding-right: 0;
}
footer .inner-footer2 .wrap-footer-txt > ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
footer .inner-footer2 .wrap-footer-txt .footer-txt {
	padding-top: 5px;
}
footer .inner-footer2 .wrap-footer-txt > .footer-txt li + li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #fff;
}
footer .inner-footer2 .wrap-footer-txt > ul li a {
  color: #fff;
  font-size: 15px;
}
footer .inner-footer2 .wrap-footer-txt .addressInfo {
  font-size: 13px;
  opacity: 0.5;
  color: #fff;
  line-height: 1.5;
}
footer .inner-footer2 .wrap-footer-txt .footer-sns {
	float: right;
}
footer .inner-footer2 .wrap-footer-txt .footer-sns li {
	width: 40px;
	padding: 0 7px;
}
footer .inner-footer2 .wrap-footer-txt .footer-sns img {
	width: 100%;
}
	footer .inner-footer2 .wrap-footer-txt .addressInfo.mo {display: none;}
	footer .inner-footer2 .wrap-footer-txt .addressInfo.pc {display: block;}




footer .inner-footer .wrap-footer-txt .family-site {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 27px;
}
footer .inner-footer .wrap-footer-txt .family-site strong {
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  width: 190px;
  height: 35px;
  padding: 10px 0 0 17px;
  color: #707070;
  vertical-align: top;
  position: relative;
}
footer .inner-footer .wrap-footer-txt .family-site strong:after {
  display: block;
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/icon-select-arrow.png);
  width: 7px;
  height: 4px;
}
footer .inner-footer .wrap-footer-txt .family-site strong.active:after {
  transform: translateY(-50%) rotate(180deg);
}
footer .inner-footer .wrap-footer-txt .family-site ul {
  display: none;
  position: absolute;
}
footer .inner-footer .wrap-footer-txt .family-site a {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: #e10060;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.hx-main-qservice-form {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 27px;
}

.ftr_site_selectbox {
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  width: 190px;
  height: 35px;
  color: #707070;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  float: left;
}
.ftr_site_selectbox select {
  height: 35px;
}
.ftr_site_selectbox .selectric {
  border: 0;
}
.ftr_site_selectbox .selectric .label {
  height: 33px;
  font-size: 13px;
  line-height: 35px;
}
.hx-main-qservice-form input {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: #e10060;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border: 0;
  float: left;
}
.ftr_site_selectbox .wrap-board.write .table-style dd .selectric .label,
.ftr_site_selectbox .wrap-board.write .table-style dd .selectric-items ul,
.selectric-items li {
  font-size: 13px !important;
}


/* 사이트맵 수정 */
.hx-main-qservice-form2 {
  position: absolute;
  right: 0;
  font-size: 14px;
  bottom: 50px;
  border: 1px solid #ccc;
}
.hx-main-qservice-form2 .ftr_site_selectbox {border: 0;}
.hx-main-qservice-form2 input {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: #232323;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border: 0;
  float: left;
}
.ftr_site_selectbox2 .wrap-board.write .table-style dd .selectric .label,
.ftr_site_selectbox2 .wrap-board.write .table-style dd .selectric-items ul,
.selectric-items li {
  font-size: 13px !important;
}
.hx-main-qservice-form2 .ftr_site_selectbox .selectric-items .selectric-scroll ul {width: 100%;}


/*quick menu*/
.wrap-quick {
  position: fixed;
  top: 10%;
  right: 15px;
  z-index: 999;
  transform: translateX(125%);
  transition: transform 0.3s ease-in-out;
}
.wrap-quick.scroll {
  transform: translateX(0);
}
.wrap-quick ul {
  width: 90px;
}
.wrap-quick ul li:first-child {
  height: 148px;
  border-radius: 60px 60px 0 30px;
  background: #e10060;
  color: #fff;
  text-align: center;
}
.wrap-quick ul li:first-child span {
  display: block;
  padding-top: 30px;
}
.wrap-quick ul li:first-child strong {
  font-size: 25px;
  font-weight: 800;
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.wrap-quick ul li + li {
  height: 94px;
  background: #fff;
}
.wrap-quick ul li {
  letter-spacing: -1px;
  position: relative;
  border-left: 1px solid #e10060;
  border-right: 1px solid #e10060;
}
.wrap-quick ul li:nth-child(2) a {
}
.wrap-quick ul li a:before {
  display: block;
  content: "";
  position: absolute;
  width: 88px;
  height: 70px;
  top: 0;
  left: 0;
}
.wrap-quick ul li:nth-child(2) a:before {
  background: url("../images/icon/quick1.png") center no-repeat;
}
.wrap-quick ul li:nth-child(3) a:before {
  background: url("../images/icon/quick2.png") center no-repeat;
}
.wrap-quick ul li:nth-child(4) a:before {
  background: url("../images/icon/quick3.png") center no-repeat;
}
.wrap-quick ul li:nth-child(5) a:before {
  background: url("../images/icon/quick4.png") center no-repeat;
}
.wrap-quick ul li:nth-child(6) a:before {
  background: url("../images/icon/quick5.png") center no-repeat;
}
.wrap-quick ul li:last-child a:before {
  background: url("../images/icon/quick6.png") center no-repeat;
}

.wrap-quick ul li:nth-child(2) {
  border-top-left-radius: 30px;
  border-top: 1px solid #e10060;
}

.wrap-quick ul li:last-child {
  height: 105px;
  border-radius: 60px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 1px solid #e10060;
}
.wrap-quick ul li a {
  display: block;
  padding-top: 65px;
  box-sizing: border-box;
  color: #232323;
  text-align: center;
  font-size: 13px;
	font-weight: 600;
}
.wrap-quick ul + a {
  display: block;
  width: 88px;
  height: 66px;
  background: url("../images/icon/icon-btn-top.png") center no-repeat;
  margin-top: 13px;
}
.wrap-quick ul + a span {
  display: none;
}

/*레이어 팝업*/
.wrap-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -100;
  display: block;
  opacity: 0;
}
.layer .wrap-layer {
  z-index: 100;
  opacity: 1;
}
.wrap-layer .inner {
  width: 1198px;
  max-height: 1112px;
  background: #fff;
  height: calc(100vh - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrap-layer .inner .layer-header {
  height: 92px;
  background: #000;
  position: relative;
}
.wrap-layer .inner .layer-header .title {
  width: 100%;
  box-sizing: border-box;
  padding: 32px 44px;
  font-size: 24px;
}
.wrap-layer .inner .layer-header .title strong {
  color: #fff;
}
.wrap-layer .inner .layer-header .title span {
  color: #e10060;
  position: relative;
  padding-left: 28px;
}
.wrap-layer .inner .layer-header .title span:before {
  display: block;
  content: "";
  position: absolute;
  background: #d8d8d8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-layer .inner .layer-header .layer-btn {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-layer .inner .layer-header .layer-btn a {
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../../images/icon/icon-btn-close.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap-layer .inner .layer-header .layer-btn a span {
  font-size: 0;
  line-height: 0;
}
.wrap-layer .inner .layer-content {
  /*display: flex; flex-wrap: wrap; align-items: center; justify-content: center;*/
  max-height: calc(1112px - 92px);
  width: 100%;
  height: calc(100vh - 132px);
}
.wrap-layer .inner .layer-content .wrap-img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}
/*.wrap-layer .inner .layer-content .wrap-img img { !*max-height: 100%;*! height: 80vh; }*/
.wrap-layer .inner .layer-content .wrap-img .swiper-container {
  /* height: 100%; */
}
.wrap-layer .inner .layer-content .wrap-img .swiper-slide {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrap-layer .inner .layer-content .wrap-img .swiper-button-next {
  background-image: url("../../images/icon/icon-gallery-arrow.png");
  right: 36px;
}
.wrap-layer .inner .layer-content .wrap-img .swiper-button-prev {
  background-image: url("../../images/icon/icon-gallery-arrow.png");
  transform: rotate(180deg);
  left: 36px;
}
.wrap-layer .inner .layer-content .wrap-img .swiper-button-next,
.wrap-layer .inner .layer-content .wrap-img .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-size: contain;
}
.wrap-layer .inner .layer-content .wrap-layer-img-btn {
  position: absolute;
}

/*레이어 팝업*/
.wrap-layer01 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -100;
  display: block;
  opacity: 0;
}
.layer .wrap-layer01 {
  z-index: 100;
  opacity: 1;
}
.wrap-layer01 .inner {
  width: 1198px;
  max-height: 1112px;
  background: #fff;
  height: calc(100vh - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrap-layer01 .inner .layer-header {
  height: 92px;
  background: #000;
  position: relative;
}
.wrap-layer01 .inner .layer-header .title {
  width: 100%;
  box-sizing: border-box;
  padding: 32px 44px;
  font-size: 24px;
}
.wrap-layer01 .inner .layer-header .title strong {
  color: #fff;
}
.wrap-layer01 .inner .layer-header .title span {
  color: #e10060;
  position: relative;
  padding-left: 28px;
}
.wrap-layer01 .inner .layer-header .title span:before {
  display: block;
  content: "";
  position: absolute;
  background: #d8d8d8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-layer01 .inner .layer-header .layer-btn {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-layer01 .inner .layer-header .layer-btn a {
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../../images/icon/icon-btn-close.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap-layer01 .inner .layer-header .layer-btn a span {
  font-size: 0;
  line-height: 0;
}
.wrap-layer01 .inner .layer-content {
  /*display: flex; flex-wrap: wrap; align-items: center; justify-content: center;*/
  max-height: calc(1112px - 92px);
  width: 100%;
  height: calc(100vh - 132px);
}
.wrap-layer01 .inner .layer-content .wrap-img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}
/*.wrap-layer .inner .layer-content .wrap-img img { !*max-height: 100%;*! height: 80vh; }*/
.wrap-layer01 .inner .layer-content .wrap-img .swiper-container {
  height: 100%;
}
.wrap-layer01 .inner .layer-content .wrap-img .swiper-slide {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrap-layer01 .inner .layer-content .wrap-img .swiper-button-next {
  background-image: url("../../images/icon/icon-gallery-arrow.png");
  right: 36px;
}
.wrap-layer01 .inner .layer-content .wrap-img .swiper-button-prev {
  background-image: url("../../images/icon/icon-gallery-arrow.png");
  transform: rotate(180deg);
  left: 36px;
}
.wrap-layer01 .inner .layer-content .wrap-img .swiper-button-next,
.wrap-layer01 .inner .layer-content .wrap-img .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-size: contain;
}
.wrap-layer01 .inner .layer-content .wrap-layer-img-btn {
  position: absolute;
}

@media screen and (max-width: 1470px) {
  .wrap-quick {
    display: none;
  }
}

/*테블릿*/
@media screen and (max-width: 1200px) {
  header .header-middle {
    padding: 22px 0;
    text-align: right;
  }
  header .header-middle h1 {
    left: auto;
    bottom: auto;
    transform: translateX(0);
    top: 13px;
    width: 74px;
    height: 80px;
    text-align: left;
  }
  header .header-middle h1:after {
    font-size: 20px;
    top: 7px;
  }
  header .header-middle .beginDate {
    float: inherit;
    width: 30%;
    display: none;
  }
  header .header-middle .beginDate img {
    width: 47%;
  }
  header .header-middle .header-call {
    width: 20%;
    float: right;
  }

  .wrap-nav nav ul {
    text-align: center;
    padding: 0 20px 0 0;
  }
  .wrap-nav nav ul li {
    float: inherit;
    display: inline-block;
  }

  .wrap-nav.pc {
    display: none;
  }
  .wrap-nav.mobile {
    display: block;
    padding-top: 89px;
  }
  .wrap-quick {
    display: none;
  }

  .wrap-nav.mobile .swiper-button-next {
    width: 53px;
    height: 50px;
    background: url("../../images/img/m-menu-arr.png") right center;
    right: 0;
    top: 21px;
  }
  .wrap-nav nav ul:after {
    display: none;
  }
  header .header-middle h1 a {
    display: block;
    height: 78px;
  }
  header .header-middle {
    padding: 0;
    background-color: #fff;
    position: relative;
  }
  .hx-main-qservice-form {
    display: none;
  }
  .hx-main-qservice-form2 {
    display: none;
  }
  footer .inner-footer .wrap-footer-txt .addressInfo p span + span {
    display: block;
  }
  .footer_fix {
    display: none;
  }

  header .header-middle .header-call {
    position: relative;
    top: 100px;
  }
footer .inner-footer2 .wrap-footer-txt ul {
    display: block;
	width: 100%;
	text-align: center;
  }
footer .inner-footer2 .wrap-footer-txt > ul li {
  display: inline-block;
  padding: 0 7px;
  position: relative;
}
footer .inner-footer2 .wrap-footer-txt > .footer-txt li + li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #fff;
}
footer .inner-footer2 .wrap-footer-txt > ul li a {
  color: #fff;
  font-size: 13px;
}
footer .inner-footer2 .wrap-footer-txt .footer-sns {
    float: left;
	padding-bottom: 20px;
}
}

@media screen and (max-width: 1200px) {
  .aside_bg {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 49;
  }
  aside.active {
    transform: translateX(0);
  }

  aside .aside-inner {
    max-width: 520px;
    width: 80vw;
    background: #fff;
    z-index: 52;
    position: relative;
  }
  aside .aside-gnb-top {
    height: 90px;
    padding: 13px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
  }

  aside .aside-gnb-top {
    position: relative;
  }
  aside .aside-gnb-top h1 {
    width: 60px;
    height: 65px;
    position: relative;
  }
  aside .aside-gnb-top h1 a {
    display: block;
  }
  aside .aside-gnb-top img {
    width: 100%;
  }

  aside .aside-gnb-top h1 a:after {
    display: block;
    content: "maru  school";
    position: absolute;
    right: -56px;
    top: 4px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    width: 40px;
  }
  aside .aside-gnb-top .gnb-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url("../images/icon/icon-btn-aside-close.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  aside .aside-gnb-top .gnb-close span {
    font-size: 0;
    line-height: 0;
  }

  aside .aside-gnb {
    margin-bottom: 120px;
  }
  aside .aside-gnb ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
  }
  aside .aside-gnb ul li a {
    font-size: 1.3em;
    display: block;
    line-height: 3;
    font-weight: bold;
  }
  aside .depth2 {
    display: none;
    padding-bottom: 15px;
  }
  aside .depth2 a {
    font-size: 1.1em !important;
    line-height: 2.2 !important;
  }
  aside .aside-gnb-bottom {
  }
  aside .aside-gnb-bottom .info-call {
    width: 100%;
    height: 130px;
    background: #e10060;
    color: #fff;
    text-align: center;
  }
  aside .aside-gnb-bottom .info-call strong {
    display: block;
    padding-top: 24px;
    font-size: 40px;
    line-height: 1.4;
    font-family: "GyeonggiTitle";
  }
  aside .aside-gnb-bottom .info-call p {
    font-size: 16px;
  }

  aside .aside-gnb-bottom .wrap-link {
    background: #8b8b8b;
  }
  aside .aside-gnb-bottom .wrap-link ul:after {
    display: block;
    content: "";
    clear: both;
  }
  aside .aside-gnb-bottom .wrap-link ul li {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    height: 150px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  aside .aside-gnb-bottom .wrap-link ul li:nth-child(3),
  aside .aside-gnb-bottom .wrap-link ul li:last-child {
    border-right: 0;
  }
  aside .aside-gnb-bottom .wrap-link ul li + li + li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  aside .aside-gnb-bottom .wrap-link ul li {
    position: relative;
  }
  aside .aside-gnb-bottom .wrap-link ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 77px;
    box-sizing: border-box;
    margin: 18px 30px;
  }
  aside .aside-gnb-bottom .wrap-link ul li:first-child:before {
    background-image: url(../images/icon/icon-aside-counseling.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  aside .aside-gnb-bottom .wrap-link ul li:nth-child(2):before {
    background-image: url(../images/icon/icon-aside-tuition.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  aside .aside-gnb-bottom .wrap-link ul li:nth-child(3):before {
    background-image: url(../images/icon/icon-aside-timetable.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  aside .aside-gnb-bottom .wrap-link ul li:nth-child(4):before {
    background-image: url(../images/icon/icon-aside-interview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  aside .aside-gnb-bottom .wrap-link ul li:nth-child(5):before {
    background-image: url(../images/icon/icon-aside-job.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  aside .aside-gnb-bottom .wrap-link ul li:last-child:before {
    background-image: url(../images/icon/icon-aside-talk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  aside .aside-gnb-bottom .wrap-link ul li a {
    display: block;
    height: 150px;
  }
  aside .aside-gnb-bottom .wrap-link ul li a span {
    display: block;
    text-align: center;
    padding-top: 113px;
    color: #fff;
    font-size: 1em;
    letter-spacing: -1px;
  }

  header .header-top .wrap-event {
    max-width: 100%;
  }
  header .header-top .wrap-event .inner-event {
    width: 100%;
    text-align: center;
  }
  header .header-top .wrap-event .inner-event:before {
    transform: translateX(0);
  }
  header .header-top .wrap-event .inner-event dl {
    display: inline-block;
  }
  header .header-top .wrap-event .wrap-header-info {
    width: 100%;
    text-align: center;
  }
  header .header-top .wrap-event .wrap-header-info:before {
    transform: translateX(0);
    top: 41px;
  }
  header .header-top .wrap-event .wrap-header-info ul {
    display: inline-block;
  }
  header .header-top .wrap-event .wrap-header-info ul li {
    float: inherit;
    display: inline-block;
  }

  header .header-middle h1 {
    left: 20px;
  }
  header .header-middle .header-call {
    padding-right: 20px;
    display: inline-block;
    float: inherit;
  }
  header .header-middle .header-call img {
    height: 78px;
    width: auto;
  }

  footer .inner-footer .wrap-footer-txt .family-site {
    display: none;
  }
  footer .inner-footer .wrap-footer-txt {
    background-image: none;
    padding: 36px 20px;
  }
  footer .inner-footer .wrap-footer-txt > ul {
    text-align: center;
  }
  footer .inner-footer .wrap-footer-txt > ul li a {
    font-size: 18px;
    line-height: 1.4;
  }
  footer .inner-footer .wrap-footer-txt > ul li + li:before {
    top: 4px;
  }
  footer .inner-footer .wrap-footer-txt .addressInfo {
    word-break: keep-all;
    line-height: 1.3;
    font-size: 18px;
    text-align: center;
  }
    footer .inner-footer2 .wrap-footer-txt .addressInfo {
        word-break: keep-all;
        text-align: left;
		width: 100%;
		margin: 0 auto;
		padding-left: 40px;
    }
	footer .inner-footer2 .wrap-footer-txt .addressInfo {
    font-size: 13px;
    opacity: 0.5;
    color: #fff;
    line-height: 1.5;
}
	footer .inner-footer2 .wrap-footer-txt .addressInfo.pc {display: none;}
	footer .inner-footer2 .wrap-footer-txt .addressInfo.mo {display: block; margin-top: 90px;}

  .wrap-layer .inner {
    width: 100%;
    height: 100%;
  }
  .wrap-layer .inner .layer-content {
    height: calc(100vh - 92px);
  }
  .wrap-layer .inner .layer-content .wrap-img img {
    height: 70vh;
  }

  .wrap-nav nav ul li.after-padding {
    margin-right: 0 !important;
    display: inline-block;
  }
  .wrap-nav nav ul li {
    width: 16.66666% !important;
    padding: 0 3%;
    box-sizing: border-box;
  }
  /* .wrap-nav.mobile nav ul li {
    width: initial !important;
  } */
  .wrap-nav .sub-menu ul {
    display: table;
  }
  .wrap-nav .sub-menu li {
    width: 16.46666% !important;
    padding: 0;
    display: table-cell;
  }
  .wrap-nav .sub-menu li a {
    font-size: 15px;
    letter-spacing: -1.5px;
  }

  .sub-menu ul {
    width: 100%;
  }
  .sub-menu ul li:nth-child(3) {
    margin-right: 0;
  }
  .sub-menu ul li:nth-child(4) {
    border-left: 0;
  }
  .sub-menu ul li:nth-child(6) {
    border-right: 0;
  }
}

@media (min-width:960px) and (max-width:1200px) {
  .main_container {
    /* margin-top: 172px; */
  }
  .wrap-nav.mobile {
    padding-top: 0;
  }

  .wrap-nav nav {
    position: relative;
  }

  .wrap-nav.mobile .swiper-button-next {
    top: 0;
    height: 40px;
    margin-top: 0;
  }
}

.footer_fix {
  display: none;
}
.header-icons {
  display: none;
}

/*모바일*/
@media screen and (max-width: 959px) {

  .main_container {
    position: relative;
    margin-top: 0;
  }
  header .header-top,
  header .header-middle .beginDate {
    display: none;
  }
  header .header-middle {
    height: 89px;
    position: fixed;
    background-color: #fff;
    z-index: 49;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  header .header-middle .header-call {
    margin-top: 0px;
    padding-right: 10px;
    top: 0;
  }
  header .header-middle .header-call dl {
    float: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  header .header-middle .header-call dl dt {
    display: none;
  }
  header .header-middle .header-call dl dd {
    background: none;
    padding-left: 0;
  }
  header .header-middle .header-call dl dd a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/icon-phone.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 34px;
  }
  header .header-middle .header-call dl dd a span {
    font-size: 0;
    line-height: 0;
  }
  header .header-middle .toggle-gnb {
    display: inline-block;
    float: left;
  }
  header .header-middle .toggle-gnb a {
    display: block;
    width: 36px;
    height: 29px;
    background-image: url(../images/icon/icon-gnb.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 33px 0 0 10px;
  }
  header .header-middle .toggle-gnb a span {
    font-size: 0;
    line-height: 0;
  }
  header .header-middle .header-call dl dd {
    background: none;
    display: block;
  }
  header .header-middle h1 {
    position: absolute;
    background: url("../images/img/logo_m_new.jpg") no-repeat center;
    background-size: contain;
    left: 140px;
    top: 4px;
    transform: translateX(-50%);
    width: 160px !important;
    height: 85px;
    z-index: 2;
  }
  header .header-middle h1 img {
    width: 60px;
  }
  header .header-middle .header-call .toggle-gnb {
    display: inline-block;
  }

  header .header-icons {
    float: right;
    margin: 32px 0 0 0;
    display: block;
    position: absolute;
    right: 45px;
  }
  header .header-icons img {
    margin-right: 5px;
  }

  .wrap-nav {
    height: 50px;
  }
  .wrap-nav nav {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .wrap-nav nav ul li:first-child {
    display: inline-block;
  }
  .wrap-nav nav ul li a {
    line-height: 50px;
  }

  .wrap-nav nav ul li {
    width: auto !important;
    padding: 0 3.5%;
    margin: 0 !important;
  }
  .wrap-nav .sub-menu {
    height: 0;
    padding: 0;
  }
  .wrap-nav .sub-menu li,
  .wrap-nav .sub-menu a {
    display: none;
  }

  header .header-middle h1:after {
    display: none;
    font-size: 17px;
    top: 4px;
    width: 85px;
  }

  .wrap-nav nav ul {
    width: 100%;
    font-size: 0.1px;
    white-space: nowrap;
    padding-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    appearance: none;
    -webkit-overflow-scrolling: touch;
  }



  .wrap-layer .inner .layer-header {
    min-height: 50px;
    height: auto;
  }
  .wrap-layer .inner .layer-header .title {
    font-size: 18px;
    padding: 13px 20px;
    width: 90%;
    line-height: 25px;
  }
  .wrap-layer .inner .layer-header .layer-btn {
    right: 20px;
  }

  .wrap-layer .inner .layer-content {
    height: calc(100vh - 50px);
  }

  .footer_fix {
    display: inline-block;
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
    z-index: 49;
    background-color: #222;
  }
  .footer_fix img {
    width: 19%;
  }
}

.price_info {
  cursor: pointer;
}
.price_info_wrap {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%; /*display: none*/
  top: 0;
  text-align: center;
  z-index: 9999;
  display: none;
}
.price_info_popup {
  width: 100%;
  max-width: 550px;
  top: 0;
  left: 50%;
	transform: translateX(-50%);
  margin-top: -375px;
  margin-left: -275px;
  position: absolute;
  background-color: #fff;
}
.price_info_popup .price_inner {
  height: 607px;
  overflow-y: scroll;
}
.price_info_popup p {
  background-image: url("../images/temp/pay-top-bg.png");
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}
.price_info_popup p span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 0px;
  cursor: pointer;
}
.price_info_popup p span img {
  width: 100%;
  height: 100%;
}
.price_info_popup table {
  width: 100%;
}
.price_info_popup table tr {
  border: 1px solid #d4d4d4;
}
.price_info_popup table tr th {
  background-color: #f7f7f7;
  text-align: center;
  height: 35px;
  vertical-align: middle;
}
.price_info_popup table tr td {
  border-top: 1px solid #ececec;
  background-color: #fff;
  height: 37px;
  vertical-align: middle;
}
.price_info_popup .price_inner {
  overflow-y: scroll;
  -ms-overflow-style: none; /*익스플로러*/
}
.price_info_popup .price_inner::-webkit-scrollbar {
  display: none; /*크롬*/
}

.price_info_popup {
  overflow-y: scroll;
  -ms-overflow-style: none; /*익스플로러*/
}
.price_info_popup::-webkit-scrollbar {
  display: none; /*크롬*/
}

.btn_area {
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #666;
  background: #fff;
  z-index: 8;
  position: static;
  bottom: 0;
  width: 100%;
}
.btn_area a {
  padding: 10px 20px;
  background-color: #e10060;
  color: #fff;
}
.btn_area a:last-child {
  background-color: #282828;
}

.bottom-sns {
  background: #32394d;
}
.bottom-sns .inner {
  width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}
.bottom-sns .tel {
  border: 1px solid #5b6171;
  width: 390px;
  height: 260px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}
.bottom-sns .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
}
.bottom-sns .tel .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
}
.bottom-sns .tel .txt span {
  color: #00cc2e;
  display: block;
}
.bottom-sns .tel p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin: 25px 0 15px;
}
.bottom-sns .tel .num {
  font-size: 50px;
  color: #00cc2e;
  font-weight: bold;
  letter-spacing: -3px;
}
.bottom-sns a {
  display: inline-block;
  width: 18%;
  height: 260px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
.bottom-sns a img {
  margin: 50px auto 25px;
}
.bottom-sns a span {
  color: #00b34f;
}
.bottom-sns .box01 {
  border: 1px solid #5b6171;
  width: 560px;
  height: 260px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.bottom-sns .box01.non-r {
  margin-right: 0;
  width: 200px;
}
.bottom-sns .box01.non-r a {
  width: 100%;
}
.bottom-sns .box01.non-r a img {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .bottom-sns .inner {
    width: auto;
    padding: 20px 20px;
    margin: 0 auto;
  }

  .bottom-sns .tel {
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .bottom-sns .tel .txt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
  }
  .bottom-sns .tel .num {
    font-size: 30px;
  }
  .bottom-sns .box01 {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .bottom-sns a {
    display: inline-block;
    width: 18%;
    height: auto;
    text-align: center;
    vertical-align: top;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 30px;
  }
  .bottom-sns a img {
    margin: 20px auto 15px;
    width: 80%;
  }
  .bottom-sns a.blog {
    margin-right: 0;
  }
  .bottom-sns .box01.non-r {
    width: 100% !important;
    margin-top: 10px;
    height: auto;
    text-align: center;
  }
  .bottom-sns .box01.non-r img {
    width: 100px;
  }
  .bottom-sns .box01.non-r a img {
    margin-top: 20px;
  }
}

.bottom-icon-banner {
  background: #e10060;
}
.bottom-icon-banner .inner {
  width: 1200px;
  margin: 0 auto;
  display: table;
  border-left: 1px solid #e6498c;
}
.bottom-icon-banner a {
  display: table-cell;
  width: 33.3333%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #e6498c;
}
.bottom-icon-banner a img {
  margin-right: 8px;
}


/* 푸터아이콘 수정 */
.bottom-icon-banner2 .campus {
	color: #232323;
	font-size: 15px;
	font-family: 'NanumSquareNeoExtraBold';
	word-break: keep-all;
	height: 52px;
	width: 100px;
	text-align: center;
	align-content: center;
	align-items: center;
	background: white;
}
.bottom-icon-banner2 {
  background: #232323;
  padding-top: 15px;
}
.bottom-icon-banner2 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  border-spacing: 10px 0;
}
.bottom-icon-banner2 a {
  display: table-cell;
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'NanumSquareNeoBold';
  background-color: #232323;
  vertical-align: middle;
	border: 1px solid #565860;
}
.bottom-icon-banner2 a img {
  margin-right: 8px;
  opacity: 0.7;
}

.campuswrap {background-color: #232323; padding-top: 10px;}
  .campus {
    display: flex;
    margin: 0 auto;
	  width: 1200px;
	  height: 30px;
	  padding-left: 20px;
  }
  .campus__tab {
    appearance: none;
    background: transparent;
	  width: 80px;
    border: 0;
    padding: 10px 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
	  color: white;
	  font-family: 'NanumSquareNeoExtraBold';
	  border: 1px solid transparent;
  }
  .campus__tab.is-active {
	  border-top: 1px solid #565860;
	border-left: 1px solid #565860;
	  border-right: 1px solid #565860;
	  border-radius: 10px 10px 0 0;
  }
  .campus__tab:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
  }
  /* hidden 일관 처리 */
  [hidden] { display: none !important; }

  /* 팝업(선택) — 기존 클래스에 맞게 최소만 */
  .price_info_wrap {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.35);
    display: none;
  }
  .price_info_popup {
    width: min(960px, 92vw);
    margin: 6vh auto 0;
    background: #fff; border-radius: 10px; padding: 20px;
  }
  .price_info_popup p {
    display: flex; justify-content: space-between; align-items: center;
    font-weight: 700; font-size: 18px; margin-bottom: 12px;
	  padding-left: 30px;
  }
  .price_info_popup .close_btn { cursor: pointer; }


@media screen and (max-width: 1200px) {
  .bottom-icon-banner .inner {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-left: 1px solid #e6498c;
  }
  .bottom-icon-banner a img {
    display: block;
    margin: 15px auto 10px;
  }
  .bottom-icon-banner a {
    height: auto;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 15px;
  }

/* 푸터아이콘 수정 모바일 */
.bottom-icon-banner2 {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.bottom-icon-banner2 a {
  display: inline-block;
  width: calc(50% - 10px);
  text-align: center;
  font-size: 13px;
  margin: 5px;
}
.bottom-icon-banner2 a:nth-child(n+3) {
  width: calc(33.33% - 10px); /* 3개가 한 줄에 배치되도록 설정 */
}
.bottom-icon-banner2 a img {
  margin-right: 8px;
  opacity: 0.7;
}
footer .inner-footer2 .wrap-footer-txt {
    padding: 25px 0 0 0;
}
	
}

.bottom-banner {
  background: #f3f3f3;
  padding: 70px 0 60px;
  text-align: center;
}
.bottom-banner .tit {
  font-family: "GyeonggiTitle";
  font-size: 35px;
  color: #33333;
  margin-bottom: 35px;
}
.bottom-banner .inner {
  width: 1210px;
  margin: 0 auto;
  background: #fff;
  padding: 37px 0;
  height: 200px;
  overflow: hidden;
}
.bottom-banner.bottom-banner-pc {
  display: block;
}
.bottom-banner.bottom-banner-mobile {
  display: none;
}
.bottom-banner .swiper-slide {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.bottom-banner .swiper-slide img {
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  flex: 0 0 20%;
  width: 20%;
  height: 81px;
  object-fit: contain;
}
.bottom-banner .swiper-slide img:last-child {
  border-right: 0;
}
.bottom-banner .swiper-wrapper {
  margin-top: -115px;
}

img.pc_block {
  display: block;
}

@media screen and (max-width: 1200px) {
  .bottom-banner .swiper-slide img.pc_block {
    display: none;
  }

  .contents .row + .row {
    padding-top: 100px;
  }

  .swiper-container {
    /* height: 100%; */
    margin-top: -172px;
  }

  .wrap.sub .swiper-container {
    margin-top: 0;
  }

  .bottom-banner {
    background: #f3f3f3;
    padding: 30px 0 30px;
    text-align: center;
  }
  .bottom-banner .tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .bottom-banner .swiper-slide {
    height: 81px;
    margin-bottom: 35px;
  }

  .bottom-banner .swiper-slide img {
    margin: 0 auto;
    width:33%;
    flex:0 0 33.33%;
    /* height: 100%; */
  }

  .bottom-banner .inner {
    width: auto;
    margin: 0 20px;
    background: #fff;
    padding: 20px 0;
    /* height: 90px; */
  }
  .bottom-banner .swiper-wrapper {
    margin-top: -190px;
  }
}

@media screen and (max-width: 1000px) {
  .bottom-banner .inner {
    /* height: 90px; */
  }
}

@media screen and (max-width:829px) {
  .bottom-banner .inner {
    padding: 10px 0;
    height: 125px;
  }


  .bottom-banner .swiper-slide {
    margin-bottom: 20px;
  }

  .bottom-banner .swiper-wrapper {
    margin-top: -70px;
  }

  .bottom-banner .swiper-slide img, .bottom-banner .swiper-slide {
    height: 51px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-banner .inner {
    /* height: 70px; */
  }
}
@media screen and (max-width: 650px) {
  .bottom-banner .inner {
    /* height: 50px; */
  }

  .wrap-nav.mobile .swiper-button-next {
    width: 20px;
  }
}
@media screen and (max-width: 490px) {
  .bottom-banner .inner {
    /* height: 35px; */
  }
}

.wrap-layer .inner .layer-content .wrap-img .swiper-slide iframe {
  height: 600px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .wrap-layer .inner .layer-content .wrap-img .swiper-slide iframe {
    height: 250px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 640px) {
  .bottom-banner .swiper-slide img {
    width: 50%;
    flex: 0 0 50%;
  }
  
  .price_info_popup {
    position: static;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    overflow-y: scroll;
	  transform: none;
  }
  .price_info_popup .price_inner {
    max-height: initial;
    height: 100%;
  }

  .price_info_popup table {
    width: 100%;
    margin-bottom: 100px;
  }
  .btn_area {
    position: absolute;
  }
}

@media screen and (max-width:959px) {
  .bottom-banner .swiper-slide img {
    width: 33.33%;
    flex: 0 0 33.33%;
  }

  .wrap-nav nav ul {
    overflow: initial;
  }
}

/*왼쪽 플로팅 배너*/
.wrap-bottom-cs-float {
  position: fixed;
  bottom: 5%;
  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;
	}
}


/* 상단 이벤트 수정 */
header .header-top .wrap-event .inner-event2 {
  width: 38%;
  float: left;
  color: #fff;
  font-size: 14px;
}
header .header-top .wrap-event .inner-event2:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background: #232323;
  transform: translateX(-58.5%);
}
header .header-top .wrap-event .inner-event2 dl {
  position: relative;
  z-index: 1;
}
header .header-top .wrap-event .inner-event2 dl dt,
header .header-top .wrap-event .inner-event2 dl dd {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
}
header .header-top .wrap-event .inner-event2 dl dt {
  background: url(../images/icon/icon-header-event.png) left center no-repeat;
  position: relative;
  margin-left: 15px;
  padding-left: 40px;
  font-weight: 700;
  padding-right: 20px;
}
header .header-top .wrap-event .inner-event2 dl dt:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-58%);
}
header .header-top .wrap-event .inner-event2 dl dd li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 40px;
}

header .header-top .wrap-event .inner-event2 a {
  color: #fff;
}

/*로고 , 개강일, 대표문의전화*/
header .header-middle2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 110px;
  box-sizing: border-box;
  padding: 10px 0 0;
}
header.head-fix.shrink .header-middle2 {height: 90px;}
header.head-fix.shrink .wrap-nav2 nav .gnb {height: 89px;}
header .header-middle2 .logo2:after {
  display: block;
  content: "";
  clear: both;
}
header .header-middle2 .logo2 img {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 250px;
}
header .header-middle2 .header-call dd {
	padding-top: 11px;
}
header .header-middle2 .header-call a {
  color: #e02567;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
	line-height: 25px;
}
header .header-middle2 .header-call span {
  width: 160px;
  font-size: 15px;
  font-weight: 700;
}
header .header-middle2 .header-call span:last-child a {
  font-size: 21.5px;
  font-weight: 800;
	color: #e02567;
	letter-spacing: 1.2px;
}
header .header-middle2 .header-call span:last-child a span {
  font-size: 21.5px;
  font-weight: 800;
	color: #e02567;
	letter-spacing: -0.3px;
	padding-right: 4.5px;
}

/*gnb*/
.wrap-nav2.mobile {
  display: none;
}
.clr .logo2 img { display: none;}
.mo_icon {display: none;}
.wrap-nav2 {
  background: transparent;
	text-align: center;
}
.wrap-nav2 .icon-mobile {
  display: none;
}
.wrap-nav2 nav li.active1 {
  display: none;
}
.wrap-nav2 nav .gnb {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 1500px;
	max-width: 100%;
}
.wrap-nav2 nav .gnb > li {
	position: relative;
}
.wrap-nav2 nav .gnb > li > a {
	padding: 0 10px;
	display: block;
	color: #000;
  	font-size: 19px;
  	font-family: "NanumSquare";
  	font-weight: 600;
  	line-height: 95px;
	border-bottom: solid 4px rgb(0,0,0,0);
}
@-webkit-keyframes effect {
	0%, 49% {color: #000;}
	50%,100% {color:#e10060;}
}
.wrap-nav2 nav .gnb > .pinkani > a {
	animation: effect 0.7s steps(1, end) infinite;
}
header.head-fix.shrink .wrap-nav2 nav .gnb > li > a {line-height: 85px;}
.wrap-nav2 nav .gnb > li > a:hover {
	border-bottom: solid 4px #e10060;
	color: #e10060;
}
.wrap-nav2 nav .gnb > li.active9 > a {
	border-bottom: solid 4px #e10060;
	color: #e10060;
}
.wrap-nav2 nav .gnb li:nth-child(1) {
  flex-basis: 270px;
  padding-right: 20px;
}
.wrap-nav2 nav .gnb li:nth-child(1) a:hover {
  border: none;
}
.wrap-nav2 nav .gnb li:nth-child(2) {
  flex-basis: 10%;
}
.wrap-nav2 nav .gnb li:nth-child(3) {
  flex-basis: 10%;
}
.wrap-nav2 nav .gnb li:nth-child(4) {
  flex-basis: 10%;
}
.wrap-nav2 nav .gnb li:nth-child(5) {
  flex-basis: 12%;
}
.wrap-nav2 nav .gnb li:nth-child(6) {
  flex-basis: 10%;
}
.wrap-nav2 nav .gnb li:nth-child(7) {
  flex-basis: 10%;
}
.wrap-nav2 nav .gnb li:nth-child(8) {
  flex-basis: 215px;
  text-align: right;
  padding-left: 20px;
}
.sub-menu2 {
  display: none;
  background: #fff url("../images/img/menu-bg.png1") no-repeat center bottom;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sub-menu2 .snb {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 1500px;
	max-width: 100%;
}
.sub-menu2 ul {
  box-sizing: border-box;
  height: 300px;
  position: relative;
}
.sub-menu2 ul::after {
	content: "";
	display: block;
	width: 1px;
	height: 280px;
	background-color: #e9e9e9;
	position: absolute;
	top: 10px;
	right: 0;
}
.sub-menu2 ul:last-child::after {display: none;}
.sub-menu2 ul .height a {
	padding-top: 10px;
}
.sub-menu2 ul li a {
  font-size: 15px;
  color: #666666;
  display: block;
  text-align: center;
  line-height: 30px;
  font-family: "NanumSquare";
  transform : rotate(0.03deg);
}
.sub-menu2 ul li a:hover {
	color: #e10060;
	font-weight: 800;
	font-family: "NanumSquare";
}
.sub-menu2 ul:nth-child(1) {
  flex-basis: 270px;
  padding-right: 20px;
}
.sub-menu2 ul:nth-child(2) {
  flex-basis: 10%;
}
.sub-menu2 ul:nth-child(3) {
  flex-basis: 10%;
}
.sub-menu2 ul:nth-child(4) {
  flex-basis: 10%;
}
.sub-menu2 ul:nth-child(5) {
  flex-basis: 12%;
}
.sub-menu2 ul:nth-child(6) {
  flex-basis: 10%;
}
.sub-menu2 ul:nth-child(7) {
  flex-basis: 10%;
}
.sub-menu2 ul:nth-child(8) {
  flex-basis: 215px;
  text-align: right;
  border: none;
  padding-left: 20px;
}
.sub-menu2 .awd-img {
	line-height: 270px;
}
.sub-menu2 .awd-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

@media screen and (max-width: 1200px) {
	header.head-fix {
	position: fixed;
	top: 0; left: 0;
	background-color: rgba(255,255,255,1);
	transition: padding 0.3s ease, background 0.3s ease, height 0.3s ease;
	height: 150px;
}
	header.head-fix.shrink .wrap-nav2 nav .gnb > li > a {line-height: 60px;}
	header.head-fix.shrink {background-color: rgba(255,255,255,0.95);height: 150px;}
	header .header-middle2 {position: relative;}
	header .header-middle2 .clr .logo2 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 60px;
		transform: translateY(-50%);
		width: 160px;
	}
	header .header-top {
    background: #fff;
    border-bottom: none;
}
    header .header-top .wrap-event {
        display: none;
    }
	
  .wrap-nav2.pc {
    display: none;
  }
  .wrap-nav2.mobile {
    display: block;
  }
  .wrap-quick {
    display: none;
  }
  .mo_icon {
	display: flex;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
  }
	.mo_icon img {width: 75%;}
	
  .wrap-nav2 nav {
    height: 50px;
  }
  .wrap-nav2 nav ul {
    width: 100%;
    white-space: nowrap;
    overflow: initial;
    appearance: none;
    -webkit-overflow-scrolling: touch;
  }
.wrap-nav2 nav .gnb {
	justify-content: flex-start;
}
.wrap-nav2 nav .gnb > li > a {
	padding: 0;
	color: #000;
  	font-size: 16px;
  	font-family: "NanumSquare";
  	font-weight: 600;
  	line-height: 60px;
	border-bottom: none;
	transform : rotate(0.03deg);
}
  .wrap-nav2 nav .gnb li {
    width: 20% !important;
    padding: 0 3.5%;
    box-sizing: border-box;
  }
	.wrap-nav2 nav .gnb > li > a:hover {
	border-bottom: none;
}
	
	
  header .header-middle2 {
    border-bottom: 1px solid #ddd;
	height: 90px;
	width: 100%;
	padding: 0;
  }
  header .header-middle2 .toggle-gnb {
    display: inline-block;
    float: left;
  }
  header .header-middle2 .toggle-gnb a {
    display: block;
	 position: absolute;
	  left: 20px;
	  top: 57%;
	  transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/icon-gnb.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header-middle2 .toggle-gnb a span {
    font-size: 0;
    line-height: 0;
  }

  .aside_bg {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 49;
  }
  aside.active {
    transform: translateX(0);
  }

  aside .aside-inner2 {
    max-width: 520px;
    width: 70vw;
    background: #fff;
    z-index: 52;
    position: relative;
	  height: 100%;
  }
  aside .aside-gnb-top2 {
    height: 70px;
    padding: 13px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
  }

  aside .aside-gnb-top2 {
    position: relative;
  }
  aside .aside-gnb-top2 h1 {
    width: 40px;
    height: 45px;
    position: relative;
  }
  aside .aside-gnb-top2 h1 a {
    display: block;
  }
  aside .aside-gnb-top2 img {
    width: 100%;
  }

  aside .aside-gnb-top2 h1 a:after {
    display: block;
    content: "Maru School";
	font-family: "NanumSquare";
    position: absolute;
    left: 45px;
    top: 50%;
	transform: translateY(-50%);
    font-size: 25px;
    color: #000;
    font-weight: 900;
    width: 200px;
	  letter-spacing: -1px;
  }
  aside .aside-gnb-top2 .gnb-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url("../images/icon/icon-btn-aside-close.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  aside .aside-gnb-top2 .gnb-close span {
    font-size: 0;
    line-height: 0;
  }

  aside .aside-gnb2 {
    margin-bottom: 120px;
  }
  aside .aside-gnb2 ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
  }
	aside .aside-gnb2 ul li.open > a {
	color: #e10060;
	font-weight: bolder;
	}
  aside .aside-gnb2 ul li a {
    font-size: 20px;
    display: block;
    line-height: 3;
    font-weight: bold;
  }
  aside .depth2 {
    display: none;
    padding-bottom: 15px;
  }
  aside .depth2 a {
    font-size: 17px !important;
    line-height: 2.2 !important;
  }
  aside .aside-gnb-bottom2 {
	  color: white;
  }

  aside .aside-gnb-bottom2 .wrap-link {
    background: #fff;
  }
}
