/*!**********************************************************************!*\
  !*** 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(../img/char_sprite.png)
    url(../img/bg_grade_4.png)
    url(../img/bg.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-size: 1280px 720px;
}

.logo {
  position: absolute;
  right: 28px;
  bottom: 5px;
  width: 91px;
  height: 35px;
  background: url(../../src/img/logo.svg) no-repeat;
  z-index: 108;
}

.char {
  position: absolute;
  left: 658px;
  top: 50px;
  width: 597px;
  height: 710px;
  -webkit-animation: sprite_ani steps(24) 1.5s infinite;
  -ms-animation: sprite_ani steps(24) 1.5s infinite;
  animation: sprite_ani steps(24) 1.5s infinite;
  z-index: 105;
}

.char_b {
  position: absolute;
  left: 109px;
  top: 621px;
  width: 130px;
  height: 80px;
  z-index: 103;
}

.archive_btn {
  position: absolute;
  left: 1135px;
  top: 10px;
  width: 133px;
  height: 28px;
  background: url(../../src/img/archive_btn.svg) no-repeat;
}

.help_btn {
  position: absolute;
  left: 1135px;
  top: 10px;
  width: 133px;
  height: 28px;
  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: 10px;
  color: #CC7B23;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

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

.title {
  position: absolute;
  left: 22px;
  top: 44px;
  width: 140px;
  height: 70px;
}

.grade_3 .grade {
  background: #F4A347;
}

.grade_4 .grade {
  background: #78B521;
}

.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;
}

.curtain {
  position: absolute;
  left: 237px;
  top: 45px;
  width: 614px;
  height: 609px;
  overflow: hidden;
  z-index: 50;
}

.bg_loop {
  position: absolute;
  left: 286px;
  top: 59px;
  width: 544px;
  height: 593px;
  -webkit-animation: sprite_ani steps(83) 3s infinite;
  -ms-animation: sprite_ani steps(83) 3s infinite;
  animation: sprite_ani steps(83) 3s infinite;
}

.window {
  position: absolute;
  left: 195px;
  top: -14px;
  width: 726px;
  height: 679px;
  z-index: 100;
  pointer-events: none;
}

.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: 1113px;
  top: 102px;
  width: 44px;
  height: 44px;
  background: url(../../src/img/archive_close_btn.svg) no-repeat;
}

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


.a_title {
  font-family: 'NanumSquareRoundEB';
  position: absolute;
  left: 125px;
  top: 76px;
  font-size: 28px;
  color: #ffffff;
  width: 245px;
  text-align: center;
}

.tg {
  position: absolute;
  left: 145px;
  top: 127px;
  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: 85px;
}

.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: 141px;
}

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

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

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

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

#wrap>main>div.archive_pop.on>table>thead>tr:nth-child(1)>th:nth-child(6) {
  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(7) {
  width: 92px;
}

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

#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: 58px;
  height: 10px;
}

#wrap>main>div.archive_pop.on>table>tbody>tr>td>span.l16 {
  left: 16px;
}

#wrap>main>div.archive_pop.on>table>tbody>tr>td:last-child span {
  left: 31px;
}

.tg td[rowspan="1"] {
  height: 48px;
}

.tg td[rowspan="2"] {
  height: 104px;
}

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

.tg td.num_t {
  text-align: left;
  text-indent: 12px;
}

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

.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;
}

.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;
}


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

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





/* 기본 애니메이션 */
@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 {
  animation-name: curtaindown;
  animation-duration: 2s;
}

.curtain.up {
  animation-name: curtainup;
  animation-duration: 2s;
}

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

  100% {
    top: 45px;
  }
}

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

  100% {
    top: -518px;
  }
}



.content_box {
  position: absolute;
  left: 185px;
  top: 136px;
  width: 311px;
  height: 478px;
}

.lesson_t {
  width: 100%;
  height: 40px;
  border-radius: 0px 12px 12px 12px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'OneMobilePop';
  text-indent: 18px;
  line-height: 1.5em;
  margin-bottom: 17px;
}

