@charset "UTF-8";
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: inherit;
  vertical-align: baseline;
}

/* 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: none;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
  background-color: transparent;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
  background: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  outline: 0;
}

[type=button] {
  cursor: pointer;
  border: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

* {
  outline: none;
  border: none;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

@font-face {
  font-family: "NS_ROUNDB";
  src: url(./fonts/NanumSquareRoundOTFB.woff) format("woff");
}
@font-face {
  font-family: "NS_ROUNDEB";
  src: url(./fonts/NanumSquareRoundOTFEB.woff) format("woff");
}
/* 기본 폰트 */
html,
body {
  font-family: "NS_ROUNDEB", "MalgunGothic", sans-serif;
  color: #1A1919;
  background-color: #000;
  visibility: hidden;
}

.onLoad {
  visibility: visible;
}

.learn_music_wrap {
  position: relative;
  width: 1920px;
  height: 1080px;
  background-color: #fff;
}

.js-grade-es3 main {
  background-color: #FFF482;
  background-image: url("../images/grade3_bg_index.png");
}
.js-grade-es3 .music_list_cover {
  background-image: url("../images/grade3_music_list_mask.png");
}

.js-grade-es4 main {
  background-color: #95D5D5;
  background-image: url("../images/grade4_bg_index.png");
}
.js-grade-es4 .music_list_cover {
  background-image: url("../images/grade4_music_list_mask.png");
}

header {
  position: relative;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 82px;
  background-color: #50B584;
  z-index: 10;
  box-shadow: 0 -4px 1px 0 rgba(70, 79, 81, 0.2) inset;
}

h1 {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  color: #fff;
  text-shadow: #369366 2px 0 0, #369366 2px 1px 0, #369366 1px 2px 0, #369366 0 2px 0, #369366 -1px 2px 0, #369366 -2px 1px 0, #369366 -2px 0 0, #369366 -2px -1px 0, #369366 -1px -2px 0, #369366 0 -2px 0, #369366 1px -2px 0, #369366 1px -1px 0, #369366 2px 0px 0;
}

.right_area {
  display: flex;
  align-items: center;
  gap: 48px;
}

