/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/***********  tag  ***********/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@600&display=swap");

@media screen and (max-width: 768px) {
    .tag #top .container {
        padding: 0px 20px !important;
    }
    .tag .posts-container {
        grid-template-columns: none !important;
        height: auto !important;
    }
    .tag .blog-archive-header {
        padding: 0px 20px !important;
    }
    .tag .page-header-no-bg.blog-archive-header {
        padding-top: 30px !important;
    }
    .tag .container-wrap {
        padding-top: 0px !important;
    }
    .tag .masonry-blog-item .post-thumbnail {
        padding-top: 50% !important;
    }
    .tag article {
        left: 0px !important;
    }
    .tag .post .content-inner {
        padding: 13px 20px 25px !important;
    }
    .tag .post-categories {
        font-size: 13px !important;
        letter-spacing: -0.1px;
    }
    .tag .masonry.classic_enhanced .masonry-blog-item h3.title {
        font-size: 20px !important;
        margin-top: 0;
        font-weight: 600;
        letter-spacing: -0.2px;
        line-height: 1.5;
        margin-bottom: 4px;
    }
    .tag .article-content-wrap .post-meta {
        margin-top: 0 !important;
    }
    .tag .masonry-blog-item {
        margin-bottom: 0px !important;
    }
    .tag .inner-wrap {
        margin-bottom: 0px !important;
    }
/*     .tag .post-header .post-meta .post-date {
        margin-right: 6px !important;
    } 
    .tag .post-header .post-meta a {
        margin-left: 6px !important;
    }
*/

    .tag .post-categories {
        margin: 1px 0 0;
    }

    .tag .post-header {
        margin-bottom: 0 !important;
    }

    .tag .posts-container {
        gap: 0 !important;
    }

    .tag .post-meta a {
        letter-spacing: -0.1px !important;
    }
    .tag .container .section-title {
        padding-bottom: 20px;
    }
}

    .masonry.classic_enhanced .post .post-meta a{
		vertical-align:baseline !important;
	}

/**/

/***********  main_상단헤더  ***********/

/* 헤더 스크롤 애니메이션 효과 */
#header-outer {
    transition: background-color 0.4s ease-in-out;
    background-color: rgba(255, 255, 255, 1);
}

#header-outer > header {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}
/*
#header-outer.header-hidden {
  background-color: rgba(255, 255, 255, 0);
}

#header-outer.header-hidden > header {
  opacity: 0;
}
*/
#header-outer.header-visible {
    background-color: rgba(255, 255, 255, 1);
}

#header-outer.header-visible > header {
    opacity: 1;
}

/* 플로팅 공유 버튼 스타일 */
.share_float_btn {
    --share-float-size: 36px; /* 기본 크기: 가로·세로 24px */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

/* 이미지 자체가 버튼인 경우 */
.share_float_btn img {
    margin: 0;
    cursor: pointer;
    display: block;
    width: var(--share-float-size, 24px);
    height: var(--share-float-size, 24px);
}

/* 모바일 반응형 */
@media screen and (max-width: 768px) {
    .share_float_btn {
        bottom: 15px;
        right: 15px;
    }
}

/* 메뉴 버튼 애니메이션 조정 */ /* 오른쪽 메뉴 스타일 */
.right-side {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.right-side .buttons {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.right-side .menu-item {
    margin-right: 20px;
}

.right-side .slide-out-widget-area-toggle {
    height: auto;
}

.nav_menu .sf-menu {
    display: flex;
}

.sf-menu li .menu-title-text{
	white-space: nowrap !important; 
}


.custom-header {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1000;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.3s ease;
}

.custom-logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

.custom-logo img {
    height: 50px;
}

.custom-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 0;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    box-shadow: none;
}

.nav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 16px 0;
    /*margin-left: 157px;*/
}

nav#customNav.custom-nav.fixed .nav_menu {
    margin-left: 157px;
}

.widthin {
    max-width: 1440px;
    display: flex;
    padding: 10px 0px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.custom-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1001;
    padding: 37px 20px 35px 20px !important;
    height: 62px !important;
}
@media (max-width: 767px) {
    .custom-nav.fixed {
        padding: 32px 20px 31px 20px !important;
    }
}

.custom-nav.fixed .floating-logo {
    opacity: 1;
    transform: translateX(0);
}

.nav_menu li {
    transition: all 0.3s ease;
    margin: 0 40px;
}
.custom-nav.fixed .nav_menu li {
    margin: 0 30px;
}
.nav_menu li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-menu-btn {
    display: none;
}

.floating-logo {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    height: 40px;
    left: 0px;
    z-index: 999;
    display: flex;
}

.floating-logo img {
    height: 31px;
}

.custom-nav.fixed .nav_menu {
    padding-left: 0px;
}
.custom-nav.fixed .header-right {
    position: relative;
    top: auto;
    transform: none;
    margin-left: auto;
    display: flex;
    align-items: center;
    right: 0px;
}
.custom-header .header-right {
    position: absolute;
    right: 0px;
    top: -60%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    right: 0px;
}

.subscribe-btn {
    font-weight: 700 !important;
    border: 1px solid #000;
    font-size: 13px !important;
    border-radius: 30px !important;
    padding: 6px 12px !important;

    color: #000;
    text-decoration: none;

    transition: background-color 0.3s ease, color 0.3s ease;
}

.subscribe-btn:hover {
    color: #000;
}

.menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.right-side {
    display: flex;
}

/* 기본 메뉴 컨테이너 스타일 */

.menu-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 구독안내 버튼 */
.subscribe-btn a {
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.subscribe-btn a:hover {
    background-color: #000;
    color: #fff;
}

.nav_right {
    display: flex;
    gap: 22px;
    align-items: center;
}
.nav_right li {
    font-size: 13px !important;
    font-weight: 600;
}
#top nav .nav_right li a {
    font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
    .custom-header {
        height: 80px;
        align-items: stretch;
        padding: 0px 20px;
    }
    .floating-logo {
        opacity: 1 !important;
        display: block;
    }
    .subscribe-btn a {
        padding: 6px 15px;
        font-size: 13px;
    }
    .custom-logo {
        display: block;
        visibility: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .custom-nav.fixed .floating-logo {
        opacity: 1;
        top: auto;
        padding-top: 5px;
        transform: none !important;
    }
    .custom-nav.fixed {
        display: flex !important;
    }
    .custom-nav {
        display: block;
        height: 0px;
    }
    .nav_menu {
        display: none;
    }
    .custom-menu-btn {
        display: block;
    }
    .nav_right .menu-item {
        display: none !important;
    }
    .custom-header .header-right {
        top: -150%;
    }
    .subscribe-btn {
        display: none;
    }
    .floating-logo {
        left: 0px;
        position: absolute;
        transform: none !important;
        top: -42px;
    }
    .tag #top .container {
        padding: 0px 20px !important;
    }
}

/***********  반응_  ***********/
@media (min-width: 769px) and (max-width: 1024px) {
}

@media screen and (max-width: 999px) {
    .container {
        max-width: 100%;
        padding: 0px 24px;
    }
    #top .container {
        padding: 0px 20px;
        /*  padding-top: 7px !important;*/
    }
    .slide-out-widget-area-toggle.mobile-icon .lines-button:after,
    .slide-out-widget-area-toggle.mobile-icon .lines:after,
    .slide-out-widget-area-toggle.mobile-icon .lines:before {
        height: 3px !important;
        width: 31px !important;
    }
    body[data-slide-out-widget-area-style="slide-out-from-right-hover"]
        .slide-out-widget-area-toggle.mobile-icon
        .lines:before,
    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before,
    #header-outer .left-aligned-ocm .lines:before {
        width: 31px !important;
    }
    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
        top: 8px;
    }
    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
        top: -8px;
    }
    .slide-out-widget-area-toggle.mobile-icon a > span {
        height: 23px;
    }
    body #header-outer .lines-button {
        top: 12px !important;
    }
}
@media screen and (max-width: 768px) {
    /*category*/
    .category .page-title {
        font-size: 32px !important;
        margin-top: 35px !important;
    }
    .subcategories-nav a {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}
/***********  404에러  ***********/
#error-404 {
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: left;
    padding: 100px 0;
}

#error-404 h1 {
    color: #000 !important;
    font-family: Poppins !important;
    font-size: 128px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1em !important; /* 18.75% */
    letter-spacing: 0.5px;
}

.error-message {
    margin-bottom: 40px;
}

.error-message p {
    color: #000;
    margin-top: 47px;
    display: block;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 142.857% */
    letter-spacing: 0.5px;
}

.error-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.error-buttons a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-button {
    background-color: #000;
    color: #fff !important;
}

.back-button {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
}

.home-button:hover,
.back-button:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 768px) {
    .error-message p {
        font-size: 13px;
    }
    #error-404 h1 {
        font-size: 88px !important;
    }
}
/***********  카테고리_new  ***********/
.category .page-title {
    margin-top: 100px;
    color: #000;
    font-family: Poppins;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 42.105% */
    letter-spacing: 0.5px;
}

.mx-auto {
    margin-bottom: 60px;
}

.subcategories-nav .flex-wrap {
    display: flex;
    gap: 36px;
}

article {
    position: relative;
}

.post .post-meta {
    position: inherit !important;
    left: 0;
    top: 0;
    border-right: 0px solid #e6e6e6 !important;
}
/*기본css 무효화*/
@media (max-width: 767px) {
    .post .post-meta {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .posts-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 17px;
    }
}

