/*!
Theme Name: PRESSCAT
Author: PRESSCAT
Author URI: https://presscat.co.kr/
Description: 워드프레스 제작 전문회사 프레스캣
Version: 1.0.4
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Widgets
	- Media
	- Captions
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	padding: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
input{
	appearance: none;
	 -moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
 */
input::-ms-clear {
	display: none !important; 
}
select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select:focus{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display:none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,cite,em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,kbd,tt,var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*
ul,ol {
	margin: 0 0 1.5em 3em;
}
*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 0.8em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #C1313D;
	outline: none;
	text-underline-offset: 0;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #C1313D;
	text-decoration-style: none;
    text-decoration-skip-ink: none;
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	outline:none;
	text-underline-offset: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
div:focus {
  outline: none!important;
}
input:focus {
  outline: none;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: none;	
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	display: none;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post, .page {
	margin: 0;
	padding:0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary,
.article, article {
	margin: 0;
    padding:0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer, footer.entry-footer, .infinity-end.neverending .site-footer {
	display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* 기본 헤더 숨김처리 */
header.entry-header, header.site-header, aside#secondary {
    display:none;
}

/* Scroll Top 버튼 */
.topMove{
	display: none;
	width: 50px;
	height: 50px;
	background: #fcfcfc;
	border: 1px solid #9e9e9e;
	color: #212121;
	border-radius: 25px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	text-align: center;
	z-index: 999;
	padding: 10px;
	cursor:pointer;
}

@media screen and (min-width:768px) and (max-width: 1024px){
	.topMove{
	right: 50px;
	margin-left: 650px;
	bottom: 30px;
	}
}
@media screen and (min-width:320px) and (max-width:640px){
	.topMove{
	width: 35px;
	height: 35px;
	padding: 2px 6px;
	right: 16px;
	bottom: 21px;
	-webkit-overflow-scrolling: touch;
	}
	.topMove img{
		width: 80%
	}
}

@media screen and (max-width: 320px){
	.topMove{
	padding: 6px;
	right: 25px;
	bottom: 25px;
	}
}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
	.topMove{
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 25px;
	margin-left: 650px;
	right: 50px;
	bottom: 30px;
	}
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){
	.topMove{
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 25px;
	margin-left: 650px;
	right: 50px;
	bottom: 30px;
	}
}

/* PRESSCAT Custom CSS */
body, div .elementor-heading-title {line-height: 1.3;}

/* 헤더 */
.mobile-h-menu li.wpml-ls-slot-3 > a {font-size:17px !important;}
.mobile-h-menu li.wpml-ls-slot-3 ul li > a {font-size:15px !important;}
.mobile-h-menu li#menu-item-wpml-ls-3-zh-hans > a {font-size:16px !important;}
.mobile-h-menu li.wpml-ls-current-language > a {border-left:4px solid #c1313d;}

.mobile-h-menu .wpml-ls-item-en a, .mobile-h-menu .wpml-ls-item-zh-hans a {border-left:4px solid #c1313d;}

.pc-h-menu li.mega-wpml-ls-item {display: none !important;}

.pc-h-top-menu li {display: none !important;}
.pc-h-top-menu li.wpml-ls-item {display: block !important;}
.pc-h-top-menu li.wpml-ls-item ul.sub-menu {min-width: 100% !important; text-indent: -5px;}

/* 페이지 콘텐츠 공통 적용 */
.elementor-widget-text-editor a {color: #c1313d;}
.color-c1313d {color: #c1313d;}
.size-21 {font-size:21px;}
.list-style-none {list-style:none; margin:0; padding:0;}
.dot-c1313d:before {
  content: "•";
   display:inline-block;
  padding-right:10px;
  margin-left:-15px;
  font-size:20px;
  color:#c1313d;} 
h3.size-21 {margin:0; color:#382e2f;}

.link-icon .elementor-button span {transform:translateY(1px);}
.link-icon .elementor-button-icon svg {width:18px; padding-bottom:5px; transform:translateY(2px);}
.link-icon a:hover .elementor-button-icon svg path {fill:#C1313D !important;}
.link-icon a:hover .elementor-list-icon svg path {fill:#C1313D !important;}

.insights-list .elementor-heading-title {height: 100px;}

.coverage-list .elementor-widget-theme-post-content
{
	display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 180px;
}

.coverage-list .elementor-posts article:last-child .elementor-element-populated,
.coverage-list .elementor-posts article:nth-child(3) .elementor-element-populated {border-width: 0px; padding-bottom:0;}

.sign-in:hover span.color-c1313d, .contact-us:hover span.color-c1313d, .register:hover span.color-c1313d {border-bottom:1px solid;}
.sign-in a.elementor-button {display:none;}
.sign-in a, .contact-us a, .register a {font-weight:500;}

.reports-list .elementor-widget-theme-post-content  {
  display:-webkit-box; 
  word-wrap:break-word;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden; 
  text-overflow:ellipsis; 
  height: 80px; 
}

@media (max-width:500px){
	.reports-list .elementor-widget-theme-post-content {height: auto;}
	div.read-more a.elementor-button {font-size: 14px !important;}
}

.team-button .elementor-icon-list-icon:hover svg path {fill:#C1313D !important;}

.insights-list article:hover .elementor-heading-title {color:#C1313D;}

.bt-hover a:hover svg path {fill:transparent !important;}
.bt-hover a:hover svg path {stroke:#fff;}

.our-opinion-leaders .elementor-image-box-wrapper {margin-right: 20px;}
.our-opinion-leaders .elementor-image-box-img {margin-right:15px !important;}
.our-opinion-leaders .elementor-image-box-title {margin: 0;}
section.our-opinion-leaders ul.elementor-icon-list-items li.elementor-icon-list-item {margin-left: 0 !important;}

.line-clamp-2 h2 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our-box-link a.elementor-button.elementor-size-xl {padding:30px; display:flex; align-items: center; justify-content: center;
    height: 100px;}

@media (max-width:500px){
	.report-button a.elementor-button {font-size:18px; padding:8px 16px;}
	.report-button .elementor-button-icon svg {padding:0; transform: translateY(0px);}
}

/* Post 전체 클릭 관련 코드 */
.click-child {cursor: pointer;}


/* 페이지네이션 디자인 수정 */
.elementor-pagination .page-numbers {position: relative; width: 30px;    display: inline-block;    line-height: 30px; border: 3px solid transparent; border-radius: 50%; box-sizing: content-box;}
.elementor-pagination .page-numbers.current, .elementor-pagination a.page-numbers:hover {background-color:#C1313D; }
.elementor-pagination .page-numbers.current:after {content:""; display: block; position: absolute; width: 5px; height: 5px; background-color: #C1313D; top: -10px; right: 0px; border-radius: 50%;}

.post-pagination svg {width:10px; height: 10px;}
.post-pagination svg path {stroke: rgb(214, 209, 209);}
.post-pagination a svg path {stroke: rgb(171, 166, 166);}
.post-pagination a:hover svg path {stroke: rgb(250, 250, 250);}


/* WPML 푸터 아래 알림 숨김처리 */
.otgs-development-site-front-end {display:none;}


/* 로그인,회원가입 관련 수정 (Ultimate Member)  */
.um * {font-family: Noto Sans, Sans-serif;}
#login-popup p.um-notice.err {display: none;}
div.um-field-error {background: transparent;    color: #C74A4A; margin:0;}
.um-field-arrow {display:none;}


/* 모바일 (팝업)메뉴 수정 */
 #menu-header-menu.eael-advanced-menu li.current-menu-ancestor > a,  #menu-header-menu.eael-advanced-menu > li.current-menu-item > a  
 {color: #fff;    background-color: #c1313d;}
 #menu-header-menu.eael-advanced-menu .sub-menu > li.current-menu-ancestor > a,  #menu-header-menu.eael-advanced-menu .sub-menu > li.current-menu-item > a  
 {color: #c1313d;    background-color:#F9EEEC;}
 #menu-header-menu.eael-advanced-menu .sub-menu li.current-menu-ancestor .sub-menu li a,
   #menu-header-menu.eael-advanced-menu .sub-menu li.current-menu-item .sub-menu li a 
 { background-color:#fff;}
 #menu-header-menu.eael-advanced-menu li.current-menu-ancestor .eael-advanced-menu-indicator:before,
 #menu-header-menu.eael-advanced-menu li.current-menu .eael-advanced-menu-indicator:before,
 #menu-header-menu.eael-advanced-menu li.current-menu-item .eael-advanced-menu-indicator:before
 {color: #fff !important;}
 #menu-header-menu.eael-advanced-menu li.current-menu-ancestor .eael-advanced-menu-indicator,
 #menu-header-menu.eael-advanced-menu li.current-menu .eael-advanced-menu-indicator,
 #menu-header-menu.eael-advanced-menu li.current-menu-item .eael-advanced-menu-indicator
 {background-color:#FFFFFF10;}
 #menu-header-menu.eael-advanced-menu li ul li.current-menu-item > a {background-color: #F9EEEC;}
 #menu-header-menu.eael-advanced-menu li ul li ul li a {background-color: #fff;}
 #menu-header-menu.eael-advanced-menu li.current-menu-ancestor ul .eael-advanced-menu-indicator:before,
 #menu-header-menu.eael-advanced-menu li.current-menu ul .eael-advanced-menu-indicator:before,
 #menu-header-menu.eael-advanced-menu li.current-menu-item ul .eael-advanced-menu-indicator:before
 {color: #c1313d !important;}

 #menu-header-menu-cn.eael-advanced-menu li.current-menu-ancestor > a,  #menu-header-menu-cn.eael-advanced-menu > li.current-menu-item > a  
 {color: #fff;    background-color: #c1313d;}
 #menu-header-menu-cn.eael-advanced-menu .sub-menu > li.current-menu-ancestor > a,  #menu-header-menu-cn.eael-advanced-menu .sub-menu > li.current-menu-item > a  
 {color: #c1313d;    background-color:#F9EEEC;}
 #menu-header-menu-cn.eael-advanced-menu .sub-menu li.current-menu-ancestor .sub-menu li a,
   #menu-header-menu-cn.eael-advanced-menu .sub-menu li.current-menu-item .sub-menu li a 
 { background-color:#fff;}
 #menu-header-menu-cn.eael-advanced-menu li.current-menu-ancestor .eael-advanced-menu-indicator:before,
 #menu-header-menu-cn.eael-advanced-menu li.current-menu .eael-advanced-menu-indicator:before,
 #menu-header-menu-cn.eael-advanced-menu li.current-menu-item .eael-advanced-menu-indicator:before
 {color: #fff !important;}
 #menu-header-menu-cn.eael-advanced-menu li.current-menu-ancestor .eael-advanced-menu-indicator,
 #menu-header-menu-cn.eael-advanced-menu li.current-menu .eael-advanced-menu-indicator,
 #menu-header-menu-cn.eael-advanced-menu li.current-menu-item .eael-advanced-menu-indicator
 {background-color:#FFFFFF10;}
 #menu-header-menu-cn.eael-advanced-menu li ul li.current-menu-item > a {background-color: #F9EEEC;}
 #menu-header-menu-cn.eael-advanced-menu li ul li ul li a {background-color: #fff;}
 #menu-header-menu-cn.eael-advanced-menu li.current-menu-ancestor ul .eael-advanced-menu-indicator:before,
 #menu-header-menu-cn.eael-advanced-menu li.current-menu ul .eael-advanced-menu-indicator:before,
 #menu-header-menu-cn.eael-advanced-menu li.current-menu-item ul .eael-advanced-menu-indicator:before
 {color: #c1313d !important;}

 .eael-advanced-menu-container .eael-advanced-menu span.eael-advanced-menu-indicator:before {line-height: 36px;}
 .eael-advanced-menu-container .eael-advanced-menu span.eael-advanced-menu-indicator {width:36px; height:36px;}
 .eael-advanced-menu-container .eael-advanced-menu span.eael-advanced-menu-indicator:before {line-height: 46px;}
 .eael-advanced-menu-container .eael-advanced-menu span.eael-advanced-menu-indicator {width:46px; height:46px;}


/* Opinion Leaders 관련 상세 수정 */
.leaders-list>div>div>div>div>div>div>.elementor-image-box-img>img {object-fit: cover;}
.leaders-list>div>div>div>div>div>div>.elementor-image-box-img>img {
    height: 98.2px!important;
}

.leaders-list>div>div>div>div>div>div>.elementor-image-box-img>img {
	border-radius:3px;
}

@media screen and (max-width:1023px) and (min-width:500px){
.leaders-list>div>div{
    width:50%!important;
}
.our-opinion-leaders .elementor-image-box-img{
    width:45%!important;
}
.leaders-list>div>div>div>:nth-child(2)>div{
    padding-left:120px!important;
}
.leaders-list>div>:nth-child(3),.leaders-list>div>:nth-child(4){
    margin-top:20px;
}
  .produts-list>div>div{
        width:50%!important;
    }
	
	.leaders-icon>div{
         margin-top:-20px!important;
     }
	
}

@media (max-width:500px){
	.leaders-list>div>div{
    width:100%!important;
}
}


/* 검색 결과 화면 수정 */
.searchandfilter ul, ol li {margin:0; padding-inline-start: 0;}

.searchandfilter [type="checkbox"] {appearance:auto !important; position: absolute; transform: translateY(5px); }
.searchandfilter li[data-sf-field-input-type=checkbox] label.sf-label-checkbox {padding-left: 20px;}
.searchandfilter .sf-count, .searchandfilter .sf-date-postfix {color: #acacac;}
.searchandfilter .children * {font-size: 14px; color: #acacac;}

.searchandfilter > ul > li {overflow:hidden; border-bottom: 1px solid #eee;}
.searchandfilter > ul > li.all {height:55px;}

.searchandfilter > ul > li.sf-field-reset {border-color:#acacac; text-align:right;}
.searchandfilter > ul > li.sf-field-reset:after {display:none;}
.searchandfilter > ul > li.sf-field-reset a {cursor:pointer;}

.searchandfilter > ul > li:last-child {border-bottom:none;}

.searchandfilter > ul > li h4 {font-size:20px;}

.searchandfilter > ul > li.sf-field-search {display: none;}

.search-results-text {font-size: 20px;    font-weight: 700;    padding-bottom: 30px;    border-bottom: 2px solid #D3D3D3;}

/* .searchandfilter ul.children {display:none !important;}
.searchandfilter li.sf-option-active ul.children {display:block !important;}
*/

input {	accent-color: #C1313D;  }

.elementor-widget-theme-post-content ul {
    padding: 0px 0px 0px 18px;
}
