@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");
}
@font-face {
  font-family: "Pretendard_Bold";
  src: url(fonts/Pretendard-Bold.woff) format("woff");
  src: url(fonts/Pretendard-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard_Medium";
  src: url(fonts/Pretendard-Medium.woff) format("woff");
  src: url(fonts/Pretendard-Medium.woff2) format("woff2");
}
/* 기본 폰트 */
html,
body {
  visibility: hidden;
  min-width: 100%;
  height: 100%;
}

.onLoad {
  visibility: visible;
}

.learn_music_wrap {
  font-family: "Pretendard_Bold", "MalgunGothic", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.learn_music_wrap .music_wrap_header {
  height: 265px;
}

main {
  width: 100%;
  min-width: 1280px;
  min-height: calc(100% - 40px);
  padding-bottom: 50px;
  background-position: center top;
  background-color: #FFFFFF;
  background-image: url("../images/main_bg.png");
}

.lesson_list_wrap {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.lesson_list_wrap > li {
  flex-grow: 1;
}
.lesson_list_wrap .btn_lesson {
  width: 100%;
  height: 64px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #FFF;
  font-size: 22px;
  border-color: #DDD;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #1A1919;
  font-family: "Pretendard_Bold", "MalgunGothic", sans-serif;
}
.lesson_list_wrap .btn_lesson.on {
  pointer-events: none;
  background-color: #007B4A;
  border-color: #005734;
  position: relative;
  z-index: 5;
}
.lesson_list_wrap .btn_lesson.on span {
  color: #fff !important;
}

.music_list_cover {
  padding: 40px 46px;
  width: 1280px;
  background-color: #F5FAF8;
  border: 1px solid #9FC7B3;
  border-radius: 0 0 6px 6px;
  position: relative;
}
.music_list_cover .music_list_wrap {
  padding-left: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 14px;
}
.music_list_cover .music_list_wrap > li {
  width: fit-content;
  height: fit-content;
}
.music_list_cover .music_list_wrap .btn_go_learnMusic {
  position: relative;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  width: 384px;
  height: 88px;
  border-radius: 12px;
  border: 2px solid #dcd0d5;
  background-color: #fff;
  box-shadow: 0 -8px 4px 0 rgba(70, 79, 81, 0.04) inset;
  color: #1A1919;
}
.music_list_cover .music_list_wrap .btn_go_learnMusic:hover {
  box-shadow: 0 -8px 4px 0 rgba(70, 79, 81, 0.04) inset, 0 0 8px 0 rgba(0, 123, 74, 0.8);
}
.music_list_cover .music_list_wrap .btn_go_learnMusic:hover .learnMusic_title {
  font-weight: 700;
  color: #007B4A;
}
.music_list_cover .music_list_wrap .btn_go_learnMusic:hover:before {
  content: "";
  border: 2px solid #007B4A;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  border-radius: 12px;
  top: -2px;
  left: -2px;
  background-color: rgba(0, 123, 74, 0.08);
}
.music_list_cover .music_list_wrap .btn_go_learnMusic._play {
  padding: 24px;
}
.music_list_cover .music_list_wrap .lesson_sub_title {
  display: none;
}
.music_list_cover .music_list_wrap .learnMusic_title {
  font-size: 24px;
  text-align: center;
}
.music_list_cover .music_list_wrap .music_info {
  text-align: right;
}
.music_list_cover .music_list_wrap .learnMusic_type {
  position: absolute;
  width: 51px;
  height: 33px;
  line-height: 33px;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(255, 137, 34, 0.16);
}
.music_list_cover .music_list_wrap .learnMusic_type:not(._play) {
  display: none;
}
.music_list_cover .music_list_wrap .learnMusic_type._play {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-block;
  background-color: rgba(119, 97, 229, 0.16);
}
.music_list_cover .music_list_wrap .learnMusic_type._play::before {
  content: "연주";
  color: #7761E5;
}

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