@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
#wrap #header .inner {
	position:relative;
  width: 1300px;
  margin: 0 auto;
}

#wrap #header .inner .top_logos img {
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
  max-height: 36px;
  margin-right: 20px;
}

#wrap #header .header_top:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .header_top .header_left {
  float: left;
}
#wrap #header .header_top .header_left:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .header_top .header_left ul:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .header_top .header_left ul li {
  float: left;
  margin: 0 20px 0 0;
  line-height:35px;
}
#wrap #header .header_top .header_left ul li a {
  font-size: 15px;
  color: #000;
  letter-spacing:0;
}
#wrap #header .header_top .header_right {
  float: right;
}
#wrap #header .header_top .header_right:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .header_top .header_right .util ul:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .header_top .header_right .util ul li {
  float: left;
  margin: 0 0 0 20px;
  line-height:35px;
}
#wrap #header .header_top .header_right .util ul li:first-child {
  margin: 0;
}
#wrap #header .header_top .header_right .util ul li a {
  font-size: 15px;
  color: #000;
  letter-spacing:0;
}
#wrap #header .header_top .header_right .util ul li.member a {
  color: #000;
}

#wrap #header .today {
	letter-spacing:0;
}
#wrap #header .inner .header_content {
  border-bottom: 2px solid #f89931;
}
#wrap #header .inner .header_content #logo {
  float: left;
}
#wrap #header .inner .header_content #logo img {
  max-width: 310px;
}
#wrap #header .inner .header_content #gnb {
  float: left;
  margin: 40px 0 0 80px;
}
#wrap #header .inner .header_content #gnb > ul:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .inner .header_content #gnb > ul > li {
  position: relative;
  float: left;
}
#wrap #header .inner .header_content #gnb > ul > li > a {
  display: inline-block;
  padding: 0 20px;
  height: 45px;
  font-size: 19px;
  font-weight: 500;
  color: #111;
  letter-spacing:0;
}
#wrap #header .inner .header_content #gnb > ul > li > a:hover {
  color: #f89931;
}
#wrap #header .inner .header_content #gnb > ul > li > a.on {
  color: #f89931;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap {
  position: absolute;
  left: -20px;
  top: 45px;
  width: 320px;
  padding-top: 1px;
  display: none;
  z-index: 5;
  background: #f2f2f2;
}

#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap .inner {
	width:auto;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap .title {
  display: none;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap ul {
  padding: 0 20px;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap ul:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap ul li {
  float: left;
  width: 50%;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap ul li a {
  display: block;
  line-height: 40px;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: #333;
}
#wrap #header .inner .header_content #gnb > ul > li .depth2_wrap ul li a:hover {
  font-weight: 700;
}
#wrap #header .inner .header_content .search_box {
  width: 245px;
  float: right;
}
#wrap #header .inner .header_content .search_box:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .inner .header_content .search_box .today {
  font-size: 14px;
  color: #666;
  text-align: right;
}
#wrap #header .inner .header_content .search_box .search {
  float: left;
  margin-top: 17px;
}
#wrap #header .inner .header_content .search_box .search input[type=text] {
  border: 0;
  border-bottom: 1px solid #343434;
  width: 170px;
  height: 30px;
}
#wrap #header .inner .header_content .search_box .search .search_btn {
  vertical-align: bottom;
  display: inline-block;
  padding: 15px 0 0 2px;
}
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn {
  float: right;
  margin-top: 28px;
}
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn .bar1,
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn .bar2,
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn .bar3 {
  margin: 4px 0;
  width: 15px;
  height: 2px;
  background-color: #343434;
  transition: 0.4s;
}
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn.change .bar1 {
  transform: rotate(-46deg) translate(-4px, 5px);
}
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn.change .bar2 {
  opacity: 0;
}
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn.change .bar3 {
  transform: rotate(45deg) translate(-4px, -4px);
}
#wrap #header .inner .header_content:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .inner .issue_pick {
  border-top: 2px solid #f89931;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
#wrap #header .inner .issue_pick:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #header .inner .issue_pick .title {
  float: left;
  width: 110px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #f89931;
  line-height: 48px;
  border-right: 1px solid #ededed;
  letter-spacing:0;
}
#wrap #header .inner .issue_pick .list {
  float: left;
  width: calc(100% - 110px);
  padding-left:20px;
  position: relative;
  overflow: hidden;
}
#wrap #header .inner .issue_pick .list .controls .btn_prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
#wrap #header .inner .issue_pick .list .controls .btn_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
#wrap #header .inner .issue_pick .list ul li {
  float: left;
  padding: 0 20px;
  width: 25%;
  border-right: 1px solid #ededed;
}
#wrap #header .inner .issue_pick .list ul li h3 {
  font-size: 16px;
  color: #111;
  line-height: 24px;
}
#wrap #header .inner .issue_pick .list ul li h3 a {
  color: #111;
}
#wrap #header .inner .issue_pick .list ul li p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap #header .inner .issue_pick .list ul li p a {
  color: #666;
}
#wrap .total_menu_wrap {
  position: absolute;
  right: 0;
  z-index: 100;
  background: #fff;
  display: none;
}
#wrap .total_menu_wrap .column_wrap {
  display: flex;
}
#wrap .total_menu_wrap .column_wrap .column {
  padding: 20px;
  min-width: 175px;
}
#wrap .total_menu_wrap .column_wrap .column .title {
  display: block;
  color: #f89931;
  margin-bottom: 10px;
}
#wrap .total_menu_wrap .column_wrap .column ul li a {
  display: block;
  line-height: 40px;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: #333;
}
#wrap .total_menu_wrap .column_wrap .column ul li a:hover {
  font-weight: 700;
}
#wrap .total_menu_wrap .column_wrap .column.additional {
  background: #e1e1e1;
}
#wrap .total_menu_wrap .column_wrap .column.additional .title {
  color: #555;
}
#wrap #container {
	position:relative;
}
#wrap #container .inner {
  width: 1300px;
  margin: 0 auto;
}
#wrap #container .inner:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #container .inner .section {
  float: left;
  width: 940px;
}
#wrap #container .inner .section.full {
  float: none;
  width: 100%;
}
#wrap #container .inner .section.full:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #container .inner .section .section_title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 26px;
}
#wrap #container .inner .aside {
  float: right;
  width: 300px;
}
#wrap #container .inner .left_area {
  float: left;
  width: 50%;
}
#wrap #container .inner .left_area.w_970 {
  width: 970px;
}
#wrap #container .inner .left_area.w_940 {
  width: 940px;
}
#wrap #container .inner .left_area.w_310 {
  width: 310px;
}
#wrap #container .inner .left_area.w_730 {
  width: 730px;
}
#wrap #container .inner .right_area {
  float: right;
  width: 50%;
}
#wrap #container .inner .right_area.w_270 {
  width: 270px;
}
#wrap #container .inner .right_area.w_300 {
  width: 300px;
}
#wrap #container .inner .right_area.w_310 {
  width: 310px;
}
#wrap #container .inner .right_area.w_320 {
  width: 320px;
}
#wrap #container .inner .right_area.w_970 {
  width: 970px;
}
#wrap #container .inner .right_area.w_940 {
  width: 940px;
}
#wrap #container .inner .right_area.w_540 {
  width: 540px;
}
#wrap #footer {
  background: #f7f7f7;
}
#wrap #footer .inner {
  width: 1300px;
  margin: 0 auto;
}
#wrap #footer .inner:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #footer .footer_content {
  padding: 25px 0 30px 0;
}
#wrap #footer .footer_content:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #footer .footer_content .logo {
  float: left;
  margin-right: 50px;
  width: 150px;
}
#wrap #footer .footer_content .logo img {
  max-width: 150px;
}
#wrap #footer .footer_content .footer_link {
  float: right;
  margin-bottom: 30px;
}
#wrap #footer .footer_content .footer_link:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #footer .footer_content .footer_link li {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  margin-right: 15px;
}
#wrap #footer .footer_content .footer_link li a {
  color: #666;
}
#wrap #footer .footer_content .info {
  clear: both;
}
#wrap #footer .footer_content .info:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #footer .footer_content .info p {
  float: left;
  font-size: 14px;
  line-height: 27px;
  color: #333;
}
#wrap #footer .footer_content .info .banner {
  padding-top: 40px;
  float: right;
}
#wrap #footer .footer_content .info .banner img {
  display: inline-block;
  margin-left: 26px;
}
#wrap #footer .copyright_wrap {
  background: #bfbfbf;
}
#wrap #footer .copyright_wrap:after {
  content: "";
  clear: both;
  display: block;
}
#wrap #footer .copyright_wrap .copyright {
  float: left;
  color: #555;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
