@charset "utf-8";
/* CSS Document */


/*****************************************************
Common
*****************************************************/
ul, ol {margin: 0;}
ul:after, ol:after {content:''; display: block; clear: both;}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 1024px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}


/*****************************************************
Include
*****************************************************/

a:hover,
a:focus {
	color: #000;
	/* text-decoration: underline; */
}

body.fixed {
	height: 100%;
	overflow: hidden;
}

/* wrapper */
.wrapper {
	position: relative;
	padding-top: 3.438rem;
}


/* Header */
#header .gnb {
	display: none;
}

#header .navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.8125rem 0;
	background: #fff;
	z-index: 200;
}


.wrapper.fixed #header .navbar {
	position: fixed;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.30);
}

#header .navbar  >  .container {
	position:relative;
	justify-content: flex-start;
}
#header .navbar .header-bg {
	display:none;
}
#header .navbar .navbar-brand {
	margin: 0;
	padding: 0;
}

#header .navbar .navbar-brand a {
	display: inline-block;
}


#header .navbar .navbar-brand img {
	width: 7.563rem;
}

#header .navbar .navbar-brand strong {
	display: inline-block;
	margin-left: 0.6875rem;
	padding-left: 0.625rem;
	font-size: 0.9375rem;
	color: #313131;
	background-image: url(../img/icon_bar05@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px 0.8125rem
}



.mask-totalmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 10;
}


/* 모바일 전체메뉴 */
/* 모바일 전체메뉴 버튼 */
#header .nav-bg-fostrap {
	position: absolute;
	top: 0px;
	right: 15px;
	display: block;
}

#header .nav-bg-fostrap .navbar-fostrap {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	padding: 6px 0;
	transition:0.3s;
}

#header .nav-bg-fostrap .navbar-fostrap span {
	height: 3px;
	background: #212121;
	display: block;
	width: 23px;
}

#header .nav-bg-fostrap .navbar-fostrap:hover span,
#header .nav-bg-fostrap .navbar-fostrap:focus span {
	background: #000
}

#header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
	margin: 4px 0;
}

/* 모바일 전체메뉴 */
#header #top-menu {
	position: fixed;
	background: #851811;
	width: 100%;
	height: 100%;
	display: block;
	float: none;
	right: -100%;
	top: 0;
	opacity: 0.95;
	-webkit-transition: right 0.25s ease;
	-moz-transition: right 0.25s ease;
	-ms-transition: right 0.25s ease;
	-o-transition: right 0.25s ease;
	transition: right 0.25s ease;
	margin: 0;
	border: 0;
	border-radius: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 13;
}

#header #top-menu.visible {
	right: 0px;
}

/* 모바일 전체메뉴 타이틀 */
#header #top-menu .navbar-title {
	position: relative;
	background-color: #7c1610;
	opacity: 0.95;
}

#header #top-menu .navbar-title > h3 {
	color: #fff;
	font-weight: 500;
	padding: 0.8125rem 0.9375rem;
	margin-bottom: 0;
}

#header #top-menu .navbar-title > h3 > a {
	display: inline-block;
}

#header #top-menu .navbar-title > h3 > a > img {
	display: inline-block;
	vertical-align: middle;
	width: 5.625rem;
}

#header #top-menu .navbar-title > h3 > a > strong {
	display: inline-block;
	margin-left: 0.6875rem;
	padding-left: 0.625rem;
	font-size:  0.875rem;
	color: #fff;
	background-image: url(../img/icon_bar05@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px 0.8125rem
}

#header #top-menu .navbar-title .navbar-close {
	position: absolute;
	top:  1.25rem;
	right:  0.9375rem;
	display: inline-block;
	color: #fff;
}

#header #top-menu .navbar-title .navbar-title-menu {
	display: block;
	padding: 1.125rem 1.875rem;
	border-top:  1px solid #bb6e69;
}

#header #top-menu .navbar-title .navbar-title-menu:after {
	content: "";
	clear: both;
	display: block;
}

#header #top-menu .navbar-title .navbar-title-menu > a {
	float: left;
	padding-right: 1.25rem;
	margin-right: 1rem; 
	background: url(../img/bul_type02@2x.gif) no-repeat right center;
	background-size: 0.5rem 0.5rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}


#header #top-menu .navbar-title .navbar-title-menu > a:nth-child(3) {
	background: transparent;
	margin-right: 0;
	padding-right: 0
}

/* 전체메뉴 1차 */
#header #top-menu .navbar-nav {
	float: none;
	margin: 0;
	border-bottom: 1px solid #bb6e69;
}

#header #top-menu .navbar-nav > li {
	display: block;
	border-top: 1px solid #bb6e69;
}

