/*section*/
.section_titleA {}
.section_titleA_issue {height:150px; display: flex; align-items: center; justify-content: center; background-color: #D6E0EB; border-radius: 10px; font-size: 40px; color: #fff; font-weight: 700;background: url(//img.investchosun.com/images/2025/bg_issue.jpg) left center no-repeat; background-size: cover;}

.titleA, .titleB {font-size:17px; font-weight:700; color:#222; padding-bottom: 10px; border-bottom: 1px solid #222;letter-spacing: 0; display: flex;}
.titleA span{font-size: 17px; color: #999; font-weight: 400;margin-left: 5px;}
.titleA p, .titleB p {color: #396FF8;text-transform: uppercase;}
.titleA p:after {display: inline-block; content: '|'; font-size: 17px; width: 15px; height: 12px; color: #999; font-weight: 100; overflow: hidden; text-align:center;}
.titleA-new {font-size:30px; font-weight:700; color:#222; padding-bottom: 10px; letter-spacing: 0;}

.section_grid_2nd {display: grid; grid-template-columns: auto 410px; column-gap: 14px; margin-bottom:60px;}
.section_grid_left{border-right: 1px solid #E2E2E2; padding-right: 15px;}
.section_grid_right{}

#section h3 {font-size: 27px; color:#000; line-height: 1.2;}
#section h3 a {color:#222; -webkit-line-clamp: 2; letter-spacing: -0.5px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
#section .top_text a{color:#888; font-size:16px; margin-top:15px; -webkit-line-clamp: 2; letter-spacing: 0px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; line-height: 1.4;}

#section .section_top {display:flex; justify-content: space-between; margin:0 0 60px 0; border-bottom: 1px solid #000; padding: 60px 0;}
#section .section_top .section_top_left .thumb {height:365px; width:625px; border-radius: 10px;}
#section .section_top_side .text a{color:#888; font-size:16px; margin-top:15px; -webkit-line-clamp: 2; letter-spacing: -0px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; line-height: 1.4;}
#section .section_top_side dt a{font-size: 22px; color:#222; line-height: 1.4; -webkit-line-clamp: 2; letter-spacing: -0.5px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; font-weight: 700;}
#section .section_top_side dd.thumb {float: right; width: 205px; height: 120px; vertical-align: middle; margin-left: 10px; overflow: hidden;border-radius: 10px;}
#section div.section_top_side {border-bottom:1px solid #e2e2e2; margin-bottom:15px; padding-bottom:20px; min-height:120px;}
#section div.section_top_side:last-child {border-bottom:none; margin-bottom:0; padding-bottom:0;}
#section .section_top .section_top_left {padding-right: 15px; border-right: 1px solid #e2e2e2; margin-right: 15px;}

/*right_content*/
.right_title {font-size:17px; font-weight:700; color:#396FF8; padding-bottom: 10px; border-bottom: 1px solid #396FF8;letter-spacing: 0;}
.right_title a.more {color:#396FF8; text-decoration: none; padding-right: 18px; background-repeat: no-repeat; background-position: right center; background-size: 14px 14px; background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23396ff8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 6 15 12 9 18'/></svg>");}
#section .section_grid_right .issue-card{border-radius:0 0 10px 10px; width:auto;}
#section .section_grid_right .issue-card .issue_top {border-radius: 0;}
#section .section_grid_right .issue-card .more-btn{border-radius: 0 0 9px 9px}
#section .section_grid_right .issue-title {text-align:left; margin-bottom: 10px;}
#section .grid_2nd {display:grid; grid-template-columns: auto auto; column-gap: 30px;}
#section .issue-box {display:grid; grid-template-columns: auto auto; column-gap: 30px;}
#section .issue-card {border: 1px solid #E2E2E2; border-radius:10px; width:405px;margin-bottom:30px;}
#section .issue_top {background-color:#EEF2F7; padding: 28px 30px 30px;}
#section .issue-title {font-size: 30px; font-weight: 700; letter-spacing: -1px; color: #0E2663; margin-right:20px; margin-bottom: 20px;}
#section .section_titleA .issue-title {margin-bottom: 0px;}
#section .issue-tags {display: flex; gap: 6px; align-items: center; overflow: hidden; flex-wrap: wrap; height: 36px;}
#section .issue-tags button {border:1px solid #6B96C7; background: #fff; color: #6B96C7; font-size: 15px; padding: 8px 25px; border-radius: 20px; font-weight: 500; font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;}
#section .issue-list {padding: 20px 30px; list-style: none; margin: 0; position: relative;}
#section .issue-list li {display: flex; gap: 25px; position: relative;margin-bottom: 20px;height: 47px;}
#section .issue-list li:last-child {margin-bottom:0;}
#section .issue-list li::before {content: ""; position: absolute;left: 45px; top: 8px; width: 6px; height: 6px; border: 2px solid #396FF8;background: #fff; border-radius: 50%;z-index: 1;}
#section .issue-list::after {content: ""; position: absolute; left: 80px; top: 37px; width: 1px; height: calc(100% - 16px); border-left: 1px dashed #396FF8; height: 125px;}
#section .issue-list li:last-child::after {display: none;}
#section .issue-list .date {color: #1a73e8; line-height: 1.4; font-weight: bold; width:40px;}
#section .issue-list .news-title {color: #222; line-height: 1.4; margin: 0; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#section .issue-list .news-title a {color:#222;}
.more-btn {text-align: center; font-size: 14px; font-weight: 700; color: #6B96C7; background: #EEF2F7; cursor: pointer; border-radius: 0 0 10px 10px}
.more-btn a {color:#6B96C7; display: block; width: 100%; padding: 20px 0; text-decoration: none;}

#section .section_grid_right .rank_news li {border-bottom: 1px solid #e2e2e2; padding: 18px 0;}
#section .section_grid_right .rank_news div {position: relative;}
#section .section_grid_right .rank_news li em {width: 10%; font-size: 23px; font-style: normal; position: absolute; left: 0; display: block; color: #222; height: 100%; font-weight: 700;}
#section .section_grid_right .rank_news li .info {padding-left: 10%;}
#section .section_grid_right .rank_news li .info a {color: #222; line-height: 1.3; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; height: 44px; display: -webkit-box;}
#section .section_grid_right .rank_news li:last-child {border-bottom: 1px solid #222;}
#section .banner {background-color: #F1F1F1; border-top:1px solid rgb(210 210 210 / 0.5); border-bottom:1px solid rgb(210 210 210 / 0.5); padding:60px 0; text-align:center;}
#section .banner .bx-viewport{height:600px !important;}

/*reporter*/
#section .writer_name_list {color: #052B57; font-weight: 700; letter-spacing: -0.5px; margin-left:5px;}
#section .writer_box {background-color:#EEF2F7; display:flex; align-items: center; column-gap: 20px; margin-bottom: 40px; padding:30px;}
#section .writer_box .thumb {width:120px; height:120px;border-radius: 50%; background-color: #DCE5EE; display: flex; justify-content: center; align-items: center;}
#section .writer_box .thumb.no_img img {width:60px; height:60px;}
#section .writer_name p {color:#222; font-size:14px;}
#section .writer_name p.writer_nameA{color:#063A74; font-size:27px; font-weight:700; margin-bottom: 10px;}
#section .writer_name p span {margin-left:10px;}