/*우측배너*/
@media (min-width: 992px) {
  .sticky-naver-banner {
    position: fixed;
    top: 200px;
    right: 20px;
    width: 130px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .sticky-naver-banner .banner-title {
    font-weight: bold;
    color: #ff4d00;
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
.sticky-naver-banner .btn_right {
    font-size:1em;
    padding: 7px 8px;
    background: #ff4d00;
    color:#fff !important;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.sticky-naver-banner .btn_right:hover {
    border: 1px solid #ff4d00;
    background: #fff;
    color:#ff4d00 !important;
  }  
 #tipText {
   transition: opacity 0.5s ease;
 } 
}

/*검색등록팁 아이폰목업*/
.index-compare {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0;
}

.index-box {
  flex: 1 1 400px;
  max-width: 400px;
  text-align: center;
}

.index-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}




.mypage-more-item {
  display: none;
}


/* 돼지꼬리 */
.tag-tip {
  display: inline-block;
  background: #f4a89c;
  color: white;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  position: relative;
  font-size: 0.9rem;
}
.tag-tip::after {
  content: \"\";
  position: absolute;
  bottom: -6px;
  left: 20px;
  border-width: 6px;
  border-style: solid;
  border-color: #f4a89c transparent transparent transparent;
}

.text-tomato {
  color:#ff4d00 !important;
}

.faqview {
  font-family: 'Paperlogy-5Medium', sans-serif !important;
  color:#ff4d00;
}

/* SweetAlert2 'info' 아이콘을 검정색으로 설정 */
.swal2-icon.swal2-info {
  border-color: black !important;
  color: black !important;
}

.swal2-icon.swal2-info .swal2-icon-content {
  color: black !important;
}
/* ================================
   1. faq
================================ */
.faq-list {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #eee;
  padding: 0;
}
.faq-q {
  font-weight: 500;
  color: #444447;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  transition: color 0.3s;
}


.faq-q .faq-icon {
  font-size: 3em;
  color: #aaa;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-q.open {
  color: #FF4D00;
  font-weight: 700;
  background: #f8f9fa;
}
.faq-q.open .faq-icon {
  color: #FF4D00;
  transform: rotate(180deg);
}

.faq-icon::before {
  content: "+";
}
.faq-q.open .faq-icon::before {
  content: "–";
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  padding-left: 24px;
  font-size: 1em;
  color: #444447;
}

.faq-q.open + .faq-a {
  max-height: 300px;
  opacity: 1;
  margin-top: 8px;
}


/* ================================
   1. 메인
================================ */
.title_img {
  height: 400px;     /* PC에서 세로 고정 */
  width: auto;       /* 비율 유지하며 가로 자동 */
  display: block;
  margin: 0 auto;    /* 가운데 정렬 (옵션) */
}

.counter {
  font-size: 2.5rem;
  color: #ff4d00 !important;
}

hr.dashed {
  border: 0;
  border-bottom: 2px dashed #eee;
  background: #333;
}
/* ================================
   2. seo무료진단
================================ */


#seo_check #resultBox {
   margin-top: 40px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
 }
#seo_check canvas {
  display: block;
  width: 100% !important;
  height: auto !important;
 }

#seo_check #loadingOverlay {
   position: fixed;
   top: 0; left: 0;
   width: 100vw; height: 100vh;
   background-color: rgba(0,0,0,0.6);
   display: none;
   align-items: center;
   justify-content: center;
   z-index: 9999;
   color: white;
   font-size: 24px;
   font-weight: bold;
   animation: blink 1.2s infinite;
 }
#seo_check .blinking {
   animation: blinkText 1s infinite;
 }
 
#seo_check @keyframes blinkText {
   0%, 100% { opacity: 1; }
   50% { opacity: 0; }
 }
 
/* check_api.php */
#seo_check @keyframes blink {
   0%, 100% { opacity: 1; }
   50% { opacity: 0.5; }
 }

