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

/* header */

.view.dabisuview .header {
}

.view.dabisuview .header .pc.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10;
    padding-bottom: 10px;
}

.view.dabisuview.fixon .pc {
    padding: 10px 0;
}

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

.mnu-expand .view.dabisuview .header .mobile > .wrap {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.view.dabisuview.fixon .header nav {
    background-color: rgba(0, 0, 0, .5);
}

.view.dabisuview.fixon .quickmnu {
    display: none;
}

.view.dabisuview .header .pc .quickmnu {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    text-align: right;
    position: relative;
    min-height: 40px;
}

.view.dabisuview .header .pc .quickmnu .btn {
    position: absolute;
    top: -30px;
    display: inline-block;
    border-radius: 0 0 38px 38px;
    background-color: #27c1ff;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px 5px;
    z-index: 11;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.view.dabisuview .header .pc .quickmnu .btn-sign {
    right: 40px;
}

.view.dabisuview .header .pc .quickmnu .btn-mypage {
    right: 140px;
    background-color: #ff27a1;
}

.view.dabisuview .header .pc .quickmnu .btn > span {
    display: block;
}

.view.dabisuview .header .pc .quickmnu .btn:hover {
    top: -5px;
}

.view.dabisuview .header .pc .mainmnu {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.view.dabisuview .header .pc .mainmnu .logo {
    position: relative;
    display: inline-block;
    height: 45px;
    padding: 0px;
    left: initial;
}

.view.dabisuview .header .pc .mainmnu .logo img {
    width: 100%;
    height: 100%;
}

.view.dabisuview .header .pc .mainmnu ul.mnus {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
}

.view.dabisuview .header .pc .mainmnu ul.mnus > li {
    float: left;
    width: 130px;
    position: relative;
    text-align: center;
}

.view.dabisuview .header .pc .mainmnu ul.mnus > li div a {
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    color: #000;
    line-height: 50px;
}

.view.dabisuview.fixon .pc .mainmnu ul.mnus > li div a {
    color: #fff;
}

.view.dabisuview[name=dabisu_default] .header .pc .mainmnu ul.mnus > li div a {
    color: #fff;
}

.view.dabisuview .header .pc .mainmnu ul.mnus > li .btn-store {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #ff3b76;
    background-color: #ff3b76;
    white-space: nowrap;
    border-radius: 20px;
    padding: 0px 20px;
    line-height: 35px;
    margin: 6px 0;
}

.view.dabisuview .header .pc .mainmnu ul.mnus > li div a:hover {
    color: #ffa700;
}

.view.dabisuview .header .pc .mainmnu ul.mnus .mnu.active > a {
    color: #ffa700;
    font-weight: bold;
}

.view.dabisuview .header .mobile {
    display: none;
}

.view.dabisuview .header .mobile .logobx {
    width: 100%;
    padding: 5px 10px;
    line-height: 60px;
    height: 70px;
    text-align: initial;
    display: block;
    position: fixed;
    top: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    transition-delay: 0.1s;
    transition-duration: 0.3s, 0.3s;
}

.view.dabisuview.fixon .mobile .logobx {
    background-color: rgba(0, 0, 0, .5);
}

.view.dabisuview .header .logobx .btn-mnu {
    display: inline-block;
    font-size: 33px;
    color: #fff;
    text-shadow: 0px 0.5px 0px #000;
}

.view.dabisuview .header .logobx .mlogo {
    display: inline-block;
    float: right;
}

.view.dabisuview .header .logobx .mlogo > img {
    height: 35px;
}

.dabisuview .header nav.mobile .wrap .logo {
    height: 80px;
    float: none;
    position: initial;
    margin-top: 100px;
}

.dabisuview .header nav.mobile .wrap .btn-sign {
    display: inline-block;
    border-radius: 30px;
    padding: 5px 20px;
    margin-top: 30px;
    font-size: 17px;
    line-height: 1 !important;
    border: 1px solid #ff6f9a;
    color: #ff3b76;
}

.dabisuview .header nav.mobile .wrap .mnu {
    text-align: left;
    margin-top: 30px;
    padding: 20px;
}

.dabisuview .header nav.mobile .wrap .mnu > ul > li {
    display: block;
    margin-top: 10px;
}

.dabisuview .header nav.mobile .wrap .mnu > ul > li a {
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 300;
    vertical-align: middle;
    color: #000;
}

/* footer */

.view.dabisuview .footer {
    background-color: #54555a;
}

.view.dabisuview .footer .wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 20px 10px;
}

.view.dabisuview .footer .nav {
    padding-bottom: 20px;
}

.view.dabisuview .footer .nav .menus {
}

.view.dabisuview .footer .nav .menus a {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    line-height: 33px;
    padding: 0px 30px;
    text-align: center;
    color: #fff;
}

.view.dabisuview .footer .nav .menus a:hover {
    background-color: transparent;
}

.view.dabisuview .footer .nav .langbx {
}

.view.dabisuview .footer .logo {
    width: 130px;
}

.view.dabisuview .footer section {
    padding-left: 170px;
    color: #ccc;
    font-weight: 300;
}

/* common */

.view.dabisuview .contentpanel > .section {
}

.view.dabisuview .contentpanel .section > .wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px;
    position: relative;
}

.view.dabisuview > .contentpanel {
    margin: 0px;
    padding: 0px;
    min-height: calc(100dvh - 228px);
    overflow: hidden;
}


.view[name=dabisu_default] > .contentpanel .section .mtitle {
    font-size: 30px;
}

.view[name=dabisu_default] > .contentpanel .section .mdesc {
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin: 20px 0;
    word-break: keep-all;
}

/* main */

.view[name=dabisu_default] > .contentpanel .banners.main {
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner {
    height: 100dvh;
    position: relative;
}

/*
.view[name=dabisu_default] > .contentpanel .banners.main .banner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
*/

.view[name=dabisu_default] > .contentpanel .banners.main .banner > section {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    position: relative;
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .deco01 {
    position: absolute;
    width: 150px;
    top: 15%;
    right: 5%;
    animation: 1.3s linear infinite alternate motion;
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .deco02 {
    position: absolute;
    right: 5%;
    bottom: 15%;
    width: 30%;
    animation: 1.7s linear infinite alternate motion;
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .deco03 {
    position: absolute;
    top: 30%;
    left: 5%;
    animation: 1.5s linear infinite alternate motion;
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner > section > .article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
    z-index: 1;
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .article p {
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
    opacity: 0;
    transition: all .6s ease;
    transform: translateY(50%);
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .article.show p {
    opacity: 1;
    transform: translateY(0);
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .article h2 {
    font-size: 40px;
    line-height: 57px;
    margin: 30px 0;
    opacity: 0;
    transition: all .6s ease;
    transform: translateY(50%);
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .article.show h2 {
    opacity: 1;
    transform: translateY(0);
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .article .btn-start {
    padding: 25px 50px;
    background-color: var(--yellow);
    border: 0;
    border-radius: 40px;
    box-shadow: 0 1vh 0 0 #c89809;
    color: #864908;
    font-size: 33px;
    font-weight: bold;
    opacity: 0;
    transition: all .6s ease-out;
    transform: translateY(50%);
}

.view[name=dabisu_default] > .contentpanel .banners.main .banner .article.show .btn-start {
    opacity: 1;
    transform: translateY(0);
}

/* feature */
.view[name=dabisu_default] > .contentpanel .section.feature {
    overflow: hidden;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article {
    position: relative;
    opacity: 0;
    transform: translateX(100px);
    transition: all 1.1s;
    margin: 50px 0;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article:nth-child(odd) {
    transform: translateX(-100px);
}

.view[name=dabisu_default] > .contentpanel .section.feature .article + .article {
    margin-top: 20px;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article.show {
    opacity: 1;
    transform: translateX(0);
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .content {
    position: absolute;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
}

.view[name=dabisu_default] > .contentpanel .section.feature .article:nth-child(odd) .content {
    right: 0px;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .content .stitle {
    color: var(--orange);
    font-size: 22px;
    font-weight: bold;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .content .title {
    font-size: 33px;
    margin: 0px;
    padding: 20px 0;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .tags span {
    padding: 0 20px;
    font-size: 17px;
    line-height: 33px;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .tags span + span {
    margin-left: 5px;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .tags span.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .thumb {
    float: right;
    margin: 0px;
    padding: 0 50px;
    width: 50%;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article .thumb > img {
    width: 100%;
}

.view[name=dabisu_default] > .contentpanel .section.feature .article:nth-child(odd) .thumb {
    float: left;
}


/* curriculumn */

.view[name=dabisu_default] > .contentpanel .section.curri {
    background-color: #23349b;
    color: #fff;
}

.view[name=dabisu_default] > .contentpanel .section.curri .dco {
    position: absolute;
}

.view[name=dabisu_default] > .contentpanel .section.curri .divide {
    width: 232px;
    position: absolute;
    top: -100px;
    right: -232px;
}

.view[name=dabisu_default] .divide .line,
.view[name=dabisu_default] .divide .circle_blue {
    fill: #2369dd;
}

.view[name=dabisu_default] .divide .circle_green {
    fill: #57edc1;
}

.view[name=dabisu_default] > .contentpanel .section.curri .dco.circle {
    width: 392px;
    bottom: -200px;
    left: -250px;
    opacity: .5;
    z-index: 0;
}

.view[name=dabisu_default] > .contentpanel .section.curri .dco.circle circle {
    fill: #f1f6ff;
}

.view[name=dabisu_default] > .contentpanel .section.curri .courses {
    text-align: center;
    white-space: nowrap;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course {
    width: 30%;
    min-width: 200px;
    min-height: 400px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 20px;
    white-space: initial;
    padding: 50px 20px;
    background-color: #FFF;
    color: #000;
    opacity: 0;
    transform: translateX(-500px);
    display: inline-block;
    cursor: pointer;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course + .course {
    margin-left: 20px;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course .name {
    font-size: 32px;
    font-weight: 600;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course .sname {
    font-size: 22px;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course .prop {
    text-align: left;
    line-height: 27px;
    margin: 20px 0;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course p {
    text-align: left;
    font-size: 20px;
    line-height: 33px;
}

.view[name=dabisu_default] > .contentpanel .section.curri.show .course {
    opacity: 1;
    transition: all 1.1s;
}

.view[name=dabisu_default] > .contentpanel .section.curri .course.basic {
    transform: translateY(500px);
}

.view[name=dabisu_default] > .contentpanel .section.curri .course.inter {
    transform: translateX(500px);
}

.view[name=dabisu_default] > .contentpanel .section.curri.show .course.victory {
    transform: translateX(0);
}

.view[name=dabisu_default] > .contentpanel .section.curri.show .course.basic {
    transform: translateY(0);
}

.view[name=dabisu_default] > .contentpanel .section.curri.show .course.inter {
    transform: translateX(0);
}

/* target */

.view[name=dabisu_default] > .contentpanel .section.target .wrap {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.1s;
}

.view[name=dabisu_default] > .contentpanel .section.target.show .wrap {
    opacity: 1;
    transform: translateY(0);
}

.view[name=dabisu_default] > .contentpanel .section.target .targets {
    padding: 10px 0;
}

.view[name=dabisu_default] > .contentpanel .section.target .targets .box {
    min-height: 200px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.view[name=dabisu_default] > .contentpanel .section.target .targets .thumb {
    display: inline-block;
    float: left;
    width: 150px;
    border-radius: 20px;
    background-color: #ddd;
    margin-right: 15px;
}

.view[name=dabisu_default] > .contentpanel .section.target .targets .thumb::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.view[name=dabisu_default] > .contentpanel .section.target .targets .name {
    margin: 20px 0;
    font-size: 22px;
}

.view[name=dabisu_default] > .contentpanel .section.target .targets p {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    word-break: keep-all;
    margin: 0px;
}

/* story */

.view[name=dabisu_default] > .contentpanel .section.story {
    overflow: hidden;
    position: relative;
}

.view[name=dabisu_default] > .contentpanel .section.story::before {
    content: '';
    position: absolute;
    top: 40%;
    width: 50%;
    height: 60%;
    background-color: #dbe1ea;
    border-bottom-right-radius: 50px;
}

.view[name=dabisu_default] > .contentpanel .section.story .wrap {
    opacity: 0;
    transform: translateX(1000px);
    transition: all .7s ease-out;
}

.view[name=dabisu_default] > .contentpanel .section.story.show .wrap {
    opacity: 1;
    transform: translateX(0px);
}

.view[name=dabisu_default] > .contentpanel .section.story .btns {
    position: absolute;
    top: 110px;
    right: 50px;
}

.view[name=dabisu_default] > .contentpanel .section.story .albums {
    position: relative;
}

.view[name=dabisu_default] > .contentpanel .section.story .albums .album {
    float: left; 
    width: 350px;
    overflow: hidden;
    cursor: pointer;
}

.view[name=dabisu_default] > .contentpanel .section.story .albums .album .bg {
    filter: grayscale(.5);
    -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;        
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.view[name=dabisu_default] > .contentpanel .section.story .albums .album: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: grayscale(0);
    filter: grayscale(0);
}

.view[name=dabisu_default] > .contentpanel .section.story .albums .album::before {
    content: '';
    display: block;
    padding-bottom: 130%;
}

.view[name=dabisu_default] > .contentpanel .section.story .albums .album:nth-child(even) {
    background-color: #efefef;
}

.view[name=dabisu_default] > .contentpanel .section.story .albums .btn-navi {
    transform: translateY(-50%);
}

/* faq */

.view[name=dabisu_default] > .contentpanel .section.faq .wrap {
    min-height: 600px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.1s ease-out;
}

.view[name=dabisu_default] > .contentpanel .section.faq .wrap::before {
    content: '';
    position: absolute;
    top: 5%;
    right: -20%;
    width: 30%;
    height: 130%;
    background: url(https://cdn.kdcf.or.kr/kcf/contents/img/portal/main/deco_bottom_left.png) no-repeat left top/contain;
}

.view[name=dabisu_default] > .contentpanel .section.faq.show .wrap {
    opacity: 1;
    transform: translateY(0px);
}

.view[name=dabisu_default] > .contentpanel .section.faq .faqs {
}

.view[name=dabisu_default] > .contentpanel .section.faq .faqs > .faq {
    cursor: pointer;
}

.view[name=dabisu_default] > .contentpanel .section.faq .faqs > .faq + .faq {
    margin-top: 5px;
}

.view[name=dabisu_default] > .contentpanel .section.faq .faqs > .faq .qt {
    font-size: 20px;
    line-height: 27px;
    border-bottom: 1px solid #777;
    padding: 5px 0;
}

.view[name=dabisu_default] > .contentpanel .section.faq .faqs > .faq .an {
    min-height: 100px;
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    display: none;
    background-color: #EFEFEF;
    padding: 10px;
}

.view[name=dabisu_default] > .contentpanel .section.faq .faqs > .faq.expand .an {
    display: block;
}

/* summary */

.view[name=dabisu_default] > .contentpanel .section.summary {
    background-color: #162842;
    color: #fff;
}

.view[name=dabisu_default] > .contentpanel .section.summary ul {
    white-space: nowrap;
    text-align: center;
}

.view[name=dabisu_default] > .contentpanel .section.summary ul > li {
    width: 25%;
    min-width: 15px;
}

.view[name=dabisu_default] > .contentpanel .section.summary ul > li span {
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    display: block;
}

.view[name=dabisu_default] > .contentpanel .section.summary ul > li label {
    font-size: 20px;
    color: #aaa;
}

/* help */

.view[name=dabisu_default] > .contentpanel .section.help {
    overflow: hidden;
}

.view[name=dabisu_default] > .contentpanel .section.help .thumb {
    width: 45%;
    margin-right: 10px;
    float: left;
    opacity: 0;
    transform: translateX(-500px);
    transition: all 1.1s;
}

.view[name=dabisu_default] > .contentpanel .section.help.show .info,
.view[name=dabisu_default] > .contentpanel .section.help.show .thumb {
    opacity: 1;
    transform: translateX(0px);
}

.view[name=dabisu_default] > .contentpanel .section.help .thumb::before {
    content: '';
    display: block;
    padding-bottom: 80%;
    background: url(/skins/default/images/dabisu/smartdabisu_devices.png) no-repeat center center/contain;
}

.view[name=dabisu_default] > .contentpanel .section.help .info {
    text-align: center;
    padding-top: 70px;
    opacity: 0;
    transform: translateX(500px);
    transition: all 1.1s;
}

.view[name=dabisu_default] > .contentpanel .section.help .info .title {
    font-size: 35px;
}

.view[name=dabisu_default] > .contentpanel .section.help .info .desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin: 30px 0;
    word-break: keep-all;
}

.view[name=dabisu_default] > .contentpanel .section.help .info .links {
}

.view[name=dabisu_default] > .contentpanel .section.help .info .links > a {
    color: #fff;
    background-color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.view[name=dabisu_default] > .contentpanel .section.help .info .links > a > img {
    width: 20px;
}

.view[name=dabisu_default] > .contentpanel .section.help .info .links > a.google {
}

.view[name=dabisu_default] > .contentpanel .section.help .info .links > a.apple {
}


/* dabisu_victory */

.view.dabisuview .contentpanel.toppanel {
    padding-top: 106.5px;
}

.view.dabisuview .contentpanel.toppanel .section.top {
    position: relative;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
}

.view.dabisuview .contentpanel.toppanel .section.top > .wrap {
    padding: 10px;
    position: relative;
    min-height: 170px;
    max-width: 1100px;
}

.view.dabisuview .contentpanel.toppanel .section.top::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0) 70%);
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .logo {
    position: absolute;
    left: 100px;
    bottom: -30px;
    width: 150px;
    padding: 0px;
    border: 5px solid #fff;
    border-radius: 20px;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .logo::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .prop {
    position: absolute;
    left: 280px;
    bottom: 10px;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .prop .title {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progressbx {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 30%;
    color: #fff;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progressbx .title {
    margin: 0px;
    padding: 0 0 5px 5px;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progress {
    height: 30px;
    border-radius: 25px;
}

.view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progress-bar {
    line-height: 30px;
    font-size: 17px;
    padding: 0 10px;
    border-radius: 25px;
}


.view.dabisuview .kids-panel .widget.dabisukids .nav-tabs {
    padding: 50px 0px 0px;
}

.dabisuview .kids-panel .widget.dabisukids>.widget-body .week .section h5>.no {
    background-image: initial;
}

.dabisuview .kids-panel .widget.dabisukids>.widget-body .week .section h5>.no::before {
    content: attr(data-no);
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
}

.dabisuview .kids-panel .widget.dabisukids>.widget-body .week .section:nth-child(n+3) h5>.no {
    background-color: #ef5282;
}

/* board */

.wrap .signbx {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    top: -85px;
    width: 150px;
    height: 120px;
    padding: 10px;
}

.wrap .signbx h2 {
    font-size: 22px;
    margin: 10px 0;
}

.wrap .signbx i {
    font-weight: 300;
}


/* store */

.storepanel .row .item > span[data-role="del"] {
    display: none;
}

.storepanel .products .product {
    box-shadow: none;
}

.storepanel .products .product .info .title {
    font-size: 17px;
    font-weight: 300;
}

.storepanel .products .product .info .discount {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.storepanel .product .thumb {
    overflow: hidden;
    padding: 20px;
    background-color: #efefef;
}

.storepanel .product .thumb > .cover {
    transition: all 0.3s ease-in-out;
    padding-bottom: 100%;
}

.storepanel .product:hover .thumb > .cover {
    transform: scale(1.05);
}

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

/* prodpanel */

.dabisuview .prodpanel .section.info {
    background: #fff url(/skins/default/images/kids/bg_store.png) no-repeat center center/cover;
}

.dabisuview .prodpanel .section.info > .wrap {
}

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

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

.dabisuview .prodpanel .prodinfo .title {
    margin: 20px 0;
    font-size: 32px;
    line-height: 42px;
}

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

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

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

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

.dabisuview .prodpanel.fixed .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;
}

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

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

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

.dabisuview .prodpanel.fixed .cmd > div.row .btn {
    width: 200px;
}

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

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

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

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

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

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

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

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

.dabisuview .prodpanel .review {
}

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

.dabisuview .prodpanel .cnt::before {
}

.dabisuview .prodpanel .cnt::after {
}

.dabisuview .prodpanel .comments {
    position: relative;
    margin: 20px 5px;
    font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* course */

.view.dabisuview .coursepanel.toppanel {
    padding-top: 0px;
}

.view.dabisuview .coursepanel.toppanel .section.top {
    padding-top: 106.5px;
}

.view.dabisuview .coursepanel.toppanel .section.top .wrap {
    padding: 0px;
}

.view.dabisuview .coursepanel.toppanel .info {
    padding: 150px 20px 20px 300px; 
    position: relative;
}

.view.dabisuview .coursepanel.toppanel .cover {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 250px;
    height: 250px;
    background-color: #fff;
}

.view.dabisuview .coursepanel.toppanel .prop {
}

.view.dabisuview .coursepanel.toppanel .prop .title {
    font-weight: bold;
    font-size: 38px;
}

.view.dabisuview .coursepanel.toppanel .prop .title::before {
    content: '입문과정';
    display: block;
    font-size: 19px;
    font-weight: normal;
    padding: 20px 0;
}

.view.dabisuview .coursepanel.toppanel.basicpanel .prop .title::before {
    content: '중급과정';
}

.view.dabisuview .coursepanel.toppanel.interpanel .prop .title::before {
    content: '고급과정';
}

.view.dabisuview .coursepanel .section.curri {
}

.view.dabisuview .coursepanel .section.curri h3 {
    margin: 20px 0;
    line-height: 44px;
}

.view.dabisuview .coursepanel .section.curri .desc {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    word-break: keep-all;
}

.view.dabisuview .coursepanel .section.curri .tblbx .table {
    font-size: 17px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.view.dabisuview .coursepanel .section.curri .tblbx .table thead th {
    background-color: #F9F9F9;
}

.view.dabisuview .coursepanel .section.curri .tblbx .table tbody td {
    font-weight: 300;
}

@keyframes motion { 
    0% { transform: translate(0, 0); }
    to { transform: translate(0, 19px); }
}

@keyframes vmotion { 
    0% { margin-top: -10px; }
    to { margin-top: 0px; }
}

@media screen and (max-width: 1300px) {
    body .view.dabisuview .contentpanel .section.curri > .wrap {
    }
}

@media screen and (max-width: 1080px) {
    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article p {
        font-size: 40px;
        line-height: 50px;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article h2 {
        font-size: 33px;
        line-height: 44px;
    }

}

@media screen and (max-width: 1024px) {
    .view.dabisuview .contentpanel .section > .wrap {
        padding: 50px 20px;
    }

    .view.dabisuview .header .pc {
        display: none;
    }

    .view.dabisuview .header .mobile {
        display: block;
    }

    .view.dabisuview .contentpanel.toppanel {
        padding-top: 65px;
    }

    .view[name="dabisu_default"] > .contentpanel .section.help .info {
        padding-top: 20px;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco01 {
        top: 10%;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco03 {
        top: 20%;
    }

    .view[name=dabisu_default] > .contentpanel .section.curri .courses {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -20px;
        padding: 10px 20px;
    }

    .view[name="dabisu_default"] > .contentpanel .section.target .targets .thumb {
        display: none;
    }
}

@media screen and (max-width: 980px) and (max-height: 500px) and (orientation: landscape) {
    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco01 {
        display: none;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco03 {
        width: 15%;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco02 {
        bottom: 5%;
        width: 22%;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article p {
        font-size: 27px;
        line-height: 37px;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article .btn-start {
        padding: 15px 25px;
        font-size: 27px;
    }

    .dabisuview .header nav.mobile .wrap .logo {
        margin-top: 10px;
    }

    .dabisuview .header nav.mobile .wrap .mnu {
        margin: 0px;
    }
}

@media screen and (max-width: 768px) {
    .view[name="dabisu_default"] > .contentpanel .section.target .targets .box {
        min-height: auto;
    }

    .view[name="dabisu_default"] > .contentpanel .section.target .targets .thumb {
        display: none;
    }

    body .view[name="dabisu_default"] > .contentpanel .section.feature .article {
    }

    body .view[name="dabisu_default"] > .contentpanel .section.feature .article .thumb {
        width: 100%;
        float: initial !important;
        margin: 0px;
        padding: 0;
    }

    body .view[name="dabisu_default"] > .contentpanel .section.feature .article .content {
        position: relative;
        top: initial;
        width: 100%;
        transform: initial;
    }

    .view[name="dabisu_default"] > .contentpanel .section.feature .article .content .stitle {
        padding-top: 20px;
        display: block;
    }

    .view[name="dabisu_default"] > .contentpanel .section.feature .article .content .title {
        padding: 20px 0;
        font-size: 27px;
    }
}


@media screen and (max-width: 640px) {
    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco01 {
        display: none;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco02 {
        bottom: 10%;
        width: 40%;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .deco03 {
        top: 15%;
        width: 30%;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article p {
        font-size: 29px;
        font-weight: bold;
        line-height: 37px;
        text-shadow: none;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article h2 {
        font-size: 26px;
        line-height: 35px;
        text-shadow: none;
    }

    body .view.dabisuview .lecturepanel .section.curri > .wrap {
        padding: 20px 10px;
    }

    .view[name="dabisu_default"] > .contentpanel .section.summary ul {
        padding: 30px 0px;
    }

    .view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progressbx {
        width: 50%;
        bottom: 10px;
    }

    .view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progressbx .title {
        float: left;
        margin: 0 5px 0 0;
        line-height: 30px;
    }

    .view.dabisuview .contentpanel.lecturepanel .section.top > .wrap .progress-bar {
        font-size: 15px;
    }

    .view.dabisuview .contentpanel.lecturepanel .widget .progress-bar::before {
        font-size: 27px;
    }

    .view.dabisuview .contentpanel.lecturepanel .widget .progressbx {
        margin: 50px 0 20px;
    }

    .view.dabisuview .contentpanel.lecturepanel .widget .progress::after {
        font-size: 33px;
    }
}

@media screen and (max-width: 480px) {
    .dabisuview .prodpanel.fixed .cmd > div.row .btn {
        width: 100%;
    }

    .view[name="dabisu_default"] > .contentpanel .section.curri .courses .course {
        width: auto;
        display: block;
        transform: translateY(100px);
    }

    .view[name="dabisu_default"] > .contentpanel .section.curri.show .courses .course {
        transform: translateY(0);
    }

    .view[name="dabisu_default"] > .contentpanel .section.curri .courses .course + .course {
        margin: 20px 0 0;
    }

    .view[name="dabisu_default"] > .contentpanel .section.story .btns {
        position: initial;
        padding: 10px 0;
    }

    .view[name="dabisu_default"] > .contentpanel .section.summary ul > li {
        display: block;
        width: 100%;
    }

    .view[name="dabisu_default"] > .contentpanel .section.summary ul > li + li {
        margin-top: 50px;
    }

    .view[name="dabisu_default"] > .contentpanel .section.help .thumb {
        width: 100%;
        float: initial;
    }

    .view.dabisuview .footer section {
        padding: 0px;
    }

    .view.dabisuview .footer section .logo {
        position: initial;
        margin-bottom: 20px;
    }

    .view.dabisuview .footer .nav .menus {
        float: initial;
        white-space: nowrap;
        overflow-x: auto;
    }

    .view.dabisuview .footer .nav .menus a {
        padding: 0 10px;
    }

    .view.dabisuview .footer .nav .langbx {
        float: initial;
        padding: 20px 0 0;
        text-align: right;
    }

    body .view[name=dabisu_default] > .contentpanel .section.curri {
        opacity: 0;
        transition: all 1.3s ease-out;
        transform: translateY(100px);
    }

    body .view[name=dabisu_default] > .contentpanel .section.curri.show {
        opacity: 1;
        transform: translateY(0px);
    }

    body .view[name=dabisu_default] > .contentpanel .section.curri .course {
        opacity: 1;
        transform: initial;
    }

    .view[name="dabisu_default"] > .contentpanel .banners.main .banner .article .btn-start {
        padding: 15px 25px;
        font-size: 27px;
    }

    body .view[name="dabisu_default"] > .contentpanel .section.feature .article.show {
        transform: translateY(0);
    }

    .view[name=dabisu_default] > .contentpanel .section.feature .article:nth-child(odd) {
        transform: translateY(100px);
    }

    .view[name=dabisu_default] > .contentpanel .section.feature .article {
        transform: translateY(100px);
    }

    .view.dabisuview .contentpanel.prodpanel .section > .wrap {
        padding: 20px 10px;
    }

    .dabisuview .prodpanel .prodinfo {
        padding: 10px;
    }

    .dabisuview .prodpanel .prodinfo .pic {
        height: 200px;
        background-size: contain !important;
    }

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

    .dabisuview .prodpanel .prodinfo .cmd.fixed > div.row .btn {
        width: 100%;
    }
}


