@charset "utf-8";

/********************************************************************
Publishing : Kang Su Min
Beginning : 2018-04-11
Modifying : 2019-02-19
Project Name : KARIC
*********************************************************************/
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/* reset */
*, :before, :after {
	box-sizing: border-box
}

html {
	overflow-y: scroll;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td,
form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0
}

body, input, textarea, select, button, table {
	/* font-family: 'Open Sans', '맑은 고딕', 'Malgun Gothic',
		'Apple SD Gothic Neo', sans-serif; */
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.42857
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
	display: block;
}

img, fieldset {
	border: none
}

img {
	max-width: 100%;
	vertical-align: top
}

ul, ol {
	list-style: none
}

em, address {
	font-style: normal
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none
}
/*a:hover,a:active,a:focus{color:#0b7dc1;text-decoration:underline;}*/
table {
	border-collapse: collapse;
	border-spacing: 0
}

legend {
	*width: 0
}

input::-webkit-input-placeholder {
	line-height: normal !important;
}

input[type='text'], input[type='email'], input[type='password'], input[type='search']
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type='checkbox'] {
	box-shadow: none;
}

label, select {
	cursor: pointer
}

select::-ms-expand {
	background: none;
	border: none;
}

button {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer
}

textarea {
	overflow: auto
}

[hidden] {
	display: none
}

caption {
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-top: -1px
}

.blind, legend {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -9999em
}

.skip a {
	display: block;
	position: absolute;
	left: 0;
	top: -9999em;
	z-index: 9999;
	overflow: hidden;
	width: 100%;
	background-color: #333;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 2.2
}

.skip a:hover, .skip a:active, .skip a:focus {
	top: 0
}

.logo {
	width: 300px;
}

/* common */
ul, .clearfix {
	*zoom: 1
}

ul::after, .clearfix::after {
	/* content: ''; */
	display: block;
	clear: both;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
/*hr{margin:50px 0;}*/

/*-------------------------------------------
	header
--------------------------------------------*/
#header .container-top {
	height: 136px;
	transition: height .2s;
	padding-right: 0px;
	width: 100%;
}

@media ( max-width :1190px) {
	#header .container-bottom {
		padding: 0;
	}
}

#header .menu-list .depth-2-wrap .depth-2 li:not(:last-child) {
	position: relative;
}
#header .menu-list .depth-2-wrap .depth-2 li:not(:last-child)::after{
	content: '';
	position: absolute;
	border-bottom: 1px solid rgba(255,255,255,.4);
	width: 90%;
	bottom: 0;
	left: 5%;
	right: 5%;
}

@media ( max-width :767px) {
	#header {
		/*position:fixed;top:0;left:0;right:0;width:100%;height:50px;/*z-index:1000;*/
		min-height: auto;
		background: #fff;
		border-bottom: none;
		box-shadow: 0 0 8px rgba(123, 123, 123, 0.5);
		/*padding-left: 5px;*/
	}
	#header:before {
		display: none;
	}
	#header .container-top {
		height: 100%;
	}
	#header .container-bottom.on-click {
		overflow-y: auto; /*position:fixed;top:50px;*/
		right: 0;
		z-index: 1000; /* width:60%; */
		height: 100%; /*width:270px;*/
		padding: 0;
		background: #132842;
	}
}

/*#header .logo, #header .search-box {
	display: table-cell;
	vertical-align: bottom;
}

#header .logo {
	overflow: hidden;
	width: 201px;
}

#header .logo a {
	display: block;
	width: 200px;
	height: 84px;
	background: url(../images/common/logo.png) no-repeat;
	text-indent: -999em;
	background-size: 100% auto;
}

#header .search-box {
	text-align: right;
}

#header .search-wrap {
	display: inline-block;
	position: relative;
	width: 350px;
	padding-right: 24px;
	border-bottom: 1px solid #3f73a3;
}

#header .search-wrap .txt {
	width: 100%;
	height: 36px;
	padding: 0 10px;
	border: none;
	background: transparent;
	font-size: 16px;
}

#header .search-wrap .txt::-webkit-input-placeholder {
	color: #507596;
	font-weight: 600;
}

#header .search-wrap .txt::-moz-input-placeholder {
	color: #507596;
	font-weight: 600;
}

#header .search-wrap .txt:-ms-input-placeholder {
	color: #507596;
	font-weight: 600;
}

#header .search-wrap .txt:-moz-input-placeholder {
	color: #507596;
	font-weight: 600;
}

#header .search-wrap .btn-search {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/common/icon_search.png) no-repeat;
}

#header .search-wrap .btn-search span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
} */

