/* 웹폰트 로드 - 이롭게 바탕체 */
@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}

.normal {
 font-style: normal;
}

.w250 {
 font-weight: 250;
}

.w300 {
 font-weight: 300;
}

.w350 {
 font-weight: 350;
}

.w400 {
 font-weight: 400;
}

.w500 {
 font-weight: 500;
}

.w700 {
 font-weight: 700;
}

.w800 {
 font-weight: 800;
}

.w900 {
 font-weight: 900;
}

li span {
 line-height: 1.8;
 font-size: 1.3em;
}

@font-face{
   font-family:'ibt';
   src:url('font/IropkeBatangM.eot');
   src:url('font/IropkeBatangM.eot?#iefix') format('embedded-opentype'),
   url('font/IropkeBatangM.woff') format('woff'),
   url('font/IropkeBatangM.ttf') format('truetype');
   src:local(※), url('font/IropkeBatangM.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i');

button{border-radius:0 !important;}

/* 부트스트랩의 탭 색상 변경 적용 */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1f7de6;
  border:0;
  border-bottom-color: transparent;
}

.tab-content{
	padding-top:5px;
}

.tab-more{
	display:none;
	margin-top:5px;
	padding-bottom:1px;
	border-bottom:1px dashed #1f7de6;
	color:#ccc;
}

.tab-more:hover{
	display:none;
	padding-bottom:1px;
	border-bottom:1px dashed #1f7de6;
	color:#1f7de6;
}

/* 이미지 오버 애니메이션 */
.img-over-animate{
	position:relative;
	overflow:hidden;
}

.animate-box{
	background:#3799ef;
	position:absolute;
	z-index:2;
	opacity:0;
	display:none;
	top:0;
	left:0;
	cursor:pointer;
}

.animate-arrow{
	opacity:0;
	position:absolute;
	z-index:3;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#000;
	color:#fff;
	text-align:center;
	line-height:55px;
	font-size:20px;
	cursor:pointer;
}

.navbar{
	border-radius:0;
}

.btn-ghost{
	border:1px solid #fff;
	background:transparent;
	color:#fff;
	border-radius:2px;
}

.btn-ghost:hover{
	border:1px solid #333;
	background:#fff;
	color:#333;
}

.cl{
	clear:both;
	margin:0;
	padding:0;
}

.cursor{
	cursor:pointer;
}

.font-ng{
	font-family:'NanumBarunGothic', sans-serif;
}

.modal-desktop{
	text-align:center;
}
 
@media screen and (min-width:768px){ 
	.modal-desktop:before{
		display:inline-block;
		vertical-align:middle;
		content:" ";
		height:100%;
	}
}
 
.modal-desktop .modal-dialog{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
}

.topmenu_fixed{
	position:fixed;
	width:100%;
	top:-300px;
	z-index:9999;
}

.navbar{
	box-shadow:0 1px 1px rgba(0,0,0, 0.5);
}

.navbar-default{
	background:#fff;
}

.navbar-header > .active > a,
.navbar-header > .active > a:hover,
.navbar-header > .active > a:focus{
	background:transparent;
	color:#fff !important;
}

.navbar-header > button{
	margin:22px 10px 22px 0;
}

.user-tops{
	margin:0;
	padding:0;
}

.tops{
	margin:0;
}

.tops-l{
	float:left;
}

.tops-r{
	float:right;
}

.tops li{
	list-style:none;
	display:inline-block;
	font-size:12px;
	border-right:1px solid #eee;
}

.tops li:first-child{
	border-left:1px solid #eee;
}

.tops li a{
	color:#777;
	padding:10px;
	display:block;
}

.sub_m > a{
	font-size:16px;
	font-family:'NanumBarunGothic' !important;
	background:transparent !important;
	color:#333 !important;
}

.sub_m > a:hover,
.sub_m > a:focus{
	color:#3799ef !important;
}

.t-admin{
	font-weight:bold;
	color:red;
}

.t-user{
	font-weight:bold;
}

