
/**
 * 
 *Copyright (c) 2017 12stars All Rights Reserved.
 *
 *
 *### hoon jo | 20170420 ###
 *@last_modified: 20170420
 *
 *@desc: 
 *@include: 
 *
 */


/*!======================================
 *      lists
 *======================================*/
.other_article_list_title{
    
	font-size: 15px;
    white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; /* 잘린부분을 ... 으로 표시*/

    /* 여러 줄 자르기 추가 스타일 */
    line-height: 1.5em; 
	text-align: left; 
	word-wrap: normal; 
	/*
	display: -webkit-box;    
	-webkit-line-clamp: 1;    
	-webkit-box-orient: vertical;
	*/
    
}

.list_emphasised_text{
    font-weight: bold; color: #3333cc;
}


/*!======================================
 *              Misc.
 *======================================*/



/*////////////////////////////////////////////////////////////////////////
///                     ### @MEDIA QUERIES@ ###                        ///
////////////////////////////////////////////////////////////////////////*/


/*!======================================
 *              menu
 *======================================*/
@media only screen and (max-width:700px){
    
    
    
}