@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/NotoSansKR-Thin.eot");
    src: url("/fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), local("※"), url("/fonts/NotoSansKR-Thin.woff2") format("woff2"), url("/fonts/NotoSansKR-Thin.woff") format("woff"), url("/fonts/NotoSansKR-Thin.otf") format("opentype");
    
    /*
    src: url("https://m.businesspost.co.kr/2022/font/NotoSansKR-Thin.otf") format('opentype');
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf") format('opentype');
    */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/NotoSansKR-Light.eot");
    src: url("/fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), local("※"), url("/fonts/NotoSansKR-Light.woff2") format("woff2"), url("/fonts/NotoSansKR-Light.woff") format("woff"), url("/fonts/NotoSansKR-Light.otf") format("opentype");
    /*
    src: url("https://m.businesspost.co.kr/2022/font/NotoSansKR-Light.otf") format('opentype');
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf") format('opentype');
    */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/NotoSansKR-Regular.eot");
    src: url("/fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), local("※"), url("/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("/fonts/NotoSansKR-Regular.woff") format("woff"), url("/fonts/NotoSansKR-Regular.otf") format("opentype");
    /*
    src: url("https://m.businesspost.co.kr/2022/font/NotoSansKR-Regular.otf") format('opentype');
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf") format('opentype');
    */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/NotoSansKR-Medium.eot");
    src: url("/fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), local("※"), url("/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("/fonts/NotoSansKR-Medium.woff") format("woff"), url("/fonts/NotoSansKR-Medium.otf") format("opentype");
    /*
    src: url("https://m.businesspost.co.kr/2022/font/NotoSansKR-Medium.otf") format('opentype');
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf") format('opentype');
    */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/NotoSansKR-Bold.eot");
    src: url("/fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), local("※"), url("/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("/fonts/NotoSansKR-Bold.woff") format("woff"), url("/fonts/NotoSansKR-Bold.otf") format("opentype");
    
    /*
    src: url("https://m.businesspost.co.kr/2022/font/NotoSansKR-Bold.otf") format('opentype');
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf") format('opentype');
    */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/NotoSansKR-Black.eot");
    src: url("/fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), local("※"), url("/fonts/NotoSansKR-Black.woff2") format("woff2"), url("/fonts/NotoSansKR-Black.woff") format("woff"), url("/fonts/NotoSansKR-Black.otf") format("opentype");
    
    /*
    src: url("https://m.businesspost.co.kr/2022/font/NotoSansKR-Black.otf") format('opentype');
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf") format('opentype');
    */
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

#header h1 {
    padding: 18px 0;
    line-height: 1;
}

#header h1 a {
    line-height: 1;
}

#header span {
    position: absolute;
    top: 13px;
    display: block;
    width: 42px;
    height: 42px;
    text-indent: -99999px;
    cursor: pointer;
}

#header span.btn_search {
    right: 72px;
    background: url("https://m.businesspost.co.kr/2022/img/btn_search.png") center no-repeat;
}

#header span.btn_menu {
    right: 20px;
    background: url("https://m.businesspost.co.kr/2022/img/btn_menu.png") center no-repeat;
}

#header span.btn_close {
    display: none;
    right: 20px;
    background: url("https://m.businesspost.co.kr/2022/img/btn_close.png") center no-repeat;
}

#nav {
    position: fixed;
    right: -100%;
    top: 70px;
    z-index: 90;
    width: 100%;
    height: calc(100% - 70px);
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

#nav.on {
    right: 0;
}

#nav .inner {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 440px;
    width: calc(100% - 100px);
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-sizing: border-box;
}

.search_box_wrap {
    padding: 40px 0 38px;
    border-bottom: 1px solid #e6e6e6;
}

.search_box {
    position: relative;
    width: calc(100% - 60px);
    height: 60px;
    margin: auto;
    padding: 0 60px 0 20px;
    border: solid 1px #de363c;
    box-sizing: border-box;
}

.search_box input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.search_box .search {
    position: absolute;
    top: 12px;
    right: 22px;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background: url("https://m.businesspost.co.kr/2022/img/search.png") center no-repeat;
    cursor: pointer;
}

#nav ul {
    padding: 50px 0 50px 50px;
}

#nav li + li {
    padding-top: 37px;
}

#nav li a {
    font-size: 24px;
    line-height: 1;
    color: #000;
}

#nav li.on a {
    font-weight: 500;
    color: #de363c;
}

.container {
    position: relative;
    margin: 70px auto 0;
    width: 100%;
    box-sizing: border-box;
}

.event_banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    max-height: 80px;
    line-height: 1;
}

.event_banner a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
    background-color: #1e6aba;
}

#footer {
    padding: 25px 0 20px;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #bbbbbb;
}

.btn_pc {
    display: block;
    width: 100px;
    height: 38px;
    border: 1px solid #b9b9b9;
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 500;
    color: #626262;
    box-sizing: border-box;
}

#footer ul {
    font-size: 0;
}

#footer li {
    display: inline-block;
    vertical-align: middle;
}

#footer li + li {
    position: relative;
    padding-left: 40px;
}

#footer li + li::before {
    content: "|";
    position: absolute;
    left: 20px;
    top: 2px;
    font-size: 10px;
    color: #626262;
    font-weight: 500;
}

#footer li a {
    font-size: 12px;
    color: #626262;
    font-weight: 500;
    text-decoration: underline;
}

#footer .copy {
    padding-top: 12px;
    font-size: 12px;
    color: #626262;

}

.right_fixed {
    opacity: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 90px;
    text-align: center;
    cursor: pointer;
    background-color: #000;
}

.right_fixed p {
    padding: 6px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    writing-mode: tb-rl;
    box-sizing: border-box;
}