#header #top-menu .navbar-nav > li > a {
	display: block;
	background-color: #851811;
	background-image: url(../img/icon_arrow_down01@2x.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px 9px;
	color: #ffffff;
	font-size: 1.125rem;
	padding: 1.063rem 1.25rem;
}

#header #top-menu .navbar-nav > li.active > a,
#header #top-menu .navbar-nav > li.mobile-active > a {
	background-image: url(../img/icon_arrow_up01@2x.png);
	background-size: 18px 9px;
	color: #e9dc49;
}

#header #top-menu .navbar-nav > li a:hover, 
#header #top-menu .navbar-nav > li a:focus {
	color: #fff;
	text-decoration: underline;
}

#header #top-menu .navbar-nav > li .depth2 {

}

#header #top-menu .navbar-nav > li .depth2 {
	display:none;
	background-color: #350a07;
}

#header #top-menu .navbar-nav > li .depth2 .container {
	padding: 0.8125rem 0;
	margin: 0;
	max-width: 100%;
}

#header #top-menu .navbar-nav > li .depth2 .container .submenu-information {
	display: none;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner {}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
	border-top: 0;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
	position: relative;
	display: block;
	padding: 0.8125rem;
	font-size: 1.125rem;
	color: #b3b3b3;
	font-weight: 500;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:before {
	content: "- ";
}



#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
	color: #e9dc49;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 0.9375rem;
	height: 0.9375rem;
	margin-top: -0.4375rem;
	background: url(../img/icon_arrow_down03@2x.png) no-repeat 0 0;
	background-size: 0.9375rem 0.9375rem; 
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active > a .arrow,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a .arrow {
	background: url(../img/icon_arrow_up03@2x.png) no-repeat 0 0;
	background-size: 0.9375rem 0.9375rem; 
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
	color: #e9dc49;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
	display:none;
	padding: 0 1.25rem;
	background: #293742;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
	border-bottom: 1px solid #364957;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li:last-child {
	border-bottom: 0;
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
	display: block;
	padding: 0.625rem 0;
	color: #b3b7bd;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:before {
	content: "- ";
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
	color: #fff;
	text-decoration: underline;
}

#header #top-menu .navbar-nav > li > a
#header #top-menu .navbar-nav > li > .sub-wrap {
	position: relative;
	top: 0;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist {
	margin: 0;
	padding: 0;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	border-top: 1px solid #dcdee1;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li a {
	display: block;
	background: #fff;
	padding: 13px 25px;
	color: #777;
	font-size: 1.1em;
	font-weight: 100;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li:hover a,
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li:focus a {
	background: #e8f2fc;
	color: #0c53b4;
	text-decoration: none;
}
.cover-bg {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 12;
}

/* Footer */
#footer {
	clear: both;
	position: relative;
	background-color: #ffffff;
	padding: 1.25rem 0;
	border-top: 1px solid #e0e0e0;
}

#footer .container {
	position: relative;
}

#footer .container:after {
	content: "";
	clear: both;
	display: block;
}

.footer-information-wrapper {
	position: relative;
	margin: 0;
	margin-bottom: 1.5rem;
	display: block;
}

.footer-information-wrapper address,
.footer-information-wrapper p,
.footer-information-wrapper small {
	margin-bottom: 0;
	font-size: 0.75rem !important;
	line-height: 1.125rem;
	color: #616161;
}

.footer-menu {
	margin-bottom: 1.25rem;
}

.footer-menu > li {
	float: left;
	padding-right: 0.6875rem;
	margin-right: 0.625rem;
	background: url(../img/icon_bar04@2x.gif) no-repeat right 70%;
	background-size: 1px 0.75rem;
}

.footer-menu > li > a {
	color: #999999;
	font-size: 0.75rem;
	line-height: 0.875rem;
	font-weight: 700
}

.footer-menu > li:last-child {
	background: transparent;
	padding-right: 0;
	margin-right: 0;
}

.footer-menu > li > a.word-privacy {
	color: #0069a5
}

.footer-another-list {
	display: block;
}

.footer-another-list:after {
	content: "";
	clear: both;
	display: block;
}

.footer-another-list > dl {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 0;
}

.footer-another-list > dl:nth-child(even) {
	float: right;
}

.footer-another-list > dl > dt {
	display: block;
}

.footer-another-list > dl > dt > button {
	position: relative;
	display: block;
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 2.188rem;
	background: #fff;
	text-align: left;
	padding: 0 1.25rem;
	color: #999596;
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
}

.footer-another-list > dl > dt > button .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 8px;
	height: 4px;
	background: url(../img/icon_arrow_down04@2x.png) no-repeat 0 0;
	background-size: 8px 4px;
	transition: all 0.2s ease-in-out;
}

