@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  min-width: 960px;
}

.sub_whole {
  width: 100%;
  margin-top: -8px;
  background: none;
}

.sub_contents {
  width: 960px;
  float: none;
  margin: 0 auto;
}

.sub_eventzone {
  width: 960px;
  float: none;
  margin: 0 auto;
}

.eventzone {
  padding: 0;
}

.eventzone h2 {
  padding: 7px 0 0 0;
}

.eventzone .info_t {
  margin-top: 9px;
}

.event_list {
  overflow: hidden;
  width: 100%;
  border-top: 2px solid #7c7c7c;
  margin-top: 27px;
}

.event_list ul li {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 11px 0;
  vertical-align: top;
  background: url(/images/eventzone/bg_dotline.gif) repeat-x bottom;
}

.event_list ul li a {
  display: block;
  padding-left: 8px;
}

.event_list ul li dl {
  position: relative;
  overflow: hidden;
  min-height: 89px;
  _height: 89px;
}

.event_list ul li dl dt {
  padding: 8px 0 0 228px;
  color: #111;
  font-weight: bold;
}

.event_list ul li dl dt a {
  text-decoration: underline;
}

.event_list ul li dl dt img {
  vertical-align: middle;
  margin: 0 0 3px 5px;
}

.event_list ul li dl dd.thum {
  position: absolute;
  top: 0;
  left: 0;
}

.event_list ul li dl dd.thum img {
  vertical-align: top;
  border: 1px solid #c0c0c0;
  width: 209px;
  height: 87px;
}

.event_list ul li dl dd.txt {
  padding: 3px 0 0 228px;
  color: #666;
}

.event_list ul li dl dd.dates {
  padding: 7px 0 0 228px;
  color: #999;
  font-size: 11px;
}

.event_list ul li dl dd.value {
  padding: 0 0 0 228px;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
}

.event_list ul li dl dd.value .ing {
  color: #e43232;
}

.event_list ul li.no_con {
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
}

