#gallery img[title=file]	{display: none;}

.g_list	{font-size: 0; border-top: 1px dotted #CCC; border-bottom: 1px dotted #CCC;}
.g_unit	{display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #FFF; vertical-align: top;}
.g_unit>div	{font-size: 12px;}

.no_space .g_unit	{border: 1px dotted #DDD; margin-left: -1px; margin-top: -1px;}
.g_a_thumb	{display: block; position: relative; font-size: 0; overflow: hidden;}
.g_a_thumb img	{ -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s;}
.g_a_thumb:hover img	{opacity: 0.4;}

.g_a_read	{position: absolute; width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;  color: #333; -webkit-transform-style: preserve-3d;  -moz-transform-style: preserve-3d; transform-style: preserve-3d;}
.g_a_read span	{display: none; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);font-size: 18px; line-height: 18px;}
.g_a_thumb:hover .g_a_read span	{display: inline-block;}

.no_thumb .g_a_read	{border-bottom: 1px dashed #CCC;}
.no_thumb .g_a_read span	{display: inline-block; color: #BBB;}

.g_a_info	{padding: 15px;}
.g_a_category	{margin-bottom: 8px; font: 11px 'Jeju Gothic', sans-serif;}
.g_a_category a	{color: #BBB;}
.g_a_category a:hover	{border-bottom: 1px solid #CCC;}
.g_a_title	{font-size: 13px;}
.g_a_summary	{margin-top: 10px; line-height: 180%; color: #666;}
.g_a_info2	{margin-top: 10px; color: #BBB;}
.g_a_info2 a	{color: #BBB;}
.g_a_info2 li	{display: inline-block;}
.g_a_info2 li:last-child .dot	{display: none;}
.g_a_info2 .dot	{margin: 0 6px;}
.g_a_vote	{padding-left: 17px; background: url(../images/icn_heart.png) no-repeat left center;}
.g_a_vote.best_article	{background-image: url(../images/icn_heart_best.png);}

.g_b_list .g_unit	{position: relative; background-color: #000;}
.g_b_list .g_unit:hover .g_b_info,
.g_b_list .g_unit:hover .g_b_read	{display: block;}
.g_b_list .g_unit.no_thumb	{background-color: #FFF;}
.g_b_link	{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}

/* 
.g_b_read	{display: none; position: absolute; top: 15px; width: 100%; text-align: center; opacity: 0.6; color: #FFF;}
.g_b_read span	{font-size: 16px;}
.no_thumb .g_b_read	{color: #000;}
*/

.g_b_category	{margin-bottom: 8px; font: 11px 'Jeju Gothic', sans-serif;}
.g_b_title	{font-size: 13px;}
.g_b_title a	{color: #FFF;}
.no_thumb .g_b_title .cm_num	{color: #999;}

.g_b_info	{display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.g_b_info>div	{position: absolute; bottom: 0; left: 0; padding: 20px; z-index: 7;}
.g_b_info2	{margin-top: 8px;}
.g_b_info2 li	{display: inline-block;}
.g_b_info2 li:last-child .dot	{display: none;}
.g_b_info2 .dot	{margin: 0 6px;}
.g_b_info2,
.g_b_info2 a	{color: #CCC;}
.no_thumb .g_b_info	{display: block;}
.no_thumb .g_b_vote	{color: #BBB;}
.no_thumb .g_b_title a	{color: #333;}
.no_thumb .g_b_info2,
.no_thumb .g_b_info2 a	{color: #999;}

.g_b_thumb	{overflow: hidden;}
.g_b_thumb .no_thumb_area	{width: 100%; border: 1px dashed #BBB; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #EEE;}
.g_b_list .g_a_summary	{position: absolute; left:20px; padding-right: 20px; z-index: 5;}

.g_c_info	{display: block; background: url(../images/bg_news.png) repeat-x left bottom;}
.no_thumb .g_c_info	{background: none;}
.g_c_info .g_b_info2,
.g_c_info .g_b_info2 a	{color: #BBB;}

.g_a_info2:empty, 
.g_b_info2:empty	{display: none;}

