@charset "utf-8";

/* 내용관리 */
#ctt {width: 1200px; margin:10px auto;padding:20px;background:#fff; padding-top: 10rem; }
.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}

  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #aeaeae;
  }
  
  header .main_logo {
    display: none !important;
  }
  
  header .sub_logo {
    display: block !important;
  }
  
  header .header_center_menu li a {
    color: #465266;
  }
  
  header .header_center_menu li.active a {
    color: #83AFFF;
  }

  @media (min-width: 1280px) {
    .ctt_admin {padding-top: 160px;}
  }

/* 커스텀 */
@media (max-width: 1280px) {
  #ctt {width: 100%; }
}