@charset "utf-8";

/* 내용관리 */
#ctt {position: relative;/* margin:10px 0; *//* padding:20px; *//* background:#fff; */}
.ctt_admin {position: absolute;top: 0;right: 0;text-align:right;z-index: 9999;}
#ctt header{position:relative;height:320px;padding: 140px 0 0;text-align:center;z-index:3;background: url('/theme/partyflora/image/sub01.jpg') no-repeat;background-size: cover;}
#ctt header h1 {margin:0;font-size:40px;line-height:50px;color:#fff;letter-spacing:.2em}
#ctt_con {position: relative;padding:10px 0;line-height:1.6em;background: #fff;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

@media (max-width:1199px) {
    #ctt header h1  {letter-spacing:0}
}
@media (max-width:992px) {
    #ctt header {height:auto;padding:80px 0 40px}
    #ctt header h1  {font-size:24px;line-height:30px}
}

