@charset "UTF-8";

/* SUB SETTING */
.sub_bg {
    width: 100%;
    height: 100%;
    position: relative;
    /*background-image: url(../../img/sub_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
}

.sub_bg1 {
    /*background-image: url(../../img/sub_bg1.png);*/
}

.sub_cont {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 50px;
}

/* SUB SETTING END */

/* SUB TITLE */
.sub_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.sub_tit .tit_wings {
    width: 78px;
    height: 145px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.sub_tit .tit_wings.wings_lt {
    background-image: url(../../img/wings_lt.png);
}

.sub_tit .tit_wings.wings_gt {
    background-image: url(../../img/wings_gt.png);
}

.sub_tit .tit_txt {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
}

.sub_tit .tit_txt > p {
    font-size: 1.5625rem;
    font-weight: 400;
    color: var(--brown);
    margin-bottom: 10px;
}

.sub_tit .tit_txt > h2 {
    font-size: 4.375rem;
    font-weight: 900;
    color: var(--brown);
    line-height: 80px;
}

.sub_tit .tit_txt > h3 {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 8px 50px;
    background-color: var(--orange2);
    color: #fff;
    border-radius: 5rem;
}

/* SUB TITLE END */

/* SUB PROFILE */
.sub_profilecon {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
}



.search_profilebox {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 460px;
    position: relative;
}

.search_resultcon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.6);
}

.search_resultcon .result_item {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search_resultcon .result_item .result_icon {
    width: 121px;
    height: 146px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 50px;
}

.search_resultcon .result_item .result_icon.result_name {
    background-image: url(../../img/search_name.png);
}

.search_resultcon .result_item .result_icon.result_ing {
    background-image: url(../../img/search_ing.png);
    margin-bottom: 30px;
}

.search_resultcon .result_item .result_icon.result_fail {
    background-image: url(../../img/search_fail.png);
}

.search_resultcon .result_item .result_guage {
    width: 100%;
    height: 12px;
    background-image: url(../../img/search_gauge.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}

.search_resultcon .result_item > p {
    width: 100%;
    color: var(--orange);
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
}


.search_profilehis {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;

    width: 100%;
    height: 100%;
    max-width: 1300px;
    overflow: hidden;
    padding: 5px;
}

.profile_box {
    flex-shrink: 0;
}

.profile_thumb {
    width: 330px;
    height: 380px;
    background: #eee;
    overflow: hidden;
    margin-bottom: 24px;
    border: 2px solid var(--primary);
}
.profile_thumb img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.profile_name {
    padding: 12px;
    border-radius: 12px;
    color: #fff;

    box-shadow: 
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);

    -webkit-box-shadow: 
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);
}
.profile_name h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 15px;

    background-image: url(../../img/arrowRight.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30px;
}
.profile_name p {
    font-size: 20px;
    border-top: 1px solid #fc8e52;
    padding: 15px 0;
}

.profile_txt {
    flex-grow: 1;
    padding: 20px;

    border: 4px solid rgba(255, 255, 255, 0.2);
    border-right-color: rgba(0, 0, 0, 0.8);
    border-bottom-color: rgba(0, 0, 0, 0.8);

    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3);

    background-image: url(../../img/trophy.svg);
    background-repeat: no-repeat;
    background-position: right 100px bottom 50px;
    background-size: 250px;
}

.profile_history_head,
.profile_history > li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.profile_history_head p:first-child,
.profile_history > li .year {
    width: 200px;
}

.profile_history_head {
    position: sticky;
    top: 0;
    background: #262627;
    padding-bottom: 25px;
}
.profile_history_head p {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}