.chapter_btn {
  font-size: 20px;
  font-family: 'NanumSquareRoundEB';
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 22px;
  height: 31px;
}

.lesson_t.lesson01 {
  background: #55B651;
}

.lesson_t.lesson02 {
  margin-bottom: 13px;
  background: #33A1DB;
}

.lesson_t.lesson03 {
  margin-bottom: 14px;
  background: #B979B1;
}

.chapter_btn::before {
  content: '';
  position: relative;
  left: -15px;
  top: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
}


.chapter_btn.on {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}



.chap_1_2 {
  margin-bottom: 23px;
}

.chap_2_3 {
  margin-bottom: 20px;
}

.chap_1_1::before {
  background: url(../../src/img/chap_1_1.svg) no-repeat;
}

.chap_1_2::before {
  background: url(../../src/img/chap_1_2.svg) no-repeat;
}

.chap_2_1::before {
  background: url(../../src/img/chap_2_1.svg) no-repeat;
}

.chap_2_2::before {
  background: url(../../src/img/chap_2_2.svg) no-repeat;
}

.chap_2_3::before {
  background: url(../../src/img/chap_2_3.svg) no-repeat;
}

.chap_3_1::before {
  background: url(../../src/img/chap_3_1.svg) no-repeat;
}

.chap_3_2::before {
  background: url(../../src/img/chap_3_2.svg) no-repeat;
}


.corner_box {
  display: none;
  position: absolute;
  left: 510px;
  top: 140px;
  width: 458px;
  height: 485px;
  border: 2px solid;
  border-radius: 25px;
  border-color: #55B651;
  background-color: #ffffff;
  z-index: 108;
}

.corner_box.on {
  display: block;
}


.corner_box::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 52px;
  width: 25px;
  height: 31px;
  background-size: 28px 31px;
}


.cat {
  position: absolute;
  left: 538px;
  top: 97px;
  display: none;
  width: 70px;
  height: 52px;
  background: url(../../src/img/cat.svg) no-repeat;
}

.cat.on {
  display: block;
  z-index: 109;
  width: 155px;
  height: 103px;
  scale: 0.5;
  left: 501px;
  top: 71px;
  background: url(../../src/img/cat_sprite.png) no-repeat;
  -webkit-animation: sprite_ani steps(29) 1.5s infinite;
  -ms-animation: sprite_ani steps(29) 1.5s infinite;
  animation: sprite_ani steps(29) 1.5s infinite;
}



.corner_box.lesson01 {
  border-color: #55B651;
}

.corner_box.lesson02 {
  border-color: #33A1DB;
}

.corner_box.lesson03 {
  border-color: #B979B1;
}

.corner_box.lesson01::before {
  background: url(../../src/img/chap_semo_01.svg) no-repeat;
}

.corner_box.lesson02::before {
  background: url(../../src/img/chap_semo_02.svg) no-repeat;
}

.corner_box.lesson03::before {
  background: url(../../src/img/chap_semo_03.svg) no-repeat;
}

.corner_box.chap01::before {
  top: 52px;
}

.corner_box.chap02::before {
  top: 94px;
}

.corner_box.chap03::before {
  top: 202px;
}

.corner_box.chap04::before {
  top: 244px;
}

.corner_box.chap05::before {
  top: 288px;
}

.corner_box.chap06::before {
  top: 392px;
}

.corner_box.chap07::before {
  top: 436px;
}

.corner_box.lesson01 .c_close_btn {
  background: url(../../src/img/chap_box_close_01.svg) no-repeat;
}

.corner_box.lesson02 .c_close_btn {
  background: url(../../src/img/chap_box_close_02.svg) no-repeat;
}

.corner_box.lesson03 .c_close_btn {
  background: url(../../src/img/chap_box_close_03.svg) no-repeat;
}

.corner_box.lesson01 .c_close_btn.hover {
  background: url(../../src/img/chap_box_close_01_h.svg) no-repeat;
}

