@charset "utf-8";
@import url('template_main.css');

@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('//fonts.googleapis.com/css2?family=Spartan:wght@800&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@font-face {
  font-family: 'S-CoreDream-9Black';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 100%;
  min-width: 320px;
  font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif-light;
  font-size: 14px;
  line-height: 18px;
}

body.lock {
  overflow: hidden;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border: 0px;
}

.hidden {
  height: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  visibility: hidden;
}

section ul,
nav ul,
section li nav li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.tb {
  display: table;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.tr {
  display: table-row;
}

.tc {
  display: table-cell;
  vertical-align: top;
}

.image_ratio_1vs1,
.image_ratio_4vs3,
.image_ratio_5vs3,
.image_ratio_full {
  background-size: cover;
  background-position: center top;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright30'><feComponentTransfer><feFuncR type='linear' slope='0.30'/><feFuncG type='linear' slope='0.30' /><feFuncB type='linear' slope='0.30' /></feComponentTransfer></filter></svg>#bright30");
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);

}

.image_ratio_full {
  margin-bottom: 20px;
  background-attachment: fixed;
  /*background-size: 100%  100vmax;*/
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .image_ratio_full {
    background-size: cover;
    background-attachment: scroll;
  }
}

.image_ratio_full .padding {
  padding-top: 120%;
}

.image_ratio_1vs1 .padding {
  padding-top: 100%;
}

.image_ratio_4vs3 .padding {
  padding-top: 75%;
}

.image_ratio_5vs3 .padding {
  padding-top: 60%;
}

.clear {
  clear: both;
}

@media screen and (min-width:641px) {
  .image_ratio_full {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*common*/
.base {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

.base>main {
  width: 100%;
  position: relative;
  z-index: 100;
  /* background-color: #fcfcfc; */
  overflow: hidden;
}

.base>main.common {
  padding-bottom: 5px;
}

section.hani_ranking_tab {
  padding: 10px 0px 20px 0px;
}

section.hani_ranking_tab .shadow {
  box-shadow: 0px 3px 3px #cccccc;
}

section.journalist {
  padding: 10px;
}

section.journalist>.image {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1px solid #efefef;
}

section.journalist>.tools {
  float: right;
  text-align: right;
}

section.journalist>.tools>.share {
  margin-bottom: 10px;
  text-align: right;
  line-height: 24px;
  height: 24px;
  margin-bottom: 10px;
}

section.journalist>.tools>.share .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
}

section.journalist>.tools>.share .icon.email {
  background-image: url(../image/icon/icon_mail.png);
}

section.journalist>.tools>.share .icon.facebook {
  background-image: url(../image/icon/icon_sns_facebook.png);
}

section.journalist>.tools>.share .icon.twitter {
  background-image: url(../image/icon/icon_sns_twitter.png);
}

section.journalist>.tools>.share .icon.etc {
  background-image: url(../image/icon/icon_sns_etc.png);
}

section.journalist>.tools>.share .icon.blog {
  background-image: url(../image/icon/icon_sns_blog.png);
}

section.journalist>.tools>.subscription {
  display: inline-block;
}

section.journalist>.tools>.subscription .text {
  display: inline-block;
  font-size: 12px;
  color: #999999;
}

section.journalist>.tools>.subscription .text span {
  font-size: 18px;
  color: black;
}

section.journalist>.tools>.subscription .button {
  margin-left: 3px;
}

section.journalist>.profile {
  padding: 10px 6px 10px 6px;
}

section.journalist>.profile .name {
  font-size: 14px;
}

section.journalist>.profile .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}

.subscription .button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 84px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
}

.subscription .button.none {
  background-image: url(../image/icon/button_subscription_off.png);
}

.subscription .button.done {
  background-image: url(../image/icon/button_subscription_on.png);
}

.link_button {
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}

.link_button .button {
  display: inline-block;
  text-align: center;
  background-color: white;
  font-size: 17px;
  line-height: 50px;
  width: 100%;
  color: #00beb7;
}

.link_button2 {
  text-align: center;
  padding: 0px 10px 10px 10px;
}

.link_button2 .button {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  text-align: center;
  background-color: white;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  font-size: 17px;
  line-height: 50px;
  width: 85%;
}

.base>.log {
  max-width: 300px;
  width: 50%;
  height: 50%;
  z-index: 1000;
  position: fixed;
  top: 0px;
  margin: 50px 100px 50px;
  background-color: rgba(1, 1, 1, 0.1);
  font-size: 8px;
  line-height: 9px;
}

/*header*/
header.top_menu.common {
  height: 44px;
}

header.top_menu.article {
  height: 0px;
}

header.top_menu>.box>.top .title {
  padding: 14px 70px 8px 70px;
  text-align: center;
  font-size: 17px;
  height: 25px;
  line-height: 18px;
}

header.top_menu.common>.box.normal>.top .title,
header.top_menu.common>.box.normal>.top .main {
  border-bottom: 1px solid white;
}

header.top_menu.common>.box.fixed>.top .title,
header.top_menu.common>.box.fixed>.top .main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

header.top_menu>.box>.top .main img {
  vertical-align: middle;
}

header.top_menu>.box>.top .title img {
  width: 70px;
  vertical-align: middle;
}

header.top_menu>.box>.top .button.hani {
  left: 40px;
}

header.top_menu>.box>.top .button>span {
  opacity: 0;
  font-size: 10px;
  line-height: 1em;
  vertical-align: top;
}

header.top_menu.article>.box.menu>.top,
header.top_menu.article>.box.share>.top .title {
  background-color: white;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05);
}

header.top_menu.article0>.box.normal>.top {
  background-color: white;
}

header.top_menu.article1>.box.normal>.top .title {
  color: white;
}

header.top_menu.main>.box>.top .button.left,
header.top_menu.common>.box>.top .button.left,
header.top_menu.article0>.box>.top .button.left,
header.top_menu.article1>.box.menu>.top .button.left,
header.top_menu.article1>.box.share>.top .button.left {
  background-image: url(../image/icon/icon_top_left_black.png);
}

header.top_menu.article1>.box.normal>.top .button.left {
  background-image: url(../image/icon/icon_top_left_white.png);
}

header.top_menu.main>.box>.top .button.hani,
header.top_menu.common>.box>.top .button.hani,
header.top_menu.article0>.box>.top .button.hani,
header.top_menu.article1>.box.menu>.top .button.hani,
header.top_menu.article1>.box.share>.top .button.hani {
  background-image: url(../image/icon/icon_top_hani_black.png);
}

header.top_menu.article1>.box.normal>.top .button.hani {
  background-image: url(../image/icon/icon_top_hani_white.png);
}

header.top_menu.logout.main>.box>.top .button.right,
header.top_menu.logout.common>.box>.top .button.right,
header.top_menu.logout.article0>.box>.top .button.right,
header.top_menu.logout.article1>.box.menu>.top .button.right,
header.top_menu.logout.article1>.box.share>.top .button.right {
  background-image: url(../image/icon/icon_top_right_logout_black.png);
}

header.top_menu.logout.article1>.box.normal>.top .button.right {
  background-image: url(../image/icon/icon_top_right_logout_white.png);
}

header.top_menu.login.main>.box>.top .button.right,
header.top_menu.login.common>.box>.top .button.right,
header.top_menu.login.article0>.box>.top .button.right,
header.top_menu.login.article1>.box.menu>.top .button.right,
header.top_menu.login.article1>.box.share>.top .button.right {
  background-image: url(../image/icon/icon_top_right_login_black.png);
}

header.top_menu.login.article1>.box.normal>.top .button.right {
  background-image: url(../image/icon/icon_top_right_login_white.png);
}

header.top_menu.alert.main>.box>.top .button.right,
header.top_menu.alert.common>.box>.top .button.right,
header.top_menu.alert.article0>.box>.top .button.right,
header.top_menu.alert.article1>.box.menu>.top .button.right,
header.top_menu.alert.article1>.box.share>.top .button.right {
  background-image: url(../image/icon/icon_top_right_alert_black.png);
}

header.top_menu.noti.article1>.box.normal>.top .button.right {
  background-image: url(../image/icon/icon_top_right_alert_white.png);
}

header.top_menu>.box>.top .sns.more {
  /*20190423*/
  position: absolute;
  top: 15px;
  right: 45px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(../image/icon/icon_share_article_black.png);
  background-size: 16px 16px;
}

header.top_menu.article>.box>.mid {
  top: 0px;
  position: absolute;
  background-color: white;
  height: 48px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 156;
}

header.top_menu.article>.box>.mid>.box {
  padding: 14px 12px 14px 12px;
}

header.top_menu.article>.box>.mid>.box>.sns {
  height: 24px;
}

header.top_menu.article>.box>.mid>.box>.sns .icon {
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  vertical-align: top;
}

header.top_menu.article>.box>.mid>.box>.sns .count {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 24px;
  vertical-align: top;
}

header.top_menu.article>.box>.mid>.box>.sns.facebook,
header.top_menu.article>.box>.mid>.box>.sns.twitter,
header.top_menu.article>.box>.mid>.box>.sns.kakao,
header.top_menu.article>.box>.mid>.box>.sns.more {
  float: left;
  margin-right: 12px;
}

header.top_menu.article>.box>.mid>.box>.sns.reply {
  float: right;
}

header.top_menu.article>.box>.mid>.box>.sns.facebook .icon {
  width: 22px;
  height: 22px;
  background-image: url(../image/icon/icon_sns_facebook.png);
  background-size: 22px 22px;
}

header.top_menu.article>.box>.mid>.box>.sns.twitter .icon {
  width: 22px;
  background-image: url(../image/icon/icon_sns_twitter.png);
  background-size: 22px 22px;
}

header.top_menu.article>.box>.mid>.box>.sns.more .icon {
  width: 24px;
  background-image: url(../image/icon/icon_sns_more.png);
  background-size: 24px 24px;
}

header.top_menu.article>.box>.mid>.box>.sns.reply .icon {
  width: 22px;
  height: 22px;
  background-image: url(../image/icon/icon_sns_reply.png);
  background-size: 22px 22px;
}

header.top_menu.article>.box>.mid>.box>.sns.kakao .icon {
  width: 24px;
  height: 24px;
  background-image: url(../image/icon/icon_sns_kakao.png);
  background-size: 24px 24px;
}

header.top_menu.main>.box>.bot {
  width: 100%;
  background-color: white;
  table-layout: fixed;
  cursor: pointer;
}

header.top_menu.main>.box>.bot .tr {
  width: 100%;
  height: 38px;
  background-color: white;
}

header.top_menu.main>.box.fixed>.bot .tr {
  border-bottom: 1px solid #e4e4e4;
}

header.top_menu.main>.box>.bot .menu_item {
  text-align: center;
  line-height: 0px;
  height: 38px;
}

header.top_menu.main>.box>.bot .menu_item>.box {
  display: inline-block;
  width: 100%;
  height: 36px;
  vertical-align: middle;
  background-size: 53px 19px;
  background-position: center 10px;
  background-repeat: no-repeat;
}

header.top_menu.main>.box>.bot .menu_item.selected>.box {
  border-bottom: 2px solid #00beb7;
  color: #00beb7;
}

header.top_menu.main>.box>.bot .menu_item.selected>.box.tab0 {
  border-bottom: 2px solid #00b6ab;
  color: #00beb7;
}

header.top_menu.main>.box>.bot .menu_item.selected>.box.tab1 {
  border-bottom: 2px solid #f6891f;
  color: #f6891f;
}

header.top_menu.main>.box>.bot .menu_item.selected>.box.tab2 {
  border-bottom: 2px solid #0072bb;
  color: #0072bb;
}

header.top_menu.main>.box>.bot .menu_item.selected>.box.tab0 {
  background-image: url(../image/icon/icon_main_tab_menu0_on.png);
}

header.top_menu.main>.box>.bot .menu_item.unselected>.box.tab0 {
  background-image: url(../image/icon/icon_main_tab_menu0_off.png);
}

header.top_menu.main>.box>.bot .menu_item.selected>.box.tab1 {
  background-image: url(../image/icon/icon_main_tab_menu1_on.png);
}

header.top_menu.main>.box>.bot .menu_item.unselected>.box.tab1 {
  background-image: url(../image/icon/icon_main_tab_menu1_off.png);
}

header.top_menu.main>.box>.bot .menu_item.selected>.box.tab2 {
  background-image: url(../image/icon/icon_main_tab_menu2_on.png);
}

header.top_menu.main>.box>.bot .menu_item.unselected>.box.tab2 {
  background-image: url(../image/icon/icon_main_tab_menu2_off.png);
}

header.top_menu.article>.box>.bot {
  height: 8px;
  padding: 6px 20px 1px 20px;
}

header.top_menu.article>.box>.bot nav.article {
  text-align: center;
}

header.top_menu.article>.box>.bot nav.article>.button {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  width: 5px;
  height: 5px;
  box-shadow: 0px 1px 1px #dcdcdc;
  vertical-align: top;
}