@media ( max-width :767px) {
	#header .logo, #header .search-box {
		vertical-align: middle;
	}
	#header .logo a {
		width: 74px;
		height: 31px;
		/* background-image:url(../images/common/logo_m.png);background-size:99px auto; */
	}
	#header .search-box {
		display: none;
	}
}

#header .all-menu {
	display: none;
	position: absolute;
	right: 10px;
	top: 13px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -999px;
}

#header .all-menu span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 3px;
	background: #1a91bc;
	margin-top: -1px;
	transition: opacity 0.3s;
}

#header .all-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: 3px;
	background: #1a91bc;
	transform-origin: 0 0;
	transition: all 0.3s;
}

#header .all-menu:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 3px;
	background: #1a91bc;
	transform-origin: 0 100%;
	transition: all 0.3s;
}

#header .all-menu.open span {
	opacity: 0;
}

#header .all-menu.open:before {
	transform: rotate(45deg);
	width: 145%;
	height: 3px;
	top: -2px;
}

#header .all-menu.open:after {
	transform: rotate(-45deg);
	width: 145%;
	height: 3px;
	bottom: -2px;
}

@media ( max-width :767px) {
	#header .all-menu {
		display: block;
	}
}

#header .util-box {
	position: absolute;
	top: -137px;
	right: 3% !important;
}

#header .util-list li {
	float: left;
	margin-left: 20px;
	width: 10%;
}

#header .util-list li a {
	display: block;
}

#header .util-list li span {
	position: relative;
	display: inline-block;
	color: #507596;
	font-size: 16px;
	font-weight: 600;
}

#header .util-list li span:before {
	content: '';
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#header .util-list li.news {
	display: none;
}

#header .util-list li.about span {
	padding-left: 28px;
}

#header .util-list li.contact span {
	padding-left: 25px;
}

#header .util-list li.lang span {
	padding-left: 25px;
}

#header .util-list li.sitemap span {
	padding-left: 24px;
}

#header .util-list li.qna span {
	padding-left: 24px;
}

#header .util-list li.about span:before {
	top: 2px;
	width: 19px;
	height: 16px;
	background-image: url(../images/common/icon_about_us.png);
}

#header .util-list li.contact span:before {
	top: 4px;
	width: 18px;
	height: 17px;
	background-image: url(../images/common/icon_contact_us.png);
}

#header .util-list li.lang span:before {
	top: 3px;
	width: 16px;
	height: 16px;
	background-image: url(../images/common/icon_lang.png);
}

#header .util-list li.sitemap span:before {
	top: 2px;
	width: 16px;
	height: 20px;
	background-image: url(../images/common/icon_sitemap.png);
}

#header .util-list li.qna span:before {
	top: 2px;
	width: 19px;
	height: 16px;
	background-image: url(../images/common/icon_qna.png);
}

@media ( max-width :1190px) {
	#header .util-box {
		right: 10px;
	}
}

@media only screen and ( max-width: 585px ) {
	.slogan-education {
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		color: #003968;
	}
	.slogan {
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		font-size: 14px;
		line-height: 25px;
		color: #003968;
		padding: 0px;
	}
	.home-page {
		padding-top: 6px;
		padding-bottom: 10px;
		color: #507596;
		font-size: 14px;
		font-weight: 600;
	}
	.faq-page {
		padding-top: 6px;
		padding-bottom: 10px;
		color: #507596;
		font-size: 14px;
		font-weight: 600;
	}
	.contact-ep{
		text-align: center;
		font-size: 15.6px;
	}
	.card{
		width: 300px !important;
	}
}

