@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 인사말 (greeting) */
.ctt_greeting .greeting-box { display: flex; gap: 40px; align-items: flex-start; padding-bottom: 80px; word-break: keep-all; }
.ctt_greeting .greeting-img { flex: 0 0 45%; max-width: 45%; }
.ctt_greeting .greeting-img img { width: 100%; display: block; }
.ctt_greeting .greeting-txt { flex: 1; padding-top: 40px; }
.ctt_greeting .greeting-tit { font-size: 22px; line-height: 32px; color: #333; font-weight: 700; background: url(/data/content/greeting/cont_0101_img02.png) no-repeat 0 top; padding: 40px 0 0; margin: 0 0 21px; }
.ctt_greeting .greeting-p { font-size: 16px; line-height: 28px; color: #333; margin-bottom: 16px; }
.ctt_greeting .greeting-p.mg { margin-bottom: 32px; }
@media all and (max-width: 767px) {
    .ctt_greeting .greeting-box { flex-direction: column; }
    .ctt_greeting .greeting-img { max-width: 100%; text-align: center; }
    .ctt_greeting .greeting-img img { max-width: 250px; margin: 0 auto; }
    .ctt_greeting .greeting-txt { padding-top: 0; }
    .ctt_greeting .greeting-tit { font-size: 16px; line-height: 24px; padding-top: 25px; margin-bottom: 12px; }
    .ctt_greeting .greeting-p { font-size: 14px; line-height: 20px; }
}

