@charset "UTF-8";

/**/

.section-main{
	border-top:1px solid #dedede;
	vertical-align:top;
}

.section-main h2{
	
}

.section-main h2 a,
.section-main.notice-news h2 {
	padding:14px 17px 0;
	height:32px;
	display:block;
	background:#f2f2f2;
	position:relative;
	color:#333;
	font-size:15px;
	font-weight:600;
	line-height:20px;
}

.section-main h2 i{
	position:absolute;
	top:11px;
	right:1px;
}

.section-main .inner{
	padding:22px 0;
	position:relative;
}

.introduction-item{
	
}

.item-list{
	border-left:1px solid #dedede;
	height:95px;
	overflow:hidden;
}

.item-list li{
	float:left;
	border:1px solid #dedede;
	border-left:none;
	
}

.item-list a{
	display:block;
	position:relative;
	overflow:hidden;
	width:138px;
	height:93px;
}

.item-list .dim{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	padding-top:30px;
	height:63px;
	background:url(../images/bg/bg_item_dim.png);
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight:600;
}

.item-list .dim span{
	line-height:23px;
}


/**/

.row .section-main{
	width:300px;
	float:left;
	margin-right:30px;
}

.row .section-main.notice-news{
	width:320px;
}

.row .section-main.business{
	margin-right:0;
}

.row .section-main .inner{
	padding:30px 0;
}

.notice-news h2>span{
	cursor:pointer;
	float:left;
	padding-bottom:11px;
}

.notice-news h2>span:hover,
.notice-news h2>span:active,
.notice-news h2>span:focus,
.notice-news h2>span.on{
	border-bottom:3px solid #e43145;
}

.notice-news h2 span span{
	position:relative;
	display:block;
	height:15px;
	line-height:20px;
}

.notice-news h2>span:hover u,
.notice-news h2>span:active u,
.notice-news h2>span:focus u,
.notice-news h2>span.on u{
	display:block;
	width:6px;
	height:4px;
	position:absolute;
	bottom:-18px;
	left:50%;
	margin-left:-3px;
	background:url(../images/bg/bg_tab.png) no-repeat;
}

.notice-news h2>span.notice{
	
}

.notice-news h2>span.news{
	margin-left:25px;
}

.notice-news .bg{
	display:block;
	width:9px;
	height:11px;
	background:url(../images/bg/bg_tab01.png) no-repeat;
	position:absolute;
	top:15px;
	left:70px;
}

.tab-cont{
	padding-left:16px;
}

.tab-list{
	margin-bottom:10px;
	min-height:70px;
}

.tab-list li{
	line-height:23px;
}

.tab-list .subject{
	float:left;
	width:210px;
}

.tab-list .subject:hover,
.tab-list .subject:active,
.tab-list .subject:focus{
	text-decoration:underline;
}

.tab-list .date{
	float:right;
	color:#999;
}

.tab-cont{
	display:none;
}

.tab-cont .btn-more{
	text-align:right;
}



/*메인 비주얼*/

.main-visual{position:relative;width:100%;margin-bottom:30px;}
.main-visual img{
	position:absolute;
	top:150px;
}
.main-visual a{
	display:block;
}
.main-visual .section{
	height:450px;
}
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow {width:100%;height:450px;padding: 0; }

.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0;
}


.composite-example > div {height:450px;}
.composite-example > div > img { display: block; }
.composite-example > div .cycle-overlay { 
    color: white; background: black; opacity: .6; filter:alpha(opacity=60);
    position: absolute; bottom: 0; width: 100%; padding: 15px;
}

.btnArea_rolling{width:1000px;margin:0 auto;position:relative;z-index:500;}

#prev{position:absolute;top:50%;left:40px;z-index:100;cursor:pointer;margin-top:-26px;}
#next{position:absolute;top:50%;right:40px;z-index:100;cursor:pointer;margin-top:-26px;}

.prevControl, .nextControl { cursor: pointer; font-size: 16px; color: #08C }

.example-pager {
    width: 400px;
    z-index: 500;
	overflow: hidden;
	bottom:325px;
	left:0;
	position:absolute;
}

.example-pager > * {
    cursor: pointer;
}

.example-pager div {
margin: 3px;
display: inline-block;*display:inline; *zoom:1;
width: 45px;
height: 5px;
background:url(../images/btn/btn_rolling.png) no-repeat;
}

.example-pager div.cycle-pager-active {
width:45px;
height:5px;
background-position:0 -5px;
}

/*메인 롤링*/

.cycle-slideshow.main-rolling, .cycle-slideshow.main-rolling * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow.main-rolling {width:100%;height:98px;padding: 0; }

.cycle-slideshow.main-rolling > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0;
	overflow:hidden;
}


.composite-example.main-rolling > div {height:98px;}
.composite-example.main-rolling > div > img { display: block; }
.composite-example.main-rolling > div .cycle-overlay { 
    color: white; background: black; opacity: .6; filter:alpha(opacity=60);
    position: absolute; bottom: 0; width: 100%; padding: 15px;
}

.rolling-pager {
    width: 400px;
    z-index: 500;
	overflow: hidden;
	top:30px;
	left:125px;
	position:absolute;
}

.rolling-pager > * {
    cursor: pointer;
}

.rolling-pager div {
float:left;
margin-right:1px;
width: 23px;
height: 5px;
background:url(../images/btn/btn_rolling1.png) no-repeat;
}

.rolling-pager div.cycle-pager-active {
width:23px;
height:5px;
background-position:0 -5px;
}

.main-rolling img{
	float:left;
}

.main-rolling .col{
	width:175px;
	float:right;
	font-size:11px;
	color:#999;
}

.main-rolling h3{
	color:#333;
	font-size:17px;
	font-weight:600;
	display:block;
	margin:20px 0 5px;
}