.post-card {
    transition: transform 0.3s ease;
}
@media (min-width: 768px) {
    .post-info {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .author .post-info {
        padding: 15px 20px 20px 20px;
    }
}

/*목록 기자명,날짜 공통디자인-카테고리,작가페이지,태그페이지(PC)*/
@media (min-width: 768px) {
    .post-card .post-meta a,
    .post-card .post-meta span,
    .result-content .meta-info .edit-text,
    .result-content .meta-info a,
    .result-content .meta-info .date,
    .content-inner .post-meta .post-date,
    .content-inner .post-meta a,
	.tag .post-header .post-meta span
 	{
        color: #909090;
        font-family: "Noto Sans KR";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 160% */
        /*letter-spacing: -0.6px;*/
        gap: 5px !important;
    }
	  
}

/*목록 카테고리 공통디자인-검색,작가페이지(PC) */
.result-content .category a {
    color: #5b5b5b;
    font-weight: 500;
}
/*목록 카테고리 공통디자인-검색,작가페이지(MO) */
@media (max-width: 767px) {
    .result-content .category a {
        color: #112 !important;
        font-weight: 400;
        letter-spacing: -0.1px;
    }
}

.post-card .post-thumbnail {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

/* .category .post-title {
  font-weight: 500 !important;
} */

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
.load-more-button {
  display: inline-block;
  text-align: center;
  margin: 2rem auto;
}*/

@media (max-width: 1024px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 690px) {
    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container .post .post-meta {
        display: block !important;
    }
}

@media (max-width: 768px) {
    article {
        /* margin-bottom: 10px !important; */
        /*무효화*/
        margin-bottom: 0 !important;
    }

    .subcategories-nav {
        margin-bottom: 22px !important;
    }

    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .category .container {
        padding: 0px !important;
    }

    .category .page-header {
        padding-left: 20px !important;
    }

    .category #top .container {
        padding: 0px 20px !important;
    }

    .subcategories-nav {
        margin-bottom: 40px;
        margin-top: 25px !important;
    }

    .subcategories-nav {
        overflow-x: auto;
        /* 가로 스크롤 활성화 */
        white-space: nowrap;
        /* 줄바꿈 방지 */
        -webkit-overflow-scrolling: touch;
        /* 부드러운 스크롤 */
        scrollbar-width: none;
        padding-left: 20px;
        margin-left: -20px;
    }

    .subcategories-nav::-webkit-scrollbar {
        display: none;
    }

    /*    .post-card .post-title{
	font-weight:500;
    font-size: 19px !important;
	margin-top: -1px !important;
	line-height: 1.4;
  }  */

    /*목록 기자명,날짜 공통디자인(MO)*/
    .post-card .post-meta span,
    .post-card .post-meta a,
    .author .date,
    .author .edit-text,
    .author .edit-text a,
    .result-content .meta-info .edit-text,
    .result-content .meta-info .edit-text a,
    .result-content .meta-info .date,
    .content-inner .post-meta .post-date,
    .tag .post-meta .post-date,
    .tag .post-meta a,
	.tag .post-meta span{ 
        font-size: 13px;
        color: #909090; /*909090*/
        font-weight: 400; /*500*/
        letter-spacing: -0.1px;
    }

    .content-inner .post-header .post-meta a {
        font-size: 13px !important;
        color: #909090; /*909090*/
        font-weight: 400; /*500*/
    }

    .post-card .post-meta {
        margin-top: -5px !important;
        /* 	margin-bottom:25px; */
    }

    /*목록 카테고리 공통디자인-카테고리페이지,관련기사(MO)*/
    /*   .related-post-info .related-post-category a,
  .post-card .post-category a{
    font-size: 13px !important;
	font-weight:500;
	letter-spacing: 0 !important;
	color: #5b5b5b !important;

  }
   */

    .related-post-info .related-post-category a,
    .post-card .post-category a {
        font-size: 13px !important;
        font-weight: 400;
        letter-spacing: -0.1px !important;
    }

    .subcategories-nav ul {
        display: inline-flex;
        /* 가로로 정렬 */
    }

    .subcategories-nav li {
        flex-shrink: 0;
        /* 아이템이 작아지지 않도록 고정 */
    }

    .subcategories-nav a {
        padding: 0 0px;
        /* 링크 간 간격 조정 */
        display: inline-block;
        /* 링크를 블록처럼 처리 */
    }

    .subcategories-nav .flex-wrap {
        gap: 20px;
        letter-spacing: -0.2px;
    }

    .container .post .post-meta {
        display: block !important;
    }

    /*250807추가 카테고리 기사 제목 우측 줄바꿈 대비*/
    /*목록공통디자인(MO)_카테고리(더보기 전)*/
    .category .post-info {
        /*  padding-left: 20px;
	padding-right: 5px;
    margin-top: 15px !important;
	margin-bottom: 10px !important; */
        padding: 13px 20px 25px;
    }

    .post-card .post-thumbnail {
        padding-bottom: 50%;
    }

    .category .posts-grid {
        gap: 0px;
    }
}

@media (max-width: 480px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    #load-more {
        max-width: calc(100% - 40px);
    }
}

#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #000 !important;
    font-size: 16px;
    width: 100%;
    color: #000;
    /*border: none;*/
    border-radius: 1px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#load-more:hover {
}

.no-posts {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    color: #555;
}

.subcategories-nav a {
    transition: all 0.3s ease;
    font-size: 20px;
    color: #909090;
}

.subcategories-nav {
    margin-bottom: 40px;
    margin-top: 62px;
}

.subcategories-nav a:hover {
}

.subcategories-nav .font-bold {
    position: relative;
}

.subcategories-nav .font-bold {
    color: #000;
}

@media (min-width: 768px) {
    /*목록 카테고리 공통디자인-카테고리,검색,기자페이지(PC)*/
    .post-card .post-category a,
    .result-content .category a {
        font-size: 14px;
        color: #112;
        font-weight: 400;
        letter-spacing: -0.3px;
    }
}

/* .post-card .post-meta {
  margin-top: 10px;
} */

/***********  검색결과 페이지  ***********/
.search .container-wrap input[type="text"] {
    font-size: 39px !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding: 0px !important;
}
body[data-form-submit="regular"] .container-wrap button[type="submit"],
body[data-form-submit="regular"] .container-wrap input[type="submit"] {
    padding: 15px 4px !important;
}

.search .container-wrap {
    padding-top: 60px;
}
.search .author,
.search .date {
    font-size: 15px;
    color: #909090;
}
/* Search Header Styles */
.search-header {
    margin-bottom: 60px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px 90px 0 0;
    position: relative;
}

.search-text {
    font-size: 32px;
    font-weight: 600;
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    padding-right: 100px;
}

.search-text::placeholder {
    color: #999;
    font-weight: normal;
}

.search-controls {
    position: absolute;
    right: 10px;
    display: flex;
    gap: 15px;
}

#search-form {
    display: none;
}

.search-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search .clear-search,
.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.search .circle-x {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #cecece;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.search-icon i {
    font-size: 30px;
    color: #000;
    font-weight: 800;
}

.search-border {
    height: 5px;
    background-color: #000;
}
@media (max-width:767px){
.search-border {
    height: 3px;
    background-color: #000;
}
}

/* Search Results Count Styles */
.search-results-count {
    margin-bottom: 40px;
    font-size: 18px;
    color: #333;
}

.quote-text {
    font-weight: 600;
}

.count-number {
    font-weight: 600;
    color: #000;
}

/* Grid Layout Styles */
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    margin-bottom: 50px;
}

/* Result Item Styles */
.search-result-item {
    display: flex;
    flex-direction: column;
}

.result-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 비율 */
    overflow: hidden;
}

.result-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.result-content {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    /*  gap: 10px; */
}

/*목록 카테고리 공통디자인-검색페이지(PC)*/
/* .search .category {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.75px;
} */

.search .title {
    order: 2;
}

.search .meta-info {
    order: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #999;
    font-size: 13px;
    /* margin-top: 4px; */
    gap: 5px;
}

.search .title {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: -1.05px;
    font-weight: 500;
}

.search .title a {
    /* color: #000; */
    text-decoration: none;
}

.search .title a:hover {
    color: #000;
}

