@import url('base.css');

/* warp */
#wrap {
  position: relative;
}

/* header */
#header {
  position: relative;
  z-index: 100;
}
#header.m_h {
  height: 438px;
  background: url(../images/etc/bg_mtop.jpg) no-repeat center 0;
}
#header.s_h {
  height: 90px;
} /* ㅇㄴ*/

#header.m_h_02 {
  min-width: 1000px;
  height: 438px;
  background: url(../images/etc/bg_mtop2.gif) repeat 0 0;
} /* 추가 150527 윤선 */
#header.s_h_02 {
  height: 120px;
} /* 추가 150527 윤선 */

#header .bxs_px {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: url(../images/etc/bg_mtop.jpg) no-repeat center 0;
}
#header .bxs_px_02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../images/etc/bg_mtop2.gif) repeat 0 0;
} /* 추가 150527 윤선 */

#header .bx_hd {
  background: url(../images/etc/bg_png50.png) repeat-x 0 0;
}
#header .m_bx_top {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 408px;
}
#header .bx_top {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 90px;
}
/* 로고 */
#header h1 {
  display: flex;
}
#header h1 a {
  display: flex;
}
/* 상단 버전 */
#header .util_area {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 30px;
}
#header .util_area ul {
  float: right;
}
#header .util_area ul li {
  float: left;
  margin-left: 14px;
  height: 30px;
  line-height: 30px;
}
#header .util_area ul li:first-child {
  margin-left: 0;
}
#header .util_area ul li a {
  display: inline-block;
  font-family: Verdana;
  font-size: 10px;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#header .util_area ul li a:hover,
#header .util_area ul li a.on {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .util_area ul li .bar {
  font-family: Verdana;
  font-size: 10px;
  color: #c99f75;
}

/* 메뉴 */
#header .header_wrap {
  display: flex;
  gap: 24px;
  width: 1000px;
}
#header .gnb {
  z-index: 2;
}
#header .gnb ul {
  overflow: hidden;
  display: flex;
}
#header .gnb ul li {
  padding: 0 16px;
  min-width: 79px;
}
#header .gnb ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

#header .gnb ul li.on,
#header .gnb ul li:hover,
#header .gnb ul li:focus {
  background-color: #420006;
  cursor: pointer;
}
#header .gnb ul li a:hover,
#header .gnb ul li a:focus {
  color: #fff !important;
}

/* 추가 150302 세종 */
#header .gnb ul li.on a,
#header .gnb ul li:hover a {
  background-position: 0 -90px;
}
.eng #header .gnb ul li.on a,
.eng #header .gnb ul li:hover a {
  background-position: 0 -90px;
}
/* 사람 이미지 */
#header .bx_t_img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#header .bx_t_img li {
  width: 1000px;
  height: 318px;
  overflow: hidden;
} /* 수정 150603 윤선 */
/* 우측 텍스트 */
#header .bx_t_txt {
  position: absolute;
  bottom: 53px;
  right: 28px;
  width: 353px;
} /* 수정 150123 세종 */
#header .bx_t_txt .tit {
  display: block;
  font-family: Segoe UI;
  font-size: 42px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 2.6px;
}
#header .bx_t_txt .tit .t_pin {
  letter-spacing: 4.4px;
}
#header .bx_t_txt .tit .s_tit {
  font-size: 30px;
  letter-spacing: 1.25px;
}
#header .bx_t_txt .tit .s_tit2 {
  display: block;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 1.5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#header .bx_t_txt .txt {
  overflow: hidden;
  margin-top: 33px;
} /* 수정 150123 세종 */

/* 슬라이드 버튼 추가 150522 윤선 */
#header .slidebtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  text-align: center;
}
#header .slidebtn span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 14px;
  background: url(../images/button/btn_slide.png) no-repeat -26px 0;
  cursor: pointer;
}
#header .slidebtn span:last-child {
  margin-right: 0;
}
#header .slidebtn span.selected {
  background-position: 0 0;
}

/* footer */
#footer {
  position: relative;
  margin: 0 auto 20px;
  width: 1000px;
  border-top: 1px solid #dfdfdf;
}
#footer h1 {
  float: left;
  margin: 22px 14px 0 19px;
} /* 수정 180222 세종 */
#footer h1 a {
  display: block;
}
#footer .copy {
  position: relative;
  float: left;
  margin-top: 25px;
  width: 360px;
  height: 68px;
  border-left: 1px solid #ccc;
} /* 수정 160510 윤선 */
#footer .copy .txt {
  display: block;
  height: 43px;
  background: url(../images/etc/copy.gif) no-repeat 25px 4px;
  font-size: 0;
  line-height: 0;
}
.eng #footer .copy .txt {
  background: url(../images/etc/eng_copy.gif) no-repeat 25px 4px;
}

#footer .copy a.link_txt {
  position: absolute;
  top: 19px;
  font-size: 11px;
  color: transparent;
} /* 수정 160510 윤선 */
#footer .copy a.link_txt:hover {
  text-decoration: none;
  color: transparent !important;
} /* 추가 160510 윤선 */

#footer .util_area {
  margin-left: 25px;
}
#footer .util_area li {
  float: left;
}
#footer .util_areali:first-child {
  margin-left: 0;
}
#footer .util_area li a {
  display: inline-block;
  font-family: Verdana;
  font-size: 10px;
  letter-spacing: 1px;
  color: #a3a3a3;
}
#footer .util_area li a:hover,
#footer .util_area li a.on {
  font-weight: bold;
  color: #585858 !important;
}
#footer .util_area li .bar {
  font-family: Tahoma;
  font-size: 10px;
  color: #a3a3a3;
}

#footer .btn_mt {
  float: right;
}

/* container */
#m_container {
  position: relative;
  margin: 24px auto 0;
  width: 1000px;
}
#container {
  position: relative;
  margin: 33px auto 0;
  padding-bottom: 80px;
  width: 1000px;
  background: url(../images/etc/bg_cont.gif) repeat 0 0;
}

