/* 웹폰트 로드 - 이롭게 바탕체 */
@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 */
}
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');  /* font-family:'Open Sans', 'Nanum Gothic', sans-serif */


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;
}

/* ★ 이미지 오버 효과 #2 */
.img-over-animate2{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.img-over-animate2 .animate-box2{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}

.img-over-animate2 .animate-border-1{
	position:absolute;
	border-top:4px solid #FF575F;
	border-left:4px solid #FF575F;
	z-index:3;
}

.img-over-animate2 .animate-border-2{
	position:absolute;
	border-right:4px solid #FF575F;
	border-bottom:4px solid #FF575F;
	z-index:3;
}

.img-over-animate2 .animate-icon{
	position:absolute;
	display:inline;
	top:50%;
	left:50%;
	font-size:46pt;
	color:#FF575F;
	opacity:1;
	padding:2px 7px;
	width:auto !important;
	border:0px solid #fff;
	z-index:4;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/* ★ 이미지 오버 효과 #3 */
.img-over-animate3{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.img-over-animate3 .animate-box3{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}

.img-over-animate3 .animate-border-1{
	position:absolute;
	border-top:4px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
	z-index:3;
}

.img-over-animate3 .animate-border-2{
	position:absolute;
	border-right:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	z-index:3;
}

.img-over-animate3 .animate-icon{
	position:absolute;
	display:inline;
	top:50%;
	left:50%;
	font-size:45pt;
	color:#FFFFFF;
	opacity:1;
	padding:2px 7px;
	width:auto !important;
	border:0px solid #fff;
	z-index:4;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/* ★ 이미지 오버 효과 #4 */
.img-over-animate4{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.img-over-animate4 .animate-box4{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}

.img-over-animate4 .animate-border-1{
	position:absolute;
	border-top:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	z-index:3;
}


.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:'ibt', 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:-310px;
	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:0px 10px 0px 0;
}

.user-tops{ 
	margin:0;
	padding:0;
    font-family:'NanumGothic', sans-serif !important;
}

.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:#666;
	padding:6.4px;  /* ★ 상단 중요 */
	display:block;
}



/* 모바일용 상단 메뉴 */

#mobile-top{
	width:100%;	
	box-sizing:border-box;
	display:table;
	table-layout:fixed;
}

#mobile-top .logo{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

#mobile-top .menu-btn{
	display:table-cell;
	width:50%;
	padding:10px;
	line-height:none;
	text-align:right;
	font-size:0;
}

#mobile-top .menu-btn .menu-trigger,
#mobile-top .menu-btn .menu-trigger span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
#mobile-top .menu-btn .menu-trigger{
	position:relative;
    float:right;
	margin:3px 16px; 
	width:30px;
	height:20px;
}
#mobile-top .menu-btn .menu-trigger span {
	position:absolute;
	left:0;
	width:100%;
	height:4px;
	background-color:#5C7076;
	border-radius:4px;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(1) {
	top:0;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(2) {
	top:8px;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(3) {
	bottom:0;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform:translateY(8px) rotate(-315deg);
	transform:translateY(8px) rotate(-315deg);background-color:#F61418;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(2) {
	opacity:0;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform:translateY(-8px) rotate(315deg);
	transform:translateY(-8px) rotate(315deg);background-color:#F61418;
}

#mobile-menu-area{
	position:relative;
}


/* ★ 모바일용 상단 메뉴 SIZE 변형 연습 !!

#mobile-top{
	width:100%;	
	box-sizing:border-box;
	display:table;
	table-layout:fixed;
}

#mobile-top .logo{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

#mobile-top .menu-btn{
	display:table-cell;
	width:50%;
	padding:8px;
	line-height:none;
	text-align:right;
	font-size:0;
}

#mobile-top .menu-btn .menu-trigger,
#mobile-top .menu-btn .menu-trigger span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
#mobile-top .menu-btn .menu-trigger{
	position:relative;
    float:right;
	margin:4px 16px; 
	width:35px;
	height:24px;
}
#mobile-top .menu-btn .menu-trigger span {
	position:absolute;
	left:0;
	width:100%;
	height:4.1px;
	background-color:#5066A3;
	border-radius:5px;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(1) {
	top:0;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(2) {
	top:10px;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(3) {
	bottom:0;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform:translateY(10px) rotate(-315deg);
	transform:translateY(10px) rotate(-315deg);background-color:#F61418;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(2) {
	opacity:0;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform:translateY(-10px) rotate(315deg);
	transform:translateY(-10px) rotate(315deg);background-color:#F61418;
}

#mobile-menu-area{
	position:relative;
}
*/


.sub_m > a{
	font-size:16px;
	font-family:'ibt';
	background:transparent !important;
	color:#222 !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:10px;
	padding-bottom:5px;
	font-weight:bold; /* ★ 메뉴위치, 상단메뉴 진하게 */
}

.navbar-brand{
	position:absolute;
	top:-12px;
	height:40px;
}

.navbar-brandm{
	position:absolute;
	top:0px;
	margin-left:15px;
	height:50px;
}

.ddm{
	border-top:2px solid #F61418;  /* #2799ef */
	margin:0;
	padding:0;
    font-family:'NanumGothic', sans-serif !important;
    font-size:10pt;
}

.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:14px;
}

