#header {
	transition: all .3s;
	box-shadow: none;
}
#header.fixed {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}
#container {
	padding-top: 97px;
}

#intro {
	display: none;
	position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--white);
	width: 100%;
	height: 100vh;
	animation: intro-sequence2 3s ease-in-out forwards; 
}
.intro-overlay {
	position: fixed;
    left: 0;
    right: 0;
    overflow: hidden; 
    bottom: 0;
    height: 0; 
	background-color: var(--white); 
    animation: intro-sequence 3s ease-in-out forwards; 
}
.intro-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
@keyframes intro-sequence {
    0% { bottom: 0; height: 0; }
    30% { bottom: 0; height: 100vh; }
    70% { bottom: 0; height: 100vh; }
    100% { bottom: 100vh; height: 0; }
}
@keyframes intro-sequence2 {
    0% { bottom: 0; height: 100vh; }
    70% { bottom: 0; height: 100vh; }
    100% { bottom: 100vh; height: 0; }
}


.main {
	gap: 120px;
}

.visual .swiper-slide {
	min-height: 600px;
	padding: 50px;
	border-radius: 50px;
	overflow: hidden;
	box-sizing: border-box;
}
.visual .swiper-slide .logo img {
	width: 197px;
}
.visual .swiper-slide .box {
	align-items: end;
	justify-content: center;
	gap: 60px;
	color: var(--white);
	font-family: 'Paperlogy';
	box-sizing: border-box;
}
.visual .swiper-slide .box .txt_box {
	flex: 1;
	max-width: 600px;
	gap: 60px;
	padding-top: 60px;
}
.visual .swiper-slide .box .txt_box .tit_box {
	gap: 16px;
}
.visual .swiper-slide .box .txt_box .tit_box p {
	font-size: 32px;
	font-weight: 300;
	word-break: keep-all;
}
.visual .swiper-slide .box .txt_box .tit_box h2 {
	font-size: 64px;
	font-weight: 800;
	text-transform: capitalize;
	word-break: keep-all;
}
.visual .swiper-slide .box .txt_box .tit_box strong {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	padding: 16px 40px;
	border-radius: 50px;
	background: var(--white);
}
.visual .swiper-slide .box .txt_box .tit_box strong i {
	font-style: italic;
}
.visual .swiper-slide .box .txt_box .img {
	display: none;
}
.visual .swiper-slide .box .txt_box .bottom_box {
	gap: 16px;
}
.visual .swiper-slide .box .txt_box .bottom_box a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--white);
	background-color: rgba(255,255,255,0.08);
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 0 0 1px 
		color-mix(in srgb, var(--white) calc(1 * 10%), transparent), inset 1.8px 3px 0px -2px 
		color-mix(in srgb, var(--white) calc(1 * 90%), transparent), inset -2px -2px 0px -2px 
		color-mix(in srgb, var(--white) calc(1 * 80%), transparent), inset -3px -8px 1px -6px 
		color-mix(in srgb, var(--white) calc(1 * 60%), transparent), inset -0.3px -1px 4px 0px 
		color-mix(in srgb, var(--white) calc(1 * 12%), transparent), inset -1.5px 2.5px 0px -2px 
		color-mix(in srgb, var(--white) calc(1 * 20%), transparent), inset 0px 3px 4px -2px 
		color-mix(in srgb, var(--white) calc(1 * 20%), transparent), inset 2px -6.5px 1px -4px 
		color-mix(in srgb, var(--white) calc(1 * 10%), transparent), 0px 1px 5px 0px 
		color-mix(in srgb, var(--white) calc(1 * 10%), transparent), 0px 6px 16px 0px 
		color-mix(in srgb, #adadad calc(1 * 8%), transparent);
    text-transform: capitalize;
    box-sizing: border-box;
}
.visual .swiper-slide .box .txt_box .bottom_box a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 8px;
	background: url("../images/arrow-right-white.svg")no-repeat 50% 50% / 100%;
	margin-left: 4px;
}
.visual .swiper-slide .box .txt_box .bottom_box p {
	font-size: 20px;
	font-weight: 300;
	word-break: keep-all;
}
.visual .swiper-slide .box > .img {
	width: 360px;
}
.visual .swiper-slide .box > .img img {
	width: 100%;
}
.visual .swiper-slide.slide1 {
	background: linear-gradient(110deg, #7A8FE4 38.66%, #CCD4E9 80.35%);
}
.visual .swiper-slide.slide1 .box .txt_box .tit_box strong {
	color: #7A8FE4;
}
.visual .swiper-slide.slide2 {
	background: linear-gradient(110deg, #B53141 38.66%, #F18686 80.35%);
}
.visual .swiper-slide.slide2 .box .txt_box .tit_box strong {
	color: #B53141;
}
.visual .swiper-slide.slide3 {
	background: linear-gradient(110deg, #7731B5 38.66%, #9E6EC8 80.35%);
}
.visual .swiper-slide.slide3 .box .txt_box .tit_box strong {
	color: #7832B6;
}


.rank .inner {
	gap: 30px;
}
.rank .tabs .swiper {
	border-bottom: 1px solid #eee;
}
.rank .tabs .swiper-slide {
	width: auto;
	margin-right: 30px;
}
.rank .tabs .swiper-slide button {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 5px 15px;
}
.rank .tabs .swiper-slide button.active {
	font-weight: 800;
	border-bottom: 4px solid #222;
}
.rank .func {
	gap: 10px;
}
.rank .func p {
	color: var(--text);
}
.rank .func .util button {
	position: relative;
}
.rank .func .util button.active {
	font-weight: 800;
}
.rank .func .util span {
    width: 1px;
    height: 15px;
    background: #e9e9e9;
    margin: 0 10px;
}
.rank table thead tr {
	border-top: 2px solid #3e4452;
	border-bottom: 1px solid #a5a5a5;
}
.rank table thead th {
	height: 50px;
}
.rank table tbody td {
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
}
.rank table tbody td .thumbnail {
	position: relative;
}
.rank table tbody td .thumbnail span {
	position: absolute;
	top: 0;
	left: 0;
}
.rank table tbody td .thumbnail .thumb {
	position: relative;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
}
.rank table tbody td .thumbnail .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rank table tbody td .num {
	justify-content: center;
}
.rank table tbody td .num > div,
.rank table tbody td .num > img {
	width: 22px;
	margin: 0 5px;
}
.rank table tbody td .num strong {
	width: 50px;
	text-align: center;
}
.rank table tbody td .num strong img {
	width: 12px;
	vertical-align: middle;
}
.rank table tbody td button img {
	width: 22px;
}
.rank table tbody td button svg {
	width: 22px;
}


.banner .swiper {
	position: static;
	padding: 0 30px;
	box-sizing: border-box;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: 1px solid #d1d1d1;
	background-color: rgba(255,255,255,0.8);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 12px;
	border-radius: 50%;
	margin-top: 0;
	box-sizing: border-box;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
	display: none;
}
.banner .swiper-button-prev {
	left: 20px;
	background-image: url("../images/slide_prev.svg");
}
.banner .swiper-button-next {
	right: 20px;
	background-image: url("../images/slide_next.svg");
}



.shorts .inner {
	gap: 40px;
}
.shorts .slide {
	margin-top: 20px;
	margin-bottom: -20px;
}
.shorts .slide .swiper {
	padding: 20px 0;
}
.shorts .slide .swiper-slide a {
	position: relative;
	display: block;
	border-radius: 15px;
	overflow: hidden;
	transition: all .3s;
}
.shorts .slide .swiper-slide a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
	z-index: 1;
}
.shorts .slide .swiper-slide-active a {
	border: 2px solid var(--red);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.35);
}
.shorts .slide .swiper-slide-active a:before {
	display: none;
}



.community .inner {
	gap: 40px;
}
.community .list {
	gap: 30px;
}
.community .list .item {
	width: calc(33.333% - 20px);
	gap: 20px;
}
.community .list .item .thumb {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.community .list .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.community .list .item .txt_box {
	gap: 20px;
}
.community .list .item .txt {
	gap: 10px;
}
.community .list .item .txt p {
	color: var(--text);
}
.community .list .item .txt h3 {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Paperlogy';
}
.community .list .item .txt h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.community .list .item strong {
	color: var(--red);
	font-weight: 800;
}












@media screen and (max-width: 1600px) {
	.visual .swiper-slide {
    	min-height: 550px;
	}
	.visual .swiper-slide .box .txt_box .tit_box p {
    	font-size: 24px;
	}
	.visual .swiper-slide .box .txt_box .tit_box h2 {
		font-size: 48px;
	}
	.visual .swiper-slide .box .txt_box .tit_box strong {
		font-size: 20px;
	}
	.visual .swiper-slide .box > .img {
		width: 300px;
	}
}
@media screen and (max-width: 1240px) {
	.visual .swiper-slide {
        min-height: 505px;
    }
	.visual .swiper-slide .box {
		gap: 30px;
	}
	.visual .swiper-slide .box .txt_box .tit_box p {
        font-size: 20px;
    }
	.visual .swiper-slide .box .txt_box .tit_box h2 {
        font-size: 36px;
    }
	.visual .swiper-slide .box .txt_box .tit_box strong {
		font-size: 16px;
	}
	.visual .swiper-slide .box > .img {
        width: 250px;
    }
}
@media screen and (max-width: 1024px) {
	#container {
		padding-top: 61px;
	}
	.main {
		gap: 70px;
	}


	.visual .swiper-slide {
		padding: 30px;
	}
	.visual .swiper-slide .box .txt_box {
		padding-top: 25px;
	}
	.visual .swiper-slide .box .txt_box .tit_box strong {
		padding: 16px 20px;
	}
	.visual .swiper-slide .box > .img {
        width: 200px;
    }


	.rank .tabs .swiper-slide {
		margin-right: 15px;
	}
	.rank .tabs .swiper-slide button {
    	font-size: 16px;
	}
	.rank .func p {
		font-size: 14px;
	}
	.rank .func .util button {
		font-size: 14px;
	}
	.rank table colgroup {
		display: none;
	}
	.rank table thead th {
		font-size: 14px;
	}
	.rank table tbody td {
		font-size: 15px;
	}


	.banner .swiper {
		padding: 0 15px;
	}
	.banner .swiper-button-prev, 
	.banner .swiper-button-next {
		width: 45px;
		height: 45px;
		background-size: 8px;
	}


	.community .list {
		gap: 20px;
	}
	.community .list .item {
    	width: calc(33.333% - 14px);
	}
	.community .list .item .txt h3 {
    	font-size: 26px;
	}
}
@media screen and (max-width: 768px) {
	.visual .swiper-slide {
		border-radius: 30px;
		min-height: 545px;
	}
	.visual .swiper-slide .logo img {
		width: 125px;
	}
	.visual .swiper-slide .box {
		text-align: center;
	}
	.visual .swiper-slide .box .txt_box {
        padding-top: 35px;
		gap: 20px;
    }
	.visual .swiper-slide .box .txt_box .tit_box p {
        font-size: 14px;
    }
	.visual .swiper-slide .box .txt_box .tit_box h2 {
        font-size: 24px;
    }
	.visual .swiper-slide .box .txt_box .tit_box strong {
		font-size: 13px;
		padding: 6px 16px;
	}
	.visual .swiper-slide .box .txt_box .img {
		display: block;
	}
	.visual .swiper-slide .box .txt_box .img img {
		width: 190px;
	}
	.visual .swiper-slide .box .txt_box .bottom_box a {
		font-size: 12px;
	}
	.visual .swiper-slide .box .txt_box .bottom_box p {
		font-size: 14px;
	}
	.visual .swiper-slide .box > .img {
		display: none;
	}


	.rank .t_scroll {
		overflow-x: auto;
	}
	.rank table {
		min-width: 700px;
	}


	.banner .swiper {
		padding: 0;
		margin: 0 -20px;
	}
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		display: none;
	}


	.community .list .item {
		width: 100%;
		flex-direction: row;
		gap: 14px;
	}
	.community .list .item .thumb {
        width: 165px;
        height: 165px;
        padding-bottom: 0;
    }
	.community .list .item .txt_box {
		flex: 1;
		width: 100%;
		justify-content: center;
		gap: 15px;
	}
	.community .list .item .txt {
		gap: 7px;
	}
	.community .list .item .txt p {
		font-size: 14px;
	}
	.community .list .item .txt h3 {
        font-size: 20px;
    }
	.community .list .item strong {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.visual .swiper-slide .box {
		text-align: left;
	}
	.visual .swiper-slide .box .txt_box .img {
		text-align: right;
	}


	.rank .func .util {
		width: 100%;
		justify-content: end;
	}


	.community .list .item .thumb {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 380px) {
}