/* Responsive Styles */
@media only screen and (max-width: 1000px) {
    .search-results-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 690px) {
    .search-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 470px) {
    .search-results-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .search .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .search .container {
        padding: 0px !important;
    }
    .search .page-header {
        padding-left: 20px !important;
    }
    .search #top .container {
        padding: 0px 20px !important;
    }
    .search .container-wrap input[type="text"] {
        font-size: 26px !important;
        font-weight: 700 !important;
        color: #000 !important;
        padding: 0px !important;
    }
    .search-header {
        padding: 30px 20px;
    }
    .search-results-count {
        padding: 0px 20px;
    }

    /*목록공통디자인(MO)-검색페이지*/
    .search .result-content,
    .tag .result-content {
        padding: 13px 20px 25px 20px;
    }

    .result-thumbnail {
        padding-bottom: 50% !important;
    }
    .result .posts-grid {
        gap: 0px !important;
    }
}
/***********  카테고리_서브카테고리 css  ***********/
#subcategory-list {
    text-align: left;
    margin-top: 58px;
    font-size: 21px;
}
#subcategory-list a {
    margin-right: 36px;
}
/***********  에디터_프로필  ***********/
.author .section-title h1 {
    display: none;
}
.author-meta img {
    width: 16px; /* 이미지 크기 */
    height: 16px; /* 이미지 크기 */
    display: inline-block;
    margin-bottom: 0px !important;
}
.nectar-author-gravatar {
    display: none;
}
.author-header {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: left;
    flex-direction: column;
    display: flex;
    max-width: 680px;
    margin-bottom: 55px;
}
.author-header {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.author-title {
    color: #000;

    font-family: "Noto Sans KR";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 50% */
    letter-spacing: 0.5px;
}
.author-meta {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    display: flex; /* Flexbox 사용 */
    flex-wrap: wrap; /* 여러 줄로 표현 가능 */
    gap: 10px; /* 요소 간 간격 */
    align-items: center; /* 이미지와 텍스트를 수평 가운데 정렬 */
}
.author-meta .author-email,
.author-meta .author-instagram {
    display: flex; /* Flexbox 사용 */
    align-items: center; /* 이미지와 텍스트를 수평 가운데 정렬 */
    gap: 5px; /* 이미지와 텍스트 간 간격 */
}

.author-meta a {
    color: #666;
    text-decoration: none;
    font-size: 16px; /* 텍스트 크기 */
}

.author-profile {
    padding: 0;

    max-width: 680px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.author-profile img {
    margin-bottom: 0px !important;
}

.author-post-count {
    font-size: 18px;
    color: #333;
}

.author-header_flex {
    display: flex;
    gap: 25px;
    align-items: baseline;
}

.author-name {
    font-size: 48px;
    margin: 0;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

.author-contacts {
    color: #333;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.contact-link {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}

.contact-link:hover {
    color: #666;
}

.contact-link i {
    font-size: 1em;
}

.author-description {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .author-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5em;
    }
}

.author .container-wrap {
    padding-top: 0px;
}

/* Author Header Styles */

/* Grid Layout Styles */
.author .search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    margin-bottom: 50px;
}

/* Result Item Styles */
.author .search-result-item {
    display: flex;
    flex-direction: column;
}

.author .result-thumbnail,
.tag .result-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 비율 */
    overflow: hidden;
}

.author .result-thumbnail img,
.tag .result-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.author .result-content {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}
@media (min-width: 768px) {
    .author .result-content .title {
        font-size: 22px;
        line-height: 1.5 !important;
        letter-spacing: -0.01em;
        font-weight: 600;
    }
}

.author .category {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.75px;
}

/* .author .title {
  order: 2;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -0.8px;
  font-weight: 500;
} */

.author .title a {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 줄바꿈 허용 */
}

.author .title a:hover {
    color: #000;
}

.author .meta-info {
    order: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #999;
    font-size: 13px;
    /*   margin-top: 4px; */
    gap: 5px;
}

/* Load More Button Styles */
.load-more-button {
    display: block;
    margin: 20px auto;
    background: none;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-button:hover {
    background: #000;
    color: #fff;
}

/* Responsive Styles */
@media only screen and (max-width: 1000px) {
    .author .search-results-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .author .search-results-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .author .container {
        padding: 0px !important;
    }
    .author #top .container {
        padding: 0px 20px !important;
    }
    .author-header {
        margin-top: 0px;
        padding: 0px 20px;
        margin-bottom: 30px;
    }
    .author-title {
        line-height: 28px;
        font-size: 24px;
    }
    .author-profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .author-meta a {
        font-size: 13px;
    }
    .author-meta {
        align-items: flex-start;
        flex-direction: column;
    }
    .author-profile {
        gap: 10px;
    }
    .author-meta {
        gap: 0px;
        margin-top: 0px;
    }
    .author-description {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5em;
        max-height: 3em;
    }

    /*목록공통디자인(MO)-작가페이지*/
    .author .result-content {
        padding: 13px 20px 25px 20px;
        gap: 0px;
    }

    .author .search-results-grid {
        gap: 0px;
    }
    .author .result-thumbnail {
        padding-bottom: 50% !important;
    }
    .author .meta-info {
        margin-top: 0px;
    }
    .author article {
        margin-bottom: 0px !important;
    }

    /*목록공통디자인(MO)-태그페이지*/
    .tag .result-content {
        padding: 15px 20px 25px 20px;
        gap: 0px;
    }

    .tag .search-results-grid {
        gap: 0px;
    }
    .tag .result-thumbnail {
        padding-bottom: 50% !important;
    }
    .tag .meta-info {
        margin-top: 0px;
    }
    .tag article {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 470px) {
    .author .search-results-grid {
        grid-template-columns: 1fr;
    }
}

/***********  post_single css  ***********/
.meta-comment-count {
    display: none;
}
.related-posts .article-content-wrap .excerpt {
    display: none !important;
}

.aligncenter {
    display: block;
    margin: 0px auto;
}

.single-post .post-content img {
    width: 100% !important;
    max-width: 840px;
}

@media (min-width: 768px) {
    .post-content .wp-block-image {
        margin: 30px 0 !important;
    }
}

.single-post .post-tags {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
body[data-ext-responsive="true"].single-post
    .container-wrap.no-sidebar
    .post-area {
    /* max-width: 840px !important; */
	max-width:750px !important;
    padding: 0px !important;
}
.single-post .post-meta-container {
    padding: 4em 0px 2em;
    margin-bottom: 2em;
    background: #fff;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.single-post .main-content {
    padding: 0px !important;
}

/* 250807추가 싱글 포스트 본문 안의 모든 <p> */
.single-post .post-content p {
    color: rgb(40, 40, 40);
    /*   word-break: break-all !important; */
}
.single .has-text-align-center{
	text-align:center;
}

@media (min-width: 768px) {
    .single-post .post-content .content-inner > p {
        margin: 30px 0;
    }

    .row .content-inner .wp-element-caption {
        margin-top: 2px;
        /* 	padding-top:10px !important;
	padding-left:0 !important;
	padding-bottom:0 !important; */
    }
}

@media (max-width: 767px) {
    .single-post .post-content p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: -0.02em;
    }
    .single-post .entry-title {
        font-weight: 600 !important;
    }
}

.single .category a {
    font-size: 14px;
    font-weight: 400;
    color: #112; /*#5b5b5b*/
}
@media (min-width: 769px) {
    .single .category a {
        font-size: 16px;
        color: #112;
    }
}

.single-post .entry-title {
    color: #112;
    font-family: "Noto Sans KR";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    /* 50% */
    letter-spacing: -0.4px;
}

.single-post .post-credits {
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .post-meta-container {
        padding: 2em 0px 2em !important;
        margin-bottom: 2em;
        background: #fff;
    }
}


.single .wp-video-shortcode{
	width:100%;
	height:auto;
}

.category-label {
    color: #5b5b5b;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.5px;
}
/*관련기사*/
.relative_container {
    border-top: 2px solid #000;
    margin-top: 100px;
}
.ascend .related-post-wrap h3.related-title,
.material .related-post-wrap h3.related-title {
    padding-top: 0 !important;
    display: none !important;
}
.related-post-wrap h3.related-title:not(.nectar-blog-single-section-title) {
    display: none !important;
}
.related-post-wrap[data-using-post-pagination="false"] {
    margin-top: 0px !important;
}
.relative_title {
    margin-top: 70px;
    margin-bottom: 30px;
}

/*250807추가*/
@media (max-width: 767px) {
    h4.related-post-title {
        line-height: 24px;
    }
}

.entry-title {
    margin-top: 10px;
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    /* 50% */
    letter-spacing: 0.5px;
}

.post-excerpt {
    margin-top: 10px;
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 114.286% */
    /* letter-spacing: 0.5px; */
}

.single-post .post-meta {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 15px;
}

.author,
.date {
    font-size: 21px;
    color: #666;
}

.single .post-meta span.author,
.single .post-meta span.author a,
.single .post-meta span.date {
    color: #909090;
}

.copy-url-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5em;
    color: #666;
    transition: color 0.3s ease;
}

.copy-url-btn:hover {
    color: #333;
}

/* 기존 헤더 숨기기 */
.single #page-header-wrap,
.single #page-header-bg,
.single .heading-title {
    display: none !important;
}

.single .container-wrap {
    padding-top: 0 !important;
}

.comments-section {
    display: none;
}

.post-tags {
    margin: 2em 0;
    padding: 1em 0;
    gap: 13px;
    display: flex;

    flex-wrap: wrap; /* 태그가 넘치면 줄바꿈 */
    gap: 10px; /* 태그 간의 간격 */
    width: 100%; /* 너비를 100%로 설정 */
}

.tag-link {
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

    /* 114.286% */
    letter-spacing: 0.5px;
    background: #fff;
    display: inline-flex;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .tag-link {
        height: 35px;
        padding: 0px 10px;
    }
}

@media (min-width: 768px) {
    .tag-link {
        height: 40px;
        padding: 6px 15px;
    }
    .post
        .content-inner
        div:not(.article-content-wrap):not(.post-header):not(
            .post-categories
        ):not(.post-meta) {
        margin: 30px 0;
    }
}

.post .content-inner div {
    max-width: 840px !important;
    width: 100% !important;
}

@media (max-width: 767px) {
    .single .post .content-inner div {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .post .content-inner > .article-image {
        width: 100vw !important;
        margin-left: -20px;
    }
}

/* ≤767px에서 wp-caption 중앙정렬된 캡션을 화면 가로 꽉 차게 */
@media (max-width: 767px) {
    /*기사 본문 내 캡션 있는 이미지*/
    .post .content-inner .wp-caption.aligncenter,
    .post .content-inner .wp-block-image {
        width: 100vw !important;
        margin-left: -20px !important;
    }
    /*기사 본문 내 캡션 없는 이미지*/
    .post .content-inner > p > img,
    .content-inner .wp-block-image .size-full > img {
        width: 100vw !important;
        margin-left: -20px !important;
    }
}
.post-tags .tag-link:hover {
    background-color: #fff !important;
    color: #333;
}

.post-credits {
    margin: 2em 0;
    padding: 1em 0;
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 190.476% */
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
    .credit-item {
        margin: 1em 0;
        color: #666;
        font-size: 0.8em;
    }
}

/*caption*/
.row .col .wp-caption .wp-caption-text,
.wp-caption .wp-caption-text {
    font-size: 15px;
    /*   padding: 10px 15px 8px 20px; */
    top: 0px;
    position: relative;
    border-left: 0px solid #000;
    line-height: 15px;
}
.row .content-inner .wp-element-caption {
    font-size: 15px;
    /*  padding: 10px 15px 0 20px; */
    top: 0px;
    position: relative;
    border-left: 0px solid #000;
    line-height: 25px;
}
.row .col img {
    margin-bottom: 0;
}

.wp-block-image :where(figcaption) {
    margin-top: 0;
}
@media (min-width: 768px) {
    .row .col .wp-caption .wp-caption-text,
    .wp-caption .wp-caption-text {
        line-height: 26px;
        margin-top: 14px;
        padding: 0;
    }

    .article-image {
        margin-top: 15px;
    }
}

.wp-caption .wp-caption-text,
.wp-element-caption {
    max-width: 100%;
    width: auto;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0);
    color: #676767 !important;
}

.related-post-wrap .row-bg-wrap .row-bg {
    background-color: rgba(0, 0, 0, 0);
}

body .related-posts[data-style="material"] .inner-wrap {
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0) !important;
    border-radius: 0px;
    overflow: hidden;
}

.related-posts[data-style="material"] .grav-wrap img {
    display: none;
}

.related-posts[data-style="material"] .grav-wrap .text {
    vertical-align: middle;
    display: flex !important;
    line-height: 0;
    flex-direction: row-reverse;
    align-items: center;
    color: #909090;
}