.sub-menu li a{
	font-size:14px;
}

.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:13px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
	background:transparent;
}

#sec{
	background-color:#e4e4e4;
}

/* 메인 */

.icon_holder{
	padding:0 10px;
	text-align:center;
	margin:0 auto;
}

.icon_holder_box{
	padding:12px;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
    vertical-align:middle;
	margin-left:auto;
    margin-right:auto;
    height:34px;
    width:34px;
    line-height:38px;
	font-size:37px;
	background:#389096;
	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%;

    /* ★ added shadow */ 
	border-right:3px solid #205154;
	border-bottom:3px solid #205154;	
}

.icon_holder_box2{
	padding:9px 14px 11px 6px;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
    vertical-align:middle;
	margin-left:auto;
    margin-right:auto;
    height:32px;
    width:32px;
    line-height:38px;
	font-size:37px;
	background:#389096;
	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%;

    /* ★ added shadow */ 
	border-right:3px solid #205154;
	border-bottom:3px solid #205154;	
}

.icon_holder_box3{
	padding:9px 12px 11px 9px;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
    vertical-align:middle;
	margin-left:auto;
    margin-right:auto;
    height:32px;
    width:32px;
    line-height:38px;
	font-size:37px;
	background:#389096;
	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%;

    /* ★ added shadow */ 
	border-right:3px solid #205154;
	border-bottom:3px solid #205154;	
}


.main-row{
	padding:15px;
}

.main-item-1{
	margin-top:10px;	
	padding:10px;
}

.main-item-1 .main-item-box{
	padding:5px;
	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{
	background:#4C5053;
	padding:10px 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:55px;  /* ★ 단체소개 아이콘 */
	position:absolute;
	top:10px;
	left:0;
	bottom:0;
	right:0;
}

.main-item-2 .main-item-box-2 .i-fa-box{
	position:relative;
	height:75px;    /* ★ 왼쪽 단체소개, 사업소개 */
    top:10px;
}

.main-item-2 .intro-box{
	cursor:pointer;
	overflow:hidden;
}

.main-item-2 .main-item-box-2 p{
	color:#fff;
	text-align:center;
	font-size:19px;
	margin-top:2px;
	font-family:'ibt';
}

.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.png') center no-repeat;
	z-index:0;
}

.main-item-2 .cs-box:after{
	width:100%;
	height:110px;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	content:"";
	background:#3e9ded;
	opacity:0.1!important;
	filter:alpha(opacity=100);
}

.main-item-2 .cs-box img{
	position:absolute;
	top:12px;
	left:16px;
}

.main-item-2 .cs-box .cs-conn{
	padding:8px 18px;   /* ★ TEL NO */
}

.main-item-2 .cs-box .cs-t{
	font-size:28px;
	font-family:'ibt';
	font-weight:bold;
	letter-spacing:3px;
	margin:0;
	padding:0;
	line-height:15px;
}

