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

.layout_padding {
  padding: 0 20px;
}

body {
  background: #f7f7f7;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Sans-serif';
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.07em;
  overflow-x: hidden;
}

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

.bg_gray {
  background: #f5f5f5;
}

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

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

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

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

.h8 {
  height: 8px;
  clear: both;
}

.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;
}

.h37 {
  height: 37px;
  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;
}

.h57 {
  height: 57px;
  clear: both;
}

.h60 {
  height: 60px;
  clear: both;
}

.h65 {
  height: 65px;
  clear: both;
}

.h70 {
  height: 70px;
  clear: both;
}

.h75 {
  height: 75px;
  clear: both;
}

.h80 {
  height: 80px;
  clear: both;
}

.h85 {
  height: 85px;
  clear: both;
}

.h90 {
  height: 90px;
  clear: both;
}

.h100 {
  height: 100px;
  clear: both;
}

.h105 {
  height: 105px;
  clear: both;
}

.h125 {
  height: 125px;
  clear: both;
}

.line {
  height: 1px;
  width: 100%;
  background: #eee;
}

.line1 {
  height: 1px;
  width: 100%;
  background: #333;
}

.line50 {
  margin: 50px 0;
  height: 1px;
  width: 100%;
  background: #eee;
}

.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;
}

.layout_padding_15 {
  padding: 0 15px;
}

.section_title {
  font-size: 22px;
  color: #666;
  margin: 18px 0 11px;
  padding: 0 15px;
  font-weight: 400;
}

.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: 15px;
  background-color: #efefed;
}

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

.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://www.busan.com/nas/wcms/public/m/images/new/btn_top.png) center center no-repeat;
  width: 35px;
  height: 35px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

/* 공통 끝 */
/* 헤더 시작 */
#header {
  width: 100%;
  position: relative;
  height: 65px;
  border-bottom: 2px solid #333;
}

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

#header .left .btn_menu {
  position: absolute;
  left: 20px;
  top: 24px;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 18px;
}

#header .left .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;
}

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

#header .left .btn_menu span:nth-of-type(2) {
  top: 8px;
}

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

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

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

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

#header .right .btn_search {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 20px;
}

#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;
}

.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;
}

.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 {
  padding: 20px 25px;
  position: relative;
}

#menu .top .newsletter {
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

#menu .top .newsletter img {
  width: 100%;
}

#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: 0 25px;
  position: relative;
}

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

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

#menu .menu_search_wrap .search_submit {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 0;
  width: 61px;
  height: 40px;
  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 {
  padding: 0 25px;
  margin-top: 10px;
}

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

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

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

#menu #lnb > ul.br {
  border-right: 1px solid #eee;
}

#menu #lnb > ul > li {
  float: left;
  width: 50%;
  line-height: 44px;
  font-size: 17px;
  text-align: left;
  background-color: #fff;
  letter-spacing: -0.07em;
}

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

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

#menu #lnb > ul > li > a {
  color: #272727;
  display: block;
}

#menu #lnb > ul > li ul {
  border-bottom: 0;
  border-top: 0;
  border-left: 1px solid #e9e9e9;
}

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

#menu #lnb > ul > li ul li {
  width: 50%;
  font-size: 14px;
  float: left;
  text-align: center;
  margin-top: -1px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

#menu #lnb > ul > li ul li a {
  color: #888;
  display: block;
  height: 35px;
  line-height: 35px;
}

#menu .sns_link {
  margin-top: 10px;
  border-top: 1px solid #dadada;
  padding-top: 17px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}

#menu .sns_link a {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}

#menu .sns_link a img {
  width: 30px;
  height: 30px;
}

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

#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://www.busan.com/nas/wcms/public/m/images/new/page_prev.gif) center center no-repeat;
  text-indent: -99999px;
}

.page > a.next {
  background: transparent url(http://www.busan.com/nas/wcms/public/m/images/new/page_next.gif) 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 {
  background: #3c3c3c;
  width: 100%;
}

#footer h1 {
  padding: 25px 0 20px;
}

