@charset "utf-8";


/*project*/



#project_wrap{max-width:1000px;min-height:900px;}

#tumblr_title{border-bottom:1px solid #ddd;padding:50px 0 20px;}
#tumblr_title .cur_page{font-size:11px;padding-top:25px;}
#tumblr_title h2{font-weight:300;font-size:27px; line-height:27px;text-align:center;color:#444;}


#sub_project{padding-bottom:50px;}	
#sub_project .article{border-bottom:1px dotted #bbb;padding:55px 0 45px;}
#sub_project .subject{font-size:21px;line-height:26px;color:#444;font-weight:300;padding:25px 0 20px;}
#sub_project .comment{text-align:justify;}

#btn_more{display:block;padding:15px 0;margin:0 4px 4px;text-align:center;background-color:#888;color:#fff;font-size:15px;cursor:pointer;margin:20px 0 70px;}
#btn_more:hover{background-color:#c30f19;color:#fff;}



/*미디어쿼리 start*/
@media screen and (max-width:1280px){

}

@media screen and (max-width:1024px){
#project_wrap{min-height:1000px;}
}

@media screen and (max-width:768px) {
#project_wrap{min-height:500px;}

#tumblr_title{padding:23px 0 15px;width:auto; margin:0 12px;}
#tumblr_title .cur_page{font-size:11px;padding-top:25px;}
#tumblr_title h2{text-align:left;font-size:29px;line-height:29px;text-indent:-2px;}

#sub_project{padding-bottom:20px;}	
#sub_project .article{padding:35px 0 35px;}
#sub_project .subject{font-size:17px;line-height:21px;padding:10px 0 10px;}

#btn_more{margin:20px 0 50px;}


}

@media screen and (max-width:640px) {







}

@media screen and (max-width:480px) {




#project_wrap{min-height:300px;}



}
/*end 미디어쿼리*/



