#mv {
    background: url(icon/bg_dot_mv.gif) repeat;
    width: 100%;
    height: 408px;
    overflow: hidden;
    position: relative;
}

#mv.forcms_ {
    height: auto;
}

#mv .slide_all_ {
    width: 810px;
    margin: 0 auto;
    height: 398px;
    top: 10px;
    position: relative;
}

#mv.forcms_ .slide_all_ {
    height: auto;
    position: static;
    padding-bottom: 20px;
}

#mv .slide_wrap_ {
    width: 2430px;
    position: absolute;
    left: 50%;
    margin-left: -1215px;
}

#mv.forcms_ .slide_wrap_ {
    width: auto;
    position: static;
    left: auto;
    margin-left: 0;
}

#mv .slide_body_ {
    width: 100%;
}

#mv .slide_ {
    display: none;
    width: 810px;
    height: 377px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mv .slide_:hover {
    opacity: 0.9;
}

#mv.forcms_ .slide_ {
    display: block !important;
}

#mv .bx-viewport .slide_ {
    display: block !important;
}

#mv .slide_.new_:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 5px;
    background: url(icon/ico_new.png) no-repeat;
}

@media screen and (min-width: 769px) {
    #mv .slide_ .img_ {
        width: 640px;
        min-height: 360px;
        margin: 0 auto;
        padding-bottom: 17px;
        background: url(icon/bg_mv_shadow.png) no-repeat bottom;
    }
}
@media screen and (max-width: 769px) {
    #mv .slide_ .img_ {
        width: 640px;
        min-height: 360px;
        padding-bottom: 17px;
        background: url(icon/bg_mv_shadow.png) no-repeat bottom;
    }
}
#mv .slide_ .img_ span {
    display: block;
    width: 800px;
    min-height: 360px;
    overflow: hidden;
}

#mv .slide_ .img_ span img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mv .slide_:hover .img_ span img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#mv .slide_ .dots_ {
    width: 800px;
    min-height: 360px;
    position: absolute;
    top: 0;
    left: 5px;
    /*  background: url(icon/bg_dot_ffffff.png) repeat; */
}

#mv .slide_ .dots_ .gradation_ {
    width: 800px;
    min-height: 360px;
    background: url(icon/bg_mv_gradation.png) repeat-x;
    position: relative;
}

#mv .slide_ .dots_ .gradation_ div {
    position: absolute;
    bottom: 25px;
    padding: 0 30px;
    color: #ffffff;
}

#mv .slide_ .dots_ .gradation_ div span {
    display: inline-block;
    border: 1px #ffffff solid;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 130%;
    margin-bottom: 4px;
}

#mv .slide_ .dots_ .gradation_ div p {
    font-size: 26px;
    font-weight: bold;
    line-height: 140%;
}

#mv .bx-pager {
    margin-top: 3px;
    text-align: center;
    /*height: 8px;*/
    margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
    #mv .bx-pager {
        display: none;
    }
}
#mv .bx-pager-item {
    display: inline-block;
}

#mv .bx-pager-item a {
    display: block;
    height: 8px;
    width: 8px;
    background: #777777;
    text-indent: -9999px;
    margin: 0 10px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#mv .bx-pager-item a:hover {
    background-color: #e60012;
}

#mv .bx-pager-item a.active {
    background: #e60012;
}

#mv .bx-controls-direction a {
    display: block;
    text-decoration: none;
    position: absolute;
    width: 40px;
    height: 42px;
    top: 189px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#mv .bx-controls-direction a.bx-prev {
    background-image: url(icon/ico_mv_prev.png);
    left: 1%;
}

#mv .bx-controls-direction a.bx-next {
    background-image: url(icon/ico_mv_next.png);
    right: 1%;
}