#footer h1 img {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  max-height: 30px;
}

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

#footer .util .pc_mode {
  color: #f2f2f2;
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

#footer .util .split {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background: #757575;
  margin: 0 15px 0 25px;
}

#footer .util .sns_link {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

#footer .util .sns_link a {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}

#footer .util .sns_link a img {
  width: 30px;
  height: 30px;
}

#footer .copyright {
  padding: 0 40px;
  font-size: 14px;
  line-height: 20px;
  color: #9c9c9c;
  text-align: center;
  padding-bottom: 20px;
}

#footer .move_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
}

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

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

.article_view .article_head h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
  margin: 20px 0 10px 0;
  text-align: left;
}

.article_view .article_head .info {
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
}

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

.article_view .article_head .info .date {
  float: left;
  font-size: 16px;
  color: #999;
}

.article_view .article_head .info .byline {
  float: right;
  font-size: 16px;
  color: #555;
}

.article_view .article_head .utils {
  position: relative;
  padding-top: 20px;
}

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

.article_view .article_head .utils .sns {
  float: left;
}

.article_view .article_head .utils .sns a {
  margin-right: 4px;
}

.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: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin-left: 4px;
  color: #555;
  cursor: pointer;
}

.article_view .article_head .utils .tools .btns li.font_up {
  background: #FFF url("http://www.busan.com/nas/wcms/public/m/images/new/article_view_icon_fontup.jpg") no-repeat center center;
}

.article_view .article_head .utils .tools .btns li.font {
  width: 26px;
}

.article_view .article_head .utils .tools .btns li.font_down {
  background: #FFF url("http://www.busan.com/nas/wcms/public/m/images/new//article_view_icon_fontdown.jpg") 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://www.busan.com/nas/wcms/public/m/images/new/btn_close.png) 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: 0 15px;
}

.article_view .article_content h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #111;
  margin: 14px 0 15px 0;
  padding-left: 15px;
  border-left: 4px solid #bbb;
}

