.scroller {width:100%;clear:both;border-bottom: 1px solid #ccc;}
.scroller-inner {position:relative;height: 430px;overflow: hidden;}
/*.scroller-inner .window {}*/
.scroller-inner .window ol.teaser-items {position: relative;margin:0;padding:0;}
.scroller-inner .window ol.teaser-items li {position: absolute;display: none;width: 100%;margin:0;padding:0;}
.scroller-inner .window ol.teaser-items li div {height:340px;}

.scroller-inner .column {display:inline;float:left;margin-left:15px;width:30%;}
.scroller-inner .teaser-header {position: absolute;top:340px;left:0;width: 100%;}
.scroller-inner .teaser-header ol {
	list-style-type:none;
	margin:0 auto;
	width:1300px;
	height:90px;
}
.scroller-inner .teaser-header ol li {
    float:left;
    position:relative;
    white-space:nowrap;
	width:25%;
	text-align:center;
	font-family: 'Noto Sans KR Bold';
	letter-spacing:-0.7px;
	height:90px;
	background:url(../images/new2021/new2021_cert_visual_tabbar.png) no-repeat left 50%;
}
.scroller-inner .teaser-header ol li:first-child {background:none;}
.scroller-inner .teaser-header ol li a {
	display:inline-block;
	width:100%;
	height:85px;
	line-height:90px;
	font-size: 21px;
	color:#333;
	text-align:center;
	text-decoration: none;
	border-bottom:5px solid #adadad;
}
.scroller-inner .teaser-header ol li.selected a {
	color:#0f9779 !important;
	border-bottom:5px solid #0f9779;
}

.new2021_cert_visual_icon1 {width:33px;height:36px;background:url(/cert/images/new2021/new2021_cert_visual_icon1_off.png) no-repeat top left;vertical-align:middle;display:inline-block;}
.new2021_cert_visual_icon2 {width:47px;height:36px;background:url(../images/new2021/new2021_cert_visual_icon2_off.png) no-repeat top left;vertical-align:middle;display:inline-block;}
.new2021_cert_visual_icon3 {width:34px;height:36px;background:url(../images/new2021/new2021_cert_visual_icon3_off.png) no-repeat top left;vertical-align:middle;display:inline-block;}
.new2021_cert_visual_icon4 {width:45px;height:36px;background:url(../images/new2021/new2021_cert_visual_icon4_off.png) no-repeat top left;vertical-align:middle;display:inline-block;}

.scroller-inner .teaser-header ol li.selected .new2021_cert_visual_icon1 {background:url(../images/new2021/new2021_cert_visual_icon1_on.png) no-repeat top left;}
.scroller-inner .teaser-header ol li.selected .new2021_cert_visual_icon2 {background:url(../images/new2021/new2021_cert_visual_icon2_on.png) no-repeat top left;}
.scroller-inner .teaser-header ol li.selected .new2021_cert_visual_icon3 {background:url(../images/new2021/new2021_cert_visual_icon3_on.png) no-repeat top left;}
.scroller-inner .teaser-header ol li.selected .new2021_cert_visual_icon4 {background:url(../images/new2021/new2021_cert_visual_icon4_on.png) no-repeat top left;}

.scroller-inner .teaser-header ol li a > span {vertical-align:middle;}

/*.scroller-inner .teaser-header li.selected {
    background-image:url("panel-selected.png");
    background-position:center top;
    background-repeat:no-repeat;
}*/
.scroller-inner .slideshow-controls {

    margin:-38px 0 0;
}
/*.scroller-inner .active.prev {
    background-position:0 -50px;
}*/
.scroller-inner .prev, .scroller-inner .next {
    background-image:url("arrows-scroller-left.png");
    background-repeat:no-repeat;
    bottom:52%;
    cursor:pointer;
    display:block;
	width:70px;
    height:70px;
    left:5%;
    position:absolute;
    text-decoration:none;
    text-indent:-5000px;
}
.scroller-inner .active.next {
    background-image:url("arrows-scroller-right.png");
    left:auto;
    right:5%;
}
@media (max-width: 1500px) { 
	.scroller-inner .prev, .scroller-inner .next {display:none;}
}