@charset "utf-8";

/* 내용관리 */
body {
    background-color: #b8b8ba;
}
#container {
    padding: 0;
}
#ctt {
    background-image: url(./img/brand_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


div#ctt_con {
    max-width: 1400px;
    margin: 0 auto;
    padding: 160px 0 160px 650px;
}
h2.ctt_tit {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 1em;
}
p.ctt_txt {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;word-break: keep-all;
}
@media (max-width: 1920px) {
    div#ctt_con {
        padding: 160px 0 160px 33%;
    }
}
@media (max-width: 970px) {
    div#ctt_con {
        padding: 60px 10%;
    }
    h2.ctt_tit {
        font-size: 30px;
    }
    p.ctt_txt {
        font-size: 18px;
    }
    p.ctt_txt br{
        line-height: 1em;
    }
}
