#A_Container {
    height: 100vh;
    width: 100%;
    margin: 0;
}
#A_Header {
    position: absolute;
    transition: .5s ease;
}
#A_Header.hidden {
    top: -100px;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table > article {
    display: table-cell;
    vertical-align: middle;
}
.title_wrap {
    display: block;
    margin: 0 0 40px;
}
.title_wrap strong {
    font-family: "paybooc_Otf_light";
    display: inline-block;
    color: #fff;
    font-size: 60px;
}
.title_wrap strong span {
    font-family: "paybooc_Otf_bold";
    color: #fff;
    font-size: 60px;
}

/* section1 */
.section1 {
    background: url(../../../image/game/section1.png)no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
    height: 100vh;
    min-width: 1440px;
}
.section1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .5s ease;
}
.section1 img.up {
    top: 45%;
}

/* section2 */

.section2 {
    position: relative;
    min-width: 1440px;
    min-height: 1000px;
    height: 100vh;
    background: url(../../../image/game/section2.jpg)no-repeat;
    background-size: cover;
    background-position: top left;
}
.section2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -200px;
    height: 200px;
    width: 100%;
    background: linear-gradient(to top, #222744 , transparent );
    opacity: 0;
    transition: .2s ease;
}
.section2.cloud::before {
    opacity: 1;
}
.section2 p {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.7;
    float: left;
}
.section2 p + ul {
    position: relative;
    margin: 0 0 0 30px;
    float: left;
    z-index: 2;
}
.section2 p + ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 400px;
    height: 400px;
    margin: 0 70px 0 0;
}
.section2 p + ul li:nth-of-type(2) {
    margin: 0;
}
.section2 p + ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../../image/game/gradient_border.png)no-repeat;
    background-size: cover;
    background-position: center;
}
.section2 p + ul li .img_wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate(40px, 40px);
}
.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 {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 300px;
    right: 20px;
    /*bottom: -160px;*/top:300px;
    padding: 40px 25px 30px;
}
.section2 p + ul li .txt_wrap strong {
    display: block;
    font-family: "paybooc_Otf_medium";
    font-size: 16px;
    color: #0083ca;
    margin: 0 0 10px;
	text-indent: -24px; margin-left:24px;
}
.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;
}

.section2 p + ul li:nth-of-type(2) .txt_wrap {
    background: #0083ca;
}
.section2 p + ul li:nth-of-type(2) .txt_wrap strong {
    color: #fff;
}
.section2 p + ul li:nth-of-type(2) .txt_wrap strong::before {
    background: #fff;
}   
.section2 p + ul li:nth-of-type(2) .txt_wrap h4 {
    color: #fff;
}
.section2 p + ul li:nth-of-type(2) .txt_wrap p {
    color: #fff;
}

/* section 3 */
.section3 {
    position: relative;
    padding: 0 0 200px;
}
.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: 200px;
    left: 0;
    top: -200px;
    background: linear-gradient(to top,#2f354d ,transparent);
}
.section3 .title_wrap strong {
    display: block;
    font-family: "paybooc_Otf_bold";
    font-size: 60px;
    color: #fff;
    text-align: right;
}

/* section3 list_part */

