.section.web{
    
}
.section.mob{
    display:none !important;
}

.movie{
    background-color:#000;
    overflow:hidden;
    
}
.movie .bg{
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:1;
}

.movie .frame {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.movieIframe {
    position: relative;
    width: 100%;
    height:100vh;
    padding-bottom:56.25%;
    /*min-height: 100vh;*/
    /* min-width: 177.77vh; */
   
    
    
}
.movieIframe iframe{
    position:absolute;
    top:48.5vh;
    left:0;
    width:100%;
    height:100%;
     transform: translate(0, -50%); 
}
.movie .container{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    max-width:1400px;
    transform: translate(-50%, -50%);
    z-index:2;
}
.movie .container strong{
    display: inline-block;
}
.movie .container strong>font, .movie .container span, .movie .container p>font{
    display:inline-block;
    color:#fff;
    text-align:center;
}
.movie .container strong>font{
    padding-bottom:10px;
    font-size:5rem;
    line-height:5rem;
    letter-spacing:-0.1rem;
}
.movie .container strong>font:first-child{
    padding-right:15px;
}
.movie .container span{
    font-size:2.5rem;
    line-height:2.5rem;
}
.movie .container p{
    padding-top:20px;
}
.movie .container p>font{
    width:100%;
    font-size:0.875rem;
    line-height:1.25rem;
    font-weight:300;
}
.movie .container a.play{
    display:inline-block;
    margin-top:50px;
    width:80px;
    height:80px;
    padding-top:24px;
    border-radius:90px;
    border:1px solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
    text-align:center;
    
}
.movie .container a.play img{
    width:16px;

}
.movie .container a.play:hover {
    animation: movieAni1 0.7s ease-out forwards ;
       
}
.movie .container a.play:not(:hover) {
    animation: movieAni2 0.7s ease-out forwards ;
       
}
@keyframes movieAni1 {
    0% {
        background-color: rgba(255,255,255,0);
    }
    100% {
        background-color: rgba(255,255,255,0.2);
    }
   
   
}
@keyframes movieAni2 {
    0% {
        background-color: rgba(255,255,255,0.2);
    }
    100% {
        background-color: rgba(255,255,255,0);
    }
   
   
}

@media only screen and (max-width:1024px) {
    .movie{
        height:0 !important;
        box-sizing: content-box;
        margin-top:70px;
        padding-bottom:56.25%;
        position: relative;
    }
    .movie .frame{
        height:auto;
    }
    .movie .movieIframe{
        height:auto;
    }
    .movieIframe iframe{
        
        top:0;
        transform: translate(0,0);
    }
    .movie .container{
        
    }
    .movie .container strong{
        display:inline-block;
        width:100%;
    }
    .movie .container strong>font{
        display: inline-block;
        width:100%;
        font-size:3rem;
        line-height:3.25rem;
        padding-bottom:0;
        letter-spacing:-0.05rem;
    }
    .movie .container strong>font:first-child {
        padding-right: 0;
    }
    .movie .container span{
        margin-top:10px;
        font-size:1.5rem;
        line-height:1.5rem;
        word-break: keep-all;
    }
    .movie .container p>font{
        font-size:0.75rem;
        line-height:1rem;
        word-break: keep-all;
        
    }
    .movie .container a.play{
        width:40px;
        height:40px;
        padding-top:8px;
        margin-top:10px;
        border-color: rgba(255,255,255,0.7);
    }
        .movie .container a.play img{
            width:12px;
        }
}
@media only screen and (max-width:640px) {
    .movie .container strong>font{
        font-size:2.5rem;
        line-height:2.5rem;
    }
    .movie .container span{
        font-size:1.313rem;
        line-height:1.5rem;
    }
    .movie .container p{
        padding-top:10px;
    }
}
@media only screen and (max-width:450px) {
    .movie .container strong>font{
        font-size:2.25rem;
        line-height:2.25rem;
    }
        .movie .container span{
            font-size:1.25rem;
            line-height:1.313rem;
        }
}
@media only screen and (max-width:425px) {
    .movie .container strong>font{
        font-size:2rem;
        line-height:2rem;
    }
    .movie .container span{
        font-size:1.125rem;
        line-height:1.313rem;
    }
    .movie .container a.play{
        width:25px;
        height:25px;
        padding-top:5px;
        margin-top:3px;
    }
    .movie .container a.play img{
        width:6px;
    }
    .movie .container span{
        margin-top:5px;
    }
    .movie .container p>font{
        font-size:0.688rem;
    }
}
@media only screen and (max-width:365px) {
    .movie .container strong>font{
        font-size:1.75rem;
        line-height:2rem;
    }
    .movie .container a.play{
        display:none;
    }
}

.section .title{
    width:100%;
    text-align:center;
}
.section .title strong, .section .title span{
    display:inline-block;
    width:100%;
    text-align:center;
    
}
.section .title strong{
    margin-bottom:10px;
}
.section .title strong>font{
    display:inline;
    font-size: 3.125rem;
    line-height: 3.438rem;
    color: #000;
    letter-spacing:-0.08rem;
    word-break: keep-all;
}
.section .title.white strong>font, .section .title.white span{
    color:#fff;
}
.section .title strong>font>i{
    display:inline;
    font-size: 3.125rem;
    line-height: 3.438rem;
    font-style:normal;
    color:#004098;
}
.section .title span{
    font-size:1.25rem;
    line-height:1.625rem;
    word-break: keep-all;
}
@media only screen and (max-width:1024px) {
    .section .title strong>font, .section .title strong>font>i{
        font-size:2rem;
        line-height:2.25rem;
    }
    .section .title strong>font{
        display:inline-block;
        width:100%;
    }
    .section .title span{
        font-size:1rem;
        line-height:1.25rem;
    }
}
@media only screen and (max-width:450px) {
    .section .title strong>font,
    .section .title strong>font>i {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    .section .title span {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
}

.introduce{
    padding-top:2vw;
}
.introduce .center{
    display:block;
    width:100%;
    margin-top: 3.5vw;
}
.introduce .center ul{
    position: relative;
    display:inline-block;
    width:100%;
    height:400px;
    text-align: center;
}
.introduce .center ul>li{
    position: absolute;
    top:0;
    left:0;
    width:30%;
    height:100%;
    border-radius:30px;
    background-color:#eee;
    overflow: hidden;
}
.introduce .center ul>li:first-child {
    left:0%;
}
.introduce .center ul>li:nth-child(2) {
    left:35%;
}
.introduce .center ul>li:nth-child(3) {
    left:70%;
}
.introduce .center ul>li .line {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border:3px solid #004098;
    border-radius:30px;
    opacity:0;
    transition: all 0.3s ease-out;
    z-index:2;

}
.introduce .center ul>li .imgBox{
    
    width:100%;
    height:100%;
    background-color:#000;
    
}
.introduce .center ul>li .imgBox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    opacity:0.7;
    transition: all 0.2s ease-out;
}
.introduce .center ul>li .txtBox{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
    transform: translate(0, -50%);
    transition: all 0.3s ease-out;

}
.introduce .center ul>li .txtBox i, .introduce .center ul>li .txtBox strong{
    display:inline-block;
    
}
.introduce .center ul>li .txtBox i{
    width:70px;
    height:70px;
    padding-top:20px;
    padding-left:2px;
    border-radius:60px;
    border:2px solid #fff;
    text-align:center;
    
}

.introduce .center ul>li .txtBox strong{
    width:100%;
    margin-top:15px;
    font-size:1.75rem;
    line-height:1.75rem;
    color:#fff;
    text-align: center;
}

.introduce .center ul>li:hover{
    box-shadow: 0 0 20px rgba(0,64,152,0.2);
    top:-15px
    
}
.introduce .center ul>li:hover .imgBox img {
    transform: translate(-50%, -50%) scale(1.1) ;
    opacity:1;
}
.introduce .center ul>li:hover .line {
    opacity:1;
}
.introduce .center ul>li:hover .txtBox{
    transform: translate(0, -40%);
    opacity:0;
}

.introduce .center a.link{
    display: block;
    width:70px;
    height:70px;
    padding-top: 23px;
    
    margin:0 auto;
    margin-top:50px;
    border-radius:60px;
    background-color:#004098;
    text-align: left;
    overflow: hidden;
    
}
.introduce .center a.link img{
    max-width: none;
    padding-left:28px;
}

.introduce .center a.link:hover img {
    animation: introduceAni1 1.5s ease-out ;
       
}
@keyframes introduceAni1 {
   

    20% {
        padding-left: 75px;
    }
    21% {
        opacity:0;
        padding-left:0;
    }
   
    40% {
        opacity: 1;
        padding-left: 28px;
    }
}
@media only screen and (max-width:1440px) {
    .introduce .center ul{
        height:280px;
    }
}
@media only screen and (max-width:1024px) {
    
    .introduce .center ul>li .txtBox i{
        width:40px;
        height:40px;
        padding-top:13px;
        border:1px solid #fff;
    }
        .introduce .center ul>li .txtBox i img{
            width:8px;
        }
    .introduce .center ul>li .txtBox strong{
        font-size:1.313rem;
        line-height:1.313rem;
    }
    .introduce .center a.link {
        width: 40px;
        height: 40px;
        padding-top: 13px;
        text-align: center;
    }

    .introduce .center a.link img{
        padding-left: 0;
        width:8px;
    }
    .introduce .center a.link:hover img {
        animation: none;

    }
}
@media only screen and (max-width:450px) {
    .introduce .center{
        margin-top:40px;
    }
    .introduce .center ul{
        height:200px;
    }
    .introduce .center ul>li{
        position:relative;
        top:auto;
        left:auto !important;
        width:100%;
        
        margin-left:0;
        margin-top:15px;
    }
    .introduce .center ul>li:first-child{
        margin-top:0;
    }
    .introduce .center ul>li:hover{
        top:0;
    }
}


.gallery{
    position: relative;
    padding-top: 2vw;
    background: url(../../img/galleryBg.jpg) center center no-repeat;
    background-size: cover;
    
}
.gallery .center {
    
    display: block;
    width: 100%;
    margin-top: 3.5vw;
    overflow:hidden;
}

.gallery .center ul {
    
    width: 100%;
    text-align: center;
}

.gallery .center ul>li {
    position: relative;
    width: 30%;
    height: 400px;
    
    border-radius: 30px;
    background-color: #eee;
    overflow: hidden;
}
.gallery .center ul>li .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 30px;
    opacity: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    z-index: 2;

}

.gallery .center ul>li .imgBox {

    width: 100%;
    height: 100%;
    background-color: #000;

}

.gallery .center ul>li .imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    opacity: 0.7;
    transition: all 0.2s ease-out;
}


