@charset "utf-8";
/* css by OOparts */

#index_container {
	background:;
	position:relative;
	top:0;
}
.section_slide {
	position:relative;
}
.section_slide > dl {
	position:relative;
}

/* 고객센터 / 롤링 온라인 최근게시물 부분 */
.section_slide .inner_content {
	position:absolute;
	margin-top:-1px;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.6);
	min-height:60px;
	z-index:10;
}
.section_slide .inner_content > ul {
	padding:0.65rem 0;
}
/* 고객센터 */
.section_slide .inner_content .left_area span {
	display:inline-block;
	float:left;
	padding:0 0.5rem;
	margin-top:0.3rem;
}
.section_slide .inner_content .left_area span > img {
	max-width:45px;
	width:100%;
}
.section_slide .inner_content .left_area label {
	font-size:1.3rem;
	color:#2495a7;
	padding:0.5rem;
	line-height:1.6;
	float:left;
}
.section_slide .inner_content .left_area p {
	display:inline-block;
	font-size:1.2rem;
	font-weight:200;
	color:#fff;
	padding:0.5rem;
	line-height:2;
}
/* 롤링 온라인 최근게시물 */
.section_slide .inner_content .latest_area {
    overflow:hidden;
}

/* banner */
.section_banner {
	position:absolute;
	top:17.5rem;
	left:0;
	right:0;
	z-index:10;
}
.section_banner .list-group li {
	padding:0.5rem 0.35rem;
}
.section_banner .list-group .list-group-item {
	border:0;
	border-radius:0.5rem;
	background-color:rgba(255, 255, 255, 0.8);
	min-height:120px;
	padding:1rem 2.25rem;
}
.section_banner .list-group .list-group-item.row2 {
	height:253px;
}
.section_banner .list-group .list-group-item.row2 .icon_box {
    position:absolute;
    bottom:1rem;
    left:50%;
	margin-left:-2.5rem;
    width:5rem;
    height:5rem;
	background:#fff;
    border-radius: 50%;
}
.section_banner .list-group .list-group-item.row2 .icon_box .glyphicon {
    float: right;
    width:100%;
    top:50%;
    margin-top:-1.25rem;
    text-align:center;
    font-size:3rem;
    color: #0495a6;
}
.section_banner .list-group .list-group-item h5 {
	font-size:1.4rem;
	color:#0495a6;
	margin-bottom:0.5rem;
}
.section_banner .list-group .list-group-item p {
	font-size:1rem;
	font-weight:400;
	word-break:keep-all;
}
.section_banner .list-group .list-group-item.row2 > p {
	line-height:1.7;
}
.section_banner .list-group .list-group-item p > b {
	display:inline-block;
	width:35px;
	margin-right:0.35rem;
	text-align:center;
}

.section_wrapper {
	clear:both;
}

.section_main {
	position:relative;
}
.section_main > .item_content {
	position:absolute;
	top:50%;
	margin-top:-3rem;
	left:0;
	right:0;
	text-align:center;
	color:#fff;
}
.section_main > .item_content > h4 {
	display:block;
	font-size:6rem;
	font-weight:bold;
	text-shadow:2px 1px 2px rgba(0, 0, 0, 0.2);
}
.section_main > .item_content > p {
	font-size:1.8rem;
	font-weight:200;
	text-shadow:2px 1px 2px rgba(0, 0, 0, 0.2);
}