body ._homengoview mark {
    background-color: #fff1ae;
    display: inline-block;
    line-height: 0em;
    padding: 0 .2em .7em 0.2em;
}

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

body.body__homengo section > .view {
    padding-top: 107px;
}

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

._homengoview > .contentpanel.edit a.new {
    display: block;
}

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

._homengoview > .contentpanel a.new:hover {
    background-color: #fcf3cb;
    font-size: 25px;
}

._homengoview p.empty {
    font-size: 17px;
    font-weight: 300;
}

._homengoview .header .screen {
    width: 100%;
    display: block;
    z-index: 3;
    background-color: #fff;
}

._homengoview .header .screen.fixed {
    position: fixed;
    top: 0px;
    height: 107px;
    border-bottom: 1px solid #eee;
}

._homengoview .header .logo {
    width: 130px;
    top: 15px;
    left: 30px;
}

._homengoview .header .screen .logo > img {
    width: 100%;
}

._homengoview .header.fixed .screen .wrapheader .mainmnu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

._homengoview .header .screen .wrapheader .mainmnu .wrapmnu {
    margin: 0 auto;
    width: 1024px;
    position: relative;
    padding: 20px 0;
}

._homengoview .header .screen .wrapheader {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

._homengoview .header .mobile .logo {
    top: 5px;
}

._homengoview .header a {
    color: #333;
    font-size: 15px;
    font-weight: 300px;
    text-align: center;
    padding: 0px;
}

._homengoview .header .quickmnu a {
    margin: 0 10px;
    font-size: 15px;
    font-weight: 300;
}

._homengoview[name=_khome] .header .screen a {
    color: #fff;
}

._homengoview[name=_khome] .header.fixed .mnu a:not(.btn-round) {
    color: #333;
    text-shadow: none !important;
}

._homengoview[name=_khome] .header.fixed a.btn {
    color: #fff;
    text-shadow: none !important;
    font-weight: bold;
}

._homengoview .header nav.mnu {
    text-align: center;
    padding-left: 250px;
}

._homengoview .header nav.mnu a {
    display: inline-block;
    font-size: 17px;
    padding: 0px 30px;
    line-height: 33px;
    text-align: center;
    text-shadow: 1px 1px 15px #eee;
}

._homengoview[name=_khome] .header nav.mnu a {
    text-shadow: 1px 1px 5px #333;
}

._homengoview .header nav.mnu a.active:not(.btn-round) {
    color: #ee5281;
    font-weight: 600;
    font-size: 20px;
}

._homengoview .header nav.mnu a.btn-round {
    border: 2px solid #ee5281;
    border-radius: 30px;
    margin-left: 30px;
    padding: 0px 20px;
    background-color: #fff;
    color: #ee5281;
    text-shadow: none;
}

._homengoview .header nav.mnu a.btn-round.active,
._homengoview .header nav.mnu a.btn-round:hover {
    background-color: #ee5281;
    color: #fff;
}

._homengoview .header .mainmnu {
    position: relative;
}

._homengoview .header .quickmnu {
    position: relative;
    height: 30px;
    z-index: 1;
    text-align: right;
    padding: 10px 5px;
}

._homengoview .header .quickmnu .wrapmnu a > img {
    width: 80px;
}

/*********** mobile header *************/

._homengoview .header .mobile .wrapheader {
    width: 100%;
    padding: 0px 10px;
    height: 60px;
    text-align: initial;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
    position: fixed;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    background-color: rgba(255, 255, 255, .9);
}

._homengoview .header.fixed .mobile .wrapheader {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

._homengoview .header .mobile .wrapheader .btn-mnu {
    line-height: 66px;
    position: fixed;
    bottom: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fb6161;
    color: #fff;
    font-size: 13px;
}

._homengoview[name=_khome] .header .mobile .wrapheader .btn-mnu {
}

._homengoview .header.fixed .mobile .wrapheader .btn-mnu {
    color: #ffce02;
    text-shadow: none;
}

._homengoview .header .mobile .wrapheader .logo {
    top: -2px;
    right: 20px;
    left: initial;
    padding: 0px;
    display: inline-block;
}

._homengoview .header .mobile .wrapheader .logo img {
    width: 90%;
}

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

._homengoview .header .mobile .mnubx {
  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;
  text-align: center;
  padding: 0px;
}

._homengoview .header .mobile .mnubx .logo {
    position: initial;
    margin-top: 30px;
}

._homengoview .header .mobile .mnubx .btns > .btn {
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
    margin-top: 30px;
}

._homengoview .header .mobile .mnubx .mnuhead {
    padding: 10px 0px 30px;
    background: #3e5775 url(https://www.dabikids.com/skins/default/images/home/20190812_127.png) no-repeat top left / cover;
}

._homengoview .header .mobile .mnubx .mnu {
    padding: 10px 0px 20px;
    text-align: left;
}

._homengoview .header .mobile .mnubx .mnu:not(:last-child) {
    border-bottom: 1px solid #eee;
}

._homengoview .header .mobile .mnubx .mnu > ul > li {
    margin-top: 10px;
    padding: 10px 15px;
}

._homengoview .header .mobile .mnubx .mnu > ul > li:hover {
    background-color: #EFEFEF;
}

._homengoview .header .mobile .mnubx .mnu > ul > li a > i {
    display: none;
    width: 40px;
    text-align: center;
    color: #2a354f;
}

/*********** footer *************/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********** Banner *************/

.slick-dots {
    bottom: 0;
}

/*********** common *************/

._homengoview > .contentpanel {
    padding: 0;
    min-height: 800px;
}

._homengoview .wrap,
._homengoview > .contentpanel .wrapcontent {
  margin: 0 auto;
  width: 98%;
  max-width: 1024px;
  position: relative;
}

._homengoview > .contentpanel .wrapcontent > .row {
    margin-left: 0px;
    margin-right: 0px;
}

._homengoview > .contentpanel .wrapcontent > h1.title {
    font-size: 22px;
    margin-bottom: 20px;
}

._homengoview > .contentpanel .titlebx {
    background-color: #444e9f;
    position: sticky;
    top: 107px;
    z-index: 2;
}

._homengoview > .contentpanel .titlebx .title {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    padding: 0 20px;
    color: #fff;
    line-height: 60px;
    height; 60px;
    font-size: 20px;
}

._homengoview > .contentpanel .manual {
    padding: 10px 0 50px;
}

._homengoview > .contentpanel .manual h3 {
    font-size: 17px;
}

._homengoview > .contentpanel .manual p {
    font-weight: 300;
    line-height: 25px;
}


/*********** main *************/
.view[name="_homengo"] > .contentpanel .banners {
    height: 200px;
    background-color: #efefef;
    overflow: hidden;
}

._homengoview > .contentpanel .btn-banner {
    position: absolute;
    top: -70px;
    right: 10px;
    z-index: 2;
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
}

.view[name="_homengo"] > .contentpanel .banners .banner  {
    background-color: #4966f5;
}

.view[name="_homengo"] > .contentpanel .banners .wrap {
    height: 200px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}

.view[name="_homengo"] > .contentpanel .lectures .tags {
    text-align: center;
    padding: 5px 0 20px;
}

.view[name="_homengo"] > .contentpanel .lectures .tags > .tag {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 5px 25px;
    font-size: 15px;
}

.view[name="_homengo"] > .contentpanel .lectures .tags > .tag + .tag {
    margin-left: 10px;
}

.view[name="_homengo"] > .contentpanel .lectures .tags > .tag:hover,
.view[name="_homengo"] > .contentpanel .lectures .tags > .tag.active {
    background-color: #fb6161;
    color: #fff;
    border-color: #fb6161;
}

._homengoview > .contentpanel .lectures .lecture {
    height: auto;
}

._homengoview > .contentpanel .lectures .lecture > .thumb {
    background-color: #efefef;
    padding-bottom: 70%;
    width: 100%;
    float: none;
    border-radius: 10px;
    position: relative;
}

._homengoview > .contentpanel .lectures .lecture > .thumb > .status {
    background-color: #86309e;
    position: absolute;
    top: 5px;
    left: -5px;
    padding: 5px 10px;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: unset;
}

._homengoview > .contentpanel .lectures .lecture > .thumb > .discount {
    background-color: #2196F3;
}

._homengoview > .contentpanel .lectures .lecture > .thumb > .update {
    background-color: #e91e63;
}

._homengoview > .contentpanel .lectures .lecture > .cate {
    font-size: 13px;
    font-weight: 300;
}

._homengoview > .contentpanel .lectures .lecture > .cate > span {
    display: inline-block;
    padding-right: 5px;
}

._homengoview > .contentpanel .lectures .lecture > .title {
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._homengoview > .contentpanel .lectures .lecture > .props {
    color: #777;
}

._homengoview > .contentpanel .lectures .lecture > .props > span {
}

._homengoview > .contentpanel .lectures .lecture > .price {
    text-align: left;
    padding: 10px 0;
}


._homengoview > .contentpanel .lectures .lecture > .price > .unit {
    color: #aaa;
    margin-right: 5px;
}

._homengoview > .contentpanel .lectures .lecture > .price > .discount {
    font-size: 17px;
    color: #f74f4f;
}

.view[name="_homengo"] > .contentpanel .teachers {
}

.view[name="_homengo"] > .contentpanel .teachers .teacher {
    text-align: center;
    cursor: pointer;
    height: 300px;
}

.view[name="_homengo"] > .contentpanel .teachers .teacher .pic {
    display: inline-block;
    width: 120px; 
    height: 120px;
    border-radius: 50%;
    background-color: #efefef;
}

.view[name="_homengo"] > .contentpanel .teachers .teacher .name {
    font-size: 17px;
}

.view[name="_homengo"] > .contentpanel .teachers .teacher .organ {
}

.view[name="_homengo"] > .contentpanel .teachers .teacher .desc {
    line-height: 22px;
    padding: 10px;
    font-weight: 300;
}

.view[name="_homengo"] > .contentpanel .mentors {
    background-color: #efefef;
    padding: 20px 0;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 0;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .thumb {
    background: #6ab4ca url() no-repeat center center/cover;
    padding-bottom: 40%;
    position: relative;
    margin-bottom: 40px;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .pic {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 20px;
    bottom: -40px;
    background-color: #333;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .tags {
    font-weight: 300;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .info {
    padding: 5px 20px 20px;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .info .name {
    font-size: 17px;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .info .area {
    margin-bottom: 10px;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .attrs {
    position: absolute;
    bottom: -30px;
    right: 5px;
    color: #777;
}

.view[name="_homengo"] > .contentpanel .mentors .mentor .attrs .fa-star {
    color: #f94646;
}

.view[name="_homengo"] > .contentpanel .mentors .btns .box {
    background-color: #8f99d3;
    padding: 10px 0;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    cursor: pointer;
}

.view[name="_homengo"] > .contentpanel .mentors .btns .box.btn-find {
    background-color: #ea8d8d;
}

.view[name="_homengo"] > .contentpanel .mentors .btns b {
    color: #fff;
    margin-left: 5px;
    font-size: 22px;
    font-weight: normal;
}

.view[name="_homengo"] > .contentpanel .mentors .btns span {
    font-size: 17px;
}

.view[name="_homengo"] > .contentpanel .stories {
}

.view[name="_homengo"] > .contentpanel .stories .story {
    display: block;
    height: 280px;
    cursor: pointer;
    color: #333;
}

.view[name="_homengo"] > .contentpanel .stories .story .thumb {
    background-color: #efefef;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.view[name="_homengo"] > .contentpanel .stories .story .info {
    padding: 5px;
}

.view[name="_homengo"] > .contentpanel .stories .story .rate {
    color: #f94646;
    font-size: 17px;
    padding: 5px 0;
}

.view[name="_homengo"] > .contentpanel .stories .story .desc {
    line-height: 20px;
    font-weight: 300;
}

.view[name="_homengo"] > .contentpanel .stories .story .user {
}

.view[name="_homengo"] > .contentpanel .stories .story .user .pic {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: contain;
}

.view[name="_homengo"] > .contentpanel .stories .story .user .name {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}

.view[name="_homengo"] > .contentpanel .report {
    background-color: #efefef;
    text-align: center;
    padding: 50px 0;
}

.view[name="_homengo"] > .contentpanel .report h1 {
    font-size: 22px;
    line-height: 30px;
}

.view[name="_homengo"] > .contentpanel .report .items {
    text-align: center;
    margin: 30px 0;
}

.view[name="_homengo"] > .contentpanel .report .items img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px 30px;
}

.view[name="_homengo"] > .contentpanel .report .items .data {
    font-size: 30px;
    display: block;
    padding: 20px 0;
}

.view[name="_homengo"] > .contentpanel .report .items label {
    display: block;
}

.view[name="_homengo"] > .contentpanel .report .btn-register {
    display: inline-block;
    padding: 15px 50px;
    background-color: #ff4646;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    border-radius: 40px;

}

.view[name="_homengo"] > .contentpanel .support {
    padding: 50px 0;
}

.view[name="_homengo"] > .contentpanel .support h4 {
}

.view[name="_homengo"] > .contentpanel .support h4 a {
    color: #333;
}

.view[name="_homengo"] > .contentpanel .support .notice {
}

.view[name="_homengo"] > .contentpanel .support .notice .articles > li {
    line-height: 30px;
    position: relative;
    padding: 0 100px 0 0;
    font-size: 15px;
    font-weight: 300;
}

.view[name="_homengo"] > .contentpanel .support .notice .articles > li .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.view[name="_homengo"] > .contentpanel .support .notice .articles > li .date {
    position: absolute;
    top: 0px;
    right: 0px;
}

.view[name="_homengo"] > .contentpanel .support .events .box {
    min-height: 150px;
}

.view[name="_homengo"] > .contentpanel .support .events .box.event h5 {
    font-size: 17px;
    font-weight: 300;
    color: #5c5c5c;
    padding: 30px;
}

.view[name="_homengo"] > .contentpanel .support .events .box.no_event {
    background: url(/skins/default/images/noevent.jpg) no-repeat right 20px bottom 5px/50%;
}

.view[name="_homengo"] > .contentpanel .support .contact {
    text-align: center;
    padding: 20px 0px;
}

.view[name="_homengo"] > .contentpanel .support .contact h3 {
    margin: 0px;
    font-size: 27px;
    font-weight: normal;
}

.view[name="_homengo"] > .contentpanel .support .contact .phone {
    font-size: 35px;
    line-height: 70px;
    font-weight: 500;
}

.view[name="_homengo"] > .contentpanel .support .contact .time {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.view[name="_homengo"] > .contentpanel .support .contact .time > span {
    display: block;
    font-size: 15px;
}

/*********** dabisu *************/

._homengoview > .contentpanel .maintabs {
    text-align: center;
    background-color: #444e9f;
    position: absolute;
    z-index: 3;
    width: 100%;
}

._homengoview > .contentpanel.fixed .maintabs {
    position: fixed;
    width: 100%;
}

._homengoview > .contentpanel .maintabs > .tab {
    display: inline-block;
    padding: 0 60px;
    font-size: 17px;
    line-height: 60px;
    color: #fff;
}

._homengoview > .contentpanel .maintabs > .tab.active {
    background-color: rgba(255, 255, 255, .12);
}

._homengoview > .contentpanel .maintabs + .section {
    padding-top: 60px;
}

.view[name="dabisu"] > .contentpanel .section {
    min-height: 200px;
    margin-bottom: 50px;
}

.view[name="dabisu"] .process {
    margin: 50px 10px 0;
}

.view[name="dabisu"] .process > div {
    position: relative;
}

.view[name="dabisu"] .process ul {
    min-height: 180px; 
    background-color: #efefef;
    border-radius: 10px;
    padding-top: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

.view[name="dabisu"] .process h3 {
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
}

.view[name="dabisu"] .process h3::after {
    content: "";
    position: absolute;
    top: -18px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    z-index: 1;
}

.view[name="dabisu"] .process .step1 h3 {
    background-color: #ffbf00;
}

.view[name="dabisu"] .process .step1 h3::after {
    border-color: transparent transparent transparent #ffbf00;
}

.view[name="dabisu"] .process .step2 h3 {
    background-color: #4c9ac8;
}

.view[name="dabisu"] .process .step2 h3::after {
    border-color: transparent transparent transparent #4c9ac8;
}

.view[name="dabisu"] .process .step3 h3 {
    background-color: #fb6a52;
}

.view[name="dabisu"] .process .step3 h3::after {
    border-color: transparent transparent transparent #fb6a52;
}

.view[name="dabisu"] .stepbx {
    font-size: 15px;
    padding: 5px 10px;
}

.view[name="dabisu"] .stepbx > h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.view[name="dabisu"] .stepbx > h5 {
    font-size: 15px;
}

.view[name="dabisu"] .stepbx > h2 > span {
    font-size: 17px;
    color: #333;
    margin-left: 5px;
}

.view[name="dabisu"] .stepbx.step1 > h2 {
    color: #ffb300;
}

.view[name="dabisu"] .stepbx.step2 > h2 {
    color: #4c9ac8;
}

.view[name="dabisu"] .stepbx.step3 > h2 {
    color: #fb6a52;
}

.view .contentpanel p {
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}

/*
.view[name="dabisu"] > .contentpanel .section .lecture {
    height: auto;
    width: 100%;
    cursor: pointer;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .thumb {
    background-color: #efefef;
    padding-bottom: 80%;
    width: 100%;
    float: none;
    position: relative;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .thumb > .status {
    background-color: #86309e;
    position: absolute;
    top: 5px;
    left: -5px;
    padding: 5px 10px;
    color: #fff;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .thumb > .discount {
    background-color: #2d61ff;
    position: absolute;
    top: 5px;
    left: -5px;
    padding: 5px 10px;
    color: #fff;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .cate {
    font-size: 13px;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .cate > span {
    display: inline-block;
    padding-right: 5px;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .title {
    font-size: 17px;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .price {
    text-align: left;
    padding: 10px 0;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .price > .unit {
    color: #aaa;
    margin-right: 5px;
}

.view[name="dabisu"] > .contentpanel .section .lecture > .price > .discount {
    font-size: 17px;
    color: #f74f4f;
}
*/

/*********** ocymath *************/

.view[name="ocymath"] > .contentpanel {
}

.view[name="ocymath"] > .contentpanel .section {
    margin-bottom: 30px;
}

.view[name="ocymath"] > .contentpanel .html {
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.view[name="ocymath"] > .contentpanel .html > h1 {
    font-size: 33px;
    padding: 15px 0;
    font-weight: 700;
}

.view[name="ocymath"] > .contentpanel .html > h1 > span {
    display: inline-block;
}


.view[name="ocymath"] > .contentpanel .html .method {
}

.view[name="ocymath"] > .contentpanel .html .method > .row {
    padding: 0 20px;
}

.view[name="ocymath"] > .contentpanel .html .method > h1 {
    padding: 5px 5px 5px 80px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
}

.view[name="ocymath"] > .contentpanel .html .method > h1 > b {
    color: #198cd1;
    font-size: 22px;
}

.view[name="ocymath"] > .contentpanel .html .method > h1:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    line-height: 70px;
    background-color: #5db9d5;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    font-family: "BinggraeBold";
}

.view[name="ocymath"] > .contentpanel .html .method.method1 > h1:before {
    content: "1";
}

.view[name="ocymath"] > .contentpanel .html .method.method2 > h1:before {
    content: "2";
}

.view[name="ocymath"] > .contentpanel .html .method.method3 > h1:before {
    content: "3";
}

.view[name="ocymath"] > .contentpanel .html .method.method4 > h1:before {
    content: "4";
}

.view[name="ocymath"] > .contentpanel .html .method.method5 > h1:before {
    content: "5";
}

.view[name="ocymath"] > .contentpanel .html h4 {
    font-size: 17px;
}

.view[name="ocymath"] > .contentpanel p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.view[name="ocymath"] > .contentpanel .html .box {
    background-color: #fbf0d5;
    border: none;
    padding: 10px;
}

.view[name="ocymath"] > .contentpanel .html .method4 .box {
    padding: 30px 20px;
    text-align: right;
    font-size: 25px;
    font-weight: normal;
    line-height: 40px;
    background-color: #d95a32;
    color: #fff;
    border-radius: 0;
}

.view[name="ocymath"] > .contentpanel .html .method4 .box b {
    color: yellow;
}

.view[name="ocymath"] > .contentpanel .centerimg {
    text-align: center;
}

.view[name="ocymath"] > .contentpanel .centerimg img {
    width: 70%;
}

.view[name="ocymath"] > .contentpanel .books {
}

.view[name="ocymath"] > .contentpanel .books .book {
    height: 220px;
}

.view[name="ocymath"] > .contentpanel .books .book .cover {
    padding-bottom: 105%;
    background-color: #EFEFEF;
    border: 1px solid #eee;
    width: auto;
    float: none;
    box-shadow: none;
    position: relative;
}

.view[name="ocymath"] > .contentpanel .books .book .cover > .no {
    position: absolute;
    top: 0px;
    left: 5px;
    background-color: #333;
    color: #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.view[name="ocymath"] > .contentpanel .books .book h5 {
    font-weight: 300;
}

.view[name="ocymath"] > .contentpanel .books .book .price {
    font-size: 13px;
}

/*********** dcode *************/

.view[name="dcode"] > .contentpanel .section {
    margin-bottom: 50px;
}

.view[name="dcode"] > .contentpanel .html > h1 {
    margin: 25px 0;
    font-weight: 700;
}

.view[name="dcode"] > .contentpanel .html p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.view[name="dcode"] > .contentpanel .html .brand {
    padding: 20px 10px;
    margin: 20px 0;
    border-radius: 20px;
    background: #f8f8f8 url(/skins/default/images/home/20181121_156.png);
    border: 1px solid #ddd;
}

.view[name="dcode"] > .contentpanel .html .brand .logo {
    max-width: 200px;
    position: initial;
    margin: 60px 0;
}

.view[name="dcode"] > .contentpanel .html h5 {
    font-size: 17px;
    margin: 15px 0;
}

.view[name="dcode"] > .contentpanel .html .benefits  {
}

.view[name="dcode"] > .contentpanel .html .benefits ul {
}

.view[name="dcode"] > .contentpanel .html .benefits img {
    width: 100%;
    padding: 20px;
}

._homengoview > .contentpanel .videobx {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background-color: #eee;
}

._homengoview > .contentpanel .videobx iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

._homengoview > .contentpanel .videobx video {
    width: 100%;
    height: auto;
}

.view[name="dcode"] > .contentpanel .section#step .step {
    text-align: center;
}

.view[name="dcode"] > .contentpanel .section#step .step h5 {
    display: inline-block;
    padding: 10px 30px;
    background-color: #4782c4;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
}

.view[name="dcode"] > .contentpanel .section#step .step2 h5 {
    background-color: #f99b2c;
}

.view[name="dcode"] > .contentpanel .section#step .step3 h5 {
    background-color: #e14e99;
}

.view[name="dcode"] > .contentpanel .section#step .step span {
    display: block;
    font-size: 17px;
}

.view[name="dcode"] > .contentpanel .section#step .step img {
    width: 70%;
    margin: 20px 0;
}

.view[name="dcode"] > .contentpanel .section#step .step p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.view[name="dcode"] > .contentpanel .section#step .map {
    text-align: center;
}

.view[name="dcode"] > .contentpanel .section#step .map img {
    width: 100%;
    border-radius: 35px;
}


/*********** lecture *************/

.view[name="lecture"] > .contentpanel {
}

._homengoview > .contentpanel > .ctop {
}

._homengoview > .contentpanel > .ctop .banner {
    height: 200px;
    background-color: #707d91;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(100,100,100,0) 100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 5px #333;
}

._homengoview > .contentpanel > .ctop .banner .wrapcontent {
    position: relative;
    height: 100%;
}

._homengoview > .contentpanel > .ctop .banner .mpic {
    position: absolute;
    left: 100px;
    bottom: -40px;
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 15px;
    background-color: #999;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

._homengoview > .contentpanel > .ctop .banner h3 {
    position: absolute;
    bottom: 0px;
    left: 270px;
    margin: 10px 0;
    text-shadow: 1px 1px 5px #000;
    color: #fff;
}

._homengoview > .contentpanel > .ctop .mnubx {
    text-align: center;
    padding-left: 100px;
    min-height: 52px;
}

._homengoview > .contentpanel.fixed > .ctop .tabs {
    position: fixed;
    top: 107px;
    left: 0px;
    width: 100%;
    background-color: #444e9f;
    z-index: 3;
}

._homengoview > .contentpanel > .ctop .tabs .mnu {
    display: inline-block;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    width: 110px;
    color: #333;
    margin-left: 20px;
}

._homengoview > .contentpanel.fixed .ctop .tabs a {
    display: inline-block;
    padding: 0 60px;
    font-size: 17px;
    color: #fff;
    width: auto;
}

._homengoview > .contentpanel.fixed .ctop .tabs a.active {
    border: none;
    color: #fff;
    font-weight: normal;
    background-color: rgba(255, 255, 255, .12);
}

._homengoview > .contentpanel > .ctop .tabs .mnu.active {
    color: #000;
    font-weight: 700;
    border-bottom: 3px solid #ee5281;
}

._homengoview > .contentpanel > .cbody {
    margin-top: 15px;
}

._homengoview > .contentpanel > .cbody .wrappanel {
}

._homengoview > .contentpanel > .cbody .wrappanel > .lpanel {
    float: left;
    width: 250px;
}

._homengoview > .contentpanel > .cbody .wrappanel > .mpanel {
    margin-left: 270px;
    font-size: 14px;
    overflow: hidden;
}

._homengoview > .contentpanel > .cbody .wrappanel > .lpanel .infobx {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

._homengoview .lpanel .infobx .status {
  border-top: 1px solid #e3e6f3;
  border-bottom: 1px solid #e3e6f3;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
}

._homengoview .lpanel .infobx .status > li {
  width: 33%;
  cursor: pointer;
}

._homengoview .lpanel .infobx .status > li h2 {
  font-size: 25px;
  margin: 0;
}

._homengoview .lpanel .infobx .pricebx {
    padding: 10px;
    margin: 10px 0;
    text-align: right;
}

._homengoview .lpanel .infobx .pricebx::before {
    content: "수강료";
    font-size: 15px;
    float: left;
}

._homengoview .lpanel .infobx .pricebx .discount {
    margin-right: 10px;
    color: #fb7171;
}

._homengoview .lpanel .infobx .pricebx .price {
    font-size: 17px;
    font-weight: 700;
    color: #555;
}

._homengoview .lpanel .infobx .option::before {
    content: "교재";
    font-size: 15px;
    float: left;
    line-height: 35px;
}

._homengoview .lpanel .infobx .option > select {
    text-align: right;
    color: #333;
    display: inline-block;
    width: auto;
}

._homengoview .lpanel .infobx .pricebx .total {
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #f24949;
    border-top: 1px solid #ddd;
}

._homengoview .lpanel .infobx .pricebx .total::before {
    content: "총액";
    font-size: 15px;
    font-weight: normal;
    float: left;
    color: #000;
}

._homengoview .lpanel .infobx .pricebx .desc {
    margin: 0px;
    padding: 5px;
    color: #6186f4;
}

._homengoview .lpanel .infobx .btn-subscribe {
    width: 100%;
    font-size: 17px;
}

._homengoview .lpanel .infobx .prop {
  list-style: none;
  margin: 0px;
  padding: 15px;
}

._homengoview .lpanel .infobx .prop > li {
  line-height: 26px;
  font-size: 14px;
}

._homengoview .lpanel .infobx .prop > li > label {
    font-weight: 300;
}

._homengoview .mpanel .section > h3 {
    padding: 5px 0 10px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 15px 0;
    font-size: 17px;
}

._homengoview .mpanel .section .wrapbx {
    min-height: 100px;
}

._homengoview .mpanel .section .wrapbx > h3 {
    line-height: 35px;
    margin: 20px 0;
}

.view[name="lecture"] .mpanel .section .aboutbx .video {
    float: left;
    width: 320px;
    height: auto;
    text-align: center;
    line-height: 200px;
    background-color: #333;
    font-size: 50px;
    color: #fff;
    margin-right: 10px;
}

.view[name="lecture"] .mpanel .section .aboutbx .desc {
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.view[name="lecture"] .mpanel .section .bookbx a.new {
    width: 20%;
    padding-bottom: 26%;
}

.view[name="lecture"] .mpanel .section .bookbx .book {
    position: relative;
}

.view[name="lecture"] .mpanel .section .bookbx .book span[data-role="del"] {
    position: absolute;
    right: -5px;
    font-size: 30px;
    top: -5px;
    z-index: 2;
    display: none;
    cursor: pointer;
}

.view[name="lecture"] .contentpanel.edit .section .bookbx .book:hover span[data-role="del"] {
    display: inline-block;
}

.view[name="lecture"] .mpanel .section .bookbx .book .thumb {
    float: left;
    width: 140px;
    height: 190px;
    background-color: #ccc;
    border: 1px solid #eee;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.view[name="lecture"] .mpanel .section .bookbx .book .info {
    overflow: hidden;
}

.view[name="lecture"] .mpanel .section .bookbx .book .info > h4 {
    font-size: 17px;
    line-height: 25px;
}

.view[name="lecture"] .mpanel .section .bookbx .book .info > .author {
    font-weight: 300;
}

.view[name="lecture"] .mpanel .section .bookbx .book .info > .price {
    padding: 10px 0;
}

.view[name="lecture"] .mpanel .section .bookbx .book .info > .price .discount {
    font-size: 17px;
    font-weight: bold; 
}

.view[name="lecture"] .mpanel .section .bookbx .book .info > .btnOrder {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    background-color: #ea4f4f;
    color: #fff;
    margin-top: 10px;
}

.curribx .wrapbx {
}

.curriculum .widget-header > h3 {
    font-size: 20px;
}

.curriculum .widget-header > h3 > .no {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: #26a2d2;
    color: #fff;
    margin-right: 5px;
}

.curriculum .items {
}

.curriculum .items > .item {
    padding: 10px 0;
    position: relative;
}

.curriculum .items > .item.video .thumb::after {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 30px;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
}

.curriculum .items > .item.preview .title::after {
    content: "미리보기";
    background-color: #fff; 
    color: #f96d36;
    border: 1px solid #f96d36;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 300;
    border-radius: 15px;
    margin-left: 5px;
    vertical-align: top;
}

.curriculum .items > .item .thumb {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #ccc;
    margin-right: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    border: 1px solid #aaa;
}

.curriculum .items > .item .title {
    font-size: 17px;
}

.curriculum .items > .item .time {
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    background-color: #272d4d;
    color: #fff;
    border-radius: 5px;
}

.curribx.more .widget.lessonbx:not(:first-child) {
    display: none;
}

.curribx.more .widget.lessonbx:first-child .lesson.item:nth-child(n+6) {
    display: none;
}

.curribx .widget.lessonbx .widget-header > h2.title {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0;
}

.curribx .widget.lessonbx .widget-header > h2.title > .no {
    padding: 5px;
    border-radius: 5px;
    background-color: #26a2d2 !important;
    color: #fff;
    margin-right: 5px;
    height: auto;
    width: auto;
}

.curribx .widget.lessonbx .lesson .thumb {
    float: left;
    width: 140px;
    padding-bottom: 10%;
    border-radius: 5px;
    background-color: #ccc;
    margin-right: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    border: 1px solid #eee;
}

.curribx .widget.lessonbx .list .lesson > .info > .title {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
}

.curribx .widget.lessonbx .list .lesson > .info > .prop > span.time {
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 5px;
}

.section .more {
    display: none;
}

.section.more .more {
    display: block;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    padding: 10px 0;
    margin: 5px 0;
}

.section .more:hover {
    background-color: #eee;
}

._homengoview .mpanel .reviewbx h3 {
    line-height: 35px;
    padding: 0px;
}

._homengoview .mpanel .reviewbx .empty {
    font-weight: 300;
}

._homengoview .mpanel .reviewbx h3 .btn {
    float: right;
    background-color: #fff;
    color: #ec4a4a;
    border-radius: 35px;
    padding: 3px 25px;
    font-weight: 300;
    border: 1px solid #ee575e;
}

._homengoview .mpanel .reviewbx .smry {
}

._homengoview .mpanel .reviewbx .smry .scorebx {
    float: left;
    width: 200px;
    padding: 20px 0;
}

._homengoview .mpanel .reviewbx .smry .scorebx .score {
    font-size: 50px;
    font-weight: 200;
    line-height: 45px;
    text-align: center;
}

._homengoview .mpanel .reviewbx .smry .scorebx .rate {
    display: block;
    text-align: center;
}

._homengoview .mpanel .reviewbx .smry .chartbx {
    overflow: hidden;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div {
    padding: 3px;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div label {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
    float: left;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div .progress {
    overflow: hidden;
    border-radius: 0px;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div .progress-bar {
    background-color: #42b5a5;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div.like5 .progress-bar {
    background-color: #428fb5;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div.like3 .progress-bar {
    background-color: #7bc660;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div.like2 .progress-bar {
    background-color: #ecc631;
}

._homengoview .mpanel .reviewbx .smry .chartbx > div.like1 .progress-bar {
    background-color: #ec9b45;
}

._homengoview .mpanel .reviewbx .reviews {
}

._homengoview .mpanel .reviewbx .comment {
    margin-bottom: 10px;
    position: relative;
    padding: 10px 5px;
}

._homengoview .mpanel .reviewbx .comment .pic {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
}

._homengoview .mpanel .reviewbx .comment .pic > img {
    width: 100%;
}

._homengoview .mpanel .reviewbx .comment .body {
    padding: 0px;
    overflow: hidden;
}

._homengoview .mpanel .reviewbx .comment .body .stars {
    padding: 0 0 5px;
}

._homengoview .mpanel .reviewbx .comment .body .stars i {
    color: #e35e5e;
}

._homengoview .mpanel .reviewbx .comment .info {
}

._homengoview .mpanel .reviewbx .comment .info > .attr {
    margin: 10px 0;
}

._homengoview .mpanel .reviewbx .comment .body > .msg {
    font-weight: 300;
    padding: 5px 0;
}

._homengoview .mpanel .reviewbx .comment .option {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

._homengoview .mpanel .reviewbx .comment:hover .option {
    display: inline-block;
}

/*********** teacher *************/


.view[name="teacher"] > .contentpanel .section#intro {
}

.view[name="teacher"] > .contentpanel .section#intro .profile {
}

.view[name="teacher"] > .contentpanel .section#intro .profile .pic {
    float: left;
    width: 400px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop {
    overflow: hidden;
    padding: 30px 0 0 20px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .pic .thumb {
    height: 300px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .pic .thumb::before {
    display: none;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop .name {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    font-size: 17px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop .greeting {
    font-size: 20px;
    margin: 20px 0 40px;
    line-height: 22px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop label {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop .history {
    height: 100px;
    font-size: 15px;
    line-height: 25px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop .btns {
    text-align: right;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop .btns > a {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-right: 20px;
}

.view[name="teacher"] > .contentpanel .section#intro .profile .prop .btns > a > span {
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.view[name="teacher"] > .contentpanel .section#intro div.html {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.view[name="teacher"] > .contentpanel .section#intro div.html h5 {
    font-size: 17px;
}


/*********** mentor *************/

.view[name="mentor"] > .contentpanel > .ctop .banner .mpic {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    bottom: -55px;
}

.view[name="mentor"] > .contentpanel > .ctop .banner .profile {
    position: absolute;
    left: 270px;
    bottom: 0px;
}

.view[name="mentor"] > .contentpanel > .ctop .banner .profile h3 {
    position: initial;
}

.view[name="mentor"] > .contentpanel > .ctop .banner .profile .organ {
    font-size: 17px;
    color: #fff;
}

.view[name="mentor"] > .contentpanel .section {
    margin-bottom: 50px;
}

.view[name="mentor"] > .contentpanel .intro {
    font-size: 17px;
    line-height: 30px;
}

.view[name="mentor"] > .contentpanel .intro p {
    font-weight: 300;
    margin: 10px 0;
}

.view[name="mentor"] > .contentpanel .intro p b {
    font-weight: normal;
}

.view[name="mentor"] > .contentpanel .faq {
    font-size: 17px;
}

.view[name="mentor"] > .contentpanel .faq h5 {
    font-size: 17px;
    font-weight: normal;
}

.view[name="mentor"] > .contentpanel .faq h5::before {
    content: 'Q.';
    font-weight: 700;
    margin-right: 5px;
}

.view[name="mentor"] > .contentpanel .faq .answer {
    font-weight: 300;
    padding: 5px 0 20px;
    line-height: 25px;
}

.view[name="mentor"] > .contentpanel .license {
}

.view[name="mentor"] > .contentpanel .license .ul-list {
    min-height: auto;
    padding: 5px 5px 20px;
}

.view[name="mentor"] > .contentpanel .license .ul-list > li {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 300;
    margin-right: 50px;
}

.view[name="mentor"] > .contentpanel .license .ul-list > li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
}


/*********** store *************/

.view[name="store"] > .contentpanel .banners {
    height: 250px;
    background-color: #ddd;
}

.view[name="store"] > .contentpanel .banner {
}

.view[name="store"] > .contentpanel .banners .wrap {
    height: 250px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}

.view[name="store"] > .contentpanel .category .tags {
    text-align: center;
    margin: 20px 0 30px;
}

.view[name="store"] > .contentpanel .category .tags > .tag {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 10px 25px;
    margin-right: 5px;
    font-size: 17px;
    color: #333;
}

.view[name="store"] > .contentpanel .category .tags > .tag:not(.active):hover {
    background-color: #fff7e8;
}

.view[name="store"] > .contentpanel .category .tags > .tag.active {
    background-color: #fb6161;
    color: #fff;
    border-color: #fb6161;
    font-weight: 700;
}

.view[name="store"] > .contentpanel .product {
    box-shadow: none;
}

.view[name="store"] > .contentpanel .product .thumb {
    overflow: hidden;
    padding: 20px;
    background-color: #efefef;
}

.view[name="store"] > .contentpanel .product .thumb > .cover {
    transition: all 0.3s ease-in-out;
    padding-bottom: 100%;
}

.view[name="store"] > .contentpanel .product:hover .thumb > .cover {
    transform: scale(1.05);
}

._homengoview > .contentpanel .product span[data-role=del] {
    position: absolute;
    right: -5px;
    font-size: 30px;
    top: -5px;
    z-index: 2;
    display: none;
    cursor: pointer;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, .8);
}

._homengoview > .contentpanel.edit .product:hover span[data-role=del] {
    display: inline-block;
}

.view[name="store"] > .contentpanel .product .rate {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ef5382;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: 22px;
    z-index: 1;
}

.view[name="store"] > .contentpanel .product .rate::before {
    content: 'SAVE';
    display: block;
}

.view[name="store"] > .contentpanel .product .rate > span {
    font-weight: 600;
    font-size: 20px;
}

.view[name="store"] > .contentpanel .product .info {
}

.view[name="store"] > .contentpanel .product .info .title {
    font-size: 17px;
    font-weight: 300;
}

.view[name="store"] > .contentpanel .product .info .discount {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.view[name="store"] > .contentpanel .product .info .price {
    color: #ff7979;
}

.view[name="store"] > .contentpanel .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;
}

.view[name="store"] > .contentpanel.edit .products .new > a {
    display: block;
}

.view[name="store"] > .contentpanel .products .new > a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view[name="store"] > .contentpanel .products .new:hover > a{
    background-color: #fcf3cb;
    font-size: 25px;
}

/*********** store detail *************/

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

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

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

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

._homengoview .prodpanel .prodinfo .title {
    margin: 20px 0;
    font-size: 32px;
}

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

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

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

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

._homengoview .prodpanel.fixed .prodinfo .cmd {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: none;
    border-top: 1px solid #ddd;
}

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

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

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

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

._homengoview .prodpanel .wraptabs {
    min-height: 72px;
}

._homengoview .prodpanel .tabs {
    position: relative;
    margin-top: 20px;
    box-shadow: 0 1px 0 rgb(0, 0, 0, .8);
    text-align: center;
}

._homengoview .prodpanel.fixed .tabs {
    position: fixed;
    top: 107px;
    left: 0px;
    width: 100%;
    z-index: 4;
    margin-top: 0px;
    background-color: #444e9f;
    box-shadow: none;
}

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

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

._homengoview .prodpanel .tabs a.active {
    font-weight: 700;
    color: #333;
    background-color: rgba(255, 255, 255, .2);
}

._homengoview .prodpanel.fixed .tabs a.active {
    font-weight: normal;
}

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

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

._homengoview .prodpanel .review {
}

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

._homengoview .prodpanel .cnt::before {
}

._homengoview .prodpanel .cnt::after {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*********** find *************/

.view[name="find"] > .contentpanel .wrapcontent {
    padding: 10px 70px;
}

.view[name="find"] > .contentpanel .page-title {
}

.view[name="find"] > .contentpanel .wrapcontent p {
    font-size: 15px;
    font-weight: 300;
}

.frmFind {
}

.frmFind .form-group > label {
    font-size: 17px;
    margin: 10px 0;
}

.frmFind .form-group select {
    font-size: 17px;
    font-weight: 300;
}

.frmFind .btn-search {
    font-size: 17px;
    padding: 15px;
}

.modal .modal-body .title {
    font-size: 17px;
    font-weight: 300;
    margin: 5px 0;
}

.mentors .mentor {
    padding: 10px 0;
    cursor: pointer;
}

.mentors .mentor:not(:first-child) {
    border-top: 1px solid #eee;
}

.mentors .mentor .pic {
    float: left;
    margin-right: 15px;
    width: 80px;
}

.mentors .mentor .pic img {
    width: 100%;
}

.mentors .mentor .prop {
    overflow: hidden;
}

.mentors .mentor .prop .name {
    font-size: 17px;
    margin: 7px 0;
}

.mentors .mentor.new .prop .name::after {
    content: '신규';
    padding: 0px 10px;
    margin-left: 5px;
    border: 1px solid red;
    color: red;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 300;
}

.mentors .mentor .prop .name > span {
    font-size: 15px;
    font-weight: 300;
    margin-left: 5px;
}

.mentors .mentor .prop p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.mentors .mentor .prop .subject {
    font-size: 14px;
    margin-bottom: 5px;
}

.mentors .mentor .prop .subject .tag {
    margin-right: 5px;
}

.mentors .mentor .prop .smry {
    text-align: center;
    padding-top: 15px;
}

.mentors .mentor .prop .smry b {
    font-size: 20px;
    margin: 7px 0;
    display: block;
}

.mentors .mentor .prop label {
    display: block;
    font-weight: 300;
}

#popup-registmentor .desc {
    min-height: 150px;
    background-color: #5A658E;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    line-height: 22px;
}

.frmVertical label {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
}

.frmVertical .form-group input,
.frmVertical .form-group select {
    font-size: 17px;
    font-weight: 300;
}

.frmVertical .form-group .form-inline input,
.frmVertical .form-group .form-inline select {
    width: auto;
}

.frmVertical .form-group .btn {
    vertical-align: top;
    padding: 10px 15px;
}

/* kids */
.dabisukids_intro .article-body {
  position: relative;
  margin: auto;
}

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

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

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

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

.dabisukids_intro .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;
  left: 0px;
}

.dabisukids_intro .article-body.article-body-green {
  max-width: 1830px;
  background: #41af84;
  margin-top: -20px;
  padding: 20px 80px;
}

.dabisukids_intro .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;
  left: 0px;
}

.dabisukids_intro .wrap-article-body.program-concept {
    color: #fff;
}

.dabisukids_intro .article-image-box {
  margin-bottom: 58px;
}


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

.dabisukids_intro .video-box {
  border-radius: 5px;
  background-color: #ddd;
  padding: 10px;
  margin: 20px 0px;
  position: relative;
  z-index: 2;
}

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

.dabisukids_intro .concept-box {
  position: relative;
  margin-bottom: 25px;
  z-index: 2;
}

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

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

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

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

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

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

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

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

.dabisukids_intro .concept-box .box-body > p,
.dabisukids_intro .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;
}

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

.dabisukids_intro .concept-box.concept-box-05 .box-body > p {
  margin-left: 350px;
}


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

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

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

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

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

.dabisukids_intro .deco.deco01 {
    position: absolute;
    top: -170px;
    right: -100px;
}

.dabisukids_intro .deco.deco02 {
    position: absolute;
    top: 30%;
    right: -50px;
}

.dabisukids_intro .deco.deco03 {
    position: absolute;
    bottom: 30%;
    left: -50px;
}

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

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

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

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

.dabisukids_intro .program-box .program-box-footer {
  position: relative;
  padding: 25px 50px 25px 150px;
  color: #333;
  font-size: 17px;
  line-height: 27px;
  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;
}

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

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

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

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

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

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

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

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

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

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

.dabisukids_intro .program-box .program-box-body .figures > li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 18%;
}

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

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

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

/* hangeul */

.view[name=hangeul] .section .hcontent > .bgbx {
  background: url("/skins/default/images/home/20190812_156.png") top left repeat;
  background-color: #f3f3f3;
  padding: 30px 30px 10px;
}

.view[name=hangeul] .section .hcontent .box {
  border-radius: 20px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
}

.view[name=hangeul] .section .R2 .box {
  background: #fff url("/skins/default/images/home/20190812_158.png") top left no-repeat;
}

.view[name=hangeul] .section .hcontent > .bgbx .box h4 {
    color: #fff;
    font-size: 22px;
    padding: 21px;
}

.view[name=hangeul] .section .hcontent .box .body .row {
  text-align: center;
}

.view[name=hangeul] .section .hcontent > .R2 .box .body{
  margin-top: 40px;
  margin-bottom: 40px;
}

.view[name=hangeul] .section .hcontent .box .body h5 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}

.view[name=hangeul] .section .hcontent > .R2 .box .row .desc {
  padding: 0px;
}

.view[name=hangeul] .section .hcontent .box img {
  width: 90%;
}

.view[name=hangeul] .section .hcontent .box p {
  padding: 10px 20px;
}

.view[name=hangeul] .section .hcontent > .bgbx > p {
  padding: 15px;
}

.view[name=hangeul] .section .hcontent > .R5 {
    position: relative;
}

.view[name=hangeul] .section .hcontent > .R5 > h4 {
    padding-left: 80px;
}

.view[name=hangeul] .section .hcontent > .R5 .body {
  overflow: hidden;
  display: block;
  background: url(/skins/default/images/home/20190812_156.png) top left repeat;
  background-color: #f3f3f3;
  padding: 0px 30px 50px 20px;
}

.view[name=hangeul] .section .hcontent > .R5 > img {
    position: absolute;
    top: -30px;
    left: -40px;
    z-index: 2;
}

.view[name=hangeul] .section .hcontent > .R5 .body img {
  width: 80%;
}

.view[name=hangeul] .section .hcontent > .R5 .body p {
  padding: 10px 20px;
  color: #000;
}

.view[name=hangeul] .section .hcontent .body .card {
  text-align: center;
  border-radius: 20px;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 125%;
}

.view[name=hangeul] .section .hcontent .body .card h5 {
  color: #000;
  font-size: 24px;
  line-height: 50px;
  padding-top: 20px;
}

.view[name=hangeul] .section .hcontent > .R5 .body > div:nth-child(1) > .card {
  background-color: #f6b4d1;
}

.view[name=hangeul] .section .hcontent > .R5 .body > div:nth-child(2) > .card {
  background-color: #f179ab;
}

.view[name=hangeul] .section .hcontent > .R5 .body > div:nth-child(3) > .card {
  background-color: #32beef;
}

.view[name=hangeul] .section .hcontent > .R5 .body > div:nth-child(4) > .card {
  background-color: #9adaf0;
}

.view[name=hangeul] .section .hcontent.method .box {
  background: #fff url("/skins/default/images/home/20190812_169.png") top left no-repeat;
  text-align: center;
}

#step .steps {
    margin: 30px 0;
}

.steps .box {
    padding: 0px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 8px #ddd;
    background-color: #fff;
}

.steps .box .head {
    margin: 0px;
    padding: 10px;
    line-height: 40px;
    background-color: #f8a522;
    color: #fff;
    position: relative;
    font-family: "NexonBold";
}

.steps .box.k2 .head {
    background-color: #b066b6;
}

.steps .box.k3 .head {
    background-color: #4599FE;
}

.steps .box .head span {
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Nexon";
}

.steps .box .body {
    min-height: 500px;
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    background-position: center bottom;
    background-size: 90% 80%;
    background-repeat: no-repeat;
}

.view[name=hangeul] .steps .box .body {
    min-height: 420px;
}

.steps .box .body::before {
    content: '';
    display: block;
    height: 300px;
    margin-bottom: 10px;
}

.view[name=dabisukids] .steps .box.k1 .body::before {
    background: #fff url(/skins/default/images/home/program/books_01.png) no-repeat center bottom -20px/auto 100%;
}

.view[name=dabisukids] .steps .box.k2 .body::before {
    background: #fff url(/skins/default/images/home/program/books_02.png) no-repeat center bottom -20px/auto 100%;
}

.view[name=dabisukids] .steps .box.k3 .body::before {
    background: #fff url(/skins/default/images/home/program/books_03.png) no-repeat center bottom -20px/auto 100%;
}

.view[name=hangeul] .steps .box.k1 .body::before {
    background: #fff url(/skins/default/images/home/20211104_023.png) no-repeat center bottom/auto 100%;
}

.view[name=hangeul] .steps .box.k2 .body::before {
    background: #fff url(/skins/default/images/home/20211104_024.png) no-repeat center bottom/auto 100%;
}

.view[name=hangeul] .steps .box.k3 .body::before {
    background: #fff url(/skins/default/images/home/20211104_025.png) no-repeat center bottom/auto 100%;
}

#step .lessons {
}

#step table {
    font-size: 17px;
}

#step table thead th {
    text-align: center;
    font-weight: normal;
    position: relative;
}

#step table th > span {
    display: block;
    padding: 10px 0;
    border-radius: 10px;
}

#step table thead th > span {
    background-color: #f8dfb9;
}

#step table tbody th > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8px;
}

#step table tbody th > span::after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#step table td {
    font-weight: 300;
}

