@charset "utf-8";



/* 랭킹 index */
.ranking-category_wrap {
    padding: 0 0 25px;
}

.ranking-cate {
    float: right;
    width: 841px;
    border-radius: 10px;
    background-color: #1E2026;
}

.ranking-subsc_wrap {
    padding: 0 0 18px;
}

.ranking-subsc {
    border-radius: 10px;
    background-color: #1E2026;
}

.category-btns_wrap {
    position: relative;
    overflow: hidden;
    padding: 15px 20px 15px 86px;
}

.category-btns_wrap.subsc {
    padding: 15px 20px 15px 155px;
}

.category-btns_wrap + .category-btns_wrap {
    border-top: 1px solid #2B313A;
}

.category-btns_wrap::after {
    content: '';
    display: block;
    clear: both;
}

.category-btns_all {
    position: absolute;
    top: 15px;
    left: 20px;
    bottom: 15px;
    width: 56px;
    border-radius: 8px;
    font-size: 15px;
    color: #A1A1AA;
}

.category-btns_wrap.subsc .category-btns_all {
    width: 125px;
}

.category-btns_all .btn_cate_i span, .category-btns_theme .btn_cate_i span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.category-btns {
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: -10px;
}

category-btns::after {
    content: '';
    display: block;
    clear: both;
}

.category-btns_li {
    float: left;
    width: 83px;
    height: 72px;
    margin: 0 10px 10px 0;
    border-radius: 8px;
    text-align: center;
    background-color: #292D35;
}

.category-btns_li:nth-child(8n) {
    margin-right: 0;
}

.subsc .category-btns_li:nth-child(8n) {
    margin-right: 10px;
}

.category-btns_li .btn_cate_i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    color: inherit;
}

.category-btns_li .btn_cate_i > * {
    width: 100%;
}

.category-btns_li .btn_cate_i i {
    font-size: 16px;
    margin-bottom: 2px;
    padding-top: 4px;
}

.subsc .category-btns_li .btn_cate_i i {
   padding-top: 8px;
   margin-bottom: -10px;
}

.subsc .category-btns_li .btn_cate_i i::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.subsc .category-btns_li .btn_cate_i i.person-2::before {
    background-image: url(/images_search/icon-person-2.svg);
}
.subsc .category-btns_li.is_active .btn_cate_i i.person-2::before {
    background-image: url(/images_search/icon-person-2-active.svg);
}
.subsc .category-btns_li .btn_cate_i i.person-3::before {
    background-image: url(/images_search/icon-person-3.svg);
    width: 23px;
    height: 23px;
}
.subsc .category-btns_li.is_active .btn_cate_i i.person-3::before {
    background-image: url(/images_search/icon-person-3-active.svg);
}
.subsc .category-btns_li .btn_cate_i i.building-1::before {
    background-image: url(/images_search/icon-building-1.svg);
    width: 18px;
    height: 18px;
}
.subsc .category-btns_li.is_active .btn_cate_i i.building-1::before {
    background-image: url(/images_search/icon-building-1-active.svg);
}
.subsc .category-btns_li .btn_cate_i i.building-2::before {
    background-image: url(/images_search/icon-building-2.svg);
    width: 34px;
    height: 20px;
}
.subsc .category-btns_li.is_active .btn_cate_i i.building-2::before {
    background-image: url(/images_search/icon-building-2-active.svg);
}

.category-btns_li .btn_cate_i span {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    min-height: 28px;
    line-height: 1.07;
    font-size: 13px;
    letter-spacing: -0.02em;
}

.category-btns_all.is_active , .category-btns_li.is_active {
    background-color: #5272DD;
    color: #fff;
}

.btm .category-btns_all.is_active , .btm .category-btns_li.is_active {
    background-color: #943DFF;
    color: #fff;
}

.subsc .category-btns_all {
    line-height: 17px;
}

.subsc .category-btns_all.is_active , .subsc .category-btns_li.is_active {
    background-color: #72C225;
    color: #fff;
}

.category-btns_wrap.btm .category-btns_li {
    float: left;
    width: calc((100% - 30px)/4);
    height: 40px;
}

.category-btns_wrap.subsc .category-btns_li {
    float: left;
    width: calc((100% - 90px)/10);
    height: 55px;
}

.category-btns_wrap.btm .category-btns_li:nth-child(4n) {
    margin-right: 0;
}
.category-btns_wrap.subsc .category-btns_li:nth-child(10n) {
    margin-right: 0;
}

/* 국가 선택 영역 스타일 */

.ranking-global {
    position: relative;
    float: left;
    width: 274px;
    height: 255px;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #1E2026;
    overflow: hidden;
}

.ranking-global .global-btns_all {
    display: flex;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    align-items: center;
    background: #292D35;
    justify-content: center;
    border: 2px solid transparent;
    margin-bottom: 10px;
    color: #A1A1AA;
}
.ranking-global .global-btns_all.is_active, .ranking-global .global-btns > li.is_active a {
    border-color: #F14943;
    color: #fff;
}
.ranking-global .global-btns > li.is_active a span {
    color: #fff;
}

.ranking-global .global-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ranking-global .global-btns > li a {
    display: flex;
    width: 112px;
    height: 48px;
    align-items: center;
    background: #292D35;
    justify-content: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 8px;
}
.ranking-global .global-btns img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.ranking-global .global-btns span {
    font-size: 16px;
    color: #A1A1AA;
}

/* 검색 영역 스타일 */
.search_wrap {
    margin-bottom: 40px;
}

.search_box {
    width: 536px;
    height: 58px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #5C72DD;
    background: #1E2026;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 0 24px;
}

.search_wrap input[type="text"] {
    flex: 1;
    height: 38px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #0094ff;
    background: transparent;
}
.search_wrap input[type="text"]::placeholder {
    color: #0094ff;
}

