/*** common ***/

body.body_home {
    background-color: #fff;
}

body.body_home .view.homeview > .contentpanel {
    padding: 0px;
}

.homeview .wrappanel > .section {
    padding: 100px 0;
}

.homeview .wrap {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 10px;
}

.homeview > .contentpanel .wrap > .content {
    max-width: initial;
    margin: 0;
    min-height: 400px;
}

.homeview > .contentpanel .wrap > .content p {
    font-size: 19px;
    line-height: 35px;
    font-weight: 300;
    word-break: keep-all;
}

.homeview > .contentpanel .wrap > .content h1 {
    margin: 20px 0 40px;
    line-height: 50px;
}

.homeview > .contentpanel .wrap .preview {
    padding-top: 100px;
}

.homeview > .contentpanel .wrap .mobile {
    display: none;
}

.homeview .modal-body p.info {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px;
}

/* header */

.homeview .header .screen .wrap {
    padding: 30px 10px 20px;
}

.homeview .header .logobx {
  width: 95%;
  max-width: 1100px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.homeview .header .logobx .btn-mnu {
  display: none;
}

.homeview .header .logobx .logo {
    padding: 0px;
    left: 0;
    top: -15px;
}

.homeview .header .logobx .logo::before {
    content: "";
    background: url(/skins/default/images/home/logo_b.svg) no-repeat center center/contain;
    display: inline-block;
    width: 140px;
    height: 60px;
}

.homeview[name=home] .header .screen .logobx .logo::before {
    background-image: url(/common/images/logo_naenote.svg);
}

.homeview .header .screen.fixed .logobx .logo::before {
    background-image: url(/common/images/logo_naenote_b.svg);
}

.homeview .header .mnu {
    text-align: right;
}

.homeview .header .mnu > li {
    padding-right: 30px;
}

.homeview .header .mnu > li:last-child {
    padding-right: 10px;
}

.homeview .header .mnu a {
    font-size: 19px;
    line-height: 33px;
    padding: 2px 25px 0px;
}

.homeview .header .mnu .btnStart {
    display: inline-block;
    background-color: #fc0;
    border-radius: 100px;
    color: #000;
    font-size: 17px;
    padding: 5px 25px 3px;
    margin-top: -5px;
    text-shadow: none;
}

.homeview .header nav.mobile {
  width: 280px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition-delay: 0s;
  transition-duration: 0.3s, 0s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
  overflow-y: auto;
  z-index: 102;
}

.mnu-expand .homeview .header nav.mobile {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.homeview .header nav.mobile > .wrap {
  width: 280px;
  padding: 20px;
}

.homeview .header nav.screen.fixed {
  position: fixed;
  top: 0px;
  z-index: 3;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 3px rgba(0, 0, 0, .1);
}

.homeview .header nav.screen {
  width: 100%;
  position: fixed;
  top: 0;
  display: block;
  z-index: 1;
}

.homeview .header nav.screen a {
    color: #fff;
}

.homeview .header nav.screen.fixed .quickmnu a,
.homeview .header nav.screen.fixed .mnu a {
    color: #000;
    text-shadow: none;
}

.homeview .header nav.mobile .logo {
  height: 80px;
  float: none;
  position: initial;
}

.homeview .header nav.mobile .btn {
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  margin-top: 30px;
}

.homeview .header nav.mobile .mnu {
  text-align: left;
  margin-top: 30px;
}
.homeview .header nav.mobile .mnu > ul > li {
  display: block;
  margin-top: 10px;
}
.homeview .header nav.mobile .mnu > ul > li a {
  display: inline-block;
  padding: 10px 0;
  white-space: nowrap;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 500;
  color: #000;
}

.homeview .header nav.mobile .mnu > ul > li a.btn {
    border-radius: 30px;
    padding: 7px 30px;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}

.homeview .header nav.mobile .mnu > ul > li > ul {
}
.homeview .header nav.mobile .mnu > ul > li > ul > li {
  border-top: 1px solid #eeeeee;
}

.homeview .header nav.mobile .mnu > ul > li > ul > li > a{
  font-weight: 300;
  padding: 10px 0 10px 20px;
}


/* footer */

.homeview .footer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
}

.homeview .footer > nav {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  position: relative;
  display: block;
  padding: 20px 0;
}

.homeview .footer > nav > ul > li > a {
    display: inline-block;
  margin: 10px 0;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  padding-right: 30px;
}

.homeview .footer > nav > ul > li > a:not(:first-child) {
  border-left: 1px solid rgba(255,255,255,.3);
  padding-left: 30px;
}

.homeview .footer > section.company {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #222;
  color: rgba(255,255,255,.6);
  font-size: 17px;
  padding: 30px 0 50px;
}

.homeview .footer > section p {
    line-height: 30px;
    margin: 0px;
}

.homeview .footer > section .logo {
    position: initial;
  width: 100px;
  padding: 0 0 20px;
}

.homeview .footer > section > p {
  margin: 0px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
}

.homeview .footer > section .help {
    display: inline-block;
    padding-top: 10px;
}

.homeview .footer > section .help h5 {
    color: #fff;
    margin:0;
    font-weight: 300;
    font-size: 20px;
}

.homeview .footer > section .help h1 {
    color: #fff;
    margin: 10px 0;
    font-size: 60px;
}

.homeview .footer > section .help p {
    font-size: 15px;
}

.homeview .footer > section .license {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
}

.homeview .footer > section .license .apps {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0;
}

/* front */

.homeview .contentpanel .section.front {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 600px;
    background: url(/skins/default/images/home/20170612_004.jpg) no-repeat top center/cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0;
}

.homeview .contentpanel .section.front .content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    min-height: initial;
}