.eventzone .list {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.eventzone .listtop {
  margin-top: 0;
  height: 140px;
}

.eventzone .list ul {
  width: 100%;
  overflow: hidden;
  background: url("/images/eventzone/list_line.gif") repeat;
}

.eventzone .list ul li {
  float: left;
  width: 50%;
  margin: 24px 0 0;
  height: 145px;
  vertical-align: top;
}

.eventzone .list ul li a {
  display: block;
  text-decoration: none;
}

.eventzone .list ul li a:hover dl dt {
  text-decoration: underline;
}

.eventzone .list ul li dl {
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.eventzone .list ul li dl dt {
  padding: 12px 10px 0 205px;
  color: #111;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.3em;
}

.eventzone .list ul li dl dt a {
  text-decoration: underline;
}

.eventzone .list ul li dl dt img {
  vertical-align: middle;
  margin: 0 0 3px 5px;
}

.eventzone .list ul li dl dd.thum {
  position: absolute;
  top: 0;
  left: 0;
}

.eventzone .list ul li dl dd.thum img {
  width: 190px;
  height: 120px;
}

.eventzone .list ul li dl dd.txt {
  padding: 5px 10px 0 205px;
  color: #919191;
  font-size: 12px;
}

.eventzone .list ul li dl dd.dates {
  padding: 16px 0 0 205px;
  color: #111;
  font-size: 11px;
}

.eventzone .list ul li dl dd.value {
  padding: 8px 0 0 205px;
}

.eventzone .list ul li dl dd.value span {
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
}

.eventzone .list ul li dl dd.value span.ing {
  border-color: #CC2500;
  color: #CC2500;
}

.eventzone .list ul li dl dd.value span.ready {
  border-color: #75AA5C;
  color: #75AA5C;
}

.eventzone .list ul li dl dd.value span.end {
  border-color: #9196A1;
  color: #9196A1;
}

.eventzone .list ul li.no_con {
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  width: 100%;
}

.eventzone .list ul li.no_result {
  color: #333;
  text-align: center;
  height: auto;
  border-bottom: 1px solid #e4e4e4;
  padding: 60px 0;
  font-size: 14px;
  width: 100%;
}

.board_view {
  overflow: hidden;
  width: 100%;
}

.boardHeader {
  margin-top: 26px;
}

.boardHeader .view_header {
  width: 100%;
  overflow: hidden;
}

.boardHeader .view_header li {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}

.boardHeader .view_header li.subject {
  color: #444;
  font-weight: bold;
}

.boardHeader .view_header li .category {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  width: 88px;
  margin-right: 20px;
  background: url(/images/eventzone/bul_bar_s.gif) no-repeat right 3px;
}

.boardHeader dl {
  position: relative;
}

.boardHeader dl dt {
  padding: 10px 0 0 10px;
  color: #111;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.3em;
}

.boardHeader dl dd.value {
  padding: 0px 0 0 10px;
}

.boardHeader dl dd.dates {
  padding: 7px 0 0 10px;
  color: #999;
  font-size: 11px;
}

.boardHeader .count_r {
  margin: -15px 0 0;
}

.board_write {
  overflow: hidden;
  padding: 12px 0 20px 10px;
  border-top: 2px solid #ccc;
  margin-top: 26px;
}

.tb_bdWrite th {
  width: 87px;
}

.tb_bdWrite .number {
  color: #0054f5;
  font-weight: bold;
  padding: 3px 0 10px 0;
}

.tb_bdWrite .txt {
  padding: 3px 0 10px 0;
}

.board_write .cr01 {
  color: #ff6c00;
}

.board_write td.btn img {
  vertical-align: middle;
}

.bbs_area {
  margin-top: 26px;
}

.event_frame {
  width: 850px;
}

.event_frame .bbs_area {
  padding: 40px;
  margin: 0;
}

.event_frame .top_img {
  overflow: hidden;
  width: 100%;
}

.issuezone {
  width: 960px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.issuezone .banner_list {
  width: 960px;
  height: 332px;
  overflow: hidden;
}

.issuezone .banner_list div {
  float: left;
  width: 960px;
  height: 332px;
}

.issuezone .banner_list div img {
  width: 960px;
  height: 332px;
}

.issuezone .bx-pager {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 1111;
  width: 100%;
}

.issuezone .bx-pager div {
  display: inline-block;
}

.issuezone .bx-pager a {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px 0 0;
  text-indent: -999px;
  background: url(/images/eventzone/issue_page.png) 0 0 no-repeat;
}

.issuezone .bx-pager .active {
  background: url(/images/eventzone/issue_page.png) -15px 0 no-repeat;
}

.issuezone .bx-controls-direction a {
  position: absolute;
  top: 142px;
  z-index: 1111;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -11111px;
  background: url(/images/eventzone/img_eventzone.png) no-repeat;
}

.issuezone .bx-controls-direction .bx-prev {
  left: -37px;
  background-position: 0 0;
}

.issuezone .bx-controls-direction .bx-next {
  right: -37px;
  background-position: -36px 0;
}

/* 2015-06-08  추가 */
.mb30 {
  margin-bottom: 30px;
}

.boardHeader_event {
  position: relative;
  border-top: 1px solid #dadada;
  border-bottom: 1px dotted #ccc;
  min-height: 81px;
  padding: 17px 0 11px 30px;
  margin: 30px 0 20px;
  background: #f7f7f7;
}

.boardHeader_event dt {
  font-size: 14px;
  line-height: 1.3em;
  color: #111;
  font-weight: bold;
  padding: 0 0 5px;
}

.boardHeader_event dd.value {
  position: absolute;
  top: 20px;
  right: 29px;
}

.boardHeader_event dd.value span {
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
}

.boardHeader_event dd.value span.ing {
  border-color: #CC2500;
  color: #CC2500;
}

.boardHeader_event dd.value span.ready {
  border-color: #75AA5C;
  color: #75AA5C;
}

.boardHeader_event dd.value span.end {
  border-color: #9196A1;
  color: #9196A1;
}

.boardHeader_event dd.txt {
  color: #919191;
}

.boardHeader_event dd.dates {
  padding-top: 12px;
  color: #777;
  font-size: 11px;
}

.boardHeader_event dd.hits {
  position: absolute;
  right: 30px;
  bottom: 17px;
  font-size: 12px;
  color: #999;
}

.page_position .pg_area a, .page_position .pg_area em {
  height: 21px !important;
  line-height: 14px;
}
.page_position .pg_area .btn_prev {
  background-position: 0 5px;
}
.page_position .pg_area .btn_next {
  background-position: right -25px;
}