.profile_history > li {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.profile_history > li + li {
    margin-top: 30px;
}
.profile_history > li .year {
    line-height: 1;
    -webkit-font-feature-settings: 'tnum';
    -moz-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}

.profile_history > li .number {
    color: var(--brown);
    line-height: 1;
    -webkit-font-feature-settings: 'tnum';
    -moz-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
    opacity: 0.5;
}

.profile_history > li .his_box {
    line-height: 1;
}
.profile_history > li .his_box li + li {
    margin-top: 0.3em;
}

.ss-content {
    width: calc(100% + 20px);
}
.ss-scroll {
    right: inherit;
    left: calc(100% - 20px);
    opacity: 1 !important;
    width: 20px !important;
    border-radius: 30px !important;

    background: #b56a28;
    background: linear-gradient(180deg,rgba(222, 112, 16, 1) 0%, rgba(235, 122, 61, 1) 70%, rgba(255, 198, 148, 1) 100%) !important;
}


/* SUB PROFILE END */

/* SUB SEARCH */
.sub_searchcon {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
    gap: 50px;
}

.sub_searchcon.empty {
    background-size: 30%;
    background-image: url(../../img/particle.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sub_searchcon .search_conbox {
    width: 100%;
    max-width: 1100px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 100px;
}

.search_loading {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    background-size: 30%;
    background-image: url(../../img/particle.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sub_searchcon .search_inputbox {
    width: auto;
    height: auto;
    position: relative;
    margin: 0vh auto 0;
}

.search_alert {
    text-align: center;
    padding: 20px;
}
.search_alert p {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.keyboard_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: auto;
}

.keyboard_con .keyboard_box {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.keyboard_con .keyboard_box .key_item {
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
}


.keyboard_con .keyboard_box .key_item > button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    background-color: #262627;
    color: var(--primary);
    font-size: 35px;
    font-weight: 800;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;

    box-shadow: 
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);

    -webkit-box-shadow: 
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);

    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
}

.keyboard_con .keyboard_box .key_item.key_gray > button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.keyboard_con .keyboard_box .key_item.key_gray > button > p {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 500;
}

.keyboard_con .keyboard_box .key_item > button:active {
    box-shadow: 
    inset 0px 10px 10px 2px rgba(0, 0, 0, 0.2),
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);

    -webkit-box-shadow: 
    inset 0px 10px 10px 2px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.3), 
    0px 0px 0px 0px rgba(255, 255, 255, 0.2);
}

.keyboard_con .keyboard_box .key_item.key_gray > button > span.delete_icon {
    width: 31px;
    height: 27px;
    background-image: url(../../img/delete.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

.keyboard_con .keyboard_box .key_item.key_gray > button > span.shift_icon {
    width: 31px;
    height: 27px;
    background-image: url(../../img/shift.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

.keyboard_con .keyboard_box .key_item.key_gray > button.on > span.shift_icon {
    background-image: url(../../img/shift_on.svg);
}

.keyboard_con .keyboard_box .key_item.key_gray > button > span.enter_icon {
    width: 100%;
    height: 100%;
    background-image: url(../../img/enter_icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

.keyboard_con .keyboard_box .key_item.key_gray > button > span.reset_icon {
    width: 100%;
    height: 100%;
    background-image: url(../../img/reset_icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

/* SUB SEARCH END */

/* SUB SEARCH LIST */
.search_result_list {
    margin-top: auto;
    max-width: 1300px;
    width: 100%;
    overflow: auto;
}
.search_result_list::-webkit-scrollbar {
    width: 30px;
    height: 20px;
}
.search_result_list::-webkit-scrollbar-thumb {
    width: 20px;
    border: 10px solid #262627;
    background-color: var(--primary);
    border-radius: 20px;
}
.search_result_list table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 30px;
}
.search_result_list table th {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0px 10px 20px;
    color: var(--primary);
    background: #262627;
    font-size: 25px;
    font-weight: 700;
}
.search_result_list table td {
    color: #fff;
    text-align: center;
    padding: 10px;
    height: 80px;
}
.search_result_list table td p {
    font-size: 30px;
    font-weight: 700;
}
.search_result_list table tbody tr {
     position: relative;
}
.search_result_list table tbody tr:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 5px solid #262627;
    border-radius: 50px;

    box-shadow: 
    inset 0px 10px 10px 2px rgba(0, 0, 0, 0.2),
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);

    -webkit-box-shadow: 
    inset 0px 1px 5px 1px rgba(0, 0, 0, 0.5),
    2px 5px 5px 5px rgba(0, 0, 0, 0.3), 
    -1px -5px 5px -1px rgba(255, 255, 255, 0.2);

    pointer-events: none;
}

.checkbox {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 50px;
    vertical-align: middle;
}
.checkbox input {
    width: 100%;
    height: 100%;
    background-image: url(../../img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.checkbox span {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 4px;
}
.checkbox:active input,
.checkbox input:checked {
    background-image: url(../../img/checked.svg);
}
.checkbox:active input ~ span,
.checkbox input:checked ~ span {
    color: var(--primary);
}

/* SUB SEARCH LIST END */


.sub_contents {
    width: 100%;
    max-width: 1500px;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 999;
}

/* SUB TAB */
.sub_tab {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sub_tab:last-of-type {
    margin-bottom: 0;
}

.sub_tab .sub_tabbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
}

.sub_tab .sub_tabbox > li {
    width: 100%;
    height: 60px;
    text-align: center;
}

.sub_tab .sub_tabbox > li > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 1.3925rem;
    font-weight: 600;
    -webkit-box-shadow: 1px 0 0 0 var(--orange), 0 1px 0 0 var(--orange), 1px 1px 0 0 var(--orange), 1px 0 0 0 var(--orange) inset, 0 1px 0 0 var(--orange) inset;
    box-shadow: 1px 0 0 0 var(--orange), 0 1px 0 0 var(--orange), 1px 1px 0 0 var(--orange), 1px 0 0 0 var(--orange) inset, 0 1px 0 0 var(--orange) inset;
    color: var(--brown);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub_tab .sub_tabbox > li.tab_active > a {
    background-color: var(--orange);
    color: var(--white);
}

.sub_tab .sub_tabbox2 > li.tab_active > a {
    background-color: var(--lightorange);
    color: var(--orange);
}

/* SUB TAB END */

.sub_name_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

/* SUB NAME SLIDER */
.sub_name_slider {
    width: 100%;
    height: auto;
    position: relative;
}

.sub_name_slider .name_slider {
    width: 100%;
    height: auto;
    position: relative;
}

.sub_name_slider .name_slider .name_slide {
    width: 100%;
    height: auto;
    position: relative;
}

.sub_name_slider .name_slider .name_slide .name_box {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.sub_name_slider .name_slider .name_slide .name_box > li {
    width: -webkit-calc((100% - 180px) / 10);
    width: -moz-calc((100% - 180px) / 10);
    width: calc((100% - 180px) / 10);
    height: 60px;
    text-align: center;
    position: relative;
}

.sub_name_slider .name_slider .name_slide .name_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid var(--orange);
    font-size: 1.5625rem;
    font-weight: 500;
    color: var(--brown);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.sub_name_slider .name_slider .name_slide .name_box > li.name_active > a {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
}

.slider_navi {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider_navi .arrows {
    width: 16px;
    height: 26px;
    position: relative;
}

.slider_navi .arrows > button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.slider_navi .arrows.arrows_prev > button {
    background-image: url(../../img/arrows_prev.png);
}

.slider_navi .arrows.arrows_next > button {
    background-image: url(../../img/arrows_next.png);
}

.slider_navi .dots_box {
    width: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.slider_navi .dots_box > span {
    width: 13px;
    height: 13px;
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--orange);
    opacity: 1;
}

.slider_navi .dots_box > span.swiper-pagination-bullet-active {
    background-color: var(--orange);
}

/* SUB NAME SLIDER END */

/* CHAMPION */
.champion_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -70px;
    padding-left: 280px;
    z-index: 99;
}

.champion_title {
    width: 230px;
    height: 230px;
    position: relative;
    background-image: url(../../img/big_circle.png);
    -webkit-background-size: contain;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.champion_title .champion_txt {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.champion_title .champion_txt > p {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 4px;
}

.champion_title .champion_txt > h2 {
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
}

.champion_historycon {
    width: 100%;
    height: auto;
    max-height: -webkit-calc(100vh - 510px);
    max-height: -moz-calc(100vh - 510px);
    max-height: calc(100vh - 510px);
    overflow-y: auto;
    position: relative;
    padding-left: 70px;
}

.champion_historycon .champion_historybox {
    width: 100%;
    height: auto;
    position: relative;
}

.champion_historycon .champion_historybox .his_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3125rem;
    color: var(--white);
    font-weight: 400;
    gap: 30px;
    -webkit-font-feature-settings: 'tnum';
    -moz-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}

.champion_historycon .champion_historybox .his_item:last-of-type {
    margin-bottom: 0;
}

.champion_historycon .champion_historybox .his_item .year {
    width: auto;
    line-height: 30px;
}

.champion_historycon .champion_historybox .his_item .number {
    width: 50px;
    line-height: 30px;
}

.champion_historycon .champion_historybox .his_item .his_txt {
    width: auto;
    height: auto;
    position: relative;
    line-height: 30px;
}

.champ_imgbox {
    width: 855px;
    height: 1080px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.champ_imgbox .champ_img {
    width: 100%;
    height: 100%;
    background-image: url(../../img/champ_01.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    z-index: 9;
}

.champ_imgbox .sign {
    width: 636px;
    height: 410px;
    position: absolute;
    z-index: 0;
    background-image: url(../../img/champ_sign.png);
    top: 255px;
    left: 28px;
}

/* CHAMPION END */