.footer-another-list > dl > dt > button:hover {
	background: #f9f9f9;
}

.footer-another-list > dl > dt.active > button .arrow {
	transform: rotate(180deg);  
}

.footer-another-list > dl > dd {
	display: none;
	position: absolute;
	bottom: 2.125rem;
	left:0;
	width: 100%;
	max-height: 12.5rem;
	margin: 0;
}

.footer-another-list > dl > dd > ul {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
}

.footer-another-list > dl > dd > ul > li {
	display: block;
}

.footer-another-list > dl > dd > ul > li > a {
	display: block;
	padding: 0.625rem 1.25rem;
	background: #f9f9f9;
	border-bottom: 1px solid #e4e4e4;
	font-size: 0.75rem;
}

.footer-another-list > dl > dd > ul > li > a:hover {
	background: #e9e9e9;
	font-weight: 700;
}


.school-information01 {
	background: #494d64;
	color: #fff;
	padding: 1.154rem;
}

.school-information01 > dl {
	position: relative;
	padding-left: 0;
}

.school-information01 > dl:after {
	content: "";
	clear: both;
	display: block;
}

.school-information01 > dl > dt {
	position: static;
	font-size: 1.385rem;
	line-height: 1.769rem;
	margin-bottom: 0.5769rem
}

.school-information01 > dl > dd {
	float: none;
	padding-left: 1.923rem;
	line-height: 1.923rem;
	margin-right: 0;
	margin-bottom: 0.3846rem;
	font-size: 1rem;
}

.school-information01 > dl > dd:last-child {
	margin-bottom: 0;
}

.school-information01 > dl > dd.address,
.school-information01 > dl > dd.phone {
	background-size: 1.615rem 1.615rem;
	background-position: left 0.1923rem;
}

.school-information02 {
	margin-top: 1rem;
}

.school-information02:after {
	content: "";
	clear: both;
	display: block;
}

.school-information02 > a {
	position: relative;
	float: left;
	width: 49.5%;
	padding: 0.5769rem 0 0.5769rem 0.5769rem;
	margin-bottom: 1%;
	border: 1px solid #5f5f5f;
}

.school-information02 > a:nth-child(even) {
	float: right;
	margin-right: 0;
}

.school-information02 > a > strong {
	position: relative;
	display: block;
	font-size: 1rem;
	line-height: 1.385rem;
	word-break: keep-all;
	color: #2a2c35;
}

.school-information02 > a > span {
	position: relative;
	display: block;
	font-size: 0.8462rem;
	line-height: 1.385rem;
	word-break: keep-all;
	color: #2a2c35;
}

.school-information02 > a > img {
	display: none;
}

