

.wrap{
    position: relative;
    background-color: #fff;
}


/*background, main*/
.main{
    position: relative; width: 100%;
    
}

/* 백그라운드 슬라이드*/
.slideWrap{
    overflow: hidden; 
}
.slideWrap>.slide{
    width: 300%; height:880px;
}
.slideWrap>.slide>li{
    background-repeat: no-repeat;
    background-size: cover;  background-position: center;
    width: 33.3333%; height:880px; float: left;
}
.slideWrap>.slide>li:nth-child(1){
    background-image: url(../../img/main_1.png);
}
.slideWrap>.slide>li:nth-child(2){
    background-image: url(../../img/main_2.png);
}
.slideWrap>.slide>li:nth-child(3){
    background-image: url(../../img/main_3.png);
}

footer .notice:nth-child(-n+2)>.close i{
	color: #878787;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

footer .notice:nth-child(-n+2) h3{
	color: #666;
}


.absolute{    
    position: absolute;}
.main>div{width: 100%; top: 360px;}
.main span{width: 1200px; margin: 0 auto;}
.main span>*{color: #e6e5e5; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);}

h1{
    font-size: 96px; 	
    font-weight: normal; line-height: 94px;
}
.main span>p{
    font-size: 16px; line-height: 26px; 
}
.main span>h3{
    margin-top: 10px;
    line-height: 40px;
    font-size: 22px;
}
.main span>ul{
    overflow: hidden;width: 180px;
    margin-top: 18px;
}
.main span>ul>li{
    float: left; background-color: #fff;
    width: 57px; height: 5px; margin-right: 3px; cursor: pointer;
}
.main span>ul>li.red{background-color: #e53d33;}
.main span>ul>li.clk{background-color: #e53d33;}

.main .btns{
    position: relative;}
.main .left_btn{
    position: absolute; width: 60px; height: 60px; left: 0; cursor: pointer; top: 80px; 
    background-image: url(../../img/main/btn_left.png);
}
.main .right_btn{
    position: absolute; width: 60px; height: 60px; right: 0; cursor: pointer; top: 80px; 
    background-image: url(../../img/main/btn_right.png);
}
.main .left_btn:hover{background-image: url(../../img/main/btn_left_red.png);}
.main .right_btn:hover{background-image: url(../../img/main/btn_right_red.png);}


/*  scroll ballon  */

.main .scrollWrap{
    width: 100%; height: 200px; position:relative; 
}
.main .scrollWrap>.scroll{
    position: absolute; 
    height: 50px; width: 100px;
}
div.scroll{
    width: 2%;
    position: absolute;
    left: 0; right: 0;
    bottom: 30px;
    margin: auto;
    color: #ccc;
}
div.scroll>div{
    
    /* Chrome/Safari */
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    
    /* Firefox */
    -moz-transform: rotate(-90deg); 
    -moz-transform-origin: 50% 50%;
    
    /* IE9 */
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 50% 50%;
    
    /* IE10 and other modern browsers that do not need vendor prefixes */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    
    /* IE7 or less */
    *zoom: 1;
    *writing-mode: tb-rl;
    *filter: flipv fliph;

    font-weight: 100; line-height: 20px; width: 100px;
    text-align: center; color: #fff; font-size: 12px;
}

div.scroll>div:nth-child(2){
    margin-top: 30px; color: #fff;
}
div.scroll>div:nth-child(2)>i{
    color: #fff;
    font-weight: 100;
}




/*notice*/
.notice{
    position: absolute;
    width: 1200px; margin: auto; right: 0; left: 0;
    background-color: #fff;   
    overflow: hidden; box-sizing: border-box;
    padding: 30px; top: 800px;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.notice>.newsG{
    float: left;
}
.notice:nth-child(1){width: 480px;}
.notice:nth-child(2){width: 660px;}

.notice>div>span{
    float: left; width: 140px;	
}
.notice>div>span>*{
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.notice>div>span>h2{
    font-size: 40px; color: #ff6666;
    font-family: 'anton'; line-height: 42px;
}
.notice>div>span>p{
    border-top: 1px solid #5a6064; 
    font-size: 30px; line-height: 32px;
    color: #5a6064; font-family: 'anton';}
.notice>div>span>div{
    margin-top: 126px;
    width: 130px; line-height: 40px; text-align: center;
    border: 1px solid #e6453b;  cursor: pointer;
}
.notice>div>span>div>a{
	color: #e6453b; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.0);
}
.notice>div>span>div>a:hover{
    background-color: #e6453b; color: #fff;
}
.notice>div>span>button{}

.notice>.newsG>.news{
    float: left; width: 299px; margin: 0 12px; box-sizing: border-box; cursor: pointer;
}
.notice>.newsG>div>div{
    width: 86px; text-align: center;
    line-height: 30px; color: #e95a51; font-weight: bold; border-left: 3px solid #e95a51;
}
.notice>.newsG>div>p{
  
}
.notice>.newsG_top>.news{
    margin-left: 40px;
}
.notice>.newsG>div>.news_title{
    overflow: hidden;
    border-left: 1px solid #ccc; font-size: 16px;
    line-height: 50px; width: 98%; font-weight: bold; height: 50px;
}
.notice>.newsG>div>.news_title>p{
	margin-left: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.notice>.newsG>div>.news_date{
     border-left: 1px solid #ccc; color: #999;
}

.notice>.newsG>div>.news_date>p{margin-left: 15px;}
.notice>.newsG>div>p.news_substance{
	width: 100%; box-sizing: border-box; height: 140px;
    font-size: 14px; line-height: 28px; padding-top: 20px; margin-left: 14px; text-align: justify;
    -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; white-space: normal;
    -ms-word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical;  overflow: hidden; 
}



