@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


/* #subContainer {
  height: 1200px !important; 
} */

#nav {
  float: left;
  /*width: 280px;*/
  width: 250px;
  font-style: 'Nanum Square';

  /*border-top: 1px solid #999;
  border-right: 1px solid #999;
      border-left: 1px solid #999;*/
}

#nav li a {
  display: block;
  /*padding: 10px 15px;*/
  background: #5D4B99;
  border-top: 1px solid #5D4B99;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  /*border-bottom: 1px solid #999;*/
  text-decoration: none;
  color: #FFFFFF;

}

#nav li a:hover,
#nav li a.active {
  /*background: #999;*/
  color: #DDCFF1;
}

#nav li ul {
  display: none;
  /* used to hide sub-menus*/
}

#nav li ul li a {
  /*padding: 10px 25px;*/
  background: #FFFFFF;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-indent: 20px;
  border: 0;
  color: #666666;
  font-size: 15px;
}


/*******     Menu 공통 style      ********/
ul.menu ul li:nth-child(1) {}

ul.menu ul li a:hover {
  background: #11163D;
  color: #fff;
}

ul.menu {
  list-style: none;
  margin: 0 auto;
  position: relative;
  margin-top: 47px;
  padding: 0;
  text-align: center;
  padding: 0;
  display: flex;
  width: 900px;
  justify-content: space-around;
}

ul.menu * {
  margin: 0;
  padding: 0
}

ul.menu a {
  display: block;
  display: block;
  font-family: 'Arial';

  color: #606060;
  /* color: #000; */
  font-size: 18px;
  /* text-decoration: none; */
}

ul.menu li {
  position: relative;
  float: left;
  /* width: 20%; */
}

ul.menu ul {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none
}

ul.menu ul li {
  position: relative;
  /* border: 1px solid #aaa; */
  border-top: none;
  width: 148px;
  margin: 0;
}

ul.menu ul li a {
  display: block;
  font-family: auto;
  border: none !important;
  /* color: red; */
  color: black;
  z-index: 99;
  background: white;
  width: 150px;
  padding: 20px 11px 5px;
  font-size: 15px;
  border-bottom: 1px solid blue;
}

ul.menu ul ul {
  left: 148px;
  top: -1px
}

ul.menu .menulink {
  padding: 5px 7px 7px;
  font-weight: bold;
  background: url(images/header.gif);
  width: 134px
}

ul.menu .sub {}

ul.menu .topline {}

ul.navigation {
  display: none;
}


div#class_one ul li {
  float: left;
}

#ba {
  position: absolute;
  right: -155px;
  top: 0px;

}

div#class_one ul {
  display: flx;
  display: flex;
  justify-content: space-around;
}

#class_one {
  position: absolute;
  top: 21%;
  left: 35%;
}

#visual a,
#office ul li a {
  border-bottom: 1px solid lightgrey;
}

#office {
  position: absolute;
  width: 100px;
  display: none;
  right: -100px;
  top: 0;
  background: #fff;
  text-align: center;
}

#office ul li {
  float: left;
  width: 100%;
  text-align: center;
}

#visual {
  position: absolute;
  right: -151px;
  width: 150px;
  top: 0;
  z-index: 99;
  display: none;
}

/******************************************/


/*** 메인 헤더 메뉴 영역 ***/
.header_area {
  margin: 0 auto;
  padding: 0px !important;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  width: 1200px !important;
  height: 85px !important;
  margin: 0 auto;
}

.header_logo {
  cursor: pointer;
  float: left;
  width: 200px;
  height: 50px;
}

.header_logo>a>img {
  width: 200px;
  height: 46px;
}

