
@charset "utf-8";


@font-face {
	font-family: 'SpoqaHanSansNeo-Thin';
	src:url('../font/SpoqaHanSansNeo-Thin.otf');
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Light';
	src:url('../font/SpoqaHanSansNeo-Light.otf');
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Regular';
	src:url('../font/SpoqaHanSansNeo-Regular.otf');
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Medium';
	src:url('../font/SpoqaHanSansNeo-Medium.otf');
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Bold';
	src:url('../font/SpoqaHanSansNeo-Bold.otf');
}


hr {
	display:none
}
a {
	text-decoration:none
}

*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li,
ol,
dl,
dt,
dd {
	box-sizing: border-box;
}

html body {
    word-break:keep-all;
    color:#444;
    font-size:1em;
    margin:0;
    padding:0;
    font-family: 'SpoqaHanSansNeo-Regular';
	background-color: #F8F8F8;
}
a {
	color: #000000;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}

.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.nav_btn {
	color: #bdc1c6;
}
.menu{
	color:#F3F8FF;
	display:inline-block;
}
.cursor{
	cursor:pointer;
}
.oottx{
	background-image:linear-gradient(150deg,#e25b29 0%,#ffcb15 100%);
}
.container{
	position:relative;
	max-width:1280px;
	padding:0 2%;
	margin:0 auto;
}
.inner{
	padding:30px 0;
	max-width:1340px;
}
.header{
	text-align:left;
	padding:15px 0;
	border-bottom:1px solid #EFEFEF;
	border-top: 3px solid #FE7235;
	background-color: #fff;
}
.logo{
	cursor:pointer;
	display:flex;
	align-items:center;
}
.logo > div > div:nth-child(1) {
	display: flex;
	margin-left:1px;
}
.logo > div > div:nth-child(2) {
	font-size:1.4em;
	position: absolute;
    bottom: 20%;
    right: 3%;
    font-size: .9em;
	color: #6B6B6B;
	font-weight: 500;
}
.logo > div > div:nth-child(2) > span {
	font-weight:bold;
	color:#F33;
}
.tail{
	font-size:.9em;
	line-height:136%;
	text-align:center;
	padding:30px 15px;
	margin:50px auto;
}
.footer {
	font-size:.9em;
	text-align:center;
	padding:20px 0;
	border-top: 1px solid #EFEFEF;
	background-color: #fff !important;
    width: 100%;
}
.copy > span{
	color:#8ab4f8;
}
.rbox{
	width:100%;
	max-width:480px;
	padding:0;
	border-radius:5px;
	font-size:1em;
	cursor:pointer;
	padding-bottom:1px;
	background-color: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 16px 16px 3px 3px;
	position: relative;
	box-shadow: 0 4px 10px 0 rgba(181, 181, 181, 0.10);
	transition: all 0.3s;
}
.rbox::before {
	content: "";
	position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 16px;
    border-width: 3px 1px 0 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
	border-color: transparent;
    background-clip: content-box, border-box;
}
.filebogo:hover {
	border: 1px solid #3d8eee;
}
.ssadafile:hover {
	border: 1px solid #ef544d;
}
.filemong:hover {
	border: 1px solid #b14747;
}
.yesfile:hover {
	border: 1px solid #f43a49;
}
.filejo:hover {
	border: 1px solid #42597b;
}
.applefile:hover {
	border: 1px solid #f04848;
}
.filecast:hover {
	border: 1px solid #24b6e5;
}
.filemaru:hover {
	border: 1px solid #e23c3c;
}
.filebogo::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #3d8eee 0%, #02c6ff 100%);
}
.ssadafile::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #ef544d 0%, #feb79e 100%);
}
.filemong::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #b14747 0%, #f19e9e 100%);
}
.yesfile::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #f43a49 0%, #f4949c 100%);
}
.filejo::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #42597b 0%, #79a7ec 100%);
}
.applefile::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #f04848 0%, #f63c3c 100%);
}
.applefile::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #f04848 0%, #e78b5d 100%);
}
.filecast::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #24b6e5 0%, #2474e5 100%);
}
.filemaru::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #e23c3c 0%, #e2893c 100%);
}
.filestar::before {
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #ff4444 0%, #f27573 100%);
}
.rbox > div:nth-child(1){
	display:flex;
	padding:15px 10px;
	border-radius:5px 5px 0 0;
	border-bottom: 1px solid #EFEFEF;
}
.rbox > div:nth-child(1) > div:nth-child(1){
	position:relative;
	background:#fff;
	width:100%;
	height:0;
	padding-bottom: 26%;
	overflow:hidden;
}
.rbox > div:nth-child(1) > div:nth-child(1) > img {
	width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rbox.ssadafile > div:nth-child(1) > div:nth-child(1) > img {
	width: 43%;
}
.rbox > div:nth-child(1) > div:nth-child(2) {
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:1.4em;
	font-weight:600;
	margin-top:-5px;
}
.rbox > div:nth-child(1) > div:nth-child(2) > span {
	font-size:.8em;
	font-weight:500;
	line-height:180%;
}
.rbox > div:nth-child(1) > div:nth-child(3) {
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:1.4em;
	font-weight:600;
	margin-top:-5px;
	color:#FFF;
}
.rbox > div:nth-child(2) {
	padding:3%;
	font-size:.93em;
	height: 0;
    padding-bottom: 45%;
	overflow:hidden;
	text-align: center;
}
.rbox > div:nth-child(2) > span {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	font-size:16px;
}
.rbox > div:nth-child(3):hover {
	box-shadow: 0 4px 10px 0 rgba(181, 181, 181, 0.10);
}
.rbox > div:nth-child(3) > span {
	display:inline-block;
	color:#FFA;
	padding:2px;
	font-size:.95em;
}

.red01 {
	color: #DF2654;
}
.purple01 {
	color: #A156E2;
}
.rank-grid {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 25px 1fr 25px 1fr;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:25px;
	-ms-flex-line-pack:center;
	align-content:center;
	width:100%;
	margin:0 auto;
}
.rbox_btn {
	margin: 15px;
	text-align: center;
	border-radius: 3px;
}
.rbox_btn a {
	text-align: center;
	color: #fff;
    padding: 10px;
    height: auto;
    transition: all 0.3s;
    display: block;
	border-radius: 3px;
}

.filebogo .rbox_btn a {
	border: 1px solid #3d8eee;
	background-color: #3d8eee;
}
.ssadafile .rbox_btn a {
	border: 1px solid #ef544d;
	background-color: #ef544d;
}
.filemong .rbox_btn a {
	background-color: #b14747;
	border: 1px solid #b14747;
}
.yesfile .rbox_btn a {
	background-color: #f43a49;
	border: 1px solid #f43a49;
}
.filejo .rbox_btn a {
	background-color: #42597b;
	border: 1px solid #42597b;
}
.applefile .rbox_btn a {
	background-color: #f04848;
	border: 1px solid #f04848;
}
.filecast .rbox_btn a {
	background-color: #24b6e5;
	border: 1px solid #24b6e5;
}
.filemaru .rbox_btn a {
	background-color: #e23c3c;
	border: 1px solid #e23c3c;
}
.filestar .rbox_btn a {
	background-color: #ff4444;
	border: 1px solid #ff4444;
}

@media (max-width: 1280px) {
	.rank-grid {
		-ms-grid-columns:1fr 20px 1fr;
		grid-gap:20px
	}
	.rank-grid {
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	.logo > img {
		height:55px;
	}
	.rank-grid {
		grid-template-columns: 1fr 1fr;
	}
	.logo > div > div:nth-child(1) > img {
		width: 70%;
	}
	.data_tit>img {
		width: 5% !important;
	}
	.logo > div > div:nth-child(2) {
		bottom: 10%;
	}

	.tab-buttons ul {
		flex-wrap: wrap;
	}

	.tab-buttons ul li .tab-link {
		font-size: 15px !important;
		padding: 0.7rem 0.5rem !important;
	}

	.tab-buttons ul li {
		width: 50% !important;
	}

	.tab-content h2 {
		font-size: 1.2em !important;
	}

	.tab-content h2::before {
		height: 15px !important;
		top: 7px !important;
	}
}

@media (max-width: 600px) {
	.logo > div {
		font-size:.9em;
	}
	.rank-grid {
		grid:none;
	}
	.logo > div > div:nth-child(1) > img {
		width: 52%;
	}
	.data_tit>img {
		width: 10% !important;
	}
	.logo > div > div:nth-child(2) {
		bottom: 5%;
	}
}

.nav {
	position:sticky;
	top:20px;
	word-spacing: -2.5px;
}
.nav div {
	color: #6B6B6B;
	cursor: pointer;
}
.nav div b {
	color: #6B6B6B;
	margin-right: 5px;
}
.nav div:nth-child(1) b,
.nav div:nth-child(2) b,
.nav div:nth-child(3) b {
	color: #DF2654;
}
.page-grid {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:130px 25px 1fr;
	grid-template-columns:130px 1fr;
	grid-gap:25px;
	max-width:1280px;
	padding:0 2%;
	margin:0 auto; 
}
.page-grid > div:nth-child(1){
	padding:25px 10px;
	line-height:2.2;
}
.page-grid > div:nth-child(1) > div:nth-child(1) > h4{
	color:#111;
	display: block;
}
.page-grid > div:nth-child(1) > div:nth-child(1) > div{
	color:#666;
}
.page-grid > div:nth-child(1) > div:nth-child(1) > div:hover{
	color: #FE7235;
	cursor:pointer;
}
.data_tit{
	margin:45px 0 25px 5px; 
	font-size: 27px;
	display: flex;
    align-items: center;
	font-weight: 600;
	color: #565656;
}
.data_tit span {
	color: #FE7235;
}
.data_tit>img {
	width: 4%;
}
.updated{color:#777;text-align:right;padding:1%;line-height:1.2;max-width:850px;font-size:88%;}

.data_info{font-size:.9em;color:#d1d1d1;margin-left:5px;margin-bottom:20px;line-height:1.5;}.data_info > b{color:#deab6a !important;font-weight:500;}


.cate_tit{color:#d1d1d1;}

@media (max-width: 1280px) {
	::-webkit-scrollbar {
		display: none !important;
	}
	.page-grid{
		display:block;padding:0;margin:0;
	}
	.page-grid > div:nth-child(1){
		border:none;
		padding:0;
		border-bottom:1px solid #3c4043;
		background:#fff;
	}
	.nav{
		overflow:auto;
		white-space: nowrap;
	}
	.nav div, h4, a > div {
		display:inline-block;
		margin:0 2%;
	}
	.nav h4 {
		padding-left:1%;
	} 
	.data_tit {
		font-size: 25px;
		padding: 0 15px;
	}
}

@media (max-width: 580px){
	html body{
		font-size:.95em
	}
	.logo > div {
		font-size:.8em;
	}
	.header{
		padding:7px 0; 
	}
	.data_tit {
		font-size: 20px;
		padding: 15px 15px;
		margin: 0;
		margin-top: 20px;
	}
}

.cont-right {
	padding: 25px 10px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.tab-buttons ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-left: 0;
	background-color: #fff;
}

.tab-buttons ul li {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #efefef;
	border-right: 0;
}

.tab-buttons ul li:last-child {
	border-right: 1px solid #efefef;
}

.tab-buttons ul li .tab-link.active {
	background-color: #FE7235 !important;
	box-shadow: 3px 4px 4px 0px rgba(254, 114, 53, 0.2);
	border: 1px solid #FE7235 !important;
}

.tab-buttons ul li .tab-link {
	font-size: 18px;
	padding: 1rem 0.5rem;
	width: 100%;
	display: block;
	color: #6B6B6B;
}

.tab-buttons ul li .tab-link:hover,
.tab-buttons ul li .tab-link:focus {
	border: 1px solid #FE7235;
	box-shadow: 3px 4px 4px 0px rgba(254, 114, 53, 0.2);
	color: #FE7235;
}

.tab-buttons ul li .tab-link.active {
	color: #fff;
	border: 1px solid #fff;
}

.tab-content {
	background-color: #fff;
	padding: 1rem 1.5rem;
	height: 100vh;
	border: 1px solid #efefef;
}

.tab-content h2 {
	position: relative;
	padding-left: 10px;
}

.tab-content h2::before {
	content: "";
    width: 5px;
    height: 22px;
    background-color: #FE7235;
    position: absolute;
    left: 0;
    top: 8px;
	border-radius: 5px;
}









