@font-face {
    font-family: 'Oswald';
    src: url('/public/font/Oswald/Oswald-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/public/font/Noto_Sans_KR/NotoSansKR-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
}
@font-face {
    font-family: "Lato";
    src: url("/public/font/Lato/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/public/font/Lato/Lato-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/public/font/Lato/Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/public/font/Lato/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Nanum Gothic";
    src: url("/public/font/Nanum_Gothic/NanumGothic-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Nanum Gothic";
    src: url("/public/font/Nanum_Gothic/NanumGothic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Nanum Gothic";
    src: url("/public/font/Nanum_Gothic/NanumGothic-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@media all and (max-width: 880px) {
    .runningball_area {
        padding: 0 8px !important;
    }
}

body, h1, h2, h3, h4, ul, dl, dd, p, th, td, form, button, input, textarea, fieldset {
    font-family: 'Noto Sans KR', sans-serif;
}
body {
    margin: 0 !important;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
.runningball_wrap {
    /*top: 50%;*/
    /*margin: -315px auto 0 auto;*/
    width: 100%;
    height: 390px;
    background: #0E0E10;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.runningball_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    /*border: 1px solid #3D3D3D;*/
}
a.logo {
    display: flex;
    position: relative;
}
.nav-bar, .body-content {
    width: 100%;
}
.nav-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*border-bottom: 1px solid #3D3D3D;*/
    padding: 10px 0;
}
.nav-bar svg {
    width: 16px;
    height: 16px;
}
.home-btn svg {
    width: 23px;
    height: 23px;
}
.nav-bar .home-btn {
    margin-left: 10px;
}
.left-buttons {
    width: 55px;
}
#mute path, #unmute path {
    stroke: #ED2026;
}
.nav-bar .right-buttons {
    margin-right: 10px;
}
.right-buttons img {
    width: 16px;
}
#unmute {
    display: none;
}
.main-video {
    height: 200px;
    border-top: 1px solid #ED2026;
    border-bottom: 1px solid #ED2026;
    padding: 0;
}

/*result secion*/
.latest_result_area .top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-area h3.tit {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-block-start: 0.8em;
    margin-block-end: 0.8em;
}
.latest_result_area .result_list {
    height: 280px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0 10px;
    margin: 0;
}

.latest_result_area .result_list li {
    list-style-type: none;
    text-align: center;
}

.latest_result_area .result_list::-webkit-scrollbar {
    width: 7px;
}
.latest_result_area .result_list::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #777;
    border-radius: 0;
}
.latest_result_area .result_list::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #313131;
}
.result-area {
    width: 100%;
    background: #1F1F23;
    border-left: 1px solid #3D3D3D;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
}
a.btn_ly_pattern {
    height: 35px;
    display: flex;
    flex-shrink: 0;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    margin-left: 5px;
    width: 80px;
    border-radius: 5px;
    background: linear-gradient(91deg, #24FF00 -0.7%, #24FF00 35.43%, #1D6B10 126.5%);
    box-shadow: 0 0 6px 0 rgba(36, 255, 1, 0.25);
    justify-content: center;
}
.result_list li {
    margin-bottom: 10px;
    background: url(/public/images/minigame/rball/runningball/result-item-border.svg) no-repeat;
    background-size: 100% 99%;
    padding: 0 10px;
}

.result_list li .ball {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.result_list li .ball span {
    padding: 0 3px;
}
.latest_result_area .result_list .round{
    padding: 10px 0;
}
.ball span {
    display: flex;
}
.res {
    display: flex;
    align-items: center;
    justify-content: center;
}
.res span {
    color: #fff;
    text-align: center;
    padding: 0 3px;
    border-radius: 5px;
    background: linear-gradient(147deg, #ED2026 17.61%, #ED2026 34.9%, #600C0C 78.47%);
    margin: 6px 2px 8px;
    font-weight: bold;
    font-size: 12px;
    width: 23px;
    height: 23px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
}
.res span.ODD {
    background: linear-gradient(147deg, #389FF6 18.26%, #389FF6 35.55%, #17249D 79.13%);
    font-size: 15px;
}
.res span.UNDER {
    background: linear-gradient(147deg, #389FF6 18.26%, #389FF6 35.55%, #17249D 79.13%);
}
.res span.EVEN {
    font-size: 15px;
}

.latest_result_area .result_list .round span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 5px #19003a;
    font-weight: 700;
}
.latest_result_area .result_list .round .r {
    margin-left: 5px;
    color: #7a7a7a;
}
.btn_area {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.btn-see-result {
    background: linear-gradient(95deg, #24FF00 -3.22%, #24FF00 27%, #1D6B10 103.17%);
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    /*box-shadow: 0px 0px 4px 0px #24FF01;*/
    width: 55px;
    height: 32px;
    border: 1px solid #625533;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.result-area {
    display: none;
}
a.close-result {
    position: absolute;
    top: 8px;
    left: 5px;
}

.runningball-footer {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: space-between;
    padding: 0 5px;
}
.footer-left {
    display: flex;
    align-items: center;
}
a.btn-watch-on-youtube {
    display: flex;
    background: #fff;
    color: #151515;
    font-family: Oswald, sans-serif;
    font-size: 6px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 70px;
    border-radius: 30px;
    padding: 1px 2px;
}
.btn-watch-on-youtube svg {
    display: block;
    height: auto;
    width: 12px;
    margin-right: 3px;
}
span.footer-description {
    color: #8D8D8D;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 0px;
    text-align: center;
    padding: 0 4px;
}
.footer-description.pc {
    display: none;
}
p#clock {
    color: #FFF;
    font-family: Lato, serif;
    font-size: 7px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    width: 70px;
    text-align: right;
}
p#clock .time {
    font-weight: normal;
    margin-left: 2px;
}

/*graph*/
.m_dist_list .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.graph-container {
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.graph-title {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #747474;
    background: linear-gradient(147deg, #E7E7E7 18.26%, #979797 35.55%, #373737 79.13%);
    font-size: 8px;
    margin-top: 0;
    width: 55px;
    text-align: center;
    padding: 1px 0;
    margin-block-end: 1em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.80);
}
.graph-title.left {
    border: 1px solid #389FF6;
    background: linear-gradient(147deg, #389FF6 18.26%, #389FF6 35.55%, #17249D 79.13%);
}

.graph-title.right {
    border: 1px solid #ED2026;
    background: linear-gradient(200deg, #ED2026 14.51%, #ED2026 35.29%, #600C0C 87.65%);
}

.graph {
    position: relative;
    border-radius: 50%;
    background-color: #333;
}
.donut-chart-block {
    /*overflow: hidden;*/
    transform: rotate(180deg) scaleX(-1);
}
.donut-chart {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%
}
.donut-chart .center {
    background: #000;
    border-radius: 50%;
    height: 45%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 45%;
    transform: translate(-50%, -50%);
}
.center span {
    color: #7a7a7a;
    display: block;
    font-size: 36px;
    font-weight: 800;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.clip {
    border-radius: 50%;
    clip: rect(0px, 100px, 100px, 25px);
    height: 100%;
    position: absolute;
    width: 100%;
}
.item {
    border-radius: 50%;
    clip: rect(0px, 25px, 200px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
    transition: transform .5s ease;
}
#section1 {
    transform: rotate(0deg);
}

#section1 .item {
    /*background-color: #E64C65;*/
    background: linear-gradient(147deg, #389FF6 18.26%, #389FF6 35.55%, #17249D 79.13%);
    transform: rotate(180deg);
}

#section2 {
    transform: rotate(180deg);
}

#section2 .item {
    /*background-color: #41A8AB;*/
    background: linear-gradient(28deg, #ED2026 18.68%, #ED2026 32.27%, #600C0C 66.52%);
    transform: rotate(180deg);
}
.absolute-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ddd;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.outer-border {
    width: 54px;
    height: 54px;
    background: linear-gradient(90deg, #007DC6, #CF0002);
}

.outer-border-smaller {
    width: 53px;
    height: 53px;
    background: #000;
}
.percentage {
    position: absolute;
    background: rgba(56, 159, 246, 0.50);
    z-index: 999;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 7px;
    padding: 3px 6px;
    font-weight: 900;
    border-radius: 2px;
    backdrop-filter: blur(5px);
}
span.percentage.left {
    left: 0;
    bottom: 65%;
    transform: rotate(180deg) scaleX(-1) translateX(-50%);
}
span.percentage.right {
    top: 65%;
    transform: rotate(180deg) scaleX(-1) translateX(50%);
    right: 0;
    display: block;
}
.m_dist_list {
    margin-top: 10px;
}



