/*
 Theme Name:   Kadence Child
 Theme URI:    https://yourwebsite.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         kadence
 Text Domain:  kadence-child
*/

/* ==========================================================================
   기본 스타일 (모든 화면 크기에 적용)
   ========================================================================== */
strong {
  color: #ffdd04;
}

select:focus option {
  color: white !important;
}
@media (max-width: 767px) {
  .entry-content-wrap {
    padding: 1rem !important;
  }
}
.daum-wm-datetime {
  display: none !important;
}
.faq-title-h2 {
  margin-top: 80px !important;
}
.custom-meta-info > span.meta-separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.rank-math-answer p {
  line-height: 1.7 !important;
}
.rank-math-question {
  margin-bottom: 1em !important;
}

.rank-math-list-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.page-id-383 .single-content h2 + *,
.single-content h3 + *,
.single-content h4 + *,
.single-content h5 + *,
.single-content h6 + * {
  margin-bottom: 0px !important;
}
.rank-math-list-item {
  padding-bottom: 3em;
  margin-bottom: 3em !important;
  border-bottom: 1px solid #3a3a3a;
}

.rank-math-breadcrumb,
.entry-meta.entry-meta-divider-vline > span.posted-on {
  display: none !important;
}

.custom-meta-info,
.updated-on {
  color: #878787 !important;
}

body,
p,
span {
  font-family: "Pretendard JP", sans-serif !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Pretendard JP", sans-serif !important;
  font-weight: 900;
}

/**컨택트7 여기까지***/
.frm-fluent-form .choices[data-type*="select-multiple"] .choices__input {
  width: 100% !important;
}
.divider-right {
  border-right: 1px solid #444;
  padding-right: 1.5rem;
}
.ff-default .ff-el-input--label label,
.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
  margin-bottom: 8px;
  font-weight: 500;
  color: #f0c14b;
}

.ff-default .ff-el-form-control {
  background: #1e1e1e;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 14px;
  color: #fff;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.fluentform .ff_upload_btn.ff-btn {
  background: #333;
  color: #fff;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 10px 16px;
  cursor: pointer;
  display: inline-block;
  transition: background 0.3s ease;
}
#fluentform_3
  > fieldset
  > div:nth-child(8)
  > div.ff-el-input--label.ff-el-is-required.asterisk-right
  > label {
  color: #999 !important;
}
.fluentform .ff_upload_btn.ff-btn:hover {
  background: #444;
}
.ff-default .ff-el-form-control:focus {
  border-color: #f0c14b;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2),
    0 0 0 2px rgba(240, 193, 75, 0.2);
  outline: none;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
  background: #a4de02;
  color: #111 !important;
  padding: 12px 20px;
  font-weight: bold;
  border: none;
  width: 100% !important;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* --- 확장 프로그램 안내 섹션 (고유 클래스명) --- */
/* --- 공통 변수 (선택 사항이지만, 관리 용이성을 위해) --- */
:root {
  --min-font-size-mobile: 16px; /* 모바일 최소 폰트 크기 */
  --min-font-size-desktop: 16px; /* 데스크탑 최소 폰트 크기 */

  --text-color-primary: #e0e0e0;
  --text-color-secondary: #bbb;
  --text-color-muted: #a0a0a0;
  --highlight-color-main: #a9ca25; /* 연두색 계열 */
  --highlight-color-alt: #f0b90b; /* 노란색 계열 */
  --icon-color-default: #76c7c0; /* 파란색 계열 아이콘 */
  --background-color-block: #1e1e1e;
  --background-color-highlight-block: rgba(169, 202, 37, 0.05);
  --border-color-highlight-block: rgba(169, 202, 37, 0.2);
  --border-color-image: #333;
  --text-color-button: #111;
}

/* --- 확장 프로그램 안내 섹션 --- */
.ext-prog-section {
  font-family: -apple-system, Pretendard JP, sans-serif;
  margin-bottom: 50px;
}

.ext-prog-highlight {
  background-color: var(--background-color-highlight-block);
  border: 1px solid var(--border-color-highlight-block);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  text-align: center;
}

.ext-prog-highlight__title {
  margin-top: 0;
  font-size: 26px;
  color: var(--highlight-color-main);
}
.ext-prog-icon--shield {
  font-size: 28px;
  margin-right: 10px;
}

.ext-prog-highlight__subtitle {
  font-size: 18px;
  color: var(--text-color-primary); /* #ddd 대신 변수 사용 */
  margin-bottom: 25px;
}

.ext-prog-highlight__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--highlight-color-main);
  color: var(--text-color-button);
  padding: 15px 30px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
}
.ext-prog-icon--rocket {
  font-size: 24px;
  margin-right: 10px;
}
.ext-prog-highlight__cta:hover {
  background-color: #c0e048; /* 기존 유지 또는 var(--highlight-color-main-hover) 등으로 정의 */
}

