﻿@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;
}

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;
   background-image:url(../about/image/main02.jpg);
   background-position:center;
   background-size:cover;
   background-repeat:no-repeat;
    margin-top:5px;
}

.event {
    width: 1200px;
    height: 316px;
 background-image:url(../about/image/main02.jpg);
   margin:0 auto;
   background-position:center;
   background-size:cover;
   background-repeat:no-repeat;
}

/*tx*/

.tx_wrap {
    width: 100%;
    height: 290px;
    
}

.tx {
    padding-top:55px;
    width: 1200px;
    height: 290px;
    margin: 0 auto;
    text-align: center;
}

.tx b{
    color: #191a47;
}

/*bt*/

.bt_wrap {
    width: 100%;
    height: 413px;
    background-image:url(../about/image/sub02.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;

   
}

.bt {
    width: 1200px;
    height: 413px;
    margin: 0 auto;
        background-image:url(../about/image/sub02.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;

   
}

/*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;
}

