@charset "utf-8";

/* 내용관리 */
#ctt {
    margin: 0 0 120px 0;
    padding: 0;
    background: transparent; /* 흰색 배경 제거 */
    min-height: 200px;
    box-shadow: none; /* 그림자 제거 */
}

.ctt_admin {
    margin: 0 5px;
    text-align: right;
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#ctt_himg img, #ctt_timg img, #ctt_con img {
    max-width: 100%;
    height: auto;
}

#ctt_con {
    padding: 0; /* 내부 여백 제거 */
}

.ctt_img {
    text-align: center;
}

@media (max-width: 1024px) {

    #ctt {
        margin: 0 0 40px 0;
    }
}