.main-item-2 .cs-box i{
	padding-left:67px;  /* cs-s */
	padding-bottom:5px;
	color:#fff;
}

.main-item-2 .cs-box .cs-p{
	font-size:33px;
	font-weight:bold;
	font-family:'Georgia';
	margin:0;
	padding-left:65px;
	padding-bottom:6px;
	line-height:13px;
	letter-spacing:2px;
	color:#F64E52;
	text-shadow:2px 2px 2px rgba(0,0,0, 0.8);
}

.main-item-2 .cs-box .cs-c{
	padding-left:3px;
	font-family:'NanumGothic', sans-serif !important;
	font-size:15px;
	margin:0px 0;
    font-weight:bold; 	
    letter-spacing:-0.5px;
	text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}

.main-item-2 .cs-box .cs-s{
	font-size:16px;
	font-family:'ibt';
	margin:2px 0;
	padding-left:75px;
	padding-bottom:10px;
	color:#FFF000;
    letter-spacing:1px;
}

.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:3px 0;
}

.col_title{
	font-size:16px;
	font-family:'ibt', sans-serif;
	font-color:#389096;
	font-weight:normal;
	text-align:center;
	margin:3px 0;
}

.col_conn{
	font-size:12px;
	text-align:center;
}

/* 서브 페이지 */
.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:670px;
	height:98px;
	right:0;
	top:2px;
	background:url("../img/subpage/subpage_sub.png") no-repeat;
}
/* ★ background:#fff; */
.sub-liner{
	background:url('../img/woodbackground-50.png') top left repeat;
}

.sub-page-sec .sp-title{
	position:relative;
	height:25px;
	width:100%;
	margin:25px 0 15px 0;
	overflow:hidden;
}

.sub-page-sec .sp-title > span{
	position:absolute;
	bottom:-20px;
	font-family:'ibt', sans-serif;
	font-size:22px;
	color:#3B7277;
	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;
    font-family:'NanumGothic', sans-serif !important;
    font-size:10pt;
}

.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:20px 0 0 0;  /* ★ 왼쪽메뉴 상단위치 50px */
	margin:0;
}

.subpage-pd{
	padding:10px 0 10px 30px;
}

.subpage-left-menu{
	width:100%;
	padding:0;
	margin:0;
}

.subpage-left-title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
    font-family:'NanumGothic','ibt'; 
}

.subpage-left-menu ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}

.subpage-left-menu li{
	list-style:none;
	font-size:10pt;
}

.subpage-left-menu li.active a{
	font-weight:bold;
	background:#eee;
	color:#222;
    font-size:11pt; 
}

.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:#222;
	padding:10px;
	display:block;
}

.subpage-left-menu li a:hover{
	background:#f9f9f9;
}

.intro-t{
	font-family:'ibt', 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:700px;
	padding:10px 30px 0px 30px;
	vertical-align:middle;
}

.biz .biz-history p{
	font-family:'NanumGothic', sans-serif !important;
	line-height:25px;
	font-size:11pt;    
}

.biz .biz-history i{
	color:#d9534f;
	margin-right:5px;
}

.biz .biz-y{
	font-family:'ibt', 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:'ibt', 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 dotted #5BC0DE; 
	padding:10px; */
	border-radius:50%;	
	text-align:center;
	width:120px;
	margin:0 40px;
	background-color:#fff;
}

.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:'ibt', sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:15px 0;
	letter-spacing:3px;
}

.biz-addr-conn{
	font-family:'ibt', sans-serif;
	font-size:16px;
	margin-bottom:10px;
}

.biz-addr-conn .lnr{
	color:#f0ad4e;
	font-size:16px;
}

.sub-t-box{
	min-width:260px;
	width:20%;
	text-align:center;
	background:url("../img/subpage/t_line.gif") center repeat-x;
	margin:5px auto;
}

.sub-v{
	font-family:'ibt', sans-serif;
	text-align:center;
	letter-spacing:0.4px;
	font-size:28px;
	color:#333;
	font-weight:bold;
}