.article_view .article_content figure {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.article_view .article_content figure img {
  display: block;
  width: 100%;
}

.article_view .article_content figure figcaption {
  font-size: 15px;
  color: #999;
  line-height: 22.5px;
  padding: 0 15px;
  margin: 13px 0 13px;
}

.article_view .article_content p {
  font-size: 16px;
  color: #000;
  line-height: 1.7em;
  margin-bottom: 1.3em;
}

.article_view .article_content strong {
  font-size: 16px;
  color: #000;
  line-height: 1.7em;
}

.article_view .article_content .copyright {
  font-size: 18px;
  color: #000;
  line-height: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* 이슈 투데이 시작 */
.issue_today_news {
  padding: 0 20px;
}

.issue_today_news h2 {
  font-size: 23px;
  margin: 0 0 4px 0;
  color: #000;
  font-weight: 600;
}

.issue_today_news ul li {
  padding-left: 20px;
  background: url(http://www.busan.com/nas/wcms/public/m/images/new/real_hot_icon.png) 0 15px no-repeat;
  line-height: 37px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

/* 이슈 투데이 끝 */
/* 실시간 핫뉴스 시작 */
.real_hot_news {
  padding: 0 20px;
}

.real_hot_news h2 {
  font-size: 23px;
  margin: 0 0 4px 0;
  color: #000;
  font-weight: 600;
}

.real_hot_news ul li {
  padding-left: 20px;
  background: url(http://www.busan.com/nas/wcms/public/m/images/new/real_hot_icon.png) 0 15px no-repeat;
  line-height: 37px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
}

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

/* 실시간 핫뉴스 끝 */
/* 당신이 좋아할만한 콘텐츠 시작 */
.favorite_news {
  padding: 0 20px;
}

.favorite_news h2 {
  font-size: 23px;
  color: #000;
  margin: 0 0 15px 0;
}

.favorite_news ul {
  margin: 0 -7px;
}

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

.favorite_news ul li {
  padding: 0 7px;
  float: left;
  width: 50%;
}

.favorite_news ul li .thumb {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.favorite_news ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.favorite_news ul li .title {
  margin-top: 8px;
  font-size: 20px;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}

.favorite_news ul li .title a {
  color: #000;
}

/* 당신이 좋아할만한 콘텐츠 끝 */
/* fun 부산 시작 */
.fun_busan {
  padding: 0 20px;
}

.fun_busan h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.fun_busan h2 a {
  color: #000;
}

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

.fun_busan ul li {
  float: left;
  width: 50%;
  position: relative;
}

.fun_busan ul li img {
  display: block;
  width: 100%;
}

/* fun 부산 끝 */
.comment_wrap {
  padding: 0 15px;
}

/* 기사본문 끝 */
.page_more {
  border-top: 1px solid #e9e9e9;
  text-align: center;
  padding: 15px 0 15px;
}

.page_more a {
  display: inline-block;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.page_more a img {
  vertical-align: middle;
  margin-left: 4px;
}

.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;
}

.banner_img {
  padding: 0 25px;
}

.banner_img img {
  width: 100%;
}

.banner_img1 img {
  width: 100%;
}

.banner_img2 {
  padding: 0 15px;
}

.banner_img2 img {
  width: 100%;
}

.main_title {
  padding: 0 25px;
  font-size: 21px;
  font-weight: 600;
  color: #111;
}

.main_title2 {
  padding: 0 15px;
  font-size: 21px;
  font-weight: 600;
  color: #111;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* 많이 본 뉴스 시작 */
.many_news {
  border-bottom: 1px solid #ddd;
}

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

.many_news > .lists {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.many_news > .lists ul {
  position: absolute;
  float: left;
  width: 100%;
  height: 52px;
  padding: 0 0 0 0 !important;
  background: #f7f7f7;
}

.many_news > .lists .more {
  position: relative;
  z-index: 5;
  float: right;
  width: 60px;
  height: 52px;
  cursor: pointer;
  text-align: center;
}

.many_news > .lists .more img {
  display: inline-block;
  padding-top: 20px;
}

.many_news > .lists.on {
  overflow: visible;
  z-index: 5;
}

.many_news > .lists.on .more {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.many_news > .lists.on ul {
  position: absolute;
  height: auto;
}

.many_news > .lists.on ul:after {
  content: '';
  clear: both;
  display: block;
}

.many_news ul {
  counter-reset: many_news;
}

.many_news ul li {
  font-size: 20px;
  color: #000;
  padding: 0 10px 0 15px;
  font-weight: 400;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}

.many_news ul li:before {
  counter-increment: many_news;
  content: counter(many_news);
  font-size: 25px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  width: 30px;
  vertical-align: top;
}

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

/* 많이 본 뉴스 끝 */
/* 탭메뉴 시작 */
.nav_tabs {
  position: relative;
  border: 0;
  border-bottom: 1px solid #ddd;
}

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

.nav_tabs > li {
  position: relative;
  float: left;
  margin-bottom: -1px;
  text-align: center;
}

.nav_tabs.tab_col_2 > li {
  width: 50%;
  min-width: 0;
  text-align: center;
}

.nav_tabs.tab_col_3 > li {
  width: 33.333%;
  min-width: 0;
  text-align: center;
}

.nav_tabs.tab_col_4 > li {
  width: 25%;
  min-width: 0;
  text-align: center;
}

.nav_tabs > li > a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 55px;
  background: #fff;
}

.nav_tabs > li > a > span.cate1 {
  color: #da298d;
}

.nav_tabs > li > a > span.cate2 {
  color: #3569ec;
}

.nav_tabs > li > a > span.cate3 {
  color: #bc7d0f;
}

.nav_tabs > li:first-child > a {
  margin-left: 0;
}

.nav_tabs > li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background: #e2e2e2;
  top: 16px;
  right: 0;
}

.nav_tabs > li.active:after {
  display: none;
}

.nav_tabs > li:last-child:after {
  display: none;
}

.nav_tabs > li > a:hover {
  background-color: #e2e2e2;
}

.nav_tabs > li.active > a,
.nav_tabs > li.active > a:hover,
.nav_tabs > li.active > a:focus {
  font-size: 16px;
  cursor: default;
  color: #000;
  background: #e2e2e2;
}

.nav_tabs_wrap > div {
  display: none;
  background: #e2e2e2;
  padding: 20px 20px 15px;
}

.nav_tabs_wrap > div.on {
  display: block;
}

.nav_tabs_wrap > div .none_data {
  display: block;
  line-height: 150px;
  text-align: center;
}

/* 탭메뉴 끝 */
/* 배너 슬라이드 시작 */
.banner_slide {
  width: 100%;
  overflow: hidden;
}

.banner_slide .slick-dots {
  text-align: right;
  bottom: auto;
  top: 5px;
  right: 10px;
}

.banner_slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.banner_slide .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}

.banner_slide .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #f1f1f1;
  border-radius: 5px;
  font-size: 0;
  opacity: 1;
}

.banner_slide .slick-dots li.slick-active button:before {
  background: #346cff;
}

/* 배너 슬라이드 끝 */
/* 가이드 시작 */
.guide ul:after {
  content: '';
  clear: both;
  display: block;
}

.guide ul li {
  float: left;
  width: 20%;
  /*
    border: 1px solid #d7d7d7;
    border-right: 0;
    background: #f7f7f7;
    padding: 5px 8px 12px;*/
}

.guide ul li img {
  width: 100%;
}

/*
.guide ul li:last-child {
    border-right: 1px solid #d7d7d7;
}

.guide ul li .top {
    font-size: 16px;
    color: #000;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.guide ul li .top img {
    display: inline-block;
}

.guide ul li:nth-child(1) .top img {
    margin-top: 11px;
    width: 18px;
}

.guide ul li:nth-child(2) .top img {
    margin-top: 11px;
    width: 33px;
}

.guide ul li:nth-child(3) .top img {
    margin-top: 9px;
    width: 23px;
}

.guide ul li:nth-child(4) .top img {
    margin-top: 9px;
    width: 13px;
}

.guide ul li:nth-child(5) .top img {
    margin-top: 12px;
    width: 13px;
}

.guide ul li .btn_guide {
    width: 100%;
    margin: 0 auto;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
}

.guide ul li .btn_guide a {
    color: #000;
}

@media screen and (max-width:150px) {
    .guide {
        padding: 20px 20px;
    }

    .guide ul li {
        float: none;
        width: 100%;
        border-right: 1px solid #d7d7d7;
        padding: 15px 8px 12px;
        margin-bottom: 10px;
    }

    .guide ul li .top {
        font-size: 20px;
        height: 45px;
    }

    .guide ul li:nth-child(1) .top img {
        margin-top: 7px;
        width: auto;
    }

    .guide ul li:nth-child(2) .top img {
        margin-top: 7px;
        width: auto;
    }

    .guide ul li:nth-child(3) .top img {
        margin-top: 3px;
        width: auto;
    }

    .guide ul li:nth-child(4) .top img {
        margin-top: 2px;
        width: auto;
    }

    .guide ul li:nth-child(5) .top img {
        margin-top: 8px;
        width: auto;
    }

    .guide ul li .btn_guide {
        height: 35px;
        line-height: 33px;
        border-radius: 17px;
        font-size: 16px;
    }
}
*/
/* 가이드 끝 */
/* 서비스 바로가기 시작 */
.service_wrap {
  padding: 0 20px;
}

.service_wrap h2.head_title {
  font-size: 23p;
  color: #000;
  margin: 15px 0 12px 0;
}

.service_wrap h2.head_title a {
  color: #000;
}

.service_wrap ul {
  border-bottom: 1px solid #e5e5e5;
}

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

.service_wrap ul li {
  float: left;
  width: 33.333%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  line-height: 38px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  background: #fff;
}

.service_wrap ul li:nth-child(3n) {
  border-right: 1px solid #e5e5e5;
}

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

/* 서비스 바로가기 끝 */
/* 개인화페이지 보기 시작 */
.persnal_view {
    display: block; position: relative; z-index: 50; margin: 0 auto; width: 100%; right: 0;
        /* width: 200px; */
    }

.persnal_view .scroll_up {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.persnal_view .scroll_up img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 12px;
}

.persnal_view .scroll_down {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.persnal_view .scroll_down img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.persnal_view .switch_box {

  line-height: 50px;
  /* background: #ccc;
  border: 1px solid #ddd; */
  font-size: 14px;
  color: #000;

}

.persnal_view .switch_box .switch_wrap {
  /* position: absolute;
  right: 18px;
  top: 19px; */
}

.persnal_view .switch_box .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 12px;
}

.persnal_view .switch_box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.persnal_view .switch_box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  -webkit-transition: .4s;
  transition: .4s;
}

.persnal_view .switch_box .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: -2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.persnal_view .switch_box input:checked + .slider {
  background-color: #f0f0f0;
}

.persnal_view .switch_box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

.persnal_view .switch_box input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.persnal_view .switch_box .slider.round {
  border-radius: 8px;
}

.persnal_view .switch_box .slider.round:before {
  border-radius: 50%;
}

/* 개인화페이지 보기 끝 */
@media (max-width: 3000px) {
  #header {
    height: 53px;
  }
  #header h1 img {
    max-width: 100px;
    max-height: 30px;
  }
  #header .left .btn_menu {
    width: 20px;
    left: 17px;
    top: 17px;
  }
  #header .right .btn_search {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 15px;
  }
  .article_view .article_head h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
  }
  .article_view .article_head .info .date {
    font-size: 13px;
  }
  .article_view .article_head .info .byline {
    font-size: 13px;
  }
  .article_view .article_head .utils .sns img {
    width: 30px;
  }
  .article_view .article_head .utils .tools .btns li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .article_view .article_head .utils .tools .btns li.font_down {
    background-size: 100% 100%;
  }
  .article_view .article_head .utils .tools .btns li.font_up {
    background-size: 100% 100%;
  }
  .article_view .article_content h3 {
    font-size: 14px;
    line-height: 23px;
    padding-left: 10px;
  }
  .article_view .article_content p {
    font-size: 14px;
  }
  .article_view .article_content .copyright {
    font-size: 15px;
    line-height: 22px;
    padding: 18px 0;
  }
  .issue_today_news {
    padding: 0 15px;
  }
  .issue_today_news h2 {
    font-size: 18px;
  }
  .issue_today_news ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .issue_today_news ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .real_hot_news {
    padding: 0 15px;
  }
  .real_hot_news h2 {
    font-size: 18px;
  }
  .real_hot_news ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .real_hot_news ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .favorite_news {
    padding: 0 15px;
  }
  .favorite_news h2 {
    font-size: 18px;
  }
  .favorite_news ul li .thumb {
    height: 110px;
  }
  .favorite_news ul li .title {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .many_news ul li:before {
    font-size: 20px;
    width: 25px;
  }
  .many_news ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .many_news > .lists .more {
    height: 40px;
    width: 50px;
  }
  .many_news > .lists .more img {
    padding-top: 13px;
  }
  .many_news > .lists ul {
    height: 40px;
    width: 100%;
    padding: 0 10px 0 15px;
  }
  .many_news ul li {
    font-size: 14px;
    line-height: 40px;
  }
  .nav_tabs > li > a {
    line-height: 45px;
  }
  .service_wrap h2.head_title {
    font-size: 18px;
  }
  .service_wrap ul li {
    font-size: 14px;
    height: 33px;
    line-height: 31px;
  }
  #footer h1 img {
    max-width: 100px;
    max-height: 30px;
  }
  #footer .util .pc_mode {
    font-size: 14px;
  }
  #footer .copyright {
    font-size: 12px;
    line-height: 15px;
  }
  #footer .util .sns_link {
    line-height: 20px;
  }
  #footer .util .sns_link a img {
    width: 20px;
    height: 20px;
  }
}

.btn_article_more {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0 25px;
}

.btn_article_more a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    text-align: center;
    color: #000;
    font-size: 16px;
}