#seo_check_r .score_box {
   width:100%;text-align: center;
}
#seo_check_r .seo_score {
   margin:0 auto;
   width:200px;
   height:200px;
   text-align: center;
   font-family: 'Paperlogy-7Bold';
   font-size:5em;
   line-height: 2.5em;
   background-color: #00cc66; color:#fff !important;
   border: 1px solid #efefef;
}
#seo_check_r .score2 {
   font-family: 'Paperlogy-7Bold';
   font-size:2.5em;
}
#seo_check_r .score_mssage {
   margin:20px 0 40px 0;
   width:100%;
   text-align: center;
}
#seo_check_r details {
     margin-bottom: 10px;
     border: 1px solid #ccc;
     border-radius: 8px;
     padding: 10px;
     background-color: #f8f9fa;
   }
#seo_check_r summary {
     font-size: 18px;
     font-weight: bold;
     cursor: pointer;
   }
#seo_check_r .description {
     padding:20px 0;
     font-size: 16px;
     color: #555;
     margin: 10px 0;
   }

.search-wrapper {
     text-align: center;
     margin: 40px 0;
   }
   
   .search-form {
     position: relative;
     display: inline-block;
     width: 100%;
     max-width: 500px;
   }
   
   .search-form input {
     width: 100%;
     padding: 14px 50px 14px 20px;
     border-radius: 30px;
     border: 1px solid #333;
     font-size: 16px;
     outline: none;
     transition: all 0.3s ease;
     background-color: #f9fafc;
   }
   
   .search-form input:focus {
     border-color: #333;
     box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
   }
   
.search-form button {
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     background: transparent;  /*배경 완전 투명 */
     border: none;
     font-size: 26px;           /* 크기 키움 */
     color: #444447;               /*  검정색 */
     cursor: pointer;
     padding: 0;
   }
   
   .search-form button:hover {
     color: #444447; /* 호버 시에도 동일하게 유지 */
   }
   
   .search-subtext {
     margin-top: 10px;
     color: #777;
     font-size: 14px;
   }

/* ================================
   2.네이버사이트등록
================================ */
.step-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  margin: auto;
}

.step {
  display: flex;
  align-items: flex-start;
}

.marker {
  min-width: 40px;
  height: 40px;
  background-color: #ff4d00; /* 토마토색 */
  color: white;
  font-weight: bold;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.content h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 800;
}

.content p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.text-tight p {
  margin-bottom: 0.1rem;
}

.p_price {
  font-family: 'Paperlogy-6SemiBold';
  font-size:1.6em;
}


.big-checkbox {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 2px solid #bbb;
  border-radius: 4px;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease;
}

.big-checkbox:checked {
  background-color: #ff4d00;
  border-color: #ff4d00;
  color: white;
}

.big-checkbox:checked::after {
  content: "✓";
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}




#selected-plans li {
  padding: 6px 14px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  font-size: 0.95rem;
  margin-bottom:6px;
}
/* ================================
   3.노출최적화대행
================================ */
/*기본,최적화 차이*/
.table_seo table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.table_seo table,
.table_seo th,
.table_seo td {
  border: 1px solid #ccc;
  font-weight: normal;
}
.table_seo th,
.table_seo td {
  padding: 0.75rem;
  text-align: left;
}
.table_seo .cta-box {
  background: #f0f6fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
}
.table_seo .cta-box a {
  display: inline-block;
  margin-top: 1rem;
  background: #007baf;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
}


.badge-recommend {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ff4d00;
  color: white;
  font-size: 12px;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 10;
}

/*진행절차 타임라인*/
.timeline {
position: relative;
padding-left: 40px;
border-left: 3px solid #666;
animation: fadeIn 1s ease;
}

.timeline-step {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
}

.timeline-step.left {
  flex-direction: row;
}

.timeline-step.right {
  flex-direction: row-reverse;
  text-align: right;
}

.timeline-step .dot {
  width: 40px;
  height: 40px;
  background: #FF4D00;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  flex-shrink: 0;
}

