
/* Browser */
@media screen and (min-width: 1100px) {
    .jplanpage {
        margin: auto;
        width: 690px;
        height: 100%;
        box-sizing: border-box;
    }

    .div-jmethod-bodypart {
        width: 600px;
    }

    .div-method {
        width: 600px;
    }

    .div-jpopup {
        left: 20%;
        width: 60%;
    }

    .jplanitem {
        width: 600px;
    }
}

/* Pad */
@media screen and (max-width: 1099px) and (min-width: 601px) {
    .jplanpage {
        margin: auto;
        height: 100%;
        width: 99%;
        box-sizing: border-box;
    }

    .div-jmethod-bodypart {
        width: 600px;
    }

    .div-method {
        width: 600px;
    }

    .div-jpopup {
        left: 10%;
        width: 80%;
    }

    .jplanitem {
        width: 85%;
    }
}

/* Phone*/
@media screen and (max-width: 600px) {
    .jplanpage {
        margin: auto;
        height: 100%;
        width: 99%;
        box-sizing: border-box;
    }

    .div-jmethod-bodypart {
        width: 99%;
    }

    .div-method {
        width: 99%;
    }

    .div-jpopup {
        left: 5%;
        width: 90%;
    }

    .jplanitem {
        width: 80%;
    }
}

.jexclamation-mark {
    font-weight: 700;
    font-size: 12pt;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
    background: red;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: none;
    outline: none;
}

.jplanbook-popup table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.jplanbook-popup {
    background-color: #393f48;
    display: none;
    position: absolute;
    z-index: 70;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a3a3a;
    top: 0px;
    left: 0px;
}

.jplanbook-custom-menu {
    z-index: 100;
    position: absolute;
    overflow: hidden;
    background: #2f343c;
    border: none;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    padding: 3px;
    cursor: pointer;
}

.jplanbook-custom-menu img {
    height: 20px;
    margin-top: 4px;
}

.jplanbook-custom-menu div {
    width: 25px;
    height: 30px;
    display: inline-block;
    text-align: center;
    float: left;
}

.jplanbook-custom-menu div:hover {
    background-color: #c0c0c0;
}

.jplanbook-custom-menu button {
    font-size: 9pt;
    font-weight: 200;
    color: white;
    border: none;
    display: block;
    background-color: transparent;
    cursor: pointer;
}

.jplanbook-custom-menu button:hover {
    color: #20a464;
}

.jplanbook-custom-menu-img {
    content : url('/submodules/common/jlib/JPlanBook/images/more_icon.png');
    cursor: pointer;
    width: 24px;
}

.jplanbook-custom-menu-img:hover {
    content : url('/submodules/common/jlib/JPlanBook/images/more_icon_w.png');
}

.jplan-float-right {
    float: right;
}

.jplan-float-left {
    float: left;
}

.jplan-child {
    float: left;
}

.jplan-hide {
    display: none;
}

.jplanpage-cover {
    position: absolute;
    background: black;
    opacity: 0.7;
}

.jplanpage-parent {
    float: left;
    overflow: auto;
}

.jplanpage-parent-preview {
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.jplanpage-title {
    margin-left: -1px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #282c33;
    width: 100%;
    height: 60px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #6c6e74;
}

.jplan-table {
    width: 100%;
    height: 100%;
    font-size: 9pt;
    margin-top: 15px;
    font-weight: 400;
}

.jplan-table a {
    font-size: 12pt;
    font-weight: 400;
}

.jplan-table div {
    text-align: center;
    border-top: 2px solid white;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: auto;
}

.jplan-table .jplan-table-description {
    height: 35px;
    width: 120px;
    background: #a180a3;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.jplan-table button {
    height: 30px;
    width: 45px;
    background: #8f558e;
    color: white;
    border: 1px solid #643ab7;
    border-radius: 5px;
    cursor: pointer;
}

.jplan-table .jplanpage-title-input {
    width: 100% !important;
    height: 30px !important;
    border: none;
    outline: none;
    border-radius: 0px;
    padding-left: 10px;
    color: white;
    background: #393f48;
    box-sizing: border-box;
    font-size: 11pt;
    font-weight: 300;
}

/*
    jplanitem START
*/
.jplanitem {
    position: relative;
    background-color: #282c33;
    box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.4);
    height: auto;
    border: none;
    margin: 8px auto 8px auto;
    font-family: sans-serif;
}

