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

.sub_nav_ul{
    display: none;
}
.contnet-inner{
    padding-top: 8rem;
    padding-bottom: 20rem;
}
.contnet-inner *{
    line-height: 1.6 !important;
}
.ctt-con-smallbox{
    background: #fcfcfc;
    border-radius: 8px;
    max-height: 70vh;
    overflow-y: auto;
    padding: 40px 20px;
}

.ctt-con-smallbox::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.ctt-con-smallbox::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}

@media(max-width:1024px){
    .contnet-inner{
        padding-top: 6rem;
        padding-bottom: 10rem;
    }
    .ctt-con-smallbox{
        max-height: 60vh;
        padding: 30px 20px;
    }
    .ctt-con-smallbox p,
    .ctt-con-smallbox p span,
    .ctt-con-smallbox p *,
    .ctt-con-smallbox span
    {
        font-size: 13px !important;
    }
}