.timeline-step .content {
  max-width: 400px;
  background: #f9f9f9;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}



/*기능 항목별 상세 설명*/
.function-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.function-item {
  padding: 16px 20px;
  background-color: #f9f9fb;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.function-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.function-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
}


/* ================================
   카카오,플레이스
================================ */
.etc_img {
  width:240px;
  height:auto;
}


/* ================================
   게시판
================================ */

.viewimg {text-align: center}




  .lead {
    font-size: 1.125rem;
    color: #444;
  }

  .lead strong {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 0.5rem;
  }

  .table-of-contents {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #f9f9f9;
  }

  .table-of-contents ol {
    margin: 0;
    padding-left: 1.2rem;
  }

  .table-of-contents a {
    text-decoration: none;
    color: #0077aa;
  }

  a:hover {
    color: #FF4D00;
  }

  /* 기본 보더 색상 */
  .accordion-button {
    border-color: #dee2e6; /* 기본 보더 색상 */
    color:#444447;
    font-size:1rem !important;
  }
  
  /* 클릭 시 보더 색상 */
  .accordion-button:focus {
    border-color: #ccc !important; /* 포커스 시 보더 색상 */
    box-shadow: 0 0 0 0.25rem #ccc; /* 포커스 시 박스 그림자 추가 */
    color:#444447;
    font-size:1,8em !important;
  }
  
  /* 클릭된 상태에서 보더 색상 */
  .accordion-button:not(.collapsed) {
    border:1px solid #333 !important;
    border-color: #ccc !important; /* 클릭 시 보더 색상 */
    background-color: #f8f9fa; /* 배경 색상 수정 */
    font-size:1,8em !important;
  }
  
  /* ================================
     고객센터
  ================================ */
    .custom_header {
      margin-top:100px;
  }
  .tab-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 10px;
  }
  
  .tab-item {
    display: inline-block;
    padding: 0.4rem 2rem;
    background: #fff;
    color: #333;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
    text-decoration: none;
    transition: 0.3s ease;
  }
  
  
 .tab-item.active {
   background: #2b2b2b;
   color: #fff;
 }
 
  .tab-content {
    display: none;
    border-top: 1px solid #ccc;
  }
  .tab-content.active {
    display: block;
  }
  .contact-info {
    text-align: center;
  }
  .badge-new {
    display: inline-block;
    padding: 2px 6px;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #FF4D00;
    border: 1px solid #FF4D00;
    border-radius: 6px;
    background-color: #fff;
    line-height: 1;
  }


  /* ================================
     모바일 768
  ================================ */
@media (max-width: 767.98px) { 
  .jobs_main {
    width:60%;
    height:auto;
    margin-bottom:60px !important;
  }
  .faq_sbj {
    font-size:1em !important;
  }
  .faq-icon {
    font-size:1em !important;
  }
  .mobile-no-bullet {
    list-style: none;
    padding-left: 0;
  }
  .main_title {
    font-size:1.2em;
  }
  .title_img { /* 메인 타이틀 이미지*/ 
    width: 100%;
    height: auto;    /* 세로는 비율에 맞게 자동 조절 */    
  }
  .timeline-step {
    flex-direction: column !important;
    text-align: left !important;
  }
  .tomato_img {
    position: relative !important;
    right: auto;
    bottom: auto;
    text-align: center !important;
    display: block;
    margin: 40px auto 0; /* 위쪽 여백 40px, 좌우 자동 정렬 */
  }
  .show_pc{
   display: none !important;
  }
  .show_mobile {
    display: visual !important;
    font-size:0.8em;line-height:2.8em !important;
  }
  .etc_img {
    width:60%;
    height:auto;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-responsive table {
    min-width: 720px; /* 또는 필요한 만큼 설정 */
  }
}

 /* ================================
   피씨 769
================================ */
@media (min-width: 769px) {
 .index_top_img {
   width:260px;
   height:auto;
 }
 .faq_sbj {
   font-size:1.2em !important;
 }
 .faq-icon {
   font-size:1.2em !important;
 }
  .mobile_swipe {
  display: none !important;
  }
  .show_pc{
   display: block !important;

  }
  .show_mobile {
    display: none !important;
  }
}