@charset "utf-8";

/* 내용관리 */
#ctt {
  margin: 10px 0;
  padding: 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.ctt_admin {
  margin: 0 5px;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  padding: 10px 0;
}
#ctt_con img {
  max-width: 100%;
  height: auto;
}
.ctt_img {
  text-align: center;
}

.sub_content {
  display: inline-block;
}

.sub_ul_menu {
  font-size: 0;
}
.sub_ul_menu li {
  display: inline-block;
  vertical-align: top;
}
.sub_ul_menu li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-right: none;
  text-align: center;
}
.sub_ul_menu li:last-child a {
  border-right: 1px solid #ccc;
}
.sub_ul_menu li.on a {
  background: #2168ca;
  color: #fff;
}

.context {
  font-size: 16px;
  padding-top: 30px;
}

#mysubmenu ul#mysub0 {
  display: block !important;
}
