/* sub3 common */
/* sub__visual_topimg_3 */
.sub__visual_topimg_3 {
    width: 100%;
    height: 380px;
    background: url(../img/sub3/sub3_topimg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* sub__visual_topimg_3 End */

/* sub__tab */
.sub__tab li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
/* sub__tab End */
/* sub3 common End */




/* sub3 */
.sub__video_padding {
    padding-bottom: 110px;
}
.sub__video {
    background: #161516;
    height: 100%;
}
.video_box {
    padding-top: 56.25%;
}
.video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.back_drop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}
.sub__ctn_img_1 {
    width: 1200px;
    height: 587px;
    overflow: hidden;
}
.sub__ctn_img_1 img {
    width: 100%;
    height: auto;
}
.sub3__middle_padding {
    padding-top: 110px;
}
.sub__ctn_img_2 {
    width: 1200px;
    height: 700px;
    overflow: hidden;
}
.sub__ctn_img_2 img {
    width: 100%;
    height: auto;
}
/* sub3 End */


