@charset "UTF-8";
body {
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    background-color: #FFF;
    color: #000;
}

body{
    overflow-y: scroll;
    overflow-x: hidden;
}

img{
    max-width: 100%;
}

ul,li,a{
    text-decoration: none;
    list-style: none;
    padding: 0px;
}


/* 側欄選單 */
aside{
    position: fixed;
    right: 0px;
    top: 30vh;
    width: 150px;
    height: 280px;
    z-index: 999;
}
aside{
    transform: translateX(0%);
    transition: .6s all;
}
aside.on{
    transform: translateX(100%);
    transition: .6s all;
}
aside ul a li{
    filter: brightness(100%);

}
aside ul a li:hover,
.arrow:hover{
    filter: brightness(150%);

}
aside ul a:nth-of-type(1) li{
    position: relative;
    width: 150px;
    height: 70px;
    background-image: url('../images/aside_1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
aside ul a:nth-of-type(2) li{
    position: relative;
    width: 150px;
    height: 70px;
    background-image: url('../images/aside_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
aside ul a:nth-of-type(3) li{
    position: relative;
    width: 150px;
    height: 70px;
    background-image: url('../images/aside_3.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
aside ul a:nth-of-type(4) li{
    position: relative;
    width: 77px;
    height: 58px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/aside_4_on.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
}
aside ul a:nth-of-type(4) li.off{
    background-image: url('../images/aside_4_off.png');
    transition: 0.6s all;
}
.arrow{
    position: fixed;
    width: 61px;
    height: 51px;
    right: 0px;
    top: calc(30vh - 51px);
    background-image: url('../images/aside_arrow_off.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
    z-index: 100;
}
.arrow.on{
    background-image: url('../images/aside_arrow_on.png');
    transition: .6s all;
}


/* 底部選單 */

.fix_btn{
    position: fixed;
    bottom: 0px;
    width: 100vw;
    height: 50px;
    background-image: url('../images/fix_btn.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
}
.fix_btn ul{
    position: relative;
    width: 800px;
    top: -37px;
    color: #fff;
}
.fix_btn ul li{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    color: #c7d9df;
    font-weight: 900;
}
.fix_btn ul a{
    position: relative;
}

.fix_btn ul a:nth-of-type(1){
    z-index: 3;
}
.fix_btn ul a:nth-of-type(1) li{
    position: relative;
    width: 209px;
    height: 39px;
    left: -1px;
    clip-path: polygon(20% 1%, 80% 1%, 99% 100%, 1% 100%);
    background: #31484f;

    
}
.fix_btn ul a:nth-of-type(1)::before{
    content: '';
    position: absolute;
    left: -2px;
    top: -15px;
    width: 211px;
    height: 41px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background: #b0c0c5;

    
}
.fix_btn ul a:nth-of-type(1):hover li{
    width: 209px;
    height: 39px;
    left: -1px;
    clip-path: polygon(20% 1%, 80% 1%, 99% 100%, 1% 100%);

}




.fix_btn ul a:nth-of-type(2){
    z-index: 2;
}
.fix_btn ul a:nth-of-type(2)::after{
    content: '';
    position: absolute;
    width: 211px;
    height: 2px;
    left: -211px;
    bottom: -7px;
    background: #b0c0c5;
    opacity: 0;
}
.fix_btn ul a:nth-of-type(2) li{
    position: relative;
    width: 246px;
    height: 37px;
    clip-path: polygon(20% 1%, 80% 1%, 98% 100%, 2% 100%);
    background: #31484f;
    z-index: 1;
    left: -90px;
    z-index: 2;
}
.fix_btn ul a:nth-of-type(2)::before{
    content: '';
    position: absolute;
    left: -92px;
    top: -15px;
    
    width: 250px;
    height: 41px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background: #b0c0c5;
    z-index: 0;
}
.fix_btn ul a:nth-of-type(2):hover li{
    width: 246px;
    height: 39px;
    left: -91px;
    clip-path: polygon(20% 1%, 80% 1%, 99% 100%, 1% 100%);
}
.fix_btn ul a:nth-of-type(2):hover{
    z-index: 3;
}
.fix_btn ul a:nth-of-type(2):hover::after{
    opacity: 1;
}



.fix_btn ul a:nth-of-type(3) img{
    transform: translateX(20px);
}
.fix_btn ul a:nth-of-type(3){
    z-index: 1;
}
.fix_btn ul a:nth-of-type(3)::after{
    content: '';
    position: absolute;
    width: 400px;
    height: 2px;
    left: -460px;
    bottom: -7px;
    background: #b0c0c5;
    opacity: 0;
    
}
.fix_btn ul a:nth-of-type(3) li{
    position: relative;
    width: 180px;
    height: 37px;
    clip-path: polygon(25% 1%, 75% 1%, 98% 100%, 2% 100%);
    background: #31484f;
    z-index: 1;
    left: -180px;
    z-index: 2;
}
.fix_btn ul a:nth-of-type(3)::before{
    content: '';
    position: absolute;
    left: -182px;
    top: -15px;
    width: 184px;
    height: 41px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
    background: #b0c0c5;
    z-index: 0;
}
.fix_btn ul a:nth-of-type(3):hover li{
    width: 180px;
    height: 39px;
    left: -181px;
    clip-path: polygon(25% 1%, 75% 1%, 99% 100%, 1% 100%);
}
.fix_btn ul a:nth-of-type(3):hover{
    z-index: 3;
}
.fix_btn ul a:nth-of-type(3):hover::after{
    opacity: 1;
}





main, .section1, .section2, .section3, .section4{
    position: relative;
    min-height: 100vh;
    background-color: #000;
    overflow: hidden;
}

/* 主視覺影片 */
main .video_wrapper::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #232f52;
    opacity: .45;
}
main .video_wrapper{
    position: absolute;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}
main .video_wrapper video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.container div{
    position: relative;    
}

main .title{
    top: 45vh;
    
}
main .sub_title{
    top: 45vh;    
}

/* section1 */
.section1{
    background-image: url('../images/section1_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section1 .title,
.section2 .title,
.section3 .title,
.section4 .title{
    margin-top: 60px;
}
.section1 .info{
    position: relative;
    margin-top: 100px;
}
.section1 .info::before,
.section3 .info::before{
    content: '';
    position: absolute;
    width: 432px;
    max-width: 100%;
    height: 407px;
    right: -130px;
    top: -170px;
    background-image: url('../images/section1_gear.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: info 10s ease-in-out 0s infinite;
}
@keyframes info{
    0%{
        transform:rotate(0deg);
    }
    95%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.section1 .info .content{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 100px;
    background-image: url('../images/section1_info_content.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section1 .info .content::after{
    content: '';   
    position: absolute;
    width: 586px;
    height: 855px;
    left: -400px;
    top: -150px;
    background-image: url('../images/section1_char.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section1 .info .info_download{
    position: absolute;
    width: 150px;
    height: 100px;
    right: 80px;
    bottom: 100px;
    background-image: url('../images/section1_download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s all;
}
.section1 .info .info_download:hover{
    filter: brightness(150%);
    transition: .3s all;
}

/* section2 */

.section2::after,
.section2::before,
.section4::after,
.section4::before{
    content: '';
    position: absolute;
    width: 516px;
    max-width: 20vw;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url('../images/section2_mask_side.png');
    background-repeat: repeat-y;
    background-size: contain;
    opacity: .8;
    z-index: 99;
    pointer-events: none;
}
.section2::before,.section4::before{
    transform: rotate(-180deg);
    right: 0px;
    left: unset;
}

.section2 .video_wrapper{
    position: absolute;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: ;
}
.section2 .video_wrapper::before,
.section4 .video_wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/section2_mask.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;

}
.section2 .video_wrapper video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.section2 .s2_play_btn{
    position: relative;
    width: 159px;
    height: 158px;
    left: 50%;
    top: calc(50vh - 159px);
    transform: translateX(-50%);
    background-color: unset;
    border: unset;
    background-image: url('../images/section2_play_btn.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s all;
}
.section2 .s2_play_btn:active,
.section2 .s2_play_btn:focus{
    border: unset;
    background-color: unset;
    outline: unset;
}
.section2 .s2_play_btn:hover{
    filter: brightness(150%) drop-shadow(0px 0px 20px rgba(255,255,255,1))  drop-shadow(0px 0px 20px rgba(255,255,255,1));
    transition: 0.3s all;
    
}
.section2 .container button{
    position: relative;
}

.section2 .modal{
    position: fixed;
    top: 0px;
    width: 80vw;
    max-width: 100vw;    
    margin: auto;
    overflow: hidden;
}
.section2 .modal.in .modal-dialog{
    width: 100%;
    margin-top: 150px;
}



.section2 .modal .video_wrapper{
    position: relative;
    min-width: unset;
    height: 70vh;
    /* padding-bottom: 55%; */
}

.section2 .modal .video_wrapper iframe{
    width: 100%;
    height: 100%;
}


.section2 .modal .btn{
    position: absolute;
    top: -80px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: #0007;
    
}
.modal-dialog{
    margin-top:80px;
}
.section2 .modal .btn::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background: #fff;
    transition: 0.6s all;
}

.section2 .modal .btn::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    background: #fff;
    transition: 0.6s all;
}

.section2 .modal .btn:hover::before{
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: 0.6s all;
    background: rgb(189, 7, 7);
}
.section2 .modal .btn:hover::after{
    transform: translate(-50%,-50%) rotate(45deg);
    transition: 0.6s all;
    background: rgb(189, 7, 7);
}





.section3{
    background-image: url('../images/section3_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section3 .info{
    position: relative;
    margin-top: 100px;
}
.section3 .info .content{
    position: relative;
    width: 100%;
    height: 800px;
    margin-bottom: 100px;
    background-image: url('../images/section3_info_content.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.section3 .info .content::after{
    content: '';   
    position: absolute;
    width: 586px;
    height: 855px;
    left: -400px;
    top: -150px;
    background-image: url('../images/section3_char.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.section3 .info .content .wrapper{
    position: relative;
    height: 85%;
    width: 94%;
    top: 70px;
    padding: 0px 10px 0px 80px;
    overflow-y: scroll;
}
.section3 .info .content p{
    color: #c8ecff;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0px 0px 5px rgba(54,119,152,1) ,0px 0px 5px rgba(54,119,152,1);
}
.section3 .info .content .wrapper::-webkit-scrollbar {
    width: 10px;   
    
}



  
/* Track */
.section3 .info .content .wrapper::-webkit-scrollbar-track {
    background: #000;
    border: 1px solid #3e5964;
    
}
   
/* Handle */
.section3 .info .content .wrapper::-webkit-scrollbar-thumb {
    background: #b6e2f4; 
    
    
}
  
/* Handle on hover */
.section3 .info .content .wrapper::-webkit-scrollbar-thumb:hover {
    background: #80a9b9; 
}



.section4 .video_wrapper{
    position: absolute;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

.section4 .video_wrapper video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section4 .container button{
    position: relative;
}

.section4 .modal{
    position: fixed;
    top: 100px;
    width: 80vw;
    max-width: 100vw;    
    margin: auto;
    overflow: hidden;
}
.section4 .modal.in .modal-dialog{
    width: 100%;
}



.section4 .modal .video_wrapper{
    position: relative;
    min-width: unset;
    height: 70vh;
    /* padding-bottom: 55%; */
}

.section4 .modal .video_wrapper iframe{
    width: 100%;
    height: 100%;
}


.section4 .modal .btn{
    position: absolute;
    top: -80px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: #0007;
    
}
.section4 .s4_play_btn{
    position: relative;
    width: 159px;
    height: 158px;
    left: 50%;
    top: calc(40vh - 159px);
    transform: translateX(-50%);
    background-color: unset;
    border: unset;
    background-image: url('../images/section2_play_btn.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s all;
}
.section4 .s4_play_btn:active,
.section4 .s4_play_btn:focus{
    border: unset;
    background-color: unset;
    outline: unset;
}
.section4 .s4_play_btn:hover{
    filter: brightness(150%) drop-shadow(0px 0px 20px rgba(255,255,255,1))  drop-shadow(0px 0px 20px rgba(255,255,255,1));
    transition: 0.3s all;
    
}

.section4 .modal .btn::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background: #fff;
    transition: 0.6s all;
}

.section4 .modal .btn::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    background: #fff;
    transition: 0.6s all;
}

.section4 .modal .btn:hover::before{
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: 0.6s all;
    background: rgb(189, 7, 7);
}
.section4 .modal .btn:hover::after{
    transform: translate(-50%,-50%) rotate(45deg);
    transition: 0.6s all;
    background: rgb(189, 7, 7);
}

.section4 .tab-content{
    color: #fff;
}

.section4 .skill_wrapper{
    top: calc(72vh - 390px);
    width: 800px;
    max-width: 100%; 
}

.section4 .container::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 72vh;
    height: 300px;
    background-image: url('../images/section4_skill_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* 0轉使者/1轉執行者 標籤*/
.section4 .container ul{
    border: unset;
}
.section4 .container .grade li{
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    transition: .3s all;
}
.section4 .container .grade li a{
    background: unset;
    border: unset;
    color: unset;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0px;
    margin: 0px;

}
.section4 .container .grade li:nth-child(1) a{
    background-image: url('../images/section4_skill1.png');
}
.section4 .container .grade li:nth-child(2) a{
    background-image: url('../images/section4_skill2.png');
}
.section4 .container .grade li.active,
.section4 .container .grade li:hover{
    filter: brightness(150%);
    transition: .3s all;
}
/* 0轉使者/1轉執行者 標籤 end*/

/* 0轉 技能 icon */
.section4 .container .tab-content ul li{
    padding: 4px;
}
.section4 .container .tab-content ul li a{
    background: unset;
    border: unset;
    padding: 0px;
    padding-bottom: 100%;
    margin: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.section4 .container .tab-content .skill_tab1 ul li:nth-of-type(1) a{
    background-image: url('../images/section4_skill1_1.png');
}
.section4 .container .tab-content .skill_tab1 ul li:nth-of-type(2) a{
    background-image: url('../images/section4_skill1_2.png');
}
.section4 .container .tab-content .skill_tab1 ul li:nth-of-type(3) a{
    background-image: url('../images/section4_skill1_3.png');
}
.section4 .container .tab-content .skill_tab1 ul li:nth-of-type(4) a{
    background-image: url('../images/section4_skill1_4.png');
}
.section4 .container .tab-content .skill_tab1 ul li:nth-of-type(5) a{
    background-image: url('../images/section4_skill1_5.png');
}
.section4 .container .tab-content .skill_tab1 ul li:nth-of-type(6) a{
    background-image: url('../images/section4_skill1_6.png');
}

/* 0轉 技能 icon end*/


/* 1轉 技能 icon */
.section4 .container .tab-content .skill_tab2 ul li{
    margin:0px 1.5%;
}

.section4 .container .tab-content .skill_tab2 ul li:nth-of-type(1) a{
    background-image: url('../images/section4_skill2_1.png');
}
.section4 .container .tab-content .skill_tab2 ul li:nth-of-type(2) a{
    background-image: url('../images/section4_skill2_2.png');
}
.section4 .container .tab-content .skill_tab2 ul li:nth-of-type(3) a{
    background-image: url('../images/section4_skill2_3.png');
}
.section4 .container .tab-content .skill_tab2 ul li:nth-of-type(4) a{
    background-image: url('../images/section4_skill2_4.png');
}
.section4 .container .tab-content .skill_tab2 ul li:nth-of-type(5) a{
    background-image: url('../images/section4_skill2_5.png');
}
.section4 .container .tab-content .skill_tab2 ul li:nth-of-type(6) a{
    background-image: url('../images/section4_skill2_6.png');
}

/* 1轉 技能 icon end*/

/* 0轉技能介紹內容 */

.section4 .container .tab-content ul li{
    transition: .3s all;
}
.section4 .container .tab-content ul li.active,
.section4 .container .tab-content ul li:hover{
    filter: drop-shadow(0px 0px 5px #afd6e2);
    transition: .3s all;
}

.section4 .container .tab-content .tab-content{
    position: absolute;
    left: -200px;
    width: calc(100% + 280px);
}
.section4 .container .tab-content .tab-content span.f1{
    position: absolute;
    width: 68px;
    height: 27px;
    background-image: url('../images/section4_skill_f1.png');
}
.section4 .container .tab-content .tab-content span.f2{
    position: absolute;
    width: 68px;
    height: 27px;
    background-image: url('../images/section4_skill_f2.png');
}
.section4 .container .tab-content .tab-content h3{
    transform: translateX(73px);
    font-size: 27px;
    font-weight: 900;
    line-height: 30px;
    color: #afd6e2;
    
}
.section4 .container .tab-content .tab-content p{
    font-size: 18px;
    line-height: 30px;
    color: #d7d7d7;
}










/* .footer */
.footer {
    text-align: center;
    background: #000;
    padding-bottom: 130px;
    
}

.footer .container{
    position: relative;
    width:1200px;
    margin:auto;
    padding: 15px;
    vertical-align: middle;
    display: inline-block;
}

.footer li{
    display: inline-block;
    padding: 0px 15px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}
.footer li img{
    width: 100%;

}
.footer li:nth-of-type(1){
    width: 22%;
}
.footer li:nth-of-type(2){
    width: 20%;
}
.footer li:nth-of-type(3){
    width: 28%;
}
.footer li:nth-of-type(3) p{
    margin: 0%;
}
.footer li:nth-of-type(4){
    width: 30%;
    
}
.footer li:nth-of-type(4) img{
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.footer li:nth-of-type(4) p{
    margin: 0px 0% 0% 2%;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}

@media screen and (max-width: 1200px){
    .section3 .info .content .wrapper{
        height: 68%;
    }
}


@media screen and (max-width: 768px){
    .footer li:nth-of-type(1){
        width: 30%;
    }
    .footer li:nth-of-type(2){
        width: 28%;
        margin-right: 42%;   
    }
    .footer li:nth-of-type(3){
        width: 50%;
    }
    .footer li:nth-of-type(4){
        width: 50%;
    }
    .footer li:nth-of-type(4) img{
        width: 15%;
    }    
    .section3 .info .content{
        background-image: unset;
    }
    .section3 .info .content .wrapper{
        width: 100%;

    }
    .section3 .info .content .wrapper{
        padding: 15px;
        box-shadow: 0px 0px 15px #afd6e2;
    }
    .section4 .container .tab-content .tab-content{
        left: -100px;
        width: calc(100% + 100px);
    }

}
@media screen and (max-width: 767px){
    .section1 .info .content::after,
    .section3 .info .content::after{
        content: unset;
    }
}
@media screen and (max-width: 991px){
    .container {
        width: 100vw;
    }   
}


@media (max-width:1200px) {
    .footer .container{
        width: 100%;
    }
}


@media (max-width: 480px){
    .home img{
        width: 170px;
        transform: translate(-45px,5px);
    }
    .fb{
        display: none;
    }    
    .footer li{
        margin-bottom: 15px;
    }
    .footer li:nth-of-type(1){
        width: 42%;
    }
    .footer li:nth-of-type(2){
        width: 40%;
        margin-right: 18%;   
    }
    .footer li:nth-of-type(3){
        width: 100%;
    }
    .footer li:nth-of-type(4){
        width: 100%;
    }
    .footer li:nth-of-type(4) img{
        width: 15%;
    }
    .section4::after, .section4::before{
        opacity: .4;
        pointer-events: none;
    }
    .section4 .container .grade li{
        width: 50%;
    }
    .section4 .container .tab-content .tab-content{
        width: 100%;
        left: 0px;
    }
    .section4 .container .tab-content .tab-content{
        transform: translateY(-15px);
    }
    .section4 .container .tab-content .tab-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .section4 .skill_wrapper{
        top: calc(72vh - 420px);
    }
    .section4 .container::before{
        top: 68vh;
    }
    .section4 .container .tab-content .tab-content h3{
        padding-right: 50px;
    }

    .fix_btn ul{
        transform: scale(.8) translate(-100px,5px);
    }
    .section1 .info .info_download{
        transform: scale(.6);
    }
    .section1 .info .info_download{
        right: -10px;
        bottom: 80px;
    }
    .section4 .modal .btn,
    .section2 .modal .btn{
        top: -50px;
        right: 10px;
        width: 50px;
        height: 50px;
    }
    .section4 .modal .btn::before,
    .section4 .modal .btn::after,
    .section2 .modal .btn::before,
    .section2 .modal .btn::after{
        width: 50px;
    }

}

