@charset "utf-8";

/* 이용약관/개인정보처리방침 커스텀 스타일 */

#ctt {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ctt_header {
  padding-bottom: 12px;
  border-bottom: 2px solid #D7E1EA;
  margin-bottom: 28px;
}

.ctt_header h1 {
  position: static;
  font-size: 1.5em;
  line-height: 1.4;
  overflow: visible;
  color: #222;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.ctt_con_wrap {
  padding: 0;
  line-height: 1.8;
}

/* 본문 스타일링 */
.ctt_con_wrap > div {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.ctt_con_wrap > div:first-child {
  margin-top: 0;
}

/* 제목 스타일 */
.ctt_con_wrap div[style*="text-align:left"] {
  font-weight: 700;
  color: #0080EA;
  font-size: 1.1em;
  margin-bottom: 12px !important;
  padding: 16px 20px !important;
}

/* 기본 텍스트 */
.ctt_con_wrap > div div {
  font-size: 0.95em;
  color: #333;
}

/* 테이블 스타일 */
.ctt_con_wrap table {
  width: 100% !important;
  border-collapse: collapse;
}

.ctt_con_wrap table tr {
  border-bottom: 1px solid #f0f0f0;
}

.ctt_con_wrap table td {
  padding: 12px;
  text-align: left;
  font-size: 0.95em;
  color: #333;
}

.ctt_con_wrap table td b {
  color: #0080EA;
  font-weight: 700;
}

/* 링크 스타일 */
.ctt_con_wrap a {
  color: #0080EA;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.ctt_con_wrap a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* 이미지 */
.ctt_con_wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin: 16px 0;
}

/* 모바일 반응형 */
@media (max-width: 600px) {
  .ctt_header {
    margin-bottom: 20px;
  }

  .ctt_header h1 {
    font-size: 1.3em;
  }

  .ctt_con_wrap > div {
    padding: 16px;
    margin: 12px 0;
  }

  .ctt_con_wrap > div div {
    font-size: 0.9em;
  }
}