.gallery .center ul>li:hover {
    box-shadow: 0 0 20px rgba(0, 64, 152, 0.2);
}

.gallery .center ul>li:hover .imgBox img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.gallery .center ul>li:hover .line {
    opacity: 1;
}



.gallery .center a.link {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 23px;
    margin: 0 auto;
    margin-top: 2vw;
    border-radius: 60px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;

}

.gallery .center a.link img {
    max-width: none;
    padding-left: 28px;
}

.gallery .center a.link:hover img {
    animation: galleryAni1 1.5s ease-out;

}

@keyframes galleryAni1 {


    20% {
        padding-left: 75px;
    }

    21% {
        opacity: 0;
        padding-left: 0;
    }

    40% {
        opacity: 1;
        padding-left: 28px;
    }
}
.gallery .swiper-button-prev, .gallery .swiper-button-next{
    position: absolute;
    top: 50%;
    width:40px;
    height:40px;
    padding-top:12px;
    border-radius:40px;
    border:1px solid #fff;
    background: none;
}
.gallery .swiper-button-prev img,
.gallery .swiper-button-next img {
    width:8px;

}
.gallery .swiper-button-prev{
    left:-60px !important;
}

.gallery .swiper-button-next {
    right: -60px !important;
}
@media only screen and (max-width:1440px) {
    .gallery .center ul>li {
        height: 280px;
    }
}
@media only screen and (max-width:1024px) {
    .gallery .center ul>li:hover {
        box-shadow: none;
    }
    .gallery .center ul>li .line{
        opacity:1;
    }
    .gallery .center ul>li:hover .imgBox img {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
    }
    .gallery .center ul>li .imgBox img{
        opacity:1;
    }
    .gallery .center a.link {
        width: 40px;
        height: 40px;
        padding-top: 13px;
        text-align: center;
    }

    .gallery .center a.link img {
        padding-left: 0;
        width: 8px;
    }

    .gallery .center a.link:hover img {
        animation: none;

    }
    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
            display:none;
    }
}
@media only screen and (max-width:450px) {
    .gallery .center {
            margin-top: 40px;
        }
}
.video{
    padding-top:2.5vw;
}
.video .center{
    display:flex;
    width: 100%;
    margin-top: 3.5vw;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
}
.video .center .left, .video .center .right{
    display:inline-block;
    height:450px;
}
.video .center .left{
    position: relative;
    width:800px;
    flex-shrink: 0;
}
.video .center .left a{
    position:absolute;
    top:50%;
    left:50%;
    width:100px;
    height:100px;
    padding-top:32px;
    padding-left:2px;
    border-radius:100px;
    background-color:#fff;
    font-size:2.5rem;
    line-height:2.5rem;
    color:#333;
    transform: translate(-50%, -50%);
    opacity:0.7;
    transition: all 0.2s ease-out;
}
.video .center .left:hover a{
    opacity: 1;
}
.video .center .right{
    display:flex;
    width:calc(100% - 800px);
    padding-left:15px;
    padding-right:15px;
    background-color:#e5e5e5;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}
.video .center .right strong, .video .center .right div{
    display:inline-block;
    width:100%;
    text-align:center;
}
.video .center .right strong{
    margin-bottom:20px;
    font-size:1.5rem;
    line-height:1.5rem;
    font-weight:400;
}
.video .center .right div img{
    transition: all 0.2s ease-out;
}
.video .center .right div img:first-child{
    margin-right:10px;
}
.video .center .right div img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.video  a.link {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 23px;
    margin: 0 auto;
    margin-top: 2vw;
    border-radius: 60px;
    background-color: #004098;
    text-align: left;
    overflow: hidden;

}

.video  a.link img {
    max-width: none;
    padding-left: 28px;
}

.video  a.link:hover img {
    animation: introduceAni1 1.5s ease-out;

}

@keyframes introduceAni1 {


    20% {
        padding-left: 75px;
    }

    21% {
        opacity: 0;
        padding-left: 0;
    }

    40% {
        opacity: 1;
        padding-left: 28px;
    }
}
@media only screen and (max-width:1440px) {
    .video .center .left, .video .center .right {
        height: 320px;
    }
        .video .center .right div img{
            width:170px;
        }
}
@media only screen and (max-width:1024px) {
    .video .center {
        display: block;
        max-width:640px;
        margin: 0 auto;
        margin-top:70px;
    }
    .video .center .left,
    .video .center .right {
        width: 100%;
        height: auto;
    }
    .video .center .left a{
        width:50px;
        height:50px;
        padding-top:15px;
        font-size:1.5rem;
        line-height:1.5rem;
    }
    .video .center .right{
        padding-top: 30px;
        padding-bottom:30px;
    }
    .video .center .right img{
        width:170px;
    }
    .video a.link {
        width: 40px;
        height: 40px;
        padding-top: 13px;
        text-align: center;
    }

    .video a.link img {
        padding-left: 0;
        width: 8px;
    }

    .video a.link:hover img {
        animation: none;

    }
}
@media only screen and (max-width:450px) {
    .video .center {
        max-width: none;
        margin-top: 40px;
    }
    .video .center .right strong{
        font-size:1.25rem;
        line-height:1.25rem;
    }
    .video .center .right .ele2{
        display:none;
    }
}

.production{
    padding-top:2.5vw;
    background: url(../../img/productionBg.jpg) center center no-repeat;
    background-size: cover;
}
.production .center {
    display: block;
    width: 100%;
    margin-top: 3.5vw;
}

.production .center ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.production .center ul>li {
    position: relative;
    width: 18%;
    height: 400px;
    margin-left: 2.5%;
    border-radius: 30px;
    background-color: #eee;
    overflow: hidden;
}

.production .center ul>li:first-child {
    margin-left: 0;
}

.production .center ul>li .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 2;

}

