@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;
}

audio::-webkit-media-controls-panel ,

audio::-webkit-media-controls-mute-button ,

audio::-webkit-media-controls-play-button ,

audio::-webkit-media-controls-timeline-container ,

audio::-webkit-media-controls-current-time-display ,

audio::-webkit-media-controls-time-remaining-display ,

audio::-webkit-media-controls-timeline ,

audio::-webkit-media-controls-volume-slider-container ,

audio::-webkit-media-controls-volume-slider ,

audio::-webkit-media-controls-seek-back-button ,

audio::-webkit-media-controls-seek-forward-button ,

audio::-webkit-media-controls-fullscreen-button ,

audio::-webkit-media-controls-rewind-button ,

audio::-webkit-media-controls-return-to-realtime-button ,

audio::-webkit-media-controls-toggle-closed-captions-button ,

audio::-webkit-media-controls-panel{
	font-size: 12px;
    color: #fff;
}

audio::-webkit-media-controls-enclosure{
	background: none;
	border-radius: 10px; 
    background-color: none;    
}

video::-webkit-media-controls-overlay-play-button,
audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline{
    display:none;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-fullscreen-volume-min-button,
audio::-webkit-media-controls-volume-slider ,
audio::-webkit-media-controls-fullscreen-volume-slider,
audio::-webkit-media-controls-volume-slider-container{
    display: flex;
    background-color: transparent;
    filter:invert(80%);
}



/* 側欄選單 */
aside{
    position: fixed;
    right: 30px;
    top: 30vh;
    width: 186px;
    height: 390px;
    z-index: 999;
    display: none;
}
aside{
    transform: translateX(0%);
    transition: .3s all;
}
aside.on{
    transform: translateX(calc(100% + 30px));
    transition: .3s all;
}
aside ul a li{
    filter: brightness(100%);
    transition: .3s all;

}
aside ul a:hover,
.arrow:hover,
.aside_btn a li:hover{
    filter: brightness(120%);
    transition: .3s all;

}
aside ul a:nth-of-type(1) li{
    position: relative;
    width: 186px;
    height: 78px;
    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: 186px;
    height: 78px;
    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: 186px;
    height: 78px;
    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: 186px;
    height: 78px;
    background-image: url('../images/aside_4.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

aside ul a:nth-of-type(1):hover li{
    background-image: url('../images/aside_1_on.png');
}
aside ul a:nth-of-type(2):hover li{
    background-image: url('../images/aside_2_on.png');
}
aside ul a:nth-of-type(3):hover li{
    background-image: url('../images/aside_3_on.png');
}
aside ul a:nth-of-type(4):hover li{
    background-image: url('../images/aside_4_on.png');
}

aside ul a:nth-of-type(5) li{
    position: relative;
    width: 186px;
    height: 78px;
    
    padding-top: 10px;
    padding-left: 0px;
    
    background-image: url('../images/aside_5.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

aside ul a:nth-of-type(5) li audio{
    transform: scale(.9);
}
aside ul a:nth-of-type(6) {
    position: absolute;
    width: 70px;
    height: 66px;
    right: 0px;
    bottom: -160px;
    background-image: url('../images/aside_top.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
}
.arrow{
    position: fixed;
    width: 28px;
    height: 372px;
    right: 0px;
    top: calc(30vh + 10px);
    background-image: url('../images/aside_arrow_off.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
    z-index: 1000;
    cursor: pointer;
    display: none;
}
.arrow.on{
    background-image: url('../images/aside_arrow_on.png');
    transition: .6s all;
}

.aside_btn{
    position: absolute;
    width: 135px;
    height: 345px;
    right: 0px;
    top: 30vh;
    z-index: 999;
}

.aside_btn a:nth-of-type(1) li{
    position: relative;
    width: 135px;
    height: 139px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/aside_reg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
}
.aside_btn a:nth-of-type(2) li{
    position: relative;
    width: 135px;
    height: 67px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/aside_home.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
}
.aside_btn a:nth-of-type(3) li{
    position: relative;
    width: 135px;
    height: 139px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/aside_dl.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s all;
}

.aside_btn.fixed{
    position: fixed;
    right: 30px;
    top: calc(30vh + 390px);
    width: 186px;
    height: 78px;
    z-index: 999;
    display: inline-block;
    transition: .3s all;   
}
.aside_btn.fixed.on{
    transform: translateX(calc(100% + 30px));
    transition: .3s all;    
}

.aside_btn.fixed a:nth-of-type(1) li{
    position: relative;
    width: 48%;
    height: 0px;
    left: unset;
    transform: unset;
    padding-bottom: 50%;
    display: inline-block;
    transition: 0s;
}
.aside_btn.fixed a:nth-of-type(2) li{
    display:none;
}
.aside_btn.fixed a:nth-of-type(3) li{
    position: relative;
    width: 48%;
    height: 0px;
    padding-bottom: 50%;
    left: unset;
    transform: unset;
    display: inline-block;
    transition: 0s;
}





main, .section1, .section2, .section3, .section4{
    position: relative;
    min-height: 100vh;
    background-color: #000;
    overflow: hidden;
    z-index: 1;
}

/* 主視覺影片 */
main .video_wrapper::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: url('../images/main_mask.png') no-repeat center;
    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{
    position: relative;
    z-index: 1;
}
.container div{
    position: relative;    
}

main .title{
    top: 30vh;
    
}

main .char_1{
    position: absolute;
    width: 1354px;
    height: 1635px;
    left: 5%;
    top: 0%;
    background-image: url('../images/main_char.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
main .knife{
    position: absolute;
    width: 1160px;
    height: 1213px;
    left: 0%;
    top: 35%;
}
main .knife_1{
    background-image: url('../images/knife_1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
main .knife_2{
    background-image: url('../images/knife_2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
main .knife_3{
    background-image: url('../images/knife_3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* section1 */
.section1{
    background-image: url('../images/section1_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
    margin-top: -7%;
    padding-top: 6%;
    min-height: 120vh;
}
.section1 .title,
.section2 .title,
.section3 .title,
.section4 .title{
    
    margin-top: 60px;
}

.section1 .left .char_2{
    position: absolute;
    width: 840px;
    height: 1029px;
    max-width: 100%;
    left: 3%;
    top: 200px;
    background: url("../images/section1_char.png") no-repeat right top;
    background-size: contain;
}
.section1 .left .char_2::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 685px;
    height: 882px;
    max-width: 100%;
    background: url("../images/section1_char_before.png") no-repeat right top;
    background-size: contain;
    mix-blend-mode: lighten;
    z-index: -1;
}
.section1 .left .char_dec{
    
    position: absolute;
    width: 840px;
    height: 1029px;
    max-width: 100%;
    left: 3%;
    top: 200px;
    background: url("../images/section1_char_dec.png") no-repeat right top;
    background-size: contain;
}
.section1 .info_download{
    position: absolute;
    width: 150px;
    height: 100px;
    left: 23%;
    top: 61%;
    background-image: url('../images/section1_download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s all;
    z-index: 2;
}
.section1 .right{
    position: absolute;
    right: 10%;
    top: 250px;
}
.section1 .right img{
    display: block;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.6));
}
.section1 .right img:nth-of-type(1){
    max-height: 40vh;
}
.section1 .right img:nth-of-type(2){
    max-height: 30vh;
}

.section1 .info_download:hover{
    filter: brightness(150%);
    transition: .3s all;
}

/* section2 */
.section2,.section4{
    clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
    margin-top: -7%;
    padding-top: 6%;
    min-height: 120vh;

}



.section2 .video_wrapper{
    position: absolute;
    min-width: 100%;
    overflow: hidden;
    top: 0px;
    height: 100%;
}
.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;
    mix-blend-mode: soft-light;

}
.section2 .video_wrapper video{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    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, 182, 243,.8));
    transition: 0.3s all;
    
}
.section2 .container button{
    position: relative;
}

.modal{
    position: fixed;
    top: 0px;
    width: 80vw;
    max-width: 100vw;    
    margin: auto;
    overflow: hidden;
}
.modal.in .modal-dialog{
    width: 100%;
    margin-top: 150px;
}



.modal .video_wrapper{
    position: relative;
    min-width: unset;
    height: 70vh;
    /* padding-bottom: 55%; */
}

.modal .video_wrapper iframe{
    width: 100%;
    height: 100%;
}


.modal .btn{
    position: absolute;
    top: -80px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: #0007;
    
}
.modal-dialog{
    margin-top:80px;
}
.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;
}

.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;
}

.modal .btn:hover::before{
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: 0.6s all;
    background: rgb(189, 7, 7);
}
.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.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
    margin-top: -7%;
    padding-top: 6%;
    min-height: 120vh;
}

.section3 .info{
    position: relative;
    margin-top: 100px;
}
.section3 .info .content{
    position: relative;
    width: 100%;
    height: 750px;
    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: 560px;
    height: 939px;
    left: -90%;
    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: 50px;
    padding: 0px 10px 0px 50px;
    overflow-y: scroll;
}
.section3 .info .content p{
    color: #d2b882;
    font-size: 16px;
    line-height: 24px;
    
    text-indent: 32px;
}
.section3 .info .content .wrapper::-webkit-scrollbar {
    width: 23px;   
}



  
/* Track */
.section3 .info .content .wrapper::-webkit-scrollbar-track {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e70ad+0,9e70ad+100&0+0,0+31,0+31,1+32,1+69,0+70,0+100 */
    background: -moz-linear-gradient(left,  rgba(158,112,173,0) 0%, rgba(158,112,173,0) 31%, rgba(158,112,173,1) 32%, rgba(158,112,173,1) 69%, rgba(158,112,173,0) 70%, rgba(158,112,173,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(158,112,173,0) 0%,rgba(158,112,173,0) 31%,rgba(158,112,173,1) 32%,rgba(158,112,173,1) 69%,rgba(158,112,173,0) 70%,rgba(158,112,173,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(158,112,173,0) 0%,rgba(158,112,173,0) 31%,rgba(158,112,173,1) 32%,rgba(158,112,173,1) 69%,rgba(158,112,173,0) 70%,rgba(158,112,173,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e70ad', endColorstr='#009e70ad',GradientType=1 ); /* IE6-9 */

    
}
   
/* Handle */
.section3 .info .content .wrapper::-webkit-scrollbar-thumb {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#765381+1,d38fe9+52,765381+100 */
    background: rgb(118,83,129); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(118,83,129,1) 1%, rgba(211,143,233,1) 52%, rgba(118,83,129,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(118,83,129,1) 1%,rgba(211,143,233,1) 52%,rgba(118,83,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(118,83,129,1) 1%,rgba(211,143,233,1) 52%,rgba(118,83,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#765381', endColorstr='#765381',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-repeat: no-repeat;
    background-position: center;
}


.section3 .info .content .wrapper::-webkit-scrollbar-thumb:vertical{
    height: 20px;
    background-size: 26px 26px;
}
  
/* Handle on hover */
.section3 .info .content .wrapper::-webkit-scrollbar-thumb:hover {
    filter: brightness(125%);
}
  




.section4 .video_wrapper{
    position: absolute;
    min-width: 100%;
    overflow: hidden;
    top: 0px;
    height: 100%;
}

.section4 .video_wrapper video{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    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, 182, 243,.8));
    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%; 
    margin-bottom: 60vh;
}

.section4 .container::before{
    content: '';
    position: absolute;
    width: 547px;
    max-width: 100%;
    left: 0px;
    top: 72vh;
    height: 212px;
    left: 50%;
    transform: translateX(-50%);
    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{
    padding-top: 18px ;
}
.section4 .container .grade li{
    display: block;
    padding: 0px;
    margin: 0px;
    width: 50%;
    transition: .3s all;
}
.section4 .container .grade li a{
    background: unset;
    border: unset;
    color: unset;
    width: 100%;
    height: 43px;
    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;
    margin-top: 7px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
}
.section4 .container .tab-content .skill_tab1 ul .passive li:nth-of-type(1) a{
    background-image: url('../images/section4_skill1_1.png');
}
.section4 .container .tab-content .skill_tab1 ul .initiative li:nth-of-type(1) a{
    background-image: url('../images/section4_skill1_2.png');
}
.section4 .container .tab-content .skill_tab1 ul .initiative li:nth-of-type(2) a{
    background-image: url('../images/section4_skill1_3.png');
}
.section4 .container .tab-content .skill_tab1 ul .initiative li:nth-of-type(3) a{
    background-image: url('../images/section4_skill1_4.png');
}
.section4 .container .tab-content .skill_tab1 ul .initiative li:nth-of-type(4) a{
    background-image: url('../images/section4_skill1_5.png');
}
.section4 .container .tab-content .skill_tab1 ul .initiative li:nth-of-type(5) a{
    background-image: url('../images/section4_skill1_6.png');
}

/* 0轉 技能 icon end*/


/* 1轉 技能 icon */


.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:brightness(135%) drop-shadow(0px 0px 15px #afd6e2);
    transform: translate(2px,2px);
    transition: .3s all;
}

.section4 .container .tab-content .tab-content{
    position: absolute;
    left: -75px;
    top: 115px;
    width: calc(100% - 70px);
}
.section4 .container .tab-content div.f1{
    height: 86px;
    background: url('../images/section4_skill_f1.png') no-repeat center;
    background-size: contain;
}
.section4 .container .tab-content div.f2{
    height: 86px;
    background: url('../images/section4_skill_f2.png') no-repeat center;
    background-size: contain;
}
.section4 .container .tab-content div.f3{
    height: 86px;
    background: url('../images/section4_skill_f1_before.png') no-repeat center;
    background-size: contain;
}
.section4 .container .tab-content .tab-content h3{
    margin-top: 25px;

    transform: translateX(35px);
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
    color: #d18ee7;
    
}
.section4 .container .tab-content .tab-content h3::after{
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: 1.5px;
    background-color: #9e70ad;
    left: -17px;
    bottom: -5px;
}
.section4 .container .tab-content .tab-content p{
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #d2b882;
    padding-left: 17px;
    padding-right: 17px;
    text-align: justify;
}







@media screen and (max-width: 1200px){
    .section3 .info .content .wrapper{
        height: 68%;
    }
}


@media screen and (max-width: 768px){
 
    .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: 480px){
    .home img{
        width: 170px;
        transform: translate(-45px,5px);
    }
    .fb{
        display: none;
    }    
  
    .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(-35px);
    }
    .section4 .container .tab-content .tab-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .section4 .skill_wrapper{
        top: calc(72vh - 330px);
        
    }
    .section4 .container .grade{
        margin-bottom: 30px;
    }
    .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;
    }

    .aside_btn{
        width: 100%;
        height: 139px;
        display: inline-block;
        top: unset;
        bottom: 0px;
    }
    .aside_btn a:nth-of-type(1) li,
    .aside_btn a:nth-of-type(2) li,
    .aside_btn a:nth-of-type(3) li{
        display: inline-block;
        width: 32%;
        left: unset;
        transform: translate(0);
        vertical-align: middle;
    }
    .section1, .section2, .section3, .section4{
        clip-path: polygon(50% 2%, 100% 0%, 100% 100%, 0 100%, 0 0);
    }
    .section1 .right{
        right: 0px;
        top: 450px;
        padding: 15px;
    }
    .section1 .info_download {
        left: unset;
        right: 0px;
        top: 43%;
        transform: scale(.7);
    }
    .section3{
        min-height: 100vh;
    }
    .section3 .info .content{
        height: 650px;
        margin-bottom: 0px;
    }
    .section3 .info{
        margin-top: 30px;
    }
    .section4 .container::before{
        background: #000;
        top: unset;
        bottom: 0px;
    }
    .section4 .tab-content,
    .section4 .passive,
    .section4 .initiative,
    .section4 .f1,
    .section4 .f2,
    .section4 .f3{
        padding: 0px;
    }
    .section4 .container .tab-content div.f1,
    .section4 .container .tab-content div.f2,
    .section4 .container .tab-content div.f3{
        height: 60px;
    }
    .section4 .container .tab-content .tab-content h3{
        transform: translateX(0px);
    }
    .section4 .container .tab-content .tab-content h3::after{
        left: 0px;
    }
    .section4 .container .tab-content .tab-content p{
        padding: 0px;
    }
    main .char_1{
        width: 200vw;
        height: 100vh;
        left: -75%;
        top: 5%;
    }
    main .knife{
        display: none;
    }
    main .title{
        top: 33vh;
    }
}