.header_area .container {
  width: 604px;
  height: 50px;
  float: right;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cbp-hrmenu {
  width: 100%;
  font-size: 100% !important;
  /* margin-top: 4px; */
  text-align:center;
  /* border-bottom: 4px solid #401E5B; */
  /* border-bottom: 4px solid #47a3da; */
}

/* general ul style */
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
  display: flex;
  justify-content: center;
  /* margin-left: 64px; */
  /* width: 90%; */
  /* max-width: 70em; */
  /* margin: 0 auto; */
  /* padding: 0 1.875em; */
}

.cbp-hrmenu>ul>li {
  display: inline-block;
}

.cbp-hrmenu>ul>li>a {
  font-weight: 700;
  padding: 14px 28px;
  color: #2C2622;
  display: inline-block;
}

.cbp-hrmenu>ul>li>a:hover {
  color: #2C2622;
}

.cbp-hrmenu>ul>li.cbp-hropen a {
  color: #fff;
  background: #29123B;
}

.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
  color: #fff;
  background: #29123B;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
  z-index: 9999;
  display: none;
  position: absolute;
  background: #29123B;
  /* background: url('/image/main_background.jpg') 0 0 repeat; */
  width: 1600px;
  padding: 10px;
  cursor: pointer;
}

.cbp-hropen .cbp-hrsub {
  display: block;
  padding-bottom: 1em;
  position: absolute;
  left: 0px;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
  width: 200px;
  float: left;
  padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: " ";
  display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
  line-height: 2em;
}