.production .center ul>li .imgBox {

    width: 100%;
    height: 100%;
    background-color: #000;
    filter: saturate(100%);

}

.production .center ul>li .imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    opacity: 0.7;
    transition: all 0.2s ease-out;
}

.production .center ul>li .txtBox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.3s ease-out;

}


.production .center ul>li .txtBox strong {
    display: flex;
    width: 120px;
    height: 120px;
 
    padding-left: 5px;
    padding-right:5px;
    margin: 0 auto;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.3);
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: #000;
    font-weight:500;
    text-align: center;
    align-items:center;
    justify-content:center;
    transition: all 0.2s ease-out;

}

.production .center ul>li:hover {
    box-shadow: 0 0 20px rgba(0, 64, 152, 0.2);
}

.production .center ul>li:hover .imgBox img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.production .center ul>li:hover .line {
    opacity: 1;
}

.production .center ul>li:hover .txtBox strong {
    background-color: rgba(255, 255, 255, 1);
    color:#000;
}

.production .center a.link {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 23px;

    margin: 0 auto;
    margin-top: 2vw;
    border-radius: 60px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;

}

.production .center a.link img {
    max-width: none;
    padding-left: 28px;
}

.production .center a.link:hover img {
    animation: introduceAni1 1.5s ease-out;

}