@media ( max-width :767px) {
	.slogan-education {
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		color: #003968;
	}
	.slogan {
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		font-size: 14px;
		line-height: 25px;
		color: #003968;
		padding: 0px;
	}
	#header .util-box {
		display: none;
		position: static;
		top: auto;
		right: auto;
	}
	#header .on-click .util-box {
		display: block;
	}
	#header .util-list {
		background: #0a7fab;
	}
	#header .util-list li {
		margin-left: 0; /* width:33.3333%; */
		padding: 0 14px;
		text-align: center;
	}
	#header .util-list li a {
		padding: 12px 0;
	}
	#header .util-list li span {
		font-size: 12px;
		color: #fff;
		text-transform: capitalize;
	}
	#header .util-list li.sitemap {
		display: none;
	}
	#header .util-list li.news {
		display: block;
	}
	#header .util-list li.about span {
		padding-left: 18px;
	}
	#header .util-list li.contact span {
		padding-left: 18px;
	}
	#header .util-list li.lang span {
		padding-left: 20px;
	}
	#header .util-list li.news span {
		padding-left: 18px;
	}
	#header .util-list li.about span:before {
		top: 3px;
		width: 14px;
		height: 11px;
		background-image: url(../images/common/icon_about_us_m.png);
		background-size: 14px auto;
	}
	#header .util-list li.contact span:before {
		top: 3px;
		width: 14px;
		height: 13px;
		background-image: url(../images/common/icon_contact_us_m.png);
		background-size: 14px auto;
	}
	#header .util-list li.lang span:before {
		top: 2px;
		width: 13px;
		height: 13px;
		background-image: url(../images/common/icon_lang_m.png);
		background-size: 13px auto;
	}
	#header .util-list li.news span:before {
		top: 3px;
		width: 12px;
		height: 12px;
		background-image: url(../images/common/icon_news_m.png);
		background-size: 12px auto;
	}
}

#header .menu-box {
	position: absolute;
	z-index: 4;
	transition: top .2s;
	width: 100%;
}

#header .menu-box .only-mobile {
	display: none;
}

#header .menu-list {
	position: relative;
	/*gap: 10px;*/
}

#header .menu-list>li {
	position: relative;
	/* float: left;
	width: 20.3%; */
	flex: 1;
	padding: 0;
	/* margin: 10px; */
}

#header .menu-list>li+li {
	/* margin-left: -5px; */
}

.page_wrapper{
	width: 100%;
	margin: 0 auto;
}
/* #header .menu-list > li.system .link-depth-1{background-color:#065394;} */
/* #header .menu-list > li.system .depth-2-wrap{background-color:#065394;} */
/* #header .menu-list > li.institution .link-depth-1{background-color:#0b7dc1;} */
/* #header .menu-list > li.institution .depth-2-wrap{background-color:#0b7dc1;} */
/* #header .menu-list > li.recognition .link-depth-1{background-color:#3d5fc2;} */
/* #header .menu-list > li.recognition .depth-2-wrap{background-color:#3d5fc2;} */
/* #header .menu-list > li.mobility .link-depth-1{background-color:#785cc7;} */
/* #header .menu-list > li.mobility .depth-2-wrap{background-color:#785cc7;} */
#header .menu-list li a {
	display: block;
}

#header .menu-list .depth-2-wrap {
	display: none;
	position: absolute;
	/*top: 92px;           !* điều chỉnh nếu cần *!*/
	/*left: 0;*/
	z-index: 2;
	width: 50%;         /* thay max-content thành 100% để khít với cha */
	min-width: 97%;     /* quan trọng */
	padding-top: 14px;
	background-color: #428bca;   /* background luôn có */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ie #header .menu-list .depth-2-wrap {
	padding-top: 11px;
}

#header .menu-list .depth-2-wrap .depth-2 {
	/*padding: 10px 20px;*/
}

/*#header .menu-list .depth-2-wrap .depth-2 li:not (:last-child ){
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}*/

#header .menu-list>li:last-child .depth-2-wrap {
	left: auto;
	right: 0;
}

#header .menu-list .link-depth-1 {
	position: relative;
	/*width: 100%;*/
	height: 96px;
	text-align: center;
	border-radius: 5px;
	background-color: #428bca;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .menu-list .menu--link__1{
	margin-right: 10px;
}
#header.fixed .menu-list .menu--link__1 {
	margin-right: 0;
}

#header .menu-list .link-depth-12 {
	display: flex;
	justify-content: space-around;
	align-items: center;;
	height: 96px;
	text-align: center;
	border-radius: 5px;
	background-color: #428bca;
}

#header .menu-list .link-depth-1 span {
	display: table-cell;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	vertical-align: middle;
}

#header .menu-list .link-depth-2 {
	display: inline-block;
	padding: 8px 20px 8px 14px;
	background: #428bca;
	width: 100%;
}