.homeview .contentpanel .section.front .wrap > .content h1 {
    font-size: 80px;
    line-height: 90px;
    padding: 10px 0;
    margin: 0 0 10px;
    text-shadow: 0 0 5px #333;
}

.homeview .contentpanel .section.front .content h5 {
    font-size: 23px;
    font-weight: 300;
    line-height: 44px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 0 5px #333;
}

.homeview .contentpanel .section.front .content h5::after {
    content: "";
    width: 80px;
    height: 5px;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #81c9d9;
}

.homeview .contentpanel .section.front .content p {
    font-weight: 300;
    font-size: 17px;
    line-height: 33px;
    text-shadow: 0 0 5px #333;
}

.homeview .contentpanel .section.front .content a.btn {
    margin: 30px 0;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 20px;
}

/* classroom */

.homeview .contentpanel .section.classroom {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    background-color: #f9f9f9;
}

.homeview .contentpanel .section.classroom .info .func {
    margin-top: 50px;
}

.homeview .contentpanel .section.classroom .info .func > li {
    width: 33%;
    text-align: center;
}

.homeview .contentpanel .section.classroom .info .func > li::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background: url(/skins/default/images/home/classroom_ico_001.svg) no-repeat center center/contain;
}

.homeview .contentpanel .section.classroom .info .func > li.step02::before {
    background: url(/skins/default/images/home/classroom_ico_002.svg) no-repeat center center/contain;
}

.homeview .contentpanel .section.classroom .info .func > li.step03::before {
    background: url(/skins/default/images/home/classroom_ico_003.svg) no-repeat center center/55% auto;
}

.homeview .contentpanel .section.classroom .info .func > li > img {
    width: 60%;
}

.homeview .contentpanel .section.classroom .info .func > li > span {
    display: block;
    padding: 10px 0;
}

