@charset "utf-8";

.content_wrap{
  margin-top: -7px;
  font-family: 'Noto Sans KR';
}

.section_01{
  width: 100%;
  height: 650px;
  position: relative;
  border-bottom: 1px #eeeeee solid;
}
.section_01 .content_wrap{
  height: 650px;
  width: 1030px;
  margin: 0 auto;
}

.content_wrap .content_01{
  width: 395px;
  height: 100%;
  float: left;
}
.content_wrap .content_01 dt{
  height: 540px;
}
.content_wrap .content_01 dd{
  background-color: #0278b1;
  color: white;
  font-size: 18px;
  height: 96px;
  padding-left: 15px;
  padding-top: 14px;
  letter-spacing: -0.62px;
}

.content_wrap .content_02{
  width: 431px;
  height: 626px;
  float: left;
  border-right: 1px #eeeeee solid;
  padding: 12px 8px;
  padding-bottom: 0px;
}

.content_wrap .content_02 .board_list .board_new{
  height: 154px;
}
.content_wrap .content_02 .board_list .gallery_new{
  height: 175px;
}

.content_wrap .content_02 .board_list .board_new dt{
  background-color: #f0f0f0;
  height: 28px;
  font-size: 16px;
  color: #696969;
  padding-left: 12px;
  padding-top: 6px;
  position: relative;
}

.board_new dt .more{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}

.content_wrap .content_02 .board_list .board_new dd{
  font-size: 14px;
  padding-top: 8px;
  padding-left: 6px;
  line-height: 20px;
  letter-spacing: -0.7px;
}
.content_wrap .content_02 .board_list .gallery_new dd{
  padding-top: 8px;
  padding-left: 0px;
}
.content_wrap .content_02 .board_list .board_new dd .date{
  float: right;
  padding-right: 10px;
}

.content_wrap .content_02 .gallery_list li{
  float: left;
  margin-left: 7px;
}
.content_wrap .content_02 .gallery_list li:first-child{
  margin-left: 0px;
}
.content_wrap .content_02 .gallery_list li .thumb{
  width: 139px;
  height: 103px;
}
.content_wrap .content_02 .gallery_list li .subject{
  font-size: 14px;
  padding-top: 3px;
  text-align: center;
}

.content_wrap .content_03{
  border-right: 1px #eeeeee solid;
  height: 619px;
  width: 171px;
  float: left;
  padding: 31px 7px 0 7px;
}
.content_wrap .content_03 .quick_title{
  padding-bottom: 10px;
  padding-left: 8px;
}
.content_wrap .content_03 .quick_list li{
  height: 76px;
  border-bottom: 1px #eeeeee solid;
  margin-top: 20px;
  padding-left: 8px;
}

.content_wrap .content_03 .quick_list li:last-child{
  border: 0;
}

.partners{
  height: 38px;
  padding-top: 12px;
  padding-bottom: 13px;
}
.partners li{
  float: left;
  padding-left: 4px;
}
.partners li:first-child{
  padding-left: 0;
}