#header .menu-list .link-depth-2 span {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	line-height: 1.2;
}

#header .menu-list .link-depth-2 span:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -15px;
	color: rgba(255, 255, 255, .7);
}

#header .menu-list .depth-2 li.dropdown {
	width: 100%;
	float: none !important;
	display: block;
}

#header .menu-list .depth-2 li.dropdown > .link-depth-2 {
	width: 100% !important;
	display: block !important;
	box-sizing: border-box;
	background: #428bca !important;
}

#header .menu-list .depth-2 .dropdown-menu {
	position: static !important;
	width: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

#header .menu-list .depth-2 .dropdown-menu > li {
	width: 100%;
}

#header .menu-list .depth-2 .dropdown-menu > li > a {
	background: #3d7bb5;
	color: rgba(255, 255, 255, .8);
	padding: 6px 20px 6px 28px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#header .menu-list .depth-2 .dropdown-menu > li > a:hover {
	background: #2e6a9e;
	color: #fff;
}

#header .menu-list .depth-2-wrap .depth-2.nav.navbar-nav {
	width: 100%;
}

#header .menu-list .depth-2-wrap .depth-2.nav.navbar-nav > li.dropdown {
	width: 100%;
	float: none !important;
}

#header .menu-list .depth-2-wrap .depth-2.nav.navbar-nav > li.dropdown > a.link-depth-2 {
	width: 100% !important;
	display: block !important;
	box-sizing: border-box;
}

#header .menu-list .btn-link {
	position: absolute;
	bottom: 18px;
	right: 23px;
	width: 34px;
	height: 24px;
	background: url(../images/common/icon_menu_arrow.png) no-repeat;
}

#header .menu-list .btn-link span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* #header .menu-list .on-hover .depth-2-wrap{display:block;} */
#header .menu-list>li.on-hover .depth-2-wrap {
	background-color: #428bca;
}

#header .menu-list>li.on-hover .link-depth-2 span {
	color: #fff;
}

#header .menu-list>li.on-hover .link-depth-2 span:after {
	color: #fff;
}

#header .menu-list>li.on-hover .link-depth-1 {
	background-color: #428bca;
}

#header .menu-list>li.on-hover .link-depth-1:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 10px;
}

#header .menu-list>li.off-hover .link-depth-1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(85, 150, 241, 0.68);
	border-radius: 5px;
}

#header .menu-box.menu-on:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 10px;
	z-index: 1;
}

/*#header .menu-box.menu-on:after {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 86px;*/
/*	left: 0;*/
/*	right: 0;*/
/*	z-index: 1;*/
/*	height: 590px;*/
/*	background-color: #428bca;*/
/*	border-radius: 5px;*/
/*	!* width: 98% *!*/
/*}*/

#header .menu-box.menu-on li.on-hover .depth-2-wrap {
	display: block;
	background-color: #428bca;
}

#header .menu-box.menu-on li.on-hover:first-child .depth-2-wrap {
	border-bottom-left-radius: 5px;
}

#header .menu-box.menu-on li.on-hover:last-child .depth-2-wrap {
	border-bottom-right-radius: 5px;
}

#header .menu-list .link-depth-2:hover span, #header .menu-list .link-depth-2:focus span
{ /* border-bottom:1px solid #b5bd5c; */
	text-decoration: underline;
}

#header .menu-list .link-depth-2:hover span:before, #header .menu-list .link-depth-2:focus span:before
{
	color: #fff;
	text-decoration: none;
}

#header .menu-list>li.current-menu .link-depth-1 {
	background-color: #1e98c5;
}

#header .menu-list>li.current-menu .depth-2-wrap {
	background-color: #1e98c5;
}

#header .menu-list>li.off-hover.current-menu .depth-2-wrap {
	background-color: #1e98c5;
}

