@charset "utf-8";
/* CSS Document */

/* 나눔고딕 */
@font-face{
font-family:"nGothic";
font-family:"나눔고딕";
src:url("/css/devFont/devGothic.eot");
src:local(※), url("/css/devFont/devGothic.woff") format("woff");
}

/* 나눔고딕 라이트 */
@font-face{
font-family:"nGothicLight";
font-family:"나눔고딕라이트";
src:url("/css/devFont/devGothicLight.eot");
src:local(※), url("/css/devFont/devGothicLight.woff") format("woff");
}

/* 나눔고딕 볼드 */
@font-face{
font-family:"nGothicBold";
font-family:"나눔고딕볼드";
src:url("/css/devFont/devGothicBold.eot");
src:local(※), url("/css/devFont/devGothicBold.woff") format("woff");
}

/* 나눔고딕 강한볼드 */
@font-face{
font-family:"nGothicExtraBold";
font-family:"나눔고딕강한볼드";
src:url("/css/devFont/devGothicExtraBold.eot");
src:local(※), url("/css/devFont/devGothicExtraBold.woff") format("woff");
}



* { font-style:normal; font-variant:normal; text-decoration:none;   font-family:"나눔고딕", nGothic, "돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif; }

html {font-size:14px;}


/* html5 inline tag를 block tag로 변환 */
section, article, aside, hgroup, header, footer, nav, figure, h1, h2, h3, h4, h5, h6 { display:block; }



body {
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E;
	line-height:150%;
}

body  section{
	padding: 75px 0;
}


a:hover {
	outline: none;
	text-decoration:none !important;
}

a:focus {
	outline:none;
	outline-offset: 0;
}
/*
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#fc7700;
}
*/
h1, h2, h3, h4, h5, h6 {
 
}

h1 {
	font-size:30px;
	font-weight:bold;
	padding:0 0 14px 0 !important;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:20px !important;
	margin-top:5px;
	
	font-family:nGothicBold, 나눔고딕볼드;
	
}
h1 span {
	float:right;
	font-weight:normal;
	font-size:12px;
	padding-top:7px;
}
h1 span.now {
	font-weight:bold;
	color:#534741;
	padding-top:0;
}
h1.heading {	
	font-family:nGothicBold, 나눔고딕볼드;
}

h2 {
	font-size:22px;
	font-weight:bold;
	color:#2991ea !important;
	font-family:nGothicBold, 나눔고딕볼드;
}

h2.ct {
	font-size:25px;
	font-weight:bold;
	color:#363636 !important;
	font-family:nGothicBold, 나눔고딕볼드;
	text-align:center;
}

h2.ct span {
	font-size:15px;
	font-weight:bold;
	color:#363636 !important;
	font-family:nGothicBold, 나눔고딕볼드;
}

h3 {
	font-size:18px;
	font-weight:bold;
	font-family:nGothicBold, 나눔고딕볼드;
	/*background:url(/image/common/bullet02.png) left top 3px no-repeat;text-align:justify;
	padding:0 0 0 20px;*/
}

h3 span {
	float:right;
	
}

h4 {
	font-size:20px;
	font-family:nGothicBold, 나눔고딕볼드;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

.container {
	width:1200px !important;
	min-width:970px;
	padding-left:0 !important;
	padding-right:0 !important;
}



.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}



.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header & 메인메뉴 CSS=====
======================*/
span.skip { display:none;}

#navigation .navbar {
  /*background:rgba(255, 255, 255, 1);*/
  background:url(/image/common/top_back.jpg) repeat-x;
  border-radius: 0;
  border:0px;
  border-bottom: 1px solid #dcdcdc;
  /*box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;*/
  padding-bottom: 0;
  margin-bottom:0;
}
.navbar-fixed-top {
     position: relative;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{ /*로고*/
  padding: 0;
  margin: 0;
  border-bottom:0;
  margin-left:0px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {/*로고 링크영역*/
 margin-left:0 !important;	
}

#navigation .navbar-nav.navbar-right li.dropdown {
	/*padding: 5px 30px 32px 20px;*/
	
	border-left:1px solid #dcdcdc;
}

#navigation .navbar-nav.navbar-right li.dropdown:last-child {
	/*padding: 5px 30px 32px 20px;*/
	
	border-right:1px solid #dcdcdc;
}

#navigation .navbar-nav.navbar-right li.dropdown:last-child a:hover {
	/*padding: 5px 30px 32px 20px;*/
	
	border-right:4px solid #42659d;
}