/* m_content */
#m_content {
  position: relative;
  padding: 21px 26px 54px 27px;
  background: #f3f2e6;
}
/* content */
#content {
  position: relative;
  float: left;
  width: 890px;
}
#content .bx_cont1 {
  margin-left: 55px;
  margin-right: 55px;
}
#content .bx_cont1_2 {
  margin-left: 55px;
  margin-right: 26px;
}
#content .bx_cont2 {
  margin-left: 28px;
}
#content .bx_cont3 {
  margin-left: 37px;
  margin-right: 27px;
}
#content .bx_cont4 {
  margin-left: 28px;
  margin-right: 73px;
}
/* tit */
.con_tit {
  margin-top: 19px;
  padding-left: 53px;
  height: 48px;
  font-size: 27px;
  line-height: 27px;
  border-bottom: 1px solid #dfdfdf;
}
.con_tit_h3 {
  padding-left: 10px;
  height: 20px;
  background: url(../images/etc/bg_bar1.gif) no-repeat 0 2px;
  font-size: 18px;
}
.ie8 .con_tit_h3 {
  background-position: 0 3px;
}
.con_tit_h4 {
  font-size: 16px;
  color: #333;
}
.con_tit_h4_2 {
  font-size: 18px;
  color: #a61b14;
}
.lst_thum4 + .con_tit_h4_2 {
  margin-top: 30px;
}
.con_tit_h4_2_2 {
  font-size: 15px;
  font-weight: normal;
  color: #a61b14;
}
.con_tit_h4_3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #a61b14;
}
.con_tit_h4_4 {
  font-size: 16px;
  color: #a61b14;
}
/* m_bxcn */
.bxcn {
  position: relative;
}
.m_bxcnl {
  position: relative;
  float: left;
  width: 550px;
}
.m_bxcnl .lst_m_btn li:first-child a {
  margin-right: 7px;
} /* 수정 20190219 성수 */
.m_bxcnr {
  position: relative;
  float: right;
  width: 390px;
} /* 수정 150527 윤선 */

/* middle flex list 추가 */
.m_bxcnrmf {
  clear: both;
  padding-top: 24px;
}
.m_bxcnrmf > ul {
  height: 172px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
}
.m_bxcnrmf > ul > li {
  height: 172px;
}
.m_bxcnrmf > ul > li > a {
  display: block;
  position: relative;
  height: 100%;
  width: inherit;
}
.m_bxcnrmf > ul > li > a > span.img_wrap {
  height: 100%;
  width: inherit;
  display: flex;
}
.m_bxcnrmf > ul > li > a > span.img_wrap img {
  object-fit: cover;
  width: 100%;
}

.m_bxcnrmf > ul > li > a > .subject {
  position: absolute;
  bottom: 0;
  height: 69px;
  background: rgba(0, 0, 0, 0.5);
}
.m_bxcnrmf > ul > li > a > .subject p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_bxcnrmf > ul > li > a > .subject p .title {
  color: #ffffff;
}
.m_bxcnrmf > ul > li > a > .subject p .og {
  color: #ff850e;
  font-weight: bold;
}
.m_bxcnrmf > ul > li > a > .subject .sub_wrap {
  padding: 10px 10px 0px 10px;
}
.m_bxcnrmf > ul > li > a .date {
  color: #bbbbbb;
  padding: 3px 10px 0px 10px;
}

/* line */
.tline_d2 {
  border-top: 2px solid #d2d2d2;
}
.tline_df {
  border-top: 1px solid #dfdfdf;
}
/* 페이징 */
.paging {
  text-align: center;
}
.paging a {
  font-size: 21px;
  vertical-align: top;
  color: #412d18;
}
.paging .first {
  display: inline-block;
  margin-top: 5px;
  margin-right: 18px;
}
.paging .end {
  display: inline-block;
  margin-top: 5px;
  margin-left: 18px;
}
.paging .prev {
  display: inline-block;
}
.paging .next {
  display: inline-block;
}
.paging .num {
  display: inline-block;
  margin: 5px 35px 0;
  font-size: 21px;
  color: #412d18;
}
/* 버튼 기본 */
.btn_area {
  text-align: center;
}
.btn_area .r_group {
  float: right;
}
.btn_area .l_group {
  float: left;
}
.btn_area .type1 {
  display: inline-block;
  width: 104px;
  height: 72px;
  background: #ffb133;
  font-size: 18px;
  font-weight: bold;
  line-height: 68px;
  color: #fff !important;
}
/* 버튼 list */
.lst_m_btn {
}
.lst_m_btn li {
  float: left;
}
.lst_m_btn li a {
  display: block;
}
/* 탭 */
.r_tab {
}
.r_tab ul {
  float: right;
}
.r_tab ul li {
  float: left;
  display: table;
}
.r_tab ul li a {
  display: table-cell;
  margin-left: -1px;
  width: 113px;
  height: 46px;
  background: #f3f2e6;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #908b67;
  border: 1px solid #dfdfdf;
  border-top: 0;
}
.r_tab ul li a.on,
.r_tab ul li a:hover {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #a61b14;
  border-left: 1px solid #a61b14;
}

