﻿@charset "utf-8";
/* CSS Document */

* {
    font-family: 'Malgun Gothic';
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    color: black;
}

html, body {
    font-family: 'Malgun Gothic';
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 24px;
}

a {
    text-decoration: none;
   color:black;
}

image {
    display: block;
    border: none;
}





/* start */

.top_wrap {
    width: 100%;
    height: 95px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 3px 2px 2px rgba(166,166,166,0.3);
    box-shadow: 0 3px 2px 2px rgba(166,166,166,0.3);  

}
.top_fx {
    position:fixed;    
    z-index:999;
    margin-top:-5px;
}
.top {
    width: 1200px;
    height: 95px;
    margin: 0 auto;
     background-color: #f6f6f6;

  
}

.lo {
    width: 126px;
    height: 53px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;

}

.menu {   width: 660px;
    height:95px;
   


    margin-left:540px;
    line-height:95px;
   
}

    

.menu ul {
    background-color: #f6f6f6;
 
}
.menu ul li {
    float: left;
   margin-left:50px;
    }




.menu ul li a{
    color: gray;
}

.menu ul ul li {
    float: none;
    
}


    .menu ul ul {
  
        margin-left:-33px;
        line-height:30px;
        width:115px; 
        display:none;
        position:absolute;
 
        
        
    }
        .menu ul ul li {text-align:center;
           margin-left:0;
        }

    .menu ul li a:hover {
        color: black;
    }

/*event*/

.event_wrap {
    width: 100%;
    height: 316px;
    margin-top:5px;
    background-image:url(../about/image/main02.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

   
}

.event {
    width: 1200px;
    height: 316px;
    margin:0 auto;
      background-image:url(../about/image/main02.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
/*lc*/

.lc_wrap {
    width: 100%;
    height: 800px;
    
  
}
.lc02 {
    width: 1200px;
    height: 600px;
   
    border:1px solid gray;
margin:0 auto;
}

.lc {
    width: 1200px;
    height: 50px;
       margin: 0 auto;
    line-height:50px;
    margin-top:30px;
    margin-bottom:30px;
}

.lc_1 {
    width: 125px;
    height: 50px;
    border-bottom: 3px double gray;
    box-sizing:border-box;
    color:gray;
    margin:0 auto;
}

.lc_1 h1 {
    color: #1d2088;
}

.lc03 {
    width: 1200px;
    height: 60px;
   z-index:999;
    margin: 0 auto; 
  
}

.lc03_1 li {
    color: gray;
    font-size:13px;
}



.fx_wrap {
    width: 100%;

    height: 600px;
   
    position: absolute;

}

.fx {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
    
}

.fx1 {
    width: 300px;
    height: 280px;
    background-color: white;
    margin-top: 250px;
    margin-left:850px;
    padding-top:20px;
    
}


.fx_01 {
    width:300px;
    background-color:white;
      margin-top: 10px;
    margin-bottom: 10px;
   
}

    .fx_01 li {
        color: gray;
    }
        .fx_01 li a {
            color: gray;
        }



/*ed*/

.ed_wrap {
    width: 100%;
   background-color:#2c2c2c;
   height:80px;
   margin-top:200px;
    
}

.ed {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
   background-color:#2c2c2c;
   line-height:24px;padding-top:15px;  
    
}

.ed_01 {
    background-color: pink;
    z-index:999;
}

.ed_01 li {
    float: left;
    margin-left:50px;
    color:white;
}

.ed_im {
    margin-top: 10px;
}

