/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/common.css ***!
  \**********************************************************************/
@charset "utf-8";
/* font */
@font-face {
  font-family: "GmarketSansBold";
  src: url(../../src/font/GmarketSansBold.woff) format("woff");
}
@font-face {
	font-family: "NanumSquareRoundB";
	src: url(../../src/font/NanumSquareRoundB.woff) format("woff");
}
@font-face {
	font-family: "NanumSquareRoundEB";
	src: url(../../src/font/NanumSquareRoundEB.woff) format("woff");
}
@font-face {
	font-family: "OneMobilePop";
	src: url(../../src/font/OneMobilePop.woff) format("woff");
}
@font-face {
	font-family: "BMHANNA";
	src: url(../../src/font/BMHANNA.woff) format("woff");
}
@font-face {
	font-family: "br-b";
	src: url(../../src/font/%EB%B0%B0%EC%8A%A4%ED%82%A8%EB%9D%BC%EB%B9%88%EC%8A%A4-B.woff) format("woff");
}

/* layout */
body {
  overflow: hidden;
  font-family: 'NanumSquareRoundB', sans-serif;
}

/* 공통 */
.disable {
  pointer-events: none !important;
}

.remove {
  display: none !important;
}

.hide {
  visibility: hidden;
}

.hide-alpha {
  opacity: 0;
  pointer-events: none;
}

.inline {
  position: static !important;
  display: inline-block !important;
  vertical-align: top;
}

.bgImg-ab {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

textarea,
input[type="text"] {
  font-family: 'NanumSquareRoundB', sans-serif;
}

/* ie 입력창 X 제거 */
input[type=text]::-ms-clear {
  display: none;
}

.t-a-center {
  text-align: center;
}

.t-a-left {
  text-align: left;
}

.t-a-right {
  text-align: right;
}

.t-a-justify {
  text-align: justify;
}


/* 스크롤 바 */
.scrollOutBox {
  overflow: auto;
  overflow-x: hidden;
}

/* scroll_bar의 폭 너비 */
.scrollOutBox::-webkit-scrollbar {
  width: 6px;
  /* background: url(../img/scroll_bar.svg) no-repeat; */
}



.scrollOutBox::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #adadad;
}

::selection {
  background: none;
}

.none {
  opacity: 0;
  pointer-events: none !important;
}

.btn {
  cursor: pointer;
}

.no_scroll {
  flex-direction: column !important;
}

.displayN {
  display: none !important;
}

.pointerN {
  pointer-events: none !important;
}
/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/index.css ***!
  \*********************************************************************/
/* preload */
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content:
    url(../../src/img/bg_loop_01.png)
    url(../../src/img/bg_loop_02.png)
    url(../../src/img/bg_loop_03.png)
    url(../../src/img/bg_loop_04.png)
    url(../../src/img/bg_loop_01_grade_3.png)
    url(../../src/img/bg_loop_02_grade_3.png)
    url(../../src/img/bg_loop_03_grade_3.png)
    url(../../src/img/bg_loop_04_grade_3.png)
    url(../../src/img/char_sprite.png)
    url(../../src/img/window_01.svg)
    url(../../src/img/window_02.svg)
    url(../../src/img/window_03.svg)
    url(../../src/img/window_04.svg)
    url(../../src/img/curtain_01.png)
    url(../../src/img/curtain_02.png)
    url(../../src/img/curtain_03.png)
    url(../../src/img/curtain_04.png);
}

#wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  background: url(../../src/img/bg.png) no-repeat;
  /* background: url(../img/bg_guide.png) no-repeat; */
  background-size: 1280px 720px;
}

.logo {
  position: absolute;
  right: 21px;
  bottom: 9px;
  width: 112px;
  height: 56px;
  background: url(../../src/img/logo.svg) no-repeat;
}

.char {
  position: absolute;
  left: -5px;
  top: 348px;
  width: 388px;
  height: 428px;
  -webkit-animation: sprite_ani steps(44) 1.5s infinite;
  -ms-animation: sprite_ani steps(44) 1.5s infinite;
  animation: sprite_ani steps(44) 1.5s infinite;
  background: url(../../src/img/char_sprite.png) no-repeat;
  z-index: 105;
  scale: 0.45;
}
.char_b {
  position: absolute;
  left: 109px;
  top: 621px;
  width: 130px;
  height: 80px;
  background: url(../../src/img/char.svg) no-repeat;
  z-index: 103;
}

