/*** main ***/

.homeview .header nav.mobile .logo {
    height: initial;
}

.homeview .contentpanel .content {
    max-width: 100%;
}

/*************  top banner ************/

.homeview .topbanner {
    position: relative;
    z-index: 5;
}

.homeview .topbanner .banner {
    background-color: #3e79ea;
    cursor: pointer;
}

.homeview .topbanner .banner .content {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

/*************  home banner ************/

.homeview > .banners {
    margin: 0px auto;
    width: 95%;
    max-width: 1100px;
    position: relative;
    display: block;
    z-index: 2;
}

.homeview > .banners .wrap {
    position: absolute;
    top: 160px;
}

.homeview > .banners .banner {
    width: 420px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    vertical-align: top;
}

.homeview > .banners .banner02 {
    background-color: #fffdee;
}

.homeview > .banners .banner02 > .head {
    background: #fff url(/skins/default/images/home/banner_bg01.jpg) no-repeat top center/90% auto;
    height: 110px;
    border-bottom: 10px solid #ffca26;
}

.homeview > .banners .banner02 .desc > h1 {
    font-family: "BinggraeBold";
    font-size: 22px;
    text-align: center;
}

.homeview > .banners .banner02 > .desc > p {
    padding: 10px 20px;
    line-height: 30px;
    font-size: 15px;
    font-family: "Binggrae";
}

.homeview > .banners .banner02 > .desc .row {
    padding: 0px 20px;
}

.homeview > .banners .banner02 > .desc .btn {
    text-align: center;
    background-color: #f7efc2;
    padding: 10px 30px;
    border: 3px solid #ffae26;
    border-radius: 50px;
    margin: 5px 0;
}

.homeview > .banners .banner03 {
}

.homeview > .banners .banner03 .desc {
    height: 447px;
    display: block;
}

.homeview > .banners .banner02 > .desc .btn > img {
    width: 90%;
}

.homeview > .banners .banner img.attach,
.homeview > .banners .banner > img {
    width: 100%;
}

.homeview > .banners .banner .content[data-type=image] {
    cursor: pointer;
}

.homeview > .banners .banner > .btns {
    padding: 5px 25px;
    background-color: #333;
    position: relative;
    color: #fff;
}

.homeview > .banners .banner > .btns > span {
}

.homeview > .banners .banner > .btns > a {
    position: absolute;
    right: 25px;
    line-height: 20px;
    color: #fff;
}

/*************  home fullpage banner ************/

.view .fullpage {
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}

.view .fullpage .page {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.view .fullpage span[data-role=close] {
    position: fixed;
    font-size: 60px;
    color: #f44336;
    top: 10px;
    right: 20px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #000;
}

.view .fullpage .page > p {
    margin: 0;
}

.homeview > .header {
  background-color: #fff;
}

.homeview > .header .quickmnu {
  position: relative;
  display: block;
  padding-right: 20px;
  height: 30px;
  z-index: 3;
}

.homeview > .header .quickmnu ul {
  margin-top: -32px;
  position: absolute;
  right: 10px;
}

.homeview > .header .quickmnu ul > li {
  display: inline-block;
  padding-left: 5px;
  line-height: 1.2;
  float: left;
}

.homeview > .header .quickmnu ul > li a {
  position: relative;
  font-size: 12px;
  color: #8b8b8b;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.homeview > .header .quickmnu ul > li a > span {
  position: absolute;
  bottom: 0px;
  color: #fff;
  font-size: 9px;
  font-family: 'Binggrae';
  font-weight: 700;
  text-align: center;
  width: 80px;
  display: block;
  padding: 10px 0;
}

.homeview > .header .quickmnu ul > li a:hover {
  margin-top: 32px;
  transition: all 0.2s ease-in-out;
}

.homeview > .header .quickmnu ul > li a img {
  width: 80px;
}

.homeview > .header .logobx {
  width: 98%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.homeview > .header .logobx .btn-mnu {
  display: none;
  line-height: 55px;
}

.homeview > .header .logobx img {
  width: 90%;
}

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

.homeview .header nav.mobile {
  width: 300px;
  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;
}

.homeview .header nav.mobile > .wrap {
  padding: 10px;
}

.homeview > .header .screen {
  width: 100%;
  display: block;
  z-index: 5;
  background-color: #fff;
}

.homeview > .header .wrapheader.fixed {
  position: fixed;
  top: 0px;
  box-shadow: 0 3px rgba(0, 0, 0, .1);
  width: 100%;
  z-index: 3;
}

.homeview > .header .screen .wrap {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.homeview > .header .screen .wrapmnu {
    margin: 0 auto;
    max-width: 1100px;
    text-align: right;
}

.homeview > .header .screen .mnus {
  margin-top: 30px;
  padding-bottom: 15px;
  padding-right: 50px;
  display: inline-block;
}

.homeview .header nav.wrapmnu .expand {
  position: absolute;
  left: 0;
  width: 100%;
  box-shadow: 0 3px;
  color: rgba(0, 0, 0, .1);
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.homeview .header nav.wrapmnu .expand > .wrap {
    padding: 20px 0;
    text-align: left;
    position: relative;
    color: #000;
}

.homeview .header .screen nav .mnus > .mnu:hover > .expand {
  transition: all .3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.homeview > .header .screen .mnu:hover > a {
  color: #d9534f;
}

.homeview > .header .screen .mnu > a {
  font-size: 18px;
  color: #333;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding: 2px 30px 1px;
  line-height: 33px;
}

.homeview > .header .screen .mnu a.rndmnu {
    border-radius: 100px;
    border: 1px solid #d9534f;
    margin-left: 20px;
    position: relative;
    padding: 2px 30px 0px;
    top: -3px;
}

.homeview > .header .screen .mnu a.rndmnu > i {
    color: #ff3709;
}

.homeview[name=home_store2] > .header .screen .mnu > a.rndmnu,
.homeview > .header .screen .mnu > a.rndmnu:hover {
  color: #fff;
  background-color: #d9534f;
}

.homeview[name=home_store2] > .header .screen .mnu > a.rndmnu > i,
.homeview > .header .screen .mnu a.rndmnu:hover > i {
  color: #fff;
}

.homeview .header nav.wrapmnu .expand h3 {
    float: left;
    width: 40%;
    text-align: right;
}

html[lang=vi] .homeview .header nav.wrapmnu .expand h3 {
    width: 20%;
}

.homeview .header nav.wrapmnu .expand h3 > span {
    font-size: 22px;
    display: inline-block;
    word-break: keep-all;
    max-width: 300px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
}

.homeview .header nav.wrapmnu .expand ul {
    padding-left: 40%;
}

html[lang=vi] .homeview .header nav.wrapmnu .expand ul {
    padding-left: 20%;
}

.homeview .header nav.wrapmnu .expand ul h4 {
    font-size: 17px;
    font-family: 'NexonBold';
}

.homeview .header nav.wrapmnu .expand ul > li {
    margin: 0 40px;
}

html[lang=vi] .homeview .header nav.wrapmnu .expand ul > li {
    margin: 0 20px;
}

.homeview .header nav.wrapmnu .expand ul a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #000;
}

.homeview .header nav.wrapmnu .expand ul a.blue {
    color: blue;
}

.homeview .header nav.wrapmnu .expand ul a:hover {
    color: red;
}

.header nav.mobile .logo {
  height: 60px;
  float: none;
  position: initial;
  margin-top: 20px;
}

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

.homeview .header nav.mobile .mnu > ul > li > .smnu {
  display: none;
}

.homeview .header nav.mobile .mnu > ul > li.expand > .smnu {
  display: block;
}

.homeview .header nav.mobile .mnu > ul > li > h4,
.homeview .header nav.mobile .mnu > ul > li a {
  display: block;
  padding: 10px;
  white-space: nowrap;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 300;
  color: #000;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0px;
}

.homeview .header nav.mobile .mnu > ul > li > h4 {
  border-bottom: 1px solid #eee;
}

.homeview .header nav.mobile .mnu > ul > li > h4 > i {
  float: right;
  line-height: 25px;
}

.homeview .header nav.mobile .mnu > ul > li > h4:hover,
.homeview .header nav.mobile .mnu > ul > li.expand > h4 {
  background-color: #eee;
}

.homeview .header nav.mobile .mnu > ul > li.expand > h4 > i:before {
  content: "\f106";
}

.homeview .header nav.mobile .mnu > ul > li h5 {
  padding: 5px;
  color: #000;
}

.homeview > .header nav.mobile .mnu > ul > li ul {
}

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

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

.homeview .fullpage + .contentpanel {
    display: none;
}

.homeview .contentpanel {
  padding: 0px;
  padding-top: 115px;
}

.homeview .top + .contentpanel {
  padding-top: 155px;
}

.homeview .contentpanel h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}

.homeview .contentpanel .banners {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-height: 480px;
  max-height: 480px;
}

.homeview .contentpanel .banner > img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-height: 480px;
  max-height: 480px;
  object-fit: cover;
  object-position: center left;
}

.homeview .contentpanel .banner > div {
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: block;
  overflow: hidden;
}

.homeview .contentpanel .banner > div > .leftbg {
  position: absolute;
  left: 5%;
  top: 50%;
  max-width: 310px;
  min-width: 310px;
  transform: translateY(-50%);
  object-fit: cover;
  object-position: left;
  z-index: 1;
}

.homeview .contentpanel .banner > div > .rightbg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 101%;
  object-fit: cover;
  object-position: right;
}

.homeview section > .wrap {
  margin: 0 auto;
  width: 98%;
  max-width: 1100px;
  position: relative;
  display: block;
}

.homeview .quickbar {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffd44c;
  padding: 10px 0;
}

.homeview .quickbar ul {
  display: inline-block;
}

.homeview .quickbar ul > li {
  float: left;
  margin-right: 20px;
}

.homeview .quickbar a {
  color: #fff;
  font-size: 17px;
}


.homeview .intro {
  position: relative;
  background-color: #fffbf0;
}

.homeview .intro .notice h5 {
  font-size: 20px;
  line-height: 35px;
}

.homeview .intro .row > div {
  padding-top: 30px;
}


.homeview .intro .notice ul {
}

.homeview .intro .notice li {
  display: block;
  overflow: hidden;
  padding: 0 0 13px;
}

.homeview .intro .notice li > a {
  font-weight: 300;
}

.homeview .intro .notice li span {
  display: none;
}

.homeview .intro .box {
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 212px;
  max-height: 212px;
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  padding: 0px;
}

.homeview .intro .box.video .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffd44c;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background-color: rgba(0,0,0,.4);
  padding: 5px 0;
  line-height: 1;
}

.homeview .intro .box.video .title > img {
  height: 16px;
}

.homeview .intro .box.start .title {
  position: absolute;
  max-height: 85%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
}

.homeview .intro .box.guide .title {
  position: absolute;
  max-height: 45%;
  top: 20px;
  left: 10px;
  object-fit: cover;
  object-position: center center;
}

.homeview .intro .box.video .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.5;
}

