@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:0px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 { font-size: 30px;padding: 0px 0 20px;font-weight: bold;}
#ctt_con {padding:10px 0}

.ctt_img img{text-align:center;width:100%;padding-bottom:30px;}

.ch_color {color:#16a796;}

/* 작은 기기들 (태블릿, 768px 이상) */
@media (max-width: 768px){
	.ctt_img img{text-align:center;width:100%;padding-bottom:20px;}
	#ctt_con h2 {font-size:24px;color:#676767;padding-bottom:25px;}
	#ctt_con h3 {font-size:18px;color:#3b3b3b;padding-bottom:24px;}
	#ctt_con .text01 {font-size:12px;color:#7f7f7f; line-height:160%;}
}

/* 중간 기기들 (데스크탑, 992px 이상) */
@media (min-width: 769px) and (max-width: 992px){
	.ctt_img img{text-align:center;padding-bottom:30px;}
	#ctt_con h2 {font-size:48px;color:#676767;padding-bottom:65px;}
	#ctt_con h3 {font-size:20px;color:#3b3b3b;padding-bottom:44px;}
	#ctt_con .text01 {font-size:16px;color:#7f7f7f; font-family: 'NanumSquareRound';line-height:160%;}
 }

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 769px) and (max-width: 2200px){
	.ctt_img img{text-align:center;padding-bottom:30px;}
	#ctt_con h2 {font-size:48px;color:#676767;padding-bottom:65px;}
	#ctt_con h3 {font-size:20px;color:#3b3b3b;padding-bottom:44px;}
	#ctt_con .text01 {font-size:15px;color:#7f7f7f; font-family: 'NanumSquareRound';line-height:160%;}

 }