.archive_btn {
  position: absolute;
  left: 1109px;
  top: 6px;
  width: 170px;
  height: 52px;
  background: url(../../src/img/archive_btn.svg) no-repeat;
}

.help_btn {
  position: absolute;
  left: 1123px;
  top: 6px;
  width: 150px;
  height: 52px;
  background: url(../../src/img/help_btn.svg) no-repeat;
}

.archive_btn.hover {
  background: url(../../src/img/archive_btn_hover.svg) no-repeat;
}

.help_btn.hover {
  background: url(../../src/img/help_btn_hover.svg) no-repeat;
}

.notice {
  font-family: "NanumSquareRoundB";
  font-size: 14px;
  color: #E0B892;
  position: absolute;
  left: 327px;
  bottom: 22px;
}

.grade {
  font-family: "NanumSquareRoundB";
  position: absolute;
  left: 32px;
  top: 24px;
  font-size: 12px;
  color: #ffffff;
  width: 62px;
  height: 24px;
  border-radius: 12px;
  background: #E57623;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  position: absolute;
  left: 30px;
  top: 49px;
  width: 140px;
  height: 70px;
}

.grade_3 .title {background: url(../../src/img/title_03.svg) no-repeat;}
.grade_4 .title {background: url(../../src/img/title_04.svg) no-repeat;}

.lesson_btn {
  position: absolute;
  top: 200px;
  width: 83px;
  height: 463px;
}

.lesson_btn.on {
  top: 166px;
}

.lesson_01 {
  left: 871px;
  background: url(../../src/img/lesson_btn_01.svg) no-repeat;
  z-index: 64;
}

.lesson_02 {
  left: 938px;
  background: url(../../src/img/lesson_btn_02.svg) no-repeat;
  z-index: 63;
}

.lesson_03 {
  left: 1004px;
  background: url(../../src/img/lesson_btn_03.svg) no-repeat;
  z-index: 62;
}

.lesson_04 {
  left: 1071px;
  background: url(../../src/img/lesson_btn_04.svg) no-repeat;
  z-index: 61;
}

.lesson_01.on {
  background: url(../../src/img/lesson_btn_01_on.svg) no-repeat;
}

.lesson_02.on {
  background: url(../../src/img/lesson_btn_02_on.svg) no-repeat;
}

.lesson_03.on {
  background: url(../../src/img/lesson_btn_03_on.svg) no-repeat;
}

.lesson_04.on {
  background: url(../../src/img/lesson_btn_04_on.svg) no-repeat;
}

.curtain {
  position: absolute;
  left: 237px;
  top: 0;
  width: 614px;
  height: 609px;
  visibility: hidden;
  overflow: hidden;
  z-index: 50;
  background: url(../../src/img/curtain_02.png) no-repeat;
}

.curtain.lesson1 {background: url(../../src/img/curtain_01.png) no-repeat;}
.curtain.lesson2 {background: url(../../src/img/curtain_02.png) no-repeat;}
.curtain.lesson3 {background: url(../../src/img/curtain_03.png) no-repeat;}
.curtain.lesson4 {background: url(../../src/img/curtain_04.png) no-repeat;}


.curtain.on {
  visibility: visible;
  top: 45px;
}


.bg_loop {
  position: absolute;
  left: 286px;
  top: 59px;
  width: 544px;
  height: 593px;
  background: url(../../src/img/bg_loop_02.png) no-repeat;
}

.bg_loop.lesson1 {
  width: 816px;
  height: 890px;
  left: 152px;
  top: -89px;
  scale: 0.67;
  background: url(../../src/img/bg_loop_01.png) no-repeat;
  -webkit-animation: sprite_ani steps(77) 3s infinite;
  -ms-animation: sprite_ani steps(77) 3s infinite;
  animation: sprite_ani steps(77) 3s infinite;
}

