@charset "utf-8";
/* 새글 스킨 (latest) */
.ar-news-gallery01{
	position:relative;
	max-height:222px;
	overflow:hidden;
}

.ar-news-gallery01 .bx-controls-direction {display:none;}
.ar-news-gallery01 .bx-controls-auto {display:none;}


.ar-news-gallery01 .images {
	width:50%;
}


.ar-news-gallery01 .images .img_data {
	width:50%;
	height:auto;
}



.ar-news-gallery01 .bx-wrapper .bx-pager {
	position:absolute;
	right:0;
	bottom:0;
	padding: 5px 10px 6px 10px;
	height:40px
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
	z-index:1000;
	background:#FFF;
}

.ar-news-gallery01 .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.ar-news-gallery01 .bx-wrapper .bx-pager-item,.ar-news-gallery01 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}


.ar-news-gallery01 .bx-wrapper .bx-pager-item,.ar-news-gallery01  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: bottom;
}

.ar-news-gallery01 .bx-wrapper .bx-pager.bx-default-pager a:hover,.ar-news-gallery01  .bx-wrapper .bx-pager.bx-default-pager a.active,.ar-news-gallery01  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.ar-news-gallery01 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}


.ar-news-gallery01 .bx-next{display:none}
.ar-news-gallery01 .bx-prev{display:none}


.ar-news-gallery01 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2D96F5;
	opacity : 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;

    width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height:20px;
	padding-left:20px;
	display:none;
}

.ar-news-gallery01 .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    font-size: .85em;
	letter-spacing:-0.1em
}

.ar-news-gallery01 .titles {
    position: absolute;
	width:50%;
    top: 0;
    right: 0;
}

.ar-news-gallery01 .titles:after {display:block;visibility:hidden;clear:both;content:""}

.ar-news-gallery01 .titles ul {
	padding:20px 0px 20px 0;
}

.ar-news-gallery01 .titles ul li {
	padding:5px 10px 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ar-news-gallery01 .titles ul li a {
	padding-left:20px;
	padding-right:20px;
    font-size: 1.2em;
    font-family: 'Noto Sans KR','맑은고딕','맑은 고딕', 'Malgun Gothic','나눔고딕', 'NanumGothic','NanumGothicWeb','Dotum','sans-serif' !important;
    font-weight: 500 !important;
}


.ar-news-gallery01 .titles ul .on {
    background: #2D96F5;
}
.ar-news-gallery01 .titles ul .on a {
    color: #FFF;
}






.ar-news-gallery01 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2D96F5;
	opacity : 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;

    width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height:20px;
	padding-left:20px;
	display:none;
}




/*반응형*/
@media (max-width: 1680px) {
}
@media (max-width: 980px) {
}
@media (max-width: 768px) {
	.ar-news-gallery01 .bx-wrapper .bx-caption {display:block;}
	.ar-news-gallery01 .titles {display:none;}
	.ar-news-gallery01 .bx-wrapper .bx-pager {right:0;}
	.ar-news-gallery01 .images .img_data {width: 100%;}
}
@media (max-width: 639px) {
}
@media (max-width: 480px) {
}
