@charset "UTF-8";

.ellipsis-multi {
 	padding-top:5px;
 	padding-bottom:3px;
    width:100%; vertical-align:top;
	display: -ms-flexbox; display: -webkit-box; display: -moz-box; display: box;
	max-height:80px;
    overflow:hidden;
    text-overflow: ellipsis;                /* 글자가 넘치면 생략부호(...) 표시 */
    white-space:nowrap;
    word-break:break-all;                /* 글자 단위로 "강제" 줄바꿈 처리 */
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
	line-height:1.4em; height:3.9em;   /* height:1.3em x 3배 */
}	
 .ellipsis-multi2 {
 	line-height:1.4em;	
}
.video-wrap {position:relative; padding-bottom:50%; padding-top:30px; height:0; overflow:hidden;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {position:absolute; top:0; left:0; width:100%; height:100%;}

/* 인기기사 / 추천기사 TAB */
.tab_article {
    width:100%;
    height:auto;
    overflow:hidden;
}
 
.tab_article ul{
    padding:0;
    margin:0;
    list-style:none;
    width:100%;
    height:auto;
    overflow:hidden;
}
 
.tab_article ul li{
    display:inline-block;
    width:50%;
    border-bottom: 2px solid #d7d7d7;
    text-align:center;
    cursor:pointer;
    float: left;
    height:32px;
}
 
.tab_article ul li:hover,
.tab_article ul li.on{
    background:#fff;
    border-bottom: 2px solid #ff8000;
    text-align:center;
    color:#ff8000;
}
 
.tab_article .conBox{
    width:100%;
    height:auto;
    overflow:hidden;
    background:#fff;
    display:none;
    border-bottom: none;
}
 
.tab_article .conBox.on{
    display:block;
}
/* */
.light {
    font-weight: 300;
    font-style: normal;
}
.medium {
    font-weight: 500;
    font-style: normal;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.125;
    color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.horizontal-list, .unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.horizontal-list li {
    float: left;
}
.hidden {
    display: none!important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.noscroll {
    overflow: hidden;
}
.module img:hover, .module img:active, .next-article img:hover, .next-article img:active {
    -webkit-filter: brightness(.75);
    -o-filter: brightness(.75);
    filter: brightness(.75);
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
h1 {
    font-size: 3.6em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.4em;
}
h4 {
    font-size: 1.8em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}
p {
    font-size: 1.4em;
    line-height: 1.2em;
}
.group:before, .container:before, .module:before, .article:before, .footer .footer-header:before, .reuters-share:before, .photo-module .photo:before, .group:after, .container:after, .module:after, .article:after, .footer .footer-header:after, .reuters-share:after, .photo-module .photo:after, .article-related-coverage .related-coverage-body li:after {
    content: " ";
    display: table;
}
.group:after, .container:after, .module:after, .article:after, .footer .footer-header:after, .reuters-share:after, .photo-module .photo:after, .article-related-coverage .related-coverage-body li:after {
    clear: both;
}
.container, .module {
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.module, .module-last, .module.photo-module.photo-multi-list {
    padding-bottom: 12px;
}
.container {
    padding: 0 10px;
    text-align:center;
}
.header {
    background: #3c3c3c;
}
.header-main {
    position: fixed;
    width: 100%;
    height: 54px;
    z-index: 9999999;
    -webkit-transition: height .35s ease-in-out;
    -moz-transition: height .35s ease-in-out;
    transition: height .35s ease-in-out;
    top: 0;
    left: 0;
}
.header-mini-buttons {
    display: none;
    float: right;
    position: relative;
}
.header-mini-buttons.active {
    display: block;
}
.header-mini-buttons .mini-share {
    display: none;
    float: left;
}
.header-mini .header-mini-buttons {
    display: none;
}
.header-mini .header-mini-buttons.active, .article .header-mini-buttons .mini-share, .article .header-mini .mini-share ~ .header-mini-pipe {
    display: block;
    overflow: hidden;
}
.header-mini-buttons .mini-share a {
    background-position: 12px 10px;
}
.win-jp .header-mini-buttons .mini-share a {
    background-position: -79px 10px;
}
.header-mini-buttons .mini-share a:hover, .header-mini-buttons .mini-share a:active {
    background-position: 12px -26px;
}
.win-jp .header-mini-buttons .mini-share a:hover, .win-jp .header-mini-buttons .mini-share a:active {
    background-position: -79px -26px;
}
.header-mini-pipe {
    display: none;
    border-right: 1px solid #3c3c3c;
    float: left;
    height: 36px;
    text-indent: -999999em;
}
.header-mini-buttons .mini-back-to-top {
    background: url(https://m.businesspost.co.kr/2020/images/common/back-to-top.png) 0 0 no-repeat;
    background-size: 40px;
    height: 36px;
    width: 40px;
    cursor: pointer;
    float: left;
    text-indent: -999999em;
}
.header-mini-buttons .mini-back-to-top:hover, .header-mini-buttons .mini-back-to-top:active {
    background-position: 0 -36px;
}
.header-divider {
    height: 70px;
}
.header .reuters-nav-main {
    float: left;
}
.header .reuters-nav-buttons {
    float: right;
}
h2.reuters-logo {
    font-size: 1em;
}
.header .reuters-logo a {
    background: url(https://m.businesspost.co.kr/2020/images/logo.png) 0 11px no-repeat;
    background-size: 163px;
    display: inline-block;
    font-size: 0;
    height: 33px;
    padding: 11px 0;
    width: 163px;
    margin-left:10px;
}
.header.header-mini .reuters-logo a {
    background: url(https://m.businesspost.co.kr/2020/images/logo.png) 0 6px no-repeat;
    background-size: 119px;
    height: 20px;
    padding: 8px 0;
    width: 119px;
}
.header .date {
    margin-left: 36px;
    font-size: 1.2em;
    line-height: 1em;
    color: #626262;
}
.header .edition {
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5em;
    margin: 6px 0 0 37px;
    position: relative;
    width: 120px;
}
.header .edition .arrow-down, .section-nav .section .down-arrow {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(https://m.businesspost.co.kr/2020/images/common/win-menu-arrow.png) 0 0 no-repeat;
    background-size: 12px;
    margin: 13px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -ms-transform;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.header .edition.active .arrow-down, .section-nav .section.active .down-arrow {
    background-position: 0 -6px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -ms-transform;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.header .reuters-nav-menu, .header .reuters-nav-button, .header .reuters-search-button {
    float: left;
}
.header-pane-main, .header-pane-menu, .header-pane-search {
    display: none;
    height: 54px;
}
.header-pane-main.container, .header-pane-menu.container, .header-pane-search.container {
    padding: 0 0 0 10px;
}
.header-mini .header-pane-main {
    height: 36px;
}
.sec-search .header-mini .header-pane-main {
    height: 54px;
}
.header-pane-main.active, .header-pane-menu.active, .header-pane-search.active {
    display: block;
}
.header-pane-menu h3, .header-pane-search h3 {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    margin: 15px 0 0 0;
}
.pane-ico {
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 0;
    display: inline-block;
    float: right;
    font-size: 0;
    height: 54px;
    width: 40px;
}
.pane-ico:active {
    background-position: 0 -54px;
}
.pane-ico-close {
    background-image: url(https://m.businesspost.co.kr/2020/images/common/win-ico-close.png);
    height: 36px;
    margin: 8px 0 0 0;
}
.pane-ico-close:hover, .pane-ico-close:active {
    background-position: 0 -36px;
}
.pane-ico-menu {
    background-image: url(https://m.businesspost.co.kr/2020/images/common/win-ico-menu2.png);
}
.pane-ico-search {
    background-image: url(https://m.businesspost.co.kr/2020/images/common/win-ico-search3.png);
}
.section-nav {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 54px;
    width: 100%;
    -webkit-transition: max-height .25s ease, margin-bottom .25s ease;
    transition: max-height .25s ease, margin-bottom .25s ease;
}
.section-nav.active, .sec-search .section-nav.active {
    background: url("https://m.businesspost.co.kr/2020/images/common/win-menu-bg.gif") repeat-y right 0 #fff;
    max-height: 3000px;
    margin-bottom: 0;
    -webkit-transition: max-height 1s ease, margin-bottom .25s ease-in-out;
    transition: max-height 1s ease, margin-bottom .25s ease-in-out;
}
.section-nav.active {
    position: relative;
    z-index: 1;
}
.section-nav .trending-topics .heading, .section-nav .trending-topics .sub-heading {
    font-weight: 500;
    font-style: normal;
    padding: 16px 50px 16px 10px;
    margin: 0;
     
}
.section-nav .trending-topics .heading {
    color: #3c3c3c;
    border-bottom: 1px solid #ccc;
    font-size: 1.6em;
    line-height: 1;
}
.section-nav .trending-topics .sub-heading {
    padding-bottom: 0;
    font-size: 1.2em;
    color: #999;
}
.section-nav .trending-topics .trending-topics-list {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}
.section-nav .trending-topics .trending-topic a, .section-nav .section a {
    color: #3c3c3c;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6em;
    padding: 11px 0;
    text-decoration: none;
    width: 100%;
}
.section-nav .trending-topics .trending-topic a {
    padding: 6px 0;
}
.trending-topics-list li:last-child, .section-nav .trending-topics li:last-child.trending-topic {
    margin-bottom: 11px;
}
.section-nav .section, .section-nav .section-list, .section-nav .sub-section-list {
    margin: 0;
}
.section-nav .section-list, .section-nav .sub-section-list {
    padding: 0;
}
.section-nav .section {
    list-style: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    height: 40px;
}
.section-nav .section.active {
    height: auto;
}
.section-nav .section .heading, .section-nav .trending-topics .trending-topic {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0 40px 0 10px;
     
}
.section-nav .trending-topics .trending-topic {
    list-style: none;
     
}
.section-nav .section .heading a {
    color: #3c3c3c;
    display: inline-block;
    padding: 11px 0;
    text-decoration: none;
    width: 100%;
}
.section-nav .sub-section a:hover, .section-nav .sub-section a:active, .edition-nav .edition-list li a:hover, .edition-nav .edition-list li a:active, .section-nav .section .heading a:hover, .section-nav .section .heading a:active {
    color: #FF8000;
}
.section-nav .section .sub-section-button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
}
.section-nav .sub-section-list {
    max-height: 0;
    overflow: hidden;
}
.section-nav .active .sub-section-list {
    max-height: 1000px;
}
.section-nav li.section.active, .section-nav .active .sub-section-list.edition-list, .section-nav .sub-section-list {
    background: url("https://m.businesspost.co.kr/2020/images/common/win-menu-open-bg.gif") repeat-y right 0 #f5f5f5;
}
.section-nav .sub-section {
    list-style: none;
    display: block;
    font-size: 1em;
    opacity: 0;
}
.section-nav .section-list.edition-nav .sub-section-list {
    opacity: 0;
}
.section-nav .sub-section:last-child {
    margin-bottom: 6px;
}
.section-nav .sub-section a {
    color: #626262;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.section-nav .active .sub-section {
    margin: 0 40px 0 10px;
}
.section-nav .active .sub-section, .section-nav .section-list.edition-nav .active .sub-section-list {
    opacity: 1;
    -webkit-transition: .5s opacity .25s ease;
    transition: .5s opacity .25s ease;
}
.edition-nav {
    padding-left: 10px;
}
.section-nav .edition-nav .section .heading {
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1;
    color: #3c3c3c;
    padding: 13px 19px 13px 0;
    text-transform: none;
    text-align: right;
}
.edition-nav .edition-list li {
    list-style: none;
    display: block;
    padding: 0 0 0 10px;
}
.edition-nav .edition-list li:last-child {
    margin-bottom: 0;
}
.win-af .edition-nav li.e-af:before, .win-lta .edition-nav li.e-lta:before, .win-ara .edition-nav li.e-ara:before, .win-ar .edition-nav li.e-ar:before, .win-br .edition-nav li.e-br:before, .win-ca .edition-nav li.e-ca:before, .win-cn .edition-nav li.e-cn:before, .win-es .edition-nav li.e-es:before, .win-fr .edition-nav li.e-fr:before, .win-de .edition-nav li.e-de:before, .win-in .edition-nav li.e-in:before, .win-it .edition-nav li.e-it:before, .win-jp .edition-nav li.e-jp:before, .win-mx .edition-nav li.e-mx:before, .win-ru .edition-nav li.e-ru:before, .win-uk .edition-nav li.e-uk:before, .win-us .edition-nav li.e-us:before {
    color: #ff8000;
    content: "\2022";
    font-size: 1.5em;
    margin-left: -10px;
    padding: 0 3px 0 2px;
    vertical-align: text-bottom;
}
.section-nav .sub-section a, .edition-nav .edition-list li a {
    color: #626262;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7em;
    padding: 7px 0;
    text-decoration: none;
    width: 85%;
}
.section.active .sub-section-list li:last-child a, .edition-nav .edition-list li:last-child a {
    margin-bottom: 16px;
}
.ico-picture {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-picture.png) no-repeat;
    background-size: 16px;
    display: inline-block;
    height: 13px;
    width: 16px;
    margin-left: 6px;
}
.ico-video {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-video.png) no-repeat;
    background-size: 21px;
    display: inline-block;
    height: 12px;
    width: 21px;
    margin-left: 6px;
}

.search-nav {
    visibility: hidden;
    height: 0;
    background: #3c3c3c;
    position: relative;
    top: 0;
    width: 100%;
    /* opacity: 0.5; */
    z-index: 1503;
    -webkit-transition: visibility 0s linear .25s, height .25s ease-in-out;
    -moz-transition: visibility 0s linear .25s, height .25s ease-in-out;
    transition: visibility 0s linear .25s, height .25s ease-in-out;
}
.search-nav.active {
    visibility: visible;
    height: 30px;
    padding-bottom:20px;
    -webkit-transition: visibility 0s linear, height .25s ease-in-out;
    -moz-transition: visibility 0s linear, height .25s ease-in-out;
    transition: visibility 0s linear, height .25s ease-in-out;
}
.sec-search .search-nav.active {
    padding: 66px 0 12px 0;
    position: fixed;
}
.search-nav.active ~ .header-divider {
    height: 0;
}
.search-nav #searchForm {
    background-color: #fff;
    background-image: url(https://m.businesspost.co.kr/2020/images/common/search-input-icon.png);
    background-position: 7px 7px;
    background-size: 16px;
    background-repeat: no-repeat;
    height: 30px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear, opacity .35s ease-in-out;
    -moz-transition: visibility 0s linear, opacity .35s ease-in-out;
    transition: visibility 0s linear, opacity .35s ease-in-out;
}
.search-nav #searchForm.active {
    visibility: visible;
    opacity: 1;
}
.search-nav #sc_word {
    border: none;
    font-size: 1.4em;
    margin-left: 30px;
    outline: none;
    padding: 8px;
    width: 85%;
}
.search-nav #searchsubmit {
    background: #808080;
    border: none;
    color: #fff;
    font-size: 1.2em;
    width: 36px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.search-nav #searchsubmit:hover, .search-nav #searchsubmit:active {
    background: #626262;
}
.search-clear {
    background-color: #fff;
    background-image: url(https://m.businesspost.co.kr/2020/images/common/search-input-close.png);
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
    position: absolute;
    text-indent: -999999em;
    top: 0;
    right: 36px;
    height: 30px;
    width: 40px;
}
.search-clear.active {
    display: block;
}
.search-suggestion {
    background: #3c3c3c;
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity .25s linear, height .1s ease-in-out .5s;
    -o-transition: opacity .25s linear, height .1s ease-in-out .5s;
    transition: opacity .25s linear, height .1s ease-in-out .5s;
}
.search-suggestion.active {
    height: 1px;
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.search-suggestion ul {
    list-style: none;
    margin: 15px 0;
    padding: 0 0 0 20px;
}
.search-suggestion li {
    clear: both;
    display: inline-block;
    padding: 0;
    width: 100%;
}
.search-suggestion li a {
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    padding: 0 0 15px 0;
    text-decoration: none;
    width: 95%;
}
.search-suggestion li a .query {
    font-weight: 500;
}
.search-suggestion .suggestion-ric {
    float: left;
    font-weight: 500;
    vertical-align: top;
}
.search-suggestion .suggestion-market {
    color: #ccc;
    font-size: 11px;
    float: left;
    margin-left: 10px;
     
    vertical-align: top;
}
.search-suggestion li .suggestion-ric a, .search-suggestion li .suggestion-market {
    line-height: 15px;
}
.search-suggestion li:hover a, .search-suggestion li:active a, .search-suggestion li:hover .suggestion-market, .search-suggestion li:active .suggestion-market, .search-result-indiv a:hover .search-result-title, .search-result-indiv a:active .search-result-title, .search-result-content a:hover .search-result-title, .search-result-content a:active .search-result-title, .search-result-indiv a:hover .search-result-title .search-term, .search-result-indiv a:active .search-result-title .search-term, .search-result-content a:hover .search-result-title .search-term, .search-result-content a:active .search-result-title .search-term {
    color: #ff8000;
}
.ad {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin: auto;
    background: #f7f7f7;
}
.main .ad {
    border-bottom: none;
}
.ad .leaderboard-ad {
    width: 320px;
    height: 50px;
    margin: 0 auto;
    background: #626262;
}
.ad .mpu-ad {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    background: #626262;
}
.article-text .ad {
    border: none;
    margin: 30px 0;
}
.article-text pre {
    margin: 0 10px 20px;
    word-wrap: break-word;
}
.article-text p pre {
    margin: 0;
}
.main {
    margin: 0;
}
.section-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}
.section-header2 {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
}
.module-no-margin .section-header {
    margin-bottom: 0;
}
.module-no-top .section-title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 14px;
}
.module-no-padding .module-container {
    padding: 0;
}
.dark-module .section-header {
    border: none;
}
.section-title {
    padding: 15px 0 15px 15px;
}
.sec-home .section-title {
    display: inline-block;
}
.sec-video .dark-module .section-title, .sec-slideshow .dark-module .section-title {
    padding: 0 0 14px 10px;
}
.section-title h1 {
    color: #3c3c3c;
    font-weight: 500;
    font-style: normal;
    font-weight:bold;
    font-size: 2.0em;
    line-height: 1em;
     
}
.section-title-right {
    float: right;
    margin-right: 10px;
}
.section-title-right a {
    color: #808080;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4em;
    line-height: .93em;
    padding: 16px 0 0px;
    text-decoration: none;
     
}
.section-title-right a:hover, .section-title-right a:active {
    color: #FF8000;
}
.section-title-right a .more-arrow {
    margin-left: 5px;
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-wire-arrow.png) 0 0 no-repeat;
    background-size: 6px;
    display: inline-block;
    text-indent: -999999em;
    width: 6px;
    height: 12px;
}
.section-title-right a:hover .more-arrow, .section-title-right a:active .more-arrow {
    background-position: 0 -12px;
}
.module-desc-container {
    background: #f5f5f5;
    margin: 0 10px 16px;
    padding: 0 10px;
}
.module-desc-container .module-desc {
    padding: 16px 0;
    font-size: 1.3em;
    line-height: 16px;
    color: #808080;
}
.section-follow-container {
    text-align: center;
    padding: 10px 6px;
    background-color: #fff;
}
.section-follow-container .follow-description {
    font-size: 1.6em;
    color: #626262;
}
.section-follow-container .follow-button {
    margin-left: 50px;
}
.section-follow-container .section-follow-buttons {
    display: inline-block;
    padding-top: 6px;
}
.footer .section-follow-buttons {
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 6px 0;
    float: none;
    width: 100%;
}
.footer .section-follow-buttons span {
    display: inline;
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 1.4em;
    font-weight: 400;
    color: #626262;
}
.footer .footer-signup-download span {
    display: inline;
    float: left;
    width: 70px;
    font-size: 1.4em;
    font-weight: 400;
    color: #626262;
}
.footer .section-follow-buttons ul {
    list-style: none;
    margin: 0;
}
.section-follow-buttons .follow-button {
    background-image: url(https://m.businesspost.co.kr/2020/images/common/win-sprite-follow.png);
    background-size: 280px;
    display: inline;
    float: left;
    text-indent: -999999em;
    width: 40px;
    height: 40px;
}
.section-follow-buttons a:active .follow-button {
    background-color: #ccc;
}
.footer .section-follow-buttons .follow-button {
    position: relative;
    display: inline-block;
    margin: 0;
}

/* 기사 */
.article {
    position: relative;
    padding: 8px 0 0px;
    border-bottom: 1px solid #ddd;
}
.article.featured-article {
    padding-top: 0;
}
.article p {
    margin: 18px 0;
    line-height: 1.5;
}

.article2 {
    position: relative;
    padding: 8px 0px 0px;
    border-bottom: 1px solid #ddd;
}

.article2.featured-article {
    padding-top: 0;
}
.article2 p {
    margin: 13px 0;
    line-height: 1.5;
}

.top-news-header .section-header {
    margin-bottom: 0;
}
.top-news-module .featured-article {
    border-top: none;
}
.top-news-module .featured-article .sharetools {
    position: static;
}
.sponsored-article {
    border-bottom: none;
    padding-top: .625em;
}
.article.sponsored-article {
    border-top: none;
}


.article-heading a {
    color: #111;
    text-decoration: none;
}
.module-no-margin, .top-news-module.module-no-margin, .module-recommended {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top-news-module.module-last {
    padding-bottom: 42px;
}
.top-news-module .article-heading, .article-heading {
    color: #111;
    font-size: 1.7em;
    line-height: 25px;
    font-style: normal;
}
.top-news-module .featured-article .article-heading {
    color: #3c3c3c;
    margin-top: 10px;
    font-size: 2.1em;
    line-height: 24px;
}
.article-image, .article-image img {
    width: 100%;
}
.article-image {
    background: #fff;
    margin: 0;
}
/* 기사이미지 */
.article-thumb, .article-video-thumb {
    width: 110px;
    height: 55px;
    overflow: hidden;
    background: #fff;
    margin: 4px 0 4px 14px;
    float: right;
    text-align: center;
    position: relative;
}

.article-thumb img {
	width:110px;
    height: 55px;
}

/* 뉴 who is 이미지 */
.article-thumb2 {
    width: 110px;
    height: 74px;
    overflow: hidden;
    background: #fff;
    margin: 4px 0 0 14px;
    float: right;
    text-align: center;
    position: relative;
}

.article-thumb2 img {
	width:110px;
    height: 74px;
}


.article-sharetools {
    height: 30px;
    margin-top: 12px;
    background: #ccc;
}
.article-sharetools-label+.article-sharetools {
    margin-top: 0;
}
.article-meta {
    margin-top: 18px;
    font-size: .75em;
    line-height: 1;
}
.article-author, .article-location {
    display: inline-block;
     
}
.article-location {
    margin-left: 2px;
    padding-left: 5px;
    border-left: 1px solid #3c3c3c;
}
.article-sharetools-label, .next-article-label {
    font-size: .75em;
}
.article-sharetools-label {
    color: #a7a7a7;
}
.next-article {
    padding: 10px 0;
    margin-top: 32px;
    background: #f8f8f8;
}
.next-article-label {
    font-weight: 400;
    color: #626262;
}
.next-article-title {
    margin: 4px 0 0;
}
.next-article-title a {
    font-size: 1em;
    line-height: 1.25;
    color: #3c3c3c;
    text-decoration: none;
}
.footer {
    background: #fafafa;
    display: inline-block;
    padding-bottom: 30px;
    width: 100%;
}
.footer a {
    color: #626262;
    font-weight: 500;
}
.footer a:active {
    color: #3c3c3c;
}
.footer a:hover, .footer a:active, .footer .footer-links a:hover, .footer .footer-links a:active, .footer .footer-signup-download a:hover, .footer .footer-signup-download a:active {
    color: #999;
}
.footer .footer-header {
    font-weight: 300;
    font-style: normal;
    padding: 22px 10px 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 28px;
    background: #f5f5f5;
}
.footer .footer-header .view-desktop {
    font-size: 1.7em;
    line-height: 1.2;
    color: #626262;
    cursor: pointer;
}
.footer .view-desktop-ico {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-desktop.png) 0 0;
    background-size: 18px;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
}
.footer .view-desktop:hover, .footer .view-desktop:active {
    color: #999;
}
.footer .view-desktop:hover .view-desktop-ico, .footer .view-desktop:active .view-desktop-ico {
    background-position: 0 -16px;
}
.footer .footer-signup-download {
    color: #626262;
    font-weight: 400;
    margin-bottom: 16px;
}
.footer .footer-signup-download a {
    color: #626262;
    font-weight: 500;
    font-size: 1.4em;
}
.footer-share-title {
    color: #626262;
    font-size: 1.5em;
    margin-top: 24px;
}
.footer .footer-links {
    color: #626262;
    margin-top: 12px;
    margin-bottom: 12px;
}
.footer .footer-links a {
    color: #626262;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500;
}
.footer .footer-summary {
}
.footer .footer-summary .footer-summary-title {
    font-size: 1.3em;
}
.footer .footer-summary p {
    color: #626262;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 14px;
    font-weight: 400;
}
.footer .reuters-copyright {
    color: #626262;
    font-size: 1.2em;
}
.footer .container {
    padding-top: 13px;
}
.landing-page-header {
    padding: 24px 10px 20px;
    border-bottom: 1px solid #ccc;
}
.landing-page-header .landing-page-heading {
    margin: 0;
    font-weight: 500;
    line-height: 1;
     
}
.module-container {
    padding: 0 10px;
    color: #3c3c3c;
}
.module .module-header {
    padding: 0 0 2px;
    border-bottom: 1px solid #ff8000; 
    margin: 0 10px 15px;
    width:100%;
}

.module .module-header2 {
    padding: 0 0 2px;
    margin: 0 10px 15px;
    width:100%;
} 

.module .module-container .module-header {
    margin: 0 0 5px;
}
.module.photo-multi {
    margin: 0;
    padding-bottom: 0;
}
.module.video-module .module-container .module-header, .module.photo-module .module-container .module-header {
    margin: 0 0 10px;
}
.module.the-wire .module-container .module-header {
    border: none;
    margin: 0 0 12px;
    padding: 0;
}
.module.the-wire .module-container .module-header .module-heading {
    font-size: 2.3em;
}
.module.the-wire .module-container .module-header h2 .light, .module.the-wire .module-container .module-header h2 .medium {
    font-weight: 500;
    font-style: normal;
}
.module .module-heading {
    margin: 0;
    font-weight: normal;
    font-size: 2.1em;
    line-height: 1;
     
}
.module h2.module-heading {
}
/* 오늘후 시작 */
.module h2.module-heading .title-last {
	font-size:17px;	
	font-weight:bold;
}

.slide_bnbox .thumb2{
	position:absolute; display:block; display: inline-block; height:100%; font-size: 16px; line-height: 1.7em; letter-spacing:-0.1em; color:#fff; word-break: keep-all; margin:24px 12px 0px 0px; padding-left:10px; /* 위 오른쪽 아래 왼쪽 */
}

.swiper-slide .thumb img {
	border: 0;
    margin: 0;
    padding: 0;
    height: 100px;
    /* object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: gray;
    */
}

.slide_bnbox{margin: 0; padding: 0; height: 100px; overflow: hidden; background-color: #483234; width: 100%;}

.swiper-pagination-bullets.initial {
    position: initial;
    width: 100%;
    background: #fff;
    text-align:center;
}
.cssBanner .swiper-pagination-bullet {
	margin: 4px;
}

.cssBanner .swiper-pagination-bullet-active {
    background: #000;
    margin: 4px; 
    /* margin-bottom: -20px; */
}


/* 오늘후 끝 */

.module-header .pictures-icon, .module-header .video-icon {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-sprite-media-title-icons-2x.png) no-repeat;
    background-size: 55px;
    height: 20px;
    width: 26px;
    margin-right: 6px;
    float: left;
}
.module-header .pictures-icon {
    background-position: -30px 0;
}
.module-header .video-icon {
    background-position: 0 0;
}
.dark-module, .dark-module .section-header {
    background-color: #3c3c3c;
    color: #fff;
}
.section-name {
    margin: 20px 10px 10px;
}
.section-name a {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    text-decoration: none;
    color: #ff8000;
     
}
.section-name a:active {
    color: #808080;
}
.video-container-dark {
    position: relative;
    background: #3c3c3c;
}
.video-container {
    position: relative;
}
.centered-absolute {
    position: absolute;
    top: 0;
    right: 50%;
}

.photo-module.photo-multi-list {
    padding: 0;
}
.photo-module .module-container {
    padding: 0 10px;
    background: #3c3c3c;
    color: #fff;
}
.photo-module .module-header {
    padding: 14px 0 0;
    border-bottom: none;
    margin: 0;
}
.photo-module .featured-photo .photo-image {
    position: relative;
    margin: 0;
}
.photo-module .featured-photo .photo-image, .photo-module .featured-photo .photo-image img {
    width: 100%;
    height: auto;
}
/* 채널 Who */
.photo-module .photo-heading a {
    color: #fff;
    font-size: 0.7em;
    line-height: 1.1;
    text-decoration: none;
    font-weight: normal;
}
.module .photo-thumb {
    position: relative;
}
.photo-module .photo-thumb {
    float: left;
    margin: 14px 10px 0 0;
    position: relative;
}
.photo-module .photo-thumb, .photo-module .photo-thumb img {
    width: 130px;
    height: 58px;
}
.slideshow-marker {
    background-image: url(https://m.businesspost.co.kr/2020/images/common/slideshow-marker.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 3;
}

.photo-header .photo-excerpt {
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 18px;
    margin: 6px 10px 4px 10px;
}
.featured-module {
    padding: 0;
}
.featured-module .module-container {
    padding: 0;
}
.featured-module h5.module-heading {
    font-size: 1.5em;
     
    line-height: 1.2em;
}
.featured-module .indicator-panel {
    background-color: rgba(34, 34, 34, 0.7);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 12px;
    padding: 2px;
}
.featured-module .indicator-panel.video-indicator-panel {
    height: 12px;
}
.featured-module .indicator-panel.podcast-indicator-panel {
    height: 16px;
}
.featured-module .indicator-panel .indicator {
    background: url(https://m.businesspost.co.kr/2020/images/common/sprites-media-icons.png) no-repeat;
    background-size: 140px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.featured-module .indicator-panel .indicator.video-indicator {
    height: 13px;
    width: 16px;
    background-position: -2px -14px;
}
.featured-module a:hover .indicator-panel .indicator.video-indicator {
    background-position: -35px -14px;
}
.featured-module .indicator-panel .indicator.photo-indicator {
    height: 16px;
    width: 16px;
    background-position: 0 3px;
}
.featured-module a:hover .indicator-panel .indicator.photo-indicator {
    background-position: -34px 3px;
}
.featured-module .indicator-panel .indicator.podcast-indicator {
    height: 16px;
    width: 16px;
    background-position: -85px -2px;
}
.featured-module a:hover .indicator-panel .indicator.podcast-indicator {
    background-position: -121px -2px;
}
.featured-module .article-thumb .curated-label, .featured-module .article-video-thumb .curated-label {
    position: relative;
    background-color: rgba(255, 129, 0, 0.9);
    display: inline-block;
    padding: 4px;
    font-weight: 500;
     
    font-size: 1.2em;
    letter-spacing: .5px;
    color: #fff;
    text-align: left;
    width: 100%;
}
.featured-module .story-photo-mobile .article-thumb .curated-label, .featured-module .story-photo-mobile .article-video-thumb .curated-label {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: auto;
    width: auto;
}
.featured-module .article-thumb img, .featured-module .article-video-thumb img {
    width: 90px;
    height: auto;
}
.featured-module .article:first-child {
    border-top: none;
}
.featured-module .article:last-child {
    border-bottom: none;
}
.featured-module .articlePanel {
    padding-left: 10px;
    padding-right: 10px;
}
.featured-module .articlePanelBefore {
    clear: both;
}
.featured-module .story-photo-mobile figure {
    width: 100%;
    height: auto;
}
.featured-module .story-photo-mobile img {
    width: 100%;
    height: auto;
}
.featured-module .article .article-header .article-byline {
    color: #808080;
    font-size: 1.5em;
}
.wire-module .module-container-wire, .featured-module .module-container .module-container-feature {
    background: #f5f5f5;
}
.wire-module.light .module-container-wire {
    background: #fff;
}
.wire-module .article, .featured-module .article {
    padding-bottom: 12px;
}
.wire-module .article:first-child {
    border-top: none;
}
.wire-module .article:last-child {
    border-bottom: none;
}
.wire-module .article .article-header:first-child {
    margin-top: 12px;
}
.wire-module .article-time, .featured-module .article .article-header .article-byline {
    line-height: 24px;
}
.wire-module .article .article-heading, .featured-module .article .article-heading {
    color: #3c3c3c;
    font-size: 1.8em;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.wire-module.wire-related-news .article {
    background: #fff;
    padding: 0 10px 12px;
}
.latest-news .wire-module.wire-related-news .article {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}
.wire-module.the-wire .module-container-wire {
    margin: 0;
}
.wire-related-news .load-more-link a {
    margin: 0;
    height: 36px;
}
.wire-module.the-wire .module-desc-container {
    background: #f5f5f5;
    padding: 0 10px;
}
.wire-module.the-wire .module-desc {
    padding: 16px 0;
    font-size: 1.3em;
    color: #808080;
    border-bottom: 1px solid #ccc;
}
.more-from-reuters-module .module-header {
    margin-bottom: 0;
}
.more-from-reuters-module .article {
    border-top: none;
    border-bottom: 1px solid #ccc;
}
.more-from-reuters-module .article-heading {
    font-size: 1.125em;
    line-height: 1.3333;
}
.reuters-investigates-module .article-heading {
    margin-top: 1.5em;
}
.sponsored-topics-module {
    padding-bottom: 1em;
}
.sponsored-topics-module ol {
    padding-left: 26px;
    margin: 0;
}
.video .slide-length, .video-thumb .slide-length, .top-story .photo .slide-length {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 12px;
    background: rgba(34, 34, 34, 0.7);
    padding: 6px 7px 6px 17px;
    color: #EFEFEF;
}
.video.featured-video .slide-length, .top-story.curationModule .photo .slide-length {
    bottom: 2px;
}
.video .video-image .play-button, .top-story .photo .play-button {
    background: url("https://m.businesspost.co.kr/2020/images/common/play-button-large.png") no-repeat;
    background-size: 50px;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.video .video-indicator, .top-story .photo .video-indicator, .video-results .video-thumb .video-indicator {
    background: url("https://m.businesspost.co.kr/2020/images/common/video-indicator.png") no-repeat;
    background-size: 6px;
    height: 16px;
    width: 8px;
    position: absolute;
    left: 7px;
    top: 7px;
}
.article #article_video_player-poster div {
    background: url("https://m.businesspost.co.kr/2020/images/common/play-button-large.png") no-repeat!important;
    background-size: 50px!important;
    height: 50px!important;
    width: 50px!important;
    position: absolute;
    left: 3%;
    top: 5%;
}
.video .video-thumb .play-button, .video-results .video-thumb .play-button {
    background: url("https://m.businesspost.co.kr/2020/images/common/play-button-medium.png") no-repeat;
    background-size: 35px;
    display: inline-block;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17.5px;
    margin-top: -17.5px;
}
.video, .photo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.video-module .video, .photo-module .photo {
    border-bottom: 1px solid #606060;
}
.additional-channel .video, .additional-channel .photo {
    border-bottom: none;
    padding-bottom: 18px;
}
.video-module .video-thumb {
    margin: 14px 0 0 20px;
    float: right;
    position: relative;
}
.video-module .video .video-thumb {
    background: #3c3c3c;
}
.module-top-story .module-container {
    padding: 0;
}
.module-top-story {
    padding-bottom: 0;
}
.top-story .top-story-content {
    margin: 0 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

/* 탑 이미지 */
.top-story .photo {
    border: none;
    padding: 0;
    position: relative;
    width:100%;
}
.top-story .photo img {
    height: auto;
    width: 100%;
    /* margin-top:-2px; */
}
/* 탑 제목 */
.top-story h2.top-story-heading {
    color: #3c3c3c;
    margin: 0px 0 4px;
    font-size: 2.3em;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.25px;
}

.top-story h2.top-story-heading a, .top-story li a { 
    color: #3c3c3c;
    text-decoration: none;

}

/* 탑 2~3 제목 */
.top-story li a {
    padding-left: 6px;
    padding-bottom:0px;
}
.top-story ul {
	border-bottom: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    padding-bottom:14px;
}



.top-story h2.top-story-heading a:hover, .top-story h2.top-story-heading a:active, .top-story li a:hover, .top-story li a:active {
    color: #ff8000;
}


.top-story p a, .top-story .story-info-links {
    /* font-size: 10px; */
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
}
.top-story p a, .top-story .story-info-links a {
    color: #FF8000;
}
.top-story p a:hover, .top-story p a:active, .top-story .story-info-links a:hover, .top-story .story-info-links a:active {
    color: #808080;
}

/* 탑 2~3 점 */
.top-story li:before {
    color: #ff8000;
    content: "\2022";
    font-size: 1.5em;
    vertical-align: top;
}
.top-story li {
    color: #3c3c3c;
    margin-top: 8px;
    font-size: 1.6em;
    line-height: 22px;
    font-weight: 500;
}

.top-story .timestamp {
    font-size: 1em;
    font-weight: normal;
}
.top-story .specialReport, .top-story .exclusiveReport, .top-story .Breaking, .top-story .liveEvent, .top-story .liveVideo, .top-story .reutersInvestigates, .top-story .reutersFocus, .top-story .opinion, .top-story .column, .top-story .poll, .top-story .interview, .top-story .infographic {
    position: absolute;
    bottom: 18px;
    font-size: 1.3em;
    letter-spacing: .03em;
    background: rgba(255, 128, 0, 0.9);
    color: #fff;
    padding: 3px 6px 3px 10px;
     
}
.module .more-link-container {
    width: 100%;
}
.module .more-link {
    margin: 12px 8px 0 0;
    float: right;
}
.module .more-link a {
    color: #606060;
    font-size: 1.4em;
    line-height: .93em;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .4px;
}
.module .more-link-container .more-link-button-dark, .module .more-link-container .more-link-button {
    background-color: #AAA;
    float: none;
    margin: 20px 10px 0;
    padding: 0 10px;
}
.module .more-link-container .more-link-button-dark {
    margin: 0 10px 20px;
    background-color: #606060;
}
.more-link.more-link-button-dark a, .more-link.more-link-button a {
    display: inline-block;
    padding: 14px 0;
    text-align: right;
    width: 100%;
}
.module .more-link.more-link-button-dark a .more-arrow, .module .more-link.more-link-button a .more-arrow {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-right-arrow-inverted.png) 0 0 no-repeat;
    background-size: 6px;
}
.more-link.more-link-button:hover a, .more-link.more-link-button:active a {
    color: #fff;
}
.more-link.more-link-button:hover, .more-link.more-link-button:active, .more-link.more-link-button-dark:hover, .more-link.more-link-button-dark:active {
    background: #626262;
}
.module .more-link-button a, .module .more-link-button-dark a {
    color: #fff;
}
.more-link .more-arrow {
    margin-left: 5px;
}
.module .more-link a .more-arrow {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-right-arrow.png) 0 0 no-repeat;
    background-size: 6px;
    display: inline-block;
    font-size: 0;
    text-align: initial;
    width: 6px;
    height: 12px;
    vertical-align: top;
}
.module .more-link a:hover .more-arrow, .module .more-link a:active .more-arrow {
    background-position: 0 -12px;
}
.module .more-link.more-link-button a:hover .more-arrow, .module .more-link.more-link-button a:active .more-arrow, .module .more-link.more-link-button-dark a:hover .more-arrow, .module .more-link.more-link-button-dark a:active .more-arrow {
    background-position: 0 0;
}
.more-link-button a {
    color: #fff;
}
.load-more-link {
    background-color: #bbb;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
}
.load-more-link a, .load-more-link span.load-more-content {
    background: #bbb;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
     
    letter-spacing: .4px;
    height: 36px;
}
.load-more-link .more-arrow {
    display: inline-block;
    background: url("https://m.businesspost.co.kr/2020/images/common/win-ico-load-more.png") no-repeat;
    background-size: 12px;
    height: 6px;
    margin: 5px 0 0 0;
    text-indent: -999999em;
    width: 12px;
}
.module .more-link-button .more-link a .more-arrow {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-right-arrow-inverted.png) 0 0 no-repeat;
    background-size: 6px;
}
.load-more-content {
    display: none;
}
.load-more-content.active {
    display: block;
    padding: 14px 0 1px;
}
.loader-container.loader-wire {
    display: none;
    position: relative;
    width: 100%;
    height: 30px;
    padding: 8px 0;
}
.loader-container.loader-wire.active {
    display: block;
}
.load-more-hide {
    display: none;
}
.timestamp {
    color: #808080;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: top;
}
.time-icon {
    background-image: url("https://m.businesspost.co.kr/2020/images/common/win-ico-timestamp.png");
    background-size: 11px;
    display: inline-block;
    height: 11px;
    margin: 6px 4px 0 0;
    position: relative;
    width: 11px;
}
time.article-time {
    line-height: 24px;
}
.sec-markets .module-container-wire .article-header {
    margin-top: 12px;
}
.sec-markets .module-container-wire .timestamp {
    vertical-align: baseline;
}
.reuters-share {
    margin: 20px 0;
}
.article .article-info ~ .reuters-share {
    margin: 24px 10px;
}
.reuters-share li {
    margin-right: 15px;
}
.reuters-share li:last-child {
    margin-right: 0;
}
.reuters-share li a {
    outline: none;
}
.reuters-share .shr-ico, .share-overlay .shr-ico {
    background-image: url("https://m.businesspost.co.kr/2020/images/common/win-sprite-social-med.png");
    background-size: 400px;
    cursor: pointer;
    display: block;
    float: left;
    height: 36px;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.8;
    color: #808080;
    text-align: center;
    width: 36px;
}
.share-overlay .shr-blank .shr-ico, .reuters-share .shr-blank .shr-ico {
    background: none;
}
.reuters-share .shr-facebook .shr-ico {
    background-position: 0 0;
}
.reuters-share .shr-facebook a:hover .shr-ico {
    background-position: 0 -36px;
}
.reuters-share .shr-twitter .shr-ico {
    background-position: -36px 0;
}
.reuters-share .shr-twitter a:hover .shr-ico {
    background-position: -36px -36px;
}
.reuters-share .shr-whatsapp .shr-ico {
    background-position: -72px 0;
}
.reuters-share .shr-whatsapp a:hover .shr-ico {
    background-position: -72px -36px;
}
.reuters-share .shr-more-social .shr-ico {
    background-position: -108px 0;
}
.reuters-share .shr-more-social a:hover .shr-ico {
    background-position: -108px -36px;
}
.reuters-share .shr-line .shr-ico {
    background-position: -144px 0;
}
.reuters-share .shr-line a:hover .shr-ico {
    background-position: -144px -36px;
}
.dark-module .reuters-share .shr-facebook .shr-ico, .slideshow-container .reuters-share .shr-facebook .shr-ico {
    background-position: 0 -72px;
}
.dark-module .reuters-share .shr-twitter .shr-ico, .slideshow-container .reuters-share .shr-twitter .shr-ico {
    background-position: -36px -72px;
}
.dark-module .reuters-share .shr-whatsapp .shr-ico, .slideshow-container .reuters-share .shr-whatsapp .shr-ico {
    background-position: -72px -72px;
}
.dark-module .reuters-share .shr-more-social .shr-ico, .slideshow-container .reuters-share .shr-more-social .shr-ico {
    background-position: -108px -72px;
}
.dark-module .reuters-share .shr-line .shr-ico, .slideshow-container .reuters-share .shr-line .shr-ico {
    background-position: -144px -72px;
}
.share-overlay .shr-ico {
    background-image: url("https://m.businesspost.co.kr/2020/images/common/win-sprite-social-lrg.png");
    background-size: 672px;
    height: 42px;
    width: 42px;
}
.share-overlay .shr-mail .shr-ico {
    background-position: 0 0;
}
.share-overlay .shr-mail a:hover .shr-ico {
    background-position: 0 -42px;
}
.share-overlay .shr-twitter .shr-ico {
    background-position: -42px 0;
}
.share-overlay .shr-twitter a:hover .shr-ico {
    background-position: -42px -42px;
}
.share-overlay .shr-facebook .shr-ico {
    background-position: -84px 0;
}
.share-overlay .shr-facebook a:hover .shr-ico {
    background-position: -84px -42px;
}
.share-overlay .shr-linkedin .shr-ico {
    background-position: -126px 0;
}
.share-overlay .shr-linkedin a:hover .shr-ico {
    background-position: -126px -42px;
}
.share-overlay .shr-reddit .shr-ico {
    background-position: -168px 0;
}
.share-overlay .shr-reddit a:hover .shr-ico {
    background-position: -168px -42px;
}
.share-overlay .shr-google .shr-ico {
    background-position: -210px 0;
}
.share-overlay .shr-google a:hover .shr-ico {
    background-position: -210px -42px;
}
.share-overlay .shr-pinterest .shr-ico {
    background-position: -252px 0;
}
.share-overlay .shr-pinterest a:hover .shr-ico {
    background-position: -252px -42px;
}
.share-overlay .shr-instagram .shr-ico {
    background-position: -294px 0;
}
.share-overlay .shr-instagram a:hover .shr-ico {
    background-position: -294px -42px;
}
.share-overlay .shr-whatsapp .shr-ico {
    background-position: -336px 0;
}
.share-overlay .shr-whatsapp a:hover .shr-ico {
    background-position: -336px -42px;
}
.share-overlay .shr-mixi .shr-ico {
    background-position: -378px 0;
}
.share-overlay .shr-mixi a:hover .shr-ico {
    background-position: -378px -42px;
}
.share-overlay .shr-line .shr-ico {
    background-position: -420px 0;
}
.share-overlay .shr-line a:hover .shr-ico {
    background-position: -420px -42px;
}
.reuters-share .shr-count, .reuters-share .shr-txt {
    color: #808080;
    font-size: 1.2em;
    line-height: 1.8em;
    float: left;
    margin: 4px 0 0 5px;
}
.share-overlay {
    height: 0;
    overflow: hidden;
    width: 0;
    left: 100px;
    top: 200px;
    opacity: 0;
}
.share-overlay.active {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    z-index: 999999999;
    -ms-touch-action: none;
}
.share-overlay .share-overlay-hdr {
    background: #fff;
    color: #606060;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    padding: 25px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.share-overlay .share-overlay-hdr a {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-close-share.png) 0 0 no-repeat;
    background-size: 30px;
    height: 15px;
    width: 15px;
    margin-top: 5px;
    text-indent: -999999em;
}
.share-overlay .shr-close {
    color: #888;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 300;
    font-style: normal;
    padding: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    right: 8px;
    top: 15px;
}
.share-overlay-tools {
    padding: 48px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.share-overlay .share-overlay-bg {
    bottom: 0;
    content: "";
    left: 0;
    opacity: .85;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 800px;
}
.share-overlay-tools ul, .share-overlay-tools input {
    clear: both;
    position: inherit;
}
.share-overlay-tools ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.share-overlay-tools li {
    margin: 0 48px 48px 0;
}
.share-overlay-tools li:last-child {
    margin: 0 0 48px 0;
}
.share-overlay-tools .share-overlay-link {
    background: none;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    margin: 0 0 48px 0;
    padding: 8px;
    resize: none;
    text-align: center;
    width: 94%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.media-caption .caption-credit .more-icon {
    font-size: 20px;
    float: right;
     
    margin: 0;
    cursor: pointer;
    width: 100%;
    text-align: right;
}
.media-caption .caption-credit .more-icon:active {
    color: #ff8000;
}
.slide-container .arrow-left, .slide-container .arrow-right {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 80px 0 0;
    height: 120px;
}
.slide-container .arrow-left {
    left: 0;
}
.slide-container .arrow-right {
    right: 0;
}
.slide-container .arrow-left-ico {
    background: url(https://m.businesspost.co.kr/2020/images/common/slideshow-prev-arrow.png) 0 0 no-repeat;
}
.slide-container .arrow-right-ico {
    background: url(https://m.businesspost.co.kr/2020/images/common/slideshow-next-arrow.png) 0 0 no-repeat;
}
.slide-container .arrow-left-ico, .slide-container .arrow-right-ico {
    background-size: 36px;
    display: inline-block;
    height: 36px;
    text-indent: -999999em;
    width: 40px;
}
.slide-container .arrow-left.slick-disabled, .slide-container .arrow-right.slick-disabled {
    display: none!important;
}
.slide-container .media-caption {
    border: none;
    margin: 12px 10px 0;
}
.article .slide-container .media-caption {
    padding: 0 0 4px;
}
.slide-container .media-image {
    background: #3c3c3c;
    height: 200px;
    position: relative;
}
.slide-container .media-image img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slide-container .slick-track {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.sec-slideshow .slide-container .slick-track {
    border: none;
    margin: 0;
}
.slideshow-container {
    background: #3c3c3c;
    color: #fff;
}
.slideshow-container .slide-title {
    margin: 10px 10px 16px;
}
.slideshow-container .slide-title h2 {
    color: #fff;
    font-size: 2.2em;
    line-height: 30px;
}
.slideshow-container .section-title h1 {
    font-size: 2.2em;
}
.section-back {
    background: #fff;
    padding: 14px 10px 10px;
}
.section-back h4 {
    font-size: 1.7em;
    line-height: 1em;
}
.section-back a {
    color: #FF8000;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
     
}
.section-back a .back-arrow {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-left-arrow.png) 0 0 no-repeat;
    background-size: 6px;
    display: inline-block;
    margin-right: 3px;
    text-indent: -999999em;
    width: 6px;
    height: 12px;
    vertical-align: middle;
}
.section-back a:hover .back-arrow, .section-back a:active .back-arrow {
    background-position: 0 -12px;
}
.section-back.section-back-indiv-dark, .sec-slideshow .section-back {
    background: #3c3c3c;
    margin: 0;
    padding: 14px 10px 10px;
}
.section-back a:hover, .section-back a:active {
    color: #808080;
}
.sec-wire .section-back {
    margin: 0;
}
.slideshow-container .media-slidenum {
    color: #999;
    font-size: 1.4em;
}
.slideshow-container .media-caption .caption-info, .slideshow-container .media-caption .media-info {
    color: #fff;
    font-size: 1.3em;
    line-height: 18px;
    margin: 8px 0;
}
.slideshow-container .media-caption .caption-date {
    margin-top: 12px;
    font-size: 1.4em;
    color: #808080;
}
.slideshow-container .media-caption .caption-info p, .slideshow-container .media-caption .media-info p {
    font-size: 1em;
    line-height: 18px;
}
.slideshow-next {
    background: #eaeaea;
    padding: 0 10px;
}
.slideshow-next-title h3 {
    color: #606060;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7em;
     
}
.slideshow-next .slideshow-next-title {
    display: inline-block;
    margin: 8px 0;
}
.slideshow-next .photo h3.photo-heading {
    font-weight: 500;
    font-size: 1.7em;
    line-height: 24px;
}
.slideshow-next .photo h3.photo-heading a {
    color: #3c3c3c;
    text-decoration: none;
}
.slideshow-next figure {
    margin: 0;
}
.slideshow-next .photo-thumb {
    background: #888;
    float: left;
    margin: 5px 8px 8px 0;
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 90px;
}
.slideshow-next .photo-thumb img {
    width: 140px;
}
.slideshow-next .timestamp {
    margin-top: 12px;
}
.slick-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.top-channel .module-container {
    background: #3c3c3c;
    color: #fff;
}
.top-channel .module-header {
    padding: 14px 0 0;
    border-bottom: none;
    margin: 0;
    background: #3c3c3c;
    color: #fff;
}
.major-channel .video-heading a {
    color: #3c3c3c;
    text-decoration: none;
}
.major-channel.video-module .video-heading {
    font-size: 1.8em;
}
.major-channel .video {
    border-bottom: 0;
}
.module.additional-channel {
    padding: 0;
    background-color: #3c3c3c;
    margin-bottom: 0;
}
.additional-channel .module-container {
    color: #fff;
}
.module.additional-channel .module-header {
    padding: 16px 0 10px;
    border-top: 1px solid #606060;
    border-bottom: none;
    margin: 0;
}
.additional-channel .featured-video .video-image {
    margin: 0;
    position: relative;
}
.additional-channel .featured-video .video-image, .additional-channel .featured-video .video-image img {
    width: 100%;
    height: auto;
}
.additional-channel .video-heading {
    margin-top: 2px;
    font-size: 1.8em;
    line-height: 24px;
    font-weight: 500;
}
.additional-channel .featured-video .video-heading {
    margin-top: 10px;
    font-size: 22px;
    line-height: 24px;
}
.additional-channel .video-heading a {
    color: #fff;
    text-decoration: none;
}
.additional-channel .video-thumb {
    margin: 2px 0 0 20px;
    float: right;
    position: relative;
}
.additional-channel .video-thumb, .additional-channel .video-thumb img {
    width: 110px;
    height: 62px;
}
#breakingNewsContainer, #nonEditBannerContainer {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999999;
}
#breakingNewsContainer #breakingNews {
    position: relative;
    padding: 14px 14px 16px;
    list-style-type: none;
    background: #009297;
}
#nonEditBannerContainer #breakingNews {
    position: relative;
    padding: 14px 14px 16px;
    list-style-type: none;
    background: #717375;
}
#breakingNewsContainer #breakingNews.breaking {
    background: #FF8000;
}
#breakingNews.no-type .breaking-news-header {
    display: none;
}
#breakingNewsContainer .breaking-news-header, #nonEditBannerContainer .breaking-news-header {
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    color: white;
     
    display: list-item;
    padding-bottom: 10px;
}
#breakingNewsContainer .breaking-news-body, #nonEditBannerContainer .breaking-news-body {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7em;
    line-height: 24px;
    padding-right: 16px;
    margin-top: -4px;
}
#breakingNewsContainer .breaking-news-body a#notification-link, #nonEditBannerContainer .breaking-news-body a#notification-link {
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    margin-left: 5px;
}
.breaking-news-body a {
    color: #fff;
}

#breakingNewsContainer .close-btn, #nonEditBannerContainer .close-btn {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-close-banner.png) no-repeat 0 0;
    background-size: 14px;
    position: absolute;
    top: 16px;
    right: 14px;
    width: 14px;
    height: 14px;
    text-indent: -999999em;
}
#breakingNewsContainer .close-btn:hover, #breakingNewsContainer .close-btn:active, #nonEditBannerContainer .close-btn:hover, #nonEditBannerContainer .close-btn:active {
    background-position: 0 -14px;
}
.trending-stories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.trending-stories li {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    line-height: 24px;
    min-height: 32px;
    padding: 14px 0;
    width: 100%;
    position: relative;
}
.trending-stories li:first-child {
    padding: 0 0 14px;
}
.trending-stories .parselyRank {
    color: #ccc;
    font-weight: 500;
    font-style: normal;
    font-size: 3.8em;
    line-height: 1em;
    text-align: left;
    position: absolute;
}
.trending-stories .parselyTitle, .trending-stories .most-popular-title {
    color: #ccc;
    font-weight: 500;
    font-size: 1.8em;
    padding-left: 35px;
}
.trending-stories .most-popular-title {
    padding-left: 0;
}
.trending-stories .parselyTitle a, .trending-stories .most-popular-title a {
    color: #3c3c3c;
    text-decoration: none;
}
.trending-stories .rankBackground {
    background-color: #d9d9d9;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.trending-stories .rankProgress {
    display: none;
    border-radius: 2px;
    height: 2px;
}
.most-popular-collection .most-popular-img {
    width: 140px;
    height: 90px;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 0 10px 0 0;
    text-align: center;
    background: #fff;
}
.most-popular-collection .most-popular-img img {
    width: 100%;
}
.most-popular-img.photo-thumb.photo-portrait img {
    height: 100%;
    width: auto;
}
.most-popular-collection .photo-thumb .slideshowOverlay {
    bottom: 0;
    color: #fff;
    font-size: .9em;
    line-height: 1em;
    font-weight: 500;
    text-align: right;
    background: #000 url('https://m.businesspost.co.kr/2020/images/common/slideshow-marker-counter.png') no-repeat;
    background-size: 16px;
    background-position: 8px;
    opacity: .6;
    padding: 8px;
    width: 40px;
    height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.module-markets-indiv {
    border-bottom: 2px solid #808080;
    display: inline-block;
    margin-left: 10.4px;
    width: 93px;
}
.module-markets-indiv:first-child {
    margin: 0;
}
.module-markets-indiv a {
    background: #fff;
    display: block;
    padding: 12px 5px;
}
.module-markets-indiv a:active {
    background: #ccc;
}
.module-markets-indiv.neg {
    border-bottom: 2px solid #D30A0A;
}
.module-markets-indiv.pos {
    border-bottom: 2px solid #46A932;
}
.module-markets-indiv a {
    text-decoration: none;
}
.module-markets-indiv .markets-ticker {
    color: #606060;
    font-size: 1.8em;
    font-weight: 500;
}
.module-markets-indiv .markets-price {
    color: #3c3c3c;
    font-size: 1.4em;
    margin-top: 3px;
}
.module-markets-indiv .markets-data {
    height: 80px;
}
.module-markets-indiv .markets-price .currency {
    margin-left: 5px;
    font-size: 10px;
}
.module-markets-indiv .markets-time {
    color: #626262;
    font-size: 1.2em;
     
    margin-top: 7px;
}
.module-markets-indiv .markets-percent {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1.8em;
    margin-top: 21px;
}
.modules-markets-thin {	/* 빅이슈 */
    background: #606060;
    display: table;
    padding: 5px 0;
    width: 100%;
}
.modules-markets-thin:hover, .modules-markets-thin:active {
    -webkit-filter: brightness(.75);
    -o-filter: brightness(.75);
    filter: brightness(.75);
}
.modules-markets-thin a {
    color: #fff;
    display: table-cell;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
    padding: 5px 2px 5px 1px;
    text-align: center;
    text-decoration: none;
     
}
.modules-markets-thin a:first-child {
    padding-left: 10px;
    text-align: left;
}
.modules-markets-thin a:last-child {
    padding-right: 10px;
    text-align: right;
}
.modules-markets-thin .percentChange {
    display: inline-block;
    margin-left: 2px;
}
.modules-markets-thin .arrow-down, .modules-markets-thin .arrow-up {
    margin-right: 2px;
}
.modules-markets-thin a.neg {
    color: #ff4148;
}
.module-markets-indiv.neg .markets-percent {
    color: #D30A0A;
}
.modules-markets-thin a.pos, .module-markets-indiv.pos .markets-percent {
    color: #46A932;
}
.modules-markets-thin .ticker-name {
    color: #fff;
}
.module-markets-indiv .arrow-up, .module-markets-indiv .arrow-down {
    margin-right: -3px;
}
.page-not-found .module-not-found {
    margin: 34px 0 42px;
}
.page-not-found .module-not-found h1 {
    color: #3c3c3c;
    font-size: 2.8em;
    margin: 0 0 8px 0;
}
.page-not-found .module-not-found p, .page-not-found .module-not-found li, .page-not-found .module-not-found-txt h3 {
    color: #3c3c3c;
    font-size: 1.6em;
    line-height: 24px;
}
.page-not-found .module-not-found a {
    color: #3c3c3c;
    text-decoration: none;
    border-bottom: 1px solid #ff8000;
}
.page-not-found .module-not-found-txt h3 {
    margin: 32px 0 0 0;
}
.page-not-found .module-not-found-txt ol {
    margin: 0;
}
.spacer {
    background: #fff;
    height: 42px;
    width: 100%;
}
.section-desc {
    color: #808080;
    font-size: 1.3em;
    padding: 0 8px 16px;
}
.article-heading a:active, .module .more-link a:active, .video-heading a:active, .photo-heading a:active, .news-in-pictures .photo-heading a:active, .best-pictures .photo-heading a:active, .sec-wire .module-container-wire .article:active, .next-video a:active .next-video-info h3, .slideshow-next.photo h3.photo-heading a:active, .top-picture .photo-heading a:active, .article-heading a:hover, .module .more-link a:hover, .video-heading a:hover, .photo-heading a:hover, .news-in-pictures .photo-heading a:hover, .best-pictures .photo-heading a:hover, .sec-wire .module-container-wire .article:hover, .next-video a:hover .next-video-info h3, .slideshow-next .photo h3.photo-heading a:hover, .top-picture .photo-heading a:hover {
    color: #FF8000;
}
.module .more-link.more-link-button a:hover, .module .more-link.more-link-button a:active, .module .more-link.more-link-button-dark a:hover, .module .more-link.more-link-button-dark a:active {
    color: #fff;
}
.loader {
    width: 64px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}
.loader-dot {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: mRcomLoad 1.4s infinite ease-in-out;
    animation: mRcomLoad 1.4s infinite ease-in-out;
    background-color: #fff;
    position: absolute;
}
.loader-dot:nth-child(1) {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #fff;
    left: 0;
}
.loader-dot:nth-child(2) {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #fff;
    left: 35%;
}
.loader-dot:nth-child(3) {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #fff;
    left: 70%;
}
@-webkit-keyframes mRcomLoad {
    0%, 80%, 100% {
    opacity: .5;
}
40% {
    opacity: 1;
}
}
@keyframes mRcomLoad {
    0%, 80%, 100% {
    opacity: .5;
}
40% {
    opacity: 1;
}
}
@media screen and(orientation:landscape) {
    .share-overlay-tools {
    padding: 58px 48px 28px;
}
.share-overlay .share-overlay-hdr {
    height: 20px;
    padding: 15px 50px;
}
.share-overlay .share-overlay-tools li, .share-overlay .share-overlay-tools li:nth-child(3n+3) {
    margin: 0 15px 48px 0;
}
.share-overlay .shr-close {
    top: 8px;
}
.share-overlay .share-overlay-tools li.shr-blank {
    display: none;
}
}
@media screen and(max-device-width :447px) {
    .share-overlay-tools li: nth-child(3n+3) {
    margin: 0 0 48px 0;
}
}
@media screen and(min-device-width :414px) and(max-device-width :449px) {
    .share-overlay-tools li: nth-child(3n+3) {
    margin: 0 32px 48px 0;
}
.share-overlay-tools li:nth-child(4n+4) {
    margin: 0 0 48px 0;
}
}
@media screen and(min-device-width :414px) {
    .share-overlay-tools li {
    margin: 0 32px 48px 0;
}
}
@media(min-width:480px) {
    .top-story .photo, .video-module .featured-video .video-image {
    width: 50%;
    float: right;
    margin-left: 20px;
}
.top-story .photo {
    margin-top: 0px;
}
.photo-module .featured-photo .photo-image {
    width: 50%;
    float: left;
    margin-right: 20px;
}
.top-news-module .featured-article .article-image {
    width: 50%;
    float: right;
    margin-left: 20px;
}
.top-news-module .featured-article .article-heading {
    margin-top: 0;
}
.cyberrisk .top-news-module .featured-article .article-image {
    width: 100%;
}
.cyberrisk .top-news-module .featured-article .textOver-Image {
    bottom: 40px;
}
}
#privacy_terms {
    line-height: 1.6em;
    clear: both;
}
#privacy_terms p, #privacy_terms ul, #privacy_terms ol {
    color: #3c3c3c;
    font-size: 1.6em;
    line-height: 24px;
    margin: 0 10px 20px;
}
#privacy_terms ul ul, #privacy_terms ol ol {
    font-size: 1em;
    margin: 0 0 0 10px;
    -webkit-padding-start: 30px;
    -moz-padding-start: 30px;
    -ms-padding-start: 30px;
}
#privacy_terms a {
    color: #3c3c3c;
    text-decoration: none;
    border-bottom: 1px solid #ff8000;
}
.block-indent {
    margin: 0 0 0 20px;
}
#privacy_terms p.block-indent, p.block-indent {
    margin: 0 10px 20px 30px;
}
#privacy_terms ol li {
    margin: 4px 0;
}
#privacy_terms h5 {
    font-size: 1.6em;
    margin: 10px 10px 20px 10px;
    color: #3c3c3c;
    display: inline-block;
}
#privacy_terms h4 {
    margin: 20px 10px 20px 10px;
    line-height: 1.2em;
    color: #3c3c3c;
    display: block;
}
#privacy_terms h4:first-child {
    margin-top: 0;
}
#privacy_terms table.dataTable {
    margin: 10px;
    color: #000;
}
#privacy_terms table.dataTable tr th, #privacy_terms table.dataTable tr td {
    font-size: 12px;
    padding: 10px 5px 10px;
    vertical-align: top;
}
#privacy_terms table.dataTable tr td div.actionButton {
    margin: 2px 12px 2px 0;
    width: auto;
}
#privacy_terms table.dataTable tr th.data, table.dataTable tr td.data {
    text-align: right;
    white-space: nowrap;
}
#privacy_terms table.dataTable tr th.data.center, table.dataTable tr td.data.center, table.dataTable tr th.center, table.dataTable tr td.center {
    text-align: center;
}
#privacy_terms table.dataTable tr th {
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
    white-space: nowrap;
    vertical-align: bottom;
}
#privacy_terms .dataTable tr:hover {
    background-color: #FFF;
}
#privacy_terms table.dataTable tr.top td {
    border-top: 1px solid #CCC;
}
#privacy_terms table.dataTable tr.stripe td {
    background: #F3F3F3;
}
#privacy_terms table.dataTable tr.total td {
    font-weight: 500;
}
#privacy_terms table.dataTable tr p {
    margin-top: 0;
}
#privacy_terms table.dataTable a {
    font-weight: 500;
}
#privacy_terms .dataTable .stripe {
    background-color: #F3F3F3;
}
#privacy_terms .dataTable tr.dataSlick td {
    border-bottom: 1px solid #fff;
}
#privacy_terms .dataTable tr.dataSlick th {
    background-color: #FFF;
    border-bottom: 1px solid #fff;
}
#privacy_terms .dataTable th.subHeader {
    background-color: #FFF;
    padding: 0;
    padding-top: 10px;
}
#privacy_terms table.dataTable thead.dataSmall tr th, #privacy_terms table.dataTable tbody.dataSmall tr td, table.dataTable tbody.dataSmall tr th {
    font-size: 11px;
    padding: 7px 2px;
}
#privacy_terms table.dataTable tr td.mega {
    font-size: 20px;
}
#privacy_terms table.dataTable tr th.allowWrap, table.dataTable tr td.allowWrap {
    white-space: normal;
}
#privacy_terms table.dataTable tr td .reportAction div.actionButton {
    background-color: #E62602;
    display: inline;
    margin-left: 10px;
}
#privacy_terms table.dataTable tr td .reportAction div.actionButton a {
    padding-left: 0;
    display: inline;
}
.reuters-app-all img {
    max-width: 24%;
    height: 27px;
}
.reuters-app-link {
    text-align: center;
}
#privacy_terms .reuters-app-link a, #privacy_terms .reuters-app-all a {
    border: none;
    text-decoration: none;
}
.reuters-app img, .reuters-app-link img {
    margin: 0 10px;
    max-width: 100%;
    height: auto;
}
.mpu_ad {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: -1px auto 30px;
    padding: 4px 0 10px;
    text-align: center;
}
.mpu_ad div, .mpu_ad img {
    display: block;
    margin: 0 auto!important;
    width: 320px;
}
#div_gpt_mpu {
    margin-bottom: 24px;
    clear: both;
}
#div_gpt_mpu_ad_container a {
    width: none;
    margin: 0 auto;
}
.native_ad {
    margin: -1px;
    margin-left: -10px;
    position: relative;
    z-index: 999999;
    background: #F5F5F5 none repeat scroll 0 0!important;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: left;
    max-height: 120px;
    padding: 10px;
    width: 100%;
}
.native_ad .article-thumb {
    float: right;
    max-width: 22%;
    margin-top: 0;
    margin-left: 0;
}
.native_ad .article-thumb img {
    height: 60px;
    width: 60px;
}
.native_ad .article-heading a {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 500;
    clear: both;
    float: left;
    line-height: 24px;
    text-decoration: none;
}
.native_ad .sponsor-text {
    font-size: 12px;
    color: #808080;
    float: right;
    clear: both;
    padding-right: 10px;
    padding-top: 10px;
}
.native_ad .article-header {
    float: left;
    max-width: 78%;
}
.native_ad .sponsored-article {
    padding-top: 0!important;
}
.adv_header {
    font-size: 10px;
    color: #999;
    padding-bottom: 5px;
}

