@charset "utf-8";

/*----------------------------------- GT2 THEME  ----------------------------------------
-- 온웹(ONWEB) GT2테마에 포함된 파일입니다.
-- GT2테마는 상용테마로 구매자의 허용된 사이트 외에는 사용하실 수 없습니다.
-- Theme Name: GT2/ Maker: ONWEB
----------------------------------------------------------------------------------------*/

/* 새글 스킨 (latest) */
.onweb_p2 { position:relative; width:100%; position:relative; overflow:hidden; margin:0 auto; padding:0; text-align:justify; line-height:180%; color:#555; }

.onweb_p2 ul { width:100%; list-style:none; margin:0; padding:0; }
.onweb_p2 li { float:left; width:25%; margin:0px; padding:0px; text-align:center; margin-top:30px; }
.onweb_p2 li .lt_img_box { padding:10px 5%; display:block; width:100%; max-width:300px; height:auto; border-radius:0px;}
.onweb_p2 li .lt_img_box_inner { width:100%; background-color:#000; }
.onweb_p2 li .lt_img { width:100%; transition: .2s ease; transform 0.2s; opacity: 1; }
.onweb_p2 li .lt_img_box:hover .lt_img { opacity: 0.5; } 

.onweb_p2 .lat_title { font-size:1.3em; font-weight:normal; text-align:center; letter-spacing:-1px; padding:10px 0px 10px 5%; overflow:hidden; }
.onweb_p2 .lt_contents { font-size:14px; line-height:160%; padding:0 5%; letter-spacing:0px; text-align:justify; color:#777; min-height:70px;}
.onweb_p2 .underbar1 { position:relative; margin:0 auto; padding:0px; width:100px; height:1px; background-color:#F00; margin-top:20px; margin-bottom:20px; opacity: 0.5; }
.onweb_p2 .lat_etc { font-size:12px; line-height:180%; padding:0px 0px 10px 0px; letter-spacing:0px; text-align:center; color:#999;}
