/*
Theme Name: banga
Theme URI: http://monging.com
Author: monging
Author URI: http://monging.com
Description: WordPress theme for banga.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: banga
*/


/*===================================================================*/
/*
/* CSS RESET 
/*
/*===================================================================*/


/************************ font ************************/

  /* @import url("https://use.typekit.net/vrs8eeg.css");
  @import url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard.css'); */
  @font-face {
      font-family: 'Paperlogy';
      src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
      font-weight: 800;
      font-style: normal;
      font-display: swap;
  }

/************************ basic ************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video, header, footer, section, article, nav 
{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;-webkit-text-size-adjust: 100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:"";content:none;}
table {border-collapse: collapse;border-spacing:0;}
a {color:inherit;text-decoration:none;}
a:hover {color:inherit;text-decoration:none;}

body {font-family:'pretendard', Helvetica, Arial, 'Apple SD Gothic Neo','nbg','dotum', '돋움',  sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6em;text-rendering:optimizeLegibility;background:#F4F5F8;font-size:1rem;font-size:16px;letter-spacing:0.6;text-align:left;color:#030303;}


/************************ font ************************/


/* h1 {font-family: 'dazzle-unicase','Paperlogy','pretendard',sans-serif;font-size:2.25rem;font-weight:800;line-height:120%} */
h1 {font-size:2.25rem;font-weight:800;line-height:120%} 
h2.maintitle .eng {font-family:'dazzle-unicase';font-size:1.5rem} 
h2.maintitle .kor {font-family:'Paperlogy';font-size:1.25rem} 
h2.maintitle .num {font-family:'Paperlogy';font-size:1.25rem}