.win-olympics .page-header {
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
}
.win-olympics .olympics-events header.module-header {
    margin: 0 0 15px;
}
.win-olympics .page-header .section-header {
    margin: 0;
    border: none;
}
.win-olympics .events-list {
    background: #f5f5f5;
    padding: 6px 0 20px 0;
    min-height: 150px;
    overflow: auto;
    margin-bottom: 48px;
}
.win-olympics .title-last {
    font-weight: 500;
}
.win-olympics .olympics-events h4.module-heading, .win-olympics .featured-header h4.module-heading {
    border-bottom: 1px solid #ff8000;
    color: #3c3c3c;
    font-weight: 300;
    font-size: 2.1em;
    line-height: 1.2em;
    margin: 0;
    padding-bottom: 2px;
     
    position: relative;
    margin-bottom: 5px;
}
.win-olympics .article-image {
    background: none;
}
.module .module-headline .module-header {
    margin: 0;
}
.win-olympics .events-list ul {
    list-style: none;
    padding: 0;
}
.win-olympics .events-list ul li {
    display: list-item;
    float: left;
    margin: 5px 5px 2px;
    font-size: 1.7em;
    width: 136px;
    font-weight: 500;
}
.win-olympics .events-list ul li a {
    color: #3c3c3c;
    text-decoration: none;
}
.win-olympics .events-list ul li a:hover {
    color: #ff8000;
}
.win-olympics .events-list ul li:before {
    content: "\2022";
    color: #ff8000;
    margin-right: 5px;
    vertical-align: top;
}
.win-olympics .evergreen-module .module-header {
    border-bottom: none;
    margin: 15px 0 2px 0;
    background: #fff;
}
.win-olympics .evergreen-module .module-container h2.module-heading {
    border-top: 1px solid #ccc;
    font-size: 1.5em;
    padding: 6px 0;
}
.win-olympics .evergreen-module .module-container {
    background: #fff;
    padding: 0;
    margin: 0 10px;
}
.win-olympics .evergreen-module .featured-article .article-header {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}
.win-olympics .evergreen-module .article-heading {
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    margin: 12px 12px 0 12px;
}
.win-olympics .evergreen-module .article-heading {
    font-size: 1.7em;
    line-height: 21px;
}
.win-olympics .evergreen-module .featured-article {
    padding-bottom: 0;
}
.win-olympics .evergreen-module .featured-article .article-heading a {
    color: #fff;
}
.win-olympics .evergreen-module .article {
    padding: 0;
    border: none;
}
.win-olympics .evergreen-module .featured-article .article-heading {
    border: none;
}
.scribble-live-module {
    border-bottom: 1px solid #ccc;
    margin-bottom: 33px;
    padding-bottom: 24px;
}

