@charset "utf-8";

.main_banner {
    width: 100%;
    /* height: 100%; */
    height: 50vw; 
}

.main_banner .thum {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main_banner .thum::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /* 
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("https://m.businesspost.co.kr/2022/img/main_bg.png") center no-repeat; 
    background-size: cover;
    */
}

.main_banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    box-sizing: border-box;
}

.main_banner h2 {
    position: absolute;
    left: 0;
    bottom: 24.5px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
}

.main_banner_text {
    width: calc(100% - 40px);
    margin: 0px auto 0;
    padding-top: 8px;
}

.main_banner_text h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color:#000;
}

.main_item {
    width: calc(100% - 40px);
    margin: 29px auto 0;
    padding-top: 10px;
    border-top: 1px solid #de363c;
}

.main_item > h2 {
    padding-bottom: 14px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.04;
    color: #de363c;
}

.news_item,
.news_item3 {
    width: 100%;
    margin-bottom: 10px;
}

.news_item a,
.news_item3 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    box-sizing: border-box;
}

.news_item .thum,
.news_item3 .thum {
    display: inline-block;
    vertical-align: middle;
    width: 152px;
    height: 77px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
}

.news_item h2 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 173.5px);
    margin-left: 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.news_item .desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 173.5px);
    margin-left: 14px;
}

.news_item .desc h2 {
	/*
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    */
    color: #000;
    width:100%;
    margin-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    height: auto;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_item .desc p {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    -webkit-line-clamp: 2;
}


.news_item2 a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.27;
    color: #000;
    -webkit-line-clamp: 2;
}

.btn_more {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.btn_more2 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.btn_more3 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more3 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.btn_more4 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more4 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.btn_more5 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more5 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.btn_more6 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more6 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.btn_more7 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #808080;
    box-sizing: border-box;
}

.btn_more7 img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
}

.news_list > div {
    display: none;
}

.news_list2 > div:nth-child(-n + 10) {
    display: block;
}

.news_list1 > div:nth-child(-n + 5) {
    display: block;
}

.news_list3 > div:nth-child(-n + 3) {
    display: block;
}

.news_list4 > div:nth-child(-n + 1) {
    display: block;
}

.news_list > div.show {
    display: block;
}

.profile_post {
    margin-bottom: 24px;
}

.profile_post a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 84px;
    box-sizing: border-box;
}

.profile_post .profile {
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.profile_post h2 {
    font-size: 17.4px;
    font-weight: bold;
    line-height: 1.25;
    color: #000;
}

.profile_post h2 span {
    padding-left: 10px;
    font-size: 15.3px;
    font-weight: 300;
    line-height: 1.43;
    color: #808080;
}

.profile_post dl {
    padding-top: 9.7px;
}

.profile_post dt {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.profile_post dd {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
    color: #000;
}

.news_item3 .desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 173.5px);
    margin-left: 14px;
}

.news_item3 .desc h2 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.news_item3 .desc p {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    -webkit-line-clamp: 2;
}

.main_item2 {
    border-color: #000;
} 

.main_item2 > h2 {
    color: #000;
}

.main_item4 {
    width: calc(100% - 20px);
    margin-left: 20px;
    border-top: 0;
}

.main_item4 > h2 {
    width: calc(100% - 20px);
    margin-right: 20px;
    border-top: 1px solid #de363c;
    padding-top: 10px;
}

.thum_post a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.thum_post img {
    width: 100%;
    margin-bottom: 8px;
}

.thum_player {
    position: relative;
    margin-bottom: 11px;
    line-height: 0;
}

.thum_player img {
    margin-bottom: 0;
}

.thum_player::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("https://m.businesspost.co.kr/2022/img/player.png") center no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
}

.category {
    display: block;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #de0009;
}

.thum_post h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.32px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: auto;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scroll_x {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll_x::-webkit-scrollbar {
    display: none;
}

.scroll_x .thum_post {
    display: inline-block;
    vertical-align: top;
    margin-right: 10.7px;
    width: 35.732vw;
}

.main {
    padding-bottom: 50px;
}

.text_box {
    position: relative;
    padding: 20px 20px 50px;
}

.text_box > h2 {
    padding: 14px 20px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.91;
    color: #de363c;
    background-color: rgba(222, 54, 60, 0.1);
    border-top: 1px solid #de363c;
}

.sub_banner {
    width: 100%;
    /* height: 51.853vw; */
    height: 40vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sub_banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    box-sizing: border-box;
}

.sub_banner h2 {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
}

.text_box h3 {
	border-bottom: 1px solid #de363c;
    left: 0;
    margin-top: 14px;
    padding-bottom: 14px;
    bottom: 25px;
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}


.sub_item {
    padding: 16px 0 39px;
}

.hot_news {
    padding-top: 10px;
    border-top: 1px solid #de363c;
}

.hot_news h2 {
    padding-bottom: 14px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.04;
    color: #de363c;
}

.hot_news ol {
    padding-right: 5px;
}

.hot_news li + li {
    padding-top: 6px;
}

.hot_news li a {
    position: relative;
    display: block;
    padding-left: 23px;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 300;
    word-break: keep-all;
    box-sizing: border-box;
}

.hot_news li .ranking {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    font-weight: 300;
    color: #de363c;
}

.hot_news li.top a {
    font-weight: 400;
}

.hot_news li.top .ranking {
    font-weight: 400;
}

.hot_news li:last-child a {
    padding-left: 31px;
}

.sub .main_item {
    width: 100%;
}

.sub_detail {
    padding: 20px;
}

.detail_title {
    border-bottom: 1px solid #000;
}

.detail_title .category {
    padding-bottom: 10px;
    font-size: 16px;
}

.detail_title h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.author_info {
    padding: 10px 0 28px;
    font-size: 0;
}

.author_info span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #808080;
}

