@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);





#sectionOverview{
    background-color: #000;
    min-height: 1500px;
    font-family: Open Sans, arial, serif;
}
#sectionOverview #rog-width-full {
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0px;
    overflow: hidden;
}





#sectionOverview .back-to-top{
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 50px;
    text-indent: -9999px;
    background: #fff url(../img/arrow.png) center center no-repeat;
    display: none;
}








#sectionOverview .hyper-section h2{
    font-size: 4em;
    font-weight: 300;
    color: #02b1e4 !important;
    margin-bottom: 0.5em;
    position: relative;
    line-height: 1em;
}
@media screen and (max-width: 650px) {
#sectionOverview .hyper-section h2{
    font-size: 2.5em;
}
}

#sectionOverview .hyper-section h2:before{
    content: '';
    display: block;
    position: absolute;
    left: -43px;
    top: 8px;
    width: 36px;
    height: 33px;
    background: url(../img/dash.png) center center no-repeat;
}
#sectionOverview .hyper-section p{
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
    line-height: 1.6em;
}
#sectionOverview .hyper-section p.note{
    font-size: 1.2em;
    color: #999;
}



#sectionOverview .hyper-section-1{
    background: #000 url(../img/hero.jpg) center center no-repeat;
    height: 694px;
    overflow: hidden;
}


#sectionOverview .hyper-section-1 .text{
    margin: 6% 0 0 55%;
    width: 450px;
}



@media screen and (max-width: 1050px) {
#sectionOverview .hyper-section-1{
    height: 500px;
    background-size: 150%;
    background-position: 60% bottom;
}
#sectionOverview .hyper-section-1 .text{
    margin: 6% 0 0 46%;
}
}
@media screen and (max-width: 850px) {
#sectionOverview .hyper-section-1{
    height: 800px;
    background-size: 160%;
    background-position: 20% bottom;
}
#sectionOverview .hyper-section-1 .text{
    margin: 6% 4% 0 10%;
    width: auto;
}
}

@media screen and (max-width: 550px) {
#sectionOverview .hyper-section-1{
    height: 700px;
}
}











#sectionOverview .hyper-section-2{
    background: #0a0a0a;
}
#sectionOverview .hyper-section-2 .area{
    max-width: 1000px;
    padding: 150px 30px 100px 30px;
    margin: 0 auto;
}
#sectionOverview .hyper-section-2 .area:after{
    clear: both;
    content: '';
    display: block;
}

#sectionOverview .hyper-section-2 .text{
    width: 45%;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
    margin-right: 6%;
}
#sectionOverview .hyper-section-2 img{
    max-width: 48% !important;
    float: left;
}


@media screen and (max-width: 850px) {
#sectionOverview .hyper-section-2 .area{
    padding: 50px 0px 50px 0px;
}
#sectionOverview .hyper-section-2 .text{
    width: auto;
    margin: 6% 4% 0 10%;
    max-width: auto;
    padding: 0;
}
#sectionOverview .hyper-section-2 img{
    max-width: 100% !important;
}
}










#sectionOverview .hyper-section-3{
    background: #000;
    overflow: hidden;
}
#sectionOverview .hyper-section-3 .text{
    text-align: center;
    max-width: 850px;
    padding: 80px 50px 0px 50px;
    margin: 0 auto;
}
@media screen and (max-width: 850px) {
#sectionOverview .hyper-section-3 .text{
    text-align: left;
    margin: 6% 4% 0 10%;
    max-width: auto;
    padding: 0;
}
}



/*20200204*/
#sectionOverview .hyper-section-3 .design{
    position: relative;
    max-width: 870px;
    margin: 0 auto 30px auto;
}
#sectionOverview .hyper-section-3 .image{
}
#sectionOverview .hyper-section-3 .image img{
    display: block;
    width: 100%;
}
#sectionOverview .hyper-section-3 .image img.number{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
#sectionOverview .hyper-section-3 .list p{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.2em;
}
#sectionOverview .hyper-section-3 .list p span{
    display: none;
}
#sectionOverview .hyper-section-3 .list p:nth-child(1){
    left: 14%;
    top: 8%;
}
#sectionOverview .hyper-section-3 .list p:nth-child(2){
    left: 6%;
    top: 80%;
}
#sectionOverview .hyper-section-3 .list p:nth-child(3){
    left: 32%;
    top: 80%;
}
#sectionOverview .hyper-section-3 .list p:nth-child(4){
    left: 64%;
    top: 27%;
}
#sectionOverview .hyper-section-3 .list p:nth-child(5){
    left: 84%;
    top: 27%;
}
#sectionOverview .hyper-section-3 .list p:nth-child(6){
    left: 74%;
    top: 86%;
}

@media screen and (max-width: 850px) {
#sectionOverview .hyper-section-3 .image img.number{
    display: block;
}
#sectionOverview .hyper-section-3 .list{
    margin: 30px 20px;
}
#sectionOverview .hyper-section-3 .list p{
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-bottom: 15px;
}
#sectionOverview .hyper-section-3 .list p br{
    display: none;
}
#sectionOverview .hyper-section-3 .list p span{
    display: inline-block;
    margin-right: 10px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #02b1e4;
}
}
















#sectionOverview .hyper-section-4{
    background: #0a0a0a;
    overflow: hidden;
}
#sectionOverview .hyper-section-4 .area{
    max-width: 1000px;
    padding: 100px 50px 50px 50px;
    margin: 0 auto;
}
#sectionOverview .hyper-section-4 .area:after{
    clear: both;
    content: '';
    display: block;
}


#sectionOverview .hyper-section-4 .box{
    float: left;
    width: 28%;
    margin-right: 6%;
}
#sectionOverview .hyper-section-4 .box:nth-child(3){
    margin-right: 0;
}
#sectionOverview .hyper-section-4 .box p{
    color: #fff;
    margin-bottom: 0.5em;
}
#sectionOverview .hyper-section-4 .box p i{
    font-size: 3em;
    font-weight: 300;
    color: #02b1e4 !important;
    position: relative;
    line-height: 1em;
    font-synthesis: none;
    display: block;
}
#sectionOverview .hyper-section-4 .box p i:before{
    content: '';
    display: block;
    position: absolute;
    left: -43px;
    top: 12px;
    width: 36px;
    height: 33px;
    background: url(../img/dash.png) center center no-repeat;
}

#sectionOverview .hyper-section-4 .box img{
    display: block;
    margin: 0 auto;
}
#sectionOverview .hyper-section-4 .notice{
    font-size: 1.1em;
    color: #888;
    clear: both;
    padding-top: 30px;
}
@media screen and (max-width: 650px) {
#sectionOverview .hyper-section-4 .box{
    width: 100%;
    margin-right: 0;
}
}
