@font-face {
	font-family: 'NotoSans';
	font-weight: 300;
    src: url(../fonts/NotoSanskr/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSans';
	font-weight: 400;
    src: url(../fonts/NotoSanskr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSans';
	font-weight: 500;
    src: url(../fonts/NotoSanskr/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSans';
	font-weight: 600;
	src:url(../fonts/NotoSanskr/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSans';
	font-weight: 700;
    src:url(../fonts/NotoSanskr/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSans';
	font-weight: 800;
    src:url(../fonts/NotoSanskr/NotoSansKR-Black.otf) format('opentype');
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 500;
    src: url(../fonts/NanumSquare/NanumSquareR.otf) format('opentype');
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 700;
    src:url(../fonts/NanumSquare/NanumSquareB.otf) format('opentype');
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 800;
    src:url(../fonts/NanumSquare/NanumSquareEB.otf) format('opentype');
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    font-family: 'NotoSans', sans-serif;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#root{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.App{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-user-select: none; 
    -moz-user-select: -moz-none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    user-select:none;
    background-color:dimgrey;
}
.Audio{
    display: none;
}
.ContentBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}
body.mobile .ContentBox #myPlayer {
    width: 100%;
    height: 100%;
    background-color: #f5f7f8;
}
body.mobile .ContentBox.ifr #myPlayer {
	background-color: transparent;

	/*  ///////////////  */
    height: 70px;
    bottom: 0;
    left: 0;
    position: absolute;
	/*  ///////////////  */

	z-index: 1;
}
#ifr_1 {
	position: absolute;
	left: 0;
	top: 0;
}

body.mobile .ContentBox.ifr #myPlayer.off {
	height: 0;
	display: none;
}
body.mobile .ContentBox.ifr .vjs-picture-in-picture-control, body.mobile .ContentBox.ifr .vjs-fullscreen-control {
	display: none !important;
}

