@charset "utf-8";

/* 내용관리 */
#ctt {margin:20px 0;padding:10px;background:#fff;min-height:200px;
/* webkit-box-shadow: 0 1px 4px #cbd1df;
  -moz-box-shadow: 0 1px 4px #cbd1df;
       box-shadow: 0 1px 4px #cbd1df; */
}
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {
  padding:30px 60px;
  line-height:1.6em;
  max-width:1320px;
  margin:0 auto;
  margin-top: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  webkit-box-shadow: 0 1px 4px #cbd1df;
  -moz-box-shadow: 0 1px 4px #cbd1df;
       box-shadow: 0 1px 4px #cbd1df;
}
#ctt_con img{max-width:100%;height:auto;background-color: #fff;}
.ctt_img {text-align:center}
#ctt_himg {display: none;}

.page-title-wrap .container {max-width:1320px !important;}

#ctt .top-banner {
  display:block;
  width:100%;
  background-size: cover !important;
  aspect-ratio:1920/250;
  background-position: center center !important;
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 10px;
}

@media (max-width: 992px) {
  #ctt .top-banner {
    aspect-ratio:1920/300 !important;
  }
}

@media (max-width: 768px) {
  #ctt {
    margin: 0;
  }
  #ctt .top-banner {
    aspect-ratio:1920/400 !important;
  }
  #ctt_con {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  #ctt .top-banner {
    aspect-ratio:1920/520 !important;
  }
}