.navbar-right > li{
	padding-left:7px;
	padding-right:7px;
}

.navbar-view > li{
	padding-top:15px;
	padding-bottom:15px;
}

@media (max-width: 760px){
.navbar-brand{
	position:absolute;
	left:-25px;
	
	height:30px;
}
}


.navbar-brand{
	position:absolute;
	/* top:8px; */
	height:30px;
}

.ddm{
	border-top:2px solid #3799ef;
	margin:0;
	padding:0;
}

.search_box{
	border:1px solid #ccc;
	margin:0;
	padding:5px;
	background:#fff;
	width:300px;
	position:absolute;
	bottom:-47px;
	left:-250px;
	display:none;
	z-index:9999;
}

#mobile-menu li{
	font-size:16px;
}

.sub-menu li a{
	font-size:16px;
}

.dropdown-menu .divider{
    height:1px;
    margin:0;
    overflow:hidden;
    background-color:#e5e5e5;
}

.dropdown-menu{}
.dropdown-menu > li > a{
	margin:0;
	padding:10px;
	background:transparent;
	font-size:12px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
	background:transparent;
}

#sec{
	background-color:#e4e4e4;
}

/* 메인 */

.icon_holder{
	padding:0 20px;
	text-align:center;
	margin:0 auto;
}

.icon_holder_box{
	padding:30px;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
    vertical-align:middle;
	margin-left:auto;
    margin-right:auto;
    height:40px;
    width:40px;
    line-height:45px;
	font-size:30px;
	background:#3e77bc;
	color:#fff;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -ms-box-sizing:content-box;
    box-sizing:content-box;
    -moz-background-size:100% 100%;
}

.main-row{
	padding:10px;
}

.main-item-1{
	margin:0;
	padding:30px;
}

.main-item-1 .main-item-box{
	
	border-radius:5px;
}

.main-item-2{
	margin:0;
	padding:0;
}

.op-title hr { 
	display:inline-block; width: 80px; height: 3px; margin:0 0 10px; border: none; line-height:1; background:#3770b3; 
}

.main-item-2 .main-item-box{
	margin:0 15px;
}

.main-item-2 .main-item-box-2{
	background:#424242;
	padding:30px 0;
	text-align:center;
	border-top:1px solid #111;
	border-bottom:1px solid #555;
	border-left:1px solid #111;
	border-right:1px solid #555;
}

.main-item-2 .main-item-box-2 i{
	color:#fff;
	font-size:60px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.main-item-2 .main-item-box-2 .i-fa-box{
	position:relative;
	height:60px;
}

.main-item-2 .intro-box{
	cursor:pointer;
	overflow:hidden;
}

.main-item-2 .main-item-box-2 p{
	color:#fff;
	text-align:center;
	font-size:25px;
	margin-top:10px;
	font-family:'NanumBarunGothic';
}

.main-item-2 .board-latest-item:first-child{
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px dotted #eee;
	padding:13px;
}

.main-item-2 .board-latest-item{
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:12px;
}

.main-item-2 .cs-box{
	position:relative;
	
	z-index:2;
}

.main-item-2 .cs-box:after{
	width:100%;
	height:105px;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	content:"";
	background:#3e9ded;background-color: #424242;
}


.main-item-2 .cs-box img{
	position:absolute;
	top: 65px;
	right: 30px;
}

.main-item-2 .cs-box .cs-conn{
	padding: 13px 23px 18px;
}

.main-item-2 .cs-box .cs-t{
	font-size:25px;
	font-family:'NanumBarunGothic';
	font-weight:bold;
	letter-spacing:3px;
	margin:0;
	padding:0;
	line-height:35px;
}

.main-item-2 .cs-box i{
	color:#fff;
}

.main-item-2 .cs-box .cs-p{
	font-size:34px;
	font-weight:bold;
	font-family:'NanumBarunGothic';
	margin:0;
	padding:0;
	line-height:34px;
	letter-spacing:2px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0, 0.8);
}