header.top_menu.article>.box>.bot nav.article>.button.selected {
  background-color: #00beb7;
}

header.top_menu.article>.box>.bot nav.article>.button.unselected {
  background-color: #ffffff;
  opacity: 0.8;
}

/*20180801logo
header.top_menu.main	> .box	> .top		.main { background:url(//img.hani.co.kr/section-image/15/mobile/image/logo/hani_main_20180801.jpg) no-repeat center top; background-size:cover;}
header.top_menu.main	> .box	> .top		.main a { display:none;}*/

/*aside*/
.base>aside {
  z-index: 220;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto 0px auto;
  background-color: #fff;
}

header.aside {
  width: 100%;
  max-width: 640px;
  z-index: 250;
  margin: 0px auto 0px auto;
}

header.aside>.top {
  width: 100%;
  height: 44px;
  position: relative;
}

header.aside>.top .button {
  position: absolute;
  top: 0px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 260;
  background-color: rgba(250, 250, 250, 0.9);
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_top_close.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

aside.left>header.aside>.top .button {
  left: 0px;
  background-position: 14px 14px;
}

aside.right>header.aside>.top .button {
  right: 0px;
  background-position: 14px 14px;
}

header.aside>.top .button img {
  vertical-align: middle;
  width: 16px;
}

header.aside>.top .background {
  position: relative;
  width: 100%;
  height: 44px;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 255;
}

aside.left>header.aside>.mid {
  background-color: rgba(250, 250, 250, 0.8);
}

aside.left>header.aside>.mid .search_box {
  padding: 5px 0px 5px 0px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  background-color: rgba(250, 250, 250, 1);
}

aside.left>header.aside>.mid .search_box .button {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-position: center center;
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_search.png);
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer;
}

aside.left>header.aside>.mid .search_box input {
  padding: 3px 10px 3px 10px;
  border-left: 0px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  width: 80%;
  height: 28px;
  font-size: 16px;
  vertical-align: top;
}


.aside_left_slide_box,
.aside_right_slide_box {
  background-color: white;
}

.aside_left_menu_slide_box .slide_mid {
  overflow: hidden;
  height: 39px;
  border-bottom: 1px solid #eaeaea;
}

.aside_left_menu_slide_box .scroll_x_item {
  display: inline-block;
  vertical-align: top;
}

.aside_left_menu_slide_box .scroll_x_item .title {
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.aside_left_menu_slide_box .scroll_x_item.selected .title {
  border-bottom: 1px solid #00beb7;
  color: #00beb7;
}

.aside_right_slide_box .slide_top>.tb {
  table-layout: fixed;
  width: 100%;
  background-color: white;
}

.aside_right_slide_box .slide_top>.tb>.tr {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.aside_right_slide_box .slide_top>.tb .item .title {
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
}

.aside_right_slide_box .slide_top>.tb .item.selected .title {
  border-bottom: 1px solid #00beb7;
  color: #00beb7;
  font-size: 14px;
}

.aside_right_slide_box .slide_top>.tb .item .title>.text {
  display: inline-block;
  position: relative;
}

.aside_right_slide_box .slide_top>.tb .item .title>.text>.count {
  position: absolute;
  top: 6px;
  right: -16px;
  color: white;
  background-color: #ff0000;
  border-radius: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  width: 15px;
  height: 15px;
  font-family: HelveticaNeue-Thin, sans-serif-thin;
}

.aside_right_slide_box .slide_mid .slide_item .item_box {
  padding: 20px;
}

.body_side_slide_box .slide_mid {
  background-color: white;
}

.aside_right_slide_box .slide_mid .slide_item {
  background-color: #eeeeee;
}

aside.right section.login_box {
  padding: 40px 10px 10px 10px;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}

aside.right section.login_box .text {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

aside.right section.login_box .login {
  display: inline-block;
  color: white;
  background-color: #00beb7;
  border: 1px solid #00beb7;
  border-radius: 5px;
  padding: 10px 15px 12px 15px;
  font-size: 17px;
  line-height: 14px;
}

aside.right section.user_info {
  padding: 10px 10px 10px 10px;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
}

aside.right section.user_info .profile {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  border-radius: 100%;
  border: 1px solid #dddddd;
  margin-right: 5px;
}

aside.right section.user_info .logout {
  float: right;
  display: inline-block;
  margin-top: 4px;
  color: #00beb7;
  border: 1px solid #b9e0df;
  border-radius: 5px;
  padding: 6px 8px 7px 8px;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  opacity: 0.8;
}

aside.right section.my_subscription>ul>li.page.unselected {
  display: none;
}

aside.right section.my_subscription>nav>.page_body>span.unselected {
  cursor: pointer;
}

aside.right>main>.subscription {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 600;
  text-align: center;
}

aside.right>main>.subscription>.box {
  position: relative;
  max-width: 640px;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.6);
  margin: 0px auto 0px auto;
}

aside.right>main>.subscription>.box>header {
  height: 50px;
  position: absolute;
  top: 0px;
  width: 100%;
}

aside.right>main>.subscription>.box>header>.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-image: url(../image/icon/icon_top_close_white.png);
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  z-index: 605;
}

aside.right>main>.subscription>.box>main {
  height: 100%;
}

aside.right>main>.subscription>.box>main>section {
  position: relative;
  display: inline-block;
  width: 300px;
  z-index: 608;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

aside.right>main>.subscription>.box>main>section>ul>li {
  padding: 20px 10px 20px 100px;
  background-color: white;
  text-align: left;
  line-height: 24px;
}

aside.right>main>.subscription>.box>main>section>ul>li+li {
  border-top: 1px solid #eeeeee;
}

/*
footer.aside {
  width: 100%;
}

footer.aside>.menu.tb {
  width: 100%;
  table-layout: fixed;
}

footer.aside>.menu.tb .tc {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #00beb7;
  cursor: pointer;
}

footer.aside>.menu.tb .tc:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

footer.aside>nav.section_list>.tb {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}

footer.aside>nav.section_list>hr {
  margin: 10px 0px 10px 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 0px;
  height: 0px;
  width: 100%;
}

footer.aside>nav.section_list>.tb .tc {
  font-size: 14px;
  padding: 5px 10px 10px 30px;
  font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif-light;
}

footer.aside>nav.section_list>.tb .tc.highlight {
  color: #00beb7;
}

footer.aside>nav.section_list>.tb .tc .link {
  cursor: pointer;
}
*/

.base>aside main.aside {
  height: 100%;
  overflow-y: scroll;
}

nav.section_list {
  padding-bottom: 150px;
}

nav.section_list>.tb {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}

nav.section_list>hr {
  margin: 10px 0px 10px 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 0px;
  height: 0px;
  width: 100%;
}

nav.section_list>.tb .tc {
  font-size: 14px;
  padding: 5px 10px 10px 30px;
  font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif-light;
}

nav.section_list>.tb .tc.highlight {
  color: #00beb7;
}

nav.section_list>.tb .tc .link {
  cursor: pointer;
}



/*advertise*/
.adBox .adItem {
  text-align: center;
}

.adBox.adTop {
  padding: 10px 0px 10px 0px;
}

.adBox.adTop,
.adBox.adMiddle,
.adBox.adMiddle1,
.adBox.adBottom1,
.adBox.adBottom2 {
  /* width: 100%;
  padding: 10px 0px 10px 0px; */
  margin-bottom: 0px;
  overflow: hidden;
}

.adBox.adBottom,
.adBox.adMiddle2 {
  /* width: 100%;
    padding: 10px 0px 10px 0px; */
  margin-bottom: 0px;
  overflow: hidden;
}

.adBox.adTop2 {
  position: fixed;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto 0px auto;
  z-index: 500;
}

.adBox.adTop2>.adItem,
.adBox.adBottom1>.adItem,
.adBox.adMiddle2>.adItem {
  width: 320px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

.adBox.adTop>.adItem,
.adBox.adMiddle>.adItem,
.adBox.adMiddle1>.adItem,
.adBox.adBottom>.adItem,
.adBox.adBottom2>.adItem {
  max-width: 640px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

.adBox>.adItem>iframe {
  width: 100%;
  border: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.adBox.adBottom .adItem {
  width: 300px;
  margin: 0 auto;
}

.adBox.adTop {
  height: 70px;
}

.adBox.adTop2 {
  height: 50px;
}

.adBox.adMiddle {
  /* height: 120px; */
  margin: 20px 15px 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.adBox.adMiddle1 {
  /* 
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 1px #e4e4e4; */
  height: 175px;
  margin: 10px 0 0;
  background-color: #fff;
}

.adBox.adMiddle2,
.adBox.adMiddle3 {
  /* height: 107px; */
  padding: 20px 0;
  margin: 15px 15px 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  /*box-shadow: 0px 1px 1px #e4e4e4;
  */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.adBox.adBottom {
  height: 290px;
  padding-top: 20px;
  margin: 20px 15px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.adBox.adBottom1 {
  height: 290px;
}

.adBox.adBottom2 {
  margin: 0 15px 20px;
}

.adBox.adTop>.adItem,
.adBox.adTop>.adItem>iframe {
  height: 50px;
}

.adBox.adTop2>.adItem,
.adBox.adTop2>.adItem>iframe {
  height: 50px;
}

.adBox.adMiddle>.adItem,
.adBox.adMiddle>.adItem>iframe {
  height: 120px;
}

.adBox.adMiddle1>.adItem,
.adBox.adMiddle1>.adItem>iframe {
  height: 175px;
}

.adBox.adMiddle2>.adItem,
.adBox.adMiddle2>.adItem>iframe {
  height: 100px;
}

.adBox.adBottom>.adItem,
.adBox.adBottom>.adItem>iframe {
  height: 270px;
}

.adBox.adBottom1>.adItem,
.adBox.adBottom1>.adItem>iframe {
  height: 270px;
}

.adBox.adBottom2>.adItem,
.adBox.adBottom2>.adItem>iframe {
  height: 150px; /*210722*/
}

.adBox.adTop.init {
  background-image: url(../image/decoration/background_sh_top1.png);
  background-size: 1px 3px;
  background-repeat: repeat-x;
  background-position: top;
}

.adBox.adMiddle1>.adItem {
  height: 175px;
  background-color: #fff;
  margin: 0 9px;
}


*.adBox.adTop2>.close {
  position: absolute;
  top: -12px;
  right: 7px;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url('//img.hani.co.kr/section-image/15/mobile/image/icon/btn_ADclose.png');
  cursor: pointer;
}

* .adBox.adTop2>.close {
  position: absolute;
  top: -12px;
  right: -145px;
  width: 50%;
  height: 25px;
  background-size: 25px 25px;
  background-image: url('//img.hani.co.kr/section-image/15/mobile/image/icon/btn_ADclose.png');
  cursor: pointer;
  background-repeat: no-repeat;
}

.adTop2Padding {
  height: 80px;
}

.ad-native {
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  padding: 0 4px 2px;
  /* margin: 0 5px; */
  display: inline;
}

.main .adBox.adTop>.adItem {
  max-width: 320px;
}

.adNa {
  margin-bottom: 2px;
}

.ad-group {
  font-size: 12px;
  color: #f35213;
  font-weight: normal;
}

.ad-300x180-area .group {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
}

.ad-300x180-area .number .slash {
  padding: 0 2px;
  display: none;
}

.ad-300x180-area .number .slide_no {
  color: #000;
  font-weight: normal;
}

.ad-300x180-area .slide_box {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 220px;
}

.ad-300x180-area .slide_box .slide_part {
  position: absolute;
  top: 0px;
  width: 300px;
  height: 220px;
}

.adItem99 {
  padding: 10px 0;
}

.slide_box.height_window .slide_mid .slide_item {
  height: 100%;
  overflow-y: scroll;
}

.slide_box .slide_bot {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

.slide_box .slide_bot .menu_item {
  margin: 0px 3px 0px 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  color: #e4e4e4;
}

.slide_box .slide_bot .menu_item.selected {
  color: #00beb7;
}

.scroll_x_box {
  position: relative;
}

.scroll_x_item {
  display: inline-block;
}

.adBox.adTop.article {
  background-color: #EFF1F5;
}

/*section*/
section.shadow {
  background-color: white;
  box-shadow: 0px 1px 1px #e4e4e4;
}

section.bg_white {
  background-color: white;
  box-shadow: 1px 3px 3px #e4e4e4;
}

section.padding_s {
  margin-bottom: 10px;
}

section.padding_m {
  margin-bottom: 10px;
}

section.padding_l {
  margin-bottom: 30px;
}

section.top {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}

section h3.title2 {
  background-color: white;
  margin: 15px 12px 0px 12px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}

section h3.title3 {
  background-color: white;
  padding: 15px 12px 8px 12px;
  font-size: 14px;
}

section h3.title4 {
  background-color: white;
  padding: 15px 12px 10px 12px;
  font-size: 18px;
  display: inline-block;
}

section h3.title5 {
  background-color: white;
  padding: 15px 12px 10px 12px;
  font-size: 18px;
}

section .special {
  font-size: 14px;
  line-height: 1.5em;
  padding: 15px 12px 20px 12px;
}

section.search>span.count {
  font-size: 14px;
  color: green;
}

section.search>span.text {
  font-size: 14px;
  color: gray;
}

section.search>ul {
  border-top: 1px solid gray;
}

section.search>ul>li em {
  color: blue;
  font-weight: bold;
}

.banner .background {
  background-size: cover;
  background-position: center top;
}

.tab_box .tab_top {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #eaeaea;
  background-color: white;
}

.tab_box .tab_top .top_item {
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.tab_box .tab_top .top_item.selected {
  font-size: 16px;
}

.tab_box .tab_top .top_item.unselected {
  background-color: #fafafa;
  border-bottom: 1px solid #f9f9f9;
  color: #bfbfbf;
}

.tab_box .tab_mid {
  background-color: white;
  padding-top: 10px;
}

#polibar_writer1 {
  background-color: #2e3b4e;
}

#polibar_writer2 {
  background-color: #ac9b87;
}

#polibar_writer2>ul>li.poli2>article .background {
  border-radius: 50%;
}


.polibar_about>h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 0;
  text-align: center;
}

.polibar_about>.text {
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
  padding: 20px 10px 20px 10px;
}

.polibar_about>.text a {
  text-decoration: underline;
}

.polibar_about>ul.member {
  line-height: 0em;
  padding: 20px 0 0;
}

.polibar_about>ul.member>li.member {
  width: 33.33%;
  display: inline-block;
  position: relative;
}

.polibar_about>ul.member>li.member>.background {
  background-size: cover;
  background-position: center top;
  position: relative;
}

.polibar_about>ul.member>li.member>.background>.padding {
  padding-top: 100%;
}

.polibar_about>ul.member>li.member>.text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.polibar_about>ul.member>li.member>.text>.box {
  margin: 10px;
  text-align: center;
  color: white;
}

@media all and (max-width: 440px) {
  .polibar_about>ul.member>li.member>.text {
    background-color: rgba(1, 1, 1, 0.2);
    line-height: 1.1em;
  }

  .polibar_about>ul.member>li.member>.text>.box {
    margin: 5px;
  }

  .polibar_about>ul.member>li.member>.text>.box>.name {
    font-size: 14px;
    font-weight: bold;
  }

  .polibar_about>ul.member>li.member>.text>.box>.rank {
    font-size: 12px;
  }
}

@media all and (min-width: 441px) {
  .polibar_about>ul.member>li.member>.text {
    background-color: rgba(1, 1, 1, 0.2);
    line-height: 1.3em;
  }

  .polibar_about>ul.member>li.member>.text>.box {
    margin: 8px;
  }

  .polibar_about>ul.member>li.member>.text>.box>.name {
    font-size: 16px;
    font-weight: bold;
  }

  .polibar_about>ul.member>li.member>.text>.box>.rank {
    font-size: 14px;
  }
}


.polibar_about ul.writer li {
  margin-bottom: 10px;
  text-align: center;
}

.polibar_about ul.writer li img {
  width: 90%;
}

.polibar_menu {
  position: relative;
  height: 38px;
}

.polibar_menu_select {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #bababa;
  background: #fff;
}

.polibar_menu_select .myValue {
  position: relative;
  z-index: 2;
  right: 25px;
  top: 0;
  color: #000;
  line-height: 28px;
  text-align: right;
  width: 90px;
  height: 26px;
  text-indent: 5px;
}

.polibar_menu_select .ctrl {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 25px;
  height: 26px;
}

.polibar_menu_select .arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  right: 8px;
  line-height: 0;
  font-size: 0;
  border-top: 6px solid #000;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.polibar_menu_select .menuList {
  position: absolute;
  top: 26px;
  right: -1px;
  width: 180px;
  list-style: none;
  border: 0;
  border: 1px solid #bababa;
  background: #fff;
  overflow: hidden;
  padding: 10px 0;
}

.polibar_menu_select .menuList {
  display: none;
}

.polibar_menu_select.open .menuList {
  display: block;
}

.polibar_menu_select.open .arrow {
  top: 12px;
  right: 8px;
  border-top: 0;
  border-bottom: 6px solid #000;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.polibar_menu_select .menuList li {
  position: relative;
  padding: 5px 10px 5px;
}

.polibar_menu_select .menuList li:hover {
  background-color: #f9f9f9;
}

.polibar_menu_select .menuList li a {
  display: block;
  *text-indent: 6px;
  line-height: 1.3em;
  color: #333;
}

.polibar_menu_select .menuList li.hover * {
  background: #999;
  color: #fff;
}

.cbox_report {
  background-color: #ffffff;
  padding: 20px 0;
}

.cbox_report .cbox_report_inbox {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.cbox_report .cbox_summary {
  text-align: left;
  padding-bottom: 20px;
}

.cbox_report .cbox_write {
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  background-color: #f8f8f8;
}

.cbox_report .cbox_write fieldset {
  border: 0;
}

.cbox_report .cbox_write .int {
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  height: 22px;
  padding: 5px;
  float: left;
}

.cbox_report .cbox_write .cbox_inbox {
  margin: 7px 0;
  position: relative;
  overflow: hidden;
}

.cbox_report .cbox_write .cbox_text {
  font-size: 0;
  line-height: 0;
}

.cbox_report .cbox_write .cbox_content_text {
  height: 80px;
  line-height: 20px;
  -webkit-appearance: none;
}

.cbox_report .cbox_button span {
  text-align: center;
  display: inline-block;
  color: white;
  background-color: #00beb7;
  border: 1px solid #00beb7;
  border-radius: 5px;
  padding: 10px 15px 12px 15px;
  font-size: 17px;
  line-height: 14px;
  width: 60%;
}

.cbox_report .cbox_agreement {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.cbox_report .cbox_agreement .cbox_agreement_inbox {
  position: relative;
  overflow: hidden;
  height: 30px;
}

.cbox_report .cbox_agreement .agreement_text {
  position: absolute;
  top: 0px;
  left: 0px;
  text-decoration: underline;
  cursor: pointer;
}

.cbox_report .cbox_agreement .agreement_box {
  position: absolute;
  top: 0px;
  right: 0px;
}

.cbox_report .cbox_agreement .agreement_box .cbox_chk {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}



.cbox_report .agreement_text_leyer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.9);
}

.cbox_report .agreement_text_leyer .agreement_text_inbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbox_report .agreement_text_leyer .agreement_inbox {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #e7e7e7;
  min-width: 260px;
}

.cbox_report .agreement_text_leyer .agreement_inbox h4 {
  font-weight: bold;
}

.cbox_report .agreement_text_leyer .agreement_inbox dt {
  font-weight: bold;
  margin: 10px 0 5px;
}

.cbox_report .agreement_text_leyer .agreement_inbox dd {
  margin-left: 10px;
}

.cbox_report .agreement_text_leyer .button_close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 260;
  background-color: rgba(250, 250, 250, 0.9);
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_top_close.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.cbox_report .cbox_summary .image {
  height: 110px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 110px 110px;
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/decoration/background_report.png);
  margin-bottom: 30px;
}

.cbox_report .cbox_summary p strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

/*photo special 20161115*/
section .image .img-640 {
  width: 640px;
}

section .image1.sp .text {
  padding: 5px 15px 20px 15px;
}

section .image1.sp .text {
  padding: 5px 15px 20px 15px;
}

section li.image1.type2>article .text {
  padding: 0 15px 0 15px;
}

section li.image1.type2>article .text_in {
  text-align: left;
  position: relative;
  width: 100%;
  font-weight: bold;
  z-index: 100;
}

section li.image1.type2>article .text_in h4 {
  position: absolute;
  bottom: 15px;
  z-index: 100;
  color: #fff;
  width: 100%;
}

section li.image1.type2>article .text_in h4:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_new_window.png) 0 0 no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  z-index: 100;
}

section li.image1.type2>article .image a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 0px;
}

section li.image1.type2>article .image a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  cursor: pointer;
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(1%, transparent),
      color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top,
      transparent 1%,
      rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom,
      transparent 1%,
      rgba(0, 0, 0, 0.4) 100%);
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 639px) {
  section .image .img-640 {
    width: 100%;
  }
}