.jplanitem .item-manager-prev {
    outline: none;
    position: absolute;
    border: none;
    top: 50%;
    background-color: #282c33;
    color: white;
    left: -60px;
    cursor: pointer;
    width: 50px;
    height: 48px;
    border-radius: 100%;
    font-size: 14pt;
    font-weight: 400;
}

.jplanitem .item-manager-prev img {
    margin-top: 5px;
    width: 18px;
}

.jplanitem .item-manager-next {
    outline: none;
    position: absolute;
    border: none;
    top: 50%;
    background-color: #282c33;
    color: white;
    right: -65px;
    cursor: pointer;
    width: 50px;
    height: 48px;
    border-radius: 100%;
    font-size: 14pt;
    font-weight: 400;
}

.jplanitem .item-manager-next img {
    margin-top: 5px;
    width: 18px;
}

.jplanitem-title {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

.jplanitem-title .title-manager {
    width: 100%;
    height: 40px;
    text-align: left;
    color: white;
    position: absolute;
    padding-left: 10px;
    line-height: 40px;
    top: 0px;
}

.jplanitem-title .title-manager a {
    padding: 3px;
    border-radius: 3px;
    color: white;
    font-size: 8pt;
    font-weight: 300;
    margin-left: 3px;
    margin-top: 3px;
}

.jplanitem-title .title-manager .title-manager-repeat {
    background-color: #20a464;
}

.jplanitem-title .title-manager .title-manager-lecture {
    background-color: #ff6200;
}

.jplanitem-title .title-level {
    margin-top: 13px;
    margin-left: 10px;
    font-weight: 400;
    color: #e0e0e0;
    font-size: 10pt;
}

.jplanitem-title input {
    float: left;
    height: 28px;
    width: 80%;
    margin-left: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
}

.jplanitem-title .jplanitem-empty-btn {
    height: 30px;
    object-fit: contain;
    background-color: #393f48;
    border: none;
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
    outline: none;
    color: #e0e0e0;
    width: 50px;
    font-size: 9pt;
    font-weight: 300;
}

.jplanitem-title .jplanitem-empty-btn:hover {
    color: #20a464;
}

.jplanitem-title .jplanitem-status-btn {
    height: 30px;
    object-fit: contain;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 6px;
    right: 70px;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    width: 50px;
    font-size: 9pt;
    font-weight: 300;
}

.jplanitem-todo {
    position: relative;
    width: 100%;
    height: 40px;
}

.jplanitem-todo .todo-menu {
    position: relative;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    margin: 6px 3px 3px 3px;
    float: right;
}

.jplanitem-todo img {
    height: 20px;
}

.jplanitem-todo .todo-manager {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    color: white;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 40px;
}

.jplanitem-todo .todo-manager button {
    background-color: transparent;
    border: none;
    margin-left: 10px;
    color: white;
    font-size: 12pt;
    margin-right: 10px;
    outline: none;
    font-weight: 200;
    cursor: pointer;
}

.jplanitem-description {
    text-align: center;
    line-height: 20px;
    color: white;
    font-size: 10pt;
    font-weight: 200;
    padding-top: 50px;
    width: 100%;
    height: 150px;
    background: #282c33;
}

.jplanitem-jmethod {
    background: #282c33;
}

.jplanitem-description button {
    height: 35px;
    width: 120px;
    margin-top: 20px;
    background: #20a464;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 9pt;
    font-weight: 300;
}
/*
    jplanitem END
*/

.jplan-seleted-element {
    border: 2px solid #00C8FF;
}

.jplan-div-wall {
    width: 100%;
    border-radius: 6px;
    border: 2px solid #383a3e;
    height: 20px;
    cursor: pointer;
}

#jplanbook-jmethodbar-div {
    z-index: 3;
    float: right;
    height: inherit;
    text-align: left;
    background: #282c33;
    right: 0px;
    top: 62px
}