.main-item-2 .cs-box .cs-s{
	font-size:14px;
	font-family:'NanumBarunGothic';
	margin:5px 0;
	padding:0;
	letter-spacing:2px;
	color:#fff;
}

.main-item-2 .cs-box .cs-c{
	color:#fff;
	font-size:12px;
	margin:5px 0;
}

.latest-product{
	margin-top:15px;
}

.about_icon img{
	max-width:100px;
}

.col_line{
	background:url("../img/line_bar.gif") center 0 no-repeat;
	width:100%;
	height:2px;
	margin:20px 0;
}

.col_title{
	font-size:22px;
	font-family:'NanumBarunGothic', sans-serif;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
}

.col_conn{
	font-size:12px;
	text-align:center;
}

/* 서브 페이지 */
.sub-page-sec{
	position:relative;
	background-size:cover;
	background-position: 50% 36%;
	
	height:120px;
	background-image: url("../../img/main/svisual01.jpg");
    background-repeat: no-repeat;

}


.sub-page-sec .container{
	position:relative;
}

.sub-page-sec .sub-page-bg{
	position:absolute;
	width:400px;
	height:98px;
	right:0;
	top:2px;

}

.sub-liner{
	background:#333;
}

.sub-page-sec .sp-title{
	position:relative;
	height:50px;
	width:100%;
	margin:35px 0 15px 0;
	overflow:hidden;
}

.sub-page-sec .sp-title > span{
	position:absolute;
	bottom:-30px;
	font-family:'NanumBarunGothic', sans-serif;
	font-size:36px;
	color:#333;
	font-weight:bold;
	letter-spacing:3px;
}

.sub-page{
	width:100%;
}

.sub-page ul{
	list-style:none;
	padding:0;
	margin:0;
}

.sub-page li{
	float:left;
	color:#fff;
	position:relative;
	padding:10px 5px;
	margin:0;
}

.sub-page .menu-btn{
	float:left;
	color:#fff;
	position:relative;
	margin:0;
	padding:10px;
	width:43px;
	height:40px;
	cursor:pointer;
	border-left:1px solid #555;
	border-right:1px solid #555;
}

.sub-page .menu-nav{
	float:right;
	color:#fff;
	position:relative;
	margin:0;
}

.sub-page .menu-nav a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.sub-page .menu-trigger span{
	font-size:20px;
	position:absolute;
	color:#fff;
}

.sub-menu{
	position:absolute;
	width:200px;
	background:#333;
	top:80px;
	z-index:99;
	display:none;
	opacity:0;
}

.sub-menu ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}

.sub-menu li{
	list-style:none;
	font-size:12px;
	color:#fff;
}

.sub-menu li.active a{
	font-weight:bold;
	background:#000;
}

.sub-menu li.devider{
	list-style:none;
	height:1px;
	border-bottom:1px dotted #555;
	padding:0;
}

.sub-menu a{
	text-decoration:none;
	color:#fff;
	width:100%;
	padding:10px;
	display:block;
}

/* 좌측 메뉴 */
@media(min-width:768px){
	.subpage-content{
		padding-left:30px;
	}
}

.subpage{
	height:100%;
	padding:0;
}

.subpage .sc-shadow{
	-webkit-box-shadow:inset 7px 0px 5px -5px rgba(157,157,157,0.75);
	-moz-box-shadow:inset 7px 0px 5px -5px rgba(157,157,157,0.75);
	box-shadow:inset 7px 0px 5px -5px rgba(157,157,157,0.75);
}

.subpage-left{
	padding:50px 0 0 0;
	margin:0;
}

.subpage-pd{
	padding:20px 0 20px 30px;
}

.subpage-left-menu{
	width:100%;
	padding:0;
	margin:0;
}

.subpage-left-title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:'NanumBarunGothic';
}

.subpage-left-menu ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}

.subpage-left-menu li{
	list-style:none;
	font-size:12px;
}

.subpage-left-menu li.active a{
	font-weight:bold;
	background:#eee;
	color:#333;
}