.school-information02 > a .bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background: #e9e9e9;
	z-index: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.school-information02 > a:hover .bg {
	width: 100%;
	opacity: 1;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 1024px) {
	/* header */
	.wrapper {
		position: relative;
		padding-top: 0;
	}
	#header {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 100;
	}


	#header .gnb {
		display: block;
		height: 2.375rem;
	}
	#header .gnb .header-util {
		padding-top: 0.875rem;
	}
	#header .gnb .header-util:after {
		content: "";
		clear:both;
		display: block;
	}
	#header .gnb .header-util > ul {
		margin: 0;
	}

	#header .gnb .header-util > ul > li {
		position: relative;
		float: left;
		margin-left: 0.5rem;
		padding-left: 0.5rem;
		background-image: url(../img/icon_bar01.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 1px  0.5625rem;
	}

	#header .gnb .header-util > ul > li:first-child {
		margin-left: 0;
		padding-left: 0;
		background: transparent;
	}

	#header .gnb .header-util > ul > li > a {
		display: block;
		color: #fff;
		font-size: 0.75rem;
		transition: 0.3s;
		cursor: pointer;
	}

	#header .gnb .header-util > ul > li > a:hover,
	#header .gnb .header-util > ul > li > a:focus {
		text-decoration: underline;
	}

	#header .navbar {
		position: absolute;
		top: 2.375rem;
		left: 0;
		padding:0;
		padding:0;
		display: block;
		height: 6.375rem;
		background: #ff8d3f;
	}

	.wrapper.fixed #header .navbar {
		position: fixed;
		top: 0;
	}

	#header .navbar > .container {
		position: static;
		display: block;
	}

	#header .navbar > .container:after {
		content: "";
		clear: both;
		display: block;
	}

	#header .navbar .navbar-brand {
		float: left;
		margin: 0;
		padding: 0;
		padding-top: 2.25rem;
	}

	#header .navbar .navbar-brand img {
		width: 10.63rem
	}

	#header .navbar .navbar-brand strong {
		color: #fff;
		display: inline-block;
		margin-left: 1.375rem;
		padding-left: 1.188rem;
		font-size: 1.125rem;
		background-size: 1px 0.875rem;
		background-image: url(../img/icon_bar05_2@2x.png);
		font-weight: 600
	}


	#header .nav-bg-fostrap {
		display:none;
	}
	#header .top-menu-btn {
		right:0;
	}
	#header .top-menu-btn .all-menu {
		display:block;
	}


	#header #top-menu {
		position:static;
		width:auto;
		height: none;
		overflow: hidden;
		background-color:transparent;
		right:inherit;
		float: right;
		margin-left: 0;
		/*margin-right:3rem;*/
		margin-right:0rem;
		margin-top: 2.688rem
	}

	#header #top-menu .navbar-title {
		display:none;
	}

	#header #top-menu .navbar-nav {
		display:inherit;
		border-bottom: 0;
	}

	#header #top-menu .navbar-nav > li {
		display:inline-block;
		float:left;
		border: none;
		padding-right: 1.25rem;
		margin-right: 1.25rem;
		background: url(../img/icon_bar03@2x.gif) no-repeat 99.5% 0;
		background-size: 1px 1.063rem;
	}

	#header #top-menu .navbar-nav > li:last-child {
		background: transparent;
		padding-right: 0;
		margin-right: 0;
	}

	#header #top-menu .navbar-nav > li > a {
		display:block;
		text-align:center;
		background-color:transparent;
		color:#fff;
		height: 100%;
		font-size: 1rem;
		line-height: 1rem;
		font-weight: 700;
		padding: 0 0 2.188rem 0;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li.mobile-active > a,
	#header #top-menu .navbar-nav > li.active > a,
	#header #top-menu .navbar-nav > li a.active,
	#header #top-menu .navbar-nav > li a:hover,
	#header #top-menu .navbar-nav > li a:focus {
		color:#26bbad;
		text-decoration: none;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li .depth2 .container {
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 {
		position:absolute;
		top: 4.75rem;
		left: 50%;
		background-color: #26bbad;
		display: none;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		z-index: 100;
		padding: 0 1rem;
	}

	#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {
		margin-left: -110px;
	}

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left: -70px;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: 155px;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: -155px;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 270px;
	}
	#header #top-menu .navbar-nav > li:nth-child(6) .depth2 {
		margin-left: 380px;
	}


	#header #top-menu .navbar-nav > li .container {
		position: relative;
		padding: 0;
		margin: 0;
	}

	#header #top-menu .navbar-nav > li .container .row {
		display: block;
		margin: 0;
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .container .row:after {
		content: "";
		clear: both;
		display: block;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner {
		float: left;
		padding: 0;
		margin: 0;
		flex: none;
		width: auto;
		max-width: 100%;
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul {
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
		border-top: 0;
		padding: 0.625rem 0.5rem;

	}
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		position:relative;
		background-color:transparent;
		border: 0;
		color: #fff;
		font-size: 0.8125rem;
		line-height: 0.9375rem;
		font-weight: 700;
		padding: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
		display: none;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:before {
		content: none;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
		color: #413e3e;
		background-color:transparent;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a {
		color: #413e3e;
		text-decoration:none;
	}


	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3 {
		display: none !important;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
		border-bottom: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
		color: #424242;
		padding: 0.3125rem 0;
		font-size:0.9rem;
		background-image:url('../img/top-menu-bullet02.gif');
	}
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
		color: #067dd0;
		text-decoration: underline;
		font-weight: 500;
	}


	/* Footer */
	#footer {
		position: relative;
		background-color: #ffffff;
		padding: 2.188rem 0;
		border-top: 0;
	}


	.footer-information-wrapper {
		float: left;
		position: relative;
		margin: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		display: block;
	}

	.footer-menu {
		margin-bottom: 27px;
	}

	.footer-menu > li {
		padding-right: 10px;
		margin-right: 9px;
		background-size: 1px 11px;
	}

	.footer-menu > li > a {
		font-size: 12px;
		line-height: 15px;
	}

	.footer-menu > li > a:hover {
		text-decoration: underline;
	}


	.footer-another-list {
		float: right;
		margin-top: 0;
	}

	.footer-another-list > dl {
		position: relative;
		float: left;
		width: 170px;
		margin-left: 10px;
	}

	.footer-another-list > dl:first-child {
		margin-left: 0;
	}

	.footer-another-list > dl:nth-child(even) {
		float: left;
	}

	.footer-another-list > dl > dt {
		display: block;
	}

	.footer-another-list > dl > dt > button {
		position: relative;
		display: block;
		border: 1px solid #e4e4e4;
		width: 170px;
		height: 35px;
		-webkit-appearance: none;
		background: #fff;
		text-align: left;
		padding: 0 20px;
		color: #999596;
		font-size: 12px;
		font-weight: 700;
		cursor: pointer;
	}

	.footer-another-list > dl > dt > button .arrow {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 8px;
		height: 4px;
		background: url(../img/icon_arrow_down04@2x.png) no-repeat 0 0;
		background-size: 8px 4px;
		transition: all 0.2s ease-in-out;
	}

	.footer-another-list > dl > dt > button:hover {
		background: #f9f9f9;
	}

	.footer-another-list > dl > dt.active > button .arrow {
		transform: rotate(180deg);  
	}

	.footer-another-list > dl > dd {
		display: none;
		position: absolute;
		bottom: 34px;
		left:0;
		width: 100%;
		max-height: 200px;
		margin: 0;
		z-index: 15;
	}

	.footer-another-list > dl > dd > ul {
		display: block;
		width: 100%;
		border: 1px solid #e4e4e4;
		border-bottom: 0;
	}

	.footer-another-list > dl > dd > ul > li {
		display: block;
	}

	.footer-another-list > dl > dd > ul > li > a {
		display: block;
		padding: 10px 20px;
		background: #f9f9f9;
		border-bottom: 1px solid #e4e4e4;
		font-size: 12px;
	}

	.footer-another-list > dl > dd > ul > li > a:hover {
		background: #e9e9e9;
		font-weight: 700;
	}

	.school-information01 {
		padding: 45px 0 45px 45px;
	}

	.school-information01 > dl {
		padding-left: 200px;
	}


	.school-information01 > dl > dt {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 21px;
		line-height: 42px;
		font-weight: 500;
	}

	.school-information01 > dl > dd {
		float: left;
		padding-left: 32px;
		line-height: 42px;
		margin-right: 10px;
		word-break: keep-all;
	}

	.school-information01 > dl > dd:last-child {
		margin-right: 0;
	}

	.school-information01 > dl > dd.address {
		background: url(/_res/ko/img/icon/icon_location@2x.png) no-repeat left center;
		background-size: 21px 21px;
	}

	.school-information01 > dl > dd.phone {
		background: url(/_res/ko/img/icon/icon_phone@2x.png) no-repeat left center;
		background-size: 21px 21px;
	}

	.school-information02 {
		margin-top: 23px;
	}

	.school-information02 > a {
		width: 24.25%;
		height: 120px;
		padding: 25px 30px;
		margin-right: 1%;
	}

	.school-information02 > a:last-child {
		margin-right: 1%;
	}

	.school-information02 > a > strong {
		font-size: 19px;
		line-height: 21px;
		font-weight: 500;
		z-index: 1;
		letter-spacing: -1px;	
	}

	.school-information02 > a > span {
		font-size: 16px;
		line-height: 26px;
		font-weight: 300;
		z-index: 1;
		letter-spacing: -1px;
	}

	.school-information02 > a > img {
		position: absolute;
		top: 50%;
		right: 25px;
		display: block;
		width: 11px;
		margin-top: -9px;
	}

	.gray-box {
		padding: 30px;
		background: #f2f4f7
	}

	.gray-box02 {
		padding: 24px;
		background: #f6f6f6
	}
}