#wrap #footer .copyright_wrap .mobile {
  float: right;
  color: #555;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.banner_wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main_webinar .top {
  background: #135081;
  position: relative;
  height: 50px;
}
.main_webinar .top h2 {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.main_webinar .top h2 a {
  color: #fff;
}
.main_webinar .top .ddtube_logo {
  position: absolute;
  right: 20px;
  top: 15px;
}
.main_webinar .list_box {
  border: 1px solid #ededed;
  background: #f7f7f7;
  padding-bottom: 18px;
}
.main_webinar .list_box ul.lists {
  padding: 0 20px;
}
.main_webinar .list_box ul.lists li {
  padding: 11px 0;
  border-bottom: 1px solid #8bb4e1;
}
.main_webinar .list_box ul.lists li:last-child {
  border-bottom: 0;
}
.main_webinar .list_box ul.lists li .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}
.main_webinar .list_box ul.lists li .title a {
  color: #333;
}
.main_webinar .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main_webinar .slick-dots {
  bottom: 8px;
}
.main_webinar .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.main_webinar .slick-dots li button {
  padding: 0;
}
.main_webinar .slick-dots li.slick-active {
  width: 30px;
}
.main_webinar .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8bb4e1;
  width: 30px;
  height: 10px;
  border-radius: 5px;
  background: #8bb4e1;
}
.main_webinar .slick-dots li button:before {
  color: #c1d5ec;
  opacity: 1;
  content: "";
  background: #c1d5ec;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* 기사본문 시작 */
.article_head {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.article_head .cate {
  display: block;
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
  letter-spacing:0;
  font-weight:bold;
}
.article_head .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
  margin-bottom: 20px;
}
.article_head .util_box {
  position: relative;
}
.article_head .util_box:after {
  content: "";
  clear: both;
  display: block;
}
.article_head .util_box .byline {
  float: left;
  margin-top: 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}
.article_head .util_box .byline .company {
  color: #666;
  letter-spacing:0;
}
.article_head .util_box .byline .date {
  color: #666;
}
.article_head .util_box .byline .date:before {
  content: "|";
  display: inline-block;
  margin: 0 6px 0 3px;
}
.article_head .util_box .tools {
  float: right;
}
.article_head .util_box .tools .btns {
  display: inline-block;
  margin-left: 16px;
}
.article_head .util_box .tools .btns:after {
  content: "";
  clear: both;
  display: block;
}
.article_head .util_box .tools .btns li {
  float: left;
  width: 35px;
  height: 35px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 33px;
  margin-left: -1px;
  color: #333;
  cursor: pointer;
}
.article_head .util_box .tools .btns li.print {
  background: url(../images/common/icon_print.png) center center no-repeat;
}
.article_head .util_box .tools .btns li.font_up {
  font-size: 20px;
  font-weight: 600;
}
.article_head .util_box .tools .btns li.font_down {
  font-size: 15px;
  margin-left: 20px;
}

.article_view .info:after {
  content: "";
  clear: both;
  display: block;
}
.article_view .info .writer {
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
}
.article_view .info .subscribe {
  float: left;
  padding: 0 11px;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  margin-right: 10px;
  color: #fff;
  background: #3a87c7;
}
.article_view .info .newsstand {
  float: left;
  line-height: 22px;
}
.article_view .info .newsstand img {
  line-height: 22px;
}
.article_view .info .split {
  float: left;
  margin: 0 20px;
  line-height: 22px;
  width: 1px;
  height: 18px;
  margin-top: 2px;
  background: #dcdcdc;
}
.article_view .info ul {
  float: left;
}
.article_view .info ul li {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 14px;
}
.article_view .article_content {
	/*font-family:HelveticaNeue,AppleSDGothicNeo-Regular,Arial,sans-serif;*/
	font-family:"Noto Sans KR", NanumGothic, "맑은 고딕", "Malgun Gothic", 돋움, Dotum, 굴림, Gulim, Helvetica, sans-serif;
  padding-top: 30px;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: 0;
  color:#333;
  margin-bottom: 1.6em;
  font-weight:400;
}
.article_view .article_content figure {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
}
.article_view .article_content figure.img_center {
  text-align: center;
}
.article_view .article_content figure.img_left {
  text-align: left;
}
.article_view .article_content figure.img_right {
  text-align: right;
}
.article_view .article_content figure img {
  max-width: 100%;
}
.article_view .article_content figure iframe {
  min-height: 500px;
}
.article_view .article_content figure figcaption {
  text-align: left;
  max-width: 100%;
  font-size: 17px;
  color: #666;
  display: block;
  line-height: 20px;
  padding: 15px 0 0 0;
  font-weight:400;
  letter-spacing:0;
}

.article_view .article_content figure.img_center figcaption {
	text-align: center;
}

.article_view .article_content .img_center {
	text-align: center;
}
.article_view .article_content .img_left {
	text-align: left;
}
.article_view .article_content .img_right {
	text-align: right;
}
.article_view .article_content .view_img {
	text-align:center;
}

.article_view .article_content .view_img .caption {
  text-align: left;
  max-width: 100%;
  font-size: 17px;
  color: #666;
  display: block;
  line-height: 20px;
  padding: 15px 0 0 0;
  font-weight:400;
  letter-spacing:0;
}

.article_view .article_content p {
	/*font-family:HelveticaNeue,AppleSDGothicNeo-Regular,Arial,sans-serif;*/
	font-family:"Noto Sans KR", 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 돋움, Dotum, 굴림, Gulim, Helvetica, sans-serif;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1.6em;
  word-break: keep-all;
  letter-spacing: 0;
  font-weight:400;
}

.article_view .article_content div, .article_view .article_content span {
	font-family:"Noto Sans KR", 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 돋움, Dotum, 굴림, Gulim, Helvetica, sans-serif;
	text-align: left;
  font-size: 22px;
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: 0;
  font-weight:400;
}
.article_view .copyright {
  font-size: 18px;
  color: #999;
}
.article_view .writer_box {
  margin-top: 20px;
}
.article_view .writer_box:after {
  content: "";
  clear: both;
  display: block;
}
.article_view .writer_box .name {
  float: left;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  padding-left: 10px;
  border-left: 3px solid #f89931;
  line-height: 30px;
}
.article_view .writer_box .mail {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  color: #111;
  letter-spacing:0;
  font-size:22px;
}
.article_view .writer_box .writer_article_more {
  float: right;
  line-height: 28px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  padding: 0 15px;
  font-size: 16px;
  color: #111;
  background-color: #fff;
}
.article_view .writer_box .writer_article_more img {
  display: inline-block;
  line-height: 28px;
  margin-left: 4px;
  vertical-align: baseline;
}
/* 기사본문 끝 */
/* 기사본문 관련리스트 시작 */
.rel_list h2 {
  font-size: 22px;
  font-weight: 600;
  color: #3a87c7;
  margin-bottom: 18px;
}
.rel_list ul li {
  padding-left: 16px;
  background: url(../images/common/icon_under.png) 0 4px no-repeat;
}
.rel_list ul li .title {
  font-size: 20px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rel_list ul li .title a {
  color: #333;
}
.rel_list ul li:last-child .title {
  margin-bottom: 0;
}

/* 기사본문 관련리스트 끝 */
/* 기자정보 시작 */
.journalist_box {
  border: 1px solid #ededed;
  padding: 20px;
}
.journalist_box .top:after {
  content: "";
  clear: both;
  display: block;
}
.journalist_box .top .pic {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  margin-right: 15px;
}
.journalist_box .top .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.journalist_box .top .info {
  float: left;
  padding-top: 10px;
}
.journalist_box .top .info .writer {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  vertical-align: middle;
  margin-right: 6px;
}
.journalist_box .top .info .email {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  vertical-align: middle;
  margin-right: 6px;
}
.journalist_box .top .info .subscribe {
  display: inline-block;
  font-size: 14px;
  color: #3a87c7;
  border: 1px solid #3a87c7;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  vertical-align: middle;
}
.journalist_box .top .info .part {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.journalist_box .journalist_rel_list {
  margin-top: 12px;
}
.journalist_box .journalist_rel_list ul li .title {
  padding-left: 16px;
  font-size: 18px;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journalist_box .journalist_rel_list ul li .title:before {
  content: "·";
  display: inline-block;
}
.journalist_box .journalist_rel_list ul li .title a {
  color: #666;
}
.journalist_box .journalist_rel_list ul li:last-child .title {
  margin-bottom: 0;
}

/* 기자정보 끝 */
/* 당신이 좋아할 만한 뉴스 시작 */
.favorite_news {
  border-top: 4px solid #f89931;
  padding-top: 25px;
}
.favorite_news h2 {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 27px;
}
.favorite_news ul {
  margin: 0 -10px;
}
.favorite_news ul:after {
  content: "";
  clear: both;
  display: block;
}
.favorite_news ul li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}
.favorite_news ul li .thumb {
  width: 100%;
  height: 174px;
  overflow: hidden;
  border: 1px solid #ededed;
}
.favorite_news ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.favorite_news ul li .title {
  margin: 12px 0 25px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.favorite_news ul li .title a {
  color: #111;
}

/* 당신이 좋아할 만한 뉴스 끝 */
/* 페이지네이션 시작 */
.pagination_wrap {
  margin: 42px auto 50px;
  text-align: center;
}
.pagination_wrap .pagination {
  display: inline-block;
}
.pagination_wrap .pagination:after {
  content: "";
  clear: both;
  display: block;
}
.pagination_wrap .pagination li {
  float: left;
  margin: 0 5px;
  border:0 !important;
}
.pagination_wrap .pagination li a {
  width: 31px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
.pagination_wrap .pagination li.begin {
  background: url(../images/common/page_begin.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px;
}
.pagination_wrap .pagination li.prev {
  background: url(../images/common/page_prev.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 19px 0 1px;
}
.pagination_wrap .pagination li.next {
  background: url(../images/common/page_next.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px 0 19px;
}
.pagination_wrap .pagination li.last {
  background: url(../images/common/page_last.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px;
}
.pagination_wrap .pagination li.active a {
  color: #111;
}
.pagination_wrap .pagination li:hover a {
  color: #111;
}

/* 페이지네이션 끝 */
/* 검색창 시작 */
.form_search:after {
  content: "";
  clear: both;
  display: block;
}
.form_search h2.board_title {
        float:left;
        font-size: 26px;
        line-height:40px;
        font-weight: 500;
        color: #000;
    }

.form_search h2.notice_title {
        font-size: 26px;
        font-weight: 500;
        color: #000;
        margin-bottom: 20px;
    }

.form_search h4.notice_subtitle {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
    }
    
.form_search form {
  float: right;
}
.form_search form:after {
  content: "";
  clear: both;
  display: block;
}
.form_search select {
  float: left;
  width: 170px;
  height: 40px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: 300;
  margin-right: 10px;
}
.form_search .search_txt {
  float: left;
  width: 300px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-right: 0;
  font-size: 16px;
  font-weight: 300;
}
.form_search .btn_search {
  float: left;
  background: #333;
  border: 0;
  font-size: 16px;
  text-align: center;
  width: 90px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

/* 검색창 끝 */
/* 페이퍼 라이브러리 뷰 시작 */
.paper_view .top .title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  background: #f7f7f7;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 25px 20px;
}
.paper_view .top .title .cate {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fb794b;
  margin: 0 26px 0 5px;
}
.paper_view .top .info {
  height: 55px;
  padding: 0 30px;
  border-bottom: 1px solid #ededed;
}
.paper_view .top .info:after {
  content: "";
  clear: both;
  display: block;
}
.paper_view .top .info .writer {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 55px;
}
.paper_view .top .info .writer span {
  margin-left: 8px;
  display: inline-block;
  color: #666;
}
.paper_view .top .info .date {
  float: right;
  font-size: 16px;
  line-height: 55px;
  color: #666;
}
.paper_view .top .info .date:before {
  display: inline-block;
  content: "|";
  margin: 0 10px 0 15px;
  color: #999;
  font-size: 16px;
}
.paper_view .top .info .num {
  float: right;
  font-size: 16px;
  color: #999;
  line-height: 55px;
}
.paper_view .top .info .num span {
  margin-left: 8px;
  display: inline-block;
  color: #666;
}
.paper_view .content {
  padding: 50px 30px;
}
.paper_view .content:after {
  content: "";
  clear: both;
  display: block;
}
.paper_view .content .pic {
  float: left;
  width: 500px;
}
.paper_view .content .pic img {
  display: block;
  width: 100%;
}
.paper_view .content .body {
  position: relative;
  float: left;
  width: calc(100% - 500px);
  font-size: 20px;
  line-height: 35px;
  padding: 30px 30px 80px;
  min-height: 598px;
}
.paper_view .content .body p {
  font-size: 20px;
  line-height: 35px;
}
.paper_view .content .body .btn_detail {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: inline-block;
  background: #fb794b;
  height: 50px;
  color: #fff;
}
.paper_view .content .body .btn_detail a {
  padding: 0 30px;
  line-height: 50px;
  display: block;
  color: #fff;
}
.paper_view .content .body .btn_detail img {
  vertical-align: baseline;
  margin-left: 5px;
  display: inline-block;
}

/* 페이퍼 라이브러리 뷰 끝 */
/* 페이퍼 라이브러리 쓰기 시작 */
.paper_write {
  padding: 30px 30px;
  border: 1px solid #ededed;
}
.paper_write h2 {
  position: relative;
  margin-bottom: 30px;
}
.paper_write h2 span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 3px solid #f7aa55;
  display: inline-block;
  padding-right: 10px;
  z-index: 5;
  background: #fff;
}
.paper_write h2:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.paper_write .btn_box {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 57px;
}
.paper_write .btn_box .btn {
  font-size: 18px;
  width: 150px;
  margin: 0 5px;
}
.paper_write .btn_box .btn_submit {
  background: #323232;
  color: #fff;
}
.paper_write .btn_box .btn_cancel {
  border: 1px solid #323232;
  color: #323232;
  background: #fff;
}

/* 페이퍼 라이브러리 쓰기 끝 */
.basic_table {
  width: 100%;
}
.basic_table th {
  font-size: 17px;
  font-weight: 500;
  color: #323232;
  padding: 12px 0;
  text-align: left;
  line-height: 25px;
}
.basic_table td {
  padding: 12px 0;
  font-size: 18px;
}
.basic_table .explain {
  font-size: 15px;
  margin: 13px 0;
  color: #323232;
}

/* 회원관련 시작 */
.member_join_form .box {
  margin: 110px auto;
}
.member_join_form .box.box_wide {
  width: 1000px;
}
.member_join_form .box > h2 {
  font-size: 25px;
  color: #272727;
  font-weight: normal;
  text-align: center;
}
.member_join_form .agree_txt {
  font-size: 15px;
  color: #757575;
}
.member_join_form .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
.member_join_form .btn_wrap .btn_submit {
  display: inline-block;
  text-align: center;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 15px;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.member_join_form .btn_wrap .btn_cancel {
  display: inline-block;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.member_join_form .label_wrap {
  margin-top: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #757575;
}
.member_join_form .label_wrap .ess {
  color: #ed8f34;
  font-weight: 600;
  vertical-align: middle;
}
.member_join_form .ipt {
  width: 100%;
  height: 50px;
  color: #272727;
  font-size: 19px;
  font-weight: 300;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.member_join_form .ipt.ipt_width_btn {
  width: calc(100% - 90px);
}
.member_join_form .ipt.ipt_post {
  width: calc(100% - 120px);
}
.member_join_form .ipt.ipt_tel {
  width: 100px;
}
.member_join_form .ipt.ipt_half {
  width: 228px;
}
.member_join_form .ipt_interest {
  display: inline-block;
  width: 23%;
}
.member_join_form .btn_overlap {
  float: right;
  text-align: center;
  vertical-align: middle;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 15px;
  width: 90px;
  height: 50px;
  line-height: 50px;
}
.member_join_form .table_member {
  width: 100%;
}
.member_join_form .table_member select {
  width: 100%;
  border: 1px solid #ddd;
  height: 40px;
  font-size: 15px;
  padding: 0 5px;
}
.member_join_form .table_member select.ipt {
  height: 50px;
}
.member_join_form .table_member td {
  padding: 0 20px;
  line-height: 25px;
  font-size: 15px;
  color: #757575;
  vertical-align: top;
}
.member_join_form .table_member td:after {
  content: "";
  display: block;
  clear: both;
}
.member_join_form .table_member td p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.member_join_form .table_member input[type=checkbox] {
  margin: 3px 3px;
  vertical-align: middle;
}
.member_join_form .table_member input[type=radio] {
  margin: 3px 3px;
  vertical-align: middle;
}
.member_join_form .table_member .btn_post {
  float: right;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  width: 120px;
  background: #333;
  color: #fff;
  text-align: center;
}
.member_join_form .table_member .help_text {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.member_join_form .table_member .text {
  font-size: 17px;
  color: #333;
  margin-top: 15px;
}

.login_wrap {
  border: 1px solid #ebebeb;
}
.login_wrap .box {
  margin: 110px auto;
  width: 360px;
}
.login_wrap .box > h2 {
  font-size: 25px;
  color: #272727;
  font-weight: normal;
  text-align: center;
}
.login_wrap .box .ipt_login {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
}
.login_wrap .box .ipt_login:hover {
  border-bottom: 1px solid #333;
}
.login_wrap .box .ipt_login input[type=text] {
  border: 0;
  width: 100%;
  height: 59px;
  padding: 0 10px;
  font-size: 17px;
  color: #272727;
}
.login_wrap .box .ipt_login input[type=password] {
  border: 0;
  width: 100%;
  height: 59px;
  padding: 0 10px;
  font-size: 17px;
  color: #272727;
}
.login_wrap .box .id {
  background: url(../images/common/icon_member.png) 3px 20px no-repeat;
}
.login_wrap .box .id:hover {
  background: url(../images/common/icon_member_on.png) 3px 20px no-repeat;
}
.login_wrap .box .pw {
  background: url(../images/common/icon_password.png) 3px 17px no-repeat;
}
.login_wrap .box .pw:hover {
  background: url(../images/common/icon_password_on.png) 3px 17px no-repeat;
}
.login_wrap .box .loginAuto {
  padding: 10px 0;
}
.login_wrap .box .login_btn_wrap {
  text-align: center;
  background: #333;
  margin-top: 30px;
}
.login_wrap .box .login_btn_wrap .login_btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #fff;
  text-align: center;
  background: #333;
  font-size: 20px;
}
.login_wrap .box .id_check {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 20px 0 45px;
  padding-left: 34px;
  line-height: 25px;
}
.login_wrap .box .id_check #id_check {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.login_wrap .box .id_check .icon_check {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/icon_idcheck.png) 0 0 no-repeat;
}
.login_wrap .box .id_check input:checked ~ .icon_check {
  background: url(../images/common/icon_idcheck_on.png) 0 0 no-repeat;
}
.login_wrap .box .user_list {
  text-align: center;
  margin-top: 45px;
}
.login_wrap .box .user_list a {
  color: #8d8d8d;
  font-size: 15px;
}
.login_wrap .box .user_list span {
  color: #8d8d8d;
  font-size: 15px;
  padding: 0 25px;
}
.login_wrap input:-ms-input-placeholder {
  color: #7f7f7f;
}
.login_wrap input::-moz-placeholder {
  color: #7f7f7f;
}
.login_wrap input::placeholder {
  color: #7f7f7f;
}

.member_find {
  border: 1px solid #ebebeb;
}
.member_find .box {
  margin: 110px auto;
  width: 360px;
}
.member_find .box > h2 {
  font-size: 25px;
  color: #272727;
  font-weight: normal;
  text-align: center;
}
.member_find .box .ipt_login {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
}
.member_find .box .ipt_login:hover {
  border-bottom: 1px solid #333;
}
.member_find .box .ipt_login input[type=text] {
  border: 0;
  width: 100%;
  height: 59px;
  padding: 0 10px;
  font-size: 17px;
  color: #272727;
}
.member_find .box .id {
  background: url(../images/common/icon_member.png) 3px 20px no-repeat;
}
.member_find .box .name {
  background: url(../images/common/icon_member.png) 3px 20px no-repeat;
}
.member_find .box .mail {
  background: url(../images/common/icon_mail1.png) 3px 23px no-repeat;
}
.member_find .box .ipt_login.id:hover {
  background: url(../images/common/icon_member_on.png) 3px 20px no-repeat;
}
.member_find .box .ipt_login.name:hover {
  background: url(../images/common/icon_member_on.png) 3px 20px no-repeat;
}
.member_find .box .ipt_login.mail:hover {
  background: url(../images/common/icon_mail1_on.png) 3px 23px no-repeat;
}
.member_find .box .submit input {
  margin-top: 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #fff;
  text-align: center;
  background: #333;
  font-size: 20px;
}
.member_find .member_tab {
  width: 100%;
}
.member_find .member_tab .top {
  margin: 30px 0;
}
.member_find .member_tab .top:after {
  content: "";
  display: block;
  clear: both;
}
.member_find .member_tab .top > div {
  float: left;
  cursor: pointer;
  width: 50%;
  height: 60px;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  font-size: 19px;
  color: #a5a5a5;
  border-bottom: 2px solid #ebebeb;
}
.member_find .member_tab .top > div.on {
  border-bottom: 2px solid #333;
  color: #272727;
}
.member_find .member_tab .top > div:hover {
  border-bottom: 2px solid #333;
  color: #272727;
}
.member_find .member_tab .content > div {
  display: none;
}
.member_find .member_tab .content > div:first-child {
  display: block;
}

/* 회원관련 끝 */
/* 세미나 시작 */
.seminar_wrap {
	min-height:1900px;
}
.seminar_wrap .headline {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 30px;
}
.seminar_wrap .headline img {
  width: 100%;
}
.seminar_wrap .seminar_content {
  /*
  .seminar_side {
      float: right;
      width: 305px;

      .menu_group {
          border: 1px solid #d1d1d1;
          padding: 10px;

          ul {
              li {
                  width: 100%;
                  background: #333;
                  margin-bottom: 10px;

                  &:last-child {
                      margin-bottom: 0;
                  }

                  &.bg_blue {
                      background:#5b7fb7;
                  }

                  a {
                      display: block;
                      color: #fff;
                      text-align: center;
                      font-size: 20px;
                      line-height: 50px;
                      height: 50px;
                  }
              }
          }
      }

      .history_group {
          .history_title {
              text-align: center;
              font-size: 20px;
              background: #274381;
              color: #FFFFFF;
              line-height: 50px;
              width: 100%;
          }

          .history_more {
              display: block;
              text-align: center;
              font-size: 18px;
              line-height: 40px;
              color: #000;
              background: #e5e5e5;
              width: 100%;
              cursor: pointer;
              margin-top:10px;
          }

          .history_list {
              border: 1px solid #d1d1d1;
              padding: 10px;

              a {
                  color: #000;
                  font-size: 14px;
                  line-height: 30px;
              }

              .history_content:nth-child(n+21) {
                  display: none;
              }

              &.more {
                  .history_content:nth-child(n+21) {
                      display: block;
                  }
              }
          }
      }


  }
  */
}
.seminar_wrap .seminar_content:after {
  content: "";
  clear: both;
  display: block;
}
.seminar_wrap .seminar_content .seminar_cont {
  width: 100%;
}
.seminar_wrap .seminar_content .seminar_cont h3 {
  position: relative;
  margin: 50px 0 30px;
}
.seminar_wrap .seminar_content .seminar_cont h3 span {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 3px solid #f7aa55;
  display: inline-block;
  padding-right: 10px;
  z-index: 5;
}
/*
.seminar_wrap .seminar_content .seminar_cont h3:after {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
}*/
.seminar_wrap .seminar_content .seminar_cont .bg_gray h3 span {
  background: #e8e8e8;
}
.seminar_wrap .seminar_content .seminar_cont p {
  font-size: 16px;
  line-height: 150%;
}
.seminar_wrap .seminar_content .seminar_cont .greeting {
  font-size: 20px;
  line-height: 150%;
}
.seminar_wrap .seminar_content .seminar_cont .seminar_table {
  width: 100%;
  border: 1px solid #333;
}
.seminar_wrap .seminar_content .seminar_cont .seminar_table th {
  padding: 10px 10px;
  font-size: 20px;
  background: #f1f1f1;
  border: 1px solid #333;
}
.seminar_wrap .seminar_content .seminar_cont .seminar_table td {
  padding: 20px;
  font-size: 20px;
  border: 1px solid #333;
  background: #fff;
}
.seminar_wrap .seminar_content .seminar_cont .seminar_table td .event {
  color: #ff6600;
  font-weight: 500;
}
.seminar_wrap .seminar_content .seminar_cont .menu_group {
  margin: 30px auto 30px;
}
.seminar_wrap .seminar_content .seminar_cont .menu_group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.seminar_wrap .seminar_content .seminar_cont .menu_group ul li {
  width: 400px;
  background: #333;
  margin: 0 10px 10px;
}
.seminar_wrap .seminar_content .seminar_cont .menu_group ul li.bg_blue {
  background: #5b7fb7;
}
.seminar_wrap .seminar_content .seminar_cont .menu_group ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
}
.seminar_wrap .seminar_content .seminar_cont .day {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.seminar_wrap .seminar_content .seminar_cont .program_table {
  width: 100%;
  border: 1px solid #333;
}
.seminar_wrap .seminar_content .seminar_cont .program_table .bg_lightgray {
  background: #f2f2f2;
}
.seminar_wrap .seminar_content .seminar_cont .program_table th {
  padding: 15px 10px;
  font-size: 20px;
  background: #555;
  color: #fff;
  border: 1px solid #333;
  line-height: 150%;
  font-weight: 500;
}
.seminar_wrap .seminar_content .seminar_cont .program_table td {
  padding: 20px;
  font-size: 20px;
  border: 1px solid #333;
  line-height: 150%;
}
.seminar_wrap .seminar_content .seminar_cont .program_table td .event {
  color: #ff6600;
  font-weight: 500;
}
.seminar_wrap .seminar_content .seminar_cont .event_banner {
  display: flex;
  justify-content: space-around;
}
.seminar_wrap .seminar_content .seminar_cont .logo_img {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminar_wrap .seminar_content .seminar_cont .logo_img img {
  margin-bottom: 5px;
}
.seminar_wrap .seminar_content .seminar_cont .location {
  display: flex;
}
.seminar_wrap .seminar_content .seminar_cont .location .map {
  text-align: center;
  margin-bottom: 20px;
  width: 650px;
}
.seminar_wrap .seminar_content .seminar_cont .location .map img {
  width: 100%;
}
.seminar_wrap .seminar_content .seminar_cont .location .map_cont {
  width: 600px;
  margin-left: 20px;
}

/* 세미나 끝 */
.paper_list_slide {
  position: relative;
}
.paper_list_slide ul li img {
  width: 100%;
}
.paper_list_slide .controls .btn_prev {
  position: absolute;
  left: -24px;
  top: 50%;
  cursor: pointer;
}
.paper_list_slide .controls .btn_next {
  position: absolute;
  right: -24px;
  top: 50%;
  cursor: pointer;
}

/* 개인정보취급방침 */
.privacy {
  border: 7px solid #d1d1d1;
  padding: 50px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.privacy div {
  font-size: 18px;
  line-height: 1.5;
}

/* 윤리강령 */
.ethics {
  font-size: 18px;
  line-height: 1.5;
}
.ethics h3 {
  position: relative;
  display: block;
  font-size: 18px;
  margin: 30px 0 5px;
}
.ethics h3:after {
  position: absolute;
  top: 8px;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.ethics h3 span {
  background: #fff;
  padding-right: 10px;
}
.ethics .enact {
  line-height: 1.5;
  text-align: right;
  margin-top: 30px;
}

/* 기자페이지 시작 */
.author_title {
  margin-bottom: 30px;
}
.author_title:after {
  content: "";
  clear: both;
  display: block;
}
.author_title h2 {
  float: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin-right: 30px;
}
.author_title ul {
  float: right;
}
.author_title ul li {
  display: inline-block;
  line-height: 32px;
  color: #000;
  font-size: 20px;
}
.author_title ul li:after {
  content: "";
  display: inline-block;
  background: #868686;
  width: 2px;
  height: 20px;
  margin: 7px 6px 0 10px;
  vertical-align: top;
}
.author_title ul li:last-child:after {
  display: none;
}
.author_title ul li a {
  color: #000;
}

.author_box {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 40px;
}
.author_box:after {
  content: "";
  clear: both;
  display: block;
}
.author_box .author_image {
  float: left;
  width: 120px;
  height: 120px;
  display: block;
}
.author_box .author_image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
}
.author_box .author_txt {
  float: left;
  width: calc(100% - 120px);
  padding: 10px 0 0 20px;
}
.author_box .author_txt:after {
  content: "";
  clear: both;
  display: block;
}
.author_box .author_txt .area {
  float: left;
  width: 100%;
}
.author_box .author_txt .area .title {
  font-size: 36px;
  color: #333;
}
.author_box .author_txt .left_area {
  float: left;
  width: 55%;
}
.author_box .author_txt .right_area {
  float: right;
  width: 45%;
}
.author_box .author_txt .name {
  font-size: 24px;
  margin-bottom: 8px;
  color: #333;
}
.author_box .author_txt .part {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.author_box .author_txt .author_intro {
  font-size: 16px;
  color: #444;
  line-height: 20px;
}
.author_box .author_txt .sns {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 43px;
}
.author_box .author_txt .sns a {
  color: #333;
}

.kw_local {
  padding: 30px 30px;
  background: #fff;
}
.kw_local h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.kw_local h2:after {
  content: "";
  clear: both;
  display: block;
}
.kw_local ul {
  counter-reset: kw_local;
  margin: 0 -5px;
}
.kw_local ul li {
  counter-increment: kw_local;
  float: left;
  width: 25%;
  padding: 0 5px;
}
.kw_local ul li .thumb {
  width: 100%;
  height: 100px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.kw_local ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.kw_local ul li .box {
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 10px 14px 10px 44px;
  border-radius: 0 0 6px 6px;
}
.kw_local ul li .box:before {
  position: absolute;
  top: 20px;
  left: 12px;
  text-align: center;
  content: counter(kw_local);
  font-size: 28px;
  font-weight: 600;
  color: #132857;
  font-style: italic;
}
.kw_local ul li .box .title {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.kw_local ul li .box .title a {
  color: #000;
}
.kw_local ul li .box .date {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.kw_local .more {
  display: block;
  text-align: right;
  margin-top: 25px;
}
.kw_local .more a {
  color: #000;
  font-size: 14px;
}

.section_sub_title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.section_sub_title span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-left: 10px;
  vertical-align: top;
}

/* 기자페이지 끝 */
/* 회사소개 시작 */
.company_wrap:after {
  content: "";
  clear: both;
  display: block;
}
.company_wrap .company_menu {
  float: left;
  width: 150px;
}
.company_wrap .company_menu > ul > li {
  width: 100%;
  margin-bottom: 40px;
}
.company_wrap .company_menu > ul > li > a {
  display: block;
  color: #8c8c8c;
  font-size: 21px;
  font-weight: 500;
}
.company_wrap .company_menu > ul > li.on > a {
  border-right: 3px solid #f7aa55;
  color: #111;
}
.company_wrap .company_menu > ul > li ul li {
  margin-bottom: 5px;
}
.company_wrap .company_menu > ul > li ul li a {
  color: #8c8c8c;
  font-size: 15px;
}
.company_wrap .company_menu > ul > li ul li:first-child {
  margin-top: 10px;
}
.company_wrap .company_menu > ul > li ul li.on a, .company_wrap .company_menu > ul > li ul li:hover a {
  font-weight: 500;
  color: #f7aa55;
}
.company_wrap .company_content {
  float: left;
  width: calc(100% - 150px);
  border-left: 1px solid #d9d9d9;
  padding-left: 70px;
}
.company_wrap .company_content h2 {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.company_content h2.board_title {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}

.company_wrap .company_content .tb table {
  width: 100%;
  border-top: 1px solid #ededed;
}
.company_wrap .company_content .tb table tr.hide {
  background: #c4c4c4;
}
.company_wrap .company_content .tb table tr.hide th,
.company_wrap .company_content .tb table tr.hide td {
  border: 0;
}
.company_wrap .company_content .tb table tr.hide td {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.company_wrap .company_content .tb table tr.hide td:last-child {
  border-right: 0;
}
.company_wrap .company_content .tb table th {
  background: #f5f5f5;
  font-size: 15px;
  padding: 15px 5px;
  font-weight: 500;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: #7c7c7c;
}
.company_wrap .company_content .tb table th:last-child {
  border-right: 0;
}
.company_wrap .company_content .tb table td {
  font-size: 15px;
  padding: 20px 5px;
  text-align: center;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  word-break: keep-all;
  color: #000;
}
.company_wrap .company_content .tb table td:first-child {
  text-align: left;
  padding-left: 30px;
}
.company_wrap .company_content .tb table td:last-child {
  border-right: 0;
}
.company_wrap .company_content .tb table td.txtl {
  text-align: left;
  padding:20px 20px;
}
.company_wrap .company_content .tb .ex {
  text-align: right;
  font-size: 14px;
  color: #a6a6a6;
  margin-top: 15px;
}
.company_wrap .company_content .banner_ad:after {
  content: "";
  clear: both;
  display: block;
}
.company_wrap .company_content .banner_ad .left_cont {
  float: left;
  width: 500px;
  padding-right: 10px;
}
.company_wrap .company_content .banner_ad .img {
  float: right;
  width: 550px;
  padding-left: 10px;
}
.company_wrap .company_content .banner_ad .img img {
  width: 100%;
}
.company_wrap .company_content .greeting {
  font-size: 20px;
  line-height: 150%;
}
.company_wrap .company_content .greeting .greeting_cont {
  /*width: 500px;
  float: left;*/
  text-align:center;
  padding: 0 287px 0 0;
}
.company_wrap .company_content .greeting .greeting_cont .quote_prev {
  height: 60px;
  background: url(/assets/images/common/icon_quote.png) center center no-repeat;
}
.company_wrap .company_content .greeting .greeting_cont .quote_next {
  height: 60px;
  background: url(/assets/images/common/icon_quote.png) center center no-repeat;
}
.company_wrap .company_content .greeting .greeting_cont h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.company_wrap .company_content .greeting .greeting_cont p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 300;
}
.company_wrap .company_content .greeting .greeting_pic {
  float: left;
}
.company_wrap .company_content .greeting .greeting_txt {
  clear: both;
  /*width: 745px;*/
  padding-top: 30px;
  font-size: 15px;
  line-height: 21px;
  color: #565656;
  font-weight: 300;
}
.company_wrap .company_content .greeting .greeting_txt .ending {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  color: #000;
  text-align: right;
  font-weight: 400;
}

/* 회사소개 끝 */
/* 일반게시판 시작 */
.board_list {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.board_list th {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  background: #f7f7f7;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 5px;
}
.board_list td {
  font-size: 16px;
  color: #555;
  padding: 15px 5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.board_list td.subject {
  text-align: left;
}
.board_list td a {
  color: #555;
}

.board_btn_box {
  text-align: right;
}
.board_btn_box .btn {
  width: 150px;
  font-size: 18px;
  color: #fff;
  margin: 0 5px;
}
.board_btn_box .btn_list {
  border: 1px solid #323232;
  color: #333;
  background: #fff;
}
.board_btn_box .btn_submit {
  background: #1a1919;
  color: #fff;
}
.board_btn_box .btn_modi {
  border: 1px solid #323232;
  color: #3542e0;
  background: #fff;
}
.board_btn_box .btn_del {
  border: 1px solid #323232;
  color: #e03535;
  background: #fff;
}

.board_view .top .title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  background: #f7f7f7;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 25px 20px;
}
.board_view .top .info {
  height: 55px;
  padding: 0 30px;
  border-bottom: 1px solid #ededed;
}
.board_view .top .info:after {
  content: "";
  clear: both;
  display: block;
}
.board_view .top .info .writer {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 55px;
}
.board_view .top .info .writer span {
  margin-left: 8px;
  display: inline-block;
  color: #666;
}
.board_view .top .info .date {
  float: right;
  font-size: 16px;
  line-height: 55px;
  color: #666;
}
.board_view .top .info .date:before {
  display: inline-block;
  content: "|";
  margin: 0 10px 0 15px;
  color: #999;
  font-size: 16px;
}
.board_view .top .info .num {
  float: right;
  font-size: 16px;
  color: #999;
  line-height: 55px;
}
.board_view .top .info .num span {
  margin-left: 8px;
  display: inline-block;
  color: #666;
}
.board_view .top .file {
  text-align: right;
}
.board_view .top .file p {
  line-height: 20px;
  font-size: 16px;
  color: #999;
}
.board_view .top .file p a {
  color: #999;
  line-height: 24px;
  font-size: 20px;
}
.board_view .top .file img {
  vertical-align: middle;
  width: 15px;
}
.board_view .content {
  padding: 50px 30px;
}
.board_view .content:after {
  content: "";
  clear: both;
  display: block;
}
.board_view .content .body {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  padding: 30px 30px 80px;
  min-height: 300px;
  border-bottom: 1px solid #ddd;
}
.board_view .content .body p {
  font-size: 20px;
  line-height: 35px;
}
.board_view .content .body .btn_detail {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: inline-block;
  background: #fb794b;
  height: 50px;
  color: #fff;
}
.board_view .content .body .btn_detail a {
  padding: 0 30px;
  line-height: 50px;
  display: block;
  color: #fff;
}
.board_view .content .body .btn_detail img {
  vertical-align: baseline;
  margin-left: 5px;
  display: inline-block;
}

.board_write {
  padding: 30px 30px;
  border: 1px solid #ededed;
}
.board_write h2 {
  position: relative;
  margin-bottom: 30px;
}
.board_write h2 span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 3px solid #f7aa55;
  display: inline-block;
  padding-right: 10px;
  z-index: 5;
  background: #fff;
}
.board_write h2:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.board_write .btn_box {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 57px;
}
.board_write .btn_box .btn {
  font-size: 18px;
  width: 150px;
  margin: 0 5px;
}
.board_write .btn_box .btn_submit {
  background: #323232;
  color: #fff;
}
.board_write .btn_box .btn_cancel {
  border: 1px solid #323232;
  color: #323232;
  background: #fff;
}

/* 일반게시판 끝 */

/* 20230407 수정사항 */
#wrap #header .inner .header_content #gnb {
   margin:27px 0 0 250px;
}

#wrap #header .inner .header_content .search_box {
    width: 222px;
}

#wrap #header .inner .header_content .search_box .search {
   margin-top:0;
}
#wrap #header .inner .header_content .header_right .search_box .total_menu_btn {
  margin-top:6px;
}

#wrap #header .inner .header_content .search_box .search .search_btn {
   padding:10px 0 0 2px;
}

/* 뉴스레터 신청 시작 */
.newsletter_regist {
  margin: 0 10px 10px 10px;
}
.newsletter_regist .lay_title {
  margin: 0 0 10px 0;
}
.newsletter_regist h3 {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  padding: 20px 0 15px 0;
}
.newsletter_regist .title p {
  padding: 5px 0 10px 0;
}
.newsletter_regist .inf {
  border: 7px solid #d1d1d1;
  padding: 15px;
}
.newsletter_regist .txt2 {
  padding: 10px 0 3px 0;
  margin: 0px;
}
.newsletter_regist fieldset {
  border: 0;
  padding: 0 0 30px 0;
  margin: 0;
  overflow: hidden;
}
.newsletter_regist fieldset img {
  border: none;
  vertical-align: middle;
}
.newsletter_regist fieldset legend {
  display: none;
}
.newsletter_regist fieldset p {
  border-bottom: 1px #eaeaea solid;
  padding: 8px 0 8px 0;
  margin: 0px;
}
.newsletter_regist fieldset p span {
  font-size: 11px;
  color: #000000;
  font-family: "돋움";
  letter-spacing: -1px;
}
.newsletter_regist fieldset p:after {
  content: "";
  clear: both;
}
.newsletter_regist fieldset p label {
  padding: 0;
  margin: 2px 0 0 5px;
  width: 70px;
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.newsletter_regist fieldset p input {
  border: 1px #eaeaea solid;
  padding: 2px 0;
  background: #fff;
  height: 30px;
}
.newsletter_regist fieldset .spaminput {
  text-align: center;
  font-size: 22px;
  width: 70px;
  height: 30px;
  margin-bottom: 4px;
}
.newsletter_regist fieldset .reg {
  float: left;
  padding-left: 3px;
}
.newsletter_regist fieldset textarea {
  border: 1px #eaeaea solid;
}
.newsletter_regist .input02 {
  border: 1px #eaeaea solid;
  padding: 2px 0 2px 100px;
  background: #fff;
}
.newsletter_regist .submit {
  text-align: center;
  margin-top: 20px;
}
.newsletter_regist .submit .btn_submit {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #000;
}
.newsletter_regist .submit .btn_cancel {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #cc4242;
}
.newsletter_regist .table {
  border: 1px solid #000;
}
.newsletter_regist .table td {
  border: 1px solid #000;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
}
.newsletter_regist .explain {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

/* 뉴스레터 신청 끝 */

.banner_b {border:1px solid #ededed; overflow:hidden;}

.wing_banner {
    position: absolute;
    width: 1180px;
}
.wing_banner .wb_left {
    position: absolute;
    left: -200px;
    width: 160px;
}
.wing_banner .wb_right {
    position: absolute;
    right: -310px;
    width: 160px;
}