@charset "utf-8";

.en,
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-family: "Roboto", sans-serif;
}

/* 내용관리 */
#ctt {
    padding: 60px 0 0 53px;
    margin-bottom: 60px;
    line-height: 1.8em;
    min-height: 600px;
    color: #454545;
}

#ctt:has(+ #ctt_timg) {
    margin-bottom: 40px;
}

.ctt_admin {
    text-align: right
}

#ctt header h2 {
    font-size: 28px;
    overflow: hidden;
    color: #454545;
    font-weight: 400;
    padding-bottom: 46px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Noto Sans KR', sans-serif;
}

body.en #ctt header h2 {
    font-family: 'Roboto', sans-serif;
}

#ctt_con {
    margin: 50px 0 0;
    line-height: 1.8em;
}

#ctt_con img {
    max-width: 100%;
    height: auto
}

.ctt_img {
    text-align: center;
    padding-left: 53px;
    margin-bottom: 60px;
}

.ctt_img img {
    width: 100%;
}

.content_sub {
    padding: 60px 0 0 53px;
    margin-bottom: 60px;
    line-height: 1.8em;
    min-height: 600px;
}

/* #ctt_con h1{
    font-weight: 400;
} */

.content_sub [class^="sub0"] * {
    letter-spacing: 0;
}

/* body.en .content_sub [class^="sub0"] * {
    word-break: keep-all;
} */

img[alt="sub_top.jpg"] {
    transform: translateY(8px);
}