@charset "UTF-8";
/* 폰트 */
@font-face {
  font-family: "GongGothic";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: local(""), local("Pretendard-Regular"), url("/font/Pretendard-Regular.woff") format("woff"), url("/font/Pretendard-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local(""), local("Pretendard-Medium"), url("/font/Pretendard-Medium.woff") format("woff"), url("/font/Pretendard-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local(""), local("Pretendard-SemiBold"), url("/font/Pretendard-SemiBold.woff") format("woff"), url("/font/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local(""), local("Pretendard-Bold"), url("/font/Pretendard-Bold.woff") format("woff"), url("/font/Pretendard-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local(""), local("Pretendard-Black"), url("/font/Pretendard-Black.woff") format("woff"), url("/font/Pretendard-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* 일부 초기화 */
html, body {
  width: 100%;
}

html, body, ul, li, p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* rankdisk.kr */
.rankdisk header, .rankfile header, .filebest header, .funfile header {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0 20px 0;
}
.rankdisk header ul, .rankfile header ul, .filebest header ul, .funfile header ul {
  display: flex;
  align-items: center;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
}
.rankdisk header ul .title, .rankfile header ul .title, .filebest header ul .title, .funfile header ul .title {
  font-size: 29px;
}
.rankdisk header .adult_menu, .rankfile header .adult_menu, .filebest header .adult_menu, .funfile header .adult_menu {
  display: flex;
}
.rankdisk header .adult_menu button, .rankfile header .adult_menu button, .filebest header .adult_menu button, .funfile header .adult_menu button {
  position: relative;
  font-family: "Pretendard";
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.rankdisk header .adult_menu button img, .rankfile header .adult_menu button img, .filebest header .adult_menu button img, .funfile header .adult_menu button img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.rankdisk header .adult_menu button .live, .rankfile header .adult_menu button .live, .filebest header .adult_menu button .live, .funfile header .adult_menu button .live {
  position: absolute;
  right: 0;
  top: -20px;
}
.rankdisk header .adult_menu button .live img, .rankfile header .adult_menu button .live img, .filebest header .adult_menu button .live img, .funfile header .adult_menu button .live img {
  width: 36px;
  height: auto;
}
.rankdisk header .logo, .rankfile header .logo, .filebest header .logo, .funfile header .logo {
  display: flex;
  align-items: center;
}
.rankdisk header .logo img, .rankfile header .logo img, .filebest header .logo img, .funfile header .logo img {
  position: relative;
  top: -1px;
  margin-right: 100px;
}
.rankdisk header .date, .rankfile header .date, .filebest header .date, .funfile header .date {
  display: flex;
  align-items: center;
  color: #9B9C9F;
  font-family: "Pretendard";
  font-size: 15px;
  font-weight: 600;
}
.rankdisk header .date img, .rankfile header .date img, .filebest header .date img, .funfile header .date img {
  position: relative;
  top: -1px;
  width: 15px;
  height: auto;
  margin-right: 4px;
}
.rankdisk .container, .rankfile .container, .filebest .container, .funfile .container {
  display: flex;
  justify-content: center;
}
.rankdisk .content, .rankfile .content, .filebest .content, .funfile .content {
  font-family: "Pretendard";
  padding: 40px 30px;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.rankdisk .content .list_wrap, .rankfile .content .list_wrap, .filebest .content .list_wrap, .funfile .content .list_wrap {
  width: 1042px;
  display: flex;
  flex-wrap: wrap;
}
.rankdisk .content .list_wrap .list, .rankfile .content .list_wrap .list, .filebest .content .list_wrap .list, .funfile .content .list_wrap .list {
  width: 290px;
  height: 230px;
  position: relative;
  padding: 30px 20px;
  border: 2px solid #B8B9BD;
  margin-left: 20px;
  margin-top: 20px;
}
.rankdisk .content .list_wrap .list:first-child, .rankfile .content .list_wrap .list:first-child, .filebest .content .list_wrap .list:first-child, .funfile .content .list_wrap .list:first-child {
  margin-left: 0;
}
.rankdisk .content .list_wrap .list:nth-child(3n+1), .rankfile .content .list_wrap .list:nth-child(3n+1), .filebest .content .list_wrap .list:nth-child(3n+1), .funfile .content .list_wrap .list:nth-child(3n+1) {
  margin-left: 0;
}
.rankdisk .content .list_wrap .list .listLogo, .rankfile .content .list_wrap .list .listLogo, .filebest .content .list_wrap .list .listLogo, .funfile .content .list_wrap .list .listLogo {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #D9D9D9;
}
.rankdisk .content .list_wrap .list .listLogo img, .rankfile .content .list_wrap .list .listLogo img, .filebest .content .list_wrap .list .listLogo img, .funfile .content .list_wrap .list .listLogo img {
  max-width: 56px;
}
.rankdisk .content .list_wrap .list .title, .rankfile .content .list_wrap .list .title, .filebest .content .list_wrap .list .title, .funfile .content .list_wrap .list .title {
  display: flex;
}
.rankdisk .content .list_wrap .list .title p, .rankfile .content .list_wrap .list .title p, .filebest .content .list_wrap .list .title p, .funfile .content .list_wrap .list .title p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Pretendard";
  font-size: 32px;
  font-weight: 500;
}
.rankdisk .content .list_wrap .list .title p:first-child, .rankfile .content .list_wrap .list .title p:first-child, .filebest .content .list_wrap .list .title p:first-child, .funfile .content .list_wrap .list .title p:first-child {
  background-color: #fff;
}
.rankdisk .content .list_wrap .list .title p:last-child, .rankfile .content .list_wrap .list .title p:last-child, .filebest .content .list_wrap .list .title p:last-child, .funfile .content .list_wrap .list .title p:last-child {
  margin-left: 8px;
}
.rankdisk .content .list_wrap .list .title p span, .rankfile .content .list_wrap .list .title p span, .filebest .content .list_wrap .list .title p span, .funfile .content .list_wrap .list .title p span {
  display: block;
  font-family: "GongGothic";
  font-size: 30px;
  font-weight: 500;
}
.rankdisk .content .list_wrap .list .title p span:last-child, .rankfile .content .list_wrap .list .title p span:last-child, .filebest .content .list_wrap .list .title p span:last-child, .funfile .content .list_wrap .list .title p span:last-child {
  font-family: "Pretendard";
  color: #B1B7C3;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}
.rankdisk .content .list_wrap .list .txt, .rankfile .content .list_wrap .list .txt, .filebest .content .list_wrap .list .txt, .funfile .content .list_wrap .list .txt {
  margin-top: 30px;
}
.rankdisk .content .list_wrap .list .txt li, .rankfile .content .list_wrap .list .txt li, .filebest .content .list_wrap .list .txt li, .funfile .content .list_wrap .list .txt li {
  color: #151516;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-left: 15px;
  list-style: none;
  background-image: url("../images/icon_list_style.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 4px;
  line-height: 30px;
}
.rankdisk .content .list_wrap .list a, .rankfile .content .list_wrap .list a, .filebest .content .list_wrap .list a, .funfile .content .list_wrap .list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.rankdisk .content .list_wrap .list .Ranking, .rankfile .content .list_wrap .list .Ranking, .filebest .content .list_wrap .list .Ranking, .funfile .content .list_wrap .list .Ranking {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 64px;
  height: 67px;
  background-image: url("../images/icon_ranking.png");
}
.rankdisk .content .list_wrap .border-yellow, .rankfile .content .list_wrap .border-yellow, .filebest .content .list_wrap .border-yellow, .funfile .content .list_wrap .border-yellow {
  border: 2px solid #E7B43F !important;
}
.rankdisk .content .list_wrap .border-red, .rankfile .content .list_wrap .border-red, .filebest .content .list_wrap .border-red, .funfile .content .list_wrap .border-red {
  border: 2px solid #E54B30 !important;
}
.rankdisk .content .list_wrap .border-blue, .rankfile .content .list_wrap .border-blue, .filebest .content .list_wrap .border-blue, .funfile .content .list_wrap .border-blue {
  border: 2px solid #04AEDA !important;
}
.rankdisk .content .list_wrap .bg-yellow, .rankfile .content .list_wrap .bg-yellow, .filebest .content .list_wrap .bg-yellow, .funfile .content .list_wrap .bg-yellow {
  background-color: #E7B43F !important;
}
.rankdisk .content .list_wrap .bg-red, .rankfile .content .list_wrap .bg-red, .filebest .content .list_wrap .bg-red, .funfile .content .list_wrap .bg-red {
  background-color: #E54B30 !important;
}
.rankdisk .content .list_wrap .bg-blue, .rankfile .content .list_wrap .bg-blue, .filebest .content .list_wrap .bg-blue, .funfile .content .list_wrap .bg-blue {
  background-color: #04AEDA !important;
}
.rankdisk .left, .rankdisk .right, .rankfile .left, .rankfile .right, .filebest .left, .filebest .right, .funfile .left, .funfile .right {
  width: 250px;
  padding: 60px 30px;
}
.rankdisk .left a, .rankdisk .right a, .rankfile .left a, .rankfile .right a, .filebest .left a, .filebest .right a, .funfile .left a, .funfile .right a {
  display: block;
  margin-top: 10px;
}
.rankdisk .left a:first-child, .rankdisk .right a:first-child, .rankfile .left a:first-child, .rankfile .right a:first-child, .filebest .left a:first-child, .filebest .right a:first-child, .funfile .left a:first-child, .funfile .right a:first-child {
  margin-top: 0;
}
.rankdisk .left a img, .rankdisk .right a img, .rankfile .left a img, .rankfile .right a img, .filebest .left a img, .filebest .right a img, .funfile .left a img, .funfile .right a img {
  border-radius: 5px;
}
.rankdisk footer, .rankfile footer, .filebest footer, .funfile footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #87878A;
  font-size: 14px;
  background-color: #313131;
  padding: 40px 0;
}
.rankdisk footer img, .rankfile footer img, .filebest footer img, .funfile footer img {
  margin-right: 40px;
}
.rankdisk .mo, .rankfile .mo, .filebest .mo, .funfile .mo {
  display: none;
}
.rankdisk .mo_title, .rankfile .mo_title, .filebest .mo_title, .funfile .mo_title {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

/* rankfile.kr */
.rankfile {
  background-color: #1C1C1F;
}
.rankfile header {
  background-color: #000;
  border-bottom: 1px solid #414141;
}
.rankfile header ul .title {
  color: #f9f9f9;
}
.rankfile header .adult_menu button {
  color: #f9f9f9;
}
.rankfile .mo_title {
  color: #f5f5f5;
}
.rankfile .container {
  background-color: #1C1C1F;
}
.rankfile .content {
  border-right: 1px solid #414141;
  border-left: 0;
}
.rankfile .content .list_wrap {
  width: 1192px;
}
.rankfile .content .list_wrap .list {
  width: 380px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: #525155;
}
.rankfile .content .list_wrap .list .Ranking {
  top: -5px;
  right: 15px;
}
.rankfile .content .list_wrap .list .title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: calc(100% - 60px);
  padding: 30px 30px 30px 30px;
  background-color: #2E2E31;
}
.rankfile .content .list_wrap .list .title p span {
  color: #fff;
}
.rankfile .content .list_wrap .list .title p span:last-child {
  color: #f5f5f5;
}
.rankfile .content .list_wrap .list .txt {
  padding-bottom: 30px;
}
.rankfile .content .list_wrap .list .txt ul {
  padding-left: 30px;
}
.rankfile .content .list_wrap .list .txt ul li {
  color: #dcdbdd;
  background-image: url("../images/icon_list_b_style.png");
}

/* filebest.kr */
.filebest .content {
  border: 0;
}
.filebest .content .list_wrap {
  width: 1312px;
}
.filebest .content .list_wrap .list {
  width: 380px;
  height: auto;
  border-radius: 10px;
}
.filebest .content .list_wrap .list .Ranking {
  border-top-right-radius: 10px;
}

/* funfile.kr */
.funfile .content {
  border: 0;
}
.funfile .content .list_wrap {
  width: 1192px;
}
.funfile .content .list_wrap .list {
  width: 380px;
  height: auto;
  padding: 0;
}
.funfile .content .list_wrap .list .title {
  width: calc(100% - 60px);
  padding: 30px 30px 30px 30px;
  background-color: #2E2E31;
}
.funfile .content .list_wrap .list .title p span {
  color: #fff;
}
.funfile .content .list_wrap .list .title p span:last-child {
  color: #f5f5f5;
}
.funfile .content .list_wrap .list .txt {
  padding-bottom: 30px;
}
.funfile .content .list_wrap .list .txt ul {
  padding-left: 30px;
}

@media screen and (max-width: 600px) {
  .rankdisk, .rankfile, .filebest, .funfile {
    padding: 14px;
  }
  .rankdisk header, .rankfile header, .filebest header, .funfile header {
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 15px;
  }
  .rankdisk header .title, .rankfile header .title, .filebest header .title, .funfile header .title {
    display: none !important;
  }
  .rankdisk header .logo img, .rankfile header .logo img, .filebest header .logo img, .funfile header .logo img {
    width: 80px;
    height: auto;
    margin-right: 10px;
  }
  .rankdisk header .adult_menu button, .rankfile header .adult_menu button, .filebest header .adult_menu button, .funfile header .adult_menu button {
    font-size: 18px;
    margin-right: 0;
    white-space: nowrap;
  }
  .rankdisk header .adult_menu button img, .rankfile header .adult_menu button img, .filebest header .adult_menu button img, .funfile header .adult_menu button img {
    width: 20px;
    height: 20px;
  }
  .rankdisk .container, .rankfile .container, .filebest .container, .funfile .container {
    display: block;
  }
  .rankdisk .content, .rankfile .content, .filebest .content, .funfile .content {
    padding: 10px 0 10px 0;
    border: 0;
  }
  .rankdisk .content .list_wrap, .rankfile .content .list_wrap, .filebest .content .list_wrap, .funfile .content .list_wrap {
    width: 100%;
  }
  .rankdisk .content .list_wrap .list, .rankfile .content .list_wrap .list, .filebest .content .list_wrap .list, .funfile .content .list_wrap .list {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
    padding: 20px 30px 20px 30px;
  }
  .rankdisk .content .list_wrap .list:nth-child(1), .rankfile .content .list_wrap .list:nth-child(1), .filebest .content .list_wrap .list:nth-child(1), .funfile .content .list_wrap .list:nth-child(1) {
    margin-top: 0;
  }
  .rankdisk .content .list_wrap .list .listLogo, .rankfile .content .list_wrap .list .listLogo, .filebest .content .list_wrap .list .listLogo, .funfile .content .list_wrap .list .listLogo {
    width: 60px;
    height: 60px;
  }
  .rankdisk .content .list_wrap .list .listLogo img, .rankfile .content .list_wrap .list .listLogo img, .filebest .content .list_wrap .list .listLogo img, .funfile .content .list_wrap .list .listLogo img {
    max-width: 40px;
  }
  .rankdisk .content .list_wrap .list .title p span, .rankfile .content .list_wrap .list .title p span, .filebest .content .list_wrap .list .title p span, .funfile .content .list_wrap .list .title p span {
    font-size: 26px;
  }
  .rankdisk .content .list_wrap .list .title p span:last-child, .rankfile .content .list_wrap .list .title p span:last-child, .filebest .content .list_wrap .list .title p span:last-child, .funfile .content .list_wrap .list .title p span:last-child {
    font-size: 15px;
  }
  .rankdisk .content .list_wrap .list .Ranking, .rankfile .content .list_wrap .list .Ranking, .filebest .content .list_wrap .list .Ranking, .funfile .content .list_wrap .list .Ranking {
    width: 54px;
    height: 57px;
    background-size: cover;
  }
  .rankdisk .content .list_wrap .list .txt, .rankfile .content .list_wrap .list .txt, .filebest .content .list_wrap .list .txt, .funfile .content .list_wrap .list .txt {
    margin-top: 20px;
  }
  .rankdisk .content .list_wrap .list .txt li, .rankfile .content .list_wrap .list .txt li, .filebest .content .list_wrap .list .txt li, .funfile .content .list_wrap .list .txt li {
    font-size: 15px;
  }
  .rankdisk .right, .rankfile .right, .filebest .right, .funfile .right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
  }
  .rankdisk .right a, .rankfile .right a, .filebest .right a, .funfile .right a {
    margin-top: 5px;
    width: 48%;
  }
  .rankdisk .right a:first-child, .rankfile .right a:first-child, .filebest .right a:first-child, .funfile .right a:first-child {
    margin-top: 5px;
  }
  .rankdisk .right a:nth-child(2n+0), .rankfile .right a:nth-child(2n+0), .filebest .right a:nth-child(2n+0), .funfile .right a:nth-child(2n+0) {
    margin-left: 3%;
  }
  .rankdisk .right a img, .rankfile .right a img, .filebest .right a img, .funfile .right a img {
    width: 100%;
  }
  .rankdisk .left, .rankfile .left, .filebest .left, .funfile .left {
    display: none;
  }
  .rankdisk .mo, .rankfile .mo, .filebest .mo, .funfile .mo {
    display: block !important;
  }
  .rankdisk footer, .rankfile footer, .filebest footer, .funfile footer {
    display: block;
    font-size: 12px;
    padding: 20px;
  }
  .rankdisk footer img, .rankfile footer img, .filebest footer img, .funfile footer img {
    width: 100px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .rankfile .content .list_wrap .list, .funfile .content .list_wrap .list {
    padding: 0;
  }
}
@media screen and (max-width: 370px) {
  .rankdisk header .adult_menu button, .rankfile header .adult_menu button, .filebest header .adult_menu button, .funfile header .adult_menu button {
    font-size: 16px;
    margin-right: 0;
    white-space: nowrap;
  }
  .rankdisk header .adult_menu button img, .rankfile header .adult_menu button img, .filebest header .adult_menu button img, .funfile header .adult_menu button img {
    width: 18px;
    height: 18px;
  }
  .rankdisk .content .list_wrap .list .Ranking, .rankfile .content .list_wrap .list .Ranking, .filebest .content .list_wrap .list .Ranking, .funfile .content .list_wrap .list .Ranking {
    font-size: 16px;
    width: 44px;
    height: 47px;
  }
}
@media screen and (max-width: 340px) {
  .rankdisk header .adult_menu button, .rankfile header .adult_menu button, .filebest header .adult_menu button, .funfile header .adult_menu button {
    font-size: 14px;
    margin-right: 0;
    white-space: nowrap;
  }
  .rankdisk header .adult_menu button img, .rankfile header .adult_menu button img, .filebest header .adult_menu button img, .funfile header .adult_menu button img {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 320px) {
  .rankdisk header .adult_menu button, .rankfile header .adult_menu button, .filebest header .adult_menu button, .funfile header .adult_menu button {
    font-size: 13px;
    margin-right: 0;
    white-space: nowrap;
  }
  .rankdisk header .adult_menu button img, .rankfile header .adult_menu button img, .filebest header .adult_menu button img, .funfile header .adult_menu button img {
    width: 13px;
    height: 13px;
  }
}