.related-posts[data-style="material"] .meta-category {
    padding: 20px 0px 0 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.masonry.material .masonry-blog-item .article-content-wrap,
.related-posts[data-style="material"] .article-content-wrap {
    padding: 10px 0px 20px 0px !important;
}

.related-posts[data-style="material"] .grav-wrap {
    position: static !important;
    bottom: 30px;
    left: 0px;
    width: 100%;
    display: flex;
    text-align: left;
    float: left;
}

body .related-posts[data-style="material"] .article-content-wrap {
    padding-bottom: 40px !important;
}

.related-posts[data-style="material"] .grav-wrap .text a:before {
    content: " |  Edit ";
    margin-left: 5px;
}

/* .single .post-excerpt {
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.2em;
} */

/*250814추가 기사 부제목 말줄임표 삭제*/
.single .post-excerpt {
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
    overflow: visible;
    text-overflow: clip;
    width: 100%;
    line-height: 1.5em;
    height: auto;
}

.single .post-excerpt:empty { display:none !important; }

/* 관련 기사 섹션 기본 스타일 */
.related-post-wrap {
    display: flex;
    gap: 16px;
}

@media (max-width: 767px) {
    .related-post-wrap {
        gap: 10px;
    }
}
.related-post-wrap .col {
    margin-right: 0% !important;
}

.related-post-wrap .span_3 {
    width: 100% !important;
}

/* 정사각형 이미지 컨테이너 */
.related-post-thumbnail {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 100%; /* 정사각형 비율 유지 */
    overflow: hidden;
    background-color: #f0f0f0; /* 이미지가 없을 경우 배경색 */
    margin-bottom: 24px;
}

.related-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* 이미지가 컨테이너를 채우도록 */
    object-position: center; /* 이미지 중심 정렬 */
    display: block; /* img의 기본 inline 문제 방지 */
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-category {
    padding-top: 24px;
}

/* 모바일 대응 (화면 너비 768px 이하) */
@media screen and (max-width: 768px) {
    .related-post-wrap {
        flex-direction: column; /* 세로 배열 */
        align-items: center; /* 중앙 정렬 */
    }

    .related-post-item {
        width: 100%; /* 모바일에서는 한 줄에 한 개씩 */
        max-width: 100%;
        margin-bottom: 5px; /* 카드 간 간격 */
    }
    .related-post-wrap .col {
        margin-bottom: 0px !important;
    }
    .related-post-item {
        flex-direction: row; /* 세로 배열 */
        display: flex;
        gap: 20px;
        align-items: center; /* 중앙 정렬 */
    }

    .related-post-thumbnail {
        gap: 20px;
        margin-bottom: 0px;
        display: block;
        width: 30%;
        min-width: 30%;
        position: relative;
        padding-bottom: 30%;
        aspect-ratio: 1/1;
    }
}

.orbit-wrapper .slider-nav .right,
.orbit-wrapper .slider-nav .left,
.progress li span,
.nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,
#pagination .next a:hover,
#pagination .prev a:hover,
.comment-list .reply a:hover,
.comment-list .reply a:focus,
.icon-normal,
.bar_graph li span,
.nectar-button[data-color-override="false"].regular-button,
.nectar-button.tilt.accent-color,
body .swiper-slide .button.transparent_2 .primary-color:hover,
#footer-outer #footer-widgets .col input[type="submit"],
.blog-recent .more-link span:hover,
.post-tags a:hover,
#to-top:hover,
#to-top.dark:hover,
body[data-button-style*="rounded"] #to-top:after,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.portfolio-items
    .col[data-default-color="true"]
    .work-item:not(.style-3)
    .work-info-bg,
.portfolio-items .col[data-default-color="true"] .bottom-meta,
.portfolio-items .col.nectar-new-item .inner-wrap:before,
.portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after,
.portfolio-filters a,
.portfolio-filters #sort-portfolio,
.project-attrs li span,
.portfolio-filters,
.portfolio-filters-inline[data-color-scheme="accent-color"],
.bottom_controls #portfolio-nav .controls li a i:after,
.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,
.single-portfolio .facebook-share a:hover,
.single-portfolio .twitter-share a:hover,
.single-portfolio .pinterest-share a:hover,
.single-post .facebook-share a:hover,
.single-post .twitter-share a:hover,
.single-post .pinterest-share a:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.post.quote .content-inner .quote-inner .whole-link,
.masonry.classic_enhanced
    .post.quote.wide_tall
    .post-content
    a:hover
    .quote-inner,
.masonry.classic_enhanced
    .post.link.wide_tall
    .post-content
    a:hover
    .link-inner,
.iosSlider .prev_slide:hover,
.iosSlider .next_slide:hover,
#header-outer .widget_shopping_cart a.button,
#header-outer a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link .cart-wrap span,
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer .widget_shopping_cart a.button,
body[data-header-format="left-header"]
    #header-outer[data-lhe="animated_underline"]
    #top
    nav
    ul
    li:not([class*="button_"])
    > a
    span:after,
#buddypress a.button:focus,
.swiper-slide .button.solid_color a,
.swiper-slide .button.solid_color_2 a,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
body[data-fancy-form-rcs="1"]
    .select2-container--default
    .select2-selection--single:hover,
body[data-fancy-form-rcs="1"]
    .select2-container--default.select2-container--open
    .select2-selection--single,
#top nav > ul > .button_solid_color > a:before,
#header-outer.transparent #top nav > ul > .button_solid_color > a:before,
.twentytwenty-handle,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.masonry.classic_enhanced .posts-container article .meta-category a:hover,
.blog-recent[data-style*="classic_enhanced"] .meta-category a:hover,
.masonry.classic_enhanced .posts-container article .video-play-button,
.masonry.material .masonry-blog-item .meta-category a:before,
.material.masonry .masonry-blog-item .video-play-button,
.masonry.material .quote-inner:before,
.masonry.material .link-inner:before,
.nectar-recent-posts-slider .container .strong span:before,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:focus,
.single
    .heading-title[data-header-style="default_minimal"]
    .meta-category
    a:hover,
.single
    .heading-title[data-header-style="default_minimal"]
    .meta-category
    a:focus,
.nectar-fancy-box:after,
.divider-small-border[data-color="accent-color"],
.divider-border[data-color="accent-color"],
.nectar-animated-title[data-color="accent-color"]
    .nectar-animated-title-inner:after,
#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,
#fp-nav.tooltip_alt ul li a span:after,
.nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox,
body
    .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"]
    .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not(
        [data-style="small"]
    )
    .play
    > .inner-wrap:before,
.span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,
.nectar-recent-posts-single_featured .strong a,
.post-area.standard-minimal .post .more-link span:before,
.nectar-slide-in-cart .widget_shopping_cart a.button,
.related-posts[data-style="material"] .meta-category a:before,
.post-area.featured_img_left .meta-category a:before,
body.material #page-header-bg.fullscreen-header .inner-wrap > a,
.nectar-hor-list-item[data-color="accent-color"]:before,
.material #sidebar .widget .tagcloud a:before,
.single .post-area .content-inner > .post-tags a:before,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.post-area.featured_img_left
    .posts-container
    .article-content-wrap
    .video-play-button,
.post-area.featured_img_left .post .quote-inner:before,
.post-area.featured_img_left .link-inner:before,
.nectar-recent-posts-single_featured.multiple_featured .controls li:after,
.nectar-recent-posts-single_featured.multiple_featured .controls .active:before,
.nectar-fancy-box[data-color="accent-color"]:not([data-style="default"])
    .box-bg:after,
body.material[data-button-style^="rounded"]
    .nectar-button.see-through.accent-color[data-color-override="false"]
    i,
body.material
    .nectar-video-box[data-color="default-accent-color"]
    .nectar_video_lightbox:before,
.nectar_team_member_overlay
    .team_member_details
    .bio-inner
    .mobile-close:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after,
.fancybox-navigation button:hover:before,
button[type="submit"]:hover,
button[type="submit"]:focus,
body[data-form-submit="see-through"] input[type="submit"]:hover,
body[data-form-submit="see-through"].woocommerce #respond input#submit:hover,
html body[data-form-submit="see-through"] button[type="submit"]:hover,
body[data-form-submit="see-through"]
    .container-wrap
    .span_12.light
    input[type="submit"]:hover,
body[data-form-submit="see-through"]
    .container-wrap
    .span_12.light
    button[type="submit"]:hover,
body.original .bypostauthor .comment-body:before,
.widget_layered_nav ul.yith-wcan-label li a:hover,
.widget_layered_nav ul.yith-wcan-label .chosen a,
.nectar-next-section-wrap.bounce a:before,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover {
    background-color: transparent !important;
}
@media (min-width: 769px) {
    .single .post-meta span.author,
    .single .post-meta span.date {
        font-size: 14px;
    }
}
@media (min-width: 769px) {
    .single .post-excerpt {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .share-url img {
        width: 20px;
    }
}
/*기사본문 p*/
.single-post p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
    .single .container {
        padding: 0px 20px !important;
    }
    .single .category-label {
        font-size: 13px;
    }
    .single .entry-title {
        font-size: 28px;
        line-height: 1.4;
        margin-top: 7px;
        /* word-break: normal !important; */
    }
    .share-url img {
        width: 18px;
    }

    .single-post .post-meta {
        margin-top: 7px;
        /*align-items: flex-end;*/
    }
    .single .post-excerpt {
        font-size: 14px;
        display: -webkit-box;
    }
    .single .author,
    .single .date {
        font-size: 13px;
        margin-top: 0px;
        font-weight: 400;
        letter-spacing: -0.3px;
    }

    /*   .single .post-excerpt {
    display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5em;
    max-height: 4em;
  } */
  
    .row .col .wp-caption .wp-caption-text,
    .wp-caption .wp-caption-text {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.5;
        word-break: normal !important;
        margin-top: 10px ;
        padding: 0 20px;
    }
	
	    .row .content-inner .wp-element-caption {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.5;
        word-break: normal !important;
        padding: 0 20px;
    }
	
    .tag-link {
        font-size: 13px;
    }
    @media (max-width: 767px) {
        .credit-item {
            font-size: 13px;
            margin: 0.5em;
            color: #666;
        }
    }
    .relative_title {
        font-size: 20px !important;
        /*250807추가 기사 하단 관련기사 마진*/
        margin-top: 25px !important;
        margin-bottom: 10px !important;
    }
    .relative_container {
        margin-top: 34px;
    }

    .copy-url-btn {
        /*margin-top: 10px;*/
        padding: 0em;
        border: 0;
        background: none;
        line-height: 0; /* 행간 제거 */
        display: inline-block; /* (필요 시 flex 등으로 바꿔도 OK) */
        vertical-align: middle;
    }

    .single-post p {
        font-size: 14px;
    }


    .post-content .wp-block-image {
        margin: 20px 0;
    }
}

/***********  포스트 카테고리  ***********/
.category_title {
    color: #000;
    font-family: Poppins;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 42.105% */
    letter-spacing: 0.5px;
    padding-bottom: 60px;
}

.nectar-post-grid-filters[data-align="left"] a {
    font-size: 21px;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap,
.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}

.masonry-blog-item .post-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 비율 */
    overflow: hidden;
}