.sub-vc{
	font-family:'ibt', sans-serif;
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
	color:#666;
	word-break: keep-all;
	line-height:20px;
	max-width:880px;
	margin:10px auto;
}

.sub-t{	
	font-weight:bold;
	font-size:40px;
	color:#FF8000;
	width:100%;
	margin-bottom:6px;
	background:url("../img/line_bar.gif") center bottom no-repeat;
	text-align:center;
}
/*
.sub-t{
	font-family:'ibt', sans-serif;
	font-weight:bold;
	font-size:20px;
	width:100%;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:5px;
	background:url("../img/line_bar.gif") center bottom no-repeat;
	text-align:center;
}
*/
.sub-s{
	font-family:'ibt', sans-serif;
	font-weight:bold;
	font-size:23px;
	color:#2C97DE;
	display:inline-block;
	background:#fff;
	padding:15px 15px;
	text-align:center;
}

.sub-s2{
	font-family:'ibt', sans-serif;
	font-weight:bold;
	font-size:29px;
	color:#ffffff;
	display:inline-block;
	background:#fff;
	padding:15px 15px;
	text-align:center;
    text-shadow: 2px 2px 4px #000000;
}

.sub-t-box_ss{
	min-width:570px;
	width:20%;
	text-align:center;
	background:url("../img/subpage/t_line.gif") center repeat-x;
	margin:0px auto 0px;
}

.sub-ss{
	font-family:'ibt', sans-serif;
	font-size:22px;
	
	color:#2C97DE;
	font-style:oblique; // italic; 
	display:inline-block;
	background:#fff;
	padding:0px 10px;
	text-align:center;
}


.proj-item{
	width:100%;
	margin:5px 0 5px 0;
}

.proj-box{
	margin:0 auto 15px auto;
}

.proj-box .proj-t{
	font-family:'ibt', sans-serif;
	font-weight:bold;
	margin:10px 0 0px 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:13px;
	color:#F61418;
	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:'ibt', 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 20px auto;   /* ★  */
}

.proj-vistion img{
	width:100%;
	border-radius:15px;    
    box-shadow:5px #8294A6;
}

.proj-vistion1 img{
	width:100%;	    
    border-radius:3px;    
    box-shadow:5px 5px 5px #8294A6;
    border:1px solid #ddd;  padding:3px; 
}

.proj-vistion2 img{
	width:100%;
	border-radius:50%;
	box-shadow:4px 4px 4px #8294A6;
    border:1px solid #ddd;  padding:4px;
}

.proj-vistion .proj-t{
	font-weight:bold;
	margin:15px 0;
	font-family:'ibt', sans-serif;
	font-size:22px;
	width:100%;
	text-align:center;
	opacity:0.7;
	line-height:14pt;
	letter-spacing:0.4px;
}

.proj-vistion1 .proj-t{
	font-weight:bold;
	margin:5px 0;
	font-family:'ibt', sans-serif;
	font-size:17px;
	width:100%;
	text-align:center;
	opacity:0.8;
	line-height:17px;
	letter-spacing:0.7px;
}

.proj-vistion .proj-tv{
	font-weight:normal;
	margin:5px 0;
	font-family:'ibt', sans-serif;
	font-size:19px;
	width:100%;
	text-align:center;
	opacity:0.9;
	line-height:17px;
	letter-spacing:0.4px;
}

.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:'ibt', sans-serif;
}

.hexagon-outer-box{
	position:relative;
	width:100%;
}

.hexagon-item{
	position:absolute;
	width:150px;
}

.hexagon-conn{
	text-align:center;
	width:100%;
	margin:32% auto;
}
.hexagon-conn2{
	text-align:center;
	width:100%;
	margin:34% auto;
}

.hexagon-conn p:first-child{	
	font-weight:bold;
	color:#fff;
	font-size:18px;
	font-family:'ibt', sans-serif;
}

.hexagon-conn2 p:first-child{
	font-weight:bold;
	color:#fff;
	font-size:18px;
	font-family:'ibt', sans-serif;
}