.cbp-hrsub h4 {
  padding-top:7px;
  padding-bottom:7px;
  color: #fff;
  /* padding: 10px; */
  /* padding: 2em 0 0.6em; */
  margin: 0;
  font-size: 1.1em;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

.cbp-hrsub .border-none {
  border: none !important;
}

.cbp-hrsub h4:hover, .cbp-hrsub ul li a:hover {
  color: #FFFF00;
}


/* Examples for media queries */

/* @media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

} 

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
} */


/*** 헤더 메뉴 끝 ***/

/*** 메인 배너 영역 ***/

/* main {
  margin-top: 100px;
  font-family: "Noto Sans KR", serif;
} */

/* 메인 배너 레이아웃 */

.main_banner {
  background: url('/image/main_background.jpg') 0 0 repeat !important;
  max-width: 1920px;
  height: 575px;
  margin-bottom: 100px;
  margin: 0 auto;
}

.main_banner>ul {
  width: 1200px;
  min-width: 1200px;
  height: 575px;
  margin: 0 auto;
  background: #000;
  font-family: "Noto Sans KR", serif;
}

.main_banner>ul>li {
  float: left;
  position: relative;
}

.banner_list {
  position: absolute;
  display: block;
  width: 300px;
  min-width: 300px;
  height: 570px;
  transition: all 0.5s;
  cursor: pointer;
}

.banner_list .banner_background .banner_content,
.banner_list .banner_background .banner_content span,
.banner_list .banner_background .banner_content .h2-white .banner_list .banner_background .banner_content div {
  color: #fff !important;
}

.banner_background {
  background: #29123B;
  color: #fff;
  width: 300px;
  height: 570px;
  display: none;
}

/* .banner_list:hover {
  background: rgb(26, 13, 37);
} */

.banner_content {
  width: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Noto Sans KR", serif;
  font-weight: 900;
}

.banner_content span {
  white-space: nowrap;
}

.banner_content h2 {
  font-size: 25px;
  color: #401E5B;
  font-weight: bold;
}

.banner_content .boder_bar {
  width: 50px;
  border-bottom: 1px solid #401E5B;
  margin: 20px auto 0 auto;
}

.main_banner>ul>li:hover .boder_bar {
  border-bottom: 1px solid #fff;
}

.Questions {
  width: 1200px;
  min-width: 1200px;
  height: 500px;
  margin: 0 auto;
  background: #eeeeee;
}

.Questions>div {
  width: 580px;
  min-width: 580px;
  height: 400px;
  background: #fff;
  float: left;
}

.Questions_boder_bar {
  width: 50px;
  height: 1px;
  border-top: 3px solid #401E5B;
  margin: 0 auto;
  margin-top: 100px;
}

.Questions h2 {
  width: 580px;
  min-width: 580px;
  height: 50px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans KR", serif;
  font-weight: 700;
  color: #401E5B;
}

.Questions_content {
  width: 580px;
  min-width: 580px;
  height: 350px;
  background: #7CC4C0;
  outline: 2px solid #E6E6E6;
}

.Questions_content1 {
  background: #fff url(../images/banner/bg_edu_inquiry.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 130px 70px;
}

.Questions_content1 div {
  float: left;
}

.Questions_educational {
  width: 250px;
  min-width: 250px;
  height: 350px;
}

.Questions_educational_bg {
  width: 380px;
  min-width: 380px;
  height: 350px;
}

.Questions_educational {
  padding: 50px 30px;
}

.Questions_educational h4 {
  font-size: 25px;
}

.Questions_educational span {
  color: #afafaf;
}

.Questions_educational .phone {
  color: #f6a704;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}

.Questions_educational .phone span {
  padding-right: 10px;
}

.Questions_educational .Operating_time {
  color: #01579b;
  ;
  font-weight: bold;
  font-size: 17px;
}

.slick_MOU {
  width: 1200px;
  margin: 0 auto;
}

.slick-items {
  margin: 0 auto;
}

.slick-items img {
  width: 200px;
  margin: 0 auto;
}

.slick-items li {
  padding: 50px 0;
}

/* .slick-items button{border: 1px solid #000;} */
/* 화살표 */
.slick-arrow {

  z-index: 2;
  /* prev버튼은 위치 이동시 이미지 뒤로 숨겨짐 */
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  /* 원하는 위치에 지정 */
  transform: translateX(0px);
  transform: translateY(-10px);

}
/*** 메인 배너 END ***/

/****** 메인 contents START ********/
.main-contents{
  background: #ffffff;
}

.main-contents-area {
  width: 1200px;
  height: auto;
  margin: 0 auto;

  margin-top:40px;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-around;
}

.main-contents-area .center, 
.main-contents-area .schedule {
  text-align: center;
  width: 48%;
  height: auto;
}

.main-contents-area h4 {
  font-weight:bold;
  color: #000;
  padding: 15px;
  font-size:1.2em;
}

.clearDiv{
  clear:both;
}

.main-contents-area .main_content_area {
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.center-area {cursor: pointer;}

.main-contents-area .center-area {
  background:#fff url(/image/customer.png) 0 0 no-repeat;
  background-position: 10px;
  /* background-size: 78% 64%; */
  /* text-align:left; */
  /* padding:10px 20px 10px 20px; */
  height:450px;
}

.main-contents-area .schedule-area {
  padding:15px;
  padding-top:10px;
  height:450px;
}

.main-contents-area .schedule-area > h4{
  padding:0px;
}

.main-contents-area .schedule-area .form-group {
  margin-bottom: 10px;
}

.main-contents-area .schedule-area .form-group {
  margin-bottom: 10px;
}

.main-contents-area .main_content_area .center-text{ 
  color: #000;
} 

#modSMSCounsel > h5 {
  font-size:1.7em;
  color: #000000;
  font-weight: bold;
}

/* .main-contents-area .center { */
/****** 메인 contents END ********/


/**** 새글 영역 ****/

/**** 새글 영역 END ****/


/* 공통 */
.text-blue { color: #0000A0 };
.text-danger { color: #ff0000 };
.text-yellow { color: #ffff00 };


/* 서브 영역 부분 위치 재조정*/
#subContainer {width: 1200px !important; } 
#subContents {width: 1200px !important; }
.sub_menu_Contents  {text-align: center;}

.sub_page_title{
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #000000;
  margin-top: 50px;
  font-family: "Noto Sans KR", sans-serif;
}

.sub_page_title h1 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: bold;
}