

.inn-wrap {
    /*width:1177px;
    margin:0 auto;*/ 
}

.inn-wrap .sub { 
    max-width:1200px; 
    margin:-30px auto 70px;
}
.inn-wrap .sub_wide { 
    /* max-width: 1295px; 
    margin:0 auto;  */
    /* padding:80px 0; */
}

.inn-wrap .sub > h3 {
    font-size: 37px;
    margin-bottom: 18px;
    font-weight: 800;
}
 
.inn-wrap .sub > p, .inn-wrap .sub > p strong {
    font-size: 21px;  
    line-height: 28px;
}



.b1 {
    /* background-image: url("../images/bg/bg_wave1.jpg"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.b2 {
    /* background-image: url("../images/bg/bg_wave2.jpg"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}     

.md_bg1 {
    /* background-image: url("../images/bg/bg_md_1.jpg"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:600px; 
} 
.md_bg2 {
    /* background-image: url("../images/bg/bg_md_2.jpg"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:600px;
} 
.md_bg3 {
    /* background-image: url("../images/bg/bg_md_3.jpg"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:600px;  
    margin-left:-1px;
} 


.section .sub {
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: left;
}

.section .sub > h3 {
    font-size: 37px;
    margin-bottom: 18px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* letter-spacing: -.225rem; */
}

.sec1 { 
    background: url("../images/bg/bg_sec1.jpg") no-repeat center right;
    background-size: cover; 
    /* min-height: 100%; 
    min-height:1024px;
    top: 0;
    left: 0; */
}

.sec1 .sub_wide {
    position: relative;
    left: 50%;
    max-width:720px; 
    margin:0;
    padding: 0 0 0 110px; 
    text-align: left;
 }


.sec2 {  
    /* margin:0 0 -150px;
    padding: 100px 0 250px;    */
 }
 .sec2 .inn-wrap{  
    /* padding: 100px 0; */
    text-align: center;
 }
