@charset "utf-8";

/* 새글 스킨 (latest) */
.gy .mtitle {text-align:center; font-size:25px; margin-bottom:20px;}

/* modifided by redsalt */
.gy .gy_cotent {display:none; width:235px; height:40px; line-height:40px; background:#fff; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; text-align:center; font-size:17px; letter-spacing:-0.5px;}
.gy .gy_cotent a {display:block; color:#222; font-weight:300;}
.gy .gy_cotent span {background:#bbb;border-radius:3px;color:#fff;padding:0 5px; margin-right:10px;}

.gy .slider1 .slide { display:inline;}
.gy .sbox, .gy .sbox_over {width:235px !important;}
.gy .sbox img, .gy .sbox_over img { width:235px; height:auto; }
.gy .sbox_over img { width:235px; height:85px; }

.gy .imgbox {width:235px; height:85px; overflow:hidden; display:block;border:1px solid #e7e7e7; background:#FFF;}
.gy .imgbox img {opacity:1; -webkit-transition:opacity 0.25s, -webkit-transform 0.25s; transition: opacity 0.25s, transform 0.25s; -webkit-transform: scale(1);transform: scale(1);}
.gy .imgbox:hover img {  -webkit-transform:scale(1.1); transform: scale(1.1); opacity:0.9;}
