.wrap{
	position: relative;
	overflow: hidden;
}
/*------------page_01-----------------*/
.page_01{
	overflow: hidden;
    /*height: 500px;*/
}
.bannerArea{
	width: 100%;
	top: 0;
	left: 0;
}

/*----------img_slick------------*/
.page_01 .img_slick{
	width: 100%;
	margin-bottom: 20px;
	display: none;
}
.page_01 .img_slick .slick_pic{
	width: 100%;
	cursor: pointer;
}
.page_01 .img_slick .slick_pic img{
	width: 100%;
}

/*--------dot-------*/
.page_01 .slick-dots{
	bottom: 35px;
}
.page_01 .slick-dots li button:before{
	font-size: 20px;
    opacity: .75;
    color: #edbf1c;
    /*color: #fff;*/
}
.page_01 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #14ade3;
}
/*-------arrows-------*/
.page_01 .slick-prev:before,.page_01 .slick-next:before{
	content: '';
}
.page_01 .slick-prev, .page_01 .slick-next{
	z-index: 1;
	height: 55px;
	width: 55px;
	color: #000;
	background-repeat: no-repeat;
}
.page_01 .slick-next{
	right: 150px;
	background-image: url('../img/home/chevron-right-solid.svg');
}
.page_01 .slick-prev{
	left: 150px;
	background-image: url('../img/home/chevron-left-solid.svg');
}

.page_01 .slick-next:focus, .page_01 .slick-next:hover, .page_01 .slick-prev:focus, .page_01 .slick-prev:hover{
	color: #14ade3;
}

.page_01 .slick-dotted.slick-slider{
    margin-bottom: 0;
}

/*-----------------layer------------*/
/*.page_01 .slick_pic:before{
	content: '';
	position: absolute;
	top: 0;
	width: 1920px;
	height: 850px;
	background-image: url('../img/home/page01_layer.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}*/