#navigation .navbar-nav.navbar-right {
	margin-top:15px;
	width:1201.5px;
	margin-left:0;
	margin-right:0;
}



#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-size: 17px;
    font-weight:bold;
	padding: 10px 0 10px 0;
	width:199px;
	/*text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;*/
	text-align:center;
    
}


#navigation .navbar-nav.navbar-right li a:first-child { 
	  
}

#navigation .navbar-nav.navbar-right li a:last-child { 
	  
}

#navigation .navbar-nav.navbar-right li a:hover {
	background-color:#42659d;
	color:#ffffff;
    
}
/*
#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #fc7700;
    border-radius: 5%;
}*/



.navbar-collapse.collapse{
  padding-left: 0;
  padding-right:0;
	margin-left:0;
}

.mainmenu ul li{
  padding-right: 15px;
  padding-left: 15px;
}

.mainmenu ul li:first-child{
  padding-left: 0px;
}

/*메인메뉴*/
.mainmenu ul li a {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,{
	background:none;
	color:#34bbff;
}




/*====================
======드롭다운메뉴 CSS=====
======================*/

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header  {
	width:1200px;
	margin-left:0;
	margin-right:0;
	padding-left:0;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

/*서브메뉴*/
ul.sub-menu {
	position: absolute;
	top: 40px;
	left: 0px;
	list-style: none;
	margin: 0;
	width:199px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
	
	
}


.navbar-nav li ul.sub-menu li{
  border-bottom:1px solid rgba(255, 255, 255, 0.3);
    margin-left:-40px !important;
	background: rgba(66, 139, 202, 1);
	width:199px;
	border-left: 1px solid rgba(66, 139, 202, 1);
	
}

.navbar-nav li ul.sub-menu li:first-child{
    
}
.navbar-nav li ul.sub-menu li:last-child{
  border-bottom:0;
    
}

.navbar-nav li ul.sub-menu li a{
  color: #fff !important;
    font-size:13px !important;
	font-weight:normal !important;
	text-align:left !important;
	padding:10px 12px !important;
	display:block; 
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #002157 !important;
	background-color:#2a3da6;
	color:#ffffff !important;
	border-right:0;
}

.navbar .navbar-inverse {
}


.fa-angle-down{
  padding-left: 5px; 
}
/*
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
*/  



/*전체메뉴*/
.menuopen_back {width:100%;z-index:999;margin:0 auto;height:100%;position:absolute;top:0; left:0;padding:0;overflow:hidden;float:left;text-align:center;background-color:rgba(0, 0, 0, 0.7);display:none;}
.menuopen_back .right {float:right; }
.menuopen {width:1100px;background-color:#fff;margin:0 auto;margin-top:100px;height:445px;border:5px solid #5d8fd4;}

.allmenu {width:1060px;background-color:#fff;text-align:left;float:left;}
.allmenu ul {width:1060px;float:left;text-align:left;  padding-left:20px;}
.allmenu ul li {width:168px;float:left;text-align:left;padding-right:1px;list-style-type:none;}
.allmenu ul li dl {width:100%;float:left;text-align:left;}
.allmenu ul li dl dt {width:100%;float:left;text-align:center;font-weight:bold;font-size:15px;color:#ffffff;background-color:#2c5593;margin-bottom:15px; padding:10px 0 10px 0;}
.allmenu ul li dl dt a {color:#ffffff}
.allmenu ul li dl dd a {color:#42659d;width:100%;font-weight:600;float:left;text-align:left;margin:0 0 0 5px;padding:0 0 5px 15px; font-size:12px; background:url(/image/common/bullet02.png) no-repeat;}
.allmenu ul li dl dd.sub a {color:#898989;width:100%;float:left;text-align:left;margin:0 0 0 5px;padding:0 0 0 15px;  background:none;font-size:12px;color:#666;font-weight:normal;}
.allmenu ul li dl dd.sub2 a {color:#898989;width:100%;float:left;text-align:left;margin:0 0 0 5px;padding:0 0 10px 15px;  background:none;font-size:12px;color:#666;font-weight:normal;}




/*======================
====인덱스로테이션 이미지 CSS=====
=======================*/


#home{
  padding: 0;
  margin:0 auto;
  text-align:center;
  width:1200px;
  margin-top:0;
  background:#ffffff;
  height:425px;
  margin-top:20px;
  
}

#main-carousel .carousel-inner .item {
	width:1200px;
	height: 425px;
	margin:0 auto;
	
}


#main-carousel .carousel-indicators { 
	top:380px;
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 45px;
	height: 11px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
    
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

#main-carousel .carousel-indicators li:hover{
	background: #fff;
	border: 1px solid #fff;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 425px;
}

#main-carousel .carousel-caption {
	display: table;
	height: 425px;
	width: 1200px;
	left: 0;
	top: 0;
	z-index: 11;
	text-align:left;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner {
	height:425px;
}

#main-carousel .carousel-inner h1 {
	color: #fff;	
	border-bottom:0;
		clear:left;
		padding-bottom:0;
		margin-bottom:0;			
}

#main-carousel .carousel-inner h2 {
	color: #065da1;
	display: inline-block;
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
	
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #065da1;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
	line-height:25px;
}

#main-carousel .carousel-left{
    
	left:20px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
	/*background-color:#43484e;*/
    padding:5px 10px;
    color:#fff;
	
}

#main-carousel .carousel-right{
	right:20px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
	/*background-color:#43484e;*/
    padding:5px 10px;
}

#main-carousel:hover .carousel-left{
	left:20px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:20px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 100;
	font-size: 60px;
	color: rgba(255, 255, 255, 1) !important;
	top: 190px;
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

 .index-btn {
	background-color:#fc7700;
	border:0;
	border-color:#f6f6f6;
	border-radius:5px;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;  
}

.index-btn:hover {
	background-color:#43484E
}





/*====================
======index컨텐츠 CSS=====
======================*/

#contents {
	margin:0 auto;
	text-align:center;
	padding:23px 0 23px 0;
	width:1200px;
	margin-bottom:20px;
	clear:both;
	display:block;
}

section {
	padding-top:0 !important;
}

.ibox1 { /*첫번째박스*/
	width:483px;
	float:left;	
	display:block;
	margin-top:20px;
	margin-left:25px;
	text-align:left;
	
	line-height:130%;
}

.ibox2 {
	margin-left: 0;
	border:1px solid #dcdcdc;
	padding:0 15px 15px 20px;
	float:left;	
	text-align:left;
	line-height:125%;
	display:block;
	margin-top:20px;
	
}

.ibox3 {
	margin-left: 24px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;	
	text-align:left;
	line-height:125%;
	display:block;
	
}
.ibox_notice { /*공지사항박스*/
	width:486px;
	height:182px;
	margin-top:20px;	
	float:left;	
	display:block;
	background-color:#eff0f2;
	border:1px solid #dcdcdc;
	text-align:left;
	padding:0 15px 15px 20px; 
	margin-left:0;
}


ul.index_icon {width:460px; list-style-type:none;line-height:180%;display:table;float:left;padding-left:0px;}
ul.index_icon li {width:115px;text-align:center; float:left;}
ul.index_icon li a {width:115px;text-align:center; float:left;display:table;font-weight:bold; letter-spacing:-1px;font-size:12px;}


/*====================
======공통 CSS=====
======================*/

span.b {font-weight:bold}
span.normal {font-weight:normal}

span.f12 {font-size:12px;}
span.f14 {font-size:14px;}
span.f16 {font-size:16px;}
span.f22 {font-size:22px;}
span.f25 {font-size:25px;}
span.f30 {font-size:30px;}

span.blue {color:#428bca;}
span.green {color:#5cb85c;} 
span.orange {color:#fc7700;}
span.gray {color:#898989;}
span.red {color:#dc4935;}
span.white {color:#ffffff;}

span.letter1 {letter-spacing:-1px;}

p.padb10 { padding-bottom:10px;}
p.padb15 { padding-bottom:15px;}
p.padb20 { padding-bottom:20px;}

.t_left {text-align:left;}
.t_center {text-align:center;}






.row2 {
  margin-right: 15px;
  margin-left: 15px;
  margin:0 auto;
}

.col-3 {
	position: relative;
  min-height: 1px;
  float:left;
  margin-left:1%;
  margin-right:1%;
  width:23%;
  padding:30px 0 50px 0;
  border:1px solid #dcdcdc;
}

.ex_box {
	border:1px solid #dcdcdc;
	padding:15px 15px 15px 180px;
	text-align:left;
}

.bg-basic {
  background-color: #e3f7fe;
}

 .box_p {
 border:1px solid #dcdcdc;padding:15px;margin-top:10px;margin-bottom:10px;
 }


/*게시판 테두리박스*/
.board3 {width:100%; text-align:center; border-top:2px solid #5b88c9; border-collapse:collapse; margin-bottom:20px;background-color:#fff; margin-top:10px;}
.board3 caption {display:none;}
.board3 tfoot {font-weight:bold; background-color:#edf4f9;}
.board3 th {text-align:center; padding:8px 8px 8px 8px; background-color:#edf4f9; border-bottom:1px solid #dcdcdc; border-left:0; border-right:0; font-weight:normal; color:#003471;font-size:14px;}
.board3 th.adm {text-align:center; padding:8px 8px 8px 8px; background-color:#fddbd6; border-bottom:1px solid #dc4935; border-left:0; border-right:0; font-weight:normal; color:#dc4935;font-size:14px;}
.board3 th.admtop {text-align:center; padding:8px 8px 8px 8px; background-color:#edf4f9; border-bottom:1px solid #dc4935; border-left:0; border-right:0; font-weight:normal; color:#003471;font-size:14px;}
.board3 th.left {text-align:left; padding:8px 8px 8px 8px; background-color:#edf4f9; border-bottom:1px solid #dcdcdc; border-left:0; border-right:0; font-weight:bold; color:#003471;}
.board3 td {font-size:14px;padding:7px 7px 7px 7px; border-bottom:1px solid #c9c9c9; color:#4C4C4C;border-left:0; border-right:0;}
.board3 td.b_content {padding:25px 10px 25px 10px; border-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:left;border-left:0; border-right:0;text-align:justify}
.board3 td.left {font-size:14px;padding:7px 7px 7px 7px; border-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:left; border-left:0; border-right:0;}
.board3 td.left_adm {font-size:14px;padding:7px 7px 7px 7px; border-bottom:1px solid #dc4935; color:#4C4C4C; text-align:left; border-left:0; border-right:0;}
.board3 td.left_c {padding:10px 5px 10px 5px; border-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:left; border-left:0; border-right:0;}
.board3 td.right {padding:5px 5px 5px 5px; borde-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:right;border-left:0; border-right:0;}
.board3 td.tbtitle {padding:5px 5px 5px 5px; color:#000000; background-color:#f0f0f0; }
.board3 td.left_t {font-size:14px;text-align:left;padding:5px 5px 5px 5px;  color:#4C4C4C;}
.board3 td.center_t {text-align:center;padding:5px 5px 5px 5px;  color:#4C4C4C;font-weight:bold;}
.board3 tr.gray {background-color:#eeeeee;}
.board3 td img.icon { vertical-align:middle}
.board3 td img.photo { border:1px solid #dcdcdc;padding:2px;margin-bottom:5px;text-align:center;}
.board3 td.pbox {padding:10px 10px 10px 10px; border-bottom:1px solid #c9c9c9; color:#4C4C4C;border-left:0; border-right:0;line-height:16px;  vertical-align:top}
.board3 td.faq {padding:30px 30px 30px 30px; border-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:left; border-left:0; border-right:0;text-align:justify;background-color:#f9f9f9;font-size:14px;}
.board3 td.left_pr20 {font-size:14px;padding:7px 7px 7px 30px; border-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:left; border-left:0; border-right:0;text-align:left;}
.board3 td.noneborder { border-bottom:none !important; }

ul.text {width:100%; clear:left;padding:0 0 20px 0;}
ul.text li.bigtitle {text-align:center; font-weight:bold;font-size:16px;}
ul.text li.right {text-align:right;float:right; clear:left;width:717px;}
ul.text li.title {font-size:16px;text-align:left;clear:left; margin:0 0 0 0;padding:0 0 0 20px;  background:url(/image/common/bullet04.jpg) left top 3px no-repeat;font-weight:bold;cololr:#000; margin-top:15px;}
ul.text li.arrow {text-align:left;  margin:0 0 0 10px;padding:0 0 0 20px;  background:url(/image/common/bullet02.png) left top 3px no-repeat;text-align:justify;}
ul.text li.arrow2 {width:94%;float:left;text-align:left;  margin:0 0 0 10px;padding:0 0 0 20px;  background:url(/image/common/bullet02.png) left top 3px no-repeat;text-align:justify;}
ul.text li.arrow2 span {color:#959595;text-align:right;float:right;clear:left;text-align:justify;}
ul.text li {text-align:left;clear:left;margin:0 0 0 20px;text-align:justify;}
ul.text li.end {text-align:left;  margin:0 0 15px 15px;padding:0 0 0 20px;}

.decimal {list-style-type:decimal; list-style-position:outside; padding-left:22px;} 

.dot_arrow {list-style-image:url(/image/common/bullet03.png) !important;list-style-type:square; list-style-position:outside;padding-left:15px;}

.dot_arrow2 {list-style-image:url(/image/common/bullet02.png) !important;list-style-type:square; list-style-position:intside;padding-left:15px;}

.dot_none {list-style-type:none; list-style-position:outside; padding-left:22px;}

.p_box {
	padding:0 10px 15px 15px;margin-top:15px;margin-bottom:10px;border:1px solid #dcdcdc; /*ul 내용 적용시*/
}

.p_box2 {
	padding:15px 15px 15px 15px;margin-top:15px;margin-bottom:10px;border:1px solid #dcdcdc; 
}




/*====================
======서브페이지 CSS=====
======================*/

/*서브컨텐츠 메뉴 영역 */
.left_sub_menu {
	width:190px;
	float:left;
	display:table;
	margin-right:40px;	
	margin-top:20px;
}

/*서브컨텐츠 오른쪽영역 (컨텐츠영역)*/
.right_content {
	width:970px;
	float:left;
	display:table;	
	margin-top:20px;	
}

#subvisual {
  padding: 0;
  margin:0 auto;
  text-align:left;
  width:1200px;
  height:165px;
  margin-top:20px;
  background:#ffffff;
}

#subvisual h2 {
	margin:60px 0 20px 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;	
}

#subvisual h2 span{
  color:#7ab700;
}

#subvisual p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-left: 20px;
	text-shadow:none;
	line-height:24px;
}


#sub{
  padding: 0;
  margin:0 auto;
  text-align:left;
  width:1200px;
  margin-top:0;
  
}

p.box {
	padding:15px 15px;
	border:1px solid #dcdcdc;
	background-color:#e9f3fc;	
	float:left;
	width:100%;
}

.btn_top {
	position:fixed; bottom:105px; right:50px;
}

/*====================
====== search_box CSS=====
======================*/

.search_box {
	width:100%;
	border:1px solid #dcdcdc;
	background-color:#f5f5f6;
	padding:10px 10px 0 20px;
}


/*====================
======왼쪽메뉴 CSS=====
======================*/

dl.left_menu {
	width:190px;;	
	clear:left;
}

dl.left_menu dt {
	font-size:25px;
	letter-spacing:-1;
	font-weight:bold;
	color:#2a3da6;
	text-align:center;
	background:url(/image/common/left_top.jpg)no-repeat;
	height:170px;
	color:#ffffff;
	padding-top:60px;
	width:190px;
}

dl.left_menu dd a {
	display:block; 
	font-size:14px;
	color:#555555;
	border-bottom:1px solid #dcdcdc;
	padding:10px 10px;
}

dl.left_menu dd a:hover {
	font-size:14px;
	font-weight:normal;
	background-color:#42659d;
	color:#ffffff;
}

dl.left_menu dd.select a  {
	font-size:14px;
	font-weight:normal;
	background-color:#42659d;
	color:#ffffff;
}

dl.left_menu dd ul.depth3 {
	padding-left:15px;
	background-color:#f1f8f9;
	clear:left;
	padding:15px 0 15px 0;
	margin-bottom:0;	
	border-bottom:1px solid #dcdcdc;
	list-style-type:none;
}

dl.left_menu dd ul.depth3 li a {
	text-align:left;  
	margin:0 0 0 10px;
	padding:0 0 0 20px;  
	background:url(/image/common/bullet02.png) left top 3px no-repeat;text-align:justify;	
	border-bottom:0;
	font-size:13px;
}

dl.left_menu dd ul.depth3 li a:hover {
	color:#000000 !important;
	font-weight:normal !important;
}

/*====================
======address CSS=====
======================*/

.add_left {
	width:320px;
	float:left;
	margin-right:16px;
	border:1px solid #dcdcdc;
	min-height:550px;
	padding:0 10px 10px 10px;
}

.add_content {
	width:630px;
	float:left;
	border:1px solid #dcdcdc;
	min-height:550px;
	padding:0 10px 10px 10px;
}



/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#ffffff;
	padding:25px 0;
	color:#707070;
	font-size:13px;
	position:relative;
	margin-top:20px;
	border-top:1px solid #dcdcdc;
	clear:both;
}

#footer p {
	margin: 0;
	font-size:13px;
	line-height:16px;
}

#footer a {
	color:#43484E;
	font-size:13px;
}


#footer a:hover {
	color: #428bca;
    
}

.text-left {
	text-align:left;
}


.editeclass {cursor: pointer;}