.sec2 .middle { 
    /* background: url("../images/bg/bg_sec2.jpg") no-repeat center top; */
    background-size: cover; 
    min-height: 100%;  
    min-height: 550px;
}
.sec2 .box-wrap {
    width:1232px;
    margin:0 auto;
    height:100%;
    height:550px;
    position: relative;  
}
.sec2 .box-wrap .box {
    background: #f5df8c;
    padding: 7px 50px 10px 50px;
    position:absolute;
    font-weight: 400;
    line-height: 1.6rem;
    font-size: 1.2rem;
}
.sec2 .box-wrap .left {
    left: 97px;
    top:158px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0; 
}
.sec2 .box-wrap .right1 {
    right:-50px;
    top: 15px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30px;
}
.sec2 .box-wrap .right2 {
    right: 102px;
    top: 423px;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
 

.sec3 {
    position: relative;
    z-index:10;
    background: #282828;
}

.sec3 .sub > h3.gradient,
.sec5 .sub > h3.gradient {
    display: inline-block;
    background-image: linear-gradient(to right,#ffcb1e, #ffa200);
}
.sec3 .sub > p,
.sec3 .sub > p strong,
.sec5 .sub > p,
.sec5 .sub > p strong {
    color: #ffffff;
    font-weight: 300;
}

.sec4 {
    position: relative;
    z-index: 9;
}
.sec4 h3 {
    /* font-size: 37px; */
    /* font-weight: 900; */
    /* text-align: left; */
    /* letter-spacing: -.225rem; */
    /* margin-top:120px; */
    /* color:#2f2f2f; */
}

.sec5 { 
    position: relative;
    z-index:11;
    /* background: #222222; */
}
.sec5 .sub { 
   padding-top: 20px;  
}
.sec5 .svg-wave-top {
    top:-195px;
}

.sec3 .inn-wrap,
.sec5 .inn-wrap {
    width:100%;
}
.sec5 .col-md-4 {
    position: relative;
}
.sec5 .col-md-4 p {
    text-align:center;
    position: absolute;
    top: 40%;
    left:50%;
    transform: translateY(-40%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-40%);
    -webkit-transform: translateX(-50%);
}

.sec6 {
    padding:130px 0 80px;
} 
.sec6 .tablet {
    /* background: url("../images/bg/bg_youtube.png") 0 0 no-repeat; */
    width:969px;
    height:585px;
    margin:0 auto;
}
.sec6 .tablet .embed { 
    width:870px;
    height:465px;
    position: relative;
    top: 46px;
    left:36px;
}


.gradient > h3 {
    background: -webkit-linear-gradient(#7d7d7d, #232323);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.225rem; 
} 
.gradient p > span {
    display:inline-block;
    color:#f5c924;
    font-weight: 600;
    background-color: #5c5c5c;    
    padding:5px 8px 8px 8px;
    position: relative;
    top:-2px;
}

 
@-webkit-keyframes animateThis {
    0% {
      width: 0;
      height: 100px;
    }
    100% {
      width: 100%;
      height: 100px;
    }
  }


.test {
    background: tomato;
    width: 100px;
    height: 100px;
    -webkit-animation: animateThis 1s ease-in;
    -webkit-animation-fill-mode: forwards;
}




.wrap.system {
            
}
.wrap.system .sec1 {
    overflow: hidden;
    background: transparent url(../images/bg_03.png) no-repeat center top;
    background-size: cover;
}

.sec1 h3 {
    position: relative;
    top: -200px;
    font-size: 74px;
    font-weight: 900;
    color: #282828;
    margin: -15px auto 15px;
    transition: all 1.5s ease;
}
.sec1 h3 .origin {
    position: relative;
    font-size: 74px;
    font-weight: 900;
    color: #282828;
    z-index: 2;
}
.sec1 h3 .deco {
    position: absolute;
    top: 3px;
    width: 100%;
    font-size: 74px;
    font-weight: 900;
    color: transparent;

    -webkit-text-stroke: #ffffff 0.5px;
    /* -webkit-background-clip: text;
    background-clip: text;
    background: transparent;
    
    text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff; */
    z-index: 1;
}


.sec1 h3 {
    margin-bottom: 24px;
    transition: all 1.5s ease;
}
.sec1.currentPage h3 {
    top: 0;
}
.sec1 h3 + p {
    line-height: 42px;
    font-size: 32px;
    color: #282828;
}


.visualBox {
    position: absolute;
    left: 40px;
    top: 0;
    width: 100%;
    height: 100%;
}
.visualBox img.img-01,
.visualBox img.img-02,
.visualBox img.img-03,
.visualBox img.img-04 {
    left: 50%;
    top: 70%;
    opacity: 0;
    transition: all 0.8s ease;
}
.visualBox img.img-01 {
    position: absolute;
    margin:-270px 0 0 -690px;
}
.visualBox img.img-02 {
    position: absolute;
    margin: -250px 0 0 -360px;
    transition-delay: 0.2s;
}
.visualBox img.img-03 {
    position: absolute;
    margin: -27px 0 0 -210px;
    transition-delay: 0.4s;
}
.visualBox img.img-04 {
    position: absolute;
    margin: 150px 0 0 -520px;
    transition-delay: 0.6s;
}
.sec1.currentPage .visualBox img.img-01,
.sec1.currentPage .visualBox img.img-02,
.sec1.currentPage .visualBox img.img-03,
.sec1.currentPage .visualBox img.img-04 {
    top: 50%;
    opacity: 1;
}







.slider-brand-wrap {
    position: relative;
    width:1200px;
    margin: 0 auto;
}

#slider-brand {
    margin-right: 385px;
    background-color: #fff;
    overflow: hidden;
}


#slides-brand {
    height: 100%;
}

.slide-brand {
    /* dummy width */
    width: 25%; 
    float: left;
    position: relative;
}

#slider-brand .thumbs {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 385px;
}