/* 메인 중앙 3개 이미지 */
.lst_m_thum1 {
}
.lst_m_thum1 li {
  position: relative;
  float: left;
  margin-left: 7px;
}
.lst_m_thum1 li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 207px;
  height: 181px;
  color: #f5f4ea;
} /* 수정 20190219 성수 */
.lst_m_thum1 li a img {
}
.lst_m_thum1 li a .img_wrap {
  display: block;
  overflow: hidden;
  height: 100%;
  background-position: center 0;
  background-size: cover;
} /* 추가 20190219 성수 */
.lst_m_thum1 li a .img_wrap img {
  visibility: hidden;
} /* 추가 20190219 성수 */
.lst_m_thum1 li a .subject {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 181px;
  background: url(../images/etc/bg_png50.png) repeat 0 0;
  font-size: 14px;
  vertical-align: middle;
  line-height: 21px;
} /* 수정 20190219 성수 */
.lst_m_thum1 li a .subject .vm {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.lst_m_thum1 li a .subject .tit {
  overflow: hidden;
  display: inline-block;
  padding: 0 20px;
  max-height: 63px;
  vertical-align: middle;
}
.lst_m_thum1 li.big {
  margin-left: 0;
}
.lst_m_thum1 li.big a {
  width: 336px;
  height: 369px;
} /* 수정 20190219 성수 */
.lst_m_thum1 li.big a .subject {
  bottom: 0;
  height: 62px;
  font-size: 16px;
  line-height: 21px;
}
.lst_m_thum1 li.big a .subject .tit {
  max-height: 42px;
}
.lst_m_thum1 li:last-child {
  margin-top: 7px;
} /* 수정 20190219 성수 */

/* 메인 우측 하단 */
.lst_m_thum2 {
  overflow: hidden;
  background: none;
} /* 수정 150527 윤선 */
.lst_m_thum2 li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 195px;
  height: 228px;
  margin-left: 0;
} /* 수정 150527 윤선 */
.lst_m_thum2 li img {
  width: 195px;
} /* 수정 150527 윤선 */
.lst_m_thum2 li .subject {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0 6px;
  width: 100%;
  line-height: 17px;
  background: #352e1c;
}
.lst_m_thum2 li .subject .vm {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.lst_m_thum2 li .subject .name {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #c6c2a2;
  vertical-align: middle;
}
.lst_m_thum2 li .subject .txt {
  display: none;
}
.lst_m_thum2 li:hover .subject {
  height: 228px;
  background: url(../images/etc/bg_png60.png) repeat 0 0;
}
.lst_m_thum2 li:hover .subject .name {
  display: none;
}
.lst_m_thum2 li:hover .subject .txt {
  overflow: hidden;
  display: inline-block;
  padding: 0 20px 19px;
  vertical-align: bottom;
  font-size: 12px;
  color: #fff;
  word-break: break-all;
} /* 수정 150527 윤선 */
.lst_m_thum2 li:hover .subject .txt_title {
  display: inline-block;
  font-size: 14px;
  color: #fba72e;
  padding-bottom: 15px;
} /* 추가 150527 윤선 */
/* lst_t1 */
.lst_t1 {
}
.lst_t1 li {
  margin-top: 6px;
  margin-left: 19px;
  padding-left: 18px;
  background: url(../images/bl/bl_circle1.png) no-repeat 0 4px;
}
.lst_t1 li:first-child {
  margin-top: 0;
}
.lst_t1 li a {
  overflow: hidden;
  display: block;
  height: 16px;
  letter-spacing: -0.1px;
  color: #ff850e;
  word-break: break-all;
}

/* lst_thum1 */
.lst_thum1 {
  position: relative;
}
.lst_thum1 .bundle {
  overflow: hidden;
  margin-top: 28px;
}
.lst_thum1 .bundle:first-child {
  margin-top: 0;
}
.lst_thum1 .bundle .thum {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 19px;
  width: 200px;
  height: 124px;
  text-align: center;
}
.lst_thum1 .bundle .thum .vm {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.lst_thum1 .bundle .thum a {
  display: inline-block;
}
.lst_thum1 .bundle .thum a .edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 124px;
  background: url(../images/etc/bg_png200x124.png) no-repeat 0 0;
}
.lst_thum1 .bundle .thum img {
  width: 200px;
}
.lst_thum1 .bundle .con {
}
.lst_thum1 .bundle .con .tit {
  overflow: hidden;
  display: block;
  height: 26px;
}
.lst_thum1 .bundle .con .tit a {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  word-break: break-all;
}
.lst_thum1 .bundle .con .txt {
  margin-top: 8px;
}
.lst_thum1 .bundle .con .txt a {
  overflow: hidden;
  display: block;
  max-height: 57px;
  line-height: 19px;
  color: #92918c;
  word-break: break-all;
}
.lst_thum1 .bundle .con .date {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #827931;
}
.lst_thum1 .bundle .con .date .bar {
  padding: 0 7px 0 6px;
}
/* lst_thum2 */
.lst_thum2 {
  position: relative;
}
.lst_thum2 .bundle {
  float: left;
  overflow: hidden;
  margin-top: 27px;
  margin-left: 11px;
  width: 207px;
}
.lst_thum2 .bundle.first {
  margin-left: 0;
}
.lst_thum2 .thum {
  position: relative;
  overflow: hidden;
  width: 207px;
  height: 141px;
}
.lst_thum2 .thum .png {
  position: absolute;
  top: 0;
  left: 0;
  width: 207px;
  height: 141px;
  background: url(../images/etc/bg_png207x141.png) no-repeat 0 0;
}
.lst_thum2 .thum a {
  overflow: hidden;
  display: block;
  width: 207px;
}
.lst_thum2 .thum img {
  display: block;
  width: 207px;
}

.lst_thum2 .thum2 {
  position: relative;
  overflow: hidden;
  width: 207px;
  height: 116px;
}
.lst_thum2 .thum2 .png {
  position: absolute;
  top: 0;
  left: 0;
  width: 207px;
  height: 116px;
  background: url(../images/etc/bg_png207x116.png) no-repeat 0 0;
}
.lst_thum2 .thum2 a {
  overflow: hidden;
  display: block;
  width: 207px;
}
.lst_thum2 .thum2 img {
  display: block;
  width: 207px;
}
.lst_thum2 .thum2 .vod {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 54px;
  height: 28px;
  background: #000;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}

.lst_thum2 .bundle2 {
  float: left;
  overflow: hidden;
  width: 206px;
  margin-left: -1px;
}
.lst_thum2 .bundle2:first-child {
  margin-left: 0;
}
.lst_thum2 .bundle2 .thum {
  position: relative;
  overflow: hidden;
  width: 206px;
  height: 141px;
}
.lst_thum2 .bundle2 .thum .png {
  position: absolute;
  top: 0;
  left: 0;
  width: 206px;
  height: 141px;
  background: url(../images/etc/bg_png206x141.png) no-repeat 0 0;
}
.lst_thum2 .bundle2 .thum a {
  overflow: hidden;
  display: block;
  width: 206px;
}
.lst_thum2 .bundle2 .thum img {
  width: 206px;
}

/* con */
.lst_thum2 .con {
  display: table;
  width: 205px;
  height: 72px;
  border: 1px solid #ccc;
  border-top: 0;
}
.lst_thum2 .bundle2 .con {
  display: table;
  width: 204px;
  height: 72px;
  border: 1px solid #ccc;
  border-top: 0;
}
.lst_thum2 .con .tit {
  display: table-cell;
  padding: 0 10px 0 15px;
  vertical-align: middle;
}
.lst_thum2 .con .tit a {
  overflow: hidden;
  display: block;
  max-height: 57px;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  word-break: break-all;
}
/* con2 */
.lst_thum2 .con2 {
  display: table;
  width: 205px;
  height: 72px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.lst_thum2 .bundle2 .con2 {
  display: table;
  width: 204px;
  height: 72px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.lst_thum2 .con2 .tit {
  display: table-cell;
  padding: 0 10px 0 15px;
  vertical-align: middle;
}
.lst_thum2 .con2 .tit a {
  overflow: hidden;
  display: block;
  max-height: 57px;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  word-break: break-all;
}
/* con3 */
.lst_thum2 .con3 {
  padding: 16px 10px 20px 15px;
  height: 176px;
  border: 1px solid #ccc;
}
.lst_thum2 .bundle2 .con3 {
  margin-left: -1px;
}
.lst_thum2 .bundle2:first-child .con3 {
  margin-left: 0;
}
.lst_thum2 .con3 .tit {
  overflow: hidden;
  display: block;
  max-height: 63px;
}
.lst_thum2 .con3 .tit a {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  word-break: break-all;
}
.lst_thum2 .con3 .txt {
  overflow: hidden;
  display: block;
  margin-top: 15px;
  max-height: 102px;
}
.lst_thum2 .con3 .txt a {
  display: block;
  line-height: 17px;
  color: #666;
  word-break: break-all;
}
/* con4 */
.lst_thum2 .con4 {
  display: table;
  width: 205px;
  height: 72px;
  border: 1px solid #ccc;
  border-top: 0;
}
.lst_thum2 .con4 .tit {
  display: table-cell;
  padding: 0 10px 0 15px;
  vertical-align: middle;
}
.lst_thum2 .con4 .tit a {
  overflow: hidden;
  display: block;
  max-height: 57px;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  word-break: break-all;
}
/* lst_thum3 */
.lst_thum3 {
  position: relative;
}
.lst_thum3 .bundle {
  margin-top: 16px;
  overflow: hidden;
} /* 수정 160205 윤선 */
.lst_thum3 .bundle:first-child {
  margin-top: 0;
}
.lst_thum3 .bundle2 {
  padding: 32px 0 26px;
  border-top: 1px solid #dfdfdf;
}
.lst_thum3 .thum {
  float: left;
  margin-right: 18px;
}
.lst_thum3 .area {
  overflow: hidden;
  padding-top: 3px;
  width: 545px;
}
.lst_thum3 .bundle2 .area {
  width: 593px;
}
.lst_thum3 .bundle2 .area .dnbtn {
  position: relative;
  margin-top: -4px;
  margin-left: 10px;
  padding-bottom: 2px;
  width: 80px;
  height: 25px;
  background: url(../images/button/btn_bg_round1.png) no-repeat 0 0;
  text-align: center;
  color: #fff;
} /* 추가 170224 세종 */
.lst_thum3 .bundle2 .area .dnbtn2 {
  position: relative;
  margin-top: -4px;
  margin-left: 10px;
  padding-bottom: 3px;
  width: 100px;
  height: 25px;
  background: url(../images/button/btn_bg_round3.png) no-repeat 0 0;
  text-align: center;
  color: #fff;
} /* 추가 170224 세종 */
.lst_thum3 .area .txt1 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #0148da;
}
.lst_thum3 .area .txt2 {
  display: block;
  margin-top: 7px;
  color: #343434;
}
.lst_thum3 .area .txtarea {
  margin-top: 9px;
  line-height: 21px;
  color: #827931;
}
.lst_thum3 .area .txtarea2 {
  line-height: 21px;
  color: #343434;
}
.lst_thum3 .area .txtarea2 .btn {
  display: block;
  padding-bottom: 3px;
  width: 106px;
  height: 25px;
  background: url(../images/button/btn_bg_round2.png) no-repeat 0 bottom;
  text-align: left;
  text-indent: 14px;
  color: #fff;
} /* 수정 170224 세종 */
.lst_thum3 .area .txtarea2.open .btn {
  background-position: 0 0;
} /* 수정 170224 세종 */
.lst_thum3 .area .txtarea2 p {
  overflow: hidden;
  height: 42px;
}
.lst_thum3 .area .txtarea2.open p {
  height: 100%;
}
/* lst_thum4 추가 150123 세종 */
.lst_thum4 {
  position: relative;
}
.lst_thum4 .bundle {
  padding: 37px 5px 20px;
  border-top: 1px solid #dfdfdf;
}
.lst_thum4 .bundle .thum {
  float: left;
  overflow: hidden;
  margin-right: 24px;
  width: 150px;
  max-height: 176px;
}
.lst_thum4 .bundle .area {
  float: left;
  padding-top: 3px;
  width: 590px;
}
.lst_thum4 .bundle .area .txt1 {
  display: block;
  margin-top: -8px;
  font-size: 18px;
  line-height: 26px;
  color: #0148da;
}
.lst_thum4 .bundle .area .txt2 {
  display: block;
  margin-top: 5px;
  padding-bottom: 12px;
  color: #0148da;
} /* 수정 150420 세종 */
.lst_thum4 .bundle .area .txt3 {
  display: block;
  font-size: 15px;
  color: #343434;
}
.lst_thum4 .bundle .area .txt4 {
  overflow: hidden;
  padding: 7px 0;
  line-height: 24px;
  color: #343434;
}
/*.lst_thum4 .bundle .area .function {clear:both; position:relative; padding-left:3px; height:36px;} */
.lst_thum4 .bundle .area .function > button {
  float: left;
  margin-left: 12px;
  width: 100px;
  height: 32px;
  background: url(../images/button/btn_bg100x32.png) no-repeat 0 0;
  font-size:;
  color: #838067;
} /* 수정 151012 윤선 */
.lst_thum4 .bundle .area .function > button:first-child {
  margin-left: 0;
} /* 추가 151012 윤선 */
.lst_thum4 .bundle .area .function > button .txt {
  visibility: visible;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
.lst_thum4 .bundle .area .function > button .txt img {
  margin-top: 6px;
}
/*
.lst_thum4 .bundle .area .viewtxt {position:absolute; top:47px; left:3px; overflow:hidden; padding-bottom:20px; width:518px; background:#b9b37f; font-size:11px; line-height:21px; color:#343434; z-index:2;}
.lst_thum4 .bundle .area .viewtxt strong {display:block; margin:17px 28px 0; color:#fff;}
.lst_thum4 .bundle .area .viewtxt .limit {overflow-x:hidden; overflow-y:auto; margin:4px 28px 24px; max-height:210px;}
.lst_thum4 .bundle .area .viewtxt .close {display:block; margin:0 auto; background:none; font-size:11px; color:#fff;}
*/
/* 추가 150417 해리 */
.lst_thum4 .bundle .area .viewtxt {
  overflow: hidden;
  margin: 6px 0 0 7px; /*height:42px;*/
  line-height: 21px;
  color: #343434;
} /* 수정 150420 세종 */
.lst_thum4 .bundle .area .viewtxt.open {
  height: 100%;
}

/* lst_thum5 추가 150213 세종 */
.lst_thum5 {
  overflow: hidden;
}
.lst_thum5 .bundle {
  float: left;
  overflow: hidden;
  margin-bottom: 17px;
  width: 394px;
  height: 228px;
}
.lst_thum5 .bundle.even {
  float: right;
}
.lst_thum5 .thum {
  float: left;
  overflow: hidden;
  width: 195px;
  height: 228px;
  margin-right: 15px;
}
.lst_thum5 .thum img {
  display: block;
  width: 100%;
  height: 100%;
}
.lst_thum5 .area {
  float: left;
  overflow: hidden;
  margin-top: -2px;
  width: 184px;
}
.lst_thum5 .area .txt1 {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #2f6cb1;
}
.lst_thum5 .area .txt2 {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 17px;
  color: #2f6cb1;
}
.lst_thum5 .area .txt3 {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #b0433f;
}
.lst_thum5 .area .txtarea {
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.25px;
  color: #827931;
}
/* 행사장 추가 150123 세종 */
#container .mapinfo {
  overflow: hidden;
  padding-top: 449px;
  background: url(../images/etc/img_mapinfo.jpg) no-repeat 0 0;
}
#container .mapinfo p {
  line-height: 26px;
  color: #343434;
}
#container .mapinfo .clr_t1 {
  color: #09921c;
}
#container .mapinfo .clr_t2 {
  color: #3166d2;
}
#container .mapinfo .clr_t3 {
  color: #cc1a1a;
}
#container .mapinfo .clr_t4 {
  color: #e79f05;
}
/* 등록 추가 150123 세종 */
#container .rstbox {
  overflow: hidden;
}
#container .rstbox .cmt1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #0148da;
}
#container .rstbox .cmt2 {
  color: #a61b14;
}
#container .rstbox dl {
  overflow: hidden;
  margin-top: 36px;
}
#container .rstbox dl dt {
  overflow: hidden;
  margin-top: 19px;
  padding-left: 18px;
  background: url(../images/bl/bl_square1.gif) no-repeat 0 9px;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