/*zum search*/
section.search {
  background-color: #ffffff;
}

section.search.top.shadow {
  box-shadow: none;
  border-top: 0;
}

section.search .zum-logo {
  text-align: right;
  padding: 0 5px 0;
}

section.search .zum-logo img {
  width: 68px;
  height: 8px;
}

/*search legacy*/
.section-search {
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 1px 1px #e4e4e4;
}

.section-search-box {
  position: relative;
  padding: 15px;
  height: 36px;
  border: 1px solid #e1e1e1;
  background-color: #f6f7fc;
  margin: 20px 10px;
}

.section-search-box div {
  float: left;
  vertical-align: middle;
}

.section-search-box div * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-search-box .btn-search {
  float: right;
  border: 0;
  width: 60px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.section-search-box .title {
  width: 85px;
  height: 36px;
  line-height: 36px;
  color: #000;
}

.section-search-box .formTxt {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #d6dbe1;
  color: #000;
  font-size: 13px;
}

.section-search-result {
  position: relative;
  margin: 0 10px 10px;
}

.section-search-result .title {
  font-weight: bold;
  font-size: 15px;
}

.section-search-result .title .count {
  color: #22c6a9;
  font-size: 13px;
}

.section-search-result .title .count em {
  font-style: normal;
}

.noResult {
  padding-top: 5px;
}

.section-search-box .inputTxt {
  width: calc(100% - 145px);
}

.section-search-box .calendar {
  position: relative;
  width: 200px;
  background: #fff no-repeat;
  background-image: url("//img.hani.co.kr/section-image/15/hani/images/icon/icon_calendar.png");
  background-size: 16px 16px;
  background-position: 95% 50%;
}

.section-search-box .keyword {
  width: calc(100% - 215px);
}

@media screen and (max-width: 600px) {
  .section-search-box {
    height: auto;
  }

  .section-search-box div {
    float: none;
  }

  .section-search-box .title {
    height: auto;
    line-height: normal;
  }

  .section-search-box .inputTxt {
    width: 100%;
  }

  .section-search-box .formTxt {
    display: block;
    margin-top: 5px;
  }

  .section-search-box .keyword {
    width: calc(100% - 60px);
  }

  .section-search-box .calendar {
    width: 100%;
  }

  .section-search-box .btn-search {
    float: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

.legacyBtn {
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 1px 1px #e4e4e4;
  margin: 10px;
}

.legacyBtn .banner-txt {
  text-align: center;
  padding: 20px 20px 18px;
  border: 1px solid #eee;
}

.legacyBtn .banner-txt a {
  display: inline-block;
  /* border-bottom:1px solid #7dcac2; */
  padding-bottom: 1px;
}

.legacyBtn .banner-txt a:hover {
  text-decoration: none;
}

.legacyBtn .banner-txt a:hover .btn {
  background-color: #22a5b0;
}

.legacyBtn .banner-txt .txt {
  display: inline-block;
  font-size: 14px;
  color: #22a5b0;
  padding-left: 19px;
  background-image: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_calendar.png);
  background-size: 16px 16px;
  background-position: left 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.legacyBtn .banner-txt .btn {
  display: inline-block;
  background-color: #7dcac2;
  border-radius: 20px;
  width: 50px;
  height: 19px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding-top: 1px;
  font-size: 12px;
}

/*list*/
li.border+li.border {
  border-top: 1px solid #eaeaea;
}

li.border {
  border-top: 1px solid #eaeaea;
}

ul li.border:first-child {
  border-top: 0;
}

li.image1 {
  vertical-align: top;
  /*overflow					: hidden;*/
}

li.image1.type04 {
  margin: 0px 10px 10px 10px;
}

li.image1.shadow {
  padding-bottom: 4px;
}

li.image1.margin_bottom {
  padding-bottom: 10px;
}

li.image1>article {
  background-color: white;
}

li.image1.scroll_x_item>article {
  margin: 3px;
}

li.image1.shadow>article,
li.image1.type04>article {
  box-shadow: 1px 3px 3px #e4e4e4;
}

li.image1>article>.top {
  position: relative;
}

li.image1>article>.top>.group {
  font-size: 14px;
  line-height: 1.5em;
  padding: 5px 0px 5px 0px;
}

/* li.image1 > article > .top > .image .background {
  background-size: cover;
  background-position: center top;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
} */
li.image1.type02>article>.top>.image .background .padding,
li.image1.type03>article>.top>.image .background .padding,
li.image1.type04>article>.top>.image .background .padding {
  padding-top: 10%;
  /* padding-top: 60%;*/
}

li.image1.type01>article>.top>.image .background .padding,
li.image1.type05>article>.top>.image .background .padding {
  padding-top: 40%;
}

/*탑기사*/
/* li.image1 > article > .top > .text {
  position: absolute;
  bottom: 0px;
  width: 100%;
} */
/* li.image1 > article > .top > .text > .padding {
  padding: 0px 10px 7px 10px;
} */
li.image1>article>.bot>.text>.padding {
  padding: 13px 10px 19px 10px;
}

/*탑기사 텍스트*/
/* li.image1 > article > .top > .text > .padding > h4 {
  display: inline;
  text-align: justify;
  color: white;
  text-shadow: 1px 1px 3px #000;
} */
li.image1>article>.bot>.text>.padding>h4 {
  display: inline;
  text-align: justify;
}

/* li.image1.type01 > article > .top > .text > .padding > h4 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
} */
li.image1.type02>article>.top>.text>.padding>h4,
li.image1.type02>article>.bot>.text>.padding>h4,
li.image1.type04>article>.top>.text>.padding>h4,
li.image1.type04>article>.bot>.text>.padding>h4,
li.image1.type05>article>.bot>.text>.padding>h4 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

li.image1.type03>article>.bot>.text>.padding>h4 {
  font-size: 23px;
  line-height: 1.2em;
  letter-spacing: -0.03em;
}

li.image1>article>.top>.text>.padding>h4 img {
  width: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

li.image1.type02>article>.bot>.text>.padding>.prologue,
li.image1.type05>article>.bot>.text>.padding>.prologue {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  text-align: justify;
}

li.image1.type04>article>.top>.text>.padding>.group {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 5px;
  color: white;
}

li.image1.type04>article>.bot>.text>.padding>.group {
  font-size: 13px;
  line-height: 1.3em;
  padding-bottom: 5px;
  color: #b9e0df;
}

li.image1.type04>article>.bot>.text>.padding>.date {
  margin-top: 4px;
  display: inline-block;
  color: #999;
  font-size: 11px;
}

li.image1>article>.top>.text>.padding>.sns_count,
li.image1>article>.bot>.text>.padding>.sns_count {
  float: right;
}

li.image1.type01>article>.top>.text>.padding>.sns_count {
  margin-top: 10px;
}

li.image1.type02>article>.top>.text>.padding>.sns_count,
li.image1.type04>article>.top>.text>.padding>.sns_count,
li.image1.type05>article>.top>.text>.padding>.sns_count {
  margin-top: 6px;
}

li.image1.type02>article>.bot>.text>.padding>.sns_count,
li.image1.type04>article>.bot>.text>.padding>.sns_count,
li.image1.type05>article>.bot>.text>.padding>.sns_count {
  margin-top: 4px;
}

li.image1>article>.top>.text>.padding>.sns_count .sns_box,
li.image1>article>.bot>.text>.padding>.sns_count .sns_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  background-size: 16px 16px;
  height: 16px;
}

li.image1.type01>article>.top>.text>.padding>.sns_count .sns_box,
li.image1.type02>article>.top>.text>.padding>.sns_count .sns_box,
li.image1.type04>article>.top>.text>.padding>.sns_count .sns_box,
li.image1.type05>article>.top>.text>.padding>.sns_count .sns_box {
  font-size: 13px;
  line-height: 1.2em;
  color: white;
  padding-top: 2px;
  background-image: url(../image/icon/icon_share_article_white.png);
}

li.image1.type03>article>.bot>.text>.padding>.sns_count .sns_box {
  font-size: 14px;
  line-height: 1.2em;
  color: #333;
  padding-top: 2px;
  margin-top: 5px;
  background-image: url(../image/icon/icon_share_article_black.png);
}

li.image1.type02>article>.bot>.text>.padding>.sns_count .sns_box,
li.image1.type04>article>.bot>.text>.padding>.sns_count .sns_box,
li.image1.type05>article>.bot>.text>.padding>.sns_count .sns_box {
  font-size: 14px;
  line-height: 1.2em;
  padding-top: 2px;
  background-image: url(../image/icon/icon_share_article_black.png);
}

li.image1>article>.top>.text>.padding>.sns_count .reply_box,
li.image1>article>.bot>.text>.padding>.sns_count .reply_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 10px;
  padding-left: 18px;
  background-size: 16px 16px;
  height: 16px;
}

li.image1.type04>article>.top>.text>.padding>.sns_count .reply_box {
  font-size: 13px;
  line-height: 1.2em;
  background-image: url(../image/icon/icon_reply_article_white.png);
  color: white;
}

li.image1.type04>article>.bot>.text>.padding>.sns_count .reply_box {
  font-size: 14px;
  line-height: 1.2em;
  background-image: url(../image/icon/icon_reply_article_black.png);
}

li.image2 {
  width: 49.6%;
  display: inline-block;
  vertical-align: top;
}

li.image2.type3.left {
  float: left;
}

li.image2.type3.right {
  float: right;
}

li.image2.type1.left>article {
  margin: 0px 2px 4px 1px;
  box-shadow: 1px 1px 1px #e4e4e4;
}

li.image2.type2.left>article {
  margin: 0px 2px 4px 10px;
  border: 1px solid #e4e4e4;
}

li.image2.type3.left>article {
  margin: 0px 3px 5px 12px;
  box-shadow: 1px 1px 1px #e4e4e4;
}

li.image2.type1.right>article {
  margin: 0px 1px 4px 2px;
  box-shadow: -1px 1px 1px #e4e4e4;
}

li.image2.type2.right>article {
  margin: 0px 10px 4px 2px;
  border: 1px solid #e4e4e4;
}

li.image2.type3.right>article {
  margin: 0px 12px 5px 3px;
  box-shadow: -1px 1px 1px #e4e4e4;
}

li.image2>article>.top>.image img {
  width: 100%;
}

li.image2>article>.top>.image .background {
  background-size: cover;
  background-position: center top;
}

li.image2>article>.top>.image .background>.padding {
  padding-top: 60%;
}

li.image2>article>.bot {
  padding: 10px;
  background-color: white;
}

li.image2>article>.bot>.text>h4 {
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}

li.image2>article>.bot>.text>h4>img {
  width: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

li.image2>article>.bot>.text.text_group {
  margin-top: 3px;
}

li.image2>article>.bot>.text>.group {
  display: inline;
  font-size: 12px;
  color: #888;
  line-height: 1.3em;
  letter-spacing: -0.05em;
}

li.image2>article>.bot>.text.text_sns {
  margin-top: 5px;
}

li.image2>article>.bot>.text.text2 {
  padding-top: 5px;
}

li.image2>article>.bot>.text.text2>.sns_count {
  float: right;
}

li.image2>article>.bot>.text>.sns_count>.sns_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  background-size: 14px 14px;
  font-size: 13px;
  line-height: 1.2em;
  height: 14px;
  padding-top: 2px;
  color: #333;
  background-image: url(../image/icon/icon_share_article_black.png);
}

li.image2>article>.bot>.text>.sns_count>.reply_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 5px;
  background-size: 14px 14px;
  font-size: 13px;
  line-height: 1.2em;
  padding-top: 2px;
  height: 14px;
  color: #333;
  background-image: url(../image/icon/icon_reply_article_black.png);
}

/*주요기사 간격*/

li.list>article {
  position: relative;
}

li.list.rank>article>.rank {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  text-align: right;
  font-size: 24px;
  line-height: 1em;
  padding: 3px 8px 0px 0px;
  color: #00beb7;
  font-family: HelveticaNeue-Thin, sans-serif-thin;
}

li.list.subscription>article>.subscription {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 84px;
}

/* li.list.type1.has_img > article > .text {
  margin-right: 116px;
  min-height: 64px;
} */
li.list.poli1>article>.text {
  margin-left: 75px;
  min-height: 60px;
  color: white;
}

li.list.poli2>article>.text {
  margin-right: 75px;
  min-height: 60px;
  color: white;
}

li.list.rank>article>.text {
  margin-left: 35px;
}

li.list.subscription>article>.text {
  margin-right: 95px;
}

li.list>article>.text h4 {
  display: inline;
  text-align: justify;
}

li.list.type1>article>.text h4,
li.list.type2>article>.text h4,
li.list.poli1>article>.text h4,
li.list.poli2>article>.text h4,
li.list.rank>article>.text h4,
li.list.isseries>article>.text h4 {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}

li.list.type2>article>.text h4 {
  display: inline-block;
  margin-right: 2px;
}

li.list.type1>article>.text .date {
  font-size: 14px;
  color: #888888;
}

li.list.type1>article>.text .sns_count,
li.list.type2>article>.text .sns_count,
li.list.rank>article>.text .sns_count,
li.list.isseries>article>.text .sns_count {
  margin-top: 2px;
}

li.list.type1>article>.text .sns_count .sns_box,
li.list.type2>article>.text .sns_count .sns_box,
li.list.rank>article>.text .sns_count .sns_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  background-size: 16px 16px;
  font-size: 14px;
  line-height: 1.2em;
  color: #333;
  padding-top: 3px;
  background-image: url(../image/icon/icon_share_article_black.png);
}

