/* 서브 게임소개 페이지 */

/* 
// ******************************************************************************
// 공통
// ******************************************************************************
*/

/* .top_black_bf {
	position: relative;
}
.top_black_bf::before {
	content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: 9;
    background: linear-gradient(to bottom, black 5%, transparent 15%);
} */
/* .top_black_bf::after {
	content: "";
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: 9;
    background: linear-gradient(to top, black 12%, transparent 25%);
} */
/* .sub_game .swiper-slide.no_look {
	width: 10rem !important;
} */

.prod {
	min-height: 100vh;
}
.prod ul {
	position: absolute;
	left: 42%;
	top: 0;
	width: fit-content;
	font-size: 0;
	transform: translateY(-50%);
	white-space: nowrap;
	display: flex;
}
.prod ul li {
	padding: 0 90px;
	display: inline-block;
	vertical-align: bottom;
    text-align: center;
    position: relative;
    width: 30rem;
}



html {
	scroll-behavior: smooth;
}
.sub_game .sec_inner {
	height: 100%;
}
.sub_game .noScroll_sec {
	height: 100vh;
}
.sub_game .swiper-container {
	width: 100%;
	height: 70%;
	scroll-behavior: smooth;
}
.sub_game .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;  
}
.sub_game .fp-scroller {
	height: 100%;  
}
.sub_game .fp-auto-height.fp-section,
.sub_game .fp-auto-height .fp-slide,
.sub_game .fp-auto-height .fp-tableCell,
.sub_game .fp-auto-height .fp-scrollable,
.sub_game .fp-auto-height .fp-scroller {
    height: auto !important;
}
.sub_game .sec_inner .sec_tit_wr {
	text-align: center;
}
.sub_game .sec_inner .sec_tit {
	font-size: 4rem;
	line-height: 1;
  	letter-spacing: normal;
	font-weight: 600;
	margin: 11rem 0 1.9rem;
}
.sub_game .sec_inner .sec_tit_desc {
	font-size: 1.55rem;
	line-height: 1;
  	letter-spacing: -0.31px;
	font-weight: 500;
}
.sub_game .rel {
	position: relative !important;	
}
.sub_game .abs {
	position: absolute !important;	
}
.sub_game .abs.x_center {
	left: 50%;
    transform: translateX(-50%);
}
.sub_game .vid_bx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -4;
    opacity: 1;
    transition: .6s;
    width: 100%;
    height: 100%;
}
.sub_game .grad_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #000);
    z-index: 999;
    border-bottom: 1rem solid black;
}
.sub_game .grad_bg_top {
    position: absolute;
    left: 0;
    top: 0;
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(to top, transparent, #000);
    z-index: 999;
    border-top: 1px solid #000;
}

.sub_game .sts_win.sts_btm_ver {
	top: auto;
	bottom: 0;
	border-bottom: 1px solid #000;
}
.sub_game .sts_win.sts_btm_ver.sts_win_aniload {
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	opacity:1;
}
.sub_game .section .sts_win.sts_btm_ver.n01.sts_win_aniload {
	bottom: 13rem;
}
.sub_game .section .sts_win.sts_btm_ver.n02.sts_win_aniload {
	bottom: 7.7rem;
	transition-delay: 0.8s;
}

/* 
// ******************************************************************************
// 서브 - 게임 소개 페이지 콘텐츠
// ******************************************************************************
*/
.sub_game .top_nav_wr {
	position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0,.72,.44,.99);
	-moz-transition: all 1s cubic-bezier(0,.72,.44,.99);
	-ms-transition: all 1s cubic-bezier(0,.72,.44,.99);
	-o-transition: all 1s cubic-bezier(0,.72,.44,.99);
	transition: all 1s cubic-bezier(0,.72,.44,.99);
}
.sub_game .top_nav_wr.on {
	opacity: 1;
    top: 4rem;
}
.sub_game .top_nav_list {
	display: flex;
    border-radius: 1rem;
    border: solid 1px rgba(222, 222, 222, 0.09);
    background-color: #111;
    text-align: center;
    padding: 0 3.5rem;
    height: 4.6rem;
}
.sub_game .top_nav_cont {
	line-height: 4.4rem;
    position: relative;
    transition: .5s;
}
.sub_game .top_nav_cont::after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3.1rem;
    height: 3px;
    background: #fff;
    opacity: 0;
}
.sub_game .top_nav_cont a {
    line-height: 4.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
}
.sub_game .top_nav_cont:not(:last-child) {
	margin-right: 4.5rem;
}
.sub_game .top_nav_cont.on a {
	color: #fff;
}
.sub_game .top_nav_cont.on::after {
	opacity: 1;
}