.subpage-left-menu li.devider{
	list-style:none;
	height:1px;
	border-bottom:1px solid #eee;
	padding:0;
}

.subpage-left-menu li a{
	text-decoration:none;
	color:#777;
	padding:10px;
	display:block;
}

.subpage-left-menu li a:hover{
	background:#f9f9f9;
}

.intro-t{
	font-family:'NanumBarunGothic', sans-serif;
	margin-bottom:20px;
	font-weight:bold;
	font-size:16px;
}
.intro-c{
	margin-bottom:40px;
	font-size:12px;
}

.biz{
	display:table;
	margin:0 auto 30px auto;
}

.biz .biz-year{
	display:table-cell;
	padding:30px 30px 30px 0;
	vertical-align:top;
}

.biz .biz-history{
	display:table-cell;
	width:400px;
	padding:30px 0 30px 30px;
	vertical-align:middle;
}

.biz .biz-history p{
	line-height:16px;
	font-size:12px;
}

.biz .biz-history i{
	color:#d9534f;
	margin-right:5px;
}

.biz .biz-y{
	font-family:'NanumBarunGothic', sans-serif;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

/* 연혁 - 파랑색 */
.biz .biz-vbar-1{
	display:table-cell;
	min-width:9px;
	background-color:#337ab7;
	position:relative;
}

.biz .biz-circle-1{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #337ab7;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-1{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #337ab7;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-1:after, .arrow_box-left-1:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-1:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-1:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#337ab7;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-1{
	position:relative;
	background:#fff;
	border:10px solid #337ab7;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-1:after, .arrow_box-right-1:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-1:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-1:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#337ab7;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-파랑색 끝 */

/* 연혁 - 녹색 */
.biz .biz-vbar-2{
	display:table-cell;
	min-width:9px;
	background-color:#5cb85c;
	position:relative;
}

.biz .biz-circle-2{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #5cb85c;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-2{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #5cb85c;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-2:after, .arrow_box-left-2:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-2:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-2:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#5cb85c;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-2{
	position:relative;
	background:#fff;
	border:10px solid #5cb85c;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-2:after, .arrow_box-right-2:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-2:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-2:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#5cb85c;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-녹색 끝 */

/* 연혁 - 하늘색 */
.biz .biz-vbar-3{
	display:table-cell;
	min-width:9px;
	background-color:#5bc0de;
	position:relative;
}

.biz .biz-circle-3{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #5bc0de;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-3{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #5bc0de;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-3:after, .arrow_box-left-3:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-3:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-3:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#5bc0de;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-3{
	position:relative;
	background:#fff;
	border:10px solid #5bc0de;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-3:after, .arrow_box-right-3:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-3:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-3:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#5bc0de;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-하늘색 끝 */

/* 연혁 - 주황색 */
.biz .biz-vbar-4{
	display:table-cell;
	min-width:9px;
	background-color:#f0ad4e;
	position:relative;
}

.biz .biz-circle-4{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #f0ad4e;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-4{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #f0ad4e;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-4:after, .arrow_box-left-4:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-4:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-4:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#f0ad4e;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-4{
	position:relative;
	background:#fff;
	border:10px solid #f0ad4e;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-4:after, .arrow_box-right-4:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-4:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-4:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#f0ad4e;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-주황색 끝 */

/* 연혁 - 빨강색 */
.biz .biz-vbar-5{
	display:table-cell;
	min-width:9px;
	background-color:#d9534f;
	position:relative;
}

.biz .biz-circle-5{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #d9534f;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-5{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #d9534f;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-5:after, .arrow_box-left-5:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-5:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-5:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#d9534f;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-5{
	position:relative;
	background:#fff;
	border:10px solid #d9534f;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-5:after, .arrow_box-right-5:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-5:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-5:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#d9534f;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-빨강색 끝 */

.biz-group{
	margin-bottom:50px;
}

.biz-group h3,.biz-group h4,.biz-group h5{
	padding:0;
	margin:0;
	font-weight:bold;
}

.biz-group small{
	color:#fff;
}

.biz-group .gr-item{
	position:relative;
	width:200px;
	margin:0 auto;
	text-align:center;
	font-family:'NanumBarunGothic', sans-serif;
}

.biz-group .gr-dot{
	background:#ccc;
	margin:0 auto;
	width:1px;
	height:15px;
}  
.biz-group .gr-line-l{
	position:absolute;
	background:#ccc;
	left:50%;
	width:100%;
	height:1px;
}
.biz-group .gr-line-r{
	position:absolute;
	background:#ccc;
	right:50%;
	width:100%;
	height:1px;
}
.biz-group .gr-line-f{
	background:#ccc;
	margin:0 auto;
	width:100%;
	height:1px;
}
.biz-group .gr-logo{
	border:2px solid #333;
	border-radius:50%;
	padding:20px 10px;
	text-align:center;
	width:120px;
	margin:0 40px;
	background-color:#333;
}

.biz-group .gr-box{
	width:200px;
	text-align:center;
	color:#fff;	
	border-radius:2px;
	padding:10px;
}

.biz-group .gr-sub{
	max-width:100px;
	margin:0 auto;
}

.biz-group .gr-sub table{
	border-collapse:collapse;
	width:100%;
}

.biz-group .gr-sub td{
	padding:5px 0;
	text-align:center;
	width:50%;
	background-color:#fff;
}

.biz-group .gr-tb-1 .title{
	background-color:#5cb85c;
	color:#fff;
}

.biz-group .gr-tb-1 td{
	border:1px solid #5cb85c;
	font-size:12px;
}

.biz-group .gr-tb-2 .title{
	background-color:#5bc0de;
	color:#fff;
}

.biz-group .gr-tb-2 td{
	border:1px solid #5bc0de;
	font-size:12px;
}

.biz-group .gr-tb-3 .title{
	background-color:#f0ad4e;
	color:#fff;
}

.biz-group .gr-tb-3 td{
	border:1px solid #f0ad4e;
	font-size:12px;
}

.gr-bd-color-1{
	border:1px solid #337ab7;
}

.gr-bd-color-2{
	border:1px solid #5cb85c;
}

.gr-bd-color-3{
	border:1px solid #5bc0de;
}

.gr-bd-color-4{
	border:1px solid #f0ad4e;
}

.gr-bg-color-1{
	background-color:#337ab7;
}

.gr-bg-color-2{
	background-color:#5cb85c;
}

.gr-bg-color-3{
	background-color:#5bc0de;
}

.gr-bg-color-4{
	background-color:#f0ad4e;
}

.biz-addr-title{
	font-family:'NanumBarunGothic', sans-serif;
	font-size:30px;
	font-weight:bold;
	margin:30px 0;
	letter-spacing:3px;
}

.biz-addr-conn{
	font-family:'NanumBarunGothic', sans-serif;
	font-size:16px;
	margin-bottom:10px;
}

.biz-addr-conn .lnr{
	color:#f0ad4e;
	font-size:16px;
}

.sub-t-box{
	min-width:250px;
	width:20%;
	text-align:center;
	background:url("../img/subpage/t_line.gif") center repeat-x;
	margin:20px auto;
}

.sub-v{
	font-family:'NanumBarunGothic', sans-serif;
	text-align:center;
	letter-spacing:3px;
	font-size:50px;
	color:#333;
	font-weight:bold;
}

.sub-vc{
	font-family:'NanumBarunGothic', sans-serif;
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	color:#777;
	line-height:20px;
	max-width:800px;
	margin:30px auto;
}

.sub-t{
	font-family:'NanumBarunGothic', sans-serif;
	font-weight:bold;
	font-size:30px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:50px;
	background:url("../img/line_bar.gif") center bottom no-repeat;
	text-align:center;
}

.sub-s{
	font-family:'NanumBarunGothic', sans-serif;
	font-weight:bold;
	font-size:22px;
	display:inline-block;
	background:#fff;
	padding:5px 15px;
	text-align:center;
}

.proj-item{
	width:100%;
	margin:30px 0 100px 0;
}

.proj-box{
	margin:0 auto 100px auto;
}

.proj-box .proj-t{
	font-family:'NanumBarunGothic', sans-serif;
	font-weight:bold;
	margin:10px 0;
	font-size:16px;
	width:100%;
}

.proj-box .proj-c{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	height:100px;
	line-height:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}

.proj-box .proj-b{
	text-align:right;
}
.proj-box a{
	text-decoration:none;
	font-size:12px;
	color:#555;
	border-bottom:1px dashed #5bc0de;
	padding:5px 0 2px 0;
}

.proj-box a:hover{
	color:#5bc0de;
}

.proj-overview-t{
	margin:30px 0 10px 0;
	font-weight:bold;
	font-family:'NanumBarunGothic', sans-serif;
	font-size:24px;
	padding-bottom:10px;
	background:url("../img/line_bar.gif") 0 bottom no-repeat;
}

.proj-overview-c{
	font-size:12px;
	line-height:18px;
}

.proj-vistion{
	margin:0 auto 100px auto;
}

.proj-vistion img{
	width:100%;
	border-radius:5px;
}

.proj-vistion .proj-t{
	font-weight:bold;
	margin:10px 0;
	font-family:'NanumBarunGothic', sans-serif;
	font-size:24px;
	width:100%;
	text-align:center;
	opacity:0.7;
	letter-spacing:2px;
}

.proj-vistion .proj-c{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	height:100px;
	line-height:20px;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}

.proj-vistion .proj-t:first-letter{
	font-size:40px;
	font-family:'NanumBarunGothic', sans-serif;
}

.hexagon-outer-box{
	position:relative;
	width:100%;
}

.hexagon-item{
	position:absolute;
	width:150px;
}

.hexagon-conn{
	text-align:center;
	width:100%;
	margin:30% auto;
}

.hexagon-conn p:first-child{
	font-weight:bold;
	color:#fff;
	font-size:19px;
	font-family:'NanumBarunGothic', sans-serif;
}

.hexagon-conn p{
	color:#fff;
	font-size:12px;
}

.hexagon-inner-box{
	position:absolute;
	top:6px;
	left:5px;
	width:140px;
}

.hexagon-inner{
  position:relative;
  width:140px; 
  height:80.83px;
  background-color:#ffffff;
  margin:40.41px 0;
}

.hexagon-inner:before,
.hexagon-inner:after{
  content:"";
  position:absolute;
  width:0;
  border-left:70px solid transparent;
  border-right:70px solid transparent;
}

.hexagon-inner:before{
  bottom:100%;
  border-bottom:40.41px solid #ffffff;
}

.hexagon-inner:after{
  top:100%;
  width:0;
  border-top:40.41px solid #ffffff;
}

.hexagon-1{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#337ab7;
  margin:43.30px 0;
}

.hexagon-1:before,
.hexagon-1:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-1:before{
  bottom:100%;
  border-bottom:43.30px solid #337ab7;
}

.hexagon-1:after{
  top:100%;
  width:0;
  border-top:43.30px solid #337ab7;
}

.hexagon-2{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#5cb85c;
  margin:43.30px 0;
}

.hexagon-2:before,
.hexagon-2:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-2:before{
  bottom:100%;
  border-bottom:43.30px solid #5cb85c;
}

.hexagon-2:after{
  top:100%;
  width:0;
  border-top:43.30px solid #5cb85c;
}

.hexagon-3{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#5bc0de;
  margin:43.30px 0;
}

.hexagon-3:before,
.hexagon-3:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-3:before{
  bottom:100%;
  border-bottom:43.30px solid #5bc0de;
}

.hexagon-3:after{
  top:100%;
  width:0;
  border-top:43.30px solid #5bc0de;
}

.hexagon-4{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#f0ad4e;
  margin:43.30px 0;
}

.hexagon-4:before,
.hexagon-4:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-4:before{
  bottom:100%;
  border-bottom:43.30px solid #f0ad4e;
}

.hexagon-4:after{
  top:100%;
  width:0;
  border-top:43.30px solid #f0ad4e;
}

.hexagon-5{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#d9534f;
  margin:43.30px 0;
}

.hexagon-5:before,
.hexagon-5:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-5:before{
  bottom:100%;
  border-bottom:43.30px solid #d9534f;
}

.hexagon-5:after{
  top:100%;
  width:0;
  border-top:43.30px solid #d9534f;
}

.tail-area{
	margin-top:30px;
	background:#232323;
}

.footer_logo{
	text-align:center;
	margin:40px 0;
}

.footer_conn{
	color:#777;
	font-size:12px;
}

.footer_conn .footer_t{
	width:100%;
	margin-bottom:10px;
}

.footer_conn .footer_t ul{
	padding:0;
	margin:0;
}

.footer_conn .footer_t li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}

.footer_conn .footer_t li a{
	color:#eee;
	text-decoration:none;
}

.footer_conn .footer_c{
	width:100%;
	margin:10px 0;
	padding-top:10px;
	border-top:1px dotted #ccc;
}

.footer_conn .copyright{
	color:#fff;
	margin-top:20px;
}

#topbtn{
	padding:5px;
	background:#fff;
	color:#555;
	border:1px solid #eee;
	border-radius:5px 5px 0 0;
	opacity:0;
	position:fixed;
	right:20px;
	bottom:-40px;
	cursor:pointer;
	text-align:center;
	z-index:999;
}

#topbtn span{
	font-size:11px;padding-left:10px;
}

/* 페이징 */
.pagination-board{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
}

.pagination-board > li{
	display:inline;
}

.pagination-board > li > a,
.pagination-board > li > span{
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#333;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
}

.pagination-board > li:first-child > a,
.pagination-board > li:first-child > span{
	margin-left:0;
}

.pagination-board > li > a:hover,
.pagination-board > li > span:hover,
.pagination-board > li > a:focus,
.pagination-board > li > span:focus{
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}

.pagination-board > .active > a,
.pagination-board > .active > span,
.pagination-board > .active > a:hover,
.pagination-board > .active > span:hover,
.pagination-board > .active > a:focus,
.pagination-board > .active > span:focus{
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#3799ef;
	border-color:#3799ef;
}

.pagination-board > .disabled > span,
.pagination-board > .disabled > span:hover,
.pagination-board > .disabled > span:focus,
.pagination-board > .disabled > a,
.pagination-board > .disabled > a:hover,
.pagination-board > .disabled > a:focus{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}

.pagination-board-lg > li > a,
.pagination-board-lg > li > span{
	padding:10px 16px;
	font-size:18px;
}

.pagination-board-sm > li > a,
.pagination-board-sm > li > span{
	padding:5px 10px;
	font-size:12px;
}

/* 체크박스 및 라디오 버튼 디자인 */
.checkbox{
	padding-left:20px;
}

.checkbox label{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding-left:2px;
}

.checkbox label::before{
	content:"";
	display:inline-block;
	position:absolute;
	width:17px;
	height:17px;
	left:0;
	margin-left:-20px;
	border:1px solid #cccccc;
	border-radius:3px;
	background-color:#fff;
	-webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after{
	display:inline-block;
	position:absolute;
	width:16px;
	height:16px;
	left:0;
	top:0;
	margin-left:-20px;
	padding-left:3px;
	padding-top:1px;
	font-size:11px;
	color:#555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"]{
	opacity:0;
	z-index:1;
	cursor:pointer;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after{
	font-family:"FontAwesome";
	content:"\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after{
	display:block;
	content:"";
	width:10px;
	height:3px;
	background-color:#555555;
	border-radius:2px;
	margin-left:-16.5px;
	margin-top:7px;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled{
	cursor:not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label{
	opacity:0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before{
	background-color:#eeeeee;
	cursor:not-allowed;
}

.checkbox.checkbox-circle label::before{
	border-radius:50%;
}

.checkbox.checkbox-inline{
	margin-top:0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before{
	background-color:#337ab7;
	border-color:#337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after{
	color:#fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before{
	background-color:#d9534f;
	border-color:#d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after{
	color:#fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before{
	background-color:#5bc0de;
	border-color:#5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after{
	color:#fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before{
	background-color:#f0ad4e;
	border-color:#f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after{
	color:#fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before{
	background-color:#5cb85c;
	border-color:#5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after{
	color:#fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before{
	background-color:#337ab7;
	border-color:#337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after{
	background-color:#fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before{
	background-color:#d9534f;
	border-color:#d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after{
	background-color:#fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before{
	background-color:#5bc0de;
	border-color:#5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after{
	background-color:#fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before{
	background-color:#f0ad4e;
	border-color:#f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after{
	background-color:#fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before{
	background-color:#5cb85c;
	border-color:#5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after{
	background-color:#fff;
}

.radio{
	padding-left:20px;
}

.radio label{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding-left:5px;
}

.radio label::before{
	content:"";
	display:inline-block;
	position:absolute;
	width:17px;
	height:17px;
	left:0;
	margin-left:-20px;
	border:1px solid #cccccc;
	border-radius:50%;
	background-color:#fff;
	-webkit-transition:border 0.15s ease-in-out;
	-o-transition:border 0.15s ease-in-out;
	transition:border 0.15s ease-in-out;
}

.radio label::after{
	display:inline-block;
	position:absolute;
	content:" ";
	width:11px;
	height:11px;
	left:3px;
	top:3px;
	margin-left:-20px;
	border-radius:50%;
	background-color:#555555;
	-webkit-transform:scale(0, 0);
	-ms-transform:scale(0, 0);
	-o-transform:scale(0, 0);
	transform:scale(0, 0);
	-webkit-transition:-webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition:-moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition:-o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition:transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"]{
	opacity:0;
	z-index:1;
	cursor:pointer;
}

.radio input[type="radio"]:focus + label::before{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

.radio input[type="radio"]:checked + label::after{
	-webkit-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-o-transform:scale(1, 1);
	transform:scale(1, 1);
}

.radio input[type="radio"]:disabled{
	cursor:not-allowed;
}

.radio input[type="radio"]:disabled + label{
	opacity:0.65;
}

.radio input[type="radio"]:disabled + label::before{
	cursor:not-allowed;
}

.radio.radio-inline{
	margin-top:0;
}

.radio-primary input[type="radio"] + label::after{
	background-color:#337ab7;
}
.radio-primary input[type="radio"]:checked + label::before{
	border-color:#337ab7;
}
.radio-primary input[type="radio"]:checked + label::after{
	background-color:#337ab7;
}

.radio-danger input[type="radio"] + label::after{
	background-color:#d9534f;
}
.radio-danger input[type="radio"]:checked + label::before{
	border-color:#d9534f;
}
.radio-danger input[type="radio"]:checked + label::after{
	background-color:#d9534f;
}

.radio-info input[type="radio"] + label::after{
	background-color:#5bc0de;
}

.radio-info input[type="radio"]:checked + label::before{
	border-color:#5bc0de;
}

.radio-info input[type="radio"]:checked + label::after{
	background-color:#5bc0de;
}

.radio-warning input[type="radio"] + label::after{
	background-color:#f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before{
	border-color:#f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after{
	background-color:#f0ad4e;
}

.radio-success input[type="radio"] + label::after{
	background-color:#5cb85c;
}

.radio-success input[type="radio"]:checked + label::before{
	border-color:#5cb85c;
}

.radio-success input[type="radio"]:checked + label::after{
	background-color:#5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after{
	font-family:'FontAwesome';
	content:"\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before{
	color:#fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after{
	color:#fff;
}