#jplanbook-jmethodbar-div .jmethodbar-top-title {
    color: white;
    width: 130px;
    margin-top: 15px;
    margin-right: 15px;
    background: none;
    text-align: center;
    font-size: 12pt;
    font-weight: 300;
    float: right;
}

#jplanbook-jmethodbar-child {
    overflow: auto;
    background: #282c33;
}

#jplanbook-jmethodbar-child .jmore-mark {
    cursor: pointer;
    padding: 3px;
    background-color: #393f48;
    color: white;
    font-weight: 300;
    font-size: 9pt;
    text-align: center;
    width: 50px;
    border-radius: 30px;
    margin: -5px auto 20px auto;
}

#jplanbook-jmethodbar-child .jmore-mark img {
    width: 20px;
}

#jplanbook-jmethodbar-child li {
    z-index: 5;
    list-style: none;
    position: relative;
    background: none;
    cursor: pointer;
    width: 160px;
    height: 100px;
    margin: 20px;
    opacity: 0.8;
}

#jplanbook-jmethodbar-child li:hover {
    opacity: 1;
}

#jplanbook-jmethodbar-child li .thumbnail {
    width: 160px;
}

#jplanbook-jmethodbar-child li .jmethod-cover {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
}

#jplanbook-jmethodbar-child li .jmethod-cover .eye {
    margin-top: 20px;
    width: 20px;
}

#jplanbook-jmethodbar-child li .jmethod-cover a {
    font-size: 8pt;
    font-weight: 300;
    display: block;
}

#jplanbook-jmethodbar-child li .jmethodbar-child-title {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: white;
    width: 96%;
    padding: 3px;
    font-size: 9pt;
    height: 26px;
    line-height: 26px;
    font-weight: 200;
}

#jplanbook-jmethodbar-child li span {
    position: absolute;
    top: 0px;
}

#jplanbook-jmethodbar-child li span a {
    float: left;
    padding: 3px;
    border-radius: 3px;
    color: white;
    font-size: 8pt;
    font-weight: 300;
    margin-left: 3px;
    margin-top: 3px;
}

#jplanbook-jmethodbar-child li span .jmethodbar-child-repeat {
    background-color: #20a464;
}

#jplanbook-jmethodbar-child li span .jmethodbar-child-lecutue {
    background-color: #ff6200;
}

#jplanbook-jmethodbar-div #jmethod-search-btn {
    width: 35px;
    height: 30px;
    background: white;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

#jplanbook-jmethodbar-div #jmethod-search-btn:hover {
    border: 1px solid #ff6200;
}

#jplanbook-jmethodbar-div #jmethod-search-btn img {
    width: 20px;
}

#jplanbook-jmethodbar-div #jmethod-add-btn {
    background: #282c33;
    border: none;
    cursor: pointer;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #727e87;
    font-size: 9pt;
    font-weight: 300;
    color: #727e87;
    outline: none;
}

#jplanbook-jmethodbar-div #jmethod-add-btn:hover {
    color: #20a464;
}

#jplanbook-jmethodbar-div #jmethod-add-btn img {
    width: 30px;
}

#jplanbook-jmethodbar-div select {
    width: 172px;
    height: 25px;
    margin-top: 5px;
    cursor: pointer;
    background: white;
    margin-right: 5px;
    outline: none;
    border: none;
}

#jplanbook-jmethodbar-div input {
    width: 80%;
    height: 30px;
    text-align: center;
    border-radius: 0px;
    background-color: #393f48;
    border: none;
    color: white;
    margin-top: 15px;
    margin-left: 20px;
    outline: none;
    cursor: pointer;
    font-size: 8pt;
    font-weight: 300;
    font-family: sans-serif;
}

