@charset "utf-8";
#contents.overview{position: relative;}
.section_top .back_container {background:none;}
.section_area h2 {font-size:30px;color:#333;line-height:30px;font-weight:700;text-align:center;margin-bottom:40px;}
.section_area h2 span {font-size:16px;margin-top:30px;display:inline-block;font-weight:normal;line-height:26px;color: #666}

.business_line_area {padding-top:80px;background: #fff;position: relative;}
.business_line_area .business_line_contents {text-align: center; padding-bottom:80px;}
.business_line_area .business_line_contents a {width:190px;height:50px;border:1px solid #929292;display:block;position:relative;margin:40px auto 0;font-size:16px;line-height:50px;text-align:center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.business_line_area .business_line_contents a span {position:relative;display:inline-block;color:#333;padding-right: 30px}
.business_line_area .business_line_contents a span:before {content:'';width:17px;height:17px;position:absolute;right:0;top:17px;background:url('/Images/business/overview/btn_movie_icon.png') no-repeat 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.business_line_area .business_line_contents a span:after {content:'';width:17px;height:17px;position:absolute;right:0;top:17px;background:url('/Images/business/overview/btn_movie_icon_on.png') no-repeat 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;opacity: 0;visibility: hidden;
}
.business_line_area .business_line_contents a:hover{background: #ff4311;border-color: #ff4311}
.business_line_area .business_line_contents a:hover span {color: #fff}
.business_line_area .business_line_contents a:hover span:before{opacity: 0;visibility: hidden}
.business_line_area .business_line_contents a:hover span:after{opacity: 1;visibility: visible}

.business_scope_area {  position: relative;background-color:#f8f8f8; padding:120px 0;}
.select_box {
    width:100%; 
    height:100%; 
    margin:0 auto;
    overflow:hidden;
    font-size:0;
    white-space:nowrap;
}
.select_box > div {
    position:relative;
    display:inline-block;
    width:20%; 
    height:100%;
    margin-right: 1px;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;

    overflow:hidden;
}
.select_box > div .bg {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
}
.select_box > div .bg img{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.select_box > div .bg video {
    opacity: 0;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.select_box > div .bg:before{content: '';position: absolute;top:0;right:0;bottom:0;left:0;background: rgba(0,0,0,0.3);opacity: 0;visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.select_box ul {
    position:relative; 
    top:90%; 
    color:#fff;
    -webkit-transition: margin-top 0.3s ease-out;
    -moz-transition: margin-top 0.3s ease-out;
    -o-transition: margin-top 0.3s ease-out;
    transition: margin-top 0.3s ease-out;
}
.select_box ul li {display: block;}
.select_box ul li.title {
    font-size: 17px;
    line-height: 26px;
    margin-left: 20px;
}
.select_box ul li.desc {font-size:14px; padding-top:23px; line-height:23px; opacity:0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.select_box > div.active {width:100%;}
.select_box > div.deactive {width:0;}

.select_box > div.active video {opacity: 1;}


.select_box > div:hover ul li.desc {opacity: 1;}
.select_box > div:hover ul li.detail_btn { opacity: 1;}
.select_box > div:hover .bg:before{visibility: visible;opacity: 1;}


.overview .popup{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 999;display: none;background: rgba(0,0,0,0.8)}
.overview .popup .pop_inner {position: absolute;left: 50%;top: 990px;margin-left: -480px;width: 960px;}
.overview .popup .pop_inner .btn_close {position: absolute; display: block;top: 0;right: -52px;z-index: 99;}


.swiper1 .swiper-wrapper .swiper-slide .select_box a {
    position: relative;
    display: block;
}