.homeview .intro .box.video:hover .fa-play-circle {
  opacity: 1;
}

.homeview .intro .box.guide .chrct {
  position: absolute;
  max-height: 65%;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
}

.homeview .activity {
  position: relative;
  background-color: #fffbf0;
}

.homeview .activity .row > div {
  padding-top: 10px;
}

.homeview .activity .box img {
  min-height: 260px;
  max-height: 260px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.homeview .activity .box p {
  font-weight: 300;
  height: 60px;
  line-height: 20px;
}

.homeview .characters {
  position: relative;
  padding: 40px 0 50px;
  background-color: #fffbf0;
}

.homeview .characters ul.clear > li {
  float: left;
  padding-left: 10px;
  width: 20%;
  display: inline-block;
}

.homeview .characters .box {
  display: inline-block;
  position: relative;
  width: 100%;
  white-space: normal;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  background-image: url(/skins/default/images/home/20181121_204.png);
  background-position: left top;
  background-repeat: repeat;
  padding: 20px;
  cursor: pointer;
}

.homeview .characters .box > div {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.homeview .characters .box > h5 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
}

.homeview .characters .box.ch1 > h5 {
  color: #2997d1;
}

.homeview .characters .box.ch2 > h5 {
  color: #ec5798;
} 

.homeview .characters .box.ch3 > h5 {
  color: #a0b829;
}

.homeview .characters .box.ch4 > h5 {
  color: #c33cdd;
}

.homeview .characters .box.ch5 > h5 {
  color: #beb129;
}

.homeview .footer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
  /*
  background-image: url(/skins/default/images/home/20190812_110.png);
  background-size: cover;
  background-position: center 10px;
  background-repeat: no-repeat;
  */
}

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

.homeview .footer > nav > ul > li {
    float: left;
}

.homeview .footer > nav > ul > li.fright {
    float: right;
}

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

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

.homeview .wrappanel {
}

.homeview .wrappanel > section {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.homeview .wrappanel section .wrapsection {
  margin: 10px auto;
  width: 98%;
  max-width: 1100px;
  position: relative;
  display: block;
  overflow: hidden;
}

.homeview .wrappanel section h1 {
  font-size: 35px;
  margin: 20px 0;
}

.homeview .wrappanel section h3 {
  font-size: 35px;
}

.homeview .wrappanel section p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
  word-break: keep-all;
}

.homeview .wrappanel section .wrapsection > p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 25px;
}

.homeview .wrappanel > section.fullBleedArea {
}

.homeview .wrappanel section.fullBleedArea .banner {
    position: relative;
    height: 500px;
    height: calc(100vh - 100px);
    padding: 0 40px;
    width: 20%;
    float: left;
    transition: all 0.2s ease-in-out;
    padding-top: 100px;
}

.homeview .wrappanel section.fullBleedArea .banner.active {
    width: 60%;
}

.homeview .wrappanel section.fullBleedArea .banner img {
    width: 45%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}

.homeview .wrappanel section.fullBleedArea .banner ul {
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
}

.homeview .wrappanel section.fullBleedArea .banner ul.dabisu {
  transform: translate(-20%, -90%);
}

.homeview .wrappanel section.fullBleedArea div > ul img {
  height: 100px;
}

.homeview .wrappanel section.fullBleedArea div > ul h3 {
  color: #ff7800;
  font-family: 'Binggraebold';
  font-weight: 600;
  font-size: 38px;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 2px 2px 0px #fff;
}

.homeview .wrappanel section.fullBleedArea div > ul p {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 10px;
  padding: 20px;
  font-family: "Binggrae";
}

.homeview .wrappanel > section.infoArea {
    margin-top: 0;
    padding: 50px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .03);
}

.homeview .wrappanel > section.infoArea > h2 {
    font-size: 35px;
    color: #555555;
    font-weight: 300;
    margin: 0;
}

.homeview .wrappanel > section.infoArea .partners {
    padding: 30px 0 0;
    white-space: nowrap;
    overflow-x: auto;
}

.homeview .wrappanel > section.infoArea .partners li {
    padding: 5px 20px;
}

.homeview .wrappanel > section.infoArea .partners img {
    max-width: 200px;
    max-height: 30px;
}

.homeview .wrappanel > section .wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

.homeview .wrappanel > section.services {
}

.homeview .wrappanel > section.services h3 {
    font-size: 27px;
    font-weight: 300;
}

.homeview .wrappanel > section.services h4 {
    font-size: 23px;
}

.homeview .wrappanel > section.services h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 20px 0;
}

.homeview .wrappanel > section.services a.video {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.homeview .wrappanel > section.services a.video img {
    width: 100%;
}

.homeview .wrappanel > section.services a.video > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 3px #777;
    opacity: .7;
    transition: all 0.2s ease-in-out;
}

.homeview .wrappanel > section.services a.video:hover > i {
    font-size: 600%;
    opacity: .8;
}

.homeview .wrappanel > section.fevorite {
    min-height: 600px;
}

.homeview .wrappanel > section.fevorite div.tags {
}

.homeview .wrappanel > section.fevorite .tag {
    display: inline-block;
    color: #333;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 10px 10px 0 0;
    font-size: 17px;
}

.homeview .wrappanel > section.fevorite .tag.active {
    color: #ff2a7f;
    border: 1px solid #ff2a7f;
}

.homeview .wrappanel > section.fevorite .wrap .ibox {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 95%;
    text-align: left;
    position: relative;
}

.homeview .wrappanel > section.fevorite .wrap .ibox.video::before {
    content: '\f144';
    font-size: 500%;
    color: #fff;
    text-shadow: 0 0 5px #777;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    opacity: .7;
}

.homeview .wrappanel > section.fevorite .wrap .ibox.video:hover::before {
    font-size: 600%;
    opacity: .8;
}

.homeview .wrappanel > section.fevorite .wrap .ibox img {
    width: 100%;
    border-radius: 10px;
}

.homeview .wrappanel > section.fevorite .wrap .ibox .title {
    display: block;
    padding: 20px 0 15px;
    font-size: 23px;
    font-weight: 300;
    color: #333;
}

.homeview .wrappanel > section.fevorite span.tags {
    font-size: 15px;
}

.homeview .wrappanel > section.midbanner {
}

.homeview .wrappanel > section.midbanner > .mbanners {
    margin: 0;
}

.homeview .wrappanel > section.midbanner .mbanners .slick-dots {
    bottom: 0;
}

.homeview .wrappanel > section.midbanner .mbanner {
}

.homeview .wrappanel > section.midbanner .mbanner > .wrap {
    padding: 40px 10px;
    position: relative;
    width: 90%;
    text-align: left;
}

.homeview .wrappanel > section.midbanner .mbanner img {
    position: absolute;
    height: 90%;
    right: 0px;
    bottom: 0;
}

.homeview .wrappanel > section.midbanner .mbanner .wrap > div {
    position: relative;
    z-index: 1;
}

.homeview .wrappanel > section.midbanner .mbanner h3 {
}

.homeview .wrappanel > section.midbanner .mbanner p {
    padding: 20px 0;
    word-break: keep-all;
    max-width: 600px;
    font-size: 17px;
    line-height: 22px;
}

.homeview .wrappanel > section.midbanner .mbanner .btn {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    font-size: 16px;
    color: #222;
    display: inline-block;
    background-color: rgba(255, 255, 255, .5);
}

.homeview .wrappanel > section.story {
}

.homeview .wrappanel > section.story .wrap {
    padding-bottom: 0px;
}

.homeview .wrappanel > section.story .header {
    position: relative;
}

.homeview .wrappanel > section.story .header .btns {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.homeview .wrappanel > section.story .header .btns a {
    margin-left: 10px;
}

.homeview .wrappanel > section.story .content {
    position: relative;
    height: 500px;
    margin: 0;
    max-width: initial;
}

.homeview .wrappanel > section.story .articles {
    white-space: initial;
    word-break: keep-all;
    font-size: 0;
}

.homeview .wrappanel > section.story .articles .slick-list {
    overflow: initial;
}

.homeview .wrappanel > section.story .articles .slick-arrow {
    z-index: 1;
}

.homeview .wrappanel > section.story .articles .slick-arrow::before {
    font-size: 27px;
}

.homeview .wrappanel > section.story .articles .slick-arrow.slick-prev {
    left: 5px;
}

.homeview .wrappanel > section.story .articles .slick-arrow.slick-next {
    right: 5px;
}

.homeview .wrappanel > section.story .multi .pbox {
    width: 400px;
    height: 250px;
}

.homeview .wrappanel > section.story .pbox {
    overflow: hidden;
    height: 500px;
    width: 300px;
    position: relative;
}

.homeview .wrappanel > section.story .pbox a {
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    padding: 20px;
}

.homeview .wrappanel > section.story .pbox .bg {
    -webkit-transition: transform .3s ease-out; 
    -moz-transition: transform .3s ease-out; 
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out; 
    transition: transform .3s ease-out;        
    height: 100%;
}

.homeview .wrappanel > section.story .pbox:hover .bg {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5); /* IE 9 */
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.homeview .wrappanel > section.story .pbox h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}

.homeview .wrappanel > section.story .pbox p {
    margin: 0px;
    font-weight: 300;
    white-space: initial;
}

.homeview .wrappanel > section.notice {
}

.homeview .wrappanel > section.notice .btnMore {
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #222;
}

.homeview .wrappanel > section.notice .articles {
    padding: 20px 0;
}

.homeview .wrappanel > section.notice .article {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    position: relative;
}

.homeview .wrappanel > section.notice .article .type {
    display: inline-block;
    color: #777;
    position: absolute;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    background-color: #f77567;
    color: #fff;
    border-radius: 15px;
}