#container .rstbox dl dt:first-child {
  margin-top: 0;
}
#container .rstbox dl dd {
  margin-top: 6px;
  overflow: hidden;
  padding-left: 16px;
  line-height: 18px;
} /* 수정 160203 윤선 */
#container .rstbox dl dd ul {
  overflow: hidden;
  margin-top: 5px;
}
#container .rstbox dl dd ul li {
  color: #343434;
}
#container .rstbtn {
  display: block;
  margin: 82px auto 0;
  width: 154px;
  height: 72px;
  background: #ffb133;
  font-size: 18px;
  font-weight: bold;
  line-height: 70px;
  color: #fff;
} /* 수정 151012 윤선 */
#container .rstbtn2 {
  margin-left: 15px;
  display: inline-block;
  width: 154px;
  height: 72px;
  background: #908957;
  font-size: 18px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  color: #fff;
} /* 수정 160203 윤선 */
#container .rstbtn2:first-child {
  margin-left: 0;
}
#container .rstbtn2:hover,
#container .rstbtn2:focus {
  color: #fff !important;
} /* 추가 151224 윤선 */
/* 추가 200303 동현 */
#container .rsbtn_area {
  margin-top: 46px;
  text-align: center;
}
#container .rsbtn_area .rstbtn2 {
  background: #ffb133;
}
#container .rsbtn_area .rstbtn2.delete {
  background: #7f7f7f;
}
/* // 추가 200303 동현*/
#container .rstbtn3 {
  display: inline-block;
  width: 100px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  background: #262626;
  font-size: 16px;
  color: #fff;
} /* 수정 160203 윤선 */
#container .rstbtn3:hover,
#container .rstbtn3:focus {
  color: #fff !important;
} /* 추가 151014 윤선 */
/* 뉴스레터 */
.bx_newletter {
  position: relative;
  overflow: hidden;
  padding-left: 104px;
  height: 78px;
  background: url(../images/etc/bg_newletter.gif) no-repeat 36px 12px;
  background-color: #fba72e;
}
.bx_newletter .txt {
  margin-top: 10px;
  margin-left: 2px;
  width: 369px;
  height: 27px;
  background: url(../images/etc/bg_newletter_txt.gif) no-repeat 0 0;
  font-size: 0;
  line-height: 0;
}
.eng .bx_newletter .txt {
  width: 424px;
  background: url(../images/etc/eng_bg_newletter_txt.gif) no-repeat 0 0;
}
.bx_newletter .in_box {
}
.bx_newletter .in_box input[type='text'] {
  padding-left: 3px;
  height: 26px;
  background: #fff;
  font-size: 11px;
  line-height: 26px;
  color: #d58607;
  border-top: 1px solid #bd7b10;
  border-left: 1px solid #bd7b10;
  border-bottom: 1px solid #e79612;
}
.bx_newletter .in_box .size1 {
  width: 239px;
}
.bx_newletter .in_box .size2 {
  width: 100px;
}
.bx_newletter .in_box .size3 {
  width: 250px;
}
.bx_newletter .in_box .btn_newletter {
  padding: 0 8px;
  height: 28px;
  background: #ff850e;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #a61b14;
  border-top: 1px solid #bd7b10;
  border-right: 1px solid #e79612;
  border-bottom: 1px solid #e79612;
}
.ie9 .bx_newletter .in_box .btn_newletter {
  padding-bottom: 2px;
}
.ie10 .bx_newletter .in_box .btn_newletter {
  padding-bottom: 2px;
}
.ie11 .bx_newletter .in_box .btn_newletter {
  padding-bottom: 2px;
}
/* 동영상 */
.bg_vd {
  background: #352e1c;
  padding: 10px 13px 0 13px;
  width: 364px;
  height: 359px;
} /* 수정 150527 윤선 */
.bg_vd .bx_video {
}
.bg_vd .bx_v_txt {
  margin-top: 19px;
  min-height: 42px;
  background: url(../images/etc/icon_video.png) no-repeat 8px 0;
}
.bg_vd .bx_v_txt a {
  display: block;
  margin-left: 65px;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.1px;
  color: #f3f2e6;
}
/* 초청의 글 */
.invite {
  position: relative;
  margin: 90px 53px 0;
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
  letter-spacing: -0.3px;
  color: #000;
} /* 수정 150213 세종 */
.invite .sign {
  display: block;
  overflow: hidden;
  margin-top: 62px;
  text-align: right;
  border-top: 2px solid #f84e45;
} /* 추가 150213 세종 */
.eng .invite {
  position: relative;
  margin: 90px 53px 0;
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
  letter-spacing: -0.3px;
  color: #000;
} /* 수정 150302 세종 */
.invite .tit {
  display: inline-block;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.25px;
  line-height: 22px;
  border-bottom: 2px solid #f97770;
  word-break: break-all;
}
.invite .txt {
  margin-left: 362px;
  margin-top: 75px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
  word-break: break-all;
}
.eng .invite .txt {
  margin-top: 40px;
  margin-left: 310px;
}
/* 주최&파트너/문의처 추가 150213 세종 */
.con_etc1 {
  overflow: hidden;
}
.con_etc1 .tit {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #a61b14;
} /* 수정 240306 세종 */
.con_etc1 dl {
  font-size: 16px;
  line-height: 26px;
  color: #22131e;
}
.con_etc1 dl dt {
  font-weight: bold;
}
.con_etc1 dl dd {
}
/* 행사개요 */
.con_info {
  margin: 90px 53px 0;
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
  letter-spacing: -0.3px;
  color: #000;
} /* 수정 150213 세종 */
.con_info .txt {
} /* 수정 150213 세종 */
.con_info .tb {
  color: #a61b14;
}
.con_info .img1 {
  margin: -13px 0 -3px;
} /* 추가 150213 세종 */
.con_info dl.list_type1 {
  overflow: hidden;
} /* 추가 160203 윤선 */
.con_info dl.list_type1 dt {
  margin-bottom: 11px;
  padding-left: 18px;
  float: left;
  font-weight: bold;
  font-size: 16px;
  background: url(../images/bl/bl_square1.gif) no-repeat 0 8px;
  clear: both;
} /* 추가 160203 윤선 */
.con_info dl.list_type1 dd {
  margin: 0 0 11px 7px;
  float: left;
  font-size: 16px;
} /* 추가 160203 윤선 */
/* 토픽 */
.bxtop1 {
  position: relative;
}
.bxtop1 a {
  overflow: hidden;
  display: block;
  width: 862px;
  height: 265px;
}
.bxtop1 a img {
  display: block;
  width: 862px;
  height: 265px;
}
.bxtop1 a .icon_txt {
  position: absolute;
  bottom: 20px;
  right: 35px;
  padding-top: 9px;
  padding-right: 48px;
  height: 23px;
  background: url(../images/etc/icon_talk.png) no-repeat right 0;
  font-size: 14px;
  color: #65a6f8;
}
/* 동영상 */
.bxtop2 {
  position: relative;
  padding: 20px 0;
  background: #000;
}
.bxtop2 .bxvd {
}
.bxtop2 .bxvd li {
  float: left;
}
.bxtop2 .bxvd .bundle1 .emvd {
  padding: 0 28px 0 23px;
  height: 236px;
}
.bxtop2 .bxvd .bundle1 .tit {
  display: block;
  margin-top: 10px;
  margin-left: 23px;
  width: 379px;
}
.bxtop2 .bxvd .bundle1 .tit a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  word-break: break-all;
}
.bxtop2 .bxvd .bundle2 .emvd {
  padding: 0 23px 0 28px;
  height: 236px;
  border-left: 1px solid #680000;
}
.bxtop2 .bxvd .bundle2 .tit {
  display: block;
  margin-top: 10px;
  margin-left: 28px;
  width: 379px;
}
.bxtop2 .bxvd .bundle2 .tit a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  word-break: break-all;
}