/*----------txt_slick------------*/
.page_01 .txt_slick{
    width: 580px;
	top: 50%;
    left: 50%;
    transform: translate(50%, -120%);
}
.page_01 .txt_slick .txt_slick_ctnr{
	text-align: left;
	padding: 10px;
}
.page_01 .txt_slick .txt_slick_ctnr span{
	color: #edbf1c;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	padding: 10px 20px;
	background-image: url('../img/home/page01_label_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.page_01 .txt_slick .txt_slick_ctnr h1{
	font-size: 55px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}
.page_01 .txt_slick .txt_slick_ctnr h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	width: 100%;
	color: #000;
	margin: 0;
	text-shadow: 0 0 10px #fff;
}
.page_01 .txt_slick .txt_slick_ctnr .txt_slick_ctnr_btn{
	display: flex;
	justify-content: flex-start;
}
.page_01 .txt_slick .txt_slick_ctnr .txt_slick_ctnr_btn button{
	padding: 15px 50px;
	border-radius: 5px;
	box-shadow: 0 0 10px #fff;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 30px 20px 30px 0;
}
.page_01 .txt_slick .txt_slick_ctnr .txt_slick_ctnr_btn .left{
	background-color: #a8a8a8;
	transition: 0.2s;
}
.page_01 .txt_slick .txt_slick_ctnr .txt_slick_ctnr_btn .left:hover{
	filter: brightness(0.8);
}
.page_01 .txt_slick .txt_slick_ctnr .txt_slick_ctnr_btn .right{
	background-color: #14ade3;
	transition: 0.2s;
}
.page_01 .txt_slick .txt_slick_ctnr .txt_slick_ctnr_btn .right:hover{
	filter: brightness(1.1);
}
.page_01 .txt_slick .txt_slick_ctnr a{
	display: block;
	width: 320px;
	height: 180px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.page_01 .txt_slick .txt_slick_ctnr .video img{
	width: 100%;
}

.page_01 .txt_slick .txt_slick_ctnr .video .video_cover{
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width: 320px;
	height: 180px;
	color: #fff;
	z-index: 99;
	transition: 0.3s;
}
.page_01 .txt_slick .txt_slick_ctnr .video .video_cover i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_01 .txt_slick .txt_slick_ctnr .video .video_cover i:before{
	font-size: 40px;
}
.page_01 .txt_slick .txt_slick_ctnr .video:hover .video_cover{
	opacity: 0;
}


/*------------page_02-----------------*/
.page_02{
	position: relative;
	text-align: center;
	height: 880px;
    overflow: hidden;
}
.page_02 .page_title{
	text-align: center;
}
.page_02 .page_title h1{
	font-size: 50px;
	font-weight: bold;
	margin: 35px 0 40px 0;
}
.page_02 .page_title h1:before{
	content: '';
	position: absolute;
	top: 5px;
    left: 50%;
    transform: translateX(-265%);
	width: 61px;
	height: 58px;
	background-image: url('../img/home/home_HOT_label.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	animation:shine 1s linear infinite;
}

.page_02 .tab_btn_area{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_02 .tab_btn_area .tab_btn{
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	padding: 2px 30px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	transition: 0.2s;
}
.page_02 .tab_btn_area .tab_btn:hover,.page_02 .tab_btn.active{
	color: #14ade3 !important;
}

.page_02 .tab_ctn_area{
	/*position: absolute;*/
	height: 625px;
	width: 100%;
	background-color: rgba(204,204,204,0.5);
	margin: 20px 0 0 0;
	padding-top: 65px;
}
.page_02 .tab_ctn{
	position: absolute;
	/*left: 50%;*/
    /*transform: translateX(-50%);*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	/*display: none;*/
    transition: 0.5s;
}
.page_02 .tab_ctn.active{
	display: block;
	opacity: 1;
	pointer-events: auto;
    transition: 0.5s;
}

/*--------------page_02_slick-------------------*/
/*---------------game_slick------------*/
.page_02 .slick-prev:before,.page_02 .slick-next:before{
	content: '';
}
.page_02 .slick-prev, .page_02 .slick-next{
	z-index: 1;
	height: 55px;
	width: 55px;
	color: #000;
	background-repeat: no-repeat;
}
.page_02 .slick-next{
    /*display: none !important;*/
	right: -80px;
	background-image: url('../img/home/chevron-right-solid.svg');
}
.page_02 .slick-prev{
    /*display: none !important;*/
	left: -80px;
	background-image: url('../img/home/chevron-left-solid.svg');
}

.page_02 .slick-next:focus, .page_02 .slick-next:hover, .page_02 .slick-prev:focus, .page_02 .slick-prev:hover{
	color: #14ade3;
}
.page_02 .game_slick{
	width: 1350px;
	height: 475px;
	margin: 0 auto;
}
.page_02 .game_slick .slick_box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 1350px;
	height: 475px;
}
.page_02 .game_slick iframe{
	margin:  20px 20px 20px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*------------txt+btn------------*/
.page_02 .game_slick .slick_box .content{
	position: relative;
	z-index: 1;
}
.page_02 .game_slick .slick_box .content .txt{
	text-align: left;
}
.page_02 .game_slick .slick_box .content .txt span{
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.page_02 .game_slick .slick_box .content .txt .title_box{
	padding: 10px 10px 10px 25px;
	margin-bottom: 10px;
}
.page_02 .game_slick .slick_box .content .txt .title_box .titlebg{
	position: absolute;
	top: 30px;
    left: -50px;
	width: 450px;
	height: 100px;
	background-image: url('../img/home/page02_titlebg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	z-index: -1;
}
.page_02 .game_slick .slick_box .content .txt .title_box h2{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.page_02 .game_slick .slick_box .content .txt .title_box p{
	font-size: 18px;
	font-weight: bold;
	color: #ec78a4;
}
.page_02 .game_slick .game_btn{
	/*position: absolute;*/
	top: 0px;
    right: 10px;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	background-color: #ec78a4;
	font-size: 24px;
	font-weight: bold;
	color: #ffff;
	text-align: center;
	margin-top: -135px;
    margin-left: 330px;
	padding-top: 30px;
	display: block;
	animation:shine 1s linear infinite;
}
.page_02 .game_slick .game_btn:hover{
	text-decoration: none;
	/*box-shadow:  0 0 50px #fff;*/
}
.page_02 .game_slick .game_btn:hover i{
	font-weight: 400;
}
.game_btn i{
	position: absolute;
	top: 65px;
    right: 40px;
    transform: rotate(-45deg);
    font-size: 70px;
}
/*----------pic_slick------------*/
.page_02 .pic_slick{
	width: 510px;
}
.page_02 .pic_slick .slick_pic{
	width: 510px;
}
.page_02 .pic_slick .slick_pic img{
	width: 100%;
}
/*------------dot-----------*/
.page_02 .slick-dots{
	bottom: 20px;
    right: 10px;
    text-align: right;
}
.page_02 .slick-dots li button:before{
	font-size: 20px;
	color: #fff;
	opacity: 0.8;
}
.page_02 .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #14ade3;
}

/*------------moregame_btn----------*/
.page_02 .moregame_btn{
	position: absolute;
	transform: translateX(-50%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background-color: #14ade3;
	padding: 20px 150px;
	margin: -40px auto 60px auto;
	cursor: pointer;
	transition: 0.3s;
}
.page_02 .moregame_btn:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}




/*------------page_03-----------------*/
.page_03{
	position: relative;
	text-align: center;
	padding: 50px 0 120px 0;
    /*height: 1100px;*/
}
.page_ctnr{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_left{
	cursor: pointer;
}
.img_right{
	margin: 0 10px;
	cursor: pointer;
}
.img_sec{
	margin-bottom: 10px;
}

.page_03 .page_title h1{
	font-size: 50px;
	margin: 0;
}
.page_03 .page_title h1:before{
	content: '';
	position: absolute;
	top: 25px;
    left: 50%;
    transform: translateX(-265%);
	width: 61px;
	height: 58px;
	background-image: url('../img/home/home_HOT_label.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	animation:shine 1s linear infinite;
}

/*------------morenews_btn----------*/
.page_03 .morenews_btn{
	position: absolute;
	transform: translateX(-50%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background-color: #14ade3;
	padding: 20px 150px;
	margin: -10px auto 60px auto;
	cursor: pointer;
	transition: 0.3s;
}
.page_03 .morenews_btn:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*------------page_04-----------------*/
.page_04{
	position: relative;
	text-align: center;
	height: 690px;
	background-image: url('../img/home/page04_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page_04 .page04_title{
    width: 587px;
    height: 113px;
	background-image: url('../img/home/page04_title.png');
	position: relative;
    margin: 0 auto;
    z-index: 3;
}
.page_04 .page_title h1{
	font-size: 20px;
    font-weight: bold;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.page_04 .company_box{
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    z-index: 1;
}
.page_04 .company_box .company_box_item{
	margin: -60px -15px;
}

.page_04 .contactbtn{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background-color: #14ade3;
	padding: 20px 80px;
	margin: 90px auto 60px auto;
	cursor: pointer;
	transition: 0.3s;
}
.page_04 .contactbtn:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*-------------roles-------------*/
/*.page_04:before{
	content: '';
	position: absolute;
	bottom: 100px;
	left: 30px;
	width: 279px;
	height: 406px;
	background-image: url('../img/home/page04_role_left.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.page_04:after{
	content: '';
	position: absolute;
	bottom: 100px;
	right: 0;
	width: 422px;
	height: 374px;
	background-image: url('../img/home/page04_role_right.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}*/


/*--------social_share--------------------*/

.social_share{
	position: fixed;
	top: 35%;
	right: -350px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	z-index: 99;
	transition: 0.5s;
	opacity: 0;
	pointer-events: none; 
}
.social_share.fadein{
	opacity: 1;
	pointer-events: visible;
}
.social_share.active{
	right: 0px;
	transition: 0.5s;
}
.social_share .links{
	width: 64px;
	text-align: left;
}
.social_share .links a{
	margin: 10px 0;
	cursor: pointer;
	display: block;
	transition: 0.3s;
}
.social_share .links a:hover,.social_share .links .fb_slide:hover{
	filter: brightness(1.2);
}
.social_share .links .fb_slide{
	width: 64px;
	height: 210px;
	background-image: url('../img/home/sc_share_slide.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: 0.3s;
}

.social_share .links .fb_slide:before{
	content: '';
	position: absolute;
	top: -25px;
    left: -40px;
	width: 61px;
	height: 58px;
	background-image: url('../img/home/home_NEW_label.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	animation:shine 1s linear infinite;
}
.social_share .link_ctn{
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: center;
	width: 350px;
	height: 510px;
	background-color: #3b5998;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.background_triangles{
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 3362px;
	background-image: url('../img/home/home_triangle_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s;
	z-index: -1;
	animation: zoom_triangle 15s linear infinite;
}
@keyframes zoom_triangle{
	0%{transform: scale(1);}
	50%{transform: scale(1.2);}
	100%{transform: scale(1);}
}

/*--------shine_animate-------------*/
@keyframes shine{
	0%{filter: brightness(1);}
	50%{filter: brightness(1.2);}
	100%{filter: brightness(1);}
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .page_01{
        height: 200px;
    }
    .page_01 .slick-dots{
	    bottom: 20px;
    }
    .slick-dots li{
        width: 16px;
        height: 16px;
    }
    .page_01 .slick-dots li button:before{
	    font-size: 16px;
    }
    .page_02{
	    height: 730px;
    }
    .page_02 .page_title h1{
	    font-size: 40px;
	    margin: 35px 0 20px 0;
    }
    .page_02 .page_title h1:before{
	    top: 15px;
        left: 50%;
        transform: translateX(-265%);
	    width: 48.8px;
	    height: 46.4px;
    }
    .page_03 .page_title h1:before{
	    top: 32px;
        left: 50%;
        transform: translateX(-265%);
	    width: 48.8px;
	    height: 46.4px;
    }
    .page_02 .tab_ctn_area{
	    height: 545px;
	    margin: 20px 0 0 0;
	    padding-top: 15px;
    }
    .page_02 .game_slick{
	    width: 100%;
    }
    .page_02 .game_slick .slick_box{
        width: 100%;
	    height: 475px;
    }
    .page_02 .game_slick .slick_box .video{
        display: none;
    }
    .page_02 .slick-dots li button:before{
	    font-size: 16px;
    }
    .page_02 .moregame_btn, .page_03 .morenews_btn{
	    font-size: 24px;
	    border-radius: 10px;
	    padding: 20px 100px;
    }
    .page_02 .moregame_btn{
	    margin: -40px auto 60px auto;
    }
    .page_03 .morenews_btn{
	    margin: -10px auto 60px auto;
    }
    .page_03{
	    padding: 50px 0 80px 0;
        /*height: 1200px;*/
    }
    .page_03 .page_title h1{
	    font-size: 40px;
    }
    .page_04, .social_share{
        display: none;
    }
    .background_triangles{
	    top: -180px;
	    left: 0;
	    width: 100%;
	    height: 1700px;
	    animation: none;
    }
}

@media only screen and (max-width: 749px){
    .page_01{
        /*height: 100px;*/
    }
    .page_01 .slick-dots{
	    bottom: 14px;
    }
    .slick-dots li{
        width: 14px;
        height: 14px;
    }
    .page_01 .slick-dots li button:before{
	    font-size: 14px;
    }
    .page_02{
	    height: 540px;
    }
    .page_02 .page_title h1{
	    font-size: 30px;
	    margin: 25px 0 10px 0;
    }
    .page_02 .page_title h1:before, .page_03 .page_title h1:before{
        left: 50%;
        transform: translateX(-265%);
	    width: 36.6px;
	    height: 34.8px;
    }
    .page_02 .page_title h1:before{
	    top: 10px;
    }
    .page_03 .page_title h1:before{
	    top: 15px;
    }
    .page_02 .tab_btn_area .tab_btn{
	    font-size: 15px;
	    padding: 2px 8px;
    }
    .page_02 .tab_ctn_area{
	    height: 405px;
	    margin: 20px 0 0 0;
	    padding-top: 15px;
    }
    .page_02 .game_slick{
	    width: 100%;
	    height: 375px;
    }
    .page_02 .game_slick .slick_box{
        width: 100%;
	    height: 375px;
    }
    .page_02 .game_slick .slick_box .video{
        display: none;
    }
    .page_02 .game_slick .slick_box .content .txt span{
	    font-size: 12px;
        margin-left: 25px;
    }
    .page_02 .game_slick .slick_box .content .txt .title_box{
	    padding: 0 10px 10px 65px;
	    margin-bottom: 10px;
    }
    .page_02 .game_slick .slick_box .content .txt .title_box .titlebg{
	    top: 20px;
        left: 10px;
	    width: 320px;
	    height: 80px;
    }
    .page_02 .game_slick .slick_box .content .txt .title_box h2{
	    font-size: 30px;
        margin: 5px 0;
    }
    .page_02 .game_slick .slick_box .content .txt .title_box p{
	    font-size: 14px;
    }
    .page_02 .game_slick .game_btn{
	    top: 0px;
        right: 10px;
	    width: 100px;
	    height: 100px;
	    border-radius: 100px;
	    font-size: 18px;
	    margin-top: -105px;
        margin-left: 200px;
	    padding-top: 18px;
    }
    .game_btn i{
	    top: 40px;
        right: 35px;
        font-size: 50px;
    }
    .page_02 .pic_slick{
	    width: 350px;
        margin: 0 auto;
    }
    .page_02 .pic_slick .slick_pic{
	    width: 100%;
    }
    .page_02 .slick-dots li button:before{
	    font-size: 14px;
    }
    .page_02 .moregame_btn, .page_03 .morenews_btn{
	    font-size: 18px;
	    border-radius: 10px;
	    padding: 15px 40px;
    }
    .page_02 .moregame_btn {
	    margin: -40px auto 20px auto;
    }
    .page_03 .morenews_btn {
	    margin: -20px auto 20px auto;
    }
    .page_02 .moregame_btn:hover, .page_03 .morenews_btn:hover{
	    box-shadow: none;
    }
    .page_03{
	    padding: 30px 0 50px 0;
        /*height: 670px;*/
    }
    .page_03 .page_title h1{
	    font-size: 30px;
    }
    .page_04, .social_share{
        display: none;
    }
    .background_triangles{
	    top: -170px;
	    left: 0;
	    width: 100%;
	    height: 1100px;
	    animation: none;
    }
}