li.list.type1>article>.text .group,
li.list.type2>article>.text .group {
  font-size: 13px;
  color: #999;
  padding-bottom: 3px;
  line-height: 1em;
}

li.list.type1>article>.text .group {
  margin-top: 2px;
}

li.list.type2>article>.text .group {
  display: inline-block;
}

li.list.poli1>article>.image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
}

li.list.poli2>article>.image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
}

li.list.type1.has_img>article>.image .background,
li.list.poli1>article>.image .background,
li.list.poli2>article>.image .background {
  background-size: cover;
  background-position: center top;
}

li.list.type1.has_img>article>.image .padding {
  padding-top: 60%;
}

li.list.poli1>article>.image .padding,
li.list.poli2>article>.image .padding {
  padding-top: 100%;
}

li.list.isseries>ul.related1 {
  margin-top: 5px;
  padding-top: 5px;
}

li.related1.arrow h5 {
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_more_article.png) no-repeat 10px 5px;
  padding-left: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

li.related2 {
  margin: 5px 0px 0px 15px;
  font-size: 14px;
}

li.box {
  margin: 10px;
  box-shadow: 0px 1px 2px #cccccc;
}

li.box.asideR {
  background-color: white;
}

li.box.asideR>article>.text {
  padding: 15px;
  position: relative;
  box-shadow: 1px 1px 1px #efefef;
  /**	border-bottom				: 1px solid #e4e4e4;  **/
}

li.box.asideR.subscription>article>.text>.text_in {
  margin-right: 95px;
}

li.box.asideR.scrap>article>.text>.text_in {
  margin-right: 60px;
}

li.box.asideR>article>.text .type {
  margin-right: 5px;
  font-size: 12px;
  color: #00beb7;
  padding: 2px 5px 1px 5px;
  border: 1px solid #00beb7;
  border-radius: 18px;
  line-height: 30px;
}

li.box.asideR>article>.text h4 {
  text-align: justify;
  font-size: 18px;
  line-height: 1.3em;
}

li.box.asideR>article>.text .date {
  font-size: 12px;
  color: #999;
}

li.box.asideR>article>.text>.subscription {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 85px;
}

li.box.asideR>article>.text>.delete {
  position: absolute;
  top: 17px;
  right: 15px;
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 2px 5px 2px 5px;
  font-size: 11px;
  line-height: 14px;
}

li.box.asideR>ul {
  padding: 0px 10px 10px 10px;
}

li.no_article {
  padding: 30px 0px 30px 0px;
  text-align: center;
}

li.no_article>.image {
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 110px 100px;
  background-image: url(../image/decoration/background_article.png);
  margin-bottom: 10px;
}

li.no_article>.text {
  font-size: 14px;
  color: #cccccc;
}

li.loading {
  padding: 100px 0px 100px 0px;
  text-align: center;
}

li.loading>.image {
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-image: url(../image/decoration/loading.gif);
}

li>article .sns_count.right {
  float: right;
  margin-left: 0px;
}

li.banner .background {
  background-size: cover;
  background-position: center top;
}

li.text-bn .text-bn-item.link1 a {
  color: #00aca6;
}

li.text-bn .text-bn-item.link2 a {
  color: #666;
}

li.text-bn .text-bn-item.link3 a {
  color: #333;
}

li.text-bn .text-bn-item.link4 a {
  color: #333;
}

li.text-bn .text-bn-item.link5 a {
  color: #666;
}

li.text-bn .text-bn-item.link6 a {
  color: #006ab4;
}

section.article_list_top {
  padding-bottom: 20px;
}

section.article_list {
  padding-bottom: 10px;
}

section.article_list.borderTop {
  border-top: 1px solid #eaeaea;
}

section.article_list_top .shadow,
section.article_list .shadow {
  box-shadow: 0px 5px 5px #cccccc;
}

section.article_list_top ul,
section.article_list ul {
  background-color: white;
}


/*기사본문*/
.article_slide_box>.slide_mid>.slide_article>section.article:first-child>article.body>.headline.type2 {
  /* padding-top: 60px; */
}

