@charset "utf-8";


/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/ecology/
    hybrid-system.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 769px){

#section_mode .article_03 { width: 980px; height: 600px; margin: 0 auto;}
#section_mode .article_03 .scenes { position: relative; width: 980px; height: 440px; background:#f6f6f6; overflow: hidden;}
#section_mode .article_03 .scenes h3 { position: absolute; top: 51px; left: 90px; z-index: 30;}
#section_mode .article_03 .scenes .scene { position: absolute; top: -85px; left: 0; z-index: 10; width: 980px; height: 600px; overflow: hidden; filter: alpha(opacity=0); opacity: 0; z-index: 32;}
#section_mode .article_03 .scenes .scene.current { filter: alpha(opacity=100); opacity: 1; z-index:20; }
#section_mode .article_03 .scenes .scene h4 { position: absolute; top: 0; left: 91px; z-index:12;}
#section_mode .article_03 .scenes .scene .system { position: absolute; top: 135px; left: 310px; z-index:12;}
#section_mode .article_03 .scenes .scene .car { position: absolute; top: 283px; left: 115px; z-index:12;}
#section_mode .article_03 .scenes .scene .bg_1 { position: absolute; bottom: 0; left: 0; width: 30000px; height: 340px; background: url(../image/hybrid-system/sec_01_03_bg.png) repeat left bottom; z-index:10; }
#section_mode .article_03 .scenes .scene .bg_2 { position: absolute; bottom: 0; left: 0; width: 30000px; height: 162px; background: url(../image/hybrid-system/sec_01_03_bg.png) repeat left bottom; z-index:11; }
#section_mode .article_03 .scenes .scene_4 .bg_1 {  }
#section_mode .article_03 .scenes .scene_4 .bg_2 { height: 340px; background: url(../image/hybrid-system/sec_01_03_bg_highway.png) repeat-x left bottom; }
#section_mode .article_03 .scenes .scene_6 .bg_1 {  }
#section_mode .article_03 .scenes .scene_6 .bg_2 { height: 490px; background: url(../image/hybrid-system/sec_01_03_bg_stop.png) repeat-x left bottom; }
#section_mode .article_03 .scenes .scene .wheel { position: absolute; top: 408px; left: 163px; z-index:12; width: 382px; height: 73px; background: url(../image/hybrid-system/sec_01_03_wheel_01.png);}
#section_mode .article_03 .scenes .scene_2 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_02.png); }
#section_mode .article_03 .scenes .scene_3 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_02.png); }
#section_mode .article_03 .scenes .scene_4 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_03.png); }
#section_mode .article_03 .scenes .scene_5 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_02.png); }





/* ------------------------------
    #section_mode
------------------------------ */
#section_mode h4.sub_title{ margin-bottom: 20px;}
#section_mode .caption{ width: 880px; height: 90px !important; margin: -165px auto 20px auto;}
#section_mode .caption div{ display: none;}
#section_mode .caption h4{ margin: 0 0 15px 0; font-size: 20px; font-weight: bold; line-height: 1em;}
#section_mode .caption h4 span{ margin: 0 0 0 10px; font-size: 18px; font-weight: normal; line-height: 1em;}
#section_mode .caption h4 span.sup{ margin: 0; font-size: 10px; position: relative; top: -5px;}
#section_mode .caption .desc{ font-size: 16px; line-height: 1.5em;}
#section_mode .caption .desc .sup{margin: 0; font-size: 10px; position: relative; top: -5px;}
#section_mode .caption .caution{ margin: 15px 0 0 0; font-size: 11px; line-height: 1.5em;}

#section_mode .article_03 .scenes .scene .bg_1:after{
    width: 100%;
    content: '';
    display: block;
    border-top: 10px solid #f6f6f6;
    position: absolute;
    top: -5px;
    left: 0;
}

#section_mode .article_03 .scenes .scene .bg_2:after{
    width: 100%;
    content: '';
    display: block;
    border-top: 10px solid #f6f6f6;
    position: absolute;
    top: -5px;
    left: 0;
}

#section_mode .nav_wrap{
    text-align: center;
    position: relative;
}

#section_mode .pager{
    width: 100% !important;
    height: 40px;
    overflow: hidden;
    padding: 0 50px;
    display: table;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
}

#section_mode .pager:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
}

#section_mode .pager li{
    width: 16.666%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: table-cell;
    background-color: #efefef;
    color: #fff;
    cursor: pointer;
    position: relative;
    outline: none;
}

#section_mode .pager li:after{
    content: '';
	border-top: 30px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #fff;
    display: block;
    position: absolute;
    right: -25px;
    top: -10px;
    z-index: 2;
}

#section_mode .pager li:before{
    content: '';
	border-top: 30px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #efefef;
    display: block;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 3;
}

#section_mode .pager li:last-child:after,
#section_mode .pager li:last-child:before{
    display: none !important;
}

#section_mode .pager li:hover:before,
#section_mode .pager li.current:before{
    content: '';
	border-top: 30px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #0064a1;
    display: block;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 3;
}

#section_mode .pager li a{
    color:#444;
    outline: none;
}

#section_mode .pager li:hover,
#section_mode .pager li.current{
    background-color: #0064a1;
}

#section_mode .pager li:hover a,
#section_mode .pager li.current a{
    color: #fff;
}


}



