@charset "utf-8";



/* skip */
#top_skip {
	display:block;
	background:#fff;
	position:fixed;
	left:0; top:0;
	z-index:99999999;
}
#top_skip a {
	position:relative;
	display:block;
	width:120px;
	line-height:35px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:12px;
	height:0;
	overflow:hidden;
}
#top_skip a:focus {
	height:35px;
	border:2px solid #005983;
}


/* header */
#header {
	border-bottom: 1px solid #ddd;
}
.h_wrap { 
	height: 90px; 
	overflow:hidden;
}
.gsnb_bg {
	position: absolute;
	top:90px;
	left:0;
	right:0;
	background: #f0f0f0;
	height:0;
}
.header-inner {
  padding-left: 80px; 
  padding-right: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
	display: inline-block;
	position: relative;
	z-index: 99;
  width:140px;
}

/* gnb */
#gnb_wrap {
   
}
.gnb > li {
	display: inline-block;
	position:relative;
	padding-right: 57px;
	/* padding:0 27px;
	text-align: left;
	text-align: center; */
}

.gnb > li > a {
    display: inline-block;
    font-size: 20px;
    line-height: 90px;
    height: 90px;
    box-sizing: border-box;
    font-weight: 500;
    position: relative;
    z-index: 9;
    color:#000;
}
.gnb > li.active > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 60px;
	left:0; right: 0;
	border-bottom: 2px solid #000;
}
.gsnb {
  position: absolute;
  left: 0;
  right: 0;
	top: 100%;
	display: none;
}
#header.h_hover .gsnb {
    display: block;
}
.gsnb:after {
	content: '';
	display: block;
	clear: both;
}
.gsnb ul {
	box-sizing: border-box;
	padding: 26px 0 0px;
	position: relative;
	/* text-align: center; */
}
.gsnb ul li {
	padding-bottom: 8px;
}
.gsnb ul li a {
	display: block;
	font-size: 15px;
	color: #000;
	opacity: 0.8;
}
.gsnb ul li a > span {
	border-bottom: 1px solid transparent;
}
.gsnb ul li a:hover > span {
	border-bottom: 1px solid #000;
}

.login_wrap {
  z-index: 9;
  border: 1px solid #0d5fbd;
  border-radius: 5px;
}

.login_wrap > a {
  display: inline-block;
	vertical-align: top;
  color: #444;
  line-height:40px;
	box-sizing: border-box;
	width: 110px;
	text-align:Center;
	font-size:16px;
  font-weight: 600;
}

a.login_blue {
  position: relative;
}
a.login_blue::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #444;
}
a.login_blue .l_icon {
	background-image:url(/image/common/login.png);
	background-repeat: no-repeat;
	background-size:20px 20px;
	background-position: 0px 8px;
  width: 20px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}


/* footer */
#footer {
	background: #fff;
  border-top: 1px solid #ddd;
}
#footer .inner {
	display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
.footer_info .link {
  margin-bottom: 35px;
}
.footer_info .link a {
  font-size: 15px;
  color: #999;
  font-weight: 600;
}
.footer_info .link a:not(:last-child) {
  margin-right: 20px;
}
.footer_info .link a:hover {
  color: #333;
}
.footer_info .info {
  color: #989898;
  font-size: 14px;
  margin: 20px 0 55px;
}
.footer_info .copy {
  color: #b8b8b8;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 600;
}

.footer_nav {
  display: flex;
}
.footer_nav li:not(:last-child) {
  margin-right: 70px;
}
.footer_nav li a {
  display: block;
  color: #888;
  font-size: 15px;
  margin-bottom: 15px;
}
.footer_nav li a.gnb {
 color: #333;
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 30px;
}



.sv {
	height: 450px;
}
	.sv.K01 { background: url('/image/common/sv01.jpg') no-repeat center / cover; }
	.sv.K02 { background: url('/image/common/sv02.jpg') no-repeat center / cover; }
	.sv.K03 { background: url('/image/common/sv03.jpg') no-repeat center / cover; }
	.sv.K04 { background: url('/image/common/sv04.jpg') no-repeat center / cover; }
	.sv.K05 { background: url('/image/common/sv05.jpg') no-repeat center / cover; }
	.sv.K06 { background: url('/image/common/sv06.jpg') no-repeat center / cover; }
	.sv.K07 { background: url('/image/common/sv07.jpg') no-repeat center / cover; }
	.sv.K08 { background: url('/image/common/sv07.jpg') no-repeat center / cover; }
	.sv.K09 { background: url('/image/common/sv07.jpg') no-repeat center / cover; }
	.sv.K10 { background: url('/image/common/sv07.jpg') no-repeat center / cover; }

/* lnb */
.lnb_wrap {
	width: 252px;
	display: inline-block;
}
.lnb_wrap .tit {
  background-image: url(/image/common/lnb_tit_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 24px;
  width: 100%;
  height: 181px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 5px;
}
.lnb_top {
	max-width: 1300px;
	margin: -95px auto 0;
	height: 95px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	padding-top: 35px;
}
.con_title {
	position: relative;
	width: 1100px;
}
.con_title h1 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    line-height: 1;
    margin: 60px 0 30px;
}
/* 
.con_title h1 span:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: #2e8bef;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-left: 5px;
} */

.lnb > ul {
	width: 100%;
}
.lnb > ul > li {
}
.lnb > ul > li > a {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 5px;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 15px;
  position: relative;
}
.lnb > ul > li > a::before {
  content: "━";
  position: absolute;
  right: 20px;
  top: 0;
  color: #112743;
}
.lnb > ul > li.on > a {
	color: #fff;
	background: #112743;
}
.lnb > ul > li.on  > a::before {
  content: "┼";
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
}

.lnb > ul > li.deps3 > a {
	background: url('/image/common/lnb_arw_off.png') no-repeat 93%;
}
.lnb > ul > li.deps3.active > a {
	background: url('/image/common/lnb_arw_on.png') no-repeat 93%;
}

.lnb > ul > li.active .lsnb {
	height: auto;
}
.lnb > ul > li .lsnb.on {
	height: auto;
	display: block;
}
.lsnb {
	height: 0;
	overflow: hidden;
	display: none;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}
.lsnb.on {
	height: auto;
	display: block;
}
.lsnb > li {
	text-align:left;
}
.lsnb > li > a {
	font-size: 16px;
	display: block;
	padding: 5px 20px 5px 30px;
	line-height: 1.5;
	color: #888888;
	position: relative;
}
.lsnb > li > a:before {
	content: '·';
	display: block;
	position: absolute;
	left: 17px;
	top: 5px;
}
.lsnb > li.on > a {
	color: #d71921;
}

.education-lnb {
	margin-top:  60px;
}
.education-fixed  {
	position: fixed;
  right: 75px;
  top: 50%;
  z-index: 9999;
}
.education-fixed li {
	margin-bottom: 5px;
}

.route { 
	position: absolute;
	top: 15px; 
	right: 0; 
}
.route a { 
	color: #999999; 
	font-size: 13px;
}
.route a > img {
	vertical-align: middle;
}
.route span { 
    display: inline-block;
    margin: 0 5px 0 10px;
    color: #999999;
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

/*top_btn*/
.top_btn {
    z-index: 9999;
    background-image:url(/image/common/top_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:46px;
    height:46px;
    position: fixed;
    right:25px;
    bottom:25px;
    cursor: pointer;
}