﻿@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;
    margin-top: 5px;
    background-image: url(../about/image/main02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.event {
    width: 1200px;
    height: 316px;
    margin: 0 auto;
    background-image: url(../about/image/main02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*ht*/

.ht_wrap {
    width: 100%;
    height: 2720px;
    margin-top: 100px;
}

.ht {
    width: 1200px;
    height: 2720px;
    margin: 0 auto;
}

.ht_h {
    width: 1200px;
    height: 50px;
    text-align: center;
    line-height: 40px;
}

    .ht_h h1 {
        font-size: 35px;
        color: #1d2088;
    }

.ht_p {
    width: 1200px;
    height: 2720px;
    margin-top: 10px;
    padding-top: 10px;
}






/*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;
}
