@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
}

#greetings {
    position:relative;
}

#greetings .img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 40rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2rem 2rem 0 #DBF1FF;
}

@media all and (max-width:1024px) {

    #greetings h3 {
        font-size: 3.2rem !important;
        word-break: keep-all;
        margin-bottom: 3rem !important;
    }

    #greetings p {
        font-size: 1.8rem !important;
    }

    #greetings p>br {
        display: none;
    }

    #greetings .img-wrap {
        position: relative !important;
        margin: 0 auto;
        max-width: 30rem;
        width: 50% !important;
        min-width: 20rem;
        box-shadow: 1rem 1rem 0 #dbf1ff !important;
        margin-bottom: 4rem;
    }
}