/* 텍스트타입 */
.lst_tx1 {
}
.lst_tx1 li {
  font-size: 15px;
  line-height: 33px;
}
/* bx_tx1 기본 */
.bx_tx1 {
  text-align: justify;
} /* 수정 150213 세종 */
.bx_tx1 p {
  font-size: 15px;
  line-height: 26px;
}
.bx_tx1 .f_cor1 {
  line-height: 26px;
  color: #a61b14;
} /* 텍스트색상 */
.bx_tx1 .f_und1 {
  text-decoration: underline;
} /* 밑줄 */
.bor1 {
  width: 699px;
  border: 1px solid #dfdfdf;
} /* 보더 */
.bor1 .cen {
  width: 699px;
  text-align: center;
}
.bor1 img {
  max-width: 699px;
}
/* 이미지 텍스트 라인 */
.bimg_txt1 {
  margin: 0 20px 0 43px;
  padding-bottom: 57px;
}
.bimg_txt1 img {
  max-width: 699px;
}
.bimg_txt1 p {
  line-height: 21px;
  color: #827931;
}
.bimg_txt1 strong {
  font-size: 14px;
  color: #a61b14;
}
/* bx_tx2 기본 */
.bx_tx2 {
}
.bx_tx2 p {
  font-size: 14px;
  letter-spacing: -0.1px;
  line-height: 24px;
  color: #000;
}
.bx_tx2 .f_cor1 {
  color: #a61b14;
} /* 텍스트색상 */
/* 기사본문 */
.article_area {
  position: relative;
}
/* 기사타이틀 */
.article_area h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
}
.article_area h2 {
  margin-top: 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
}
/* 기사정보 */
.article_area .news_info {
  margin-top: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.article_area .news_info .reporter {
  float: left;
  padding: 3px 0 0 0;
  font-size: 11px;
  color: #827931;
}
.article_area .news_info .together {
  float: right;
}
.article_area .news_info .together ul {
  float: left;
}
.article_area .news_info .together ul li {
  float: left;
  padding: 0 0 0 6px;
}
.article_area .news_info .together ul li:first-child {
  padding-left: 4px;
}
/* 기사내용 */
.article_area .article_body {
  overflow: hidden;
  padding-top: 33px;
  font-size: 17px;
  line-height: 26px;
}
/* 편집자주 */
.article_area .article_body .deitor {
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 21px;
  color: #b28340;
}
.article_area .article_body .deitor .tit {
}

.article_area .article_body .article_photo {
  width: 100px;
}
.article_area .article_body .article_photo img {
  display: block;
  width: auto;
  margin-bottom: 5px;
}
.article_area .article_body .article_photo .img img {
  display: block;
  margin: 0;
}
.article_area .article_body .article_photo.left {
  float: left;
  margin: 5px 20px 10px 0;
  padding: 0;
}
.article_area .article_body .article_photo.right {
  float: right;
  margin: 5px 0 10px 20px;
  padding: 0;
}
.article_area .article_body .article_photo.center {
  margin: 0 auto;
  min-width: 40px;
  margin-bottom: 20px;
}
.article_area .article_body .article_photo td.caption_box {
  width: auto;
  padding: 12px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #a8a26f;
}
/* 2013,2014 프로그램 테이블 */
.table_program2013 {
  border: 1px solid #dddddd;
}
.table_program2013 td {
  border: 1px solid #dddddd;
  text-align: center;
}
.table_program2013 .contents14normal {
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #333333;
}
.table_program2013 .contents14bold {
  background: #ccc;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.table_program2013 .orange14Bold {
  font-size: 14px;
  font-weight: bold;
  color: #1d1f82;
}
/* 2014 프로그램 테이블 */
.table_program1 {
  font-size: 12px;
  border: 1px solid #bbbbbb;
} /* 수정 150417 해리 */
.table_program1 td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #bbbbbb;
}
.table_program1 .txt1 {
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
}
.table_program1 .txt2 {
  font-size: 12px;
  font-weight: bold;
  color: #1d1f82;
}
.table_program1 .txt3 {
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 22px;
}
.table_program1 .txt4 {
  font-size: 12px;
  font-weight: bold;
  color: #497ec2;
} /* 추가 150417 해리 */
.table_program1 .txt5 {
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #777;
} /* 추가 150417 해리 */
.table_program1 .bg_bb {
  background: #ebebeb;
}
.table_program1 .bg_dd {
  background: #ddd;
}
.table_program1 .bg_cc {
  background: #ccc;
}
.table_program1 .bg_ff {
  background: #fff;
}
/* 프로그램 테이블 추가 150213 세종 */
.table_program2 {
  border: 1px solid #bbb;
}
.table_program2 tbody th {
  background: #ccc;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 21px;
  text-indent: 11px;
  color: #7a7a7a;
  border: 1px solid #bbb;
}
.table_program2 tbody td {
  padding: 10px;
  background: #ebebeb;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.25px;
  border: 1px solid #bbb;
}
.table_program2 tbody td.strong {
  background: #ccd9e8;
  font-weight: bold;
  color: #a61b14;
}
.table_program2 tbody td .etc1 {
  color: #2f6cb1;
}
/* t_type1 테이블 */
.t_type1 {
  color: #473f45;
}
.t_type1 th {
  padding-left: 29px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #c6c2a2;
  border-left: 0;
}
.t_type1 td {
  padding: 13px 0 13px 20px;
  line-height: 21px;
  border: 1px solid #c6c2a2;
  border-right: 0;
}
.t_type1 .btn_info {
  margin-left: 7px;
}
.t_type1 .btn_info img {
  margin-top: 2px;
}
.ie8 .t_type1 .btn_info img {
  margin-top: 3px;
}
.ie9 .t_type1 .btn_info img {
  margin-top: 3px;
}
.ie10 .t_type1 .btn_info img {
  margin-top: 3px;
}
.ie11 .t_type1 .btn_info img {
  margin-top: 3px;
}
/* t_type2 테이블 */
.t_type2 {
  color: #473f45;
}
.t_type2 th {
  font-weight: normal;
  border: 1px solid #c6c2a2;
  border-left: 0;
}
.t_type2 td {
  padding: 13px 0 13px 20px;
  line-height: 26px;
  border: 1px solid #c6c2a2;
  border-right: 0;
}
.t_type2 .tit {
  padding: 11px 0 11px 16px;
  background: #f9f5c4;
  line-height: 26px;
  text-align: left;
  color: #010101;
  border-right: 0;
}
.t_type2 .s_txt {
  display: block;
  padding-left: 5px;
  font-size: 11px;
  line-height: 18px;
}
.t_type2 .btn_info {
  margin-left: 7px;
}
.t_type2 .btn_info img {
  margin-top: 4px;
}
.ie8 .t_type2 .btn_info img {
  margin-top: 5px;
}
.ie9 .t_type2 .btn_info img {
  margin-top: 5px;
}
.ie10 .t_type2 .btn_info img {
  margin-top: 5px;
}
.ie11 .t_type2 .btn_info img {
  margin-top: 5px;
}
.t_type2 .d_t1 {
  line-height: 21px;
  color: #6b4509;
}
/* t_type3 테이블 */ /* 추가 160203 윤선 */
.t_type3 {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.t_type3 tr {
  border-top: 1px solid #bbb;
}
.t_type3 th {
  padding: 8px 0 9px;
  background: #ebebeb;
  border-left: 1px solid #bbb;
  color: #343434;
}
.t_type3 td {
  padding: 5px 0 8px;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #bbb;
  color: #343434;
}
.t_type3 td.td_type1 {
  padding: 8px 0 11px 15px;
  text-align: left;
}
/* t_type4 테이블 */ /* 추가 160203 윤선 */
.t_type4 {
  margin-top: 13px;
  border-bottom: 1px solid #ebebeb;
}
.t_type4 tr {
  border-top: 1px solid #ebebeb;
}
.t_type4 th {
  padding-left: 15px;
  font-weight: normal;
  text-align: left;
  color: #000;
}
.t_type4 td {
  padding-left: 14px;
  height: 42px;
  line-height: 42px;
  border-left: 1px solid #ebebeb;
  color: #000;
}
.t_type4 td a.link {
  color: #0066cc;
  border-bottom: 1px solid #0066cc;
}
.t_type4 td a.link:hover,
.t_type4 td a.link:focus {
  border-bottom: 1px solid #a61b14 !important;
}
.t_type4 td a.btn_type1 {
  display: inline-block;
  text-align: center;
  background: #262626;
  color: #fff;
} /* 추가 160308 윤선 */
.t_type4 td a.btn_type1:hover,
.t_type4 td a.btn_type1:focus {
  color: #fff !important;
} /* 추가 160308 윤선 */
/* t_type5 테이블 */ /* 추가 160203 윤선 */
.t_type5 {
  margin-top: 13px;
  border-bottom: 1px solid #ebebeb;
}
.t_type5 tr {
  border-top: 1px solid #ebebeb;
}
.t_type5 thead th {
  padding: 7px 0;
  font-weight: normal;
  text-align: center;
  background: #f4f4f4;
  border-left: 1px solid #ebebeb;
  color: #000;
}
.t_type5 tbody th {
  padding: 5px 0 8px 15px;
  line-height: 22px;
  border-left: 1px solid #ebebeb;
  color: #000;
}
.t_type5 tbody td {
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-left: 1px solid #ebebeb;
  color: #000;
}
.t_type5 tbody td:first-child {
  border-left: none;
}
.t_type5 tbody td input[type='text'] {
  padding: 0 5px;
  height: 25px;
  text-align: center;
  border: 1px solid #dadada;
}
.t_type5 tbody td input[type='checkbox'],
.t_type5 tbody td input[type='radio'] {
  width: 18px;
  height: 18px;
}
/* aside */
#aside {
  position: relative;
  float: left;
  padding-bottom: 200px;
  width: 110px;
}
/* 메뉴 */
#aside h2 {
  display: flex;
  align-items: center;
  padding: 13px 17px;
  width: 76px;
  height: 42px;
  background: #b61f00;
}
#aside h2 .aside_tit {
  color: #ff9326;
  font-family: 'Malgun Gothic';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
