@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

body{
	font-size:12px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height:1.4;
	letter-spacing:-0.1em;
	color:#454545;
}

a:link, a:visited{
	color:#454545;
	text-decoration:none;
}
a:hover, a:focus{

}

.blind{
	position:absolute;
	top:0px;
	left:-9999px;
}
.clear_fix:after{
	content:'';
	display:block;
	clear:both;
}
.v_center{
	max-width:980px;
	margin:0 auto;
}

/* skip */
.v_skip>a{
	position:absolute;
	top:0px;
	left:-9999px;
	z-index:9999;
	width:100%;
	padding:10px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background-color:#4d66ce;
}
.v_skip>a:focus{
	left:0px;
}

/* header */
.v_header{
	position:relative;
	padding-top:66px;
	margin-bottom:25px;
}
.v_logo>a{
	display:block;
	width:246px;
	height:35px;
	margin:0 auto;
	text-indent:-9999em;
	background-image:url(../img/main/bg_logo.gif);
	background-repeat:no-repeat;
}

.v_search{
	position:absolute;
	top:70px;
	left:10px;
	width:230px;
	height:27px;
	padding:2px;
	border:1px solid #ccc;
}

#v_search{
	width:200px;
	height:25px;
	border:none;
	border-right:1px solid #ccc;
	vertical-align:middle;
}
.v_btn_search{
	margin-left:3px;
	vertical-align:middle;
}

.v_util_wrap{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:13px 0;
	background-color:#454545;
}
.v_util_wrap>div{
	position:relative;
}
.v_util_wrap a{
	color:#fff;
}
.v_util_wrap a:hover, .v_util_wrap a:focus{
    text-decoration:underline;
}
.v_util>li{
	float:left;
	margin-right:7px;
	padding-right:7px;
	border-right:1px solid #ccc;
	font-size:0.9em;
}
.v_util>li:last-child{
	border-right:none;
	margin-right:0;
	padding-right:0;
}
.v_sns{
	position:absolute;
	top:-3px;
	right:140px;
}
.v_sns>a{
	display:inline-block;
	width:24px;
	height:24px;
	text-indent:-9999em;
}
.v_sns>a:nth-child(1){
    margin-right:10px;
	background-image:url(../img/main/bg_facebook.png); 
}
.v_sns>a:nth-child(2){
	background-image:url(../img/main/bg_blog.png); 
}
.v_lang{
	position:absolute;
	top:0px;
	right:10px;
    letter-spacing:0.03em;
}
.v_lang>a:first-child{
	margin-right:8px;
	padding-right:8px;
	border-right:1px solid #ccc;
}

.v_cmc_network{
	position:absolute;
	top:70px;
	right:10px;
}
.v_cmc_network>a{
	display:block;
	width:200px;
	height:32px;
	line-height:29px;
	border:1px solid #002c62;
	padding-left:20px;
	font-size:1.2em;
	font-weight:bold;
	box-sizing:border-box;
	background-image:url(../img/main/btn_tri_down.png);
	background-repeat:no-repeat;
	background-position:170px center;
}
.v_cmc_network>a.active{
	background-image:url(../img/main/btn_tri_up.png);
}
.v_cmc_network>ul{
	display:none;
	position:absolute;
	top:33px;
	right:-10px;
	width:980px;
	z-index:20;
	padding:30px 590px 30px 0;
	border:10px solid #ccc;
	border-top-color:#4a58c4;
	border-right-color:#333e9a;
	border-bottom-color:#242d79;
	border-left-color:#2c3bb1;
	box-sizing:border-box;
	background-color:#fff;
}
.v_cmc_network>ul>li{
	float:left;
	width:120px;
	margin:0 3px 8px;
	text-align:center;
}
.v_cmc_network>ul>li>a{
	display:block;
	font-weight:bold;
}
.v_cmc_network>ul>li>a:hover,
.v_cmc_network>ul>li>a:focus,
.v_cmc_network>ul>li>a.selec{
	border-radius:11px;
	background-color:#ccc;
}	
.v_cmc_network img{
	position:absolute;
	top:25px;
	right:0;
}


