:root{--section-padding:0.25rem;--section-border-radius:0;--section-border-color:#e6e6e6;--section-bg-color:#fff;--section-title-color:#222;--section-text-color:#333;--section-muted-color:#666;--section-accent-color:#f8f8f8;--section-primary-color:#0054a6;--section-hover-color:#f7f7f7;--section-shadow:none;--section-box-shadow-hover:none;--header-height:5rem;--footer-height:8rem;--section-font-family:var(--font-noto-sans-kr),var(--font-noto-sans-sc),var(--font-noto-sans-tc),system-ui,sans-serif;--section-title-spacing:-0.02em;--section-border-thin:1px solid var(--section-border-color);--section-border-medium:1px solid #ccc;--section-border-accent:1px solid #eaeaea}body,html{font-family:var(--section-font-family);line-height:1.5;color:var(--section-text-color);letter-spacing:-.02em;word-break:keep-all;word-wrap:break-word;overflow-wrap:anywhere;font-size:16px;background-color:#fff}.section-grid-news{width:100%;margin-bottom:.75rem;display:flex;flex-direction:column;gap:0;position:relative;background-color:var(--section-bg-color);border:none;overflow:hidden}.section-grid-news-empty{display:flex;align-items:center;justify-content:center;height:8rem;padding:.5rem;text-align:center;color:var(--section-muted-color);background-color:var(--section-accent-color);font-size:.95rem}.section-grid-news-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.25rem;margin-bottom:.5rem}.section-grid-news-title{position:relative;font-size:1.2rem;font-weight:700;color:#000;letter-spacing:-.01em}.section-grid-news-title:after{content:"";display:none}.section-grid-news-view-all{display:inline-flex;align-items:center;font-size:.85rem;color:var(--section-muted-color);font-weight:400}.section-grid-news-view-all:hover{text-decoration:underline}.section-grid-news-content{display:grid;gap:.75rem;width:100%}.section-grid-news-item{display:flex;flex-direction:column;overflow:hidden;border:none;border-bottom:var(--section-border-thin);background-color:var(--section-bg-color);padding-bottom:.75rem;margin-bottom:.25rem}.section-grid-news-item-link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.section-grid-news-item-link:hover .section-grid-news-item-title{text-decoration:underline}.section-grid-news-item-image{width:100%;position:relative;overflow:hidden;margin-bottom:.5rem;background-color:#f0f0f0}.section-grid-news-item-content{display:flex;flex-direction:column;flex-grow:1;padding:.25rem 0;gap:.25rem}.section-grid-news-item-category{display:inline-block;font-size:.8rem;font-weight:600;color:#888;margin-bottom:.15rem}.section-grid-news-item-title{font-size:1rem;font-weight:600;margin:0;color:var(--section-title-color)}.section-grid-news-item-subtitle,.section-grid-news-item-title{line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-grid-news-item-subtitle{font-size:.9rem;color:#666;margin:.25rem 0}.section-grid-news-item-meta{display:flex;align-items:center;font-size:.85rem;color:#999;margin-top:.25rem}.section-grid-news-item-author{font-weight:500}.section-grid-news-item-separator{margin:0 .35rem}.section-grid-news-item-date{color:#999}.section-grid-news-footer{display:flex;justify-content:center;margin-top:1rem}.section-grid-news-more-button{font-size:.8rem;font-weight:400;color:#666;background:none;border:none;padding:0}.section-grid-news-more-button:hover{text-decoration:underline}.section-news-header{position:sticky;top:0;width:100%;background-color:var(--section-bg-color);z-index:50}.section-news-header-container{max-width:100%;height:100%;margin:0 auto}.section-news-header-content{justify-content:space-between;flex-wrap:wrap}.section-news-header-content,.section-news-header-left,.section-news-header-logo{display:flex;align-items:center}.section-news-header-logo{font-size:1.35rem;font-weight:900;color:#000;text-decoration:none;letter-spacing:-.03em;position:relative;padding:.25rem 0}.section-news-header-right{display:flex;align-items:center;gap:.25rem}.section-news-header-category,.section-news-header-nav{display:flex;align-items:center;height:100%}.section-news-header-category{position:relative;flex-shrink:0}.section-news-header-category-link{display:flex;align-items:center;height:100%;padding:0 .5rem;font-size:.9rem;font-weight:600;color:var(--section-text-color);text-decoration:none}.section-news-header-arrow{margin-right:.25rem}@media screen and (max-width:768px){.section-news-header-content{flex-direction:column;height:auto;padding:.5rem 0}.section-news-header{height:auto}.section-news-header-left{width:100%;justify-content:center;margin-bottom:.5rem}.section-news-header-right{width:100%;justify-content:flex-start;overflow-x:hidden}.section-news-header-nav{width:100%;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;padding-bottom:.25rem;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap}.section-news-header-nav::-webkit-scrollbar{display:none}.section-news-header-category-link{padding:.25rem .4rem;font-size:.85rem;white-space:nowrap}.section-news-header-nav-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.section-news-header-nav-container::-webkit-scrollbar{display:none}.section-news-header-dropdown{width:100%;max-width:none;left:0!important;transform:none}}@media screen and (min-width:481px) and (max-width:768px){.section-news-header-left,.section-news-header-right{justify-content:flex-start;padding-left:.5rem}}@media screen and (max-width:480px){.section-news-header-logo{font-size:1.1rem}.section-news-header-category-link{padding:.25rem .35rem;font-size:.8rem}.section-news-header-dropdown{max-width:100%;width:100%;left:0!important;transform:none}.section-news-header-dropdown-item{padding:.4rem .6rem;font-size:.85rem}.section-news-header-mobile-toggle{display:block;position:absolute;right:1rem;top:1rem;width:2rem;height:2rem;cursor:pointer;z-index:55}.section-news-header-mobile-toggle span{display:block;position:absolute;height:3px;width:100%;background:#333;border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.section-news-header-mobile-toggle span:first-child{top:0}.section-news-header-mobile-toggle span:nth-child(2),.section-news-header-mobile-toggle span:nth-child(3){top:8px}.section-news-header-mobile-toggle span:nth-child(4){top:16px}.section-news-header-mobile-toggle.open span:first-child{top:8px;width:0;left:50%}.section-news-header-mobile-toggle.open span:nth-child(2){transform:rotate(45deg)}.section-news-header-mobile-toggle.open span:nth-child(3){transform:rotate(-45deg)}.section-news-header-mobile-toggle.open span:nth-child(4){top:8px;width:0;left:50%}.section-news-header-mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--section-bg-color);z-index:50;overflow-y:auto;padding:4rem 1.5rem 2rem;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.section-news-header-mobile-menu.open{display:block;opacity:1;transform:translateY(0)}.section-news-header-mobile-nav{display:flex;flex-direction:column;width:100%}.section-news-header-mobile-category{width:100%;border-bottom:1px solid #eee}.section-news-header-mobile-category-link{display:block;padding:1rem .5rem;font-size:1rem;font-weight:600;color:var(--section-text-color);text-decoration:none}.section-news-header-mobile-dropdown{padding-left:1rem;background-color:#f9f9f9;max-height:0;overflow:hidden;transition:max-height .3s ease}.section-news-header-mobile-dropdown.open{max-height:300px}.section-news-header-mobile-dropdown-item{padding:.75rem .5rem;font-size:.9rem;color:var(--section-text-color);text-decoration:none;border-bottom:1px solid #f0f0f0;display:block}}.section-news-header-dropdown{position:fixed;background-color:var(--section-bg-color);border:1px solid #ddd;z-index:50;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.section-news-header-dropdown-content{display:flex;flex-direction:column;padding:0}.section-news-header-dropdown-item{padding:.5rem .75rem;font-size:.9rem;color:var(--section-text-color);text-decoration:none;white-space:nowrap;border-bottom:var(--section-border-thin)}.section-news-header-dropdown-item:last-child{border-bottom:none}.section-top-news-empty{display:flex;align-items:center;justify-content:center;height:8rem;padding:.5rem;text-align:center;color:var(--section-muted-color);background-color:var(--section-accent-color);font-size:.95rem}.section-top-news-header{font-size:1.2rem;font-weight:700;color:#000;padding-bottom:.25rem;margin-bottom:.5rem}.section-top-news-header:after{content:"";display:none}.section-top-news-link{display:block;text-decoration:none;color:inherit;position:relative}.section-top-news-link:hover .section-top-news-title,.section-top-news-sub-link:hover .section-top-news-sub-title{text-decoration:underline}.section-top-news-image{position:relative;width:100%;margin-bottom:0;overflow:hidden;background-color:#f0f0f0}.section-top-news-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7));z-index:1}.section-top-news.auto-width-mode .section-top-news-image:after{display:none}.section-top-news-content{position:absolute;bottom:0;left:0;width:100%;padding:1rem;z-index:2;color:#fff}.section-top-news-category{display:block;font-size:.8rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:.25rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.section-top-news-title{font-size:1.2rem;font-weight:700;line-height:1.4;color:#fff;margin:0 0 .5rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.section-top-news-subtitle{font-size:.95rem;line-height:1.5;color:hsla(0,0%,100%,.9);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.section-top-news-sub{display:flex;flex-direction:column;gap:.5rem}.section-top-news-sub-link{display:flex;align-items:flex-start;border-bottom:var(--section-border-thin);text-decoration:none;color:inherit;&:last-of-type{border-bottom:none!important}}.section-top-news-sub-image{width:100px;overflow:hidden;position:relative;flex-shrink:0}.section-top-news-sub-image-container{position:relative;width:100%;height:100%;background-color:#f0f0f0}.section-top-news-sub-content{flex:1}.section-top-news-sub-category{display:block;font-size:.8rem;font-weight:600;color:#888;margin-bottom:.15rem}.section-top-news-sub-title{font-size:.95rem;font-weight:600;line-height:1.4;color:#333;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-board-list{width:100%;margin-bottom:1.5rem;background-color:var(--section-bg-color);overflow:hidden;display:flex;flex-direction:column;border:1px solid #eaeaea}.section-board-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center;color:var(--section-muted-color);background-color:#fafafa;font-size:1rem}.section-board-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #eaeaea;background-color:#fcfcfc}.section-board-title{font-size:1.2rem;font-weight:700;color:#000;position:relative}.section-board-title:after{content:"";display:none}.section-board-table-container{width:100%;overflow-x:auto}.section-board-table{width:100%;border-collapse:collapse}.section-board-post-row>td{padding:.75rem 1rem}.section-board-table-head{background-color:#f8f8f8}.section-board-table-row{border-bottom:var(--section-border-thin)}.section-board-table-row:hover{background-color:#fafafa}.section-board-table-header{padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-align:left;color:#444}.section-board-notice-row{background-color:#f9f9f9}.section-board-notice-cell,.section-board-post-cell{padding:.75rem 1rem;text-align:center;font-size:.9rem;color:#666}.section-board-notice-badge{display:inline-block;padding:.15rem .3rem;background-color:#c00;color:#fff;font-size:.8rem;font-weight:500;text-align:center}.section-board-notice-title,.section-board-post-title{padding:.75rem 1rem;text-align:left}.section-board-notice-link,.section-board-post-link{color:#222;text-decoration:none;font-weight:400;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px;font-size:.95rem}.section-board-search{display:flex;justify-content:center;padding:1rem;background-color:#f9f9f9;border-bottom:1px solid #eaeaea}.section-board-search-form{display:flex;width:100%;max-width:500px;height:2.5rem}.section-board-search-input{flex:1;height:100%;padding:0 .75rem;border:1px solid #ccc;border-right:none;font-size:.85rem;color:#333}.section-board-pagination{display:flex;justify-content:center;padding:1.5rem 0;background-color:#fcfcfc;border-top:1px solid #eaeaea}.section-board-pagination-container{display:flex;align-items:center;gap:.25rem}.section-board-pagination-next,.section-board-pagination-page,.section-board-pagination-prev{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border:1px solid #ddd;font-size:.9rem;font-weight:400;transition:all .2s ease;background-color:#fff}.section-board-pagination-active{background-color:#567;border-color:#567;color:#fff;font-weight:600}.section-pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;margin:1rem 0;flex-wrap:wrap}.section-pagination-item{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border:1px solid #ddd;font-size:.9rem;font-weight:400;color:#6b7280;text-decoration:none;transition:all .2s ease}.section-pagination-active{background-color:#456;color:#fff;border-color:#456}.section-category-nav{margin-bottom:1rem;background-color:#f8f8f8;border-bottom:1px solid #ddd}.section-category-nav-container{overflow-x:auto;padding:.5rem;-ms-overflow-style:none;scrollbar-width:none}.section-category-nav-content{display:flex;gap:.25rem;white-space:nowrap}.section-category-nav-item{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;font-size:.9rem;font-weight:500;color:#555;text-decoration:none}.section-category-nav-item.active{background-color:#444;color:#fff}.section-article-container{width:100%;margin-bottom:1.5rem;background-color:var(--section-bg-color)}@media screen and (max-width:768px){.section-article-comments,.section-article-container,.section-article-header{border-left:none!important;border-right:none!important}}.section-article-empty{display:flex;align-items:center;justify-content:center;height:15rem;padding:1rem;text-align:center;color:var(--section-muted-color);background-color:#f9f9f9;font-size:.95rem}.section-article-header{padding:1.5rem 1.5rem 0;border:1px solid #eaeaea;background-color:#fcfcfc}.section-article-title{font-size:1.6rem;font-weight:700;color:#222;margin-bottom:.75rem;line-height:1.4;letter-spacing:-.02em;text-align:left}.section-article-subtitle{font-size:1.1rem;font-weight:400;color:#555;margin-bottom:1rem;line-height:1.5;border-left:3px solid #999;padding-left:.75rem}.section-article-meta{color:#777;font-size:.95rem}.section-article-meta,.section-article-meta-with-fontsize{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:.75rem;border-top:1px solid #eaeaea}.section-article-meta-with-fontsize .section-article-meta{flex:1;border-top:none;padding-top:0}.section-article-author,.section-article-meta-fontsize{display:flex;align-items:center}.section-article-author{gap:.25rem}.section-author-name{font-weight:500;color:#444}.section-author-detail{color:#888;font-size:.8rem}.section-article-date,.section-article-views{color:#888}.section-article-content{padding:2rem 0;font-size:1.05rem;line-height:1.7;color:#333;min-height:20rem}.article-font-x-small .ProseMirror,.article-font-x-small .section-article-content{font-size:.8rem!important}.article-font-small .ProseMirror,.article-font-small .section-article-content{font-size:.9rem!important}.article-font-medium .ProseMirror,.article-font-medium .section-article-content{font-size:1rem!important}.article-font-large .ProseMirror,.article-font-large .section-article-content{font-size:1.1rem!important}.article-font-x-large .ProseMirror,.article-font-x-large .section-article-content{font-size:1.2rem!important}.section-article-content p{word-break:keep-all;word-wrap:break-word;overflow-wrap:anywhere}.section-article-content hr{margin:1.5rem 0}.section-article-content img{max-width:100%;height:auto;display:block}.section-article-content figcaption{margin:0 0 2rem!important}.section-article-content h2{font-size:1.2rem;font-weight:700;margin:1.5rem 0 1rem;color:#333}.section-article-content h3{font-size:1.1rem;font-weight:600;margin:1.25rem 0 .75rem;color:#444}.section-article-content blockquote{margin:1rem 0;padding:.75rem 1.25rem;border-left:3px solid #ddd;background-color:#f9f9f9;color:#555;font-style:italic}.section-article-content ol,.section-article-content ul{margin:1rem 0;padding-left:1.5rem}.section-article-content li{margin-bottom:.5rem}.section-article-content a{color:var(--section-primary-color)}.section-article-footer{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-top:1px solid #eaeaea;background-color:#fcfcfc}.section-article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.section-article-tag{display:inline-block;padding:.25rem .5rem;background-color:#f0f0f0;border:1px solid #ddd;color:#666;font-size:.9rem;text-decoration:none}.section-article-share-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem;border:1px solid #eaeaea;background-color:#fcfcfc}.share-buttons{width:100%}.share-buttons .flex{justify-content:center}.share-buttons button[style*="--platform-color: #1877F2"]{border-color:#1877f2;color:#1877f2}.share-buttons button[style*="--platform-color: #1877F2"]:hover{background-color:#1877f2;color:#fff}.share-buttons button[style*="--platform-color: #1DA1F2"]{border-color:#1da1f2;color:#1da1f2}.share-buttons button[style*="--platform-color: #1DA1F2"]:hover{background-color:#1da1f2;color:#fff}.share-buttons button[style*="--platform-color: #FEE500"]{border-color:#fee500;color:#000;background-color:#fee500}.share-buttons button[style*="--platform-color: #FEE500"]:hover{background-color:#e6ce00}.share-buttons button[style*="--platform-color: #03C75A"]{border-color:#03c75a;color:#03c75a}.share-buttons button[style*="--platform-color: #03C75A"]:hover{background-color:#03c75a;color:#fff}.share-buttons button[style*="--platform-color: #6B7280"]{border-color:#6b7280;color:#6b7280}.share-buttons button[style*="--platform-color: #6B7280"]:hover{background-color:#6b7280;color:#fff}.section-share-button{display:flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:2px;background-color:#f5f5f5;border:none;color:#555;font-size:.95rem;font-weight:500;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer}.section-share-button:hover{background-color:#eee}.section-share-facebook{background-color:#4a5b70;color:#fff}.section-share-facebook:hover{background-color:#3d4d60}.section-share-twitter{background-color:#5a7d99;color:#fff}.section-share-twitter:hover{background-color:#4c6a82}.section-share-link{background-color:#5a7d5a;color:#fff}.section-share-link:hover{background-color:#4c6a4c}.section-article-related{margin-top:2rem;border-top:1px solid #eaeaea;padding-top:1.5rem}.section-article-related-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem}.section-article-related-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.section-related-article-list{width:100%;margin-bottom:1rem;display:flex;flex-direction:column;background-color:var(--section-bg-color);overflow:hidden;border:1px solid #eaeaea;border-radius:4px;padding:1rem}.section-related-article-list-title{position:relative;font-size:1.2rem;font-weight:700;color:#000;letter-spacing:-.01em;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:var(--section-border-thin)}.section-related-article-list-container{display:flex;flex-direction:column;gap:.5rem}.section-related-article-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;text-decoration:none;color:inherit;border-bottom:var(--section-border-thin);transition:background-color .2s ease}.section-related-article-item:last-child{border-bottom:none}.section-related-article-item:hover{background-color:#f8f8f8}.section-related-article-thumbnail{flex-shrink:0;width:100px;height:auto;overflow:hidden;position:relative;aspect-ratio:3/2;background-color:#f0f0f0}.section-related-article-thumbnail img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.section-related-article-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.section-related-article-item-title{font-size:1.05rem;font-weight:600;line-height:1.4;color:#222;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-related-article-item-date{font-size:.85rem;color:#999}.section-news-list{width:100%;margin-bottom:1rem;display:flex;flex-direction:column;background-color:var(--section-bg-color);overflow:hidden}.section-news-list-empty{display:flex;align-items:center;justify-content:center;height:8rem;padding:.5rem;text-align:center;color:var(--section-muted-color);background-color:var(--section-accent-color);font-size:.95rem}.section-news-list-search-keyword{font-size:1.3rem;font-weight:500;color:#333;margin:1rem 0;padding:.75rem 1rem;background-color:#f5f7fa;border-left:4px solid var(--section-primary-color);box-shadow:0 1px 3px rgba(0,0,0,.05)}.section-news-list-search-keyword strong{font-size:1.4rem;font-weight:700;color:var(--section-primary-color)}.section-article-breadcrumb,.section-news-breadcrumb{display:flex;align-items:center;padding:.8rem 1rem;margin:1rem 0;font-size:1.2rem;background-color:#f8f9fb;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.section-breadcrumb-item,.section-news-breadcrumb-home{color:var(--section-primary-color);font-weight:600;text-decoration:none;transition:color .2s ease}.section-breadcrumb-item:hover,.section-news-breadcrumb-home:hover{text-decoration:underline}.section-breadcrumb-separator,.section-news-breadcrumb-separator{margin:0 .6rem;color:#888;font-size:1.3rem}.section-news-breadcrumb-parent{color:#555;font-weight:500;text-decoration:none;transition:color .2s ease}.section-news-breadcrumb-parent:hover{color:var(--section-primary-color);text-decoration:underline}.section-breadcrumb-current,.section-news-breadcrumb-category{color:#333;font-weight:700}.section-news-list-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.25rem;margin-bottom:.5rem}.section-news-list-title{position:relative;font-size:1.2rem;font-weight:700;color:#000;letter-spacing:-.01em}.section-news-list-title:after{content:"";display:none}.section-news-list-view-all{display:inline-flex;align-items:center;font-size:.85rem;color:var(--section-muted-color);font-weight:400}.section-news-list-view-all:hover{text-decoration:underline}.section-news-list-content{display:flex;flex-direction:column;gap:0}.section-news-list-item{border-bottom:var(--section-border-thin)}.section-news-list-item:last-child{border-bottom:none}.section-news-list-link{display:flex;text-decoration:none;color:inherit}.section-news-list-link:hover .section-news-list-item-title{text-decoration:underline}.section-news-list-item-content{display:flex;flex-direction:row;gap:1rem;width:100%}.section-news-list-item-main{flex:1}.section-news-list-item-main,.section-news-list-item-meta{display:flex;flex-direction:column;gap:.25rem}.section-news-list-item-category{display:inline-block;font-size:.8rem;font-weight:600;color:#888;margin-bottom:.15rem}.section-news-list-item-info{display:flex;align-items:center;font-size:.85rem;color:#999}.section-news-list-item-author{font-weight:500}.section-news-list-item-separator{margin:0 .35rem;opacity:.6}.section-news-list-item-date{color:#999}.section-news-list-item-title{font-size:1.05rem;font-weight:600;line-height:1.4;color:#222;margin-bottom:.25rem}.section-news-list-item-subtitle{font-size:.9rem;line-height:1.4;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-news-list-item-thumbnail,.section-news-list-item-thumbnail.large-thumbnail{flex-shrink:0}.large-thumbnail .section-news-list-item-thumbnail-container,.section-news-list-item-thumbnail-container{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f0f0f0}.large-thumbnail .section-news-list-item-thumbnail-container{box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-news-list-item-thumbnail-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background-color:#f5f5f5}.section-news-list-item-number{flex-shrink:0}.section-news-list-item-number-container{display:flex;width:100%;height:100%}.large-thumbnail .section-news-list-item-thumbnail-img{-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.large-thumbnail:hover .section-news-list-item-thumbnail-img{transform:scale(1.05)}@media screen and (max-width:768px){.large-thumbnail .section-news-list-item-thumbnail-container{width:100%;height:100%}}@media screen and (max-width:480px){.large-thumbnail .section-news-list-item-thumbnail-container{width:100%;height:100%}}.section-news-list-footer{display:flex;justify-content:center;padding-top:1rem}.section-news-list-more-button{font-size:.9rem;font-weight:400;color:#666;background:none;border:none;padding:0;transition:color .2s ease}.section-news-list-more-button:hover{color:var(--section-primary-color);text-decoration:underline}.section-board-post-container{width:100%;margin-bottom:1.5rem;background-color:var(--section-bg-color);border:1px solid #eaeaea;overflow:hidden}.section-board-post-empty{display:flex;align-items:center;justify-content:center;height:15rem;padding:1rem;text-align:center;color:var(--section-muted-color);background-color:#f9f9f9;font-size:.95rem}.section-board-post-header{padding:1.5rem;border-bottom:1px solid #eaeaea;background-color:#fcfcfc}.section-board-post-title{font-size:1.25rem;font-weight:600;color:#222;margin-bottom:1rem;line-height:1.4;letter-spacing:-.01em}.section-board-post-meta{display:flex;flex-wrap:wrap;gap:1rem;color:#666;font-size:.85rem}.section-board-post-author-name{font-weight:500}.section-board-post-date,.section-board-post-views{color:#888}.section-board-post-content{padding:2rem 1.5rem;min-height:15rem;font-size:.95rem;line-height:1.7;color:#333}.section-board-post-content p{margin-bottom:1rem}.section-board-post-content img{max-width:100%;height:auto;margin:1rem 0}.section-board-post-actions{justify-content:flex-end;background-color:#fcfcfc}.section-board-post-actions,.section-board-post-share-buttons{display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #eaeaea}.section-board-post-share-buttons{justify-content:center;background-color:#f8f8f8}.section-board-post-share-facebook,.section-board-post-share-kakao,.section-board-post-share-link{padding:.4rem .75rem;font-size:.8rem;background-color:#f5f5f5;border:1px solid #ddd;color:#555}.section-board-post-share-kakao{background-color:#fee500;color:#000;border-color:#fee500}.section-board-post-share-facebook{background-color:#1877f2;color:#fff;border-color:#1877f2}.section-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.95rem;font-weight:500;border:none;border-radius:2px;background-color:var(--section-bg-color);color:var(--section-text-color);text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.section-button:hover{background-color:#f5f5f5}.section-button-sm{padding:.35rem .75rem;font-size:.85rem}.section-button-lg{padding:.65rem 1.25rem;font-size:1.05rem}.section-button-primary{background-color:#456;color:#fff}.section-button-primary:hover{background-color:#3a4a59}.section-button-secondary{background-color:#678;color:#fff}.section-button-secondary:hover{background-color:#567}.section-button-danger{background-color:#966;color:#fff}.section-button-danger:hover{background-color:#855}.section-button-light{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.section-button-light:hover{background-color:#eee}.section-board-write-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;background-color:#567;color:#fff;font-size:.8rem;font-weight:400;text-decoration:none;transition:background-color .2s ease}.section-board-write-btn:hover{background-color:#456}.section-board-search-button{width:4rem;height:100%;background-color:#567;color:#fff;border:none;font-size:.85rem;font-weight:400;transition:background-color .2s ease}.section-board-search-button:hover{background-color:#456}.section-board-post-delete-button,.section-board-post-edit-button{padding:.5rem 1rem;font-size:.85rem;border:1px solid #ddd;background-color:#fff;color:#444;transition:all .2s ease}.section-board-post-edit-button:hover{background-color:#f5f5f5}.section-board-post-delete-button{color:#966}.section-board-post-delete-button:hover{background-color:#f8eaea}.section-grid-news-more-button,.section-news-list-more-button{font-size:.8rem;font-weight:400;color:#666;background:none;border:none;padding:0;transition:color .2s ease}.section-grid-news-more-button:hover,.section-news-list-more-button:hover{color:var(--section-primary-color);text-decoration:underline}.section-board-pagination-next,.section-board-pagination-page,.section-board-pagination-prev,.section-pagination-item{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border:1px solid #ddd;font-size:.9rem;font-weight:400;transition:all .2s ease;background-color:#fff}.section-board-pagination-next:hover,.section-board-pagination-page:hover,.section-board-pagination-prev:hover,.section-pagination-item:hover{background-color:#f5f5f5;color:#374151}.section-board-pagination-active,.section-pagination-active{background-color:#374151;color:#fff;border-color:#374151}.section-board-pagination-active:hover,.section-pagination-active:hover{background-color:#111827}.section-pagination-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.section-board-editing{width:100%;margin-bottom:1.5rem;padding:1.5rem;background-color:var(--section-bg-color);border:1px solid #eaeaea}.section-board-editing-title{font-size:1.35rem;font-weight:600;color:#222;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eaeaea}.section-board-editing-error{padding:.75rem 1rem;margin-bottom:1.5rem;background-color:#fff0f0;border:1px solid #ffcaca;color:#c00;font-size:1rem;border-radius:3px}.section-board-editing-form{display:flex;flex-direction:column;gap:1.25rem}.section-board-editing-field{display:flex;flex-direction:column;gap:.5rem}.section-board-editing-label{font-size:1rem;font-weight:600;color:#444}.section-board-editing-input{width:100%;padding:.75rem;border:1px solid #ddd;background-color:#fff;font-size:1.05rem;color:#333;transition:border-color .2s ease}.section-board-editing-input:focus{border-color:#999;outline:none}.section-board-editing-textarea{width:100%;padding:.75rem;border:1px solid #ddd;background-color:#fff;font-size:1.05rem;color:#333;line-height:1.6;resize:vertical;min-height:250px;transition:border-color .2s ease}.section-board-editing-textarea:focus{border-color:#999;outline:none}.section-board-editing-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.section-board-editing-checkbox-input{width:1rem;height:1rem}.section-board-editing-checkbox-label{font-size:1rem;color:#444}.section-board-editing-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #eaeaea}.section-board-editing-cancel{padding:.6rem 1.25rem;background-color:#f5f5f5;border:1px solid #ddd;color:#555;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.section-board-editing-cancel:hover{background-color:#eee}.section-board-editing-submit{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.75rem;background-color:#567;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.section-board-editing-submit:hover{background-color:#456}.section-board-editing-submit:disabled{opacity:.7;cursor:not-allowed}.section-board-editing-loading{width:1rem;height:1rem;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spinner .8s linear infinite}@keyframes spinner{to{transform:rotate(1turn)}}.section-news-footer{padding:2rem 0 1rem;color:var(--section-text-color)}.section-news-footer-container{max-width:100%;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}.section-news-footer-categories-wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;border-bottom:1px solid #eee}.section-news-footer-category-column{flex:1;min-width:60px;max-width:120px;margin-bottom:.5rem}.section-news-footer-categories-title{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:#222;padding-bottom:.25rem}.section-news-footer-categories-list{display:flex;flex-direction:column;gap:.25rem;list-style:none;padding:0;margin:0}.section-news-footer-categories-item{margin-bottom:.15rem}.section-news-footer-categories-link{font-size:.85rem;color:#444;text-decoration:none;transition:color .2s ease}.section-news-footer-categories-link:hover{color:#0054a6}.section-news-footer-board-categories{width:100%;margin-bottom:1.5rem}.section-news-footer-board-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#222;padding-bottom:.25rem;border-bottom:1px solid #ddd}.section-news-footer-board-list{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:0}.section-news-footer-board-item{margin-bottom:.5rem}.section-news-footer-board-link{font-size:.9rem;color:#444;text-decoration:none;transition:color .2s ease}.section-news-footer-board-link:hover{color:#0054a6}.section-news-footer-divider{display:none}.section-news-footer-bottom-content{display:flex;flex-direction:column;gap:1rem;width:100%}.section-news-footer-company-details{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;font-size:.85rem;color:#777}.section-news-footer-address,.section-news-footer-registration,.section-news-footer-representative{margin:0;white-space:pre-wrap;word-break:keep-all;word-wrap:break-word;overflow-wrap:anywhere}.section-news-footer-logo-area{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem}.section-news-footer-logo{margin:0}.section-news-footer-logo-image{max-width:100%;height:auto;display:block}.section-news-footer-brand-description{font-size:.9rem;color:#666;line-height:1.5;margin:0;max-width:100%}.section-news-footer-right{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;width:100%}.section-news-footer-company{flex:1;min-width:220px;max-width:100%}.section-news-footer-company-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#222;padding-bottom:.35rem;border-bottom:1px solid #ddd}.section-news-footer-company-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;list-style:none;padding:0;margin:0}.section-news-footer-company-item{margin-bottom:.25rem}.section-news-footer-company-link{font-size:.9rem;color:#444;text-decoration:none;transition:color .2s ease}.section-news-footer-company-link:hover{color:#0054a6}.section-news-footer-subscribe{min-width:260px;max-width:400px}.section-news-footer-subscribe-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#222;padding-bottom:.35rem;border-bottom:1px solid #ddd}.section-news-footer-subscribe-form{display:flex;gap:.5rem}.section-news-footer-subscribe-input{flex:1;padding:.75rem;border:1px solid #ddd;font-size:.9rem}.section-news-footer-subscribe-button{padding:.75rem 1.25rem;background-color:#0054a6;color:#fff;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.section-news-footer-subscribe-button:hover{background-color:#003b73}.section-news-footer-copyright{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#888;padding:1rem;margin-top:1rem;border-top:1px solid #eee}.section-news-footer-copyright-text{text-align:left}.section-news-footer-copyright-powered-by{text-align:right;display:flex;align-items:center;gap:.5rem}.section-news-footer-copyright-powered-by img{height:auto;-o-object-fit:contain;object-fit:contain;vertical-align:middle}@media screen and (max-width:768px){.section-news-footer-copyright{height:auto;flex-direction:column;gap:.5rem;align-items:flex-start}.section-news-footer-copyright-powered-by{text-align:left}}.section-news-footer-top{width:100%;margin-bottom:1.5rem}.section-news-footer-main-categories{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.section-news-footer-divider{margin:1.5rem 0;border:0;border-top:1px solid var(--section-border-color);width:100%}.section-news-footer-middle{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.section-news-footer-info{flex:1;min-width:240px}.section-news-footer-links{flex:1;min-width:160px}.section-news-footer-subscribe{flex:1;min-width:240px}@media screen and (max-width:768px){.section-news-footer-main-categories{gap:1.5rem}.section-news-footer-middle{flex-direction:column;gap:1.5rem}.section-news-footer-info,.section-news-footer-links,.section-news-footer-subscribe{width:100%}}.section-board-comments{margin-top:2rem;border-top:1px solid #eaeaea;padding-top:1.5rem}.section-board-comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-board-comments-title{font-size:1.25rem;font-weight:600;color:#333;margin:0}.section-board-comments-count{color:#666}.section-board-comments-sort{display:flex;gap:.5rem;margin-bottom:1rem}.section-board-comments-sort-form{display:flex}.section-board-comments-sort-button{background:none;border:none;font-size:.9rem;color:#777;padding:.25rem .5rem;cursor:pointer}.section-board-comments-sort-active{font-weight:600;color:#333}.section-board-comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.section-board-comments-empty{padding:2rem;text-align:center;background-color:#f8f8f8;color:#666;border-radius:4px}.section-board-comment-item{padding:1rem;border:1px solid #eaeaea;border-radius:4px;background-color:#fff}.section-board-comment-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.section-board-comment-author{display:flex;align-items:center;gap:.75rem}.section-board-comment-avatar{width:2.5rem;height:2.5rem;background-color:#567;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;overflow:hidden}.section-board-comment-avatar-image{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.section-board-comment-author-info{display:flex;flex-direction:column}.section-board-comment-author-name{font-weight:600;color:#333;font-size:.95rem}.section-board-comment-date{font-size:.85rem;color:#888}.section-board-comment-actions{display:flex;align-items:center}.section-board-comment-reply-button{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;padding:.25rem .5rem}.section-board-comment-reply-button:hover{color:#333;text-decoration:underline}.section-board-comment-content{padding:.25rem 0}.section-board-comment-text{margin:0;font-size:.95rem;line-height:1.6;color:#333;white-space:pre-wrap}.section-board-comment-replies{margin-top:1rem;padding-left:1rem;border-left:2px solid #eaeaea}.section-board-comment-reply{padding:.75rem;margin-bottom:.5rem;background-color:#f8f9fa;border-radius:4px}.section-board-comment-reply:last-child{margin-bottom:0}.section-board-comment-reply-header{display:flex;gap:.75rem}.section-board-comment-reply-avatar{width:2rem;height:2rem;background-color:#67a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;overflow:hidden}.section-board-comment-reply-avatar-image{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.section-board-comment-reply-content{flex:1}.section-board-comment-reply-author{font-weight:600;color:#333;font-size:.9rem;margin-bottom:.25rem}.section-board-comment-reply-date{font-size:.8rem;color:#888;margin-left:.5rem;font-weight:400}.section-board-comment-reply-text{margin:0}.section-board-comment-reply-content-text{margin:0;font-size:.95rem;line-height:1.5;color:#333;white-space:pre-line}.section-board-comments-pagination{display:flex;justify-content:center;margin:1.5rem 0}.section-board-comments-pagination-container{display:flex;gap:.25rem}.section-board-comments-pagination-next,.section-board-comments-pagination-page,.section-board-comments-pagination-prev{padding:.35rem .75rem;background-color:#f5f5f5;border:1px solid #ddd;color:#555;font-size:.9rem;text-decoration:none}.section-board-comments-pagination-active{background-color:#567;color:#fff;border-color:#567}.section-board-comments-form-container{margin-top:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;border:1px solid #eaeaea}.section-board-comments-form-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#333}.section-board-comments-reply-info{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f0f0f0;border-radius:4px;margin-bottom:1rem}.section-board-comments-reply-target{font-size:.9rem;color:#555}.section-board-comments-reply-cancel{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;text-decoration:underline}.section-board-comments-form{display:flex;flex-direction:column;gap:1rem}.section-board-comments-form-textarea-container{position:relative}.section-board-comments-form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;resize:vertical;min-height:100px;font-size:.95rem;line-height:1.5}.section-board-comments-form-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.section-board-comments-form-info{font-size:.85rem;color:#777}.section-board-comments-form-submit{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background-color:#567;color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer}.section-board-comments-form-loading{width:1rem;height:1rem;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spinner .8s linear infinite}@media screen and (max-width:768px){.section-board-comment-header{gap:.5rem}.section-board-comment-header,.section-board-comments-form-footer{flex-direction:column;align-items:flex-start}.section-board-comments-form-submit{width:100%;justify-content:center}}.section-reporter-profile{display:flex;flex-direction:column;padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-reporter-header{display:flex;flex-direction:row;gap:1.5rem;margin-bottom:1.5rem}.section-reporter-avatar-wrapper{flex:0 0 33.333333%;display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.section-reporter-avatar{width:160px;height:160px;border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid #f5f7fa;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:1rem}.section-reporter-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-reporter-avatar-placeholder{width:100%;height:100%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.section-reporter-avatar-icon{color:#9ca3af;font-size:3rem}.section-reporter-name{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem;text-align:center}.section-reporter-position{font-size:1rem;font-weight:500;color:#6b7280;margin-bottom:.5rem;text-align:center}.section-reporter-social{display:flex;align-items:center;justify-content:center;margin-top:.5rem}.section-reporter-email{display:flex;align-items:center;color:#374151;text-decoration:none;transition:color .2s ease}.section-reporter-email:hover{color:#111827}.section-reporter-email-icon{margin-right:.25rem}.section-reporter-info{flex:0 0 66.666667%;padding-left:2rem}.section-reporter-bio-wrapper{margin-bottom:1.5rem}.section-reporter-bio-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.section-reporter-bio{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:1rem;white-space:pre-line}.section-reporter-meta{font-size:.875rem;color:#6b7280;margin-top:.75rem}.section-reporter-articles{background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-reporter-articles-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center}.section-reporter-articles-icon{margin-right:.5rem}.section-reporter-articles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.section-reporter-articles-item{padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.section-reporter-articles-link{color:#374151;font-weight:500;display:block;text-decoration:none;transition:color .2s ease}.section-reporter-articles-link:hover{color:#111827;text-decoration:underline}.section-reporter-articles-meta{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-top:.25rem}.section-reporter-articles-date,.section-reporter-articles-empty,.section-reporter-articles-views{color:#6b7280}.section-reporter-articles-more{margin-top:1rem;text-align:right}.section-reporter-articles-more-link{color:#6b7280;text-decoration:none;transition:color .2s ease}.section-reporter-articles-more-link:hover{color:#374151;text-decoration:underline}.section-reporter-back-wrapper{margin-bottom:1rem}.section-reporter-back-link{display:flex;align-items:center;color:#6b7280;text-decoration:none;transition:color .2s ease}.section-reporter-back-link:hover{color:#374151}.section-reporter-container{background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-reporter-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.section-reporter-empty{text-align:center;padding:2rem 0;color:#6b7280}.section-reporter-list{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:1.5rem}.section-reporter-card{text-decoration:none;color:inherit;display:block;transition:all .2s ease}.section-reporter-card-wrapper{display:flex;flex-direction:column;height:100%;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:box-shadow .2s ease}.section-reporter-card-wrapper:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-color:#9ca3af}.section-reporter-card-header{display:flex;align-items:center;margin-bottom:1rem}.section-reporter-card-avatar-wrapper{width:64px;height:64px;border-radius:50%;overflow:hidden;margin-right:1rem;border:1px solid #e5e7eb}.section-reporter-card-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-reporter-card-avatar-placeholder{width:100%;height:100%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.section-reporter-card-avatar-icon{color:#9ca3af;font-size:1.25rem}.section-reporter-card-content{flex:1}.section-reporter-card-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}.section-reporter-card-author-display-name{margin-left:.2rem}.section-reporter-card-position{font-size:.875rem;color:#6b7280}.section-reporter-card-description{color:#4b5563;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1;line-height:1.5}.section-reporter-card-footer{font-size:.875rem;color:#6b7280}.section-reporter-card-email{margin-bottom:.25rem}.section-reporter-card-date{color:#6b7280}.section-reporter-pagination{margin-top:1.5rem}.section-reporter-search-form{display:flex;margin:1.5rem 0}.section-reporter-search-input{flex-grow:1;padding:.5rem 1rem;border:1px solid #d1d5db;border-right:none;border-radius:.375rem 0 0 .375rem;font-size:.95rem;color:#111827;outline:none;transition:border-color .2s ease}.section-reporter-search-input:focus{border-color:#9ca3af;box-shadow:0 0 0 2px hsla(220,9%,46%,.1)}.section-reporter-search-button{display:flex;align-items:center;justify-content:center;background-color:#374151;color:#fff;border:none;padding:0 1rem;border-radius:0 .375rem .375rem 0;cursor:pointer;transition:background-color .2s ease}.section-reporter-search-button:hover{background-color:#111827}@media screen and (min-width:768px){.section-reporter-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.section-reporter-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.section-reporter-header{flex-direction:column}.section-reporter-avatar-wrapper{flex:0 0 100%;margin-bottom:1.5rem}.section-reporter-info{flex:0 0 100%;padding-left:0}}.section-article-comments{width:100%;margin:2rem 0 3rem;padding:1.5rem;background-color:#fff;border:1px solid #eaeaea}.section-article-comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eaeaea}.section-article-comments-title{font-size:1.35rem;font-weight:600;color:#222}.section-article-comments-count{font-size:1.1rem;font-weight:400;color:#777;margin-left:.5rem}.section-article-comments-sort{display:flex;gap:.5rem;margin-bottom:1rem}.section-article-comments-sort-form{display:inline-block}.section-article-comments-sort-button{background:none;border:none;font-size:.9rem;color:#777;padding:.25rem .5rem;cursor:pointer;transition:color .2s ease}.section-article-comments-sort-button:hover{color:#555}.section-article-comments-sort-active{color:#111;font-weight:500;border-bottom:2px solid var(--section-primary-color)}.section-article-comments-list{margin-bottom:1.5rem}.section-article-comments-empty{padding:2rem;text-align:center;color:#777;background-color:#f8f8f8;border-radius:4px;font-size:1rem}.section-article-comment-item{padding:1.25rem 0;border-bottom:1px solid #eaeaea}.section-article-comment-item:last-child{border-bottom:none}.section-article-comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.section-article-comment-author{display:flex;align-items:flex-start;gap:.75rem}.section-article-comment-avatar{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--section-primary-color);color:#fff;border-radius:50%;font-size:1.1rem;font-weight:500}.section-article-comment-avatar-img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.section-article-comment-author-info{display:flex;flex-direction:column}.section-article-comment-author-name{font-size:1rem;font-weight:600;color:#333;margin-bottom:.25rem}.section-article-comment-date{font-size:.85rem;color:#777}.section-article-comment-actions{display:flex;gap:.5rem}.section-article-comment-reply-button{background:none;border:none;font-size:.9rem;color:#666;padding:0;cursor:pointer;transition:color .2s ease}.section-article-comment-reply-button:hover{color:var(--section-primary-color);text-decoration:underline}.section-article-comment-content{padding-left:3.25rem}.section-article-comment-text{font-size:1rem;color:#333;line-height:1.6;margin:0;white-space:pre-line}.section-article-comment-replies{margin-top:1rem;padding-left:3.25rem}.section-article-comment-reply{background-color:#f8f8f8;border-radius:4px;padding:1rem;margin-bottom:.75rem}.section-article-comment-reply:last-child{margin-bottom:0}.section-article-comment-reply-header{display:flex;gap:.75rem;margin-bottom:.5rem}.section-article-comment-reply-avatar{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#777;color:#fff;border-radius:50%;font-size:.9rem;font-weight:500}.section-article-comment-reply-avatar-img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.section-article-comment-reply-content{flex:1}.section-article-comment-reply-author{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.25rem}.section-article-comment-reply-date{font-size:.8rem;color:#777;margin-left:.5rem;font-weight:400}.section-article-comment-reply-text{margin:0}.section-article-comment-reply-content-text{margin:0;font-size:.95rem;line-height:1.5;color:#333;white-space:pre-line}.section-article-comments-pagination{margin:1.5rem 0;display:flex;justify-content:center}.section-article-comments-pagination-container{display:flex;align-items:center;gap:.25rem}.section-article-comments-pagination-next,.section-article-comments-pagination-prev{padding:0 .5rem}.section-article-comments-pagination-next,.section-article-comments-pagination-page,.section-article-comments-pagination-prev{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border:1px solid #ddd;font-size:.9rem;transition:all .2s ease;color:#666;text-decoration:none}.section-article-comments-pagination-active{background-color:var(--section-primary-color);color:#fff;border-color:var(--section-primary-color)}.section-article-comments-form-container{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eaeaea}.section-article-comments-form-title{font-size:1.1rem;font-weight:600;color:#222;margin-bottom:1rem}.section-article-comments-reply-info{display:flex;justify-content:space-between;align-items:center;background-color:#f0f8ff;padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem}.section-article-comments-reply-target{font-size:.95rem;color:#468}.section-article-comments-reply-cancel{background:none;border:none;font-size:.85rem;color:#666;cursor:pointer;transition:color .2s ease}.section-article-comments-reply-cancel:hover{color:#c66;text-decoration:underline}.section-article-comments-form{display:flex;flex-direction:column;gap:1rem}.section-article-comments-form-textarea-container{position:relative}.section-article-comments-form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;background-color:#fff;font-size:1rem;color:#333;line-height:1.5;resize:vertical;min-height:120px;transition:border-color .2s ease}.section-article-comments-form-textarea:focus{border-color:var(--section-primary-color);outline:none}.section-article-comments-form-footer{display:flex;justify-content:space-between;align-items:center}.section-article-comments-form-info{font-size:.85rem;color:#777}.section-article-comments-form-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background-color:var(--section-primary-color);color:#fff;border:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.section-article-comments-form-submit:hover{background-color:var(--section-primary-hover-color,#456)}.section-article-comments-form-loading{width:1rem;height:1rem;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spinner .8s linear infinite}@media screen and (max-width:768px){.section-article-comment-header{flex-direction:column;gap:.5rem}.section-article-comment-actions{padding-left:3.25rem}.section-article-comments-form-footer{flex-direction:column;gap:1rem;align-items:flex-start}.section-article-comments-form-submit{width:100%;justify-content:center}}.section-article-keywords-container{background-color:var(--section-bg-color);border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.section-article-keywords-title{font-size:1.125rem;font-weight:500;color:var(--section-title-color);margin-bottom:.75rem}.section-article-keywords-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.section-article-keyword-item{display:inline-flex;align-items:center;padding:.375rem .75rem;background-color:#ebf5ff;color:#2563eb;border-radius:9999px;font-size:.875rem;transition:background-color .2s}.section-article-keyword-item:hover{background-color:#dbeafe;text-decoration:none}.section-article-reporters-container{margin:0;width:100%;max-width:100%;overflow-x:hidden}.section-article-reporters-title{font-size:.95rem;font-weight:500;color:#555;margin-bottom:.75rem}.section-article-reporters-scroll-container{position:relative;display:flex;align-items:center;width:100%;overflow-x:hidden}.section-article-reporters-wrapper{display:flex;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0;gap:1rem;scrollbar-width:thin;-ms-overflow-style:none;scrollbar-color:rgba(0,0,0,.1) transparent;flex-wrap:nowrap;box-sizing:border-box;-webkit-overflow-scrolling:touch}.section-article-reporters-wrapper::-webkit-scrollbar{height:4px}.section-article-reporters-wrapper::-webkit-scrollbar-track{background:transparent}.section-article-reporters-wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:10px}.section-article-reporter-profile{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:80px;max-width:100px;text-decoration:none;color:inherit;transition:transform .2s}.section-article-reporter-profile:hover{transform:translateY(-3px)}.section-article-reporter-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;margin-bottom:.5rem;border:2px solid #f0f0f0;background-color:#f5f5f5}.section-article-reporter-image-container{position:relative;width:100%;height:100%}.section-article-reporter-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-article-edit{height:28px}.section-article-reporter-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:#777;font-size:1.5rem;font-weight:500}.section-article-reporter-info{display:flex;flex-direction:column;width:100%}.section-article-reporter-name{font-size:.9rem;font-weight:500;margin-bottom:.1rem}.section-article-reporter-author-display-name{margin-left:.2rem;display:inline-block;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section-article-reporter-department{font-size:.75rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-article-reporters-scroll-button{position:absolute;z-index:2;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;transition:all .2s}.section-article-reporters-scroll-button:hover{background-color:#f5f5f5;transform:scale(1.1)}.section-article-reporters-scroll-left{left:-15px}.section-article-reporters-scroll-right{right:-15px}[data-youtube-embed]{position:relative;overflow:hidden;width:100%;max-width:100%}[data-youtube-embed] iframe{max-width:100%}@media screen and (max-width:768px){[data-youtube-embed] iframe{width:100%!important;height:auto!important;aspect-ratio:16/9}[data-youtube-embed][data-is-short=true] iframe{aspect-ratio:9/16;max-width:360px;margin:0 auto}}@media screen and (max-width:480px){[data-youtube-embed] iframe{max-height:250px}[data-youtube-embed][data-is-short=true] iframe{max-width:270px;max-height:480px}}.section-article-comment-reply-more{padding:.5rem 0 0 1rem}.section-article-comment-reply-more-button{padding:.35rem .75rem;background-color:#f5f5f5;border:1px solid #ddd;color:#555;font-size:.9rem;cursor:pointer;transition:all .2s ease}.section-article-comment-reply-more-button:hover{background-color:#e9e9e9}.section-article-comment-reply-more-button:disabled{opacity:.6;cursor:not-allowed}.section-article-comment-reply-more,.section-board-comment-reply-more{margin-top:12px;margin-bottom:10px;text-align:center}.section-article-comment-reply-more-button,.section-board-comment-reply-more-button{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;color:#666;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.section-article-comment-reply-more-button:hover,.section-board-comment-reply-more-button:hover{background-color:#e9e9e9;color:#333}.section-article-comment-reply-more-button:disabled,.section-board-comment-reply-more-button:disabled{opacity:.6;cursor:not-allowed}.section-article-comment-reply-toggle,.section-board-comment-reply-toggle{margin-top:8px;text-align:center}.section-article-comment-reply-toggle-button,.section-board-comment-reply-toggle-button{background:none;border:none;color:#3498db;cursor:pointer;font-size:.85rem;padding:4px 8px;transition:all .2s ease}.section-article-comment-reply-toggle-button:hover,.section-board-comment-reply-toggle-button:hover{color:#2980b9;text-decoration:underline}.section-article-comment-reply-loading,.section-board-comment-reply-loading{display:inline-block;width:1em;height:1em;margin-right:.5em;border:2px solid rgba(0,0,0,.1);border-top-color:#3498db;border-radius:50%;animation:comment-loading-spin 1s linear infinite}@keyframes comment-loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.youtube-caption{margin-bottom:2rem;font-size:.875rem;line-height:1.25rem}.section-news-header-language{position:relative;display:flex;align-items:center}.section-news-header-language-button{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--section-text-color);padding:.5rem}.section-news-header-language-dropdown{position:absolute;top:100%;right:0;background-color:var(--section-bg-color);border:var(--section-border-thin);border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:100;min-width:120px;padding:.5rem 0}.section-news-header-language-dropdown-button{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--section-text-color)}.section-news-header-language-dropdown-button:hover{background-color:var(--section-hover-color)}.section-news-header-language-links{display:flex;align-items:center;gap:.25rem;margin:.5rem 0}.section-news-header-language-link{background:none;border:none;padding:0 .25rem;font-size:.7rem;color:var(--section-text-color);cursor:pointer}.section-news-header-language-link:hover{text-decoration:underline}.section-news-header-language-link-separator{color:var(--section-muted-color);font-size:.5rem;padding:0 .25rem}.section-article-comment-delete-button{background:none;border:none;font-size:.9rem;color:#e74c3c;padding:0;cursor:pointer;transition:color .2s ease;margin-left:10px}.section-article-comment-delete-button:hover{color:#c0392b;text-decoration:underline}.section-article-comment-delete-button:disabled{opacity:.5;cursor:not-allowed}.section-article-comment-reply-actions{display:flex;align-items:center;margin-left:auto}.section-article-comment-reply-delete-button{background:none;border:none;font-size:.85rem;color:#e74c3c;padding:0;cursor:pointer;transition:color .2s ease}.section-article-comment-reply-delete-button:hover{color:#c0392b;text-decoration:underline}.section-article-comments-success-message{background-color:#d4edda;color:#155724;padding:.75rem 1rem;margin-bottom:1rem;border-radius:4px;border:1px solid #c3e6cb;text-align:center}.section-article-comment-deleted,.section-article-comment-reply-deleted{color:#999;font-style:italic;margin:0;padding:4px 0}.section-board-comment-delete-button{background:none;border:none;font-size:.9rem;color:#e74c3c;padding:0;cursor:pointer;transition:color .2s ease;margin-left:10px}.section-board-comment-delete-button:hover{color:#c0392b;text-decoration:underline}.section-board-comment-delete-button:disabled{opacity:.5;cursor:not-allowed}.section-board-comment-reply-actions{display:flex;align-items:center;margin-left:auto}.section-board-comment-reply-delete-button{background:none;border:none;font-size:.85rem;color:#e74c3c;padding:0;cursor:pointer;transition:color .2s ease}.section-board-comment-reply-delete-button:hover{color:#c0392b;text-decoration:underline}.section-board-comment-deleted,.section-board-comment-reply-deleted{color:#999;font-style:italic;margin:0;padding:4px 0}.section-board-comments-success-message{background-color:#d4edda;color:#155724;padding:.75rem 1rem;margin-bottom:1rem;border-radius:4px;border:1px solid #c3e6cb;text-align:center}.section-article-comments-login-required{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;text-align:center;margin-top:10px}.section-article-comments-login-message{font-size:1rem;color:#495057;margin-bottom:15px}.section-article-comments-login-button{display:inline-block;background-color:#4263eb;color:#fff;font-weight:600;padding:10px 20px;border-radius:4px;text-decoration:none;transition:background-color .2s}.section-article-comments-login-button:hover{background-color:#364fc7}.section-board-comments-login-required{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;text-align:center;margin-top:10px}.section-board-comments-login-message{font-size:1rem;color:#495057;margin-bottom:15px}.section-board-comments-login-button{display:inline-block;background-color:#4263eb;color:#fff;font-weight:600;padding:10px 20px;border-radius:4px;text-decoration:none;transition:background-color .2s}.section-board-comments-login-button:hover{background-color:#364fc7}.section-article-member-only{position:relative;margin-top:1rem}.member-only-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,hsla(0,0%,100%,.98) 0,hsla(0,0%,100%,.95) 20%,hsla(0,0%,100%,.85) 40%,hsla(0,0%,100%,.6) 60%,hsla(0,0%,100%,.3) 75%,hsla(0,0%,100%,.1) 85%,transparent);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);padding:2rem;text-align:center}.member-only-message{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:2rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}.member-only-message h3{font-size:1rem;margin:0 0 .5rem}.member-only-message p{font-size:.9rem;color:#666;margin:0 0 1rem}.member-only-actions{display:flex;gap:.5rem;justify-content:center}.btn-login,.btn-signup{padding:.4rem .8rem;font-size:.8rem;text-decoration:none;border:1px solid #ccc;background:#fff;color:#333}.btn-login:hover,.btn-signup:hover{background:#f5f5f5}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:1rem}.spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top-color:#333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-article-member-only-container{position:relative}.section-article-preview-content{position:relative;max-height:10rem;overflow:hidden}.section-article-preview-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(0deg,hsla(0,0%,100%,.9) 0,hsla(0,0%,100%,.7) 25%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.2) 70%,hsla(0,0%,100%,.05) 85%,transparent);pointer-events:none}@media screen and (max-width:1024px){.section-article-preview-content:after{height:120px}.member-only-overlay{padding:2rem}}@media screen and (max-width:768px){.section-article-preview-content:after{height:100px}.member-only-overlay{padding:1.5rem 1rem 1rem;background:linear-gradient(0deg,hsla(0,0%,100%,.98) 0,hsla(0,0%,100%,.95) 25%,hsla(0,0%,100%,.85) 45%,hsla(0,0%,100%,.6) 65%,hsla(0,0%,100%,.3) 80%,hsla(0,0%,100%,.1) 90%,transparent)}.member-only-message{padding:1rem}}@media screen and (max-width:480px){.section-article-preview-content:after{height:80px}.member-only-overlay{padding:1rem .75rem .75rem}.member-only-message{padding:.75rem;font-size:.9rem}}.fixed-right-wing{position:fixed;top:calc(var(--header-height, 100px) + var(--wing-margin-top, 16px) - var(--wing-bottom-adjust, 0px));right:0;display:flex;justify-content:flex-start;padding-left:64px;max-height:calc(100vh - var(--header-height, 100px) - 64px);overflow-y:hidden;left:calc(50vw + 540px)}@media (min-width:1600px){.fixed-right-wing{left:calc(50vw + 600px)}}.fixed-left-wing{position:fixed;top:calc(var(--header-height, 100px) + var(--wing-margin-top, 16px) - var(--wing-bottom-adjust, 0px));left:0;display:flex;justify-content:flex-end;padding-right:64px;max-height:calc(100vh - var(--header-height, 100px) - 64px);overflow-y:hidden;right:calc(50vw + 540px)}@media (min-width:1600px){.fixed-left-wing{right:calc(50vw + 600px)}}[data-type=video] iframe{aspect-ratio:16/9;height:auto}.shorts>[data-type=video] iframe{aspect-ratio:9/16;height:auto;width:calc(calc(100vh - 128px) * .5625)}.simplebox-content{display:inline-block}.section-sliding-news{width:100%;margin-bottom:.75rem;display:flex;flex-direction:column;position:relative;background-color:var(--section-bg-color);border:none}.section-sliding-news-empty{display:flex;align-items:center;justify-content:center;height:8rem;padding:.5rem;text-align:center;color:var(--section-muted-color);background-color:var(--section-accent-color);font-size:.95rem}.section-sliding-news-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.25rem;margin-bottom:.5rem}.section-sliding-news-title{position:relative;font-size:1.2rem;font-weight:700;color:#000;letter-spacing:-.01em;text-decoration:none}.section-sliding-news-title:hover{text-decoration:underline}.section-sliding-news-view-all{display:inline-flex;align-items:center;font-size:.85rem;color:var(--section-muted-color);font-weight:400;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease}.section-sliding-news-view-all:hover{text-decoration:none;background-color:var(--section-hover-color)}.section-sliding-news-container{position:relative;width:100%}.section-sliding-news-slider{position:relative;width:100%;overflow:hidden;border-radius:.5rem}.section-sliding-news-track{display:flex;transition:transform .3s ease-in-out;will-change:transform}.section-sliding-news-item{flex-shrink:0;padding:0 .375rem}.section-sliding-news-item article{height:100%;display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease}.section-sliding-news-item article:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.section-sliding-news-item a{display:block;text-decoration:none;color:inherit;height:100%}.section-sliding-news-item-image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background-color:#f0f0f0}.section-sliding-news-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease}.section-sliding-news-item:hover .section-sliding-news-item-image img{transform:scale(1.05)}.section-sliding-news-item-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.section-sliding-news-item-content h3{font-size:1rem;font-weight:600;color:var(--section-title-color)}.section-sliding-news-item-content h3,.section-sliding-news-item-content p{line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-sliding-news-item-content p{font-size:.875rem;color:var(--section-muted-color)}.section-sliding-news-item-content .section-sliding-news-item-date{font-size:.75rem;color:#999;margin-top:auto}.section-sliding-news-container button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background-color:hsla(0,0%,100%,.9);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-sliding-news-container button:hover{background-color:hsla(0,0%,100%,.95);box-shadow:0 4px 12px rgba(0,0,0,.2)}.section-sliding-news-container button:disabled{opacity:.5;cursor:not-allowed}.section-sliding-news-container button:disabled:hover{background-color:hsla(0,0%,100%,.9);box-shadow:0 2px 8px rgba(0,0,0,.1)}.section-sliding-news-container button:first-of-type{left:-1.25rem}.section-sliding-news-container button:last-of-type{right:-1.25rem}.section-sliding-news-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem}.section-sliding-news-dots button{position:static;transform:none;width:.5rem;height:.5rem;border-radius:50%;border:none;background-color:#ccc;cursor:pointer;transition:background-color .2s ease;box-shadow:none}.section-sliding-news-dots button:hover{background-color:#999}@media screen and (max-width:1024px){.section-sliding-news-container button:first-of-type{left:.5rem}.section-sliding-news-container button:last-of-type{right:.5rem}}@media screen and (max-width:768px){.section-sliding-news-item{padding:0 .25rem}.section-sliding-news-item-content{padding:.75rem}.section-sliding-news-item-content h3{font-size:.9rem}.section-sliding-news-item-content p{font-size:.8rem}.section-sliding-news-container button{width:2rem;height:2rem}.section-sliding-news-container button svg{width:12px;height:12px}[data-type=video] iframe{max-width:100%}}@media screen and (max-width:480px){.section-sliding-news{padding:1rem}.section-sliding-news-header{margin-bottom:1rem}.section-sliding-news-title{font-size:1.1rem}.section-sliding-news-view-all{font-size:.8rem;padding:.375rem .75rem}}