@charset "utf-8";
/* CSS Document */

/*
First Write : 2021-08-17
Last Update : 2023-01-19
Author: Jcode
*/




/* 기타 : 이슈추적 + 탐사 심층보도 */
.issrep .searchbox {margin: 0 auto; padding: 40px 0 60px 0; text-align: center; border-bottom: 1px dashed #ddd;}
.issrep .searchbox label {font-size: 1.8rem; color: #1e417b; font-weight: bold;}
.issrep .searchbox input {width: 440px; margin: 0 10px 0 30px; padding: 12px 15px 10px 15px; border: 4px solid #ddd; font-size: 1.1rem;}
.issrep .searchbox input:focus {outline: 1px solid #2d78c3;}
.issrep .searchbox button {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    padding: 11px 40px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    background-color: #2d78c3;
}
.issrep .se_result {margin: 120px 0 50px 0; text-align: center;}
.issrep .se_result p:nth-child(2) {margin-top: 20px; font-size: 1.2rem;}
.issrep .inwrap {display: flex; flex-wrap: wrap; padding-top: 50px;    }
.issrep .inbox {
    position: relative;
    width: calc(27.5% - 0px);
    margin-bottom: 40px;
    margin-right: 42px;
    padding: 14px 20px 20px 20px;
    border: 1px solid #ccc;
}
.issrep .inbox:nth-child(3n) {margin-right: 0;}
.issrep .sectit a {
    font-size: 1.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.issrep .thumb_v .thumb {height: 230px;}
.issrep .thumb_v .subject {padding: 10px 0; margin: 0 5px 10px; height: 44px; font-weight: 500;}
.issrep .thumb_v .subject a {font-size: 1.1rem; color: #0a68e1;}
.issrep .thumb_v .newslist {margin: 0 5px;}
.issrep .label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    font-size: 0.95rem;
    padding: 1px 10px 3px 10px;
    background-color: #bb1515;
}
.issrep .thumb_h {margin-bottom: 50px;}
.issrep .thumb_h .thumb {flex-basis: 400px; height: 250px; margin-right: 40px;}
.issrep .thumb_h .subject a {color: #063090; display: inline-block; font-size: 1.8rem; }
.issrep .thumb_h .summary {color: #0000ff;}
.issrep .thumb_h .newslist {margin-top: 20px;}
.issrep .thumb_h .newslist a {font-size: 1.1rem;}



/* 기타 : 기업뉴스(뉴스핌 동반자) */
.corpnews {display: flex; flex-wrap: wrap;}
.corpnews .tabnav {width: 100%; display: flex; justify-content: center; margin-top: 0; margin-bottom: 40px; border-bottom: 2px solid #ccc;}
.corpnews .tabnav a {
    display: inline-block;
    width: 30%;
    margin-bottom: -2px;
    padding: 12px 0;
    font-size: 1.1rem;
    text-align: center;
    border-top: 2px solid #ccc;
    background-color: #eee;
}
.corpnews .tabnav a:nth-child(1) {border-left: 2px solid #ccc; border-right: 1px solid #ccc; border-top-left-radius: 10px;}
.corpnews .tabnav a:nth-child(2) {border-right: 2px solid #ccc; border-left: 1px solid #ccc; border-top-right-radius: 10px;}
.corpnews .tabnav a.on {color: #2d78c3; border-top: 2px solid #2d78c3; background-color: #fff;}
.corpnews .tabnav a:nth-child(1).on {border-left: 2px solid #2d78c3;}
.corpnews .tabnav a:nth-child(2).on {border-right: 2px solid #2d78c3;}
.corpnews .hotnews .inbox {display: flex; justify-content: space-between;}
.corpnews .hotnews .inbox > div {width: 30%;}
.corpnews .hotnews .inbox > div:nth-child(2) {padding: 0 29px; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.corpnews .hotnews article {margin-bottom: 50px;}
.corpnews .hotnews .thumb {overflow: hidden; max-height: 340px; height: auto;}
.corpnews .hotnews .thumb img {object-fit: cover;}
.corpnews .hotnews .subject {padding: 8px 0; font-size: 1.1rem;}
.corpnews .hotnews article > div {display: flex; justify-content: space-between; margin-top: 10px;}
.corpnews .hotnews article > div span {display: inline-block;}
.corpnews .hotnews article > div span:nth-child(1) {color: #0060ff;}
.corpnews .hotnews article > div .date {color: #666;}
.corpnews .partner {display: flex; justify-content: space-between; flex-wrap: wrap;}
.corpnews .partner article {width: 45.8%; padding: 20px; margin-bottom: 20px; background-color: #f1f1f1;}
.corpnews .partner article .thumb {flex-basis: 188px; height: 128px; border: 1px solid #ccc;}
.corpnews .partner article .txt span:nth-child(1) {display: inline-block; color: #0060ff; font-size: 0.9rem; margin-bottom: 4px;}
.corpnews .partner article .txt .subject {font-size: 1.1rem;}
.corpnews .partner article .txt .summary {margin: 4px 0 0 0;}

/* 검색 : 통합검색 + 상세검색 */
.searchwrap .inbox nav {display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 3px solid #2d78c3;}
.searchwrap .inbox nav ul {display: flex;}
.searchwrap .inbox nav ul li a {
    margin-right: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ccc;
}
.searchwrap .inbox nav ul li a:hover, .searchwrap .inbox nav ul li a.on {color: #fff; background-color: #2d78c3; border: 1px solid #2d78c3;}
.searchwrap .inbox > nav > button {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 0.95rem;
    color: #fff;
    padding: 8px 30px 8px 20px;
    border-radius: 5px;
    background-color: #666;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: right 16px top -1187px;
}
.searchwrap .detailbox {margin-top: 20px; border: 1px solid #ccc;}
.searchwrap .detailbox h2 {padding: 10px 20px; background-color: #eee;}
.searchwrap .detailbox > form {padding: 20px 50px;}
.searchwrap .detailbox > form > p {padding: 10px 0;}
.searchwrap .detailbox > form > p > label {display: inline-block; width: 120px; font-size: 1.1rem; color: #2d78c3;}
.searchwrap .detailbox > form > p > span label {font-size: 0.95rem; color: #666; line-height: 1.2;}
.searchwrap .detailbox > form > p > span {display: inline-block; margin-right: 30px;}
.searchwrap .detailbox .calendar button {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: right -115px top 4px;
}
.searchwrap .detailbox > form > p:last-child {margin: 20px 0 10px 0;}
.searchwrap .detailbox > form > p > button.btn {padding: 15px 80px; color: #fff; font-size: 1.1rem; background-color: #1d4c9a;}
.searchwrap .result {margin-bottom: 30px; border-bottom: 1px dashed #ddd; padding: 30px 5px 15px 5px;}
.searchwrap .result span.more {float: right; margin-right: 10px;}
.searchwrap .result span {margin-right: 20px; display: inline-block;}
.searchwrap .result span:nth-child(1) {font-size: 1.1rem; font-weight: bold;}
.searchwrap .result span:nth-child(2) {font-size: 0.9rem; color: #666;}
.searchwrap .photonews .inbox {display: flex; flex-wrap: wrap;}
.searchwrap .photonews .inbox article {flex: 0 0 28%; margin-right: 8%; margin-bottom: 40px;}
.searchwrap .photonews .inbox article:nth-child(3n) {margin-right: 0;}
.searchwrap .photonews .inbox .thumb_v .thumb {height: 150px;}
.searchwrap .photonews .inbox .thumb_v .subject {padding: 10px 0 15px 0; height: 44px; font-weight: 500;}
.searchwrap .photonews .inbox article p:last-child {display: flex; font-size: 0.9rem;}
.searchwrap .photonews .inbox article p:last-child span:last-child {
    padding-left: 20px;
    background-color: transparent;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 11px top -1434px;
}
.searchwrap .news article .summary b {
    color: #2d78c3;
}
.sec_more {margin: 40px 0;}
.sec_more a {
    display: block;
    width: calc(100% - 22px);
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
}
.sec_more a span {
    padding-right: 25px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: right 0 top -793px;
}



/* 창간 20주년 기획 */
.twentybox {margin-bottom: 50px;}
.twentybox .sectit {margin: 0; padding: 0;}
.twentybox > .sectit h3 {height: 70px; text-indent: -9999px; background: #050100 url(/images/event/20_list_top.jpg) no-repeat 0 0;}
.twentybox > div:nth-child(2) {padding: 20px 40px 40px 40px; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.twentybox > div:nth-child(2) .sectit {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 1px dashed #ccc;}
.twentybox > div:nth-child(2) .sectit h4 {width: 300px; height: 50px; text-indent: -9999px;}
.twentybox > div:nth-child(2) .sectit h4.sweden {background: transparent url(/images/event/20_list_tit_swe.png) no-repeat 0 0;}
.twentybox > div:nth-child(2) .sectit h4.ireland {background: transparent url(/images/event/20_list_tit_ire.png) no-repeat 0 0;}
.twentybox > div:nth-child(2) .sectit a {
    display: flex; justify-content: center; align-items: center; padding: 6px 15px 7px 20px;
    color: #fff; font-size: 0.9rem; background-color: #666; border-radius: 20px;
}
.twentybox .txt p {margin-bottom: 20px;}
.twentybox .txt p:last-child {margin-bottom: 0;}
.twentybox .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: 10px;
    text-indent: -9999px;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    border-radius: 2px;
}