﻿@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%;
    font-size: 15px;
    line-height: 24px;
}

a {
    text-decoration: none;
}

image {
    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;
    }

/*bt*/

.bt_wrap {
    width: 100%;
    height: 312px;
    background-color: #e1e1e1;
}

.bt {
    width: 1200px;
    height: 312px;
    margin: 0 auto;
    background-image: url(../image/sub2/icon_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*po*/

.po_wrap {
    width: 100%;
    height: 125px;
}

.po {
    width: 1200px;
    height: 125px;
    margin: 0 auto;
    text-align: center;
}

    .po h1 {
        font-size: 40px;
        margin-top: 40px;
        color: #191a47;
    }


    .po p {
        color: black;
        margin-top: 20px;
        color: gray;
    }
/*pbox*/

.pbox_wrap {
    width: 100%;       
}

.pbox {
    width: 1200px;
    margin: 0 auto;
	text-align: center;
}

    .pbox li {
        float: left;
        margin-left: 10px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .pbox h2 a {
        color: gray;
    }

        .pbox h2 a:hover {
            color: black;
        }

    .pbox li image {
        border: 1px solid gray;
    }

    .pbox h2, p {
        color: gray;
    }

    .pbox h2 {
        margin-top: 10px;
    }

/*event*/

.event_wrap {
    width: 100%;
    height: 316px;
    margin-top:5px;
    background-image:url(../solution/image/main.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.event {
    width:1200px;
 height:316px;
    margin: 0 auto;
        background-image:url(../solution/image/main.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    
}

.event1 {
    width: 100%;
    height: 300px;
}

.event_01 {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    line-height:300px;
}

/*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;
}

