@charset "utf-8";

/* 내용관리 */
#container {
    padding: 0;
}
#ctt {
    background-image: url(./img/greeting_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 1920px;
    margin: 0 auto;
}

div#ctt_con {
    margin: 0 auto;
    padding: 105px 20px;
    max-width: 1470px;
}
h2.ctt_tit {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 1em;
    margin-bottom: 2em;
    position: relative;
}
h2.ctt_tit:after {
    content: "";
    width:40px;
    height: 2px;
    position: absolute;
    background: #000;
    z-index: 2;
    bottom:0;
    left: 0;
}
p.ctt_txt {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;word-break: keep-all;
}
p.ctt_txt_big {
    margin-top: 1em;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;word-break: keep-all;
}
p.ctt_txt_sign {
text-align: center;margin-top: 30px;padding-right: 20%;
}
@media (max-width: 1920px) {
    div#ctt_con {
        
    }
}
@media (max-width: 1600px) {
    div#ctt_con {
        padding: 105px 0 105px 5%;
    }
}
@media (max-width: 970px) {
    div#ctt_con {
        margin: 0 auto;
        padding: 90px 20px;
    }
    h2.ctt_tit {
        font-size: 24px;
    }
    p.ctt_txt {
        font-size: 16px;
    }
    p.ctt_txt_big {
        font-size: 20px;
    }
    p.ctt_txt_sign {
        text-align: right; padding-right: 0;
    }
    #ctt {
        background-size: 0;
    }
}