section.article article.body {
  background-color: white;
}

section.article article.body>.headline {
  position: relative;
}

section.article article.body>.headline.type0 .text {
  position: absolute;
  bottom: 28px;
  width: 100%;
  z-index: 10;
}

section.article article.body>.headline.type0 h1 {
  padding: 10px 15px 0 15px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.8px;
  /* text-shadow: 1px 1px 3px #000; */
}

section.article article.body>.headline h1 {
  padding: 23px 15px 20px;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1.3px;

}

section.article article.body>.headline .sns_count {
  padding: 0 12px 0 12px;
  font-size: 16px;
  text-align: right;
}

section.article article.body>.headline .sns_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  background-size: 15px 15px;
}

section.article article.body>.headline .reply_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  margin-left: 5px;
  background-size: 15px 16px;
}

section.article article.body>.headline .sns_count.white .sns_box {
  color: white;
  background-image: url(../image/icon/icon_share_article_white.png);
}

section.article article.body>.headline .sns_count.gray .sns_box {
  color: #cccccc;
  font-size: 11px;
  padding-top: 2px;
  background-image: url(../image/icon/icon_share_article_gray.png);
}

section.article article.body>.headline .sns_count.black .sns_box {
  background-image: url(../image/icon/icon_share_article_black.png);
}

section.article article.body>.headline .sns_count.white .reply_box {
  color: white;
  background-image: url(../image/icon/icon_reply_article_white.png);
}

section.article article.body>.headline .sns_count.gray .reply_box {
  color: #cccccc;
  font-size: 11px;
  padding-top: 2px;
  background-image: url(../image/icon/icon_reply_article_gray.png);
}

section.article article.body>.headline .sns_count.black .reply_box {
  background-image: url(../image/icon/icon_reply_article_black.png);
}

section.article article.body .journalist.size1,
section.article article.body .journalist.size2,
section.article article.body .journalist.size3,
section.article article.body .journalist.size4,
section.article article.body .journalist.size5 {
  padding: 0px 0px 0px 0px;
}

section.article article.body .journalist.size2 li,
section.article article.body .journalist.size3 li,
section.article article.body .journalist.size4 li,
section.article article.body .journalist.size5 li {
  display: inline-block;
  text-align: center;
}

section.article article.body .journalist.size2 li+li,
section.article article.body .journalist.size3 li+li,
section.article article.body .journalist.size4 li+li,
section.article article.body .journalist.size5 li+li {
  margin-left: 5px;
}

section.article article.body .headline.type0 .journalist {
  padding-bottom: 15px;
}

section.article article.body .journalist .profile {
  display: block;
  width: 41px;
  height: 41px;
  background-size: 41px 41px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1px solid #DFDFDF;
}

section.article article.body .journalist.size1 .name a {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  letter-spacing: -0.9px;
}

section.article article.body .headline.type0 .journalist.size1 .name {
  color: white;
}

section.article article.body .journalist.size2 .name,
section.article article.body .journalist.size3 .name,
section.article article.body .journalist.size4 .name,
section.article article.body .journalist.size5 .name {
  font-size: 11px;
  letter-spacing: -0.05em;
}

section.article article.body>.tools {
  padding: 10px 12px 10px 12px;
  position: relative;
}

section.article article.body>.tools>.date {
  display: inline-block;
  font-size: 11px;
  color: #999999;
  line-height: 1.5em;
}

section.article article.body>.tools>.font_size {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  font-size: 35px;
  /**	font-size					: 24px; **/
  line-height: 0px;
}

section.article article.body>.tools>.font_size>.button {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

section.article article.body>.tools>.font_size>.button.up {
  background-image: url(../image/icon/icon_font_size_up.png);
}

section.article article.body>.tools>.font_size>.button.down {
  background-image: url(../image/icon/icon_font_size_down.png);
}

section.article article.body>.article h4 {
  /* padding: 12px;
	    font-size: 95%;
	    line-height: 1.5em;
	    letter-spacing: -0.03em;
	    font-weight: bold; */
}

section.article article.body>.article .image_box {
  margin: 0px auto 0px auto;
}

section.article article.body>.article .image_box .image .background {
  background-size: cover;
  background-position: center top;
}

section.article article.body>.article .image_box .caption {
  /* margin: 10px 12px 10px 12px;
	    font-size: 70%;
	    line-height: 1.5em;
	    color: #999; */
  margin: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 1.3em;
  color: #999;
  font-weight: 300;
  letter-spacing: -0.8px;
}

section.article article.body>.article .text {
  /* padding: 15px; */
  font-size: 102%;
  line-height: 1.7em;
  letter-spacing: 0em;
}

section.article article.body>.article .text .middleTitle {
  font-size: 104%;
  color: #FF5E00;
  font-weight: bold;
}

/*20200525*/


section.article article.body>.article .text .middleTitle2 {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  font-size: 104%;
  font-weight: bold;
  color: #000;
  padding: 5px 0;
}

/*20200818*/

section.article article.body>.article .indent {
  margin: auto 10%;
}

section.article article.body>.article .blockquote_type01 {
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_blockquote_up_m.png) no-repeat 5px 26px;
  background-size: 20px 14px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 23pt;
  margin: 25px 15%;
  padding: 35px 5%;
  position: relative;
  text-align: center;
}

section.article article.body>.article .blockquote_type01:before {
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_blockquote_down_m.png) no-repeat 0 0;
  background-size: 20px 14px;
  bottom: 22px;
  content: "";
  height: 20px;
  position: absolute;
  right: 5px;
  width: 25px;
}

section.article article.body>.article .blockquote_type02 {
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_blockquote_up2_m.png) no-repeat 50% 8px;
  background-size: 25px 25px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 23pt;
  margin: 25px 15%;
  padding: 50px 3% 25px;
  position: relative;
  text-align: center;
}

section.article article.body>.article .indent .blockquote_type01,
section.article article.body>.article .indent .blockquote_type02 {
  margin: 25px 12%;
}

section.article article.body>.article #news-box {
  *zoom: 1;
  display: block;
  clear: both;
  padding: 10px 0;
}

section.article article.body>.article #news-box:after {
  content: "";
  display: block;
  clear: both;
}

section.article article.body>.article #news-box .news-box {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 10px;
}

section.article article.body>.article #news-box2 {
  padding: 20px 0px 20px 0px;
}

section.article article.body>.article #news-box2 .news-box2 {
  padding: 12px 24px 12px 30px;
  border-left: 2px solid #474747;
  background-color: #f7f7f7;
  position: relative;
  margin-left: 8px;
}

section.article article.body>.article #news-box2 .news-box2:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -8px;
  width: 24px;
  height: 30px;
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_forum_48x48.png) no-repeat;
  background-size: 24px 24px;
  background-color: #f7f7f7;
  background-position: 0px 6px;
}

section.article article.body>.article .news-box01 {
  *zoom: 1;
  display: block;
  clear: both;
  padding: 10px 0;
}

section.article article.body>.article .news-box01:after {
  content: "";
  display: block;
  clear: both;
}

section.article article.body>.article .news-box01 .news-box {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 10px;
}

section.article article.body>.article .news-box02 {
  padding: 20px 0px 20px 0px;
}

section.article article.body>.article .news-box02 .news-box {
  padding: 12px 24px 12px 30px;
  border-left: 2px solid #474747;
  background-color: #f7f7f7;
  position: relative;
  margin-left: 8px;
}

section.article article.body>.article .news-box02 .news-box:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -8px;
  width: 24px;
  height: 30px;
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_forum_48x48.png) no-repeat;
  background-size: 24px 24px;
  background-color: #f7f7f7;
  background-position: 0px 6px;
}

section.article article.body>.reply_button_box .tb {
  width: 100%;
  table-layout: fixed;
}

section.article article.body>.reply_button_box .tr {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

section.article article.body>.reply_button_box .tc {
  padding: 20px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}

section.article article.body>.reply_button_box .tc.reply {
  border-right: 1px solid #eeeeee;
}

section.article article.body>.reply_button_box .tc.reply .count {
  color: #00beb7;
  font-weight: bold;
}

.base>.article_share,
.base>.article_reply {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 600;
  text-align: center;
}


.base>.article_reply {
  -webkit-overflow-scrolling: touch;
}

.base>.article_share>.box,
.base>.article_reply>.box {
  position: relative;
  max-width: 640px;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.6);
  margin: 0px auto 0px auto;
}

.base>.article_share>.box>header,
.base>.article_reply>.box>header,
.base>.article_reply>.box>main>.padding {
  height: 50px;
}

.base>.article_share>.box>header,
.base>.article_reply>.box>header {
  position: absolute;
  top: 0px;
  width: 100%;
}

.base>.article_share>.box>header>.close,
.base>.article_reply>.box>header>.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../image/icon/icon_top_close_white.png);
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  z-index: 610;
}

.base>.article_share>.box>main,
.base>.article_reply>.box>main {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}

.base>.article_share>.box>main>section {
  position: relative;
  display: inline-block;
  width: 300px;
  z-index: 608;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.base>.article_share>.box>main>section>ul>li {
  padding: 20px 10px 20px 100px;
  background-color: white;
  text-align: left;
  line-height: 24px;
}

.base>.article_share>.box>main>section>ul>li+li {
  border-top: 1px solid #eeeeee;
}

.base>.article_share>.box>main>section>ul>li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.base>.article_share>.box>main>section>ul>li.facebook .icon {
  background-image: url(../image/icon/icon_sns_facebook.png);
}

.base>.article_share>.box>main>section>ul>li.twitter .icon {
  background-image: url(../image/icon/icon_sns_twitter.png);
}

.base>.article_share>.box>main>section>ul>li.google .icon {
  background-image: url(../image/icon/icon_sns_google.png);
}

.base>.article_share>.box>main>section>ul>li.naver .icon {
  background-image: url(../image/icon/icon_sns_naver.png);
}

.base>.article_share>.box>main>section>ul>li.kakao .icon {
  background-image: url(../image/icon/icon_sns_kakao.png);
}

.base>.article_share>.box>main>section>ul>li.scrap .icon {
  background-image: url(../image/icon/icon_sns_scrap.png);
}

.base>.article_share>.box>main>section>ul>li.email .icon {
  background-image: url(../image/icon/icon_mail.png);
}

.base>.article_share>.box>main>section>ul>li.link_url .icon {
  background-image: url(../image/icon/icon_sns_link.png);
}

.base>.article_reply>.box>main>#livereContainer {
  background-color: white;
}

.base>.article_share>.background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 601;
}

section.article>.article_bottom {
  /* border-top: 1px solid #e4e4e4;
	    height: 10px;
	    background-color: white; */
}

.base>.article_reply>.box>main .reply-noti {
  background-color: white;
  padding: 10px 10px 0;
  font-size: 12px;
  text-align: left;
  color: #777;
}

section.article .promotion-banner {
  position: relative;
  padding: 20px 0 20px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

section.article .promotion-banner a {
  display: inline-block;
  width: 30%;
}

section.article .promotion-banner a .icon {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 8px;
  line-height: 1.3em;
  font-size: 13px;
  letter-spacing: -0.08em;
  color: #fff;
  font-weight: bold;
}

section.article .promotion-banner .promotion-bn01 {
  background-color: #fabb05;
}

section.article .promotion-banner .promotion-bn02 {
  background-color: #00aca6;
}

section.article .promotion-banner .promotion-bn03 {
  background-color: #345fbb;
}

section.article .promotion-banner .promotion-bn01 .icon {
  background: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_bn_talk.png) no-repeat 50% 5px;
  padding-top: 25px;
  background-size: 18px 17px;
}

section.article .promotion-banner .promotion-bn02 .icon {
  background: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_bn_hani.png) no-repeat 50% 5px;
  padding-top: 25px;
  background-size: 18px 17px;
}

section.article .promotion-banner .promotion-bn03 .icon {
  background: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_bn_face.png) no-repeat 50% 5px;
  padding-top: 25px;
  background-size: 18px 17px;
}

section.article .promotion-banner2 {
  position: relative;
  padding: 20px 15px;
  overflow: hidden;
  margin: 20px auto 0;
  text-align: center;
}