ul {
    margin: 0;
    padding: 0;
}

#slider-brand .thumbs {
    width: 385px;
}

#slider-brand .thumbs li {
    list-style: none;
    overflow: hidden;
    width: 354px;
    height: 128px;
    font-size: 0;
    color: #282828;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;

    display: inline-block;
    vertical-align: middle;

    cursor: pointer;

    transition: all 0.3s ease;
}
#slider-brand .thumbs li.active {
    color: #ffffff;
    background: #282828;
    width: 385px;
    border: 2px solid #ffca1d;
    border-top-right-radius: 20px;
}
#slider-brand .thumbs li:before {
    content: "";
    
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}
#slider-brand .thumbs li a {
    padding: 0 33px;
    font-size: 17px;
    
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
    display: inline-block;
    vertical-align: middle;
}
#slider-brand .thumbs li.active a {
    padding-right: 62px;
}
#slider-brand .thumbs li a h6 {
    font-size: 21px;
}

#slider-brand li.active a, #slider-brand li.active a:hover {
    /* border: 1px solid #0196e3; */
    opacity: 1;
}

#slider-brand .caption {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    padding: 20px 40px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: left;
}

#slider-brand .caption .controllers span {
    display: inline-block;
    list-style: none;
    width: 13px;
    height: 13px;
    position: absolute;
    top: calc(50% - 8px);
    cursor: pointer;
}

#slider-brand .caption .controllers .right {
    right: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

#slider-brand .caption .controllers .left {
    left: 15px; 
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

@media (max-width: 658px) {
    #slider-brand .thumbs li a {
    width: 50px;
    height: 25px;
  }
}






.bg_ribon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #ffa40f 0%, #fe8101 100%);;
}

.slider-visual-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    background: #ffa40f;
}

.slider-visual {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1200px;
    margin-left: -600px;
}

#slider-visual {
    overflow: hidden;
}

#slides-visual {
    height: 100%;
}

.slide-visual {
    /* dummy width */
    width: 25%; 
    float: left;
    position: relative;
}

#slider-visual .thumbs {
    /* position: absolute; */
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
}
#slider-visual .thumbs ul {
    font-size: 0;
}



#slider-visual .thumbs li {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 25%;
    height: 418px;
    font-size: 0;
    color: #282828;

    box-sizing: border-box;

    display: inline-block;
    vertical-align: middle;

    cursor: pointer;

    transition: all 0.2s ease;
}
#slider-visual .thumbs li.active {
}
#slider-visual .thumbs li a {
    
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
    display: inline-block;
    vertical-align: middle;
    height: 100%;

    pointer-events: none;
}
#slider-visual .thumbs li.active a {
}
#slider-visual .thumbs li a h6 {
    font-size: 21px;
}

#slider-visual .thumbs li a > div {
    position: relative;
    width: 300px;
    height: 100%;
}
#slider-visual .thumbs li a > div .img {
    position: absolute;
    overflow: hidden;
    left: 0;
    top:100%;
    width: 300px;
    height: 318px;
    border-top-left-radius: 20px;
    background: transparent no-repeat center center;
    background-size: cover;

    transition: all 0.8s ease;
}
#slider-visual .thumbs li.active a > div .img {
    top:0;
}
#slider-visual .thumbs li:nth-child(1) a > div .img {
    background-image: url(../images/system/visual_01.png);
}
#slider-visual .thumbs li:nth-child(2) a > div .img {
    background-image: url(../images/system/visual_01.png);
}
#slider-visual .thumbs li:nth-child(3) a > div .img {
    background-image: url(../images/system/visual_01.png);
}
#slider-visual .thumbs li:nth-child(4) a > div .img {
    background-image: url(../images/system/visual_01.png);
}
#slider-visual .thumbs li a > div .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 20px 25px;
    font-size: 22px;
    background: transparent;
    border-left: 1px solid #ffffff;
    color: #ffffff;

    transition: all 0.3s ease;
    pointer-events: all;
    box-sizing: border-box;
}
#slider-visual .thumbs li:first-child a > div .text {
    border-left: 0 none;
}
#slider-visual .thumbs li.active a > div .text {
    background: #ffffff;
    color: #282828;
}
#slider-visual .thumbs li a > div .text h6 {
    font-size: 17px;
    margin-bottom: 8px;
}

