@charset 'utf-8';
/*서브비주얼*/
#synotice-container {
    height: 100%;
}
.sub-visual-wrap {
    width: 100%;
    height: 100%;
}
.sub-visual {
    width: 100%;
    height: 60%;
    text-align: center;
}
.sub-visual-inner {
    width: 100%;
    height: 100%;
    background-image: url('../images/notice_bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.sub-visual-inner h2 {color: #fff;}
.sub-visual-txt {
    padding: 50px 7% 150px;
    font-size: 1.3em;
    color: #fff;
    font-family: 'Pretendard-Regular', 'sans-serif';
}
/*반응형 구간*/

@media screen and (max-width: 767px) {
    /*서브비주얼*/
        .sub-visual-wrap {height: 110%;}
        .sub-visual-inner h2 {
            font-size: 2.5em;
            padding-top: 40%;
        }
    }
    @media screen and (min-width: 768px) {
    /*서브비주얼*/
        .sub-visual-inner h2 {
            font-size: 3em;
            padding-top: 260px;
        }
        .sub-visual-txt {font-size: 1.5em;}
    }
    @media screen and (min-width: 768px) and (max-width: 1279px) {
    }
    @media screen and (min-width: 1280px) {

    }