/* nav */
.v_gnb_wrap{
	position:absolute;
	top:135px;
	left:0px;
    z-index:10;
	width:100%;
	border-top:1px solid #003c8e;
	border-bottom:2px solid #003c8e;
	background-image:url(../img/main/bg_nav.gif);
	background-repeat:repeat-x;
	background-color:#99f;
}
#v_gnb{
	margin:0 auto;
}
#v_gnb>li{
	float:left;
	width:140px;
	text-align:center;
}
#v_gnb>li>a{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	height:45px;
    border-bottom:1px solid #003c8e;
	padding:10px 0 12px 0;
	box-sizing:border-box;
}
#v_gnb>li>a:hover, #v_gnb>li>a:focus, #v_gnb>li>a.on{
	color:#003c8e;
	background-color:#fff;
}
#v_gnb>li:hover>ul, #v_gnb>li:focus>ul{
	background-color:#f7faff;
}
#v_gnb>li:first-child>ul{
}
.v_gnb_sub{
    display:none;
	height:210px;
	padding:15px 0;
	background-color:#fff;
}
.v_gnb_sub>li>a{
	display:block;
	font-size:1.1em;
	color:#666;
	padding:4px 0;
}
.v_gnb_sub>li>a:hover, .v_gnb_sub>li>a:focus{
	color:#215aa7;
	font-weight:bold;
	background-image:url(../img/main/bg_bullet01.png);
	background-repeat:no-repeat;
	background-position:15px center;
}


/* footer */
.v_footer1_wrap{
	padding:10px 0;
	background-color:#616161;
}
.v_footer1_wrap>div{
	position:relative;
}
.v_footer1_wrap>div>ul>li{
	float:left;
	margin-right:15px;
}
.v_footer1_wrap>div>ul>li:last-child{
	margin-right:0;
}
.v_footer1_wrap>div>ul a{
	color:#fff;
	font-size:1.1em;
}
.v_footer1_wrap ul a:hover, .v_footer1_wrap ul a:focus{
	text-decoration:underline;
}

.v_ft_facility{
	position:absolute;
	top:-2px;
	right:30px;
	background-color:#fff;
}
.v_ft_facility>a{
	display:inline-block;
	width:150px;
	height:22px;
	line-height:22px;
	padding-left:15px;
	border:1px solid #ccc;
	background-image:url(../img/main/btn_tri_up.png);
	background-repeat:no-repeat;
	background-position:130px center;
}
.v_ft_facility>a.selected{
	background-image:url(../img/main/btn_tri_down.png); 
}
.v_ft_facility>div{
	display:none;
	position:absolute;
	bottom:27px;
	right:0px;
	width:380px;
	padding:20px;
	border:2px solid #999;
	background-color:#fff;
}
.v_ft_facility>div>div{
	float:left;
	width:190px;
	box-sizing:border-box;
}
.v_ft_facility>div>div>h4{
	font-size:1.3em;
	font-weight:bold;
	padding:4px 0 4px 15px;
	color:#fff;
	margin-bottom:11px;
	background-color:#2a64d0;
}
.v_ft_faci_edu{
	padding-right:20px;
	border-right:1px solid #ccc;
}
.v_faci_edu_inner{
	padding-left:13px;
}
.v_faci_edu_inner>li{
	padding-left:5px;
	background-image:url(../img/main/bg_bullet03.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}
.v_ft_faci_stu{	
	padding-left:20px;
}

.v_footer2{
	position:relative;
	padding:15px 0 20px;
}
.v_footer2>div{
	float:left;
	box-sizing:border-box;
}
.v_footer2>div:nth-child(1){
	width:300px;
}
.v_footer2>div:nth-child(1)>address{
	margin-bottom:15px;
	font-style:normal;
}
.v_footer2>div:nth-child(2){
	padding-left:50px;
}
.v_ft_guide{
	text-align:center;
	width:400px;
	margin-bottom:20px;
}
.v_ft_guide>li{
	float:left;
	font-weight:bold;
	margin-right:15px;
}
.v_ft_guide>li>a:hover, .v_ft_guide>li>a:focus{
	color:#ef6e00;
	text-decoration:underline;
}
.v_ft_certi{
	width:230px;
	padding-left:30px;
}
.v_ft_certi>a{
	display:inline-block;
	height:64px;
	text-indent:-9999em;
	background-repeat:no-repeat;
}
.v_ft_certi>a:nth-child(1){
	width:29px;
	margin-right:10px;
	background-image:url(../img/main/bg_ft_certi1.gif);
}
.v_ft_certi>a:nth-child(2){
	width:35px;
	background-image:url(../img/main/bg_ft_certi2.gif);
}
.v_ft_certi>a:nth-child(3){
	width:58px;
	background-image:url(../img/main/bg_ft_certi3.gif);
}
.v_ft_certi>a:nth-child(4){
	width:49px;
	background-image:url(../img/main/bg_ft_certi4.gif);
}

.v_btn_top{
	position:absolute;
	top:-90px;
	right:-70px;
	width:40px;
	height:40px;
	font-size:1.2em;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	border:2px solid #0054a6;
	background-color:#fff;
}
.v_btn_top:hover, .v_btn_top:focus{
	background-color:#2876e0;
	color:#fff;
}




