.cyberrisk article:last-child {
    border-bottom: none;
}
.cyberrisk .feature-module .article-thumb img {
    width: 100%;
    height: 100%;
}
.cyberrisk .feature-module .article-thumb {
    width: 100%;
    height: 100%;
    overflow: none;
    background: #fff;
    margin: 4px 0 0 0;
    float: none;
    text-align: center;
    position: relative;
}
.future-money .top-news-module .featured-article {
    background: #fff;
    padding-bottom: 20px;
}
.cyberrisk .top-news-module .featured-article {
    border-bottom: none;
    background: #000;
    padding: 0;
}
.cyberrisk .featured-article.article p {
    margin: 4px 0;
    line-height: 17px;
    font-size: 15px;
}
.cyberrisk .feature-module .article p {
    margin: 5px 12px;
}
.cyberrisk .feature-module {
    background: #f5f5f5;
    margin-bottom: 25px;
}
.cyberrisk .feature-module2 {
    background: none;
    padding: 18px 0 16px;
}
.feature-module2 .article header.article-header, .feature-module2 article p {
    margin: 0 12px 11px 12px;
}
.cyberrisk .feature-module2 .article-desc {
    background: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 10px;
}
.cyberrisk .feature-module2 .article {
    border-bottom: none;
    padding: 19px 0 0 0;
}
.textOver-Image {
    position: absolute;
    bottom: 40px;
}
.cyberrisk .top-news-module .featured-article .article-desc {
    color: #fff;
    padding: 0 12px;
}
.cyberrisk .top-news-module .featured-article a {
    color: #fff;
}
.cyberrisk .video-module .video-thumb {
    margin: 14px 12px 0 3px;
    float: left;
}
.cyberrisk .wire-container .article-thumb {
    background: none;
}
.cyberrisk .section-title {
    padding: 0;
}
.cyberrisk .section-title h1 {
    text-align: center;
}
.cyberrisk .section-header {
    border-bottom: none;
    margin-bottom: 0;
    padding: 12px 0;
    background: #f5f5f5;
    position: relative;
}
.cyberrisk .feature-module2 .module .module-container .module-header {
    margin: 0;
}
.cyberrisk .module-desc-container {
    background: #f5f5f5;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    display: none;
}
.cyberrisk .module-desc-container .module-desc {
    padding: 0 26px 15px 26px;
    font-size: 1.5em;
    line-height: 18px;
    color: #80807E;
    font-style: italic;
}
.cyberrisk .section-title span.info-icon {
    background: url(https://m.businesspost.co.kr/2020/images/common/cyberrisk_info_page.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    font-size: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 6px;
    top: 12px;
}
.cyberrisk .section-title span.close-icon {
    background: url(https://m.businesspost.co.kr/2020/images/common/cyberrisk_close_info_page.png) no-repeat;
}
.future-money .top-news-module .featured-article a {
    color: #111;
}
.future-money .top-news-module .featured-article .article-desc {
    color: #3c3c3c;
    padding: 0;
}
.future-money .feature-module .article p {
    margin: 5px 0;
    font-size: 1.4em;
    color: #626262;
    line-height: 18px;
}
.cyberrisk .featured-module .article-heading, .cyberrisk .featured-module2 .article-heading {
    font-size: 2.2em;
    line-height: 26px;
}
.cyberrisk .tentpole-header {
    border-bottom: 1px solid #ddd;
}
.cyberrisk .top-news-module .module-container {
    padding: 0;
}
.future-money .top-news-module .module-container {
    padding: 0 10px;
}
.cyberrisk .feature-module .module-container .article:last-of-type {
    border-bottom: none;
}
.cyberrisk .video-module {
    padding-top: 20px;
}
.cyberrisk .top-news-module, .cyberrisk .top-news-module .article-image img {
    height: 352px;
}
.future-money .top-news-module, .future-money .top-news-module .article-image img {
    height: auto;
}
.cyberrisk .top-news-module .article-image {
    opacity: .5;
}
.future-money .top-news-module .article-image {
    opacity: inherit;
}
.future-money .feature-module .article-desc {
    padding-top: 12px;
}
.cyberrisk .feature-module2 .module-container .module-header {
    margin: 0;
}
.cyberrisk .feature-module .article-desc {
    padding-top: 12px;
}
.cyberrisk .see-more-label {
    font-size: 14px;
    padding-top: 7px;
     
}
.cyberrisk .top-news-module .featured-article .article-heading {
    font-size: 2.2em;
}
.future-money .video-module .video-thumb {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
}
.future-money .video-module .video-thumb img {
    width: 100%;
    height: auto;
}
.future-money .top-news-module .featured-article {
    background: #fff;
    padding-bottom: 20px;
}
.future-money .featured-article .article p, .future-money .featured-article .article-desc p {
    margin: 4px 0;
    line-height: 18px;
    font-size: 1.4em;
    color: #626262;
}
.future-money .section-title span.info-icon {
    right: 9px;
}
.future-money .top-news-module {
    margin-top: 12px;
}
.future-money .feature-module {
    background: none;
}
.module-feature-extra {
    margin: 0 10px 24px 10px;
    padding: 10px 0;
}
.module-feature-extra header.module-header h5, .module-interactive header.module-header h5 {
    border-bottom: none;
    font-weight: 500;
    font-size: 1.5em;
    color: #3c3c3c;
    text-align: left;
     
    margin: 0;
    line-height: .8em;
}
.module-feature-extra header.module-header h5 a {
    background: url(https://m.businesspost.co.kr/2020/images/common/win-ico-right-arrow.png) right 0 no-repeat;
    background-size: 6px;
    display: inline-block;
    width: 100%;
}
.module-feature-extra header.module-header h5 a:hover {
    background-position: right -12px;
}
.module-feature-extra .ad-sponsored-logo {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.module-feature-extra ul {
    list-style: none;
    padding: 0;
}
.module-feature-extra ul li {
    position: relative;
    padding: 14px 0 16px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.module-feature-extra ul li h3 {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 22px;
    text-align: left;
}
.module-feature-extra ul li .story-photo {
    float: right;
    width: 96px;
    height: 60px;
    overflow: hidden;
    margin: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
.module-feature-extra ul li .story-photo img {
    width: 100%;
}
.module-feature-extra header.module-header h5 a, .module-interactive header.module-header h5 a, .module-feature-extra ul li h3 a {
    color: #111;
    text-decoration: none;
}
.module-feature-extra header.module-header h5 a:hover, .module-interactive header.module-header h5 a:hover, .module-feature-extra ul li h3 a:hover {
    color: #f80;
}
.module-interactive header.module-header h5 {
    margin: 0 10px 8px;
}
.module-interactive {
    margin-bottom 24px;
}



/*=====팝업레이어==================================================*/
.poplayer{
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.poplayer .contents{
    width: 78%;
    max-width: 300px;
    min-width: 250px;
    margin: 0 auto;
    margin-top: 20%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    background-color: #fff;
    padding: 16px 20px;    
    border-radius: 20px;
}

.poplayer strong{
    font-size: 1.7rem;    
    line-height: 1.4em;
    letter-spacing: -0.05em;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
	margin-top:20px;
    margin-bottom: 20px;
	text-align:center;
}

.poplayer .article_btns {
    text-align: center;
    background-color: #fff;
    
}

.poplayer .article_btns button{
    padding: 13px 43px 14px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom:10px;
}
.poplayer .article_btns .line{
    color: #939393;
    border: 1px solid #939393;
}
.poplayer .article_btns .full{
    color: #fff;
    background-color:#939393;
    font-size:18px;
}
.poplayer .article_btns .line:active{	
	background-color: #fff;
}
.poplayer .article_btns .full:active{	
	background-color: #7d7d7d;
}
.poplayer .head{
    position: relative;
    padding: 14px 0 4px 0;
}
.poplayer .head .close_b{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-indent:0; font-size:15px; color:transparent;
    background-size: 20px;
    background-color: #fff;
    border:0;
}
.poplayer .article_btns .mgr5 {
    margin-right:5px;
}
.poplayer .article_btns .mgl5 {
    margin-left:5px;
}

.close_b{background-image: url(https://m.businesspost.co.kr/image/common/close_b.svg);}
