@charset "utf-8";

/* 내용관리 */
#ctt {padding:116px 0 166px;background:#fff}
.ctt_admin {text-align:right}
#ctt h1 {font-size: 28px;font-weight: bold;line-height: 41px;color: #a4794b;margin-bottom: 29px;}
#ctt_con {padding:10px;line-height:1.6em;width: 100%;height: 488px;overflow-y: scroll;border: 1px solid #666666;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 반응형 css */
@media only screen and (max-width: 1280px) { /* viewport width : 1280 */

/* 내용관리 */
#ctt {padding:9.0625vw 0 12.9688vw;}
#ctt h1 {font-size: 2.1875vw;line-height: 3.2031vw;margin-bottom: 2.2656vw;}
#ctt_con {padding:0.7813vw;height: 38.1250vw;border: 0.0781vw solid #666666;}

}

@media only screen and (max-width: 720px) { /* viewport width : 720 */

/* 내용관리 */
#ctt {padding:13.8889vw 0 15.0000vw;}
#ctt h1 {font-size: 3.8889vw;line-height: 5.6944vw;margin-bottom: 5.2778vw;}
#ctt_con {height: 72.9167vw;border: 0.1389vw solid #666666;}

}