* {
    font-family: "Noto Sans KR", sans-serif, serif;
}
br {
    font-family: sans-serif, serif;
}

main {
    display: block;
    max-width: 1010px;
    height: auto;
    /* height: 600px; */
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* common */
.text-padding-left-0 {
    padding-left: 0;
}
.text-padding-left-1 {
    padding-left: 1em;
}
.text-padding-left-2 {
    padding-left: 2em;
}
.text-padding-left-3 {
    padding-left: 3em;
}
.text-padding-left-4 {
    padding-left: 4em;
}
.text-padding-left-5 {
    padding-left: 5em;
}
.text-padding-left-6 {
    padding-left: 6em;
}
.text-padding-left-7 {
    padding-left: 7em;
}
/* video */
.vjs-control.vjs-button {
    cursor: pointer;
}
button.vjs-control.vjs-button::before,
.current-page-str {
    font-size: 1.7em !important;
}
button.vjs-control.vjs-button:hover {
    color: gold;
}
.video-wrap {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid red; */
}
.video-js .vjs-big-play-button {
    display: none !important;
}
.menu-title {
    margin-bottom: 1em;
}
.menu-title h3 {
    display: inline;
    font-family: "GyeonggiBatang", "Noto Sans KR", sans-serif, serif !important;
    font-size: 1.3rem;
    font-weight: bold;
}
.menu-title button {
    float: right;
    margin: 0 0.5em;
}
ion-icon {
    font-size: 1.8em;
}
.menu-title ion-icon {
    font-size: 1em;
}

/* side-menu */
aside.menu#side-menu {
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 30;
    background-color: white;
    /* overflow-y: scroll; */
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
aside.menu#side-menu:after {
    background: linear-gradient(
        to bottom,
        #bcbcbc 25%,
        #ffcd02 25%,
        #ffcd02 50%,
        #e84f47 50%,
        #e84f47 75%,
        #65c1ac 75%
    );
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;

    left: 0;
    top: 0;
}
aside #index-btn-competency-test {
    color: #338b52;
    border-color: #338b52;
}
aside #index-btn-competency-test:hover {
    background-color: #338b52;
    border-color: #338b52;
    color: #fff;
}

aside .side-menu-inner-wrap {
    padding: 0.7rem;
}
.video-wrap .video-dim {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 25;
}
.vjs-control-bar {
    z-index: 20;
}
@media screen and (max-width: 500px) {
    /* video */
    button.vjs-control.vjs-button::before,
    .current-page-str {
        font-size: 1em !important;
    }
    .video-js .vjs-control {
        width: 3em;
    }
}

/*title*/
.content-title-wrap {
    margin: 0;
}

/* running map */
.custom-modal.modal,
.custom-modal .modal-close {
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0.5);
}
#modal-competency-test .modal-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
#modal-competency-test .modal-content .box {
    background: url("../images/competency_test/competency_test_bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    max-height: 627px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#modal-competency-test #competency-test {
    margin-bottom: 8%;
}

.content-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    /* border: 1px solid red; */
    height: calc(100% - 30px);
}

#modal-map.modal .modal-content {
    max-width: 1010px;
    max-height: 568px;
    width: 100%;
    height: 100%;
    padding: 1%;
}
#modal-map.modal #map-chapter-list {
    background: transparent url("../images/learningmap_bg.png") no-repeat 0 0;
    max-width: 1010px;
    max-height: 568px;
    width: 100%;
    height: 100%;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 1em;
}
#modal-map.modal #map-chapter-list > div {
    padding: 0.1rem;
    margin-right: 0.5em;
}

.video-js .vjs-time-control {
    display: block;
}
.video-js .vjs-remaining-time {
    display: none;
}
.video-js .vjs-time-control .vjs-duration-display,
.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-divider span {
    font-size: 1.3em;
}
.video-js .vjs-time-control.vjs-time-divider {
    padding: 0;
    text-align: center;
}

.full-screen-height {
    padding-top: 56.1328125% !important;
}