.homeview .wrappanel > section.notice .article .title {
    display: inline-block;
    padding: 5px 100px 5px 60px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homeview .wrappanel > section.notice .article .rdate {
    display: inline-block;
    position: absolute;
    right: 0px;
    font-weight: 300;
    padding: 5px;
}

.homeview .wrappanel > section.contact {
    padding: 50px 0;
    background: url(/skins/default/images/home/20211104_044.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.homeview .wrappanel > section.contact p {
    font-size: 20px;
    word-break: keep-all;
}

.homeview .wrappanel > section.contact h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 30px;
    word-break: keep-all;
}

.homeview .wrappanel > section.contact .btnJoin {
    font-size: 25px;
    padding: 15px 50px;
    border-radius: 100px;
    display: inline-block;
    background-color: #ff2a7f;
    color: #fff;
}

.homeview .wrappanel section.frontR1 .wrapsection {
  margin: 0 auto;
}

.homeview .wrappanel section.frontR1 h3 {
  font-size: 17px;
  text-align: left;
}

.homeview .wrappanel section.frontR1 h3 > .btns {
  float: right;
}

.homeview .wrappanel section.frontR1 h3 > .btns > a{
  color: #777;
}

.homeview .wrappanel section.frontR1 .box {
    height: 210px;
    text-align: center;
    position: relative;
}

.homeview .wrappanel section.frontR1 .box .wrapbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeview .wrappanel section.frontR1 h3 > a {
  font-family: initial;
  font-size: 12px;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ed3b3b;
  color: #fff;
  text-decoration: none;
}

.homeview .wrappanel section .list {
    font-weight: 300;
}

.homeview .wrappanel section .shortcut {
  margin-top: 30px;
}

.homeview .wrappanel section .shortcut .box {
  height: 120px;
  position: relative;
  text-align: center;
  padding: 0px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  box-shadow: 2px 2px 2px #333;
}

.homeview .wrappanel section .shortcut .box.room1 {
  background: url(/skins/default/images/home/001.png) no-repeat center center/cover;
}

.homeview .wrappanel section .shortcut .box.room2 {
  background: url(/skins/default/images/home/003.png) no-repeat center center/cover;
}

.homeview .wrappanel section .shortcut .box.room3 {
  background: url(/skins/default/images/home/002.png) no-repeat center center/cover;
}

.homeview .wrappanel section .shortcut .box.room4 {
  background: url(/skins/default/images/home/004.png) no-repeat center center/cover;
}

.homeview .wrappanel section.frontR1 .events .event {
  height: 170px;
  overflow: hidden;
}

.homeview .wrappanel section.frontR1 .events .event.no_event {
  background: url(/skins/default/images/noevent.jpg) no-repeat right 20px bottom 5px/50%;
}

.homeview .wrappanel section.frontR1 .events .event.no_event > h5 {
  font-size: 17px;
  font-weight: 300;
  color: #5c5c5c;
  padding: 30px;
}

.homeview .wrappanel section.frontR1 .events .event .thumb {
  height: 100%;
  display: block;
}

.wrapboard .events .event img {
  width: 100%;
}

.homeview .wrappanel section .shortcut .box > span {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0px;
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 1);
}

.homeview .wrappanel section .shortcut .box > span > b {
}

.homeview .wrappanel section.frontR1 a img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center center;
}

.homeview .wrappanel section.frontR1 a {
  position: relative;
  color: #000;
}

.homeview .wrappanel section.frontR1 article a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.homeview .wrappanel section.frontR2 .row a i {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
}

.homeview .wrappanel section.frontR1 article a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
}

.homeview .wrappanel section.frontR1 a:hover i {
  opacity: 1;
}

.homeview .wrappanel section.frontR1 .notice {
    min-height: 200px;
}

.homeview .wrappanel section.frontR1 .notice ul li {
  line-height: 35px;
}

.homeview .wrappanel section.frontR1 .notice ul li a {
  font-size: 16px;
  color: #5c5c5c;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 80px;
} 

.homeview .wrappanel section.frontR1 .notice ul li a > span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  background-color: #fff;
  color: #b8b8b8;
}

.homeview .wrappanel section.frontR2 .events {
}

.homeview .wrappanel section.frontR2 {
  /*
background: url(/skins/default/images/home/20190812_016.png) top center repeat-x, url(/skins/default/images/home/20190812_109.png) center center repeat-x, url(/skins/default/images/home/20190812_069.png) bottom center repeat-x;
  background-color: #f7f7f7;
  */
}

.homeview .wrappanel section.frontR2 h3 {
  font-size: 17px;
  color: #333;
}

.homeview .wrappanel section.frontR2 .wrapsection {
  background-size: 100% auto;
}

.homeview .wrappanel section.frontR2 .wrapsection > .row {
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
}


.homeview .wrappanel section.frontR2 .wrapsection .row a {
  position: relative;
  display: block;
  text-align: center;
  color: #333;
}

.homeview .wrappanel section.frontR2 .wrapsection .row a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
  background-color: #000;
}

.homeview .wrappanel section.frontR2 .wrapsection .row a span {
  display: block;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
}

.homeview .wrappanel section.frontR3 .wrapsection {
}

.homeview .wrappanel section.frontR3 h3 {
  text-align: center;
  color: #df6836;
}

.homeview .wrappanel section.frontR3 .wrapsection > ul {
  margin-left: 10px;
}

.homeview .wrappanel section.frontR3 .wrapsection ul li {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  padding-right: 15px;
}

.homeview .wrappanel section.frontR3 .wrapsection ul li a {
  display: block;
  min-height: 420px;
  position: relative;
  border: 1px solid #e6e7e8;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  color: #333;
}