.class_select_wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.class_select_wrap .btn_class {
  width: 160px;
  height: 64px;
  line-height: 64px;
  font-size: 26px;
  text-align: center;
  border-radius: 16px;
  border: 2px solid #369366;
  background-color: #fff;
  box-shadow: 0 -5px 1px 0 rgba(70, 79, 81, 0.2) inset, 0 5px 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.class_select_wrap .btn_class.on {
  color: #369366;
  background-color: #DBFAEB;
}

.btn_page_close {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/btn_close.png");
  background-position: center center;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
main.js-listType1 .btn_lesson.on {
  background-color: #45B27D;
}
main.js-listType1 .music_list_cover {
  background-color: #E7F3ED;
}
main.js-listType1 .music_list_cover .lesson_sub_title {
  color: #45B27D;
}
main.js-listType1 .music_list_cover .btn_go_learnMusic:hover {
  border: 3px solid #50B584;
  background-color: rgba(80, 181, 132, 0.08);
  box-shadow: 0 -8px 4px 0 rgba(70, 79, 81, 0.04) inset, 0 0 8px 0 rgba(80, 181, 132, 0.8);
}
main.js-listType1 .music_list_cover .btn_go_learnMusic:hover .learnMusic_title {
  color: #45B27D;
}
main.js-listType2 .btn_lesson.on {
  background-color: #E46C85;
}
main.js-listType2 .music_list_cover {
  background-color: #F7ECEE;
}
main.js-listType2 .music_list_cover .lesson_sub_title {
  color: #E46C85;
}
main.js-listType2 .music_list_cover .btn_go_learnMusic:hover {
  border: 3px solid #E46C85;
  background-color: rgba(228, 108, 133, 0.08);
  box-shadow: 0 -8px 4px 0 rgba(70, 79, 81, 0.04) inset, 0 0 8px 0 rgba(228, 108, 133, 0.8);
}
main.js-listType2 .music_list_cover .btn_go_learnMusic:hover .learnMusic_title {
  color: #E46C85;
}
main.js-listType3 .btn_lesson.on {
  background-color: #697CC8;
}
main.js-listType3 .music_list_cover {
  background-color: #EBEDF7;
}
main.js-listType3 .music_list_cover .lesson_sub_title {
  color: #697CC8;
}
main.js-listType3 .music_list_cover .btn_go_learnMusic:hover {
  border: 3px solid #697CC8;
  background-color: rgba(105, 124, 200, 0.08);
  box-shadow: 0 -8px 4px 0 rgba(70, 79, 81, 0.04) inset, 0 0 8px 0 rgba(105, 124, 200, 0.8);
}
main.js-listType3 .music_list_cover .btn_go_learnMusic:hover .learnMusic_title {
  color: #697CC8;
}
main.js-listType4 .btn_lesson.on {
  background-color: #429FDC;
}
main.js-listType4 .music_list_cover {
  background-color: #DEEDF7;
}
main.js-listType4 .music_list_cover .lesson_sub_title {
  color: #429FDC;
}
main.js-listType4 .music_list_cover .btn_go_learnMusic:hover {
  border: 3px solid #429FDC;
  background-color: rgba(66, 159, 220, 0.08);
  box-shadow: 0 -8px 4px 0 rgba(70, 79, 81, 0.04) inset, 0 0 8px 0 rgba(66, 159, 220, 0.8);
}
main.js-listType4 .music_list_cover .btn_go_learnMusic:hover .learnMusic_title {
  color: #429FDC;
}

.lesson_list_wrap {
  position: absolute;
  top: 184px;
  left: 72px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lesson_list_wrap .btn_lesson {
  padding: 30px;
  width: 386px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  background-color: #E2F4F4;
  font-size: 32px;
}
.lesson_list_wrap .btn_lesson.on {
  pointer-events: none;
}
.lesson_list_wrap .btn_lesson.on span {
  color: #fff !important;
}
.lesson_list_wrap li:nth-child(1) .lesson_num {
  color: #45B27D;
}
.lesson_list_wrap li:nth-child(2) .lesson_num {
  color: #E46C85;
}
.lesson_list_wrap li:nth-child(3) .lesson_num {
  color: #6C79AD;
}
.lesson_list_wrap li:nth-child(4) .lesson_num {
  color: #4A93C3;
}

.music_list_cover {
  padding: 70px 22px 35px 48px;
  position: absolute;
  top: 114px;
  left: 472px;
  width: 1400px;
  height: 938px;
}
.music_list_cover .music_list_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 16px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.music_list_cover .music_list_wrap::-webkit-scrollbar {
  width: 12px;
}
.music_list_cover .music_list_wrap::-webkit-scrollbar-thumb {
  background-color: #50B584;
  background-clip: padding-box;
  border-radius: 6px;
}
.music_list_cover .music_list_wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.music_list_cover .music_list_wrap > li {
  width: fit-content;
  height: fit-content;
}
.music_list_cover .music_list_wrap .btn_go_learnMusic {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  width: 424px;
  height: 196px;
  border-radius: 20px;
  border: 3px solid #C4D3CB;
  background-color: #fff;
}
.music_list_cover .music_list_wrap .lesson_sub_title {
  height: 22px;
  font-family: "NS_ROUNDB", "MalgunGothic", sans-serif;
  font-size: 22px;
  white-space: nowrap;
}
.music_list_cover .music_list_wrap .learnMusic_title {
  font-size: 32px;
  text-align: center;
}
.music_list_cover .music_list_wrap .music_info {
  text-align: right;
}
.music_list_cover .music_list_wrap .learnMusic_type {
  display: inline-block;
  width: 60px;
  height: 37px;
  line-height: 37px;
  border-radius: 8px;
  font-family: "NS_ROUNDB", "MalgunGothic", sans-serif;
  font-size: 22px;
  text-align: center;
  background-color: rgba(255, 137, 34, 0.16);
}
.music_list_cover .music_list_wrap .learnMusic_type::before {
  content: "노래";
  color: #FF8922;
}
.music_list_cover .music_list_wrap .learnMusic_type._play {
  background-color: rgba(119, 97, 229, 0.16);
}
.music_list_cover .music_list_wrap .learnMusic_type._play::before {
  content: "연주";
  color: #7761E5;
}
.music_list_cover .music_list_wrap .learnMusic_page {
  display: inline-block;
  width: 79px;
  height: 37px;
  line-height: 37px;
  border-radius: 8px;
  font-family: "NS_ROUNDB", "MalgunGothic", sans-serif;
  font-size: 22px;
  text-align: center;
  background-color: rgba(124, 141, 132, 0.16);
  color: #7C8D84;
}

._dis_n {
  display: none !important;
}

.toastWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.toastMsg {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #FFF;
}
.toastMsg .ic_danger {
  background-image: url(../../common/images/ic_danger.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.toastMsg .btn_toast {
  width: 106px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.toastMsg .btn_toast.red {
  background: #FF6652;
  color: #FFFFFF;
}
.toastMsg .btn_toast.wht {
  background: #FFFFFF;
  color: #666666;
}

/*# sourceMappingURL=learnMusic.css.map */
