@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;
}

/*neo_info*/

.neo_info {
    width:100%;
    height:52px;
    background-color:#263045;
    color:#fff;
	letter-spacing: 0;
}

.neo_info .info_inner {
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.neo_info .info_inner .flex_wrap {
    display: flex;
    flex-wrap:nowrap;
	line-height: 52px;
}
.neo_info .info_call,
.neo_info .info_mail,
.neo_info .noe_clock,
.neo_info .noe_sns {
    display: flex;
	align-items: center;
}

.neo_info .info_call img {
    display: block;
}

.neo_info .info_call p {
    padding-left:5px;
    padding-right:36px;
}


.neo_info .info_mail {
    position:relative;
}

.neo_info .info_mail::before {
    content: "";
    width:1px;
    height:18px;
    background-color:#3c4558;
    position:absolute;
    left:-19px;
    top:17px;
}

.neo_info .info_mail p {
    padding-left:5px;
}

.neo_info .info_mail img {
    display: block;
}

.neo_info .noe_clock p {
    padding-left:5px;
    padding-right:30px;
}

.neo_info .noe_clock img {
    display: block;
}


.neo_info .noe_sns {
    position:relative;
}

.neo_info .noe_sns::before {
    content: "";
    width:1px;
    height:18px;
    background-color:#3c4558;
    position:absolute;
    left:-13px;
    top:17px;
}
.neo_info .noe_sns a {
    margin-left:5px;
    display: inline-block;
	vertical-align: top;
}
.neo_info .noe_sns a.gw_link {
	font-size: 13px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 15px;
    line-height: 28px;
    border-radius: 20px;
    margin-left: 25px;
    margin-top: 12px;

}

/* header */
#header {
	border-bottom: 1px solid #ddd;
}
.h_wrap {
	height: 95px;
	overflow:hidden;
}
.gsnb_bg {
	position: absolute;
	top:147px;
	left:0;
	right:0;
	background: #f0f0f0;
	height:0;
	
}
#logo {
	display: inline-block;
	position: relative;
	z-index: 99;
    padding-top: 19px;
}

/* gnb */
#gnb_wrap {
    top: 0;
    right: 0;
    position: absolute;
}
.gnb > li {
	display: inline-block;
	position:relative;
  padding-right: 78px;
}
.gnb > li:last-child {
  padding-right: 0;
}
.gnb > li > a {
    display: inline-block;
    font-size: 20px;
    line-height: 95px;
    height: 95px;
    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;
	width:180px;
}
#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 {
	position: absolute;
    right: 0;
    top: 33px;
    z-index: 9;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.login_wrap > a:hover{
background-color:#666;
	color:#fff

}

.login_wrap > a {
    display: inline-block;
	vertical-align: top;
    color: #666;
	border: 1px solid #666;
    line-height:30px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 95px;
	text-align:Center;
	margin-left: 5px;
	font-size:14px
}



.login_wrap > a.login_blue {
	border: 1px solid #2e8bef;
	color: #2e8bef;
}

.login_wrap a.login_blue:hover  {
	background-color:#2e8bef;
	color:#fff;
}

a.login_blue .l_icon {
	background-image:url(/image/common/login.png);
	background-repeat: no-repeat;
	background-size:cover;
	width:12px;
	height:12px;
	display: inline-block;
	margin-right:3px;
}

a.login_blue:hover .l_icon {
	background-image:url(/image/common/login_w.png);
	background-repeat: no-repeat;
	background-size:cover;
	width:13px;
	height:13px;
	display: inline-block;
	margin-right:3px;
}

a.mypage_gray:hover {
	background-color:#666;
	color:#fff;
}



#footer {
	background: #2d3033;
}
#footer > * {
	opacity: 0.8;
	color: #fff;
	line-height: 1.8;
}
#footer .top {
	padding: 50px 0 65px;
  position: relative;
}
#footer ul.right > li {
	margin-left: 55px;
}
#footer ul.right > li > a {
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}
#footer ul.right > li .sub li a {
	color: rgba(255,255,255,0.8);
	margin-bottom: 8px;
	font-size: 14px;
	display: block;
}
#footer .bot {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 30px 0;
}
#footer .bot .txt > a {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	margin-right: 15px;
}

.sv {
	height: 450px;
}
	.sv.K01 { background: url('/image/common/sv01_240726.jpg') no-repeat center / cover; }
	.sv.K02 { background: url('/image/common/sv02_240726.jpg') no-repeat center / cover; }
	.sv.K03 { background: url('/image/common/sv03_240726.jpg') no-repeat center / cover; }
	.sv.K04 { background: url('/image/common/sv04_240726.jpg') no-repeat center / cover; }
	.sv.K05 { background: url('/image/common/sv05_240726.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: 210px;
	display: inline-block;
}
.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;
}
.lnb_top .tit {
	font-size: 24px;
	display: inline-block;
	width: 210px;
	margin-top: 10px;
	border-bottom:3px solid #e2e2e2;
	padding-bottom: 22px;
}
.con_title {
	position: relative;
	width: 940px;
	float: right;
}
.con_title h1 {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    color: #000;
    padding-bottom: 25px;
    line-height: 1;
}
/*
.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 {
	border-bottom: 1px solid #ddd;
}
.lnb > ul > li > a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 15px;
}
.lnb > ul > li.on > a {
	color: #fff;
	background: #2e8bef;
}

.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:  40px;
}
.education-lnb li {
	margin-top: 10px;
}
.education-lnb li > a {
	display: block;
	border: 1px solid #ddd;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	position: relative;
	font-size: 14px;
}
.education-lnb li > a img {
	position: absolute;
	right: 15px;
	top: 14px;
}

.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;
}

/* family-btn */
.family-btn {
  position: absolute;
  bottom: 16px;
  right: 0;
  color: #fff;
  width: 166px;
}
.family-btn p {
  width: 100%;
  height: 42px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.family-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
}
.family-list a {
  background-color: #2D3033;
  border: 1px solid #fff;
  height: 42px;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: none;
  padding: 0 20px;
  color: #fff;
}