
#atc07{position:relative; }
#atc07 .inner{max-width: 80%;
    padding: 0px 0;
    margin: 0 auto;
    overflow: hidden;
}

#atc07 .banner_txt{    text-align: center;
    letter-spacing: -2px;margin: 20px 0;
    font-size: 38px;
    font-family: "Noto Serif KR", serif;
    line-height: 50px;
    color: var(--primary); font-weight: 200;position: relative;}
    #atc07 .banner_txt b{font-weight: 600;}

    #atc07 .banner_txt::before{
        content: '';
        width: 36%;
        height: 22px;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/theme/enmijun/index/inc07/img/atc07.png');
    }


    @media (max-width:768px){
        #atc07 .banner_txt{margin: 0;font-size: 15px;
            letter-spacing: -1px;line-height: 20px;}
            #atc07 .banner_txt::before{display: none;}

#atc07{padding-bottom: 50px;}





    }





















