@charset "utf-8";
/* jworks by.      */
/* http://www.jwcd.co.kr      */
/* master@jwcd.co.kr      */

a, a:hover,a:active,a:focus{text-decoration:none}

.gall_title a {font-size:16px;color:#000;}
.gall_title {display:block;padding:10px;}
.gall_rectang:after {content:"";clear:both;display:block;}
.gall_rectang ul{overflow:hidden; display:block; position:relative;padding:0;margin:0 20px;}
.gall_rectang ul li{float:left;margin:0 0 0 0;padding:0 0 0 10px;width: 148px;list-style:none} /*게시글 최소단위, 좌우하 여백*/
.gall_rectang ul li a{position:relative; float:left;cursor:pointer;} /*게시물 전체링크*/

.gall_rectang ul li:first-child {padding-left:0;}
.rec_thumb {
    border: 1px solid #e1e1e1;
    transition: all 0.5S;
}
.orange_click:hover .rec_thumb {
    border: 1px solid darkgray;
}
.orange_click:hover .rec_tit {
    color:#c62828;
}

.pro_titlebar {margin: 40px 20px 10px;padding: 0 0 10px 0;background: url(../../../img/board_bar2.jpg) no-repeat 0 100%;}
.pro_titlebar a {font-size: 1.4em;font-weight: bold;color: #444;text-decoration: none;}
.gall_rectang {position: relative;}

/*.gall_rectang .orange_click:hover{overflow:hidden; width:152px; height:170px; border: solid 2px #4cc5ff;} /*롤오버 오렌지라인*/*/
/*.gall_rectang .rec_shadow{overflow:hidden; position:absolute; top:-1px; left:-2px; width:155px; height:175px; background:url(img/module.png) 0 0 no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden;}*/ /*백그라운드 그림자bg*/

.gall_rectang .rec_thumb, .rec_thumb img{float:left;border:0;} /*썸네일크기*/

.gall_rectang .rec_info{display:block; float:left;} /*게시글 제목+설명글영역*/
.gall_rectang .rec_tit_box{position: relative;width: 150px;} /*게시글 타이틀박스*/
.gall_rectang .rec_tit{margin:0;padding: 8px 0;font-weight:bold;font-size: 1.1em;color:#000;letter-spacing: 0.001em;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;} /*게시글 타이틀*/

.lt_more a {position: absolute;top: 5px;right: 20px;color: #828282;}

/*.gall_rectang .rec_disc{display:block; width:170px; margin: auto; color:#555; line-height:17px; text-align: justify; font-size:14px}*/ /*게시글 설명글영역*/