@charset "UTF-8";

:root {
    --col-w-270: 270px;
    --col-w-300: 300px;
    --col-w-373: 373px;
    --col-w-390: 390px;
    --col-w-520: 520px;
    --col-w-552: 552px;
    --col-w-576: 576px;
    --col-w-580: 580px;
    --col-w-600: 600px;
    --col-w-820: 820px;

    --layout-line-color: #121212;
    --list-line-color: #ddd;
    --module-line-color: #ccc;
}

.footer-module > div > .foot-inner {max-width:1200px}

/* 광고 */
.ad-box, .ad-bottom {margin:0 auto; padding:20px 0; box-sizing:border-box; text-align:center; background-color:#F7F7F7}
.ad-box {margin-bottom:40px}

/* common */
.news-tit,
.lead {display:block; display:-webkit-box; text-overflow:clip; overflow:hidden; word-wrap:break-word; -webkit-box-orient:vertical; overflow-wrap:anywhere}
.news-subtit,
.lead,
.time {color:#585858; font-size:12px}
.news-tit {font-weight:500}
.ellip {display:block; display:-webkit-box; word-break:break-all; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1 !important; -webkit-box-orient:vertical; padding-right:1px}

.thumb {position:relative; overflow:hidden; container-name:thumb-container; container-type:inline-size}
.thumb > a {display:block; width:100%; height:100%}
.thumb img {width:100%; height:100%; object-fit:cover; object-position:center top}

.thumb > .thumb-icon {position:absolute; right:15px; bottom:15px; width:50px; height:50px; overflow:hidden; background-repeat:no-repeat; background-position:right bottom; background-size:contain; color:transparent; text-indent:-9999px; pointer-events:none; transform-origin:right bottom}
.thumb-icon.thumb-vod {background-image:url('https://static.hankyung.com/resource/www/common/img/icon/icon-thumb-video.svg')}
.thumb-icon.thumb-audio {background-image:url('https://static.hankyung.com/resource/www/common/img/icon/icon-thumb-audio.svg')}
.thumb-icon.thumb-graph {background-image:url('https://static.hankyung.com/resource/www/common/img/icon/icon-thumb-graph.svg')}
.thumb-icon.thumb-photo {background-image:url('https://static.hankyung.com/resource/www/common/img/icon/icon-thumb-photo.svg')}
.thumb-icon.thumb-slide {background-image:url('https://static.hankyung.com/resource/www/common/img/icon/icon-thumb-slide.svg')}
.news-list .thumb > .thumb-icon {right:10px; bottom:10px; transform:scale(0.55)}

.news-item-group .news-item.type-fix-m img.icon--member {vertical-align:-2px}

@container thumb-container (max-width:390px) {
    .thumb > .thumb-icon {transform:scale(0.8)}
} 
@container thumb-container (max-width:300px) {
    .thumb > .thumb-icon {transform:scale(0.75)}
} 
@container thumb-container (max-width:175px) {
    .thumb > .thumb-icon {right:10px; bottom:10px; transform:scale(0.65)}
} 
@container thumb-container (max-width:136px) {
    .thumb > .thumb-icon {right:8px; bottom:8px; transform:scale(0.55)}
} 
@container thumb-container (max-width:116px) {
    .thumb > .thumb-icon {right:8px; bottom:8px; transform:scale(0.4)}
} 


.iframe-youtube {position:relative; height:0; padding-bottom:56.25%; /* 4:3 비율 75%, 16:9 비율 56.25% */ overflow:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0)}
.iframe-youtube iframe {position: absolute; top:0; left:0; width:100%; height:100%}

/* layout */
.layout-inner {max-width:1200px; margin:0 auto; padding-top:20px}
.cont-wrap {display:flex; justify-content:center; gap:80px; min-width:1200px; padding-bottom:40px}
.main-top-wrap + .cont-wrap {max-width:1200px; margin:40px auto 0; padding-top:20px; border-top:1px solid var(--layout-line-color)}
.cont-wrap .contents {flex:0 0 auto; width:820px}
.cont-module {margin-bottom:40px}
.cont-wrap .cont-module + .cont-module {padding-top:20px; border-top:1px solid var(--module-line-color)}
.cont-wrap .cont-module:last-child {margin-bottom:0}

/* 사이드 */
.cont-wrap .aside {position:relative; flex:0 0 auto; width:300px}
.cont-wrap .aside::before {content:''; position:absolute; top:0; left:-40px; bottom:0; width:1px; background:#ddd}
.aside-component + .aside-component {margin-top:24px}
.aside-component .module-tit-wrap {margin-bottom:0; padding-top:20px; border-top:1px solid var(--layout-line-color)}
.aside-component .module-tit-wrap + ul > li {padding:16px 0}
.aside-component .module-tit-wrap + ul > li + li {border-top:1px solid var(--list-line-color)}
.aside-inner > .aside-component:first-child .module-tit-wrap {border-top:none; padding-top:0}
.aside-ad, .aside-banner {margin-bottom:40px}
.aside-banner img {max-width:100%}

.module-row {display:flex; gap:40px}
.module-row > .col {flex:1 1 auto}
/* .module-row > .col[data-width] {flex:0 0 auto} */
.module-row > .col[data-width="270"] {width:var(--col-w-270)}
.module-row > .col[data-width="300"] {flex:0 0 auto; width:var(--col-w-300)}
.module-row > .col[data-width="373"] {flex:0 0 auto; width:var(--col-w-373)}
.module-row > .col[data-width="390"] {width:var(--col-w-390)}
.module-row > .col[data-width="392"] {width:var(--col-w-392)}
.module-row > .col[data-width="520"] {flex:0 0 auto; width:var(--col-w-520)}
.module-row > .col[data-width="552"] {flex:0 0 auto; width:var(--col-w-552)}
.module-row > .col[data-width="576"] {width:var(--col-w-576)}
.module-row > .col[data-width="580"] {width:var(--col-w-580)}
.module-row > .col[data-width="600"] {flex:0 0 auto; width:var(--col-w-600)}
.module-row > .col[data-width="820"] {width:var(--col-w-820)}

.module-row.col-line > .col {position:relative; padding:0 20px}
.module-row.col-line > .col:not(:first-child)::before {--col-gap:40px; content:''; position:absolute; top:0; left:calc((-1 * var(--col-gap)) / 2); bottom:0; width:1px; background:var(--list-line-color)}
.module-row.col-line > .col:first-child {padding-left:0}
.module-row.col-line > .col:last-child {padding-right:0}
.module-row.col-line > .col .news-item {flex:0 0 auto}

.module-row.col-3 .news-tit {font-size:18px}
.module-row.col-3 .thumb {width:247px; height:154px}
.module-row.col-4 .news-item {gap:12px}
.module-row.col-4 .news-tit {font-weight:400; font-size:16px}
.module-row.col-4 .thumb {width:175px; height:109px}

/* 모듈 타이틀 */
.module-tit-wrap {display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px}
.module-tit-area {display:flex; align-items:center; gap:16px}
.module-tit {font-size:18px}
.module-tit > a::after {content:''; display:inline-block; width:20px; height:20px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23121212' stroke-linecap='round' stroke-linejoin='round' d='m7.5 15 5-5-5-5'/%3E%3C/svg%3E") no-repeat 50% 50%/contain; vertical-align:-3px}

.module-tit-area:has(.module-tit-desc) {gap:8px}
.module-tit-area .module-tit-desc {color:var(--hk-text-secondary); font-size:14px}

.news-category > a {display:block; font-weight:400; color:#436F91; font-size:14px}
.news-item {display:flex; gap:16px}
.news-item > .text-cont {flex:1 1 auto}
.news-item > .thumb {flex:0 0 auto}
.news-item > .thumb::after {content:''; position:absolute; top:0; left:0; bottom:0; right:0; z-index:2; border:1px solid rgba(0,0,0,.1); box-sizing:border-box; pointer-events:none}
.news-item .news-tit,
.news-item .lead {line-height:1.3}
.news-item .lead {margin-top:6px; -webkit-line-clamp:2}
.news-item .time {margin-top:10px}
.news-item .txt-date {margin-top:6px}
.news-item .category-name {font-size:14px}
.news-item.reverse {flex-direction:row-reverse}
.news-item.column.reverse {flex-direction:column-reverse}
.news-item.column {flex-direction:column}
.news-item.column > .text-cont {width:100%}
.news-item.column.type-headline {gap:12px; box-sizing:border-box}
.news-item.column.type-headline .news-tit {font-weight:700; font-size:30px}
.news-item.column.type-headline .news-tit > a {display:block}
.news-item.type-headline .thumb {width:390px; height:244px}

.news-item-group {display:flex; flex-direction:column; gap:32px}
/* .news-item-group .news-item {align-items:center} */
.news-item-group .news-item.type-headline .thumb {width:136px; height:85px}
.news-item-group .news-item.type-headline .news-tit {font-size:18px}
.news-item-group .news-item:not(.type-headline) .thumb {width:96px; height:60px}
.news-item-group .news-item:not(.type-headline) .text-cont {width:calc(100% - 112px)}
.news-item-group .news-tit {font-size:16px}
.cont-wrap .news-item-group .news-tit {font-weight:400; -webkit-line-clamp:2}

.cont-wrap .news-item-group .news-item:not(.type-headline) .lead {-webkit-line-clamp:1}
.cont-wrap .news-item-group .news-item.type-headline {height:85px}
.cont-wrap .news-item-group .news-item.type-headline ~ .news-item:not(.major-text-news) {min-height:64px}
/* .cont-wrap .news-item-group .news-item.major-text-news {min-height:auto} */

/* 세로 작은 높이 고정 */
.type-fix-s {height:60px}
.cont-wrap .news-item-group .news-item.type-fix-s ~ .news-item .news-tit,
.news-item-group .news-item.type-fix-m ~ .news-item .news-tit {-webkit-line-clamp:1}
.news-item-group .news-item.type-fix-m .news-tit {font-size:20px}
.news-item.type-fix-m .thumb {width:160px !important; height:100px !important}
.news-item.type-fix-m .lead {margin-top:10px}

.news-item-group .news-item.type-fix-m .text-cont {width:calc(100% - 176px)}

.news-item-group + .major-list {margin-top:16px; padding-top:16px; border-top:1px solid var(--list-line-color)}
.cont-wrap .news-item-group .news-item.type-fix-m .lead {-webkit-line-clamp:2}

/* 라인 있는 경우 */
.news-item-group.line .news-item,
.news-item + .major-text-news,
.major-text-news.line.module-row,
.major-text-news.line > .col + .col {position:relative} 
.news-item-group.line .news-item + .news-item::before,
.major-list.line .news-item:nth-child(n+3)::before,
.major-text-news.line.column > .col + .col::before {content:''; position:absolute; top:-16px; left:0; right:0; height:1px; background:var(--list-line-color)}
.major-text-news.line.module-row::after {content:''; position:absolute; top:0; left:50%; right:0; width:1px; height:100%; background:var(--list-line-color); transform:translateX(-50%)}

/* 텍스트 뉴스 - column, row style */
.news-item-group .news-item.major-text-news:last-child {flex:1 1 auto}
.news-item-group .news-item.major-text-news {display:flex; align-items:center}
.major-text-news {gap:32px}
.major-text-news.module-row > .col {width:calc(50% - 16px); /*min-height:42px;*/ padding:0}
.major-text-news.column > .col {width:100%}
.major-text-news .news-item .news-tit {font-weight:400; font-size:16px; -webkit-line-clamp:2}
.major-text-news .news-item {height:100%; align-items:center}

.major-text-news .txt-date {margin-top:10px}
.major-text-news .news-item:has(.text-cont:only-child) {align-items:flex-start}
.major-text-news .news-item:has(.text-cont:only-child) .text-cont {display:flex; flex-direction:column; justify-content:space-between; height:100%}

/* 리스트 순서: Z */
.news-item-group.grid-order-z {display:grid; grid-column-gap:40px}

.news-item-group.grid-col-2 {grid-template-columns:repeat(2, calc(50% - 20px))}
.news-item-group.grid-col-2.line .news-item:nth-child(2)::before {display:none}

/* 작은 뉴스아이템 블럭 4단 구성 */
.news-item.type-headline + .major-list {margin-top:16px; padding-top:16px; border-top:1px solid var(--list-line-color); box-sizing:border-box}
.major-list {display:flex; flex-wrap:wrap; align-items:center; gap:32px 40px}
.major-list .news-item {width:calc(50% - 20px); height:60px; align-items:center}
.major-list .news-item .news-tit {font-weight:400; font-size:16px; -webkit-line-clamp:2}
.major-list .news-item .thumb {width:96px; height:60px}
.major-list .news-item:nth-child(n+3) {position:relative}
.major-list .news-item .lead {-webkit-line-clamp:1}

.row-grid > .module-row + .module-row,
.row-grid + .major-list,
.row-grid + .major-text-news,
.row-grid + .module-row {margin-top:16px; padding-top:16px; border-top:1px solid var(--list-line-color)}

/* 썸네일 위로 올라오는 타이틀 */
.news-item.type-shadow {position:relative}
.news-item.type-shadow .thumb::before {content:''; position:absolute; top:0; left:0; bottom:0; right:0; box-sizing:border-box; pointer-events:none; background:linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8)90%)}
.news-item.type-shadow .text-cont {position:absolute; left:0; bottom:0; z-index:3; box-sizing:border-box; color:#fff}
.news-item.type-shadow .news-tit, .news-item.type-shadow .news-tit > a {color:#fff}
.main-top-wrap .news-item.type-shadow .text-cont {padding:24px 28px}

/* 썸네일 위로 올라오는 타이틀 + 배경 */
.news-item.type-overlay {--overlay-bg:#142C67; gap:0; position:relative; background:var(--overlay-bg); color:#fff}
.news-item.type-overlay a {color:#fff}
.news-item.type-overlay .thumb {position:relative; height:0; padding-bottom:62.5%; overflow:hidden}
.news-item.type-overlay .thumb > a {position: absolute; top:0; left:0; width:100%; height:100%}
.news-item.type-overlay .thumb::after {display:none}
.news-item.type-overlay .thumb > .thumb-icon {bottom:36px}
.news-item.type-overlay .text-cont {position:relative; height:102px; padding:0 20px 24px; box-sizing:border-box}
.news-item.type-overlay .text-cont::before {content:''; position:absolute; top:-64px; left:0; right:0; z-index:2; height:64px; background:linear-gradient(#0000,var(--overlay-bg) 80%); pointer-events:none}
.news-item.type-overlay .news-tit {font-size:30px; -webkit-line-clamp:2; line-clamp:2}

/* 말줄임 타입 */
.type-ellip .news-item .news-tit {display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:1 !important; -webkit-box-orient:vertical; text-overflow:ellipsis; overflow:hidden;}
.type-ellip .news-item.type-headline .news-tit {-webkit-line-clamp:2 !important}
.type-ellip.news-item-group .news-item.type-headline ~ .news-item {min-height:auto !important}

/* column 텍스트 라인박스 타입 */
.type-box {gap:0px !important}
.type-box .text-cont {position:relative; padding:12px 16px 16px; box-sizing:border-box}
.type-box .text-cont::after {content:''; position:absolute; top:0; left:0; bottom:0; right:0; z-index:2; border:1px solid rgba(0,0,0,.1); box-sizing:border-box; pointer-events:none}


/* 그라데이션 txt-cont */
/* .txt-cont {position:absolute;bottom:0;left:0;right:0;min-height:155px;padding:0 24px 20px;box-sizing:border-box;z-index:2;background:#1B3E39;}
.txt-cont::before {content:'';position:absolute;top:-50px;left:0;right:0;z-index:2;height:50px;background:linear-gradient(#0000,#1B3E39 90%);pointer-events:none} */

/* ----- 메인(산업) ----- */
/* 톱영역 */
[data-category="industry"] .main-top-wrap .news-item.column {padding-bottom:24px; font-size:30px}
[data-category="industry"] .news-item-group .news-item.major-text-news {margin-bottom:-24px}
.main-top-wrap .col[data-width="820"] .news-item.column + .news-item {padding-top:16px; border-top:1px solid var(--list-line-color); box-sizing:border-box}
.main-top-wrap .news-tit {font-size:20px}
.cont-wrap .news-item.column.type-headline + .news-item .news-tit {font-size:20px}
.main-top-wrap .news-item .lead {margin-top:10px}

.cont-wrap .module-row > .col[data-width="390"] {display:flex; flex-direction:column;}
.cont-wrap .module-row > .col[data-width="390"] .news-item-group {flex:1 1 auto}

/* 랭킹뉴스 */
.cont-wrap .cont-module.ranking-news {border-top-color:var(--layout-line-color)}
.ranking-list {display:grid; grid-template-columns:repeat(2, auto); grid-template-rows:repeat(5, auto); grid-auto-flow:column; column-gap:40px; row-gap:16px}
.ranking-list > li {display:flex; align-items:center; gap:12px; padding-top:16px; border-top:1px solid var(--list-line-color)}
.ranking-list > li:nth-child(1), .ranking-list > li:nth-child(6) {padding-top:0; border-top:none}
.ranking-list .news-tit {flex:0 0 auto; width:calc(100% - 52px); line-height:1.3; font-weight:400; font-size:16px}
.ranking-list .txt-num {position:relative; flex:0 0 auto; display:block; width:40px; text-align:center; font-family: "Helvetica Neue"; font-weight:700; font-size:28px}
.ranking-list .news-item {width:calc(100% - 52px); align-items:center}
.ranking-list .news-item .thumb {width:96px; height:60px}
.ranking-list .text-cont .news-tit {width:100%; -webkit-line-clamp:2}

/* aside */
/* 산업리포트 */
.aside-report .module-tit-wrap {margin:0; padding:0; border:none}
.aside-report .report-list li {position:relative; padding-left:60px !important}
.aside-report .report-list li::before {content:''; position:absolute; top:40px; left:0; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; flex:0 0 auto; width:48px; height:48px; border-radius:12px; background-color:#F7F7F7; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='file-07'%3E%3Cpath id='Icon' d='M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M8 15V18M16 13V18M12 10.5V18M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A"); background-repeat:no-repeat; background-position:center}
.aside-report .report-list .report-tit {line-height:1.3; font-size:16px}
.aside-report .report-list .report-name {display:flex; align-items:center; margin-top:4px; color:var(--hk-text-secondary); font-size:14px}
.aside-report .report-list .report-name > span + span {display:flex; align-items:center;}
.aside-report .report-list .report-name > span + span::before {content:''; display:flex; align-items:center; width:1px; height:14px; margin:0 8px; background-color:#ddd}
.aside-report .report-list img.icon--member {vertical-align:-4px}

/* 데이터센터 */
.aside-datacenter .data-list .list-top {display:flex; align-items:center; justify-content:space-between; gap:4px; margin-bottom:4px}
.aside-datacenter .data-list li > a:hover {text-decoration:none}
.aside-datacenter .data-list .name-area {display:flex; align-items:center; gap:4px}
.aside-datacenter .data-list .name-area .name {font-size:16px}
.aside-datacenter .data-list .name-area .txt-en {color:#585858; font-size:14px}
.aside-datacenter .data-list .rate-area {display:flex; align-items:center; gap:12px; letter-spacing:0}
.aside-datacenter .data-list .rate-area > strong {font-weight:700; font-size:18px; word-break:break-all}
.aside-datacenter .data-list .rate-area > span {flex:0 0 auto; font-size:12px}
.aside-datacenter .data-list .rate-area .rate::before {content:''; display:inline-block; margin-right:3px}
.aside-datacenter .data-list .rate-area.up .rate::before {width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:6px solid var(--hk-up); vertical-align:1px}
.aside-datacenter .data-list .rate-area.down .rate::before {width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid var(--hk-down); vertical-align:baseline}
.aside-datacenter .data-list .rate-area.hold .rate::before {width:6px; height:2px; background:var(--hk-hold); vertical-align:3px}
/* .aside-datacenter .data-list .txt-date {color:#585858} */
.aside-datacenter .data-list .rate-area.up {color:var(--hk-up)}
.aside-datacenter .data-list .rate-area.down {color:var(--hk-down)}
.aside-datacenter .data-list .rate-area.hold {color:var(--hk-hold)}

.aside-datacenter .data-list .name-area .rank {font-weight:700; color:#007C9D; font-size:14px}
.aside-datacenter.data-type2 .data-list li {padding:12px 0}
.aside-datacenter.data-type2 .data-list li:first-child {padding-top:0}
.aside-datacenter.data-type2 .data-list li > a, .aside-datacenter.data-type2 .data-list li > div {display:flex; align-items:flex-start; justify-content:space-between}
.aside-datacenter.data-type2 .data-list .name-area {gap:8px}
.aside-datacenter.data-type2 .data-list .rate-area {flex-direction:column; align-items:flex-end; gap:0}


.aside-news-list .news-item {align-items:center}
.aside-news-list .news-tit {font-weight:400; font-size:16px}
.aside-news-list .thumb {width:80px; height:50px}
.aside-news-list .news-category {display:block; margin-bottom:4px}

/* ----- 메인(경제) ----- */
.main-top-wrap .ad-box {margin-top:40px}
[data-category="economy"] .cont-module .news-item.type-headline .news-tit,
[data-category="financial"] .cont-module .module-tit-wrap + .news-item.type-headline .news-tit {font-weight:500; font-size:28px; -webkit-line-clamp:2}
[data-category="economy"] .main-top-wrap .col[data-width="820"] > .news-item.type-headline.column .news-tit,
[data-category="global"] .main-top-wrap .col[data-width="820"] > .news-item.type-headline.column .news-tit {font-size:36px}
[data-category="economy"] .main-top-wrap .col[data-width="820"] > .news-item.type-headline.column .thumb,
[data-category="global"] .main-top-wrap .col[data-width="820"] > .news-item.type-headline.column .thumb {width:820px; height:461px}
[data-category="economy"] .main-top-wrap .col[data-width="820"] > .news-item.type-headline.column + .module-row {margin-top:20px; gap:20px}
[data-category="economy"] .main-top-wrap .col[data-width="300"] .news-item.type-headline.column {padding-bottom:0}
[data-category="economy"] .main-top-wrap .col[data-width="300"] .news-item.type-headline.column .news-tit {font-weight:500; font-size:20px}
[data-category="economy"] .main-top-wrap .col[data-width="300"] .news-item-group .news-item.type-headline .thumb {width:300px; height:188px}
[data-category="economy"] .main-top-wrap .module-row.col-3 .thumb {width:260px; height:162px}
[data-category="economy"] .main-top-wrap .news-tit {font-weight:400; font-size:18px}
[data-category="economy"] .main-top-wrap + .cont-module {margin-top:40px; padding-top:20px; border-top:1px solid var(--layout-line-color)}
[data-category="economy"] .cont-module + .cont-module {border-color:var(--layout-line-color)}
[data-category="economy"] .news-item-group.line .news-item {align-items:center}
[data-category="economy"] .module-row.col-line > .col {padding:0}
[data-category="economy"] .module-row.col-line .news-item {gap:12px}
[data-category="economy"] .module-row.col-line .news-tit {-webkit-line-clamp:2}
[data-category="economy"] .news-item.type-headline.reverse:not(.column),
[data-category="global"] .news-item.type-headline.reverse:not(.column),
[data-category="financial"] .module-tit-wrap + .news-item.type-headline.reverse:not(.column) {gap:40px; align-items:center}
[data-category="economy"] .news-item.type-headline.reverse:not(.column) .lead,
[data-category="global"] .news-item.type-headline.reverse:not(.column) .lead {margin-top:10px}
[data-category="financial"] .news-item.type-headline.reverse:not(.column) .lead {margin-top:6px}
.tag-news .news-tit {font-weight:400}
[data-category="economy"] .cont-module.tag-news {border-color:#BE0000}
[data-category="economy"] .tag-news .news-category {display:block; margin-bottom:12px}
[data-category="economy"] .tag-news .news-category > a {font-weight:700; color:#BE0000}

.row-grid .module-row .news-item .thumb {width:136px !important; height:85px !important}
/* .row-grid .module-row .news-item .news-tit {font-size:18px; font-weight:400;-webkit-line-clamp:2} */
.row-grid .module-row .news-item.type-fix-m .news-tit {font-size:18px; font-weight:400; -webkit-line-clamp:2}
.row-grid .module-row .news-item.type-fix-m .lead {margin-top:6px}
[data-category="economy"] .row-grid .module-row.col-line .news-item {gap:16px}

/* aside */
/* 랭킹뉴스 */
.aside-ranking .ranking-list {display:block}
.aside-ranking .ranking-list > li {padding:16px 0}
.aside-ranking .ranking-list .txt-num {width:20px; font-size:20px}
/* 태그뉴스 */
.aside-tagnews {margin-bottom:40px}
.aside-tagnews .tag-item {padding:20px; border:1px solid var(--list-line-color); box-sizing:border-box}
.aside-tagnews .tag-item .thumb {position:relative; width:120px; height:120px; margin:20px auto 0; border-radius:50%; overflow:hidden}
.aside-tagnews .tag-item .thumb::after {content:''; position:absolute; top:0; left:0; bottom:0; right:0; z-index:2; border-radius:50%; border:1px solid rgba(0,0,0,.1); box-sizing:border-box; pointer-events:none}
.aside-tagnews .tag-item .thumb img {object-position:center}
.aside-tagnews .tag-item .news-category {display:block; margin-bottom:4px}
.aside-tagnews .tag-item .news-tit {line-height:1.3; font-size:20px}
/* 에이셀 */
.aside-aicel, .aside-compreport {padding:20px; border:1px solid var(--list-line-color); box-sizing:border-box; text-align:center}
.aside-aicel .tit-box, .aside-compreport .tit-box {padding-bottom:20px; border-bottom:1px solid var(--list-line-color)}
.aside-aicel .tit-box .point-txt {display:block; margin-bottom:16px; color:#BE0000}
.aside-aicel .tit-box .logo-aicel {height:32px}
.aside-aicel .tit-box .point-txt, .aside-aicel .txt-box,
.aside-compreport .tit-box .point-txt, .aside-compreport .txt-box {font-size:14px}
.aside-aicel .txt-box,
.aside-compreport .txt-box {padding-top:16px; text-align:left}
.aside-aicel .txt-box::after,
.aside-compreport .txt-box::after {content:''; display:block; margin:16px auto}
.aside-aicel .txt-box::after {width:200px; height:140px; background:url('https://static.hankyung.com/resource/www/section/img/img-graphic-aicel.svg') no-repeat center/contain}
.aside-aicel .txt-box strong,
.aside-compreport .txt-box strong {font-weight:700}
.aside-aicel .btn-link,
.aside-compreport .btn-link {display:inline-block; height:37px; padding-left:16px; padding-right:12px; border-radius:40px; line-height:37px; color:#fff; font-size:14px}
.aside-aicel .btn-link .txt::after,
.aside-compreport .btn-link .txt::after {content:''; display:inline-block; width:20px; height:20px; vertical-align:-4px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m7.5 15 5-5-5-5'/%3E%3C/svg%3E") no-repeat 50% 50%/contain;}
.aside-aicel .btn-link {background-color:#BE0000}

/* ----- 메인(유통) ----- */
.module-row > .col[data-width="580"] > .news-item.type-headline:not(.column) {height:188px}
.module-row > .col[data-width="580"] > .news-item.type-headline .thumb {width:300px; height:188px}
.module-row > .col[data-width="580"] > .news-item.type-headline:not(.column) + .news-item {margin-top:16px; padding-top:16px; border-top:1px solid var(--list-line-color)}
.module-row > .col[data-width="580"] > .news-item.type-headline.column .thumb {width:580px; height:362px}
[data-category="distribution"] .main-top-wrap [data-width="600"] .thumb,
[data-category="global"] .main-top-wrap [data-width="600"] .thumb {width:600px; height:375px}
[data-category="distribution"] .main-top-wrap .col:not([data-width="600"]) .thumb {width:260px; height:162px}
[data-category="distribution"] .main-top-wrap {margin-bottom:40px}
[data-category="distribution"] .main-top-wrap .col:not([data-width]) .news-item + .news-item,
[data-category="global"] .main-top-wrap .col:not([data-width]) > .news-item + .news-item {margin-top:20px; padding-top:20px; border-top:1px solid var(--list-line-color)}
[data-category="distribution"] .main-top-wrap .col:not([data-width]) .news-tit,
[data-category="global"] .main-top-wrap .col:not([data-width]) .news-tit {font-weight:400; font-size:18px}
[data-category="distribution"] .main-top-wrap [data-width] .news-item,
[data-category="global"] .main-top-wrap [data-width] .news-item,
[data-category="distribution"] .main-top-wrap .col:not([data-width]) .news-item,
[data-category="global"] .main-top-wrap .col:not([data-width]) .news-item {gap:12px}
[data-category="distribution"] .main-top-wrap [data-width] .news-tit,
[data-category="global"] .main-top-wrap [data-width="576"] .news-tit {display:flex; align-items:center; justify-content:center; min-height:95px; font-size:34px; text-align:center}
[data-category="distribution"] .cont-module > .layout-inner {border-top:1px solid var(--layout-line-color)}
[data-category="distribution"] .news-item {align-items:center}
[data-category="distribution"] .news-tit {-webkit-line-clamp:2}
[data-category="distribution"] .module-row.col-line > .col,
[data-category="global"] .module-row.col-line > .col {padding:0}
[data-category="distribution"] .news-item.type-fix-m ~ .news-item .news-tit {font-weight:400}
[data-category="distribution"] .cont-module .news-item.type-headline:not(.column) .news-tit {font-size:22px}
[data-category="distribution"] .cont-module .news-item.column.type-headline {gap:16px}
[data-category="distribution"] .cont-module .news-item.column.type-headline .news-tit {font-weight:500; font-size:24px}
[data-category="distribution"] [data-width="580"] .news-item.type-headline .lead {margin-top:10px; -webkit-line-clamp:3}

/* ----- 메인(정치) ----- */
[data-width="520"] .news-item.type-headline {gap:12px}
[data-width="520"] .news-item.type-headline .news-tit {font-size:32px; text-align:center}
[data-category="politics"] .module-row.col-line > .col {padding:0}
[data-category="politics"] .main-top-wrap + .cont-module {margin-top:40px; padding-top:20px; border-top:1px solid var(--layout-line-color)}
[data-category="politics"] .main-top-wrap .news-item.type-headline .thumb {width:100%; height:325px}
[data-category="politics"] .main-top-wrap .news-tit {font-weight:400; font-size:18px}
[data-category="politics"] .main-top-wrap .news-item-group .news-tit {font-size:16px; -webkit-line-clamp:initial}
[data-category="politics"] .main-top-wrap .news-item-group .thumb {width:112px; height:70px}
[data-category="politics"] .main-top-wrap .news-item.column,
[data-category="global"] .main-top-wrap .news-item.column {gap:12px}
[data-category="politics"] .col:not([data-width="520"]) .news-item.column .thumb {height:162px}
.news-item.column + .news-item-group {margin-top:20px; padding-top:16px; border-top:1px solid var(--list-line-color)}
[data-category="politics"] .news-item.column + .news-item-group {gap:24px; margin-top:12px; padding-top:12px}
[data-category="politics"] .news-item.column + .news-item-group.line .news-item + .news-item::before {top:-12px}

/* aside */
/* 입법익스플로어 */
.aside-law {margin-bottom:40px}
.aside-law .module-tit > a::after {display:none}
.aside-law .logo__legiexplorer::before {width:142px; height:36px}
.aside-law .intro-box {margin-bottom:20px}
.aside-law .intro-box .desc {margin-top:12px; color:#666; font-size:12px}
.aside-law .law-list .law-item + .law-item {margin-top:12px}
.aside-law .item-head {position:relative; display:flex; justify-content:space-between; gap:12px; padding:16px; border:1px solid var(--list-line-color); border-radius:8px; background-color:#fff; cursor:pointer; box-sizing:border-box; z-index:3;}
.aside-law .item-head.active {border-color:#964124}
.aside-law .item-head .law-tit {font-size:16px}
.aside-law .item-head .law-info {position:relative; padding-left:36px; box-sizing:border-box}
.aside-law .item-head .law-info::before {content:''; position:absolute; top:0; left:0; display:flex; align-items:center; justify-content:center; width:24px; height:24px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon' clip-path='url(%23clip0_1015_14537)'%3E%3Cpath id='Icon' d='M19.3505 10.3525V8.65011C19.3505 6.96759 19.3505 6.12633 19.023 5.48369C18.735 4.91841 18.2754 4.45882 17.7101 4.17079C17.0675 3.84335 16.2262 3.84335 14.5437 3.84335H8.1347C6.45217 3.84335 5.61091 3.84335 4.96827 4.17079C4.40299 4.45882 3.94341 4.91841 3.65538 5.48369C3.32794 6.12633 3.32794 6.96759 3.32794 8.65011L3.32788 16.0682C3.32788 17.7507 3.32788 18.592 3.65532 19.2346C3.94335 19.7999 4.40293 20.2595 4.96821 20.5475C5.61085 20.875 6.45211 20.875 8.13464 20.875H10.8384' stroke='%23964124' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Icon_2' d='M22.9735 17.1065C23.3542 16.9584 23.5445 16.8844 23.6001 16.7778C23.6482 16.6853 23.6483 16.5752 23.6002 16.4827C23.5448 16.3759 23.3545 16.3017 22.974 16.1532L12.1759 11.9393C11.8325 11.8053 11.6607 11.7383 11.551 11.7749C11.4557 11.8068 11.3809 11.8815 11.349 11.9768C11.3124 12.0866 11.3794 12.2583 11.5134 12.6018L15.7273 23.3999C15.8758 23.7804 15.9501 23.9707 16.0568 24.0261C16.1493 24.0742 16.2594 24.0741 16.3519 24.0259C16.4586 23.9704 16.5326 23.78 16.6806 23.3994L18.361 19.0783C18.3911 19.001 18.4061 18.9623 18.4293 18.9298C18.4499 18.901 18.4751 18.8758 18.5039 18.8552C18.5365 18.832 18.5751 18.817 18.6524 18.7869L22.9735 17.1065Z' fill='%23964124'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1015_14537'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.983978)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}
.aside-law .item-head .proposer-info {margin-top:4px}
.aside-law .item-head .proposer-info > span {color:var(--hk-text-secondary); font-size:12px}
.aside-law .item-head .proposer-info > span + span {margin-left:5px; padding-left:5px; border-left:1px solid var(--list-line-color); box-sizing:border-box}
.aside-law .item-cont {z-index:2; position:relative; border-radius:0 0 8px 8px; background-color:#F9F6F5; box-sizing:border-box; transform: translateY(-10px); opacity: 0; height:0; visibility: hidden; transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;}
.aside-law .item-head.active + .item-cont::before {content:''; display:block; position:absolute; top:-10px; left:0; width:100%; height:30px; background-color:#F9F6F5; z-index: -1;}
.aside-law .item-cont .tit {display:block; margin-bottom:4px; font-size:12px}
.aside-law .law-item.on .item-cont {transform: translateY(0); opacity: 1; height:100%; padding:12px 16px 8px 16px; visibility:visible;}

.aside-law .party-logo {flex:0 0 auto; display:flex; align-items:center; justify-items:center; width:44px; height:44px; border-radius:8px; border:1px solid var(--list-line-color); box-sizing:border-box; background-repeat:no-repeat; background-size:contain; background-position:center}
.aside-law .party-logo.party-1 {background-image:url('https://static.hankyung.com/resource/www/section/img/logo-party1.svg')}
.aside-law .party-logo.party-2 {background-image:url('https://static.hankyung.com/resource/www/section/img/logo-party2.svg')}
.aside-law .party-logo.party-3 {background-image:url('https://static.hankyung.com/resource/www/section/img/logo-party3.svg')}
.aside-law .party-logo.party-4 {background-image:url('https://static.hankyung.com/resource/www/section/img/logo-party4.svg')}
.aside-law .party-logo.party-5 {background-image:url('https://static.hankyung.com/resource/www/section/img/logo-party5.svg')}
.aside-law .party-logo.party-6 {background-image:url('https://static.hankyung.com/resource/www/section/img/logo-party6.svg')}
.aside-law .affected-stocks .stock-item > span {font-size:12px}
.aside-law .affected-stocks > a {display:inline-block; margin-right:4px; margin-bottom:4px}
.aside-law .affected-stocks .up {color:var(--hk-up)}
.aside-law .affected-stocks .down {color:var(--hk-down)}
.aside-law .affected-stocks .hold {color:var(--hk-hold)}
.aside-law .affected-stocks .btn-more {padding:4px; line-height:1; color:#964124; background-color:#F0E8E5; box-sizing:border-box}

/* ----- 메인(국제) ----- */
.main-top-wrap [data-width="576"] .thumb {width:576px; height:360px}
.main-top-wrap [data-width="552"] .thumb {width:552px; height:345px}
[data-category="global"] .cont-module .news-item.type-headline .news-tit {font-weight:500; font-size:24px; -webkit-line-clamp:2}
[data-category="global"] .main-top-wrap .col[data-width="520"] .thumb {width:520px; height:325px}
[data-category="global"] .main-top-wrap .col[data-width="300"] .news-item.column .thumb {width:300px; height:188px} 
[data-category="global"] .main-top-wrap .col[data-width="300"] .news-tit {font-size:20px} 
[data-category="global"] .main-top-wrap .col[data-width="552"] .news-tit {font-size:32px; text-align:center} 
[data-category="global"] .main-top-wrap .news-item-group .thumb {width:96px; height:60px}
[data-category="global"] .main-top-wrap .news-item-group .news-item .news-tit {font-weight:400; font-size:16px}
[data-category="global"] .module-row.col-line > .col .news-item-group .news-item {min-height:64px}
[data-category="global"] .module-row.col-line > .col .news-item-group .news-item .lead {margin-top:6px; -webkit-line-clamp:1}
[data-category="global"] .module-row.col-4 .news-tit,
[data-category="global"] .main-top-wrap .news-item .news-tit {-webkit-line-clamp:2}
[data-category="global"] .main-top-wrap .col:not([data-width="576"], [data-width="552"], [data-width="520"]) > .news-item .thumb {width:260px; height:162px}
[data-category="global"] .main-top-wrap .col:not([data-width="576"], [data-width="552"], [data-width="520"], [data-width="300"]) > .news-item .thumb {width:244px; height:152px}
[data-category="global"] .main-top-wrap .col:not([data-width="576"], [data-width="552"], [data-width="300"]) > .news-item .thumb {width:228px; height:142px}
[data-category="global"] .main-top-wrap .col:not([data-width="576"], [data-width="552"], [data-width="300"]) {flex:0 0 auto; width:228px}
[data-category="global"] .main-top-wrap [data-width="576"] .thumb {width:576px; height:360px}
/* [data-category="global"] .cont-module .col[data-width="390"] .module-row.col-line > .col {padding:0} */
[data-category="global"] .cont-module .module-row.col-line > .col {padding:0}
[data-category="global"] .cont-module [data-width="390"] .module-row.col-line .news-tit {-webkit-line-clamp:2}
[data-category="global"] .type-hover + .type-hover .module-tit-wrap {border-color:#D32C1C}
[data-category="global"] .type-hover .slick-arrow {top:100px}
[data-category="global"] .type-hover .slick-dots {top:-38px}
/* [data-category="global"] .type-hover .slick-dots > li.slick-active button {background-color:#D32C1C} */
[data-category="global"] .type-hover .slick-dots .slick-active button::before {background-color:#D32C1C}
[data-category="global"] .type-hover .news-item {display:flex !important}
[data-category="global"] .type-hover .module-tit-wrap {margin-bottom:16px}
[data-category="global"] .type-hover .module-tit > a {color:#D32C1C}
[data-category="global"] .type-hover .module-tit > a::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23D32C1C' stroke-linecap='round' stroke-linejoin='round' d='m7.5 15 5-5-5-5'/%3E%3C/svg%3E")}
[data-category="global"] .type-hover .news-tit {font-weight:400; font-size:18px}
[data-category="global"] .aside-people {margin-bottom:40px}
[data-category="global"] .aside-people .lead {margin-top:8px}
[data-category="global"] .news-item-group .news-item.type-fix-m .thumb {width:136px !important; height:85px !important}
[data-category="global"] .news-item-group .news-item.type-fix-m .news-tit {font-size:18px}
[data-category="global"] .news-item-group .news-item.type-fix-m .lead {margin-top:6px}
[data-category="global"] .news-item-group .news-item.type-fix-m ~ .news-item .news-tit {-webkit-line-clamp:2}
[data-category="global"] .major-list .news-item {align-items:flex-start}
[data-category="global"] .cont-module .news-item:not(.type-fix-m) {min-height:64px}
[data-category="global"] .cont-module .news-item.type-fix-m {min-height:85px}
[data-category="global"] .type-hover .slick-list .thumb {width:300px; height:188px}
[data-category="global"] .ranking-module {width:100%; }
[data-category="global"] .ranking-list {grid-template-columns:auto; gap:12px}
[data-category="global"] .ranking-list .txt-num {width:20px; font-size:20px}
[data-category="global"] .ranking-list .news-item {width:calc(100% - 32px)}
[data-category="global"] .ranking-list > li {height:60px}
[data-category="global"] .ranking-list > li:not(:first-child) {padding-top:12px}
[data-category="global"] .main-top-wrap .col:not([data-width="576"]) + .col[data-width="300"] {padding-left:40px; border-left:1px solid var(--list-line-color)}
[data-category="global"] .main-top-wrap .col[data-width="300"] .ranking-list .news-tit {font-size:16px}

.cont-module [data-width="390"] .module-row.col-line .thumb {width:175px; height:109px}
.cont-module [data-width="390"] .module-row.col-line .news-tit {font-weight:400; font-size:16px}
.cont-module [data-width="390"] .module-row.col-line .news-item {gap:12px}
.cont-module [data-width="390"] .module-row + .news-item-group {margin-top:16px; padding-top:16px; border-top:1px solid var(--list-line-color)}


/* aside */
/* 태그뉴스 슬라이드 */
.aside-news-slide {margin-bottom:40px}
.aside-news-slide .news-category {display:block; margin-bottom:6px; font-size:14px}
.aside-news-slide .news-category, .aside-news-slide .news-category > a {color:#DE5244}
.aside-news-slide .tag-news-wrap {padding:20px 0; border:1px solid var(--list-line-color); box-sizing:border-box}
.aside-news-slide .tag-item {padding:0 20px; box-sizing:border-box;}
.aside-news-slide .tag-item .news-item {align-items:center; gap:12px}
.aside-news-slide .tag-item .news-tit {font-weight:400; font-size:16px; -webkit-line-clamp:2}
.aside-news-slide .tag-item .thumb {width:80px; height:50px}

.module-tit-wrap .slide-control {margin-top:0}
.slide-control {display:flex; align-items:center; justify-content:center; gap:16px; margin-top:16px}
.slide-control .page-num {font-size:14px; letter-spacing:0;}
.slide-control .page-num > strong {font-weight:700}
.slide-control .page-num > strong, .slide-control .page-num > span {display:inline-block; width:10px; margin:0 4px}
.slide-control > button {display:block; width:20px; height:20px}
.slide-control > button::after {content:''; display:inline-block; width:20px; height:20px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23121212' stroke-linecap='round' stroke-linejoin='round' d='m7.5 15 5-5-5-5'/%3E%3C/svg%3E") no-repeat 50% 50%/contain; vertical-align:-3px}
.slide-control .btn-slide-prev::after {transform:scaleX(-1)}

/* ----- 메인(금융) ----- */
[data-category="financial"] .news-item.column.type-headline .news-tit,
[data-category="society"] .news-item.column.type-headline .news-tit {font-size:34px}
[data-category="financial"] .module-row > .col {padding:0}
.module-row > .col[data-width="270"] > .news-item.type-headline .thumb {width:270px; height:168px}
[data-width="270"] .news-item.column.type-headline .news-tit {font-weight:400; font-size:18px}
.main-top-wrap [data-width="580"] .news-item .news-tit {-webkit-line-clamp:2}
[data-width="580"] .module-row + .news-item-group {margin-top:20px; padding-top:16px; border-top:1px solid var(--list-line-color); box-sizing:border-box} 
[data-width="580"] .module-row + .news-item-group .news-item {min-height:85px; align-items:center}
[data-width="580"] .module-row + .news-item-group .news-tit {font-weight:400; font-size:18px}
[data-width="580"] .module-row + .news-item-group .lead {margin-top:6px; margin-bottom:0}
[data-width="580"] > .news-item.column.type-headline {gap:16px}

/* ----- 메인(사회) ----- */
.slick-dots {display:flex; align-items:center; position:absolute; top:-30px; right:0}
/* .slick-dots > li {width:6px; height:20px}
.slick-dots > li button {width:6px; height:6px; border-radius:50%; text-indent:-9999em; background-color:#ddd}
.slick-dots > li.slick-active button {background-color:#121212} */

.slick-dots button {position:relative; width:16px; height:20px; overflow:hidden; color:transparent}
.slick-dots button::before {content:''; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -4px; border-radius:5px; vertical-align:top; background:#ddd}
.slick-dots .slick-active button::before {background-color:#121212}

[data-category="society"] .module-row.col-line > .col {padding:0}
.photo-module {position:relative}
.photo-module .photo-news-wrap {position:relative}
.photo-module .slick-arrow,
.type-hover .slick-arrow {opacity:0; position:absolute; top:40%; width:40px; height:40px; border-radius:50%; border:1px solid var(--list-line-color); text-indent:-9999em; box-sizing:border-box; background-repeat:no-repeat; background-position:center; background-color:rgba(255, 255, 255, 0.90); backdrop-filter:blur(1px); transform:translateY(-50%); transition:all .3s; z-index:1}
.photo-module .slick-prev,
.type-hover .slick-prev {left:-20px; background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Rectangle 26' d='M8.27273 0.635986L1.90877 6.99995L8.27273 13.3639' stroke='%23121212' stroke-width='1.5'/%3E%3C/svg%3E%0A")}
.photo-module .slick-next,
.type-hover .slick-next {right:-20px; transform:translateY(-50%); background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Rectangle 26' d='M0.727295 0.635986L7.09126 6.99995L0.727295 13.3639' stroke='%23121212' stroke-width='1.5'/%3E%3C/svg%3E%0A")}
.photo-module .photo-news-wrap:hover .slick-arrow,
.type-hover > div:hover .slick-arrow {opacity:1}
.photo-module .photo-news-list .photo-news-item {display:flex !important}
.photo-module .photo-news-list .news-item .news-tit {font-weight:400; text-align:center; -webkit-line-clamp:2}
/* .photo-module .photo-news-list .news-item {width:260px}
.photo-module .photo-news-list .news-item .thumb {width:260px; height:178px} */
[data-category="society"] .photo-news-list .photo-news-item {gap:20px}
[data-category="society"] .photo-module .photo-news-list .news-item {width:400px}
[data-category="society"] .photo-module .photo-news-list .news-item .thumb {width:400px; height:250px}
[data-category="society"] .photo-module .photo-news-list .news-item .news-tit {font-size:16px}

/* ----- 메인(라이프) ----- */
[data-category="trend"] .news-tit {-webkit-line-clamp:2}
[data-category="trend"] .main-top-wrap {margin-bottom:40px}
[data-category="trend"] .cont-module {padding-top:20px; border-top:1px solid var(--layout-line-color)}
[data-category="trend"] .module-row.col-4:not(.col-line) {gap:20px}
[data-category="trend"] .module-row.col-4:not(.col-line) .thumb {width:285px; height:178px}
[data-category="trend"] .module-row.col-4:not(.col-line) .text-cont {height:114px}
[data-category="trend"] .module-row.col-4 .news-tit {font-size:18px}
[data-category="trend"] .module-row.col-4 .lead {margin-top:8px}
[data-category="trend"] .module-row.col-4.col-line .thumb {width:270px; height:168px}
[data-category="trend"] .module-row.col-4.col-line > .col {padding:0}
[data-category="trend"] .news-item-group.line .news-item {align-items:center}
[data-category="trend"] .news-item.type-shadow .thumb::before {background:linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0) 60%, rgba(18, 18, 18, 0.90) 80%)}
[data-category="trend"] .module-row.col-4 .news-item.type-shadow .thumb {height:214px}
[data-category="trend"] .cont-module.photo-module {margin-bottom:0; padding-bottom:40px; border-top:0; background:#0c0d12 url('https://static.hankyung.com/resource/www/section/img/w/bg-life-photo.jpg') no-repeat center/ 1920px auto}
[data-category="trend"] .photo-module .layout-inner {padding-top:0}
[data-category="trend"] .photo-module .module-tit a {color:#fff}
[data-category="trend"] .photo-module .module-tit a::after {filter:invert(1)}
[data-category="trend"] .photo-module .photo-news-list .photo-news-item {width:1200px !important; gap:40px}
[data-category="trend"] .photo-module .photo-news-list .news-item {width:373px}
[data-category="trend"] .photo-module .photo-news-list .news-item .thumb {width:373px; height:auto}
[data-category="trend"] .photo-module .photo-news-list .news-item.row-type .thumb {height:233px}
[data-category="trend"] .photo-module .photo-news-list .news-item.column-type {position:relative}
[data-category="trend"] .photo-module .photo-news-list .news-item.column-type .thumb {height:466px}
[data-category="trend"] .photo-module .photo-news-list .news-item.column-type .thumb::before {content:''; position:absolute; top:0; left:0; bottom:0; right:0; box-sizing:border-box; pointer-events:none; background:linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%)}
[data-category="trend"] .photo-module .photo-news-list .news-item.column-type .text-cont {position:absolute; left:0; bottom:0; z-index:3; padding:16px; box-sizing:border-box; color:#fff}
[data-category="trend"] .photo-module .photo-news-list .news-item .news-tit, 
[data-category="trend"] .photo-module .photo-news-list .news-item .news-tit > a {font-size:16px; color:#fff}
[data-category="trend"] .photo-module .slick-arrow {top:34%}
[data-category="trend"] .photo-module:not(.top-news-slide):has(:not(.column-type)) .slick-arrow {top:calc((233px/2))}
[data-category="trend"] .photo-module .news-item > .thumb::after {content:'';position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;border:1px solid rgba(255,255,255,.1);box-sizing:border-box;pointer-events:none;z-index: 1;}

.news-slide-item .news-item.type-shadow .text-cont {padding:18px 20px}
.module-row.col-4 .news-item.type-shadow .text-cont {padding:14px 16px}

.top-news-slide .news-slide-item {display:flex !important; flex-wrap:wrap; justify-content:space-between; gap:20px; width:1200px !important}
.top-news-slide .news-slide-item .news-item {width:calc(33% - 10px)}
.top-news-slide .news-slide-item .news-item:has(.thumb-icon) .text-cont {padding-right:60px}
.top-news-slide .news-slide-item .news-item .thumb {width:100%}
.top-news-slide.photo-module .slick-arrow {top:50%; width:48px; height:48px}
.top-news-slide.photo-module .slick-prev {left:-24px; background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-left'%3E%3Cpath id='Icon' d='M15 18L9.00004 12L15 6' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A")}
.top-news-slide.photo-module .slick-next {right:-24px; background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-right'%3E%3Cpath id='Icon' d='M9 18L15 12L9 6' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");}
.top-news-slide.photo-module:hover .slick-arrow {opacity:1}

.photo-news-wrap.bg-slide {padding:40px 40px 32px; box-sizing:border-box; background-color:#121212}
.photo-news-wrap.bg-slide .photo-news-list .news-item .news-tit, .photo-news-wrap.bg-slide .photo-news-list .news-item .news-tit a {color:#fff; font-size:18px}
.photo-news-wrap.bg-slide .slick-arrow {opacity:1; border:none; backdrop-filter:initial; filter:invert(1); transform:scale(1.2); background-color:transparent}
.photo-news-wrap.bg-slide .slick-prev {left:-40px}
.photo-news-wrap.bg-slide .slick-next {right:-40px}

/* ----- 메인(테크) ----- */
/* 영상 */
[data-category="tech"] .container > .layout-inner {padding-bottom:40px}
[data-category="tech"] .video-wrap .section-tit-wrap {display:flex; justify-content:space-between; align-items:center; width:100%; margin-bottom:15px; box-sizing:border-box}
[data-category="tech"] .video-wrap .section-tit {font-size:20px}
[data-category="tech"] .video-wrap .video-news-list {display:flex; flex-wrap:wrap; width:100%; gap:24px}
[data-category="tech"] .video-wrap .video-news-list .thumb {width:100%; height:0; padding-bottom:56.25%; /*150px*/}
[data-category="tech"] .video-wrap .video-news-list .thumb > a {position:absolute; top:0; left:0; right:0; bottom:0}
[data-category="tech"] .video-wrap .video-news-list .thumb-news-item {flex:0 0 auto; width:282px}
[data-category="tech"] .video-wrap .video-news-list .news-tit {max-height:56px; font-weight:500; font-size:20px; line-height:28px; -webkit-line-clamp:2}
[data-category="tech"] .video-wrap .video-news-list .news-tit > a {display:block}
[data-category="tech"] .video-wrap .video-news-list .thumb + .news-tit {margin-top:11px}
[data-category="tech"] .select-paging {margin:40px 0}

.cont-module .module-tit-wrap .txt-etc > span {color:#585858; font-size:12px}
.cont-module .module-tit-wrap .txt-etc > span + span::before {content:''; display:inline-block; width:1px; height:12px; margin:0 8px; background-color:#ccc; vertical-align:middle}
.map-wrap .map-info {margin-top:12px; text-align:center}
.map-wrap .map-desc {margin-top:20px; color:#585858; font-size:12px}
.map-wrap .legend-list {display:flex; align-items:center; justify-content:center}
.map-wrap .legend-list li {margin-left:20px; color:#585858; line-height:1; font-size:12px}
.map-wrap .legend-list .legend {display:inline-block; width:12px; height:12px; border-radius:50%; vertical-align:-1px}
.map-wrap .legend-list .legend1 .legend {background-color:#83000f}
.map-wrap .legend-list .legend2 .legend {background-color:#b21826}
.map-wrap .legend-list .legend3 .legend {background-color:#d63241}
.map-wrap .legend-list .legend4 .legend {background-color:#e46671}
.map-wrap .legend-list .legend5 .legend {background-color:#d65100}
.map-wrap .legend-list .legend6 .legend {background-color:#e08841}
.map-wrap .legend-list .legend7 .legend {background-color:#b99063}

[data-category="tech"] .module-row.col-line > .col {padding:0}
[data-category="tech"] .module-row.col-line .news-tit,
[data-category="tech"] .main-top-wrap .col[data-width="270"] .news-tit {-webkit-line-clamp:2}

[data-category="tech"] .main-top-wrap + .layout-inner {border-top:none; margin-top:0; padding-top:40px}
[data-category="tech"] .main-top-wrap {position:relative; height:430px; background-image:url('https://static.hankyung.com/resource/www/section/img/w/bg-tech-top.jpg?v=3'); background-repeat:no-repeat; background-position:center bottom; background-size:1920px 310px; }
[data-category="tech"] .main-top-wrap::after {z-index:-1; content:''; position:absolute; bottom:0; left:0; display:block; width:100%; height:310px; background:linear-gradient(180deg, #0A1F40 0%, #3F7880 100%);}
[data-category="tech"] .main-top-wrap .col[data-width="580"] .news-tit {font-size:34px}
[data-category="tech"] .module-row > .col[data-width="580"] > .news-item.type-headline.column .thumb {height:387px}
[data-category="tech"] .main-top-wrap .col[data-width="270"] .thumb {height:270px}
[data-category="tech"] .main-top-wrap .col[data-width="270"] .news-item {gap:10px}
[data-category="tech"] .main-top-wrap .col[data-width="270"] .news-tit,
[data-category="tech"] .main-top-wrap .col[data-width="270"] .news-tit a {color:#fff}
[data-category="tech"] .main-top-wrap .col[data-width="270"] .lead {margin-top:8px; color:#C5DAE1}
[data-category="tech"] .row-grid .module-row {position:relative; align-items:center}
[data-category="tech"] .row-grid .module-row.col-line > .col {height:85px; justify-content:center}
[data-category="tech"] .row-grid .module-row.col-line > .col .news-item {align-items:center}

[data-category="tech"] .aside-component .module-tit-wrap {margin-bottom:16px}
[data-category="tech"] .aside-video .module-tit-wrap {padding-top:0; border-top:none}
[data-category="tech"] .video-news-list .news-item {display:flex !important; gap:12px}
[data-category="tech"] .video-news-list .news-item .thumb {width:300px; height:169px}
[data-category="tech"] .video-news-list .news-tit {font-weight:400; font-size:18px; -webkit-line-clamp:1}
[data-category="tech"] .news-item.type-fix-m .txt-date {margin-top:16px}
[data-category="tech"] .news-item:not(.type-fix-m) .txt-date {margin-top:8px}
[data-category="tech"] .aside-video {margin-bottom:40px}
[data-category="tech"] .cont-wrap {padding-bottom:0}
[data-category="tech"] > .layout-inner {padding-bottom:40px}
[data-category="tech"] .major-list.type-ellip .news-item {height:auto}

[data-category="tech"] .aside-strongkorea .module-tit-wrap {margin-bottom:0}
[data-category="tech"] .aside-strongkorea + .aside-video .module-tit-wrap {padding-top:20px; border-top:1px solid var(--layout-line-color)}
[data-category="tech"] .aside-news-list .news-tit {-webkit-line-clamp:2}

/* 기업리포트 */
.aside-compreport .btn-link {background-color:#007C9D}
.aside-compreport .txt-box {padding:16px 20px 0; text-align:center; word-break:break-word}
.aside-compreport .txt-box::after {width:244px; height:165px; background:url('https://static.hankyung.com/resource/www/section/img/img-graphic-compreport.svg') no-repeat center/contain}
.aside-compreport .txt-box p {margin-top:8px}

/* 데크- 데이터 페이지들 */
[data-category="tech"] .cont-tit-wrap {display:flex; align-items:center; justify-content:space-between; margin-bottom:16px}
[data-category="tech"] .cont-tit-area {display:flex; align-items:center; gap:10px}
[data-category="tech"] .cont-tit {font-weight:bold; font-size:20px}
[data-category="tech"] .cont-tit-filter {display:flex; align-items:center; justify-content:space-between; margin-bottom:20px}
[data-category="tech"] .cont-tit-wrap .col-area {display:flex; align-items:center}
.select-style {display:inline-block; position:relative; height:40px; background:#fff; box-sizing:border-box}
.select-style select {position:relative; z-index:2; height:100%; padding:0 50px 0 19px; border:1px solid #ddd; border-radius:8px; background:transparent; font-size:15px; line-height:38px; vertical-align:middle; cursor:pointer; appearance:none; -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; outline:none; box-sizing:border-box}
.select-style select::-ms-expand {opacity:0}
.select-style select option {font-size:16px}
.select-style::after {content:''; position:absolute; top:calc(50% - 4px); right:19px; width:8px; height:8px; border-right:1px solid #888; border-bottom:1px solid #888; transform:rotate(45deg) translateY(-50%)}
.txt-etc {color:#888; font-size:12px}
.txt-etc a {color:#888}
.txt-etc .bar {margin:0 6px}
.logo-origin-stockplus {position:relative; top:1px; display:inline-block; width:110px; height:15px; margin-left:11px; overflow:hidden; color:transparent; white-space: nowrap; background:url('https://static.hankyung.com/resource/www/geeks/img/logo-stockplus.svg') no-repeat 50% 50%/contain} /*증권플러스*/
.logo-origin-thevc {position:relative; top:10px; display:inline-block; width:86px; height:25px; margin-left:11px; overflow:hidden; color:transparent; white-space: nowrap; background:url('https://static.hankyung.com/resource/www/geeks/img/logo-thevc.svg') no-repeat 50% 50%/contain} /*더브이씨*/
.logo-origin-innoforest {position:relative; top:1px; display:inline-block; width:67px; height:16px; margin-left:11px; overflow:hidden; color:transparent; white-space: nowrap; background:url('https://static.hankyung.com/resource/www/geeks/img/logo-innoforest.svg') no-repeat 50% 50%/contain} /*혁신의숲*/

/* 스타트업 맵 */
.startup-map-wrap .map-filter {display:flex; align-items:center; justify-content:space-between; margin-bottom:10px}
.startup-map-wrap .map-filter > .col {display:flex; align-items:center; gap:15px}
.startup-map-wrap .map-legend {margin-top:20px}
.startup-map-wrap .legend-list {display:flex; align-items:center; justify-content:flex-end; gap:20px}
.startup-map-wrap .legend-list li {color:#888}
.startup-map-wrap .legend-list li > .legend {display:inline-block; width:14px; height:14px; margin-right:5px; border-radius:50%; vertical-align:-3px;}
.startup-map-wrap .map-legend-wrap {display:flex; align-items:center; justify-content:space-between; margin-top:20px}
.startup-map-wrap .map-legend-wrap .map-legend {margin-top:0}

/* 스타트업 비상장주식 */
.datatable {width:100%}
.datatable th,
.datatable td {padding:15px 10px; border:1px solid #eee; border-bottom-color:#ddd; font-weight:normal; font-size:15px; text-align:left}
.datatable thead th {padding:13px 10px; color:var(--hk-text-secondary); font-size:14px}
.datatable thead th.sort {cursor:pointer}
.datatable thead th.sort::after {content:''; display:inline-block; width:9px; height:12px; margin-left:4px; background:url('https://static.hankyung.com/img/www/w/koreamarket/icon-arr-sort.svg') no-repeat 0 0/contain; vertical-align:-1px}
.datatable thead th.sort.ascend::after {background-image:url('https://static.hankyung.com/img/www/w/koreamarket/icon-arr-sort-ascend.svg')}
.datatable thead th.sort.descend::after {background-image:url('https://static.hankyung.com/img/www/w/koreamarket/icon-arr-sort-descend.svg')}
.datatable tbody tr:nth-child(even) {background:#fafcfe}
.datatable tbody tr:hover {background:#e5eaf4}
.datatable + .txt-etc {margin-top:15px; line-height:1.5}

/* 스타트업 기업리포트 */
.startup-report-list .report-list > li {border-width:1px; border-style:none solid solid; border-color:#ddd #f3f3f3}
.startup-report-list .report-list > li:first-child {border-top-style:solid}
.startup-report-list .report-list .item {display:flex; align-items:center; justify-content:space-between; gap:20px; padding:19px 29px; box-sizing:border-box}
.startup-report-list .report-list .item:hover {text-decoration:none}
.startup-report-list .report-list .item:hover .report-tit {text-decoration:underline}
.startup-report-list .report-cont {display:flex; align-items:center; gap:20px}
.startup-report-list .report-thumb {position:relative; flex:0 0 auto; width:112px; height:63px; border-radius:8px; overflow:hidden}
.startup-report-list .report-thumb img {width:100%; height:100%; object-fit:cover}
.startup-report-list .report-thumb::after {content:''; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.1); border-radius:8px; box-sizing:border-box; pointer-events:none}
.startup-report-list .report-tit {font-weight:500; font-size:17px}
.startup-report-list .category {margin-top:5px; font-size:13px}
.startup-report-list .datatable th,
.startup-report-list .datatable td {padding-left:29px; padding-right:29px; border-left:none; border-right:none}
.startup-report-list .datatable td {padding-top:19px; padding-bottom:19px}
.startup-report-list .datatable th:first-child,
.startup-report-list .datatable td:first-child {border-left:1px solid #eee}
.startup-report-list .datatable th:last-child,
.startup-report-list .datatable td:last-child {border-right:1px solid #eee}
.startup-report-list .datatable .report-tit {display:block; padding-right:2px; display:-webkit-box; text-overflow:clip; overflow:hidden; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical}
.startup-report-list .datatable tbody tr:nth-child(even),
.startup-report-list .datatable tbody tr:hover {background:none}

.banner-slide .slick-dots {position:relative; top:auto; right:auto; justify-content:center; margin-top:3px}
.banner-slide img {width:300px; height:100px; object-fit:cover}

/* ----- 메인(Life&Style) ----- */
.ad-module {padding:20px 0; background:#f7f7f7; text-align:center}
.ad-module .ad-label {margin-bottom:10px; font-size:11px; letter-spacing:0; line-height:1; text-align:center}

.news-item.has-bg {gap:0; background:#F3F3F3}
.news-item.has-bg .news-tit > a {display:block}

.layout-zigzag .news-item {display:flex; gap:0}
.layout-zigzag .news-item .text-cont {position:relative; z-index:2; display:flex; flex-direction:column; justify-content:center; margin:40px 0; padding:40px; box-sizing:border-box}
.layout-zigzag .news-item .thumb {width:600px; height:375px}
.layout-zigzag .news-item:nth-child(odd) .text-cont {margin-right:-40px; padding-right:50px; background:#E8F0F2}
.layout-zigzag .news-item:nth-child(even) {flex-direction:row-reverse}
.layout-zigzag .news-item:nth-child(even) .text-cont {margin-left:-40px; padding-left:50px; background:#F0F4EB}
.layout-zigzag .news-item .news-tit {font-size:30px; -webkit-line-clamp:2; line-clamp:2}
.layout-zigzag .news-item .lead {margin-top:10px}

body:has([data-category="life-style"]) {padding-top:50px}
body:has([data-category="life-style"]) .hk-header {position:fixed !important; top:0; left:0; right:0; z-index:99}
/* body:has([data-category="life-style"]) .hk-header__inner {background:none}
body:has([data-category="life-style"]) .hk-header__inner::before {content:''; display:block; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.8); -webkit-backdrop-filter:blur(20px); backdrop-filter:blur(20px)}
body:has([data-category="life-style"]) .section__gnb__wrap {position:relative} */
[data-category="life-style"] .layout-inner {padding-top:10px}
[data-category="life-style"] .news-item > .thumb::after {display:none}
[data-category="life-style"] .badge-category {display:inline-flex; align-items:center; justify-content:center; padding:6px 20px; border:1px solid #fff; border-radius:50rem; color:inherit; font-size:14px; text-decoration:none}
[data-category="life-style"] .cont-module {margin:48px 0}
[data-category="life-style"] .module-tit-area {margin-bottom:20px}
[data-category="life-style"] .module-tit {font-size:28px}
[data-category="life-style"] .module-tit > a::after {display:none}
[data-category="life-style"] .news-item.column .thumb {position:relative; height:0; padding-bottom:62.5%; overflow:hidden}
[data-category="life-style"] .news-item.column .thumb > a {position:absolute; top:0; left:0; width:100%; height:100%}
[data-category="life-style"] .news-item.column .thumb img {width:100%; height:100%; object-fit:cover; object-position:center top}
[data-category="life-style"] .module-row.col-2 > .col {width:calc(50% - 20px)}
[data-category="life-style"] .news-tit {word-break:keep-all; overflow-wrap:anywhere}
[data-category="life-style"] a:hover {text-underline-offset:3px}

.wide-slide-control {position:absolute; left:100px; bottom:40px; z-index:3; display:flex; align-items:center; gap:16px}
.wide-slide-control .slide-progress {width:100px; height:5px; background:rgba(255,255,255,.3); border-radius:25rem}
.wide-slide-control .slide-progress-bar {height:100%; background:rgba(255,255,255,1); border-radius:25rem}
.wide-slide-control .slide-paging {margin-top:6px; font-size:14px; color:rgba(255,255,255,.5)}
.wide-slide-control .slide-paging .total::before {content:'/ '}
.wide-slide-control .slide-paging .curr {display:inline-block; min-width:18px; color:#fff; font-weight:bold; text-align:right}
.wide-slide-control .slide-btn {display:flex; gap:12px}
.wide-slide-control .slide-btn button {flex:0 0 auto; width:28px; height:28px; box-sizing:border-box; border:1px solid rgba(255, 255, 255, 0.70); border-radius:100%}
.wide-slide-control .slide-btn button::before {content:''; display:inline-block; width:8px; height:12px; background-repeat:no-repeat; background-position:center center; background-size:contain; vertical-align:top}
.wide-slide-control .btn-slide-prev::before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.4' d='M6.641 1.333 1.975 6l4.666 4.666'/%3E%3C/svg%3E"); transform:translate(-1px,1px)}
.wide-slide-control .btn-slide-next::before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.4' d='M.976 1.333 5.643 6 .976 10.666'/%3E%3C/svg%3E"); transform:translate(1px,1px)}

.main-top-slide-wrap {position:relative}
.main-top-slide {height:823px; overflow:hidden}
.main-top-slide .item {height:100%}
.main-top-slide .news-item {display:block; position:relative; height:100%; color:#fff}
.main-top-slide .news-link {display:block}
.main-top-slide .news-item>.news-link {height:100%; color:#fff}
.main-top-slide .thumb {width:100%; height:823px}
.main-top-slide .thumb .news-link::after {content:''; position:absolute; top:0; left:0; right:0; bottom:0; /*background:linear-gradient(270deg, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.00) 50%, rgba(18, 18, 18, 0.50) 60%, rgba(18, 18, 18, 0.90) 95%);*/ background:linear-gradient(90deg, rgba(18, 18, 18, 0.90) 50px, rgba(18, 18, 18, 0.90) 50px, rgba(18, 18, 18, 0.30) 50%, rgba(18, 18, 18, 0.00) 65%, rgba(18, 18, 18, 0.00) 100%); pointer-events:none}
.main-top-slide .text-cont {position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; display:flex; flex-direction:column; padding:240px 100px 0; pointer-events:none}
.main-top-slide .text-cont a,
.main-top-slide .text-cont button {pointer-events:auto}
.main-top-slide .text-cont-inner {display:flex; flex-direction:column; gap:24px; max-width:720px}
.main-top-slide .news-tit {font-size:64px; line-height:1.3; -webkit-line-clamp:3; line-clamp:3}
.main-top-slide .news-subtit {margin-top:-8px; color:inherit; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap}

.gourmet-module .news-item {height:100%}
.gourmet-module .news-item .text-cont {position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:24px 32px; box-sizing:border-box}
.gourmet-module .news-tit {font-size:24px; -webkit-line-clamp:2; line-clamp:2; text-align:center}
.gourmet-module .news-tit a::after {content:''; position:absolute; top:0; left:0; right:0; bottom:0}

.interior-module .news-tit {font-size:24px; -webkit-line-clamp:1; line-clamp:1}
.interior-module .module-row .module-row {margin-top:40px}
.interior-module .module-row .module-row .news-item {gap:12px}
.interior-module .module-row .module-row .news-tit {font-size:18px; font-weight:normal; -webkit-line-clamp:2; line-clamp:2}

.luxury-module {padding:48px 0; background:#F6F2EB}
.luxury-module .layout-inner {position:relative; padding:0}
.luxury-module .module-tit-area {position:absolute; top:20px; left:0; z-index:2; margin:0}
.luxury-slide-wrap {position:relative}
.luxury-slide-wrap .news-item {gap:40px}
.luxury-slide-wrap .thumb {width:580px; height:363px}
.luxury-slide-wrap .text-cont {padding-top:72px}
.luxury-slide-wrap .news-tit {font-size:34px; -webkit-line-clamp:3; line-clamp:3}
.luxury-slide-wrap .wide-slide-control {left:0; bottom:0}
.luxury-slide-wrap .wide-slide-control .slide-paging {margin-top:0; color:rgba(18, 18, 18, 0.50)}
.luxury-slide-wrap .wide-slide-control .slide-paging .curr {color:#121212}
.luxury-slide-wrap .wide-slide-control .slide-btn button {border-color:#585858}
.luxury-slide-wrap .wide-slide-control .btn-slide-prev::before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23585858' stroke-width='1.4' d='M6.641 1.333 1.975 6l4.666 4.666'/%3E%3C/svg%3E")}
.luxury-slide-wrap .wide-slide-control .btn-slide-next::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath stroke='%23585858' stroke-width='1.4' d='M.976 1.333 5.643 6 .976 10.666'/%3E%3C/svg%3E")}
.luxury-slide-wrap .news-tit {opacity:0; transform:translateX(24px); transition:transform 1.2s ease, opacity 0.3s ease}
.luxury-slide-wrap .slick-active .news-tit {opacity:1; transform:translateX(0)}

.travel-module .news-item.column.type-shadow .thumb {padding-bottom:675px}
.travel-module .news-item.type-shadow .thumb::before {z-index:2; background:linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.00) 70%, rgba(18, 18, 18, 0.90) 95%)}
.travel-module .news-item.type-shadow .text-cont {padding:24px; color:#fff}
.travel-module .news-item.type-shadow .news-tit {font-weight:normal; font-size:28px; text-align:center}
.travel-module .module-row.col-4 {margin-top:40px; padding:0 100px}
.travel-module .module-row.col-4 > .col {width:220px}
.travel-module .module-row.col-4 .thumb {width:100%}
.travel-module .module-row.col-4 .news-tit {font-size:18px; -webkit-line-clamp:2; line-clamp:2}

/* 메인(반도체인사이트) */
.headline-wrap + .major-text-news {margin-top:24px}

[data-category="semiconinsight"] .main-top-wrap > .layout-inner {padding-top:8px}
[data-category="semiconinsight"] .headline-wrap > .module-row {gap:8px}
[data-category="semiconinsight"] .headline-wrap .module-row > .col {width:392px}
[data-category="semiconinsight"] .headline-wrap .col:nth-child(1) .news-item.type-overlay {--overlay-bg:#3E73D3}
[data-category="semiconinsight"] .headline-wrap .col:nth-child(3) .news-item.type-overlay {--overlay-bg:#F47725}
[data-category="semiconinsight"] .main-top-wrap .major-text-news .news-tit {font-size:20px}
[data-category="semiconinsight"] [data-width="390"] .news-item-group .news-item {min-height:62px}
[data-category="semiconinsight"] .chart-canvas {height:320px; margin-bottom:-10px}

.btn-chart-play[class^="btn-"] {display:inline-flex; align-items:center; justify-content:center; gap:2px; padding:6px 10px; border:1px solid #121212; background:#fff; border-radius:50rem}
.btn-chart-play .txt {font-size:12px}
.btn-chart-play::after {content:''; display:inline-block; width:14px; height:14px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23121212' d='M10.5 6.134a1 1 0 0 1 0 1.732l-6 3.464a1 1 0 0 1-1.5-.866V3.536a1 1 0 0 1 1.5-.866z'/%3E%3C/svg%3E") no-repeat center center / contain}
.btn-chart-play.on::after {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23121212' d='M11.5 3.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 3 0zM5.5 3.5a1.5 1.5 0 1 0-3 0v7a1.5 1.5 0 0 0 3 0z'/%3E%3C/svg%3E")}
.btn-chart-play:hover {box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08)}