#aside .a_snb {
  padding-bottom: 20px;
  min-height: 270px;
} /* 수정 150302 세종 */
#aside .a_snb li {
  padding-top: 33px;
}
#aside .a_snb li a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #22131e;
}
#aside .a_snb li a.on,
#aside .a_snb li a:hover {
  font-weight: bold;
}
/* sns */
#aside .sns {
}
#aside .sns li {
  border-top: 1px solid #bbb693;
}
#aside .sns li:first-child {
  border-top: 0;
}
#aside .sns li a {
  display: block;
}

/* 우측 - 언어 */
.k_e_util {
  position: absolute;
  top: 67px;
  right: -87px;
}
.k_e_util ul {
}
.k_e_util ul li {
  margin-top: 1px;
}
.k_e_util ul li:first-child {
  margin-top: 0;
}
.k_e_util ul li a {
  display: block;
  width: 74px;
  height: 48px;
  background: #dddac7;
  font-family: Verdana;
  font-size: 10px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.k_e_util ul li a:hover,
.k_e_util ul li a.on {
  background: #c6c2a2;
  font-weight: bold;
  color: #fff !important;
}

/* 레이어 - 연사소개 */
.layer_info {
  position: absolute;
  top: 0;
  left: 44px;
  width: 726px;
  min-height: 600px;
  background: #fff;
  border: 3px solid #b9b37f;
  border-top: 0;
  z-index: 1;
}
.layer_info .lx {
  position: relative;
}
.layer_info .ly_tit {
  padding-left: 18px;
  height: 48px;
  background: #b9b37f;
  font-size: 21px;
  line-height: 41px;
  color: #fff;
}
.layer_info .lx_area {
  padding: 27px 20px 40px 30px;
}
.layer_info .thum {
  float: left;
}
.layer_info .thum img {
}
.layer_info .area {
  margin-left: 154px;
}
.layer_info .area .name {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #e02e25;
}
.layer_info .area .txt {
  line-height: 21px;
  color: #473f45;
}
.layer_info .area .l_list {
}
.layer_info .area .l_list li {
}
.layer_info .btn_close {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 31px;
  height: 31px;
  background: url(../images/button/btn_close1.png) no-repeat 0 0;
}

/* 등록확인 // 수정 160203 윤선 */
#container .enter_box {
  margin: 0 auto;
  width: 373px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#container .enter_box label {
  width: 105px;
  height: 42px;

  line-height: 42px;
  letter-spacing: -0.25px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
#container .enter_box input[type='text'],
#container .enter_box input[type='password'] {
  width: 266px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-indent: 16px;
  border: 1px solid #dfdfdf;
  flex: 1;
  box-sizing: border-box;
}