.masonry-blog-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 이미지 hover 효과가 있다면 유지 */
.masonry-blog-item .post-thumbnail a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-categories {
    margin-top: 24px;
    color: #000;

    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: -0.3px;
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
    color: #000;

    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 114.286% */
    letter-spacing: -0.02em;
    margin: 7px 0;
}



.blog-recent[data-style*="classic_enhanced"] .post-meta,
.post-area.masonry.classic_enhanced .post .post-meta {
    padding: 0;
    z-index: 101;
    position: relative;
    border-top: 0;
    color: #909090;
    font-family: "Noto Sans KR";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    /* letter-spacing: -0.75px; */
}

.masonry.classic_enhanced .post .post-meta a {
    color: #909090;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
/*     letter-spacing: -0.75px; */
}

.tag .post-content .post-meta span{
	margin-right:0 !important;
}


/* .article-content-wrap .post-meta {
    margin-top: 20px !important;
} */
article {
    margin-bottom: 40px;
}
/* 아티클 아이템 간격 조절 */
.masonry-blog-item {
    margin-bottom: 40px !important;

    -webkit-margin-bottom: 40px !important; /* Safari 및 기타 웹킷 브라우저 */
    -ms-margin-bottom: 40px !important; /* IE 및 Edge */
}

/* 컨테이너 내부 여백 조정 */
.posts-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* 내부 컨텐츠 여백 */
.inner-wrap {
    margin-bottom: 20px !important;
}

/***********  SEARCH  ***********/

/***********  category  ***********/
.subheader {
    display: none;
}

.section-title h1 {
    font-size: 57px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px;
    letter-spacing: 0.5px !important;
}

.row .col.section-title {
    border-bottom: 0px !important;
}

.posts-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.posts-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
    padding: 0 15px !important;
}

.masonry-blog-item {
    width: 23.3%;
}

@media (max-width: 1500px) {
    .masonry-blog-item {
        width: 23%;
    }
}

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 32px !important;
    }
}
.section-title h1 {
    color: #000;
}

/***********  모바일 인기기사10  ***********/
.unique-popular-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px;
    margin-top: 27px;
}

.unique-popular-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 첫 번째 포스트 */
.unique-popular-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.unique-popular-main .unique-main-image {
    overflow: hidden;
    height: 200px; /* max-height 대신 height 사용 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.unique-main-image img {
    width: 100%;
    height: 100%; /* 부모 컨테이너의 높이와 동일하게 */
    object-fit: cover; /* contain 대신 cover 사용 */
    display: block;
}
@media (min-width: 768px) {
    .unique-main-content {
        margin-top: 10px;
    }
}

.unique-main-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}

.unique-post-category {
    font-size: 13px;
    color: #000;
}

/* 나머지 9개의 포스트 */
.unique-grid-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 10px -20px 20px;
    -webkit-overflow-scrolling: touch;
}

.unique-grid-wrapper::-webkit-scrollbar {
    display: none;
}

.unique-popular-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3열 레이아웃 */
    gap: 20px;
    width: 250%;
}

@media (max-width: 767px) {
    .unique-popular-grid {
        gap: 15px;
    }
}

.unique-grid-item {
    display: flex;
    flex-direction: column;

    background: #fff;
    overflow: hidden;
}

.unique-grid-content {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px; /* 이미지와 텍스트 사이 간격 */
}

.unique-grid-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.unique-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*  border-radius: 3px; */
}

.unique-grid-text {
    display: flex;
    flex-direction: column;
}

.unique-grid-title a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.9px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 최대 2줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 줄바꿈 허용 */
}

.related-post-info h4.related-post-title a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 줄바꿈 허용 */
}

body .wpb_text_column h2:last-child,
body .wpb_text_column h3:last-child {
    margin-bottom: 0px;
}
/***********  main_number_slider  ***********/
.main-visual {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 649px;
    overflow: hidden;
}
/*250822추가 */
@media screen and (max-width: 480px) {
    .main-visual,
    .slide-item {
        height: calc(80vh - 61px) !important;
    }
}
*/ .banner-slider {
    width: 100%;
    height: 100%;
}

.slide-item {
    position: relative;
    width: 100%;
    height: 649px;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}
.slide-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
    padding: 0px;
    color: #fff;
    z-index: 2;
    padding: 0px 110px;
}

.slide-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    font-weight: 500;
}
.slide-content .slide-title a {
    color: #fff !important;
}
.slide-content .slide-title {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #fff !important;
}
.slide-content a {
    color: #fff !important;
}
.slide-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    justify-content: flex-end;
}

.slide-nav .separator {
    margin: 0 3px;
}
.slider-prev,
.slider-next {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}
.slide-nav .current,
.slide-nav .separator,
.slide-nav .total {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .slide-nav .separator {
        margin: 0 1px;
    }

    .slide-nav .current,
    .slide-nav .separator,
    .slide-nav .total {
        color: #fff;
        font-size: 13px;
    }
}

/* 슬라이더 화살표 스타일 */
.banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.banner-slider .slick-prev {
    left: 20px;
}

.banner-slider .slick-next {
    right: 20px;
}
/* 슬라이더 기본 스타일 */
.banner-slider .slick-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.banner-slider .slick-active {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .slide-content .slide-title {
        font-size: 26px;
        line-height: 1.5em;
    }
    .slide-content h2 {
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
    }
    #top .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/***********  reset  ***********/
ul li {
    list-style: none;
}
p {
    padding-bottom: 0em !important;
}
.material .wpb_content_element,
.material .wpb_row {
    margin-bottom: 0em !important;
}
.nectar-bg-accent-color,
.nectar-bg-hover-accent-color:hover,
#ajax-content-wrap .nectar-bg-pseudo-accent-color:before,
[data-style="list_featured_first_row"] .meta-category a:before,
.tabbed > ul li .active-tab,
.tabbed > ul li .active-tab:hover,
.wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"]
    .flickity-page-dots
    .dot.is-selected:before,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"]
    blockquote.is-selected
    p,
.nectar_video_lightbox.nectar-button[data-color="default-accent-color"],
.nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover,
.nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap,
.flex-direction-nav a,
.carousel-prev:hover,
.carousel-next:hover,
.nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"]
    .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls="default"][data-control-color="accent-color"]
    .flickity-page-dots
    .dot:before,
.nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"]
    .visualized-total
    span,
[class*=" icon-"],
.toggle.open > .toggle-title a,
div[data-style="minimal"] .toggle.open > .toggle-title i:after,
div[data-style="minimal"] .toggle:hover > .toggle-title i:after,
div[data-style="minimal"] .toggle.open > .toggle-title i:before,
div[data-style="minimal"] .toggle:hover > .toggle-title i:before,
div[data-style="minimal_small"] .toggle.accent-color > .toggle-title:after,
.main-content .widget_calendar caption,
#footer-outer .widget_calendar caption,
.post .more-link span:hover,
.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner,
.nectar-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover,
.format-status .post-content .status-inner,
.nectar-post-grid-item.nectar-new-item .inner:before,
input[type="submit"]:hover,
input[type="button"]:hover,
body[data-form-submit="regular"] input[type="submit"],
body[data-form-submit="regular"] button[type="submit"],
body[data-form-submit="regular"]
    .container-wrap
    .span_12.light
    input[type="submit"]:hover,
body[data-form-submit="regular"]
    .container-wrap
    .span_12.light
    button[type="submit"]:hover,
#slide-out-widget-area,
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-split,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right,
.widget .material .widget .tagcloud a:before,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]
    .nectar-list-item-btn:hover,
#header-outer[data-lhe="animated_underline"]
    .nectar-header-text-content
    a:after,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice,
.woocommerce #review_form #respond .form-submit #submit,
#header-outer .nectar-menu-label:before {
    background: transparent !important;
}

body[data-button-style="slightly_rounded_shadow"]
    .wp-block-button
    > .wp-block-button__link:hover,
body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover,
body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus,
body[data-button-style="slightly_rounded_shadow"].ascend
    .nectar-button.see-through:hover,
body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover,
body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus,
body[data-button-style*="slightly_rounded"].single
    .heading-title[data-header-style="default_minimal"]
    .meta-category
    a:hover,
body[data-button-style*="slightly_rounded"]
    #page-header-bg[data-post-hs="default_minimal"]
    .inner-wrap
    > a:hover,
body[data-button-style="slightly_rounded_shadow"].woocommerce-cart
    .wc-proceed-to-checkout
    a.checkout-button:hover,
body[data-button-style="slightly_rounded_shadow"] .swiper-slide .button a:hover,
body[data-button-style="slightly_rounded_shadow"].ascend
    .nectar-button.see-through-2:hover,
body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button:hover,
body[data-button-style="slightly_rounded_shadow"].woocommerce-page
    .woocommerce
    p.return-to-shop
    a.wc-backward:hover,
body[data-button-style="slightly_rounded_shadow"]
    .sharing-default-minimal
    .nectar-love:hover,
body[data-button-style="slightly_rounded_shadow"]
    .sharing-default-minimal
    .nectar-social-inner
    > a:hover,
body[data-button-style="slightly_rounded_shadow"]
    .woocommerce.add_to_cart_inline
    a.button.add_to_cart_button:hover,
body[data-button-style="slightly_rounded_shadow"]
    .container-wrap
    input[type="submit"]:hover,
body[data-button-style="slightly_rounded_shadow"]
    .container-wrap
    button[type="submit"]:hover,
body[data-button-style="slightly_rounded_shadow"]
    .woocommerce-cart
    .wc-proceed-to-checkout
    a.checkout-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
}

.material.woocommerce-page[data-form-style="default"] input#coupon_code,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    border: 0px solid transparent;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before {
    background-color: #000 !important;
}
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after {
    background-color: #000 !important;
}

#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after {
    background-color: transparent !important;
}

/* 모든 라인 두께 통일 */
#top nav ul .slide-out-widget-area-toggle a .lines,
#top nav ul .slide-out-widget-area-toggle a .lines:before,
#top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: #000 !important;
    height: 3px !important; /* 모든 라인 두께 증가 */
    width: 31px !important;
    transition: all 0.3s ease;
}

/* 호버 상태의 메뉴 아이콘 - 모든 라인 유지 */
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after {
    background-color: #000 !important;
    opacity: 1 !important;
}
/* 호버시에도 두께 유지 */
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after {
    height: 3px !important;
}
/* 투명도 강제 적용 방지 */
#top nav ul .slide-out-widget-area-toggle a,
#top nav ul .slide-out-widget-area-toggle a > span,
#top nav ul .slide-out-widget-area-toggle a > span > i {
    opacity: 1 !important;
}

