.content {
    margin-top: 7rem;
    width: 60%;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
    margin-bottom: 3rem;
}

.dataArea {
    margin-right: 2%;
    width: 48%;
    font-family: 'Noto Sans KR', sans-serif;
}

.scoreArea {
    padding: 1em;
    width: 49.5%;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 0.5em;
    background-color: white;
}

.skillDiv, .volforceDiv {
    margin-top: 1em;
}

.skillImage {
    object-fit: contain;
    width: 8em;
}

.volforceLogo {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 6em;
}

.volforceStar {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 4em;
}

.volforceValue {
    width: 22%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
}

.userdata {
    padding: 1em;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    border-radius: 0.5em;
    background-color: white;
}

.userName {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    color: #333333;
}

.svid {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1em;
    color: rgba(0, 0, 0, 0.25);
}

.p1 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
    font-weight: 800;
}

.p2 {
    margin-left: auto;
    margin-right: auto;
}

.p3 {
    margin-top: auto;
    margin-bottom: auto;
}

.p4 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
    font-weight: 800;
}

.p5 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
    font-weight: 400;
}

.btnDiv {
    margin-right: 1em;
}

.playcountDiv {
    margin-bottom: 1em;
}

.data, .data:hover {
    width: auto;
    color: rgba(0, 0, 0, 0.75);
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.10);
    transition: 0.25s;
    z-index: 0;
}

.data:hover {
    transform: scale(1.10);
    border-color: #FFF;
    color: #175FB8;
    filter: drop-shadow(0px 0px 2px #6599D7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.data:active, .data:focus {
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #175FB8;
}

.li {
    border-left: 3px solid #333333;
    padding-left: 0.5em;
}

.vert {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1em;
    margin-right: 1em;
    height: 1em;
    width: 1px;
    background-color: #A0A0A0;
}

.vert2 {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.5em;
    margin-right: 0.5em;
    height: 1em;
    width: 1px;
    background-color: #A0A0A0;
}

.vfDivision2 {
    width: 2em !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
p {
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
}
.ll {
    margin-left: 0.5em;
}
.p1 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
    font-weight: bold;
}

.divTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
}

.divGraphTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
}

.scoreDivision {
    width: 100%;
    height: 1px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #333333;
}

.graphDivision {
    width: 100%;
    height: 1px;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.songDivision {
    background-color: rgba(0, 0, 0, 0.10) !important;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#screenshot, #screenshot:hover {
    padding: 0.5em;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0.5em;
    color: rgba(0, 0, 0, 0.75);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transition: 0.25s;
    z-index: 0;
}

#screenshot:hover {
    transform: scale(1.05);
    border-color: #FFF;
    color: #175FB8;
    filter: drop-shadow(0px 0px 2px #6599D7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

#screenshot:active, #screenshot:focus {
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #175FB8;
}

.song:hover > .jk {
    transform: scale(1.05);
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.5);
}

.song:active > .jk, .song:focus > .jk {
        transform: scale(1);
        box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);  
}

.jk {
    width: 30%;
    transition: 0.25s;
}
.jk > img {
    width: 100%;
}


.songdata {
    width: 70%;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.title {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 160%;
}

.composer {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.9em;
    font-weight: 500;
    color: #A0A0A0;
}

.diff {
    font-size: 0.9em;
    font-weight: bold;
}
.scoreDiv {
    margin-top: 0.3em;
}
.scoreDiv > img {
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
}
.scoreDiv > p {
color: black;
}

.seeDetail {
    margin-left: 0.8em;
    margin-top: auto;
    margin-bottom: auto;
    color: #00000040;
    transition: 0.25s;
}

.seeDetail:hover {
    color: #175FB8;
}

.clearmarkimg {
    margin-left: 0.5em;
    object-fit: contain;
    width: 1.5em;
}

.scoregrade {
    margin-left: 0.3em;
}


.graph {
    padding: 1em;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    margin-top: 1.5em;
    border-radius: 0.5em;
    background-color: white;
}

.pi {
    margin-top: auto;
    margin-bottom: auto;
}
.front {
    width: 5em;
    height: 5em;
    margin: auto;
    background-color: white;
    border-radius: 50%;
}
.back {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    margin-right: 1em;
    margin-left: 0.5em;
}
.percentage {
    margin: auto;
    font-size: 1em;
    font-weight: 700;
}

.dataText {
    width: 60%;
    height: 65%;
    margin-top: auto;
    margin-bottom: auto;
}
.colorbox {
    width: 1em;
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.5em;
}

.avgtable {
    margin-top: 1.5em;
    padding: 1em;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    border-radius: 0.5em;
    background-color: white;
}

.table {
    appearance: none;
    margin-bottom: 0em;
    margin-top: 1em;
}

.table tbody tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.tableTitle th {
    font-size: 1.2em;
    font-weight: normal !important;
}

th, td {
    font-size: 1em !important;
    font-weight: normal !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-spacing: 1em;
}

.playdata thead, .playdata tbody {
    width: fit-content;
}
.playdata tbody tr th, .playdata tbody tr td {
    font-size: 0.8em !important;
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
}

.playdata thead tr th {
    white-space: nowrap;
}

#songname {
    white-space: normal;
}


/* 색상 정보 */
.nov {
    color: #3f33ac;
}
.adv {
    color: #dda03e;
}
.exh {
    color: #bd3739;
}
.mxm {
    color: #777777;
}
.inf {
    color: #be50b7;
}
.grv {
    color: #bb6e3b;
}
.hvn {
    color: #3289ac;
}
.vvd {
    color: #b13c8e;
}
.xcd {
    color: #1057ad;
}

.sbox {background-color: #ffea00;}
.aaapbox {background-color: #ffc400;}
.aaabox {background-color: #ffaa00;}
.aapbox {background-color: #ff9100;}
.aabox {background-color: #ff7b00;}
.apbox {background-color: #ff6200;}
.abox {background-color: #ff3c00;}
.bbox {background-color: #ff0d00;}
.cbox {background-color: #990800;}
.dbox {background-color: #5a0500;}

.pucbox {background-color: #ffff45}
.ucbox {background-color: #ff50c5}
.excompbox {background-color: #b82cda}
.compbox {background-color: #2cda7c}
.playbox {background-color: #2b8556}

.played {border-left: 6px solid#2b8556;}
.comp {border-left: 6px solid#2cda7c;}
.excomp {border-left: 6px solid#b82cda;}
.uc {border-left: 6px solid#ff50c5;}
.puc {border-left: 6px solid#ffff45;}

.pBox {
    display: flex;
    width: 10em;
    margin-top: 1em;
    margin-left: 1em;
    font-size: 0.9em;
    font-weight: 400;
}
.lpBox {
    display: flex;
    width: 12em;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 2em;
    font-size: 0.9em;
    font-weight: 400;
}
.pBox > p {
    margin-bottom: 0;
}

.pBox:first-child {
    margin-top: 0em;
}

.lpBox:first-child {
    margin-top: 0em;
}

.copyright > p {
    color: black;
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    user-select: none;
}

.songnamelink, .songnamelink:hover {
    color: black
}