/* 프로그램 추가 170224 세종 */
#container .temporary_program {
  overflow: hidden;
}
#container .temporary_program table {
}
#container .temporary_program table caption {
  padding-bottom: 44px;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 28px;
  text-indent: 0;
  text-align: left;
  color: #a61b14;
}
#container .temporary_program table th {
  width: 114px;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 28px;
  vertical-align: top;
}
#container .temporary_program table td {
  width: auto;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 28px;
  vertical-align: top;
}
#container .temporary_program table td dl {
}
#container .temporary_program table td dl dt {
  font-weight: bold;
}
#container .temporary_program table td dl dd {
}
#container .temporary_program table td dl dd ul {
}
#container .temporary_program table td dl dd ul li {
}

.txt_type1 {
  margin-left: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.input_txt1 {
  padding: 0 10px;
  height: 25px;
  text-align: left;
  border: 1px solid #dadada;
}
.text_area_type1 {
  resize: none;
}
.btn_repay {
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
}

/*컨퍼런스 진행관련 안내사항 팝업*/
.info_popup {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 230px;
  width: 550px;
  height: 740px;
  background: url(../images/etc/bg_info_popup_v2.png) no-repeat top center;
  font-family: 'NanumSquare', sans-serif;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.info_popup .txt_area {
  margin-top: 70px;
  padding: 0 30px;
  color: #111;
}
.info_popup .txt_area .popup_tit {
  font-weight: 800;
  font-size: 34px;
  line-height: 52px;
  letter-spacing: -0.055em;
}
.info_popup .txt_area .popup_txt {
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.055em;
  text-shadow:
    3px 3px 6px #f5f5f5,
    3px 3px 6px #f5f5f5,
    -3px 3px 6px #f5f5f5,
    -3px 3px 6px #f5f5f5;
}
.info_popup .txt_area .popup_txt + .popup_txt {
  margin-top: 28px;
}
.info_popup .btn_area {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  height: 48px;
  background: #000;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #ececec;
}
.info_popup .btn_area .check_btn {
  float: left;
  position: relative;
  color: #ececec;
}
.info_popup .btn_area .check_btn input[type='checkbox'] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.info_popup .btn_area .check_btn label {
  padding-left: 23px;
}
.info_popup .btn_area .close_btn {
  float: right;
  position: relative;
  padding-right: 21px;
  background: #000;
  font-family: 'NanumSquare', sans-serif;
  font-size: 18px;
  line-height: 48px;
  color: #ececec;
}
.info_popup .btn_area .close_btn:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/etc/btn_close.png) no-repeat center center;
  background-size: cover;
}

