@charset "utf-8";

/* 내용관리 */
/* #ctt {margin:10px 0;padding:20px;background:#fff} */
.ctt_admin{
    text-align: right;
}
#ctt header {
    padding: 6rem 0;
    text-align: center;
}

#ctt header h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: .9;
    color: var(--gray33);
}

#ctt header .page-nav {
    display: flex;
    justify-content: center;   
    margin-top: 3rem; 
}

#ctt header .page-nav li {
    position: relative;
    padding: 0 2.5rem;    
    color: var(--gray33);
    line-height: 0.9;
    &:not(:first-child)&:before {
        content:'';
        display: block;
        position: absolute;
        left: 0;top: 50%;
        transform: translate(-50%,-50%);
        width: 0.5rem; height: 0.5rem;
        background: var(--gray33);
    }
}

/* #ctt_con {padding:10px 0;line-height:1.6em} */
#ctt_con img {
    max-width: 100%;
    height: auto
}

.ctt_img {
    text-align: center
}