@media screen and (max-width : 768px){
#section_mode .article_03 { width: 980px; height: 600px; margin: 0;}
#section_mode .article_03 .scenes { position: relative; width: 980px; height: 500px; background:#f6f6f6;}
#section_mode .article_03 .scenes h3 { position: absolute; top: 51px; left: 90px; z-index: 30;}
#section_mode .article_03 .scenes .scene { position: absolute; top: -85px; left: 0; z-index: 10; width: 980px; height: 600px; overflow: hidden; filter: alpha(opacity=0); opacity: 0; z-index: 32;}
#section_mode .article_03 .scenes .scene.current { filter: alpha(opacity=100); opacity: 1; z-index:20; }
#section_mode .article_03 .scenes .scene h4 { position: absolute; top: 0; left: 91px; z-index:12;}
#section_mode .article_03 .scenes .scene .system { position: absolute; top: 135px; left: 310px; z-index:12;}
#section_mode .article_03 .scenes .scene .car { position: absolute; top: 283px; left: 115px; z-index:12;}
#section_mode .article_03 .scenes .scene .bg_1 { position: absolute; bottom: 0; left: 0; width: 30000px; height: 340px; background: url(../image/hybrid-system/sec_01_03_bg.png) repeat-x left bottom; z-index:10; }
#section_mode .article_03 .scenes .scene .bg_2 { position: absolute; bottom: 0; left: 0; width: 30000px; height: 162px; background: url(../image/hybrid-system/sec_01_03_bg.png) repeat-x left bottom; z-index:11; }
#section_mode .article_03 .scenes .scene_4 .bg_1 {  }
#section_mode .article_03 .scenes .scene_4 .bg_2 { height: 340px; background: url(../image/hybrid-system/sec_01_03_bg_highway.png) repeat-x left bottom; }
#section_mode .article_03 .scenes .scene_6 .bg_1 {  }
#section_mode .article_03 .scenes .scene_6 .bg_2 { height: 490px; background: url(../image/hybrid-system/sec_01_03_bg_stop.png) repeat-x left bottom; }
#section_mode .article_03 .scenes .scene .wheel { position: absolute; top: 408px; left: 163px; z-index:12; width: 382px; height: 73px; background: url(../image/hybrid-system/sec_01_03_wheel_01.png);}
#section_mode .article_03 .scenes .scene_2 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_02.png); }
#section_mode .article_03 .scenes .scene_3 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_02.png); }
#section_mode .article_03 .scenes .scene_4 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_03.png); }
#section_mode .article_03 .scenes .scene_5 .wheel { background-image: url(../image/hybrid-system/sec_01_03_wheel_02.png); }



/* ------------------------------
    #section_mode
------------------------------ */
#section_mode h4.sub_title{ margin-bottom: 20px;}
#section_mode .scenes{ -webkit-transform-origin: left top !important; transform-origin: left top !important;}
#section_mode .caption{ padding: 0 15px; margin: 20px 0 15px auto;}
#section_mode .caption div{ display: none;}
#section_mode .caption h4{ margin: 0 0 15px 0; font-size: 16px; font-weight: bold; line-height: 1em;}
#section_mode .caption h4 span{ margin: 0 0 0 10px; font-size: 14px; font-weight: normal; line-height: 1em;}
#section_mode .caption h4 span.sup{ margin: 0; font-size: 10px; position: relative; top: -5px;}
#section_mode .caption .desc{ font-size: 14px; line-height: 1.5em;}
#section_mode .caption .desc .sup{margin: 0; font-size: 10px; position: relative; top: -5px;}
#section_mode .caption .caution{ margin: 5px 0 0 0; font-size: 12px; line-height: 1.5em;}

#section_mode .article_03 .scenes .scene .bg_1:after{
    width: 100%;
    content: '';
    display: block;
    border-top: 10px solid #f6f6f6;
    position: absolute;
    top: -5px;
    left: 0;
}

#section_mode .article_03 .scenes .scene .bg_2:after{
    width: 100%;
    content: '';
    display: block;
    border-top: 10px solid #f6f6f6;
    position: absolute;
    top: -5px;
    left: 0;
}

#section_mode .nav_wrap{
    text-align: center;
    position: relative;
}

#section_mode .pager{
    width: 100% !important;
    height: 40px;
    overflow: hidden;
    padding: 0 15px;
    display: table;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
}

#section_mode .pager:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
}

#section_mode .pager li{
    width: 16.666%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: table-cell;
    background-color: #efefef;
    color: #fff;
    cursor: pointer;
    position: relative;
    outline: none;
}

#section_mode .pager li:after{
    content: '';
	border-top: 30px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #fff;
    display: block;
    position: absolute;
    right: -25px;
    top: -10px;
    z-index: 2;
}

#section_mode .pager li:before{
    content: '';
	border-top: 30px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #efefef;
    display: block;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 3;
}

#section_mode .pager li:last-child:after,
#section_mode .pager li:last-child:before{
    display: none !important;
}

#section_mode .pager li:hover:before,
#section_mode .pager li.current:before{
    content: '';
	border-top: 30px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #0064a1;
    display: block;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 3;
}

#section_mode .pager li a{
    color:#444;
    outline: none;
}

#section_mode .pager li:hover,
#section_mode .pager li.current{
    background-color: #0064a1;
}

#section_mode .pager li:hover a,
#section_mode .pager li.current a{
    color: #fff;
}


}