/*Global*/
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, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 'pretendard', 'Noto-sans Kr', Arial, Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
}

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

@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  min-width: 360px;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }

hr {
  display: block;
  border: 0;
  margin: 0;
}

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

input, select, textarea {
  font-family: inherit;
  outline: none;
}

img {
  vertical-align: top;
}

h1 {
  font-family: 'S-CoreDream';
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
}

h2 {
  font-family: 'S-CoreDream';
  font-weight: 800;
  font-size: 20px;
}

@media(min-width: 1280px){
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }
}

/*FREE TRIAL*/
.container-trial {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1280px;
}

.container-trial {
  --color-point-orange: #FF6912;
}

.point-orange {
  color: var(--color-point-orange);
}

.container-trial .row {
  margin-right: 0;
  margin-left: 0;
}

.container-trial .row > * {
  padding: 0;
  margin: 0;
}


/*WORRY*/
.container-trial .worry {
  width: 100%;
  background: url(/home/skin2/assets/images/trial/worry-img01.png), #FFD9C3;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 250px;
}

.container-trial .worry .speech {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-bottom: 230px; /*background img view*/
  width: 100%;
}

.container-trial .worry .speech-bubble {
	position: relative;
  padding: 20px;
  width: 100%;
	background-color: #FFFFFF;
	border-radius: 15px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 5%);
  text-align: center;
}

.container-trial .worry .speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #FFFFFF;
	border-bottom: 0;
	margin-left: -12px;
	margin-bottom: -12px;
}

.container-trial .worry .speech-bubble p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 120%;
}

.container-trial .worry .speech-bubble p.point {
  font-size: 18px;
  color: var(--color-point-orange);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 120%;
}

@media(min-width:768px){
  .container-trial .worry .speech {
    display: block;
    padding: 0;
    min-height: 500px;
  }

  .container-trial .worry .speech .pc-position:nth-child(1) {
    position: absolute;
    left: 0;
    top: 30px;
  }

  .container-trial .worry .speech .pc-position:nth-child(2) {
    position: absolute;
    right: 0;
    top: 40px;
  }

  .container-trial .worry .speech .pc-position:nth-child(3) {
    position: absolute;
    left: 30px;
    top: 170px;
  }

  .container-trial .worry .speech .pc-position:nth-child(4) {
    position: absolute;
    right: 30px;
    top: 200px;
  }

  .container-trial .worry .speech-bubble {
    min-width: 300px;
  }
}

@media(min-width:992px){
  .container-trial .worry .speech .pc-position:nth-child(1) {
    left: 50px;
  }

  .container-trial .worry .speech .pc-position:nth-child(2) {
    right: 50px;
  }

  .container-trial .worry .speech .pc-position:nth-child(3) {
    left: 80px;
  }

  .container-trial .worry .speech .pc-position:nth-child(4) {
    right: 80px;
  }
}

@media(min-width:1280px){
  .container-trial .worry {
    background-size: auto 400px;
  }
  
  .container-trial .worry .speech {
    display: block;
    padding: 0;
    min-height: 550px;
  }

  .container-trial .worry .speech .pc-position:nth-child(1) {
    position: absolute;
    left: 110px;
    top: 50px;
  }

  .container-trial .worry .speech .pc-position:nth-child(2) {
    position: absolute;
    right: 85px;
    top: 100px;
  }

  .container-trial .worry .speech .pc-position:nth-child(3) {
    position: absolute;
    left: 55px;
    top: 310px;
  }

  .container-trial .worry .speech .pc-position:nth-child(4) {
    position: absolute;
    right: 60px;
    top: 310px;
  }

  .container-trial .worry .speech-bubble {
    min-width: 400px;
  }
}

/*PROCESS*/
.container-trial .process {
  background-color: #FAFAFA;
}

.container-trial .process .process-box .item {
  width: 100%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 10%);
  border-radius: 15px;
  text-align: center;
}

.container-trial .process .process-box .item:nth-child(2) {
  border: 1px solid var(--color-point-orange);
}

