/* 웹폰트 로드 - 이롭게 바탕체 */
/*@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');
}
@font-face{
    font-family: "NanumGothic";
    src: url("/font/NanumGothic.eot"); /* IE9 Compat Modes */
    src: url("/font/NanumGothic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/font/NanumGothic.woff") format("woff"), /* Modern Browsers */
    url("/font/NanumGothic.ttf")  format("truetype"), /* Safari, Android, iOS */
    url("/font/NanumGothic.svg#svgMothnnaFont") format("svg"); /* Legacy iOS */
}
*/



/*button{border-radius:0 !important;}*/
.info_Btn2 {
	padding: 4px;
	width: 15%;
	background-color: #fff;
	border: 2px #43cdba solid;
	text-align: center;
	color: #43cdba;
	cursor: pointer;
	font-weight:bold;
	display:inline;
}
.packtreeBtn1 {
    float: left;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*background: linear-gradient( to bottom, #DE9164, #e6a842 );*/
    /*background: linear-gradient( to top, #86b625 , #aadb34 );*/
    background-image: linear-gradient(to bottom, #25efdc, #19ac9e);
    border: 1px #43cdba solid;
    cursor: pointer;
    font-weight:bold;
    padding:0 0px 0px 0px;
    line-height: 38px;
    letter-spacing:0px;
    margin-right:10px;
    width:180px;

}
.packtreeBtn1 a {

color:#fff;
}
.packtreeBtn1:hover {
    float: left;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*background: linear-gradient( to bottom, #DE9164, #e6a842 );*/
    background: linear-gradient( to top, #204e83, #5c86b5 );
    background-color: #204e83;
    background-image: linear-gradient(to bottom, #204e83, #5c86b5);
    border: 1px #7b75c1 solid;
    cursor: pointer;
    font-weight:bold;
    padding:0 0px 0px 0px;
    line-height:38px;
    letter-spacing:0px;
    margin-right:10px;
    width:180px;
}
.packtreeBtn2 a {

color:#fff;
}
.packtreeBtn2 {
    float: left;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*background: linear-gradient( to bottom, #DE9164, #e6a842 );*/
    /*background: linear-gradient( to top, #86b625 , #aadb34 );*/
    background-image: linear-gradient(to bottom, #878787, #6f6f6f);
    border: 1px #888888 solid;
    cursor: pointer;
    font-weight:bold;
    padding:0 0px 0px 0px;
    line-height: 38px;
    letter-spacing:0px;
    margin-right:10px;
    width:180px;

}
.packtreeBtn2:hover {
    float: left;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*background: linear-gradient( to bottom, #DE9164, #e6a842 );*/
    background: linear-gradient( to top, #204e83, #5c86b5 );
    background-color: #204e83;
    background-image: linear-gradient(to bottom, #204e83, #5c86b5);
    border: 1px #888888 solid;
    cursor: pointer;
    font-weight:bold;
    padding:0 0px 0px 0px;
    line-height:38px;
    letter-spacing:0px;
    margin-right:10px;
    width:180px;
}
.green_font1
{
	color:#19ac9e;	
}
.green_font2
{
	color:#19ac9e;	
	font-size:18px;
	font-weight:bold;
}

.cust_center input[type="text"]{
	border:2px solid #19ab9e;
	padding:0.4em 0.8em;
	font-size:16px;
	width:100%;
	position:relative;
	outline:none;
	color:#b0aaa0;
	height:50px;
	width:200px;
	
}
.cust_center input[type="submit"]{
	
	width:25px;
	height:20px;

	background:url(../theme/pakctree/img/send-ico.png) no-repeat 0px 0px;

}
/* 부트스트랩의 탭 색상 변경 적용 */
.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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;*/
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
}

.modal-desktop{
	text-align:center;
}

@media screen and (min-width:480px){ 
		 .span_left1{
			width:100%;
			float:left;
			position:relative
			
		}
		 .span_right1{
			
		}
		 .right_quick{
		
			
			width:240px;
		}	
		 .planreq_left{
			width:35%;
			float:left;
			padding:5px;
		}	
		 .planreq_right{
			width:65%;
			float:left;
			padding:5px;
		}	
		 .planreq_input{
			width:80%;
			float:left;
			border:1px solid #e7e7e7;
		}				
}


@media screen and (min-width:220px){ 
		 .span_left1{
			width:100%;
			float:left;
			padding:5px;
			position:relative
		}
		 .span_right1{
			float:left;
			width:100%;
			
		}
		 .right_quick{
		
			width:100%;
			
		}		
		 .planreq_left{
			width:35%;
			float:left;
			padding:1px;
		}	
		 .planreq_right{
			width:65%;
			float:left;
			padding:5px;
		}	
		 .planreq_input{
			width:80%;
			float:left;
			border:1px solid #e7e7e7;
		}	

}


@media screen and (min-width:768px){ 

	.modal-desktop:before{

		vertical-align:middle;
		content:" ";
		height:100%;
	}
		 .span_left1{
			width:75%;;
			float:left;
		position:relative;
		
			
		}
		 .span_right1{
			float:right;
			position:fixed;
			margin-left:620px;
			z-index: 999;
			margin-top:-240px;
			
		}
		 .right_quick{
		
			width:240px;
			/*margin-left:560px;*/
			
		}		
		 .planreq_left{
			width:38%;
			float:left;
			padding:5px;
		}	
		 .planreq_right{
			width:120px;
			float:left;
			padding:5px;
		}	
		 .planreq_input{
			width:120px;
			float:left;
			border:1px solid #e7e7e7;
		}			
}
@media screen and (min-width:992px){ 
	.modal-desktop:before{

		vertical-align:middle;
		content:" ";
		height:100%;
	}
		 .span_left1{
			width:75%;
			float:left;
		position:relative;
		
			
		}
		 .span_right1{
			float:right;
			position:fixed;
			width:220px;
			/*margin-left:600px;*/
			margin-left:720px;
			margin-top:-200px;
			z-index: 999;
		}
		 .right_quick{
		
			width:240px;
			
		}		
		 .planreq_left{
			width:38%;
			float:left;
			padding:5px;
		}	
		 .planreq_right{
			width:120px;
			float:left;
			padding:5px;
		}	
		 .planreq_input{
			width:120px;
			float:left;
			border:1px solid #e7e7e7;
		}			
}
@media screen and (min-width:1200px){ 
				
		 .span_left1{
			width:75%;
			float:left;
			position:relative;
			

		}
		 .span_right1{
			float:right;
			position:fixed;
			
			width:220px;
			margin-left:920px;
			margin-top:-200px;
			z-index: 999;
			
				
		}	

		 .planreq_left{
			width:38%;
			float:left;
			padding:5px;
		}	
		 .planreq_right{
			width:120px;
			float:left;
			padding:5px;
		}	
		 .planreq_input{
			width:120px;
			float:left;
			border:1px solid #e7e7e7;
		}
		 .right_quick{
			width:240px;
			

		}		
}
.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);*/
	/*box-shadow:0px 1px 7px rgba(0,0,0,0.3);*/
	
}

.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;
}
.logo-tops{
	margin:0;
	padding:0;
		text-align:center;

}
.tops{
	margin:0;
}

.tops-l{
	float:left;
}

.tops-r{
	float:right;
}
.middle_menu li{
	list-style:none;
	display:inline-block;
	font-size:12px;
	border-right:1px solid #eee;
	
}

.middle_menu li:first-child{
	border-left:1px solid #eee;
}

.middle_menu li a{
	color:#777;
	padding:10px;
	display:block;
}


.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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;*/
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	background:transparent !important;
	color:#333 !important;
}
.packtree_green {
	font-size:22px;
	color:#19ab9e !important;
	font-weight:bold;
}

.sub_m > a:hover,
.sub_m > a:focus{
	color:#19ab9e !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;
	
}
.navbar-view>li:before {content:''; position:absolute; top:50%; left:0; width:1px; height:17px; margin-top:-8px; background:#868686}
    .navbar-view>li:first-child:before {display:none}
/*    .navbar-view>li:nth-child(2):before {display:none}*/

.navbar-brand{
	position:absolute;
	top:8px;
	height:30px;
}

.ddm{
	border-top:2px solid #19ab9e;
	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:#3e9ded;
	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:15px;
}

.main-item-1 .main-item-box{
	padding:20px;
	border-radius:5px;
}

.main-item-2{
	margin:0;
	padding:0;
}

.main-item-2 .main-item-box{
	margin:0 15px;
}

.main-item-2 .main-item-box-2{
	
	/*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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
}

.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;
	background:url('../img/callbg.jpg') center no-repeat;
	z-index:2;
}

.main-item-2 .cs-box:after{
	width:100%;
	height:118px;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	content:"";
	background:#3e9ded;
	opacity:0.7!important;
	filter:alpha(opacity=70);
}

.main-item-2 .cs-box img{
	position:absolute;
	top:24px;
	right:15px;
}

.main-item-2 .cs-box .cs-conn{
	padding:16px;
}

.main-item-2 .cs-box .cs-t{
	font-size:25px;
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
}
.col_title2{
	font-size:17px;
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	font-weight:bold;
	text-align:left;

	color:#16716a;
	
}
.col_title3{
	font-size:12px;
	/*font-family:'nanum-square-r','nanum-square-r',dotum,sans-serif;*/
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	font-weight:bold;
	text-align:left;
	margin:5px 0;
	color:#4f4844;
}
.col_conn{
	font-size:12px;
	text-align:center;
}
.col_conn_img{
	font-size:12px;
	text-align:left;
}
.col_conn_input{
	font-size:12px;
	text-align:left;
	margin-top:10px;
}
.col_conn_input input[type="text"]{
	border:2px solid #19ab9e;
	padding:0.4em 0.8em;
	font-size:16px;
	width:100%;
	position:relative;
	outline:none;
	color:#b0aaa0;
	height:50px;
	width:265px;
}
.col_conn_input input[type="button"]{
	width:48px;
	height:50px;
	display:inline-block;
	background:url(/theme/pakctree/img/send-ico.png) no-repeat 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;

	top:0px;
	right:0px;
	transition:0.5s all;
}
.col_boborder{
	border:1px solid #d7d7d7;
}
/* 서브 페이지 */
.sub-page-sec{
	position:relative;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	/*background-color:#f4f4f4;*/
}

.sub-page-sec .container{
	position:relative;
}

.sub-page-sec .sub-page-bg{
	position:absolute;
	width:1170px;
	height:331px;
	right:0;
	top:1px;
	background:url("../img/subpage/subpage_sub1.jpg") no-repeat;
	
}

.sub-liner{
	background:#19ab9e;
}

.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:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
}

.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:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, 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:158px;
	margin:0 0px;
	/*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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin:30px 0;
	letter-spacing:3px;
}

.biz-addr-conn{
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	text-align:center;
	letter-spacing:3px;
	font-size:50px;
	color:#333;
	font-weight:bold;
}

.sub-vc{
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, 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 10px 0;
}
.proj-item2{
	width:100%;
	margin:10px 0 10px 0;
}
.proj-box{
	margin:0 auto 100px auto;
}

.proj-box .proj-t{
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, 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-d{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	
	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:'Noto Sans Korean','Malgun Gothic', dotum, 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;
}
.sub_img {
	margin:0 auto 0px auto;
}
.sub_img img{
	width:100%;
	/*border-radius:5px;*/
}

.intro {
	margin:0 auto 50px auto;
}

.intro img{
	width:100%;
	/*border-radius:5px;*/
}
.proj-vistion{
	margin:0 auto 10px auto;
	border:1px solid #e7e7e7;
}
.item_comp{
	margin:0 auto 100px auto;
	border:1px solid #e7e7e7;
}
.proj-vistion img{
/*	max-width:110px;*/
	/*border-radius:5px;*/
}

.proj-vistion .proj-t{
	font-weight:bold;
	margin:10px 0;
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	font-size:24px;
	width:100%;
	text-align:center;
	letter-spacing:2px;
}

.proj-vistion .proj-c{
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	margin-bottom:10px;
	width:100%;
	/*height:100px;
	line-height:20px; */
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
	font-size:12px;
}

.proj-vistion .plan_exe{
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	margin-bottom:10px;
	width:100%;
	/*height:100px;
	line-height:20px; */
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
	font-size:12px;

}

.proj-vistion .proj-d{
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	width:100%;
	/*height:200px;*/
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
	line-height:18px;
	font-size:12px;
}

.proj-vistion .proj-t:first-letter{
/*	font-size:40px;
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, 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:'Noto Sans Korean','Malgun Gothic', dotum, 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{
	background:#fff;
}

.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:#6c6c6c;
	text-decoration:none;
	
}

.footer_conn .footer_c{
	width:100%;
	margin:10px 0;
	padding-top:10px;
	border-top:1px dotted #ccc;
}

.footer_conn .copyright{
	color:#6c6c6c;
	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;*/
	background-color:#19ab9e;
	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;
}
.btn_form form input[type="button"]{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 18px;
	font-weight:bold;
	padding: 13px 35px;
	background: #19ac9e;
	color:#fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form2 form input[type="button"]{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	padding: 6px 14px;
	background: #19ac9e;
	color:#fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_01{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	padding: 7px 50px;
	background: #19ac9e;
	color:#fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn_02{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	padding: 1px 5px;
	background: #19ac9e;
	color:#fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.available ul {
	padding-top:10px;
}	
.available ul li{
	border-bottom:1px solid #e7e7e7;
}		
li input {
	font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;
	outline:none;
	display: inline-block;
	font-size: 14px;
	color: #555555;
	margin-left: 2px;
	/*padding: 4px;*/
	border: 1px solid rgb(224, 224, 224);
	margin-bottom:8px;
	margin-right:2px;
	height:26px;
}	
li .left_subject{
	width:100px;
	/*border:1px solid #000*/;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	line-height:10px;
	font-weight:bold;
	font-size:14px;
}
li .left_subject2{
	width:210px;
	/*border:1px solid #000*/;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	line-height:10px;
	font-weight:bold;
	font-size:14px;
}
.left_icon1{
  width: 6px;
  height: 6px;
  background-color: #19ab9e;
  border-radius: 6px;
  margin-right:1px;
display: inline-block;
padding-top:2px;
  
}

.blink {
    -webkit-animation: blink 3.5s linear infinite;
}
@-webkit-keyframes blink {
    0% { background-color: #fff;color:#e7e7e7;}
   	50% { background-color: #19ac9e;color:#fff; }
    100% { background-color: #ed1c24;color:#fff; }
    
    
/*    from { background-color: red;}
    to {background-color: green;}  */
}
.blinkB {
    -webkit-animation: blinkB 1.5s linear infinite;
}
.cmplBox {
	position: relative;
	border: 1px solid #60c5c4;
}
.box_tit span {
	display: inline-block;
	margin-left: 50px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

.box_tit2 span {
	display: inline-block;
	margin-left: 0px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
}
address, cite, code, dfn, em, var {
	/*font-style: normal; */
	font-weight: normal;
}
.box_tit span em {
	display: inline-block;
	color: #60c5c4;
	font-weight: 500;
}
.box_tit {
	padding: 10px 0px 10px 20px;
	background: url('/theme/mega/img/ico_comp.png') left 50% no-repeat;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #00b1b0;
}
.box_tit2 {
	padding: 10px 0px 10px 0px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #00b1b0;
}
.box_tit3 {
	padding: 10px 0px 10px 20px;
	background: url('/theme/mega/img/ico_comp.png') left 50% no-repeat;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #006eb1;
}
.cmplBox {
	position: relative;
	border: 1px solid #60c5c4;
}
.modal-area { width: 100%; height: auto; display: inline-block; }
.modal-area > button { margin: 60px 0; }
/*.modal-layer-area {display: none;background: #fff;overflow-y: auto;max-height: 720px;min-width: 360px;position: relative;margin: 0 auto;z-index: 100;padding: 40px 24px 24px;box-shadow: 0px 1px 5px rgba(0,0,0,0.2);}*/
.modal-layer-area {display: none;background: #fff;min-width: 360px;position: relative;margin: 0 auto;z-index: 100;padding: 40px 24px 24px;box-shadow: 0px 1px 5px rgba(0,0,0,0.2);}
.modal-layer-area button.b-close.modal-close { position: absolute; top: 16px; right: 16px; width: 16px; height: 16px; background: url(/theme/mega/img/close1.png) center center no-repeat; background-size: contain; }
.modal-layer-area button.b-close.modal-close:hover { background: url(/image/web/common/icon_modal_close_s.png) center center no-repeat; background-size: contain; }
.modal-layer-area .modal-content { width: 100%; height: auto; position: relative; text-align: center; margin: 0 auto; }
.modal-layer-area .modal-content > h5 { font-size: 20px; font-weight: 500; color: #161616; margin-bottom: 12px; }
.modal-layer-area .modal-content > p { font-size: 12px; color: #868686; }
.modal-layer-area > div {overflow-y: auto;max-height: 720px;overflow-x:auto}
.tinybutton {font:14px Georgia,Verdana; margin-bottom:10px; padding:2px 2px 2px 2px; background:#fde9d9; cursor:pointer;position:absolute;left:40%;color:#404040;}
.tinybutton:hover {background:#daeef3}
.tinybutton2 {font:14px Georgia,Verdana; margin-bottom:10px; padding:2px 2px 2px 2px; background:#fde9d9; cursor:pointer;position:absolute;left:20%;color:#404040;}
.tinybutton2:hover {background:#daeef3}
.tinybutton3 {font:14px Georgia,Verdana; margin-bottom:10px; padding:5px 5px 5px 5px; background:#fde9d9; cursor:pointer;color:#404040;width:25%;float:left;margin-right:20%;}
.tinybutton3:hover {background:#daeef3}
.tinybutton4 {font:14px Georgia,Verdana; margin-bottom:10px; padding:5px 5px 5px 5px; background:#fde9d9; cursor:pointer;color:#404040;width:20%;float:left;margin-right:20%;}
.tinybutton4:hover {background:#daeef3}
.tinybutton5 {font:14px Georgia,Verdana; margin-bottom:10px; padding:5px 5px 5px 5px; background:#fde9d9; cursor:pointer;color:#404040;margin-right:15px;margin-left:0px;}
.tinybutton5:hover {background:#daeef3}
@media all and (min-width:472px){
.tinybutton5 {font:14px Georgia,Verdana; margin-bottom:10px; padding:5px 5px 5px 5px; background:#fde9d9; cursor:pointer;color:#404040;margin-right:60px;margin-left:80px;}

}
/* 스크롤 커스텀 */
::-webkit-scrollbar {width: 10px; height: 10px;}
::-webkit-scrollbar-track { background: #F6F5F2; }
::-webkit-scrollbar-thumb { background: #D8D7D2; }
::-webkit-scrollbar-thumb:hover { background: #E1CFAB; }
.infobtn5 {font:14px Georgia,Verdana; /*margin-bottom:10px*/; padding:0px 5px 0px 5px; background:red; cursor:pointer;color:#fff;border:none;}
.infobtn5:hover {background:#ff008d}
.infotext-area  {
	width:600px;
    display: block;
    width: 100%;
    height: 300px;
    font-size: 12px;
    color: #868686;
    margin-top: 16px;
    padding: 16px;
    word-break: break-all;
    white-space: pre-line;
    line-height: 1.5;
    min-height: 600px;
	text-align:left;
	background:#fff;
}
.infotext-area2  {
	width:90%
    display: block;
    font-size: 12px;
    color: #868686;
    padding: 16px;
    word-break: break-all;
    white-space: pre-line;
    line-height: 1.5;

	text-align:left;
	background:#fff;
}