@charset "utf-8";

/* 내용관리 */
#ctt {padding:20px;}
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {max-width:1000px; margin:50px auto; padding:10px 0}
#ctt_con div img {max-width:500px; float:left; margin:0 30px 30px 0;}
#ctt_con div.about_con01 {font-size:1.2em; font-weight:300;font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif}
#ctt_con div p {margin:30px 0; line-height:1.8;}
#ctt_con div p:first-child { margin-top:0;}
.ctt_img {text-align:center}
.about_title01 {max-width:100%;height:auto; padding:0 0 50px; text-align:center;font-size:2em;font-weight:600; }

.bo_top_img{position:absolute;top:0;left:0;width:100%;height:300px;overflow:hidden;text-align:center}
.bo_top_img img {position: absolute;top: 0;left: -9999px;right: -9999px;margin: auto;width:100%;height:auto; 
/*
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
*/
}


 @media (max-width: 969px){
      .bo_top_img {height:150px}
 }


@media (max-width: 500px){
#ctt_con div img {clear:both; max-width:320px;}
}
@media (max-width: 360px){
#ctt_con div img {clear:both; max-width:280px;}
}