@media ( max-width :1390px) {
	.contact .mail-phone{
		margin: 0 !important;
	}
	#header .menu-box {
		/* margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 10px; */
		width:100%;
		/* overflow-x: hidden; */
	}
	#header .menu-list {
		display: table;
		width: 100%;
		/*gap: 10px;*/
	}
	#header .menu-list:after {
		display: none;
	}
	/*#header .menu-list>li {
		position: static;
		display: table-cell;
		width: 20%;
		float: none;
		padding: 0 5px;
		vertical-align: middle;
	}
	#header .menu-list>li+li {
		margin-left: 1%;
	}
	#header .menu-list .depth-2-wrap {
		display: none;
		left: 5px;
		right: 5px;
		width: 100%;
		height: fit-content;
		padding-top: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.ie #header .menu-list .depth-2-wrap {
		padding-top: 0;
	}
	#header .menu-list>li:last-child .depth-2-wrap {
		left: 5px;
		right: 5px;
	}
	#header .menu-list .link-depth-1 span {
		font-size: 20px;
	}
	#header .menu-list .link-depth-2 span {
		font-size: 14px;
	}
	#header .menu-list .link-depth-2 span:before {
		left: -11px;
	}
	#header .menu-box.menu-on:after {
		display: none;
	}
	#header .menu-box.menu-on .depth-2-wrap {
		display: none;
	}
	#header .menu-list .on-hover .depth-2-wrap {
		display: block;
	}*/
}

@media (max-width:585px){
	#header .menu-list > li{position:static;display:table-cell;width:auto;float:none;padding:0 5px;vertical-align:middle;}
	#header .menu-list > li + li{margin-left:1%;}
	#header .menu-list .depth-2-wrap{display:none;left:5px;right:5px;width:auto;height:235px;padding-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
	.ie #header .menu-list .depth-2-wrap{padding-top:0;}
	#header .menu-list > li:last-child .depth-2-wrap{left:5px;right:5px;}
	#header .menu-list .link-depth-1 span{font-size:20px;}
	#header .menu-list .link-depth-2 span{font-size:14px;}
	#header .menu-list .link-depth-2 span:before{left:-11px;}

	#header .menu-box.menu-on:after{display:none;}
	#header .menu-box.menu-on .depth-2-wrap{display:none;}
	#header .menu-list .on-hover .depth-2-wrap{display:block;}

	#header .util-list li{width: 33.33333%}
	#header .menu-list .menu--link__1{
		margin-right: 0;
	}
}

@media ( max-width :767px) {
	#header .menu-box {
		display: none;
		margin: 0;
	}
	#header .menu-box.menu-on:before {
		display: none;
	}
	#header .menu-box .only-mobile {
		display: block;
	}
	#header .menu-list {
		display: block !important;
	}
	#header .menu-list>li {
		position: relative;
		display: block;
		padding: 0;
		border-bottom: 1px solid #304865;
	}
	#header .menu-list>li+li {
		margin-left: 0;
	}
	#header .menu-list>li .link-depth-1 {
		background-color: #132842 !important;
	}
	#header .menu-list .link-depth-1 {
		height: auto;
		padding: 12px 0;
		text-align: left;
		margin-right: 0;
	}
	#header .menu-list .link-depth-1 span {
		font-size: 14px;
		padding-left: 20px;
	}
	#header .menu-list .link-depth-1 br {
		display: none;
	}
	#header .menu-list .depth-2-wrap {
		position: static;
		padding: 0;
		height: fit-content;
	}
	#header .menu-list>li .depth-2-wrap {
		background: #15232f !important;
	}
	/*#header .menu-list .link-depth-1:after{content:'';position:absolute;top:50%;right:10px;left:auto;bottom:auto;height:auto;margin-top:-2px;border-top:6px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;background:none;border-radius:0;}*/
	#header .menu-list .depth-2-wrap .depth-2 {
		display: contents;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	#header .menu-list .depth-2-wrap .depth-2 li {
		border-top: 1px solid #1b344a;
	}
	#header .menu-list .depth-2-wrap .depth-2 li:not :last-child{
		border-bottom: none;
	}
	#header .menu-list .link-depth-2 {
		display: block;
		padding: 6px 0 6px 26px;
		height: auto;
	}
	#header .menu-list .link-depth-2:hover, #header .menu-list .link-depth-2:focus
	{
		background: #fff;
	}
	#header .menu-list .link-depth-2 span {
		color: #fff;
		font-size: 12px;
		letter-spacing: -.02em;
	}
	#header .menu-list .link-depth-2 span:before {
		left: -8px;
		top: 0;
	}
	#header .menu-list .link-depth-2:hover span, #header .menu-list .link-depth-2:focus span
	{
		color: #0192c7 !important;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: -.04em;
	}
	#header .menu-list .link-depth-2:hover span:before, #header .menu-list .link-depth-2:focus span:before
	{
		color: #0192c7;
	}
	#header .menu-list .btn-link {
		display: none;
	}
	#header	.on-click .menu-box {
		display: contents;
	}
	#header .menu-list .on-hover .depth-2-wrap {
		display: none;
	}
	#header .menu-list .on-click .depth-2-wrap {
		display: block
	}
	#header .menu-list>li.off .link-depth-1:after {
		display: none;
	}
	#header .menu-list>li.on .link-depth-1:after, #header .menu-list>li.on-hover .link-depth-1:after,
	#header .menu-list>li.off-hover .link-depth-1:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		bottom: auto;
		height: auto;
		margin-top: -2px;
		border-top: 6px solid #fff;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		background: none;
	}
}
.img-responsive{
	opacity: 0.9;
}
.img-responsive:hover{
	opacity: 1.3;
}
/* fixed header */
#header.fixed {
	min-height: 150px;
	border-bottom: none;
	box-shadow: 0 0 6px rgba(150, 149, 149, 0.5);
}