/* 라인 스타일 */
.lines-button.x2 .lines,
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
    width: 31px !important;
    height: 3px !important;
}

/* 라인 간격 조정 - 두꺼워진 만큼 간격도 조정 */
#top nav ul .slide-out-widget-area-toggle a .lines:before {
    top: -8px !important;
}

#top nav ul .slide-out-widget-area-toggle a .lines:after {
    top: 8px !important;
}
body #top .effect-shown .lines-button:after,
body #top .effect-shown .lines:after,
body #top .effect-shown .lines:before,
body #top .slide-out-widget-area-toggle a:hover .lines-button:after,
body #top .slide-out-widget-area-toggle a:hover .lines:after,
body #top .slide-out-widget-area-toggle a:hover .lines:before {
    transform: translateX(0px) !important;
}
.admin-bar .custom-nav.fixed {
    top: 30px;
}

/*카테고리 삭제*/
.related-post-category a[href*="main_banner"],
.related-post-category a[href*="popular10"],
.related-post-category a[href*="main_editors_pick"],
.post-categories a[href*="main_banner"],
.post-categories a[href*="popular10"],
.post-categories a[href*="main_editors_pick"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media screen and (max-width: 1440px) {
    .container {
        padding: 0px 20px;
    }
}

/***********  main  ***********/
#header-outer {
    z-index: 9995 !important;
}
/*
#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav>ul>li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle)>a {
  margin-bottom: 23px;
}
*/

#top .main_btn_1 a {
    font-weight: 700 !important;
    border: 1px solid #000;
    font-size: 13px !important;
    border-radius: 30px;
    padding: 7px 12px !important;
}

/* 2) 공유버튼 (li.mck-header-share-item) */
#menu-item-110184 {
    background-image: url("/wp-content/uploads/2025/08/msk_68b4c3ccba467.png");
}

/* (선택) hover 시 약간 강조 */
#top #menu-item-110184 > a:hover::before {
    opacity: 0.85;
}

@media (min-width: 1001px) {
    .right-aligned-menu-items nav ul {
        display: flex;
        gap: 25px !important;
        align-items: center;
    }
}
.right-aligned-menu-items nav ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
.r-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.lines:before,
.lines,
.lines:after {
    height: 3px !important;
    width: 31px !important;
}

.slide-out-widget-area-toggle .lines-button:after {
    height: 3px !important;
    width: 31px !important;
}

.main_c_1 .nectar-post-grid[data-grid-spacing="15px"] .nectar-post-grid-item {
    margin: 9.5px !important;
}

.main_c_1 {
    margin-top: 22px !important;
}

.main_c_1 .nectar-post-grid-item__meta-wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #909090 !important;
}

.main_c_1
    .nectar-post-grid[data-grid-spacing="15px"]
    .nectar-post-grid-item:nth-child(1) {
    margin-left: 0px !important;
}

.main_c_1 .nectar-post-grid-item__meta-wrap span {
    color: #909090 !important;
}

.main_c_2 .nectar-post-grid[data-grid-spacing="15px"] .nectar-post-grid-item {
    margin: 9.5px !important;
}

.main_c_2 {
    margin-top: 30px !important;
}

.main_c_2 .nectar-post-grid-item__meta-wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #909090 !important;
}

.main_c_2
    .nectar-post-grid[data-grid-spacing="15px"]
    .nectar-post-grid-item:nth-child(1) {
    margin-left: 0px !important;
}

.main_c_2 .nectar-post-grid-item__meta-wrap span {
    color: #909090 !important;
}

.meta-category .main_banner,
.meta-category .popular10,
.meta-category .main_editors_pick {
    display: none !important;
}

.meta-author img {
    display: none;
}

.nectar-post-grid .nectar-post-grid-item__meta-wrap > span:before {
    display: none !important;
}

.nectar-post-grid .nectar-post-grid-item__meta-wrap > span:nth-child(2):after {
    content: "|";
    padding-left: 0.5em;
}

.nectar-post-grid-item__meta-wrap {
    gap: 0.5em;
}

.main_d_1 {
    margin-top: 40px;
}
.nectar-post-grid .meta-category a:before {
    display: none !important;
}
.main_d_1
    .nectar-post-grid[data-grid-spacing="10px"]
    .nectar-post-grid-item:nth-child(1) {
    margin-left: 0px !important;
}

.main_d_1
    .nectar-post-grid[data-columns="2"][data-grid-spacing="10px"]
    .nectar-post-grid-item:nth-child(3) {
    width: calc(33.33% - 18px) !important;
    margin-left: 0px !important;
    margin-top: 13px;
}

.main_d_1
    .nectar-post-grid[data-columns="2"][data-grid-spacing="10px"]
    .nectar-post-grid-item:nth-child(4) {
    width: calc(33.33% - 18px) !important;
    margin-top: 13px;
}

.main_d_1
    .nectar-post-grid[data-columns="2"][data-grid-spacing="10px"]
    .nectar-post-grid-item:nth-child(5) {
    width: calc(33.33% - 18px) !important;
    margin-top: 13px;
}

.main_c_1 .nectar-post-grid-item__meta-wrap .meta-author-name:before {
    content: "Edit";
    margin-right: 5px;
}

/*header*/
.right-side ul > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.home .logo {
    margin: 0 auto;
    /* 또는 */
    text-align: center;
}

/* 메인 페이지가 아닐 때 로고 왼쪽 정렬 */
body:not(.home) .logo {
    margin: 0;
    /* 또는 */
    text-align: left;
}

/*footer*/
.f_list {
    display: flex;
    gap: 20px;
}

.f_list li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.f_icon {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.social-icon {
    height: 43px;
}
.social-icon img {
    margin-bottom: 0px !important;
}
#footer-outer,
#nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    background: #fff !important;
}

/*Top버튼*/

#to-top {
    display: none !important;
}
.scroll-top-btn {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease;
    border: none;
}

/* 특이성 올려서 이기기: body 속성 + 버튼 태그 + 클래스 중복 */
body[data-button-style] button.scroll-top-btn {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

@media screen and (max-width: 768px) {
    .scroll-top-btn {
        right: 20px;
        bottom: 20px;
    }
}

.scroll-top-btn.visible {
    opacity: 1;
    transform: translateY(0);
}

.arrow-up {
    width: 12px;
    height: 12px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg);
    margin-top: 4px;
}

.f_container {
    display: flex;
    justify-content: space-between;
    padding: 0px 80px;
}

.f_container_2 {
    background: #ececec;
}

.f_div_1 {
    width: 1440px;
    padding: 30px 0px 20px 0px;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 430px) {
    .f_div_1 {
        justify-content: center;
    }
}

.f_div_2 {
    width: 1440px;
    padding: 40px 0px 47px 0px;
    margin: 0 auto !important;
    display: flex;
    gap: 60px;
    align-items: center;
    position: relative;
}

#footer-widgets .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}

.f_div_2_2 {
    text-align: left;
    color: #000;
    font-weight: 400 !important;
}

.f_div_2_2 h5 {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.f_div_2_2 h6 {
    color: #3d3d3d !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin-top: 16px;
}

/*메인화면 제목 테블릿,pc 두께 600ver*/

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    font-size: 22px;
    color: #112;
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
    letter-spacing: -0.2px;
}

.meta-category a {
    letter-spacing: 0.4px;
}

.meta-category a,
.unique-post-category a,
.unique-post-category .category a,
.post-into .post-category .text-sm .text-gray-600 .mb-1 a {
    font-weight: 500;
    color: #112 !important; /*#5b5b5b #909090*/
}
.related-post-info .related-post-category a {
    font-weight: 400;
    color: #112 !important; /*#5b5b5b #909090*/
}

.meta-category a {
    font-size: ;
}

/*목록 기사제목 공통디자인 - 카테고리,검색,작가페이지(PC)*/
.post-card .post-title,
.result-content .title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #112;
    margin-top: 7px;
    /* order:2; */
}

.post-card .post-title {
    word-break: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important; /* 보여줄 줄 수 */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media (max-width: 767px) {
    /*250808추가 메인화면 모바일*/
    .item-main .meta-author,
    .item-main .meta-date {
        font-size: 12px;
        font-weight: 500;
    }

    .meta-category a,
    .unique-post-category a,
    .unique-post-category .category a,
    .post-into .post-category .text-sm .text-gray-600 .mb-1 a,
    .related-post-info .related-post-category a {
        font-size: 16px;
        font-weight: 400;
        color: #676767 !important; /*#676767 > #909090*/
    }

    /*-----------모바일 제목 font-weight:600 ver-----------*/

    /*최신 기사, 인기기사10 9개, 관련기사*/
    /*  	.item-main .post-heading,
	.unique-grid-title a,
	.related-post-info h4.related-post-title a,
	.post-into .post-title .text-lg .font-medium .leadint-tight .mb-0 a{
	   font-weight:600;
	   font-size:18px !important;
	   letter-spacing: -0.5px;
	   line-height: 1.5; 
}	
 */
    /*에디터's Pick, 인기기사10 1위*/
    /*     #editor_div .item-main .post-heading,
   .unique-main-content h3.unique-main-title,
   .unique-main-content h3.unique-main-title a{
	    font-size:20px !important;
		letter-spacing: -0.3px;
		line-height: 1.5;
   } */

    /*메인기사 카테고리 전체 (최신기사&에디터's Pick > 인기기사10 */
    /*  	.meta-category a,
	.unique-post-category a,
	.unique-post-category .category a,
	.related-post-info .related-post-category a,
	.post-card .post-category a,
    .author .category{
		font-size:13px;
		font-weight: 500;
		color:#5b5b5b !important;
	} */

    /*카테고리 목록*/
    /*   .post-card .post-title{
	    font-size:20px !important;
		letter-spacing: -0.3px;
		line-height: 1.5;
  } */

    /*author페이지 기사 제목*/
    /* 	.author .title {
	  order: 2;
	  font-size: 20px;
	  line-height: 1.5;
	  letter-spacing: -0.3px;
	  font-weight: 600;
} */

    /*-----------모바일 제목 font-weight:500 ver-----------*/

    /*메인 기사제목 공통디자인-최신 기사, 인기기사10 9개, 관련기사*/

    .item-main .post-heading,
    .related-post-info h4.related-post-title a {
        font-weight: 600 !important;
        font-size: 17px !important;
        letter-spacing: -0.4px !important;
        line-height: 1.4 !important;
        color: #112;
        word-break: normal !important;
    }
    .unique-grid-title a {
        font-weight: 600 !important;
        font-size: 16px !important;
        letter-spacing: -0.4px !important;
        line-height: 1.4;
        color: #112;
        word-break: normal !important;
    }

    /*에디터's Pick, 인기기사10 1위, 관련기사, */
    #editor_div .item-main .post-heading,
    .unique-main-content h3.unique-main-title,
    .unique-main-content h3.unique-main-title a,
    .post-into .post-title .text-lg .font-medium .leadint-tight .mb-0 a {
        font-size: 20px !important;
        font-weight: 600 !important;
        letter-spacing: -0.5px !important;
        line-height: 1.5 !important;
        color: #112;
    }

    /*메인기사 카테고리 전체 (최신기사&에디터's Pick > 인기기사10 */
    .meta-category a,
    .unique-post-category a,
    .unique-post-category .category a,
    .post-into .post-category .text-sm .text-gray-600 .mb-1 a,
    .related-post-info .related-post-category a {
        font-size: 13px;
        font-weight: 400;
        color: #112 !important; /*#676767 > #909090*/
        letter-spacing: -0.3px;
    }

    /*목록 카테고리 공통디자인-작가,검색페이지(MO)*/
    .result-content .category {
        font-size: 13px !important;
        font-weight: 400;
        letter-spacing: 0 !important;
        margin-bottom: 1px;
        color: #5b5b5b !important;
    }
    .result-content h2 {
        margin-bottom: 2px !important;
    }

    /*목록 기사제목 공통디자인 - 카테고리,검색,작가페이지(MO)*/
    .post-card .post-title,
    .post-card .post-title a,
    .result-content .title {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: -0.2px;
        font-weight: 600;
        color: #112;
        word-break: normal !important;
        margin-top: 0px;
        /* order:2; */
    }
}

.unique-grid-title a:visited,
.unique-grid-title a:hover,
.unique-grid-title a:focus,
.unique-grid-title a:active {
    text-decoration: none;
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 0px 0 !important;
    border: none;
}

body #footer-outer .row {
    padding: 0px 0 !important;
}

