@charset "utf-8";
#container_title{display: none;}
#ctt{ margin: 20px auto; padding: 0 15px; max-width: 1200px; line-height: 1.6; color: #333; font-family: 'Pretendard', 'Malgun Gothic', sans-serif;}
#ctt header{ border-bottom: 2px solid #333; padding-bottom: 15px; margin-bottom: 30px;}
#ctt header h1{ font-size: 1.5rem; font-weight: 700; color: #000; letter-spacing: -0.05em;}
#ctt_con{ font-size: 1rem; word-break: break-all; text-align: justify;}
#ctt_con p{ margin-bottom: 15px;}
#ctt_con b, #ctt_con strong{ font-weight: 600; color: #000;}
@media (max-width: 768px){
#ctt{ margin: 10px auto; padding: 0 10px;}
#ctt header{ margin-bottom: 20px; padding-bottom: 10px;}
#ctt header h1{ font-size: 1.25rem;}
#ctt_con{ font-size: 0.95rem; line-height: 1.5;}
}