#header.fixed:before {
	display: none;
}

#header.fixed .container-top {
	height: 92px;
	/* padding-right: 16px; */
}

#header.fixed .logo a {
	width: 121px;
	height: 52px;
}

#header.fixed .util-box {
	top: -89px;
	right: 3% !important;
}

#header.fixed .util-list li span {
	font-size: 14px;
}

#header.fixed .search-wrap {
	width: 320px;
}

#header.fixed .search-wrap .txt {
	height: 28px;
	font-size: 14px;
}

#header.fixed .menu-box {
	/* padding-top: 18px; */
	margin: 0;
	width:100%;
	transform: none;
}

#header.fixed .menu-box.menu-on:before {
	display: none;
}

#header.fixed .menu-box.menu-on:after {
	top: 161px;
	height: 450px;
	/* margin-left: 12.5px; */
}

#header.fixed .menu-list{
	gap: 0;
}

#header.fixed .menu-list>li {
	position: relative;
	/*flex: 1;*/
}

#header.fixed .menu-list>li:not(:last-child) {
	/*margin-left: 10px;*/
}

#header.fixed .menu-list>li+li {
	/* margin-left: -2px; */
}

#header.fixed .menu-list .link-depth-1 {
	height: 44px;
	border-radius: 0;
	text-align: center;
	/* width: 112%; */
	display: flex;
	align-items: center;
	justify-content: center
}

#header.fixed .menu-list .link-depth-12 {
	height: 44px;
	border-radius: 0;
}

#header.fixed .menu-list>li:first-child .link-depth-1 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#header.fixed .menu-list>li:last-child .link-depth-1 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* #header.fixed .menu-list > li:last-child .link-depth-1{border-top-right-radius:5px;border-bottom-right-radius:5px;} */
#header.fixed .menu-list .link-depth-1 span {
	font-size: 13px;
}

#header.fixed .menu-list .link-depth-1 br {
	display: none;
}

#header.fixed .menu-list .link-depth-2 span {
	font-size: 14px;
}

#header.fixed .menu-list .depth-2-wrap {
	top: 39px;
	height: fit-content;
}

@media ( max-width :1190px) {
	#header.fixed .menu-list>li {
		padding: 0;
	}
	#header.fixed .menu-list .depth-2-wrap {
		top: 41px;
		left: 0;
		right: 0;
		height: auto;
	}
	#header.fixed .menu-list>li:last-child .depth-2-wrap {
		left: 0;
		right: 0;
	}
}

@media ( max-width :767px) {
	#header.fixed {
		min-height: auto;
	}
	#header.fixed .logo a {
		width: 74px;
		height: 31px;
	}
	#header.fixed .container-top {
		height: 100%;
	}
	#header.fixed .util-list li span {
		font-size: 12px;
	}
	#header.fixed .menu-box {
		padding: 0;
	}
	#header.fixed .menu-list .link-depth-1 {
		height: auto;
	}
	#header.fixed .menu-list .link-depth-1 span {
		font-size: 14px;
	}
	#header.fixed .menu-list .link-depth-2 span {
		font-size: 12px;
	}
	#header.fixed .menu-list .depth-2-wrap {
		height: auto;
	}
}

/*-------------------------------------------
	footer
--------------------------------------------*/
#footer {
	position: relative;
	background: #428bca;
	z-index: 3;
}

#footer .footer-top .container {
	display: table;
	height: 124px;
}

