@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(50%);

}

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: 150px;
    height: 70px;
    background-image: url('../images/aside_4.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

aside ul a:nth-of-type(5) li {
    position: relative;
    width: 150px;
    height: 70px;
    background-image: url('../images/aside_5.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

aside ul a:nth-of-type(6) li {
    position: relative;
    width: 150px;
    height: 70px;
    background-image: url('../images/aside_6.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*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,
.section5 {
    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 {
    background: url('../images/overRider.jpg') center center no-repeat;
    position: absolute;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
}

main .video_wrapper video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container div {
    position: relative;
}

main .title {
    top: 40vh;
    left: 9vw;
}

main .sub_title {
    top: 38vh;
    left: 11vw;
}

/* 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,
.section5 .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>div {
    color: #ffffff;
    text-align: center;
}

.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,
.section5::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%);
    width: 100vw;
}

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section3 .info .content a {
    width: 30%;
    margin: 1%;
}

.section3 .info .content a img {
    width: 100%;
    height: auto;
}

/*.section3 .info .content::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 855px;
    left: -450px;
    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%);
    width: 100%;
}

.section4 .container .info {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section4 .container .info>div {
    width: 210px;
}


.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_gacha {
    margin: 3%;
    display: block;
    height: 214px;
    border-color: #727b83;
}

.section4 .s4_gacha_01 {
    height: 115px;
    background: url(../images/s4_gacha_1-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #450f84;
}

.section4 .s4_gacha_02 {
    height: 93px;
    background: url(../images/s4_gacha_1-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    border-color: #450f84;
}

.section4 .s4_gacha_03 {
    height: 115px;
    background: url(../images/s4_gacha_3-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #450f84;
}

.section4 .s4_gacha_04 {
    height: 93px;
    background: url(../images/s4_gacha_3-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    border-color: #450f84;
}

.section4 .s4_gacha_05 {
    background: url(../images/s4_gacha_05.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_06 {
    background: url(../images/s4_gacha_06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_07 {
    background: url(../images/s4_gacha_07.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_08 {
    background: url(../images/s4_gacha_08.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_09 {
    background: url(../images/s4_gacha_09.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_10 {
    background: url(../images/s4_gacha_10.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_11 {
    background: url(../images/s4_gacha_11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha_12 {
    background: url(../images/s4_gacha_12.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 .s4_gacha:active,
.section4 .s4_gacha:focus {
    border: unset;
    background-color: unset;
    outline: unset;
}

.section4 .s4_gacha:hover {
    filter: brightness(150%) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 5px 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;
}*/

.section5 {
    background: url('../images/section5_bg.jpg') top center repeat-y;
    background-size: cover;
}

.EgunBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.EgunBox div {
    width: 30%;
    margin: 1%;
}

.EgunBox>div:nth-child(4),
.EgunBox>div:nth-child(5) {
    margin-top: -8%;
}

/* 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: 20%;
}

.footer li:nth-of-type(2) {
    width: 20%;
}

.footer li:nth-of-type(3) {
    width: 25%;
}

.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: 75%;
    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);
    }

    .section2 {
        background: url(../images/section2_bg.jpg) center center no-repeat;
        background-size: cover;
    }

    main .video_wrapper {
        background-position-x: 16%;
    }

    main .title {
        top: 39vh;
        left: 3vw;
    }
}

@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: 98px;
        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: 1%;
    }

    .footer li:nth-of-type(3) {
        width: 100%;
        text-align: center;
    }

    .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;
    }

    .section3 .info .content a {
        width: 48%;
        margin: 1%;
    }

    .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;
    }

    .EgunBox div {
        width: 48%;
        margin: 1%;
    }

    .EgunBox>div:nth-child(4) {
        margin-top: 1%;
    }

    .section4 .container .info>div {
        width: 50%;
    }

    .section4 .s4_gacha {
        height: 145px;
    }

    .section4 .s4_gacha_01,
    .section4 .s4_gacha_03 {
        height: 87px;
    }

    .section4 .s4_gacha_02,
    .section4 .s4_gacha_04 {
        height: 70px;
    }

    main .video_wrapper {
        background-position-x: -68vw;
    }

    main .title {
        top: 53vh;
        left: 2vw;
    }

    .section1 .info {
        position: relative;
        margin-top: 35px;
    }

    main .sub_title {
        top: 52vh;
        left: 9vw;
    }
}

/* animation */

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(300px);
        -ms-transform: translate(300px);
        transform: translate(300px);
        -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
        transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    }

    to {
        opacity: 1;
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(300px);
        -ms-transform: translate(300px);
        transform: translate(300px);
        -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
        transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    }

    to {
        opacity: 1;
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate(-300px);
        -ms-transform: translate(-300px);
        transform: translate(-300px);
        -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
        transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    }

    to {
        opacity: 1;
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate(-300px);
        -ms-transform: translate(-300px);
        transform: translate(-300px);
        -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
        transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    }

    to {
        opacity: 1;
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
        transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
        transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes opacity {
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    50% {
        opacity: 1;
    }
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* animation */