/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/common.css ***!
  \**********************************************************************/
@charset "utf-8";

/* font */
@font-face {
  font-family: "gregula";
  src: url(../../src/font/g-regula..woff2) format("woff2");
}
@font-face {
  font-family: "NanumG";
  src: url(../../src/font/NanumGothic..woff) format("woff");
}
@font-face {
  font-family: "NanumGB";
  src: url(../../src/font/NanumGothicBold..woff) format("woff");
}
@font-face {
  font-family: "NanumGEB";
  src: url(../../src/font/NanumGothicExtraBold..woff) format("woff");
}
@font-face {
	font-family: "EliceDigitalBaeum_Bold";
	src: url(../../src/font/EliceDigitalBaeum_Bold..woff) format("woff");
}
@font-face {
	font-family: "EliceDigitalBaeum_Regular";
	src: url(../../src/font/EliceDigitalBaeum_Regular..woff) format("woff");
}
@font-face {
	font-family: "JejuGothic";
	src: url(../../src/font/JejuGothic..woff) format("woff");
}
@font-face {
  font-family: "NanumSquareB";
  src: url(../../src/font/NanumSquareB..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;
}

.btn {
  cursor: pointer;
}
/*!*********************************************************************!*\
  !*** 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/chapter_ebook_btn_hover..svg)
  url(../../src/img/all_btn..svg)
  url(../../src/img/learn_btn_hover..svg)
  url(../../src/img/voca_btn_hover..svg)
  url(../../src/img/chapter_smart_btn_hover..svg)
  url(../../src/img/lesson_btn_bg_01_hover..svg)
  url(../../src/img/lesson_btn_bg_02_hover..svg)
  url(../../src/img/lesson_btn_bg_03_hover..svg)
  url(../../src/img/lesson_btn_bg_04_hover..svg)
  url(../../src/img/lesson_btn_bg_05_hover..svg)
  url(../../src/img/lesson_btn_bg_06_hover..svg)
  url(../../src/img/lesson_btn_bg_07_hover..svg)
  url(../../src/img/lesson_btn_bg_08_hover..svg)
  url(../../src/img/lesson_btn_bg_09_hover..svg)
  url(../../src/img/lesson_btn_bg_10_hover..svg)
  url(../../src/img/lesson_btn_bg_11_hover..svg)
  url(../../src/img/lesson_btn_bg_12_hover..svg)
  url(../../src/img/lesson_btn_bg_13_hover..svg)
  url(../../src/img/lesson_btn_bg_14_hover..svg);
}

body {
  /* background: #9eddd5; */
  /* background: url(../img/bg_pattern.png);
  background-size: cover; */
}
/* .dim.active {
  background: rgba(0, 0, 0, 0.25);
} */

#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-size: 1280px 720px;
}

.bike_1{
  position: absolute;
  left: 218px;
  top: 320px;
  width: 50px;
  height: 63px;
  background: url(../../src/img/bike_1..svg) no-repeat;
}
.bike_2{
  position: absolute;
  left: 566px;
  top: 510px;
  width: 55px;
  height: 83px;
  background: url(../../src/img/bike_2..svg) no-repeat;
}

.title {
  position: absolute;
  left: 24px;
  top: 20px;
  width: 247px;
  height: 98px;
  background: url(../../src/img/title..svg) no-repeat;
}