#footer .footer-bottom {
	padding: 30px 10px;
	border-top: 1px solid #42505e;
}

@media ( max-width :767px) {
	#footer .footer-top .container {
		height: auto;
	}
	#footer .footer-bottom {
		padding: 10px 0 0;
	}
}

#footer .family-site, #footer .sns-box {
	display: table-cell;
	vertical-align: middle;
}

#footer .family-site li {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}

#footer .family-site li:last-child {
	margin-right: 0;
}

@media ( max-width :767px) {
	#footer .family-site {
		display: none;
	}
}

#footer .sns-box {
	width: 156px;
}

#footer .sns-box .sns-title {
	margin-bottom: 10px;
}

#footer .sns-box .sns-title span {
	color: #969ea6;
	font-size: 15px;
	font-weight: 600;
}

#footer .sns-box .sns-list li {
	float: left;
}

#footer .sns-box .sns-list li+li {
	margin-left: 10px;
}

#footer .sns-box .sns-list li a {
	display: block;
	width: 31px;
	height: 30px;
	background: url(../images/common/icon_sns.png) no-repeat;
}

#footer .sns-box .sns-list li.facebook a {
	background-position: 0 0;
}

#footer .sns-box .sns-list li.instagram a {
	width: 30px;
	background-position: -42px 0;
}

#footer .sns-box .sns-list li.twitter a {
	background-position: -82px 0;
}

#footer .sns-box .sns-list li.google-plus a {
	background-position: -123px 0;
}

#footer .sns-box .sns-list li span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

@media ( max-width :900px) {
	#footer .sns-box {
		width: 141px;
	}
	#footer .sns-box .sns-list li+li {
		margin-left: 5px;
	}
	.model.fade.in{
		right: 25%;
		left: 25%;
	}
}

@media ( max-width :767px) {
	#footer .sns-box {
		display: block;
		position: absolute;
		top: 6px;
		right: 10px;
		z-index: 1;
		width: auto;
	}
	#footer .sns-box .sns-title {
		margin-bottom: 3px;
	}
	#footer .sns-box .sns-list li a {
		width: 18px;
		height: 16px;
		background-size: auto 16px;
	}
	#footer .sns-box .sns-list li.instagram a {
		width: 16px;
		background-position: -22px 0;
	}
	#footer .sns-box .sns-list li.twitter a {
		background-position: -42px 0;
	}
	#footer .sns-box .sns-list li.google-plus a {
		background-position: -64px 0;
	}
	#footer .sns-box .sns-title span {
		font-size: 10px;
	}
}

#footer .footer-logo {
	width: 149px;
	height: 63px;
	background: url(../images/common/logo_footer.png) no-repeat;
}

#footer .footer-logo span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

@media ( max-width :767px) {
	#footer .footer-logo {
		width: 77px;
		height: 32px;
		margin: 0;
		background-size: 100% auto;
	}
}

#footer .copyright {
	margin-top: 25px;
}

#footer .copyright p {
	color: #637282;
	font-size: 14px;
}
/* #footer .copyright .copy{margin-top:10px;} */
@media ( max-width :767px) {
	#footer .copyright {
		background: #2d3033;
		margin: 10px -10px 0;
		padding: 10px 10px;
	}
	#footer .copyright .only-pc {
		display: none;
	}
	#footer .copyright p {
		font-size: 10px;
	}
	/* #footer .copyright .copy{margin-top:0;} */
}

#footer .links-list {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .links-list .sel {
	width: 360px;
	height: 33px;
	padding: 0 6px;
	border: 1px solid rgba(204, 204, 204, 0.38);
	border-radius: 3px;
	color: #032f67;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.59);
}

#footer .links-list .btn-link {

}

#footer .links-list .btn-link {
	display: inline-block;
	padding: 7px 10px;
	border: none;
	background: #0468ae;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
}

#footer .links-list .btn-link span {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
}

@media ( max-width :767px) {
	#footer .links-list {
		display: none; /*top:auto;bottom:5px;right:10px;*/
	}
	/*#footer .links-list .sel{width:100px;height:28px;max-width:100%;font-size:12px;}*/
}

/* TOP */
.btn-top {
	position: fixed;
	bottom: 50px;
	left: 50%;
	z-index: 10;
	margin-left: 580px;
	width: 40px;
	height: 41px;
	border-radius: 50%;
	border: 1px solid rgba(145, 203, 236, 0.3);
	background: url(../images/common/btn_top.png) no-repeat;
	text-indent: -999em;
}