.homeview .wrappanel section.frontR3 .wrapsection ul li img {
  min-height: 260px;
  max-height: 260px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.homeview .wrappanel section.frontR3 .wrapsection ul li h5 {
  font-family: 'Binggrae';
  display: block;
  border-bottom: 1px solid #e6e7e8;
  margin: 10px 5px;
  padding-bottom: 8px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homeview .wrappanel section.frontR3 .wrapsection ul li p {
  padding: 8px;
  font-size: 14px;
  line-height: 22px;
}

.homeview .wrappanel section .help {
  text-align: center;
  background-color: #a291be;
  border-radius: 5px;
  padding: 30px 0px;
  color: #fff;
  margin-top: 20px;
}

.homeview .wrappanel section .help h3 {
  text-align: center;
  color: #fff;
  margin: 5px 0;
}

.homeview .wrappanel section .help h5 {
  font-size: 38px;
  margin: 20px 0;
  font-family: "BinggraeBold";
}

.homeview .wrappanel section .help p {
  font-size: 15px;
  font-weight: 300;
}

.homeview .wrappanel section .help span {
  font-weight: 300;
}

.homeview .wrappanel section.frontR5 {
  background: url(/skins/default/images/home/20190812_016.png) top center repeat-x, url(/skins/default/images/home/20190812_109.png) center center repeat-x, url(/skins/default/images/home/20190812_069.png) bottom center repeat-x, url(/skins/default/images/home/20190812_033.png) center center/auto 70% no-repeat;
  background-color: #f7f7f7;
  text-align: center;
}

.homeview .wrappanel section.frontR5 .wrapsection {
  margin: 80px auto;
}

.homeview .wrappanel section.frontR5 h3 {
  color: #df6836;
}

.homeview .wrappanel section.frontR5 ul {
  padding: 20px;
  display: inline-block;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  width: 80%;
  font-family: "BinggraeBold";
}

.homeview .wrappanel section.frontR5 ul > li {
  width: 33%;
}

.homeview .wrappanel section.frontR5 ul > li > span {
  font-size: 20px;
  line-height: 40px;
  color: #ecaf24;
}

.homeview .wrappanel section.frontR5 ul > li > b {
  display: block;
  font-size: 40px;
  padding: 20px 0;
  color: #000;
}

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

.homeview[name=home_dabisu] .wrappanel > .pagebar {
    background-color: #f5416c;
}

.homeview[name=home_hangul] .wrappanel > .pagebar {
    background-color: #F8B800;
}

.homeview[name=home_english] .wrappanel > .pagebar {
    background-color: #6C4598;
}

.homeview[name=home_notice] .wrappanel > .pagebar {
    background-color: #a291bf;
}

.homeview[name=home_policy] .wrappanel > .pagebar,
.homeview[name=home_privacy] .wrappanel > .pagebar,
.homeview[name=home_intro] .wrappanel > .pagebar {
    background-color: #2bb8eb;
}

.homeview[name=home_store] .wrappanel > .pagebar {
    background-color: #ffc424;
}

.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[name=home_dabisu] .wrappanel > .pagebar .wrapbar::after {
    background: url(/skins/default/images/home/20211104_009.png) no-repeat bottom left/contain;
}

.homeview[name=home_hangul] .wrappanel > .pagebar .wrapbar::after {
    background: url(/skins/default/images/home/20211104_010.png) no-repeat bottom left/contain;
}

.homeview[name=home_english] .wrappanel > .pagebar .wrapbar::after {
    background: url(/skins/default/images/home/20211104_008.png) no-repeat bottom left/contain;
}

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

.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 > section.body {
  margin: 0 auto;
  width: 98%;
  max-width: 1100px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.homeview .lecturepanel .wrappanel .path {
    margin: 0 auto;
    max-width: 1100px;
    width: 98%;
}

.homeview .lecturepanel .wrappanel .indexbx {
}

.homeview .kids-panel .indexbx {
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.homeview .kids-panel .indexbx a {
    color: #000;
    font-family: "Nexon";
    font-size: 17px;
    padding: 10px 20px;
    width: initial;
    border: 1px solid #ddd;
}

.homeview .kids-panel .indexbx a.active {
    background-color: #5b8ddb;
    color: #fff;
    border-color: #5b8ddb;
    font-weight: 500;
}

.homeview .lecturepanel .widget.lessonbx {
    max-width: 1000px;
    margin: 0 auto;
    width: 98%;
}

.homeview .lecturepanel .widget .wrap {
    padding: 0;
    max-width: 1100px;
    position: relative;
}

.homeview .widget.dabisu .infobx .info {
    padding: 20px 10px;
}

.homeview .lecturepanel .widget .nav-tabs {
    text-align: center;
}

.homeview .wrappanel > section.body > .lpanel {
  width: 19%;
  float: left;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 10px;
}

.homeview .teacherpanel .wrappanel > section.body > .lpanel {
  background: #f4b503 url('/skins/default/images/home/20190812_127.png') top left no-repeat;
}

.homeview .intropanel .wrappanel > section.body > .lpanel {
  background: #53c2ea url('/skins/default/images/home/20190812_127.png') top left no-repeat;
}

.homeview .programpanel .wrappanel > section.body > .lpanel {
  background: #d34c8c url('/skins/default/images/home/20190812_127.png') top left no-repeat;
}

.homeview .activitypanel .wrappanel > section.body > .lpanel {
  background: #9bc24f url('/skins/default/images/home/20190812_127.png') top left no-repeat;
}

.homeview .noticepanel .wrappanel > section.body > .lpanel {
  background: #b09ed0 url('/skins/default/images/home/20190812_127.png') top left no-repeat;
}

.homeview .wrappanel > section.body > .lpanel .labelbx {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 10px;
}

.homeview .wrappanel > section.body > .lpanel .labelbx img {
  height: 70px;
}

.homeview .wrappanel > section.body > .lpanel .labelbx h3 {
  padding-top: 10px;
  font-size: 22px;
  font-family: 'CookieRun';
  margin: 5px 0;
}

.homeview .wrappanel > section.body > .lpanel .labelbx span {
  font-size: 10px;
  display: block;
  color: #f3aaa9;
  font-family: 'CookieRun';
}

.homeview .wrappanel > section.body > .lpanel .mnu {
  padding-top: 20px;
}

.homeview .wrappanel > section.body > .lpanel h5 {
  font-family: 'CookieRun';
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
}

.homeview .wrappanel > section.body > .lpanel .mnu h5::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  right: 0px;
}

.homeview .wrappanel > section.body > .lpanel .mnu h5.expand::after {
  content: '\f077';
}

.homeview .wrappanel > section.body > .lpanel .mnu ul {
    display: none;
}

.homeview .wrappanel > section.body > .lpanel .mnu > ul:first-child {
    display: block;
}

.homeview .wrappanel > section.body > .lpanel .mnu h5.expand + ul {
    display: block;
}

.homeview .wrappanel > section.body > .lpanel .mnu ul li {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 6px 0 4px;
}

.homeview .wrappanel > section.body > .lpanel .mnu ul li a {
  color: rgba(255,255,255,.9);
  display: block;
  padding: 7px 0;
  padding-left: 20px;
}

.homeview .wrappanel > section.body > .lpanel .mnu ul li a:hover,
.homeview .wrappanel > section.body > .lpanel .mnu ul li.active a {
  background-color: rgba(255,255,255,.5);
  color: rgba(0,0,0,.8);
  border-radius: 10px;
  width: 100%;
  display: block;
  font-weight: 400;
}

.homeview .wrappanel > section.body > .rpanel {
  min-height: 550px;
  padding-top: 10px;
}

.homeview .wrappanel > section.body > .rpanel h1 {
  font-family: 'BinggraeBold';
  color: #000;
  font-size: 30px;
}

.homeview .wrappanel > section.body > .rpanel .introduce {
}

.homeview .wrappanel > section.body > .rpanel h2 {
  margin: 5px 0 10px;
}

.homeview .wrappanel > section.body > .rpanel h3 {
}

.homeview .wrappanel > section.body > .rpanel .lesson-panel h5 {
  font-weight: 300;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.homeview .wrappanel > section.body > .rpanel .lesson-panel.tplbase h4 {
    padding: 5px 10px;
    display: inline-block;
    border-bottom: 2px solid #333;
}

.homeview .wrappanel > section.body > .rpanel > b {
  color: #aaa;
  font-weight: 400;
}

.homeview .wrappanel > section.body > .rpanel p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin: 10px 0;
}


.homeview .wrappanel > section.body > .rpanel .characterpanel ul:nth-of-type(even) li.pic {
  float: right;
}

/************ hangul principle *************/


div.hangul_principle > div.R2
{
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 100px 20px;
}
div.hangul_principle img
{
    max-width: 100%;
}
div.hangul_principle > div.R2 > img:first-child
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
div.hangul_principle > div.R2 > article
{
    position: relative;
    text-align: center;
}
div.hangul_principle > div.R2 > article:nth-child(2) > div
{
    position: relative;
    width: 90%;
    display: inline-block;
    margin-top: 30px;
}
div.hangul_principle > div.R2 > article:nth-child(2) > div img:nth-child(1),
div.hangul_principle > div.R2 > article:nth-child(2) > div img:nth-child(2)
{
    position: absolute;
    z-index: 1;
    height: 130%;
    top: 50%;
    transform: translateY(-50%);    
}
div.hangul_principle > div.R2 > article:nth-child(2) > div img:nth-child(1)
{
    left: 0;
}
div.hangul_principle > div.R2 > article:nth-child(2) > div img:nth-child(2)
{
    right: 0;
}
div.hangul_principle > div.R2 > article:nth-child(2) > div > img:nth-child(3)
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}
div.hangul_principle > div.R2 > article:nth-child(2) > div > header
{
    position: relative;
    color: #fff;
    padding: 30px 80px;
    word-break: keep-all;
    font-size: 23px;
    z-index: 2;
    line-height: 35px;
}
div.hangul_principle > div.R2 > article:nth-child(2) > div > header b
{
    color: #fff100;
}
div.hangul_principle > div.R2 > article > img:nth-child(5)
{
    width: 80%;
}
div.hangul_principle > div.R6
{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
div.hangul_principle > div.R6 > article:nth-child(1)
{
    padding: 50px 20px;
}
div.hangul_principle > div.R6 > article:nth-child(1) > img:first-child
{
    margin: 50px 0;
}
div.hangul_principle > div.R6 > article:nth-child(1) p
{
    padding: 15px 0;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}
div.hangul_principle > div.R6 > article:nth-child(1) p b
{
    font-size: 50px;
    font-weight: 300;
}
div.hangul_principle > div.R6 > article:nth-child(2)
{
    padding-right: 0;
}

/************ hangul curriculum *************/

body .homeview section.body > .rpanel div.hangul_curriculum .box p {
    padding: 20px 30px 30px;
    word-break: keep-all;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.homeview .hangul_curriculum div.R3 .box .body a {
    display: inline-block;
    margin: 70px 0 20px;
    width: 60%;
}

.homeview .hangul_curriculum div.R3 .box .body h5:nth-child(3) {
    font-family: 'Binggrae';
    padding: 30px 0 30px;
    color: #FF4611;
}

.homeview .hangul_curriculum > .bgbx .box > h4 {
    text-align: center;
    color: #FFE000;
}

.homeview .hangul_curriculum div.R3 .box .body h5:nth-child(3) {
    font-family: 'Binggrae';
    padding: 30px 0 30px;
    color: #FF4611;
}

.homeview .hangul_curriculum div.R4 .box .body a {
    display: inline-block;
    margin: 70px 0 20px;
    width: 60%;
}

.homeview .hangul_curriculum div.R5 .body > div.row img {
    width: 60%;
}

.homeview .hangul_curriculum div.R5 .body > div.row {
    width: 90%;
    background-color: #FEF7E3;
    display: inline-block;
    border-radius: 20px;
    padding: 30px 0;
    margin: 5px 0;
}

.homeview .hangul_curriculum div.R5 .body > div.row:nth-child(2) {
    background-color: #EBF6F1;
}

.homeview .hangul_curriculum div.R5 .body > div.row > div:nth-child(2) p, 
.homeview .hangul_curriculum div.R5 .body > div.row > div:nth-child(2) header {
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
    color: #000;
}

.homeview .hangul_curriculum div.R5 .body > div.row > div:nth-child(2) header {
    font-size: 23px;
    font-family: 'BinggraeBold';
    padding: 50px 0 20px 20px;
}

.homeview .hangul_curriculum div.R5 .body > div.row > div:nth-child(2) > div {
    padding-top: 70px;
    text-align: left;
}

.homeview .hangul_curriculum div.R5 .body > div.row > div:nth-child(2) span {
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    opacity: 1;
}

/************ hangul method *************/


.hangul_method .box .body
{
    padding: 60px 20px 50px;
    text-align: center;
}
.homeview .hangul_method > .bgbx .box > h4
{
    color: #fff;
}
.homeview .hangul_method > .bgbx .box > h4 b
{
    color: #FFE000;
}
.homeview .hangul_method div.R2 div.row
{
    width: 90%;
    margin: 0 auto;
}
.homeview .hangul_method div.row p
{
    word-break: keep-all;
}
.homeview .hangul_method div.R2 div.row > div
{
    padding: 5px 0;
}
.homeview .hangul_method div.R2 div.body p:nth-child(3)
{
    padding: 20px 30px 30px;
    word-break: keep-all;
    line-height: 1.5;
    text-align: left;
    margin: 0;
}
.homeview .hangul_method div.R2 div.row > header
{
    font-size: 25px;
    line-height: 33px;
    font-family: 'Binggraebold';
    padding: 80px 0 10px;
}
.homeview .hangul_method div.R2 div.row > p
{
    padding-bottom: 10px;
}
.homeview .hangul_method div.R3 div.row
{
    width: 90%;
    margin: 0 auto;
}
.homeview .hangul_method div.R3 div.row > div
{
    padding: 5px 0;
}
.homeview .hangul_method div.R3 div.row > div > header
{
    font-size: 25px;
    font-family: 'Binggraebold';
    padding: 80px 0 10px;
}
.homeview .hangul_method div.R3 div.row > div > p
{
    margin-top: 0;
}
.homeview .hangul_method div.R4 div.row
{
    margin-bottom: 40px;
}
.homeview .hangul_method div.R4 div.row:first-child
{
    margin-bottom: 100px;
}
.homeview .hangul_method div.R4 div.row > div:nth-child(2)
{
    text-align: left;
}
.homeview .hangul_method div.R4 div.row > div:nth-child(2) header
{
    font-size: 23px;
    font-family: 'BinggraeBold';
    padding: 50px 0 20px 20px;
}
.homeview .hangul_method div.R4 div.row > div:nth-child(2) header span
{
    padding: 7px 14px;
    background-color: #2D2F92;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
}
.homeview .hangul_method div.R4 div.row:nth-child(3) div > header
{
    display: inline-block;
    font-size: 18px;
    margin: 30px auto 20px;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #f0515f;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}
.homeview .hangul_method div.R4 div.row:nth-child(4)
{
    margin-top: 40px;
    display: inline-block;
}
.homeview .hangul_method div.R4 div.row:nth-child(5),
.homeview .hangul_method div.R4 div.row:nth-child(4),
.homeview .hangul_method div.R4 div.row:nth-child(3),
.homeview .hangul_method div.R4 div.row:nth-child(2),
.homeview .hangul_method div.R4 div.row:nth-child(1)
{
    background-color: #fffad5;
    margin: 0 auto;
    padding: 70px 0 50px;
    width: 90%;
    text-align: center;
    display: block;
}
.homeview .hangul_method div.R4 div.row:nth-child(4),
.homeview .hangul_method div.R4 div.row:nth-child(2)
{
    padding: 60px 0 0;
}
.homeview .hangul_method div.R4 div.row:nth-child(5),
.homeview .hangul_method div.R4 div.row:nth-child(3)
{
    padding: 0 0 60px;
}
.homeview .hangul_method div.R4 div.row:nth-child(5) div > header
{
    display: inline-block;
    font-size: 18px;
    margin: 30px auto 20px;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #f0515f;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}
.homeview .hangul_method div.R4 div.row:nth-child(4) > div:nth-child(2) header span
{
    background-color: #00aeef;
}
.homeview .hangul_method div.videoWrap
{
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 80%;
}
.homeview .hangul_method div.R2 div.row div.videoContainer,
.homeview .hangul_method div.videoContainer
{
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.homeview .hangul_method .videoContainer iframe,
.homeview .hangul_method .videoContainer object,
.homeview .hangul_method .videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*********** store2 *************/

.homeview > .contentpanel .wrappanel > .mbanners {
    background-color: #F9F9F9;
}

.homeview > .contentpanel .wrappanel > .mbanners.slick-slider {
    margin-bottom: 0px;
}

.homeview > .contentpanel .wrappanel > .mbanners.slick-slider .slick-dots {
    bottom: 0px;
}

.homeview > .contentpanel .wrappanel > .mbanners .banner {
    display: block;
    margin: 0 auto;
    height: 300px;
    outline: none;
}

.homeview .kidsmall {
    font-family: "Nexon";
}

.homeview .kidsmall .wrappanel > .wrapcontent {
  margin: 20px auto;
  max-width: 1100px;
  position: relative;
  background-color: #fff;
}

.homeview .kidsmall .wrappanel > .wrapcontent .widget .widget-header {
    border-bottom: none;
    margin: 10px 0px;
}

.homeview .kidsmall .wrappanel > .wrapcontent .widget .widget-header > span.title {
}

.homeview .kidsmall .wrappanel > .wrapcontent .widget .widget-header > span.desc {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #333;
    line-height: 40px;
}

.homeview .kidsmall .wrapcontent .cates {
    text-align: center;
    margin-bottom: 30px;
}

.homeview .kidsmall .wrapcontent .cate {
    display: inline-block;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 30px;
    margin: 5px;
    cursor: pointer;
}

.homeview .kidsmall .wrapcontent .cate:hover {
    background-color: #7989a8;
    color: #fff;
}

.homeview .kidsmall .wrapcontent .cate.active {
    font-weight: 600;
    color: #fff;
    background-color: #28ade3;
}

.homeview .kidsmall .products .item {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    padding-bottom: 50%;
}

.homeview .kidsmall .products .item {
    padding-bottom: 0;
    box-shadow: none;
}

.homeview .kidsmall .products .item span[data-role=del] {
    position: absolute;
    right: -5px;
    font-size: 30px;
    top: -5px;
    z-index: 2;
    display: none;
    cursor: pointer;
}

.homeview .kidsmall.edit .products .item:hover span[data-role=del] {
    display: inline-block;
}

.homeview .kidsmall .products .item > .rate {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ef5382;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: 22px;
    z-index: 1;
}

.homeview .kidsmall .products .item > .rate::before {
    content: 'SAVE';
    display: block;
}

.homeview .kidsmall .products .item > .rate > span {
    font-weight: 600;
    font-size: 20px;
}

.homeview .kidsmall .products .item > .thumb {
    overflow: hidden;
    padding: 0px;
}

.homeview .kidsmall .products .item > .thumb > .cover {
    transition: all 0.3s ease-in-out;
    padding-bottom: 100%;
}

.homeview .kidsmall .products .item:hover > .thumb > .cover {
    transform: scale(1.05);
}

.homeview .kidsmall .products .item > .info {
    padding: 5px 5px 10px;
    height: 100px;
}

.homeview .kidsmall .products .item > .info > .title {
    line-height; 25px;
    font-size: 17px;
    font-weight: 300;
}

.homeview .kidsmall .products .item > .info > .price {
    text-decoration: line-through;
    color: red;
    font-size: 13px;
}

.homeview .kidsmall .products .item > .info > .discount {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.homeview .kidsmall .products .new > a {
    border: 1px dashed #ddd;
    color: #d97979;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 100%;
    cursor: pointer;
    transition: all .2s ease;
    display: none;
}

.homeview .kidsmall.edit .products .new > a {
    display: block;
}

.homeview .kidsmall .products .new > a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeview .kidsmall .products .new:hover > a{
    background-color: #fcf3cb;
    font-size: 25px;
}


.homeview .kidsmall .hlist {
    min-height: 300px;
}

.homeview .kidsmall .hlist .products {
    padding-left: 300px;
}

.homeview .kidsmall .hlist h3 {
    position: absolute;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
}

.homeview .kidsmall .hlist h3 > span.title {
    border-bottom: 2px solid #333;
    padding: 5px 0;
    font-size: 22px;
    display: inline-block;
}

.homeview .kidsmall .hlist h3 > span.desc {
    display: block;
    font-size: 15px;
    font-family: "Binggrae";
    color: #333;
}

.homeview .prodpanel {
    font-family: "Binggrae";
}

.homeview .prodpanel > .prodprop {
    background: #fff url(/skins/default/images/kids/bg_store.png) no-repeat center bottom/cover;
}

.homeview .prodpanel > .prodprop > .wrap {
    padding: 25px 0px;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}

.homeview .prodpanel .prodinfo {
    background-color: #fff;
    padding: 20px;
    margin: 0px;
    border-radius: 10px;
}

.homeview .prodpanel .pathinfo {
    line-height: 30px;
}

.homeview .prodpanel .prodinfo .title {
    margin: 15px 0;
}

.homeview .prodpanel .prodinfo .pic {
    height: 400px;
}

.homeview .prodinfo .totalbx .price {
    font-size: 30px;
    line-height: 40px;
}

.homeview .prodinfo .btnCart {
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50px;
    color: #000;
}

.homeview .prodinfo .btnOrder {
    background-color: #ee5281;
    color: #fff;
    border-radius: 50px;
    border-color: #ee5281;
}

.homeview .prodpanel.fixed .prodinfo .cmd {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .3);
}

.homeview .prodpanel.fixed .prodinfo .cmd > div.row {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    padding: 10px;
}

.homeview .prodpanel.fixed .prodinfo .cmd > div.row > div:first-child {
    text-align: right;
}

.homeview .prodpanel.fixed .prodinfo .cmd > div.row > div {
    text-align: left;
}

.homeview .prodpanel.fixed .prodinfo .cmd > div.row .btn {
    max-width: 200px;
    padding: 10px 15px;
    font-size: 17px;
}

.homeview .prodpanel .tabs {
    margin-top: 20px;
    box-shadow: 0 3px 0 rgb(0, 0, 0, .8);
    text-align: center;
}

.homeview .prodpanel.fixed .tabs {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 1;
    margin-top: 0px;
    background-color: #566aa4;
    box-shadow: none;
}

.homeview .prodpanel.fixed .tabs a.active,
.homeview .prodpanel.fixed .tabs a {
    color: #fff;
}

.homeview .prodpanel .tabs a {
    cursor: pointer;
    padding: 15px 40px;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    color: #aaa;
    display: inline-block;
    font-family: initial;
}

.homeview .prodpanel .tabs a.active {
    color: #000;
    background-color: rgba(255, 255, 255, .2);
}

.homeview .prodpanel .tab-pane .spec {
    min-height: 700px;
}

.homeview .prodpanel .tab-pane .desc {
    line-height: 30px;
    font-weight: 300;
}

.homeview .prodpanel .review {
}

.homeview .prodpanel .cnt {
    display: inline-block;
}

.homeview .prodpanel .cnt::before {
    content: '(';
}

.homeview .prodpanel .cnt::after {
    content: ')';
}

.homeview .prodpanel .comments {
    position: relative;
    margin: 20px 5px;
}

.homeview .prodpanel .comments .comment {
    padding: 10px 0;
    position: relative;
}

.homeview .prodpanel .comments .comment:not(:first-child) {
    border-top: 1px dashed #ddd;
}

.homeview .prodpanel .review .comments .row {
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

.homeview .prodpanel .review .comments .row.article .rate {
    color: #ee5281;
}

.homeview .prodpanel .review nav {
    padding: 10px 0;
    position: relative;
    text-align: right;
}

.homeview .prodpanel .review nav .btn-review {
    background-color: #28ade3;
    color: #fff;
    border-radius: 50px;
    padding: 9px 25px;
}

.homeview .review .pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EFEFEF;
    float: left;
}

.homeview .review .pic > img {
    width: 100%;
}

.homeview .review .comments .comment > .body {
    margin-left: 80px;
    overflow: hidden;
}

.homeview .review .comments .comment > .body > .info {
    padding: 7px 0;
}

.homeview .review .comments .comment > .body > .msg {
    line-height: 22px;
}

.homeview .review .comments .comment > .items {
}

.homeview .review .comments .comment .items .item {
    width: 100px;
    height: 80px;
    position: relative;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0px;
    cursor: pointer;
}

.review .comments .option {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.review .comments .option .btn {
    text-shadow: none;
    color: #333;
}

.review .comments .comment:hover {
}

.review .comments .comment:hover .option {
    display: inline-block;
}

.review .stars {
    padding: 5px 0px;
}

.review .stars > i {
    color: #aaa;
    font-size: 15px;
    cursor: pointer;
}

.review .stars > i.active {
    color: #ee5281;
}

/* english */

.homeview .englishpanel section.content > img {
    width: 100%;
}

/* banner */
.homeview section.fullBleedArea .banner {
    position: relative;
}

.homeview section.fullBleedArea .banner > div {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.homeview section.fullBleedArea .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homeview section.fullBleedArea .banner.active::after {
    display: none;
}

.homeview section.fullBleedArea .banner > div > h1 {
    font-weight: 400;
    font-size: 30px;
}

.homeview section.fullBleedArea .banner > div > p {
    max-width: 800px;
    min-width: 400px;
    word-break: keep-all;
    font-size: 17px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}

.homeview section.fullBleedArea .banner.active > div {
}

.homeview section.fullBleedArea .banner.active > div > h1 {
    font-size: 40px;
    margin: 10px 0 20px;
}

.homeview section.fullBleedArea .banner.active > div > p {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    transition: all 0.2s ease-in-out;
}

.homeview > .banners .banner04 {
    background: #fff url(/skins/default/images/home/event/banner03_bg.jpg) no-repeat top center/cover;
}

.homeview > .banners .banner04 .body {
    padding: 90px 20px 0px;
}

.homeview > .banners .banner04 .notice {
    text-align: center;
    padding: 5px;
    color: #f74b24;
    margin: 20px 0px;
    font-size: 15px;
}

.homeview > .banners .banner04  h1 {
    font-family: "BinggraeBold";
    font-size: 22px;
    text-align: center;
}

.homeview > .banners .banner04 .section {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 0 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.homeview > .banners .banner04  h3 {
    font-size: 19px;
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: #4f7591;
    color: #fff;
}

.homeview > .banners .banner04 ul.period {
    text-align: left;
}

.homeview > .banners .banner04 ul.period > li {
    line-height: 20px;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
}

.homeview > .banners .banner04 div.period {
    padding: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.homeview > .banners .banner04  .btnView {
    border-radius: 15px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    font-size: 15px;
    cursor: pointer;
}

.homeview > .banners .banner04  .guide {
    font-size: 14px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 10px;
}

.homeview > .banners .banner04  .guide .cmd {
    text-align: center;
    margin: 0px;
}

.homeview > .banners .banner04  .guide .cmd > span {
    display: none;
    color: #ffef00;
}

.homeview > .banners .banner04  .guide .cmd.off > span {
    display: inline-block;
}

.homeview > .banners .banner04  .guide .cmd > a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #f99800;
    color: #fff;
    border-radius: 15px;
    margin-top: 10px;
}

.homeview > .banners .banner04  .guide .cmd.off > a {
    display: none;
}

.homeview > .banners .banner04  .videos {
    margin: 0px;
}

.homeview > .banners .banner04  .videos > li {
}

.homeview > .banners .banner04  .videos > li > a {
    line-height: 30px;
    font-size: 17px;
    color: #ff2400;
    font-weight: 500;
}

.homeview > .banners .banner04  .extlink {
    padding: 0 40px;
}

.homeview > .banners .banner04  .extlink > a {
    display: block;
    font-size: 17px;
    border-radius: 30px;
}

/* board */
.wrapboard .articles.album .article .thumb .cover {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding-bottom: 100%;
}

.wrapboard .articles.album .article:hover .thumb .cover {
    transform: scale(1.15);
    background-size: cover !important;
}


/* store */

.homeview.mod_home .wrapcontent {
    max-width: 1100px;
}

/* location */
.homeview .article-image-box {
  margin-bottom: 58px;
}

.homeview .article-image-box .left {
  float: left;
  width: 50%;
}

.homeview .article-image-box .right {
  float: right;
  width: 50%;
}

.homeview .article-image-box figure.learn_figure {
  display: table-cell;
  vertical-align: bottom;
  height: 600px;
  text-align: right;
}

.homeview .article-image-box figure {
  text-align: right;
}

.homeview .article-image-box .image-box-title {
  margin: 35px 0px 20px;
  color: #3b3b3b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.06em;
}

.homeview .article-box > .title > b,
.homeview .article-image-box .image-box-title strong {
  color: #ff6600;
}

.homeview .article-image-box .image-box-subtitle {
  font-size: 20px;
  line-height: 50px;
}

.homeview .article-image-box .figure img {
  max-width: 80%;
}

.homeview .article-image-box .figure figcaption {
  display: none;
}

.homeview .article-image-box .image-box-desc {
  margin: 0px 30px 0px 30px;
  color: #4b4b4b;
  font-size: 18px;
}

.homeview .video-box {
  border-radius: 5px;
  background-color: #ddd;
  padding: 10px;
  margin: 20px 0px;
}

.homeview .video-box > video {
  width: 100%;
  height: auto;
}

.homeview .article-image-box:after {
  clear: both;
  content: '';
  display: table;
}

.homeview .article-body {
  position: relative;
  margin: auto;
}

.homeview .article-body:after {
  clear: both;
  content: '';
  display: table;
}

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

.homeview .article-body.article-body-green {
  max-width: 1830px;
  background: #41af84;
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.homeview .article-body.article-body-green:before {
  content: '';
  width: 100%;
  background-image: url(/skins/default/images/home/program/program_baseline_green.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 38px;
  top: -38px;
}

.homeview .article-body.article-body-gray {
  max-width: 1830px;
  background: #efefef;
  margin-top: -40px;
  padding-top: 20px;
}

.homeview .article-effect .article-body.article-body-gray {
  margin-top: -50px;
}

.homeview .article-body.article-body-gray:before {
  content: '';
  width: 100%;
  background-image: url(/skins/default/images/home/program/program_baseline_gray.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 38px;
  top: -38px;
}

.article-body.article-body-dark {
  max-width: 1830px;
  background: #94a2ab;
  margin-top: -40px;
  padding-top: 40px;
}

.homeview .article-body.article-body-dark:before {
  content: '';
  width: 100%;
  background-image: url(/skins/default/images/home/program/program_baseline_dark.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 38px;
  top: -38px;
}

.homeview .article-body.article-body-darkblue {
  max-width: 1830px;
  background: #4c5e96;
  padding-top: 84px;
}

.homeview .article-body.article-body-darkblue:before {
  content: '';
  width: 100%;
  background-image: url(/skins/default/images/home/program/program_baseline_darkblue.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 38px;
  top: -38px;
}

.homeview .program-box {
  margin-bottom: 10px;
}

.homeview .program-box .program-box-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 73px;
}

.homeview .program-box .program-box-body {
  padding: 20px 10px;
  background: #fff;
  text-align: center;
}

.homeview .program-box .program-box-body .figures:after {
  clear: both;
  content: '';
  display: table;
}

.homeview .program-box .program-box-footer {
  position: relative;
  padding: 25px 50px 25px 150px;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  background: #f8f8f8;
  border-top: 1px dashed #d2d2d2;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 5px solid #dadada;
}

.homeview .program-box .program-box-footer .label {
  position: absolute;
  top: 25px;
  left: 50px;
  font-size: 18px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 14px;
}

.homeview .program-box.program-box-1 .program-box-header {
  background-image: url(/skins/default/images/home/program/program_box_header_1.jpg);
}

.homeview .program-box.program-box-1 .label {
  background: #22644a;
}

.homeview .program-box.program-box-2 .program-box-header {
  background-image: url(/skins/default/images/home/program/program_box_header_2.jpg);
}

.homeview .program-box.program-box-2 .label {
  background: #1a6c96;
}

.homeview .program-box.program-box-3 .program-box-header {
  background-image: url(/skins/default/images/home/program/program_box_header_3.jpg);
}

.homeview .program-box.program-box-3 .label {
  background: #7a5e9a;
}

.homeview .program-box.program-box-4 .program-box-header {
  background-image: url(/skins/default/images/home/program/program_box_header_4.jpg);
}

.homeview .program-box.program-box-4 .label {
  background: #e0a700;
}

.homeview .program-box .program-box-body .figures {
  margin: 0px;
  padding: 0;
  list-style: none;
  font-size: 0px;
  display: inline-block;
}

.homeview .program-box .program-box-body .figures > li {
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 18%;
}

.homeview .program-box .program-box-body .figures > li figure {
  display: block;
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

.homeview .program-box .program-box-body .figures > li figure img {
  width: 100%;
  display: block;
  border: 4px solid #eaeaea;
  border-bottom: 0px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.homeview .program-box .program-box-body .figures > li figure figcaption {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #eaeaea;
  padding: 15px 0px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom: 4px solid #d2d2d2;
}

.homeview .program-concept {
  color: #fff;
}

.homeview .program-concept .concept-subtitle {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
  margin-bottom: 10px;
}

.homeview .program-concept .deco {
  position: absolute;
}

.homeview .program-concept .deco.deco01 {
  top: -94px;
  right: 10px;
}

.homeview .program-concept .deco.deco02 {
  top: 850px;
  left: -150px;
}

.homeview .program-concept .deco.deco03 {
  top: 1250px;
  right: -20px;
}

.homeview .concept-box {
  max-width: 800px;
  margin: auto;
  position: relative;
  margin-bottom: 25px;
}

.homeview .concept-box.concept-desc {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.homeview .concept-box.concept-desc span {
  color: #ffe400;
  font-weight: 900;
}

.homeview .wrappanel > section.body > .rpanel .concept-box.concept-desc p {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0px;
  color: #ffc600;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.homeview .concept-box .box-header {
  position: relative;
  height: 73px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.homeview .concept-box .box-header .box-header-title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  height: 73px;
  width: 100%;
  line-height: 73px;
}

.homeview .concept-box .box-header .label-concept {
  position: absolute;
  top: 0px;
  left: 0px;
}

.homeview .concept-box .box-body {
  background: #fff;
  padding: 30px 25px;
  border-bottom: 4px solid #dadada;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}

.homeview .concept-box .box-body > figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.homeview .concept-box .box-body > p,
.homeview .wrappanel > section.body > .rpanel .concept-box .box-body > p {
  border: 5px solid #eee;
  border-radius: 10px;
  margin-left: 250px;
  padding: 20px;
  font-size: 17px;
  line-height: 30px;
  color: #000;
}

.homeview .concept-box .box-body > p > img {
  margin: 0 auto;
}

.homeview .wrappanel > section.body > .rpanel .concept-box.concept-box-05 .box-body > p {
  margin-left: 350px;
}


.homeview .concept-box.concept-box-01 .box-header {
  background: url(/skins/default/images/home/program/program_concept_head01_01.png) top left no-repeat, url(/skins/default/images/home/program/program_concept_head01_02.png) top right no-repeat, url(/skins/default/images/home/program/program_concept_head01_02.png) top left repeat-x;
}

.homeview .concept-box.concept-box-02 .box-header {
  background: url(/skins/default/images/home/program/program_concept_head02_01.png) top left no-repeat, url(/skins/default/images/home/program/program_concept_head02_02.png) top right no-repeat, url(/skins/default/images/home/program/program_concept_head02_02.png) top left repeat-x;
}

.homeview .concept-box.concept-box-03 .box-header {
  background: url(/skins/default/images/home/program/program_concept_head03_01.png) top left no-repeat, url(/skins/default/images/home/program/program_concept_head03_02.png) top right no-repeat, url(/skins/default/images/home/program/program_concept_head03_02.png) top left repeat-x;
}

.homeview .concept-box.concept-box-04 .box-header {
  background: url(/skins/default/images/home/program/program_concept_head04_01.png) top left no-repeat, url(/skins/default/images/home/program/program_concept_head04_02.png) top right no-repeat, url(/skins/default/images/home/program/program_concept_head04_02.png) top left repeat-x;
}

.homeview .concept-box.concept-box-05 .box-header {
  background-image: url(/skins/default/images/home/program/program_concept_head05.jpg);
  background: url(/skins/default/images/home/program/program_concept_head05_01.png) top left no-repeat, url(/skins/default/images/home/program/program_concept_head05_02.png) top right no-repeat, url(/skins/default/images/home/program/program_concept_head05_02.png) top left repeat-x;
}

.homeview .article-effect .image-box-title {
  font-size: 48px;
}

.homeview .books-list {
  width: 100%;
  margin-bottom: 100px;
}

.homeview .books-list > li .info-body {
  background: #fff;
  padding: 40px 5px;
}

.homeview .books-list > li .info-body .thumb {
  margin: 0;
  padding: 0;
  float: left;
  width: 260px;
}

.homeview .books-list > li .info-body .thumb img {
  display: block;
  margin: auto;
  width: 100%;
}

.homeview .books-list > li .info-body .thumb figcaption {
  display: none;
}

.homeview .books-list > li .info-body .info {
  margin-left: 265px;
}

.homeview .books-list > li .info-body .info .book-title {
  font-size: 28px;
  font-weight: 800;
  margin-top: 10px;
  line-height: 1em;
  float: none;
}

.homeview .books-list > li .info-body .info .book-title:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-image: url(/skins/default/images/home/program/book_title_bullet.gif);
  background-repeat: repeat-x;
  margin: 16px 0px 20px 0px;
}

.homeview .books-list > li .info-body .info dl {
  display: block;
  margin-bottom: 10px;
}

.homeview .books-list > li .info-body .info dl dt {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  color: #505050;
  font-size: 16px;
}

.homeview .books-list > li .info-body .info dl dt:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.homeview .books-list > li .info-body .info dl dt:after {
  content: ':';
}

.homeview .books-list > li .info-body .info dl dd {
  display: table-cell;
  color: #505050;
  font-size: 16px;
  letter-spacing: -0.08em;
}

.homeview .books-list > li .info-body .info .book-actions {
  font-size: 0;
  margin-top: 10px;
  text-align: left;
}

.homeview .books-list > li .info-body .info .book-actions > a {
  display: inline-block;
  margin: 5px 6px 0 6px;
}

.homeview .books-list > li .info-body .info .book-actions > a:hover {
  opacity: 0.85;
}

.homeview .books-list > li .info-body:after {
  clear: both;
  content: '';
  display: table;
}

.homeview .books-list > li .info-body.info-body-orange .book-title {
  color: #f99d1c;
}

.homeview .books-list > li .info-body.info-body-orange dl > dt:before {
  background: #f99d1c;
}

.homeview .books-list > li .info-body.info-body-orange .btn-book-action {
  background: #f99d1c;
  border-bottom-color: #d38415 !important;
}

.homeview .books-list > li .info-body.info-body-purple .book-title {
  color: #885998;
}

.homeview .books-list > li .info-body.info-body-purple dl > dt:before {
  background: #885998;
}

.homeview .books-list > li .info-body.info-body-purple .btn-book-action {
  background: #885998;
  border-bottom-color: #8c649c !important;
}

.homeview .books-list > li .info-body.info-body-blue .book-title {
  color: #1f88cd;
}

.homeview .books-list > li .info-body.info-body-blue dl > dt:before {
  background: #1f88cd;
}

.homeview .books-list > li .info-body.info-body-blue .btn-book-action {
  background: #1f88cd;
  border-bottom-color: #1f78b2 !important;
}

.homeview .books-list > li + li:before {
  content: '';
  display: block;
  height: 41px;
  width: 100%;
  background: url(/skins/default/images/home/program/books_divider_desktop.png);
  background-repeat: repeat-x;
}

.homeview .curriculum-content .article-image-box .image-box-title {
  font-size: 25px;
  line-height: 35px;
}

.homeview .curriculum-content .article-body .wrap-article-body {
  padding: 0px;
}

.homeview .curriculm-header {
  font-size: 0;
  margin-bottom: 0px;
  white-space: nowrap;
}

.homeview .curriculm-header li {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 0px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.homeview .curriculm-header li.grade {
  width: 200px;
  background: #ff9c00;
  border-bottom-color: #d58302;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.homeview .curriculm-header li.goal {
  width: 140px;
  background: #bd89ce;
  border-bottom-color: #9b6faa;
}

.homeview .curriculm-header li.content {
  width: 510px;
  background: #5ab3ec;
  border-bottom-color: #4185b1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.homeview .curriculm {
  width: 100%;
}

.homeview .curriculm > li {
  display: block;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

.homeview .curriculm > li:after {
  clear: both;
  content: '';
  display: table;
}

.homeview .curriculm > li figure {
  float: left;
  width: 200px;
  text-align: center;
}

.homeview .curriculm > li figure .book-title {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  float: none;
}

.homeview .curriculm > li figure .book-age {
  padding: 3px 9px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.homeview .curriculm > li figure .book-total {
  display: block;
  text-align: center;
  color: #505050;
  font-size: 16px;
}

.homeview .curriculm > li figure img {
  clear: both;
  display: block;
  margin: 20px auto;
  width: 80%;
}

.homeview .curriculm > li figure:after {
  clear: both;
  content: '';
  display: table;
}

.homeview .curriculm > li > ul {
  padding-left: 200px;
}

.homeview .curriculm > li > ul dl {
  display: block;
  margin: 0;
}

.homeview .curriculm > li > ul dl dt {
  display: inline-block;
  width: 140px;
  border-left: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
  color: #505050;
  font-size: 13px;
  padding: 15px 18px;
  line-height: 1em;
  margin: 0;
  letter-spacing: -0.08em;
  text-align: center;
}

.homeview .curriculm > li > ul dl dd {
  display: inline-block;
  border-bottom: 1px dashed #e0e0e0;
  color: #505050;
  font-size: 13px;
  padding: 15px 18px;
  line-height: 1em;
  margin: 0;
}

.homeview .curriculm > li > ul dl:last-child dt, .homeview .curriculm > li > ul dl:last-child dd {
  border-bottom: 0px;
}

.homeview .curriculm > li.k1 {
  background: #fdfbf8;
}

.homeview .curriculm > li.k1 .book-title {
  color: #ff9c00;
}

.homeview .curriculm > li.k1 .book-age {
  background: #ff9c00;
}

.homeview .curriculm > li.k2 {
  background: #fff;
}

.homeview .curriculm > li.k2 .book-title {
  color: #b469ce;
}

.homeview .curriculm > li.k2 .book-age {
  background: #b681c8;
}

.homeview .curriculm > li.k3 {
  background: #fafafa;
}

.homeview .curriculm > li.k3 .book-title {
  color: #0072bc;
}

.homeview .curriculm > li.k3 .book-age {
  background: #0072bc;
}

.homeview .effect-box {
  margin: auto;
  position: relative;
  margin-bottom: 35px;
  max-width: 1200px;
}

.homeview .effect-box .box-header {
  position: relative;
  height: 73px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.homeview .effect-box .box-header .box-header-title {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  height: 73px;
  width: 100%;
  line-height: 73px;
  overflow: hidden;
}

.homeview .effect-box .box-header .label-concept {
  position: absolute;
  top: 0px;
  left: 0px;
}

.homeview .effect-box .box-body {
  background: #fff;
  padding: 20px 10px;
  border-bottom: 4px solid #dadada;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.homeview .effect-box .box-body .box-body-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  letter-spacing: -0.06em;
}

.homeview .effect-box .box-body .box-body-desc {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 10px auto !important;
  padding: 10px 50px;
}

.homeview .article-effect .effect-box-01 .box-header {
  background-image: url(/skins/default/images/home/program/program_effect_head01.jpg);
}

.homeview .article-effect .effect-box-01 .box-body .clearbox {
  margin-top: 15px;
}

.homeview .article-effect .effect-box-02 .box-header {
  background-image: url(/skins/default/images/home/program/program_effect_head02.jpg);
}

.homeview .article-effect .effect-box-02 .box-body .box-body-title {
  color: #47a046;
}

.homeview .article-effect .effect-box-03 .box-header {
  background-image: url(/skins/default/images/home/program/program_effect_head03.jpg);
}

.homeview .article-effect .effect-box-03 .box-body .box-body-title {
  color: #379ab6;
  text-align: left;
}

.homeview .article-effect .effect-box-04 .box-header {
  background-image: url(/skins/default/images/home/program/program_effect_head04.jpg);
}

.homeview .article-effect .effect-box-04 .box-body .box-body-title {
  color: #864b8c;
}

.homeview .article-effect .effect-box-05 .box-header {
  background-image: url(/skins/default/images/home/program/program_effect_head05.jpg);
}

.effect-box.effect-box-05 .box-body .box-body-title {
  color: #d53076;
}

.homeview .article-effect .image-box-title {
  font-size: 48px;
}

.homeview .lessons.album .lesson {
  margin-bottom: 20px;
}

.homeview .lessons.album .lesson .thumb {
  position: relative;
}

.homeview .lessons.album .lesson .thumb .cover {
  height: 150px;
  cursor: pointer;
  background-color: #ddd;
}

.homeview .lessons.album .lesson:hover .thumb .cover {
  background-size: contain !important;
}

.homeview .lessons.album .lesson .thumb .cover > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #333;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  opacity: .8;
}

.homeview .lessons.album .lesson:hover:not(.off) .thumb .cover > i {
  color: #000;
  opacity: 1;
}

.homeview .lessons.album .lesson.lock .thumb .cover > i::before {
  content: '\f023';
}

.homeview .lessons.album .lesson h5 > span {
  display: inline-block;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  background-color: #ca4d18;
  text-align: center;
  margin: 0px;
  line-height: 20px;
  color: #fff;
  margin-right: 5px;
}

.homeview .lessons.album .lesson.off h5 > span {
  background-color: #aaa;
}

.homeview .resrcs.album .resrc {
  margin-bottom: 20px;
}

.homeview .resrcs.album .resrc .thumb {
  width: auto;
  position: relative;
  float: none;
  margin: 0px;
}

.homeview .resrcs.album .resrc .thumb .cover {
  height: 150px;
  cursor: pointer;
  background-color: #ddd;
}

.homeview .resrcs.album .resrc:hover .thumb .cover {
  background-size: contain !important;
}

.homeview .resrcs.album .resrc .thumb .cover > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #777;
  opacity: .5;
}

.homeview .resrcs.album .resrc:hover:not(.lock) .thumb .cover > i {
  color: #fff;
  opacity: .9;
}


@media screen and (max-width: 1100px) {
  .loginview .guide {
      display: none;
  }

  .homeview .wrappanel {
      padding-top: 60px;
  }

  .homeview .topb .wrappanel {
      padding-top: 0px;
  }

  body .homeview .header .screen {
    display: none;
  }

  .homeview > .header .wrapheader.fixed {
      box-shadow: none;
  }

  body .homeview .header .logobx {
    width: 100%;
    padding: 0px 10px;
    height: 60px;
    line-height: 50px;
    text-align: initial;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 2;
    border-bottom: 3px solid #ffcd50;
  }

  body .homeview .header .logobx .btn-mnu {
    display: inline-block;
    font-size: 30px;
    color: #ffd44c;
  }

  body .homeview .header .logobx .logo {
    display: none;
  }

  body .homeview .header .logobx .mlogo {
    display: inline-block;
    float: right;
    line-height: 55px;
  }

  body .homeview .header .logobx .mlogo img {
    height: 35px;
  }

  body .homeview .wrappanel section h1 {
      font-size: 35px;
      margin: 10px 0;
  }

  body .homeview .wrappanel section h3 {
      font-size: 30px;
  }

  body .homeview .wrappanel section.fullBleedArea .banner {
      height: 70px;
      width: 100%;
      float: none;
      min-height: auto;
      padding-top: 10px;
  }

  body .homeview .wrappanel section.fullBleedArea .banner.active {
      width: 100%;
      height: calc(100vh - 200px) !important;
  }

  body .homeview .wrappanel section.fullBleedArea .banner img {
      width: auto;
      height: 90%;
      left: initial;
      transform: translateX(-10%);
      right: 0;
  }

  body .homeview .wrappanel section.fullBleedArea .banner.active img {
      height: 50%;
      left: initial;
      right: 0;
  }

  .homeview section.fullBleedArea .banner > div > h1 {
      font-size: 22px;
  }

  .homeview section.fullBleedArea .banner.active > div > h1 {
      font-size: 35px;
  }

  body .homeview section.fullBleedArea .banner > div > p {
      max-width: 80%;
      min-width: auto;
      display: none;
      position: relative;
      z-index: 1;
  }

  body .homeview section.fullBleedArea .banner.active > div > p {
      display: block;
      font-size: 17px;
  }

  body .homeview .wrappanel > section.infoArea > h2 {
      font-size: 22px;
      line-height: 30px;
  }

  body .homeview .wrappanel > section.infoArea {
      padding: 30px 0;
  }

  body .homeview .wrappanel > section.infoArea h2 {
      padding: 0 10px;
  }

  body .homeview .wrappanel > section.fevorite .wrap .ibox .title {
      font-size: 18px;
  }

  body .homeview .wrappanel > section.fevorite .wrap .ibox .tags {
      font-size: 15px;
  }

  body .homeview .wrappanel > section.fevorite .wrap .ibox {
      padding-bottom: 110%;
  }

  body .homeview .wrappanel > section.fevorite .tag {
      padding: 5px 10px;
      font-size: 15px;
  }

  body .homeview .wrappanel > section.contact p {
      font-size: 15px;
      margin-bottom: 0px;
  }

  body .homeview .wrappanel > section.contact h2 {
      font-size: 22px;
  }

  body .homeview .wrappanel > section.story .header .btns {
      position: initial;
      margin-bottom: 30px;
  }

  body .homeview .wrappanel section.story .header p {
      margin-bottom: 10px;
  }

  .homeview .wrappanel > section.story .header .btns a {
      margin-left: 0px;
      margin-right: 10px;
  }

  body .homeview .wrappanel > section .wrap {
      padding: 20px 0;
  }

  body .homeview .wrappanel section.notice p {
      margin-bottom: 10px;
  }

  body .homeview .footer > nav {
    padding-left: 0px;
    margin: 0px;
    padding-top: 130px;
    width: 100%;
  }

  .homeview .footer > nav > ul {
    display: inline-block;
  }

  .homeview .footer > nav > ul > li {
      padding: 0 20px;
  }

  .homeview .footer > section {
    padding: 10px 10px 50px;
    font-size: 12px;
    line-height: 20px;
  }

  .homeview .footer > section .logo {
    position: initial;
    margin: 10px 0 20px;
    display: block;
    float: none;
  }

  .homeview .footer > section p {
    margin: 0px;
  }

  body .homeview .footer > nav {
      padding-top: 30px;
  }

  .homeview .wrappanel section.fullBleedArea .banner {
    height: 300px;
  }

  .homeview .wrappanel section.fullBleedArea .banner ul {
    transform: translate(-70%, -50%) !important;
  }

  .homeview .wrappanel section.fullBleedArea div > ul img {
    height: 50px;
  }

  .homeview .wrappanel section.fullBleedArea div > ul h3 {
    font-size: 17px;
  }

  .homeview .wrappanel section.fullBleedArea div > ul p {
    font-size: 14px;
  }

  .homeview .wrappanel > section.path {
    text-align: left;
  }

  .homeview .wrappanel > section.body > .lpanel {
    display: none;
  }

  .homeview .wrappanel > section.body > .rpanel {
    width: 100%;
    padding: 0px;
    background: none;
  }

  .homeview .wrappanel > section.frontR3 > .wrapsection > ul > li {
    width: 50%;
  }

  .homeview .wrappanel section .help {
      padding: 35px 5px;
      min-height: 200px;
  }

  .homeview .wrappanel section .help h3 {
      font-size: 18px;
  }

  .homeview .wrappanel section .help h5 {
      font-size: 25px;
  }

  .homeview .wrappanel section .help span,
  .homeview .wrappanel section .help p {
      font-size: 11px;
      margin-bottom: 5px;
  }

  .homeview .contentpanel:not(.modal-body) {
    padding: 0px 0 0;
  }

  .homeview .top + .contentpanel:not(.modal-body) {
    padding: 100px 0 0;
  }

  .homeview .wrappanel .path {
    right: auto;
  }

    body .homeview .footer > nav > ul > li .btn-site {
        display: none;
    }

  .homeview .effect-box .box-body .row img {
    width: 100%;
  }

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

  body .homeview .footer > section.company .help {
      padding-top: 30px;
  }

  .homeview .wrappanel > section.midbanner .mbanner p {
      max-width: 50%;
  }

    body .homeview .wrappanel > section.midbanner .mbanner img {
        height: 80%;
        opacity: 80%;
    }

    body .homeview .prodpanel .prodinfo {
        border-radius: 0px;
    }

    body .homeview .prodpanel > .prodprop > .wrap {
        padding: 0px;
    }

    body .homeview .prodpanel.fixed .tabs {
        top: 60px;
    }

    body .homeview .prodpanel .tabs a {
        padding: 10px;
    }

}

@media screen and (max-width: 760px) {
    .homeview .hangul_principle > .R5 .body img {
        width: 50%;
    }

    .homeview .hangul_method .box img,
    .homeview .hangul_method div.R4 div.row:nth-child(5),
    .homeview .hangul_method div.R4 div.row:nth-child(4),
    .homeview .hangul_method div.R4 div.row:nth-child(3),
    .homeview .hangul_method div.R4 div.row:nth-child(2),
    .homeview .hangul_method div.R4 div.row:nth-child(1)
    {
        width: 100%;
    }
    .homeview .hangul_method div.videoWrap
    {
        width: 90%;
    }

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

  body .homeview .footer > nav > ul > li > a:not(:first-child) {
      padding-left: 10px;
  }

    body .homeview .wrappanel > .pagebar .wrapbar h1 {
        margin-top: 70px;
        font-size: 25px;
    }

    body .homeview .wrappanel > .pagebar .wrapbar p {
        font-size: 15px;
    }

    body .homeview .wrappanel > .pagebar .wrapbar::after {
        height: 30%;
    }

  .homeview .wrappanel > section.midbanner .mbanner p {
      max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
    div.hangul_principle > div.R2 > article:nth-child(2) > div > header {
        padding: 10px 25px;
        font-size: 15px;
    }

    .homeview .hangul_method div.R4 div.row > div:nth-child(2) header
    {
        padding-left: 0;
    }

    body .homeview .footer > nav > ul > li {
        padding: 0 10px;
    }

    body .homeview .footer > section .license .apps {
        position: initial;
    }

    body .homeview .wrappanel .path {
        text-align: left;
        line-height: 27px;
    }

    body .homeview .wrappanel > section.notice .btnMore {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    body .homeview .wrappanel > section.midbanner .mbanner img {
        height: 40%;
        right: -10px;
    }
}

@media screen and (max-width: 420px) {
    body .homeview .wrappanel > section .col-xs-6 {
        width: 100%;
    }

    body .homeview .wrappanel > section.fevorite .wrap .ibox {
        padding-bottom: 95%;
    }

    body .homeview .wrappanel > section.fevorite div.tags {
        padding-bottom: 20px;
    }
}