.ext-prog-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 25px;
  margin-top: 30px;
  color: #ccc; /* var(--text-color-secondary) 와 유사 */
}

.ext-prog-benefit__item {
  display: flex;
  align-items: center;
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 */
}
.ext-prog-icon {
  display: inline-block;
}
.ext-prog-icon--check,
.ext-prog-icon--sync,
.ext-prog-icon--lightbulb,
.ext-prog-icon--gear {
  color: var(--highlight-color-main);
  margin-right: 8px;
  font-size: 20px; /* 아이콘 크기는 텍스트보다 클 수 있음 */
}

.ext-prog-content-block {
  background-color: var(--background-color-block);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.ext-prog-content-block__title {
  margin-top: 0;
  font-size: 22px;
  color: var(--text-color-primary); /* #ddd 대신 변수 사용 */
}
.ext-prog-icon--eyes,
.ext-prog-icon--tools {
  font-size: 22px;
  margin-right: 8px;
}

.ext-prog-content-block__description {
  color: var(--text-color-secondary);
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 */
  line-height: 1.7;
}

.ext-prog-image-wrapper {
  text-align: center;
  margin: 25px 0 15px;
}

.ext-prog-image--responsive {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid var(--border-color-image);
}

.ext-prog-image__caption {
  margin-top: 10px;
  color: var(--text-color-muted); /* #aaa 대신 변수 사용 */
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 (원래 14px였음) */
}

.ext-prog-install-steps {
  color: var(--text-color-secondary);
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 */
  padding-left: 20px;
  line-height: 1.7;
  margin: 0;
  list-style-position: outside;
}
.ext-prog-install-step__item {
  margin-bottom: 10px;
}
.ext-prog-text--highlight {
  color: var(--highlight-color-main);
  font-weight: bold;
}

/* --- 사기꾼 신고 안내 문구 섹션 --- */
.report-guide {
  font-family: sans-serif;
  color: var(--text-color-primary);
  margin-bottom: 40px;
}

.report-guide__intro {
  margin-bottom: 25px;
}

.report-guide__intro-text {
  color: var(--text-color-secondary);
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 (원래 0.95em) */
  line-height: 1.6;
  margin: 0;
}

.report-guide__title {
  font-size: 1.4em; /* 약 22.4px (16px 기준), 16px보다 큼 */
  margin-top: 0;
  margin-bottom: 25px;
  color: var(--highlight-color-alt);
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.report-guide-icon {
  display: inline-block;
  vertical-align: middle;
}

.report-guide-icon--alert {
  margin-right: 8px;
  font-size: 1.1em; /* 부모 폰트 크기(1.4em)에 비례, 16px보다 큼 */
}

.report-guide-item {
  margin-bottom: 20px;
}
.report-guide-item:last-child {
  margin-bottom: 0;
}

.report-guide-item__title {
  font-size: 1.1em; /* 약 17.6px (16px 기준), 16px보다 큼 */
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}
.report-guide-item__title:hover,
.report-guide-item__title:focus {
  background-color: rgba(255, 255, 255, 0.03);
  outline: none;
}

.report-guide-item__toggle-icon {
  font-size: 1em; /* 부모(1.1em) 기준이므로 1.1em, 약 17.6px. 더 작게 하려면 0.8em 등 */
  color: var(--text-color-muted);
  margin-right: 10px;
  transition: transform 0.2s ease-in-out;
}
.report-guide-item__title.is-active .report-guide-item__toggle-icon {
  transform: rotate(180deg);
}

.report-guide-icon--camera,
.report-guide-icon--users,
.report-guide-icon--info {
  margin-right: 8px;
  color: var(--icon-color-default);
  font-size: 1.2em; /* 부모(1.1em) 기준, 약 21px */
}

.report-guide-item__details,
.report-guide-item__description.report-guide-item__description--indented {
  /* JS로 display 제어 */
}

.report-guide-item__details {
  margin-left: 38px;
  color: var(--text-color-secondary);
}

.report-guide-item__description {
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 (원래 0.95em) */
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--text-color-secondary);
}
.report-guide-item__description--indented {
  margin-left: 38px;
}

.report-guide-item__note {
  font-size: var(--min-font-size-desktop); /* 최소 16px 보장 (원래 0.9em) */
  line-height: 1.7;
  color: var(--text-color-muted);
  margin-top: 0;
  margin-bottom: 0;
}
.report-guide-icon--bullet {
  margin-right: 5px;
  font-size: 1em; /* 부모(0.9em 또는 var(--min-font-size-desktop)) 기준 */
  color: var(--text-color-muted);
}

.report-guide-text--highlight {
  color: var(--text-color-primary);
  font-weight: bold;
}

/* --- Row 순서 변경 (모바일) --- */
.report-cheat {
  display: flex;
}

/* --- 모바일 반응형 스타일 (예: 화면 너비 768px 이하) --- */
@media (max-width: 768px) {
  /* 확장 프로그램 섹션 모바일 */
  .faq-title-h2 {
    margin-top: 40px !important;
  }
  .ext-prog-highlight {
    padding: 20px;
  }
  .ext-prog-highlight__title {
    font-size: 22px;
  }
  .ext-prog-icon--shield {
    font-size: 24px;
  }
  .ext-prog-highlight__subtitle {
    font-size: var(--min-font-size-mobile);
  } /* 16px */
  .ext-prog-highlight__cta {
    font-size: var(--min-font-size-mobile); /* 16px */
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .ext-prog-icon--rocket {
    font-size: 20px;
  }

  .ext-prog-benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ext-prog-benefit__item {
    font-size: var(--min-font-size-mobile);
  } /* 16px (원래 14px였음) */
  .ext-prog-icon--check,
  .ext-prog-icon--sync,
  .ext-prog-icon--lightbulb,
  .ext-prog-icon--gear {
    font-size: 18px;
  }

  .ext-prog-content-block {
    padding: 20px;
  }
  .ext-prog-content-block__title {
    font-size: 20px;
  }
  .ext-prog-icon--eyes,
  .ext-prog-icon--tools {
    font-size: 20px;
  }
  .ext-prog-content-block__description {
    font-size: var(--min-font-size-mobile);
  } /* 16px */
  .ext-prog-image__caption {
    font-size: var(--min-font-size-mobile);
  } /* 16px (원래 13px, 15px였음) */
  .ext-prog-install-steps {
    font-size: var(--min-font-size-mobile);
  } /* 16px */
  .ext-prog-install-step__item {
    margin-bottom: 8px;
  }

  /* 사기꾼 신고 안내 문구 섹션 모바일 */
  .report-guide__intro-text {
    font-size: var(--min-font-size-mobile);
  } /* 16px (원래 0.9em) */
  .report-guide__title {
    font-size: 1.25em; /* 약 20px (16px 기준) */
    margin-bottom: 20px;
  }
  .report-guide-icon--alert {
    font-size: 1em;
  }

  .report-guide-item {
    margin-bottom: 20px;
  }

  .report-guide-item__title {
    font-size: 1em; /* 16px */
    padding: 10px 0;
  }
  .report-guide-item__toggle-icon {
    font-size: 0.9em; /* 약 14.4px, 16px보다 작으므로 1em 또는 var(--min-font-size-mobile) 사용 고려 */
    /* 수정: font-size: 1em; 또는 font-size: var(--min-font-size-mobile); */
    font-size: var(--min-font-size-mobile); /* 최소 16px 보장 */
    margin-right: 8px;
  }
  .report-guide-icon--camera,
  .report-guide-icon--users,
  .report-guide-icon--info {
    font-size: 1.1em;
  } /* 부모(1em) 기준, 약 17.6px */

  .report-guide-item__details,
  .report-guide-item__description--indented {
    margin-left: 25px;
  }

  .report-guide-item__description {
    font-size: var(--min-font-size-mobile);
  } /* 16px (원래 0.9em) */
  .report-guide-item__note {
    font-size: var(--min-font-size-mobile);
  } /* 16px (원래 0.85em) */

  /* Row 순서 변경 (모바일) */
  .report-cheat {
    flex-direction: column;
  }
  .report-cheat > .wp-block-column:nth-child(1) {
    order: 2;
  }
  .report-cheat > .wp-block-column:nth-child(2) {
    order: 1;
  }
}
/* ==========================================================================
   데스크탑 이상 (예: 1025px 이상)
   ========================================================================== */
@media (min-width: 1025px) {
  .korea-sns {
    position: fixed;
    top: 50%;
    left: 0;
    width: 45px !important;
    max-width: 45px !important;
    transform: translateY(-50%);
  }
}

/* ==========================================================================
   태블릿 ~ 데스크탑 (예: 768px ~ 1024px)
   - 데스크탑보다는 작고, 모바일보다는 큰 화면
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1024px) {
  .content-area {
    /* 예시: 태블릿에서의 콘텐츠 영역 너비 조정 */
    /* width: 90%; */
  }

  .tablet-only-style {
    /* 태블릿 크기 전용 스타일 */
    /* columns: 2; */
  }
}