@media (min-width: 1200px) {
	#header #top-menu {
		float: left;
		/*margin-left: 11.56rem;*/
		margin-left: 6rem;
	}

	#header #top-menu .navbar-nav > li {
		padding-right: 1.5rem;
		margin-right: 1.5rem;
	}

	#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {
		margin-left: -224px;
	}

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left: -200px;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: 41px;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: -213px;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 273px;
	}

}
@media (min-width: 1400px) {
	#header #top-menu {
		margin-left: 6rem;
	}

	#header #top-menu .navbar-nav > li {
		padding-right: 1.5rem;
		margin-right: 1.5rem;
	}

	#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {
		margin-left: -285px;
	}

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left: -204px;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: 28px;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: -180px;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 255px;
	}


}


/*****************************************************
Main
*****************************************************/
.main-container {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	background: url(../img/main-visual01_mobile.jpg) no-repeat center top;
	background-size: cover;
}
.main-container .btn-container {
	display: none;
}

.main-container .btn-container .btn-inner {
	width: auto;
	height: 30px;
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
	padding: 0 13px;
	border-radius: 15px;
}
.main-container .btn-container .btn-inner .carousel-indicators {
	float: none;
	position: relative;
	left: 0;
	bottom: 0;
	top: 3px;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	zoom: 1;
}
.main-container .btn-container .btn-inner .carousel-indicators>a {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 1px;
}
.main-container .btn-container .btn-container .btn-inner .carousel-indicators>a.active {}
.main-container .btn-container .btn-inner .carousel-btn {
	display: inline-block;
	zoom: 1;
	text-align: left;
}
.main-container .btn-container .btn-inner .carousel-btn button {
	background: none;
	vertical-align: middle;
	line-height: 0.6;
	height: 30px;
	border: none;
	padding: 0;
	color: #fff;
}

