/* ============================================================
 * Eco Studio — 디럭스2 "누아르(NOIR)" 다크 매거진 레이어
 * 대상: deluxe-02 (blog_id 5, Soledad) — 무드(deluxe-01) 클론을 다크로 리스킨
 * 되돌리기: mu-plugin의 noir 로더 제거.
 * ============================================================ */

/* (A) 다크 팔레트 — Soledad --pc*-cl 변수 오버라이드 */
body.wp-theme-soledad{
  --pcbg-cl:#0f1114; --pcbg-l-cl:#15181c; --pcbg-d-cl:#0b0d10;
  --pctext-cl:#c9ced4; --pcheading-cl:#f2f3f5; --pcmeta-cl:#8b9199;
  --pcborder-cl:#23272d; --pcborders-cl:#23272d;
  --pcaccent-cl:#3fb9c9; --pclh-cl:#3fb9c9;
  background-color:#0f1114 !important; color:#c9ced4;
  font-family:"프리텐다드",Pretendard,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",sans-serif;
  -webkit-font-smoothing:antialiased; word-break:keep-all;
}
html{ background-color:#0f1114 !important; }

/* (B) 컨테이너: 대부분 투명(다크 상속) + 헤더/네비/푸터 다크 패널 */
#soledad_wrapper,#main,.theme-main,#content,.content-inner,.container,.penci-wrapper,
article,.post-entry,.content-column,.penci-standard-post,.penci-single-content,.type-post,
.penci-blog-wrapper,.penci-main-content,.penci-content-wrap,.row{ background:transparent !important; }
#header,.penci-header-wrap,.penci-header-standard{ background:#0f1114 !important; }
#navigation,.navigation,#navigation .menu .sub-menu,.navigation .menu .sub-menu,
#navigation ul.menu>li.megamenu>ul.sub-menu,#sidebar-nav,.penci-menu-hbg,.show-search,
#navigation.header-11>.container{ background:#14181c !important; }
#footer-section,#footer,#colophon,#footer-copyright,.penci-footer{ background:#0b0d10 !important; }

/* (C) 타이포: 헤딩 볼드 산세리프 라이트 / 본문 라이트 / 링크 틸 */
h1,h2,h3,h4,.penci-entry-title,.penci-entry-title a,.grid-title,.grid-title a,
.side-title-post,.side-title-post a,.penci-block-title,.block-title,.block-title-2,
.penci_grid_title_df,.single .post-title,.penci-slider44 .penci-title,.penci-featured .penci-title{
  font-family:"프리텐다드",Pretendard,-apple-system,"Apple SD Gothic Neo",sans-serif !important;
  font-weight:800 !important; color:#f2f3f5 !important; letter-spacing:-0.02em !important;
}
a{ color:#3fb9c9; }
.post-entry,.post-entry p,.post-entry li,.penci-post-excerpt,.grid-post-box-content p,
.penci-standard-post .item-content{ color:#c3c8ce !important; }
.entry-title a,.grid-title a,.side-title-post a{ color:#f2f3f5 !important; }
.entry-title a:hover,.grid-title a:hover,.penci-entry-title a:hover,.side-title-post a:hover{ color:#3fb9c9 !important; }
.penci-meta,.penci-post-meta,.penci-meta a,.entry-date,.meta-author,.byline,.updated{ color:#8b9199 !important; }
.widget-title,.penci-widget-title,.block-title-2 span,.penci-block-title span{ color:#f2f3f5 !important; }

/* (D) 이미지 홀더 로딩배경 / 인풋 / 보더 / 셀렉션 */
.penci-image-holder{ background-color:#15181c !important; }
input,textarea,select,.search-form input,#sidebar input[type="text"],.penci-search-form input{
  background:#15181c !important; color:#e5e8eb !important; border-color:#2a2f36 !important; }
::placeholder{ color:#7a818a !important; }
hr,.penci-hr,.penci-line{ border-color:#23272d !important; background:#23272d !important; }
::selection{ background:#3fb9c9; color:#0b0d10; }
.widget,#sidebar .widget{ border-color:#23272d !important; }

/* (E) 단일 글 h2: 무드 클론의 네이비박스(#0B2161) 리셋 → 다크 볼드 헤딩 + 틸 언더라인 */
body.wp-theme-soledad .single .entry-content h2,
body.wp-theme-soledad .post-entry h2{
  font-family:"프리텐다드",Pretendard,"Apple SD Gothic Neo",sans-serif !important;
  font-weight:800 !important; color:#f2f3f5 !important; font-size:1.6em !important;
  line-height:1.4 !important; margin:1.75em 0 .55em !important; letter-spacing:-0.02em !important;
  background:none !important; background-color:transparent !important; border:0 !important;
  box-shadow:none !important; border-radius:0 !important; padding:0 0 .5em 0 !important;
  position:relative !important; overflow:visible !important;
}
body.wp-theme-soledad .single .entry-content h2:after,
body.wp-theme-soledad .post-entry h2:after{
  content:"" !important; display:block !important; position:absolute !important;
  left:0 !important; bottom:0 !important; width:52px !important; height:3px !important;
  margin:0 !important; background:#3fb9c9 !important;
}
body.wp-theme-soledad .post-entry blockquote{
  border-left:3px solid #3fb9c9 !important; background:none !important; color:#e3e6ea !important;
  font-weight:600 !important; font-style:normal !important; padding:.3em 0 .3em 1.4em !important; quotes:none !important; }
body.wp-theme-soledad .post-entry blockquote:before,
body.wp-theme-soledad .post-entry blockquote:after{ content:none !important; }

/* (F) 버튼/네비 액티브: 밝은 틸 배경 + 어두운 글자 */
.penci-readmore-btn.penci-btn-make-button a,.penci-featured-cat-seemore.penci-btn-make-button a,
.penci-readmore-btn a,.penci-block-load-more a{ color:#0b0d10 !important; background:#3fb9c9 !important; }
.penci-featured-slider-button a{ color:#ffffff !important; border-color:#ffffff !important; }
.penci-featured-slider-button a:hover{ background:#ffffff !important; color:#0b0d10 !important; }
#navigation .menu>li:hover>a,#navigation .menu>li.current-menu-item>a,
#navigation .menu>li.current_page_item>a,#navigation .menu>li.current-menu-ancestor>a{ color:#0b0d10 !important; background:#3fb9c9 !important; }

/* (G) 목차(penci-toc) 다크 */
body.wp-theme-soledad .penci-toc{ background:#15181c !important; border:1px solid #23272d !important; border-radius:10px !important; }
body.wp-theme-soledad .penci-toc-title{ color:#f2f3f5 !important; font-weight:800 !important; }
body.wp-theme-soledad .penci-toc-link{ color:#aab0b7 !important; }
body.wp-theme-soledad .penci-toc-link:hover,body.wp-theme-soledad .penci-toc-link.active{ color:#3fb9c9 !important; }

/* (H) 로고 크기 */
#logo img.penci-mainlogo{ max-height:64px !important; width:auto !important; }

/* (I) 슬라이더: 3:2 유지(무드에서 상속되지만 명시) */
.penci-slider44-main-wrapper .item-inner-content{ height:auto !important; aspect-ratio:2.1 !important; }

/* ===== (Z) 파랑/네이비 하드코딩 자동치환(다크형) — 아래 자동생성 ===== */
.editor-styles-wrapper, body{--pcaccent-cl:#3fb9c9 !important;}
.penci-menuhbg-toggle:hover .lines-button:after, .penci-menuhbg-toggle:hover .penci-lines:before, .penci-menuhbg-toggle:hover .penci-lines:after,.tags-share-box.tags-share-box-s2 .post-share-plike,.penci-video_playlist .penci-playlist-title,.pencisc-column-2.penci-video_playlist .penci-video-nav .playlist-panel-item, .pencisc-column-1.penci-video_playlist .penci-video-nav .playlist-panel-item,.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar-thumb, .pencisc-button, .post-entry .pencisc-button, .penci-dropcap-box, .penci-dropcap-circle, .penci-login-register input[type="submit"]:hover, .penci-ld .penci-ldin:before, .penci-ldspinner > div{background:#3fb9c9 !important;}
a, .post-entry .penci-portfolio-filter ul li a:hover, .penci-portfolio-filter ul li a:hover, .penci-portfolio-filter ul li.active a, .post-entry .penci-portfolio-filter ul li.active a, .penci-countdown .countdown-amount, .archive-box h1, .post-entry a, .container.penci-breadcrumb span a:hover,.container.penci-breadcrumb a:hover, .post-entry blockquote:before, .post-entry blockquote cite, .post-entry blockquote .author, .wpb_text_column blockquote:before, .wpb_text_column blockquote cite, .wpb_text_column blockquote .author, .penci-pagination a:hover, ul.penci-topbar-menu > li a:hover, div.penci-topbar-menu > ul > li a:hover, .penci-recipe-heading a.penci-recipe-print,.penci-review-metas .penci-review-btnbuy, .main-nav-social a:hover, .widget-social .remove-circle a:hover i, .penci-recipe-index .cat > a.penci-cat-name, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a:hover, #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content a, #bbpress-forums li.bbp-body ul.topic p.bbp-topic-meta a, #bbpress-forums .bbp-breadcrumb a:hover, #bbpress-forums .bbp-forum-freshness a:hover, #bbpress-forums .bbp-topic-freshness a:hover, #buddypress ul.item-list li div.item-title a, #buddypress ul.item-list li h4 a, #buddypress .activity-header a:first-child, #buddypress .comment-meta a:first-child, #buddypress .acomment-meta a:first-child, div.bbp-template-notice a:hover, .penci-menu-hbg .menu li a .indicator:hover, .penci-menu-hbg .menu li a:hover, #sidebar-nav .menu li a:hover, .penci-rlt-popup .rltpopup-meta .rltpopup-title:hover, .penci-video_playlist .penci-video-playlist-item .penci-video-title:hover, .penci_list_shortcode li:before, .penci-dropcap-box-outline, .penci-dropcap-circle-outline, .penci-dropcap-regular, .penci-dropcap-bold{color:#3fb9c9 !important;}
.penci-home-popular-post ul.slick-dots li button:hover, .penci-home-popular-post ul.slick-dots li.slick-active button, .post-entry blockquote .author span:after, .error-image:after, .error-404 .go-back-home a:after, .penci-header-signup-form, .woocommerce span.onsale, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce div.product .entry-summary div[itemprop="description"]:before, .woocommerce div.product .entry-summary div[itemprop="description"] blockquote .author span:after, .woocommerce div.product .woocommerce-tabs #tab-description blockquote .author span:after, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .pcheader-icon.shoping-cart-icon > a > span, #penci-demobar .buy-button, #penci-demobar .buy-button:hover, .penci-recipe-heading a.penci-recipe-print:hover,.penci-review-metas .penci-review-btnbuy:hover, .penci-review-process span, .penci-review-score-total, #navigation.menu-style-2 ul.menu ul.sub-menu:before, #navigation.menu-style-2 .menu ul ul.sub-menu:before, .penci-go-to-top-floating, .post-entry.blockquote-style-2 blockquote:before, #bbpress-forums #bbp-search-form .button, #bbpress-forums #bbp-search-form .button:hover, .wrapper-boxed .bbp-pagination-links span.current, #bbpress-forums #bbp_reply_submit:hover, #bbpress-forums #bbp_topic_submit:hover,#main .bbp-login-form .bbp-submit-wrapper button[type="submit"]:hover, #buddypress .dir-search input[type=submit], #buddypress .groups-members-search input[type=submit], #buddypress button:hover, #buddypress a.button:hover, #buddypress a.button:focus, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover, #buddypress input[type=submit]:hover, #buddypress div.pagination .pagination-links .current, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li a:hover, #buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.wp-profile-fields thead tr, #buddypress table.messages-notices thead tr, #buddypress table.forum thead tr, #buddypress input[type=submit]{background-color:#3fb9c9 !important;}
.penci-pagination ul.page-numbers li span.current, #comments_pagination span{background:#3fb9c9 !important; border-color:#3fb9c9 !important;}
.footer-instagram h4.footer-instagram-title > span:before, .woocommerce nav.woocommerce-pagination ul li span.current, .penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover, .penci-recipe-heading a.penci-recipe-print:hover,.penci-review-metas .penci-review-btnbuy:hover, .home-featured-cat-content.style-14 .magcat-padding:before, .wrapper-boxed .bbp-pagination-links span.current, #buddypress .dir-search input[type=submit], #buddypress .groups-members-search input[type=submit], #buddypress button:hover, #buddypress a.button:hover, #buddypress a.button:focus, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover, #buddypress input[type=submit]:hover, #buddypress div.pagination .pagination-links .current, #buddypress input[type=submit], form.pc-searchform.penci-hbg-search-form input.search-input:hover, form.pc-searchform.penci-hbg-search-form input.search-input:focus, .penci-dropcap-box-outline, .penci-dropcap-circle-outline{border-color:#3fb9c9 !important;}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{border-top-color:#3fb9c9 !important;}
.penci-slider ol.penci-control-nav li a.penci-active, .penci-slider ol.penci-control-nav li a:hover, .penci-related-carousel .penci-owl-dot.active span, .penci-owl-carousel-slider .penci-owl-dot.active span{border-color:#3fb9c9 !important; background-color:#3fb9c9 !important;}
.woocommerce .woocommerce-message:before, .woocommerce form.checkout table.shop_table .order-total .amount, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price, .woocommerce div.product .entry-summary div[itemprop="description"] blockquote:before, .woocommerce div.product .woocommerce-tabs #tab-description blockquote:before, .woocommerce div.product .entry-summary div[itemprop="description"] blockquote cite, .woocommerce div.product .entry-summary div[itemprop="description"] blockquote .author, .woocommerce div.product .woocommerce-tabs #tab-description blockquote cite, .woocommerce div.product .woocommerce-tabs #tab-description blockquote .author, .woocommerce div.product .product_meta > span a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce ul.cart_list li .amount, .woocommerce ul.product_list_widget li .amount, .woocommerce table.shop_table td.product-name a:hover, .woocommerce table.shop_table td.product-price span, .woocommerce table.shop_table td.product-subtotal span, .woocommerce-cart .cart-collaterals .cart_totals table td .amount, .woocommerce .woocommerce-info:before, .woocommerce div.product span.price, .penci-container-inside.penci-breadcrumb span a:hover,.penci-container-inside.penci-breadcrumb a:hover{color:#3fb9c9 !important;}
.standard-content .penci-more-link.penci-more-link-button a.more-link, .penci-readmore-btn.penci-btn-make-button a, .penci-featured-cat-seemore.penci-btn-make-button a{background-color:#3fb9c9 !important;}
.penci-vernav-toggle:before{border-top-color:#3fb9c9 !important;}
.headline-title{background-color:#3fb9c9 !important;}
.headline-title.nticker-style-2:after, .headline-title.nticker-style-4:after{border-color:#3fb9c9 !important;}
a.penci-topbar-post-title:hover{color:#3fb9c9 !important;}
ul.penci-topbar-menu > li a:hover, div.penci-topbar-menu > ul > li a:hover{color:#3fb9c9 !important;}
.penci-topbar-social a:hover{color:#3fb9c9 !important;}
.navigation.menu-item-padding .menu > li > a:hover, .navigation.menu-item-padding .menu > li:hover > a, .navigation.menu-item-padding .menu > li.current-menu-item > a, .navigation.menu-item-padding .menu > li.current_page_item > a, .navigation.menu-item-padding .menu > li.current-menu-ancestor > a, .navigation.menu-item-padding .menu > li.current-menu-item > a, #navigation.menu-item-padding .menu > li > a:hover, #navigation.menu-item-padding .menu > li:hover > a, #navigation.menu-item-padding .menu > li.current-menu-item > a, #navigation.menu-item-padding .menu > li.current_page_item > a, #navigation.menu-item-padding .menu > li.current-menu-ancestor > a, #navigation.menu-item-padding .menu > li.current-menu-item > a{background-color:#2c6e7f !important;}
.navigation .menu ul.sub-menu li .pcmis-2 .penci-mega-post a:hover, .navigation .penci-megamenu .penci-mega-child-categories a.cat-active, .navigation .menu .penci-megamenu .penci-mega-child-categories a:hover, .navigation .menu .penci-megamenu .penci-mega-latest-posts .penci-mega-post a:hover, #navigation .menu ul.sub-menu li .pcmis-2 .penci-mega-post a:hover, #navigation .penci-megamenu .penci-mega-child-categories a.cat-active, #navigation .menu .penci-megamenu .penci-mega-child-categories a:hover, #navigation .menu .penci-megamenu .penci-mega-latest-posts .penci-mega-post a:hover{color:#3fb9c9 !important;}
#navigation .penci-megamenu .penci-mega-thumbnail .mega-cat-name{background:#2c6e7f !important;}
#navigation .menu .sub-menu li a:hover, #navigation .menu .sub-menu li.current-menu-item > a, #navigation .sub-menu li:hover > a{color:#3fb9c9 !important;}
#navigation.menu-style-2 ul.menu ul.sub-menu:before, #navigation.menu-style-2 .menu ul ul.sub-menu:before{background-color:#2c6e7f !important;}
.penci-header-signup-form{background-color:#3fb9c9 !important;}
.header-social a:hover i, .main-nav-social a:hover, .penci-menuhbg-toggle:hover .lines-button:after, .penci-menuhbg-toggle:hover .penci-lines:before, .penci-menuhbg-toggle:hover .penci-lines:after{color:#3fb9c9 !important;}
#sidebar-nav .menu li a:hover, .header-social.sidebar-nav-social a:hover i, #sidebar-nav .menu li a .indicator:hover, #sidebar-nav .menu .sub-menu li a .indicator:hover{color:#3fb9c9 !important;}
#sidebar-nav-logo:before{background-color:#2c6e7f !important;}
.penci-standard-cat .cat > a.penci-cat-name{color:#3fb9c9 !important;}
.penci-standard-cat .cat:before, .penci-standard-cat .cat:after{background-color:#3fb9c9 !important;}
.standard-content .penci-post-box-meta .penci-post-share-box a:hover, .standard-content .penci-post-box-meta .penci-post-share-box a.liked{color:#3fb9c9 !important;}
.header-standard .post-entry a:hover, .header-standard .author-post span a:hover, .standard-content a, .standard-content .post-entry a, .standard-post-entry a.more-link:hover, .penci-post-box-meta .penci-box-meta a:hover, .standard-content .post-entry blockquote:before, .post-entry blockquote cite, .post-entry blockquote .author, .standard-content-special .author-quote span, .standard-content-special .format-post-box .post-format-icon i, .standard-content-special .format-post-box .dt-special a:hover, .standard-content .penci-more-link a.more-link, .standard-content .penci-post-box-meta .penci-box-meta a:hover{color:#3fb9c9 !important;}
.standard-content .penci-more-link.penci-more-link-button a.more-link{background-color:#3fb9c9 !important;}
.standard-content-special .author-quote span:before, .standard-content-special .author-quote span:after, .standard-content .post-entry ul li:before, .post-entry blockquote .author span:after, .header-standard:after{background-color:#3fb9c9 !important;}
.penci-more-link a.more-link:before, .penci-more-link a.more-link:after{border-color:#3fb9c9 !important;}
.penci-featured-infor .cat a.penci-cat-name, .penci-grid .cat a.penci-cat-name, .penci-masonry .cat a.penci-cat-name, .penci-featured-infor .cat a.penci-cat-name{color:#3fb9c9 !important;}
.penci-featured-infor .cat a.penci-cat-name:after, .penci-grid .cat a.penci-cat-name:after, .penci-masonry .cat a.penci-cat-name:after, .penci-featured-infor .cat a.penci-cat-name:after{border-color:#3fb9c9 !important;}
.penci-post-share-box a.liked, .penci-post-share-box a:hover{color:#3fb9c9 !important;}
.overlay-post-box-meta .overlay-share a:hover, .overlay-author a:hover, .penci-grid .standard-content-special .format-post-box .dt-special a:hover, .grid-post-box-meta span a:hover, .grid-post-box-meta span a.comment-link:hover, .penci-grid .standard-content-special .author-quote span, .penci-grid .standard-content-special .format-post-box .post-format-icon i, .grid-mixed .penci-post-box-meta .penci-box-meta a:hover{color:#3fb9c9 !important;}
.penci-grid .standard-content-special .author-quote span:before, .penci-grid .standard-content-special .author-quote span:after, .grid-header-box:after, .list-post .header-list-style:after{background-color:#3fb9c9 !important;}
.penci-grid .post-box-meta span:after, .penci-masonry .post-box-meta span:after{border-color:#3fb9c9 !important;}
.penci-readmore-btn.penci-btn-make-button a{background-color:#3fb9c9 !important;}
.penci-grid li.typography-style .item .main-typography h2 a:hover{color:#3fb9c9 !important;}
.penci-grid li.typography-style .grid-post-box-meta span a:hover{color:#3fb9c9 !important;}
.overlay-header-box .cat > a.penci-cat-name:hover{color:#3fb9c9 !important;}
.penci-sidebar-content.style-25 .inner-arrow, .penci-sidebar-content.style-25 .widget-title, .penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow, .penci-sidebar-content.style-12 .penci-border-arrow .inner-arrow, .penci-sidebar-content.style-14 .penci-border-arrow .inner-arrow:before, .penci-sidebar-content.style-13 .penci-border-arrow .inner-arrow, .penci-sidebar-content.style-30 .widget-title > span, .penci-sidebar-content .penci-border-arrow .inner-arrow, .penci-sidebar-content.style-15 .penci-border-arrow .inner-arrow{background-color:#2c6e7f !important;}
.penci-sidebar-content.style-2 .penci-border-arrow:after{border-top-color:#2c6e7f !important;}
.penci-sidebar-content.style-28 .widget-title,.penci-sidebar-content.style-30 .widget-title{--pcaccent-cl:#2c6e7f !important;}
.penci-sidebar-content.style-25 .widget-title span{--pcheading-cl:#2c6e7f !important;}
.penci-sidebar-content .penci-border-arrow:after{background-color:#2c6e7f !important;}
.penci-sidebar-content.style-25 .widget-title span{--pcheading-cl:#2c6e7f !important;}
.penci-sidebar-content.style-29 .widget-title > span,.penci-sidebar-content.style-26 .widget-title,.penci-sidebar-content.style-30 .widget-title{--pcborder-cl:#2c6e7f !important;}
.penci-sidebar-content.style-24 .widget-title>span, .penci-sidebar-content.style-23 .widget-title>span, .penci-sidebar-content.style-29 .widget-title > span, .penci-sidebar-content.style-22 .widget-title,.penci-sidebar-content.style-21 .widget-title span{--pcaccent-cl:#2c6e7f !important;}
.penci-sidebar-content .penci-border-arrow .inner-arrow, .penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:before, .penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:after, .penci-sidebar-content.style-5 .penci-border-arrow, .penci-sidebar-content.style-7 .penci-border-arrow, .penci-sidebar-content.style-9 .penci-border-arrow{border-color:#2c6e7f !important;}
.penci-sidebar-content .penci-border-arrow:before{border-top-color:#2c6e7f !important;}
.penci-sidebar-content.style-16 .penci-border-arrow:after{background-color:#2c6e7f !important;}
.penci-sidebar-content.style-7 .penci-border-arrow .inner-arrow:before, .penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow:before{background-color:#2c6e7f !important;}
.penci-sidebar-content.style-24 .widget-title>span, .penci-sidebar-content.style-23 .widget-title>span, .penci-sidebar-content.style-22 .widget-title{--pcborder-cl:#2c6e7f !important;}
.penci-sidebar-content .penci-border-arrow:after{border-color:#2c6e7f !important;}
.penci-video_playlist .penci-video-playlist-item .penci-video-title:hover,.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover, .widget a:hover, .penci-sidebar-content .widget-social a:hover span, .widget-social a:hover span, .penci-tweets-widget-content .icon-tweets, .penci-tweets-widget-content .tweet-intents a, .penci-tweets-widget-content .tweet-intents span:after, .widget-social.remove-circle a:hover i , #wp-calendar tbody td a:hover, .penci-video_playlist .penci-video-playlist-item .penci-video-title:hover, .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover{color:#eef1f4 !important;}
.widget .tagcloud a:hover, .widget-social a:hover i, .widget input[type="submit"]:hover,.penci-user-logged-in .penci-user-action-links a:hover,.penci-button:hover, .widget button[type="submit"]:hover{background-color:#2c6e7f !important; border-color:#2c6e7f !important;}
.about-widget .about-me-heading:before{border-color:#2c6e7f !important;}
.penci-tweets-widget-content .tweet-intents-inner:before, .penci-tweets-widget-content .tweet-intents-inner:after, .pencisc-column-1.penci-video_playlist .penci-video-nav .playlist-panel-item, .penci-video_playlist .penci-custom-scroll::-webkit-scrollbar-thumb, .penci-video_playlist .penci-playlist-title{background-color:#2c6e7f !important;}
.penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot.active span, .penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot:hover span{border-color:#2c6e7f !important; background-color:#2c6e7f !important;}
.footer-subscribe .widget .mc4wp-form input[type="submit"]:hover{background-color:#3fb9c9 !important;}
.footer-widget-wrapper .penci-tweets-widget-content .icon-tweets, .footer-widget-wrapper .penci-tweets-widget-content .tweet-intents a, .footer-widget-wrapper .penci-tweets-widget-content .tweet-intents span:after, .footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover, .footer-widget-wrapper .widget a:hover, .footer-widget-wrapper .widget-social a:hover span, .footer-widget-wrapper a:hover, .footer-widget-wrapper .widget-social.remove-circle a:hover i, .footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover{color:#3fb9c9 !important;}
.footer-widget-wrapper .widget .tagcloud a:hover, .footer-widget-wrapper .widget-social a:hover i, .footer-widget-wrapper .mc4wp-form input[type="submit"]:hover, .footer-widget-wrapper .widget input[type="submit"]:hover,.footer-widget-wrapper .penci-user-logged-in .penci-user-action-links a:hover, .footer-widget-wrapper .widget button[type="submit"]:hover{background-color:#3fb9c9 !important; border-color:#3fb9c9 !important;}
.footer-widget-wrapper .about-widget .about-me-heading:before{border-color:#3fb9c9 !important;}
.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents-inner:before, .footer-widget-wrapper .penci-tweets-widget-content .tweet-intents-inner:after{background-color:#3fb9c9 !important;}
.footer-widget-wrapper .penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot.active span, .footer-widget-wrapper .penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot:hover span{border-color:#3fb9c9 !important; background:#3fb9c9 !important;}
#footer-section .footer-menu li a:hover{color:#3fb9c9 !important;}
.penci-go-to-top-floating{background-color:#3fb9c9 !important;}
#footer-section a{color:#3fb9c9 !important;}
.comment-content a, .container-single .post-entry a, .container-single .format-post-box .dt-special a:hover, .container-single .author-quote span, .container-single .author-post span a:hover, .post-entry blockquote:before, .post-entry blockquote cite, .post-entry blockquote .author, .wpb_text_column blockquote:before, .wpb_text_column blockquote cite, .wpb_text_column blockquote .author, .post-pagination a:hover, .author-content h5 a:hover, .author-content .author-social:hover, .item-related h3 a:hover, .container-single .format-post-box .post-format-icon i, .container.penci-breadcrumb.single-breadcrumb span a:hover,.container.penci-breadcrumb.single-breadcrumb a:hover, .penci_list_shortcode li:before, .penci-dropcap-box-outline, .penci-dropcap-circle-outline, .penci-dropcap-regular, .penci-dropcap-bold, .header-standard .post-box-meta-single .author-post span a:hover{color:#3fb9c9 !important;}
.container-single .standard-content-special .format-post-box, ul.slick-dots li button:hover, ul.slick-dots li.slick-active button, .penci-dropcap-box-outline, .penci-dropcap-circle-outline{border-color:#3fb9c9 !important;}
ul.slick-dots li button:hover, ul.slick-dots li.slick-active button, #respond h3.comment-reply-title span:before, #respond h3.comment-reply-title span:after, .post-box-title:before, .post-box-title:after, .container-single .author-quote span:before, .container-single .author-quote span:after, .post-entry blockquote .author span:after, .post-entry blockquote .author span:before, .post-entry ul li:before, #respond #submit:hover, div.wpforms-container .wpforms-form.wpforms-form input[type=submit]:hover, div.wpforms-container .wpforms-form.wpforms-form button[type=submit]:hover, div.wpforms-container .wpforms-form.wpforms-form .wpforms-page-button:hover, .wpcf7 input[type="submit"]:hover, .widget_wysija input[type="submit"]:hover, .post-entry.blockquote-style-2 blockquote:before,.tags-share-box.tags-share-box-s2 .post-share-plike, .penci-dropcap-box, .penci-dropcap-circle, .penci-ldspinner > div{background-color:#3fb9c9 !important;}
.container-single .post-entry .post-tags a:hover{border-color:#3fb9c9 !important; background-color:#3fb9c9 !important;}
.container-single .penci-standard-cat .cat > a.penci-cat-name{color:#3fb9c9 !important;}
.container-single .penci-standard-cat .cat:before, .container-single .penci-standard-cat .cat:after{background-color:#3fb9c9 !important;}
.container-single .post-share a:hover, .container-single .post-share a.liked, .page-share .post-share a:hover{color:#3fb9c9 !important;}
.tags-share-box.tags-share-box-2_3 .post-share .count-number-like, .post-share .count-number-like{color:#3fb9c9 !important;}
.post-entry a, .container-single .post-entry a{color:#3fb9c9 !important;}
ul.homepage-featured-boxes .penci-fea-in:hover h4 span{color:#eef1f4 !important;}
.penci-home-popular-post .item-related h3 a:hover{color:#eef1f4 !important;}
.penci-homepage-title.style-30 .inner-arrow > span, .penci-homepage-title.style-21,.penci-homepage-title.style-28{--pcaccent-cl:#2c6e7f !important;}
.penci-homepage-title.style-25 .inner-arrow, .penci-homepage-title.style-25 .widget-title, .penci-homepage-title.style-23 .inner-arrow > span:before, .penci-homepage-title.style-24 .inner-arrow > span:before, .penci-homepage-title.style-23 .inner-arrow > a:before, .penci-homepage-title.style-24 .inner-arrow > a:before, .penci-homepage-title.style-14 .inner-arrow:before, .penci-homepage-title.style-11 .inner-arrow, .penci-homepage-title.style-12 .inner-arrow, .penci-homepage-title.style-13 .inner-arrow, .penci-homepage-title .inner-arrow, .penci-homepage-title.style-15 .inner-arrow{background-color:#2c6e7f !important;}
.penci-border-arrow.penci-homepage-title.style-2:after{border-top-color:#2c6e7f !important;}
.penci-homepage-title.style-25 .inner-arrow{--pcheading-cl:#2c6e7f !important;}
.penci-homepage-title.style-22 .inner-arrow:after, .penci-homepage-title.style-23 .inner-arrow > span:after, .penci-homepage-title.style-24 .inner-arrow > span:after, .penci-homepage-title.style-23 .inner-arrow > a:after, .penci-homepage-title.style-24 .inner-arrow > a:after, .penci-border-arrow.penci-homepage-title:after{background-color:#2c6e7f !important;}
.penci-homepage-title.style-21 .inner-arrow{--pcheading-cl:#2c6e7f !important;}
.penci-homepage-title.style-26 .inner-arrow,.penci-homepage-title.style-30 .inner-arrow{--pcborder-cl:#2c6e7f !important;}
.penci-homepage-title.style-24 .inner-arrow>span, .penci-homepage-title.style-23 .inner-arrow>span, .penci-homepage-title.style-24 .inner-arrow>a, .penci-homepage-title.style-23 .inner-arrow>a, .penci-homepage-title.style-29 .inner-arrow > span, .penci-homepage-title.style-22,.penci-homepage-title.style-21 .inner-arrow span{--pcaccent-cl:#2c6e7f !important;}
.penci-border-arrow.penci-homepage-title .inner-arrow, .penci-homepage-title.style-4 .inner-arrow:before, .penci-homepage-title.style-4 .inner-arrow:after, .penci-homepage-title.style-7, .penci-homepage-title.style-9{border-color:#2c6e7f !important;}
.penci-border-arrow.penci-homepage-title:before{border-top-color:#2c6e7f !important;}
.penci-homepage-title.style-5, .penci-homepage-title.style-7{border-color:#2c6e7f !important;}
.penci-homepage-title.style-16.penci-border-arrow:after{background-color:#2c6e7f !important;}
.penci-homepage-title.style-7 .inner-arrow:before, .penci-homepage-title.style-9 .inner-arrow:before{background-color:#2c6e7f !important;}
.penci-homepage-title.style-24 .inner-arrow, .penci-homepage-title.style-23 .inner-arrow, .penci-homepage-title.style-22{--pcborder-cl:#2c6e7f !important;}
.penci-border-arrow.penci-homepage-title:after{border-color:#2c6e7f !important;}
.home-featured-cat-content .magcat-detail h3 a:hover{color:#eef1f4 !important;}
.home-featured-cat-content .grid-post-box-meta span a:hover{color:#3fb9c9 !important;}
.home-featured-cat-content .first-post .magcat-detail .mag-header:after{background:#2c6e7f !important;}
.penci-slider ol.penci-control-nav li a.penci-active, .penci-slider ol.penci-control-nav li a:hover{border-color:#2c6e7f !important; background:#2c6e7f !important;}
.single .entry-content h3{color:#123840 !important;}
.penci-block-vc .penci-border-arrow .inner-arrow{background-color:#2c6e7f !important;}
.penci-block-vc .style-2.penci-border-arrow:after{border-top-color:#2c6e7f !important;}
.penci-block-vc .penci-border-arrow:after{background-color:#2c6e7f !important;}
.penci-block-vc .penci-border-arrow .inner-arrow, .penci-block-vc.style-4 .penci-border-arrow .inner-arrow:before, .penci-block-vc.style-4 .penci-border-arrow .inner-arrow:after, .penci-block-vc.style-5 .penci-border-arrow, .penci-block-vc.style-7 .penci-border-arrow, .penci-block-vc.style-9 .penci-border-arrow{border-color:#2c6e7f !important;}
.penci-block-vc .penci-border-arrow:before{border-top-color:#2c6e7f !important;}
.penci-block-vc .style-7.penci-border-arrow .inner-arrow:before, .penci-block-vc.style-9 .penci-border-arrow .inner-arrow:before{background-color:#2c6e7f !important;}
.penci-block-vc .penci-border-arrow:after{border-color:#2c6e7f !important;}
body.pcdm-enable{--pclh-cl:#3fb9c9 !important; --pcaccent-cl:#3fb9c9 !important;}
body.pcdark-df.pcdm-enable.pclight-mode{--pcaccent-cl:#3fb9c9 !important;}

/* (Z2) 메뉴 색: 기본 회색 / 호버·액티브 near-white, 틸 채움 전부 제거 */
#navigation .menu > li > a, .navigation .menu > li > a { color:#aeb4bb !important; }
#navigation .menu > li:hover > a, #navigation .menu > li.current-menu-item > a,
#navigation .menu > li.current_page_item > a, #navigation .menu > li.current-menu-ancestor > a,
.navigation .menu > li:hover > a, .navigation .menu > li.current-menu-item > a,
.navigation .menu > li.current_page_item > a, .navigation .menu > li.current-menu-ancestor > a,
#navigation.menu-item-padding .menu > li:hover > a, #navigation.menu-item-padding .menu > li.current-menu-item > a,
#navigation.menu-item-padding .menu > li.current_page_item > a, #navigation.menu-item-padding .menu > li.current-menu-ancestor > a,
.navigation.menu-item-padding .menu > li:hover > a, .navigation.menu-item-padding .menu > li.current-menu-item > a,
.navigation.menu-item-padding .menu > li.current_page_item > a, .navigation.menu-item-padding .menu > li.current-menu-ancestor > a {
  color:#f0f2f4 !important; background:transparent !important; background-color:transparent !important;
}
/* 헤더 슬로건(옛 '디럭스 블로그 02' 태그라인) 숨김 — 로고에 이미 태그라인 있음 */
[class*="header-slogan"] { display:none !important; }

/* (Z3) 히어로 메인 슬라이드: 테마 오버레이 제목 숨김 → 썸네일 제목과 겹침 제거.
   (썸네일에 이미 큰 제목 존재, 이미지 자체가 링크) '더보기' 버튼은 유지. */
.penci-slider44-main-wrapper .penci-featured-content .feat-text > h3,
.penci-slider44-main-wrapper .penci-featured-content > .feat-text > h3 { display:none !important; }