.ContentBox .common_btn{
    font-size:18px;
    border-radius: 16px;
    background-color: #ec8f35;
    color: #fff;
    font-family: "NotoSans";
    font-weight: 500;
    border: 0px;
    cursor: pointer;
}
html.m2 .ContentBox .common_btn{
    background-color: #ec8f35;
}
html.m3 .ContentBox .common_btn{
    background-color: #18c1b0;
}
.ContentBox .common_btn:hover{
    opacity: 0.5;
}
.ContentBox .quiz{
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f5f7f8;
}
.ContentBox .quiz .sound_effect{
    display: none;
}
.ContentBox .quiz .res_count{
    opacity: 0;
    z-index: -99;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5f7f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ContentBox .quiz .res_count.on{
    opacity: 1;
    z-index: 0;
}
.ContentBox .quiz .res_count .countBox{
    width: 90%;
    height: 50%;
    background-color: #fff;
}
.ContentBox .quiz_result_btns{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 50px;
    margin-top: 3vh;
}
.ContentBox .quiz_bubble_icon{
    margin-right:7px;
}
.ContentBox .btn_next, .ContentBox .btn_retry{
    display: flex;
    justify-content: center;
    width: 20%;

    margin-left: 5%;
    margin-right:5%;
    align-items: center;
    border-radius: 30px !important;
}
.ContentBox .quiz .res_count .countBox .count_title{
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-family: "NotoSans";
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1vh;
    padding-top: 1vh;
    margin-left: 5%;
    margin-right: 5%;
    height: 10%;
} 
.ContentBox .quiz .res_count .countBox .count_result {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    padding-left: 16%;
    padding-right: 16%;
}
.ContentBox .quiz .res_count .countBox .count_result>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 2%;
    margin-right: 2%;
}
.ContentBox .quiz .res_count .countBox .count_result>div .num {
    text-align: center;
    margin-bottom: 2vh;
    font-family: "NotoSans";
    font-weight: 600;
    padding-top: 0.7vh;
    padding-bottom: 1.2vh;
    padding-left: 0.7vh;
    padding-right: 0.7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e7eef5;
}
.ContentBox .quiz .res_count .countBox .count_result>div>div {
    margin-top: 1%;
    margin-bottom: 7%;
}
.ContentBox .quiz .res_count .countBox .count_result>div>div>img{
    width: 30vmin;
}
.ContentBox .quiz .header{
    position: absolute;
    width: 100%;
    background-color: #904d0e;
    display: flex;
    padding-left: 20px;
    z-index: 1;
}
html.m2 .ContentBox .quiz .header{
    background-color: #904d0e;
}
html.m3 .ContentBox .quiz .header{
    background-color: #14786e;
}
.ContentBox .quiz .header>div:nth-child(1){
    color: #fff;
    font-family: "NotoSans";
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.ContentBox .quiz .header>div:nth-child(2){
    color: #ffaa6d;
    font-family: "NotoSans";
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 300px;
}
html.m2 .ContentBox .quiz .header>div:nth-child(2){
    color: #ffaa6d;
}
html.m3 .ContentBox .quiz .header>div:nth-child(2){
    color: #5eebdd;
}
.ContentBox .answer_result{
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-left: 30%;
    margin-right: 30%;    
}
.ContentBox .quiz_alert_pop{
    position: absolute;
    width: 100%;
    padding-bottom:2vh;
    padding-top:31vh;
    padding-left:5%;
    padding-right:5%;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
}
.ContentBox .quiz_alert_pop .quiz_alert{
    padding: 15px 70px 15px 70px;
    color: #fff;
    font-weight: 500;
    font-family: "NotoSans";
    font-size: 20px;
    border-radius: 60px;
    background-color: rgba(51,51,51,0.4);
    display: none;
}
.ContentBox>div:nth-child(1)::-webkit-scrollbar-thumb{
    background-color: #b7c8e0;
}
html.m2 .ContentBox>div:nth-child(1)::-webkit-scrollbar-thumb{
    background-color: #ffaa6d;
}
html.m3 .ContentBox>div:nth-child(1)::-webkit-scrollbar-thumb{
    background-color: #b4e0dd;
}


/*화면사이즈1*/
@media (max-width: 575px) {
    .ContentBox>div:nth-child(1)::-webkit-scrollbar{
        width: 5px;
    }

    .ContentBox .quiz .header{
        height: 20px;
    }
    .ContentBox .quiz .header>div:nth-child(1){
        font-size: 14px;
    }
    .ContentBox .quiz .header>div:nth-child(2){
        font-size: 10px;
    }
    .ContentBox .quiz .res_count>div .count_title{
        font-size: 16px;
    }
    .ContentBox .quiz .res_count>div .count_title img{
        margin-right:10px;
    }
    .ContentBox .quiz .res_count>div .count_result>div>div .num{
        font-size: 12px;
    }
    .ContentBox .common_btn{
        font-size: 11px;
        border-radius: 10px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div .num{
        font-size: 11px;
    }
    .ContentBox .quiz_alert_pop .quiz_alert{
        font-size: 20px;
        padding: 10px 40px 10px 40px;
    }
    .ContentBox .quiz .res_count .quiz_result_btns{
        height: 38px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div>div>img{
        width: 22vmin;
    }
}
/*화면사이즈2*/
@media (min-width: 576px) and (max-width: 767px) {
    .ContentBox>div:nth-child(1)::-webkit-scrollbar{
        width: 6px;
    }
    .ContentBox .quiz .header{
        height: 25px;
    }
    .ContentBox .quiz .header>div:nth-child(1){
        font-size: 15px;
    }
    .ContentBox .quiz .header>div:nth-child(2){
        font-size: 11px;
    }
    .ContentBox .quiz .res_count>div .count_title{
        font-size: 17px;
    }
    .ContentBox .quiz .res_count>div .count_result>div>div .num{
        font-size: 13px;
    }
    .ContentBox .common_btn{
        font-size: 13px;
        border-radius: 12px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div .num{
        font-size: 13px;
    }
    .ContentBox .quiz_alert_pop .quiz_alert{
        font-size: 22px;
        padding: 10px 40px 10px 40px;
    }
    .ContentBox .quiz .res_count .quiz_result_btns{
        height: 41px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div>div>img{
        width: 24vmin;
    }
}
/*화면사이즈3*/
@media (min-width: 768px) and (max-width: 991px) {
    .ContentBox>div:nth-child(1)::-webkit-scrollbar{
        width: 7px;
    }
    .ContentBox .quiz .header{
        height: 30px;
    }
    .ContentBox .quiz .header>div:nth-child(1){
        font-size: 16px;
    }
    .ContentBox .quiz .header>div:nth-child(2){
        font-size: 12px;
    }
    .ContentBox .quiz .res_count>div .count_title{
        font-size: 18px;
    }
    .ContentBox .quiz .res_count>div .count_result>div>div .num{
        font-size: 14px;
    }
    .ContentBox .common_btn{
        font-size: 15px;
        border-radius: 13px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div .num{
        font-size: 15px;
    }
    .ContentBox .quiz_alert_pop .quiz_alert{
        font-size: 24px;
        padding: 15px 50px 15px 50px;
    }
    .ContentBox .quiz .res_count .quiz_result_btns{
        height: 44px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div>div>img{
        width: 26vmin;
    }
}
/*전체화면4*/
@media (min-width: 992px) and (max-width: 1199px) {
    .ContentBox>div:nth-child(1)::-webkit-scrollbar{
        width: 8px;
    }
    .ContentBox .quiz .header{
        height: 35px;
    }
    .ContentBox .quiz .header>div:nth-child(1){
        font-size: 17px;
    }
    .ContentBox .quiz .header>div:nth-child(2){
        font-size: 13px;
    }
    .ContentBox .quiz .res_count>div .count_title{
        font-size: 19px;
    }
    .ContentBox .quiz .res_count>div .count_result>div>div .num{
        font-size: 16px;
    }
    .ContentBox .common_btn{
        font-size: 17px;
        border-radius: 14px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div .num{
        font-size: 16px;
    }
    .ContentBox .quiz_alert_pop .quiz_alert{
        font-size: 27px;
        padding: 15px 60px 15px 60px;
    }
    .ContentBox .quiz .res_count .quiz_result_btns{
        height: 47px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div>div>img{
        width: 28vmin;
    }
}
/*화면사이즈5*/
@media (min-width: 1200px) {
    .ContentBox>div:nth-child(1)::-webkit-scrollbar{
        width: 9px;
    }
    .ContentBox .quiz .header{
        height: 40px;
    }
    .ContentBox .quiz .header>div:nth-child(1){
        font-size: 18px;
    }
    .ContentBox .quiz .header>div:nth-child(2){
        font-size: 14px;
    }   
    .ContentBox .quiz .res_count>div .count_title{
        font-size: 20px;
    }
    .ContentBox .quiz .res_count>div .count_result>div>div .num{
        font-size: 18px;
    }
    .ContentBox .common_btn{
        font-size: 18px;
        border-radius: 16px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div .num{
        font-size: 16px;
    }
    .ContentBox .quiz_alert_pop .quiz_alert{
        font-size: 30px;
        padding: 15px 70px 15px 70px;
    }
    .ContentBox .quiz .res_count .quiz_result_btns{
        height: 50px;
    }
    .ContentBox .quiz .res_count .countBox .count_result>div>div>img{
        width: 30vmin;
    }
}



/* .overlay  */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
/*
	width: 60%;
	height: 40%;
	top: 30%;
    left: 20%;
*/
	display: flex;
	cursor: none;
	opacity: 0;
	pointer-events: none;

	transition: all ease-in 0.3s;
}
body.mobile .overlay {
	padding-top: 70px;
	height: calc(100% - 70px);
}
.ContentBox.pause .overlay {
	background: rgba(0, 0, 0, 0.1);
}

.overlay.on {
	cursor: default;
	opacity: 1;
	pointer-events: all;
}
.overlay:hover .coner {
	opacity: 1;
}

.mobile .ContentBox.ifr .overlay {
	display: none !important;;
}

.overlay * {
	transition: all ease-in 0.3s;
}
.overlay:hover img, .overlay:hover .coner {
/*
	filter: drop-shadow(1px 3px 1px rgb(0 0 0 / 0.4));
*/
}

.ov_play {
	width: 40%;
	height: auto;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ov_backward {
	width: 40%;
	height: auto;

    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ov_backward a {
	justify-content: flex-end !important;
}
.ov_backward img {
	max-width: 45%;
}
.ov_backward img:hover {
	transform: scale(1.1);
	transform-origin: center center;
}
/*
.ov_backward:hover img {
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)) invert(55%) sepia(14%) saturate(23) hue-rotate(-45deg) brightness(119%) contrast(86%);
}
*/

@-webkit-keyframes conb-bezel-fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}
/*
@keyframes conb-bezel-fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}
*/

@keyframes conb-bezel-fadeout {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ov_forward {
	width: 40%;
	height: auto;

    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ov_forward a {
    justify-content: flex-start !important;
}
.ov_forward img {
	max-width: 45%;
}
.ov_forward img:hover {
	transform: scale(1.1);
	transform-origin: center center;
}
/*
.overlay .ov_play img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
*/
.ov_play img {
	/*
    -webkit-animation: conb-bezel-fadeout .5s linear 1;
    animation: conb-bezel-fadeout .5s linear 1;
	*/
}
/*
.ov_play {
	transition: all 1s ease-in-out;
}
*/
.ov_play img {
	max-width: 40%;
}
.ov_play img:hover {
	transform: scale(1.1);
	transform-origin: center center;
}

.overlay a{
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .overlay  */


.ibg {
	width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
	pointer-events: none;
}



.context {
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 270px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff !important;
    background: #262933;
    font-size: 9pt;
    border: 1px solid #333333;
    border-radius: 6px;
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
    padding: 3px 0px;

	-webkit-backdrop-filter: saturate(200%) blur(3px);
    backdrop-filter: saturate(200%) blur(3px);
    background-color: rgba(0, 0, 0, 0.9);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.context .label {
	color: #fff !important;
}

.context .tag {
    margin: 0 5px;
    padding: 1px 5px;
    font-size: 60%;
    background: #fff;
    border-radius: 100px;
    color: #000 !important;
    font-weight: bold;
	display: none;
}
.context .tag.on {
	display: inline-block;
}

.context .item {
    padding: 4px 19px;
    cursor: default;
    color: inherit;
}

.context .item:hover {
    background: #2777FF;
}

.context .item:hover .hotkey {
    color: #fff;
}

.context .disabled {
    color: #878B90;
}

.context .disabled:hover {
    background: inherit;
}

.context .disabled:hover .hotkey {
    color: #878B90;
}

.context .separator {
    margin: 4px 0px;
    height: 0;
    padding: 0;
    border-top: 1px solid #454545;
}

.hotkey {
    color: #878B90;

	color: #949aa1;

	color: #34d6c6;
	color: #ef9c60;
    float: right;
}
.Video{
    width: 100%;
    height:100%;
}
.Video video{
    width: 100%;
    height: 100%;
}
video::cue {
    color:#fff;
    background-color: rgba(0, 0, 0, 0.7);  
    font-family: "GmarketSansLight";
    line-height: 5;
    font-size: 30px;
 }
.Loading .loadingCover {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.Loading .iconBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    transform: scale(2);
}
.Loading .iconBox div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: Loading 1.2s linear infinite;
}
.Loading .iconBox div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.Loading .iconBox div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.Loading .iconBox div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.Loading .iconBox div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.Loading .iconBox div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}
.Loading .iconBox div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.Loading .iconBox div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.Loading .iconBox div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.Loading .iconBox div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.Loading .iconBox div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.Loading .iconBox div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.Loading .iconBox div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes Loading {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
}
  
@media (max-width: 575px) {
    .VolumeProgressBar{
        width: 30px;
        margin-right: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .VolumeProgressBar{
        width: 40px;
        margin-right: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .VolumeProgressBar{
        width: 50px;
        margin-right: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .VolumeProgressBar{
        width: 60px;
        margin-right: 16px;
    }
}
@media (min-width: 1200px) {
    .VolumeProgressBar{
        width: 80px;        
        margin-right: 20px;
    }
}
.VolumeProgressBar{
    border-radius: 5px 5px 0 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.VideoSpeedBox{
    position: absolute;
    top: -100px;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    transform: translate(0, -100%);
    background: #000;
    border: 1px solid #fff;    
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    text-align: center;
    box-shadow: inset 0px 0px 7px 0px #000;
}
.VideoSpeedBox a{
    width: 100%;
    height: 32px;
    display: block;
    color: #999;
    font-size: 14px;   
    line-height: 32px; 
}
.VideoSpeedBox a.on{    
    color: #fff;
    font-weight: 700;
}
    
.Controlor{
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: space-around;
    opacity: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(0,0,0,0.6);
    transition: opacity 0.8s;
}
.Controlor.mobile{
    display: none;
}
.Controlor.on{
    pointer-events:all;
    opacity: 1;
    transition: opacity 0.8s;
    z-index: 2;
}

.Controlor .hide {
	display: none !important;
}

.Controlor .prog{
    width: 100%;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.Controlor .prog .progressWrap .progressBox{
    width: 100%;
}
.Controlor .prog .progressWrap .progressBox .VideoProgressBar .MuiSlider-track,
.Controlor .prog .progressWrap .progressBox .VideoProgressBar .MuiSlider-thumb {
    background-color: #ef9c60;
}
html.m2 .Controlor .prog .progressWrap .progressBox .VideoProgressBar .MuiSlider-track,
html.m2 .Controlor .prog .progressWrap .progressBox .VideoProgressBar .MuiSlider-thumb {
    background-color: #ef9c60;
}
html.m3 .Controlor .prog .progressWrap .progressBox .VideoProgressBar .MuiSlider-track,
html.m3 .Controlor .prog .progressWrap .progressBox .VideoProgressBar .MuiSlider-thumb {
    background-color: #34d6c6;
}
.Controlor .timeText span{
    color: #fff;
}
.Controlor .conBtn{
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.Controlor .conBtn .left_Btn{
    display: flex;
    padding-left: 2vw;
}
.Controlor .conBtn .mid_Btn{
    display: flex;
}
.Controlor .conBtn .right_Btn{
    display: flex;
    padding-right: 2vw;   
    justify-content: flex-end;
}
.Controlor .conBtn .left_Btn_mobile{
    display: flex;
    justify-content: flex-start;
}
.Controlor .conBtn .mid_Btn_mobile{
    display: flex;
    justify-content: center;
}
.Controlor .conBtn .right_Btn_mobile{
    display: flex;
    justify-content: flex-end;
}

.Controlor .controlorBtn>a{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Controlor .controlorBtn>a>span{
    display: inline-block;
    position: relative;
}

.Controlor .indexBtn a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.Controlor .indexBtn{
    height: 100%;
    cursor: pointer;
    padding: 10px;
}
.Controlor .indexBtn:active{
    background-color: #ededed;
}
.Controlor .volumeBtn{
    height: 100%;
    padding: 10px;
    cursor: pointer;
}
.Controlor .volumeBtn:active{
    background-color: #ededed;
}
.Controlor .volumeBtn.mobile{
    display: none;
}
.Controlor .VolumeProgressBar.mobile{
    display: none;
}
.Controlor .timeText{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Controlor .timeText>span{
    font-family: "NotoSans";
    font-weight: 400;
}
.Controlor .speedBtn{
    height: 100%;
    cursor: pointer;    
    position: relative;    
}
.Controlor .speedBtn>a>span{
    top:2px;
}
.Controlor .playBtn{
    height: 100%;
    cursor: pointer;    
}
.Controlor .playBtn:active{
    background-color: #ededed;
}
.Controlor .subtitleBtn{
    height: 100%;
    cursor: pointer;
}
.Controlor .subtitleBtn:active{
    background-color: #ededed;
}
.Controlor .learningmapBtn{
    height: 100%;
    cursor: pointer;
}
.Controlor .learningmapBtn:active{
    background-color: #ededed;
}
.Controlor .pipBtn{
    height: 100%;
    cursor: pointer;
}
.Controlor .pipBtn:active{
    background-color: #ededed;
}
.Controlor .fullscreenBtn{
    height: 100%;
    cursor: pointer;
}
.Controlor .fullscreenBtn:active{
    background-color: #ededed;
}
.Controlor .prevBtn {
    height: 100%;
    cursor: pointer;
}
.Controlor .prevBtn:active{
    background-color: #ededed;
}
.Controlor .nextBtn {
    height: 100%;
    cursor: pointer;
}
.Controlor .nextBtn:active{
    background-color: #ededed;
}
.Controlor .pageNumInfo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Controlor .pageNumInfo>span{
    font-weight: 800;
    color: #fff;
    font-family: "NotoSans";
}
.Controlor .pageNumInfo>span:nth-child(1){
    top: 0px;
    left: 0;
    color: #ef9c60;
}
html.m2 .Controlor .pageNumInfo>span:nth-child(1){
    color: #ef9c60;
}
html.m3 .Controlor .pageNumInfo>span:nth-child(1){
    color: #34d6c6;
}
.icon-pip, .icon-fullscreen, .icon-next, .icon-prev, .icon-play, .icon-pause, .icon-learningmap, .icon-subtitle {
    padding-left: 6px;
    padding-right: 6px;
    /*width:60px*/
}
.icon-indexMenu{
    padding: 0;
    width: 45px;
}
.icon-mute, .icon-volume{
    padding: 0;
    width: 45px;
}

.icon-dictionary {
    transform: scale(0.8);
}
.icon-notebook {
    transform: scale(0.8);
}

@media (max-width: 575px) {
    .Controlor .conBtn .left_Btn{
        width: 40%;
    }
    .Controlor .conBtn .mid_Btn{
        width: 0%;
    }
    .Controlor .conBtn .right_Btn{
        width: 60%;
    }    
    .Controlor .conBtn .left_Btn_mobile{
        width: 35%;
    }    
    .Controlor .conBtn .mid_Btn_mobile{
        width: 30%;
    }
    .Controlor .conBtn .right_Btn_mobile{
        width: 35%;
    }    
    .Controlor .timeText>span,.Controlor .pageNumInfo>span{
        margin-left: 4px;
        margin-right: 4px;
        font-size: 10px;
    }    
    .Controlor .left_Btn_mobile .timeText>span,.Controlor .right_Btn_mobile .pageNumInfo>span{
        margin-left: 4px;
        margin-right: 4px;
        font-size: 15px;
    }
    .Controlor .timeText>span:nth-child(2){        
        margin-left: 2px;
        margin-right: 2px;
    }    
    .Controlor .playBtn,.Controlor .speedBtn,.pipBtn,.Controlor .prevBtn,.Controlor .nextBtn,.Controlor .pipBtn,.Controlor .learningmapBtn, .Controlor .wordBookBtn, .Controlor .noteBookBtn, .Controlor .fullscreenBtn, .Controlor .subtitleBtn{  
        width: 60px;
    }
    .icon-indexMenu{
        width: 33px;
    }
    .icon-mute, .icon-volume{
        width: 33px;
    }
    .Controlor .volumeBtn, .Controlor .indexBtn{
        padding: 2px;
    }

	.icon-pip, .icon-fullscreen, .icon-next, .icon-prev, .icon-play, .icon-pause, .icon-learningmap, .icon-subtitle {
		max-width: 50%;
		max-height: 50%;
	}
	.icon-next, .icon-prev {
		max-width: 42%;
		max-height: 42%;
	}
	.icon-indexMenu, .icon-mute, .icon-volume, .icon-dictionary, .icon-notebook {
		max-width: 50%;
		max-height: 50%;
	}
    .Controlor .timeText>span,.Controlor .pageNumInfo>span {
	   margin-left: 0px;
       margin-right: 0px;
        font-size: 14px;
    }

	.ov_play img {
		max-width: 100%;
		padding: 15%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
    .Controlor .conBtn .left_Btn{
        width: 40%;
    }
    .Controlor .conBtn .mid_Btn{
        width: 5%;
    }
    .Controlor .conBtn .right_Btn{
        width: 55%;
    }
    .Controlor .pageNumInfo>span{
        margin-left: 6px;
        margin-right: 6px;
        font-weight: 800;
        font-size: 15px;
        color: #fff;
        font-family: "NotoSans";
    }
    .Controlor .timeText>span{
        font-size: 10px;
        letter-spacing: 1px;
    }
    .Controlor .timeText>span:nth-child(2){        
        margin-left: 5px;
        margin-right: 5px;
    }
    .Controlor .playBtn,.Controlor .speedBtn,.Controlor .pipBtn,.Controlor .prevBtn,.Controlor .nextBtn,.Controlor .pipBtn,.Controlor .learningmapBtn, .Controlor .wordBookBtn, .Controlor .noteBookBtn, .Controlor .fullscreenBtn, .Controlor .subtitleBtn{  
        width: 60px;
    }
    .icon-indexMenu{
        width: 35x;
    }
    .icon-mute, .icon-volume{
        width: 35x;
    }
    .Controlor .volumeBtn, .Controlor .indexBtn{
        padding: 4px;
    }

	.icon-pip, .icon-fullscreen, .icon-next, .icon-prev, .icon-play, .icon-pause, .icon-learningmap, .icon-subtitle {
		max-width: 50%;
		max-height: 50%;
	}
	.icon-indexMenu, .icon-mute, .icon-volume, .icon-dictionary, .icon-notebook {
		max-width: 50%;
		max-height: 50%;
	}
    .Controlor .timeText>span,.Controlor .pageNumInfo>span {
	   margin-left: 0px;
       margin-right: 0px;
        font-size: 14px;
    }
	.ov_play img {
		max-width: 100%;
		padding: 15%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .Controlor .conBtn .left_Btn{
        width: 40%;
    }
    .Controlor .conBtn .mid_Btn{
        width: 5%;
    }
    .Controlor .conBtn .right_Btn{
        width: 55%;
    }
    .Controlor .pageNumInfo>span{
        margin-left: 8px;
        margin-right: 8px;
        font-weight: 800;
        font-size: 16px;
        color: #fff;
        font-family: "NotoSans";
    }
    .Controlor .timeText>span{
        font-size: 12px;
        letter-spacing: 1px;
    }
    .Controlor .timeText>span:nth-child(2){        
        margin-left: 5px;
        margin-right: 5px;
    }
    .Controlor .playBtn,.Controlor .speedBtn,.Controlor .pipBtn,.Controlor .prevBtn,.Controlor .nextBtn,.Controlor .pipBtn,.Controlor .learningmapBtn, .Controlor .wordBookBtn, .Controlor .noteBookBtn, .Controlor .fullscreenBtn, .Controlor .subtitleBtn{  
        width: 60px;
    }
    .icon-indexMenu{
        width: 38px;
    }
    .icon-mute, .icon-volume{
        width: 38px;
    }
    .Controlor .volumeBtn, .Controlor .indexBtn{
        padding: 6px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .Controlor .conBtn .left_Btn{
        width: 40%;
    }
    .Controlor .conBtn .mid_Btn{
        width: 5%;
    }
    .Controlor .conBtn .right_Btn{
        width: 55%;
    }
    .Controlor .pageNumInfo>span{
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 800;
        font-size: 17px;
        color: #fff;
        font-family: "NotoSans";
    }
    .Controlor .timeText>span{
        font-size: 13px;
        letter-spacing: 2px;
    }
    .Controlor .timeText>span:nth-child(2){        
        margin-left: 10px;
        margin-right: 10px;
    }
    .Controlor .playBtn,.Controlor .speedBtn,.Controlor .pipBtn,.Controlor .prevBtn,.Controlor .nextBtn,.Controlor .pipBtn,.Controlor .learningmapBtn, .Controlor .wordBookBtn, .Controlor .noteBookBtn, .Controlor .fullscreenBtn, .Controlor .subtitleBtn{  
        width: 60px;
    }
    .icon-indexMenu{
        width: 42px;
    }
    .icon-mute, .icon-volume{
        width: 42px;
    }
    .Controlor .volumeBtn, .Controlor .indexBtn{
        padding: 8px;
    }
}
@media (min-width: 1200px) {
    .Controlor .conBtn .left_Btn{
        width: 40%;
    }
    .Controlor .conBtn .mid_Btn{
        width: 5%;
    }
    .Controlor .conBtn .right_Btn{
        width: 55%;
    }
    .Controlor .pageNumInfo>span{
        margin-left: 12px;
        margin-right: 12px;
        font-weight: 800;
        font-size: 18px;
        color: #fff;
        font-family: "NotoSans";
    }
    .Controlor .timeText>span{
        font-size: 14px;
        letter-spacing: 2px;
    }
    .Controlor .timeText>span:nth-child(2){        
        margin-left: 10px;
        margin-right: 10px;
    }
    .Controlor .playBtn,.Controlor .speedBtn,.Controlor .pipBtn,.Controlor .prevBtn,.Controlor .nextBtn,.Controlor .pipBtn,.Controlor .learningmapBtn, .Controlor .wordBookBtn, .Controlor .noteBookBtn, .Controlor .fullscreenBtn, .Controlor .subtitleBtn{  
        width: 60px;
    }
    .icon-indexMenu{
        width: 45px;
    }
    .icon-mute, .icon-volume{
        width: 45px;
    }
    .Controlor .volumeBtn, .Controlor .indexBtn{
        padding: 10px;
    }
}

.mobile .vjs-theme-city .vjs-time-control
, .mobile .vjs-theme-city .vjs-time-control.vjs-time-divider 
, .mobile .vjs-theme-city .vjs-time-control.vjs-duration
, .mobile .vjs-theme-city .pageInfo-0>div>span {
	font-size: 18px;
    font-weight: bold;
}
.mobile .vjs-time-control.pageInfo-0 {
    display: flex;
    justify-content: center;
    align-items: center;
	white-space: pre;
}
.mobile .video-js .vjs-big-play-button {
    opacity: 0;
}
.mobile .vjs-theme-city .prev-0, .vjs-theme-city .next-0 {
	flex: 1.3;
}

@media all and (orientation:portrait) {
	.vjs-theme-city .indexMenu-0 {
	    margin-right: 0;
	}
	.mobile .vjs-time-control.pageInfo-0 {
		margin-left: 0.5em;
	}

	.ov_backward {
		transform: scale(1.7);
		transform-origin: right center;
	}
	.ov_play {
		transform: scale(1.7);
		transform-origin: center center;
	}
	.ov_forward {
		transform: scale(1.7);
		transform-origin: left center;
	}
}

@media all and (orientation:landscape) {

}


html.mobile .vjs-theme-city .vjs-time-control.vjs-time-control
, html.mobile .vjs-theme-city .vjs-time-control.vjs-time-divider 
, html.mobile .vjs-theme-city .vjs-time-control.vjs-duration
, html.mobile .vjs-theme-city .pageInfo-0>div>span
{
}
.LearningMap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    background: #ecf2f6;
    display: flex;
    flex-direction: column;  
}
.LearningMap .LearningMap_title {
    height: 5%;
    padding-left: 2vw;
    width: 100%;
    background-color: #904d0e;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.LearningMap .LearningMap_title>div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.LearningMap .LearningMap_title .close{
    cursor: pointer;
}
.LearningMap .LearningMap_title .close:hover{
    opacity: 0.7;
}
.LearningMap .LearningMap_cnt{
    display: flex;
    justify-content: center;
    height: 95%;
    width: 100%;
}
.LearningMap .LearningMap_cnt .layout{
    width: 95%;
    background-color: #fff;
    padding-left: 1vw;
    padding-right: 1vw;
    overflow-y: auto;
}        
.LearningMap .LearningMap_cnt .layout::-webkit-scrollbar{
    width: 5px;
}
.LearningMap .LearningMap_cnt .layout::-webkit-scrollbar-thumb{
    background-color: #ffaa6d;
}
.LearningMap .learningMap_controller{
    width: 100%;
    display: flex;
    justify-content: center;
}
.LearningMap .learningMap_controller .learningMap_controller_cnt{
    width: 95%;
    display: flex;
    justify-content: flex-end;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-top: 10px;
    margin-bottom: 10px;
}
.LearningMap .learningMap_controller .total_download{
    width: 20%;
    height: 34px;
    background-color: #ec8f35;
    color: #fff;
    font-family: "NotoSans";
    font-weight: 500;
    border: 0px;
}
.LearningMap .learningMap_controller .total_download:hover{
    opacity: 0.5;
}
.LearningMap .LearningMap_cnt .layout .header{
    display: flex;
    border-bottom: 2px solid #ecf2f6;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-bottom: 1vh;
}
.LearningMap .LearningMap_cnt .layout .row-cnt{
    display: flex;
    padding-bottom: 1vh;
    padding-top: 1vh;
}
.LearningMap .LearningMap_cnt .layout .row-cnt div:nth-child(3):hover{
    opacity: 0.5;
}
.LearningMap .LearningMap_cnt .layout .scrbar>div:nth-child(2) {
    display: none;
}
.LearningMap .LearningMap_title .closeBtn{
    border: none;
    width: 40px;
    padding: 0;
    display: flex;
    border-radius: 2px;
    justify-content: center;
    flex-direction: column;
    background-color: #ec8f35;
}
/*화면사이즈1*/
@media (max-width: 575px) {
    .LearningMap .LearningMap_title>div>div:nth-child(1) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 13px;
        font-family: "NotoSans";
        color: #fff;
        margin-right: 5px;
    }            
    .LearningMap .LearningMap_title>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 12px;
        font-family: "NotoSans";
        color: #ffaa6d;
        line-height: 18px;
    } 
    .LearningMap .LearningMap_title .closeBtn{
        width: 25px;
    }  
    .LearningMap .LearningMap_cnt .layout .header div{
        font-family: "NotoSans";
        font-weight: 600;
        color: #904d0e;
        font-size: 14px;
        text-align: center;
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div{
        font-family: "NotoSans";
        font-weight: 500;
        color: #333333;
        font-size: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: keep-all;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(1),.row-cnt div:nth-child(1){
        width: 20%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(2),.row-cnt div:nth-child(2){
        width: 60%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(3),.row-cnt div:nth-child(3){
        width: 20%;                
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div:nth-child(3){
        border: 1.5px solid #ec8f35; 
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ec8f35;
        cursor: pointer;
    }
    .LearningMap .LearningMap_title{
        height: 20px;
    }
    .LearningMap .learningMap_controller .total_download{
        font-size: 12px;
    }
}
/*화면사이즈2*/
@media (min-width: 576px) and (max-width: 767px) {
    .LearningMap .LearningMap_title>div>div:nth-child(1) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 15px;
        font-family: "NotoSans";
        color: #fff;
        margin-right: 7px;
    }             
    .LearningMap .LearningMap_title>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
        font-family: "NotoSans";
        color: #ffaa6d;
        line-height: 21px;
    } 
    .LearningMap .LearningMap_title .closeBtn{
        width: 30px;
    }
    .LearningMap .LearningMap_cnt .layout .header div{
        font-family: "NotoSans";
        font-weight: 600;
        color: #904d0e;
        font-size: 15px;
        text-align: center;
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div{
        font-family: "NotoSans";
        font-weight: 500;
        color: #333333;
        font-size: 13px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: keep-all;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(1),.row-cnt div:nth-child(1){
        width: 20%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(2),.row-cnt div:nth-child(2){
        width: 60%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(3),.row-cnt div:nth-child(3){
        width: 20%;                
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div:nth-child(3){
        border: 1.5px solid #ec8f35; 
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ec8f35;
        cursor: pointer;
    }
    .LearningMap .LearningMap_title{
        height: 25px;
    }
    .LearningMap .learningMap_controller .total_download{
        font-size: 13px;
    }
}
/*화면사이즈3*/
@media (min-width: 768px) and (max-width: 991px) {
    .LearningMap .LearningMap_title>div>div:nth-child(1) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 17px;
        font-family: "NotoSans";
        color: #fff;
        margin-right: 9px;
    }
    .LearningMap .LearningMap_title>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 16px;
        font-family: "NotoSans";
        color: #ffaa6d;
        line-height: 23px;
    }  
    .LearningMap .LearningMap_title .closeBtn{
        width: 35px;
    }
    .LearningMap .LearningMap_cnt .layout .header div{
        font-family: "NotoSans";
        font-weight: 600;
        color: #904d0e;
        font-size: 16px;
        text-align: center;
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div{
        font-family: "NotoSans";
        font-weight: 500;
        color: #333333;
        font-size: 14px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: keep-all;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(1),.row-cnt div:nth-child(1){
        width: 20%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(2),.row-cnt div:nth-child(2){
        width: 60%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(3),.row-cnt div:nth-child(3){
        width: 20%;                
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div:nth-child(3){
        border: 1.5px solid #ec8f35; 
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ec8f35;
        cursor: pointer;
    }
    .LearningMap .LearningMap_title{
        height: 30px;
    }
    .LearningMap .learningMap_controller .total_download{
        font-size: 14px;
    }
}
/*전체화면4*/
@media (min-width: 992px) and (max-width: 1199px) {
    .LearningMap .LearningMap_title>div>div:nth-child(1) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 19px;
        font-family: "NotoSans";
        color: #fff;
        margin-right: 11px;
    }            
    .LearningMap .LearningMap_title>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        font-family: "NotoSans";
        color: #ffaa6d;
        line-height: 24px;
    } 
    .LearningMap .LearningMap_title .closeBtn{
        width: 40px;
    } 
    .LearningMap .LearningMap_cnt .layout .header div{
        font-family: "NotoSans";
        font-weight: 600;
        color: #904d0e;
        font-size: 17px;
        text-align: center;
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div{
        font-family: "NotoSans";
        font-weight: 500;
        color: #333333;
        font-size: 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: keep-all;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(1),.row-cnt div:nth-child(1){
        width: 20%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(2),.row-cnt div:nth-child(2){
        width: 60%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(3),.row-cnt div:nth-child(3){
        width: 20%;                
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div:nth-child(3){
        border: 1.5px solid #ec8f35; 
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ec8f35;
        cursor: pointer;
    }
    .LearningMap .LearningMap_title{
        height: 35px;
    }
    .LearningMap .learningMap_controller .total_download{
        font-size: 15px;
    }
}
/*화면사이즈5*/
@media (min-width: 1200px) {
    .LearningMap .LearningMap_title>div>div:nth-child(1) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 21px;
        font-family: "NotoSans";
        color: #fff;
        margin-right: 13px;
    }             
    .LearningMap .LearningMap_title>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        font-family: "NotoSans";
        color: #ffaa6d;
        line-height: 30px;
    }  
    .LearningMap .LearningMap_title .closeBtn{
        width: 40px;
    } 
    .LearningMap .LearningMap_cnt .layout .header div{
        font-family: "NotoSans";
        font-weight: 600;
        color: #904d0e;
        font-size: 18px;
        text-align: center;
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div{
        font-family: "NotoSans";
        font-weight: 500;
        color: #333333;
        font-size: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: keep-all;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(1),.row-cnt div:nth-child(1){
        width: 20%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(2),.row-cnt div:nth-child(2){
        width: 60%;
    }
    .LearningMap .LearningMap_cnt .layout .header div:nth-child(3),.row-cnt div:nth-child(3){
        width: 20%;                
    }
    .LearningMap .LearningMap_cnt .layout .row-cnt div:nth-child(3){
        border: 1.5px solid #ec8f35; 
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ec8f35;
        cursor: pointer;
    }
    .LearningMap .LearningMap_title{
        height: 40px;
    }
    .LearningMap .learningMap_controller .total_download{
        font-size: 16px;
    }
}   
.WordBook{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.NoteBook{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.IndexMenu{
    z-index: 1;
}
.IndexMenu .indexTitle .closeBtn{
    border: none;
    width: 40px;
    padding: 0;
    display: flex;
    border-radius: 2px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #ec8f35;
}
.IndexMenu .indexTitle .closeBtn img {
    max-width: 50%;
}
html.m2 .IndexMenu .indexTitle .closeBtn{
    background-color: #ec8f35;
}
html.m3 .IndexMenu .indexTitle .closeBtn{
    background-color: #444457;
}
@media (max-width: 575px) {
    .IndexMenu{
        left: -360px;
        width: 200px;
    }
    .IndexMenu .indexTitle .title_Txt{
        font-size: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }  
    .IndexMenu .indexTitle .closeBtn{
        width: 20px;
		height: 20px;
    }
    .IndexMenu .listBox .title-li{
        padding: 6px;
    }  
    .IndexMenu .title-li .sub-title{
        font-size: 12px;
    }    
    .IndexMenu .title-li .sub-title-icon{
        font-size: 8px;
    }    
    .IndexMenu .sub-txt{
        font-size: 10px;
        padding: 6px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .IndexMenu{
        left: -360px;
        width: 220px;
    }   
    .IndexMenu .indexTitle .title_Txt{
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
    }  
    .IndexMenu .indexTitle .closeBtn{
        width: 25px;
		height: 25px;
    }
    .IndexMenu .listBox .title-li{
        padding: 7px;
    }  
    .IndexMenu .title-li .sub-title{
        font-size: 13px;
    }    
    .IndexMenu .title-li .sub-title-icon{
        font-size: 9px;
    }    
    .IndexMenu .sub-txt{
        font-size: 11px;
        padding: 7px;
    }      
}
@media (min-width: 768px) and (max-width: 991px) {
    .IndexMenu{
        left: -360px;
        width: 250px;
    }
    .IndexMenu .indexTitle .title_Txt{
        font-size: 13px;
        padding-left: 6px;
        padding-right: 6px;
    }  
    .IndexMenu .indexTitle .closeBtn{
        width: 30px;
		height: 30px;
    }
    .IndexMenu .listBox .title-li{
        padding: 8px;
    }  
    .IndexMenu .title-li .sub-title{
        font-size: 14px;
    }    
    .IndexMenu .title-li .sub-title-icon{
        font-size: 10px;
    }    
    .IndexMenu .sub-txt{
        font-size: 12px;
        padding: 8px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .IndexMenu{
        left: -360px;
        width: 270px;
    }   
    .IndexMenu .indexTitle .title_Txt{
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }  
    .IndexMenu .indexTitle .closeBtn{
        width: 35px;
		height: 35px;
    }
    .IndexMenu .listBox .title-li{
        padding: 9px;
    }  
    .IndexMenu .title-li .sub-title{
        font-size: 15px;
    }    
    .IndexMenu .title-li .sub-title-icon{
        font-size: 11px;
    }    
    .IndexMenu .sub-txt{
        font-size: 13px;
        padding: 9px;
    }    
}
@media (min-width: 1200px) {
    .IndexMenu{
        left: -360px;
        width: 300px;
    }
    .IndexMenu .indexTitle .title_Txt{
        font-size: 15px;
        padding-left: 10px;
    }  
    .IndexMenu .indexTitle .closeBtn{
        width: 40px;
		height: 40px;
    }
    .IndexMenu .listBox .title-li{
        padding: 10px;
    }  
    .IndexMenu .title-li .sub-title{
        font-size: 16px;
    }    
    .IndexMenu .title-li .sub-title-icon{
        font-size: 12px;
    }    
    .IndexMenu .sub-txt{
        font-size: 14px;
        padding: 10px;
    }  
}
.IndexMenu{
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    transition: left 0.5s;
    box-shadow: 0 1px 10px #ddd;
    overflow-y: auto;
    padding-bottom: 60px;
    /*border-left: 6px solid #8dd2bd !important;*/
}
.IndexMenu::-webkit-scrollbar{
    width: 5px;
}
.IndexMenu::-webkit-scrollbar-thumb{
    background-color: #b7c8e0;
}
html.m2 .IndexMenu::-webkit-scrollbar-thumb{
    background-color: #ffaa6d;
}
html.m3 .IndexMenu::-webkit-scrollbar-thumb{
    background-color: #b4e0dd;
}
.IndexMenu .indexTitle{
    display: flex;
    width: 100%;
    background-color: #904d0e;
    justify-content: space-between;
}
html.m2 .IndexMenu .indexTitle{
    background-color: #904d0e;
}
html.m3 .IndexMenu .indexTitle{
    background-color: #232330;
}
.IndexMenu .indexTitle .title_Txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-family: "NotoSans";
    font-weight: 600;
    word-break: keep-all;
}  
.IndexMenu .indexTitle .title_close{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: #ec8f35;
    font-family: "NotoSans";
    font-weight: 600;
    cursor: pointer;
}
html.m2 .IndexMenu .indexTitle .title_close{
    background-color: #ec8f35;
}
html.m3 .IndexMenu .indexTitle .title_close{
    background-color: #18c1b0;
}
.IndexMenu .indexTitle .title_close:hover{
    opacity: 0.7;
}
.IndexMenu .listBox .title-li{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: #ecf2f6;
}    
.IndexMenu .title-li .sub-title-icon{
    color: #ffc974;
    display: flex;
    align-items: center;
}
html.m2 .IndexMenu .title-li .sub-title-icon{
    color: #ffc974;
}
html.m3 .IndexMenu .title-li .sub-title-icon{
    color: #c2e4e2;
}
.IndexMenu .sub-txt{
    width: 100%;
    color: #666666;
    font-family: "NotoSans";
    font-weight: 600;
    word-break: keep-all;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.IndexMenu .title-li .sub-title{
    background-color: #ecf2f6;
    font-family: "NotoSans";
    font-weight: 600;
    color: #904d0e;
    width: 100%;  
}
html.m2 .IndexMenu .title-li .sub-title{
    color: #904d0e;
}
html.m3 .IndexMenu .title-li .sub-title{
    color: #14786e;
}
.IndexMenu.on{
    left: 0;    
}

.IndexMenu .listBox .title-li:hover{
    opacity: 0.7;
}

.IndexMenu .listBox .dropdown{
    transition: all 0.5s ease;
}
.IndexMenu .listBox>ul .on{
    animation: fade-in 0.7s;
    animation-fill-mode: forwards;
    display: block;
}
.IndexMenu .listBox>ul .off{
    display: none;
}
.IndexMenu .icon-close{
    border: none;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.IndexMenu .IndexMenuBtn:hover{
    color: #f07e2b;
}
html.m2 .IndexMenu .IndexMenuBtn:hover{
    color: #f07e2b;
}
html.m3 .IndexMenu .IndexMenuBtn:hover{
    color: #18c1b0;
}
.IndexMenu .dropdown .on{
    color: #f07e2b;
}
html.m2 .IndexMenu .dropdown .on{
    color: #f07e2b;
}
html.m3 .IndexMenu .dropdown .on{
    color: #18c1b0;
}

.SubtitleBox .closeBtn{
    position: absolute;
    top: 0px;
    right: 13px;
    width: 45px;
}
.SubtitleBox .closeBtn>span{
    display: inline-block;
}
.SubtitleBox .fontSizeChange{
    position: absolute;    
    width: 32px;
    height: 32px;
    background: #000;
    line-height: 32px;
    text-align: center;
}
.SubtitleBox .fontSizeChange>span{  
    display: block;
    width: 100%;  
    height: 100%;
    color: #fff;
    background-color: rgba(193, 193, 193, 0.2);
}
.SubtitleBox .fontSizeChange.on>span{     
    background-color: #ef9c60;
}
.SubtitleBox .fontSizeChange.type1{  
    top: 45px;
    right: 20px;
}
.SubtitleBox .fontSizeChange.type2{  
    top: 88px;
    right: 20px;
}
.SubtitleBox .fontSizeChange.type3{  
    top: 130px;
    right: 20px;
}
.SubtitleBox .fontSizeChange.type1>span{  
    font-size: 14px;
}
.SubtitleBox .fontSizeChange.type2>span{  
    font-size: 18px;
}
.SubtitleBox .fontSizeChange.type3>span{  
    font-size: 24px;
}

.SubtitleBox .title{  
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.SubtitleBox .content{  
    width: 98%;
}
.SubtitleBox .content p{  
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    word-break: break-all;
    white-space: pre-line;
}
.SubtitleBox .contentBox * {
	color: #fff;
}
.SubtitleBox .contentBox sub, .SubtitleBox .contentBox.type1 sub, .SubtitleBox .contentBox.type2 sub  {
    vertical-align: sub;
    font-size: smaller;
}
.SubtitleBox .contentBox sup, .SubtitleBox .contentBox.type1 sup, .SubtitleBox .contentBox.type2 sup  {
    vertical-align: super;
    font-size: smaller;
}
.SubtitleBox .contentBox.type1 *{
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
}
.type1>div>div:nth-child(1){
    margin-right: 0px;
}
.SubtitleBox .contentBox.type2 *{
    font-size: 18px;
    line-height: 24px;
    word-break: keep-all;
}
.SubtitleBox .contentBox.type3 *{
    font-size: 24px;
    line-height: 30px;
    word-break: keep-all;
}
.SubtitleBox .contentBox>div>div:nth-child(3)>div{
    background: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 400px) {
    .SubtitleBox{
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 100%;
        height: 180px;
        background: rgba(0, 0, 0, 0.8);
    }
    .SubtitleBox .contentBox{  
        position: absolute;
        top: 16px;
        right: 60px;
        width: 75%;
        height: 148px;
        overflow: auto;
    }
}
@media (min-width: 401px) and (max-width: 575px) {
    .SubtitleBox{
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 90%;
        height: 180px;
        background: rgba(0, 0, 0, 0.8);
        
    }
    .SubtitleBox .contentBox{  
        position: absolute;
        top: 16px;
        right: 60px;
        width: 85%;
        height: 148px;
        overflow: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .SubtitleBox{
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 90%;
        height: 180px;
        background: rgba(0, 0, 0, 0.8);
    }
    .SubtitleBox .contentBox{  
        position: absolute;
        top: 16px;
        right: 60px;
        width: 87%;
        height: 148px;
        overflow: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .SubtitleBox{
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 80%;
        height: 180px;
        background: rgba(0, 0, 0, 0.8);
    }
    .SubtitleBox .contentBox{  
        position: absolute;
        top: 16px;
        right: 60px;
        width: 90%;
        height: 148px;
        overflow: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .SubtitleBox{
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 70%;
        height: 180px;
        background: rgba(0, 0, 0, 0.8);
    }
    .SubtitleBox .contentBox{  
        position: absolute;
        top: 16px;
        right: 60px;
        width: 90%;
        height: 148px;
        overflow: auto;
    }
}
@media (min-width: 1200px) {
    .SubtitleBox{
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 60%;
        height: 180px;
        background: rgba(0, 0, 0, 0.8);
    }
    .SubtitleBox .contentBox{  
        position: absolute;
        top: 16px;
        right: 60px;
        width: 90%;
        height: 148px;
        overflow: auto;
    }
}
.glossary_popup{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}
.glossary_popup .glossary_popup_container{
    /*padding-left: 16%;
    padding-right: 16%;
    padding-top: 16%;
    padding-bottom: 16%;*/
    padding: 10% 16% 10% 16%;
}
.glossary_popup .glossary_popup_container .glossary_popup_header{
    width: 100%;
    background-color: #ec8f35;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
    display: flex;
    align-items: baseline;
	align-items: center;
}
.glossary_popup .glossary_popup_container .glossary_popup_header p{
    padding: 10px;
    color: #fff;
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left:62px;
}
.glossary_popup .glossary_popup_container .glossary_popup_close{
    width: 62px;
    background-color: #ec8f35;
    border: none;
    border-radius: 20px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents{
    width: 100%;
    height: 62vh;
    background-color: white;
    border-bottom-left-radius:18px;
    border-bottom-right-radius:18px;
    padding: 4vh 5% 4vh 5%;
    overflow: auto;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word{
    width: 100%;
    padding: 30px 10px 30px 10px;
    display: flex;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .glossary_word_img{
    margin-right: 7px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .glossary_word_img img{
    margin-top: -8px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .glossary_word_txt{
    
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word.on{
    border-top:solid 1px #f2f2f2;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_header{
    width: 100%;
    font-family: 'NanumSquare';
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_txt{
    width: 100%;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 16px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents::-webkit-scrollbar{
    width: 5px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents #note{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 16px;
	line-height: 32px;
    padding: 0;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents *::-webkit-scrollbar{
    width: 10px;
}
.glossary_popup .glossary_popup_container .glossary_popup_contents::-webkit-scrollbar-thumb, .glossary_popup .glossary_popup_container .glossary_popup_contents *::-webkit-scrollbar-thumb{
    background-color: #b7c8e0;
}
html.m2 .glossary_popup .glossary_popup_container .glossary_popup_contents::-webkit-scrollbar-thumb, html.m2 .glossary_popup .glossary_popup_container .glossary_popup_contents *::-webkit-scrollbar-thumb{
    background-color: #ffaa6d;
}
html.m3 .glossary_popup .glossary_popup_container .glossary_popup_contents::-webkit-scrollbar-thumb, html.m3 .glossary_popup .glossary_popup_container .glossary_popup_contents *::-webkit-scrollbar-thumb{
    background-color: #b4e0dd;
}
/*화면사이즈1*/
@media (max-width: 575px) {
    .glossary_popup .glossary_popup_container .word_header{
        font-size: 14px;
    }
    .glossary_popup .glossary_popup_container .word_txt{
        font-size: 12px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_header p{
        font-size: 16px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_header{
        font-size:14px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_txt{
        font-size:12px;
    }
}
/*화면사이즈2*/
@media (min-width: 576px) and (max-width: 767px) {
    .glossary_popup .glossary_popup_container .word_header{
        font-size: 15px;
    }
    .glossary_popup .glossary_popup_container .word_txt{
        font-size: 13px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_header p{
        font-size: 18px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_header{
        font-size:15px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_txt{
        font-size:13px;
    }
}
/*화면사이즈3*/
@media (min-width: 768px) and (max-width: 991px) {
    .glossary_popup .glossary_popup_container .word_header{
        font-size: 16px;
    }
    .glossary_popup .glossary_popup_container .word_txt{
        font-size: 14px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_header p{
        font-size: 20px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_header{
        font-size:16px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_txt{
        font-size:14px;
    }
}
/*전체화면4*/
@media (min-width: 992px) and (max-width: 1199px) {
    .glossary_popup .glossary_popup_container .word_header{
        font-size: 17px;
    }
    .glossary_popup .glossary_popup_container .word_txt{
        font-size: 15px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_header p{
        font-size: 22px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_header{
        font-size:17px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_txt{
        font-size:15px;
    }
}
/*화면사이즈5*/
@media (min-width: 1200px) {
    .glossary_popup .glossary_popup_container .word_header{
        font-size: 18px;
    }
    .glossary_popup .glossary_popup_container .word_txt{
        font-size: 16px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_header p{
        font-size: 24px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_header{
        font-size:18px;
    }
    .glossary_popup .glossary_popup_container .glossary_popup_contents .glossary_word .word_txt{
        font-size:16px;
    }
}
.NextBtn, .NextBtn *{
	transition: all ease-in 0.3s;
}
.NextBtn{
    position: absolute;
    display: block;
	opacity: 0;
    bottom: 75px;
    right: 10px;
    width: 150px;
    height: 40px;

	right: 0.8vw;

    min-width: 80px;
    min-height: 20px;

    background: rgba(53, 53, 53, 0.4);
	box-shadow: inset 0px 0px 2px #fefefed1;
	-webkit-backdrop-filter: saturate(200%) blur(3px);
    backdrop-filter: saturate(200%) blur(3px);

    line-height: 40px;
	pointer-events: none;
}
.NextBtn:hover{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.NextBtn.on{
	opacity: 1;
	pointer-events: all;
}
.NextBtn.hide, .NextBtn.on.hide {
	display: none !important;
}

.NextBtn>a{
    display: block;

	display: flex;
	align-items: center;
    justify-content: flex-start;

    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;

    font-size: 18px;

    font-family: "NotoSans";
}
.NextBtn>a>span{

}

.NextBtn .NextBtn_txt {
	width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
	color: #fff;
    white-space: pre;
	text-align: right;
}

.NextBtn .icon-next-result{
	width: 40%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
	background:url(../images/next-result.png) center no-repeat;

}

.SkipBtn, .SkipBtn *{
	transition: all ease-in 0.3s;
}
.SkipBtn{
    position: absolute;
    display: none;
    bottom: 130px;
    right: 100px;
    line-height: 40px;
	width: 72px;
	height: 72px;
	border-radius: 1000px;
}
.SkipBtn:hover{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.SkipBtn.on{
    display: block;
}
.SkipBtn.hide, .SkipBtn.on.hide {
	display: none !important;
}

.SkipBtn>a{
    display: block;
    width: 100%;
    height: 100%;    
}
.SkipBtn>a>span{
    display: flex;
	width: 72px;
	height: 72px;
	border-radius: 1000px;
	border: rgba(255,255,255,0.5) solid 1px;
	box-shadow: inset 0px 0px 2px #fefefed1;
	-webkit-backdrop-filter: saturate(200%) blur(3px);
    backdrop-filter: saturate(200%) blur(3px);
    background-color: rgba(255, 255, 255, 0.1);
    font-family: 'NotoSans';
    color: #fff;
	text-shadow:
    -1px -1px 0 #5d5d5d,
    1px -1px 0 #5d5d5d,
    -1px 1px 0 #5d5d5d,
    1px 1px 0 #5d5d5d;  

    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1px;
    justify-content: center;
    align-items: center;
}
.SkipBtn:hover>a>span{
	background-color: rgba(255,255,255,0.4);
}