/* Visual */
#main-visual {
	width: 100%;
}
#main-visual .carousel {
	display: block;
}

#main-visual .carousel .carousel-inner {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
}

#main-visual .carousel-item {
	height: 100%;
}
#main-visual .carousel-item>a {
	display: block;
	height: 100%;
}
#main-visual .carousel-item .img {
	display: block;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

#jwxe_main_content {
	padding: 2.813rem 0.9375rem;
}

.main-word-slogan {
	text-align: center;
	padding-bottom: 2.813rem;
}

.main-word-slogan .type01 {
	color: #ffe74d;
	font-size: 0.95rem;
	line-height: 1.5rem;
	font-weight: 700;
}

.main-word-slogan .type02 {
	font-size: 1.4rem;
	line-height: 1.563rem;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.625rem;
	letter-spacing: -1px;
}


.main-word-slogan .type03 {
	font-size: 0.85rem;
	line-height: 1.2rem;
	color: #ffffff;
	font-weight: 500;
	opacity:0.8;
}

.main-menu-list {
	display: block;
}

.main-menu-list:after {
	content: "";
	clear: both;
	display: block;
}

.main-menu-list > li {
	float: left;
	width: 48%;
	margin-bottom: 1.875rem;
}

.main-menu-list > li > a {
	display: block;
	text-align: center;
}

.main-menu-list > li > a > img {
	display: block;
	width: 100%;
}

.main-menu-list > li > a .title {
	display: block;
	margin-top: 0.625rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	transition: all 0.3s ease-in-out;
}

.main-menu-list > li > a:hover .title,
.main-menu-list > li > a:focus .title {
	color: #ffd249;
	text-decoration: underline;
}

.main-menu-list > li:nth-child(even) {
	float: right;
}

/* footer */
.main-container > #footer {
	background: #fff;
	z-index: 10;
}

.main-container .footer-information-wrapper {
	color: #fff;
}

.main-container .footer-information-wrapper .privacy > a {
	color: #ffd249
}


@media (min-width: 576px) {

}


@media (min-width: 768px) {
	.main-word-slogan {
		padding-bottom: 2.5rem;
	}

	.main-word-slogan .type01 {
		font-size: 1.25rem;
		line-height: 1.875rem;
		font-weight: 700;
	}

	.main-word-slogan .type02 {
		font-size: 2.25rem;
		line-height: 3.125rem;
		margin-bottom: 0.9375rem;
	}


	.main-word-slogan .type03 {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.main-menu-list > li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
	}

	.main-menu-list > li > a > img {
		width: 100%;
		max-width: 14.06rem;
		margin: 0 auto;
	}

	.main-menu-list > li:nth-child(even) {
		float: left;
	}

	.main-menu-list > li:nth-child(4n) {
		margin-right: 0;
	}

	.main-container {
		background: url(../img/main-visual01.jpg) no-repeat center top;
	}
}
@media (min-width: 1024px) {
	.main-container .btn-container {
		position: absolute;
		display: block;
		left: 50%;
		margin-left: 21.88rem;
		top: 22.5rem;
		padding: 0;
		zoom: 1;
		width: auto;
		height: 30px;
		text-align: center;
		z-index: 30;
	}


	.main-container {
		position: relative;
		padding-bottom: 0;
	}

	#main-visual .carousel .carousel-inner {
		position: absolute;
	}


	#jwxe_main_content {
		position: relative;
		padding: 11.88rem 1.25rem 3.75rem 1.25rem ;
		max-width: 62.5rem;
		margin: 0 auto;
		z-index: 20;
	}

	.main-menu-list > li > a > img {
		width: 100%;
		max-width: 11.25rem;
		margin: 0 auto;
	}

	.main-word-slogan {
		padding-bottom: 2.5rem;
	}

	.main-word-slogan .type01 {
		font-size: 1.5rem;
		line-height: 1.875rem;
		font-weight: 700;
	}

	.main-word-slogan .type02 {
		font-size: 2.625rem;
		line-height: 3.125rem;
		margin-bottom: 0.9375rem;
	}


	.main-word-slogan .type03 {
		font-size:0.9375rem;
		line-height: 1.125rem;
	}

	.main-word-slogan .type03 {
		font-size: 1rem;
		line-height: 1.5rem;
	}



}


@media (min-width: 1200px) {

	#jwxe_main_content {
		max-width: 100%;
	}

}