#slider-visual li.active a, #slider-visual li.active a:hover {
    /* border: 1px solid #0196e3; */
    opacity: 1;
}

@media (max-width: 658px) {
    #slider-visual .thumbs li a {
        /* width: 50px;
        height: 25px; */
    }
}









ul.classySlider-01 > li {
    width: 340px;
}



/* .swiper-container {
    height: 100%;
} */

.area-swiper {
    position: absolute;
    right: 50%;
    top: 6vh;
    width: 50%;
    height: 80vh;
    z-index: 2;
}

.swiper-container {
    overflow: visible !important;
    height: 100%;
}
.area-swiper .swiper-slide {

}


.swiper-container .swiper-slide {
    overflow: visible !important;
    position: relative;
    text-align: right;
    padding-right: 40px;
    transition: all 0.8s ease;

    z-index: 1;
    transform: scale(0.8);
    transform-origin: right top;
}
.swiper-container .swiper-slide-active {
    z-index: 2;
    transform: scale(1);
}
.swiper-container .swiper-slide-active + div {
    padding-right: 0;
}
.swiper-container .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 80vh;
    border-radius: 15px;
    border-bottom-right-radius: 0;

    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    /* visibility: hidden; */

    transition: all 0.3s ease;
}
.swiper-container .swiper-slide-active img {
}

.sec2 .sub_wide {
    text-align: center;
    font-size: 0;
}


.slider-introduce {
    overflow: hidden;
    position: relative;
    width: 1185px;
    margin: 0 auto 10px;
    border-radius: 150px;
    border-bottom-right-radius: 0;

}

.slider-introduce .slick-list {
    padding: 0 !important;
}

.slider-introduce .slick-slide {
    width: 1185px;
    margin: 0;
    /* width: 514px; */
}

.slider-introduce .cl {
    overflow: hidden;
    position: relative;
    width: 1185px;
    height: 629px;
    /* margin: 0 5px; */
    padding: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    background: transparent no-repeat center center;
    background-size: cover;

}


.slider-introduce .cl > div {

}



.slider-introduce .slick-center {
    position: relative;
    z-index: 3;
}


.slider-introduce .slick-center .cl {
    position: relative;
    --b: 20px 20px 20px 20px;
    --r: 20px 20px 0 20px;
    --c: linear-gradient(to right,#ffa200 50%,#ffa200 0);
}

.slider-introduce:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/creator/line_01.png) no-repeat left top / 100% 100%;
    z-index: 10;

    pointer-events: none;
}

.slider-introduce .slick-center .cl > div:after {
    content: "";
    display: inline-block;
}


.slider-introduce .cl > div {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
    opacity: 0;
    /* transition: all 0.4s ease; */

    
    /* border-style: solid;
    border-image: linear-gradient(to right, #ffcb1e 0%, #ffa200 100%);
    border-image-slice: 20;
    border-width: 5px 5px 10px; */
}

.slider-introduce .slick-center .cl > div {
    opacity: 1;
}

.slider-introduce .cl  > div:before {
    content: "";
    display: inline-block;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
}

.slider-introduce .cl > div > div {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
}




dl.column-introduce {
    overflow: hidden;
    width: 1185px;
    height: 100%;
    margin: 0;
}
dl.column-introduce > dt {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    background: transparent url(../images/creator/creator_01.png) no-repeat center center / auto 80%;
}

