
body {
    padding-top: 0;
    background-color: #000;
    background: url(../images/home/bg_2.jpg) top left no-repeat;
    background-size: 336px;
}
@media screen and (min-width:1100px) {
    body {
        background: url(../images/home/bg.jpg) top center no-repeat;
        background-size: 2000px;
    }
}


#home_container {
    width: 1100px;
    min-height: 620px;
    margin: 0 auto;
    box-sizing: border-box;
}
#home_container:after {
    content: " ";
    display: block;
    clear: both;
}

#home_container_left {
    position: relative;
    width: 352px;
    min-height: 620px;
    float: left;
    background: url(../images/home/mask.png) top right no-repeat;
    background-size: 156px;
}
#en_copy {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 185px;
    height: 76px;
}
#en_copy img {
    width: 100%;
    height: auto;
}

#home_container_right {
    width: 724px;
    float: left;
    padding: 20px 0 0 24px;
    background-color: #fff;
    position: relative;
    height: 600px;
}

#home_container #header_primary {
    float: none;
    margin-bottom: 62px;
}
#home_container #home_header {
    background-color: #fff;
}

#ci {
    margin-bottom: -44px;
}
#company_info_link {
    padding-top: 98px;
    background: url(../images/home/woman.png) bottom no-repeat;
    background-size: 166px;
    background-position: 510px 0;
    border-bottom: solid 1px #a0a0a0;
    margin-right: 30px;
}
#company_info_link a {
    display: inline-block;
    font-size: 30px;
    line-height: 46px;
    color: #000;
    text-decoration: none;
    padding: 0 42px 0 2px;
    background: url(../images/home/icon_arrow.png) right no-repeat;
    background-position-y: 9px;
    background-size: 32px;
}
#company_info_link a:hover {
    opacity: 0.6;
}

#top_nav {
}
#top_nav ul {
    padding: 26px 5px 32px 5px;
}
#top_nav ul:after {
    content: " ";
    display: block;
    clear: both;
}
#top_nav ul li {
    float: left;
}
#top_nav ul li+li {
    padding-left: 40px;
}
#top_nav ul li a {
    display: block;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 16px rgba(0,0,0,0.4);
    overflow: hidden;
}
#top_nav ul li a img {
    width: 100%;
    height: auto;
    -webkit-transition: .05s;
    transition: .05s;
}
#top_nav ul li a:hover {
    box-shadow: inset 2px 2px 16px rgba(0,0,0,0.4);
}
#top_nav ul li a:hover img {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

#badge {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 60px;
    left: -190px;
}
#badge a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 16px rgba(0,0,0,0.4);
}
#badge a img {
    width: 100%;
    height: auto;
}
