@charset "utf-8";
@import url('bootstrap.min.css');
@import url('bootstrap-override.css');
@import url('jquery-ui.min.css');
@import url('../font-awesome-pro-5/css/all.min.css');

@font-face {
    font-family: 'Nexon';
    src: url('/skins/default/fonts/Nexon_Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexon';
    src: url('/skins/default/fonts/Nexon_Gothic_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nexon';
    src: url('/skins/default/fonts/Nexon_Gothic_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.ttf) format("truetype");
    font-weight: 300;
}


:root {
    --green: #74D240;
    --greent: #74D2401C;
    --purple: #9558FE; 
    --purplet: #9558FE1C; 
    --blue: #64C1FF; 
    --gray: #736767; 
    --orange: #ffa152; 
    --bluet: #64C1FF1C; 
    --orange: #ffa152; 
    --swiper-navigation-color: #333;
}


html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "Nexon", "Apple SD Gothic Neo","맑은 고딕", "Malgun Gothic";
    line-height: 17px;
    color: #333;
    padding: 0px !important;
}

body[module=kacademy] {
    font-family: "Nexon", "Apple SD Gothic Neo","맑은 고딕", "Malgun Gothic";
}

body > section {
    min-height: 100%;
}

body > .outview {
    display: none;
}


body.noscroll {
    overflow: hidden;
}

input,
select,
textarea {
    color: #636e7b;
}

textarea {
    resize: vertical;
}

nav {
    text-align: center;
}

a {
    -webkit-user-select: none !important;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button:focus,
button:active {
    outline: none;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {}

button:focus {
    outline: 0 !important
}

code {
    padding: 2px 4px;
    background-color: #f9f2f4;
    border-radius: 4px;
}

p.empty {
    color: #777;
    font-weight: 300;
}

.fleft {
    float: left
}

.fright {
    float: right
}

.iblk {
    display: inline-block
}

iframe.hframe {
    display: none;
}

ul,
ol {
    padding-left: 10px;
}

.clear::after {
  clear: both;
  display: block;
  content: '';
}

.mshow {
    display: none !important;
}

.hide {
    display: none !important;
}

.bb1 {
    border-bottom: solid 1px #343E4D;
}

.bt1 {
    border-top: solid 1px #343E4D;
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding-top: 10px;
}


.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.ml5 {
  margin-left: 5px;
}

body .ml10 {
  margin-left: 10px;
}

.p5 {
    padding: 5px;
}

.tcenter,
.center {
  text-align: center;
}

.tright {
    text-align: right;
}
.w20 {
    width: 20px !important;
}

.w100 {
    width: 100px !important;
}

.w80 {
    width: 80px !important;
}

.w50 {
    width: 50px !important;
}

.wp100 {
    width: 100%;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w300 {
    width: 300px !important;
}

.h35 {
    height: 35px;
}

.cursor {
    cursor: pointer;
}

.alert-message {
    font-size: 12px;
    color: #ec562e;
    margin: 10px;
}

.ul-nostyle {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ul-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ul-list>li {
    float: left;
}

.ul-list>li.alright {
    float: right;
}

.ul-list:after {
    clear: both;
    display: block;
    content: '';
}

.ul-iblock,
.ul-block {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ul-iblock > li {
    display: inline-block;
}

.ul-block>li {
    display: block;
}

.iblock {
    display: inline-block;
}

.synclnk {
    cursor: pointer;
}

.lnk:not(.lock) {
    cursor: pointer;
}

.htext {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn-sm {
    font-size: 13px;
}

.btn-transparent {
    background-color: transparent;
    border: none
}
.bordered {
    border: 1px solid #e3e6f3;
}

.scrollx {
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.dropdown-menu {
    font-size: 12px;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

form input.invalid {
    border-color: red; 
}

form .required.control-label::before,
form .required .control-label::before {
    content: "*";
    color: red;
}

form .desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #22A7F0;
}

form .form-group .checkbox label {
    margin-top: 4px;
}

form .form-group .checkbox label input {
    margin-top: 0px;
}

form .options {
}

form .options > .option {
    display: none;
}

form .options > .option.active {
    display: block;
}

select.input-sm {
    height: auto;
    padding: 9px 10px;
    line-height: initial;
}

nav .pagination {
    margin: 10px 0;
}

nav .pagination > li > span,
nav .pagination > li > a {
    border: none;
    font-size: 15px;
}

nav .pagination > li.active > a {
    border-radius: 5px;
}

.header .dropdown-commonmenu:after {
    right: 15px;
}

.header .dropdown-commonmenu {
    background: #1d2939;
    border: none;
}

.header .dropdown-menu .divider {
    background-color: #555;
}

.header .dropdown-menu:after {
    border-bottom: 6px solid #1d2939;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}

.header .dropdown-menu li a {
    color: #b2b7c3;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header .dropdown-menu li a:hover {
    background: #1caf9a;
    color: #fff;
}

.header .dropdown-menu li i {
    width: 20px;
    margin-right: 5px;
}

body .view.selmode > .mainpanel > .header {
    background-color: #2a3949;
}

.selmode .header .selhide,
.header .btn-selmode {
    display: none;
}

.selmode .header .btn-selmode {
    display: inline-block;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.lstItems > .item {
  background-color: #f1f6ff;
  border: 1px solid #93b7f6;
  line-height: 25px;
  overflow: hidden;
  font-weight: 300;
  position: relative;
  padding: 5px 25px 5px 15px;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lstItems > .item .name {
    display: inline-block;
}

.lstItems > .item > span[data-role="remove"],
.lstItems > .item > a.btn-remove,
.lstItems > .item > a.btnDel {
  position: absolute;
  right: 5px;
  padding: 2px 5px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  color: #657695;
}

.lstItems > .item a > i {
    margin-top: 3px;
}

form .items {
    margin-top: 10px;
}

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

form .items .item + .item {
    border-top: 1px dashed #ccc;
}

form .items span[data-role="remove"] {
    margin-left: 5px;
    cursor: pointer;
    font-size: 20px;
    padding: 2px;
    /*vertical-align: middle;*/
    position: absolute;
    right: 5px;
}

form .items .uploading span[data-role="remove"]::before {
    content: '\f2ed';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.items .item span[data-role="remove"]:hover {}

.items .item:hover .option {
    display: inline-block;
}

.item .optionbar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.item .option {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 2;
    display: none;
}

.item .option .btn {
    padding: 5px 10px;
    background: none;
    border: none;
    line-height: 1px;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.item .option > a {
    height: 100%;
    display: inline-block;
    text-align: center;
    width: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    position: relative;
}

.item .option > .btn-edit {
    background-color: #f8bb61;
}

.item .option > .btn-del {
    background-color: #f86b6b;
}

.item .option > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item .option ul.dropdown-menu li {
    font-size: 13px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.modal .modal-dialog .overbox {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 3;
}

.modal .modal-dialog .overbox .overback {
    cursor: pointer;
}

.modal-header .modal-title {
    display: inline-block;
}

.modal-header .modal-title>.no {
    border-radius: 5px;
    background-color: #3675d7;
    padding: 0px 7px;
    color: #fff;
}

.modal-header .mnuback {
    cursor: pointer;
    text-decoration: none;
}

.modal-header .mnuback:active,
.modal-header .mnuback:hover {
    text-decoration: none;
}

.modal-header .close {
    font-size: 30px;
    margin-top: 0px !important;
    line-height: 0.8em;
}

.modal .extinfo {
    display: none;
}

.modal .modal-body[data-type=school] .extinfo,
.modal .modal-body[data-type=head] .extinfo {
    display: block;
}

.modal .extinfo .btn-toggle {
    color: #333;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
    padding: 5px 10px 10px;
}

.modal .extinfo .btn-toggle:hover {
    color: #333;
}

.modal .extinfo.expand .btn-toggle>i:before {
    content: '\f0d8';
}

.modal .extinfo.expand>.hide {
    display: block !important;
}

.modal .toolbar {
    padding: 7px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

.modal .toolbar:not(.small)>button {
    font-size: 15px;
}

.modal .toolbar>button:hover {
    color: #337ab7;
}

.modal .modal-dialog .overpopup {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
}

.modal .modal-dialog .overbox {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 3;
}

.modal .modal-dialog .overbox:not(:last-child) {
    display: none !important;
}

.modal .modal-dialog .overbox .modal-body {
    overflow-y: auto;
}

.modal .overbox .overback {
    cursor: pointer;
}

.modal .overbox .overback>i {
    color: #aaa;
}

.lib-panel .optionbar,
.modal .overbox.over-library .optionbar {
    position: absolute;
    right: 15px;
    padding: 5px;
}

.lib-panel .breadcrumb,
.modal .overbox.over-library .breadcrumb {
    padding: 10px 105px 10px 10px;
    margin-bottom: 10px;
}

.suggestions {
    background-color: #FFF;
    border: 1px solid #EEE;
}

.suggestions .item {
    padding: 5px;
    margin: 3px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    color: #333;
}

.suggestions .item span {
    display: inline-block;
    min-width: 100px;
}

.bxCSPanel .suggestions .item span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestions .item:hover {
    background-color: #EFEFEF;
}

.suggestions .item .btn-expand {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 2.5em;
    display: none;
}

.suggestions .item.folder {
    padding-right: 10px;
}

.suggestions .item.folder .btn-expand {
    display: block;
}

.suggestions .item.book .thumb {
    float: left;
    width: 40px;
}

.suggestions .item.user .pic {
    float: left;
    width: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.suggestions .item.user .info {
    margin-left: 45px;
}

.suggestions .item.user .info>div {
    line-height: 20px;
}

.suggestions .item.user .info>.name {
    font-weight: 600;
    color: #333;
    margin: 0px;
}

.suggestions .item.user .info>.tag {
    display: block;
}

.suggestions .item.user .info>.desc {
    font-size: 11px;
    color: #777;
}

.form-control {
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

.sidepanel form .form-inline select,
.sidepanel form .form-inline input,
.sidepanel form .form-inline .btn {
    margin-bottom: 5px;
}

.form-control:focus {
    outline: 0;
    border-color: #ccc;
    box-shadow: none;
}

.plyr.plyr--stopped .plyr__controls { display: none }

.videobx video {
    width: 100%;
}

.videobx {
    width: 100%;
    z-index: 2;
    position: relative;
}

.videobx.youtubebx::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

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

body > .toast {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: vtfadein 1s;
    animation: vtfadein 1s;
    z-index: 100;
    visibility: hidden; 
    white-space: nowrap;
}

.toast.show {
    visibility: visible; 
}

@keyframes vtfadein {
    from {bottom: 0; visibility: visible; opacity: 0;}
    to {bottom: 30px; visibility: visible; opacity: 1;}
}

@keyframes vtfadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@-webkit-keyframes vtfadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes vtfadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/* fontawesome */


.fa-pdf::before {
    content: '\f1c1';
}

.fa-youtube::before {
    content: '\f144';
}

.fa-alphabet::before {
    content: '\f8f2';
}

.fa-word::before {
    content: '\f1c2';
}

.fa-conversation::before {
    content: '\f086';
}

/* outview */

body > .outview {
    font-family: "Nexon";
}

.outview .logo {
    display: block;
    height: 40px;
    background: url(/common/images/logo_kgeul.png) no-repeat left center/contain;
    margin-bottom: 100px;
}

.outview .logo span {
    display: none;
}

.outview .body {
}

.outview .body h3 {
}

.outview .body h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    margin: 30px 0;
}

.outview .download {
}

.outview .download a {
    color: #fff;
    background-color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.outview .download a img {
    width: 20px;
}

.outview .sns {
    margin-top: 50px;
}

/* tabs */

.nav-tabs>li>a {
    font-size: 15px;
    font-weight: 300;
}

.nav-line>li>a,
.nav-line>li>a:hover,
.nav-line>li>a:active,
.nav-line>li>a:focus {
    border: 0;
    margin: 0 !important;
    font-weight: 300;
}

.nav-line>li.active>a,
.nav-line>li.active>a:hover,
.nav-line>li.active>a:active,
.nav-line>li.active>a:focus {
    background-color: transparent;
    border: 0;
    font-weight: 500;
}

.nav-line>li.active>a,
.nav-line>li.active>a:hover,
.nav-line>li.active>a:active,
.nav-line>li.active>a:focus {
    -moz-box-shadow: 0 3px 0 #428bca;
    -webkit-box-shadow: 0 3px 0 #428bca;
    box-shadow: 0 3px 0 #428bca;
    margin: 0;
    color: #000;
}

.box-tabs:after {
    clear: both;
    display: block;
    content: '';
}

.nav-line {
    background: none;
    border: 0;
    margin-bottom: 3px;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.nav-line>li {
    margin: 0;
}

.nav-tabs>li>a {
    font-size: 15px;
    font-weight: 300;
}

.tab-content {
    position: relative;
    border: 0;
    padding: 0;
}


/* uploadbox */
.uploadbox #queue {
    border: 1px solid #E5E5E5;
    background-color: #F0F0F0;
    height: 80px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 0 3px 3px;
    width: 100%;
}

.uploadbox .uploadifive-button {
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.uploadbox .drop {
    line-height: 20px;
    border: 1px dashed #ccc;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    cursor: pointer;
    color: #aaa;
    font-size: 12px;
}

.sidepanel .uploadbox .drop {
    background-color: rgba(255, 255, 255, 0.1);
    color: #eee;
    border: none;
}

.sidepanel .uploadbox .drop:hover {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.uploadbox .drop:hover {
    border: 1px dashed #aaa;
    color: #333;
    background-color: rgba(0, 0, 0, 0.02);
}

.uploadbox .drop>p {
    margin: 0px;
}

.modal .uploadbox .files {}

.uploadbox .files>.file {
    position: relative;
    margin-bottom: 5px;
}

.uploadbox .files .file .thumb {
    float: left;
    width: 100px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
}

.uploadbox .files .file .thumb>i {
    line-height: 50px;
    color: #8293a1;
}

.uploadbox .files .file>h5 {
    margin: 6px 0;
    font-size: 12px;
}

.uploadbox .files .file>.size {
    font-size: 11px;
}

.uploadbox .files .file>.date {
    margin: 0px;
    font-size: 11px;
}

.uploadbox .files .file>.progress {
    height: 15px;
    margin-right: 20px;
    background-color: #f5f5f5;
}

.uploadbox .files .file>.progress .progress-bar {
    font-size: 9px;
    line-height: 17px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 1);
}

.uploadbox .files>.file .btn-remove {
    position: absolute;
    top: 5px;
    right: 5px;
}

.uploadbox .files .item {
    background-color: #fff;
    border: 1px solid #eee;
}

.uploadbox .files .item .name {
    display: initial;
    color: #000;
}

.uploadbox .files .item>.progress {
    height: 2px;
    margin-top: 5px;
    background-color: #ccc;
}

.uploadbx .items .item,
.modal .items .item {
    position: relative;
    padding: 5px;
    cursor: pointer;
}

.uploadbx .items .item .bg,
.modal .items .item .bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.modal .items .item .bg>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.uploadbx .items .item:hover,
.modal .items:not(.sels) .item:hover {
    background-color: #F5F5F5;
}

.uploadbx .items .item.sel,
.modal .items:not(.sels) .item.sel {
    background-color: #EFEFEF;
}

.uploadbx .items .item.sel .bg,
.modal .items .item.sel .bg {
    display: initial;
}

.uploadbx .items .item .ico,
.modal .items .item .ico {
    position: absolute;
    top: 40%;
    left: 50%;
    display: none;
    color: #fff;
    z-index: 2;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -55%);
}

.uploadbx .items .item.sel .ico,
.modal .items .item.sel .ico {
    display: inherit;
}

.uploadbx .items.nosel .item:not(:first-child),
.modal .items.nosel .item:not(:first-child) {
    border-top: 1px dashed #ccc;
}

.uploadbx .items.nosel .item .symbol,
.modal .items.nosel .item .symbol {
    width: 80px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    float: left;
    padding: 3px;
    text-align: center;
    color: #CB503B;
    background-color: #f5f5f5;
}

.modal .items.nosel.papers .item .symbol {
    width: 50px;
}

.uploadbx .items.nosel .item .symbol>img,
.modal .items.nosel .item .symbol>img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.modal .items.nosel .item .symbol>img+i {
    display: none;
}

.uploadbx .items.nosel .item .prop,
.modal .items.nosel .item .prop {
    margin-left: 90px;
    padding-right: 30px;
}

.modal .items.nosel.papers .item .prop {
    margin-left: 60px;
}

.uploadbx .items.nosel .item .prop .title,
.modal .items.nosel .item .prop .title {
    font-size: 13px;
    line-height: 15px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uploadbx .items.nosel .item .prop .cate,
.modal .items.nosel .item .prop .cate {
    display: inline-block;
    padding-top: 5px;
}

.uploadbx .items.nosel .item .prop time,
.modal .items.nosel .item .prop time {
    font-size: 12px;
}

.uploadbx .items.nosel .item .prop .progress,
.modal .items.nosel .item .prop .progress {
    background-color: #F9F9F9;
    margin-bottom: 0px;
    height: 20px;
}

.uploadbx .items.nosel .item>i.fa-check-circle,
.modal .items.nosel .item>i.fa-check-circle,
.modal .items.nosel .item .option {
    display: none;
}

.uploadbx .items.nosel .item span[data-role="remove"],
.modal .items.nosel .item span[data-role="remove"] {
    top: initial;
    bottom: 5px;
    font-size: 15px;
}

/********** 11. PROGRESS BAR STYLES **********/

.progress {
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 2px;
    background-color: #FFF;
    padding: 0;
    height: 20px;
    box-shadow: none;
}

.progress-bar {
    text-align: left;
    box-shadow: none;
    background-color: #1582dc;
    -webkit-transition: width 800ms ease;
    transition: width 800ms ease;
}

.progress-bar>span {
    vertical-align: middle;
    text-shadow: 1px 1px 1px #333;
}

.progress-bar-success {
    background-color: #15db81;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #15acdc;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-default {
    background-color: #ccc;
}

.progress-bar>span.rate {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


/* Progress bar sizing */

.progress-xs {
    height: 5px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 15px;
}

.progress-lg {
    height: 25px;
}

/* loading */

.mloading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.1);
    color: #fb3e3e;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.mloading .infobx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
}

.mloading .infobx.white {
    background-color: rgba(255, 255, 255, 0.5);
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.view > .loading {
    position: absolute;
}

.loading .infobx {
    width: 250px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
}

.loading.icon {}

.loading.icon .infobx {
    width: 260px;
    background-color: transparent;
}

.loading .infobx.circle {
    width: 260px;
    background-color: #fff;
}

.loading .infobx .desc {
    margin: 5px 0px 0px 0px;
    font-size: 11px;
    text-align: justify;
}

.loading.animation .infobx {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    background-color: transparent;
}

.loading.animation .infobx div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading.animation .infobx div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.loading.animation .infobx div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.loading.animation .infobx div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.loading.animation .infobx div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

/* slick */

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
}

/* animation */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 0;
    }
}

@keyframes step-slidein {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slidein_right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slidein_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*************  player ************/

#popup-player .modal-dialog {
    width: auto;
    max-width: 960px;
}

#popup-player .modal-content {
    font-size: 12px;
}

#popup-player .modal-header {
    padding: 10px;
}

#popup-player .modal-body {
    padding: 0px;
    min-height: auto !important;
    height: auto !important;
}

#popup-player .over-library .modal-body.contentpanel {
    padding: 15px;
}

.wrap_player {
    height: auto;
    overflow: hidden;
    background-color: #000;
}

.wrap_player>.screen {
    max-width: 100%;
    width: 640px;
    height: 480px;
    float: left;
    background-color: #000;
    position: relative;
}

.wrap_player>.screen .plyr {
    width: 100%;
    height: 100%;
}

.wrap_player>.screen video {
    max-width: 100%;
}

.screen.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap_player>.screen .plyr video {
    height: 100%;
}

.wrap_player>.screen>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrap_player>.screen .plyr__video-wrapper {
    height: 100%;
}

.wrap_player>.list {
    display: none;
    border-left: 2px solid #eee;
    margin-left: 640px;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.wrap_player.expand .btnExpand>i::before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.wrap_player:hover .btnExpand {
    display: inline-block;
}

.wrap_player .btnExpand {
    background-color: rgba(0, 0, 0, .5);
    border: none;
    line-height: 480px;
    padding: 0px 5px;
    margin: 0px;
    font-size: 22px;
    color: #ccc;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    display: none;
}

.wrap_player.expand>.list {
    display: block;
}

.wrap_player>.list .head {
    position: relative;
    line-height: 30px;
    background-color: #1A1A1A;
    font-size: 14px;
    color: #eee;
    border-bottom: 1px solid #999;
    line-height: 40px;
    padding: 0px 10px;
}

.wrap_player>.list .head a {
    color: #fff;
    float: right;
    display: none;
}

.wrap_player.edit>.list .head a {
    display: inline-block;
}

.wrap_player>.list .body {
    min-width: 300px;
    max-height: 440px;
    overflow-y: auto;
}

.wrap_player .list .idx.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.wrap_player .list .idx:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.wrap_player .list .idx {
    padding: 5px 45px 5px 5px;
    line-height: 25px;
    border-bottom: 1px solid #555;
    position: relative;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_player .list .idx .badge {
    border-radius: 5px;
    margin-right: 5px;
}

;
.wrap_player .list .idx.active .badge {
    background-color: #4399f1;
}

.wrap_player .list .idx .time {
    position: absolute;
    right: 5px;
}

.popupidx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 400px;
    z-index: 2;
    text-align: right;
    border-radius: 10px;
}

.view>.clipedit,
#popup-player .modal-content .editbx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 50%;
    z-index: 2;
    text-align: right;
    border-radius: 10px;
}

.view>.clipedit .form-group,
.popupidx .editbx .form-group,
#popup-player .modal-content .editbx .form-group {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}

.view>.clipedit.file .form-group.cliptime,
#popup-player .modal-content .editbx.file .form-group.cliptime {
    display: none;
}


/* view */

body > section > .view {
    min-height: 100vh;
    display: none;
}

body[module=kgeul] > section > .view {
}

section > .view:last-child {
    display: block;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    animation: fadeIn .5s;
    -moz-animation: fadeIn .5s; /* Firefox */
    -webkit-animation: fadeIn .5s; /* Safari and Chrome */
    -o-animation: fadeIn .5s;
}


body > section > .view:first-child:not(.overpanel) .header .page-title:not(.sback)>i {
    display: none;
}

/* header */

.mnutoggle {
    padding: 10px;
    display: none;
}

.view .mainpanel.mnuon .mnutoggle {
    display: inline-block;
}

.mainpanel > a.mnutoggle {
    position: fixed;
    z-index: 101;
    top: 0px;
    color: #fff;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 0;
}

.view > .header,
.mainpanel > .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 60px;
}

.fixon .mainpanel > .header {
    background-color: rgba(0, 0, 0, 0.5);
}

.fixon .view .mainpanel > .header .btn > i,
.fixon .mainpanel > .header .btn,
.fixon .mainpanel > .header .title,
.fixon .mainpanel > .header a {
    color: #fff !important;
}

.view > .header > div,
.mainpanel > .header > div {
    line-height: 60px;
}

.view .mainpanel.mnuon > .header > div {
    line-height: 50px;
}

.mainpanel > .header .mobile {
    display: none;
}

.view > .header .hleft,
.mainpanel > .header .hleft {
    position: absolute;
    top: 0px;
    left: 0px;
}

.view .mainpanel.mnuon .header .hleft {
    left: 40px;
}

.view .mainpanel.mnuon .header .hleft .title,
.view .mainpanel.mnuon .header .hleft .btn {
    padding: 0px;
}

.view > .header .hleft > a,
.view > .header .hleft > span,
.mainpanel > .header .hleft > span,
.mainpanel > .header .hleft > a {
    font-weight: bold;
    font-size: 22px;
    padding: 0 10px;
    line-height: 60px;
}

.view > .header a,
.view > .header .btn,
.view > .header span {
    color: #fff;
    border: none;
}

.view > .header .hcenter,
.mainpanel > .header .hcenter {
    text-align: center;
}

.view > .header .hright,
.mainpanel > .header .hright {
    position: absolute;
    top: 0px;
    right: 0px;
}

.mainpanel > .header .hleft > .page-title {
    display: inline-block;
    padding: 0px 10px;
}

.fixon .mainpanel > .header .hleft > .page-title {
    color: #fff;
}

.view[name=kgeul_default] .mainpanel > .header .hleft > .page-title {
    padding: 0px;
    color: #fff;
}

.mainpanel > .header .hcenter .title {
    margin: 0px;
    vertical-align: middle;
    font-weight: 600;
}

.header .btn {
    background-color: transparent;
    padding: 0px 10px;
    min-width: 40px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-size: 22px;
    color: #333;
}

.header .btn + .btn {
}

.header .btn > i {
}

.header .btn-profile {
    padding: 0px;
}

.header .btn-profile .pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header .menus {
    background-color: #4b80b8;
    padding: 5px 10px;
    border-radius: 40px;
    display: inline-block;
    line-height: 35px;
    max-width: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    box-shadow: 0 1px 3px #333;
    vertical-align: middle;
}

.view[page=ocymath] .header .menus {
    box-shadow: 0 1px 5px #222;
    background-image: linear-gradient( 90deg, #60655f 10%, #3e453d 100%);
}

.header .menus > li {
    margin-right: 0px;
}

.header .menus > li:last-child {
    margin-right: 10px;
}

.header .menus > li > a {
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    line-height: 22px;
}

.header .menus > li.active > a {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 35px;
    font-size: 15px;
}

/* footer */
.footer.navi {
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0px;
    height: 60px;
    background-color: #fff;
    -moz-box-shadow: 3px 0 5px rgba(12,12,12,0.05);
    -webkit-box-shadow: 3px 0 5px rgba(12,12,12,0.05);
    box-shadow: 3px 0 5px rgba(12,12,12,0.05);
}

.footer.navi .menu {
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px;
}

.footer.navi .menu .btn {
    display: inline-block;
    font-size: 27px;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    color: #333;
    border-radius: 15px;
}

.footer.navi .menu .btn.active {
    box-shadow: none;
    background-color: #EFEFEF92;
}

/* Sign in */

.view[name=login_default] {
    position: relative;
}

.invalid {
    border: 1px solid red;
    background-color: #ffe6e6;
}

body[module=kacademy] .view[name=login_default] {
    background-color: initial;
}

.view[name=login_default] .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 60px;
}

.view[name=login_default] .header .btn {
    padding: 0 10px;
}

.view[name=login_default] .signinpanel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

body[module=kacademy] .view[name=login_default] .signinpanel {
    max-width: 450px;
    background-color: rgba(255, 255, 255, .5);
    padding: 50px 20px;
    border-radius: 10px;
}

body[module=kacademy] .view[name=login_default] .signinpanel .btn-register {
    display: none;
}

body[module=kacademy] .view[name=login_default] .signinpanel .btn-login {
    background-color: #ffd527;
}

.view[name=login_default] .signinpanel .logo {
    text-align: center;
    display: block;
}

.view[name=login_default] .signinpanel .logo span {
    display: none;
}

body[module=kacademy] .view[name=login_default] .signinpanel .logo {
    height: 80px;
    background: url(/skins/default/images/kacademy/logo_s.png) no-repeat center center/contain;
}

body[module=kgeul] .view[name=login_default] .signinpanel .logo {
    height: 50px;
    background: url(/common/images/logo_kgeul.png) no-repeat center center/contain;
}

.view[name=login_default] .signinpanel .title {
    text-align: center;
}

.view[name=login_default] .signinpanel .extra {
}

.view[name=login_default] .signinpanel .extra span {
    display: inline-block;
}

/* Register */

.view.loginview .wrappanel {
    padding: 10px;
}

.view.loginview form input.invalid {
    border-color: red;
}


/* mainpanel */

.view > .mainpanel {
    height: 100%;
    padding-top: 60px;
    position: relative;
}

.view > .mainpanel.mnuon {
    padding: 60px 0px 10px;
}

.view > .mainpanel .wrappanel {
}

/* overpanel */

.view.overpanel {
    background-color: #000;
}

.overpanel .header .header-left {
    max-width: 65%;
    position: absolute;
}

.overpanel .header .header-left a.page-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-left: 0px;
}

.overpanel .header .header-left a.page-title:hover,
.overpanel .header .header-left a.page-title:focus {
    background-color: transparent;
}

.overpanel .header {
    background-color: #202020;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
}

.view.overpanel > .mainpanel {
    padding: 0px;
}

.overpanel .overbody {
    padding: 60px 0px 0px;
    margin: 0px auto;
    display: inline-block;
    width: 100%;
    height: 100dvh;
}

.overpanel .overbody>.viewport {
    height: 100%;
    display: flex;
    align-items: center;
}

.overpanel .overbody>.viewport>.viewcontent {
    width: 100%;
    text-align: center;
}

.overpanel .overbody>.viewport>.viewcontent .item video {
    max-width: 80%;
    min-width: 50%;
    max-height: 100%;
    display: inline-block;
}

.overpanel .overbody>.viewport>.viewcontent .items {
    height: 100%;
}

.overpanel .overbody>.viewport>.viewcontent .items>.item {
    position: relative;
    height: 100%;
}

.overpanel .overbody>.viewport>.viewcontent .items>.item .plyr,
.overpanel .overbody>.viewport>.viewcontent .items>.item video,
.overpanel .overbody>.viewport>.viewcontent .items>.item img {
    max-width: 98%;
    max-height: 98%;
}

.overpanel .overbody>.viewport>.viewcontent .items>.item .plyr {
    min-width: 360px;
}

.overpanel .overbody[type="image"]>.viewport>.viewcontent .ico {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.overpanel .overbody[type="image"]>.viewport>.viewcontent:not(.lock) .item:hover .ico {
    display: inline-block;
}

.overpanel .wrapbook {
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

.overpanel .wrapbook .page {
    background-color: #fff;
}

.overpanel .wrapbook .page img {
    max-width: 100%;
    max-height: 100%;
}

/* LEFT PANEL */

.leftpanel {
    font-family: "Nexon", "Apple SD Gothic Neo","맑은 고딕", "Malgun Gothic";
    width: 0px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    color: #8f939e;
    -moz-box-shadow: 3px 0 5px rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 3px 0 5px rgba(12, 12, 12, 0.05);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #1d2939;
    overflow: hidden;
}

.leftpanel > .wrap {
    width: 280px;
    height: 100%;
    overflow-y: auto;
    padding: 5px;
}

.mnu-expand .leftpanel {
    width: 280px;
    display: block;
    position: fixed;
}

.leftpanel .profile {
    padding: 10px;
    background: url(/skins/default/images/menubak.jpg) left top no-repeat;
    background-size: 100% auto;
    color: #FFF;
}

.leftpanel .profile>img {
    width: 100px;
}

.leftpanel .profile>.info {
    display: block;
    position: relative;
}

.leftpanel .profile>.info>h5 {
    margin: 10px 0 5px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.leftpanel .profile>.info>.btn-group {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

.leftpanel .profile>.info>.btn-group .dropdown-toggle {
    background-color: transparent;
    padding: 3px 8px;
    border: none;
    color: #fff;
    line-height: 13px;
}

.leftpanel .profile>.info>label {
    color: #FFF;
    font-weight: 300;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.leftpanel .menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.leftpanel .menu li {}

.leftpanel .menu li.active {
    background-color: #3f485a;
}

.leftpanel .menu li a {
    color: #b2b7c3;
    display: block;
    padding: 10px 15px;
    width: 100%;
    position: relative;
}

.leftpanel .menu li a:hover {
    text-decoration: none;
    color: #FFF;
}

.leftpanel .menu li a i {
    min-width: 30px;
    padding-right: 15px;
    line-height: 20px;
    text-align: center;
}

.leftpanel .menu li a i.dir-right {
    position: absolute;
    right: 0px;
}

.leftpanel .menu li a i.mnu-expand.expand::before {
    content: "\f107";
}

.leftpanel .menu .smenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.leftpanel .menu .smenu li {
    padding-left: 25px;
}

/* sidepanel */

.sidepanel {
    display: none;
    width: 360px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 102;
    -moz-box-shadow: 3px 0 5px rgba(12,12,12,0.05);
    -webkit-box-shadow: 3px 0 5px rgba(12,12,12,0.05);
    box-shadow: 3px 0 5px rgba(0,0,0,0.5);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #1d2939;
    overflow: hidden;
    color: #fff;
    padding: 0px;
}

.sidepanel > .wrap {
  width: 360px;
  height: 100%;
  overflow-y: auto;
}

.sidepanel.right {
  right: 0;
  -moz-box-shadow: -3px 0 5px rgba(12,12,12,0.02);
  -webkit-box-shadow: -3px 0 5px rgba(12,12,12,0.02);
  box-shadow: -3px 0 5px rgba(0,0,0,0.2);
}

.mnu-expand section {
    overflow-x: hidden;
}

.expand-right .sidepanel {
  width: 360px;
  display: block;
  position: fixed;
}

.ibg {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(0,0,0,0.5);
  display: none;
}

.bgon > .ibg,
.mnu-expand .ibg {
  display: block;
}

.expand-right .sidepanel {
    height: 100%;
    display: block;
    overflow-y: auto;
    position: fixed;
    right: 0;
    -webkit-overflow-scrolling: touch;
}

.sidepanel .cmds {
    margin: 0px 0px 10px;
    padding: 5px 0px;
    background-color: #343E4D;
}

.sidepanel .cmds>div {
    padding-left: 5px;
    padding-right: 5px;
}

.sidepanel .smry {
    margin: 5px;
    font-size: 13px;
    line-height: 20px;
}

.sidepanel .smry b {
    color: #febf6d;
    padding: 3px;
}

.sidepanel > div {
    display: none;
}

.sidepanel > div.active {
    display: block;
}

.sidepanel .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.sidepanel .control-label {
    color: #ccc;
}

.sidepanel .control-label.col-sm-2 {
    width: 25%;
}

.sidepanel .col-sm-10 {
    width: 75%;
}

.sidepanel .wraplist .row.panel-header {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 11px;
}

.sidepanel .wraplist .row {
    cursor: pointer;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.sidepanel .form-header {
    padding: 10px;
}

.view > .sidepanel .wraplist .profile {
    color: #ccc;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    box-shadow: initial;
    background-color: initial;
    color: #fff;
}

.sidepanel .wraplist .profile .thumb {
    float: left;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    margin-right: 5px;
}

.sidepanel .profile .title,
.sidepanel .profile .name {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

.sidepanel .profile .info {
    padding-top: 5px;
    font-size: 11px;
}

.sidepanel .profile .info .desc {
    margin-right: 5px;
}

.sidepanel .form-header .closex,
.sidepanel .panel-header .closex {
    color: rgba(255, 255, 255, .8);
    font-size: 35px;
    font-weight: 200;
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 5px;
}

.sidepanel .panel-body {
    padding: 0 0 10px;
}

.sidepanel .panel-body .head {
    background-color: #1A1A1A;
    font-size: 17px;
    color: #eee;
    border-top: 1px solid #333;
    line-height: 40px;
    padding: 0px 10px;
    position: relative;
}

.sidepanel .panel-body .head .btn {
    color: #bbb;
    text-align: center;
    position: absolute;
    right: 0px;
    padding: 10px;
    cursor: pointer;
}

.sidepanel .form-footer {
    text-align: center;
}

.view > .sidepanel .profile {
    padding: 25px 15px 5px;
    margin-bottom: 30px;
    background-color: #707994;
    color: #fff;
    box-shadow: 0px 2px 3px #555;
}

.view > .sidepanel .profile > li {
}

.view > .sidepanel .profile > li.prop {
    padding-left: 85px;
    width: 100%;
    position: relative;
}

.view > .sidepanel .profile .pic {
    position: absolute;
    top: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 2px 3px #555;
}

.view > .sidepanel .profile .info {
}

.view > .sidepanel .profile .info > span {
    display: block;
}

.view > .sidepanel .profile .info > span + span {
    margin-top: 5px;
}

.view > .sidepanel .profile .name {
    font-size: 15px;
}

.view > .sidepanel .profile .organ {
    font-size: 13px;
    color: #f9f9f9;
}

.view > .sidepanel .profile .btn {
    border-radius: 25px;
    padding: 5px 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sidepanel .paperusers .wraplist .cnt,
.sidepanel .paperusers .wraplist .score {
    color: #f0e9dc;
    font-size: 20px;
    line-height: 40px;
}

.sidepanel .row:not(.edit):hover .optionbar {
    display: flex;
}

.sidepanel .row:not(.edit):hover .option {
    display: none;
}

.sidepanel .row.edit .option {
    display: inline-block; 
    top: 0px;
    right: 0px;
    height: 100%;
    font-size: 0px;
}

.sidepanel .row.edit .option a {
    width: 50px;
    position: relative;
}

.sidepanel .row.edit .option a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.view > .sidepanel .mnu {
}

.view > .sidepanel .mnu > li + li {
}

.view > .sidepanel .mnu > li a {
    display: block;
    padding: 5px 20px;
    color: #000;
    position: relative;
}

.view > .sidepanel .mnu > li a:hover {
    color: #eb4d45;
    background-color: #F9F9F9;
}

.view > .sidepanel .mnu > li a:hover i,
.view > .sidepanel .mnu > li a:hover::after {
    color: #000;
}

.view > .sidepanel .mnu > li a::after {
    content: '\f054';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #ccc;
}

.view > .sidepanel .mnu > li i {
    width: 40px;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    margin-right: 5px;
    color: #777;
}

.view > .sidepanel .mnu > li > span {
    display: inline-block;
}

/* common */

.scrollTop {
    position: absolute;
    bottom: 50px;
    right: -30px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.scrollTop>.wrap {
    position: fixed;
    bottom: 20px;
    border-radius: 50%;
    line-height: 50px;
    width: 50px;
    background-color: #ddd;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: 1px 2px 3px #aaa;
}

.item .option,
.card .option,
.widget .option,
.box .option {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    z-index: 1;
}

.box .checkbox {
    position: absolute;
    top: 0px;
    left: 5px;
    display: none;
    z-index: 3;
}

.box.sel > .option,
.box.sel .checkbox,
.box:hover > .option,
.box:hover .checkbox {
    display: inline-block;
}

.box .option>span[data-role="remove"] {
    font-size: 25px;
}

.option .btn {
    color: #fff;
    background-color: transparent;
    padding: 3px;
    text-shadow: 1px 1px 2px #333;
}

.lecture .option .btn {
    color: #000;
    text-shadow: none;
}

.box .checkbox {
    position: absolute;
    top: 0px;
    left: 5px;
    display: none;
    z-index: 3;
}

.box.sel > .option,
.box.sel .checkbox,
.box:hover > .option,
.box:hover .checkbox {
    display: inline-block;
}

.box .option>span[data-role="remove"] {
    font-size: 25px;
}

.option .btn {
    color: #fff;
    background-color: transparent;
    padding: 3px;
    text-shadow: 1px 1px 2px #333;
}

.lecture .option .btn {
    color: #000;
    text-shadow: none;
}


/* splash */

.view[page=splash] {
    background: linear-gradient(180deg, #FFEDED 0%, rgba(255, 224, 224, 0.988636) 0.01%, rgba(255, 237, 237, 0) 45.83%, #E7D8FF 100%);
}

.view[page=splash] .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    animation: fadeIn 3s;
    -moz-animation: fadeIn 3s; /* Firefox */
    -webkit-animation: fadeIn 3s; /* Safari and Chrome */
    -o-animation: fadeIn 3s; /* Opera */
}



/* onboard */

.view[page=onboard] .mainpanel {
    padding: 0px;
    margin: 0px;
    height: 100vh;
    overflow: hidden;
}

.view[page=onboard] .mainpanel .header .btn-back {
    font-size: 36px;
    color: #333;
}

.view[page=onboard] .mainpanel .wrap {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.view[page=onboard] .mainpanel .cards {
    margin: 0px;
    z-index: 2;
}

.view[page=onboard] .mainpanel .card {
    position: relative;
    background: url(/skins/default/images/kgeul/onboard-deco.png) no-repeat center top/180%;
    height: 100vh;    
}

.view[page=onboard] .mainpanel .pagination {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0px;
    margin: 0px;
    z-index: 1;
}

.view[page=onboard] .mainpanel .slider-logo {
    position: absolute;
    width: 150px;
    z-index: 10;
    bottom: 40px;
}

.view[page=onboard] .mainpanel .slick-slider .slick-dots {
    bottom: 35px;
}

.view[page=onboard] .mainpanel .card .box {
    padding: 10px 20px 10px;
    line-height: normal;
    word-break: keep-all;
}

.view[page=onboard] .mainpanel .card .box > h3 {
    padding: 10px 0;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

 
.view[page=onboard] .mainpanel .card .box > p {
    text-align: center;
    font-size: 3rem;
}

.view[page=onboard] .mainpanel .card .box .light {
    font-weight: lighter;
}

.view[page=onboard] .mainpanel .card .mobile {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items : center;
    position: relative;
    margin-top:50px;
}

.view[page=onboard] .mainpanel .card .mobile .award {
    position: absolute;
    z-index: 11;
    width: 150px;
    top: -50px;
    right: 2vw;
    filter: drop-shadow(0 0 0.75rem #5b373e);
}

.view[page=onboard] .mainpanel .card .mobile .info-img {
    z-index: 10;
    border-radius: 40px;
    height: 640px;
    width: 262px;
    transform: translate(-1%, -1%);
}

.view[page=onboard] .mainpanel .card .mobile .info-iphone {
    width: 300px;
    height: 680px;
    position: absolute;
    filter: drop-shadow(0 0 0.7rem #000);
}

.view[page=onboard] .mainpanel .btn-start {
    position: absolute;
    left: 10px;
    bottom: 25px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #00000070;
    color: #fff;
    z-index: 10;
}

.view[page=onboard] .mainpanel .btn-next {
    position: absolute;
    right: 10px;
    bottom: 25px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #00000070;
    color: #fff;
    z-index: 10;
}

.view[page=onboard] .mainpanel .cards .swiper-pagination-bullets{
    height: 100px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view[page=onboard] .mainpanel .cards .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.view[page=onboard] .mainpanel .cards .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #717171;
}

/* language */

.view[page=language] .mainpanel {
    padding: 0px;
    height: 100vh;
}

.view[page=language] .mainpanel .wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 60px 0;
}

.view[page=language] .mainpanel h3 {
    text-align: center;
}

.view[page=language] .mainpanel .langs {
    width: 80%;
    margin: 30px auto;
}

.view[page=language] .mainpanel .langs li {
    position: relative;
    padding: 10px;
    cursor: pointer;
    line-height: 50px;
    font-size: 20px;
}

.view[page=language] .mainpanel .langs li + li {
    border-top: 1px solid #aaa;
}

.view[page=language] .mainpanel .langs .flag::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.flag[data-lang=ko]::before {
    background: url(/skins/default/images/kgeul/flag_korea.png) no-repeat center center/cover;
}

.flag[data-lang=vi]::before {
    background: url(/skins/default/images/kgeul/flag_vietnam.png) no-repeat center center/cover;
}

.flag[data-lang=en]::before {
    background: url(/skins/default/images/kgeul/flag_usa.png) no-repeat center center/cover;
}

.flag[data-lang=lo]::before {
    background: url(/skins/default/images/kgeul/flag_laos.png) no-repeat center center/cover;
}

.flag[data-lang=si]::before,
.flag[data-lang=ta]::before {
    background: url(/skins/default/images/kgeul/flag_srilanka.png) no-repeat center center/cover;
}


.view[page=language] .mainpanel .langs input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}

.view[page=language] .mainpanel .btns {
    position: fixed;
    width: 100%;
    bottom: 30px;
}

.view[page=language] .mainpanel .btn-next {
    border-radius: 20px;
    width: 90%;
    display: inline-block;

}


/* level */

.view[page=level] .mainpanel {
    padding: 0px;
    height: 100vh;
}

.view[page=level] .mainpanel .wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 60px 0;
}

.view[page=level] .mainpanel .wrap .levels {
    padding: 50px 30px;
}

.view[page=level] .mainpanel .wrap .levels li {
}

.view[page=level] .mainpanel .wrap .levels li + li {
    margin-top: 20px;
}

.view[page=level] .mainpanel .wrap .levels li a {
    text-align: left;
    padding: 0 0 0 65px;
    background-color: var(--green);
    color: #fff;
    font-size: 17px;
    position: relative;
    line-height: 60px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.view[page=level] .mainpanel .wrap .levels li a .label {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 60px;
    margin: 0px;
    padding: 0px 7px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, .2);
}

.view[page=level] .mainpanel .wrap .levels li:nth-child(2) a {
    background-color: var(--purple);
}

.view[page=level] .mainpanel .wrap .levels li:nth-child(3) a {
    background-color: var(--blue);
}

/* shop */

.view[page=kgeul_coupon],
.view[name=kgeul_store] {
    background: linear-gradient(to bottom, #f9f7f3 0%, #eee 100%);
    font-family: "Nexon";
}

.shoppanel .header .btn-shop {
    display: none;
}

.mainpanel.shoppanel .wrappanel {
    padding: 10px 10px 300px;
}

.mainpanel.shoppanel .wrappanel .mtitle {
    text-align: center;
    font-size: 33px;
}

.mainpanel.shoppanel .wrappanel .mtitle::after {
    content: 'PLUS';
    background-color: #c61ede;
    color: #fff;
    border-radius: 5px;
    margin-left: 3px;
    padding: 5px;
    font-size: 15px;
    position: relative;
    top: -10px;
}

.mainpanel.shoppanel .desc {
    text-align: center;
    font-size: 15px;
}

.mainpanel.shoppanel .prods {
    padding: 10px;
    margin: 20px 0;
}

.mainpanel.shoppanel .prods .prod {
    border-radius: 10px;
    padding: 15px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 4px 1px #ccc;
}


.mainpanel.shoppanel .prods .prod + .prod {
    margin-top: 20px;
}

.mainpanel.shoppanel .prods .prod .name {
    font-size: 22px;
    font-weight: bold;
}

.mainpanel.shoppanel .prods .prod .price {
    position: absolute;
    top: 25px;
    right: 10px;
}

.mainpanel.shoppanel .prods .prod .price b {
}

.mainpanel.shoppanel .prods .prod p {
    line-height: 22px;
    color: #777;
    margin: 0px;
}

.mainpanel.shoppanel .notice {
    position: fixed;
    bottom: 0px;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 10px 10px 20px;
    margin: 0px;
    line-height: 20px;
    background-color: #f9f9f9;
    width: 100%;
}

.mainpanel.shoppanel .notice a {
    display: inline-block;
    line-height: 27px;
}

.mainpanel.shoppanel .notice a + a {
    margin-left: 10px;
}

.mainpanel .wrapcontent .coupon-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mainpanel .wrapcontent .coupon-cards .coupon-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.mainpanel .wrapcontent .coupon-cards .coupon-card:hover {
    background-color: #f9f9f9;
}

.mainpanel .wrapcontent .coupon-pay-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.mainpanel .wrapcontent .coupon-pay {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 500px;
    border: 2px solid black;
    padding: 10px;
}

.coupon-pay input {
    width: 100%;
}

/* coupon */

.view[page=coupon] {
}

.view[page=coupon] .mainpanel {
}

.view[page=coupon] .wrappanel {
    padding: 50px 30px;
}

.view[page=coupon] .box.coupon {
}

.view[page=coupon] .box.coupon .wrap {
}

.view[page=coupon] .box.coupon input {
    line-height: 40px;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.view[page=coupon] .box.coupon .btn-regist {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 18px;
}

.view[page=coupon] .box.coupon .info {
    font-weight: 300;
    font-size: 15px;
    color: #555;
}

.view[page=coupon] .box.coupon .info li {
    line-height: 22px;
}

/* curriculumn */


.view[page=curriculum] {
}

.view[page=curriculum] .mainpanel {
    padding: 0px;
    overflow: hidden;
}

.view[page=curriculum] .header .hright .btn-back {
    font-size: 36px;
    color: #868686;
}


.view[page=curriculum] .mainpanel .cards {
    margin: 0px;
}

.view[page=curriculum] .mainpanel .card {
    position: relative;
    height: 100vh;
}


.view[page=curriculum] .mainpanel .card::before {
    content: '';
}


.view[page=curriculum] .mainpanel .card .box {
    width: 100%;
    padding: 270px 20px 20px;
    text-align: center;
    background: url(/skins/default/images/kgeul/step1_bg.png) no-repeat top center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.view[page=curriculum] .mainpanel .card:nth-child(2) .box {
    background: url(/skins/default/images/kgeul/step2_bg.png) no-repeat top center/contain;
}

.view[page=curriculum] .mainpanel .card:nth-child(3) .box {
    background: url(/skins/default/images/kgeul/step3_bg.png) no-repeat top center/contain;
}

.view[page=curriculum] .mainpanel .card .box .wrap {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px 10px;
    background-color: #fff;
    box-shadow: 0px 2px 3px #ddd;
}

.view[page=curriculum] .mainpanel .card .box .title {
    margin: 5px 0 20px;
    font-size: 25px;
    font-weight: 600;
}

.view[page=curriculum] .mainpanel .card .box .clabel {
    color: var(--green);
    background-color: rgba(116, 210, 64, 10%);
    padding: 3px 15px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 300;
}

.view[page=curriculum] .mainpanel .card:nth-child(2) .box .clabel {
    background-color: rgba(149, 88, 254, 10%);
    color: var(--purple);
}

.view[page=curriculum] .mainpanel .card:nth-child(3) .box .clabel {
    background-color: rgba(100, 193, 255, 10%);
    color: var(--blue);
}

.view[page=curriculum] .mainpanel .card .box .ratebx {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.view[page=curriculum] .mainpanel .card .box .ratebx::after {
    content: attr(data-rate);
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.view[page=curriculum] .mainpanel .card .box .progress {
    background-color: #4C4C4E;
    border-radius: 20px;
    width: 80%;
    display: inline-block;
    margin: 0px;
}


.view[page=curriculum] .mainpanel .card .box .progress-bar {
    background-color: var(--green);
    border-radius: 20px;
}

.view[page=curriculum] .mainpanel .card:nth-child(2) .box .progress-bar {
    background-color: var(--purple);
}

.view[page=curriculum] .mainpanel .card:nth-child(3) .box .progress-bar {
    background-color: var(--blue);
}

.view[page=curriculum] .mainpanel .card .box .btn {
    display: block;
    border-radius: 20px;
    font-size: 17px;
}

.view[page=curriculum] .mainpanel .card .box .btn-detail {
    background-color: #F5F5F5;
    color: #A6A6A6;
}

.view[page=curriculum] .mainpanel .card .box .btn-start {
    background-color: var(--green);
    color: #FFF;
}

.view[page=curriculum] .mainpanel .card:nth-child(2) .box .btn-start {
    background-color: var(--purple);
}

.view[page=curriculum] .mainpanel .card:nth-child(3) .box .btn-start {
    background-color: var(--blue);
}

.view[page=curriculum] .mainpanel .slick-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.view[page=curriculum] .mainpanel .slick-slider .slick-dots {
    bottom: 10px;
}

/* curriculumn_index */

.view[page=index] {
}

.view[page=index] .mainpanel {
    min-height: 100dvh;
}

.view[page=index] .mainpanel.step1_idx .section .title,
.view[page=index] .mainpanel.step1_idx {
    background-color: rgba(116, 210, 64, 16%);
}

.view[page=index] .mainpanel.step2_idx .section .title,
.view[page=index] .mainpanel.step2_idx {
    background-color: rgba(149, 88, 254, 10%);
}

.view[page=index] .mainpanel.step3_idx {
    background-color: rgba(100, 193, 255, 10%);
}

.view[page=index] .mainpanel .header .hright .btn-back {
    font-size: 36px;
}

.view[page=index] .mainpanel .header .btn {
    color: #868686;
}

.view[page=index] .mainpanel .header .btn .label {
    display: inline-block;
    vertical-align: middle;
}

.view[page=index] .mainpanel .wrappanel {
}

.view[page=index] .mainpanel .wrappanel .mtitle {
    text-align: center;
    margin: 0;
    padding: 150px 0 0;
    background: url(/skins/default/images/kgeul/step1_index_bg.png) no-repeat left bottom/contain;
    position: relative;
}

.view[page=index] .mainpanel.step2_idx .wrappanel .mtitle {
    background: url(/skins/default/images/kgeul/step2_index_bg.png) no-repeat left bottom -5px/contain;
}

.view[page=index] .mainpanel.step3_idx .wrappanel .mtitle {
    background: url(/skins/default/images/kgeul/step3_index_bg.png) no-repeat left bottom -5px/contain;
}

.view[page=index] .mainpanel .wrappanel .mtitle h2 {
    text-align: center;
    border: 2px solid #EDEDED;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    right: 20px;
    width: 60%;
    margin: 0 0 0 30px;
}

.view[page=index] .mainpanel .wrappanel .mtitle h2::before {
    content: "";
    position: absolute;
    display: block; 
    width: 0; 
    border: 15px solid transparent;
    border-right-color: #EDEDED;
    border-left: 0;
    left: -15px;
    top: calc(50% - 15px);
}

.view[page=index] .mainpanel .wrappanel .mtitle h2::after {
    content: "";
    position: absolute;
    display: block; 
    width: 0; 
    border: 15px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    left: -13px;
    top: calc(50% - 15px);
}

.view[page=index] .mainpanel .sections {
}

.view[page=index] .mainpanel .sections .section {
    margin-bottom: 5px;
}

.view[page=index] .mainpanel .sections .section .title {
    background-color: rgba(116, 210, 64, 16%);
    margin: 0px;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    font-size: 17px;
    position: relative;
}

.view[page=index] .mainpanel .sections .section .title::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.view[page=index] .mainpanel .sections .section .title span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

.view[page=index] .mainpanel.step2_idx .sections .section .title {
    background-color: var(--purplet);
}

.view[page=index] .mainpanel.step3_idx .sections .section .title {
    background-color: var(--bluet);
}

.view[page=index] .mainpanel .sections .section.expand .title::after {
    content: '\f077';
}

.view[page=index] .mainpanel .sections .section .title span {
    background-color: rgba(0, 0, 0, .2);
}

.view[page=index] .mainpanel .sections .section.expand .title {
    background-color: var(--green);
    color: #fff;
}

.view[page=index] .mainpanel.step2_idx .sections .section.expand .title {
    background-color: var(--purple);
}

.view[page=index] .mainpanel.step3_idx .sections .section.expand .title {
    background-color: var(--blue);
}

.view[page=index] .mainpanel .sections .section .units {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
}

.view[page=index] .mainpanel .sections .section.expand .units {
    max-height: initial;
    padding: 20px;
}

.view[page=index] .mainpanel .section .unit {
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #eee;
}

.view[page=index] .mainpanel .section .unit:hover {
    background-color: #EFEFEF;
}

.view[page=index] .mainpanel .section .unit + .unit {
    margin-top: 10px;
}

.view[page=index] .mainpanel .section .unit h5 {
    font-size: 17px;
}

.view[page=index] .mainpanel .section .unit h5 > span {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
    background-color: #EFEFEF;
    border-radius: 5px;
    font-size: 80%;
}

.view[page=index] .mainpanel .section .unit > div {
    color: #A6A6A6;
}

/* main-step */

body > section > .view[name=kgeul_default] {
    padding-bottom: 60px;
    background-color: #fff;
}

.view[name=kgeul_default] .header {
    background-color: var(--green);
}

.view[name=kgeul_default] .mainpanel[data-step=step2] .header {
    background-color: var(--purple);
}

.view[name=kgeul_default] .mainpanel[data-step=step3] .header {
    background-color: var(--blue);
}

.view[name=kgeul_default] .header .btn {
    color: rgba(0, 0, 0, .2);
    vertical-align: top;
}

.view[name=kgeul_default] .mainpanel {
}

.view[name=kgeul_default] .mainpanel .wrappanel {
}

.view[name=kgeul_default] .mainpanel .wrappanel .step_title {
    background-color: var(--green);
    margin: 0px;
    padding: 10px;
    color: #fff;
    position: fixed;
    top: 60px;
    height: 50px;
    width: 100%;
    z-index: 3;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    font-weight: bold;
}

.view[name=kgeul_default] .mainpanel[data-step=step2] .wrappanel .step_title {
    background-color: var(--purple);
}

.view[name=kgeul_default] .mainpanel[data-step=step3] .wrappanel .step_title {
    background-color: var(--blue);
}

.view[name=kgeul_default] .mainpanel .wrappanel .step_title span {
    background-color: rgba(0, 0, 0, .2);
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    padding: 7px 10px;
    margin-right: 5px;
    vertical-align: middle;
}

.view[name=kgeul_default] .mainpanel .wrappanel .section_title {
    background-color: var(--green);
    margin: 0 0 5px;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.view[name=kgeul_default] .mainpanel[data-step=step2] .wrappanel .section_title {
    background-color: var(--purple);
}

.view[name=kgeul_default] .mainpanel[data-step=step3] .wrappanel .section_title {
    background-color: var(--blue);
}

.view[name=kgeul_default] .mainpanel .wrappanel .section_title .wrap {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
}

.view[name=kgeul_default] .mainpanel .wrappanel .section.active .section_title .wrap {
    background: #fff url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/auto 90%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .section_title span {
    color: var(--green);
}

.view[name=kgeul_default] .mainpanel[data-step=step2] .wrappanel .section_title span {
    color: var(--purple);
}

.view[name=kgeul_default] .mainpanel[data-step=step3] .wrappanel .section_title span {
    color: var(--blue);
}

.view[name=kgeul_default] .mainpanel .wrappanel .section_title h4 {
    margin: 5px 0 0;
    font-weight: bold;
}

.view[name=kgeul_default] .mainpanel .wrappanel .sections {
}

.view[name=kgeul_default] .mainpanel .wrappanel .section {
}

.view[name=kgeul_default] .mainpanel .wrappanel .section {
    background-image: url(/skins/default/images/kgeul/bg_step1_section.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size:100% auto;
}

.view[name=kgeul_default] .mainpanel.step2 .wrappanel .section {
    background-image: url(/skins/default/images/kgeul/bg_step2_section.png);
    background-position: center 60px;
}

.view[name=kgeul_default] .mainpanel.step3 .wrappanel .section {
    background-image: url(/skins/default/images/kgeul/bg_step3_section.png);
    background-position: center 300px;
}

.view[name=kgeul_default] .mainpanel .wrappanel .sections .btn-next {
    width: 100%;
    color: #fff;
    display: block;
    background-color: var(--green);
}

.view[name=kgeul_default] .mainpanel.step2 .wrappanel .sections .btn-next {
    background-color: var(--purple);
}

.view[name=kgeul_default] .mainpanel.step3 .wrappanel .sections .btn-next {
    background-color: var(--blue);
}

.view[name=kgeul_default] .mainpanel .wrappanel .units {
    min-height: 500px;
    padding-top: 20px;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units > .wrap {
    padding: 15px 0;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer;
}

.view[name=kgeul_default] .mainpanel .wrappanel .section .unit {
    background: url(/skins/default/images/kgeul/bg_unit_section1.png) no-repeat center center/contain;
}

.view[name=kgeul_default] .mainpanel .wrappanel .section .unit.lock {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+1) .unit {
    left: 15%;
}
.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+1) .unit::before {
    content: '';
    position: absolute;
    right: -30%;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-image: url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock);
    background-position: 0% 10%, 25% 50%, 80% 70%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+2) .unit {
    left: 40%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+2) .unit::before {
    content: '';
    position: absolute;
    right: -110%;
    bottom: -40%;
    width: 110%;
    height: 100%;
    background-image: url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock);
    background-position: 10% 10%, 70% 35%, 100% 80%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+3) .unit {
    left: 70%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+3) .unit::before {
    content: '';
    position: absolute;
    left: -30%;
    bottom: -110%;
    width: 100%;
    height: 100%;
    background-image: url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock);
    background-position: 100% 10%, 70% 60%, 0% 80%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+4) .unit {
    left: 40%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .wrap:nth-child(4n+4) .unit::before {
    content: '';
    position: absolute;
    left: -100%;
    bottom: -40%;
    width: 100%;
    height: 100%;
    background-image: url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock), url(/skins/default/images/kgeul/ico_footblock);
    background-position: 90% 10%, 25% 30%, 10% 75%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit.completed {
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit.lock .ing {
    display: none;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit.completed::after {
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit .special {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 70px;
    height: 70px;
    background: url(/skins/default/images/kgeul/ico_unit_resrc01.png) no-repeat center center/contain;
}

.view[name=kgeul_default] .mainpanel .wrappanel .units .unit .ing {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 70px;
    height: 100px;
    background: url(/skins/default/images/kgeul/ico_ch_saejong.png) no-repeat center center/contain;
    z-index: 2;
}

.view[name=kgeul_default] .mainpanel.step2 .wrappanel .units .unit .ing {
    background: url(/skins/default/images/kgeul/ico_unit_section1_ch.png) no-repeat center center/contain;
}

.view[name=kgeul_default] .mainpanel.step3 .wrappanel .units .unit .ing {
    background: url(/skins/default/images/kgeul/ico_ch_jaum.png) no-repeat center center/contain;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit .ing .tip {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    border: 2px solid #E6E6E6;
    color: var(--green);
    white-space: nowrap;
}

.view[name=kgeul_default] .mainpanel.step2 .wrappanel .unit .ing .tip {
    color: var(--purple);
}

.view[name=kgeul_default] .mainpanel.step3 .wrappanel .unit .ing .tip {
    color: var(--blue);
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit .ing .tip::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #E6E6E6;
    border-bottom: 0;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit .ing .tip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #FFF;
    border-bottom: 0;
}

.view[name=kgeul_default] .mainpanel .wrappanel .wrap:first-child .unit .ing .tip {
    top: 20px;
    left: 100%;
    transform: initial;
    white-space: nowrap;
}

.view[name=kgeul_default] .mainpanel .wrappanel .wrap:first-child .unit .ing .tip::before {
    top: 50%;
    left: -15px;
    bottom: initial;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #E6E6E6;
}

.view[name=kgeul_default] .mainpanel .wrappanel .wrap:first-child .unit .ing .tip::after {
    bottom: initial;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #FFF;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit .ing .progress {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 7px;
    background-color: #4C4C4C;
    border-radius: 20px;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit .ing .progress-bar {
    background-color: var(--green);
    border-radius: 20px;
}

.view[name=kgeul_default] .mainpanel .wrappanel .unit.lock::after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(/skins/default/images/kgeul/ico_unit_lock.png) no-repeat center center/contain;
    z-index: 1;
}

/* unit_index */

.view[page=unit] .mainpanel {
    background-color: #f5f5f5;
}

.view[page=topik_index] .mainpanel .wrappanel,
.view[page=unit] .mainpanel .wrappanel {
    min-height: calc(100vh - 60px);
}

.view[page=topik_index] .mainpanel .wrappanel .top,
.view[page=unit] .mainpanel .wrappanel .top {
    height: 240px;
    text-align: center;
}

.view[page=topik_index] .mainpanel .wrappanel .thumb,
.view[page=unit] .mainpanel .wrappanel .thumb {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--greent) url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/90% auto;
}

.view[page=unit] .mainpanel.step2 .wrappanel .thumb {
    background: var(--purplet) url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/90% auto;
}

.view[page=unit] .mainpanel.step3 .wrappanel .thumb {
    background: var(--bluet) url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/90% auto;
}

.view[page=topik_index] .mainpanel .wrappanel .thumb .tip,
.view[page=unit] .mainpanel .wrappanel .thumb .tip {
    position: absolute;
    padding: 5px 10px;
    font-size: 11px;
    top: -10px;
    right: -30px;
    background-color: var(--green);
    border-radius: 10px;
    color: #fff;
}

.view[page=topik_index] .mainpanel .wrappanel .thumb .tip {
    background-color: var(--orange);
}

.view[page=unit] .mainpanel.step2 .wrappanel .thumb .tip {
    background-color: var(--purple);
}

.view[page=unit] .mainpanel.step3 .wrappanel .thumb .tip {
    background-color: var(--blue);
}

.view[page=topik_index] .mainpanel .wrappanel .thumb .tip::after,
.view[page=unit] .mainpanel .wrappanel .thumb .tip::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 40%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: var(--green);
    border-bottom: 0;
}

.view[page=topik_index] .mainpanel .wrappanel .thumb .tip::after {
    border-top-color: var(--orange);
}

.view[page=unit] .mainpanel.step2 .wrappanel .thumb .tip::after {
    border-top-color: var(--purple);
}

.view[page=unit] .mainpanel.step3 .wrappanel .thumb .tip::after {
    border-top-color: var(--blue);
}

.view[page=topik_index] .mainpanel .wrappanel .title,
.view[page=unit] .mainpanel .wrappanel .title {
    width: 70%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 2px 3px #ddd;
}

.view[page=topik_index] .mainpanel .wrappanel .title::before,
.view[page=unit] .mainpanel .wrappanel .title::before {
    content: attr(data-name);
    color: var(--green);
    font-size: 13px;
}

.view[page=topik_index] .mainpanel .wrappanel .title::before {
    color: var(--orange);
}

.view[page=unit] .mainpanel.step2 .wrappanel .title::before {
    color: var(--purple);
}

.view[page=unit] .mainpanel.step3 .wrappanel .title::before {
    color: var(--blue);
}

.view[page=topik_index] .mainpanel .wrappanel .title h2,
.view[page=unit] .mainpanel .wrappanel .title h2 {
    margin: 5px 0 0;
    font-weight: bold;
}

.view[page=topik_index] .mainpanel .wrappanel .title h2 {
    font-size: 20px;
    font-weight: bold;
}

.view[page=topik_index] .mainpanel .wrappanel .body,
.view[page=unit] .mainpanel .wrappanel .body {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 10px 10px;
    min-height: calc(100vh - 300px);
    box-shadow: -2px 0 3px #ddd;
}

.view[page=topik_index] .mainpanel .wrappanel .body {
    padding: 20px 0px 100px;
}

.view[page=unit] .mainpanel .wrappanel .activities {
}

.view[page=topik_index] .mainpanel .wrappanel .indexs .index,
.view[page=unit] .mainpanel .wrappanel .activities .activity {
    padding: 15px 50px 15px 10px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    word-break: keep-all;
}

.view[page=unit] .mainpanel .wrappanel .activities .activity.ing {
    color: var(--green);
}

.view[page=unit] .mainpanel.step2 .wrappanel .activities .activity.ing {
    color: var(--purple);
}

.view[page=unit] .mainpanel.step3 .wrappanel .activities .activity.ing {
    color: var(--blue);
}

.view[page=unit] .mainpanel .wrappanel .activities .activity::after {
    position: absolute;
    right: 10px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/* .view[page=unit] .mainpanel .wrappanel .activities .activity.ing::after {
    content: attr(data-ing);
    background-color: var(--greent);
}

.view[page=unit] .mainpanel.step2 .wrappanel .activities .activity.ing::after {
    background-color: var(--purplet);
}

.view[page=unit] .mainpanel.step3 .wrappanel .activities .activity.ing::after {
    background-color: var(--bluet);
} */

.view[page=unit] .mainpanel .wrappanel .activities .activity.completed {
    color: #A6A6A6;
}

.view[page=unit] .mainpanel .wrappanel .activities .activity.completed::after {
    content: attr(data-done);
    background-color: rgba(133, 133, 133, 13%);
    color: #A6A6A6;
}


.view[page=unit] .mainpanel .wrappanel .activities .activity + .activity {
    border-top: 2px solid #EDEDED;
}

.mainpanel .activity .progress-bar {
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #e0e0e0; 
    border-radius: 4px;
    overflow: hidden;
    right: 5px;
    bottom: 40%
}

.mainpanel .activity .progress-bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--green);
    width: 0%; 
    transition: width 0.3s ease; 
}

.mainpanel.step2 .activity .progress-bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--purple);
    width: 0%; 
    transition: width 0.3s ease; 
}

.mainpanel.step3 .activity .progress-bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--blue);
    width: 0%; 
    transition: width 0.3s ease; 
}

.view[page=topik_index] .mainpanel .wrappanel .btns,
.view[page=unit] .mainpanel .wrappanel .btns {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    width: 100%;
}

.view[page=topik_index] .mainpanel .wrappanel .btns {
    position: fixed;
    left: initial;
    padding: 10px;
    background-color: rgba(255, 255, 255, .7);
}

.view[page=topik_index] .mainpanel .wrappanel .btns .btn,
.view[page=unit] .mainpanel .wrappanel .btns .btn {
    display: block;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.view[page=topik_index] .mainpanel .wrappanel .btns .btn-continue,
.view[page=unit] .mainpanel .wrappanel .btns .btn-continue {
    background-color: var(--green);
    color: #fff;
}

.view[page=topik_index] .mainpanel .wrappanel .btns .btn-continue {
    background-color: var(--orange);
}

.view[page=unit] .mainpanel.step2 .wrappanel .btns .btn-continue {
    background-color: var(--purple);
}

.view[page=unit] .mainpanel.step3 .wrappanel .btns .btn-continue {
    background-color: var(--blue);
}

.view[page=unit] .mainpanel .wrappanel .btns .btn-later {
    color: var(--green);
}

.view[page=unit] .mainpanel.step2 .wrappanel .btns .btn-later {
    color: var(--purple);
}

.view[page=unit] .mainpanel.step3 .wrappanel .btns .btn-later {
    color: var(--blue);
}

.view[page=topik_index] .mainpanel .wrappanel .btns .btn + .btn,
.view[page=unit] .mainpanel .wrappanel .btns .btn + .btn {
    margin-top: 10px;
}

.view[page=topik_index] .mainpanel .wrappanel .btns .tip,
.view[page=unit] .mainpanel .wrappanel .btns .tip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 7px 10px;
    color: #fff;
    background-color: #4C4C4E;
    white-space: nowrap;
    animation: fadeOut 1s linear;
    visibility: hidden;
}

.view[page=topik_index] .mainpanel .wrappanel .btns .tip {
    top: -30px;
}

.view[page=topik_index] .mainpanel .wrappanel .btns .tip.down::after,
.view[page=unit] .mainpanel .wrappanel .btns .tip.down::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #4C4C4C;
    border-bottom: 0;
}

.view[page=topik_index] .mainpanel .wrappanel .btns .tip i,
.view[page=unit] .mainpanel .wrappanel .btns .tip i {
    color: #FE6161;
}


/* Intro */

.view[page=intro] .mainpanel {
    padding: 0px;
    background: url(/skins/default/images/kgeul/intro_top_bg.png) no-repeat top center;
    background-size: contain;
    min-height: 100vh;
    font-family: "Nexon";
}

.view[page=intro] .mainpanel .header {
    position: relative;
    height: 90px;
    background-color: rgba(255, 255, 255, .5);
}

.view[page=intro] .header .btn-back {
    line-height: 60px;
    height: auto;
    margin-left: 5px;
    color: rgba(0, 0, 0, .7);
}

.view[page=intro] .header .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view[page=intro] .header .title span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.view[page=intro] .mainpanel .header .btn-shop {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #7294ca;
}

.view[page=intro] .wrappanel {
    height: calc(100dvh - 180px);
    position: relative;
    padding: 0;
}

.view[page=intro] .menus {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    max-height: 800px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.view[page=intro] .menus .row:first-child {
    height: 30%;
}

.view[page=intro] .menus .row:nth-child(2) {
    height: 70%;
}

.view[page=intro] .menus .row > div {
    height: 100%;
}

.view[page=intro] .menus .row + .row {
    margin-top: 10px;
}

.view[page=intro] .menus .row > .wrapchart {
    padding-right: 0px;
}

.view[page=intro] .menus .menu {
    position: relative;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 0 1px #ccc;
    overflow: hidden;
}

.view[page=intro] .menus .menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 50%);*/
}

.view[page=intro] .menus .menu .info {
    position: relative;
    z-index: 1;
}

.view[page=intro] .menus .menu.chart .info {
}

.view[page=intro] .menu .info h3 {
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 20px;
}


.view[page=intro] .menu .tags {
    display: none;
}

.view[page=intro] .menu.vowel {
    height: 50%;
}

.view[page=intro] .menu.consonant {
    height: calc(50% - 10px);
    margin-top: 10px;
}

.view[page=intro] .menu.about {
    background: url(/skins/default/images/kgeul/intro_about_bg2.png) no-repeat bottom -10px right/auto 120%, linear-gradient(to top, #74d240 0%, #5ba035 100%)
}

.view[page=intro] .menu.chart {
    background: url(/skins/default/images/kgeul/bg_chart_mnu_top.png) no-repeat right 70%/contain, linear-gradient(to top, #FFC300 0%, #FB9900 100%);
}

.view[page=intro] .menu.chart::before {
    background: url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right -10px bottom/70%;
}

.view[page=intro] .menu.vowel {
    background: url(/skins/default/images/kgeul/intro_vowel_bg.png) no-repeat center center/cover, linear-gradient(to top, var(--purple) 0%, #6220D3 100%);
}

.view[page=intro] .menu.consonant {
    background: url(/skins/default/images/kgeul/intro_consonant_bg.png) no-repeat center center/cover, linear-gradient(to top, var(--blue) 0%, #0E74B9 100%);
}

/* Chart */

.view[page=chart] {
    background: linear-gradient(to bottom, #f9f7f3 0%, #eee 100%);
}

.view[page=chart]::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    opacity: .3;
}

.view[page=chart] .mainpanel {
    padding-top: 250px;
    overflow: hidden;
}

.view[page=chart] .header {
    height: 250px;
    background: url(/skins/default/images/kgeul/step1_symbol.png) no-repeat left 30px bottom/20%, url(/skins/default/images/kgeul/bg_chart_mnu_top.png) no-repeat right bottom/auto 90%, linear-gradient(180deg, #FFA700 0%, #FFC300 100%);
    box-shadow: 0 3px 0 rgba(12,12,12,0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.view[page=chart] .header .btn-back {
    color: #fff;
    font-size: 27px;
    height: auto;
    position: relative;
    z-index: 1;
}

.view[page=chart] .header .title {
    position: absolute;
    bottom: 100px;
    left: 30px;
    width: 50%;
    color: #fff;
    font-weight: bold;
}

.view[page=chart] .mainpanel .body {
    height: calc(100dvh - 310px);
    position: relative;
    overflow: hidden;
}

.view[page=chart] .menus {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.view[page=chart] .menus .mnu {
    display: block;
    padding: 10px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #333;
    text-align: center;
    height: calc((100dvh - 500px)/3);
    min-height: 60px;
    max-height: 200px;
    box-shadow: 0 5px 2px #aaa;
    position: relative;
}

.view[page=chart] .menus .mnu + .mnu {
    margin-top: 50px;
}

.view[page=chart] .menus .mnu:nth-child(odd) {
    margin-right: 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    animation: slidein_left 0.3s linear;
}

.view[page=chart] .menus .mnu:nth-child(even) {
    margin-left: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    animation: slidein_right 0.3s linear;
}

.view[page=chart] .menus .mnu::before {
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: -10px;
    left: -10px;
    line-height: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -1px -1px 1px #ccc;
}

.view[page=chart] .menus .mnu:nth-child(odd)::before {
    left: initial;
    right: -10px;
    box-shadow: 1px -1px 1px #ccc;
}


/*
.view[page=chart] .menus .mnu.charta {
    background: url(/skins/default/images/kgeul/bg_mark.png) no-repeat top left/200%, linear-gradient(135deg, var(--purple) 0%, var(--purple) 100%);
}

.view[page=chart] .menus .mnu.chartb {
    background: url(/skins/default/images/kgeul/bg_mark.png) no-repeat top right/200%, linear-gradient(135deg, var(--blue) 0%, #3E63D1 100%);
}

.view[page=chart] .menus .mnu.chartc {
    background: url(/skins/default/images/kgeul/bg_mark.png) no-repeat bottom right/200%, linear-gradient(135deg, var(--green) 0%, #32760C 100%);
}
*/

.view[page=chart] .menus .mnu.charta::before {
    content: url(/skins/default/images/kgeul/ico_charta.png);
}

.view[page=chart] .menus .mnu.chartb::before {
    content: url(/skins/default/images/kgeul/ico_chartb.png);
}

.view[page=chart] .menus .mnu.chartc::before {
    content: url(/skins/default/images/kgeul/ico_chartc.png);
}

.view[page=chart] .menus .mnu > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.view .chartpanel {
    background-color: #f3f3f3;
    min-height: calc(100dvh);
}

.view.kgeulview .mainpanel.chartpanel .header > div {
    padding: 0 5px;
}

.view.kgeulview .mainpanel.chartpanel .hright .btn {
    display: inline-block;
    border-radius: 5px;
    background-color: #EFEFEF;
    padding: 0;
}

.view.kgeulview .mainpanel.chartpanel .hright .btn + .btn {
    margin: 0px;
}

.view.kgeulview .mainpanel.chartpanel .body {
    padding: 0 10px;
}

.view.kgeulview .mainpanel.chartpanel .body .title {
    background-color: #FFC300;
    padding: 5px;
    line-height: 50px;
    margin: 0px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
}

.view.kgeulview .mainpanel.chartpanel .body .title img {
    margin-right: 5px;
}

.view.kgeulview .mainpanel.chartpanel .body .videobx {
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #333;
}

.view.kgeulview .mainpanel.chartpanel .body .videobx::before {
    content: '';
    display: block;
    padding-bottom: 56.5%; 
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx {
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2dvh;
    box-shadow: 0 0.3dvh 0 0 #d6d6d6;
    background-color: #fff;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 95px;
    width: 2px;
    background-color: #E6E6E6;
    height: 100%;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .screen {
    position: absolute;
    width: 90px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars {
    padding-left: 100px;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars .hrow + .hrow {
    margin-top: 5px;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars .hrow div + div {
    margin-top: 5px;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars .char,
.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars .keys {
    display: flex;
    gap: 0px;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars .keys > span {
    background-color: #ff858e;
    color: #fff;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars .keys > span:nth-child(even) {
    background-color: #ffb5ba;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars div > span {
    flex: 1;
    text-align: center;
    position: relative;
    background-color: #fff;
    font-size: 20px;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars div > span.active {
    background-color: var(--blue);
    color: #fff;
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars div > span > b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Apple SD Gothic Neo","맑은 고딕", "Malgun Gothic";
}

.view.kgeulview .mainpanel.chartpanel .body .chartbx .chars div > span::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.view.kgeulview .mainpanel.chartpanel .body .keybrdbx {
    position: relative;
    padding: 5px 0px;
    text-align: center;
}

.view.kgeulview .mainpanel.chartpanel .body .keybrdbx .btn-ch {
    position: relative;
    display: inline-block;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    box-shadow: 0 0.5dvh 0 #d6d6d6;
    border-radius: 1dvh;
    overflow: hidden;
    width: 12.5%;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.view.kgeulview .mainpanel.chartpanel .body .keybrdbx .btn-ch::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.view.kgeulview .mainpanel.chartpanel .body .keybrdbx .btn-ch span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.view.kgeulview .mainpanel.chartpanel .body .keybrdbx .btn-ch.active::before {
    background-color: var(--blue);
}

.view.kgeulview .mainpanel.chartpanel .body .keybrdbx .btn-ch.active {
    color: #fff;
}

/* About */

.videoplayer .far {
    position: absolute;
    font-size: 50px;
    background: #000000ad;
    padding: 30px;
    border-radius: 100px;
    transition: opacity 0.5s;
    opacity: 0;
    top: 50%;
    left: calc(50% - 40px); 
    width: 110px;
    height: 110px;
    color: white;
}

.videoplayer .far.visible {
    opacity: 1;
}

.videoplayer .far.invisible {
    opacity: 0;
}

.view.kgeulview .mainpanel.slidepanel {
    padding-top: 130px;
}
  
.view.kgeulview .mainpanel.slidepanel .header {
    height: 130px;
    background-image: url(/skins/default/images/kgeul/bg_theory_header.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    color: #fff;
}

.view[name=kgeul_about] .mainpanel.slidepanel .header {
    background-image: url(/skins/default/images/kgeul/bg_theory_header.png), linear-gradient(to top, #74d240 0%, #5ba035 100%);
}

.view[name=kgeul_vowel] .mainpanel.slidepanel .header {
    background-image: url(/skins/default/images/kgeul/bg_vowel_header.png), linear-gradient(to top, var(--purple) 0%, #6220D3 100%);
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .header {
    background-image: url(/skins/default/images/kgeul/bg_consonant_header.png), linear-gradient(to top, var(--blue) 0%, #0E74B9 100%);
}

.view .mainpanel.slidepanel .header .btn-back {
    color: #fff;
}

.view.kgeulview .mainpanel.slidepanel .header::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 60px;
    height: 80px;
}

.view[name=kgeul_about] .mainpanel.slidepanel .header::after {
    background: url(/skins/default/images/kgeul/ch_saejong_full.png) no-repeat top center/cover;
    height: 90px;
    width: 70px;
}

.view[name=kgeul_vowel] .mainpanel.slidepanel .header::after {
    background: url(/skins/default/images/kgeul/ch_moum_full.png) no-repeat top center/cover;
    width: 100px;
    left: 5px;
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .header::after {
    background: url(/skins/default/images/kgeul/ch_jaum_full.png) no-repeat top center/cover;
}

.view.kgeulview .mainpanel.slidepanel .header .btn-back {
    font-size: 27px;
    height: auto;
    position: relative;
    z-index: 1;
}

.view.kgeulview .mainpanel .body .kgeul {
    width:100%;
    height: 70vh;
    background: #f3f3f3;
}

.view.kgeulview .mainpanel.slidepanel .header .title {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    transform: translate(-50%, -50%);
    margin: 0px;
    font-weight: bold;
}

.view[name=kgeul_about] .mainpanel.slidepanel .body {
    height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: #f3f3f3
}

.view[name=kgeul_vowel] .mainpanel.slidepanel .body {
    height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: #f3f3f3
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .body {
    height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: #f3f3f3
}

.view.kgeulview .mainpanel.slidepanel .cards {
    width: 100%;
    overflow-x: hidden;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2); 
    margin-top: 20px;
    transition: transform 0.5s ease-in-out;
}

.view.kgeulview .mainpanel.slidepanel .cards {
    position: absolute;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow-y: auto;
    bottom: 0px;
    height: auto;
}

.view.kgeulview .mainpanel.slidepanel .cards.slide-up {
    transform: translateY(0); 
}

.view.kgeulview .mainpanel.slidepanel .cards.slide-down {
    transform: translateY(90%);
}

.view[name=kgeul_about] .mainpanel.slidepanel .cards.slide-down {
    transform: translateY(90%);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.bounce-effect {
    animation: bounce 1s ease infinite;
}



.view.kgeulview .mainpanel.slidepanel .cards[data-color="green"] {
    background: linear-gradient(135deg, var(--green), #8fc1a9);
}

.view.kgeulview .mainpanel.slidepanel .cards[data-color="purple"] {
    background: linear-gradient(135deg, var(--purple), rgb(213, 189, 255))
}

.view.kgeulview .mainpanel.slidepanel .cards[data-color="blue"] {
    background: linear-gradient(135deg, var(--blue), #F0F8FF);
}


.view.kgeulview .mainpanel.slidepanel .card {
    overflow-y: auto;
}

.view.kgeulview .mainpanel.slidepanel .card .titlebx {
    margin-top: 30px;
    padding: 10px;
    text-align: center;
}

.view.kgeulview .mainpanel.slidepanel .card .titlebx h4 {
    margin: 5px 0 0;
}

.view.kgeulview .mainpanel.slidepanel .card .desc {
    padding: 5px 25px;
    line-height: 22px;
}

.view[name=kgeul_about] .mainpanel.slidepanel .card .desc .sejong.text {
    margin-top: 30px;
    font-size: 15px;
}


.view[name=kgeul_vowel] .mainpanel.slidepanel .card .desc {
    padding: 40px 25px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body .view[name=kgeul_vowel] .mainpanel.slidepanel .card .desc .figure {
    max-width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 0.75rem #5b373e);
}

.view[name=kgeul_vowel] .mainpanel.slidepanel .card .desc .title {
    font-size: 25px;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    filter: drop-shadow(0 0 0.75rem #777);
}

.view[name=kgeul_vowel] .mainpanel.slidepanel .card .desc p {
    font-size: 15px;
    margin-bottom: 30px;
}

.view[name=kgeul_vowel] .mainpanel.slidepanel .card .desc {
    padding: 40px 25px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .card .desc {
    padding: 40px 25px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body .view[name=kgeul_consonant] .mainpanel.slidepanel .card .desc .figure {
    max-width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .card .desc .title {
    font-size: 25px;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    filter: drop-shadow(0 0 0.75rem #777);
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .card .desc p {
    font-size: 15px;
    margin-bottom: 30px;
}

.view.kgeulview .mainpanel.slidepanel .card .desc li + li {
    margin-top: 10px;
}

.view.kgeulview .mainpanel.slidepanel .card .desc .awardfigure {
    width: 100%;
    position: relative;
}

.view.kgeulview .mainpanel.slidepanel .card .desc .figure {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}

.view.kgeulview .mainpanel.slidepanel .card .desc .award{
    position: absolute;
    max-width: 10%;
    top: 25px;
    left: 30%;
    filter: drop-shadow(0 0 0.75rem #5b373e);
}

.view.kgeulview .mainpanel.slidepanel .cards .slick-dots {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 0;
}

.view.kgeulview .mainpanel.slidepanel .card .desc .sejongcmtbx {
    display: flex;
    justify-content: end;
    align-content: center;
    align-items: center;
    position:relative;
}

.view.kgeulview .mainpanel.slidepanel .card .desc .sejongimg {
    width: 200px;
    transform: translate(20%,0);
    position: absolute;
    right: 0px;
}

.view.kgeulview .mainpanel.slidepanel .card .cmtbx {
    padding: 10px 20px;
}

.view.kgeulview .mainpanel.slidepanel .card .cmtbx span {
    position: relative;
    display: inline-block;
    width: 200px;
    border-radius: 10px;
    background-color: #59A1EE;
    padding: 10px;
    margin-right: 100px;
    color: #fff;
}

.view.kgeulview .mainpanel.slidepanel .card .cmtbx span::before {
    content: '';
    position: absolute;
    right: -100px; 
    bottom: 0px;
    width: 100px;
    height: 100%;
}

.view.kgeulview .mainpanel.slidepanel .card .cmtbx span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    border: 17px solid transparent;
    border-left-color: #59A1EE;
}

.view.kgeulview .mainpanel.slidepanel .card .msgbx {
    margin: 20px 0;
}

.view.kgeulview .mainpanel.slidepanel .card .msgbx span {
    font-size: 13px;
    display: block;
    color: #3f4378;
}

.view.kgeulview .mainpanel.slidepanel .card .fleft {
    float: left;
    margin: 0 5px;
}

.view.kgeulview .mainpanel.slidepanel .card .fright {
    float: right;
    margin: 0 5px;
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .soundbx {
    position: relative;
    padding-left: 100px;
    margin: 10px 0;
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .soundbx span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 70px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #aaa;
    box-shadow: 0 3px 0 #aaa;
}

.view[name=kgeul_consonant] .mainpanel.slidepanel .soundbx img {
    max-width: 100%;
}


/* TOPIK */

.view#topik {
    font-family: "Nexon";
    background: linear-gradient(to bottom, #f9f7f3 0%, #eee 100%);
    overflow: hidden;
}

.view[page=topik] .mainpanel {
    padding: 0px 0px 60px;
    position: relative;
    overflow-x: hidden;
}


.view[page=topik] .mainpanel .header {
    position: relative;
    height: 150px;
    background: url(/skins/default/images/kgeul/topik_top_bg.png) no-repeat bottom center/100% auto;
}

.view[page=topik] .mainpanel .header h5 {
    font-weight: bold;
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view[page=topik] .mainpanel .header h5 span {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    font-weight: normal;
}

.view[page=topik] .mainpanel .header h5::before {
    content: 'TOPIK';
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 33px;
}

.view[page=topik] .mainpanel .header .btn-shop {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #715a5a;
    font-size: 22px;
}

.view[page=topik] .wrappanel {
    position: relative;
    min-height: calc(100dvh - 210px);
    padding: 0 10px;
}

.view[page=topik] .wrappanel .daily_topik {
    margin-top: 5px;
    padding: 20px;
    border-radius: 10px;
    /*
    box-shadow: 0 5px 0 #e68043;
    background: url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/auto 80%, linear-gradient(145deg, #cf8d4a 0%, #8b5236 100%);
    background: url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/auto 80%, linear-gradient(145deg, #667666 0%, #465847 100%);
    */
    box-shadow: 0 5px 0 #c8ac9b;
    background: url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/auto 80%, linear-gradient(145deg, #a49191 0%, #715a5a 100%);
}

.view[page=topik] .wrappanel .daily_topik h5 {
    font-size: 15px;
    margin: 10px;
    color: #fff;
}

.view[page=topik] .wrappanel .daily_topik .btn-start {
    border-radius: 20px;
    min-width: 150px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #ffa053;
}

.view[page=topik] .wrappanel .mtitle {
    font-size: 17px;
    font-weight: bold;
    margin: 30px 0 10px;
}

.view[page=topik] .wrappanel .tags {
    margin: 0 -15px;
    padding: 0 15px;
}

.view[page=topik] .wrappanel .tags .tag {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 15px;
    background-color: #c6b8af;
    color: #fff;
}

.view[page=topik] .wrappanel .tags .tag:last-child {
    margin-right: 10px;
}

.view[page=topik] .wrappanel .tags .tag.active {
    background-color: #AA8C8C;
    font-weight: 600;
}

.view[page=topik] .wrappanel .courses {
    padding: 10px 0;
}

.view[page=topik] .wrappanel .course {
    /*
    background: linear-gradient(to top, #fdf9f5 0%, #ece3dc 100%);
    */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 20px;
}

.view[page=topik] .wrappanel .course h4 {
    padding: 10px 0;
    margin: 0px;
    font-weight: 600;
}

.view[page=topik] .topik_top .schedule {
    position: relative;
    width: 95%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 0 #afa9a5;
    background-color: #fff;
    /*background: #fff url(/skins/default/images/kgeul/step1_symbol.png) no-repeat right bottom/auto 40%;*/
    cursor: pointer;
}

.view[page=topik] .topik_top .schedule + .schedule {
    margin-left: 10px;
}

.view[page=topik] .wrappanel .courses .box {
    padding: 10px;
    height: 100%;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
}

.view[page=topik] .wrappanel .courses .box .wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
}

.view[page=topik] .wrappanel .courses .box h5 {
    text-align: center;
    font-size: 17px;
    margin: 0px;
    padding: 5px 15px;
    background-color: #715a5a;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.view[page=topik] .wrappanel .courses .box .tag {
    display: inline-block;
    padding: 5px 0;
    font-size: 17px;
}

.view[page=topik] .wrappanel .courses .box .tag > i {
    color: #aa8c8c;
}

.view[page=topik] .wrappanel .courses .box::before {
    content: '';
    display: block;
    padding-bottom: max(180px, calc((100dvh - (380px + (70px * 2))) / 3));
}

.view[page=topik] .wrappanel .course.epstopik .box.reading {
    background-image: url(/skins/default/images/kgeul/eps_topik_reading_bg.png);
    background-position: bottom center;
    background-size: auto 45%;
}

.view[page=topik] .wrappanel .course.epstopik .box.listening {
    background-image: url(/skins/default/images/kgeul/eps_topik_listening_bg.png);
    background-position: bottom center;
    background-size: auto 40%;
}

.view[page=topik] .wrappanel .course.topik1 .box.reading {
    background-image: url(/skins/default/images/kgeul/topik1_reading_bg.png);
    background-position: bottom center;
    background-size: auto 50%;
}

.view[page=topik] .wrappanel .course.topik1 .box.listening {
    background-image: url(/skins/default/images/kgeul/topik1_listening_bg.png);
    background-position: bottom center;
    background-size: auto 40%;
}

.view[page=topik] .wrappanel .course.topik2 .box.reading {
    background-image: url(/skins/default/images/kgeul/topik2_reading_bg.png);
    background-position: bottom center;
    background-size: auto 50%;
}

.view[page=topik] .wrappanel .course.topik2 .box.listening {
    background-image: url(/skins/default/images/kgeul/topik2_listening_bg.png);
    background-position: bottom center;
    background-size: auto 40%;
}

.view[page=topik] .wrappanel .course.topiktest .box.reading {
    background-image: url(/skins/default/images/kgeul/topik_091301_bg.png);
    background-position: bottom center;
    background-size: auto 50%;
}

.view[page=topik] .wrappanel .course.topiktest .box.listening {
    background-image: url(/skins/default/images/kgeul/topik_091302_bg.png);
    background-position: bottom center;
    background-size: auto 40%;
}

/* TOPIK Schedule */

.view[page=topik_schedule] .header .hright .btn {
    display: none;
}

.view[page=topik_schedule] .wrappanel {
    padding: 0 10px;
    overflow: hidden;
    min-height: calc(100vh - 60px);
}

.view[page=topik_schedule] .wrappanel .tags {
    margin: 0 -15px;
    padding: 0 15px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body[module=kgeul] > section > .view[page=topik_index] {
    background-color: #f5f5f5; 
}

.view[page=topik_index] .wrappanel {
}

.view[page=topik_index] .wrappanel::before {
    content: '';
    display: block;
    position: absolute;
    top: -200px;
    left: 0px;
    width: 100%;
    height: 200px;
}

.view[page=topik_index] .wrappanel.epstopik_reading::before {
    background: url(/skins/default/images/kgeul/eps_topik_reading_bg.png) no-repeat bottom center/contain;
}

.view[page=topik_index] .wrappanel.epstopik_listening::before {
    background: url(/skins/default/images/kgeul/eps_topik_listening_bg.png) no-repeat top center/50%;
}

.view[page=topik_index] .wrappanel.topik1_reading::before {
    background: url(/skins/default/images/kgeul/topik1_reading_bg.png) no-repeat bottom center/contain;
}

.view[page=topik_index] .wrappanel.topik1_listening::before {
    background: url(/skins/default/images/kgeul/topik1_listening_bg.png) no-repeat bottom center/50%;
}

.view[page=topik_index] .wrappanel.topik2_reading::before {
    background: url(/skins/default/images/kgeul/topik2_reading_bg.png) no-repeat bottom center/contain;
}

.view[page=topik_index] .wrappanel.topik2_listening::before {
    background: url(/skins/default/images/kgeul/topik2_listening_bg.png) no-repeat bottom center/50%;
}

.view[page=topik_index] .wrappanel .info {
    position: relative;
    padding-top: 20px;
}

.view[page=topik_index] .wrappanel .info label {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    background-color: #9437be;
    color: #fff;
    font-size: 12px;
}

.view[page=topik_index] .wrappanel .info .mtitle {
    margin: 5px 0;
    font-weight: 600;
}

.view[page=topik_index] .wrappanel .info .props {
    margin-bottom: 10px;
}

.view[page=topik_index] .wrappanel .info .props b {
    display: inline-block;
    padding-right: 5px;
}

.view[page=topik_index] .wrappanel .info .btn-share {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 0px;
    background-color: #fff;
    font-size: 17px;
    box-shadow: 0 0 5px #333;
}

.view[page=topik_index] .wrappanel .indexs {
    padding: 0 10px;
}

.view[page=topik_index] .wrappanel .indexs .index {
}

.view[page=topik_index] .wrappanel .indexs .index::before {
    content: '\f737';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 5px;
}

.view[page=topik_index] .wrappanel .indexs .index + .index {
    border-top: 1px solid #ddd;
}

.view[page=topik_index] .wrappanel .indexs .index.completed::after {
    content: attr(data-done);
    background-color: rgba(133, 133, 133, 13%);
    color: #A6A6A6;
    position: absolute;
    right: 10px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.view[page=topik_index] .wrappanel .indexs .index.lock {
    background-color: #F9F9F9;
    color: #777;
}

.view[page=topik_index] .wrappanel .indexs .index.lock::after {
    content: '\f023';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    right: 10px;
    color: #000;
}

/* TOPIK Test */

.view[page=topik_test] .popuppanel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 10;
    background-color: #fff;
}

.view[page=topik_test] .mainpanel.popup .popuppanel {
    display: block;
}

.view[page=topik_test] .popuppanel > .btn-close {
    position: fixed;
    top: 20px;
    right: 15px;
    font-size: 22px;
    color: #9c3eea;
}

.view[page=topik_test] .popuppanel > .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.view[page=topik_test] .popuppanel > .content .btn-start {
    border-radius: 30px;
    padding: 7px 20px;
    background-color: #9c3eea;
    color: #fff;
    font-size: 22px;
}

/* TOPIK Schedule */

.view[page=topik_schedule] .header .hright .btn {
    display: none;
}

.view[page=topik_schedule] .wrappanel {
    padding: 0 10px;
    overflow: hidden;
    min-height: calc(100vh - 60px);
}

.view[page=topik_schedule] .wrappanel .tags {
    margin: 0 -15px;
    padding: 0 15px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.view[page=topik_schedule] .wrappanel .tags .tag {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 15px;
    background-color: #c6b8af;
    color: #fff;
}

.view[page=topik_schedule] .wrappanel .tags .tag:last-child {
    margin-right: 10px;
}

.view[page=topik_schedule] .wrappanel .tags .tag.active {
    background-color: #7D6060;
    font-weight: 600;
}

.view[page=topik_schedule] .schedules {
    margin: 15px 0;
}

.view[page=topik_schedule] .schedules .schedule {
    margin-top: 10px;
    border-radius: 15px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 1px #a48d78;
    cursor: pointer;
}

.view[page=topik_schedule] .schedules .schedule::before {
    content: attr(data-no);
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    background-color: #EFEFEF;
    width: 90px;
    line-height: 115px;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.view[page=topik_schedule] .schedule .tag {
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    background-color: #e87f23;
    color: #fff;
    border-radius: 20px;
}

.view[page=topik_schedule] .schedule.ibt .tag {
    background-color: var(--purple);
}

.view[page=topik_schedule] .schedule label {
    margin: 0px 5px 0 0;
}

.view[page=topik_schedule] .schedule label i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.view[page=topik_schedule] .schedule ul {
    margin-top: 5px;
}

.view[page=topik_schedule] .schedule li {
    line-height: 22px;
    font-size: 13px;
    font-weight: 300;
}

.view[page=topik_schedule] .schedulepanel {
    margin-bottom: 20px;
}

.view[page=topik_schedule] .schedulepanel table {
    margin: 0px;
    font-size: 14px;
    background-color: #fff;
}

.view[page=topik_schedule] .schedulepanel .btns {
    margin: 10px 0;
}

.view[page=topik_schedule] .schedulepanel .btns .btn {
    border-radius: 25px;
    padding: 7px 30px;
}

.view[page=topik_schedule] .schedulepanel .btns .btn-gray {
    background-color: #888;
    color: #ccc;
}

.view[page=topik_schedule] .guidepanel {
}

.view[page=topik_schedule] .guidepanel li {
    line-height: 23px;
}

.view[page=topik_schedule] .guidepanel .btns {
    margin-left: -10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    background-color: rgba(255, 253, 248, 0.7);
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: -2px 0 3px #ddd;
}

.view[page=topik_schedule] .guidepanel .btns .btn {
    width: 100%;
    border-radius: 30px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 5px 0 #ccc;
    margin-bottom: 15px;
}

.view[page=topik_schedule] .guidepanel .btns .wrap {
    height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view[page=topik_schedule] .guidepanel .btns.expand .wrap {
    height: 200px;
}

.view[page=topik_schedule] .guidepanel .btns .btn-ctrl {
    display: block;
    padding: 10px;
    text-align: center;
}

.view[page=topik_schedule] .guidepanel .btns.expand .btn-ctrl > i::before {
    content: '\f107';
}

/* MyPage */

.view[name=kgeul_setting],
.view[name=mypage_default] {
    font-family: "Nexon";
}

body > section > .view[name=mypage_default] {
    background: #fff;
}

.view[name=mypage_default] .mainpanel:not(.mnuon) {
    padding: 0px 0px 60px;
}

.view[name=mypage_default] .mainpanel:not(.mnuon) .header {
    color: #fff;
}

.view[name=mypage_default] .mainpanel:not(.mnuon) .header a {
    color: #fff;
}

body > section > .view[name=mypage_profile] {
    background: linear-gradient(to bottom, #f9f7f3 0%, #eee 100%);
    font-family: "Nexon";
}


.view[name=mypage_profile] .wrappanel {
    padding: 0 15px;
}

body[module=kacademy] .view.mypageview .mainpanel .wrapcontent {
    max-width: 1000px;
    margin: 0 auto;
}

body[module=kgeul] .view[name=mypage_default] .dashboard {
    padding: 60px 20px 50px;
    /*background: url(/skins/default/images/kgeul/bg_mark.png) no-repeat top right/0%, linear-gradient(145deg, #00c2b0 0%, #648dd9 100%);*/
    background: url(/skins/default/images/kgeul/bg_mypage.jpg) no-repeat center center/cover;
    margin-bottom: 30px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .photo {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: cover;
    position: relative;
    cursor: pointer;
    color: #000;
    border: 2px solid #fff;
    box-shadow: 1px 2px 3px #777;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .photo::before {
    content: '\f4ff';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    color: #fff;
    text-shadow: 1px 2px 5px #333;
}

body[module=kgeul] .view[name=mypage_default] .dashboard h4 {
    margin: 5px;
    font-size: 17px;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .msg {
    font-size: 15px;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .smry {
    position: absolute;
    width: 90%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    bottom: -30px;
    padding: 10px 0;
    box-shadow: 0px 0px 2px #ccc;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .smry li {
    width: 33%;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .smry h1 {
    margin: 0;
    color: #de513a;
    font-size: 27px;
    font-weight: bold;
}

body[module=kgeul] .view[name=mypage_default] .dashboard .smry label {
    margin: 0;
    font-size: 13px;
}

body[module=kgeul] .view[name=mypage_default] .mycourses {
    padding: 10px;
}

body[module=kgeul] .view[name=mypage_default] .mycourses > h4 {
    font-weight: bold;
    font-size: 15px;
}

body[module=kgeul] .view[name=mypage_default] .course {
    padding: 5px;
}

body[module=kgeul] .view[name=mypage_default] .course + .course {
    margin-top: 10px;
}

body[module=kgeul] .view[name=mypage_default] .course .thumb {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

body[module=kgeul] .view[name=mypage_default] .course .info {
    padding-left: 90px;
}

body[module=kgeul] .view[name=mypage_default] .course .info h5 {
    margin: 7px 0;
    font-size: 17px;
}

body[module=kgeul] .view[name=mypage_default] .course .info h5 span {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 12px;
}

body[module=kgeul] .view[name=mypage_default] .course .progress {
    margin: 0px;
    background-color: #EFEFEF;
    border-radius: 10px;
}

/* setting */

body > section > .view[name=kgeul_setting] {
    background: linear-gradient(to bottom, #f9f7f3 0%, #eee 100%);
    font-family: "Nexon";
}

.view[name=kgeul_setting] .wrappanel {
    padding: 0 10px;
}

.view[name=kgeul_setting] .ddllang .btn-lang {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
}

.view[name=kgeul_setting] .ddllang .flag::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

.view[name=kgeul_setting] .ddllang {
    width: 100%;
    margin: 0px;
}

.view[name=kgeul_setting] .ddllang .btn-lang::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 27px;
    float: right;
    padding: 3px;
    vertical-align: middle;
}

.view[name=kgeul_setting] .ddllang > ul {
    width: 100%;
}

.view[name=kgeul_setting] .ddllang .btn-lang span {
    vertical-align: middle;
    display: inline-block;
    font-size: 17px;
}

.view[name=kgeul_setting] .group {
    padding: 10px 0 10px;
}

.view[name=kgeul_setting] .row {
    line-height: 40px;
}

/* profile */

body > section > .view[name=mypage_profile] {
    background: linear-gradient(to bottom, #f9f7f3 0%, #eee 100%);
    font-family: "Nexon";
}


.view[name=mypage_profile] .wrappanel {
    padding: 0 15px;
}

.view[name=mypage_profile] .wrappanel .photo {
    text-align: center;
}

.view[name=mypage_profile] .wrappanel .picbx {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.view[name=mypage_profile] .wrappanel .picbx::after {
    content: '\f030';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 5px #333;
}

.view[name=mypage_profile] .wrappanel input[name=email] {
}

.view[name=mypage_profile] .wrappanel .btns {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 20px 10px;
    margin-left: -15px;
}

.view[name=mypage_profile] .wrappanel .btns .btn {
    width: 100%;
    border-radius: 30px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 5px 0 #ccc;
}

.view[name=mypage_profile] .wrappanel .btns .btn + .btn {
    margin-top: 10px;
}




.hprofile .img-profile {
    max-width: 90px;
    cursor: pointer;
}

.hprofile .progress {
    background-color: #EFEFEF;
    margin: 5px;
}

.hprofile {
    padding: 15px 0;
    font-size: 12px;
}

.hprofile .addr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infoprofile {}

.infoprofile>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.infoprofile>ul>li {
    padding: 5px 0;
}

.infoprofile ul:after {
    clear: both;
    display: block;
    content: '';
}

.infostatus {
    border-top: 1px solid #e3e6f3;
    border-bottom: 1px solid #e3e6f3;
    margin: 5px 0;
    padding: 10px 0;
}

.infostatus ul {
    text-align: center;
}

.infostatus ul>li {
    width: 33%;
    cursor: pointer;
}

.infostatus h2 {
    font-size: 25px;
    margin: 0;
}

.infoprofile .mypoint {
    cursor: pointer;
}

.infoprofile .mypoint .round {
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}

.infoprofile .myreport .row,
.infoprofile .mypoint .row {
    margin-left: 0px;
    margin-right: 0px;
}

.infoprofile .mypoint .btline {
    border-bottom: 2px solid #333;
    line-height: 50px;
}

.infoprofile .mypoint i.fa-wallet,
.infoprofile .myreport i.fa-tachometer-alt {
    font-size: 4em;
    color: #999;
    margin: 5px 0px 0px;
}

.infoprofile .myreport {
    cursor: pointer;
}

.infoprofile .score {
    padding-top: 25px;
    text-align: right;
    line-height: 25px;
    border-bottom: 2px solid #333;
}

.infoprofile .myreport b {
    color: #d9534f;
    font-size: 20px;
}

.infoprofile .mypoint b {
    color: #d9534f;
    font-size: 20px;
    line-height: 0;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 14px;
}

.md-title {
    font-weight: bold;
    position: relative;
}

/* My Classroom */

.lectures.rows {
    margin-left: -10px;
    margin-right: -10px;
}

.lectures .lecture.box {
    width: auto;
    height: auto;
    display: inherit;
    padding: 5px;
    border: 1px solid #EEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: auto;
}

.lectures .lecture.box.paid::before {
    content: '\f09d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #ff3c00;
    top: -5px;
    left: -5px;
    color: #fff;
    display: none;
}

.lectures .lecture.box.sel,
.lectures .lecture.box:hover {
    border: 1px solid #ccc;
    background-color: #F5F5F5;
}

.lectures .lecture.box .bgLec {
    height: 70px;
    background-position: center center;
    background-size: cover;
}

.lectures .lecture.box:hover .bgLec {
    background-size: contain;
}

.lectures .lecture.box .cate {
    text-align: right;
    position: relative;
    top: -30px;
    margin-right: 5px;
}

.lectures .lecture.box .cate>span {
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}

.lectures .lecture.box .progress {
    background-color: #ccc;
}

.lectures .lecture.box .smry {
    font-size: 12px;
    padding: 5px 0px;
    text-align: right;
}

.lectures div.lecture {
    background-color: #FFF;
    height: 120px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.lectures div.lecture:after {
    clear: both;
    display: block;
    content: '';
}

.lectures div.lecture .thumb {
    float: left;
    width: 120px;
    height: 100%;
    position: relative;
}

.lectures div.lecture .thumb img.bg {
    width: 100%;
    height: 100%;
}

.lectures div.lecture .thumb img.pic {
    border: 1px solid #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.lectures div.lecture .thumb .ucnt {
    display: inline-block;
    width: 50px;
    line-height: 25px;
    opacity: 0.8;
    background-color: red;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.lectures div.lecture ul.info {
    list-style: none;
    margin: 0px;
    padding: 0px 5px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 100%;
    position: relative;
}

.lectures div.lecture ul.info>li {
    margin: 3px 0px;
    font-size: 12px;
}

.lectures div.lecture ul.info .option {
    position: absolute;
    top: 0px;
    right: 5px;
}

.lectures div.lecture ul.info .cate {
    display: inline-block;
    color: #111;
    font-size: 11px;
}

.lectures div.lecture ul.info h3.title {
    margin: 0px;
    padding: 3px 0px;
    font-weight: normal;
    font-size: 15px;
}

.lectures div.lecture ul.info .rdate {
    font-size: 11px;
    color: #999;
}

.lectures div.lecture ul.info .rate {
    margin: 5px 0px;
}

.lectures div.lecture ul.info .rate .progress {
    background-color: #F0F0F0;
}

.mypageview .lectures.list>div {
    width: 100%;
    margin-bottom: 5px;
}

.mypageview .lectures.list>div.lecture {
    box-shadow: initial;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.mypageview .lectures.list>div>.lecture .info {
    margin-left: 110px;
    overflow: hidden;
}

.mypageview .lectures.list>div>.lecture .bgImg2 {
    width: 100px;
    float: left;
}

.mypageview .lectures.list>div>.lecture .info .expire {
    padding: 0 0 10px;
    text-align: left;
    height: auto;
}

.mypageview .lectures.list>div>.lecture .info .cmd {
    display: block;
}

.mypageview .lectures .lecture.box .cate {
    text-align: left;
    position: relative;
    top: 0px;
}

.lectures div.lecture {
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
}

.lectures div.lecture .bgLec {
    height: 100px;
    margin-bottom: 5px;
    position: relative;
    background-color: #F5F5F5;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.lectures div.lecture .bgLec .img-circle {
    border: 2px solid #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 60px;
    position: absolute;
    left: 10px;
    bottom: -20px;
}

.lectures div.lecture .bgLec .pic {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 60px;
    position: absolute;
    left: 10px;
    bottom: -20px;
    opacity: 1;
    border: 2px solid #fff;
    background-color: #fff;
}

.lectures div.lecture .bgLec .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #aaa;
}

.lectures div.lecture .bgLec .ucnt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
}

.lectures div.lecture .info {
    position: relative;
}

.lectures div.lecture .info .title {
    font-weight: bold;
}

.lectures div.lecture.box .info .title {
    padding: 5px 0px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

.lectures div.lecture.box .info .expire {
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0;
}

.lectures div.lecture.box .info .expire .tag,
.lectures div.lecture.box .info .expire>b {
    float: right;
    font-weight: normal;
}

.lectures div.lecture.box .info .expire>.price {
    font-weight: bold;
    color: #f54b23;
}

.lectures div.lecture>.rate {
    text-align: right;
}

.lectures div.lecture .desc {
    font-size: 12px;
    margin-bottom: 5px;
    display: none;
}

.lectures div.lecture .price {
    font-size: 12px;
    text-align: right;
}

/* classroom */

.coursepanel .lecContent .panelL {
    float: left;
    width: 220px;
}

.coursepanel .lecContent .panelR {
    padding-left: 20px;
    overflow: hidden;
}

.coursepanel .lecContent .intro .overview {
    padding: 5px;
}

.coursepanel .lecContent .intro .overview .videobx {
    height: 150px;
    border: 1px dashed #ddd;
    position: relative;
}

.classroompanel.edit .intro .overview .videobx .new {
    display: none;
}

.classroompanel.edit .intro .overview .videobx .new {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.classroompanel.edit .intro .overview .videobx .new>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coursepanel .lecContent .intro .overview .desc {
    padding: 5px;
    line-height: 17px;
}

.coursepanel .intro .overview .desc {
    min-height: 150px;
    cursor: pointer;
}

.coursepanel.edit .intro .overview .desc {
    border: 1px dashed #ddd;
}

.coursepanel .lecContent .intro .overview .desc.edit:hover {
    border-color: #ddd;
}

.panelR.intro .teachers {
    padding: 0px;
}

.coursepanel .lecContent .panelR .newbox {
    cursor: pointer;
}

.coursepanel .lecContent .panelR .newbox:hover {
    background-color: #F5F5F5;
    color: #c23c1f;
}

.coursepanel .lecContent .bxBook {}

.coursepanel .lecContent .bxBook:after {
    clear: both;
    display: block;
    content: '';
}

.coursepanel .lecContent .bxBook .cover {
    float: left;
    width: 100px;
    height: 110px;
    border: 1px solid #EEE;
    background-color: #F0F0F0;
}

.coursepanel .lecContent .bxBook .prop {
    margin-left: 105px;
}

.coursepanel .lecContent .bxProp {
    list-style: none;
    margin: 0px;
    padding: 15px;
}

.coursepanel .lecContent .bxProp>li {
    line-height: 26px;
    font-size: 14px;
}

.coursepanel .lecContent .bxProp>li>label {
    font-weight: 300;
}

.md-title {
    font-weight: bold;
    position: relative;
}

.md-title:not(:first-child) {
    margin-top: 5px;
}

.md-title .btn-introedit {
    position: absolute;
    top: -5px;
    right: 0px;
    line-height: 20px;
}

.md-title.bb1 {
    line-height: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.md-title.bb1 .btn-more {
    top: -3px;
}

.md-title .btn-more {
    position: absolute;
    right: 0px;
    padding: 0px 15px;
    font-size: 12px;
    background-color: #EFEFEF;
}

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

.lesson-panel .books .new {
    display: inline-block;
    width: 150px;
    height: 200px;
    border: 1px dashed #ccc;
    color: #f69a9a;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    margin: 0px;
}

.lesson-panel .books .new:hover {
    border-color: #e75e5e;
    color: #e75e5e;
}

.lesson-panel .books .new>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

.reviews section {
    margin: 10px auto;
}

.reviews .board {
    font-size: 12px;
}

.reviews .board:after {
    clear: both;
    display: block;
    content: '';
}

.reviews .board>.info {
    width: 110px;
    float: left;
    text-align: center;
}

.reviews .board>.info h2 {
    margin: 5px 0;
    font-size: 40px;
}

.reviews .board>.info>div {
    margin: 5px;
}

.reviews .board>.rate {
    padding-left: 5px;
    overflow: hidden;
}

.reviews .board>.rate>div {
    padding: 2px 0;
}

.reviews .board>.rate>div:after {
    clear: both;
    display: block;
    content: '';
}

.reviews .board>.rate>div>label {
    float: left;
    width: 30px;
    margin-bottom: 0px;
    vertical-align: top;
}

.reviews .board>.rate .progress {
    padding-left: 5px;
    overflow: hidden;
    height: 11px;
    position: relative;
    top: 4px;
}

.reviews .review {
    min-height: 90px;
    padding: 10px 5px;
}

.reviews .review:after {
    clear: both;
    display: block;
    content: '';
}

.reviews .review>.img-profile {
    margin-left: 5px;
    width: 50px;
    float: left;
}

.reviews .review>div {
    padding-left: 15px;
    overflow: hidden;
}

.reviews .review>div .author {
    font-weight: bold;
}

.reviews .review>div .date {
    padding-left: 10px;
    font-size: 12px;
    color: #777;
}

.reviews .review>div .rating {
    padding: 5px 0;
}

.reviews .review>div .text {
    font-size: 12px;
}

.reviewbx .smry {}

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

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

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

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

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

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

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

.reviewbx .smry .chartbx>div .progress-bar {
    background-color: #42b5a5;
    padding: 5px;
}

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

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

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

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

.reviewbx .reviews {}

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

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

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

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

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

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

.reviewbx .comment .info {}

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

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

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

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

/* board */


.panel .btn-group .dropdown-menu {
    width: 100%;
    color: #333;
}

.panel .btn-group .dropdown-menu>li {
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.panel .btn-group .dropdown-menu>li:hover {
    background-color: #EFEFEF;
}

.panel .btn-group .dropdown-menu>li>i {
    width: 20px;
    text-align: center;
}


.wrapboard {
    margin-bottom: 50px;
    min-height: 500px;
}

.wrapboard .tags {
    overflow: hidden;
}

.wrapboard .tag {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: #eee;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #777;
}

.wrapboard .tag:hover,
.wrapboard .tag.on {
    background-color: #00a6b1;
    color: #fff;
}

.wrapboard .filter b {
    color: #000;
}

.wrapboard .filter .smry {
    line-height: 35px;
    width: 50%;
}

.wrapboard .filter .smry span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.wrapboard .filter .search {
    float: right;
    text-align: right;
    width: 50%;
}

.wrapboard .filter .search>div.btnSearch {
    position: relative;
    display: inline-block;
}

.wrapboard .filter .search input {
    border-radius: 30px;
    display: inline-block;
}

.wrapboard .filter .search a {
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: 35px;
}

.wrapboard .articles {}

.wrapboard .btns {
    margin: 15px 0;
    float: right;
}

.wrapboard .events {
    border-top: 2px solid #333;
    padding: 0px 10px;
}

.wrapboard .events .row.event {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.wrapboard .events .row.event .title>span {
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 0 7px;
}

.wrapboard .events .row.event.on .title>span {
    background-color: #e73232;
}

.wrapboard .events .row.event.off .title>span {
    background-color: #eee;
    color: #ccc;
}

.wrapboard .events .row.event .smry {
    line-height: 22px;
}

.wrapboard table {
    font-size: 15px;
    font-weight: 300;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 10px;
}

.wrapboard table thead>tr>th {
    border-bottom: 1px solid #d7d5ce;
    background-color: #fbfbfb;
    color: #333;
    font-weight: 400;
}

.wrapboard table td {
    line-height: 30px;
}

.wrapboard table .no {
    text-align: center;
}

.wrapboard table .no>span {
    background-color: #ffd44c;
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
    padding: 2px 14px 3px;
    font-weight: 400;
    line-height: 1;
}

.wrapboard table .disable .no>span {
    background-color: #333;
}

.wrapboard table .secret .title::before {
    content: '\f023';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 5px;
}

.wrapboard table tbody tr.disable {
    background-color: #EFEFEF;
}

.wrapboard table .secret .title .comments {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 11px;
    background-color: #51bcfd;
    color: #fff;
}

.wrapboard nav {}

.wrapboard .pagination {}

.wrapboard .pagination li {
    margin: 0 5px;
}

.wrapboard .article {}

.wrapboard .article>.title {
    font-size: 16px;
    padding: 25px 5px;
    border-top: 2px solid #443811;
    border-bottom: 1px solid #d7d5ce;
    background-color: #fbfbfb;
    margin: 0;
    text-align: left;
}

.wrapboard .article>.prop {
    border-bottom: 1px solid #d7d5ce;
    line-height: 25px;
    padding: 0 5px;
}

.wrapboard .article>.prop>li.author {
    float: left;
    font-size: 13px;
    opacity: .5;
    text-align: left;
    padding: 5px 0;
}

.wrapboard .article>.prop>li.rdate {
    float: right;
    font-size: 13px;
    opacity: .5;
    padding: 5px 0;
}

.wrapboard .article>.files {
    border-bottom: 1px solid #d7d5ce;
    padding: 5px 0;
}

.wrapboard .article>.files>.file {
    line-height: 25px;
}

.wrapboard .article>.files>.file>a {
    color: #333;
    font-weight: 300;
}

.wrapboard .article>.content {
    min-height: 400px;
    max-width: 100%;
    padding: 30px 5px;
    border-bottom: 2px solid #443811;
    line-height: 25px;
}

.wrapboard .article>.content>.files {}

.wrapboard .article>.content>.files img {
    max-width: 90%;
    margin-bottom: 10px;
}

.wrapboard .article>.content>.files video {
    max-width: 90%;
    margin-bottom: 10px;
}

.wrapboard .article>.content .poster>img {
    padding: 10px 0;
    width: 100%;
}

.wrapboard .article>.btns {
    text-align: right;
    padding: 5px 0;
    margin: 5px 0;
    float: none;
}

.wrapboard .article>.btns a {
    display: inline-block;
    background-color: #ffd44c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.jrdabisu .tabs,
.wrapboard .tabs {
    border-bottom: 2px solid #3b4b6d;
    margin: 10px 0;
    white-space: nowrap;
    overflow-x: auto;
}

.jrdabisu .tabs>a,
.wrapboard .tabs>li {
    display: inline-block;
    padding: 15px 30px;
    background-color: #F5F5F5;
    font-size: 15px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-right: 5px;
    font-weight: "Binggrae";
    color: #333;
}

.jrdabisu .tabs>a.active,
.wrapboard .tabs>li.active {
    background-color: #3b4b6d;
    color: #fff;
}

.jrdabisu .tabs>a:not(.active),
.wrapboard .tabs>li:not(.active) {
    cursor: pointer;
}

.jrdabisu .tabs>a:hover:not(.active),
.wrapboard .tabs>li:hover:not(.active) {
    background-color: #8d93a0;
    color: #fff;
}

.wrapboard .articles.album .article {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.wrapboard .articles.album .article .thumb {
    position: relative;
    overflow: hidden;
}

.wrapboard .articles.album .article>h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

.wrapboard .articles.album .article .thumb .cover {
    cursor: pointer;
    padding-bottom: 100%;
}

.datapanel .wrapboard .articles.album .article .thumb .cover {
    padding-bottom: 140%;
}

.wrapboard .articles.album .article:hover .thumb .cover {
    background-size: contain !important;
}

.wrapboard .articles.album .article .thumb .vcnt {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-shadow: 0 1px 4px rgba(255, 255, 255, 0.8);
}

.wrapboard .articles.album .article .thumb .cover>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    opacity: .5;
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
}

.wrapboard .articles.album .article .bg {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.wrapboard .articles.album .article:hover .bg {
    display: inline-block;
}

.wrapboard .articles.album .article:hover .cover>i {
    color: #333;
    opacity: .8;
}

.wrapboard .articles.album .article .bg>i,
.wrapboard .articles.album .article .bg>a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    text-shadow: 0 1px 4px rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(255, 255, 255, .8);
    color: #000;
}

.wrapboard .articles.album .article .bg>a>span {
    font-size: 13px;
    display: block;
}

.wrapboard .articles.album .article .cate {
    border-radius: 5px;
    display: inline-block;
    background-color: #e72c16;
    padding: 2px 5px;
    color: #fff;
}

.wrapboard .articles.homet {}

.wrapboard .articles.homet .article {
    padding: 10px 0;
    margin-bottom: 10px;
}

.wrapboard .articles.homet .article:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.wrapboard .articles.homet .article .book {
    float: left;
    width: 110px;
    text-align: center;
}

.wrapboard .articles.homet .article .info {
    margin-left: 115px;
    position: relative;
}

.wrapboard .articles.homet .article .book .cover {
    width: 90px;
    height: 120px;
    border: 1px solid #eee;
    display: inline-block;
}

.wrapboard .articles.homet .article .title {
    font-family: "BinggraeBold";
    font-size: 15px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0px;
    color: #000;
}

.wrapboard .articles.homet .article .item .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.wrapboard .articles.homet .article {
    padding: 0px;
}

.wrapboard .articles.homet .article .desc {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.wrapboard .articles.homet .article .items {
    padding: 10px 0;
}

.wrapboard .articles.album .article:hover .control,
.wrapboard .articles.homet .article.edit:hover .control {
    display: inline-block;
}

.wrapboard .articles.homet .article .control {
    position: absolute;
    top: 0px;
    right: 5px;
    display: none;
    z-index: 2;
}

.wrapboard .articles.album .article .control {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    z-index: 2;
}

.wrapboard[tpl=homet] .widget .widget-body .resrcbx .item {
    width: 150px;
    height: 180px;
    position: relative;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    margin-right: 15px;
    margin-bottom: 15px;
}

.wrapboard[tpl=homet] .widget .widget-body .resrcbx .item.zip {
    background: url(/skins/default/images/icon/zip_icon.png) no-repeat center center / 80% auto;
}

.wrapboard[tpl=homet] .widget .widget-body .resrcbx .item:hover {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.5);
    background-size: contain !important;
}

.wrapboard .widget .item .icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    border-radius: 5px;
    opacity: .8;
    background-color: #333;
    padding: 15px;
    display: none;
}

.widget .item:hover .icon,
.widget.edit .item:hover .option {
    display: inline-block;
}

.wrapboard[tpl=homet] .widget.edit .item .option .btn {
    font-size: 20px;
}

#popup-guide table {
    font-size: 13px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.editbx .items {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.editbx .items>.item {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    margin: 5px 0 0 5px;
    padding: 0px;
}

.editbx .items>.item>.symbol {
    position: absolute;
    width: 100%;
    height: 100%;
}

.editbx .items>.item>.symbol>i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.editbx .items>.item>.prop {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.editbx .items>.item>.prop .title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

.editbx .items>.item>.prop .progress {
    height: 5px;
    margin: 2px;
}

.editbx .items>.item>.bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.editbx .items>.item:hover>.bg {
    display: inline-block;
}

.editbx .items>.item>.bg>span[data-role="remove"]:hover {
    color: #fff;
}

.editbx .items>.item span[data-role="remove"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
    text-align: center;
    margin: 0px;
    z-index: 2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.editbx .items>.item:hover .symbol::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.editbx .items>.item:hover span[data-role="remove"] {
    display: inline-block;
}

.editbx .items>.item>.title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 2px 5px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    line-height: 13px;
}

.editbx .items>.item>.ico-type,
.editbx .items>.item>.ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}

.editbx .linkbx {
    padding: 5px;
    position: relative;
}

.editbx .linkbx>span[data-role="remove"] {
    position: absolute;
    padding: 5px;
    right: 5px;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: none;
}

.editbx .linkbx:hover>span[data-role="remove"] {
    display: block;
}

.editbx .linkbx>img.thumb {
    max-width: 100%;
}


/* Course */

.classroomview {
    font-family: "Nexon";
}

.mainpanel.classroompanel {
    padding-top: 60px;
    position: relative;
}

.mainpanel.classroompanel .contentpanel {
    background-color: #FFF;
    padding: 0 10px 10px;
    margin: 0px 10px 0px;
    min-height: calc(100vh - 70px);
    position: relative;
}

.mainpanel.classroompanel .contentpanel::before {
    content: "";
    background-color: #707d91;
    background-image: url(/skins/default/images/menubak.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mainpanel.classroompanel .contentpanel::after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
}

.mainpanel.classroompanel .contentpanel > .wrappanel {
    max-width: 1000px;
    min-height: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.lecHeader {
    height: 200px;
    position: relative;
}

.lecHeader .logo {
    width: 150px;
    height: 150px;
    margin: 0px;
    background-color: #FFF;
    position: absolute;
    left: 10px;
    bottom: -30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #FFF;
    box-shadow: 0 2px 2px #eee;
}

.edit .lecHeader .logo {
    cursor: pointer;
}

.lecHeader h2.title {
    color: #FFF;
    font-weight: 600;
    position: absolute;
    padding-left: 180px;
    left: 0px;
    bottom: 5px;
    width: 100%;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.lecHeader h2.title a.btnJoin {
    background-color: #ffb01a;
    border-radius: 30px;
    padding: 7px 15px 5px;
    font-family: "Nexon";
    color: #fff;
    font-size: 13px;
    text-shadow: none;
    margin-bottom: 5px;
    display: none;
    position: absolute;
    right: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.lecHeader h2.title a.btnJoin>i {
    font-size: 20px;
    margin-bottom: 5px;
}

.lecHeader h2.title a.btnJoin>span {
    display: block;
}

.lecHeader h2.title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.lecHeader h2.title span.expire {
    font-size: 13px;
    font-family: "Nexon";
    font-weight: normal;
    margin-top: 5px;
}

.lecHeader .setting {
    color: #4e5665;
    font-size: 11px;
    padding: 2px 5px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    line-height: 1px;
    bottom: 20px;
    background-color: #f6f7f8;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.mnuLec {
    display: table;
    margin: 10px auto;
}

.mnuLec>li.cmd {
    position: absolute;
    right: 0px;
    padding: 10px;
}

.mnuLec>li.cmd>a {
    text-decoration: none;
    cursor: pointer;
}

.mnuLec>li.mnu:hover {
    -moz-box-shadow: 0 3px 0 #AAA;
    -webkit-box-shadow: 0 3px 0 #AAA;
    box-shadow: 0 3px 0 #AAA;
    background-color: #F8F8F8;
}

.mnuLec>li.mnu.active {
    -moz-box-shadow: 0 3px 0 #428bca;
    -webkit-box-shadow: 0 3px 0 #428bca;
    box-shadow: 0 3px 0 #428bca;
}

.mnuLec>li.mnu>a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px 40px;
    color: #555;
}

.bxLecUsrs {
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 93px;
    position: relative;
}

.bxLecUsrs h5 {
    margin: 0px;
    font-size: 12px;
}

.bxLecUsrs h5 span.cnt {
    font-weight: bold;
}

.bxLecUsrs h5 span.close {
    font-size: 12px;
    line-height: 1px;
}

.bxLecUsrs .lstUsrs {
    margin-top: 7px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.bxLecUsrs .lstUsrs>li {
    margin: 0 10px 0 0;
    position: relative;
    width: 72px;
    height: 68px;
    padding: 0px;
    display: inline-block;
    float: none;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.bxLecUsrs .lstUsrs>li.expire {
    opacity: .3;
}

.bxLecUsrs .lstUsrs>li>div.new {
    border: 1px dashed #ccc;
    height: 100%;
    line-height: 60px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    display: none;
}

.bxLecUsrs.edit .lstUsrs>li>div.new {
    display: block;
}

.bxLecUsrs .lstUsrs>li>div.new:hover {
    background-color: #fff;
    color: #000;
}

.bxLecUsrs .lstUsrs>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
}

.bxLecUsrs .lstUsrs>li>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bxLecUsrs .lstUsrs>li>label,
.bxLecUsrs .lstUsrs>li>.name {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 11px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    left: 0px;
    bottom: 1px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.2);
}

.bxLecUsrs .lstUsrs>li>span[data-role="del"] {
    position: absolute;
    top: 2px;
    right: 3px;
    color: #EFEFEF;
    font-size: 20px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: none;
    z-index: 2;
}

.bxLecUsrs .users .user span[data-role="del"] {
    font-size: 20px;
}

.bxLecUsrs.edit .lstUsrs>li:hover>span[data-role="del"] {
    display: inline-block;
}

.courseview .wrap-tabs {
    visibility: hidden;
}

.coursepanel .nav-tabs {
    display: table;
    margin: 0px auto 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.coursepanel .nav-tabs.nav-fixed {
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.coursepanel .nav-tabs>li>a {
    padding: 10px 40px;
    font-size: 17px;
}

.lesson-panel .lpanel {
    float: left;
    width: 250px;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.lesson-panel .cpanel {
    margin-left: 0px;
}

.lesson-panel .cpanel {
    margin-left: 265px;
    font-size: 14px;
    overflow: hidden;
}

.lesson-panel .infostatus {
    border-top: 1px solid #e3e6f3;
    border-bottom: 1px solid #e3e6f3;
    margin: 5px 0;
    padding: 10px 0;
}

.lesson-panel .infostatus ul {
    text-align: center;
}

.lesson-panel .infostatus ul>li {
    width: 33%;
    cursor: pointer;
}

.lesson-panel .infostatus h2 {
    font-size: 25px;
    margin: 0;
}

.lesson-panel .index.box {
    min-height: 250px;
    width: 250px;
    background-color: #F9F9F9;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #ddd;
}

.lesson-panel .lpanel .index.box>.title {
    margin: 5px 0px 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.lesson-panel .lpanel .index.box>.title>a.btn-new {
    position: absolute;
    top: -5px;
    right: 0px;
    padding: 4px 5px;
    display: none;
}

.mainpanel.edit .lesson-panel .lpanel .index.box>.title>a.btn-new {
    display: inline-block;
    color: #333;
    padding: 4px 8px;
}

.lesson-panel .lpanel .index.box .list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.lesson-panel .lpanel .index.box .list>li {
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
    color: #000;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lesson-panel .lpanel .index.box .list>li.active {
    background-color: #dde1ef;
}

.lesson-panel .lpanel .index.box .list>li>span {
    font-size: 14px;
}

.lesson-panel .lpanel .index.box .list>li .btn-remove {
    display: none;
    position: absolute;
    right: 0px;
}

.lesson-panel .lpanel .index.box .list>li:hover {
    background-color: #ddd;
}

.lesson-panel.edit .lpanel .index.box .list>li:hover .btn-remove {
    display: inline-block;
}

.lesson-panel .lpanel .index.box .list>li>span.no {
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.sidepanel .index .panel-header {
    padding: 5px;
}

.sidepanel .index .list > li {
    position: relative;
    color: #fff;
    line-height: 30px;
    padding: 5px;
    cursor: pointer;
}

.sidepanel .index .list > li.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidepanel .index .list > li > .no {
    display: inline-block;
    width: 20px;
}

.sidepanel .index .list > li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidepanel .index .list > li:not(.edit):hover .optionbar {
    display: flex;
}

.sidepanel .index .list > li:not(.edit):hover .option {
    display: none;
}

.sidepanel .index .list > li.edit .option {
    display: inline-block; 
    top: 0px;
    right: 0px;
    height: 100%;
    font-size: 0px;
}

.lesson-panel .mtitle {
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 22px;
    background-color: #F9F9F9;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 0px #ddd;
}

.lesson-panel .mtitle > span {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 5px;
}

.lesson-panel .cpanel > .info {
    position: relative;
}

.lesson-panel .widget .widget-header {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0px;
}

.lesson-panel .widget .widget-header.p5 {
    padding: 5px;
}

.lesson-panel .widget .widget-header .input-xs {
    padding: 3px 10px;
    font-size: 12px;
}

.lesson-panel .control {
    position: absolute;
    top: 0px;
    right: 5px;
    display: none;
}

.mainpanel.edit .control {
    display: inline-block;
}

.lesson-panel .widget .widget-header .title {
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}

.lesson-panel .widget.expand .widget-header .title::before {
    content: '\f0d7';
    color: #333;
}

.lesson-panel .widget .widget-header .title::before {
    content: '\f0d8';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 15px;
    margin-right: 5px;
    color: #ccc;
}

.lesson-panel .widget .widget-header h2.title>.no {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #586ba2;
    color: #fff;
    line-height: 20px;
}

.lesson-panel.tplkgeul .widget.lesson .item {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.lesson-panel.tplkgeul .widget.lesson .item:not(.new)::before {
    content: "A";
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: var(--green);
    text-align: center;
    color: #fff;
    margin-right: 5px;
    position: initial;
}

.lesson-panel.tplkgeul .widget.lesson .item:not(.new)[data-type=conversation]::before {
    content: "C";
    background-color: var(--blue);
}

.lesson-panel.tplkgeul .widget.lesson .item:not(.new)[data-type=word]::before {
    content: "W";
    background-color: var(--purple);
}

.lesson-panel.tplkgeul .widget.lesson .item:not(.new)[data-type=paper]::before {
    content: "T";
    background-color: var(--gray);
}

.lesson-panel .widget.lesson .item:hover {
    background-color: #F9F9F9;
}

.lesson-panel .widget.lesson .item .info .title {
    margin: 5px 0;
    font-size: 17px;
}

.lesson-panel .option {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    font-size: 0px;
}



.lesson-panel .idx.item:hover > .option,
.lesson-panel .widget.item:hover > .option,
.lesson-panel .widget.lesson .item:hover .option {
    display: inline-block;
}

.lesson-panel .widget.lesson .item .option > a {
    width: 50px;
}

.lesson-panel .widget.lesson .activity.new {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    border: 2px dotted #f69a9a;
    color: #f69a9a;
    cursor: pointer;
    margin: 10px;
    padding: 0px;
}

.lesson-panel.tpltopik .widget.lesson .activity.new {
    margin: 10px 25px;
}

.widget.lesson .activity.new i {
}

.lesson-panel .lessons .lesson.btn-new {
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #EFEFEF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}


.lesson-panel .widget .item {
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
}

.lesson-panel.tpltutor .widget .weekly .items {
    border: 2px solid orange;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.lesson-panel.tpltutor .widget .weekly .items .title {
    background: orange;
    padding: 20px;
    font-size: 20px;
    color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    flex: 1 100%;
    position: relative;
}

.lesson-panel.tpltutor .widget .item {
    padding: 20px 0;
}

.lesson-panel.tpltutor .widget .item.dragging {
    background-color: #F9F9F9;
}




.lesson-panel.tpltopik .widget .item + .item::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50px;
    border: 1px dashed #aaa;
    height: 20px;
}

.lesson-panel .widget .item .thumb {
    float: left;
    width: 100px;
    margin-right: 5px;
    text-align: center;
    background-color: #EFEFEF;
    position: relative;
    z-index: 1;
}

.lesson-panel .widget .item .thumb i {
    font-size: 40px;
    margin: 10px;
}

.lesson-panel .widget .item .fa-paper::before {
    content: '\f022';
}

.lesson-panel .widget .item .info {
}

.lesson-panel .widget .item .info .title {
    margin: 0px;
}

.lesson-panel .widget .item .option a {
    width: 60px;
}

.lesson-panel .widget .item .option a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.lesson-panel .sidebtns {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 80px;
    height: 170px;
    display: none;
}

.lesson-panel .lessonusers {
    padding: 0px;
}

.lesson-panel .lessonusers .users {
    float: left;
    width: 80px;
    text-align: center;
    margin: 0px;
    padding: 20px 0 0;
}

.coursepanel[substype=free] .lesson-panel .lessonusers .users,
.coursepanel[substype=self] .lesson-panel .lessonusers .users {
    padding: 20px 0px 0px;
}

.lesson-panel .lessonusers .user {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 80px;
    position: relative;
}

.lesson-panel .lessonusers .user .thumb {
    float: none;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.lesson-panel .lessonusers .user .thumb img {
    width: 60px;
    height: 60px;
    border-radius: 0px;
}

.lesson-panel .lessonusers .user .thumb .name {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 11px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    left: 0px;
    bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.2);
}

.coursepanel .users .user span[data-role="del"] {
    position: absolute;
    top: 2px;
    right: 3px;
    color: #EFEFEF;
    font-size: 20px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: none;
    z-index: 2;
}

.coursepanel .users .user span[data-role="del"] {
    font-size: 20px;
}

.coursepanel .lessonusers .user span[data-role="del"] {
    font-size: 20px;
}

.lesson-panel.edit .users .user:hover span[data-role="del"] {
    display: inline-block;
}

.lesson-panel .lessonusers .lessons {
    margin-left: 80px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 10px;
}

.lesson-panel .lessonusers .lessons .list {
    height: 80px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.lesson-panel .lessonusers .box.lesson.wait {
    color: #bbb;
}

.lesson-panel .lessonusers .columns {
    white-space: nowrap;
    display: none;
}

.coursepanel[substype=free] .lesson-panel .lessonusers .columns,
.coursepanel[substype=self] .lesson-panel .lessonusers .columns {
    display: none;
}

.lesson-panel .lessonusers .columns>span {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    text-align: center;
}

.lesson-panel .lessonusers .columns>span>input {
    display: inline-block;
}

.lesson-panel .lessonusers .box.lesson {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    position: relative;
    color: #333;
    vertical-align: top;
    min-width: 80px;
}

.lesson-panel .lessonusers .box.lesson.active::before {
    content: '\f21d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 2;
    padding: 5px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
}

.lesson-panel .lessonusers .box.lesson .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
    display: none;
}

.lesson-panel .lessonusers .box.lesson.sel .bg {
    display: block;
}

.lesson-panel .lessonusers .box.lesson>.no {
    display: block;
    text-align: center;
    background-color: #EFEFEF;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lesson-panel .lessonusers .box.lesson.success>.no {
    background-color: #e54e1b !important;
    color: #fff;
}

.lesson-panel .lessonusers .box.lesson:not(.wait)>.no {
    background-color: #107dc2;
    color: #fff;
}

.lesson-panel .lessonusers .box.lesson.lock:not(.wait)>.no {
    background-color: #ccc;
    color: #fff;
}

.lesson-panel .lessonusers .box.lesson.lock:not(.wait):hover > .no {
    background-color: #999;
}

.lesson-panel .lessonusers .box.lesson.active>.no {
    background-color: #ff9800;
    color: #fff;
}

.lesson-panel .lessonusers .box.lesson>.option>.btn {
    padding: 0px;
    line-height: 0px;
}

.lesson-panel .lessonusers .box.lesson.lock>.option {
    display: none;
}

.lesson-panel .lessonusers .box.lesson>.option .dropdown-menu {
    min-width: auto;
}

.lesson-panel .lessonusers .box.lesson .boxes {
    padding: 5px;
    background-color: #fcf8e3;
    position: relative;
    max-width: 180px;
    min-height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0px;
    text-align: center;
}

.lesson-panel .lessonusers .box.lesson.lock .boxes {
    overflow: hidden;
}

.lesson-panel .lessonusers .box.lesson .boxes>.mark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}

.lesson-panel .lessonusers .box.lesson:not(.lock) .boxes>.mark {
    display: none;
}

.lesson-panel .lessonusers .box.lesson .boxes>.mark>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.lesson-panel .lessonusers .box.lesson .mbox {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    opacity: 1;
}

.lesson-panel .lessonusers .box.lesson .mbox.open {
    color: #f16759;
}

.lesson-panel .lessonusers .box.lesson .mbox+.mbox {
    margin-left: 5px;
}

.lesson-panel .lessonusers .box.lesson .mbox+.mbox::after {
    content: "";
    position: absolute;
    border-top: 2px solid #777;
    left: -5px;
    height: 2px;
    width: 5px;
    top: 50%;
}

.lesson-panel .lessonusers .box.lesson .mbox::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 27px;
    opacity: .5;
}

.lesson-panel .lessonusers .box.lesson .mbox + .mbox::after {
    content: "";
    position: absolute;
    border-top: 2px solid #777;
    left: -5px;
    height: 2px;
    width: 5px;
    top: 50%;
  }

.lesson-panel .lessonusers .box.lesson .mbox:hover::before {
    opacity: 1;
}

.lesson-panel .lessonusers .box.lesson .mbox.icovideo::before {
    content: '\f144';
}

.lesson-panel .lessonusers .box.lesson .mbox.icoepaper::before,
.lesson-panel .lessonusers .box.lesson .mbox.icopaper::before {
    content: '\f15c';
}

.lesson-panel .lessonusers .box.lesson .mbox.icozip::before {
    content: '\f1c6';
}

.lesson-panel .lessonusers .box.lesson>.mark {
    display: block;
    padding: 0;
    text-align: center;
    height: 55px;
    position: relative;
}

.lesson-panel .lessonusers .box.lesson:not(.wait) > .mark {
    cursor: pointer;
}

.lesson-panel .lessonusers .box.lesson.lock:not(.wait) > .mark {
    color: #ccc;
}

.lesson-panel .lessonusers .box.lesson>.mark>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 700;
}

.lesson-panel .lessonusers .box.lesson .mark>span>i {
    display: none;
}

.lesson-panel .lessonusers .box.lesson.lock .mark>span>i {
    display: inline-block;
}

.view:not(.selmode) .lesson-panel .lessonusers .box.lesson.lock:not(.wait):not(.sel):hover .mark>span>i:before {
    color: #000;
    content: "\f3c1";
}

/* Admin */

.view.mnuon {
    font-family: "Nexon", "Apple SD Gothic Neo","맑은 고딕", "Malgun Gothic";
    background: #e4e7ea;
}

.view .mainpanel.mnuon {
    font-family: "Nexon", "Apple SD Gothic Neo","맑은 고딕", "Malgun Gothic";
    background: #e4e7ea;
}

.view .mainpanel.mnuon .header {
    background: #1582dc;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -moz-box-shadow: 0 3px 5px rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(12, 12, 12, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.98;
    line-height: 3.2em;
    height: 50px;
    color: #fff;
}

.fixon .view .mainpanel.mnuon > .header {
    background: #1582dc;
}

.view .mainpanel.mnuon .header > div {
    height: 50px;
}

.view .mainpanel.mnuon .header span {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 17px;
}

.view .mainpanel.mnuon .header .btn {
    background: transparent;
    color: #FFF;
    vertical-align: top;
    border: none;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
    font-size: 17px;
}

.view .header .hmnu {
}

.view .header .hmnu .smnu {
    display: none;
}

.view[tab=users] .header .hmnu .smnu.users,
.view[tab=classroom] .header .hmnu .smnu.classroom {
    display: inline-block;
}

.view[tab=data] .header .hmnu .smnu.data {
    display: inline-block;
}

.view .mainpanel.mnuon .contentpanel {
    background-color: #FFF;
    padding: 10px;
    margin: 0px 10px 0px 10px;
    min-height: calc(100vh - 70px);
}

.view .mainpanel.mnuon .contentpanel > .wrapcontent {
    min-height: 100%;
}

.view .mainpanel.mnuon .wrapcontent {
    padding: 10px;
    margin: 0px 10px;
    min-height: calc(100vh - 70px);
    position: relative;
    background-color: #fff;
}

.mainpanel.mnuon .contentpanel .wrap800 {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.adminview .content-body {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.adminview .content-body.row {
    text-align: center;
}

.adminview .content-body .mnu {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.adminview .content-body .mnu .thumb {
    display: block;
    line-height: 95px;
    height: 95px;
    font-size: 40px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.adminview .content-body .mnu h5 {
    text-align: center;
    margin: 10px 0px 0px;
}

.wrapsch {
    text-align: right;
    position: relative;
    line-height: initial;
}

.wrapsch>select {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.wrapsch>.input-group {
    width: 150px;
    display: inline-table;
}

.wrapsch>.btn,
.wrapsch>.btn-group {
    vertical-align: top;
    margin: 0px;
}

.wrapsch>.btn,
.wrapsch>.btn-group>button {
    height: 35px;
}

.wraplst .head {
    padding: 7px 0px;
    background-color: #3E3E4A;
    text-align: center;
    color: #fff;
}

.wraplst .head.row {
    margin: 0px;
}

.wraplst .head .row {
    margin: 0px;
}

.wraplst .head .row .sort {
    cursor: pointer;
}

.wraplst .head .row .sort.asc>i::before {
    content: "\f0d8";
}

.wraplst .head .date {
    display: block;
}

.wraplst .body .row {
    border-bottom: 1px solid #e3e6f3;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
}

.wraplst .body .row.notice .title::before {
    content: '공지';
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #d52c2c;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.wraplst .body .row.private .title::before {
    content: '\f023';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 5px;
}

.wraplst .body .row .checkbox {
    display: inline-block;
}

.wraplst .body .row .detail {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.wraplst .body .row.addr {
    font-size: 12px;
}

.wraplst .body .row.card {
    line-height: 25px;
}

.wraplst .body .row.statusok {
    background-color: #f9f9f9;
}

.wraplst .body .row.status28 {
    color: #ccc;
}

.wraplst .body .row.status28 a,
.wraplst .body .row.status28 .title {
    color: #ccc;
}

.wraplst .body .row.status28 label,
.wraplst .body .row.status28 img {
    opacity: .5;
}

.wraplst .body .row:not(.nocursor):hover {
    background-color: #f5f5f5;
}

.wraplst .body .row>div {
    font-size: 14px;
    padding: 10px;
    border: none;
    background-color: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wraplst .body .row>div.overflow {
    overflow: visible;
    white-space: normal;
}
.wraplst .body .row>div .notpaid {
    color: #e12b2b;
    font-weight: bold;
}
.wraplst .body .schedule>div {
    white-space: normal;
}
.wraplst.fakeorder .body .row>div {
    padding: 5px;
}

.wraplst .body .row.deleted {
    opacity: .3;
}

.wraplst .body .row>div.control {
    overflow: initial;
}

.wraplst .body .row div.option {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    height: 100%;
    font-size: 0px;
}

.wraplst .body .row div.option>a {
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 10px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

.wraplst .body .row div.option>a:first-child {
    background-color: #f8bb61;
}

.wraplst .body .row div.option>a:last-child {
    background-color: #f86b6b;
}

.wraplst .body .row div.option>a>i {
    margin-right: 5px;
}

.wraplst .body .row>div.desc {
    font-weight: 300;
}

.wraplst .row.order>div {
    min-height: 80px;
    position: relative;
}

.wraplst .row.order>div .btn-group {
    margin-bottom: 0px;
}

.headview .wraplst .row.order>div {
    min-height: auto;
}

.wraplst.history .row.order>div {
    min-height: auto;
}

.adminpanel .wraplst .row.order>div {
    min-height: auto;
}

.wraplst .body .row.returnok {
    opacity: .5;
}

.wraplst .row.order .block {
    font-size: 13px;
    display: block;
}

.wraplst .row.order .empty,
.wraplst .row.order .fee {
    line-height: 40px;
}

.wraplst .row.fee .balance {
    display: inline-block;
    background-color: #d45540;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.wraplst .row.order div .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.wraplst .row.order input.checkbox {
    position: absolute;
    left: 5px;
}

.wraplst .orderno {
    display: block;
    margin-bottom: 5px;
}

.wraplst .info .orderno {
    display: inline-block;
    margin: 0px;
}

.wraplst .organ,
.wraplst .date {
    font-size: 90%;
}

.wraplst .row .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}

.wraplst .row .status {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #EEE;
}

.wraplst .row .status.on {
    background-color: #8000ff;
}

.wraplst .orderno {
    display: block;
    margin-bottom: 5px;
}

.wraplst .info .orderno {
    display: inline-block;
    margin: 0px;
}

.adminview[name=admin_word] .cards {
}

.row.words .card {
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px #ddd;
    text-align: center;
    padding: 10px;
    position: relative;
}

.row.words .card .thumb {
    padding-bottom: 90%;
    position: relative;
}

.row.words .card .thumb > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255);
    box-shadow: 0 0px 3px #aaa;
    color: #333;
}

.row.words .card .name {
    margin: 10px 0 5px;
}

.row.words .card .txtSound {
}

form .langs.items {
}

form .langs.items .item {
    line-height: 20px;
    padding: 10px;
}

form .langs.items .item::before {
    content:'';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
}

/* alphabet_activity */

body.body_alphabet {
    background-color: #f3f3f3;
}

.view.alphabetview {
    line-height: 0px;
}

.view.alphabetview .wframe {
    height: 100dvh;
}

/* admin_activity */

.view[name=admin_alphabet] .wrapcontent {
}

.view[name=admin_alphabet] iframe.activity {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    height: calc(100vh - 90px);
}

.view iframe.alphabet {
    display: block;
    min-width: 450px;
    margin: 0 auto;
    height: calc(100vh - 90px);
}


/* admin_course */

.view[name=admin_course] .courses {
}

.view[name=admin_course] .course {
    position: relative;
    text-align: center;
    font-size: 17px;
    background-color: #736767;
    border-radius: 10px;
    color: #fff;
}

.view[name=admin_course] .course::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.view[name=admin_course] .course[data-color]::before {
}

.view[name=admin_course] .course h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.view[name=admin_course] .course .desc {
    display: none;
}


/* admin_conversation */

.conversationeditor .slidetab {
    display: none;
    animation: step-slidein 0.3s linear;
    background-color: #fff;
    position: relative;
    padding: 10px;
}

.conversationeditor .slidetab:last-child {
    display: block;
}

.conversationeditor .tracks {
}

.conversationeditor .tracks .track {
    position: relative;
    line-height: 40px;
    padding: 5px 60px 0 70px;
}

.conversationeditor .tracks .track + .track {
    margin-top: 5px;
    border-top: 1px dashed #ccc;
}

.conversationeditor .tracks .track .time {
    position: absolute;
    top 5px;
    left: 0px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.conversationeditor .tracks .track .subtitle .actor {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 5px;
}

.conversationeditor .tracks .track .subtitle {
}

.conversationeditor .tracks .track .ctrl {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 100%;
}

.conversationeditor .tracks .track .btn {
    display: inline-block;
    padding: 5px;
}

.row.actors {
    padding: 30px 15px;
}

.row.actors .actor {
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.row.actors .actor .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.row.actors .actor .name {
}

.modal .newactor {
    padding: 30px 0 20px;
}

.modal .picbx {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.modal .picbx::after {
    content: '\f030';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 5px #333;
}

.modal .selitems .selitem .pic {
    position: relative;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.modal .selitems .selitem.selected .pic::after {
    content: '\f00c';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 3px #000;
}

form .actors.items {
}

form .actors.items .actor {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 0px;
}

form .actors.items .actor + .actor {
    border: none;
    margin-left: 10px;
}

form .actors.items .actor .pic {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

form .actors.items .actor .pic span[data-role=remove] {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    padding: 10px;
    right: initial;
    font-size: 30px;
}

form .actors.items .actor:hover .pic span[data-role=remove] {
    display: inline-block;
}

form .actors.items .actor .name {
    display: block;
    text-align: center;
}

/* admin_users */

.widget .widget-header {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px 0;
}

.widget .widget-header .title {
    color: #333;
    margin: 0px;
}

.widget.roles .widget-body {
    padding: 20px 0;
}

.dashboard .gauge {
    text-align: center;
    font-weight: normal;
    padding: 5px 0px;
}

.report .dashboard .gauge {
    padding: 0px;
}

.dashboard .gauge .title {
    font-weight: normal;
    font-size: 12px;
    padding: 3px;
    display: block;
}

.dashboard .gauge .cmark {
    width: 85px;
    height: 85px;
    display: inline-block;
    background-color: #eee;
    border-radius: 50%;
    font-size: 25px;
    line-height: 80px;
    margin: 5px;
    color: #000;
}

.dashboard .gauge .smark {
    border-radius: 10px;
}

.dashboard .gauge .score {
    display: block;
    font-size: 22px;
    line-height: 35px;
    cursor: pointer;
}

.dashboard .gauge .score>i {
    font-size: 12px;
    font-style: initial;
}


.filterbar {
    position: relative;
    padding: 5px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.filterbar .btn-group {
    margin-bottom: 0px;
}

.filterbar .wrapsearch {
    float: left;
    width: 50%;
}

.filterbar .filter {
    float: right;
}

.filterbar .search,
.filterbar .smry {
    float: left;
}

.filterbar .search.clear {
    float: none;
}

.filterbar .filter .btn-sm span {
    font-size: 12px;
}

.users .user {
    margin: 5px 0px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.users .user.box {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.users .user.sel:hover,
.users .user.sel {
    background-color: #F0F0F0;
}

.users .user.sel input[type="checkbox"] {
    display: inline-block;
}

.users .user input[type="checkbox"] {
    position: absolute;
    top: 0px;
    left: 3px;
    z-index: 1;
    display: none;
}

.users .users .more {
    height: 70px;
    display: flex;
    align-items: center;
}

.users .users .more>a {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
    text-decoration: none;
}

.users .users .more>a:hover {
    text-decoration: none;
}

.users .user:after {
    clear: both;
    display: block;
    content: '';
}

.users .user:hover {
    background-color: #F9F9F9;
}

.users .user:hover input[type="checkbox"] {
    display: inline-block;
}

.users .user.box > .thumb {
    float: left;
    position: relative;
}

.users .user .thumb > img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.users .user .thumb > .status {
    position: absolute;
    top: 2px;
    right: -7px;
    font-size: 9px;
    opacity: .8;
}

.users .user[role="admin"] .thumb .status:after {
    content: '본사';
    background-color: #000;
}

.users .user[role="master"] .thumb .status:after {
    content: '본부';
    background-color: #df359c;
}

.users .user[role="head"] .thumb .status:after {
    content: '지사';
    background-color: #df359c;
}

.users .user[role="mentor"] .thumb .status:after {
    content: '멘토';
    background-color: #68b787;
}

.users .user[role="school"] .thumb .status:after {
    content: '원장';
    background-color: #2680df;
}

.users .user[role="tutor"] .thumb .status:after {
    content: '방문';
    background-color: #c6a440;
}

.users .user[role="manager"] .thumb .status:after {
    content: '실장';
    background-color: #40b3c6;
}

.users .user[role="teacher"] .thumb .status:after {
    content: '강사';
    background-color: #7c3db3;
}

.users .user[role="student"] .thumb .status:after {
    content: '학생';
    background-color: #ff9104;
}

.users .user[role="free"] .thumb .status:after {
    content: '대기';
    background-color: #636280;
}

.users .user .thumb .status::after {
    color: #fff;
    padding: 1px 5px;
    box-shadow: 0px 1px 1px #333;
}

.users .user .thumb.box > img {
    width: 45px;
    height: 45px;
}

.users .user .thumb > .pic {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.users .user>.info {
    overflow: hidden;
    padding-left: 10px;
    color: #727274;
    font-size: 11px;
}

.users .user>.info>.prop {
    margin: 7px 0px 5px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.users .user>.info>.prop>span {
    display: inline-block;
}

.users .user>.info>.prop>span.name {
    color: #000;
}

.users .user > .info .btn-email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users .user>.option {
    position: absolute;
    top: 0px;
    right: 8px;
    display: none;
    font-size: 12px;
}

.users .user>.option a {
    font-size: 12px;
    font-weight: 300;
}

.users .user>.option i {
    width: 20px;
    text-align: center;
}

.users .user>.option>.dropdown-toggle {
    color: #777;
    background-color: transparent;
    padding: 3px 5px;
    text-shadow: none;
}

.users .user:hover>.option {
    display: inline-block;
}

.users .user > .name {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.users.sels .user > .name {
    min-height: 35px;
}

.users .user > .name .organ {
    display: block;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.users .user.sel .pic::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 1;
}

/* admin_library */


.taskbar {
    background-color: #f5f5f5;
    padding: 5px;
}

.taskbar .smry {
    float: left;
}

.taskbar .filter {
    float: right;
    padding: 5px;
}

.taskbar .btn-group {
    margin: 0px;
}

.taskbar .ddlcate .btn-cate {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.taskbar .smry>li {
    width: 33%;
    font-size: 14px;
}

.taskbar .smry>li>h5 {
    font-weight: bold;
    font-size: 21px;
}

.taskbar .smry>li i.fa-bug {
    color: #d9534f;
}

.taskbar .smry>li i.fa-life-ring {
    color: #337ab7;
}

.taskbar .smry>li i.fa-crop {
    color: #5cb85c;
}

.wraplib .breadcrumb {
    background-color: #fff;
    margin-bottom: 5px;
}

.lib-content .loading {
    color: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    text-align: center;
}

.lib-content .lblpages {
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #ccc;
    clear: both;
    margin-bottom: 20px;
}

.lib-content .lblpages span {
    display: inline-block;
    padding: 2px 10px;
    background-color: #333;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.lib-content.item-list {
    font-size: 12px;
    min-height: 300px;
}

.lib-content.item-list .panel {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFF;
    -webkit-user-select: none;
    height: 165px;
}

.lib-content.item-list .panel.sel .item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.lib-content section.panel:hover {}

.lib-content section.panel:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.modal .lib-content section.panel .checkbox {
    display: none !important;
}

.lib-content section.panel:hover .checkbox {
    display: initial;
}

.lib-content section.panel .checkbox {
    display: none;
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 2;
}

.item-list ul.item {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.item-list ul.item:after {
    clear: both;
    display: block;
    content: '';
}

.item-list ul.item>li {}

.item-list ul.item>li.symbol {
    float: left;
    cursor: pointer;
}

.item-list ul.item>li.prop {
    margin-left: 75px;
    margin-right: 20px;
}

.item-list ul.item>li.prop>h4 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    padding-top: 5px;
    font-size: 12px;
}

.item-list ul.item>li.prop small {
    margin-right: 5px;
}

.item-list ul.item>li.option {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 2;
}

.item-list ul.item>li.option .btn {
    padding: 0px;
    background: none;
    border: none;
    line-height: 1px;
}

.lib-content.item-list .cate {
    font-size: 15px;
    border-bottom: 1px solid #e3e6f3;
    margin: 0px 0px 10px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.lib-content.item-list .cate.down {
    color: #999;
}

.lib-content.item-list .cate>span {}

.lib-content.item-list .cate>i {
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.lib-content.item-list .cate.down>i:before {
    content: '\f106';
}

.lib-content ul.item {
    padding: 5px;
}

.lib-content ul.item>li {
}

.lib-content ul.item>li.header {
    margin-bottom: 5px;
}

.lib-content ul.item>li.header .code {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    min-width: 60px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.lib-content ul.item>li.header a {
    display: inline-block;
    line-height: 15px;
    vertical-align: bottom;
    color: #555;
}

.lib-content ul.item>li.symbol {
    float: none;
    width: auto;
    height: 105px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    line-height: 80px;
    position: relative;
    background-color: #fbfbfb;
}

.lib-content ul.item>li.symbol:hover img {
    max-height: 100%;
}

.lib-content ul.item>li.symbol img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lib-content .epaper ul.item>li.symbol img {
    background-color: #fff;
}

.lib-content ul.item>li.symbol .ico-type {
    font-size: 50px;
    line-height: 55px;
    vertical-align: bottom;
}

.lib-content .program ul.item>li.symbol .ico-type {
    color: rgb(0, 136, 122);
}

.lib-content .cube ul.item>li.symbol .ico-type {
    color: #d9534f;
}

.lib-content ul.item>li.symbol .ion-ios-folder {
    color: #428bca;
}

.item-list .symbol>i.ico-type {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
}

.item-list .symbol>i.ico-share {
    position: absolute;
    bottom: 17px;
    right: 22px;
    color: #d9534f;
}

.item-list .symbol>i.ico-share.mine {
    color: #428bca;
}

.item-list .item .fa-folder {
    color: #22a7f0;
}

.lib-content ul.item>li.prop {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 11px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lib-content ul.item>li.prop>.info {
    position: absolute;
    top: -30px;
    right: 5px;
    display: inline-block;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.modal-body .lib-content ul.item:hover>li.option {
    display: none;
}

.lib-content ul.item:hover>li.option {
    display: initial;
}

.lib-content ul.item>li.option {
    display: none;
}

.lib-content ul.item>li.option .btn {
    width: 50px;
    height: 30px;
    padding: 5px 10px;
    text-align: right;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}



.exbx input[name='extext'] { 
    display: none;
}

.exbx div[data-extype='text'] input[name='extext']{
    display: inline-block;
}

.exbx div[data-extype='file'] .btnAdd {
    display: inline-block;
}

.exbx div[data-extype='file'] .btnAdd::before {
    content: '파일';
    display: inline-block;
}

form .examples {
}

form .form-group .examples.items {
    display: block;
}

form .form-group .examples.items .example {
    display: block;
}

form .examples .example {
    border: none;
    background-color: transparent;
    padding: 5px 5px 5px 40px;
    margin: 0px;
    position: relative;
}

form .examples .example + .example {
    border-top: 1px dashed #ddd;
}

form .examples .example .symbol {
    width: 30px;
    height: 30px;
    float: left; 
    margin-left: 35px;
    margin-right: 5px;
    background-color: #333;
    background-size: contain;
}

form .examples .example .title {
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
}

form .examples .example span[data-role=remove] {
    display: none;
    top: 10px;
    background-color: #fff;
}

form .examples .example:hover span[data-role=remove] {
    display: inline-block;
}

form .examples .example .progress {
    margin-bottom: 0px;
}

form .lstItems.examples .example::before {
    content: attr(data-seq);
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #555;
    color: #fff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
}

/* paper items */


.papercontent {
}

.papercontent .items {
}

.papercontent .items .item {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.papercontent .items .item .option {
    right: 15px;
}

.papercontent .items .item[data-type=question] .thumb {
    padding-bottom: 100%;
    background-color: #EFEFEF;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.papercontent .items .item .thumb::before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
}

.papercontent .items .item[data-format=sound] .thumb::before {
    content: '\f8f1';
}

.papercontent .items .item[data-format=text] .thumb::before {
    content: '\f866';
}

.papercontent .items .item::before {
    content: attr(data-no);
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    line-height: 30px;
    z-index: 1;
}

.papercontent .items .item[data-type=question] .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* question */

.view[name=resrc_question] .wrapcontent {
    max-width: 800px;
    margin: 0 auto;
}

.question.card {
    position: relative;
    font-weight: 300;
}

.items .question.card {
    border-top: 1px solid #ddd;
}

.question.card + .items,
.question.card + .card {
    margin-top: 20px;
}

.question.card.ui-sortable-handle .qhead {
    cursor: pointer;
    padding: 10px 0;
}

.items .question.card .qhead .title:before {
    content: 'Q';
    display: inline-block;
    font-weight: 900;
    background-color: #EFEFEF;
    padding: 0 5px;
    margin-right: 5px;
}

.question.card .qhead {
    position: relative;
}

.question.card .qhead .title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.question.card .qhead .title > fieldset {
    border: 1px solid #ddd;
    padding: 10px;
}

.question.card.parent .qhead .title {
    padding: 5px 0;
}

.question.card .qhead .option {
    position: absolute;
    top: 5px;
    right: 0px;
    display: none;
}

.question.card .qhead .option > .btn {
    background-color: transparent;
}

.view.resrcview .mainpanel.edit .question.card:hover .option {
    display: inline-block;
}

.question.card .qbody {
    padding-top: 5px;
    min-height: 10px;
}

.question.card .qbody img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
}

.question.card .sound {
    text-align: center;
}
/*
.question.card .sound {
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 10px auto;
    background-color: #efefef;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.question.card .sound::before {
    content: '\f028';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    text-align: left;
    transform: translate(-50%, -50%);
}
*/

.question.card .examples {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.question.card .example::before {
    content: attr(data-no);
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid #333;
    font-size: 15px;
    font-weight: 600;
}

.question.card .example {
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 35px;
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
}

.question.card .example.chk::before {
    color: #fff;
    background-color: var(--purple);
}

.question.card .example .image {
    padding-bottom: 70%;
    height: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.question.card .example img {
    max-width: 100%;
}

.question.card .example .sound {
    padding-bottom: 70%;
    max-width: 100%;
    height: 0px;
}

.question.card .example .sound::before {
    font-size: 37px;
    width: 45px;
}

.question .sound.playing::before {
    animation: chletter .2s linear infinite alternate;
}

@keyframes chletter {
    0% { content: '\f027' }
    50% { content: '\f6a8' }
    100% { content: '\f028' }
}

/* Test */

.view.testview {
    font-family: "Nexon";
}

.view.testview .mainpanel {
    overflow: hidden;
}

.view.testview .cards .wrapcard {
    height: calc(100dvh - 90px);
    overflow-y: auto;
    padding: 10px 10px 30px;
}

.view.testview .cards .wrapcard .card {
    position: relative;
}

.view.testview .cards .wrapcard .card.mark {
    padding: 0px;
    background-color: transparent;
}

.view.testview .cards .wrapcard .card + .card {
    margin: 10px 0 30px;
}

.view.testview .cards .wrapcard .card.parent .qhead .title::before {
    content: '[' attr(data-no) ']';
    display: inline-block;
    margin-right: 5px;
}

.view.testview .cards .wrapcard .card:not(.parent) .qhead {
    padding-left: 30px;
}

.view.testview .cards .wrapcard .card:not(.parent)::before {
    content: attr(data-no) '.';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.view.testview .mainpanel .btns {
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 450px;
    padding: 10px; 
    z-index: 1;
    background-color: rgba(255, 255, 255, .8);
}

.view.testview .mainpanel.teststep .btns {
    padding: 0px;
}

.view.testview .btns .btn {
    border-radius: 20px;
    width: 100%;
}

.view.testview .mainpanel.teststep .btns .btn {
    border-radius: 0px;
}

.view.testview .btns .btn-apply,
.view.testview .btns.end .btn-next {
    display: none;
}

.view.testview .btns.end .btn-apply {
    display: block;
}

.testview .startpanel {
    height: calc(100dvh - 60px);
}

.testview .wrapcontent .infobx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    padding: 60px 10px 100px;
}

.testview .wrapcontent .infobx .cprogressbar {
    margin: 0 auto;
}

.testview .wrapcontent .infobx .cprogressbar .ratebx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
}

.testview .startpanel .wrapcontent .infobx .top::before {
    content: url(/skins/default/images/kgeul/eps_topik_reading_bg.png);
    display: block;
    text-align: center;
}

.testview .startpanel .wrapcontent .infobx .smry {
    width: 250px;
    margin: 0px auto 0px;
    background-color: #F9F9F9;
    padding: 10px;
    line-height: 27px;
}

.testview .wrapcontent .infobx .prop h5 {
    text-align: center;
    font-weight: 600;
    margin: 20px 0 10px;
}

.testview .wrapcontent .infobx .mode {
    text-align: center;
    padding: 10px 0;
}

.testview .startpanel .cmdbx {
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 450px;
    padding: 10px;
}

.testview .startpanel .btn-start {
    width: 100%;
    border-radius: 25px;
}

.testview .teststep .header {
    background-color: #17a08c;
    color: #fff;
}

.testview .mainpanel.teststep .header .btn {
    color: #fff;
}

.testview .progressbx {
    position: relative;
    padding: 0px 100px 10px 10px;
    background-color: #17a08c;
    box-shadow: 0 2px 2px #999;
}

.testview .study .progressbx {
    padding: 0px 10px;
    height: 30px;
    z-index: 2;
}

.testview .progressbx .progress-bar {
    background-color: rgba(255, 255, 255, .3);
    width: 100%;
    height: 20px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    float: initial;
}

.testview .progressbx .progress {
    position: absolute;
    background-color: rgba(249, 248, 203, 0.8);
    height: 100%;
    border-radius: 30px;
    margin: 0px;
    /*animation: progress-bar-step 1s 1 cubic-bezier(0.355, 0.025, 0.405, 1.010);*/
}

.testview .progressbx .timer {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 1px 7px;
    border-radius: 7px;
    background-color: #333;
    color: #fff;
    line-height: 20px;
}

.testview .study .progressbx .timer {
    display: none;
}

.testview .endpanel {
    height: calc(100dvh - 60px);
}

.testview .endpanel .top {
    text-align: center;
}

.testview .endpanel .wrapcontent .infobx .top::before {
    content: url(/skins/default/images/kgeul/eps_topik_reading_bg.png);
    display: block;
    text-align: center;
}

.mainpanel > .btns,
.testview .endpanel .btns {
    text-align: center;
}

.testview .endpanel .btns .btn {
    width: 45%;
}

.testview .endpanel .btns .btn + .btn {
    margin-left: 10px;
}


.examples {
    display: flex;
    flex-wrap: wrap;
}

.examples .example {
    display: flex;
    justify-content:flex-start;
    align-items:center;
}

.testview .examples .example + .example {
    border-top: none;
}

/* circle progressbar */
.cprogressbar {
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#e8388a var(--progress), #F0F0F0 0deg);
    font-size: 0;
}

.cprogressbar::after {
    content: '';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 1rem;
    text-align: center;
}


/* break panel */

.view .breakpanel {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; 
    text-align: center;
    z-index: 102;
    background-color: #fff;
    animation: step-vhslidein 0.3s linear;
}

.view.testview .breakpanel {
    max-width: 450px;
}

.view.popup .breakpanel {
    display: block;
}

.view.popup .breakpanel {
    display: block;
}

.view.popup .ibg {
    display: block;
}

.view .breakpanel .wrap {
    position: relative;
    padding: 30px 20px 50px;
}

.view .breakpanel .wrap::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    background-image: url(/skins/default/images/kgeul/exit.gif);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.view .breakpanel h2 {
}

.view .breakpanel h2 span {
    display: block;
    font-family: 'NanumSquareRoundL';
    margin-top: 10px;
    font-size: 15px;
}

.view .breakpanel .btns {
    margin-top: 30px;
}

.view .breakpanel .btns button {
    background-color: #74d240;
    min-width: 100px;
    height: 45px;
    border: 0;
    border-radius: 1.8vh;
    box-shadow: 0 10px 0 0 #60bf2c;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 3vh;
    font-weight: 500;
    padding: 0 20px;
}

.view .breakpanel .btns button:active {
    box-shadow: 0 5px 0 0 #60bf2c;
}

/* my orders */

.wraplst.myorder {
}

.myorder table {
    font-size: 14px;
}

.myorder table thead th {
    text-align: center;
}


.testpanel .progressbx {
    position: relative;
    padding: 0px 100px 10px 10px;
    background-color: #17a08c;
    box-shadow: 0 2px 2px #999;
}

.testpanel.study .progressbx {
    padding: 0px 10px;
    height: 30px;
    z-index: 2;
}

.testpanel .progressbx .progress-bar {
    background-color: rgba(255, 255, 255, .3);
    width: 100%;
    height: 20px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    float: initial;
}

.testpanel .progressbx .progress {
    position: absolute;
    background-color: rgba(249, 248, 203, 0.8);
    height: 100%;
    border-radius: 20px;
    margin: 0px;
    /*animation: progress-bar-step 1s 1 cubic-bezier(0.355, 0.025, 0.405, 1.010);*/
}

.testpanel .progressbx .timer {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 0px 7px;
    border-radius: 7px;
    background-color: #333;
    color: #fff;
    line-height: 20px;
}

.testview .study .progressbx .timer {
    display: none;
}

.testview .frmTest {
    padding: 0;
}

.testview .endpanel {
    height: calc(100dvh - 60px);
}

.testview .endpanel .top {
    text-align: center;
}

.testview .endpanel .wrapcontent .infobx .top::before {
    content: url(/skins/default/images/kgeul/eps_topik_reading_bg.png);
    display: block;
    text-align: center;
}

.mainpanel > .btns,
.testview .endpanel .btns {
    text-align: center;
}

.testview .endpanel .btns .btn {
    width: 45%;
}

.testview .endpanel .btns .btn + .btn {
    margin-left: 10px;
}

.examples {
    display: flex;
    flex-wrap: wrap;
}

.examples .example {
    display: flex;
    justify-content:center;
    align-items:center;
}

.testview .examples .example + .example {
    border-top: none;
}

/* topik daily */

body > section > .view#topik[page=topik_daily] {
    background: #fff;
}

.view[page=topik_daily] .header {
}


/* circle progressbar */
.cprogressbar {
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#e8388a var(--progress), #F0F0F0 0deg);
    font-size: 0;
}

.cprogressbar::after {
    content: '';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 1rem;
    text-align: center;
}


/* break panel */

.view .breakpanel {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; 
    text-align: center;
    z-index: 102;
    background-color: #fff;
    animation: step-vhslidein 0.3s linear;
}

.view.testview .breakpanel {
    max-width: 450px;
}

.view.popup .breakpanel {
    display: block;
}

.view.popup .ibg {
    display: block;
}

.view .breakpanel .wrap {
    position: relative;
    padding: 30px 20px 50px;
}

.view .breakpanel .wrap::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    background-image: url(/skins/default/images/kgeul/exit.gif);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.view .breakpanel h2 {
}

.view .breakpanel h2 span {
    display: block;
    font-weight: 300;
    margin-top: 10px;
    font-size: 15px;
}

.view .breakpanel .btns {
    margin-top: 30px;
}

.view .breakpanel .btns button {
    background-color: #74d240;
    min-width: 100px;
    height: 45px;
    border: 0;
    border-radius: 1.8vh;
    box-shadow: 0 10px 0 0 #60bf2c;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 3vh;
    font-weight: 500;
    padding: 0 20px;
}

.view .breakpanel .btns button:active {
    box-shadow: 0 5px 0 0 #60bf2c;
}

/* my orders */

.wraplst.myorder {
}

.myorder table {
    font-size: 14px;
}

.myorder table thead th {
    text-align: center;
}




/* invoice */

.wrap-invoice {
    padding: 0 10px;
}

.wrap-invoice > h4 {
    font-weight: 600;
}

.wrap-invoice .orderinfo {
    padding-bottom: 10px;
}

.wrap-invoice .orderinfo label {
    font-weight: 500;
    margin: 15px 0px 5px;
    width: 100%;
    padding: 5px;
    border-bottom: 2px solid #555;
}

.wrap-invoice .orderinfo div {
    line-height: 20px;
}

.wrap-invoice .orderinfo div.vbank {
    background-color: #374450;
    color: #fff;
    padding: 5px;
    line-height: 20px;
}

.wrap-invoice .orderinfo div.notice {
    background-color: #34374f;
    color: #fff;
    padding: 3px 5px;
    margin-top: 5px;
}

.wrap-invoice .row>div>label+div {
    padding: 0 5px;
}

.wrap-invoice .table {
    font-size: 13px;
}

.wrap-invoice .table thead>tr>th {
    border-bottom: 2px solid #555;
}

.wrap-invoice .table tbody td {
    vertical-align: middle;
}

.wrap-invoice .table tbody tr.lock input[type=checkbox] {
    display: none;
}

.wrap-invoice .table tbody tr.lock {
    position: relative;
}

.wrap-invoice .table tbody tr.chk>td {
    background-color: #eee;
}

.wrap-invoice .table tbody tr.lock>td {
    background-color: #F9F9F9;
    opacity: .4;
}

.wrap-invoice .table tbody tr.lock .prodinfo:after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(-15deg) translateY(-50%);
    color: #fff;
    padding: 5px;
    opacity: .8;
}

.wrap-invoice .table tbody tr.del .prodinfo:after {
    content: '주문취소';
    background-color: #333;
}

.wrap-invoice .table tbody tr.return .prodinfo:after {
    content: '반품신청';
    background-color: #fe2f2f;
}

.wrap-invoice .table tbody tr.returnok .prodinfo:after {
    content: '반품완료';
    background-color: #333;
}

.wrap-invoice .table tbody td.prodinfo {
    position: relative;
    /* white-space: nowrap; */
}

.wrap-invoice .table tbody td.prodinfo>.thumb {
    float: left;
    max-width: 50px;
    margin-right: 10px;
}

.wrap-invoice input[type="checkbox"], .wrap-invoice input[type="radio"] {
    position: absolute;
    left: 5px;
}

.wrap-invoice .table tbody td.prodinfo>.info {
    margin-left: 0px;
    position: relative;
}

.wrap-invoice .table tbody td.prodinfo>.info .title {
}

.wrap-invoice .table .price {}

.wrap-invoice .table .dprice {
    font-size: 12px;
    text-decoration: line-through;
    color: #d25b5b;
    display: block;
}

.wrap-invoice .bxbill {
    text-align: right;
    margin-top: 20px;
}

.wrap-invoice .bxbill .wrapbill {
    width: 250px;
    float: right;
}

.wrap-invoice .bxbill .wrapbill>div {
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.wrap-invoice .bxbill .wrapbill>div>label {
    margin: 0px;
}

.wrap-invoice .bxbill .wrapbill>div>span {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
    text-align: right;
}

.wrap-invoice .bxbill .wrapbill>div.total {
    font-size: 20px;
    font-weight: 600;
}

/* contact */

.view[page=contact] .wrappanel {
    padding: 0 10px;
}

.view[page=contact] .wrappanel > h2 {
    margin: 10px 0;
}

.view[page=contact] .wrappanel form {
    padding: 10px;
}


/* classroom */

.view[page=classroom] {
    font-family: "Nexon";
    height: 100%;
    overflow-x: hidden;
}

.view[page=classroom] .header .page-title {
    font-weight: 600;
}

.fixon .view[page=classroom] .mainpanel > .header{
}

.view[page=classroom] .mainpanel {
    padding: 60px 0px;
}

.view[page=classroom] .wrappanel {
    padding: 0 10px 10px;
    overflow-x: hidden;
}

.view[page=classroom] .block {
}

.view[page=classroom] .block > h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 5px;
}

.view[page=classroom] .block + .block {
    margin-top: 20px;
}

.view[page=classroom] .block.favorite .items {
    white-space: nowrap;
    padding-top: 5px;
    margin: 0 -15px;
}

.view[page=classroom] .block .items .card {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
    width: 80%;
    border: none;
    box-shadow: 0 0 5px #ccc;
}

.view[page=classroom] .block .items .card:last-child {
    margin-right: 15px;
}

.view[page=classroom] .block .items .card .thumb {
    height: 0;
    padding-bottom: 55%;
    background-color: #ffc962;
}

.view[page=classroom] .block .items .card .info {
    padding: 10px;
    position: relative;
}

.view[page=classroom] .block .items .card .info .level {
    position: absolute;
    top: -20px;
    font-size: 11px;
    color: #fff;
}

.view[page=classroom] .block .items .card .info .tag {
    font-size: 14px;
}

.view[page=classroom] .block .items .card .info .title {
    margin: 5px 0;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.view[page=classroom] .block .items .card .info .prop {
    font-size: 11px;
}

.view[page=classroom] .block .items .card .info .prop > li {
    display: inline-block;
    background-color: #FF7B7B;
    border-radius: 10px;
    color: #fff;
    padding: 3px 10px;
}

.view[page=classroom] .block .tutors {
    white-space: nowrap;
    margin: 0 -15px;
    padding-left: 5px;
    padding-top: 5px;
}

.view[page=classroom] .block .tutors .tutor {
    display: inline-block;
    width: 120px;
    height: 150px;
    border-radius: 10px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
}

.view[page=classroom] .block .tutors .tutor::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1.34%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 40%);
}

.view[page=classroom] .block .tutors .tutor .info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 5px;
    color: #fff;
}

.view[page=classroom] .block .tutors .tutor span.desc {
    display: block;
    font-size: 11px;
}

.view[page=classroom] .block .tutors .tutor span.name {
    display: block;
    font-weight: 600;
    font-size: 13px;
    text-shadow: 0px 1px 1px #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
}

.view[page=classroom] .block .tutors .tutor:last-child {
    margin-right: 10px;
}

.view[page=classroom] .block.lecture {
}

.view[page=classroom] .block.lecture > h3 {
    margin-left: 0px;
    font-size: 17px;
}

.view[page=classroom] .block .tags {
}

.view[page=classroom] .block .tags .tag {
    display: inline-block;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
}

.view[page=classroom] .block .tags .tag:first-child {
    background-color: #FFA5A5;
}

.view[page=classroom] .block .tags .tag.active {
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.view[page=classroom] .block .tags .tag:nth-child(1) {
    background-color: #A9B7FF; 
}

.view[page=classroom] .block .tags .tag:nth-child(2) {
    background-color: #9CD9C3; 
}

.view[page=classroom] .block .tags .tag:nth-child(3) {
    background-color: #FFC770; 
}

.view[page=classroom] .block .tags .tag:nth-child(4) {
    background-color: #FFA5A5; 
}

.view[page=classroom] .block .tags .tag:nth-child(5) {
    background-color: #87D4FF; 
}

.view[page=classroom] .block .tags .tag + .tag {
}

.view[page=classroom] .block .items .list {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #ddd;
}

.view[page=classroom] .block .items .list .thumb {
    float: left;
    width: 20%;
    min-width: 80px;
    padding-bottom: 25%;
    background-color: #F9F9F9;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.view[page=classroom] .block .items .list .info {
    padding: 5px;
}

.view[page=classroom] .block .items .list .info h5 {
    font-size: 16px;
    margin: 5px 0;
}

.view[page=classroom] .block .items .list .info .tag {
    font-size: 11px;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 20px;
    color: #fff;
    background-color: #FFC770; 
}

/* tpltutor */

.tpltutor {
    padding: 10px;
}

.tpltutor .stepbx {
    overflow-x: auto;
    overflow-y: hidden;
}

.tpltutor .stepbx ul {
    margin: 20px 0;
    text-align: center;
    white-space: nowrap;
}

.tpltutor .stepbx ul li {
    padding: 25px 0px;
    width: 150px;
    background: url(/skins/default/images/home/kids/hangul_001.png) no-repeat top center/100% auto;
    color: #fff;
    text-align: center;
    position: relative;
}

.tpltutor .stepbx ul li + li {
    margin-left: 40px;
}

.tpltutor .stepbx ul li + li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f0da';
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #aaa;
    margin-top: -5px;
}

.tpltutor h4 {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
}

.tpltutor h4::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: '\f19c';
    margin-right: 10px;
}

.tpltutor .stepbx h5 {
    font-size: 20px;
}

.tpltutor .stepbx .no {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 15px;
    color: #333;
}

.tpltutor .indexbx {
    margin: 10px 0;
    border-bottom: 7px solid #ffa700;
    padding-left: 20px;
    min-height: 40px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.mainpanel.edit .tpltutor .indexbx {
    padding-left: 80px;
}

.tpltutor .indexbx a {
    display: inline-block;
    padding: 10px 25px;
    border-top: 1px solid #ffa700;
    border-left: 1px solid #ffa700;
    border-right: 1px solid #ffa700;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #000;
    font-size: 17px;
}

.tpltutor .indexbx a + a {
    margin-right: 5px;
}

.tpltutor .indexbx a.active {
    background-color: #ffa700; 
    color: #fff;
}

.tpltutor .indexbx a.btn-new {
    position: absolute;
    border: 1px dashed #ffa700;
    color: #ccc;
    display: none;
}

.mainpanel.edit .tpltutor .indexbx a.btn-new {
    display: inline-block;
    left: 10px;
}

.tpltutor .indexbx a.btn-new:hover {
    color: #333;
}

.tpltutor .widget.lessonbx .widget-header {
    border: none;
}

.tpltutor .widget.lessonbx .widget-header .title {
    margin: 10px 0;
    padding: 10px;
    background-color: #006c46;
    color: #fff;
    border-radius: 5px;
}

.tpltutor .widget.lessonbx .widget-header .title::before {
    display: none;
}

.tpltutor .widget.lessonbx .widget-header .control {
    top: 10px;
    right: 10px;
    display: none;
}

.mainpanel.edit .tpltutor .widget.lessonbx:hover .widget-header .control {
    display: inline-block;
}

.tpltutor .widget.lessonbx .widget-body {
}

.tpltutor .widget.lessonbx .items {
}

.tpltutor .widget.lessonbx .items .item .title {
    position: absolute;
    width: 70%;
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 15px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: #ffa700;
    color: #fff;
    z-index: 1;
}

.tpltutor .widget.lessonbx .items .item .desc .box {
    min-height: 200px;
    border-radius: 10px;
    border: 2px solid #ffa700;
    padding: 30px 10px 10px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

.tpltutor .widget.lessonbx .items .item .attach .box {
    position: relative;
    min-height: 200px;
}

.tpltutor .widget.lessonbx .items .item .attach .box::before {
}

.tpltutor .widget.lessonbx .items .item .attach .box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 10px;
}

.tpltutor .widget.lessonbx .items .item .control {
    display: none;
}

.mainpanel.edit .tpltutor .widget.lessonbx .items .item:hover .control {
    display: inline-block;
}

.tpltutor .widget.lessonbx .items .item .control > .btn {
    padding: 10px;
    background: none;
    border: none;
    line-height: 1px;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.tpltutor .widget.lessonbx .items .item .control .dropdown-menu a {
    font-size: 13px;
    font-weight: 300;
}

.tpltutor .widget.lessonbx .btn-new {
    text-align: center;
    color: #333;
    line-height: 35px;
    border: 1px dashed #ccc;
    border-radius: 30px;
    display: none;
}

.mainpanel.edit .tpltutor .widget.lessonbx .btn-new {
    display: block;
}


/* chat */

body > section > .view[name=chat_default] {
    font-family: "Nexon";
    background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.view[name=chat_default] .header {
    display: none;
}

.view[name=chat_default] .footer {
    background-color: transparent;
    box-shadow: initial;
}

.view[name=chat_default] .mainpanel .wrappanel {
    height: calc(100dvh - 80px);
}

.view[name=chat_default] .mainpanel .wrappanel > .title {
    text-align: center;
    font-weight: 600;
}

.view[name=chat_default] .mainpanel .wrappanel > .desc {
    text-align: center;
    font-weight: 300;
}

.view[name=chat_default] .partners {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.view[name=chat_default] .partners .partner {
    cursor: pointer;
} 

.view[name=chat_default] .partners .partner .wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.view[name=chat_default] .partners .partner .thumb {
    width: 50%;
    max-width: 200px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.view[name=chat_default] .partners .partner.saejong .thumb {
    background: #F9F9F992 url(/skins/default/images/kgeul/ch_saejong_full.png) no-repeat center top/80%;
}

.view[name=chat_default] .partners .partner.jaum .thumb {
    background: #F9F9F992 url(/skins/default/images/kgeul/ch_jaum_full.png) no-repeat center top/80%;
}

.view[name=chat_default] .partners .partner.moum .thumb {
    background: #F9F9F992 url(/skins/default/images/kgeul/ch_moum_full.png) no-repeat center top/130%;
}

.view[name=chat_default] .partners .partner .thumb::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.view[name=chat_default] div.lock .partners .partner .thumb {
    filter: grayscale(.7);
}

.view[name=chat_default] .partners .partner h5 {
    font-size: 22px;
    font-weight: 300;
}

.view[name=chat_default] .btn-start {
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
    min-width: 200px;
    font-size: 27px;
    line-height: 40px;
    padding: 5px 25px;
    background-color: #e86a43;
    color: #fff;
    box-shadow: 0 10px 0 #999;
}

body > section > .view[name=chat_room] {
    /*background: linear-gradient(180deg, #eee 20%, #ccc 80%);*/
    font-family: "Nexon";
}

.view[name=chat_room] .chatbx {
    padding: 10px 10px 100px 10px;
}

.view[name=chat_room] .chatbx .msg {
    margin-bottom: 10px;
}

.view[name=chat_room] .chatbx .msg .profile {
    float: left;
}

.view[name=chat_room] .chatbx .msg.me .profile {
    float: right;
}

.view[name=chat_room] .chatbx .msg .profile .thumb {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #F9F9F9;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 1px rgba(91, 91, 133, 0.35);
}

.view[name=chat_room] .chatbx[data-actor=saejong] .msg.ai .profile .thumb {
    background-size: 80%;
}

.view[name=chat_room] .chatbx[data-actor=jaum] .msg.ai .profile .thumb {
    background-size: 80%;
}

.view[name=chat_room] .chatbx[data-actor=moum] .msg.ai .profile .thumb {
    background-size: 120%;
}

.view[name=chat_room] .chatbx .msg .profile label {
    text-align: center;
    display: block;
    margin: 5px 0 0;
}

.view[name=chat_room] .chatbx .msg .speech {
    padding: 10px 15px;
    margin-left: 80px;
    margin-right: 40px;
    border-radius: 15px 15px 15px 0px;
    background: #0093E9 linear-gradient(140deg, #0093E9 0%, #80D0C7 100%);
    position: relative;
    min-height: 70px;
    line-height: 22px;
    box-shadow: 0px 1px 1px rgba(91, 91, 133, 0.35);
    color: #fff;
    font-weight: 300;
    word-break: keep-all;
}

.view[name=chat_room] .chatbx .msg.me .speech {
    border-radius: 15px 15px 0px 15px;
    margin-right: 80px;
    margin-left: 40px;
    background: #efefef;
    color: #000;
}

.view[name=chat_room] .inputbx {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    max-width: 450px;
    background-color: #fff;
}

.view[name=chat_room] .inputbx a {
    color: #000;
}

.view[name=chat_room].keyboard .inputbx .micbx,
.view[name=chat_room] .inputbx .keyboardbx {
    display: none;
}

.view[name=chat_room] .inputbx .micbx {
    text-align: center;
}

.view[name=chat_room] .inputbx .micbx .btn-mic {
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(61deg, #0093E9 0%, #80D0C7 100%);
    color: #fff;
}

.view[name=chat_room].recording .inputbx .micbx .btn-mic {
	transform: scale(1);
	animation: wpulse 1s infinite;
}

.view[name=chat_room] .inputbx .micbx .btn-keyboard {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 27px;
}

.view[name=chat_room].keyboard .inputbx .keyboardbx {
    display: block;
    padding-left: 40px;
}

.view[name=chat_room].keyboard .inputbx textarea {
    border-radius: 10px;
}

.view[name=chat_room].keyboard .inputbx .keyboardbx .btn-mic {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 27px;
 mnuon}

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

.product .status {
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #eee;
}

.product .status.on {
    background-color: #8a2edc;
}

.products {}

.storeview .products.list>div {
    width: 100%;
    margin-bottom: 5px;
}

.storeview .products.list>div>.product {
    box-shadow: initial;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.storeview .products.list>div>.product .thumb {
    width: 100px;
    float: left;
}

.storeview .products.list>div>.product .thumb .cover {
    height: 120px;
}

.storeview .products.list>div>.product .info {
    margin-left: 110px;
    overflow: hidden;
}

.products .product {
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.products .product>input[type=checkbox] {
    position: absolute;
    margin: 10px;
    z-index: 1;
    display: none;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(1.5);
}

.products .product .thumb {
    position: relative;
    padding: 5px;
    overflow: hidden;
}

.products .product.new .thumb::before {
    content: "new";
    position: absolute;
    padding: 3px 10px;
    opacity: 0.9;
    transform: rotate(-45deg);
    background-color: #de4444;
    color: #fff;
    top: 5px;
    left: -32px;
    width: 100px;
    text-align: center;
    z-index: 1;
}

.products .product .thumb .cover {
    padding-bottom: 100%;
}

.products .product:hover .thumb .cover {
    background-size: contain !important;
    position: relative;
}

.modal .products .product:hover .thumb .back::before,
.modal .products .product.sel .thumb .back::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.products .product:hover {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.products .product .back {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.products .product .back>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    display: none;
}

.products .product .back a {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.products .product .back a>span {
    display: none;
}

.products .product .back .cmd {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.products .product.sel .back .cmd {
    display: none;
}

.products .product.sel .back>i {
    display: inline-block;
}

.products .product.sel input[type=checkbox],
.products .product:hover input[type=checkbox],
.products .product.sel .back,
.products .product:hover .back {
    display: block;
}

.products .product .info {
    padding: 5px;
}

.products .product .info label,
.frmProduct .info label {
    margin: 0px;
    font-size: 11px;
    border-radius: 5px;
    padding: 0px 7px;
    background-color: #5782d7;
    color: #fff;
}

.products .product .info .title {
    margin: 10px 0;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frmProduct .info .title {
    margin: 10px 0;
    font-size: 15px;
    text-overflow: ellipsis;
}

.products .product .info .cmd {
    display: none;
    font-size: 13px;
}

.products .product .info .cmd>a {
    text-decoration: none;
    color: #333;
}

.storeview .products.list>div>.product .thumb .cmd {
    display: none;
}

.storeview .products.list>div>.product .info .cmd {
    display: block;
}

.storeview .products.list>div>.product .info .price,
.frmProduct .info .price {
    padding: 0 0 10px;
    text-align: left;
    height: auto;
}

.products .product .info .price {
    text-align: right;
    height: 20px;
}

.products .product .info .price b,
.frmProduct .info .price b {
    color: #e73e3e;
}

.products .product .info .price .discount {
    font-size: 11px;
    text-decoration: line-through;
    color: #999;
}

.prodview .pathinfo {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.prodview .prodinfo {
    margin-bottom: 20px;
}

.prodinfo .input-group .btn {
    border-left: initial;
    border-radius: 0;
    z-index: 1;
}

.prodinfo .pic {
    width: 100%;
    height: 360px;
    background-color: #f5f5f5;
}

.prodinfo .cate {
    padding: 0px 7px;
    border-radius: 5px;
    font-size: 11px;
}

.prodinfo .title {
    color: #000;
    margin: 0;
}

.prodview .prodinfo .title {
    line-height: 65px;
}

.prodinfo .stock {}

.prodinfo .shipbx {
    margin: 10px 0;
    padding: 10px 0;
}

.prodinfo .pricebx {
    margin: 20px 0;
    font-size: 20px;
}

.prodinfo .drate>span {
    display: inline-block;
    color: #f44336;
    font-size: 35px;
    font-weight: 600;
    margin-top: 25px;
}

.prodinfo .pricebx .dprice {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}

.prodinfo .pricebx .price {
    font-size: 15px;
    text-decoration: line-through;
    color: #f44336;
    display: inline-block;
}

.prodinfo .cntbx {
    margin: 10px 0;
}

.prodinfo .cntbx label {}

.prodinfo .cntbx .price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.prodinfo .totalbx {
    margin: 20px 0;
    text-align: right;
}

.prodinfo .totalbx .price {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    width: 150px;
}

.prodview .tabs {
    padding: 20px 20px 0;
    background-color: #333;
    color: #fff;
    font-size: 15px;
}

.prodview .tabs li {
    width: 100px;
    text-align: center;
    border-bottom: 2px solid transparent;
    padding: 5px;
}

.prodview .tabs li.active {
    border-bottom: 2px solid #e92828;
}


/****************** store_cart ******************/

.cartpanel .notice {
    padding: 10px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

ul.lstProd {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.lstProd>li {
    position: relative;
    padding: 10px 0px;
    margin-bottom: 0px;
}

ul.lstProd>li:not(:first-child) {
    border-top: 1px solid #eee;
}

ul.lstProd>li.empty {
    text-align: center;
    padding: 50px 0px;
    font-size: 17px;
    color: #aaa;
}

ul.lstProd>li .btnDel {
    position: absolute;
    top: 20px;
    right: 10px;
}

ul.lstProd>li .btnOrder {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

ul.lstProd>li>.pic {
    float: left;
    width: 80px;
    min-height: 100px;
    text-align: center;
}

ul.lstProd>li>.pic .img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
}

ul.lstProd>li>.pic img {
    width: 100%;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
}

ul.lstProd>li>.pic>div.empty_thumb {
    height: 100px;
    border: 1px solid #eee;
    width: 100%;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.1);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.1);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.1);
    position: relative;
    background: #F5F5F5 url(/common/images/no_image.jpg) no-repeat center center;
    background-size: cover;
}

ul.lstProd>li>.pic>div.empty_book::before {
    content: '';
    position: absolute;
    width: 1px;
    left: 10px;
    background-color: #ddd;
    height: 100%;
}

ul.lstProd>li>.pic .btn-xs {
    padding: 2px 7px;
}

ul.lstProd>li>.info {
    margin-left: 100px;
}

ul.lstProd>li>.info .name {
    font-size: 17px;
    margin: 5px 0px;
}

ul.lstProd>li>.info .input-sm {
    padding: 3px 10px;
}

ul.lstProd>li>.info .amount {
    position: relative;
    line-height: 30px;
}

ul.lstProd>li>.info .desc {
    line-height: 20px;
}

ul.lstProd>li>.info .amount input {
    display: inline-block;
}

ul.lstProd>li>.info .amount .btn-group {
    margin-bottom: 3px;
}

ul.lstProd>li>.info .amount .btn-group>button {
    padding: 4px 7px;
    font-size: 10px;
}

ul.lstProd>li>.info .option {
    line-height: 30px;
}

ul.lstProd>li>.info .option>span {
    padding: 2px 5px;
    background-color: #eee;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ul.lstProd>li>.info .price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    line-height: 30px;
    font-weight: bold;
}

ul.lstProd>li>.info .price>.dprice {
    font-size: 13px;
    font-weight: normal;
    color: #d25b5b;
    margin-right: 5px;
}

ul.lstProd>li>.ext {
    line-height: 30px;
}

.bxBill .form-group.total {
    border-top: 1px dashed #333;
    padding-top: 10px;
    font-size: 17px;
}

.bxBill {
    padding: 10px 0px;
}

.bxBill>.form-group {
    line-height: 30px;
}

.bxBill>.form-group>label {}

.bxBill>.form-group>.control-label {
    line-height: initial;
}

.bxBill>.qty input {
    display: inline-block;
    text-align: right;
}

.bxBill>.devider {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.bxBill .method>div {
    display: none;
}

.bxBill .method>div.active {
    display: block;
}

.bxBill .method .text {
    line-height: 40px;
    background-color: #eee;
    padding: 5px 10px;
}

.bxBill .notice {
    text-align: center;
    font-size: 17px;
    color: #D25454;
}

.bxBill .stab {
    display: none;
}

.bxBill .stab.active {
    display: block;
}

.bxBill .cards {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}

.bxBill .wrapcard {
    width: 180px;
    text-align: center;
    display: inline-block;
}

.bxBill .wrapcard input[type=radio] {
    margin: 10px;
}

.bxBill .card {
    text-align: left;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    color: #000;
    background-color: #faad43;
    box-shadow: 1px 2px 2px #ccc;
}

.bxBill .card h5 {
    margin-bottom: 10px;
}

.bxBill .card label {
    margin-bottom: 0px;
    color: #fff;
    line-height: 35px;
    display: none;
}

.bxBill .card .price {
    font-weight: 700;
    float: right;
    background-color: rgba(255, 255, 255, .3);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 120%;
    line-height: 25px;
}

.bxPay .bxBill {
    display: none;
}

.bxPay[data-type=CHECK] .cards {
    display: block;
}

.storepanel .bxcmd {
    margin-top: 10px;
}

.storepanel .bxcmd .btn {}


/*********** poppup order ***************/

.frmOrder .bxSmry {
    line-height: 30px;
    font-size: 17px;
    border-bottom: 1px dashed #aaa;
    padding: 5px;
}

.frmOrder .bxSmry b {
    margin-left: 10px;
}

.frmOrder .bxBill {
    border-bottom: 1px dashed #aaa;
}

.frmOrder .bxAddr {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}

/*
.frmOrder .bxAddr.shipoff .form-group.addr {
    display: none;
}
*/

.frmOrder .bxTotal {
    font-size: 23px;
    margin-bottom: 20px;
    padding: 20px 10px 5px;
}

.frmOrder .bxTotal .shipinfo {
    font-size: 20px;
}

.frmOrder .bxTotal .pointinfo {
    font-size: 17px;
}

.frmOrder .bxTotal .pointinfo>b {
    color: #e66666;
}

.frmOrder .bxTotal b {
    color: #4B7DC8;
}

.frmOrder .bxTotal .total {
    border-top: 1px solid #ddd;
    display: inline-block;
    padding-top: 10px;
}

.frmOrder .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.frmOrder .form-group .form-inline .form-control {
    display: inline-block;
}

/* kgeulapp coupon */

.storeview[page=coupon] {
}

.storeview[page=coupon] .hright .btn {
    display: none;
}

.storeview[page=coupon] .wrappanel {
    padding: 50px 30px;
}

.storeview[page=coupon] .box.coupon {
}

.storeview[page=coupon] .box.coupon .wrap {
}

.storeview[page=coupon] .box.coupon h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.storeview[page=coupon] .box.coupon input {
    line-height: 40px;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.storeview[page=coupon] .box.coupon .btn-regist {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 18px;
}

.storeview[page=coupon] .box.coupon .info {
    font-weight: 300;
    font-size: 15px;
    color: #555;
}

.storeview[page=coupon] .box.coupon .info li {
    line-height: 22px;
}

.storeview[page=coupon] .box.coupon .info li {
    line-height: 22px;
}

/* coupon */

.coupons {}

.coupons .coupon {
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    position: relative;
    margin: 10px 0;
    height: 130px;
}

.coupons .coupon input.checkbox {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
}

.coupons .coupon:hover input.checkbox {
    display: inline-block;
}

.coupons .coupon.ticket .cnt {
    display: none;
}

.coupons .coupon span[data-role="del"] {
    cursor: pointer;
    font-size: 20px;
    line-height: 1px;
    padding: 2px;
    /*vertical-align: middle;*/
    position: absolute;
    right: -5px;
    top: -5px;
    display: none;
    z-index: 2;
}

.coupons.edit .coupon:hover span[data-role="del"] {
    display: inline-block;
}

.modal .coupons .coupon {
    height: 100px;
}

.coupons .coupon .cnt {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #e65e5e;
    z-index: 1;
    font-weight: 600;
}

.coupons.edit .coupon .cnt {
    top: 50%;
    left: 50%;
    right: initial;
    transform: translate(-50%, -50%);
    background-color: rgba(232, 0, 0, 0.5);
}

.coupons .coupon.expire,
.coupons .coupon.used {
    border-color: rgba(0, 0, 0, .3) !important;
}

.coupons .coupon .bg {
    display: none;
}

.coupons .coupon .bg>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    display: none;
}

.coupons .coupon.sel .bg>i {
    display: inline-block;
}

.modal .coupons .coupon:hover .bg,
.coupons .coupon.sel .bg,
.coupons .coupon.expire .bg,
.coupons .coupon.used .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}

.coupons .coupon.used .expire::before {
    content: '사용완료';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    padding: 5px 10px;
    background-color: rgba(235, 40, 40, 1);
    color: #fff;
    z-index: 2;
}

.coupons .coupon.expire .expire::before {
    content: '기간만료';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    padding: 5px 10px;
    background-color: rgba(235, 40, 40, 1);
    color: #fff;
    z-index: 2;
}

.coupons .coupon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 5px solid #e4dfdf;
}

.coupons .coupon::after {
    content: 'COUPON';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0px;
    right: 0px;
    background-color: #e4dfdf;
    border-left: 3px dotted #fff;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-right: 5px;
}

.coupons .coupon[type=lesson]:before {
    border-color: #70b1df;
}

.coupons .coupon[type=lesson]::after {
    background-color: #70b1df;
}

.coupons .coupon:hover {
    background-color: #F9F9F9;
}

.coupons .coupon>i {
    position: absolute;
    color: #777;
    top: -7px;
    left: -7px;
}

.coupons .coupon h2 {
    margin: 5px 0px 10px;
    color: #000;
    font-weight: 700;
    font-size: 110%;
    /*
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  */
}

.modal .coupons .coupon h2 {
    font-size: 15px;
}

.coupons .coupon h2>span {
    font-size: 50%;
}

.coupons .coupon .expire>label {
    font-size: 13px;
}

.coupons .coupon .expire>span {
    font-size: 13px;
}

.coupons .coupon .regist {
    font-size: 11px;
}

.preview .coupon .code {
    line-height: 20px !important;
    font-size: 15px !important;
}

/* lds-ripple */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}


/* key frames */

.wrong {
  animation: shake 0.3s 2;
}

@keyframes step-vhslidein {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  30% {
    transform: translateX(-1%);
    -webkit-transform: translateX(-1%);
  }
  70% {
    transform: translateX(1%);
    -webkit-transform: translateX(1%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@keyframes wpulse {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(233, 76, 0, 0.5);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(233, 76, 0, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(233, 76, 0, 0);
	}
}


/* media screen */

@media screen and (max-height: 800px) {
    .view[page=intro] .menus {
        position: relative;
        top: initial;
        transform: initial;
    }
}


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

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

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

@media screen and (max-width: 980px) and (orientation: landscape) {
    .view[page="chart"] .header {
        height: 60px;
    }

    .view[page="chart"] .mainpanel {
        padding-top: 60px;
    }

    .view[page="chart"] .header .title {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .view[page="chart"] .mainpanel .body {
        height: calc(100dvh - 120px);
        padding: 20px;
    }

    body .view[page="chart"] .menus {
        position: initial;
        height: 100%;
        transform: initial;
    }

    body .view[page="chart"] .menus .mnu {
        float: left;
        width: calc(33% - 10px);
        height: 100%;
        border-radius: 10px !important;
        margin: 0px 0px 0px 10px !important;
        animation: none !important;
        position: relative;
        max-height: initial;
    }

    body .view[page="chart"] .menus .mnu:first-child {
        width: calc(33% - 5px);
        margin: 0px 0px 0px 5px !important;
    }

    body .view[page="chart"] .menus .mnu::before {
        left: 50%;
        transform: translateX(-50%);
        right: initial !important;
        box-shadow: 0 -1px 2px #ccc !important;
    }

    body .view[page="chart"] .menus .mnu > span {
        white-space: initial; 
    }

    body .view.kgeulview .mainpanel.slidepanel .header {
        height: 60px;
    }

    body .view.kgeulview .mainpanel.slidepanel {
        padding-top: 60px;
    }

    .view[page=intro] .menus .menu:nth-child(1) {
        width: 25%;
        height: 100%;
        margin-right: 10px;
    }

    .view[page=intro] .menus .menu:nth-child(2) {
        margin-top: 0px;
        margin-right: 10px;
        width: 25%;
        height: 100%;
    }

    .view[page=intro] .menus .menu:nth-child(3) {
        margin-top: 0px;
        margin-right: 10px;
        width: calc(25% - 15px);
        height: 100%;
    }

    .view[page=intro] .menus .menu:nth-child(4) {
        margin-top: 0px;
        width: calc(25% - 15px);
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .mdhide {
        display: none;
    }
    .mshow {
        display: block !important;
    }
    .mhide {
        display: none !important;
    }

    .modal-dialog {
        width: 90%;
    }

    form .form-inline select,
    form .form-inline input,
    form .form-inline .btn {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 640px) {
    body {
        background-image: initial;
    }

    .view[page=onboard] .mainpanel {
        background-size: contain;
    }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    body .view[page="curriculum"] .mainpanel .card .box {
        padding: 500px 20px 20px;
    }

    .view[page=topik] .wrappanel .box::before {
        padding-bottom: calc((100dvh - (210px + (75px * 5))) / 3);
    }
}

@media screen and (min-height: 1000px) {
    .view[page=topik] .wrappanel .box::before {
        padding-bottom: calc((100dvh - (210px + (90px * 5))) / 3);
    }

    .view[page=onboard] .mainpanel .card .box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

@media screen and (min-height: 768px) {
}

@media screen and (min-width: 1000px) {
    body[module=kgeul].body_chat,
    body.body_test,
    body.body_alphabet,
    body[module=kgeul].body_store,
    body[module=kgeul].body_mypage,
    body[module=kgeul].body_login,
    body.body_kgeul {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
        position: relative;
    }

    body.body_alphabet > .outview,
    body.body_test > .outview,
    body.body_conversation > .outview,
    body.body_word > .outview,
    body[module=kgeul]:not(.body_course, .body_admin) > .outview {
        display: block;
        position: fixed;
        top: 40%;
        transform: translateY(-50%);
        max-width: 500px;
    }

    body[module=kacademy].body_login,
    body.body_test,
    body.body_alphabet,
    body.body_conversation,
    body.body_word,
    body[module=kgeul]:not(.body_admin) {
        background-image: url(/skins/default/images/kgeul/bg_mark.png), linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
        background-size: cover;
        background-attachment: fixed;
    }

    body.body_alphabet .view,
    body.body_conversation .view,
    body.body_word .view,
    body.body_test .view,
    body[module=kgeul].body_chat .view,
    body[module=kgeul].body_store .view,
    body[module=kgeul].body_mypage .view,
    body[module=kgeul].body_login .view,
    body.body_kgeul .view {
        max-width: 450px;
        width: 100%;
        float: right;
        box-shadow: 0 4.678px 58.472px 0 rgba(134, 145, 176, 0.3);
        position: relative;
        background-color: #fff;
    }

    body.body_test .view {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 4.678px 58.472px 0 rgba(134, 145, 176, 0.3);
    }

    body.body_test .view .header,
    body.body_conversation .view .header,
    body.body_word .view .header,
    body.body_store .view .mainpanel:not(.mnuon) > .header,
    body[module=kgeul].body_mypage .view .mainpanel > .header,
    body.body_kgeul .view .mainpanel > .header {
        max-width: 450px;
    }

    body .mainpanel > .btns {
        max-width: 450px;
    }

    .view[name="kgeul_default"] .mainpanel .wrappanel .step_title {
        max-width: 450px;
    }

    .mainpanel.shoppanel .notice {
        max-width: 450px;
    }

    .testpanel .btns,
    .activitypanel .btns,
    .view[name="mypage_profile"] .wrappanel .btns,
    .footer.navi {
        max-width: 450px;
    }

    .view[page=onboard] .mainpanel .pagination,
    .view[page="topik_index"] .mainpanel .wrappanel .btns,
    body .view .breakpanel,
    body .steppanel > .footer {
        max-width: 450px;
    }
}

@media screen and (max-width: 480px) {
    body .mainpanel > .header .mobile {
        display: inline-block;
    }

    body .mainpanel.classroompanel {
        padding-top: 50px;
    }

    .mainpanel.classroompanel .contentpanel {
        margin: 45px 0 0;
        padding: 0px;
    }

    body .courseview.mnuon .header {
        box-shadow: none;
    }

    body .wrap-tabs {
        z-index: 99;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        white-space: nowrap;
        overflow-x: auto;
    }

    body .coursepanel .nav-tabs {
        display: block;
        margin: 0 0 3px;
        padding: 0px;
        -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    }

    body .nav-tabs.maintabs > li {
        float: initial;
        display: inline-block;
        padding: 0 5px;
    }

    body .coursepanel .nav-tabs > li > a {
        padding: 10px 20px;
    }

    .adminview .content-body > li {
        width: 49%;
    }

    .edit .lecHeader .logo {
        display: none;
    }

    .bxLecUsrs {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 0px;
    }

    .modal .users .col-xs-2 {
        width: 33.3%;
    }

    .lecHeader h2.title {
        padding-left: 10px;
    }

    .lesson-panel .lpanel {
        float: initial;
        width: 100%;
        position: relative;
        top: 0px;
        padding: 0 10px;
    }

    .lesson-panel .infostatus {
        display: none;
    }

    .lesson-panel .index.box {
        width: 100%;
        min-height: initial;
        display: none;
    }

    .lesson-panel .cpanel {
        margin-left: 0px;
        padding: 0 10px 10px;
    }

    .view iframe.alphabet {
        min-width: 100%;
    }

    .users .user.box > .thumb {
        float: initial;
        display: block;
        text-align: center;
    }

    .users .user > .info {
        padding: 0px;
    }

    .scrollTop {
        right: 10px;
    }

    .view[page=unit] .mainpanel .wrappanel .title h2 {
        font-size: 22px;
    }

    .tpltutor .widget.lessonbx .items .item .attach .box {
        margin-top: 20px;
    }

    body[module="kacademy"] .view.mypageview .mainpanel.mnuon .wrapcontent {
        margin-top: 40px;
        min-height: calc(100vh - 110px);
    }

    body[module="kacademy"] .view.mypageview .mainpanel.mnuon .wrapcontent .infoprofile {
        display: none;
    }

    .users .user > .info > .prop {
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .expand-right .sidepanel {
        width: 90%;
    }

    .view[page=unit] .mainpanel .wrappanel .title h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
}