h2 {font-size:2.25rem;font-weight:700;line-height:1.8rem}
h3 {font-size:1.667rem;font-weight:700;line-height:1.667rem}
h4 {font-size:1.2rem;font-weight:200;line-height:1.2rem}
hr {border:none;border-top:0.4px solid #cbc9c9;}
::selection {background: #d2b5c1}
button {all: unset;color: inherit;font: inherit;background: none;border: none;padding: 0;margin: 0;cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-tap-highlight-color: transparent;}
u { text-underline-offset: 4px; }
strong, b {font-weight:700 !important;}
ol {list-style-type: decimal;list-style-position: inside;}
.clampable { display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.clampable2 { display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.fontBold {font-weight:700;}
.notext {display:block;text-indent:-9999px;}
.clearfix:after {display:block;height:0;visibility:hidden;clear:both;content:'';}
.pointcolor {color:#b40a12 !important;}
.underbar {text-decoration:underline;text-underline-offset: 4px;}
.indent {padding-left:15px;}
img { max-width: 100%; height: auto; display: block; }
video {width:100% !important}
#wrapper {max-width: 820px;margin: 0 auto;background: #fff;height:100%;display: flex;flex-direction: column;min-height: 100vh;position: relative;}
#header {position: fixed;margin: 0 auto;max-width: 100%;width:100%;height:56px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding:0 20px;-webkit-box-sizing: border-box;box-sizing: border-box;background:transparent; z-index: 1000;border-bottom:1.5px solid #030303;background: #fff;}
#branding {flex: 1;display: flex;flex-direction: row;align-items: center;}
#site-title h1, #site-title p{font-size: 1.5rem;font-family:'dazzle-unicase';font-weight:800;line-height:120%}

.back-btn {width: 24px;height:24px;margin-right: 0.5rem;display: inline-block;line-height: 1;background: url('./img/svg/back.svg');background-size: cover}

img.alignleft {float:left;margin:1.5rem 1.5rem 1.5rem 0;} img.alignright {float:right;margin:1.5rem 0 1.5rem 1.5rem;} img.aligncenter {display:block;margin:1.5rem auto;}
figure.alignleft {float:left;margin:1.5rem 1.5rem 1.5rem 0;} figure.alignright {float:right;margin:1.5rem 0 1.5rem 1.5rem;} figure.aligncenter {text-align:center;} figure.aligncenter img {margin:0 auto;}

/* FOOTER */
#footer { background-color: #030303; color: #F3F3F3; padding: 30px 0; margin-top: 64px}
.footer-container { display: flex;flex-direction: column-reverse;align-items: flex-start;max-width: 820px; width:94.15%;margin: 0 auto; text-align: center; }
.footer-left { width: 100%;text-align: left;}
.footer-left h2 { font-family: 'dazzle-unicase','Paperlogy','pretendard',sans-serif;font-size: 1.5rem; margin-bottom: 10px; }
.footer-left p, #copyright { font-size: 0.875rem; line-height: 140%; margin-bottom: 8px;}
.footer-left a { color: #F3F3F3; text-decoration: none; }
.footer-left a:hover { text-decoration: underline; text-underline-offset: 4px;}
.footer-right { display: flex; justify-content: center;text-align: left;margin-bottom: 30px}
.footer-column ul { list-style: none; padding: 0; margin: 0; gap:100px;margin-right:76px;box-sizing: border-box}
.footer-column ul li { width:100px;}
.footer-column ul li a { color: #fff; text-decoration: none; font-size: 1rem;line-height: 140%; font-weight: 600;}
.footer-column ul li a:hover { text-decoration: underline; text-underline-offset: 4px;}
/* .btnfooter a {color: #fff !important;margin-bottom: 4px !important} */

/* 햄버거 버튼 스타일 */
.topMenu { background: url('img/svg/menu.svg') no-repeat center center; width: 26px; height: 26px; display: block; background-size: auto 100%; cursor: pointer; }
/* .topMenu.close-hamburguer { background: url('img/svg/close.svg') no-repeat center center; width: 26px; height: 26px; } */
.full-menu { position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 820px; height: 100vh; background: #fff; z-index: 1000; transition: right 0.4s ease, opacity 0.4s ease, visibility 0.4s ease; overflow-y: auto; opacity: 0; visibility: hidden; right: -100%; }
.full-menu.active { right: 0; opacity: 1; visibility: visible; }
.full-menu {transform: translateX(100%);transition: transform 0.4s ease;}
.full-menu.active {transform: translateX(0);}
.menu-header { display: flex;margin: 0 auto;max-width: 100%;width:100%;height:56px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding:0 20px;-webkit-box-sizing: border-box;box-sizing: border-box;background:transparent; z-index: 1000;border-bottom:1.5px solid #030303;background: #fff;}
.menu-header .logo {font-size: 1.5rem;font-family:'dazzle-unicase';font-weight:800;line-height:120%;display: block}
.close-btn { background: url('img/svg/closem.svg') no-repeat center center; width: 19px; height: 19px;cursor: pointer;border: none; }
.search-form {border-bottom:1.5px solid #030303;display: flex;justify-content: space-between;width: 100%;}
.search-box { display: flex; align-items: center; padding: 37px 20px 20px 20px;}
.search-box input { flex: 1; padding: 8px; font-size: 1rem; border: none; width:90%}
.search-btn {background: url('img/svg/search.svg') no-repeat center center; border: none; width: 24px;height: 24px;margin-left: 8px; cursor: pointer; }
.menu ul { list-style: none; padding-left: 20px; margin: 0; }
.menu li { padding: 10px 8px; font-weight: bold;}
.menu li ul { display: none; padding-left: 10px;padding-top:10px}
.menu li.open > ul { display: block; }
.menu li a { text-decoration: none; color: inherit;font-size:  1.25rem}
.menu li >.sub-menu li { padding: 7.5px 8px; }
.menu li >.sub-menu li a{font-size: 1.125rem;font-weight:600}
#container {flex: 1;margin: 0 auto;padding-top:56px;width:100%}

/* 아티클 */

.entry-content.article {width: calc(100% - 32px); margin: 0 auto 80px auto;}
.entry-content.media {width: calc(100% - 32px); margin: 0 auto 80px auto;}
.entry-content.article-bottom {width: 100%; margin: 0 auto;}
.article-post {margin: 0 auto}
.article-archive {margin: 40px auto;max-width: calc(100% - 32px)}
.media-post {margin: 0 auto}
.media-archive {margin: 40px auto;max-width: calc(100% - 32px)}
.search-archive {margin: 40px auto;max-width: calc(100% - 32px)}

.article-post .post-card {width:100%;max-width:700px;padding:16px;overflow:hidden;box-sizing: border-box;border-bottom: 1px solid #030303;border-top: none;margin: 0 auto 48px auto}
.article-post .post-card-thumb img {width:100%;display:block;margin-bottom:16px;}
.article-post .post-card-body {display:flex;flex-direction:column;}
.article-post .post-card-title-wrap {display:flex;justify-content:space-between;align-items:center;padding-top:0.938rem;gap:1.5rem;}
.post-card-summary {font-size: 0.875rem;line-height:140% !important;}
.editor-icon {width:48px;height:48px;flex-shrink:0;border-left:1px solid #030303;padding:0 24px}

.media-post .post-card {width:100%;max-width:100%;overflow:hidden;box-sizing: border-box;border-bottom: 1px solid #030303;margin: 0 auto 68px auto}
.media-post .post-card-thumb img {width:100%;display:block;margin-bottom:16px;}
.media-post .post-card-body {display:flex;flex-direction:column;padding:0 32px}
.media-post .post-card-title-wrap {display:flex;justify-content:space-between;align-items:center;padding-top:0.938rem;gap:1.5rem;}

.callout-box {padding:0.75rem 1.25rem;border-radius:8px;}
.callout-box.red {background:#FCEDEE;}
.callout-box.yellow {background:#FFF6DF;}
.callout-box.green {background:#EFF6EB;}
.callout-box.blue {background:#E9EFFA;}
.callout-box.purple {background:#F3EDF8;}
.callout-box.gray {background:#F3F3F3;}
.callout-box p:nth-last-child() {margin-bottom: 0px}
.callout-box hr {border:none;border-top:0.8px solid #DFDFDE;margin:0.5rem 0;}

.tooltip-trigger {font-weight: bold;text-decoration: underline;text-underline-offset: 4px;}
.tooltip-wrapper { position: relative; display: inline-block;vertical-align: baseline; }
.tooltip-box {position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #030303;border-radius:4px;padding:12px 16px;z-index:100;box-shadow:0 4px 8px rgba(0,0,0,0.1);max-width:320px;min-width:240px;width:max-content;} 


.tooltip-close { position: absolute; top: 16px; right: 20px; width: 16px;height: 16px;border: none;cursor: pointer; line-height: 1;background:url('./img/svg/close.svg') center center no-repeat;background-size: cover;color: transparent}
.tooltip-title { display: block; font-weight: bold; font-size: 1.125rem; margin-bottom: 6px; line-height: 180%;}
.tooltip-content { font-size: 1rem; line-height: 180%; white-space: pre-line; }

/* .table-container {overflow-x:auto;width:100%;margin:0.5rem 0 1rem 0;}
.table-fixed-col {border-collapse:separate;border-spacing:0;min-width:100%;}
.table-fixed-col th,.table-fixed-col td {padding:8px 16px;border:0.5px solid #999;white-space:nowrap;font-size: 0.875rem}
thead th {position:sticky;left:0;background:#F3F3F3;z-index:1;}
.table-fixed-col th:first-child,.table-fixed-col td:first-child {position:sticky;left:0;background:#F3F3F3;z-index:1;}
 */
.table-container {overflow-x:auto;width:100%;margin:0.5rem 0 1rem 0;}
 
 .table-fixed-col {
   border-collapse: separate;
   border-spacing: 0;
   min-width: 100%;
   border-left: 0.5px solid #999;
   border-top: 0.5px solid #999;
 }
 
 .table-fixed-col th,
 .table-fixed-col td {
   padding: 8px 16px;
   border-right: 0.5px solid #999;
   border-bottom: 0.5px solid #999;
   white-space: nowrap;
   font-size: 0.875rem;
   background: #fff;
   -webkit-text-size-adjust: 100%; /* iOS 확대 방지 */
 }
 
 /* 헤더 고정 및 스타일 */
 thead th {
   position: sticky;
   top: 0;
   left: 0;
   background-color: #F3F3F3 !important;
   z-index: 3;
   border-top: 0.5px solid #999;
 }
 
 /* 첫 번째 열 고정 */
 .table-fixed-col th:first-child,
 .table-fixed-col td:first-child {
   position: sticky;
   left: 0;
   background-color: #F3F3F3 !important;
   z-index: 2;
   border-left: 0.5px solid #999;
   border-right: 0.5px solid #999;
 }
 
 /* 마지막 열에도 오른쪽 선 유지 */
 .table-fixed-col th:last-child,
 .table-fixed-col td:last-child {
   border-right: 0.5px solid #999;
 }

.nm-post header {width: calc(100% - 32px); margin: 0 auto}
.nm-post h1 {padding: 32px 0 16px;font-size: 1.25rem}
.nm-post h2 {font-size: 1.25rem;line-height:140%;margin:32px 0 16px 0}
.nm-post h3 {font-size: 1.125rem;line-height:140%;margin:16px 0 12px 0}
.nm-post p {line-height: 180%}
.nm-post p img {margin: 0 auto;}
.nm-post ul { list-style-type: none; margin:8px 0 8px 1.5rem }
.nm-post ol { list-style-type: decimal; margin:8px 0 8px 1.5rem }

.nm-post ul li { margin-bottom: 0.5rem; line-height: 1.6; }
.nm-post ul li strong { display: block; font-weight: bold; margin-bottom: 0.3em; }

.article-post h1.post-card-title {font-size:1.5rem;font-weight:700;margin:0;padding-bottom:0.75rem;border-bottom:1px solid #030303;line-height:130%}
.article-post h2 {font-size: 1.25rem;line-height:140%;margin:32px 0 16px 0}
.article-post h3 {font-size: 1.125rem;line-height:140%;margin:16px 0 12px 0}
.article-post p {line-height: 180%;margin-bottom: 8px}
.callout-box p:last-of-type {margin-bottom: 0;}

.editor-desc a, .author-desc a {text-decoration: underline; text-underline-offset: 4px;}

/* .article-post p img {margin: 0 auto;} */
.wp-caption {width:100% !important}
.article-post ul { list-style-type: disc; margin:8px 0 8px 1.5rem }
.article-post ul li { margin-bottom: 0.5rem; line-height: 1.6; }
.article-post ul li strong { display: inline-block; font-weight: bold; margin-bottom: 0.3em; }

.media-post h1.post-card-title {font-size:1.25rem;font-weight:700;margin:0;padding-bottom:0.75rem;line-height:130%;margin-top:16px}
.media-post h2 {font-size: 1.5rem;line-height:140%;margin:32px 0 16px 0}
.media-post h3 {font-size: 1.25rem;line-height:140%;margin:16px 0 12px 0}
.media-post p {line-height: 180%}
.media-post p img {margin: 0 auto;}
.media-post ul { list-style-type: disc; margin:8px 0 8px 1.5rem }
.media-post ul li { margin-bottom: 0.5rem; line-height: 1.6; }
.media-post ul li strong { display: inline-block; font-weight: bold; margin-bottom: 0.3em; }

.reference-box {padding:1.5rem 0;border-top:0.4px solid #030303;margin-top: 3rem}
.reference-box.no-content{padding:1.5rem 0 0 0;border-top:0;margin-top: 3rem}
.reference-toggle {background:none;border:none;font-weight:600;font-size:1rem;cursor:pointer;padding:0;display: flex;align-items: center;}
.reference-list {list-style:disc;color:#030303;font-size: 0.875rem;line-height:160%}
.reference-icon {transition: transform 0.3s ease;}
.reference-toggle[aria-expanded="true"] .reference-icon {transform: rotate(180deg);}

/* 아티클 하단 */
section.related-posts {margin: 0 auto;max-width:calc(100% - 32px);}
section.related-posts h2{font-family:'Paperlogy' ;font-size: 1.75rem;}
section.related-posts ul.project-tiles {list-style-type: none;margin: 0;display: flex;flex-direction: column;gap: 1rem}
section.related-posts ul.project-tiles .item-inner { display: flex; flex-direction: row; gap: 1rem;}
section.related-posts ul.project-tiles .item-inner .thumbnail { flex-shrink: 0; width: 140px; }
section.related-posts ul.project-tiles .item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
section.related-posts ul.project-tiles .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 4px 0;}
section.related-posts ul.project-tiles .item-inner .subtitle { font-size: 0.75rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
section.related-posts ul.project-tiles .item-inner .title { font-size: 1.125rem;line-height: 140%; font-weight: 700;margin:0 0 6px 0}

section.related-ads {width:100%;overflow-x:auto;margin-top:2rem;box-sizing:border-box}
section.related-ads ul.project-tiles {list-style-type: none;margin: 0;display: flex;flex-direction: row;gap: 1.5rem;}
section.related-ads ul.project-tiles::-webkit-scrollbar {display: none;}
section.related-ads ul.project-tiles .item-inner { display: flex; flex-direction: column; gap: 12px;min-width: 140px;scroll-snap-align: start;flex-shrink: 0;}
section.related-ads ul.project-tiles .item-inner .thumbnail { flex-shrink: 0; width: 140px; position: relative;}
.thumbnail-badge {position: absolute; top: 0px; right: 0px; background-color: rgba(55, 53, 47, 0.8); color: #fff;font-size: 10px; line-height: 12px;font-weight: 500; padding: 4px 8px;display: flex; align-items: center; border-radius: 0 2px 0 2px;}
section.related-ads ul.project-tiles .item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
section.related-ads ul.project-tiles .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content:flex-start; padding: 0;gap: 16px}
section.related-ads ul.project-tiles .item-inner .subtitle { font-size: 0.688rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
section.related-ads ul.project-tiles .item-inner .title { font-size: 1rem;line-height: 140%; font-weight: 700;margin:0 0 6px 0}
.buy-button {display: flex;justify-content: flex-end;font-size: 0.75rem;color: #999;}
.buy-button::after {content: ">";font-weight: normal;}
section.related-ads ul.project-tiles .item-inner .summary{ font-size: 0.875rem;line-height: 120%;}
section.top-banner-ad {aspect-ratio: 2.87 / 1;display:flex;justify-content:center;align-items:center;position:relative;width:100%;overflow:hidden;}
.top-banner-ad .ad-img-wrap img {  width: 100%;height: 100%; object-fit: contain;display:block;margin:0 auto;}

/* 리스트 */
section.related-posts ul.project-tiles .item-inner .title a { color: #030303; text-decoration: none; }
section.related-posts ul.project-tiles .item-inner .title a:hover { text-decoration: underline; text-underline-offset: 4px;}
section.related-posts ul.project-tiles .item-inner .summary { font-size: 0.875rem; color: #666; line-height: 160%;}

.author-box {display:flex;align-items:center;gap:1rem;padding: 1.5rem 0 0 0;border-top:0.4px solid #030303;}
.author-img {width:60px;height:60px;}
.author-text {flex:1;}
.author-name {font-weight:700;font-size:1rem;}
.author-desc {color:#666;font-size:0.875rem;line-height:140%;margin-top:4px;}

.tag-list {display:flex;flex-wrap:wrap;gap:0.5rem;padding:1.5rem 1rem 0 1rem;border-top: 0.4px solid #030303;margin-top: 1.5rem}
.tag-item {display:inline-block;border:1px solid #030303;padding:0.5rem 0.625rem;border-radius:6px;font-size:0.75rem;line-height:140%;text-decoration:none;color:#030303;font-weight:600}
.tag-item:hover {border:1px solid #7239FF;color: #7239FF}

/* 아티클 리스트 */
.no-result-msg { text-align: center; margin-top: 2rem; color: #999; font-size: 1rem; opacity: 0; visibility: hidden; transition: opacity 0.15s ease; }
.no-result-msg.active { opacity: 1; visibility: visible; }

.project-tiles {display: flex;flex-direction: column;gap: 1.5rem}
.item-inner { display: flex; flex-direction: row; gap: 1rem;}
.item-inner .thumbnail { flex-shrink: 0; width: 140px; }
.item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }

.item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 4px 0;}
.item-inner .subtitle { font-size: 0.75rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
.item-inner .title { font-size: 1.125rem;line-height: 140%; font-weight: 700;margin-bottom: 6px; }
.item-inner .title a { color: #030303; text-decoration: none; }
.item-inner .title a:hover { text-decoration: underline; text-underline-offset: 4px;}
.item-inner .summary { font-size: 0.875rem; color: #666; line-height: 160%;}
.item-inner .article-editor { display: none; align-items: flex-end; gap: 4px; margin-top: 1rem; }
.item-inner .editor-img { width: 48px; height: 48px; object-fit: cover; }
.item-inner .editor-name { font-size: 1rem; color: #030303; }

.page-title { text-align: center; font-size: 1.25rem; font-weight: 800; margin-bottom: 1.5rem;font-family:'pretendard', sans-serif !important;}
.page-title:has(+ .cat-list) {margin-bottom: 1rem;}
.cat-list { display: flex; justify-content: center; flex-wrap: wrap; row-gap: 0px;column-gap:0.75rem; padding: 0; margin: 16px 24px 24px 24px ; list-style: none; font-size: 0.875rem; }
.cat-list_item { position: relative; padding: 0 0.75rem 0 0; color: #030303; cursor: pointer; white-space: nowrap; }
.cat-list_item.control.active { font-weight: bold; font-size: 1rem}
.cat-list_item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 0.8px; height: 12px; background-color: #999; }
.cat-list_item.active { font-weight: bold; font-size: 1rem}

/* 미디어 */

.media-archive .page-title { text-align: center; font-size: 1.25rem; font-weight: 800; margin-bottom: 2rem;font-family:'pretendard', sans-serif !important;}

.item-inner-media { display: flex; flex-direction: column; gap: 0.625rem;}
.item-inner-media .thumbnail { flex-shrink: 0; width: 100%;position: relative }
.item-inner-media .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
.play-icon {position: absolute;border-radius:2px;width:24px;height: 24px;top:8px;left:8px;background: url('./img/svg/play.svg') }

.item-inner-media .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 8px 0;}
.item-inner-media .subtitle { font-size: 0.75rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
.item-inner-media .title { font-size: 1.125rem;line-height: 140%; font-weight: 700;margin-bottom: 6px; }
.item-inner-media .title a { color: #030303; text-decoration: none; }
.item-inner-media .title a:hover { text-decoration: underline; text-underline-offset: 4px;}

/* 검색 */
.relatedpostslist h2 {margin-bottom: 0.75rem}
.btn-all a {width:100%; height: 100%;display: flex;margin: 1.5rem 0 3.5rem 0;padding: 8px 16px;border-radius: 4px;border: 1px solid #030303;box-sizing: border-box;justify-content: center;font-size: 0.75rem;color: #fff;background: #030303;font-weight:700}

.tab-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; padding: 0; margin: 16px 0 24px 0 ; list-style: none; font-size: 1rem; }
.tab-list_item { position: relative; padding: 0 0.75rem 0 0; color: #030303; cursor: pointer; white-space: nowrap;font-size: 0.875rem }
.tab-list_item.control.active { font-weight: bold; text-decoration: underline;text-underline-offset: 4px;}

.no-result-wrapper {display: flex; flex-direction: column;align-items: center;}

.project-tiles.suggest-tiles {display: flex;flex-direction: column;gap: 1.5rem;margin-top: 32px}
.project-tiles.suggest-tiles .item-inner { display: flex; flex-direction: row; gap: 0.75rem;width: 100%}
.project-tiles.suggest-tiles .display:nth-child(3) {display: none}
.project-tiles.suggest-tiles .item-inner .thumbnail { flex-shrink: 0; width: 140px; }
.project-tiles.suggest-tiles .item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
.project-tiles.suggest-tiles .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding:0;}
.project-tiles.suggest-tiles .item-inner .subtitle { font-size: 0.75rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
.project-tiles.suggest-tiles .item-inner .title { font-size: 1.125rem;line-height: 140%; font-weight: 700;margin-bottom: 6px; }
.project-tiles.suggest-tiles .item-inner .title a { color: #030303; text-decoration: none; }
.project-tiles.suggest-tiles .item-inner .title a:hover { text-decoration: underline; text-underline-offset: 4px;}
.project-tiles.suggest-tiles .item-inner .summary { font-size: 0.875rem; color: #666; line-height: 160%;}

.no-result-sub {font-size: 1.24rem;color: #666;line-height:160%}
.suggestion-title {font-size: 1.24rem;font-weight:700;line-height:160%}
.suggestion-more {width: 100%;display: flex;padding-top: 2rem;justify-content: center;}
.suggestion-more a {width: 200px; height: 40px;background: #7239FF;border-radius: 4px;display: flex;color: #fff;font-weight: 700;justify-content: center;align-items: center}

.editormo{font-size: 1.15rem;font-weight:400 !important}

/* 에디터 */

.editor-list-page { max-width: 560px; margin: 4rem auto; padding: 0 1.5rem; text-align: center; }
.editor-list-title { font-size: 2rem; font-weight: 800; margin-bottom: 3rem; font-family: 'dazzle-unicase', sans-serif; }
.editor-item { margin-bottom: 3rem; }
.editor-thumb { width: 120px; height: 120px; object-fit: contain; margin: 0 auto 1rem auto; }
.editor-name { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.25rem; }
.editor-desc { font-size: 0.95rem; line-height: 1.6; white-space: pre-line; }
.editor-divider { width: 240px; height: 1px; background: #030303; border: none; margin: 2.5rem auto; }
.editor-name a { color: inherit; text-decoration: none; }
.editor-name a:hover { text-decoration: underline; text-underline-offset: 4px; }

#relatedmorepost .carousel-cell:nth-child(1) {padding-left:16px;}
#relatedmorepost .carousel-cell:last-child {padding-right:16px;}
#relatedmorepost .carousel-cell {width: 140px;height:auto !important ;margin-top: 20px;margin-right: 2%;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;}
#relatedmorepost .carousel-cell .item-inner { display: flex; flex-direction: column; gap: 12px;min-width: 140px;scroll-snap-align: start;flex-shrink: 0;}
#relatedmorepost .carousel-cell .item-inner .thumbnail { flex-shrink: 0; width: 140px; position: relative;}
.thumbnail-badge {position: absolute; top: 0px; right: 0px; background-color: rgba(55, 53, 47, 0.8); color: #fff;font-size: 10px; line-height: 12px;font-weight: 500; padding: 4px 8px;display: flex; align-items: center; border-radius: 0 2px 0 2px;}
#relatedmorepost .carousel-cell .item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
#relatedmorepost .carousel-cell .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content:flex-start; padding: 0;gap: 16px}
#relatedmorepost .carousel-cell .item-inner .subtitle { font-size: 0.688rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
#relatedmorepost .carousel-cell .item-inner .title { font-size: 1rem;line-height: 140%; font-weight: 700;margin:0 0 6px 0}
.buy-button {display: flex;justify-content: flex-end;font-size: 0.75rem;color: #999;}
.buy-button::after {content: ">";font-weight: normal;}
#relatedmorepost .carousel-cell .item-inner .summary{ font-size: 0.875rem;line-height: 120%;}
#relatedmorepost .carousel .flickity-button:disabled {display: none !important}



#mainmoread .carousel-cell:last-child {padding-right:16px;}
#mainmoread .carousel-cell {width: 140px;height:auto !important ;margin-top: 20px;margin-right:0;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;padding-left:16px}
#mainmoread .carousel-cell .item-inner { display: flex; flex-direction: column; gap: 12px;min-width: 140px;scroll-snap-align: start;flex-shrink: 0;}
#mainmoread .carousel-cell .item-inner .thumbnail { flex-shrink: 0; width: 140px; position: relative;}
.thumbnail-badge {position: absolute; top: 0px; right: 0px; background-color: rgba(55, 53, 47, 0.8); color: #fff;font-size: 10px; line-height: 12px;font-weight: 500; padding: 4px 8px;display: flex; align-items: center; border-radius: 0 2px 0 2px;}
#mainmoread .carousel-cell .item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
#mainmoread .carousel-cell .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content:flex-start; padding: 0;gap: 16px}
#mainmoread .carousel-cell .item-inner .subtitle { font-size: 0.688rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
#mainmoread .carousel-cell .item-inner .title { font-size: 1rem;line-height: 140%; font-weight: 700;margin:0 0 6px 0}
.buy-button {display: flex;justify-content: flex-end;font-size: 0.75rem;color: #999;}
.buy-button::after {content: ">";font-weight: normal;}
#mainmoread .carousel-cell .item-inner .summary{ font-size: 0.875rem;line-height: 120%;}
#mainmoread .carousel .flickity-button:disabled {display: none !important}




/* 메인 */
.mainpadding {padding-left:16px}

.maintitle {font-size:1.563rem;margin-bottom:4px}
.mainsubtitle {font-size:0.875rem;color:#666;line-height:120%;margin-bottom: 16px}
.article-hot-feed {padding:0 24px}
.new-feed-inner, .hot-feed-inner, .media-clip-inner, .tag-inner{max-width: 820px; margin: 0 auto; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;}
.item-inner , .media-clip-inner .project-tiles.suggest-tiles {margin-top: 0}


#mainmoread .carousel-cell:last-child, #mainnewpost .carousel-cell:last-child, #mainmediapost .carousel-cell:last-child  {padding-right:16px;}

#mainnewpost .carousel-cell {width: 200px;height:auto !important ;margin-top: 0px;margin-right: 0;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;padding-left:16px;}
#mainnewpost .carousel-cell .item-inner { display: flex; flex-direction: column; gap: 12px;min-width: 200px;scroll-snap-align: start;flex-shrink: 0;}

#mainnewpost .carousel-cell .item-inner .thumbnail { flex-shrink: 0; width: 200px; }
#mainnewpost .carousel-cell .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content:flex-start; padding:0;gap:0}



.hot-feed-inner .project-tiles .item-inner { display: flex; flex-direction: row; gap: 0.75rem;width: 100%}
.hot-feed-inner .project-tiles .item-inner .thumbnail { flex-shrink: 0; width: 140px; }
.hot-feed-inner .project-tiles .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content:space-between; padding:4px 0;}
.hot-feed-inner .project-tiles .item-inner .article-editor {display: none}


#mainmediapost .carousel-cell {width: 300px;height:auto !important ;margin-top: 0px;margin-right: 0;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;padding-left:16px;}

#mainmediapost .carousel-cell  .item-inner { display: flex; flex-direction: column; gap: 0.75rem;width: 300px}
#mainmediapost .carousel-cell  .item-inner .thumbnail { flex-shrink: 0; width: 300px; }
#mainmediapost .carousel-cell  .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content:flex-start; padding:0;}
#mainmediapost .carousel-cell  .item-inner .subtitle { font-size: 0.75rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
#mainmediapost .carousel-cell  .item-inner .title { font-size: 1.125rem;line-height: 140%; font-weight: 700;margin-bottom: 6px; }

 .tag-icon-list{display: flex; flex-wrap: nowrap; gap: 20px;margin-top: 24px}
.tag-icon-list{-ms-overflow-style: none;scrollbar-width: none}
 .tag-icon-list::-webkit-scrollbar{display:none;}
 .tag-icon-list li {display: flex;flex-direction: column;align-items: center;font-weight: 700;font-size: 0.875rem}
 .tag-icon-list li:last-child {padding-right:16px}
 .tag-icon-list li a{display: block; width: 65px; height: 65px; border: 1.5px solid #030303; border-radius: 60%; display: flex; justify-content: center; align-items: center; margin: 0 auto 0.5rem auto;padding:10px;box-sizing: border-box}

.keyword-inner .tag-list {display:flex;flex-wrap:wrap;gap:0.5rem;padding:0;margin-top: 1.5rem;border-top: none; overflow: hidden;max-height: calc((2.25rem + 0.5rem) * 3);}
.keyword-inner .tag-item {display:inline-block;border:1.5px solid #030303;padding:0.5rem 0.625rem;border-radius:6px;font-size:0.875rem;line-height:140%;text-decoration:none;color:#030303;font-weight:700;}
.keyword-inner .tag-item:hover {border:2px solid #7239FF;color: #7239FF}

.article-ad section.top-banner-ad {margin: 0}
.article-ad section.related-ads {margin: 24px 0 0 0;}
.newsletter-section{background: #030303; color: #fff; padding: 1.5rem 0; text-align: center;}

.main article section {margin: 64px 0}

.carousel-cell{ width: 100%; /*height: 600px;*/counter-increment: gallery-cell;margin-right: 24px;}
.carousel-cell .post-card {width:100%;height:auto;padding:16px !important;overflow:hidden;box-sizing: border-box;border: 1px solid #030303;border-top: none;margin: 0 auto;padding-left:16px}
.carousel-cell .post-card-thumb img {width:100%;display:block;margin-bottom:16px;}
.carousel-cell .post-card-body {display:flex;flex-direction:column;}
.carousel-cell .post-card-body .post-card-title {font-size: 1.5rem;border-bottom:1px solid #030303;padding-bottom:0.75rem;line-height: 130%}
.carousel-cell .post-card-title-wrap {display:flex;justify-content:space-between;align-items:center;padding-top:0.75rem;gap:1.5rem;}
.carousel-counter{border-left:1px solid #030303;padding-bottom:0.75rem;font-size: 1rem;color: #898989;font-family:'dazzle-unicase';width: 88px;display: flex;justify-content: center;align-items: center;font-weight: 300;padding: 13px;}
.carousel-current {color: #030303}

.newsletter-inner {display: flex;flex-direction: column;align-items: center;}
.newsletter-inner .title {font-size: 1.5rem;margin-top:12px;font-weight: 700;margin-bottom: 8px}
.newsletter-inner .subtitle {font-size: 1.125rem;margin-bottom: 32px;}
.newsletter-inner a {width: 200px; height: 40px;background: #7239FF;border-radius: 4px;display: flex;color: #fff;font-weight: 700;justify-content: center;align-items: center}
.newsletter-section .maintitle {display: flex;justify-content: flex-start;padding-left:24px}

.scroll-area { display: flex; overflow-x: auto; gap: 16px; padding-left: 16px; scroll-behavior: smooth; transition: padding-left 0.3s ease; }
.scroll-area.scrolled { padding-left: 0; }

.article-bottom .scroll-area1 { display: flex; overflow-x: auto; gap: 16px; padding-left: 16px; scroll-behavior: smooth; transition: padding-left 0.3s ease; }
.errorpage {display: flex;flex-direction: column;align-items: center;padding: 110px 0}
.errormsg {font-size:1.25rem}
.errorpage .more-link {background: #030303}
.thankyou {background-size:auto 100% !important;width:100%;height:240px; margin:0 auto}
#confirm-message {width: calc(100% - 48px);display: flex;flex-direction: column;align-items: center;gap:12px;margin:40px auto}
#confirm-message h2 {font-size: 1.25rem; line-height: 140%;}
#confirm-message p {text-align: left;font-size: 1rem;line-height: 150%;}
#confirm-message p br {display: none;}
.vimeo-wrapper { position: relative; padding-top: 56.25%; height: 0; overflow: hidden; }
.vimeo-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.flickity-button-icon { display: none; }
.flickity-prev-next-button { width: 44px; height: 44px; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: 44px 44px; opacity: 0.7; transition: opacity 0.2s; }
.flickity-prev-next-button.previous  { background-image: url('./img/svg/left-arrow.svg'); left: 24px !important;}
.flickity-prev-next-button.next { background-image: url('./img/svg/right-arrow.svg');right: 24px !important; }
.flickity-prev-next-button.is-disabled { opacity: 0.3; pointer-events: none; }
.flickity-prev-next-button.previous:hover  { width: 44px; height: 44px; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: 44px 44px; opacity: 1; transition: opacity 0.2s; background-image: url('./img/svg/left-arrow.svg'); }
.flickity-prev-next-button.next:hover  { width: 44px; height: 44px; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: 44px 44px; opacity: 1; transition: opacity 0.2s; background-image: url('./img/svg/right-arrow.svg'); }
.flickity-button {display: none}

/* #relatedmorepost, .article-ad, .top-banner-ad {display: none !important} */
.auth-check-page {width: calc(100% - 32px); margin: 0 auto 80px auto; }

.pcv {display: none}
.mv {display: block}
.mv .subtitle {font-size: 1rem}

.agency-wrapper.integrated .authentication-request .icon {display: none !important}
.mfs_form form.ui.form .field .agency-wrapper.integrated .authentication-request.ui.button {width: 156px; border-radius: 4px;background: #7239FF;height:40px;font-size: 0.875rem !important}
.mfs_form form.ui.form .field .ui.button {width: 156px !important; border-radius: 4px !important;background: #030303;height:40px !important;color: #fff !important;font-size: 0.875rem !important;font-weight: bold !important;margin-top:0 !important;font-size: 14px !important}
.mfs_form form.ui.form .field>label {display: none !important}
.ui.form .field {margin-bottom: 0 !important}
.ui.form {display: flex;flex-direction: column;align-items: center;}
.agency-wrapper.integrated .authentication-request span {padding-left:0 !important}
.mfs_form form.ui.form .field .ui.button, .mfs_form form.ui.form .field div a.white {font-size: 0.875rem !important}
.auth-check-page h1 {font-size: 1.125rem}

.mfs_form form.ui.form .ui.error.message {box-shadow: none !important;color:#7239FF !important;border:none !important;background:none !important ;margin:  0 !important}
.ui.message .list:not(.ui) li {margin:0 !important;opacity: 1 !important;font-size: 1rem !important}
.mfs_form form.ui.form .ui.error.message li::before {content: "";display: none !important}
.auth-complete {font-size:  14px !important;color: #000 !important}
.adult-info {width: 90%; margin: 0 auto 70px auto;display: flex; padding: 20px 0;gap: 40px;flex-direction: column;align-items: center;}
.adultimg {background:  url('img/svg/adult.svg') no-repeat center center; width: 80px; height: 80px;border: none;background-size:100% auto }
.adulttext {display: flex;flex-direction: column;align-items: center;}
.btnback {padding:8px 24px;border:1px solid #030303;border-radius: 2px;width:120px;display: flex;justify-content: center;margin-top:20px}
/* .line {width: 100%;border-bottom: 1px solid #F3F3F3;margin-bottom: 70px} */


@media (max-width: 699px) {
  .tooltip-box {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 96vw !important;
    max-width: none !important;
    min-width: auto !important;
    box-sizing: border-box;
    /* 💡 여기에 position은 그대로! */
  }
}



@media (min-width: 700px) { 
  section.top-banner-ad {aspect-ratio: 4.3 / 1;}

  .adult-info {width: 70%; margin: 0 auto 70px auto;display: flex; padding: 20px 0;gap: 40px;flex-direction: row;}
  .adultimg {background:  url('img/svg/adult.svg') no-repeat center center; width: 270px; height: 120px;border: none;background-size:100% auto }
  .btnback {padding:8px 24px;border:1px solid #030303;border-radius: 2px;width:120px;display: flex;justify-content: center;margin-top:20px}
  /* .line {width: 100%;border-bottom: 1px solid #F3F3F3;margin-bottom: 70px} */
.adulttext {display: flex;flex-direction: column;align-items:start;}
  video {width:initial}
  .pcv {display: block}
  .mv {display: none}
  .mv .subtitle {font-size: 1.125rem;}
.tooltip-trigger {font-weight: bold;text-decoration: underline;text-underline-offset: 4px;}
 .tooltip-wrapper { position: relative; display: inline-block;vertical-align: baseline; }
 .tooltip-box {position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #030303;border-radius:4px;padding:12px 16px;z-index:100;box-shadow:0 4px 8px rgba(0,0,0,0.1);max-width:320px;min-width:240px;width:max-content;} 

 /* 메뉴 */
 .full-menu { position: absolute; top: 0; right: -430px; height: 100vh; width: 420px; background: #fff; z-index: 1001; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateX(0); transition: right 0.4s ease, opacity 0.4s ease, visibility 0.4s ease; }
 .full-menu.active { right: -400px; opacity: 1; visibility: visible; }
 
 /* 딤은 여전히 전체 뷰포트 */
 .menu-dim { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.4); z-index: 1000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; }
 .menu-dim.active { opacity: 1; visibility: visible; }
 
 .project-tiles.suggest-tiles {display: flex;flex-direction: row;gap: 1.5rem;margin-top: 32px}
 .project-tiles.suggest-tiles .item-inner { display: flex; flex-direction: column; gap: 0.75rem;width: 200px}
 .project-tiles.suggest-tiles .display:nth-child(3) {display: block}
 .project-tiles.suggest-tiles .item-inner .thumbnail { flex-shrink: 0; width: 200px; }
 .project-tiles.suggest-tiles .item-inner .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
 .project-tiles.suggest-tiles .item-inner .content-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding:0;}
 .project-tiles.suggest-tiles .item-inner .subtitle { font-size: 0.75rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
 .project-tiles.suggest-tiles .item-inner .title { font-size: 1.125rem;line-height: 140%; font-weight: 700;margin-bottom: 6px; }
 .project-tiles.suggest-tiles .item-inner .title a { color: #030303; text-decoration: none; }
 .project-tiles.suggest-tiles .item-inner .title a:hover { text-decoration: underline; text-underline-offset: 4px;}
 .project-tiles.suggest-tiles .item-inner .summary { font-size: 0.875rem; color: #666; line-height: 160%;}
 
 
.editormo{font-size: 1.5rem;font-weight:400 !important}

  .newsletter-section{background: #030303; color: #fff; padding: 1.5rem 0; text-align: center;}

  .flickity-button {display: block}
 .main-article-carousel .carousel-cell {padding-left:24px;}
 .thankyou {background-size:auto 100% !important;width:700px;height:320px; margin:0 auto}
  #confirm-message h2 {font-size: 1.625rem; line-height: 140%;}
  #confirm-message p {text-align: center;font-size: 1.125rem;line-height: 160%;}
  #header {max-width: 820px;height:64px;}
  #site-title h1, #site-title p {font-size: 1.875rem}
  #container {width:100%;padding-top:64px;}
  .back-btn {width: 36px;height:36px;margin-right: 1rem;}
  .close-btn { background: url('img/svg/close.svg') no-repeat center center; width: 26px; height: 26px;cursor: pointer;border: none; }
  h2.maintitle .eng {font-family:'dazzle-unicase';font-size:2.25rem} 
  h2.maintitle .kor {font-family:'Paperlogy';font-size:2.375rem} 
  h2.maintitle .num {font-family:'Paperlogy';font-size:2.375rem}
.menu-header {height:64px;justify-content: flex-end;border-bottom:0}
.menu-header .logo {font-size: 1.875rem;display: none}
  .footer-container { flex-direction: row; justify-content: space-between; text-align: left; }
  .footer-left { max-width: 50%; text-align: left; }
  .footer-right { justify-content: flex-end; margin-bottom: 0} 
  .table-fixed-col { border-collapse: collapse; min-width: 600px; }
  .post-card-summary{font-size:1.125rem;}
  .entry-content.article {width: 100%;max-width: 700px;margin: 0 auto 80px auto;}
  .entry-content.media {width: 100%;max-width: 700px;margin: 0 auto 80px auto;}
  .nm-post header {width: 100%;max-width: 700px; margin: 0 auto}
  
  .search-box { display: flex; align-items: center; padding: 58px 20px 20px 20px;}
  .article-post {margin: 0 auto}
  .article-archive {margin: 40px auto;max-width: calc(100% - 46px)}
  .media-post {margin: 0 auto}
  .media-archive {margin: 40px auto;max-width:774px}
  .search-archive {margin: 40px auto;max-width:774px}
  .media-post h1.post-card-title {font-size:1.875rem;font-weight:700;margin:0;padding-bottom:0.75rem;line-height:130%;margin-top:16px}
  .item-inner .thumbnail {width: 275px; }
  .article-post .post-card {padding:32px;border: 1px solid #030303;border-top:none;margin: 0 auto 68px auto}
  .mainpadding {padding-left:24px}
  .maintitle {font-size:2.25rem;margin-bottom:4px}
  .mainsubtitle {font-size:1.125rem;line-height:120%;margin-bottom: 20px}
  .new-feed-inner, .hot-feed-inner, .media-clip-inner, .tag-inner{max-width: 820px; margin: 0 auto;}
  .hot-feed-inner .project-tiles .item-inner .thumbnail {width: 275px; }
  .hot-feed-inner .project-tiles .item-inner .article-editor {display: flex}
  .top-banner-ad .ad-img-wrap img {height:190px;}
  .scroll-area { padding-left: 24px;}
  .article-bottom .scroll-area1 { padding-left: 60px;}
  section.related-posts h2{font-size: 1.75rem;}
  section.related-posts ul.project-tiles .item-inner .thumbnail {width: 200px; }
  section.related-posts ul.project-tiles .item-inner .content-wrap {justify-content: space-between; padding: 16px 0;}
  section.related-posts ul.project-tiles .item-inner .subtitle { font-size: 1rem;line-height: 120%;margin-bottom: 4px; }
  section.related-posts ul.project-tiles .item-inner .title { font-size: 1.5rem;line-height: 140%;margin:0 0 6px 0}
  section.related-posts ul.project-tiles .item-inner .summary { font-size: 1.125rem;line-height: 160%;}
  .media-archive .page-title { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 2rem;font-family:'pretendard', sans-serif !important;}
  .item-inner-media { display: flex; flex-direction: row; gap: 0.625rem;}
  .item-inner-media .thumbnail { width: 374px;position: relative }
  .item-inner-media .thumbnail img { width: 100%; height: auto; border-radius: 2px; object-fit: cover; }
  .item-inner-media .subtitle { font-size: 1rem;line-height: 120%;font-weight: 700;color: #030303; margin-bottom: 4px; }
  .item-inner-media .title { font-size: 1.5rem;line-height: 140%; font-weight: 700;margin-bottom: 6px; }
  .item-inner {gap: 1.5rem;}
  .item-inner .subtitle { font-size: 1rem;line-height: 120%;margin-bottom: 4px; }
  .item-inner .title { font-size: 1.5rem;line-height: 140%;margin-bottom: 6px; }
  .item-inner .summary { font-size: 1.125rem;ine-height: 160%;}
  .item-inner .editor-img { width: 48px; height: 48px;}
  .item-inner .editor-name { font-size: 1rem;}
  .page-title {font-size: 2rem;margin-bottom: 1rem;}
  .cat-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; padding: 0; margin: 16px 0 24px 0 ;font-size: 1rem; }

  .cat-list_item {padding: 0 0.75rem 0 0;}
  .cat-list_item.control.active {font-size: 1.125rem}
  .cat-list_item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 0.8px; height: 12px; background-color: #999; }
  .cat-list_item.active {font-size: 1.125rem}
  .item-inner .article-editor { display: flex; align-items: flex-end; gap: 4px; margin-top: 1rem; }
  #mainmediapost .carousel-cell {width: 474px;height:auto !important ;margin-top: 0px;margin-right: 0;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;padding-left:24px;}
#mainmediapost .carousel-cell  .item-inner {width: 474px}
#mainmediapost .carousel-cell  .item-inner .thumbnail {width: 474px; }
#mainmediapost .carousel-cell  .item-inner .content-wrap { justify-content: space-between;}
#mainmediapost .carousel-cell  .item-inner .subtitle { font-size: 1rem;lmargin-bottom: 4px; }
#mainmediapost .carousel-cell  .item-inner .title { font-size: 1.5rem;margin-bottom: 6px; }

.tag-icon-list{-ms-overflow-style: none;}
.tag-icon-list::-webkit-scrollbar{display:none;}
.tag-icon-list li {font-size: 1rem}
.main article section {margin: 80px 0}
 .tag-icon-list li {font-size: 1rem}
 .tag-icon-list li a{width: 100px; height: 100px;margin: 0 auto 0.5rem auto;padding:10px;border: 2px solid #030303;}
.carousel-cell{ width: 474px;counter-increment: gallery-cell;margin-right: 0;}
 .carousel-cell .post-card {width:100%;padding:32px !important;margin: 0 auto}
 .carousel-cell .post-card-thumb img {margin-bottom:16px;}
 .carousel-cell .post-card-body .post-card-title {font-size: 1.875rem;padding-bottom:0.75rem;}
 .carousel-cell .post-card-title-wrap {padding-top:0.75rem;gap:1.5rem;}
 .carousel-counter{padding-bottom:0.75rem;font-size: 1.375rem;padding: 26px;}
 section.related-posts {margin: 0 auto;max-width:700px}
 #relatedmorepost .carousel-cell {width: 248px;height:auto !important ;margin-top: 20px;margin-right: 24px;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;}
 #relatedmorepost .carousel-cell:nth-child(1) {padding-left:60px;}
 #relatedmorepost .carousel-cell:last-child {padding-right:60px;}
#mainmoread .carousel-cell:last-child, #mainnewpost .carousel-cell:last-child, #mainmediapost .carousel-cell:last-child  {padding-right:24px;}
 #relatedmorepost .carousel-cell .item-inner { gap: 12px;min-width: 248px;}
 #relatedmorepost .carousel-cell .item-inner .thumbnail { width: 248px;}
 #relatedmorepost .carousel-cell .item-inner .subtitle { font-size: 0.875rem;}
 #relatedmorepost .carousel-cell .item-inner .title { font-size: 1.25rem;margin:0 0 6px 0}
  .buy-button {display: flex;justify-content: flex-end;font-size: 0.875rem;}
 #mainmoread .carousel-cell {width: 248px;height:auto !important ;margin-top: 20px;margin-right:0;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;padding-left:24px}
 #mainmoread .carousel-cell .item-inner { gap: 12px;min-width: 248px;}
  #mainmoread .carousel-cell .item-inner .thumbnail { width: 248px;}
  #mainmoread .carousel-cell .item-inner .subtitle { font-size: 0.875rem;}
  #mainmoread .carousel-cell .item-inner .title { font-size: 1.25rem;margin:0 0 6px 0}
  #mainnewpost .carousel-cell {width: 275px;height:auto !important ;margin-top: 0px;margin-right: 0;-webkit-box-flex: 0;-ms-flex: none;flex: none;background: transparent !important;-webkit-box-sizing: content-box;box-sizing: content-box;padding-left:24px;}
  #mainnewpost .carousel-cell  .item-inner {gap: 0.75rem;width: 275px}
  #mainnewpost .carousel-cell .item-inner .thumbnail { width: 275px; }
  #mainnewpost .carousel-cell  .item-inner .content-wrap {justify-content:flex-start;gap:0}
 section.related-posts {margin: 0 auto;max-width:700px}
 section.related-ads ul.project-tiles .item-inner .summary{ font-size: 1rem;}
.keyword-inner .tag-list {display:flex;flex-wrap:wrap;gap:0.75rem;padding:0;margin-top: 1.5rem;border-top: none;max-height: calc((2.6rem + 0.5rem) * 2);}
 .keyword-inner .tag-item {display:inline-block;border:2px solid #030303;padding:0.5rem 0.625rem;border-radius:6px;font-size:1rem;line-height:140%;text-decoration:none;color:#030303;font-weight:700;}
 .keyword-inner .tag-item:hover {border:2px solid #7239FF;color: #7239FF}
.relatedpostslist h2 {margin-bottom: 1.25rem}
 .btn-all a {width:100%; height: 100%;display: flex;margin: 2.25rem 0 3.5rem 0;padding: 8px 16px;border-radius: 4px;border: 1px solid #030303;box-sizing: border-box;justify-content: center;font-size: 1rem;}
.tab-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; padding: 0; margin: 16px 0 24px 0 ; list-style: none; font-size: 1rem; }
 .tab-list_item { position: relative; padding: 0 0.75rem 0 0; color: #030303; cursor: pointer; white-space: nowrap;font-size: 1.125rem }
 .tab-list_item.control.active { font-weight: bold; text-decoration: underline;text-underline-offset: 4px;}
.article-post h1.post-card-title {font-size:1.875rem;font-weight:700;margin:0;padding-bottom:0.75rem;border-bottom:1px solid #030303;line-height:130%}
 .article-post h2 {font-size: 1.5rem;line-height:140%;margin:32px 0 16px 0}
 .article-post h3 {font-size: 1.25rem;line-height:140%;margin:16px 0 12px 0}

}

/* ========== CTA 버튼 ========== */
@keyframes point-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
}

.cta-btn {
    display: block;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin-top: 24px;
}

.cta-btn .point-shake {
    display: inline-block;
    animation: point-shake 0.8s ease-in-out infinite;
}

.cta-btn.gray {
    background: #F0F0F0;
    color: #333;
}

.cta-btn.black {
    background: #000;
    color: #fff;
}
/* ========== 내부 아티클 링크 ========== */
@keyframes eye-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.internal-link {
    margin: 10px 0;
    padding: 14px 20px;
    background: #FAFAFA;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
}

.internal-link .eye-bounce {
    display: inline-block;
    animation: eye-bounce 1s ease-in-out infinite;
}

.internal-link a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #333;
}
/* ========== //내부 아티클 링크 ========== */