/* ==========================================================================
   모바일 ~ 태블릿 (예: 1024px 이하)
   - 태블릿 크기 및 그보다 작은 모든 화면 (모바일 포함)
   ========================================================================== */
@media (max-width: 1024px) {
  .korea-sns {
    line-height: 0;
    text-align: center !important;
    width: 100% !important;
    margin: 0px !important;
  }
  .korea-sns-button {
    flex: 1 1 0%;
    max-width: 40px !important;
    margin: 0 8px;
    height: 40px !important;
    width: 40px;
    margin-bottom: 24px !important;
    box-shadow: rgb(60 64 67 / 0.3) 0 1px 2px 0,
      rgb(60 64 67 / 0.15) 0 2px 6px 2px;
  }
}

/* ==========================================================================
   모바일 전용 (예: 767px 이하)
   - 가장 작은 화면 크기
   ========================================================================== */
@media (max-width: 767.98px) {
  /* .98은 768px부터 시작하는 태블릿과 겹치지 않게 하기 위함 */
  body {
    /* 예시: 모바일에서 폰트 크기 줄이기 */
    /* font-size: 14px; */
  }

  .main-title {
    /* 예시: 모바일에서 제목 크기 조정 */
    /* font-size: 24px; */
  }

  .mobile-only-style {
    /* 모바일 화면 전용 스타일 */
    /* padding: 10px; */
    /* display: block; */
    /* width: 100%; */
  }

  .hide-on-mobile {
    /* 모바일에서 숨길 요소 */
    /* display: none; */
  }
}

/* ==========================================================================
   추가적인 미디어 쿼리 예시 (필요에 따라 사용)
   ========================================================================== */

/* 특정 화면 크기 이상 (예: 1200px 이상) */
/*
@media (min-width: 1200px) {
    .extra-large-screen-style {

    }
}
*/

/* 특정 화면 크기 사이 (예: 600px ~ 900px) */
/*
@media (min-width: 600px) and (max-width: 900px) {
    .medium-screen-style {

    }
}
*/

/* 가로 모드 (Landscape) */
/*
@media (orientation: landscape) {
    .landscape-style {

    }
}
*/

/* 세로 모드 (Portrait) */
/*
@media (orientation: portrait) {
    .portrait-style {

    }
}
*/
