@charset "utf-8";

/* 내용관리 */
#ctt {
    max-width: 1200px;
    margin: 40px auto;
    padding: 50px;
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.ctt_admin {
    text-align: right;
    margin-bottom: 20px;
}
#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

/* 약관 본문 기본 스타일 (!important 없음) */
#ctt_con {
    font-size: 15px; /* 가독성을 위한 15px 설정 */
    line-height: 1.8;
    color: #444;
    word-break: keep-all;
}

/* 제목 클래스 (스크립트에서 동적 부여) */
#ctt_con .tos-title {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #15233E;
    margin-top: 60px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #394F92;
}

#ctt_con .tos-title:first-child {
    margin-top: 0;
}

#ctt_con img {
    max-width: 100%;
    height: auto;
}
.ctt_img {
    text-align: center;
}

/* 팝업 모드: 헤더, 푸터, 사이드바 숨김 처리 */
body.is-popup #hd, 
body.is-popup #ft, 
body.is-popup #aside,
body.is-popup .btn_up,
body.is-popup #container_wr:after {
    display: none !important;
}

body.is-popup #wrapper,
body.is-popup #container_wr,
body.is-popup #container {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
}

body.is-popup #ctt {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

