@charset "utf-8";

/* 새글 스킨 (latest) */

@media (min-width:768px){
.jcarousel-2-wrapper {margin:0 auto; position:relative; 
 /**-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;**/}
}

@media (max-width:768px){
.jcarousel-2-wrapper {margin:0 auto; position:relative;}
}

/** Carousel **/
.jcarousel-2 {position:relative; overflow:hidden; width:100%;}
.jcarousel-2 ul {width:20000em; position:relative; list-style:none; margin:0; padding:0;}
.jcarousel-2 li {float:left; padding:7px; border:1px solid #fff; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.jcarousel-2 img {display:block; max-width:100%; height:auto !important;}

/** Carousel Controls **/
.jcarousel-2-control-prev{position: absolute; top:35%; left:-1px; margin-top:-15px; width:29px; height:41px; background:url("./img/btn_prev.png") no-repeat;}
.jcarousel-2-control-next {position: absolute; top:35%; right:-1px; margin-top:-15px; width:29px; height:41px; background:url("./img/btn_next.png") no-repeat;}
.jcarousel-2-control-prev:hover{background:url("./img/btn_prev_hover.png") no-repeat;}
.jcarousel-2-control-next:hover{background:url("./img/btn_next_hover.png") no-repeat;}

/** Carousel Pagination **/
.jcarousel-2-pagination {position:absolute; bottom:-40px; left:50%; -webkit-transform:translate(-50%, 0); -ms-transform: translate(-50%, 0); transform:translate(-50%, 0); margin: 0;}
.jcarousel-2-pagination a {text-decoration:none; display:inline-block; font-size:11px; height:10px; width:10px; line-height:10px; background:#fff; color:#4E443C; border-radius:10px; text-indent:-9999px; margin-right:7px;
  -webkit-box-shadow: 0 0 2px #4E443C; -moz-box-shadow:0 0 2px #4E443C; box-shadow:0 0 2px #4E443C;}
.jcarousel-2-pagination a.active {background: #4E443C; color: #fff; opacity:1; -webkit-box-shadow:0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7; box-shadow:0 0 2px #F0EFE7;}

/* Content */
.entry-subject {padding:5px 0 5px 0; font-size:12px; color:#444; letter-spacing:-0.3px; text-align:center;}
.noimg{width:100%; height:100%;}

.entry-thumb {width:100%; position: relative;}
.entry-thumb img {width:100%; border:1px solid #e9e9e9;}
.entry-thumb .thumb-hover {background: rgba(0, 0, 0, 0.4); position:absolute; top:0; left:0; width:100%; height:100%;
 /* IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 5-7 */
filter: alpha(opacity=0);
/* Netscape */
-moz-opacity: 0;
/* Safari 1.x */
-khtml-opacity: 0;
/* Good browsers */
opacity: 0;
transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s; }
.entry-thumb:hover .thumb-hover {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */
filter: alpha(opacity=100);
/* Netscape */
-moz-opacity: 1;
/* Safari 1.x */
-khtml-opacity: 1;
/* Good browsers */
opacity: 1; }

.link-icon {margin-left:0; margin-right:-3px; }

.popup-icon.style1, .link-icon.style1 {text-align:center; width:42px; height:42px; line-height:42px; font-size:20px; position:absolute; 
 top:50%; left:50%; margin-top:-19px; margin-left:0; color:#fff;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 border-radius: 0; border: 1px solid #fff; background: none; margin-left: -25px;}

.popup-icon.style1:hover, .link-icon.style1:hover {border-color:#ffc619; color:#ffc619;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg); }

.link-icon.style1 {margin-left:-20px; margin-right:-3px; }
.fa-expand {text-align:center; padding:10px 0 10px 0; background:rgba(255, 255, 255, 0.0);}

.por-item2 {float:left; text-align:left;}
.por-item2 .entry-item .thumb-hover, .por-item2 .entry-item .popup-icon, .por-item2 .entry-item .link-icon {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 5-7 */
filter: alpha(opacity=0);
/* Netscape */
-moz-opacity: 0;
/* Safari 1.x */
-khtml-opacity: 0;
/* Good browsers */
opacity: 0; }
.por-item2 .entry-item:hover .thumb-hover, .por-item2 .entry-item:hover .popup-icon, .por-item2 .entry-item:hover .link-icon {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */
filter: alpha(opacity=100);
/* Netscape */
-moz-opacity: 1;
/* Safari 1.x */
-khtml-opacity: 1;
/* Good browsers */
opacity: 1; }

.por-item2 .entry-item .entry-content {margin-top:15px;}
.por-item2 .entry-item .entry-title {font-size:13px; color:#666; font-family:'Nanum Gothic'; line-height:24px; margin-bottom:5px;}
.por-item2 .entry-item .entry-categories {font-family:'Nanum Gothic', Arial, sans-serif;font-size:13px; line-height:20px; color:#898989; margin-bottom:0; text-transform:capitalize;font-weight:400;}
.por-item2 .entry-item .entry-categories a {color:#898989;}
.por-item2 .entry-item .entry-categories a:hover {color:#ffc619;}