/* ==================================================
   Layout
================================================== */
#container {
	padding-top: 236px;
}

.container {
	position: relative;
	width: inherit;
	margin: 0 auto;
}

@media ( max-width :1190px) {
	/*#wrap{overflow:hidden;}*/
	.container {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
}

@media ( max-width :767px) {
	#wrap.cover:before {
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}
	#container {
		padding-top: 50px;
	}
}

/* ==================================================
  Map tool-tip( 2018-07-05 ) youilwi..
================================================== */
.ly_pop {
	display: none;
	position: absolute;
	width: 350px;
	height: 350px;
	z-index: 90;
	border: 2px solid #533613;
	background: #f8f8f9;
	border-radius: 5px;
}

.ly_pop:after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	width: 24px;
	height: 19px;
	background: url("/site/karic/eng/images/sub/bg_ly_arr.png") 0 0
	no-repeat;
	margin-left: -12px;
}

.ly_pop.ly_info {
	width: auto;
	background: #fff;
	height: auto;
}

.ly_pop.ly_info .ly_pop_body {
	padding: 5px 15px;
}

.ly_pop.ly_info span.info {
	font-weight: 500;
	font-size: 15px;
}

@media screen and (min-width: 768px) {
	.slogan-education {
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		color: #003968;
	}

	.slogan {
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		line-height: 25px;
		color: #003968;
		padding: 0;
	}
}

/* Tin tuc */

@media screen and (max-width: 576px) {
	#header .menu-list .link-depth-1 {
		border-radius: 0;
	}
	#header.fixed .menu-list>li:first-child .link-depth-1,
	#header.fixed .menu-list>li:last-child .link-depth-1
	{
		border-radius: 0;
	}
	#header .menu-list .depth-2-wrap .depth-2 li:not(:last-child)::after {
		content: unset;
	}
	.page_news .news {
		margin-top: 0;
		padding-bottom: 15px;
	}
	.page_news .news .news--content {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1rem;
	}
	.page_news .news .news--content .page_body {
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) {
	.page_news .news {
		margin-top: 1rem;
		padding-bottom: 15px;
	}
	.page_news .news .news--content {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1rem;
	}
	.page_news .news .news--content .page_body {
		margin-left: 0;
	}
}

@media screen and (min-width: 960px ) {
	.page_news .news {
		margin-top: 1.5rem;
	}
	.page_news .news .news--content {
		padding-left: 15px;
		padding-right: 0;
	}
	.page_news .news .news--content .page_body {
		margin-left: 0;
	}
}

@media screen and (min-width: 1140px ) {
	.page_news .news {
		margin-top: 2rem;
	}
	.page_news .news .news--content {
		padding: 0;
	}
	.page_news .news .news--content .page_body {
		margin-left: 15px;
	}
}

.page_news .news .news--content .page_header table tr:first-child {
	border-top: 1px solid #428bca;
}

.page_news .news .news--content .page_header .news--title {
	background-color: #ecf4ff;
	text-align: center;
	border: 1px solid #e1e1e1;
	font-size: 15px;
	font-weight: bold;
}

.page_news .news .news--content .page_header .news--content,
.page_news .news .news--content .page_header .news--menu {
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
}


.page_news .news .news--content .page_header .news--title,
.page_news .news .news--content .page_header .news--content {
	padding: 13px 20px;
	margin: auto;
}

.page_news .news .news--content .page_body {
	padding: 1rem;
	font-size: 14px;
	line-height: 1.4;
	background-color: #fff;
}

.page_news .news .news--menu .news--menu__title {
	border-top: 4px solid #428bca !important;
	border: 1px solid #e1e1e1;
	padding: 18px 30px;
	background-color: #fff;
	font-weight: bold;
}

.page_news .news .news--menu .news--menu__item ul li {
	border: 1px solid #e1e1e1;
	border-top: unset;
}

.page_news .news .news--menu .news--menu__item ul li a.news--menu__link {
	display: block;
	padding: 10px 14px;
	background-color: #fff;
	color: #000000;
}

.page_news .news .news--menu .news--menu__item ul li a.news--menu__link:hover {
	color: #ffffff;
	background-color: #428bca;
}

.page_news .news .news--menu .news--menu__item a {
	font-size: 14px;

}