@keyframes introduceAni1 {


    20% {
        padding-left: 75px;
    }

    21% {
        opacity: 0;
        padding-left: 0;
    }

    40% {
        opacity: 1;
        padding-left: 28px;
    }
}
@media only screen and (max-width:1440px) {
    .production .center ul>li {
        height: 280px;
    }
}
@media only screen and (max-width:1024px) {
    .production .center{
        margin-top: 70px;
    }
    .production .center ul>li{
        width:30%;
        height:300px;
        margin-left:3.3%;
        margin-top:20px;
    }
    .production .center ul>li:nth-child(3n-2){
        margin-left:0;
    }
    .production .center ul>li:nth-child(1), .production .center ul>li:nth-child(2), .production .center ul>li:nth-child(3){
        margin-top:0;
    }
    .production .center ul>li .line{
        opacity:1;
    }
    .production .center ul>li .imgBox img{
        width:370px;
        opacity:1;
    }
    .production .center ul>li .txtBox strong{
        background-color: rgba(255,255,255,1);
    }
    .production .center ul>li .txtBox strong{
        width:100px;
        height:100px;
        font-size:1.313rem;
        line-height:1.313rem;
    }
    .production .center a.link {
        width: 40px;
        height: 40px;
        padding-top: 13px;
        text-align: center;
    }

    .production .center a.link img {
        padding-left: 0;
        width: 8px;
    }

    .production .center a.link:hover img {
        animation: none;

    }
}
@media only screen and (max-width:450px) {
    .production .center {
        margin-top: 40px;
    }
    .production .center ul>li {
        width: 48%;
        height: 250px;
        margin-left: 2%;
        margin-top: 10px;
    }

    
    .production .center ul>li:nth-child(3n-2) {
        margin-left: 2%;
    }
    .production .center ul>li:nth-child(2n-1) {
        margin-left: 0;
    }
    .production .center ul>li:nth-child(1),
    .production .center ul>li:nth-child(2){
        margin-top: 0;
    }
    .production .center ul>li:nth-child(3){
        margin-top:10px;
    }
    .production .center ul>li .txtBox strong {
        width: 90px;
        height: 90px;
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .production .center ul>li .imgBox img {
        width: 340px;
        
    }
}





@media only screen and (max-width:1024px) {
.introduce, .video, .gallery, .production{
       padding-top: 80px;
       padding-bottom:80px;
       overflow-y: hidden;
    }
    
}


.subVisual{
    position: relative;
    width: 100%;
    height:32.4074vh; /*250px*/
    margin-top:27.7778vh; /*300px*/
    
}
.subVisual .imgBox{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) ;
    width: 90%;
    height: 27.7778vh; /*300px*/
    object-fit: cover;
    z-index: 1;
    /* background: url(../../img/img01.jpg) center center no-repeat #000; */
    background-color:#000;
    opacity: 1;
    z-index: 2;
    
}
.subVisual .imgBox img{
    object-fit: cover;
    width:100%;
    height:100%;
    
}
.subVisual .txtBox {
   
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
 
    object-fit: cover;
    
    z-index: 1;
    
}

