/*---------background--------*/
body{
    background-image: url('../images/main.png');
    background-size: 1800px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/*-----------logo------------*/
#logo-wrap {
    width: 700px;
    margin-left:20px;
    margin-top: 15px;
    position: relative;
}
#logo-wrap img {
    /*img size adjusting in wrap tag*/
    width: 70%;
}
#logo-text {
    font-family: "Microsoft YaHei UI Light",Trebuchet MS, Dotum, Arial; 
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate( -15%, -55% );
}

/*---------------menu------------*/
#topMenu {
    position: absolute;
    width: 1600px; 
    top: 80%;
}
#topMenu ul li {                      
    list-style: none;          
    color: black;               
    float: right;               
    line-height: 30px;          
    vertical-align: middle;    
    text-align: center;        
}
#topMenu .menuLink {                               
    text-decoration:none;                    
    color: black;                         
    display: inline-block;                           
    width: 150px;                           
    font-size: 20px;                   
    font-weight: bold;                        
    font-family: "Microsoft YaHei UI Light",Trebuchet MS, Dotum, Arial; 
}
#topMenu .menuLink:hover {           
    color: gray;                   
} 
#topMenu #menuicon:hover{
    color: gray;
    width: 500px;  
}
/*---------------top_button------------*/
#top_button {
    display: scroll;
    position: fixed;
    bottom: 5px;
    right: 5px;
} 

/*---------------mark_color-------------*/
mark{
    background-color: lightpink;
}

.footer_context{
    text-align:center;
    margin-top: 80px;
    margin-left: 200px;
    margin-bottom: 80px;
    width: 1500px;
    font-size:15px;
    color: darkgray;
}

table {
    border-collapse: collapse;
    border-style: hidden;
}

table td, table th {
    border: 1px solid darkgray;
}
