#A_Container {
    height: 100vh;
    width: 100%;
    margin: 0;
}
.title_wrap {
    display: block;
    margin: 0 0 30px;
}
.title_wrap strong {
    font-family: "paybooc_Otf_light";
    display: block;
    color: #fff;
    font-size: 26px;
}
.title_wrap strong span {
    font-family: "paybooc_Otf_bold";
    color: #fff;
    font-size: 26px;
}

/* section1 */
.section1 {
    background: url(../../../image/game/section1.png)no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
    height: 100vw;
    max-height: 100vh;
}
.section1 img {
    position: absolute;
    max-width: calc(100% - 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .5s ease;
}
.section1 img.up {
    top: 45%;
}

/* section2 */

.section2 {
    position: relative;
    padding: 0 0 100px;
	/*
    background: url(../../../image/game/section2.jpg)no-repeat;
    background-size: cover;
    background-position: top left;
	*/
	background-color:#222744;
}
.section2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -98px;
    height: 100px;
    width: 100%;
    background: linear-gradient(to top, #222744 , transparent );
    opacity: 0;
    transition: .2s ease;
    opacity: 1;
}
.section2 p {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.7;
}
.section2 .title_wrap + div > p {
    margin: 0 0 20px;word-break: keep-all;
}
.section2 p + ul {
    position: relative;
    z-index: 2;
}
.section2 p + ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: right;
    z-index: 5;
}
.section2 p + ul li:nth-of-type(2) {
    margin: -30px 0 0;
}
.section2 p + ul li .img_wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.section2 p + ul li .img_wrap img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section2 p + ul li .txt_wrap {
    display: inline-block;
    z-index: 2;
    background: #fff;
    width: calc(100% - 30px);
    right: 20px;
    padding: 20px;
    text-align: left;
    transform: translate(0,-80px);
}
.section2 p + ul li .txt_wrap strong {
    display: block;
    font-family: "paybooc_Otf_medium";
    font-size: 16px;
    color: #0083ca;
    margin: 0 0 10px;
}
.section2 p + ul li .txt_wrap strong::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #0083ca;
    margin: 0 10px 0 0;
    transform: translate(0,-2px);
}
.section2 p + ul li .txt_wrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}
.section2 p + ul li .txt_wrap p {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
}

/* section 3 */
.section3 {
    position: relative;
    padding: 0 0 50px;
}
.section3 .bg_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: #2f354d;
}
.section3 .bg_wrap img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.section3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: -98px;
    background: linear-gradient(to top,#2f354d ,transparent);
}
.section3 .title_wrap strong {
    display: block;
    font-family: "paybooc_Otf_bold";
    font-size: 26px;
    color: #fff;
    text-align: left;
}

/* section3 list_part */

.section3 .list_part .title_wrap + div ul {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.section3 .list_part .title_wrap + div ul li {
    display: table;
    float: left;
    width: calc((100% - 10px)/3);
    margin: 0 5px 0 0;
    border-radius: 40px;
    height: 60px;
    background: rgba(255,255,255,0.1);
}
.section3 .list_part .title_wrap + div ul li:last-child {
    margin: 0;
}
.section3 .list_part .title_wrap + div ul li > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.section3 .list_part .title_wrap + div ul li a {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    text-align: center;

    font-size: 14px;
}
.section3 .list_part .title_wrap + div p {
    display: inline-block;
    float: right;
    color: #fff;
    text-align: left;
}
.section3 .list_part .title_wrap + div p br {
    display: none;
}
.section3 .list_part .title_wrap + div ul li.on a {
    color: #fff;
    font-weight: 500;
}
.section3 .list_part .list_wrap {
    margin: 30px 0 50px;
}
.section3 .list_part .list_wrap li {
    float: left;
    width: 100%;
    position: relative;
    margin: -30px 0 0;
    text-align: right;
}
.section3 .list_part .list_wrap li:first-child {
    margin: 0;
}
.section3 .list_part .list_wrap li .img_wrap {
    position: relative;
    width: 100%;
    height: 60vw;
    max-height: 400px;
    overflow: hidden;
}
.section3 .list_part .list_wrap li .img_wrap::after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(7,3,19,0.5);
}
.section3 .list_part .list_wrap li .img_wrap img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section3 .list_part .list_wrap li .txt_wrap {
    display: inline-block;
    text-align: left;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    transform: translate(0,-80px);
}
.section3 .list_part .list_wrap li .txt_wrap em {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    transition: .5s ease;
}
.section3 .list_part .list_wrap li .txt_wrap strong {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    margin: 0 0 10px;
    transition: .5s ease;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.section3 .list_part .list_wrap li .txt_wrap p {
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    /* max-height: 2.8em; */
    text-align: left;
    word-wrap: break-word;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    transition: .5s ease;
    color: rgba(255,255,255,0.7);
}

/* section 3 project_part */
.section3 .project_part .title_wrap strong {
    text-align: left;
}
.section3 .project_part .title_wrap + p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 1.7;
    margin: 0 0 50px;
}
.section3 .project_part .title_wrap + p br {
    display: none;
}
.section3 .youtube_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.section3 .youtube {
    position: relative;
    width: 100%;
    padding: 0 0 54.65%;
}
.section3 .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* section 4 */
.section4 {
    padding: 50px 0 100px;
    overflow-y: hidden;
    background: url('../../../image/game/section4.jpg')no-repeat;
    background-position: bottom;
    background-size: cover;
}
.section4 .slide_part {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.section4 .slide_part > .txt_wrap {
    z-index: 2;
    margin: 0 0 30px;
    padding: 0 15px;
}
.section4 .slide_part > .txt_wrap strong {
    font-family: "paybooc_Otf_bold";
    text-align: left;
}
.section4 .slide_part > .txt_wrap p {
    color: #fff;
    text-align: left;
}
.section4 .slide_part > .txt_wrap p br {
    display: none;
}
.section4 .slide_part .swiper-container {
    padding: 0 15px;
}
.section4 .slide_part .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.section4 .slide_part .swiper-slide .img_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100vw;
    max-height: 450px;;
    float: left;
    overflow: hidden;
}
.section4 .slide_part .swiper-slide .img_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.section4 .slide_part .swiper-slide .img_wrap img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    /* height: auto !important; */
}
.section4 .slide_part .swiper-button-wrap {
    position: relative;
    text-align: right;
    padding: 0 15px 10px;
}
.section4 .slide_part .swiper-button {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    transition: .5s ease;
    background: transparent;
    transition: .5s ease;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.section4 .slide_part .swiper-button img {
    position: absolute;
    width: 25%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section4 .slide_part .swiper-button:hover {
    background: rgba(255,255,255,0.5);
}
.section4 .slide_part .swiper-button::after {
    display: none;
}
.section4 .slide_part .swiper-slide .txt_wrap {
    display: inline-block;
    width: 100%;
    float: left;
}
.section4 .slide_part .swiper-slide .txt_wrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 ;
}
.section4 .slide_part .swiper-slide .txt_wrap p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.section4 .slide_part .swiper-slide .txt_wrap p.pcolor {
	margin-top: 20px; color: #8bbbf7;
}
.section4 .slide_part .swiper-slide .txt_wrap p br {
    display: none;
}
/* section 5 */
.section5 {
    padding: 50px 0;
    background: url("../../../image/game/section5.jpg")no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 70px;
	height:350px;
}
.section5 .title_wrap strong {
    font-family: "paybooc_Otf_bold";
}
.section5 .title_wrap + p {
    color: #fff;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 100;
}