.author_info span + span {
    padding-left: 20px;
}

.author_info span + span::before {
    content: "|";
    position: absolute;
    left: 8px;
    top: -1px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #808080;
}

.detail_control {
    position: relative;
    padding: 20px 0 32px;
}

.control_box {
    font-size: 0;
}

.control_box span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.control_box span.plus {
    background: url("https://m.businesspost.co.kr/2022/img/plus.png") center no-repeat;
}

.control_box span.minus {
    margin-left: -1px;
    background: url("https://m.businesspost.co.kr/2022/img/minus.png") center no-repeat;
}

.btn_sns {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("https://m.businesspost.co.kr/2022/img/btn_sns.png") center no-repeat;
    cursor: pointer;
}

.detail_box .thum,
.detail_tab_cont .thum {
    padding-bottom: 30px;
    line-height: 1;
    box-sizing: border-box;
}

.detail_box .thum span,
.detail_tab_cont .thum span {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    font-weight: 300;
    color: #808080;
}

.detail_box {
    padding-bottom: 40px;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.related_article {
    padding-bottom: 20px;
    border-top: 1px solid #de363c;
}

.related_article h2 {
    padding: 10px 0 14px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.11;
    color: #de363c;
}

.related_article .news_item2 a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.62px;
}

.related_article .news_item2 .author {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #000;
}

.foot_box {
    padding: 30px 20px;
    background-color: #f5f5f5;
}

.foot_box h2 {
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #c4c4c4;
}

.comment_form {
    padding-top: 20px;
}

.form_box li + li {
    padding-top: 10px;
}

.comment_form input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.comment_form textarea {
    width: 100%;
    height: 120px;
    padding: 12px 20px;
    font-size: 14px;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    box-sizing: border-box;
}

.btn_red {
    width: 100%;
    height: 50px;
    margin-top: 16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #de363c;
}

.comment_list {
    padding-top: 20px;
}

.comment_list li {
    position: relative;
    padding-left: 7px;
    font-size: 12px;
    color: #808080;
}

.comment_list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #808080;
}

.detail_tab_nav {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 1;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 0;
}

.detail_tab_nav li {
    display: inline-block;
    vertical-align: middle;
    width: 86px;
    height: 100%;
    font-size: 21px;
    font-weight: 300;
    line-height: 48px;
    color: #808080;
}

.detail_tab_nav li.tab_nav2 {
    width: 110px;
}

.detail_tab_nav li.on {
    position: relative;
    color: #de363c;
    font-weight: 500;
}

.detail_tab_nav li.on::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #de363c;
}

.detail_title2 {
    padding-top: 50px;
}

.detail_control2 {
    padding-bottom: 20px;
}

.detail_tab_cont dl {
    padding-bottom: 44px;
}

.detail_tab_cont dt {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.25;
    color: #de363c;
    background-color: rgba(222, 54, 60, 0.1);
}

.detail_tab_cont dd {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

strong.tit {
    display: block;
    padding-bottom: 32px;
}

.detail_tab_cont {
    padding-bottom: 10px;
}

.power_pop {
    position: fixed;
    right: -100%;
    top: 70px;
    z-index: 90;
    width: 100%;
    height: calc(100% - 70px);
    box-sizing: border-box;
}

.power_pop.on {
    right: 0;
}

.power_pop .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
}

.power_pop .inner{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 95%;
    width: calc(100% - 50px);
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    background-color: #fff;
    box-sizing: border-box;
}

.power_pop h2 {
    padding: 14px 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.91;
    color: #de363c;
    background-color: rgba(222, 54, 60, 0.1);
    border-top: 1px solid #de363c;
}

.power_tab_wrap {
    padding-top: 20px;
}

.power_nav {
    border-bottom: 1px solid #c4c4c4;
}

.power_nav ul {
    font-size: 0;
}

.power_nav li {
    padding: 19px 0 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.power_nav li + li {
    margin-left: 22px;
}

.power_nav li.on {
    position: relative;
    font-weight: 500;
    color: #de363c;
}

.power_nav li.on::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    background-color: #de363c;
}

.power_tab_nav {
    border-top: solid 1px #c4c4c4;
}

.power_tab_nav li {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-left: solid 1px #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
    box-sizing: border-box;
}

.power_tab_nav li:nth-child(5n) {
    border-right: solid 1px #c4c4c4;
}

.power_tab_nav li.on {
    background-color: #de363c;
    color: #fff;
}

.power_tab {
    padding-top: 0px;
    padding-bottom:40px;
    font-size: 0;
}

.power_tab li {
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 4px);
    height: 42px;
    border-radius: 50px;
    border: solid 1px #7e7e7e;
    margin-right: 4px;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
}

.power_tab li:nth-child(5n) {
    margin-right: 0;
}

.power_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #818181;
    box-sizing: border-box;
}


.power_sub_tab {
    padding-top: 0px;
    padding-bottom:24px;
    font-size: 0;
}

.power_sub_tab li {
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 4px);
    height: 42px;
    border-radius: 50px;
    border: solid 1px #7e7e7e;
    margin-right: 4px;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
}

.power_sub_tab li:nth-child(5n) {
    margin-right: 0;
}

.power_sub_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #818181;
    box-sizing: border-box;
}