section.article .promotion-banner2 a {
  display: block;
  width: 100%;
  padding: 15px 0 12px;
  color: #fff;
  border-radius: 0 10px;
  background: rgb(180, 227, 145);
  background: -moz-linear-gradient(-45deg, rgba(180, 227, 145, 1) 0%, rgba(9, 200, 58, 1) 8%, rgba(9, 188, 42, 1) 15%, rgba(9, 200, 58, 1) 99%);
  background: -webkit-linear-gradient(-45deg, rgba(180, 227, 145, 1) 0%, rgba(9, 200, 58, 1) 8%, rgba(9, 188, 42, 1) 15%, rgba(9, 200, 58, 1) 99%);
  background: linear-gradient(135deg, rgba(180, 227, 145, 1) 0%, rgba(9, 200, 58, 1) 8%, rgba(9, 188, 42, 1) 15%, rgba(9, 200, 58, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4e391', endColorstr='#09c83a', GradientType=1);
}

section.article .promotion-banner2 a span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 15px;
  color: #fff
}

section.article .promotion-banner2 a span:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -32px;
  width: 44px;
  height: 44px;
  background: url(//img.hani.co.kr/section-image/15/mobile/image/icon/ic_touch.png) no-repeat;
  background-size: 44px 44px;
}

section.article .promotion-banner2 a strong {
  font-size: 110%;
  color: #fff;
  vertical-align: top;
}

@media screen and (max-width: 380px) {
  section.article .promotion-banner2 a span {
    font-size: 80%;
  }
}





/*본문사진정렬 20171025*/
section.article .photo-scrap-area {
  width: 100%;
  position: relative;
  overflow: hidden;
}

section.article .photo-scrap-box {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
}

section.article .photo-scrap-box .photo-scrap-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

section.article .photo-scrap-box .photo-scrap-img-t {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

section.article .photo-scrap-box .photo-scrap-img-tt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  line-height: 1.3em;
  font-size: 17px;
}

section.article .photo-scrap-box .photo-scrap-img-tt em {
  font-size: 11px;
  border: 1px solid #fff;
  padding: 2px 5px;
  opacity: 0.9;
  font-style: normal;
}

section.article .photo-scrap-box .photo-scrap-img-tt-in {
  display: block;
  padding-bottom: 10px;
}

section.article .photo-scrap-box.w30 {
  width: 32.45%;
}

section.article .photo-scrap-box.w50 {
  width: 49%;
}

section.article .photo-scrap-box.w70 {
  width: 65.6%;
}

section.article .photo-scrap-box.h14 {
  height: 138px;
}

section.article .photo-scrap-box.h15 {
  height: 135px;
}

section.article .photo-scrap-box.h20 {
  height: 150px;
}

section.article .photo-scrap-box.h30 {
  height: 217px;
}

section.article .photo-scrap-box.h40 {
  height: 288px;
}

section.article .photo-scrap-box.h50 {
  height: 372px;
}

@media screen and (max-width: 639px) {
  section.article .photo-scrap-box {
    float: none;
    margin: 0 auto 5px;
    overflow: hidden;
  }

  section.article .photo-scrap-box a {
    display: block;
    line-height: 0;
  }

  section.article .photo-scrap-box .photo-scrap-img-t {
    display: block;
  }

  section.article .photo-scrap-box .photo-scrap-img-tt {
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section.article .photo-scrap-box.w30,
  section.article .photo-scrap-box.w50,
  section.article .photo-scrap-box.w70 {
    width: 95%;
  }

  section.article .photo-scrap-box.h14,
  section.article .photo-scrap-box.h15,
  section.article .photo-scrap-box.h20,
  section.article .photo-scrap-box.h30,
  section.article .photo-scrap-box.h40 {
    height: 100%;
  }

  section.article .photo-scrap-box.h50 {
    height: 400px;
  }
}

/* .slide_box {
  width: 100%;
  overflow: hidden;
  background-color: ;
} */
/* .slide_box .slide_mid {
  position: relative;
  width: 100%;
} */
/* .slide_box .slide_mid .slide_item {
  position: absolute;
  width: 100%;
  overflow: hidden;
} */
.slide_box.height_window .slide_mid .slide_item {
  height: 100%;
  overflow-y: scroll;
}

.slide_box .slide_bot {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

.slide_box .slide_bot .menu_item {
  margin: 0px 3px 0px 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  color: #e4e4e4;
}

.slide_box .slide_bot .menu_item.selected {
  color: #00beb7;
}

.scroll_x_box {
  position: relative;
}

.scroll_x_item {
  display: inline-block;
}



/*2021모바일개편*/
* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0
}

button,
fieldset,
img,
input {
  border: 0;
}

button:focus {
  outline: none;
}

body {
  font-family: "Noto Sans KR" !important
}

button {
  background-color: transparent;
  cursor: pointer
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

dl,
ul,
ol,
menu,
li {
  list-style: none
}

i,
em,
address {
  font-style: normal
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

dt {
  display: block
}

a {
  cursor: pointer
}

img {
  vertical-align: middle
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input::placeholder {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle
}

caption,
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

* html .clearfix {
  height: 1%
}

a {
  text-decoration: none
}

/* anchor (normal) Setup Code */
a:hover {
  text-decoration: underline
}

/* anchor (mouse over) Setup Code */
.hidden {
  height: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  visibility: hidden;
}

.base {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

/*기존 css 수정*/
header.top_menu>.top .button {
  position: absolute;
  top: 11px;
  width: 24px;
  height: 27px;
  cursor: pointer;
}

header.top_menu>.top .button.left {
  left: 15px;
}

header.top_menu>.top .button {
  top: 13px;
}

header.top_menu>.top .button.right {
  display: none;
  right: 15px;
}

.adBox.adTop.init {
  background-image: none;
  background-color: #EFF1F5
}

header.top_menu.main>.top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  z-index: 153;
}

.main a {
  display: block;
}

.frame-article4 li.border {
  border: none;
}

.h-article {
  margin: 0 15px;
  clear: both;
}

.image .background {
  background-size: cover;
  background-position: center top;
  border-radius: 5px;
}

li.image1>article>.top>.image .background {
  background-size: cover;
  background-position: center top;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
}

/*네비*/
.frame-nav {
  position: relative;
  padding: 5px 0 10px;
}

.frame-nav ul {
  /* cursor: pointer; */
}

.frame-nav ul li {
  width: max-content;
  height: 100%;
  margin: 0 15px 0;
  color: #000;
  text-align: center;
  /* cursor: pointer; */
}

.nav ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.7px;
}

.frame-nav:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  z-index: 99;
  width: 16px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(28, 28, 30, 0.75) 51%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(28, 28, 30, 0.75) 51%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 51%, rgb(255, 255, 255) 100%);
}

/*탑기사*/
.h-article-top {
  margin: 0 15px;
  clear: both;
}

.h-article-top .image a>div {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.h-article-top ul .image1 h4 {
  padding: 13px 5px 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.h-article-top ul .image1 h4 a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 25px;
  letter-spacing: -1.5px;
}


/*주요기사*/
.main-article {
  overflow: hidden;
  margin-top: 15px;
  background: #F8F8F8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-article .main-article-area {
  margin: 10px;
}

.main-article .main-article-area>li:first-child {
  margin-top: 0;
}

.main-article .main-article-area>li {
  margin-top: 10px;
  padding: 10px 10px 0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-article .main-article-area li .image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 125px;
  height: 74px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-article .main-article-area li .text {
  padding-bottom: 8px;
}

.main-article .main-article-area li .text a {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 22px;
}

.main-article .main-article-area li .sub-text {
  margin-left: 12px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-article .main-article-area li .sub-text:only-child {
  margin-left: 0;
}

.main-article .main-article-area li .sub-text a {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.main-article .padding {
  padding-top: 60%;
}

.main-article .background.lazy {
  background-size: cover;
  background-position: center top;
}

.main-article .article-area {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
}

.line-article .article-area {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.line-article .padding {
  padding-top: 60%;
}

.line-article .background.lazy {
  background-size: cover;
  background-position: center top;
}

.line-article li .image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 125px;
  height: 74px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.line-article li.native .sub-text {
  margin-left: 12px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-article li.native .sub-text a {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.line-article li.native .text {
  margin: 16px 0 9px;
}

/*관련기사*/
.main-article ul.related1 {
  line-height: inherit;
  /* margin: 0 15px; */
}

.main-article li.related1:first-child {
  padding-top: 13px;
  border-top: 1px solid #f1f1f1;
}

.main-article li.related1 {
  padding-bottom: 13px;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 300;
  ;
  line-height: 1.5em;
  letter-spacing: -0.8px;
}

.main-article .related1.arrow h5 {
  background: url(//img.hani.co.kr/section-image/15/mobile/image/renewal/circle.svg) no-repeat 4px 10px;
  padding-left: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main-article .related1.arrow h5 a {
  color: #292929;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.9px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
}

/*한줄기사*/
.line-article {
  margin-top: 15px;
}

.line-article a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;
}

.line-article li {
  border-bottom: 1px solid #E8E8E8;
}

.line-article li~a {
  height: 0;
}

.line-article li:last-child {
  border-bottom: none;
}

.line-article li:not(.native) a {
  padding: 10px 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
}

/*오늘*/
.today-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 25px 0 20px;
  border: 1px dotted #686868;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.today-wrap .inner {
  margin: 35px 15px 20px;
}

.today-wrap h3 {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -43px;
  padding: 0 25px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.today-wrap a,
.today-wrap strong,
.today-wrap span {
  display: block;
  text-align: center;
}

.today-wrap a:hover {
  text-decoration: none;
}

.today-wrap strong {
  margin-bottom: 5px;
  color: #000;
  font-size: 19px;
  font-weight: 100;
  font-family: 'Noto Serif KR', serif !important;
  letter-spacing: -1.2px;
  line-height: 25px;
}

.today-wrap span {
  margin-bottom: 8px;
  color: #848484;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.7px;
}

/*2단기사*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.frame-article2 {
  margin: 27px 0 20px;
  overflow: hidden;
}

.frame-article2 ul {
  height: 100%;
  margin: 0 auto;
}

.frame-article2 ul li:first-child {
  margin: 0 4px 0 0;
}

/*
.frame-article2 ul li:first-child {
  width: 269px;
  margin: 0 4px 0 0;
}
.frame-article2 ul li:first-child .image a {
  width: 236px;
}*/

.frame-article2 ul li:first-child .image .padding {
  padding-top: 60%;
  /*그림판고정*/
}

.frame-article2 .padding2,
.frame-article3 .padding2 {
  width: 236px;
}

.frame-article2 ul li {
  float: left;
  width: 254px;
  margin: 0 4px 0;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}

.frame-article2 .top {
  overflow: hidden;
  position: relative;
  /* min-width: 253px; */
  min-height: 192px;
  margin: 14px;
}

.group {
  margin-bottom: 8px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.8px;
}

.frame-article2 .image .padding {
  padding-top: 60%;
}

.frame-article2 .text h4 a {
  width: 220px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
  text-align: left;
  margin-top: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.8px;
}

/*멀티미디어*/
.mutimedia {
  margin: 20px 0 20px;
}

.mutimedia ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.mutimedia h3,
.opnion h3 a {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1.3px;
}

.mutimedia .image .padding {
  padding-top: 60%;
}

.mutimedia .top {
  position: relative;
}

.mutimedia .text {
  position: absolute;
  bottom: 34px;
  left: 0;
  padding: 0 15px;
  z-index: 2;
}

.mutimedia .text h4,
.mutimedia .text h4 a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
}

.mutimedia #slides {
  display: none;
}

.shadow-bottom {
  width: 100%;
  height: 53%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.55) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=0);
}

.mutimedia .container {
  position: relative;
  width: 100%;
}

.mutimedia .pagination {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 10;
  width: 100%;
}

.mutimedia .pagination .inner {
  display: flex;
  width: 100%;
  padding: 0 15px;
}

.mutimedia .pagination .inner span {
  position: relative;
  overflow: hidden;
  display: block;
  width: 20%;
  height: 2px;
  margin: 0 0 0 3px;
  background: #7D8A94;
}

@-webkit-keyframes scale_small_ani {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale_small_ani {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scale_width_ani {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes scale_width_ani {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.mutimedia .pagination .inner span.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-animation: scale_width_ani 5s linear;
  animation: scale_width_ani 5s linear;
  -webkit-transform-origin: 0;
  transform-origin: 0
}

.mutimedia .pagination .inner span.full {
  background-color: #fff;
}


/*오피니언*/
.opnion {
  margin: 20px 0 20px;
}

.opnion ul {
  background: #EFF3F6;
  border: 1px solid #E7EBEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.opnion ul li {
  position: relative;
  margin: 20px 14px;
  padding: 23px 10px 12px;
  background: #fff;
}

.opnion ul li a {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.9px;
  line-height: 21px;
}

.opnion .group {
  position: absolute;
  top: -31px;
  left: 0;
  background: #729FA7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.opnion .group a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.opnion li.list.type2>article>.text .group {
  padding: 2px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 16px;
}

/*뉴스룸*/
.newsroom {
  margin: 27px 0 0
}

.newsroom h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-family: 'Spartan', sans-serif !important;
  letter-spacing: -1px;
}

.newsroom ul {
  width: 100%;
}

.newsroom .text-bn-in {
  display: grid;
  background: #fff;
  grid-template-columns: 50% 50%;
}

.newsroom .text-bn-item:nth-child(odd) {
  margin: 0 2px 6px 0;
}

.newsroom .text-bn-item:nth-child(even) {
  margin: 0 2px 6px 2px;
}

.newsroom .text-bn-item span {
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #E1E1E1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.newsroom .text-bn-item span a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.9px;
}

/*3단기사*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.frame-article3 {
  margin: 27px 0 20px;
  overflow: hidden;
}

.frame-article3 ul {
  height: 100%;
  margin: 0 auto;
}

.frame-article3 ul li:first-child {
  margin: 0 4px 0 0;
}

.frame-article3 ul li {
  width: 254px;
  margin: 0 4px 0;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}

.frame-article3 .top {
  overflow: hidden;
  position: relative;
  /* min-width: 253px; */
  min-height: 192px;
  margin: 14px;
}

.group {
  margin-bottom: 8px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.8px;
}

.frame-article3 .image .padding {
  padding-top: 60%;
}

.frame-article3 .text h4 a {
  width: 220px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
  text-align: left;
  margin-top: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.8px;
}

.group+.text h4 a {
  height: 56px;
  -webkit-line-clamp: 3;
  white-space: normal;
}

/*많이본기사,많이공유된기사*/
.frame-article4 .article-area {
  display: flex;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #E8E8E8
}

.frame-article4 {
  margin: 27px 0 20px;
  overflow: hidden;
}

.frame-article4 ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.frame-article4 ul li .image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 88px;
  height: 52px;
  /* border: 1px solid #e9e9e9; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.frame-article4 .top {
  overflow: hidden;
  position: relative;
  min-height: 192px;
  margin: 14px;
}

.group {
  margin-bottom: 8px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.8px;
}

.frame-article4 .image .padding {
  padding-top: 60%;
}

.frame-article4 .area li:not(:first-child) {
  border-bottom: 1px solid #E8E8E8;
}

.frame-article4 .area li:last-child {
  border-bottom: none;
}

.frame-article4 .area li:not(:first-child) .text h4 a {
  width: 100%;
  height: 33px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
  text-align: left;
  margin-top: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 28px;
}

.frame-article4 .area li:first-child .text h4 a {
  width: 178px;
  margin-left: 12px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 21px;
}

.ranking-title {
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}

.frame-article4 li.swiper-slide:first-child {
  margin: 0 4px 0 0;
}

.frame-article4 .swiper-slide {
  width: 310px;
  margin: 0 4px 0;
  padding: 15px 14px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}

/*하단영역*/
.frame-article5 .article-area,
.frame-article6 .article-area {
  padding-bottom: 11px;
  border-bottom: 1px solid #E8E8E8
}

.frame-article5,
.frame-article6 {
  margin: 27px 0 20px;
  overflow: hidden;
}

.frame-article5 ul,
.frame-article6 ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.frame-article5 ul li .image,
.frame-article6 ul li .image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.frame-article5 .top,
.frame-article6 .top {
  overflow: hidden;
  position: relative;
  margin: 14px;
}

.group {
  margin-bottom: 8px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.8px;
}

.frame-article5 .image .padding,
.frame-article6 .image .padding {
  padding-top: 60%;
}

.frame-article5 .area li:not(:first-child),
.frame-article6 .area li:not(:first-child) {
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
}

.frame-article5 .area li:last-child,
.frame-article6 .area li:last-child {
  border-bottom: none;
}

.frame-article5 .area li:first-child .text h4 a,
.frame-article6 .area li:first-child .text h4 a {
  margin-top: 7px
}

.frame-article5 .area li .text h4 a,
.frame-article6 .area li .text h4 a {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 21px;
  height: 43px;
}

.frame-article5 li.swiper-slide:first-child,
.frame-article6 li.swiper-slide:first-child {
  margin: 0 4px 0 0;
}

.frame-article5 .swiper-slide,
.frame-article6 .swiper-slide {
  width: 248px;
  margin: 0 4px 0;
  padding: 15px 14px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}

/*네이티브 광고*/
.ad-300x180-area .number {
  display: none;
}

.ad-300x180-area .number {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  color: #909090;
  font-size: 12px;
  font-weight: normal;
  margin-left: -103px;
}

.ad-300x180-area .number .button {
  display: block;
  text-indent: -9999px;
  width: 65px;
  height: 2px;
  background: #ADBFBF;
  margin-right: 3px;
  cursor: pointer;
}

.ad-300x180-area .number .slide_no .button {
  background: #658787
}

.adNa {
  position: relative;
  margin: 15px;
  background: #EFF5F5;
  border: 1px solid #DCECEC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.adNa .group {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-size: 14px;
  font-family: 'Spartan', sans-serif !important;
  letter-spacing: -1px;
}

.ad-300x180-area .slide_box {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 223px;
}

.ad-300x180-area {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  padding: 24px 0;
}
.ad-300x180-area.ad-slide .number {
    display: flex;
    z-index: 1;
}
.ad-300x180-area.ad-slide .slide_box {
  height: 240px;
}


/*푸터*/
footer.main {
  width: 100%;
  padding: 15px 0px 15px 0px;
  background-color: black;
  text-align: center;
}

footer.main .line1 {
  margin: 0 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  color: #DCDCDC;
  line-height: 2em;
}

footer.main .line2 {
  padding-top: 4px;
  font-size: 13px;
  color: #8A8A8A;
  line-height: 2em;
  letter-spacing: -0.8px;
}

footer.main .line3 {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 2em;
  font-weight: 300;
}

footer.main .line1,
footer.main .line2 {
  display: flex;
  justify-content: center;
}

footer.main .line1 .item {
  padding: 0 12px;
}

footer.main .line2 .item {
  padding: 0 7px;
}

footer.main .line2 .item,
footer.main .line1 .item {
  position: relative;
}

footer.main .line2 .item:first-child::before,
footer.main .line1 .item:first-child::before {
  content: "";
  display: none;
}

footer.main .line1 .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 1px;
  height: 12px;
  background: #6E6E6E;
}

footer.main .line2 .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 1px;
  height: 10px;
  background: #4B4B4B;
}

footer.main a {
  letter-spacing: -1px;
}

/*코로나현황판 수정*/
.corona19 {
  width: 100%;
  /* height: 75px; */
  background: #fff;
}

.corona19 .title {
  display: block;
  float: left;
  text-indent: 0;
  background: none;
  background-size: none;
  padding: 4px 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.corona19 .inner {
  margin: 25px 15px 0;
  /* border-bottom: 1px solid #e6e6e6; */
  background: #f6f8fc;
  padding: 10px 15px;
  border-radius: 5px;
}

.count-area {
  margin-bottom: 5px;
}

.corona19 .title strong,
.corona19 .title span {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1.3px;
}

.corona19 .title strong {
  padding-right: 3px;
  color: #111
}

.corona19 .title span {
  color: #999
}

.info {
  float: right;
  text-align: right;
  color: #969696;
  font-size: 12px;
  letter-spacing: -0.5px;
  font-weight: 300;
}

.info span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.count-area {
  margin-top: 6px;
}

.count-area li {
  position: relative;
  float: left;
  padding: 0 13px;
  line-height: 24px;
}

.count-area li:last-child {
  padding: 0 0 0 13px;
}

.count-area .txt {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1.3px;
}

.count-area .txt::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 5px;
  height: 5px;
  border-radius: 70%;
  -webkit-border-radius: 70%;
  -moz-border-radius: 70%;
  -ms-border-radius: 70%;
  -o-border-radius: 70%;
}

.count-area .txt.orange::before {
  border: 3px solid #ECD9CB;
  background: #E6863E;
}

.count-area .txt.red::before {
  border: 3px solid #E6CAC6;
  background: #CE3631;
}

.count-area .txt.green::before {
  border: 3px solid #D0E3CF;
  background: #2B915E;
}

.count-area .txt.blue::before {
  border: 3px solid #dce3f2;
  background: #2860d4;
}

.counter strong,
.counter em {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1.2px;
}

/*모바일개편기사본문*/
/* .image_ratio_full {
  background-size: 36% 121%;
} */
/* .image_ratio_full {
    background-size: 69vh 109vh;
} */
.journalist-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E6E6E6;
}

.journalist-wrap .journalist li {
  display: flex;
  align-items: center;
}

.journalist-wrap .journalist a {
  display: block;
}

.tools .date {
  color: #999;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.journalist-wrap .button {
  cursor: pointer;
}

.journalist-wrap .button.none {
  position: relative;
  margin-left: 9px;
  padding: 5px 13px 5px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.journalist-wrap .button.none::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 9px;
  height: 9px;
  vertical-align: top;
  background-size: 9px 9px;
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/renewal/plus.svg);
  background-repeat: no-repeat;
}

.journalist-wrap .button.none {
  /* background: #226571; */
  background: #0A4D5B;
}

.journalist-wrap .button.done {
  position: relative;
  margin-left: 8px;
  padding: 5px 13px 5px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.journalist-wrap .button.done::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 9px;
  height: 9px;
  vertical-align: top;
  background-size: 9px 9px;
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/renewal/check.svg);
  background-repeat: no-repeat;
}

.journalist-wrap .button.done {
  background: #a9b1b9;
}

.renewal .body .article {
  position: relative;
  margin: 0 15px;

}

.renewal .article .font-wrap {
  position: absolute;
  top: -13px;
  right: 0;
}

.renewal .article .font-wrap .font-area {
  cursor: pointer;
}

.font-select {
  position: absolute;
  top: 45px;
  right: 0;
  background: #fff;
  /*box-shadow: 0 0 5px 0 rgb(227 227 227 / 50%), 0 3px 5px 0 rgb(205 205 205 / 1%);
  */
  border: 1px solid #DCDCDC;
  display: none;
  z-index: 1;
}

.font-select:after,
.font-select:before {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* .font-select:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.font-select:before {
	border-color: rgba(230, 230, 230, 0);
	border-bottom-color: #d0d0d0;
	border-width: 11px;
	margin-left: -11px;
} */

.font-select:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.font-select:before {
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #d0d0d0;
  border-width: 8px;
  margin-left: -8px;
}

.font-select h5 {
  margin: 0 15px;
  padding: 10px 0 0;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1.3px;
}

.font-select ul {
  display: flex;
  padding: 11px 15px 15px;
}

.font-select ul li:first-child {
  margin-left: 0;
}

.font-select ul li {
  margin-left: 11px;
  cursor: pointer;
}

.font-select ul li span.active {
  width: 37px;
  height: 37px;
  background: #0A4D5B;
  color: #fff;
  border: none;
}

.font-select ul li span {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #d6e2e4;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.renewal .article>h4 {
  margin: 20px 55px 13px 0;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 27px;
  border-left: 1px solid #7d7d7d;
}

section.article article.body>.article .text {
  /*font-size: 17px;*/
  line-height: 1.9em;
  letter-spacing: -1px;
  font-weight: 300;
  color: #000;
  padding-top: 10px;
  word-break: break-all;
}

section.article article.body>.article .text p {
  padding-bottom: 18px;
}

section.article article.body>.article .text .image_box {
  padding: 0 !important
}


.renewal .body .article.adTop.adBox {
  margin: 0;
  padding: 10px 0;
}

section.article article.body>.article .text a.email {
  color: #4980C8;
  text-decoration: underline;
}

/*기사본문 공유버튼*/
.share-wrap {
  padding: 30px 0;
}

.share-wrap ul {
  display: flex;
  justify-content: center;
}

.share-wrap ul li {
  width: 45px;
  height: 45px;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
}

.share-wrap ul li:first-child {
  border-left: 1px solid #000;
}

.share-wrap ul li a,
.share-wrap ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 42px;
  cursor: pointer;
}

/*관련기사 연재기사*/
section.article article.body>.article .relation-list,
section.article article.body>.article .relation2-list {
  padding-left: 15px;
  border-left: 1px solid #707070;
  margin: 13px 0 35px;
}

section.article article.body>.article .relation-list li,
section.article article.body>.article .relation2-list li {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 13px;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
}

section.article article.body>.article .relation-list li:last-child,
section.article article.body>.article .relation2-list li:last-child {
  padding-bottom: 0
}

section.article article.body>.article .relation2-area h5 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.8px;
}

section.article article.body>.article .relation2-area h5 span {
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.8px;
}

section.article article.body>.article .relation2-area h5 a {
  margin-left: 7px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.8px;
  background: #729fa7;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 7px;
}

section.article article.body>.article .relation-area h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.8px;
}


