h1{
    font-size: 58px;
}
.main>div{top: 200px;}

.slideWrap>.slide>li{height: 600px;}
.main span>p{
    width: 70%; margin: 0 auto; 
    font-size: 14px; line-height: 22px; 
}
.main span>h3{
    margin-top: 6px;
    font-size: 16px; 
    line-height: 32px;
}

/* 백그라운드 슬라이드*/
.slideWrap>.slide>li:nth-child(1){
    background-image: url(../../img/main_1_480.png);
}
.slideWrap>.slide>li:nth-child(2){
    background-image: url(../../img/main_2_480.png);
}
.slideWrap>.slide>li:nth-child(3){
    background-image: url(../../img/main_3_480.png);
}


.main .left_btn{top: 40px; left: 10px; width: 55px; height: 55px; background-size: cover;}
.main .right_btn{top: 40px; right: 10px; width: 55px; height: 55px; -webkit-background-size: cover;
background-size: cover;}

/*  벌룬 scroll  */

/* .main .scrollWrap{display: none;}
.main .scrollWrap>.scroll{}
div.scroll{}
div.scroll>div{}
div.scroll>div:nth-child(2){
    margin-top: 4vw;
}
div.scroll>div:nth-child(2)>i{}
 */
 
.notice{
    top: 560px;
    padding: 0 0 30px;
}
.notice>.newsG{}
.notice>div>span{
    width: 100%; position: relative;
    float: clear; box-shadow: 3px 3px 3px rgba(0,0,0,0.3); margin: 0;
}
.notice>div>span>*{
}
.notice>div>span>h2{
    margin-top: 22px;
    margin-left: 24px; font-size: 36px;
}
.notice>div>span>p{
    margin-left: 24px;
    margin-bottom: 22px
}

.notice>div>span>div{
    position: absolute; top: 14px; right: 24px;
}
.notice>.newsG>div>.news_title{
    line-height: 40px; height: 40px; font-size: 14px;
}
.notice>.newsG>div>.news_date{
    font-size: 13px;
}
.notice>.newsG>.news{
   clear: both; width: 96%; margin: 0 2%; box-sizing: border-box;
}
.notice>.newsG_top>.news{
    clear: both; margin-top: 40px;
}
.notice>.newsG_btm{
    margin-top: 0;
}
.notice>.newsG_btm>div{
    margin: 0; 
}
.notice>.newsG:nth-child(2){}
.notice>.newsG_btm>div:first-child{width: 100%;}

.notice>.newsG:nth-child(2)>.news{
	width: 95%; margin-top: 10px;
}
.notice>.newsG>div:last-child{
    margin-top: 20px;
}
.notice>.newsG>div>p.news_substance{
    padding-top: 10px;font-size: 13px; -webkit-line-clamp: 2; height: 60px; width: 96%;
}

footer{
    margin-top: 600px;
}