html,
body,
textarea {background-color: #0A0A0A; font-family: 'Pretendard', sans-serif; scroll-behavior: smooth;}

.sub-container:has(.insight-list-section) {padding-block: clamp(100px, 9.896vw, 190px) clamp(60px, 5.208vw, 100px);}

.insight-tit-section {position: relative; margin-bottom: clamp(50px, 4.58vw, 88px);}
.insight-tit-section span {display: block; margin-bottom: 20px; font-size: clamp(12px, 0.73vw, 14px); font-weight: 500; letter-spacing: 0.18em; line-height: 103%; color: #2563FF;}
.insight-tit-section h2 {display: block; margin: 0; font-size: clamp(32px, 3vw + 0.5rem, 64px); line-height: 103%; font-weight: 800; color: #FAFAFA;}
.insight-tit-section p {word-break: keep-all; font-size: clamp(18px, 1.15vw, 22px); line-height: 150%; color: #D4D4D4; margin-top: 20px;}

.insight-list-section .insight-top {margin-bottom: clamp(60px, 5.21vw, 100px);}
.insight-list-section .insight-tab {display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(18px, 1.35vw, 26px);}
.insight-list-section .insight-tab .tab-btn {transition: background-color 0.2s, color 0.2s, border-color 0.2s; min-height: 30px; padding: 6px clamp(15px, 0.94vw, 18px); border: 1px solid #737373; border-radius: 999px; font-size: clamp(12px, 0.73vw, 14px); font-weight: 400; line-height: 150%; color: #FFFFFF;}
.insight-list-section .insight-tab .tab-btn.active {background-color: #2563FF; border-color: #2563FF;}
.insight-list-section .insight-tab .tab-btn:hover {border-color: #FFFFFF;}

.insight-list-section .insight-sort {width: 92px; position: relative; margin-left: auto;}
.insight-list-section .sort-btn {width: 100%; padding: clamp(14px, 0.83vw, 16px) 0 clamp(14px, 0.83vw, 16px) clamp(12px, 0.73vw, 14px); display: flex; align-items: center; column-gap: 8px; font-size: clamp(12px, 0.73vw, 14px); font-weight: 400; line-height: 150%; color: #A3A3A3;}
.insight-list-section .sort-btn .sort-arrow {transition: transform 0.3s ease; background-image: url(../img/select-arrow.svg); width: 20px; height: 20px;background-repeat: no-repeat; background-position: center center;}
.insight-list-section .insight-sort.open .sort-btn .sort-arrow {transform: rotate(180deg);}

.insight-list-section .sort-list {box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); width: 100%; display: none; position: absolute; top: 100%; left: 0; z-index: 20; padding: 10px 14px; background-color: #0A0A0A;}
.insight-list-section .insight-sort.open .sort-list {display: block;}
.insight-list-section .sort-list button {width: 100%; padding-block: 6px; text-align: left; font-size: clamp(12px, 0.73vw, 14px); font-weight: 400; line-height: 150%; color: #A3A3A3;}
.insight-list-section .sort-list button.active,
.insight-list-section .sort-list button:hover {color: #FAFAFA;}
.insight-list-section .insight-list {margin-bottom: clamp(60px, 5.21vw, 100px); display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(40px, 3.33vw, 64px) 24px;}
.insight-list-section .insight-list .empty-list {text-align: center; font-size: clamp(16px, 1.25vw, 24px); color: #D4D4D4;}
.insight-list-section .insight-card {display: flex; align-items: center; gap: clamp(16px, 1.25vw, 24px);}
.insight-list-section .insight-thumb {flex-shrink: 0; position: relative; overflow: hidden; width: 40%; max-width: 302px; aspect-ratio: 302 / 242; background-color: #171717;}
.insight-list-section .insight-thumb::after {transition: background-color 0.4s ease; content: ''; position: absolute; inset: 0; background-color: rgba(0, 0, 0, 0.6);}
.insight-list-section .insight-thumb img {width: 100%; height: 100%; object-fit: cover;}
.insight-list-section .insight-card:hover .insight-thumb::after {background-color: rgba(0, 0, 0, 0.2);}

.insight-list-section .insight-info {min-width: 0;}
.insight-list-section .insight-info span {display: block; margin-bottom: 8px; font-size: clamp(12px, 0.73vw, 14px); font-weight: 500; line-height: 150%; color: #FAFAFA;}
.insight-list-section .insight-info strong {display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all; font-size: clamp(16px, 1.04vw, 20px); font-weight: 700; line-height: 150%; color: #FAFAFA;}
.insight-list-section .insight-info p {display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all; margin-top: clamp(16px, 1.25vw, 24px); font-size: clamp(14px, 0.83vw, 16px); font-weight: 500; line-height: 150%; color: #A3A3A3;}
.insight-list-section .insight-info em {display: block; margin-top: clamp(16px, 1.25vw, 24px); font-size: clamp(14px, 0.83vw, 16px); font-weight: 400; line-height: 150%; color: #A3A3A3; font-style: normal;}

.insight-list-section .more-btn {transition: transform 0.4s ease; font-size: clamp(16px, 0.94vw, 18px); font-weight: 500; line-height: 150%; color: #fff; margin-inline: auto; display: flex; align-items: center; column-gap: 6px;}
.insight-list-section .more-btn:hover {transform: translateY(8px);}

/* 인사이트 뷰 */
html:has(.insight-view-section),
body:has(.insight-view-section),
.site-wrap:has(.insight-view-section) {background-color: #fff; overflow: unset !important;}
.sub-container:has(.insight-view-section) {padding-bottom: clamp(115px, 10.417vw, 200px); background-color: #fff;}

.insight-view-hero {max-height: 820px; height: 80vh; background-color: #0A0A0A; display: flex; align-items: center;}
.insight-view-hero .inner {max-width: 1262px;}
.insight-view-hero .insight-category {display: block; margin-bottom: clamp(16px, 1.04vw, 20px);; font-size: clamp(12px, 0.73vw, 14px); font-weight: 500; letter-spacing: 0.18em; line-height: 103%; color: #2563FF;}
.insight-view-hero h2 {word-break: keep-all; font-size: clamp(32px, 3vw + 0.5rem, 64px); line-height: 120%; font-weight: 800; color: #FAFAFA;}
.insight-view-hero .insight-meta {margin-top: clamp(24px, 2.08vw, 40px); display: flex; align-items: center; column-gap: clamp(16px, 1.04vw, 20px);}
.insight-view-hero .insight-meta span {position: relative; font-size: clamp(12px, 0.73vw, 14px); font-weight: 500; line-height: 150%; color: #D4D4D4;}

.insight-view-section {position: relative; max-width: 1262px; padding-top: clamp(60px, 6.3vw, 120px);}
.insight-view-section .insight-article {position: relative; width: 100%;}
.insight-view-section .insight-article:has(.insight-sidebar) {padding-right: calc(clamp(180px, 12.76vw, 245px) + clamp(40px, 3.2vw, 62px));}

.insight-view-section .insight-sidebar {position: sticky; top: clamp(72px, 6.25vw, 120px); float: right; width: clamp(180px, 12.76vw, 245px); margin-right: calc((clamp(180px, 12.76vw, 245px) + clamp(40px, 3.2vw, 62px)) * -1); border-left: 2px solid #D9D9D9;}
.insight-view-section .insight-sidebar ul {display: flex; flex-direction: column; row-gap: clamp(18px, 1.15vw, 22px);}
.insight-view-section .insight-sidebar ul li a {transition: color 0.3s ease, border 0.3s ease; border-left: 2px solid transparent; margin-left: -2px; padding-left: clamp(24px, 1.67vw, 32px); padding-block: 10px; display: block; font-size: clamp(14px, 0.83vw, 16px); line-height: 150%; color: #737373; word-break: keep-all;}
.insight-view-section .insight-sidebar ul li a:hover {color: #404040;}
.insight-view-section .insight-sidebar ul li.active a {border-left: 2px solid #2563FF; color: #2563FF;}

.insight-view-section .insight-summary {margin-bottom: clamp(80px, 6.25vw, 160px);}
.insight-view-section .insight-summary span {display: block; margin-bottom: 12px; font-size: clamp(12px, 0.73vw, 14px); font-weight: 500; line-height: 103%; letter-spacing: 0.18em; color: #2563FF;}
.insight-view-section .insight-summary h3 {font-size: clamp(24px, 1.88vw, 36px); font-weight: 600; line-height: 130%; color: #262626;}
.insight-view-section .insight-summary p {padding-left: clamp(16px, 1.25vw, 24px); border-left: 2px solid #A3A3A3; word-break: keep-all; margin-top: clamp(24px, 2.08vw, 40px); font-size: clamp(16px, 0.94vw, 18px); line-height: 150%; color: #404040;}

.insight-view-section .insight-content {margin-bottom: clamp(100px, 8.5vw, 160px);}
.insight-view-section .insight-content:not(:has(.content-wrap)),
.insight-view-section .insight-content .content-wrap {display: flex; flex-direction: column; row-gap: clamp(20px, 1.56vw, 30px);}
.insight-view-section .insight-content .title-wrap {margin: 0;}
.insight-view-section .insight-content .title-wrap:not(:first-child),
.insight-view-section .insight-content:not(:has(.title-wrap)) h2:not(:first-child) {margin-top: clamp(60px, 4.79vw, 92px);}
.insight-view-section .insight-content h2 {width: fit-content; font-size: clamp(24px, 1.88vw, 32px); font-weight: 600; line-height: 140%; color: #262626; border-left: 4px solid #404040; padding-left: clamp(16px, 1.25vw, 24px);}
.insight-view-section .insight-content .content-img {max-width: 100%;}
.insight-view-section .insight-content em,
.insight-view-section .insight-content p {margin: 0; word-break: keep-all; font-size: clamp(16px, 0.94vw, 18px); line-height: 150%; color: #404040;}
.insight-view-section .insight-content em {font-style: normal; color: #737373;}
.insight-view-section .insight-content table {border-collapse: collapse; border-spacing: 0; width: 100%;}
.insight-view-section .insight-content table th,td {padding: clamp(14px, 0.83vw, 16px) 10px; word-break: keep-all; text-align: center; font-size: clamp(16px, 0.94vw, 18px); line-height: 150%;}
.insight-view-section .insight-content table th {color: #262626; font-weight: 500; background-color: #E5E5E5;}
.insight-view-section .insight-content table thead th {border-top: 2px solid #A3A3A3;}
.insight-view-section .insight-content table td {color: #404040; background-color: #FAFAFA; border-bottom: 1px solid #E5E5E5;}
.insight-view-section .insight-content table tr:last-child td {border-bottom: 0;}
.insight-view-section .insight-content table:not(:has(thead)) tr:first-child th,
.insight-view-section .insight-content table:not(:has(thead)) tr:first-child td {border-top: 2px solid #A3A3A3;}

.insight-view-section .insight-content blockquote,
.insight-view-section .insight-content .point-box {margin: 0; padding: clamp(20px, 1.46vw, 28px) clamp(24px, 2.08vw, 40px); background: #F5F5F5; border-radius: 0; border: 0; border-left: 4px solid #2563FF; font-weight: 400; font-size: clamp(16px, 0.94vw, 18px); line-height: 150%; color: #404040;}
.insight-view-section .insight-content > ul,
.insight-view-section .insight-content strong:has(ul),
.insight-view-section .insight-content .content-wrap > ul {display:flex; flex-direction:column; gap:clamp(4px, 0.4vw, 8px); margin:0; padding: clamp(20px, 1.46vw, 28px) clamp(24px, 2.08vw, 40px); background:#F5F5F5;}
.insight-view-section .insight-content > ul li,
.insight-view-section .insight-content strong:has(ul) li,
.insight-view-section .insight-content .content-wrap > ul li {position:relative; padding-left:clamp(16px, 1.04vw, 20px); font-size:clamp(16px, 0.94vw, 18px); line-height:170%; color:#404040; font-weight:400; word-break:keep-all;}
.insight-view-section .insight-content > ul li::before,
.insight-view-section .insight-content strong:has(ul) li::before,
.insight-view-section .insight-content .content-wrap > ul li::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-60%) rotate(45deg); width:5px; height:10px; border-right:2px solid #2563FF; border-bottom:2px solid #2563FF;}
.insight-view-section .insight-content blockquote strong,
.insight-view-section .insight-content .point-box strong {font-size: clamp(16px, 0.94vw, 18px); font-weight: 500; line-height: 150%; color: #262626;}
.insight-view-section .insight-content .point.underline {position: relative; display: inline; font-weight: 600; background-image: linear-gradient(#2563FF26, #2563FF26); background-repeat: no-repeat; background-size: 100% 8px; background-position: 0 calc(100% - 2px); -webkit-box-decoration-break: clone; box-decoration-break: clone; padding-inline: 2px;}
.insight-view-section .insight-content .point.underline::after {display: none;}
.insight-view-section .insight-content .point.highlight{display:inline; background:linear-gradient(transparent 35%, #2563FF26 35%); font-weight:700; padding:0 4px;}
.insight-view-section .insight-content img {max-width: 100%; width: fit-content;}

.insight-bottom-section {position: relative; max-width: 1262px;}

.insight-bottom-section .insight-faq {margin-bottom: clamp(120px, 10.42vw, 200px);}
.insight-bottom-section .insight-faq > span,
.insight-bottom-section .related-insight > span {display: block; margin-bottom: 12px; font-size: clamp(12px, 0.73vw, 14px); font-weight: 600; line-height: 103%; letter-spacing: 0.18em; color: #2563FF;}

.insight-bottom-section .insight-faq h3,
.insight-bottom-section .related-insight h3 {font-size: clamp(24px, 1.88vw, 36px); font-weight: 700; line-height: 130%; color: #0A0A0A;}

.insight-bottom-section .insight-faq .faq-list {margin-top: clamp(40px, 3.13vw, 60px); display: flex; flex-direction: column;}
.insight-bottom-section .insight-faq .faq-list li {padding-bottom: clamp(32px, 2.5vw, 48px); border-bottom: 1px solid #E5E5E5;}
.insight-bottom-section .insight-faq .faq-list li + li {margin-top: clamp(32px, 2.5vw, 48px);}
.insight-bottom-section .insight-faq .faq-list li:last-child {padding-bottom: 0; border-bottom: 0;}
.insight-bottom-section .insight-faq .faq-list li strong {display: block; font-size: clamp(18px, 1.15vw, 22px); font-weight: 600; line-height: 103%; color: #262626;}
.insight-bottom-section .insight-faq .faq-list li p {margin-top: clamp(16px, 1.25vw, 24px); font-size: clamp(15px, 0.94vw, 18px); line-height: 150%; color: #525252;}

.insight-bottom-section .author-box {align-items: flex-start; margin-bottom: clamp(40px, 5.21vw, 60px); padding-block: clamp(40px, 5.21vw, 60px); border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; display: flex; column-gap: clamp(20px, 1.56vw, 30px);}
.insight-bottom-section .author-box img {width: 91px; height: 30px;}
.insight-bottom-section .author-box h4 {font-size: clamp(18px, 1.15vw, 20px); font-weight: 500; line-height: 30px; color: #000;}
.insight-bottom-section .author-box p {margin-top: 12px; font-size: clamp(15px, 0.94vw, 18px); line-height: 150%; color: #404040;}
.insight-bottom-section .author-box a {display: inline-flex; column-gap: 8px; margin-top: clamp(20px, 1.56vw, 30px); font-size: clamp(15px, 0.94vw, 18px); font-weight: 500; line-height: 150%; color: #2563FF;}

.insight-bottom-section .share-wrap {margin-bottom: clamp(40px, 5.21vw, 60px); text-align: center;}
.insight-bottom-section .share-wrap p {font-size: clamp(16px, 1.04vw, 20px); font-weight: 500; line-height: 150%; color: #737373;}
.insight-bottom-section .share-wrap .share-btns {margin-top: clamp(15px, 0.94vw, 18px); display: flex; align-items: center; justify-content: center; column-gap: clamp(14px, 0.83vw, 16px);}
.insight-bottom-section .share-wrap .share-btns .share-btn {transition: border 0.3s, color 0.3s; display: flex; align-items: center; column-gap: 6px; height: 44px; padding-inline: 20px; border: 1px solid #E5E5E5; border-radius: 999px; font-size: clamp(15px, 0.94vw, 18px); font-weight: 400; color: #404040; background-color: #fff;}
.insight-bottom-section .share-wrap .share-btns .share-btn:hover {border-color: #A3A3A3;}

.insight-bottom-section .insight-nav {padding-block: clamp(40px, 5.21vw, 60px); border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; display: flex; align-items: flex-start; justify-content: space-between;}
.insight-bottom-section .insight-nav .prev,
.insight-bottom-section .insight-nav .next {width: calc( (100% - clamp(60px, 5.21vw, 100px)) / 2 );}
.insight-bottom-section .insight-nav a span {min-height: clamp(24px, 1.88vw, 36px); transition: padding 0.3s ease; position: relative; display: block; margin-bottom: 6px; font-size: clamp(15px, 0.94vw, 18px); font-weight: 500; line-height: clamp(24px, 1.88vw, 36px); letter-spacing: 0.18em; color: #404040;}
.insight-bottom-section .insight-nav .prev:hover span {padding-left: clamp(28px, 2.5vw, 48px);}
.insight-bottom-section .insight-nav .next:hover span {padding-right: clamp(28px, 2.5vw, 48px);}
.insight-bottom-section .insight-nav a span svg {width: clamp(24px, 1.88vw, 36px); height: clamp(24px, 1.88vw, 36px); transition: opacity 0.3s ease; opacity: 0; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.insight-bottom-section .insight-nav .next span svg {left: unset; right: 0;}
.insight-bottom-section .insight-nav a:hover span svg {opacity: 1;}
.insight-bottom-section .insight-nav a p {font-size: clamp(15px, 0.94vw, 18px); line-height: 150%; color: #525252; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.insight-bottom-section .insight-nav .list {font-size: clamp(15px, 0.94vw, 18px); font-weight: 500; line-height: 150%; color: #404040;}
.insight-bottom-section .insight-nav .next {text-align: right;}
.insight-bottom-section .insight-nav .disabled {pointer-events: none;}
.insight-bottom-section .insight-nav .disabled span,
.insight-bottom-section .insight-nav .disabled p {color: #A3A3A3;}
.insight-bottom-section .insight-nav .disabled span svg path  {stroke: #A3A3A3 !important;}

.insight-bottom-section .related-insight {margin-top: clamp(60px, 6.3vw, 120px);}
.insight-bottom-section .related-insight .related-list {margin-top: clamp(24px, 2.08vw, 40px);}
.insight-bottom-section .related-insight .related-list li a {display: block;}
.insight-bottom-section .related-insight .related-list li a div {aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; position: relative;}
.insight-bottom-section .related-insight .related-list li a div img {transition: transform 0.4s ease; width: 100%; height: 100%; object-fit: cover;}
.insight-bottom-section .related-insight .related-list li a p {margin-top:20px; font-size: clamp(16px, 1.04vw, 20px); font-weight: 500; line-height: 150%; color: #525252; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.insight-bottom-section .related-insight .related-list li a:hover div img {transform: scale(1.05);}

@media screen and (max-width: 1024px) {
    html:has(.insight-view-section),
    body:has(.insight-view-section),
    .site-wrap:has(.insight-view-section) {overflow-x: hidden !important;}

    .insight-list-section .insight-list {grid-template-columns: repeat(1, 1fr);}
    .insight-list-section .insight-card {grid-template-columns: 220px 1fr;}

    .insight-view-section .insight-article:has(.insight-sidebar) {padding-right: 0;}
    .insight-view-section .insight-sidebar {display: none;}
}

@media screen and (max-width: 768px) {
    .insight-list-section .insight-top {flex-direction: column;}
    .insight-list-section .insight-tab {gap: 8px;}
    .insight-list-section .insight-tab .tab-btn {min-height: 32px; padding: 7px 12px;}
    .insight-list-section .insight-sort {align-self: flex-end; padding-top: 0;}
    .insight-list-section .insight-card {grid-template-columns: 1fr;}
    .insight-list-section .insight-thumb {width: 50%; max-width: 260px;}
    .insight-list-section .insight-info span {margin-bottom: 10px;}
    .insight-list-section .insight-info p {margin-top: 12px;}
    .insight-list-section .insight-info em {margin-top: 14px;}

    .insight-view-hero {height: 60vh;}
    .insight-bottom-section .author-box {flex-direction: column; align-items: flex-start; row-gap: 20px;}
}

@media screen and (max-width: 480px) {
    .insight-bottom-section .related-insight .related-list {overflow: visible;}
    .insight-list-section .insight-card {flex-direction: column;}
    .insight-list-section .insight-thumb {width: 100%; max-width: unset;}
}