body{background: #404040;font-size:12px;}
a{color:#28cb28;}

h1{
	font-family: "Nanum Gothic";
   font-weight: bold;
   position: relative;
   border-radius: 4px;
   border-color: #259CE0;
   border-left-style: solid;
   border-left-width: 0.25em;
   padding-left: 0.25em;
   font-weight: bold;
}
.sub_menu2 ul {
    padding: 0em;
}

.sub_menu2 ul li, .sub_menu2 ul li ul li {
    position:relative;
    top:0;
    bottom:0;
    padding-bottom: 5px;
}

.sub_menu2 ul li ul {
    margin-left: 2em;
}

.sub_menu2 li {
    list-style-type: none;
}

.sub_menu2 li a {
    padding:0 0 0 12px;
    position: relative;
    top:1em;
}

.sub_menu2 li a:hover {
    text-decoration: none;
}

a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 28px;
    position: absolute;
    left: -47px;
    top:-16px;
    border-left: 1px solid #E2E3E2;
}

.sub_menu2 li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    left: 0em;
    top:1em;
    border-top: 1px solid #E2E3E2;
}

.sub_menu2 ul li ul li:last-child:after, .sub_menu2 ul li:last-child:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: relative;
    background: #404040;
    top: 9px;
    left: -1px;
}
.container{margin-left: 0;margin-right: 0;width: 100% !important;padding-left: 0px; }

.sub_menu{float:left;width: 13%;height: 100%;}
.sub_menu1{float: left;width: 100%;height: 100%;background: #2980B9;text-align: left;vertical-align: middle;font-size:23px;color:#fff;padding:15px;padding-top:25px;}
.sub_menu2{float: left;width: 100%;height: 100%;padding-left: 15px; }


.sub_content{float:left; width: 87%;height: 100%;background-color: #fcfcfc;padding: 1.618em 3.236em;}
.main{float:left; display: block;border: none; height: 100%; width: 80%;font-size:12px;background-color: #fcfcfc;padding: 25px;}

.a_logo:link {text-decoration: none;color:#fff;}
.a_logo:visited { text-decoration: none;color:#fff;}
.a_logo:hover { text-decoration: underline;color:#fff;}



p{padding: 10px;width: 80%;}
dd p{width:100%}
.container{margin-left: 0;margin-right: 0;width: 100% !important;}
/* .footer{width: 80%;margin-left:13%;} */

/****** 이동경로  *******/
.location {width:100%; height:30px; border-bottom:1px #D8D8D8 solid; margin:0px 0 20px 0px;}
.place {float:left;padding:0px;}
.place > li {float:left; line-height:25px; margin-right:7px; display:inline-block; color:#666; font-weight:bold;}
.place > li > a {display:block; line-height:25px; }
.place li.caterout {font-size:16px;}

/****** 안내문  *******/
dl.cont_help dd { padding: 15px 0 0 10px;line-height: 1.1em;font-weight: normal; font-size:16px;}

/****** 이미지  *******/
.span_sub_title{font-weight: bold; color: #1E82FF;}
.img_w100{width: 100%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w90{width: 90%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w80{width: 80%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w70{width: 70%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w60{width: 60%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w50{width: 50%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w40{width: 40%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w30{width: 30%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w20{width: 20%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}
.img_w10{width: 10%;margin-top: 5px;border: 1px solid #999;padding:10px;margin-bottom: 10px;}

/****** 패딩 css *******/
.pad_left_5{padding-left: 5px;}
.pad_left_10{padding-left: 10px;}
.pad_left_15{padding-left: 15px;}
.pad_left_20{padding-left: 20px;}
.pad_left_25{padding-left: 25px;}
.pad_left_30{padding-left: 30px;}
.pad_left_35{padding-left: 35px;}
.pad_left_40{padding-left: 40px;}
.pad_left_45{padding-left: 45px;}
.pad_left_50{padding-left: 50px;}



/****** 패널 *******/
.panel{width: 100%;}


/****** 버튼 *******/
.btn {
    display: inline-block;
    border-radius: 2px;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    font-size: 100%;
    padding: 6px 12px 8px 12px;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #27AE60;
    text-decoration: none;
    font-weight: normal;
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
    box-shadow: 0px 1px 2px -1px rgba(255,255,255,0.5) inset, 0px -2px 0px 0px rgba(0,0,0,0.1) inset;
    outline-none: false;
    vertical-align: middle;
    zoom: 1;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}
.btn-neutral {
    background-color: #f3f6f6 !important;
    color: #404040 !important;
}
.float-right {
    float: right;
}

/****** 반응형 PAGE 버튼 *******/
div.div_dynamic_btn{
	display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3000;
    width: 100%;
    height: 51px;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
}
div.div_dynamic_btn2{
	
	position: relative;
    margin: 0 auto;
    width: 300px;
	
	
}

a.move_top_btn {
/* 	position: fixed; */
/*     top: 90%; */
/*     right: 2%; */
    display: none;
    z-index: 999;
    opacity: .9;
    color: #fff;
    padding: 10px;
    background: #2980B9;
    border-radius: 5px;
    cursor: pointer;
    float: left;
}
a.move_back_btn {
/* 	position: fixed; */
/*     top: 90%; */
/*     left: 15%; */
    display: none;
    z-index: 999;
    opacity: .9;
    color: #fff;
    padding: 10px;
    background: #141414;
    cursor: pointer;
    float: left;
}
a.move_next_btn {
/* 	position: fixed; */
/*     top: 90%; */
/*     right: 10%; */
    display: none;
    z-index: 999;
    opacity: .9;
    color: #fff;
    padding: 10px;
    background: #141414;
    cursor: pointer;
    float: left;
}






/****** 탭관련 css *******/
.tab_container {width: 80%; }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	border-bottom: 1px solid #2980b9;
	border-left: 1px solid #2980b9;
	width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border-top: 1px solid #2980b9;
    border-left: 1px solid #2980b9;
    border-right: 1px solid #2980b9;
    border-left: none;
/*     margin-bottom: -1px; */
    background: #f2faff;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    width: 20%;
}
ul.tabs li a {
	text-decoration: none;
	color: #2980b9;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li span.sub_step{   
    border: 1px dotted #31708f;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
    background: #fff;
    color: #31708f;
}
ul.tabs li span.sub_title{font-size:12px;}
ul.tabs li a:hover {
	background: #def2ff;
	color: #2980b9;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #0042ae;
}
ul.tabs li a:link {text-decoration: none !important;;color:#2980b9 !important;font-weight: bold !important;}
ul.tabs li a:visited { text-decoration: none !important;;color:#2980b9 !important;font-weight: bold !important;}
ul.tabs li a:hover { text-decoration: none !important;;color:#2980b9 !important;font-weight: bold !important;}

.tab_sub_container {
	border: 1px solid #2980b9;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
/* 	float: left; */
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