article.body .mutimedia {
  margin: 25px 0
}

#lv-container {
  margin: 0 15px;
}

.trc_related_container {
  margin: 0 10px
}

/*미디어쿼리*/
@media screen and (max-width:340px) {
  .main-article .main-article-area li .text a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 22px;
  }

  .main-article .main-article-area li .image {
    width: 105px;
    height: 64px;
  }

  .main-article .main-article-area li .sub-text a {
    font-size: 13px;
  }

  .title-area .info span {
    display: block;
    font-size: 12px;
    line-height: 15px;
  }

  .count-area .txt {
    font-size: 13px;
    letter-spacing: -1.4px;
  }

  .counter strong,
  .counter em {
    font-size: 13px;
    letter-spacing: -1px;
  }

  .corona19 .title {
    padding: 3px 12px;
  }

  li.image1.type01>article>.top>.text>.padding>h4 {
    line-height: 25px;
    font-size: 20px;
  }

  .main-article li.related1 {
    padding-bottom: 10px
  }

  .today-wrap .inner {
    margin: 35px 15px 20px;
  }

  .today-wrap strong {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .today-wrap span {
    font-size: 13px;
  }

  .opnion ul li a {
    font-size: 16px;
    line-height: 19px;
  }

  .mutimedia .text {
    bottom: 26px;
    left: 0;
    padding: 0 25px;
  }

  .adNa {
    margin: 0
  }

  .adBox.adMiddle2 {
    margin: 15px 0 0px;
  }

  .adBox.adMiddle {
    margin: 20px 0 0;
  }

  .adBox.adBottom {
    margin: 20px 0 20px;
  }

  .journalist-wrap .button.none {
    margin-left: 5px;
    padding: 4px 11px 4px 17px;
  }

  section.article article.body .journalist.size1 .name a {
    font-size: 13px;
  }

  .tools .date {
    letter-spacing: -0.9px;
  }

  .journalist-wrap .button.none::before {
    top: 8px;
    left: 8px;
  }

  section.article article.body>.headline h1 {
    padding: 23px 15px 20px;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: -1.9px;
  }

  .frame-nav ul li {
    margin: 0 8px 0;
  }

  .nav ul li a {
    font-size: 14px;
  }

  .renewal .article>h4 {
    margin: 25px 46px 20px 0px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 23px;
  }

  .adBox.adMiddle1>.adItem {
    margin: 0
  }
}