.slick-track .cl:nth-child(7n+3) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_02.png);
}
.slick-track .cl:nth-child(7n+4) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_03.png);
}
.slick-track .cl:nth-child(7n+5) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_04.png);
}
.slick-track .cl:nth-child(7n+6) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_05.png);
}
.slick-track .cl:nth-child(7n+7) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_06.png);
}
.slick-track .cl:nth-child(7n+1) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_07.png);
}
.slick-track .cl:nth-child(7n+2) dl.column-introduce > dt {
    background-image: url(../images/creator/creator_08.png);
}


dl.column-introduce > dt img {
    display: inline-block;
}
dl.column-introduce > dd {
    float: right;
    width: 50%;
    padding-top: 60px;
    text-align: center;
}
dl.column-introduce > dd a {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
dl.column-introduce > dd a img {
    visibility: hidden;
}
dl.column-introduce > dd a iframe {
    position: absolute;
    left: 0;
    top: 0;
}

.prev-01{display:inline-block; width:48px; height:48px; background:transparent url(../images/creator/btn_left_01.png) no-repeat center center / cover;
    cursor: pointer;
    margin-right: 10px;
}
.next-01{display:inline-block; width:48px; height:48px; background:transparent url(../images/creator/btn_right_01.png) no-repeat center center / cover;
    cursor: pointer}











.sec3 .sub_wide {
    text-align: center;
    font-size: 0;
}


.slider-channel {
    position: relative;
    width: 1187px;
    height: 506px;
    margin: 0 auto 10px;
}

.slider-channel .slick-slide {
    /* width: 514px; */
}

.slider-channel .slick-slide {
    overflow: hidden;
    position: relative;
    width: 387px;
    height: 506px;
    margin: 0 13px;
    padding: 15px 15px 29px;
    text-align: left;
    border-bottom-right-radius: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    background: #ffffff;
    background-size: cover;

}

.slider-channel .imgBox {
    position: relative;
    margin-bottom: 24px;
}
.slider-channel .imgBox img {
}
.slider-channel .imgBox iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.slider-channel h6 {
    margin-bottom: 24px;
    font-size: 37px;
}
.slider-channel h6 strong {
    display: block;
    margin-top: -9px;
    font-size: 22px;
}
.slider-channel h6 p {
    font-size: 22px;
}
.slider-channel .desc {
    line-height: 20px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #4c4c4e;
}
.slider-channel .figures {
    overflow: hidden;
    margin-bottom: 22px;
}
.slider-channel .figures .figure {
    float: left;
    width: 102px;
    height: 28px;
    line-height: 28px;
    margin-left: 13px;
    padding: 0 8px;
    border: 1px solid #ffcb1e;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.slider-channel .figures .figure:first-child {
    margin-left: 0;
}
.slider-channel .figures .figure .title {
    line-height: 26px;
    font-size: 11px;
    float: left;
    color: #ffcb1e;
}
.slider-channel .figures .figure .cont {
    line-height: 26px;
    font-size: 11px;
    float: right;
    color: #4c4c4e;
}


.slider-channel .btns {
    overflow: hidden;
    margin-bottom: 22px;
}
.slider-channel .btns a {
    float: left;
    width: 159px;
    height: 32px;
    line-height: 32px;
    margin-left: 13px;
    padding: 0 8px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #ffcb1e;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.slider-channel .btns a:first-child {
    margin-left: 0;
}
.slider-channel .btns a img {
    display: inline-block;
}



.prev-02{display:inline-block; width:48px; height:48px; background:transparent url(../images/creator/btn_left_01.png) no-repeat center center;
    cursor: pointer;
    margin-right: 10px;
}
.next-02{display:inline-block; width:48px; height:48px; background:transparent url(../images/creator/btn_right_01.png) no-repeat center center;
    cursor: pointer}


    
.tabBtns {
    overflow: hidden;
    width: 1200px;
    height: 55px;
    margin: 0 auto 40px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    background: #131313;
}
.tabBtns button {
    float: left;
    overflow: hidden;
    position: relative;
    width: 20%;
    height: 55px;
    line-height: 52px;
    text-align: center;
    color: #ffad08;
    background: transparent;
    border: 0 none;
}
.tabBtns button .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 52px;
    vertical-align: middle;

    transition: all 0.3s ease;
}
.tabBtns button .text {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    line-height: 52px;
    vertical-align: middle;
    font-size: 21px;

    transition: all 0.3s ease;
}
.tabBtns button.on .icon,
.tabBtns button:hover .icon {
    top: -100%;
}
.tabBtns button.on .text,
.tabBtns button:hover .text {
    top: 0%;
}


