@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

*{
    margin:0px;
    padding:0px;
    overflow: hidden;
    font-family: "Noto Sans", "Noto Sans KR", sans-serif;
    /* font-family: "proxima-nova", "Lato", "Source Sans Pro", "Raleway", Arial, sans-serif; */
    -webkit-tap-highlight-color:transparent;
}

body {
    background-color: black;
    color: white;
    overflow: hidden;
}

#main {
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index: 9999;
}

#video-player{

    z-index: 0;
}

#maincanvas{
    /* pointer-events: none; */
    position: absolute;
    z-index: 1;
}

#video-controls{
    /* pointer-events: none; */
    position: absolute;
    z-index: 1;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#backcanvas{
    pointer-events: none;
    position: absolute;
    z-index: -99;
    width:100%;
    height:100%;
}

#background-image {
    width:100%;
    height:100%;
}

#text-component {
    position: absolute;
    top: 0px;
}

#menu-component {
    position: absolute;
    top: 0px;
    width:100%;
    height:100%;
    visibility: hidden;
}

#text-pane {
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 2rem;
    margin: auto;
    word-break: keep-all;

    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

#text-pane-justify {
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 1rem;
    margin: auto;
    /*word-break: keep-all;*/

    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
}

#text-pane-left {
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 1rem;
    margin: auto;
    /*word-break: keep-all;*/

    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

#menu-pane {
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 3rem;
    margin: auto;
    word-break: keep-all;

    color: #ff0000;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

#menu-pane img{
    width:100%;
}

.text-font {
    margin: 1rem;
}

.blank-paragraph {
    line-height: 80px;
}

.info-text{
    text-align: center;
    margin: 3rem;
    font-family:'NotoSerifKr-Bold',Sans-Serif;
    font-size: 14px;
}

#bottom-cover{
    position:absolute;
    pointer-events: none;
    background-color:black;
    width:100%;
    height:200px;
    top: 2000px;
}

.NotoSerifKr-Black	{ font-family:'NotoSerifKr-Black',Sans-Serif; }
.NotoSerifKr-Bold	{ font-family:'NotoSerifKr-Bold',Sans-Serif; }
.NotoSerifKr-SemiBold	{ font-family:'NotoSerifKr-SemiBold',Sans-Serif; }
.NotoSerifKr-ExtraLight	{ font-family:'NotoSerifKr-ExtraLight',Sans-Serif; }
.NotoSerifKr-Light	{ font-family:'NotoSerifKr-Light',Sans-Serif; }
.NotoSerifKr-Medium	{ font-family:'NotoSerifKr-Medium',Sans-Serif; }
.NotoSerifKr-Regular	{ font-family:'NotoSerifKr-Regular',Sans-Serif; }



.content-image{
    width:100%;
    margin-top:1rem;
    margin-bottom:1rem;
}




.sc1 {
    -webkit-overflow-scrolling: touch;
}
.sc1::-webkit-scrollbar {
    display: none;
    width: 8px;
    height: 8px;
}
.sc1::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.sc1::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    border-radius: 10px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

#video-play {
    background-image:url(img/play.png);
    background-repeat:no-repeat;
    width:10%;
    height:10%;
    position:fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size:contain;
    background-position: center;
    opacity: 40%;
}

#video {
    /* position: absolute; */
}

#controls {
	color: white;
	display: table;
	margin: 10px auto 25px;
	text-align: center;
	width: 75%;
}

#controls span {
    display: table-cell;
    font-size: 40px;
    vertical-align: middle;
}

#play-btn {
    font-size: 34px;
}

#controls i {
    font-size: 28px;
    cursor: pointer;
    /* color: #626262; */
}

#timeline {
	position: relative;
    margin: 10px auto 0px auto;
	width: 92.5%;
}

	
#timeline span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 2px;
    /* position: absolute; */
    /* top: 30px; */
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: 'Open Sans';
}

#current-time {
    left: 0;
}
#total-time {
    right: 0;
}

#timeline .slider {
    background-color: rgba(255,255,255,0.3);
    border-radius: 2px;
    cursor: pointer;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 20px 0px;
}

#timeline .progress {
    background-color: #ffffff;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

#timeline .pin {
    background-color: white;
    border-radius: 8px;
    height: 20px;
    position: absolute;
    pointer-events: all;
    right: -5px;
    top: -3px;
    width: 8px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
	 -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
	 box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
	 -webkit-transition: transform 0.25s ease;
	 -moz-transition: transform 0.25s ease;
	 -ms-transition: transform 0.25s ease;
	 -o-transition: transform 0.25s ease;
	 transition: transform 0.25s ease;
}

.pin:active {
    -webkit-transform: scale(1.5);
	 -moz-transform: scale(1.5);
	 -ms-transform: scale(1.5);
	 transform: scale(1.5);
}

#title {
    position: relative;
	margin: 30px auto;
	width: 92.5%;
}

.song-title{
    font-size: 20px;
    font-weight: 700;
    /* transs */
    position: absolute;
    transform: translate(-50%,-50%);
    display: none;
    /* -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; */
}

#debug-text{
    color: #00ff00;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 99999;
    display: none;
}

#background {
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -o-transition:  1s;
    transition:  1s;
}

#song-title-container {
    
}

#info-panel {
    width: 92.5%;
    margin: 0 auto;
}

#info-panel p {
    font-size: 14px;
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
    width: 100%;
}

#info-content {
    display: flex;
    flex-flow: row wrap;
    -webkit-align-content: center;
    align-content: center;
    height: 100%;
    font-weight: bold;
}

#close-btn {
    display: none;
    position: absolute;
    top: 16px;
    right: 12px;
}

.my-icon{
    font-display: block;
}

#sound-img {
    position: absolute;
    bottom: 16px;
    right: 12px;
    width: 20px;
}