#jplanbook-jmethodbar-div .folder {
    margin-top: 14px;
    margin-left: 20px;
    width: 21px;
}

#jplanbook-contentsbar-div {
    z-index: 4;
    float: left;
    text-align: left;
    height: inherit;
    top: 62px;
    left: 0px;
    background: #282c33;
}

#jplanbook-contentsbar-div .contentsbar-top {
    box-shadow: 0 1px 0 0 rgba(190, 190, 190, 0.2);
    line-height: 75px;
}

#jplanbook-contensbar-child {
    overflow: auto;
    margin-top: 1px;
    background: #282c33;
}

#jplanbook-contentsbar-div input {
    color: white;
    width: 100px;
    height: 30px;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 3px;
    font-size: 12pt;
    margin-left: 10px;
    margin-top: 8px;
    outline: none;
    cursor: pointer;
    font-weight: 300;
    font-family: sans-serif;
}

#jplanbook-contentsbar-div #jplanbook-pluspage-btn {
    background: #393f48;
    color: white;
    font-weight: 700;
    font-size: 14pt;
    height: 28px;
    width: 28px;
    border-radius: 3px;
    margin-left: 50px;
    outline: none;
    cursor: pointer;
    border: none;
}

#jplanbook-contentsbar-div li {
    position: relative;
    height: 40px;
    text-align: left;
    padding-left: 20px;
    margin-top: 5px;
    color: white;
    opacity: 0.95;
    box-sizing: border-box;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 10pt;
    font-weight: 400;
}

#jplanbook-contentsbar-div li:hover {
    color: #20a464 !important;
}

.jplanbook-bookmanager-div {
    background: #20a464;
    overflow: auto;
    text-align: center;
    height: 72px;
}

.jplanbook-bookmanager-div img {
    margin-bottom: 3px;
    width: 28px;
    height: 25px;
}

.jplanbook-bookmanager-div .btn-config-content {
    float: left;
}

/*.jplanbook-bookmanager-div #img-config-method {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/thumbnail.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-method:hover {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/thumbnail-hover.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-sale {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/sale.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-sale:hover {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/sale-hover.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-play {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/play.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-play:hover {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/play-hover.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-save {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/save.png');*/
/*}*/

/*.jplanbook-bookmanager-div #img-config-save:hover {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/save-hover.png');*/
/*}*/

/*.jplanbook-bookmanager-div .btn-config-content #img-config-contents {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/list.png');*/
/*}*/

/*.jplanbook-bookmanager-div .btn-config-content #img-config-contents:hover {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/list-hover.png');*/
/*}*/

/*.jplanbook-bookmanager-div .btn-config-content #img-config-home {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/home.png');*/
/*}*/

/*.jplanbook-bookmanager-div .btn-config-content #img-config-home:hover {*/
    /*content: url('/submodules/common/jlib/JPlanBook/images/home-hover.png');*/
/*}*/

#div-config-add {
    z-index: 2;
    position: absolute;
    background: #20a464;
    color: white;
    outline: none;
    width: 45px;
    font-size: 15pt;
    height: 40px;
    bottom: 4px;
    font-weight: 500;
    border-radius: 3px;
}

#div-config-add img {
    height: 50px;
}

.jplanbook-bookmanager-div button {
    text-align: center;
    background: transparent;
    color: white;
    border: none;
    margin-left: 5px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    float: right;
    font-size: 8pt;
    font-weight: 200;
}

.jplanbook-bookmanager-div button a {
    display: block;
    width: auto;
}

.jplanbook-bookmanager-div input {
    cursor: pointer;
    margin-left: 5px;
    float: left;
    margin-top: 8px;
    height: 28px;
    width: 103px;
    font-size: 11pt;
    font-weight: 600;
    border-radius: 5px;
    background: #8773ad;
    color: white;
    border: 1px solid #643ab7;
    text-align: center;
}