/*****************************************************
Sub
*****************************************************/
/* sub-top */
.sub-top {
	position: relative;
}

.sub-top .sub-visual-wrapper {
	display: none;
}

.page-navi {
	display: none;
}

.sub-container .snb { 
	display: block;
}

.sub-container .snb-title {
	position: relative;
	display: block;
	max-height: 7.188rem;
	overflow: hidden;
}

.sub-container .snb-title > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-top: 0;
	padding: 0 30px;
	transform: translate(0, -50%);
}

.sub-container .snb-title > img {
	display: block;
	width: 100%;
}

.sub-container .snb-list {
	position: absolute;
	top: 10.31rem;
	left: 0;
	display: none;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	z-index: 90;
}

.sub-container .snb-list {
	display: none;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}
.sub-container .snb-list > li {
	display: block;
	margin-top: -1px;
}

.sub-container .snb-list > li > a {
	position: relative;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	color: #757575;
	font-weight: 700;
	padding: 0.9375rem;
	background: #f6f6f6;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.sub-container .snb-list > li > a:hover {
	background: #fc7e28;
	color: #fff;
	text-decoration: none;
}

.sub-container .snb-list > li > a.active,
.sub-container .snb-list > li.selected > a {
	color: #fff;
	background: #ff8d3f;
	border-top: 1px solid #ff8d3f;
	border-bottom: 1px solid #ff8d3f;
}

.sub-container .snb-list > li > a .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 0.25rem;
	height: 0.5rem;
	margin-top: -0.125rem;
	background: url(../img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
	background-size: 0.25rem 0.5rem ;
}

.sub-container .snb-list > li > a.selected .arrow,
.sub-container .snb-list > li > a.active .arrow,
.sub-container .snb-list > li.selected > a:hover .arrow,
.sub-container .snb-list > li > a.active:hover .arrow {
	background: url(../img/icon_arrow_right01@2x.png) no-repeat 0 0;
	background-size: 0.25rem 0.5rem ;
	transform: rotate(90deg);  
}

.sub-container .snb-list > li > a:hover .arrow {
	background: url(../img/icon_arrow_right01@2x.png) no-repeat 0 0;
	background-size: 0.25rem 0.5rem ;
	transform: rotate(90deg);  
}

.sub-container .snb-list > li > ul {
	display: none;
	background: #dee4eb;
	padding: 1.25rem;
}

.sub-container .snb-list > li > ul.selected {
	display: block;
}

.sub-container .snb-list > li a + ul > li {
	margin-top: 0.625rem;
}

.sub-container .snb-list > li a + ul > li:first-child {
	margin-top: 0;
}

.sub-container .snb-list > li a + ul > li > a {
	color: #212121;
	font-weight: 500;
}

.sub-container .snb-list > li a + ul > li > a:hover {
	color: #225184;
}

.sub-container .snb-list > li a + ul > li > a.active {
	color: #225184;
	font-weight: 700;
	text-decoration: underline;
}

.sub-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.sub-container:after {
	content:'';
	display:block;
	clear:both;
}

.sub-container .cont-top {
	position: relative;
	margin-bottom: 1.25rem;
}

.contents-paging-navigation-wrapper {
	display: none;
}


.sub-container .cont-top .cont-title {
	position: relative;
	padding: 0.9375rem 0;
	text-align: center;
	margin: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
	background: #0089d8;
	font-weight: 700;
}

.sub-container .cont-top .cont-title > .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 1.125rem;
	height: 0.5625rem;
	margin-top: -0.3125rem;
	background: url(../img/icon_arrow_down02@2x.png) no-repeat;
	background-size: 1.125rem 0.5625rem;

}

.sub-container .cont-top .cont-title.on > .arrow {
	background: url(../img/icon_arrow_up02@2x.png) no-repeat;
	background-size: 1.125rem 0.5625rem
}

.sub-container .cont-top .cont-btns {
	display: none;
}

.sub-container #jwxe_main_content {
	padding: 0 15px;

}