.subVisual .txtBox strong, .subVisual .txtBox span{
    display:inline-block;
    width:100%;
    text-align:center;
}
.subVisual .txtBox strong{
    padding-bottom:1vw;
    font-size:3.813rem;
    line-height:3.813rem;
    color:#000;
}
.subVisual .txtBox span{
    font-size:1.313rem;
    line-height:1.625rem;
    color: #000;
}
.subVisual .txtBox.white strong,
.subVisual .txtBox.white span{
    color:#fff;
}

.subTitle{
    position: absolute;
    top:11.5741vh; /*-135px;*/
    left:50%;
    width:100%;
    max-width:1200px;
    transform: translate(-50%, 0);
    text-align: left ;
}
.subTitle span, .subTitle strong{
    display:inline-block;
    width:100%;
    text-align: left;
    color: #000;
}
.subTitle span{
    margin-bottom:10px;
    font-size:1.375rem;
    line-height:1.5rem;
}
.subTitle strong{
    font-size:3.75rem;
    line-height:4.063rem;
}
.subTitleW{
    position:absolute;
    top:18.5185vh; /*-135px;*/
    /*300px;*/
    left: 0;
    width: 100%;
    
    text-align:center;
    opacity:0.0;
    z-index:3;
}
.subTitleW strong{
    display:inline-block;
    width:100%;
    font-size: 3.813rem;
    line-height: 3.813rem;
    color:#fff;
    text-align:center;
    z-index:3;
}
.subTitle{
    position: absolute;
    top:11.5741vh; /*-135px;*/
    left:50%;
    width:100%;
    max-width:1200px;
    transform: translate(-50%, 0);
    text-align: left ;
}
.subTitle span, .subTitle strong{
    display:inline-block;
    width:100%;
    text-align: center;
    color: #000;
}
.subTitle span{
    margin-bottom:10px;
    font-size:1.375rem;
    line-height:1.5rem;
}
.subTitle strong{
    font-size:3.75rem;
    line-height:4.063rem;
}






