@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
}

#container,
#container p {
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
}

#container {
    margin: 60px auto 120px auto;
}

h1{border-bottom: 2px solid var(--text-light);padding-bottom: 40px;margin-bottom: 20px;}

@media (max-width: 768px) {
    #container {
        margin: 10px auto 20px auto;
    }

    #container,
    #container p {
        font-size: 18px;
        line-height: 2;
        font-weight: 300;
    }
}