@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
	.sub-top {
		position: relative;
		border-top: 0;
	}

	.sub-top .sub-visual-wrapper {
		display: block;
		position: relative;
		height: 380px;
		background: #000;
		overflow: hidden;
	}

	.sub-top .sub-visual-wrapper > img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
		display: block;
		width: 1920px;
		height: 380px;
	}

	.sub-top .sub-visual-wrapper .word-slogan {
		position: absolute;
		bottom: 4.063rem;
		left: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		display:none;
	}

	.sub-top .sub-visual-wrapper .word-slogan strong {
		display: block;
		font-size: 2.375rem;
		line-height: 3rem;
		margin-bottom: 0.625rem;
		font-weight: 700;
	}

	.sub-top .sub-visual-wrapper .word-slogan span {
		display: block;
		color: #fff;
		font-size: 0.9375rem;
		line-height: 1.125rem;
		font-weight: 500;
		opacity: 0.8
	}



	.sub-container {
		position: relative;
		margin: 0 auto;
		padding-top: 2.75rem;
		padding-left: 15.94rem;
		padding-right:  0.9375rem;
	}

	.sub-container:after {
		content:'';
		display:block;
		clear:both;
	}


	.sub-container .snb { 
		float: left;
		margin-left: -15rem;
		left: 0.9375rem;
		width: 13.13rem;
		display: block;
		border: 1px solid #d9d1cf
	}

	.sub-container .snb-title {
		position: relative;
		display: block;
		height: 5.813rem;
		overflow: hidden;
		background: transparent;
	}

	.sub-container .snb-title > span {
		margin-top: - 0.9375rem;
		font-size: 1.625rem;
		line-height: 1.875rem;
		color: #3c3c3c;
	}

	.sub-container .snb-title > img {
		display: none;	
	}

	.sub-container .snb-list {
		position: static;
		display: block !important;
		width: 100%;
		margin: 0;
		border: 0;
		border-bottom: 2px solid #797979;
	}

	.sub-container .snb-list > li {
		display: block;
		padding: 0;
		margin: 0;
		border-top: 0;
	}

	.sub-container .snb-list > li > a {
		display: block;
		padding: 1.125rem 1.25rem;
		font-size: 0.9375rem;
		border: 0;
		border-top: 1px solid #d7d7d7;
	}

	.sub-container .snb-list > li > a:hover,
	.sub-container .snb-list > li > a:focus {
		background: #fc7e28;
		color: #fff;
	}

	.sub-container .snb-list > li.active > a {
		background-position: 90% center;
		border-top: 1px solid #f26a4f;
	}

	.sub-container .content-wrap {
		display: block;
		float: right;
		width: 100%;
	}

	.sub-container .cont-top {
		position: relative;
		margin-bottom: 1.438rem;
	}

	.contents-paging-navigation-wrapper {
		display: block;
		background: #575d6d;
		height: 3.75rem;
	}

	.contents-paging-navigation {
		display: block;
		height: 3.75rem
	}

	.contents-paging-navigation .icon-home {
		display: inline-block;
		vertical-align: middle;
		width: 3.75rem;
		height: 3.75rem;
		margin-right: 1.875rem;
		background: #3e4452 url(../img/icon_home@2x.png) no-repeat center center;
		background-size: 20px 17px;
		text-indent: -5000rem;
		font-size: 0;
	}

	.contents-paging-navigation .icon-gt {
		display: inline-block;
		vertical-align: middle;
		width: 7px;
		height: 3.75rem;
		margin: 0 1.875rem;
		background: url(../img/icon_gt.png) no-repeat center center;
		background-size: 7px 11px;
		text-indent: -5000rem;
		font-size: 0;
	}

	.contents-paging-navigation .location,
	.contents-paging-navigation strong {
		display: inline-block;
		vertical-align: middle;
		height: 3.75rem;
		line-height: 3.75rem;
		color: #ffffff;
		font-size: 1rem;
		font-weight: 500;
	}

	.contents-paging-navigation strong {
		display: inline-block;
		vertical-align: middle;
		height: 3.75rem;
		line-height: 3.75rem;
		color: #ffffff;
		font-size: 1rem;
		font-weight: 700;
	}

	.sub-container .cont-top .cont-title {
		padding: 0;
		text-align: left;
		margin: 0;
		font-size: 1.813rem;
		line-height: 2.25rem;
		color: #2c2c2c;
		font-weight: 700;
		border-bottom: 0;
		background: transparent;
	}

	.sub-container .cont-top .cont-title .arrow {
		display: none;
	}


	.sub-container .cont-top .cont-btns {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}

	.sub-container .cont-top .cont-btns > button {
		border: 0;
		border-radius: 0;
		background: transparent;
		-webkit-appearance: none;
		color: #788190;
		cursor: pointer;
		transition: 0.5s;
	}
	.sub-container .cont-top .cont-btns > button:hover, 
	.sub-container .cont-top .cont-btns > button:focus {
		color: #0b3d92;
	}
	.sub-container .cont-top .cont-btns button .material-icons {
		font-size: 1.6rem;
	}

	.sub-container #jwxe_main_content {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.sub-container {
		padding-left: 20.31rem;
	}

	.sub-container:after {
		content:'';
		display:block;
		clear:both;
	}

	.sub-container .snb { 
		width: 16.25rem;
		margin-left: -19.38rem;
	}

}
@media (min-width: 1400px) {