.lesson_btn:nth-child(1) {
  left: 344px;
  top: 96px;
  width: 196px;
  height: 133px;
  background: url(../../src/img/lesson_btn_bg_01..svg) no-repeat;
}
.lesson_btn:nth-child(2) {
  left: 186px;
  top: 128px;
  width: 179px;
  height: 193px;
  background: url(../../src/img/lesson_btn_bg_02..svg) no-repeat;
}
.lesson_btn:nth-child(3) {
  left: 301px;
  top: 241px;
  width: 179px;
  height: 146px;
  background: url(../../src/img/lesson_btn_bg_03..svg) no-repeat;
}
.lesson_btn:nth-child(4) {
  left: 460px;
  top: 144px;
  width: 179px;
  height: 151px;
  background: url(../../src/img/lesson_btn_bg_04..svg) no-repeat;
}
.lesson_btn:nth-child(5) {
  left: 635px;
  top: 67px;
  width: 143px;
  height: 131px;
  background: url(../../src/img/lesson_btn_bg_05..svg) no-repeat;
}
.lesson_btn:nth-child(6) {
  left: 736px;
  top: 119px;
  width: 179px;
  height: 152px;
  background: url(../../src/img/lesson_btn_bg_06..svg) no-repeat;
}
.lesson_btn:nth-child(7) {
  left: 578px;
  top: 240px;
  width: 179px;
  height: 122px;
  background: url(../../src/img/lesson_btn_bg_07..svg) no-repeat;
}
.lesson_btn:nth-child(8) {
  left: 441px;
  top: 328px;
  width: 136px;
  height: 120px;
  background: url(../../src/img/lesson_btn_bg_08..svg) no-repeat;
}
.lesson_btn:nth-child(9) {
  left: 534px;
  top: 398px;
  width: 179px;
  height: 124px;
  background: url(../../src/img/lesson_btn_bg_09..svg) no-repeat;
}
.lesson_btn:nth-child(10) {
  left: 694px;
  top: 315px;
  width: 199px;
  height: 118px;
  background: url(../../src/img/lesson_btn_bg_10..svg) no-repeat;
}
.lesson_btn:nth-child(11) {
  left: 865px;
  top: 191px;
  width: 144px;
  height: 140px;
  background: url(../../src/img/lesson_btn_bg_11..svg) no-repeat;
}
.lesson_btn:nth-child(12) {
  left: 967px;
  top: 290px;
  width: 179px;
  height: 115px;
  background: url(../../src/img/lesson_btn_bg_12..svg) no-repeat;
}
.lesson_btn:nth-child(13) {
  left: 809px;
  top: 344px;
  width: 179px;
  height: 154px;
  background: url(../../src/img/lesson_btn_bg_13..svg) no-repeat;
}
.lesson_btn:nth-child(14) {
  left: 670px;
  top: 449px;
  width: 142px;
  height: 132px;
  background: url(../../src/img/lesson_btn_bg_14..svg) no-repeat;
}
.lesson_btn.on:nth-child(1),
.lesson_btn.hover:nth-child(1) {  
  left: 339px;
  top: 91px;
  width: 206px;
  height: 143px;
  background: url(../../src/img/lesson_btn_bg_01_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(2),
.lesson_btn.hover:nth-child(2) {  
  left: 181px;
  top: 123px;
  width: 189px;
  height: 203px;
  background: url(../../src/img/lesson_btn_bg_02_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(3),
.lesson_btn.hover:nth-child(3) {  
  left: 296px;
  top: 236px;
  width: 189px;
  height: 156px;
  background: url(../../src/img/lesson_btn_bg_03_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(4),
.lesson_btn.hover:nth-child(4) {  
  left: 455px;
  top: 139px;
  width: 189px;
  height: 161px;
  background: url(../../src/img/lesson_btn_bg_04_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(5),
.lesson_btn.hover:nth-child(5) {  
  left: 630px;
  top: 62px;
  width: 153px;
  height: 141px;
  background: url(../../src/img/lesson_btn_bg_05_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(6),
.lesson_btn.hover:nth-child(6) {  
  left: 731px;
  top: 114px;
  width: 189px;
  height: 162px;
  background: url(../../src/img/lesson_btn_bg_06_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(7),
.lesson_btn.hover:nth-child(7) {  
  left: 573px;
  top: 235px;
  width: 189px;
  height: 132px;
  background: url(../../src/img/lesson_btn_bg_07_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(8),
.lesson_btn.hover:nth-child(8) {  
  left: 436px;
  top: 323px;
  width: 146px;
  height: 130px;
  background: url(../../src/img/lesson_btn_bg_08_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(9),
.lesson_btn.hover:nth-child(9) {  
  left: 529px;
  top: 393px;
  width: 189px;
  height: 134px;
  background: url(../../src/img/lesson_btn_bg_09_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(10),
.lesson_btn.hover:nth-child(10) {  
  left: 689px;
  top: 310px;
  width: 194px;
  height: 128px;
  background: url(../../src/img/lesson_btn_bg_10_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(11),
.lesson_btn.hover:nth-child(11) {  
  left: 860px;
  top: 186px;
  width: 154px;
  height: 150px;
  background: url(../../src/img/lesson_btn_bg_11_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(12),
.lesson_btn.hover:nth-child(12) {  
  left: 962px;
  top: 285px;
  width: 189px;
  height: 125px;
  background: url(../../src/img/lesson_btn_bg_12_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(13),
.lesson_btn.hover:nth-child(13) {  
  left: 804px;
  top: 339px;
  width: 189px;
  height: 164px;
  background: url(../../src/img/lesson_btn_bg_13_hover..svg) no-repeat;
}
.lesson_btn.on:nth-child(14),
.lesson_btn.hover:nth-child(14) {  
  left: 665px;
  top: 444px;
  width: 152px;
  height: 142px;
  background: url(../../src/img/lesson_btn_bg_14_hover..svg) no-repeat;
}
.lesson_btn:nth-child(1)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 31px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(2)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 39px;
  top: 91px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(3)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 44px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(4)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 51px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(5)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 24px;
  top: 34px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(6)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 51px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(7)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 21px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(8)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 19px;
  top: 28px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(9)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 24px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(10)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 39px;
  top: 14px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(11)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 26px;
  top: 45px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(12)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 14px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(13)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 41px;
  top: 54px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(14)::before {
  content: '';
  transform: skew(300deg, 30deg);
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  left: 21px;
  top: 41px;
  /* background: #000000;
  opacity: 0.5; */
}
.lesson_btn:nth-child(1) .lesson_icon {
  left: 45px;
  top: 70px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(2) .lesson_icon {
  left: 45px;
  top: 129px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(3) .lesson_icon {
  left: 45px;
  top: 84px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(4) .lesson_icon {
  left: 45px;
  top: 89px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(5) .lesson_icon {
  left: 31px;
  top: 68px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(6) .lesson_icon {
  left: 45px;
  top: 89px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(7) .lesson_icon {
  left: 45px;
  top: 61px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(8) .lesson_icon {
  left: 22px;
  top: 56px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(9) .lesson_icon {
  left: 45px;
  top: 59px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(10) .lesson_icon {
  left: 45px;
  top: 52px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(11) .lesson_icon {
  left: 31px;
  top: 77px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(12) .lesson_icon {
  left: 45px;
  top: 52px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(13) .lesson_icon {
  left: 45px;
  top: 93px;
  width: 45px; 
  height: 59px;
}
.lesson_btn:nth-child(14) .lesson_icon {
  left: 27px;
  top: 70px;
  width: 45px; 
  height: 59px;
}
.lesson_icon.icon_1 {background: url(../../src/img/lesson_btn_icon_01..svg) no-repeat;}
.lesson_icon.icon_2 {background: url(../../src/img/lesson_btn_icon_02..svg) no-repeat;}
.lesson_icon.icon_3 {background: url(../../src/img/lesson_btn_icon_03..svg) no-repeat;}
.lesson_icon.icon_4 {background: url(../../src/img/lesson_btn_icon_04..svg) no-repeat;}
.lesson_icon.icon_5 {background: url(../../src/img/lesson_btn_icon_05..svg) no-repeat;}
.lesson_icon.icon_6 {background: url(../../src/img/lesson_btn_icon_06..svg) no-repeat;}
.lesson_icon.icon_7 {background: url(../../src/img/lesson_btn_icon_07..svg) no-repeat;}
.lesson_icon.icon_8 {background: url(../../src/img/lesson_btn_icon_08..svg) no-repeat;}
.lesson_icon.icon_9 {background: url(../../src/img/lesson_btn_icon_09..svg) no-repeat;}
.lesson_icon.icon_10 {background: url(../../src/img/lesson_btn_icon_10..svg) no-repeat;}
.lesson_icon.icon_11 {background: url(../../src/img/lesson_btn_icon_11..svg) no-repeat;}
.lesson_icon.icon_12 {background: url(../../src/img/lesson_btn_icon_12..svg) no-repeat;}
.lesson_icon.icon_13 {background: url(../../src/img/lesson_btn_icon_13..svg) no-repeat;}
.lesson_icon.icon_14 {background: url(../../src/img/lesson_btn_icon_14..svg) no-repeat;}
.lesson_btn:nth-child(1).hover .lesson_icon {left: 50px;top: 75px;}
.lesson_btn:nth-child(2).hover .lesson_icon {left: 50px;top: 134px;}
.lesson_btn:nth-child(3).hover .lesson_icon {left: 50px;top: 89px;}
.lesson_btn:nth-child(4).hover .lesson_icon {left: 50px;top: 94px;}
.lesson_btn:nth-child(5).hover .lesson_icon {left: 36px;top: 73px;}
.lesson_btn:nth-child(6).hover .lesson_icon {left: 50px;top: 94px;}
.lesson_btn:nth-child(7).hover .lesson_icon {left: 50px;top: 66px;}
.lesson_btn:nth-child(8).hover .lesson_icon {left: 27px;top: 61px;}
.lesson_btn:nth-child(9).hover .lesson_icon {left: 50px;top: 64px;}
.lesson_btn:nth-child(10).hover .lesson_icon {left: 50px;top: 57px;}
.lesson_btn:nth-child(11).hover .lesson_icon {left: 36px;top: 82px;}
.lesson_btn:nth-child(12).hover .lesson_icon {left: 50px;top: 57px;}
.lesson_btn:nth-child(13).hover .lesson_icon {left: 50px;top: 98px;}
.lesson_btn:nth-child(14).hover .lesson_icon {left: 32px;top: 75px;}
.lesson_btn:nth-child(1).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(2).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(3).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(4).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(5).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(6).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(7).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(8).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(9).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(10).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(11).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(12).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(13).on .lesson_icon {opacity: 0;}
.lesson_btn:nth-child(14).on .lesson_icon {opacity: 0;}

.lesson_btn {
  position: absolute;
  pointer-events: none;
}
.lesson_btn.on{
  z-index: 1;
}
.lesson_btn::before {
  pointer-events: all;
}
.lesson_btn .lesson_icon {
  position: relative;
}

.lesson_btn.hover::before {
  margin: 10px 0px 0px 10px;
}

/* 전체보기 버튼 */
.all_btn {
  position: absolute;
  left: 1155px;
  top: -5px;
  width: 82px;
  height: 102px;
  background: url(../../src/img/all_btn_hover..svg) no-repeat;
  pointer-events: none;
}

.all_btn.hover {
  background: url(../../src/img/all_btn..svg) no-repeat;
}
.help_btn {
  position: absolute;
  left: 1155px;
  top: 97px;
  width: 82px;
  height: 95px;
  background: url(../../src/img/help_btn_hover..svg) no-repeat;
  pointer-events: none;
}

.help_btn.hover {
  background: url(../../src/img/help_btn..svg) no-repeat;
}
/* 학습자료 버튼 */
.learn_btn {
  position: absolute;
  left: 934px;
  top: 579px;
  width: 216px;
  height: 127px;
  background: url(../../src/img/learn_btn..svg) no-repeat;
  pointer-events: none;
}

.learn_btn.hover {
  background: url(../../src/img/learn_btn_hover..svg) no-repeat;
}
/* 단어 게임 버튼 */
.voca_btn {
  position: absolute;
  left: 1030px;
  top: 436px;
  width: 216px;
  height: 127px;
  background: url(../../src/img/voca_btn..svg) no-repeat;
  pointer-events: none;
}

.voca_btn.hover {
  background: url(../../src/img/voca_btn_hover..svg) no-repeat;
}
/* 단어장 버튼 */
.new_voca_btn {
  position: absolute;
  left: 55px;
  top: 489px;
  width: 200px;
  height: 200px;
  background: url(../../src/img/new_voca_btn..svg) no-repeat;
  pointer-events: none;
}

.new_voca_btn.hover {
  top: 484px;
  background: url(../../src/img/new_voca_btn_hover..svg) no-repeat;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* 챕터 팝업 */
/* chapter 목차 */
#chapter_popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
  pointer-events: none;
  display: none;
}

#chapter_popup .chapter_bg {
  position: absolute;
  left: 45px;
  top: 33px;
  width: 1190px;
  height: 654px;
  display: inline-block;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

#chapter_popup.active {
  display: inline-block;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.25);
}

#chapter_popup .chapter_title_box {
  position: relative;
  left: 22px;
  top: -1px;
  width: 266px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 0px 30px 30px 0px;
  border-left: none;
  background: #FF8D98;
  text-indent: 5px;
  z-index: 5;
}
#chapter_popup .chapter_content.chap_5 .chapter_title_box {width: 330px;}
#chapter_popup .chapter_content.chap_5 .chapter_list_btn {width: 266px;}
#chapter_popup .chapter_content.chap_5 .chapter_list_box {width: 288px;}
#chapter_popup .chapter_content.chap_5 .ebook_btn {left: 209px;}
#chapter_popup .chapter_content.chap_5 .smart_btn {left: 239px;}
#chapter_popup .chapter_content.chap_5 .chapter_list_btn.hover .ebook_btn {left: 210px;}
#chapter_popup .chapter_content.chap_5 .chapter_list_btn.hover .smart_btn {left: 240px;}
#chapter_popup .chapter_content.chap_5 .chapter_close_btn {left: 355px;}

#chapter_popup .chapter_content.chap_8 .chapter_title_box {width: 300px;}
#chapter_popup .chapter_content.chap_8 .chapter_list_btn {width: 236px;}
#chapter_popup .chapter_content.chap_8 .chapter_list_box {width: 258px;}
#chapter_popup .chapter_content.chap_8 .ebook_btn {left: 179px;}
#chapter_popup .chapter_content.chap_8 .smart_btn {left: 209px;}
#chapter_popup .chapter_content.chap_8 .chapter_list_btn.hover .ebook_btn {left: 180px;}
#chapter_popup .chapter_content.chap_8 .chapter_list_btn.hover .smart_btn {left: 210px;}
#chapter_popup .chapter_content.chap_8 .chapter_close_btn {left: 325px;}

#chapter_popup .chapter_content.chap_11 .chapter_title_box {width: 332px;}
#chapter_popup .chapter_content.chap_11 .chapter_list_btn {width: 280px;}
#chapter_popup .chapter_content.chap_11 .chapter_list_box {width: 297px;}
#chapter_popup .chapter_content.chap_11 .ebook_btn {left: 219px;}
#chapter_popup .chapter_content.chap_11 .smart_btn {left: 249px;}
#chapter_popup .chapter_content.chap_11 .chapter_list_btn.hover .ebook_btn {left: 220px;}
#chapter_popup .chapter_content.chap_11 .chapter_list_btn.hover .smart_btn {left: 250px;}
#chapter_popup .chapter_content.chap_11 .chapter_close_btn {left: 359px;}

#chapter_popup .chapter_content.chap_14 .chapter_title_box {width: 415px;}
#chapter_popup .chapter_content.chap_14 .chapter_list_btn {width: 351px;}
#chapter_popup .chapter_content.chap_14 .chapter_list_box {width: 373px;}
#chapter_popup .chapter_content.chap_14 .ebook_btn {left: 294px;}
#chapter_popup .chapter_content.chap_14 .smart_btn {left: 324px;}
#chapter_popup .chapter_content.chap_14 .chapter_list_btn.hover .ebook_btn {left: 295px;}
#chapter_popup .chapter_content.chap_14 .chapter_list_btn.hover .smart_btn {left: 325px;}
#chapter_popup .chapter_content.chap_14 .chapter_close_btn {left: 440px;}


#chapter_popup #title_ico.lesson_icon {
  position: absolute;
  left: -22px;
  top: -7px;
  width: 45px;
  height: 59px;
}

#chapter_popup .chapter_title {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7em;
  font-family: 'gregula';
}

#chapter_popup .chapter_list_box {
  position: absolute;
  left: 41px;
  top: 35px;
  width: 228px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  background: #ffffff;
  border: 3px solid #FF5A72;
  border-radius: 0px 0px 20px 20px;
  z-index: 3;
  align-items: center;
}

#chapter_popup .chapter_list_btn {
  position: relative;
  width: 206px;
  height: 26px;
  line-height: 1.5em;
  border-radius: 7px;
  text-align: left;
  font-size: 16px;
  color: #000000;
  font-family: 'NanumGB';
  padding: 1px 6px;
}
#chapter_popup .chapter_list_btn.active, #chapter_popup .chapter_list_btn.hover {
  background: #ffcfc6;
}

#chapter_popup .chapter_list_btn:first-child {margin-top: 5px;}
#chapter_popup .chapter_list_btn:not(:first-child) {margin-top: 2px;} 
#chapter_popup .chapter_list_btn:not(:last-child) {margin-bottom: 2px;} 
#chapter_popup .chapter_list_btn:last-child {margin-bottom: 8px;}

#chapter_popup .chapter_list_btn .ebook_btn {
  position: absolute;
  display: block;
  left: 150px;
  top: 1px;
  width: 24px;
  height: 24px;
  background: url(../../src/img/chapter_ebook_btn..svg) no-repeat;
  pointer-events: none;
}

#chapter_popup .chapter_list_btn .smart_btn {
  position: absolute;
  display: block;
  left: 180px;
  top: 1px;
  width: 24px;
  height: 24px;
  background: url(../../src/img/chapter_smart_btn..svg) no-repeat;
  pointer-events: none;
}

#chapter_popup .chapter_list_btn.active .ebook_btn,
#chapter_popup .chapter_list_btn.hover .ebook_btn {
  left: 151px;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url(../../src/img/chapter_ebook_btn_hover..svg) no-repeat;
}

#chapter_popup .chapter_list_btn.active .smart_btn,
#chapter_popup .chapter_list_btn.hover .smart_btn {
  left: 181px;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url(../../src/img/chapter_smart_btn_hover..svg) no-repeat;
}


#chapter_popup .chapter_close_btn {
  position: relative;
  left: 291px;
  top: -41px;
  width: 40px;
  height: 40px;
  background: url(../../src/img/chapter_close_btn..svg) no-repeat;
}
#chapter_popup .chapter_close_btn.hover {
  background: url(../../src/img/chapter_close_btn_hover..svg) no-repeat;
}

#chapter_popup .chapter_content {
  position: absolute;
  width: 300px;
  height: 300px;
}

#chapter_popup .chapter_content.chap_1 {left: 489px;top: 132px;}
#chapter_popup .chapter_content.chap_2 {left: 331px;top: 223px;}
#chapter_popup .chapter_content.chap_3 {left: 446px;top: 291px;}
#chapter_popup .chapter_content.chap_4 {left: 602px;top: 181px;}
#chapter_popup .chapter_content.chap_5 {left: 746px;top: 91px;}
#chapter_popup .chapter_content.chap_6 {left: 878px;top: 156px;}
#chapter_popup .chapter_content.chap_7 {left: 723px;top: 252px;}
#chapter_popup .chapter_content.chap_8 {left: 543px;top: 345px;}
#chapter_popup .chapter_content.chap_9 {left: 674px;top: 409px;}
#chapter_popup .chapter_content.chap_10 {left: 834px;top: 318px;}
#chapter_popup .chapter_content.chap_11 {left: 866px;top: 274px;}
#chapter_popup .chapter_content.chap_12 {left: 931px;top: 318px;}
#chapter_popup .chapter_content.chap_13 {left: 804px;top: 410px;}
#chapter_popup .chapter_content.chap_14 {left: 697px;top: 525px;}

/* 전체 보기 팝업 */
#all_popup {
  position: relative;
  display: block;
  width: 1280px;
  height: 720px;
  background: url(../../src/img/pop..png) no-repeat;
  opacity: 0;
  pointer-events: none;
}
#all_popup.active {
  opacity: 1;
  pointer-events: all;
}

.all_close_btn {
  position: absolute;
  right: 18px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}


/* animation */
.lesson_btn {
  transform: scale(0);
  animation-duration: 0.5s;
  animation-iteration-count: inherit;
  animation-fill-mode: forwards;
}

.dung_ani {
  animation-name: dung_ani;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.les_dung_ani {
  animation-name: les_dung_ani;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes lbani {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lbani {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes lbani {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

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


/* 버튼 둥둥~ 애니메이션 */
@keyframes dung_ani {
  0%{transform:translate(0,-10px);}
  50%{transform:translate(0,10px);}
  100%{transform:translate(0,-10px);}
}
@-webkit-keyframes dung_ani {
  0%{transform:translate(0,-10px);}
  50%{transform:translate(0,10px);}
  100%{transform:translate(0,-10px);}
}
@-ms-keyframes dung_ani {
  0%{transform:translate(0,-10px);}
  50%{transform:translate(0,10px);}
  100%{transform:translate(0,-10px);}
}

@keyframes les_dung_ani {
  0%{transform:translate(0,0);}
  50%{transform:translate(0,-10px);}
  100%{transform:translate(0,0);}
}
@-webkit-keyframes les_dung_ani {
  0%{transform:translate(0,0);}
  50%{transform:translate(0,-10px);}
  100%{transform:translate(0,0);}
}
@-ms-keyframes les_dung_ani {
  0%{transform:translate(0,0);}
  50%{transform:translate(0,-10px);}
  100%{transform:translate(0,0);}
}



#chapter_popup > .chapter_content.chap_14 > div.chapter_list_box > div:nth-child(2) > div.list_text {
  letter-spacing: -1px;
}
#chapter_popup > .chapter_content.chap_14 > div.chapter_list_box > div:nth-child(1) > div.list_text {
  letter-spacing: -1px;
}

.notice {
  position: absolute;
  left: 14px;
  bottom: 10px;
  display: block;
  color: #00576a;
  font-size: 17px;
  font-family: 'NanumSquareB';
}
/*!*********************************************************************!*\
  !*** 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;
}