.tabConts {
    position: relative;
    width: 1187px;
    height: 570px;
    margin: 0 auto 10px;
}
.tabConts .tabCont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 570px;
    background: #282828;
    z-index: 1;
    opacity: 0;
}
.tabConts .tabCont.on {
    display: block;
    z-index: 2;
    opacity: 1;
}










@media (max-width: 960px) {

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5 {
        width: 100%;
        padding: 0 20px;
    }

    .sec1 .sub_wide {
        left: 0;
        width: 100%;
        margin: 0 auto;
        padding: 100px 0 0;
        text-align: center;
    }
    .visualBox {
        position: relative;
        left: 36%;
        height: 500px;
        margin: 80px 0 300px;
    }

    .slider-introduce {
        width: 100%;
        border-radius: 90px;
        border-top-left-radius: 0;
    }
    


    .sec2 .inn-wrap {
        margin-bottom: 50px;
    }
    .area-swiper {
        position: absolute;
        right: 65%;
        top: -10vh;
        width: 35%;
        height: 120vh;
        z-index: 2;
    }

    .swiper-container .swiper-slide {
        padding-right: 0;
        transform: scale(0.9);
        transform-origin: right center;
    }
    .swiper-container .swiper-slide.swiper-slide-active {
        padding-right: 40px;
        transform: scale(1.1);
        transform-origin: right center;
    }
    .swiper-container .swiper-slide img {
        height: 100%;
    }

    
    .slider-introduce:before{
        background-image: url(../images/creator/line_01_m.png);
    }

    .section .sub {
        margin: 0 0 10px;
    }
    .slider-introduce .cl {
        height: 516px;
    }
    .slider-introduce .cl:before {
        background-image: url(../images/creator/line_01_m.png);
    }
    dl.column-introduce {
        width: 100%;
    }
    dl.column-introduce > dd a img {
        width: 77%;
        margin: 0 auto;
    }

    .sec3 .sub_wide {
        margin-bottom: 70px;
    }
    .tabBtns {
        width: 100%;
    }

    .tabConts {
        width: auto;
        height: auto;
    }
    .tabConts .tabCont {
        position: relative;
        height: auto;
    }
    .slider-channel {
        width: auto;
        /* height: auto; */
    }
    .slider-channel .slick-slide {
        /* height: auto; */
    }


}