#jplanbook-title-input {
    position: absolute;
    color: #282c33;
    outline: none;
    border-radius: 0px;
    margin-top: 16px;
    background-color: #ffffff;
    border: none;
    width: 40%;
}

.jplanbook-pagemanager-div {
    text-align: center;
    height: 35px;
    width: 500px;
    position: absolute;
    bottom: 4px;
}

.jplanbook-pagemanager-div button {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    background: #3a3a3a;
    color: white;
    font-size: 10pt;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.jplanbook-pagemanager-div font {
    margin-left: 10px;
    margin-top: 10px;
}

.jplanbook-pagemanager-div input {
    width: 40px;
    height: 25px;
    color: white;
    text-align: center;
    margin-left: 10px;
    background-color: #282c33;
    border: none;
}

.jplanbook-pagemanager-div .disabled {
    background: none;
    box-shadow: none;
    margin-left: 0px;
    border: none;
    font-weight: 800;
}

.jplanbook-pagemanager-div .button {
    width: 50px;
    height: 30px;
    object-fit: contain;
    background-color: #282c33;
    border: none;
    color: #6b7770;
    font-size: 8pt;
    cursor: pointer;
    outline: none;
    font-weight: 200;
}

.jplanbook-pagemanager-div .button:hover {
    color: #20a464;
}

/* JMethodTool */

.div-jmethod-content {
    text-align: center;
    overflow: auto;
}

.div-jmethod-save {
    cursor: pointer;
    outline: none;
    width: 80px;
    height: 30px;
    color: white;
    background: #20a464;
    border: 2px solid #3a3a3a;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 10pt;
    margin-top: 20px;
}

.div-jmethod-select {
    cursor: pointer;
    outline: none;
    width: 160px;
    height: 30px;
    color: white;
    background: rgb(54, 54, 54);
    border: 2px solid #3a3a3a;
    border-radius: 3px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10pt;
    margin-top: 20px;
}

.div-jmethod-none {
    cursor: no-drop;
    outline: none;
    height: 30px;
    width: 80px;
    color: #ffffff;
    background: rgb(54, 54, 54);
    border: 2px solid #3a3a3a;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 10pt;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.div-jmethod-button:hover {
    background: #9d97a5;
    color: white;
}

.div-jpopup-publish {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    border-radius: 10px;
    width: 90%;
    height: 90%;
    overflow: auto;
    background: white;
    margin-left: 5%;
    margin-top: 5%;
    padding-top: 10px;
    box-sizing: border-box;
}

.div-jpopup {
    position: absolute;
    top: 2%;
    z-index: 100;
    height: 96%;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    margin: auto;
    background: #393f48;
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
}

.jpopup-delete {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    color: white;
    font-size: 20pt;
    font-weight: 600;
    z-index: 102;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.div-jcover {
    position: absolute;
    background: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.div-jmethod {
    width: 100%;
}

.div-jmethod-bodypart {
    font-family: sans-serif;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    background: rgb(54, 54, 54);
    padding: 10px;
    margin: 20px auto 20px auto;
    box-sizing: border-box;
}

.div-jmethod-bodypart .jmethod-bodypart-top {
    width: 100%;
}

.div-jmethod-bodypart .jmethod-bodypart-top .bodypart-tab {
    width: 10%;
    min-width: 40px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    color: white;
    font-size: 9pt;
    font-weight: 300;
    cursor: pointer;
}

.div-jmethod-bodypart .jmethod-bodypart-top .bodypart-tab:hover {
    border-bottom: 1px solid white !important;
}

.div-jmethod-bodypart .jmethod-bodypart-content {
    width: 100%;
}

.div-jmethod-bodypart .jmethod-bodypart-content button {
    border: none;
    background-color: #4d4e51;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 10px;
    outline: none;
    font-size: 8pt;
    font-weight: 300;
    cursor: pointer;
}

.div-jmethod-bodypart .jmethod-bodypart-content button:hover {
    background-color: #20a464;
}

.div-method {
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    margin: 20px auto 20px auto;
}

.div-method-contents {
    position: relative;
    background: #363636;
    height: 340px;
}

.div-method-contents .method-contents-title {
    height: 70px;
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #393f48;
    background: #363636;
}

.div-method-contents .method-contents-title input {
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    width: 90%;
    border-radius: 3px;
    background-color: #4d4e51;
    color: white;
    border: solid 1px #393f48;
    height: 32px;
    margin-top: 20px;
    font-weight: 200;
    font-size: 11pt;
}

.div-method-contents .method-contents-body {
    background: white;
}

.div-method-contents .method-contents-child {
    padding: 1px;
    height: 200px;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    background: #000000;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    float: left;
    color: #cccccc;
    font-weight: 200;
    position: relative;
}

.div-method-contents .method-contents-child .jmethod-contents-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    font-size: 10pt;
    font-weight: 300;
    cursor: pointer;
}

.div-method-contents .method-contents-child .error {
    max-width: 80%;
    max-height: 80%;
    margin-top: 10%;
}
.div-method-contents .method-contents-child .jmethod-contents-cover .eye {
    margin-top: 55px;
    width: 30px;
}

.div-method-contents .method-contents-child .jmethod-contents-cover a {
    display: block;
    margin-top: 5px;
}

.div-method-contents .method-contents-child .method-contents-sticker {
    width: 100%;
    font-size: 14px;
    color: #616368;
    z-index: 2;
    position: absolute;
    font-weight: 700;
    text-align: center;
    top: -30px;
}

.div-method-contents .method-contents-child .method-contents-sticker div {
    width: 70%;
    margin: auto;
    border-bottom: solid 1px #979797;
}

.div-method-contents .method-contents-child .method-contents-config {
    height: 25px;
    width: 25px;
    background: none;
    color: white;
    z-index: 2;
    position: absolute;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    top: -30px;
    right: -10px;
    font-size: 11pt;
    border: none;
}

.div-method-contents .method-contents-child a {
    margin-top: 60px;
}

.div-method-contents .method-contents-child .contents-child-button {
    margin-top: 60px;
    margin-bottom: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.div-method-contents .method-contents-child .contents-child-button img {
    width: 50px;
}

.div-method-contents .method-contents-child .contents-manager {
    position: absolute;
    width: 100%;
    bottom: -28px;
    text-align: center;
}


.div-method-contents .method-contents-child .contents-manager a {
    font-size: 10pt;
    color: #6B7770;
    font-weight: 600;
}

.div-method-contents .method-contents-child .contents-manager .repeat-prev {
    margin-left: -3px;
    float: left;
    width: 40px;
    height: 20px;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    font-size: 8pt;
    font-weight: 200;
    outline: none;
    color: white;
    cursor: pointer;
}

.div-method-contents .method-contents-child .contents-manager .repeat-prev img {
    height: 16px;
}

.div-method-contents .method-contents-child .contents-manager .repeat-next {
    float: right;
    width: 40px;
    height: 20px;
    border-radius: 6px;
    background-color: transparent;
    font-size: 8pt;
    font-weight: 200;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}

.div-method-contents .method-contents-child .contents-manager .repeat-next img {
    height: 16px;
}

.div-method-body {
    width: 100%;
    background: #363636;
    height: 215px;
}

.div-method-description {
    width: 40%;
    text-align: center;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}

.div-method-description textarea {
    padding: 7px;
    outline: none;
    border: solid 1px #393f48;
    background-color: #4d4e51;
    color: white;
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    resize: none;
    border-radius: 0px;
    font-weight: 200;
    font-size: 9pt;
}

.div-method-tip {
    width: 40%;
    text-align: center;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}

.div-method-tip input {
    margin-bottom: 15px;
    outline: none;
    border-radius: 0px;
    border: solid 1px #393f48;
    background-color: #4d4e51;
    color: white;
    width: 100%;
    height: 28px;
    resize: none;
    margin-right: 3%;
    box-sizing: border-box;
    padding-left: 7px;
    font-weight: 200;
    font-size: 9pt;
}

.div-method-levels {
    text-align: center;
    background: #363636;
}

.div-method-levels .method-levels-title {
    padding-bottom: 5px;
    background: #363636;
    height: 43px;
    line-height: 40px;
}

.div-method-levels .method-levels-title a {
    font-size: 11pt;
    font-family: sans-serif;
    text-align: center;
    color: #ffffff;
    margin-left: 23%;
    font-weight: 100;
}

.div-method-levels .method-levels-title select {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 120px;
    font-size: 9pt;
    background: none;
    height: 30px;
    outline: none;
    border: 1px solid #727e87;
    color: gainsboro;
    font-weight: 300;
}

.div-method-levels .method-levels-child {
    position: relative;
    float: left;
    width: 20%;
    height: 25px;
    box-sizing: border-box;
    border: none;
    color: white;
    font-size: 9pt;
    outline: none;
    cursor: pointer;
    font-weight: 200;
    font-family: sans-serif;
}

.div-method-levels .method-levels-child:hover {
    border: 1px solid #ffffff !important;
}

.level0 {
    background: #f7931e;
}

.level1 {
    background: #f57f1f;
}

.level2 {
    background: #f46a20;
}

.level3 {
    background: #f25b21;
}

.level4 {
    background: #f14822;
}

.div-method-levels .method-levels-contents {
    margin: 30px auto 10px auto;
    outline: none;
    border: none;
    width: 90%;
    resize: none;
    border-radius: 2px;
    font-weight: 600;
    font-size: 10pt;
}

.div-method-levels .method-levels-contents table {
    width: 100%;
    font-size: 8pt;
    text-align: center;
    color: #727e87;
    font-weight: 200;
}

.div-method-levels .method-levels-contents table tr {
    height: 35px;
}

.div-method-levels .method-levels-contents table tr h {
    font-size: 10pt;
    font-weight: 600;
    color: #727e87;
}

.div-method-levels .method-levels-contents table tr a {
    float: right;
}

.div-method-levels .method-levels-contents table input {
    width: 80%;
    outline: none;
    border-radius: 3px;
    height: 24px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #4d4e51;
    color: white;
    font-size: 8pt;
    font-weight: 200;
    border: solid 1px #393f48;
}

.div-method-levels .method-levels-contents input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.div-method-levels .method-levels-contents input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.div-method-levels .method-levels-contents table button {
    outline: none;
    height: 24px;
    width: 24px;
    cursor: pointer;
    color: white;
    border-radius: 6px;
    background-color: #393f48;
    border: solid 1px #393f48;
}

.div-method-levels .method-levels-manager {
    text-align: center;
    height: 55px;
}

.div-method-levels .method-levels-manager button {
    width: 80px;
    height: 33px;
    background-color: #20a464;
    border: solid 1px #393f48;
    outline: none;
    color: white;
    font-size: 9pt;
    cursor: pointer;
    font-weight: 300;
}

.sk-folding-cube {
    width: 40px;
    height: 40px;
    margin: auto;
    left: 40%;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    bottom: 42%;
    z-index: 100;
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b3fbd8;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

/* progress bar start */
.progressbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    clear: both;
    z-index: 1000;
}

.progressbar .progress {
    background: #f3a359; /*-- Color of the bar --*/
    height: 23px;
    width: 100%;
    max-width: 0%;
    float: left;
    -webkit-animation: progress 2s 1 forwards;
    -moz-animation: progress 2s 1 forwards;
    -ms-animation: progress 2s 1 forwards;
    animation: progress 2s 1 forwards;
}

.progressbar .progress .pbaranim {
    font-family: NanumGothic;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    height: 23px;
    width: 100%;
    text-align: center;
    color: black;
    overflow: hidden;
    background: url('../../images/7uo1osj.gif') repeat-x;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
    filter: alpha(opacity=5);
}