.section3 .list_part .title_wrap + div ul {
    display: inline-block;
    float: left;
    transform: translate(0,12px);
}
.section3 .list_part .title_wrap + div ul li {
    display: inline-block;
    float: left;
    width: 210px;
    margin: 0 20px 0 0;
}
.section3 .list_part .title_wrap + div ul li:last-child {
    margin: 0;
}
.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;
    background: rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 18px 0;
}
.section3 .list_part .title_wrap + div p {
    display: inline-block;
    float: right;
    color: #fff;
    text-align: right;
}
.section3 .list_part .title_wrap + div ul li.on a {
    color: #fff;
    font-weight: 500;
}
.section3 .list_part .list_wrap {
    margin: 60px 0 320px;
}
.section3 .list_part .list_wrap li {
    float: left;
    width: calc((100% - 60px) / 3);
    margin: 0 30px 0 0;
    transform: translate(0,80px);
}
.section3 .list_part .list_wrap li:last-child {
    margin: 0;
}
.section3 .list_part .list_wrap li:nth-of-type(2) {
    transform: translate(0,0px);
}
.section3 .list_part .list_wrap li .img_wrap {
    position: relative;
    width: 450px;
    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;
    max-width: none;
    height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section3 .list_part .list_wrap li .txt_wrap {
    position: absolute;
    right: 0;
    width: calc(100% - 30px);
    bottom: -70px;
    background: rgba(0,0,0,0.8);
    padding: 35px 30px;
}
.section3 .list_part .list_wrap li .txt_wrap em {
    display: block;
    color: rgba(255,255,255,0.3);
    font-weight: 300;
    transition: .5s ease;
}
.section3 .list_part .list_wrap li .txt_wrap strong {
    display: block;
    color: rgba(255,255,255,0.3);
    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; */
    color: rgba(255,255,255,0.3);
    transition: .5s ease;
}
.section3 .list_part .list_wrap li.on .txt_wrap em {color: #fff;}
.section3 .list_part .list_wrap li.on .txt_wrap strong {color: #fff;}
.section3 .list_part .list_wrap li.on .txt_wrap p {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 .youtube_wrap {
    width: 100%;
    margin: 0 auto;
}
.section3 .youtube {
    position: relative;
    width: 100%;
    height: 100vh;
    transform: scale(.3);
    transition: .5s ease;
}
.section3 .youtube.on {
    transform: scale(1);
}
.section3 .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* section 4 */
.section4 {
    min-width: 1440px;
    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: 1410px;
    margin: 0 auto;
    padding: 0;
}
.section4 .slide_part > .txt_wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.section4 .slide_part > .txt_wrap strong {
    font-family: "paybooc_Otf_bold";
    text-align: right;
}
.section4 .slide_part > .txt_wrap p {
    color: #fff;
    text-align: right;
}
.section4 .slide_part .swiper-slide .img_wrap {
    position: relative;
    display: inline-block;
    width: 570px;
    height: 740px;
    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%);
}
.section4 .slide_part .swiper-slide .img_wrap2 {
    position: relative;
    display: inline-block;
    width: 570px;
    height: 740px;
    overflow: hidden;
}
.section4 .slide_part .swiper-slide .img_wrap2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.section4 .slide_part .swiper-slide .img_wrap2 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-33%);
}

.section4 .slide_part .swiper-button-wrap {
    position: absolute;
    width: 90px;
    height: 45px;
    right: 0;
    z-index: 2;
    bottom: 170px;
}
.section4 .slide_part .swiper-button-wrap > div {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    transition: .5s ease;
    background: transparent;
    transition: .5s ease;
}
.section4 .slide_part .swiper-button-wrap > div:hover {
    background: rgba(255,255,255,0.5);
}
.section4 .slide_part .swiper-button-wrap > div.swiper-button-prev {
    left: 0;
    right: auto;
}
.section4 .slide_part .swiper-button-wrap > div.swiper-button-next {
    left: auto;
    right: 0;
}
.section4 .slide_part .swiper-button-wrap > div::after {
    display: none;
}
.section4 .slide_part .swiper-slide .txt_wrap {
    display: inline-block;
    margin: 0 0 0 30px;
    transform: translate(0,-70px);
}
.section4 .slide_part .swiper-slide .txt_wrap.txt_wrap_2{
    transform: translate(0,-165px);
}
.section4 .slide_part .swiper-slide .txt_wrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}
.section4 .slide_part .swiper-slide .txt_wrap p {
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

.section4 .slide_part .swiper-slide .txt_wrap p.pcolor{
	margin-top: 20px;color: #8bbbf7;
}
/* section 5 */
.section5 {
    min-width: 1440px;
    height: 100vh;
    padding: 150px 0 0;
    background: url("../../../image/game/section5.jpg")no-repeat;
    background-position: left top;
    background-size: cover;
}

.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;
}

/*220329_최팀장님요청 팝업삽입스타일추가_start*/
.layer_popup img {
  width: 100% !important;
  height: auto !important;
}
/*220329_최팀장님요청 팝업삽입스타일추가_end*/

.blind {display:none !important;}