@media (max-width: 450px) {

    .mobile {
        display: block;
    }



    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5 {
        width: 100%;
        padding: 0 20px;
    }


    .sec1 .sub_wide {
        position: relative;
        left: initial;
        top: initial;
        width: 100%;
        padding: 0;
        margin: 100px 0 40px;
    }

    .sec1 h3 .origin,
    .sec1 h3 .deco {
        text-align: center;
        font-size: 56px;
    }
    .sec1 h3 + p {
        line-height: 28px;
        text-align: center;
        font-size: 24px;
    }

    .visualBox {
        left: 49%;
        height: 340px;
        margin: 80px 0 50px -36px;
        transform: scale(0.5);
        transform-origin: center top;
    }

    .sec2 .inn-wrap {
        padding-bottom: 20px;
        text-align: center;
    }


    .area-swiper {
        position: relative;
        right: initial;
        top: initial;
        width: 140%;
        height: 50%;
        margin: 0 -20%;
        z-index: 2;
    }



    .swiper-container .swiper-slide {
        transform-origin: center center;
    }


    .swiper-container .swiper-slide.swiper-slide-active {
        padding: 0;

        transform-origin: center center;
    }
    .swiper-container .swiper-slide img {
        width: calc(100% - 10px);
        height: auto;
        margin-left: 10px;
    }
    
    .slider-introduce:before{
        background-image: url(../images/creator/line_01_s.png);
    }

    .sec2 .sub_wide {
        position: relative;
        height: 0;
        margin-bottom: 20px;
        padding-bottom: 136.3%;
    }
    .section.sec2 .sub h3 + p {
        text-align: center;
    }
    .prev-01,
    .next-01,
    .prev-02,
    .next-02 {
        width: 43px;
        height: 43px;
    }
    

    .slider-introduce {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border-top-left-radius: 0;
    }
    .slider-introduce .slick-list {
        height: 100%;
    }
    .slider-introduce .slick-list .slick-track {
        height: 100%;
    }
    .slider-introduce .cl {
        height: 100%;
        border-radius: 20px;
        border-top-left-radius: 0;
    }
    .slider-introduce .cl:before {
        background-image: url(../images/creator/line_01_s.png);
        background-size: contain;
    }
    dl.column-introduce {
        width: 100%;
    }
    dl.column-introduce > dt {
        float: none;
        width: 100%;
        height: 50%;
    }
    dl.column-introduce > dd {
        float: none;
        width: 200%;
        height: 50%;
        padding: 0 5%;
    }
    dl.column-introduce > dd a {
        display: block;
        margin-bottom: 15px;
        float: left;
        width: 46.5%;
    }
    dl.column-introduce > dd a:nth-child(2) {
        display: none;
    }
    dl.column-introduce > dd a img {
        width: 100%;
    }

    .tabBtns {
        width: 100%;
        height: 23px;
        line-height: 20px;
        margin: 0 auto 17px;
    }
    .tabBtns button .icon,
    .tabBtns button .text  {
        line-height: 20px;
    }

    .slider-channel {
        width: 100%;
    }

    .tabConts {
        width: 100%;
    }
    .slider-channel .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .slider-channel .slick-list {
        margin: 0 -10px;
    }


    .tabBtns button .text {
        font-size: 10px;
    }
    .tabBtns button .icon img {
        width: auto;
        height: 10px;
    }

    .tabConts,
    .tabConts .tabCont {
        position: relative;
        /* height: auto; */
        height: 506px;
    }
    .tabConts .tabCont {
        position: absolute;
    }

    .section .sub > h3 {
        text-align: center;
    }


    .slider-channel .figures .figure {
        width: calc(33.333% - 4px);
        height: auto;
        margin-left: 6px;
    }
    .slider-channel .figures .figure:first-child {
        margin-left: 0;
    }
    .slider-channel .figures .figure .title {
        float: none;
    }
    .slider-channel .figures .figure .cont {
        float: none;
        text-align: right;
    }

    .slider-channel .btns a {
        width: calc(50% - 3px);
        margin-left: 6px;
    }
    .slider-channel .btns a:first-child {
        margin-left: 0;
    }


    

    .fp-viewing-3 button.btn-menuToggle:before,
    .fp-viewing-3 button.btn-menuToggle .bar,
    .fp-viewing-3 button.btn-menuToggle:after,
    .fp-viewing-6 button.btn-menuToggle:before,
    .fp-viewing-6 button.btn-menuToggle .bar,
    .fp-viewing-6 button.btn-menuToggle:after,
    .fp-viewing-7 button.btn-menuToggle:before,
    .fp-viewing-7 button.btn-menuToggle .bar,
    .fp-viewing-7 button.btn-menuToggle:after {
        background: #ffffff;
    }
}
