@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url("/2022/font/NotoSansKR-Thin.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url("/2022/font/NotoSansKR-Light.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url("/2022/font/NotoSansKR-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url("/2022/font/NotoSansKR-Medium.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url("/2022/font/NotoSansKR-Bold.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url("/2022/font/NotoSansKR-Black.otf") format('opentype');
}

.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #de363c;
    box-sizing: border-box;
}

.header_wrap.sub {
    border-bottom: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

#header {
    position: relative;
    width: 1001px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
}

#header h1 {
    float: left;
    padding: 24px 0;
    line-height: 1;
}

#header h1 a {
    line-height: 1;
}

#nav {
    float: left;
    height: 100%;
    padding-left: 46px;
}

#nav li {
    float: left;
    height: 100%;
}

#nav li + li {
    padding-left: 20px;
}

#nav li a {
    line-height: 78px;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #000;
}

#nav li a:hover,
#nav li.on a {
    color: #de363c;
}

.btn_search {
    position: absolute;
    right: -60px;
    top: 28px;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url("/2022/img/search.png") center no-repeat;
    cursor: pointer;
}

.hd_search_box {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 655px;
    height: 50px;
    box-sizing: border-box;
}

.btn_search2 {
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url("/2022/img/search.png") center no-repeat;
    cursor: pointer;
}

.hd_search_box .close {
    position: absolute;
    right: 0;
    top: 14px;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url("/2022/img/close2.png") center no-repeat;
    cursor: pointer;
}

.hd_search_box input {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 30px;
    border-bottom: 1px solid #333;
}

#header.search #nav {
    display: none;
}

#header.search .btn_search {
    display: none;
}

#header.search .hd_search_box {
    display: block;
}

.container {
    position: relative;
    width: 1001px;
    margin: 109px auto 0;
    box-sizing: border-box;
}

.left_board {
   float: left;
    width: 230px;
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.right_board {
    float: right;
    width: 230px;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

.thum_post {
    margin-bottom: 30px;
}

.thum_post a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.thum_post img {
    width: 100%;
    margin-bottom: 6px;
    border:1px solid #e6e6e6;
}

.thum_player {
    position: relative;
    margin-bottom: 9px;
    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("/2022/img/player4.png") center no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
}

.category {
    display: block;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #de0009;
}

.thum_post h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.28px;
    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;
}

.thum_post p {
    margin-top: 4px;
    -webkit-line-clamp: 2;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.26px;
    color: #000;
}

.thum_post.large {
    margin-bottom: 20px;
}

.thum_post.large h2 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.thum_post.large p {
    font-size: 14px;
    letter-spacing: 0;
}

.side_banner {
    padding: 10px 0 36px;
}

.profile_post {
    margin-bottom: 30px;
}

.profile_post:last-child {
    margin-bottom: 23px;
}

.profile_post a {
    display: block;
    width: 100%;
    height: 100%;
}

.profile_post .thum {
    position: relative;
    padding-left: 60px;
}

.profile_post .thum .profile {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.profile_post .thum h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #000;
}

.profile_post .thum p {
    padding-top: 2px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.54;
    color: #808080;
}

.profile_post .desc {
    padding-top: 6px;
}

.profile_post .desc h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.28px;
    color: #000;
}

.profile_post .desc p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.26px;
    color: #000;
    -webkit-line-clamp: 2;
}

.news_item {
    width: 100%;
    margin-bottom: 14px;
}

.news_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    box-sizing: border-box;
}

.news_item .thum {
    display: inline-block;
    vertical-align: middle;
    width: 282px;
    height: 144px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
}

.news_item .desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 282px);
    padding-left: 20px;
    box-sizing: border-box;
}

.news_item h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.news_item p {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.news_item2 a {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #000;
}

.banner {
    padding-bottom: 15px;
}

/* footer */
.footer_wrap {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-top:30px;
}

.foot_nav {
    padding: 11px 0 14.5px;
    border-bottom: 1px solid #e6e6e6;
}

.foot_nav ul {
    width: 950px;
    margin: auto;
    font-size: 0;
}

.foot_nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.foot_nav li + li::before {
    content: "ㆍ";
    padding: 0 1px 0 2px;
    color: rgb(128, 128, 128);
    font-size: 11px;
}

.foot_nav li a {
    color: rgb(128, 128, 128);
    font-size: 11px;
}

.foot_nav li.point a {
    color: #e63c00;
    font-weight: bold;
}

#footer {
    position: relative;
    width: 998px;
    margin: auto;
    padding: 24px 0 20px 190px;
    box-sizing: border-box;
}

#footer h2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

#footer h2 img {
    width: 163px;
}

#footer ul {
    font-size: 0;
}

#footer li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 19px;
    padding-bottom: 3px;
    font-size: 11px;
    color: rgba(119, 119, 119);
}

#footer li + li {
    padding-right: 10px;
}

#footer li:nth-child(5n) {
    padding-right: 0;
}

#footer p {
    padding-top: 1px;
    font-size: 11px;
    line-height: 1.75;
    color: rgba(119, 119, 119);
}

#footer p span {
    position: relative;
    padding: 0 5px;
}

#footer p span::before {
    content: "「";
    position: absolute;
    left: -7px;
    top: -1px;
    font-size: 11px;
    color: rgba(119, 119, 119);
}

#footer p span::after {
    content: "」";
    position: absolute;
    right: -7px;
    top: -1px;
    font-size: 11px;
    color: rgba(119, 119, 119);
}

.newspaper_logo {
    position: absolute;
    right: 166px;
    top: -32px;
}