/*후원프로모션 상단,본문*/
.support-header {
  width: 100%;
}

.support-box {
  /*font-family: 'Noto Sans KR', sans-serif;*/
  padding: 0 15px;
  background: #022f43;
  color: #fff;
}

.support-box .support-con {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

.support-box em {
  color: #39FBE2;
  font-style: normal;
  font-size: 105%;
}

.support-box .support-tit {
  font-size: 24px;
  letter-spacing: -0.07em;
  color: #fff;
  padding-right: 10px;
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
}

.support-box .support-tit strong {
  vertical-align: bottom;
}

.support-box .support-tit img {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}

.support-box .support-btn {
  display: inline-block;
  vertical-align: middle;
}

.support-box .support-btn a {
  display: inline-block;
  background-color: #39FBE2;
  border: 1px solid #39FBE2;
  color: #022f43;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  width: 75px;
  text-align: center;
}

.support-box .support-btn a.btn-w {
  background-color: #022f43;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 5px;
}

@media screen and (max-width:415px) {
  .support-header .support-box .support-txt {
    font-size: 12px;
  }

  .support-header .support-box .support-btn a {
    width: auto;
    padding: 5px 10px;
  }

}

/*후원프로모션 본문*/
.support-content {
  width: 100%;
  background: #022f43;
}

.support-content .support-box {
  position: relative;
  padding: 7px 10px 15px;
  color: #fff;
  max-width: 100%;
  min-height: 195px;
  margin: 0 auto;
  text-align: left;
}

.support-content .support-box .support-con.item1,
.support-content .support-box .support-con.item2 {
  padding-top: 4.1%;
}

.support-content .support-box .support-tit {
  letter-spacing: -0.05em;
  font-size: 18px;
  display: block;
  padding: 0;
  height: auto;
  line-height: 1.6em;
}

.support-content .support-box .support-tit strong {
  display: block;
  padding-top: 0;
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 600;
}

.support-content .support-box .support-txt {
  font-size: 15px;
  padding-top: 3px;
  line-height: 1.4em;
  color: rgba(255,255,255,0.8);
  font-weight: normal;
}

.support-content .support-box .item1 .support-tit strong {
  display: block;
  padding-top: 5px;
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
}

@media screen and (max-width:370px) {
  .support-content .support-box .item1 .support-tit strong {
    font-size: 27px;
  }
}

.support-content .support-box .support-btn {
  display: inline-block;
  text-align: center;
  margin: 8px auto 0;
}

.support-content .support-box .support-btn a {
  display: inline-block;
  background-color: #39FBE2;
  border: 1px solid #39FBE2;
  border-radius: 33px;
  font-size: 1.1rem;
  letter-spacing: -0.05rem;
  font-weight: 600;
  padding: 11px 5px 12px;
  width: 105px;
  text-align: center;
}

.support-content .support-box .support-btn a.btn-w {
  background-color: #022f43;
  color: #fff;
  border: 1px solid #4e6a78;
  margin-left: 5px;
  font-size: 96.9%;
}

/**/
main.d-none {
  display: none;
}

.slide_menu {
  position: absolute;
  transform: translate3d(-100%, 0px, 0px);
  height: 100%;
  top: 0px;
  left: auto;
  transition: all 0.5s;
  z-index: 220;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto 0px auto;
  background-color: #fff;
}

.slide_menu.active {
  position: absolute;
  transform: translate3d(0%, 0px, 0px);
  transition: all 0.5s;
}

.slide_menu.active.fix {
  position: fixed;
}

.slide_menu main {
  height: 100%;
  overflow-y: scroll;
}

.slide_menu header {
  width: 100%;
  max-width: 640px;
  z-index: 250;
  margin: 0px auto 0px auto;
}

.slide_menu header .top .background {
  position: relative;
  width: 100%;
  height: 44px;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 255;
}

.slide_menu header .top {
  width: 100%;
  height: 44px;
  position: relative;
}

.slide_menu header .top .button {
  position: absolute;
  top: 0px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 260;
  background-color: rgba(250, 250, 250, 0.9);
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_top_close.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}


.slide_menu>header>.top .button {
  left: 0px;
  background-position: 14px 14px;
}

.slide_menu>header>.mid {
  background-color: rgba(250, 250, 250, 0.8);
}

.slide_menu>header>.mid .search_box {
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 0;
  background-color: rgba(250, 250, 250, 1);
  width: 90%;
  margin: 0 auto;
}

.slide_menu>header>.mid .search_box .button {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-position: center center;
  background-image: url(//img.hani.co.kr/section-image/15/mobile/image/icon/icon_search.png);
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  right: 8%;
}

.slide_menu>header>.mid .search_box input {
  padding: 3px 10px 3px 10px;
  border-left: 0px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  width: 95%;
  height: 36px;
  font-size: 16px;
  vertical-align: top;
}


/*화보*/
section.article .showPic {
  overflow: hidden;
  position: relative;
  clear: both;
  border: 0;
  border-top: 10px solid #f2f2f2;
  padding: 0;
  margin: 30px 0;
  background-color: #f2f2f2;
}

section.article .showPic .pictorial {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  font-size: 100%;
}

section.article .showPic .pictorial img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  padding: 0;
  margin: 0 auto;
  text-align: center
}

section.article .showPic .button {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 36px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff !important;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  z-index: 10000;
}

section.article .showPic .button .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_photos_new.png) 0 0 no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  overflow: hidden;
}

section.article .showPic .pictorial-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0 5px !important;
  background-color: #f2f2f2;
  color: #000 !important;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
}

section.article .showPic .pictorial-title2 {
  display: block;
  padding: 0 10px;
  text-align: center;
}

section.article .showPic:hover .pictorial:after {
  content: '';
  color: #fff;
  padding-top: 30%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

section.article .showPic:hover .button .icon {
  z-index: 1000000;
}

section.article .showPic:hover .button {
  z-index: 10000;
  background-color: #f35213;
  width: 85px;
}

section.article .showPic:hover .button:after {
  content: '화보보기';
  padding-left: 34px;
  text-align: left;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f35213;
}



/*첨부파일*/
section.article article.body>.article .editmodule {
  position: relative;
  overflow: hidden;
  clear: both;
}

section.article article.body>.article .editmodule-file {
  border: 1px dashed #cfd8e1;
  padding: 5px 10px;
  color: #000;
  display: inline-block;
  min-width: 300px;
  position: relative;
}

section.article article.body>.article .editmodule-file .file-name {
  display: block;
  padding-right: 40px;

}

section.article article.body>.article .editmodule-file .file-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(//img.hani.co.kr/section-image/15/hani/images/icon/icon_download.png) no-repeat 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.mutimedia a{ overflow:hidden; border-radius:5px;}
.mutimedia .image { -webkit-transform:scale(1.5);transform:scale(1.5);}
.mutimedia .active .image {-webkit-animation:scale_small_ani 5s cubic-bezier(0.215,0.61,0.355,1);animation:scale_small_ani 5s cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scale(1);transform:scale(1);transition-delay: 1s}

/*후원하기배너-2st 2021.07.20추가 시작*/
.support-content-2st {
  width: 100%;
  font-family: 'S-CoreDream-9Black';
}

.support-content-2st .support-box {
  position: relative;
  color: #fff;
  text-align: left;
  height: 205px;
  background-color: #fff;
}

.support-content-2st .support-box .support-con {
  text-align: left;
  vertical-align: middle;
  padding-top: 10px;
}

.support-content-2st .support-box .support-con.item1{
  padding: 5%;
  max-width: 100%;
  background: #2FDBC5;
  border-radius: 15px;
  height: 190px;
}
.support-content-2st .support-box .support-con.item2 {
  padding: 5%;
  max-width: 100%;
  background: #2FDBC5;
  border-radius: 15px;
  height: 190px;
}

.support-content-2st .support-box .support-con .support-tit {
  font-size: 38px;
  letter-spacing: -0.07em;
  color: #022f43;
  padding-right: 10px;
  display: inline-block;
  height: 34px;
  line-height: 38px;
  vertical-align: middle;
}


.support-content-2st .support-box .support-tit img {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}

.support-content-2st .support-box .support-btn {
  display: inline-block;
  vertical-align: middle;
  font-family: 'S-CoreDream-5Medium';
}

.support-content-2st .support-box .support-btn a {
  display: inline-block;
  background-color: #39FBE2;
  border: 1px solid #39FBE2;
  color: #022f43;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  width: 75px;
  text-align: center;
}

.support-content-2st .support-box .support-btn a.btn-w {
  background-color: #022f43;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 5px;
}

@media screen and (max-width: 600px) {
  .support-content-2st .support-box .support-con.item1 {
    height: 185px;
}
  .support-content-2st .support-box .support-con.item2 {
    height: 210px;
}
  .support-content-2st .support-box .item2 .support-txt {
      font-size: 15px;
      margin-top: 38px;
  }
}


@media screen and (max-width:415px) {
  .support-content-2st .support-box .support-con.item1{
    height: 170px;
  }
  .support-content-2st .support-box .support-con.item2 {
    height: 205px;
  }
  .support-content-2st .support-box .support-con.item2 .support-tit {
    width: 280px;
  }
  .support-content-2st .support-box .support-con .support-tit {
    font-size: 34px;
  }
  .support-content-2st .support-box .support-con .support-txt {
    font-size: 13px;
  }

  .support-content-2st .support-box .support-con .support-btn a {
    width: auto;
    padding: 12px;
  }
  .support-content-2st .support-box {
    height: 205px;
  }

}

/*2021.07.20- 후원프로모션 본문*/
.support-content-2st .support-box .support-tit {
  letter-spacing: -0.05em;
  font-size: 18px;
  display: block;
  padding: 0;
  height: auto;
  line-height: 1.6em;
}

.support-content-2st .support-box .support-txt {
    font-size: 16px;
    padding: 10px 0 6px;
    line-height: 1.4em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-align: left;
    font-family: 'S-CoreDream-5Medium';
}

.support-content-2st .support-box .item1 .support-tit strong {
  display: block;
  padding-top: 5px;
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
}

@media screen and (max-width:365px) {
  .support-content-2st .support-box .support-con.item1{
    margin: 5%;
    height: 170px;
  }
  .support-content-2st .support-box .support-con.item2 {
    height: 205px;
  }
  .support-content-2st .support-box .support-con .support-tit {
    font-size: 30px;
  }
  .support-content-2st .support-box .support-con .support-txt {
    font-size: 12px;
  }
}

.support-content-2st .support-box .support-btn {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.support-content-2st .support-box .support-btn a {
  display: inline-block;
  background-color: #39FBE2;
  border: 1px solid #39FBE2;
  border-radius: 33px;
  font-size: 1.1rem;
  letter-spacing: -0.05rem;
  font-weight: 500;
  padding: 11px 5px 12px;
  width: 105px;
  text-align: center;
}

.support-content-2st .support-box .support-btn a.btn-w {
  background-color: #022f43;
  color: #fff;
  border: 1px solid #022f43;
  margin-left: 5px;
  font-size: 1.0rem;
}

/**/

/* 20220209 -공유하기기사숨김 */
.frame-article4 .swiper-slide { width: 100%;}
.frame-article4 .area li:first-child .text h4 a { width: auto;}
.frame-article4 li.swiper-slide:nth-child(2) { display: none;}