@charset "utf-8";

/* 내용관리 */
@media screen and (min-width:1201px) {
#ctt {margin:100px 0;padding:20px;background:#fff; width:1200px; margin:auto; }
#ctt header h2 { font-size:32px; overflow:hidden; font-family:'GS_M'; text-align:center; }
#ctt header p { font-size:14px; color:#666; font-family: 'Noto Sans KR'; text-align:center; }
#ctt_con ul {padding:50px 0; display:grid; grid-template-columns:repeat(4, 1fr); column-gap:14px; row-gap:14px; }
#ctt_con ul li p { font-size:18px; color:#333; font-family: 'Noto Sans KR'; text-align:center; line-height:27px; }
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}

.ctt_admin {text-align:right}
.ctt_img {text-align:center}
}


@media screen and (max-width:1200px) and (min-width:701px) {
#ctt {margin:10px 0;padding:20px;background:#fff; width:1200px; margin:auto; }
#ctt header h2 { font-size:32px; overflow:hidden; font-family:'GS_M'; text-align:center; }
#ctt header p { font-size:14px; color:#666; font-family: 'Noto Sans KR'; text-align:center; }
#ctt_con ul {padding:50px 0; display:grid; grid-template-columns:repeat(4, 1fr); column-gap:14px; row-gap:14px; }
#ctt_con ul li p { font-size:18px; color:#333; font-family: 'Noto Sans KR'; text-align:center; line-height:27px; }
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}

.ctt_admin {text-align:right}
.ctt_img {text-align:center}
}


@media screen and (max-width:700px) {
#ctt {margin:10px 0;padding:20px;background:#fff; }
#ctt header h2 { font-size:16px; overflow:hidden; font-family:'GS_M'; text-align:center; }
#ctt header p { font-size:12px; color:#666; font-family: 'Noto Sans KR'; text-align:center; }
#ctt_con ul {padding:25px 0; display:grid; grid-template-columns:repeat(2, 1fr); column-gap:4px; row-gap:4px; }
#ctt_con ul li p { font-size:14px; color:#333; font-family: 'Noto Sans KR'; text-align:center; line-height:16px; }
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}

.ctt_admin {text-align:right}
.ctt_img {text-align:center}
}