#step table tbody th {
    position: relative;
}

#step table tbody th {
    vertical-align: middle;
    font-size: 22px;
    font-family: "NexonBold";
    font-weight: normal;
    color: #fff;
}

#step table th.k1 span {
    background-color: #f8a522;
}

#step table th.k2 span {
    background-color: #b066b6;
}

#step table th.k3 span {
    background-color: #4599FE;
}

#step table tbody th img {
    width: 50%;
}

#step .lessons .allprods img {
    width: 80%;
}

/*********** board *************/

.wrapboard {
    max-width: 900px;
    margin: 0 auto;
}


@media screen and (max-width: 1024px) {
    ._homengoview .header .screen {
        display: none;
    }

    ._homengoview .header .mobile .wrapheader {
        display: block;
    }

    body.body__homengo section > .view {
        padding-top: 60px;
    }

    ._homengoview .footer nav {
        padding-left: 0px;
    }

    body ._homengoview > .contentpanel .maintabs {
        background-color: #444e9fed;
        white-space: nowrap;
        overflow: auto;
    }

    ._homengoview > .contentpanel > .ctop .banner .mpic{
        left: 50px;
    }

    ._homengoview > .contentpanel > .ctop .banner h3 {
        left: 210px;
    }

    ._homengoview > .contentpanel > .ctop .mnubx {
        padding-left: 0px;
    }

    ._homengoview > .contentpanel > .cbody .wrappanel > .lpanel {
        float: none;
        width: auto;
    }

    ._homengoview > .contentpanel > .cbody .wrappanel > .mpanel {
        margin-left: 0px;
    }

    .view[name="_homengo"] > .contentpanel .report .items img {
        width: 100px;
        height: 100px;
        margin: 0px;
    }

    .view[name="teacher"] > .contentpanel .section#intro .profile .pic {
        width: 250px;
    }

    .view[name="teacher"] > .contentpanel .section#intro .profile .pic .thumb {
        background-position: 
    }

    .view[name="teacher"] > .contentpanel .section#intro .profile .prop {
    }

    .view[name="ocymath"] > .contentpanel .html .method4 .box {
        font-size: 20px;
    }

    .view[name="mentor"] > .contentpanel > .ctop .banner .profile {
        left: 220px;
    }

    ._homengoview .prodpanel.fixed .tabs {
        top: 60px;
    }

    ._homengoview .prodpanel .prodinfo {
        padding: 0px;
        border-radius: 0px;
    }

    ._homengoview .prodpanel > .prodprop {
        background: none;
    }

    ._homengoview > .contentpanel.fixed > .ctop .tabs {
        top: 60px;
    }

    .view[name="find"] > .contentpanel .wrapcontent {
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    ._homengoview .footer > section .license .apps {
        position: initial;
    }

    ._homengoview .footer nav li + li {
        margin-left: 10px;
    }

    ._homengoview .footer > section .compbx {
        padding: 20px 5px;
        text-align: center;
    }

    ._homengoview .footer > section .compbx > .logo {
        position: initial;
        padding: 15px 0;
    }

    .view[name="_homengo"] > .contentpanel .mentors .mentor .pic {
        left: 50%;
        transform: translateX(-50%);
    }

    .view[name="_homengo"] > .contentpanel .mentors .mentor .info {
        padding: 10px;
    }

    .view[name="_homengo"] > .contentpanel .mentors .mentor .thumb {
        margin-bottom: 50px;
    }

    .view[name="_homengo"] > .contentpanel .mentors .mentor .attrs {
        bottom: -60px;
    }

    .view[name="_homengo"] > .contentpanel .mentors .register .btn-register {
        display: block;
    }

    .view[name="ocymath"] > .contentpanel .html .method > .row {
        padding: 0px;
    }

    ._homengoview > .contentpanel .maintabs > .tab {
        padding: 0 20px;
    }

    .view[name="ocymath"] > .contentpanel .html > h1 {
        font-size: 25px;
    }

    ._homengoview > .contentpanel > .ctop .banner .mpic {
        top: 45%;
        left: 50%;
        bottom: initial;
        width: 110px;
        height: 110px;
        border-width: 3px;
        transform: translate(-50%, -50%);
    }

    ._homengoview > .contentpanel > .ctop .banner h3 {
        left: 0px;
        width: 100%;
        text-align: center;
    }

    ._homengoview > .contentpanel > .ctop .mnubx .mnu {
        margin-left: 10px;
        width: 28%;
    }

    ._homengoview .mpanel .reviewbx .smry .scorebx {
        width: 150px;
    }

    ._homengoview .mpanel .reviewbx .smry .chartbx {
        padding: 0px;
    }

    .view[name="lecture"] .mpanel .section .aboutbx .video {
        float: none;
        width: 100%;
    }

    .view[name="lecture"] .mpanel .section .aboutbx .desc {
        padding: 0px;
    }

    .view[name="teacher"] > .contentpanel .section#intro .profile .pic {
        float: none;
        width: 100%;
    }

    .view[name="teacher"] > .contentpanel .section#intro .profile .prop {
        padding: 20px 0;
        margin-top: -48px;
    }

    .view[name="mentor"] > .contentpanel > .ctop .banner .mpic {
        width: 80px;
        height: 80px;
    }

    .view[name="mentor"] > .contentpanel > .ctop .banner .mpic {
        top: 45%;
        left: 50%;
        bottom: initial;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
     }

     .view[name="mentor"] > .contentpanel > .ctop .banner .profile {
         position: absolute;
         left: 0px;
         bottom: 0px;
         width: 100%;
         text-align: center;
     }

     .view[name="_homengo"] > .contentpanel .lectures .tags > .tag {
         padding: 5px 15px;
     }

     .view[name="_homengo"] > .contentpanel .support .contact {
         padding: 50px 0 10px;
     }

     ._homengoview .prodpanel .tabs > ul > li > a {
         padding: 15px;
     }

     ._homengoview .prodpanel.fixed .prodinfo .cmd > div.row .btn {
         width: auto;
         padding: 10px 20px;
     }

     ._homengoview .prodpanel .prodinfo .pic {
         height: 300px;
     }

     ._homengoview > .contentpanel.fixed .ctop .tabs a {
         padding: 0 30px;
     }

     ._homengoview .prodpanel .tabs a {
         padding: 15px;
     }

     .curribx .widget.lessonbx .lesson .thumb {
         display: inline-block;
     }

     .view[name="_homengo"] > .contentpanel .mentors .btns span {
         font-size: 15px;
     }

     .view[name="_homengo"] > .contentpanel .mentors .btns a {
         margin: 0px;
         font-size: 17px;
     }

    .view[name="result"] > .contentpanel .wrapcontent {
        padding: 10px;
    }

    .view[name="store"] > .contentpanel .category .tags > .tag {
        margin: 0 5px 5px 0;
        font-size: 15px;
        padding: 7px 10px;
    }

    .view[name="ocymath"] > .contentpanel .centerimg img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .view[name="_homengo"] > .contentpanel .mentors .btns b {
        display: block;
    }
}