/* 
// *************
// 섹션 01
// *************
*/
.sub_game .sec_01 {
	background: url('../img/game/sec01_bg.png') center/cover no-repeat;
}
.sub_game .sec_01 {
	background: url('../img/game/sec01_bg.png') center/cover no-repeat;
}
.sub_game .sec_01 .scroll_down {
	bottom: 3.7rem;
}
.sub_game .circleWr {
	width: 21.7rem;
    height: 21.7rem;
    position: absolute;
    z-index: 9999;
    font-size: 1.55rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    cursor: pointer;
}
.sub_game .circleWr .circle {
	background-image: linear-gradient(339deg, rgba(18, 18, 18, 0.15), rgb(0 0 0));
}
.sub_game .circleWr_inner {
	position: relative;
	margin-top: .5rem;
}
.sub_game .circleWr_inner .txt_inner {
	font-size: 2.4rem;
    font-weight: bold;
    transition: 0.8s;
}
.sub_game .circleWr_inner .icon_wr {
	width: 4rem;
    height: 4rem;
 	border: solid 1px rgba(255, 255, 255, 0.2);
 	border-radius: 50%;
 	display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    margin: 1rem auto 0;
}
.sub_game .circleWr.move_side {
	transition: .8s;
	width: 10.5rem;
    height: 10.5rem;
	right: 3rem;
    bottom: 5rem;
	transform: translate(0, 0);
}
.sub_game .circleWr.move_side .circleWr_inner .txt_inner {
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}
.sub_game .circleWr.move_side .circleWr_inner .txt_inner .spacing {
	display: block;
    font-size: 0;
}
.sub_game .circleWr.move_side .circleWr_inner .icon_wr {
	width: 12px;
    height: 10px;
    margin-top: 3px;
    border: none;
}

/* 
// *************
// 섹션 04
// *************
*/
.sub_game .sec_04 .char_img_wr {
	height: 64vh;
	max-height: 59.3rem;
	display: flex;
    justify-content: center;
    align-items: end;
}
.sub_game .sec_04 .char_img_wr img {
	max-height: 55vh;
}
.sub_game .sec_04 .swiper-slide.n05 .char_img_wr img {
	max-height: 65vh;
}
.sub_game .sec_04 .char_txt_wr {
	display: flex;
    align-items: center;
	margin-top: 4rem;
	border: solid 1px rgba(222, 222, 222, 0.09);
    border-radius: 10px;
    padding: 1.3rem;
}
.sub_game .sec_04 .char_txt_wr .char_name {
	margin-left: 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: -0.9px;
}
.sub_game .sec_04 .swiper-slide.n07 {
	justify-content: center;
}
.sub_game .sec_04 .btn_link {
	display: flex;
	align-items: center;
    border-radius: 3.2rem;
    border: solid 1px rgba(222, 222, 222, 0.09);
    background-color: #111;
    height: 6.4rem;
    padding: 0 2.4rem;
}
.sub_game .sec_04 .btn_link .txt_inner {
	font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 2rem;
    letter-spacing: -0.3px;
}
.sub_game .sec_04 .circleWr {
	position: initial;
	transform: translate(0, 0);
	width: 4rem;
    height: 4rem;
}
.sub_game .sec_04 .circleWr .shadow {
	box-shadow: -1.4px -1px 21px 0 rgba(255, 85, 0, 0.67), inset 0px 1px 1px 0 rgba(255, 253, 228, 0.19);
}
.sub_game .sec_04 .circleWr .icon_wr {
	height: 1rem;
	z-index: 9;
}

/* 
// *************
// 섹션 05
// *************
*/
.sub_game .sec_05 .sec_cont_wr {
	margin: 15rem 0 0 18.2rem;
    line-height: 1;
}
.sub_game .sec_05 .sec_cont_wr .txt_bigOpacity {
	font-size: 13rem;
    color: rgba(255, 255, 255, 0.05);
    font-weight: 600;
}
.sub_game .sec_05 .sec_cont_wr .sts_win {
	left: 18.2rem;
	transform: translateX(0);
	text-align: left;
	padding: 0 3rem;
}
.sub_game .sec_05 .sts_win.sts_btm_ver.n01.sts_win_aniload {
    bottom: 35.9rem;
}
.sub_game .sec_05 .sts_win.sts_btm_ver.n02.sts_win_aniload {
    bottom: 24.9rem;
}
.sub_game .sec_05 .sec_cont_wr .sts_win.sts_long_ver {
	height: auto;
	padding: 1.5rem 3rem 2rem;
}
.sub_game .sec_05 .sort_tab_wr {
	position: absolute;
	bottom: 10.9rem;
	left: 4.6rem;
	width: calc(100% - 9.2rem);
	pointer-events: none;
}
.sub_game .sec_05 .sort_tab {
	position: initial;
	width: fit-content;
}
.sub_game .sec_05 .sort_tab_wr::before {
	content: "";
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(245, 245, 245, 0.2);
}
.sub_game .sec_05 .sort_tab_wr::after {
	content: "";
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 16.6rem;
    height: 1px;
    background: #fff;
}


/* 
// ******************************************************************************
// 푸터
// ******************************************************************************
*/
.sub_game .footer {
	padding: 0 4.6rem 2rem;
}
.sub_game .footer .scr_dw {
	opacity: 0.5;
}
.sub_game .footer .scr_dw.dis-no {
	opacity: 0;
}
.sub_game .footer .foot_inner p {
	opacity: 0.2;
}
#wrap.intro-end .footer {
	display: block;
	opacity: 1;
}

/* 
// ******************************************************************************
// 미디어쿼리
// ******************************************************************************
*/

@media screen and (max-width: 1770px) {
	.sub_game .sec_04 .char_txt_wr {
		margin-top: 2rem;
	}
	.sub_game .swiper-container {
	    height: 70%;
	}
	.sub_game .sec_05 .sort_tab .check p {
		font-size: 1.2rem;
	}
	.sub_game .sec_05 .sort_tab div+div {
		margin-left: 2rem;
	}
}