.container-trial .process .process-box .item .header {
  display: inline-block;
  padding: 8px 30px;
  margin: 0 auto 10px auto;
  background-color: var(--color-point-orange);
  border-radius: 0 0 20px 20px;
  width: auto;
  font-size: 13px;
  font-weight: 500;
}

.container-trial .process .process-box .content > div:nth-child(1) {
  width: 25%;
  text-align: left;
}

.container-trial .process .process-box .content > div:nth-child(2) {
  padding-left: 10px;
  width: 75%;
  line-height: 120%;
  text-align: left;
}

.container-trial .process .guide-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.container-trial .process .guide-tabs .phonics {
  background: #FFFFFF;
  border: 1px solid #849900;
  border-radius: 15px;
  overflow: hidden;
}

.container-trial .process .guide-tabs .phonics .header {
  background-color: #849900;
}

.container-trial .process .guide-tabs .levelk,
.container-trial .process .guide-tabs .level1,
.container-trial .process .guide-tabs .level2 {
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
}

.container-trial .process .guide-tabs .levelk {
  border: 1px solid #FF8383;
}

.container-trial .process .guide-tabs .levelk .header {
  background-color: #FF8383;
}

.container-trial .process .guide-tabs .level1 {
  border: 1px solid #FFAE00;
}

.container-trial .process .guide-tabs .level1 .header {
  background-color: #FFAE00;
}

.container-trial .process .guide-tabs .level2 {
  border: 1px solid #98D568;
}

.container-trial .process .guide-tabs .level2 .header {
  background-color:#98D568;
}

.container-trial .process .guide-tabs > div p {
  font-weight: 500;
  line-height: 130%;
}

.container-trial .process .guide-tabs > div p.point {
  color: #849900;
  font-size: 13px;
}

.container-trial .process .guide-tabs > div a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 30px;
  font-size: 13px;
  color: #FFFFFF;
}

.container-trial .process .guide-tabs > .phonics a {
  background-color: #849900;
}

.container-trial .process .guide-tabs > .phonics a:hover,
.container-trial .process .guide-tabs > .phonics a.active {
  background-color: #6d7e00;
}

.container-trial .process .guide-tabs > .levelk a {
  background-color: #FF8383;
}

.container-trial .process .guide-tabs > .levelk a:hover,
.container-trial .process .guide-tabs > .levelk a.active {
  background-color: #ff5858;
}

.container-trial .process .guide-tabs > .level1 a {
  background-color: #FFAE00;
}

.container-trial .process .guide-tabs > .level1 a:hover,
.container-trial .process .guide-tabs > .level1 a.active {
  background-color: #ff7800;
}

.container-trial .process .guide-tabs > .level2 a {
  background-color: #98D568;
}

.container-trial .process .guide-tabs > .level2 a:hover,
.container-trial .process .guide-tabs > .level2 a.active {
  background-color: #60bd17;
}

.container-trial .process .guide-content .levelk,
.container-trial .process .guide-content .level1,
.container-trial .process .guide-content .level2 {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 10%);
  overflow: hidden;
}

.container-trial .process .guide-content .levelk .header,
.container-trial .process .guide-content .level1 .header,
.container-trial .process .guide-content .level2 .header {
  position: relative;
  gap: 10px;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
}

.container-trial .process .guide-content .levelk .header {
  background-color: #FF8383;
}

.container-trial .process .guide-content .level1 .header {
  background-color: #FFAE00;
}

.container-trial .process .guide-content .level2 .header {
  background-color: #98D568;
}