.corner_box.lesson02 .c_close_btn.hover {
  background: url(../../src/img/chap_box_close_02_h.svg) no-repeat;
}

.corner_box.lesson03 .c_close_btn.hover {
  background: url(../../src/img/chap_box_close_03_h.svg) no-repeat;
}

.corner_box.lesson01 .c_title {
  background: #55B651;
}

.corner_box.lesson02 .c_title {
  background: #33A1DB;
}

.corner_box.lesson03 .c_title {
  background: #B979B1;
}

.c_close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 414px;
  top: 16px;
}

.c_title {
  position: relative;
  left: 19px;
  top: 14px;
  height: 32px;
  border-radius: 16px;
  display: inline-block;
  padding: 0px 25px;
  text-align: center;
  line-height: 1.6em;
  color: #ffffff;
  font-size: 20px;
  font-family: 'NanumSquareRoundEB';
  margin-bottom: 27px;
}

.corner_t {
  width: 400px;
  height: 31px;
  margin-left: 29px;
  font-family: 'NanumSquareRoundEB';
  font-size: 16px;
  margin-bottom: 7.5px;
  line-height: 1.8em;
  text-indent: 15px;
  border-bottom: 2px solid #EDEDED;
}

.ebook_btn {
  position: relative;
  left: 264px;
  top: -28px;
  width: 64px;
  height: 24px;
  background: url(../../src/img/ebook_btn.svg) no-repeat;
  pointer-events: none;
}

.smart_btn {
  position: relative;
  left: 334px;
  top: -52px;
  width: 64px;
  height: 24px;
  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;
}

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



.corner_box::-webkit-scrollbar {
  width: 8px;
}

.corner_box::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

.corner_box::-webkit-scrollbar-thumb {
  border-radius: 25px;
}

.corner_box::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 25px;
}


#wrap.grade_3 .bg {
  background: url(../../src/img/bg.png) no-repeat;
}

#wrap.grade_4 .bg {
  background: url(../../src/img/bg_grade_4.png) no-repeat;
}

#wrap.grade_4 .notice {
  color: #5B8400;
}

#wrap.grade_3 .char {
  background: url(../../src/img/char_sprite.png) no-repeat;
}

#wrap.grade_4 .char {
  position: absolute;
  left: 597px;
  top: 44px;
  width: 685px;
  height: 681px;
  -webkit-animation: sprite_ani steps(24) 1.5s infinite;
  -ms-animation: sprite_ani steps(24) 1.5s infinite;
  animation: sprite_ani steps(24) 1.5s infinite;
  background: url(../../src/img/char_sprite_grade_4.png) no-repeat;
  z-index: 105;
}

#wrap.grade_3>main>div.corner_box.on.lesson01.chap01>div:nth-child(8) {
  letter-spacing: -0.5px;
  font-size: 15px;
}


#wrap.grade_3>main>div.corner_box.on.lesson01.chap01>div:nth-child(8) .ebook_btn.btn {
  top: -27px;
}

#wrap.grade_3>main>div.corner_box.on.lesson01.chap01>div:nth-child(8) .smart_btn.btn {
  top: -51px;
}



/* sample */

.sample .chap_1_1 {
  opacity: 0.5;
  pointer-events: none;
}

.sample .chap_1_2 {
  opacity: 0.5;
  pointer-events: none;
}

.sample .chap_3_1 {
  opacity: 0.5;
  pointer-events: none;
}

.sample .chap_3_2 {
  opacity: 0.5;
  pointer-events: none;
}

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

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

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

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

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

#wrap.grade_4>main>div.archive_pop.on>table>tbody>tr:nth-child(5)>td:nth-child(5)>span {
  visibility: hidden;
}

.sample .ebook_btn {
  opacity: 0.5;
  pointer-events: none;
}

.goHub {
  position: absolute;
  width: 100px;
  height: 50px;
  z-index: 999;
  bottom: 0px;
  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;
}
