/* 곡 상세정보 CSS */

@keyframes intro {
    from {
        padding-top: 10em;
        opacity: 0;
    }
    to {
        padding-top: 0em;
        opacity: 1;
    }
}

.content {
    margin-top: 7rem;
    width: 60%;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans KR', 'Normal';
    padding-bottom: 4em;
    user-select: none;
}

.content > div {
    background-color: white;
    border-radius: 0.5em;
}

.levelButtons {
    background-color: transparent !important;
}
.levelButton {
    background-color: white;
    border-radius: 0.5em;
    width: 9em;
    height: 3em;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    margin-left: 1em;
    text-align: center;
    font-weight: 300;
    font-size: 0.9em;
    transition: 0.25s;
}

.levelButton:first-child {
    margin-left: 0em;
}
.levelButton > a {
    margin-bottom: 0;
    font-size: 1.5em;
}
.levelButton > a:hover {
    text-decoration: none;
}

.levelButton:hover {
    transform: scale(1.05);
    text-decoration: none;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.50);
}

.levelButton:active, .levelButton:focus {
    transform: scale(1);
    text-decoration: none;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
}

.maindata {
    margin-top: 1em;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
}

.jacket {
    min-width: 25em;
    max-width: 30em;
    width: 40%;
    padding: 1em;
}
.jacket > img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.detail {
    width: 60%;
}
.titleComposer {
    margin-top: 1em;
}
.title {
    max-width: 80%;
    overflow:hidden;
    white-space: nowrap;
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 0.5em;
}
.composer {
    margin-bottom: 0.5em;
    max-width: 20%;
    overflow:hidden;
    white-space: nowrap;
    font-size: 1em;
    color: #A0A0A0;
    vertical-align: bottom;
    margin-left: 1em;
}
.composer > p {
    margin-bottom: 0;
}

.cut {
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
}

.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.1em;
    margin-right: 0.8em;
    height: 1em;
    width: 1px;
    background-color: #A0A0A0;
}

.vert3 {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.9em;
    margin-right: 0em;
    height: 1em;
    width: 1px;
    background-color: #A0A0A0;
}


.effectorDiv, .illustDiv, .patternDiv, .categoryDiv, .detailLevelDiv, .conditionDiv{
    margin-top: 1em;
}

a.p1 {
    text-decoration: none;
    color: black;
}
.p1 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
    font-weight: normal;
}

.p2 {
    margin-top: 0.7em;
    margin-bottom: auto;
    font-size: 0.8em;
    font-weight: 400;
}

.ll {
    margin-left: 0.5em;
    border-left: 3px solid #000;
    padding-left: 0.5em;
    font-weight: bold;
}

.smallComment > .ll {
    border-left: 1px solid rgba(0, 0, 0, 0.30);
    font-weight: normal
}

.Division {
    color: rgba(0, 0, 0, 0.50);
}

.Division2 {
    color: rgba(0, 0, 0, 1)
}

.line {
    position: relative;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    width: 400px;
    margin-top: 0.3em;
}
.smallComment {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
    padding-bottom: 0.7em;
}
.patternPos {
    position: absolute;
    top: -0.6em;
    transform: rotate(45deg);
}

.patternDescription > p {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 0.7em;
    z-index: 2;
}

.diffRangeBox {
    margin-top: 0.1em;
    width: auto;
    height: 2px;
    outline: none;
    z-index: 1;
}

.diffRange {
    appearance: none;
    width: auto;
    height: 1px;
    background: #A0A0A0;
    outline: none;
}

.diffRange::-webkit-slider-thumb {
    appearance: none;
    width: 12px;
    height: 12px;
    background: #000;
    transition: 0.25s;
}

.diffRange::-webkit-slider-thumb:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
}

.diffRange::-webkit-slider-thumb:active, .diffRange::-webkit-slider-thumb:focus {
    transform: scale(1.5);
    transform: rotate(45deg);
}

.patRangeBox {
    margin-top: 0.1em;
    width: auto;
    height: 2px;
    outline: none;
    z-index: 1;
}

.patRange {
    appearance: none;
    width: auto;
    height: 1px;
    background: #A0A0A0;
    outline: none;
}

.patRange::-webkit-slider-thumb {
    appearance: none;
    width: 12px;
    height: 12px;
    background: #000;
    transition: 0.25s;
}

.patRange::-webkit-slider-thumb:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
}

.patRange::-webkit-slider-thumb:active, .patRange::-webkit-slider-thumb:focus {
    transform: scale(1.5);
    transform: rotate(45deg);
}

.eval, .comments {
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    padding: 1em;
}

.evalText {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.evalDiff {
    margin-right: 1em;
    font-size: 0.8em;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.evalll {
    margin-left: 1em;
}

.evalBox {
    margin-top: 1em;
}

.divide2 {
    width: 40%;
    margin-right: 2%;
}

.w100 > p {
    font-size: 0.7em;
    padding-top: 0.4em;
}

.w100 {
    z-index: -1;
    margin-top: 0.2em;
}

.indivCheck {
    margin-top: auto;
    margin-bottom: auto;
}

.commentBox {
    padding-top: 1em;
}
.submit {
    margin-left: 1em;
    color: rgba(0, 0, 0, 0.75);
    background-color: rgb(252, 214, 0);
    border-color: rgba(255, 153, 0, 0.5);
    transition: 0.25s;
    z-index: 0;
}

.submit:hover {
    transform: scale(1.1);
    background-color: rgb(252, 214, 0);
    border-color: rgba(255, 153, 0, 0.5);
    box-shadow: 0px 0px 8px rgba(255, 217, 0, 1);
}

.submit:active, .submit:focus {
    transform: scale(1.0);
    outline: none;
    box-shadow: none;
    background-color: rgb(252, 214, 0);
    border-color: rgba(255, 153, 0, 0.5);
}

.commentInput {
    border: 1px solid rgba(0, 0, 0, 0.10);
    outline: none;
    transition: 0.25s;
    z-index: 1;
    margin-left: 0.8em;
}

.commentInput:focus {
    background-color: rgba(119, 119, 119, 0.10);
}

.commentInput::placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-size: 0.9em;
}

.novd {
    margin-top: 1em;
}

.detailLevelDiv > svg, .detailLevelDiv > path {
    fill: rgb(255, 217, 0);
    margin-right: 1%;
    width: 1.5em;
    height: 1.5em;
    margin-top: auto;
    margin-bottom: auto;
}

.nov {
    color: #3f33ac;
}
.nov:hover {
    color: #3f33ac;
}

.adv {
    color: #dda03e;
}
.adv:hover {
    color: #dda03e;
}

.exh {
    color: #bd3739;
}
.exh:hover {
    color: #bd3739;
}

.mxm {
    color: #777777;
}
.mxm:hover {
    color: #777777;
}

.inf {
    color: #be50b7;
}
.inf:hover {
    color: #be50b7;
}

.grv {
    color: #bb6e3b;
}
.grv:hover {
    color: #bb6e3b;
}

.hvn {
    color: #3289ac;
}
.hvn:hover {
    color: #3289ac;
}

.vvd {
    color: #b13c8e;
}
.vvd:hover {
    color: #b13c8e;
}

.xcd {
    color: #1057ad;
}
.xcd:hover {
    color: #1057ad;
}

.copyright > p {
    color: black;
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    user-select: none;
}