/*컨퍼런스2 진행관련 안내사항 팝업2*/
.info_popup2 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  margin-left: -275px;
  width: 450px;
  height: 510px;
  background: url(../images/etc/bg_info_popup_v2.png) no-repeat top center;
  font-family: 'NanumSquare', sans-serif;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.info_popup2 .txt_area {
  margin-top: 70px;
  padding: 0 30px;
  color: #111;
}
.info_popup2 .txt_area .popup_tit {
  font-weight: 800;
  font-size: 30px;
  line-height: 52px;
  letter-spacing: -0.055em;
}
.info_popup2 .txt_area .popup_txt {
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.055em;
  text-shadow:
    3px 3px 6px #f5f5f5,
    3px 3px 6px #f5f5f5,
    -3px 3px 6px #f5f5f5,
    -3px 3px 6px #f5f5f5;
}
.info_popup2 .txt_area .popup_txt + .popup_txt {
  margin-top: 28px;
}
.info_popup2 .btn_area {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  height: 48px;
  background: #000;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #ececec;
}
.info_popup2 .btn_area .check_btn {
  float: left;
  position: relative;
  color: #ececec;
}
.info_popup2 .btn_area .check_btn input[type='checkbox'] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.info_popup2 .btn_area .check_btn label {
  padding-left: 23px;
}
.info_popup2 .btn_area .close_btn {
  float: right;
  position: relative;
  padding-right: 21px;
  background: #000;
  font-family: 'NanumSquare', sans-serif;
  font-size: 18px;
  line-height: 48px;
  color: #ececec;
}
.info_popup2 .btn_area .close_btn:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/etc/btn_close.png) no-repeat center center;
  background-size: cover;
}