.homeview .contentpanel .section.classroom .preview .monitor {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.homeview .contentpanel .section.classroom .preview .monitor > img {
    width: 100%;
}

.homeview .contentpanel .section.classroom .preview .monitor > .thumbs {
    position: absolute;
    top: 3%;
    left: 2%;
    width: 96%;
}

.homeview .contentpanel .section.classroom .preview .monitor > .thumbs img {
    width: 100%;
}

/* grading */

.homeview .contentpanel .section.grading {
    position: relative;
    padding: 150px 0;
    background: #333 url(/skins/default/images/home/20170612_109.png) no-repeat top center/cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}

.homeview .contentpanel .section.grading .preview {
    padding-top: 20px;
}

.homeview .contentpanel .section.grading .ul-list > li {
    width: 50%;
    text-align: center;
}

.homeview .contentpanel .section.grading .ul-list > li > img {
    width: 80%;
}

.homeview .contentpanel .section.grading .ul-list > li > span {
    display: block;
    margin: 20px 0;
    font-size: 17px
}

.homeview .contentpanel .section.grading .info > span {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    display: block;
}

.homeview .contentpanel .section.grading .usage {
    margin-top: 10px;
}

.homeview .contentpanel .section.grading .usage .box {
    background-color: rgba(0, 0, 0, .5);
    border: none;
    text-align: center;
    padding: 20px 10px;
}

.homeview .contentpanel .section.grading .usage .box h4 {
}

.homeview .contentpanel .section.grading .usage .box h4::after {
    content: "";
    display: block;
    border-bottom: 1px solid #999;
    margin: 10px 0 15px;
}

.homeview .contentpanel .section.grading .usage .box span {
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}

/* report */

.homeview .contentpanel .section.report {
    position: relative;
    overflow: hidden;
    background-color: #F9F9F9;
}

.homeview .contentpanel .section.report h1 {
    text-align: center;
    margin: 20px 0 10px;
}

.homeview .contentpanel .section.report .info p {
    margin: 40px auto;
    max-width: 800px;
}

.homeview .contentpanel .section.report .preview {
    text-align: center;
    padding-top: 20px;
}

.homeview .contentpanel .section.report .preview > img {
    max-width: 95%;
}

/* note */

.homeview .contentpanel .section.note {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    background: url(/skins/default/images/home/20170612_098.png) no-repeat top center/cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}

.homeview .contentpanel .section.note .preview {
    padding-top: 30px;
}

.homeview .contentpanel .section.note .preview .renote {
    position: relative;
}

.homeview .contentpanel .section.note .preview .renote > img {
    width: 100%;
}

.homeview .contentpanel .section.note .preview .renote > .iphone {
    position: absolute;
    right: 1.9%;
    bottom: 10.5%;
    width: 21.45%;
}

.homeview .contentpanel .section.note .preview .renote > .iphone img {
    width: 100%;
}

/* editor */

.homeview .contentpanel .section.editor {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    background-color: #fff;
}

.homeview .contentpanel .section.editor .info .func {
    margin-top: 50px;
}

.homeview .contentpanel .section.editor .info .func > li {
    width: 33%;
    text-align: center;
}

.homeview .contentpanel .section.editor .info .func > li > img {
    width: 60%;
}

.homeview .contentpanel .section.editor .info .func > li > span {
    display: block;
    padding: 10px 0;
}

.homeview .contentpanel .section.editor .preview {
    padding-top: 0px;
}

.homeview .contentpanel .section.editor .preview .pad {
    margin: 0 auto;
    width: 80%;
    position: relative;
}

.homeview .contentpanel .section.editor .preview .pad > img {
    width: 100%;
}

.homeview .contentpanel .section.editor .preview .pad > .thumbs {
    position: absolute;
    top: 7%;
    left: 5.5%;
    width: 84.8%;
}

.homeview .contentpanel .section.editor .preview .pad > .thumbs img {
    width: 100%;
}


/* price */

.homeview .contentpanel .section.price {
    position: relative;
    overflow: hidden;
    background-color: #e4e7ea;
    text-align: center;
}

.homeview .contentpanel .section.price p {
    font-size: 22px;
    line-height: 38px;
}

.homeview .contentpanel .section.price .info {
    margin-top: 30px;
}

.homeview .contentpanel .section.price .info .box {
    position: relative;
    text-align: left;
    min-height: 550px;
    padding: 30px 0;
    width: 90%;
    border-radius: 25px;
    font-size: 17px;
    margin: 0 auto;
}

.homeview .contentpanel .section.price .info .box h3 {
    text-align: center;
    font-size: 22px;
    margin: 10px 0 30px;
}

.homeview .contentpanel .section.price .info .box .price {
    font-size: 33px;
    text-align: center;
    font-family: "Nexon";
    font-weight: bold;
    min-height: 60px;
}

.homeview .contentpanel .section.price .info .box.paid .price::before {
    content: "월";
    font-size: 13px;
    font-family: "Nexon";
    display: inline-block;
    margin-right: 5px;
}

.homeview .contentpanel .section.price .info .box.paid .price::after {
    content: "부가세 포함";
    font-family: "Nexon";
    font-weight: 300;
    font-size: 13px;
    display: block;
    text-align: right;
    padding: 10px;
}

.homeview .contentpanel .section.price .info .box .smry {
    line-height: 33px; 
    min-height: 80px;
    margin-bottom: 10px;
    background-color: #d6d9e0;
    padding: 10px 20px;
}

.homeview .contentpanel .section.price .info .box .terms {
    margin: 0;
    font-weight: 300;
}

.homeview .contentpanel .section.price .info .box .terms > li {
    line-height: 33px;
}

.homeview .contentpanel .section.price .info .box .btn {
    position: absolute;
    bottom: 20px;
    min-width: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    border-radius: 30px;
}

/* status */

.homeview .contentpanel .section.status {
    text-align: center;
    padding: 50px 0 30px;
    background-color: #516678;
    color: #fff;
}

.homeview .contentpanel .section.status h1 {
    word-break: keep-all;
    margin: 20px 0 50px;
}

.homeview .contentpanel .section.status ul.smry {
    text-align: center;
    margin-top: 30px;
}

.homeview .contentpanel .section.status ul.smry > li {
    width: 25%;
}

.homeview .contentpanel .section.status ul.smry > li i {
    display: none;
}

.homeview .contentpanel .section.status ul.smry > li > b {
    display: block;
    font-size: 60px;
    line-height: 70px;
}

.homeview .contentpanel .section.status ul.smry > li > b::after {
    content: "명";
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
}

.homeview .contentpanel .section.status ul.smry > li.school > b::after {
    content: "개";
}

.homeview .contentpanel .section.status ul.smry > li.teacher > b::after {
    content: "명";
}

.homeview .contentpanel .section.status ul.smry > li.student > b::after {
    content: "만명";
}

.homeview .contentpanel .section.status ul.smry > li > label {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    position: relative;
}


/* contact */

.homeview .contentpanel .section.contact {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.homeview .contentpanel .section.contact .info {
    margin-top: 50px;
}

.homeview .contentpanel .section.contact p {
    font-size: 22px;
    line-height: 38px;
}

.homeview .contentpanel .section.contact .info .box {
    border: none;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    max-width: 100%;
}

.homeview .contentpanel .section.contact .info img {
    max-width: 90%;
}

.homeview .contentpanel .section.contact .info span {
    display: block;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 300;
}

/* privacy */
body.body_home .homeview:not([name=home]) > .contentpanel {
    padding-top: 88px;
}

.homeview:not([name=home]) .header nav.screen .mnu a {
    color: #000;
    text-shadow: none;
}

.homeview .wrappanel > .pagebar {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
  padding: 0px;
  background-color: #a291bf;
}

.homeview .wrappanel > .pagebar .wrapbar {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  background: url(/skins/default/images/home/20211104_012.png) repeat center center;
  color: #fff;
}

.homeview .wrappanel > .pagebar .wrapbar::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 90%;

}

.homeview .wrappanel > .pagebar .wrapbar h1 {
  margin-top: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.homeview .wrappanel > .pagebar .wrapbar p {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
}

.homeview .wrappanel .path {
  padding: 10px 0 30px;
  font-size: 15px;
  text-align: right;
}

.homeview .wrappanel .path li a {
  color: #333;
}

.homeview .wrappanel .path li i {
  opacity: .5;
}

.homeview .wrappanel .description > p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

/* location */
.homeview .locationpanel h5 {
    font-size: 22px;
    margin: 20px 0;
}

.homeview .locationpanel .kids-map-box .map {
    min-height: 500px;
    background-color: #F9F9F9;
}

.homeview .locationpanel .kids-map-box .location-info {
    margin-top: 20px;
}

.homeview .locationpanel .kids-map-info-box figure {
    width: 90%;
}

.homeview .locationpanel .kids-map-info-box figcaption {
    margin-top: 10px;
    line-height: 27px;
}

.homeview .locationpanel .kids-map {
    margin-bottom: 50px;
    font-size: 120%;
}


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
    body .homeview .header .screen .mnu,
    body .homeview .header .screen .quickmnu {
        display: none;
    }

    body .homeview .header .screen .wrap {
        padding: 0px;
    }

    body.body_home .homeview:not([name="home"]) > .contentpanel {
        padding-top: 60px;
    }

    body .homeview .header .logobx {
        width: 100%;
        padding: 0px 10px;
        height: 60px;
        line-height: 50px;
        text-align: initial;
        top: 0px;
        left: 0px;
        z-index: 2;
    }

    body .homeview .header .logobx .btn-mnu {
        display: inline-block;
        font-size: 30px;
        color: #fff;
        text-shadow: none;
        line-height: 60px;
    }

    body .homeview:not([name=home]) .logobx .btn-mnu {
        color: #000;
    }

    body .homeview .header .fixed .logobx .btn-mnu {
        color: #000;
    }

    body .homeview .header .logobx .logo {
        float: right;
        line-height: 55px;
        position: relative;
        left: initial;
        height: 100%;
        top: 0px;
        padding-top: 7px;
    }

    body .homeview .header .logobx .logo:before {
        width: 60px;
        height: 45px;
    }

    body .homeview .header .logobx .logo > img {
        height: 25px;
    }

    .homeview .footer > section.company .tright {
        text-align: left;
    }

    .homeview .footer > nav > ul > li > a {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1000px) and (min-aspect-ratio: 16/9) {
}

@media screen and (max-width: 768px) {
    .homeview .footer > nav {
        width: 95%;
    }

    .homeview > .contentpanel .wrap > .content p {
        font-size: 17px;
    }

    .homeview .contentpanel .section.grading .usage .box span {
        font-size: 15px;
    }

    .homeview .contentpanel .section.price .info .box {
        margin-bottom: 20px;
    }

    .homeview .contentpanel .section.contact .info .box {
        margin: 0;
    }

    .homeview .contentpanel .section.status h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .homeview .contentpanel .section.status ul.smry > li {
        width: 32%;
    }

    .homeview .contentpanel .section.status ul.smry > li b {
        font-size: 30px;
    }
} 

@media screen and (max-width: 576px) {
    .homeview > .contentpanel .wrap .preview {
        padding-top: 0px;
    }

    .homeview > .contentpanel .classroom .wrap .preview {
        padding-top: 30px;
    }

    .homeview .contentpanel .section.front .content {
        width: 90%;
    }

    .homeview > .contentpanel .wrap > .content h1 {
        font-size: 33px;
        margin: 30px 0;
    }

    .homeview .contentpanel .section.front .content h5 {
        word-break: keep-all;
    }

    .homeview .contentpanel .section.front .content h5::after {
        display: none;
    }

    .homeview .contentpanel .section.front .content p {
        display: none;
    }

    .homeview .contentpanel .section.note .preview .renote {
        margin-top: 30px;
    }

    .homeview .contentpanel .section.contact .info span {
        font-size: 15px;
    }

    .homeview > .contentpanel .wrap .pc {
        display: none;
    }

    .homeview > .contentpanel .wrap .mobile {
        display: inline-block;
    }
}

@media screen and (max-width: 430px) {
}