.m_no {
    display: block !important;
}

.pc_no {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .relative_container {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 999px) {
    .width80 {
        width: 80% !important;
    }
    .width20 {
        width: 20% !important;
    }
}

@media screen and (max-width: 768px) {
    .slide-content {
        padding: 0px 28px !important;
    }
    body .nectar-post-grid .nectar-post-grid-item .content .meta-category a {
        line-height: 0em !important;
    }
    .plus_img img {
        width: 13px !important;
    }
    .width80 {
        width: 80% !important;
    }
    .width20 {
        width: 20% !important;
    }

    /*250817 메인화면 슬라이드 여백 제거*/
    /*   .main_c_1 {
    margin-left: 29px;
  } */

    .main_c_1 {
        margin-left: 0px;
    }

    .wpb_row.vc_row-fluid.vc_row.full-width-content.nectar-overflow-hidden.carousel_dynamic-wrapper {
        padding-left: -18px !important;
    }
    .wpb_column:not([class*="vc_col-xs"]) {
        width: 100%;
        margin-bottom: 0px !important;
    }
    .slide-nav {
        justify-content: flex-start !important;
    }
    .m_no {
        display: none !important;
    }

    .pc_no {
        display: block !important;
    }

    .br_m {
        display: block;
    }

    .main_div_5 .right.img-with-aniamtion-wrap {
        text-align: center;
    }

    body
        .nectar-post-grid.phone-cols-2[data-grid-spacing="15px"]
        .nectar-post-grid-item {
        width: calc(55% - 10px) !important;
        margin: 5px !important;
    }

    .f_container {
        padding: 0px 20px;
    }

    .f_div_1 {
        width: 100%;
        padding: 20px 0px;
    }

    .f_list li {
        font-size: 13px;
    }

    .f_div_2 {
        width: 100%;
        padding: 40px 20px 47px 20px;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .f_icon {
        display: none;
    }

    .f_div_2_2 h5 {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .f_div_2_2 h6 {
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 15px !important;
        margin-top: 10px;
    }

    .f_div_2_1 img {
        max-width: 120px !important;
        margin-bottom: 0px !important;
    }

    .title_1 {
        font-size: 24px !important;
    }
}
/***********  off canvas  ***********/
/*search*/
.search-wrap input[type="text"] {
    background-color: #fff;
    border-radius: 0px !important;
    display: inline;
    font-size: 39px;
    width: 628px;
    font-weight: 600;
}
.search-form {
    display: flex;
    border-bottom: 4px solid #000 !important;
}
.search-widget-btn .text {
    display: none;
}
.search-wrap button[type="submit"] {
    background: transparent !important;
    color: #000;
    font-size: 30px;
}
.search-wrap [class*=" icon-"] {
    background-color: rgba(0, 0, 0, 0) !important;
}
.search-wrap input[type="text"]:focus {
    border: 0px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0) !important;
}
#new-off-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#new-off-canvas.open {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.off-canvas-menu {
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.off-canvas-logo {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.off-canvas-logo img {
    height: 40px;
    width: auto;
}

.close-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 32px;
    color: #000;
    font-weight: 100;
}
@media (max-width:767px){
	.close-button{
		font-size:26px;
	}
	
}

.search-wrap {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.search-text {
    font-size: 16px;
    color: #999;
    margin-right: 10px;
}

.search-wrap.focus .search-text {
    display: none;
}

.search-clear {
    display: none;
    background: none;
    border: none;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    background: #cecece;
    padding: 10px;
    border-radius: 50%;
}

.search-clear {
	position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 38px;
    z-index: 999;
    padding: 5px;
    margin-right: -5px;
}
/*250807추가 검색화면 X버튼*/
@media (max-width: 767px) {
    .search-clear {
        width: 24px !important;
        height: 24px !important;
    }
    button.search-widget-btn {
        transform: scale(1.3);
    }
}

.search-wrap.focus .search-clear {
    display: block;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.main-nav {
    flex: 1;
    display: flex;
    position: relative;
}

.primary-menu {
    /* width: 240px; */
	width: 600px;
    padding-right: 40px;
}

.primary-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-items > li {
    margin-bottom: 80px;
}

.primary-items > li > a {
    font-size: 39px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.primary-items > li > a:hover,
.primary-items > li.active > a {
    color: #000;
}

.primary-items .sub-menu {
    display: none;
}

.secondary-menu {
    padding-left: 40px;

    min-width: 200px;
}

.secondary-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.secondary-menu .sub-menu li {
    margin-bottom: 45px;
}

.secondary-menu .sub-menu a {
    font-size: 26px;
    color: #000000;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.secondary-menu .sub-menu a:hover {
    color: #000;
}

.footer-links {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    gap: 70px;
    justify-content: right;
    align-items: flex-end;
    flex-direction: column;
    /*  position: absolute; */
    bottom: 10%;
    right: 0px;
}

.site-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.site-links a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-links a:hover {
    color: #000;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-icon {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
    width: 43px !important;
}
.social-icon img {
    width: 43px !important;
}
.social-icon:hover {
    opacity: 0.6;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.submenu-toggle {
    display: none !important;
}
@media screen and (max-width: 1440px) {
    .off-canvas-menu {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .submenu-toggle {
        display: inline-block;
    }

    .search-clear {
        font-size: 20px !important;
        padding: 5px;
        border-radius: 50px;
        width: 30px;
        text-align: center;
        height: 30px;
        display: none;
        align-content: center;
        line-height: 0px;
    }
    .off-canvas-menu {
        padding: 20px;
    }
    .off-canvas-logo img {
        height: 24px;
        width: auto;
    }
    .main-nav {
        flex-direction: column;
    }

    .primary-menu {
        width: 100%;
        padding-right: 0;
    }

    .secondary-menu {
        padding-left: 20px;
        margin-top: 20px;
        border-left: none;

        padding-top: 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        right: auto;
    }

    .site-links {
        flex-direction: row;
        font-size: 15px;
        gap: 15px;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
    .search-wrap input[type="text"] {
        width: 100% !important;
    }
    .primary-items > li > a {
        font-size: 24px !important;
    }
    .primary-items > li {
        margin-bottom: 40px !important;
    }
    .secondary-menu {
        display: none;
    }
    .search-wrap input[type="text"] {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .off-canvas-logo {
        margin-bottom: 20px;
    }
    .search-form {
        width: 100%;
        border-bottom: 4px solid #000 !important;
    }
    .secondary-menu {
        display: none !important;
    }
    .secondary-menu .sub-menu a {
        font-size: 0px;
    }
    .primary-items {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .primary-items > li {
        margin-bottom: 15px;
    }

    .primary-items > li > a {
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        display: block;
    }

    .primary-items > li > a:after {
        content: "";
        /* background: url(/wp-content/uploads/2024/12/arrow_drop_down.png);  */
        background: url(/wp-content/uploads/2025/09/msk_68baa1fe2ffc9.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 10px;
    }

    .primary-items > li.active > a {
        color: #333;
    }

    .primary-items .sub-menu {
        display: none; /* 기본적으로 숨김 */
        list-style: none;
        padding: 5px 0 0;
        margin-left: 170px;
    }
	
    .primary-items .menu-item-117064 .sub-menu	{
       margin-left: 125px;
    }		
    .primary-items .menu-item-117065 .sub-menu	{
       margin-left: 165px;
    }		


    .primary-items .menu-item-117074 .sub-menu	{
       margin-left: 85px;
    }		

    .primary-items .menu-item-117078 .sub-menu {
        margin-left: 105px;
    }		
    .primary-items .menu-item-117080 .sub-menu {
        margin-left: 85px;
    }		
	
	.primary-items .menu-item-117082 .sub-menu{
       margin-left: 90px;		
	}
	.primary-items .menu-item-117086 .sub-menu{
       margin-left: 245px;		
	}

    .primary-items > li.active .sub-menu {
        display: block; /* 활성화된 2차 메뉴 표시 */
    }

    .primary-items .sub-menu li {
        margin-bottom: 10px;
    }

    .primary-items .sub-menu a {
        font-size: 16px;
        color: #666;
        text-decoration: none;
        padding-left: 20px;
        display: block;
    }

    .primary-items .sub-menu a:hover {
        color: #000;
    }
    .social-icon img {
        width: 33px !important;
    }
    .site-links a {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .off-canvas-logo {
        margin-bottom: 10px;
    }
    .footer-links {
        bottom: 4%;
    }
    .search-wrap {
        margin-bottom: 40px;
        padding: 0px !important;
    }
    .primary-items > li > a {
        font-size: 22px !important;
    }
    .primary-items > li {
        margin-bottom: 50px !important;
    }
	
	
    .primary-items .sub-menu li {
        margin-bottom: 10px;
    }
    .search-wrap button[type="submit"] {
        font-size: 23px;
        padding: 5px 11px;
    }
    .primary-items > li.active .sub-menu {
        margin-top: -30px !important;
    }
}

/* 250807추가 기사 링크 복사 아이콘 div태그 여백 없애기*/
.share-url {
    /*   display: inline-flex;        
  align-items: center; 
  margin-left:auto; */
    /*  margin-top:5px; */
    float: right;
}

@media (min-width: 768px) {
    .share-url {
        margin-top: 13px;
    }
}

@media (min-width: 768px) {
    .share-url .copy-url-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 11px;
        border-radius: 30px !important;
        border: 1px solid #000000;
        background: none;
    }
    .share-url .share-text {
        font-size: 13px;
        color: #112;
        line-height: 1;
        letter-spacing: -0.2px;
    }
}

@media (max-width: 767px) {
    .share-url .copy-url-btn {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        padding: 6px 10px;
        border: 1px solid #000000;
        border-radius: 18px !important;
        background: none;
    }
    .share-url .share-text {
        font-size: 11px;
        color: #112;
        line-height: 1;
    }
}

.copy-url-btn {
    /*margin-top: 10px;*/
    padding: 0em;
    border: 0;
    background: none;
    line-height: 0; /* 행간 제거 */
    display: inline-block; /* (필요 시 flex 등으로 바꿔도 OK) */
    vertical-align: middle;
}

/*250808추가 기사본문 모바일*/
@media screen and (max-width: 767px) {
    .content-inner blockquote {
        padding-left: 1.1em;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .content-inner p:not(.wp-caption-text) {
        margin-top: 20px;
        margin-bottom: 30px;
        margin-right: -2px;
    }
}

/*   @media screen and (max-width: 767px){
	  
	  .normal-container > .nectar-post-grid{
		  margin-left:0;
	  }
  } */
@media screen and (max-width: 768px) {
    .nectar-flickity.nectar-post-grid {
        padding-left: 17px;
    }
}

/*250820추가 메인화면 최신기사 날짜,기자명*/
.nectar-post-grid-item__meta-wrap,
.related-post-info .related-post-meta {
    display: none;
}

@media (min-width: 768px) {
    .related-post-info h4.related-post-title a {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
    }
    .related-post-info h4.related-post-title {
        margin-top: 7px;
    }
}

/*250821추가 에디터's pick*/
@media (max-width: 767px) {
    .item-main h4.post-heading a {
        word-break: normal !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important; /* 보여줄 줄 수 */
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* 그리드 카드 제목만 타겟 (원하는 컨테이너로 앞부분은 조정 가능) */

/*250820추가 기사제목 wordbreak*/
.item-main h4.post-heading span,
.unique-popular-main h3.unique-main-title a {
    word-break: normal !important;
    display: -webkit-box !important; /* a는 inline이라 박스로 바꿔야 함 */
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important; /* 보여줄 줄 수 */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media (min-width: 768px) {
    .nectar-post-grid .nectar-post-grid-item .content .post-heading {
        max-width: 95%;
    }
}
@media (max-width: 767px) {
    /*250820추가 메인 최신기사 여백*/
    .nectar-post-grid-wrap:not([data-style="content_overlaid"])
        .nectar-post-grid
        .nectar-post-grid-item
        .content {
        padding: 10px 0 15px !important;
    }
    /*250820추가 nav menu*/
    #header-outer #top nav > ul {
        padding: 20px 0;
    }
}

/*250821추가*/
#new-off-canvas .search-form .search-field::placeholder {
    color: #cecece !important;
}

#new-off-canvas input.search-field {
    padding: 10px 60px 10px 0;
}

.primary-items .sub-menu {
    font-weight: 500 !important;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    max-width: 90%;
}

/*250822추가 메인화면 여백*/
@media only screen and (max-width: 690px) {
    .vc_row.bottom_padding_phone_25px {
        padding-top: 42px !important;
    }
}
/*250822추가 메인화면 에디터s PICK 하단 여백 조정*/
@media only screen and (max-width: 479px) {
    .vc_row.bottom_padding_phone_25px {
        padding-bottom: 0 !important;
    }
}

.line {
    color: #909090 !important; /*#cecece*/
    font-size: 11px !important;
}

@media (min-width: 769px) {
    .f_div_2_1 img {
        max-width: 200px !important;
    }
}

.nectar-cta.border_thickness_3px .link_wrap {
    border-radius: 50px;
}

/* 제목 2줄 고정 (카드 높이 균일) */
.tag .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* ===== Header Share Button (mck-header-share) ===== */
.mck-header-share {
    display: inline-block;
    vertical-align: middle;
/*     width: 26px;
    height: 24px; */
    line-height: 26px;
    text-align: center;
    color: inherit;
    text-decoration: none;
}
.mck-header-share__icon {
    display: inline-block;
    width: 24px;
    height: 25px;
    fill: currentColor;
    vertical-align: middle;
}
@media (min-width: 1001px) {
    .mck-header-share__icon {
        display: inline-block;
        width: 34px;
        height: 34px;
        fill: currentColor;
        vertical-align: middle;
    }
}

.right-aligned-menu-items ul > li > a.mck-header-share {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.material
    #header-outer:not([data-format="left-header"])
    #top
    nav
    > ul
    > li.mck-header-share-item {
    margin: 0 !important;
}

#top nav > .buttons > li {
    margin: 0;
}

/* 모바일에서 공유 버튼 위치 조정 */
@media (max-width: 1000px) {
    /*   .mck-header-share { 
    padding: 0 10px; 
    margin-right: 10px;
  } */
    /* 모바일 아이콘 클러스터에서 공유 버튼이 메뉴 버튼 좌측에 오도록 */
    #header-outer .right-side {
        display: flex;
        flex-direction: row-reverse;
    }
    #header-outer .right-side .mck-header-share {
        order: 2;
    }
    #header-outer .right-side .slide-out-widget-area-toggle {
        order: 1;
    }
    #header-outer[data-format="menu-left-aligned"] .mck-header-share-item {
        order: -1;
        /*    margin: 0 15px 0 0; */
    }
}

/* 데스크탑에서 공유 버튼 위치 조정 */
@media (min-width: 999px) {
    /* menu-left-aligned 레이아웃에서 공유 버튼 배치 */
    #header-outer[data-format="menu-left-aligned"]
        .right-aligned-menu-items
        nav {
        display: flex;
    }
    #header-outer[data-format="menu-left-aligned"]
        .right-aligned-menu-items
        nav
        ul {
        flex-direction: row;
        display: flex;
        align-items: center;
    }
    #header-outer[data-format="menu-left-aligned"] .mck-header-share-item {
        /*     margin: 0 15px 0 0; */
    }

    /* centered-logo-between-menu-alt 레이아웃에서도 동일하게 적용 */
    #header-outer[data-format="centered-logo-between-menu-alt"]
        .right-aligned-menu-items
        nav
        ul {
        display: flex;
        align-items: center;
    }
    #header-outer[data-format="centered-logo-between-menu-alt"]
        .mck-header-share-item {
        /*     margin: 0 15px 0 0; */
    }
}

/* single + 모바일/태블릿에서 헤더 높이만 50px로 고정 */
@media (max-width: 1000px) {
    body.single #header-outer #top,
    body.single #header-outer #top .row {
        height: 50px !important;
        min-height: 50px !important;
    }

    /* 고정 헤더 사용 시 콘텐츠 겹침 방지용 - 필요 최소 */
    body.single #header-space {
        height: 50px !important;
        min-height: 50px !important;
    }
}

/* single + 모바일/태블릿에서 로고 높이 고정 (필요 최소) */
@media (max-width: 1000px) {
    body.single #header-outer #top #logo img {
        height: 20px !important; /* 원하면 22~28px 사이로 조절 */
        width: auto !important;
        max-height: none !important;
    }
}

@media (max-width: 1000px) {
    /* 햄버거 메뉴 스타일 */
    .single .sf-menu .off_menu > a,
	#menu-r_menu .off_menu > a,
    .tag .sf-menu .off_menu > a,
	#top .off_menu > a{
        display: block !important;
        width: 20px !important;
        height: 16px !important;
        position: relative !important;
        cursor: pointer !important;
    }

    /* 햄버거 3줄 두께만 변경 */
    .single .sf-menu .off_menu > a::before,
    .single .sf-menu .off_menu > a::after,
    .single .sf-menu .off_menu > a > span,
    #menu-r_menu .off_menu > a::before,
    #menu-r_menu .off_menu > a::after,
    #menu-r_menu .off_menu > a > span,
	.tag .sf-menu .off_menu > a::before,
	.tag .sf-menu .off_menu > a::after,
	.tag .sf-menu .off_menu > a > span,
	#top .off_menu > a::before,
	#top .off_menu > a::after,
	#top .off_menu > a > span{
        height: 2px !important; /* ← 원하는 두께(px)로 변경: 2~4px 권장 */
    }
}

#menu-item-116997 a .menu-title-text {
	white-space: nowrap;
}


body.single .post .content-inner>h2{
	color:rgb(40,40,40);
	font-size:26px;
	letter-spacing:-0.6px;
	line-height:1.5;
}	


body.single .post .content-inner>h3{
	color:rgb(40,40,40);
	font-size:24px;
	letter-spacing:-0.6px;
	line-height:1.5;
}


@media (max-width:767px){
	
/*회사소개, 광고제휴 헤더(MO)*/	
.page-id-117207 #top,
.page-id-117206 #top {
	padding:0 20px;
}

/*광고제휴 본문(MO)*/
.page-id-117206 div.container-wrap{
	padding: 0 20px;
}

.page-id-117206 .row .wpb_row{
	padding-top: 20px !important;
}

/*미디어킷, 광고/제휴문의 버튼*/
.black_btn{
	font-size:14px !important;
	margin:5px 0;
	font-weight:400px;
}
.wh_btn{
	font-size:14px !important;
	margin:5px 0 20px;
	font-weight:400px;
}

/*회사소개 상단여백*/
.page-id-117207 .container-wrap{
	padding-top:0 !important;
}
}

h3.post-title a, h2.title a, h4.related-post-title a { word-break:normal !important; }