.bg_loop.lesson2 {
  width: 993px;
  height: 962px;
  left: 65px;
  top: -130px;
  scale: 0.67;
  background: url(../../src/img/bg_loop_02.png) no-repeat;
  -webkit-animation: sprite_ani steps(83) 3s infinite;
  -ms-animation: sprite_ani steps(83) 3s infinite;
  animation: sprite_ani steps(83) 3s infinite;
}

.bg_loop.lesson3 {
  width: 816px;
  height: 890px;
  left: 152px;
  top: -89px;
  scale: 0.67;
  background: url(../../src/img/bg_loop_03.png) no-repeat;
  -webkit-animation: sprite_ani steps(55) 3s infinite;
  -ms-animation: sprite_ani steps(55) 3s infinite;
  animation: sprite_ani steps(55) 3s infinite;
}
.bg_loop.lesson4 {
  width: 816px;
  height: 890px;
  left: 152px;
  top: -89px;
  scale: 0.67;
  background: url(../../src/img/bg_loop_04.png) no-repeat;
  -webkit-animation: sprite_ani steps(55) 3s infinite;
  -ms-animation: sprite_ani steps(55) 3s infinite;
  animation: sprite_ani steps(55) 3s infinite;
}
.window {
  position: absolute;
  left: 195px;
  top: -14px;
  width: 726px;
  height: 679px;
  z-index: 100;
  pointer-events: none;
  background: url(../../src/img/window_02.svg) no-repeat;
}

.window.lesson1 {background: url(../../src/img/window_01.svg) no-repeat;}
.window.lesson2 {background: url(../../src/img/window_02.svg) no-repeat;}
.window.lesson3 {background: url(../../src/img/window_03.svg) no-repeat;}
.window.lesson4 {background: url(../../src/img/window_04.svg) no-repeat;}

.archive_pop {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
  background: url(../../src/img/archive_bg.png) no-repeat;
  /* background: url(../img/archive_guide.png) no-repeat; */
  background-color: rgba(112, 112, 112, 0.8);
}

.archive_pop.on {
  display: block;
  z-index: 110;
}


.archive_close {
  position: absolute;
  left: 1195px;
  top: 42px;
  width: 44px;
  height: 44px;
  background: url(../../src/img/archive_close_btn.svg) no-repeat;
}

.archive_close.hover {
  background: url(../../src/img/archive_close_hover_btn.svg) no-repeat;
}


.a_title {
  font-family: 'NanumSquareRoundEB';
  position: absolute;
  left: 555px;
  top: 30px;
  font-size: 28px;
  color: #ffffff;
}

.tg {
  position: absolute;
  left: 77px;
  top: 79px;
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  /* border-color: black;
  border-style: solid;
  border-width: 1px; */
  font-family: 'NanumSquareRoundEB';
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
  word-break: normal;
}

.tg th {
  /* border-color: black;
  border-style: solid;
  border-width: 1px; */
  font-family: 'NanumSquareRoundEB';
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
  word-break: normal;
  height: 94px;
}

.tg .tg-lboi {
  text-align: left;
  vertical-align: middle
}

.tg .tg-9wq8 {
  text-align: center;
  vertical-align: middle
}

