/* ---------- PC 버전 로고 설정 ---------- */ 
.q_logo img {max-height: 15%;} /* 로고사이즈 (레티나 사이즈로 등록) */
header.centered_logo .header_inner_left {margin-top:0px;} /* 로고 상단 여백 */
header.centered_logo .header_inner_left {margin-bottom:40px;} /* 로고 하단 여백 */
header.centered_logo.sticky .q_logo img {height:60%!important}  /* 스크롤 내렸을때 로고 */

/* ---------- 모바일 버전 로고 설정 ---------- */ 
@media only screen and (max-width: 480px){
.q_logo img {max-height: 85%; padding-top:10px;} /* 모바일 로고 사이즈  */
header.centered_logo .header_inner_left {margin-top:0px;} /* 로고 위쪽 여백*/
header.centered_logo .header_inner_left {margin-bottom:20px;} /*로고 하단 여백 */
}




/*  ---------- 하단 소스 수정 금지  ---------- */
/* Portfolio */
.projects_holder article .portfolio_description {padding: 10px 0 22px;}
.filter_holder ul li span {font-weight: 100!important;}
.filter_outer {margin: -30px 0 10px;}
.tg-nav-color {font-weight: 200!important;}
.social_share_title, .portfolio_detail .info {display:none;}
.portfolio_single h3 {display:none;}

@media only screen and (max-width: 480px){
.container_inner {width:90%;}
div.grid_section .section_inner {width:85%;}
}
 
/* Custom */
.justify {text-align:justify!important;}

@media only screen and (max-width: 1000px){
header .q_logo img.mobile {margin-top:0px}
}