
#main_img {
    min-width: 1170px;
    height: 500px;
    background: url(../images/sub_bg_company.jpg) no-repeat center;
}

#main_img a {
    display: block;
    width: 100%;
    height: 100%;
}

#main_title {
    width: 1170px;
    min-width: 1170px;
    /*    height: 100vh;*/
}

#main_title img {
    position: relative;

}


#main_title h5 {
    position: absolute;
    margin-top: 200px;
    min-width: 1170px;
    width: 100%;
    text-align: center;
    font-size: 80px;
    color: #fff;
}

#sub_lnb {
    width: 100%;
    height: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.7);
    position: sticky;
    top: 0;
    z-index: 1;
}

#sub_lnb > ul {
    width: 1170px;
    height: 50px;
    margin: 0 auto;
}

#sub_lnb ul li {
    border-left: 1px solid #ccc;
}
#sub_lnb ul li:last-child{
    border-right: 1px solid #ccc;
}
#sub_lnb li a {
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #000;
    padding: 0 56.1px;
}

#sub_lnb li a strong {
    color: #000;
}



#sub_lnb a:hover strong {
    color: #fff;
}
#sub_lnb li a:hover{
    
    background-color: #009ef5;
}
#sub_lnb li a:hover{
    color: #fff;
}


#contentwrap {
    width: auto;
    height: 100%;
}

h6 {

    padding: 50px 0 10px 0;
    font-size: 40px;
    color: #000;
}

h7 {
    font-size: 20px;
    color: #000;
}

#about_us_bg {
    min-width: 1170px;
    height: 700px;
    background-color: rgba(0, 158, 245, 0.05);

}

#about_us {
    width: 1170px;
    height: 700px;
    margin: auto;

}

#about_us .text ul li {
    margin-top: 30px;
    float: left;
}

#about_us .text ul li:first-child {
    width: 572px;
}

#about_us .text ul li:last-child {
    margin-left: 130px;
}

#about_us img {
    transition: all 0.3s;

}

#about_us img:hover {
    transform: scale(1.1);
}

#message {
    width: 1170px;
    height: 800px;
    margin: auto;
}

#message .text ul li {
    margin-top: 30px;

    height: 350px;
    float: left;
}

#message .text ul li:last-child {
    width: 858px;
    margin-left: 30px;
}

#vision_bg {
    clear: both;
    min-width: 1170px;
    height: 750px;

    
    background-color: rgba(0, 158, 245, 0.05);
}

#vision {
    width: 1170px;
    height: 730px;
    margin: auto;
}

#vision_img ul li {
    margin-top: 30px;
    overflow: hidden;
    margin-left: 27px;
    height: 500px;
}

#vision_img ul li:first-child {
    margin-left: 0px;
}

#vision img {
    transition: all 0.3s;
}

#vision img:hover {
    transform: scale(1.1);


}

#sponsor {
    width: 1170px;

    height: 890px;
    margin: auto;
}

#sponsor ul {
    margin-top: 20px;
}

#sponsor .text_01 {
    width: 672px;
    margin-top: 60px;
    margin-left: 30px;
}

#sponsor .text_02 {
    width: 672px;
    margin-right: 30px;
}

#sponsor .text_03 {
    width: 672px;
    margin-top: 70px;
    margin-left: 30px;
}

#sponsor a {
    width: 400px;
    height: 200px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
}

#sponsor a #sponsor_bg_01 {
    width: 100%;
    height: 100%;
    background-image: url(../images/sponsor_01_over.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

#sponsor a:hover #sponsor_bg_01 {
    opacity: 1;

}
#sponsor a #sponsor_bg_02 {
    width: 100%;
    height: 100%;
    background-image: url(../images/sponsor_02_over.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

#sponsor a:hover #sponsor_bg_02 {
    opacity: 1;

}

#sponsor a #sponsor_bg_03 {
    width: 100%;
    height: 100%;
    background-image: url(../images/sponsor_03_over.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

#sponsor a:hover #sponsor_bg_03 {
    opacity: 1;

}




#map_bg {
    min-width: 1170px;
    height: 890px;
    background-color: rgba(0, 158, 245, 0.05);

}

#map {
    width: 1170px;
    margin: 0 auto;
    
    
}

#map_img {
    margin-top: 30px;
    width: 1170px;

}

#map ul {
    margin-left: 300px;
    margin-top: 30px;
}

#map ul li {
    line-height: 30px;
    margin-right: 50px;
    color: #000;
}
#map ul li:first-child{
    margin-top: 15px;
}
#map ul li a {
    
    font-size: 25px;
    font-weight: 700;
}
#map ul li a:hover{
    font-size: 25px;
    font-weight: 700;
    color: #009ef5;
}

#compliance {
    width: 1170px;
    margin: 0 auto;
    height: 1150px;



}

#compliance .text {
    overflow: hidden;

}

#compliance ul {
    margin-top: 20px;
}

#compliance .text img {
    margin-top: 20px;
    transition: all 0.3s;

}

#compliance .text img:hover {
    transform: scale(1.1);
}