.tg .tg-nrix {
  text-align: center;
  vertical-align: middle
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(1) {
  color: #ffffff;
  width: 118px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(2) {
  width: 216px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(3) {
  width: 88px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(4) {
  width: 88px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(5) {
  width: 88px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(6) {
  width: 87px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(7) {
  width: 88px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(8) {
  width: 88px;
  height: 28px;
  padding: 0px 5px;
  line-height: 2px;
  vertical-align: bottom;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(9) {
  width: 88px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(10) {
  width: 88px;
}

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(2) .tg-9wq8 {
  font-size: 14px;
  color: #CC9966;
  width: 88px;
  height: 10px;
}


.tg td[rowspan="3"] {
  height: 118px;
}

.tg td[rowspan="4"] {
  height: 154px;
}

.tg td.num_t {
  text-align: left;
  text-indent: 10px;
  letter-spacing: -0.5px;
}

.tg td span.btn {
  width: 24px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 29px;
}

.tg td span.pdf {
  background: url(../../src/img/pdf.svg) no-repeat;
}

.tg td span.ppt {
  background: url(../../src/img/ppt.svg) no-repeat;
}

.tg td span.hwp {
  background: url(../../src/img/hwp.svg) no-repeat;
}

.tg td span.zip {
  background: url(../../src/img/zip.svg) no-repeat;
}

.tg td span.download {
  background: url(../../src/img/download.svg) no-repeat;
}



.chapter_box {
  position: absolute;
  left: 90px;
  top: 100px;
  width: 458px;
  height: 368px;
}
.t_num {
  position: relative;
  left: 224px;
  top: 0px;
  width: 36px;
  height: 36px;
  background: #DD5F0A;
  border-radius: 20px;
  font-size: 26px;
  font-family: 'BMHANNA';
  color: #ffffff;
  line-height: 1.65em;
  text-align: center;
}
.c_title {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  font-family: 'br-b';
  display: block;
  height: 110px;
  line-height: 2.05em;
}
.chap_box {
  display: block;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #fbb04c;
  margin-bottom: 8px;
}
.c_num {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #DD5F0A;
  border-radius: 20px;
  font-size: 20px;
  font-family: 'NanumSquareRoundEB';
  color: #ffffff;
  line-height: 1.65em;
  text-align: center;
  margin: 2px 0px 0 10px;
}
.c_txt {
  display: inline-block;
  font-family: 'NanumSquareRoundEB';
  font-size: 24px;
  color: #ffffff;
  text-indent: 14px;
}
.ebook_btn {
  position: relative;
  left: 299px;
  top: -29px;
  width: 66px;
  height: 29px;
  background: url(../../src/img/ebook_btn.svg) no-repeat;
  pointer-events: none;
}
.ppt_btn {
  position: relative;
  left: 376px;
  top: -58px;
  width: 84px;
  height: 33px;
  background: url(../../src/img/ppt_btn.svg) no-repeat;
  pointer-events: none;
}


.ebook_btn.hover {
  background: url(../../src/img/ebook_btn_h.svg) no-repeat;
}
.ppt_btn.hover {
  background: url(../../src/img/ppt_btn_h.svg) no-repeat;
}


.chap_box:last-child {
  border-bottom: none;
}

.chap_close_btn {
  position: relative;
  left: 533px;
  top: 477px;
  width: 30px;
  height: 30px;
}

.lesson1 .t_num {background: #DD5F0A;}
.lesson2 .t_num {background: #1A6834;}
.lesson3 .t_num {background: #BA547B;}
.lesson4 .t_num {background: #1183AA;}

.lesson1 .c_num {background: #DD5F0A;}
.lesson2 .c_num {background: #1A6834;}
.lesson3 .c_num {background: #BA547B;}
.lesson4 .c_num {background: #1183AA;}

.lesson1 .chap_close_btn {background: url(../../src/img/cha_close_btn.svg) no-repeat;}
.lesson2 .chap_close_btn {background: url(../../src/img/cha_close_btn_02.svg) no-repeat;}
.lesson3 .chap_close_btn {background: url(../../src/img/cha_close_btn_03.svg) no-repeat;}
.lesson4 .chap_close_btn {background: url(../../src/img/cha_close_btn_04.svg) no-repeat;}
.lesson1 .chap_close_btn.hover {background: url(../../src/img/cha_close_hover_btn.svg) no-repeat;}
.lesson2 .chap_close_btn.hover {background: url(../../src/img/cha_close_btn_hover_02.svg) no-repeat;}
.lesson3 .chap_close_btn.hover {background: url(../../src/img/cha_close_btn_hover_03.svg) no-repeat;}
.lesson4 .chap_close_btn.hover {background: url(../../src/img/cha_close_btn_hover_04.svg) no-repeat;}

/* 기본 애니메이션 */
@keyframes sprite_ani {
  to {background-position: right 0px;}
  from {background-position: 0px 0px;}
}
@-webkit-keyframes sprite_ani {
  to {background-position: right 0px;}
  from {background-position: 0px 0px;}
}
@-ms-keyframes sprite_ani {
  to {background-position: right 0px;}
  from {background-position: 0px 0px;}
}

.curtain.on {
  visibility: visible;
  animation-name: curtaindown;
  animation-duration: 1s;
}
.curtain.up {
  visibility: visible;
  animation-name: curtainup;
  animation-duration: 1s;
}

@keyframes curtaindown {
  0% { 
    top: -518px;
  }
  100% { 
    top: 45px;
  }
}

@keyframes curtainup {
  0% { 
    top: 45px;
  }
  100% { 
    top: -518px;
  }
}

.grade_3 .bg_loop.lesson1 {
  -webkit-animation: sprite_ani steps(83) 3.5s infinite;
  -ms-animation: sprite_ani steps(83) 3.5s infinite;
  animation: sprite_ani steps(83) 3.5s infinite;
  background: url(../../src/img/bg_loop_01_grade_3.png) no-repeat;
  scale: 0.67;
  width: 816px;
  height: 893px;
  left: 149px;
  top: -89px;
}
.grade_3 .bg_loop.lesson2 {
  -webkit-animation: sprite_ani steps(55) 3s infinite;
  -ms-animation: sprite_ani steps(55) 3s infinite;
  animation: sprite_ani steps(55) 3s infinite;
  background: url(../../src/img/bg_loop_02_grade_3.png) no-repeat;
  scale: 0.67;
  width: 816px;
  height: 893px;
  left: 149px;
  top: -89px;
}
.grade_3 .bg_loop.lesson3 {
  -webkit-animation: sprite_ani steps(57) 3s infinite;
  -ms-animation: sprite_ani steps(57) 3s infinite;
  animation: sprite_ani steps(57) 3s infinite;
  background: url(../../src/img/bg_loop_03_grade_3.png) no-repeat;
  scale: 0.67;
  width: 816px;
  height: 893px;
  left: 152px;
  top: -89px;
}
.grade_3 .bg_loop.lesson4 {
  -webkit-animation: sprite_ani steps(36) 2s infinite;
  -ms-animation: sprite_ani steps(36) 2s infinite;
  animation: sprite_ani steps(36) 2s infinite;
  background: url(../../src/img/bg_loop_04_grade_3.png) no-repeat;
  scale: 0.67;
  width: 816px;
  height: 893px;
  left: 151px;
  top: -89px;
}

.grade_3 .g4_only {visibility: hidden; opacity: 0; display: none; pointer-events: none;}


/* sample */

.sample .lesson1 .ebook_btn {pointer-events: none; opacity: 0.5;}
.sample .lesson2 .ebook_btn {pointer-events: none; opacity: 0.5;}
.sample .lesson2 .ppt_btn {pointer-events: none; opacity: 0.5;}
.sample .lesson3 .ebook_btn {pointer-events: none; opacity: 0.5;}
.sample .lesson3 .ppt_btn {pointer-events: none; opacity: 0.5;}
.sample .lesson4 .ebook_btn {pointer-events: none; opacity: 0.5;}
.sample .lesson4 .ppt_btn {pointer-events: none; opacity: 0.5;}

.sample .tg td span.btn {pointer-events: none; opacity: 0.5;}

#wrap.sample > main > div.archive_pop.on > table > tbody > tr:nth-child(1) > td > span {opacity: 1; pointer-events: all;}
#wrap.sample > main > div.archive_pop.on > table > tbody > tr:nth-child(2) > td > span {opacity: 1; pointer-events: all;}
#wrap.sample > main > div.archive_pop.on > table > tbody > tr:nth-child(3) > td > span {opacity: 1; pointer-events: all;}


.goHub {
  position: absolute;
  width: 100px;
  height: 50px;
  z-index: 999;
  bottom: 10px;
  right: 24px;
  cursor: pointer;
}
/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/reset.css ***!
  \*********************************************************************/
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;
    outline: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    word-break: keep-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
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;
}
legend, caption
{
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0
}
address, caption, cite, code, dfn, em, strong, b, th, var, h1, h2, h3, h4, h5, h6
{
    font-style: normal;
    font-weight: normal
}
body
{
    font-family: verdana, arial, sans-serif;
    font-size: 18px;

    /*
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
    */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    highlight-color: rgba(0, 0, 0, 0);
}
a
{
    text-decoration: none;
    cursor: pointer;
}
textarea, textarea:focus, textarea:hover
{
    outline: none;
    resize:none;
}
input:focus {
    outline: none;
}
video {
    outline: none;
    border: none;
}