@media only screen and (max-width : 1024px) {
    .mob .subVisual{
        position: relative;
        /*margin-top:70px;*/
        margin-top:0;
        height:auto;
    }
    .mob .subVisual .imgBox{
        position:relative;
        bottom:auto;
        left:auto;
        transform: translate(0, 0);
        width:100%;
        height:400px;;
    }
    .mob  .subVisual .txtBox{
        top:45%;
        transform: translate(-50%, 0);
        width:100%;
        z-index:3;
    }
    .mob  .subVisual .txtBox strong{
        padding-bottom:1.5vw;
        font-size:2rem;
        line-height:2rem;
        color:#fff;
    }
    .mob .subVisual .txtBox span{
        font-size:1rem;
        line-height:1.313rem;
        color:#fff;
    }
    .mob .subTitle {
        
        top:135px;
        left: 0;
        display:inline-block;
        width: 100%;
        max-width:none;
        margin-top:50px;
        transform: translate(0, 0);
        text-align: center;
		z-index:1;
    }

    .mob .subTitle span,
    .mob .subTitle strong {
        text-align: center;
        color:#fff;
    }

    .subTitle span {
        margin-bottom: 5px;
        font-size: 1.375rem;
        line-height: 1.5rem;
    }

    .subTitle strong {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media only screen and (max-width : 340px) {
    .mob .subVisual .txtBox strong {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .mob .subVisual .txtBox span {
        font-size: 0.875rem;
        line-height: 1.063rem;
    }
}