.hexagon-conn p{
	color:#fff;
	font-size:15px;
}

.hexagon-conn2 p{
	color:#fff;
	font-size:17px;
}

.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-conn2{
	text-align:center;
	width:100%;
	margin:34% auto;
}

.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{
	border-top:2px dotted #ffffff;
    background:url('../img/woodbackground-50.png') top left repeat;
	margin:0px 0 0px 0;  /* margin-left:62px; */
    font-family:'NanumGothic', sans-serif !important;
    font-size:10pt;
}

.footer_logo{
	text-align:center;
	margin:20px 80px 15px 0px;
}

.footer_conn{ 
	color:#777;
	font-size:12px;
    background:#191919;    
	margin-bottom:10px;

	/* width:90%; ★ added round */ 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   
	/* ★ added shadow */ 
	border-right:5px solid #55678A;
	border-bottom:5px solid #55678A;	
}

.footer_conn .footer_t{
	width:100%;
	margin-top:10px;
	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;
	color:#88A4B0;
	border-top:1px dotted #ccc;
}

.footer_conn .copyright{
	color:#fff;
	margin-top:10px;

}


#topbtn{
	padding:30px 29px 30px ;   /* ★ top  right/left /20  bottom */
	opacity:0;
	position:fixed;
	right:6px;  
	bottom:180px;
	cursor:pointer;
	text-align:center;
	z-index:999;
}

#topbtn span{
	font-size:11px;
	padding-left:0px;
}

/*
#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;
}


/* 파티클 js https://vincentgarreau.com/particles.js/ */
canvas{
	display:block;
	vertical-align:bottom;
}

#particles-js{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
}

.js-count-particles{
	font-size:1.2em;
}

/* 파티클 js ++ 추가할때 
canvas{
	display:block;
	vertical-align:bottom;
}

#particles-js,
#particles-js2{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
}

.js-count-particles{
	font-size:1.1em;
}
*/

#btm-btn{
	position:fixed;
	right:20px;
	bottom:20px;
	text-align:center;
	z-index:999;
}

#btm-btn .top-up{
	opacity:0;
	margin-bottom:-55px;
	line-height:0;
	cursor:pointer;
	border-radius:50%;
	width:50px;
	height:50px;
	margin-top:5px;
}

#btm-btn .top-down{
	margin-bottom:-55px;
	opacity:0;
	line-height:0;
	cursor:pointer;
	border-radius:50%;
	width:50px;
	height:50px;
	margin-top:5px;
}

#btm-btn .add-menu-btn-group{
	width:50px;
	height:50px;
	position:relative;
	margin:0;
}

#btm-btn .add-menu-btn-group .sb-btn-wrap{
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	color:#fff;
	cursor:pointer;
}

#btm-btn .add-menu-btn-group .sb-btn-wrap .sb-btn{
	display:block;
	color:#fff;
    outline:none;  /* ★ 추가함 */
}

#btm-btn .add-menu-btn-group .sb-btn-wrap .m-sb-title{
	position:absolute;
	top:0;
	padding-right:10px;
	right:50px;
	width:auto;
	max-width:250px;
	vertical-align:middle;
	display:inline-block;
	color:#fff;
	opacity:0;
	font-size:16px;
	line-height:50px;
	text-align:right;
	font-family:'ng',sans-serif;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

#btm-btn .add-menu-btn-group .sb-close-btn{
	display:none;
	position:absolute;
	left:30%;
	top:-4%;
}

#btm-btn .add-menu-btn-group .sb-view-btn{
	position:absolute;
	left:45%;
	top:-1%;
}

#btm-btn .add-menu-btn-group i{
	font-size:25px;
	margin-top:13px;    /* ★ 15px */
}

#btm-btn .top-up i{
	font-size:30px;
	cursor:pointer;
	margin-top:8px;
}

#btm-btn .top-down i{
	font-size:30px;
	cursor:pointer;
	margin-top:10px;
}

.btm-menu-dummy{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:997;
	display:none;
	opacity:0;    
}