.container-trial .process .guide-content .levelk .header .title-po,
.container-trial .process .guide-content .level1 .header .title-po,
.container-trial .process .guide-content .level2 .header .title-po {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container-trial .process .guide-content .levelk .header .title-po span,
.container-trial .process .guide-content .level1 .header .title-po span,
.container-trial .process .guide-content .level2 .header .title-po span {
  padding: 6px 10px;
  margin: 0 10px 0 0;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
}

.container-trial .process .guide-content .levelk .header .title-po span {
  color: #FF8383;
}

.container-trial .process .guide-content .level1 .header .title-po span {
  color: #FFAE00;
}

.container-trial .process .guide-content .level2 .header .title-po span {
  color: #98D568;
}

.container-trial .process .guide-content .levelk .header .title-po h3,
.container-trial .process .guide-content .level1 .header .title-po h3,
.container-trial .process .guide-content .level2 .header .title-po h3 {
  display: inline-block;
}

.container-trial .process .guide-content .book-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.container-trial .process .guide-content .book-list .preview > figure > img {
  border-radius: 10px;
}

.container-trial .process .guide-content .book-list .preview > figure > figcaption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
  font-size: 13px;
  text-align: center;
  line-height: 120%;
}

.container-trial .process .guide-content .book-list .preview:hover {
  opacity: 80%;
  transition: ease-in-out 0.5s;
}

@media(min-width:576px){
  .container-trial .process .process-box .content > div:nth-child(1) {
    margin-bottom: 10px;
    width: 100%;
    max-width: 60px;
    text-align: center;
  }
  
  .container-trial .process .process-box .content > div:nth-child(2) {
    padding-left: 0;
    width: 100%;
    line-height: 130%;
    text-align: center;
  }

  .container-trial .process .guide-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .container-trial .process .guide-content .levelk,
  .container-trial .process .guide-content .level1,
  .container-trial .process .guide-content .level2 {
    align-items: stretch;
    height: 100%;
  }

  .container-trial .process .guide-content .levelk .header,
  .container-trial .process .guide-content .level1 .header,
  .container-trial .process .guide-content .level2 .header {
    height: auto;
  }


  .container-trial .process .guide-content .levelk > div:nth-child(1),
  .container-trial .process .guide-content .level1 > div:nth-child(1),
  .container-trial .process .guide-content .level2 > div:nth-child(1) {
    width: 30%;
  }

  .container-trial .process .guide-content .levelk > div:nth-child(2),
  .container-trial .process .guide-content .level1 > div:nth-child(2),
  .container-trial .process .guide-content .level2 > div:nth-child(2) {
    width: 70%;
  }
  
  .container-trial .process .guide-content .levelk .header .title-po span,
  .container-trial .process .guide-content .level1 .header .title-po span,
  .container-trial .process .guide-content .level2 .header .title-po span {
    margin: 0 0 10px 0;
  }
  
  .container-trial .process .guide-content .levelk .header .title-po h3,
  .container-trial .process .guide-content .level1 .header .title-po h3,
  .container-trial .process .guide-content .level2 .header .title-po h3 {
    display: block;
  }

  .container-trial .process .guide-content .book-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 100px));
    gap: 10px;
  }
}


/*INFO*/
.container-trial .trial-info {
  background-color: #333333;
}

.container-trial .trial-info .hs-benefit > div {
  padding: 10px;
  border-radius: 50px;
  background-color: #444444;
  width: 100%;
  max-width: 700px;
  line-height: 130%;
}

.container-trial .trial-info .notice > li {
  display: inline-block;
  line-height: 130%;
}

.container-trial .trial-info .hs-benefit > div i,
.container-trial .trial-info .notice > li i {
  margin-right: 5px;
}


/*BTN*/
.container-trial .btn-free-trial {
  position: fixed;
  margin-bottom: 68px; /*quick-nav 때문에 잡아놓은 영역임*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #FF6912;
  font-family: 'S-CoreDream';
  font-weight: 800;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.container-trial .btn-free-trial i {
  margin-left: 10px;
}

@media(min-width:576px){
  .container-trial .btn-free-trial {
    margin-bottom: 0;
}
}

/*FLOAT BTN*/
.trial-float {
  right: 200px;
  bottom: 50px;
  width: 130px;
  height: auto;
  z-index: 999;
}

.trial-float:hover {
  transform: translateY(-10px);
  transition: ease-in-out 0.5s;
}