@charset "utf-8";

/* 새글 스킨 (latest) */
.rank_list { position: relative; display: flex; flex-wrap: wrap; margin: 0 auto; }
.rank_list:after { content:''; position: absolute; left: calc(50% - 50px); top: calc(50% - 33px); width: 100px; height: 65px; background: url('img/main_con03_vs.png') center center no-repeat; z-index:1; }
.rank_list li { position: relative; display: flex; flex-wrap: wrap; align-items: center; width: 45%; margin-left: 10%; padding: 280px 10px 50px; background: #111; }
.rank_list li:nth-child(2n+1) { margin-left: 0; }
.rank_list li .rank_box { display: flex; flex-wrap: wrap; align-items: center; width: 100%; color: #a4afb6; }

.rank_num { position: absolute; left: 0px; top: 0px; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 250px; border-radius: 0px; background: #0d0905; }

.rank_list li:nth-child(1) .rank_num { background: url('img/main_con03_team01.jpg') center bottom no-repeat; background-size: cover; }
.rank_list li:nth-child(2) .rank_num { background: url('img/main_con03_team02.jpg') center bottom no-repeat; background-size: cover; }

.teamboss_down { position: absolute; left: calc(50% - 30px); bottom: 5px; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60px; height: 27px; border-radius: 40px; background: #fff; font-family: 'NanumSquareNeo'; color: #222; font-size: 12px; font-weight: 600; }
.teamboss_down i { font-size: 15px; }

.rank_list li:nth-child(1) .rank_num .teamboss_down { background: #111; color: #fff; }
.rank_list li:nth-child(2) .rank_num .teamboss_down { font-weight: 800; }

.rank_num span { position: relative; color: #222; font-family: 'NanumSquareNeo'; font-size: 32px; font-weight: 700; }
.rank_list li:nth-child(1) .rank_num span, .rank_list li:nth-child(2) .rank_num span, .rank_list li:nth-child(3) .rank_num span, .rank_list li:nth-child(4) .rank_num span, .rank_list li:nth-child(5) .rank_num span,
.rank_list li:nth-child(6) .rank_num span, .rank_list li:nth-child(7) .rank_num span, .rank_list li:nth-child(8) .rank_num span, .rank_list li:nth-child(9) .rank_num span, .rank_list li:nth-child(10) .rank_num span { margin-top: 0px; }

.rank_member { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 50px 0 0; }
.rank_profile { overflow: hidden; text-align: center; width: 32%; margin-left: 2%; margin-bottom: 15px; }
.rank_profile:nth-child(3n+1) { margin-left: 0px; }
.rank_profile_img { overflow: hidden; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 80px; height: 80px; background: #fff; border-radius: 500px; }
.rank_profile_img img { width: auto; height: 80px; }
.rank_id { margin-top: 10px; color: #fff; font-family: 'NanumSquareNeo'; font-size: 0.9em; font-weight: 500; letter-spacing: -0.03em; }
.rank_point { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; width: 100%; color: #168dff; font-family: 'NanumSquareNeo'; font-size: 27px; font-weight: 800; letter-spacing: -0.03em; }
.rank_point span { display: inline-flex; margin-right: 5px; color: rgba(255, 255, 255, 0.5); font-size: 18px; font-weight: 500; }

.popup01_modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.5); z-index: 90; display: none; }
.popup01_con { position: fixed; left: 50%; top: 50%; max-width: 90%; width: 320px; height: auto; background: #1c1c1e; border-radius: 5px; display: none; z-index: 91; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2); }
.popup01_coninr { position: relative; padding: 30px 30px; }
.popup01_close { position: absolute; right: 0px; top: -40px; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 30px; height: 30px; background: transparent; border: none; border-radius: 500px; color: #fff; font-size: 24px; font-weight: bold; }

.rank_list li .rank_imgbox { margin-bottom: 10px; text-align: center; }
.rank_list li .rank_name { text-align: center; color: #fff; }
.rank_list li .rank_linkbox { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 10px 0 0; }
.rank_list li .rank_linkbox a { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60px; height: 27px; margin: 2px; border-radius: 40px; background: #fff; color: #222; font-size: 12px; font-weight: 600; }
.rank_list li .rank_linkbox a i { font-size: 15px; }
.rank_list li .rank_textbox { text-align: center; padding: 20px; background: rgba(0, 0, 0, 0.8); border-radius: 5px; font-size: 15px; line-height: 1.4; word-break: keep-all; }

.rank_list li.empty_li { justify-content: center; padding: 50px 10px; }

@media screen and (max-width: 1024px) {
	
	.rank_list { width: 96%; }
	.rank_list li { width: 47%; margin-left: 6%; }

	.rank_profile_img { width: 70px; height: 70px; }
	.rank_profile_img img { height: 70px; }

}

@media screen and (max-width: 768px) {

	.rank_list li { width: 100%; margin-left: 0%; }
	.rank_list li:first-child { margin-bottom: 30px; }

}

@media screen and (max-width: 640px) {
	
	.rank_list li .rank_textbox { font-size: 13px; }

}

@media screen and (max-width: 580px) {
	
	
}

@media screen and (max-width: 430px) {
    
	.rank_list li {  }
	.popup01_coninr { padding: 20px 10px; }

}

@media screen and (max-width: 375px) {
    
	.rank_list li { padding: 230px 10px 30px; }
	.rank_num { height: 200px; }

	.rank_profile { width: 32%; margin-right: 2%; }
	.rank_profile:nth-child(4n+4) { margin-right: 2%; }
	.rank_profile:nth-child(3n+3) { margin-right: 0%; }
	.rank_profile:nth-child(1), .rank_profile:nth-child(2), .rank_profile:nth-child(3), .rank_profile:nth-child(4), .rank_profile:nth-child(5), .rank_profile:nth-child(6) { margin-bottom: 10px; }

	.rank_point { font-size: 24px; }
	.rank_point span { font-size: 15px; }

}