

/*
.main.index .section-welcome .bg{
	overflow:hidden;
	height:219px;	
	background:#d9e0d9 url( '/resource/img/main_intro_03.png?t=3' ) no-repeat;
}

.main.index .section-welcome .item{
	display:none;
	font-size:25px;
	font-family:'NanumSquareB';
	font-weight:bolder;
	color:#fff;
	margin-top:70px;
	margin-left:30px;
}

.main.index .section-welcome .item > span{
	font-size:50px;
	vertical-align:middle;
}

*/

.main.index .section-welcome .bg{
	overflow:hidden;
	height:auto;
	background:none;
}


.main.index .section-welcome{
	overflow:hidden;
	height:300px;	
	background:#fff url( '/resource/img/main-index-bg-3.jpg' ) no-repeat;
	background-size:100%;
	background-position-y:50%;
	background-position-x:50%;
	min-width:970px;
	margin-bottom:20px;
}

.main.index .section-welcome .item{
	display:none;
	font-size:50px;
	font-family:'NanumSquareB';
	font-weight:bolder;
	color:#fff;
	margin-top:70px;
	margin-left:60px;
	text-shadow: 1px 1px 20px #666;
}

.main.index .login-box{
	margin-top:40px;
}


.main.index .section-bbs .tab-pane ul li > *,
.main.index .section-notice .tab-pane ul li > *{
	overflow:hidden;
}

.main.index .section-bbs{
	margin-bottom:15px;
}

.main.index .section-bbs .tab-pane ul li{
	line-height:22px;
	white-space:nowrap;
}

.main.index .section-notice{
	margin-bottom:15px;	
}

.main.index .section-notice .tab-pane ul li{
	line-height:22px;
	white-space:nowrap;
}

.main.index .section.section-customer{
	background-color:#6EC0D6;
	color:#fff;
	text-align:center;
	padding:10px 10px;
}

.main.index .section-customer .worktime{
	margin-bottom:2px;
}

.main.index .section-customer .worktime .title{
	font-size:15px;
	font-weight:bolder;
}

.main.index .section-customer .worktime .holiday{
	color:#0f4794;
	font-size:11px;
	line-height:25px;
}

.main.index .section-customer .contact .glyphicon{
	font-size:62px;
	float:left;
	width:30%;
}

.main.index .section-customer .contact .tel{
	font-size:33px;
	font-weight:bolder;
	font-family:arial;
	float:right;
	display:inline-block;
	width:70%;
	background-color:#589aab;
}

.main.index .section-customer .contact .fax{
	float:right;
	background-color:#434343;
	padding:2px 10px;
	width:70%;
	font-weight:bolder;
	font-family:arial;
	font-size:12px;
}

.main.index .section-bank{
	background-color:#fff;
	padding:3px 10px;
	border:1px solid #e1e1e1;
	margin-bottom:15px;
}

.main.index .section-bank .a1 .t1{
	float:left;
	width:30%;
	margin-top:10px;
}

.main.index .section-bank .a1 .inbox{
	float:right;
	width:70%;
	padding-left:10px;
}

.main.index .section-bank .a1 .inbox .t2{
	font-size:10px;
}

.main.index .section-bank .a1 .inbox .t3{
	display:block;
	font-size:20px;
	color:#0080ca;
	font-weight:bolder;
	font-family:arial;
}

.main.index .section-bank .a1 .inbox .t3 a{
	color:#0080ca;
}

.main.index .section-robot{
	border:1px solid #e1e1e1;
	margin-bottom:15px;
}

.main.index .section-robot .description{
	margin-bottom:4px;
}

.main.index .section-robot .counter{
	padding:10px;
	border-bottom:1px solid #e1e1e1;	
}

.main.index .section-robot .counter .title-box .title{
	font-weight:bolder;
}

.main.index .section-robot .counter .title-box .date{
	float:right;
	font-size:11px;
	color:#7a7a7a;
}

.main.index .section-robot .counter .inbox .count span{
	line-height:24px;
}

.main.index .section-robot .counter .inbox .count{
	width:45%;
}
.main.index .section-robot .counter .inbox .count .t1{
	text-align:left;
	display:inline-block;
	width:50%;
}

.main.index .section-robot .counter .inbox .count .t2{
	text-align:right;
	display:inline-block;
	width:45%;
}

.main.index .section-robot .counter .description{
	font-size:11px;
	color:#bebebe;
	margin-top:5px;
}

.main.index .section-robot .chart{
	padding:10px;
}

.main.index .section-robot .chart .title-box .title{
	font-weight:bolder;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}

.main.index .section-robot .chart .title-box .term{
	float:right;
	font-size:11px;
	color:#7a7a7a;
}

.main.index .section-robot .chart #counterLegend{
	display:inline-block;
}

.main.index .section-robot .chart .counter-chart{
	width:100%;
	height:120px;
}

.main.index .section-quick{
	border:1px solid #e1e1e1;
	border-top:5px solid #6ec0d6;
}
.main.index .section-quick img.on{
	display:none;
}

.main.index .section-quick .box > div{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.main.index .section-quick .box > div:hover{
	background-color:#6ec0d6;
}

.main.index .section-quick .box > div:hover img.off{
	display:none;
}

.main.index .section-quick .box > div:hover img.on{
	display:inline-block;
}