﻿/* 기본 설정 */

html, body {margin: 0; height: 100%; overflow: hidden; font-family: 'Noto Sans KR', sans-serif; font-weight:300;}

p {margin:0;}
div.Contents p {line-height:30px; color:#666}
#MASTER_CONTENTS {margin:30px 0; padding:30px 10px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
#DETAIL_CONTENTS {padding:40px 10px}
.master_info { width:100%;height:100px;border:2px dashed #ced4da;border-radius:5px; padding:5px 0 0 5px;font-size:12pt;color:#808080;}
.master_info > p {font-size:10pt;font-weight:bold;color:#ced4da;}

nav.outline_nav {display:none;position:fixed; top:80px; right:-5px; width:400px; min-height:70px; padding:20px; background:#fff; opacity:0.9; border:1px solid #ddd; border-radius:5px; box-shadow:3px 3px 10px #ccc;}
nav.outline_nav div.btn_group button {position:absolute; top:15px; left:-35px; width:35px; height:35px; background:#fff; opacity:1; border-left:1px solid #ddd; border-right:none; border-top:1px solid #ddd; border-bottom:1px solid #ddd; cursor:pointer}
nav.outline_nav div.btn_group button.show {display:none;}
ol.outline {margin:0; padding:0 0 0 20px;}
ol.outline li a {color:#000;}
ol.outline li ol.outline {margin:5px 0 0 0;}
ol.outline li ol.outline li {font-size:13px;}
nav.outline_nav > #output > ol.outline {padding:0}
nav.outline_nav > #output > ol.outline > li {font-weight:400;}
nav.outline_nav #output ol.outline {counter-reset: item}
nav.outline_nav #output ol.outline li {list-style:none;}
nav.outline_nav #output ol.outline li:before { content: counters(item, "-") ". "; counter-increment: item;}
.form-inline .form-control {width:380px;}
nav.LeftMenu {position:fixed; top:0; left:-20%; width:20%; height:100%; z-index:1040; overflow-y:auto; background:#27a4de; color:#fff;}
nav.LeftMenu > div {padding:20px; height:55px; padding:10px 0 0 15px; font-size:22px; font-weight:500; background:#0091d4; border-bottom:1px solid #5fc6f6;}
nav.LeftMenu ul {margin:0; padding:0;}
nav.LeftMenu ul li {margin:5px 0 0 0; padding:0; list-style:none;}
nav.LeftMenu > ul {}
nav.LeftMenu > ul > li {font-weight:400; margin:30px 0 0 0; padding:0 15px 30px 15px; border-bottom:1px solid #5fc6f6;}
nav.LeftMenu > ul > li > span {margin:0 5px 0 0;}
nav.LeftMenu > ul > li > ul {padding:0 0 0 23px;}
nav.LeftMenu > ul > li > ul > li {list-style:disc; }
nav.LeftMenu > ul > li > ul > li:first-child {margin:8px 0 0 0;}
nav.LeftMenu > ul > li > ul > li a {color:#fff; opacity:0.8; font-size:14px;}
nav.LeftMenu > ul > li > ul > li a:hover {opacity:1}
nav.LeftMenu > ul > li > ul > li a em {font-style:normal; background:#1D7BA6; opacity:1; font-weight:600; padding:3px; font-size:16px;}
nav.LeftMenu a.on {text-decoration:underline;font-weight:bold;color:#0000FF;}
header {height:55px;}
header button.LeftMenuToggle {font-size:20px; margin:0 15px 0 0; background:none; border:none; color:#fff; cursor:pointer;}
button.btnWrite, button.saveAll {position:fixed; right:15px; bottom:15px;  width:50px; height:50px; border-radius:50%; color:#fff; border:none; background:#27a4de; box-shadow:3px 3px 10px #ccc; font-size:20px; cursor:pointer;}
button.btnNew {width:50px; height:30px; color:#fff; border:none; background:#0091d4; font-size:25px; cursor:pointer; float:right;}
div.form-group.write input#GROUP_NAME {float:left; width:14%; margin:0 1% 0 0;}
div.form-group.write input#MASTER_TITLE {float:left; width:85%;}
article.search div.container-fluid  {margin:0 0 30px 0; padding:30px 20px; border:1px solid #eee; box-shadow:3px 3px 5px #ddd;}
article.search div.container-fluid div.search_SITE {font-size:16px; font-weight:500; margin:0 0 10px 0;}
article.search div.container-fluid div.search_SITE span {margin:0 5px 0 0;}
article.search div.container-fluid div.search_MASTER_TITLE a {font-size:20px; font-weight:500; color:#27a4de;}
article.search div.container-fluid div.Contents div#MASTER_CONTENTS {width:100%; max-height:68px; overflow:hidden; margin:10px 0 0 0; padding:0; border:none; text-overflow:ellipsis; font-size:14px;}

/* 팝업 */
div.messageWrap {position:fixed; width:100%; height:100%; z-index:99999; background:#fff; opacity:0.9}
div.messageWrap div.messageBox {position:absolute; top:50%; left:50%; width:auto; max-height:600px; overflow-y:auto; transform: translate(-50%, -50%); text-align:center;}
div.messageWrap div.messageBox > i {font-size:200px; margin:0 0 25px 0;}
div.messageWrap div.messageBox p {font-size:18px;}
div.messageWrap div.messageBox p strong {display:block; font-size:25px; font-weight:600; margin:0 0 10px 0;}
div.messageWrap div.messageBox button.messageClose {position:fixed; right:15px; top:15px; font-size:35px; border:none; border-radius:1px; background:#fff; cursor:pointer;}
div.messageWrap div.messageBox button.messageClose:hover {font-size:40px;}
div.messageWrap div.messageBox div.btn_group {margin:40px 0 0 0;}

div.messageWrap.clear {background:rgba(0,0,0,0.3); opacity:1}
div.messageWrap.clear div.messageBox {width:auto; background:#fff; border-radius:20px; 
                                        padding:40px 30px;
                                        -webkit-box-shadow: 7px 7px 18px 0px rgba(0,0,0,0.27); 
                                        -moz-box-shadow: 7px 7px 18px 0px rgba(0,0,0,0.27);
                                        box-shadow: 7px 7px 18px 0px rgba(0,0,0,0.27);

}
div.messageWrap.clear div.messageBox > i {font-size:150px;}
div.messageWrap.clear div.messageBox p {font-size:16px; line-height:26px;}
div.messageWrap.clear div.messageBox button.messageClose {background:none; position:absolute; top:5px; right:5px;}
div.messageWrap.clear div.messageBox button.messageClose:hover {font-size:35px;}





/* 아래 버튼 */
div.rightBtnGroup {position:fixed; right:10px; bottom:15px; z-index:99998;}
div.rightBtnGroup button {position:relative; border-radius:50%; width:50px; height:50px; border:none;font-size:20px; cursor:pointer; margin:0 5px 0 0;
                    -webkit-box-shadow: 7px 7px 18px 0px rgba(0,0,0,0.4); -moz-box-shadow: 7px 7px 18px 0px rgba(0,0,0,0.4); box-shadow: 7px 7px 18px 0px rgba(0,0,0,0.4);
                    color:#fff!important;
}
div.rightBtnGroup button span {display:none; position:absolute; top:-35px; right:0; background:#343a40; border-radius:5px; font-size:14px; padding:3px 10px;}

.btnCircle {border-radius:50%; width:50px; height:50px; border:none;font-size:20px; cursor:pointer;}


input#txtSearch {
    box-shadow:none;
    background:#000;
    color:#fff;
    border:none;
}
input#txtSearch:focus {
    box-shadow:none;
    background:#000;
    border:none;
}
.none {
    display: none !important;
}
.btn {
    /*border:none;*/
    cursor:pointer;
}
.btn-primary {
    border:none;
    background:#27a4de;
}
.btn-danger {
    border:none;
    background:#d81159;
}
.btn-success {
    border:none;
    background:#27a4de;
}
.btn-success:hover {
    background:#0091d4;
}
div.ContentsWrap.container-fluid.mt-lg-5.pt-lg-5 {
    margin: 0 !important;
}
.btn-warning {
    background:#ffc107;
}
div.ContentsWrap.container-fluid.mt-lg-5.pt-lg-5 main.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

div.ContentsWrap.container-fluid.mt-lg-5.pt-lg-5 main.container-fluid ul,
div.ContentsWrap.container-fluid.mt-lg-5.pt-lg-5 main.container-fluid ol {
    margin: 0;
    padding: 0;
}

div.ContentsWrap.container-fluid.mt-lg-5.pt-lg-5 main.container-fluid li {
    list-style: none;
}
div.ContentsWrap.container-fluid.mt-lg-5.pt-lg-5 main.container-fluid .newDepth li {list-style:disc;}
input[type="text"] {
    padding:0 10px;
    width:100%;
    height:40px;
    border:1px solid #e6e6e6;
    box-shadow:2px 2px 3px #ddd;
    font-size:14px;
}
input[type="text"]:focus , textarea:focus {
    box-shadow:5px 5px 10px #ccc;
}
input[type="checkbox"] {
    border:1px solid #e6e6e6;
    vertical-align:middle;
}
label.form-check-label {
    vertical-align:middle;
    padding:0 0 0 3px;
    cursor:pointer;
}
textarea {
    padding:10px;
    width:100%;
    height:150px;
    border:1px solid #e6e6e6;
    box-shadow:2px 2px 3px #ddd;
    font-size:14px;
    line-height:25px;
}


/*scrollBar*/
.scrollBar {
    scrollbar-face-color: #ddd;
    scrollbar-track-color: #f5f5f5;
    scrollbar-base-color: #f5f5f5;
    scrollbar-3dlight-color: #f5f5f5;
    scrollbar-highlight-color: #f5f5f5;
    scrollbar-track-color: #f5f5f5;
    scrollbar-arrow-color: #ddd;
    scrollbar-shadow-color: #f5f5f5;
    scrollbar-darkshadow-color: #f5f5f5;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scrollBar::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
	background-color: #f5f5f5;
}

.scrollBar::-webkit-scrollbar, textarea::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

.scrollBar::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb
{
	background-color: #ddd;
}


.scrollBar2 {
    scrollbar-face-color: #94a4b4;
    scrollbar-track-color: #000;
    scrollbar-base-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-track-color: #000;
    scrollbar-arrow-color: #5d6a76;
    scrollbar-shadow-color: #000;
    scrollbar-darkshadow-color: #000;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scrollBar2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
	background-color: #000;
}

.scrollBar2::-webkit-scrollbar
{
	width: 6px;
	background-color: #000;
}

.scrollBar2::-webkit-scrollbar-thumb
{
	background-color: #94a4b4;
}

.scrollBar3 {
    scrollbar-face-color: #65717c;
    scrollbar-track-color: #000;
    scrollbar-base-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-track-color: #000;
    scrollbar-arrow-color: #5d6a76;
    scrollbar-shadow-color: #000;
    scrollbar-darkshadow-color: #000;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .scrollBar3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
        background-color: #000;
        border-radius: 5px;
    }

    .scrollBar3::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .scrollBar3::-webkit-scrollbar:horizontal {
        height: 8px;
    }
    .scrollBar3::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #65717c;
    }

/* Contents */
div.contentsWrap > div.float_wrap {
    position:fixed;
    top:0;
    left:auto;
    width:100%;
    height:100%;
    padding:175px 0 0 0;
}
article.contentsTemplate {
    position:fixed;
    top:55px;
    left:auto;
    padding:20px;
    width:100%;
    height:120px;
    background-color:#1f2225;
    color:#fff;
    z-index:10;
}
article.contentsTemplate div.btn_group {
    position:absolute;
    top:0;
    right:0;
    padding:43px 30px;
}

article.contentsTemplate ul#contentsTemplate li {
    float: left;
    width: 80px;
    height: 80px;
    padding: 15px 0 0 0;
    border-radius: 10px;
    margin: 0 0 0 15px;
    background: #33393f;
    box-shadow: 2px 2px 0 #000;
    cursor: move;
    border: 2px solid #33393f;
}
div.btnDiv {
    position:absolute;
    right:10px;
    top:20px;
    width:80px;
    height:80px;
    padding:15px 0 0 0;
    border-radius:10px;
    margin:0 0 0 15px;
    background:#505D6B;
    box-shadow:2px 2px 0 #000;
    cursor: pointer;
    border:2px solid #505D6B;
}

div.btnDiv.on {
    border:2px solid #27a4de;
    box-shadow:2px 2px 0 #000;
}

div.btnDiv .pageNo, div.btnDiv .pageTitle {
    display:none;
}


article.contentsTemplate ul#contentsTemplate li:hover {
    color: #27a4de;
    border: 1px dashed #fff;
    background: #1f2225;
    box-shadow: none;
    opacity: 0.9;
}
article.contentsTemplate ul#contentsTemplate li:first-child {
    margin: 0;
}
article.contentsPlan {
    position:relative;
    float:left;
    width:300px;
    max-width:300px;
    height:100%;
    overflow-y:auto;
    overflow-x:hidden;
    background:#f9f9f9;
    padding:30px 40px 30px 20px;
}

article.contentsPlan div.viewOption {
    position:absolute;
    top:0;
    right:0;
    padding:5px;
}

article.contentsPlan div.viewOption button {
    background:none;
    border-radius:3px;
    font-size:14px;
    cursor:pointer;
    border:1px solid #999;
    color:#999;
}
article.contentsPlan div.viewOption button:hover {
    border:1px solid #000;
    color:#000;
}
article.contentsPlan ol {
    min-height:200px;
    margin:15px 0 0 0;
}

article.contentsPlan ol li:after {
    clear:both;
    content:"";
    display:block;
}
article.contentsPlan ol li {
    position:relative;
    margin:0 auto 30px auto;
    width:100%;
    cursor:grabbing;
}
article.contentsPlan ol.listView li {
    margin:0 auto 20px auto;
}
article.contentsPlan ol li div.box:hover {
    border:2px dotted #888;
    opacity:0.8;
    box-shadow:none;
}

article.contentsPlan ol li span.pageNo {
    float: left;
    font-weight: 600;
    font-size: 17px;
    width: 10%;
}
article.contentsPlan ol.listView li span.pageNo {
    background:#33393f;
    color:#fff;
    display:block;
    text-align:center;
    border-radius:3px;
    width:35px;
    height:35px;
    padding:4px 0 0 0;
    margin:0 10px 0 0;
}
article.contentsPlan ol li div.box {
    position:relative;
    float:left;
    background:#fff;
    width:90%;
    height:auto;
    border:2px solid #eee;
    box-shadow:3px 3px 0px #ddd;
}
article.contentsPlan ol.listView li div.box  {
    width:80%;
}
article.contentsPlan ol li div.box.on {
    border:2px solid #27a4de;
    box-shadow:5px 5px 10px #aaa;
}
article.contentsPlan ol li div.box div.icon {
    width:100%;
    height:86px;
    padding:20px 0 0 0;
}
article.contentsPlan ol.listView li div.box div.icon{
    display:none;
}
article.contentsPlan ol li div.box p.pageTitle {
    width:100%;
    height:30px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; 
    padding:5px 10px;
    font-weight:400;
    font-size:14px;
    background:#eee;
}
article.contentsPlan ol.listView li div.box p.pageTitle {
    background:#fff;
}
/*article.contentsPlan ol li button.btnContentsInfo {
    /*position:absolute;
    bottom:10px;
    right:10px;
}*/
article.contentsPlan ol li div.optionBubble {
    display:none;
    position: absolute;
    top:-20px;
    left:75px;
    width: 150px;
    background: #27a4de;
    text-align: center;
    -webkit-box-shadow: 10px 10px 19px -5px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 19px -5px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 19px -5px rgba(0,0,0,0.24);
    border-radius:5px;
    padding:10px 0;
}
article.contentsPlan ol li div.optionBubble:after {
    content: "";
    position: absolute;
    left: 80%;
    transform: translateX(-50%);
    top: 99%;
	width: 0; 
	height: 0; 
	border-left: 2px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #27a4de;
}
article.contentsPlan ol.listView li div.optionBubble {
    top:-25px;
    left:145px;
    width:100px;
    padding:0;
}
article.contentsPlan ol li div.optionBubble button {
    background:none;
    border:none;
    text-align:left;
    color:#fff;
    width:100%;
    height:50%;
    font-size:14px;
    padding:7px;
    cursor:pointer
}
article.contentsPlan ol.listView li div.optionBubble button {
    display:inline-block;
    text-align:center;
    width:auto;
    cursor:pointer;
}
article.contentsPlan ol.listView li div.optionBubble button span.title {
    display:none;
}
article.contentsPlan ol li div.optionBubble button i {
    font-size:17px;
    width:40px;
    text-align:center;
    vertical-align:middle;
}
article.contentsPlan ol li div.optionBubble button.btnContentsDelete i {
    font-size:16px;
}
article.contentsPlan ol.listView li div.optionBubble button i {
    width:auto;
    padding:0 0 3px 0;
}
article.pageInfo {
    float:left;
    overflow-y:auto;
    height:100%;
}
ul.pageTemplate {
    position:fixed;
    top:auto;
    left:auto;
    width:80px;
    height:100%;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}


ul.pagePlanBox  {
    min-height:400px;
}

ul.pagePlanBox > li {
    position:relative;
    margin:50px 0 0 0;
}
ul.type.pagePlanBox > li > span {
    position:relative;
    width:110px;
    height:30px;
    border-top-right-radius:10px;
    padding:7px 0 0 55px;
    text-align:left;
}
ul.type.pagePlanBox > li > span span.typeNum {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:30px;
    height:30px;
    text-align:center;
    padding:7px 0 0 0;
}
ul.pagePlanBox li div.formBox {
    padding:30px;
    background:#f0f2f3;
    border:1px solid #dddedf;
}
ul.pagePlanBox li .btnContentsDelete {
    position:absolute;
    top:0;
    right:0;
    border:none;
    background:none;
    cursor:pointer;
    color:#1f2225;
}
ul.pagePlanBox li .btnContentsDelete span.title {
    display:none;
}
ul.pagePlanBox li div.formBox div.formGroup {
    position:relative;
    margin:10px 0;
}
ul.pagePlanBox li div.formBox div.btnWrap {
    position:absolute;
    top:3px;
    right:3px;
}
ul.pagePlanBox li div.formBox button.btn {


}
ul.pagePlanBox li div.formBox div.formGroup textarea{
    height:80px;
}
ul.pagePlanBox li ol.exWrap li {
    position:relative;
    margin:0 0 10px 0;
}
ul.pagePlanBox li div.formBox div.formGroup div.preView {
    width:100%;
    height:500px;
    padding:15px;
    box-shadow:1px 1px 1px #eee;
    border:1px solid #e6e6e6;
    overflow-y:auto;
    background:#fff;
    font-size:14px;
}




ul.pagePlanBox li ol.exWrap div.radio {
    float:left;
    width:10%;
    margin:5px 2% 0 0;
}
ul.pagePlanBox li ol.exWrap div.radio label {
    width:100%;
}
ul.pagePlanBox li ol.exWrap li input[type="radio"] {
    width:20px;
    height:20px;
    box-shadow:none;
    margin:0 5px 0 0;
    vertical-align:middle;
}
ul.pagePlanBox li ol.exWrap li span.exNum {
    font-weight:600;
}
ul.pagePlanBox li ol.exWrap li textarea {
    float:left;
    width:88%;
    height:130px;
}






ul.pageFileBox  {
    min-height:400px;
}

ul.pageFileBox li {
    margin:0 0 50px 0;
}

ul.pageFileBox li select {
    padding:0 10px;
    /*width:100%;*/
    height:40px;
    border:1px solid #e6e6e6;
    box-shadow:2px 2px 3px #ddd;
    font-size:14px;
}
ul.type.pageFileBox > li > span {
    position:relative;
    width:110px;
    height:30px;
    border-top-right-radius:10px;
    padding:7px 0 0 55px;
    text-align:left;
}
ul.type.pageFileBox > li > span span.typeNum {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:30px;
    height:30px;
    text-align:center;
    padding:7px 0 0 0;
}
ul.pageFileBox li div.formBox {
    padding:30px;
    background:#f0f2f3;
    border:1px solid #dddedf;
}
ul.pageFileBox li div.formBox div.formGroup {
    position:relative;
    margin:10px 0;
}
ul.pageFileBox li div.formBox div.btnWrap {
    position:absolute;
    top:3px;
    right:3px;
}
ul.pageFileBox li div.formBox button.btn {


}
ul.pageFileBox li div.formBox div.formGroup textarea{
    height:80px;
}
ul.pageFileBox li ol.exWrap li {
    position:relative;
    margin:0 0 10px 0;
}


ul.pageFileBox li ol.exWrap div.radio {
    float:left;
    width:10%;
    margin:5px 2% 0 0;
}
ul.pageFileBox li ol.exWrap div.radio label {
    width:100%;
}
ul.pageFileBox li ol.exWrap li input[type="radio"] {
    width:20px;
    height:20px;
    box-shadow:none;
    margin:0 5px 0 0;
    vertical-align:middle;
}
ul.pageFileBox li ol.exWrap li span.exNum {
    font-weight:600;
}
ul.pageFileBox li ol.exWrap li textarea {
    float:left;
    width:88%;
    height:80px;
}






.rightPadding {
    padding:10px 90px 10px 10px;
}
article.pagePlan {
    padding:30px 30px 30px 110px;
}
article.pageFile {
    padding:30px 30px 30px 110px;
}
/*article.pagePlan input {
    padding:0 10px;
    width:100%;
    height:40px;
    border:1px solid #e6e6e6;
    box-shadow:2px 2px 3px #ddd;
    font-size:14px;
}*/
/*article.pagePlan textarea {
    padding:10px;
    width:100%;
    height:150px;
    border:1px solid #e6e6e6;
    box-shadow:2px 2px 3px #ddd;
    font-size:14px;
    line-height:25px;
}*/
/*article.pagePlan input:focus , article.pagePlan textarea:focus{
    box-shadow:5px 5px 10px #ccc;
}*/





div.icon  {
    text-align:center;
}
div.icon i {
    display:block;
    font-size:27px;
    margin:0 0 8px 0;
}
div.icon p {
    font-size:11px;
    font-weight: 600;
    letter-spacing:1px;
}
ul.type > li > span {
    display:block;
    color:#fff;
    font-size:11.5px;
    font-weight:600;
    text-align:center;
}
ul.pageTemplate {
    padding:30px 17px!important;
}
ul.pageTemplate li {
    margin:0 0 15px 0;
}
ul.pageTemplate li span{
    width:45px;
    height:45px;
    border-radius:10px;
    padding:13px 0 0 0;
    box-shadow:3px 3px 0px #ddd;
    cursor:move;
}
ul.pageTemplate li span:hover {
    box-shadow:none;
    opacity:0.9;
    border:1px dashed #fff;
}
span.typeText, span.typeDoc {
    background:#ffbc42;
}
span.typeText span.typeNum, span.typeDoc span.typeNum {
    background:#e19e24;
}
span.typeInput {
    background: #505D6B;
}

    span.typeInput span.typeNum {
        background: #505D6B;
    }
span.typeVOD , span.typeFile {
    background:#d81159;
}
span.typeVOD span.typeNum , span.typeFile span.typeNum  {
    background:#af0945;
}
span.typeQuiz {
    background:#8f2d56;
}
span.typeQuiz span.typeNum {
    background:#681d3d;
}
span.typeCaption {
    background:#218380;
}
span.typeCaption span.typeNum {
    background:#146865;
}




/* Course */
div.courseWrap {
    position:fixed;
    width:100%;
    height:100%;
    overflow:auto;
    top:0;
    left:auto;
}
div.courseWrap  div.container {
    padding:100px 0;
}
@media all and (min-width:1200px) {
    div.courseWrap  div.container {
        width:960px;
        max-width:960px !important;
    }
}
div.courseWrap div.btnFixedGroup {
    height: auto;
    padding: 20px;
}

    div.courseWrap div.btnFixedGroup button.btn {
        margin: 5px 2px;
        font-size: 12px;
    }
div.courseWrap ol li {
    margin:15px 0 0 0;
    padding:10px;
    background:#f9f9f9;
    border:1px solid #e6e6e6;
    border-radius:10px;
    cursor:move;
}
div.courseWrap ol li:hover {
    opacity:0.9;
    background:#f0f2f3;
    border:1px dotted #33393f;
}
div.courseWrap ol li:first-child {
    margin:30px 0 0 0;
}
div.courseWrap ol li button.btnChapterPreview {
    color:#fff;
}
div.courseWrap ol li button.btnChapterRemove , div.courseWrap ol li button.btnHelpRemove, div.courseWrap ol li button.btnChapterPreview{
    margin:0 5px 0 0;
}
div.courseWrap ol li #ChapterIdx, div.courseWrap ol li #HelpIdx,  div.courseWrap ol li #TeacherIndex {
    font-weight:600;
}

div.courseWrap #myTab {
    margin:50px 0 0 0;
}
div.courseWrap input#ChapterName {
    width:90%;
    margin:0 10% 0 0;
}
div.courseWrap ul#myTab li a{
    color:#888;
}
div.courseWrap ul#myTab li a.active {
    font-weight: 600;
    color:#000;
}
div.courseWrap .btn_group {
    text-align:center;
    margin:50px 0 0 0;
}
div.courseWrap ol.helpList li , div.courseWrap ol.teacherList li{
    margin:30px 0 0 0;
}
div.courseWrap ol.helpList li textarea {
    margin:10px 0;
}
div.courseWrap ol.teacherList li textarea {
    margin:10px 0;
    height:400px;
}
div.courseWrap ol.helpList li .btn_group , div.courseWrap ol.teacherList li .btn_group {
    margin:0;
    text-align:right;
    width:100%;
}
div.courseWrap ol.teacherList li dl {
    padding:30px;
}
div.courseWrap ol.teacherList li dl dt {
    float:left;
    width:80px;
    clear:both;
    font-weight:normal;
    padding:10px 0 0 0;
}
div.courseWrap ol.teacherList li dl dd {
    float:left;
    width:795px;
}
    div.courseWrap ol.teacherList li ol.object {
        border: 1px solid #e6e6e6;
    }
div.courseWrap ol.teacherList li ol.object li {
    border:none;
    margin:0;
    background:#fff;
    border-radius:0;
}

    div.courseWrap ol.teacherList li ol.object li:hover {
        background: #fff;
    }
    /* selectCourse */
    div.selectCourseWrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: auto;
    }
div.selectCourseWrap button {
    cursor:pointer;
}
article.selectCourseBox {
    position:relative;
    float:left;
    width:100%;
    height:100%;
    background:#5d6a76;
    color:#fff;
}
article.selectCourseBox div.centerBox{
    position:absolute;
    top:50%;
    left:50%;
    margin:-155px 0 0 -50%;
    width:100%;
    height:310px;
    text-align:center;
}
article.selectCourseBox div.btn_group {
    margin:50px 0 0 0;
}
article.selectCourseBox p.folderSelectText {
    font-size:30px;
}
article.selectCourseBox p.folderSelectText  i {
    display:block;
    margin:0 0 10px 0;
    font-size:150px;
}
article.selectCourseBox p.folderSelectText  i.fas.fa-folder{
    color:#58caff;
}

article.selectCourseBox p.folderSelectText span.strong {
    font-weight:600;
    padding:0 0 3px 0;
    border-bottom:5px solid #58caff;
}
article.folderLayer {
    position:relative;
    float:left;
    width:50%;
    height:100%;
    -webkit-box-shadow: inset 8px 0px 15px -4px #aaa;
    -moz-box-shadow: inset 8px 0px 15px -4px #aaa;
    box-shadow: inset 10px 0px 15px -4px #aaa;
}
article.folderLayer div.scrollBar {
    position:absolute;
    width:100%;
    height:100%;
    padding:100px 50px;
    overflow-y:auto;
}
article.folderLayer #btnFolderClose {
    position:absolute;
    top:65px;
    right:10px;
    font-size:35px;
    border:none;
    background:none;
    cursor:pointer;
}
article.folderLayer ul.driveList li {
    float:left;
    text-align:center;
    margin:0 10px 0 0;
    border:2px solid #e6e6e6;
    border-radius:5px;
    font-weight:600;
    padding:5px 15px;
    box-shadow:2px 2px 0px #ddd;
    cursor:pointer;
}

article.folderLayer ul.driveList li.on, article.folderLayer ul.driveList li:hover {
    border:2px solid #27a4de;
    color:#27a4de;
    box-shadow:4px 4px 3px #ddd;
}




article.folderLayer p#folderPath {
    margin:30px 0;
    padding:30px;
    border-radius:20px;
    border:2px solid #343a40;
    color:#343a40;
    font-weight:600;
    width:100%;
    word-break:break-all;
    box-shadow:3px 3px 0px #343a40;
    font-size:14px;
}

article.folderLayer div.searchWrap {
    position:relative;
}
article.folderLayer div.searchWrap input {
    padding-right:50px;
}
article.folderLayer div.searchWrap #btnFolderSearch {
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    border:1px solid #e6e6e6;
    background:none;
}
article.folderLayer ul#folderList {
    width:100%;
    height:250px;
    background:#343a40;
    color:#fff;
    margin:15px 0 30px 0;
    padding:30px;
    overflow:auto;
}
article.folderLayer ul#folderList li {
    cursor:pointer;
    padding:3px 10px;
    width:100%;
}
article.folderLayer ul#folderList li:hover {
    background:#000;
}
article.folderLayer ul#folderList li i {
    color:#27a4de;
}
article.folderLayer ul#folderList li i.fa-arrow-up {
    color:#fff;
}
article.folderLayer div.listButtonWrap {
    text-align:right;
    margin:0 0 10px 0;
}
article.folderLayer div#createFolder p{
    font-size:14px;
    font-weight:600;
    margin:0 0 5px 0;
}
article.folderLayer div#createFolder div.NewCourseWrap {
    position:relative;
}
article.folderLayer div#createFolder div.NewCourseWrap button#btnNewCourse {
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    border:1px solid #e6e6e6;
    background:none;
}

div.messageBox div.txt_group {
    margin:20px 0 0 0;
}

div.messageBox div.txt_group input {
    margin:0 0 5px 0;
    width:70%;
}

/* Step3_SkinSetting */
article.skinSettingList {
    float:left;
    width:30%;
    padding:40px 20px;
    overflow-y:auto;
    font-size:13px;
    
}
article.skinSettingList article {
    margin:0 0 40px 0;
    padding:30px;
    border:1px solid #ddd;
    box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
}
article.skinSettingList article > p {
    margin:0 0 20px 0;
}
article.skinSettingList article.skinListStyle .box {
    background:#f7f7f7;
    padding:15px;
    margin:15px 0 0 0;
}
article.skinSettingList article.skinListStyle .box h5 {
    font-size:17px;
    font-weight:bold;
    margin:0 0 10px 0;
}
article.skinSettingList article.skinListStyle .box label {
    margin:0 0 30px 0;
}

article.skinSettingList article.skinListStyle .box > ol {
    margin:0 0 0 -50px!important;
}
article.skinSettingList article.skinListStyle ol li{
    margin:0 0 0 50px;
    line-height:30px;
}
article.useType ul#layoutInfo {
    margin:30px 0 0 0;
}
article.useType ul#layoutInfo li {
    background:#f7f7f7;
    padding:15px;
    margin:15px 0 0 0;
}

article.useType ul#layoutInfo p {
    font-size:17px;
    font-weight:bold;
    margin:10px 0 5px 0;
}
ul#layoutInfo label p { display: inline-block; }
ul#colorInfo {
    margin:30px 0 0 0;
}
ul#colorInfo li {
    margin:15px 0 0 0;
}
ul#colorInfo li:first-child {
    margin:0;
}
ul#layoutInfo label p { display: inline-block; }
ul#colorInfo li span.name {
    display:block;
    font-weight:900;
    font-size:14px;
}
ul#colorInfo li span.color input {
    height:30px!important;
    font-size:12px;
    font-weight:900;
    text-align:center;
    cursor:pointer;
}
.uploadWrap >.mt-2 {
    text-align:right;
}
.uploadWrap button {
    font-size:12px;
}
.uploadWrap button i {
    margin:0 5px 0 0;
}
article.skinSettingView {
    float:left;
    width:70%;
    margin:-17px 0 0 0;
    background:#000;
}
article.skinSettingView iframe {
    width:100%;
    background:#5d6a76;
    border:10px solid #000;
    margin:24px 0 0 0;
}
.fullLayerWrap {
    display:none;
    position:fixed;
    z-index:9999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:30px solid #27a4de;
}
.fullLayerWrap .popClose {
    position:absolute;
    top:0px;
    right:10px;
    z-index:999;
    font-size:35px;
    background:none;
    border:none;
    cursor:pointer;
}
.fullLayerWrap .popClose:hover {
    color:#27a4de;
}
article.uploadImage {
    width:100%;
    height:100%;
    background:#fff;
    padding:30px 55px;
    text-align:center;
    overflow-y:auto;
}
article.uploadImage h5 {
    margin:30px 0 10px 0;
    font-size:30px;
}
.fullLayerWrap ul.uploadImageList {
    width:100%;
    height:auto;
    margin:100px 0 0 0!important;
    padding:30px!important;
    display: grid; 
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px; 
    grid-row-gap: 70px; 
}

.fullLayerWrap ul.uploadImageList.video {
    width:100%;
    height:auto;
    padding:10px!important;
    display: grid; 
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px; 
}
.fullLayerWrap ul.uploadImageList.video  li {
    padding:0;
    border:1px solid #ddd;
    background:none;
}
.fullLayerWrap ul.uploadImageList.video li video {
    width:100%!important;
    height:100%!important;
}
.fullLayerWrap ul.uploadImageList.video li div.btnGroup {
    /*top:-3px;
    right:0;
    text-align:right;*/
}
.fullLayerWrap ul.uploadImageList.logo li {
    background:#ddd;
}

.fullLayerWrap ul.uploadImageList.logo  li img {
    width:auto;
    height:auto;
    max-width:120px;
}

.fullLayerWrap ul.uploadImageList li {
    position:relative;
    display:inline-block;
    width:100%;
    height:200px;
    background:#f7f7f7;
    /*margin:0 20px 30px 0;*/
    padding:15px;
    cursor:pointer;
    font-size:13px;
    font-weight:900;
}
.fullLayerWrap ul.uploadImageList li p.titleName {
    position:absolute;
    bottom:0;
    top:-25px;
    left:0;
    width:100%;
    height:32px;
    text-align:left;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;    
}
.fullLayerWrap ul.uploadImageList li div.btnGroup {
    display:none;
    position:absolute;
    bottom:15px;
    right:0;
    width:100%;
    padding:8px 0 0 0;
    /*background:#343a40;*/
}
.fullLayerWrap ul.uploadImageList li div.btnGroup button{
    font-size:12px;
    margin:0 5px 0 0;
}
.fullLayerWrap ul.uploadImageList li:hover {
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
    border:1px solid #ddd;
}

.fullLayerWrap ul.uploadImageList li img {
    width:100%;
    height:100%;
}

/* STEP4 시스템연동 */
div.LmsSettingWrap {
    position:fixed;
    width:100%;
    height:100%;
    background:#5d6a76;
    color:#fff;
    overflow:auto;
}
div.LmsSettingWrap section.btnGroup { position:fixed; top:50%; left:50%; min-width:1000px; text-align:center; transform: translate(-50%, -50%);}
div.LmsSettingWrap section.btnGroup button p {margin:10px 0 0 0; font-size:15px;}
    div.LmsSettingWrap section.btnGroup button.btnExecute:first-child {margin-left:0;}
    div.LmsSettingWrap section.btnGroup button.btnExecute { 
        width: 200px;
        height: 200px;
        text-align: center;
        float: left;
        cursor: pointer;
        margin-left: 50px;
        border: 2px dashed rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        background: none;
        color: #fff;
    }
div.LmsSettingWrap section.btnGroup button.btnExecute:hover {background:#33393f; box-shadow:5px 5px 5px #343a40; border:2px dashed rgba(255, 255, 255, 1);}
div.LmsSettingWrap section.btnGroup button.btnExecute i {font-size:50px; }
div.LmsSettingWrap section.btnGroup button#LCMS {margin-right:0;}

/* STEP4 Word Chapter List */
div.ChapterListWrap {width:960px; margin:100px auto 0 auto}
div.ChapterListWrap div.chkAllWrap {padding:0 0 0 10px; font-weight:600; }
div.ChapterListWrap lavel {vertical-align:middle;}
div.ChapterListWrap ol li {position:relative; margin:15px 0 0 0; padding:10px 10px 7px 10px; background:#f9f9f9; border:1px solid #e6e6e6; border-radius:10px; cursor:pointer}
div.ChapterListWrap ol li:first-child {margin:20px 0 0 0;}
div.ChapterListWrap input[type="checkbox"] {width:20px; height:20px; vertical-align:middle; margin:0 15px 0 0}
div.ChapterListWrap ol li span.num {display:inline-block; width:80px; text-align:center; padding:2px 0; margin:0 10px 0 0; vertical-align:middle; background:#27a4de; color:#fff; font-weight:bold; border-radius:3px;}
div.ChapterListWrap ol li span.num.disabled {background:#ddd}
div.ChapterListWrap ol li div.icWrap {position:absolute; right:10px;top:10px; }
div.ChapterListWrap ol li div.icWrap span.ic {margin-left:3px; color:#343a40; font-size:22px;}
div.ChapterListWrap ol li span.text {display:inline-block; vertical-align:middle;}
div.ChapterListWrap button.btnCreate {display:block; margin:30px auto 0 auto;}



.pl-10 {padding-left:10px;}

.chapterClipBoardBox, .docClipBoardBox {display:none; z-index:99999; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); text-align:center;}
.chapterClipBoardBox .wrap , .docClipBoardBox .wrap {position:absolute;top:50%; left:50%; width:700px; transform: translate(-50%, -50%);}
.docClipBoardBox .wrap {width:90%; font-size:14px; line-height:23px;}
.chapterClipBoardBox .wrap p , .docClipBoardBox p {margin:0 0 10px 0; font-weight:normal;}
    .chapterClipBoardBox .wrap > p, .docClipBoardBox .wrap > p {
        color: #fff 
    }
    .docClipBoardBox .newDepth p {
        color: #000 !important
    }
.chapterClipBoardBox .wrap textarea {width:100%; height:400px; box-shadow:none;}
.docClipBoardBox textarea {float:left; width:49.5%; margin:0 1% 0 0; height:650px; box-shadow:none;}
.docClipBoardBox .preDocClipBoard {float:left; width:49.5%; height:650px; overflow-y:auto; background:#fff; padding:10px; text-align:left;}
.chapterClipBoardBox .wrap .btn-group, .docClipBoardBox .btn-group{margin:10px 0 0 0;}

#textResult {padding:10px; overflow-y:auto;}
ol.object {height:100%;}
ol.object li {font-size:13px; font-weight:normal; line-height:24px;}
ol.object > li {counter-increment: step-counter;margin:20px 0 0 0;word-break:keep-all;font-size:16px;font-weight:900;line-height:30px;}
ol.object > li:first-child { margin:0;}
ol.object > li:after {content:""; display:block; clear:both;}
ol.object > li:before {display: block;float: left;clear: both;width: 30px;height: 30px;content: counter(step-counter);margin-right: 10px;font-size: 80%;
                                   background: #000;color: #fff;border-radius: 3px; text-align:center;}

.newDepth{float:left; width:calc(100% - 40px);}
.newDepth ul{
    margin:0 0 0 20px!important;
}
.newDepth ul.listNone{
    margin:0 0 0 0!important;
}
.newDepth ul li{
    list-style:none
}
.newDepth ol{
    margin:0 0 0 20px!important;
}
.newDepth ol>li{
    list-style:decimal!important;
    margin:10px 0 0 0
}
.newDepth ol>li ol>li{
    margin:0;
    list-style:upper-alpha!important;
}
.newDepth ol>li ol>li ol>li{
    margin:0;
    list-style:disc!important;
}
.newDepth ol>li ol>li ol>li ol>li{
    margin:0;
    list-style:square!important;
}

div.loginBtnWrap p.userInfo {display:inline-block; margin:0 10px 0 0; vertical-align:middle; color: #fff;}
div.loginBtnWrap a.btn.btnLogOut {display: inline-block; vertical-align: middle;}

.fileListWrap .fileList.radio {
    padding: 5px;
    background: #dddedf;
    font-weight: 900;
    font-size: 13px;
}
.fileListWrap p {margin:20px 0 10px 0; font-size:13px;}
.fileListWrap .fileList label {
    margin: 0 10px 0 0;
}

#actionSetting {
    background: #fff;
    border: 5px solid #27a4de;
}
    #actionSetting .bottomWrap {width:100%; height:45px; padding:5px 0 0 0;background:#27a4de}
        #actionSetting .bottomWrap .controlWrap {
            float: left;
            width: 50%;
            text-align: left;
        }
    #actionSetting #skinSettingView {width:100%; height:100%}
    #actionSetting .bottomWrap .btnGroup {
        float: left;
        width: 50%;
        text-align: right;
    }
        #actionSetting .bottomWrap .btnGroup button, #actionSetting .bottomWrap p.time{
            display: inline-block
        }
    #actionSetting .screenWrap {
        float: left;
        width: 30%;
        height: 100%;
    }
    #actionSetting .previewWrap {float:left; width:70%; height:100%; background:#ddd}
    #actionSetting .timeLineWrap {width:100%; height:300px; background:#343a40; color:#fff;}
        #actionSetting .timeLineWrap li {
            float: left;
            width: 200px;
            height: auto;
            margin: 0 0 0 10px;
            padding: 10px;
            background: #fff;
        }
            #actionSetting .timeLineWrap li:first-child {margin:0;}
            #actionSetting .screenWrap .playerWrap {
                width: 100%;
            }
        #actionSetting .screenWrap .playerWrap video, #actionSetting .screenWrap .playerWrap audio {display:block; width:100%;}
    #actionSetting .actionTempleteCopy {display:none;}
    #actionSetting #actionTemplete .timeWrap, #actionSetting #actionTemplete .selectBox, #actionTemplete .deleteTemplete {
        display: none;
    }
    #actionSetting #actionTemplete {width:100%; overflow-x:auto;}
    #actionSetting #actionTemplete li {
        float: left;
        width: 100px;
        height: 70px;
        margin: 0 0 0 10px;
        border: 1px solid #5d6a76
    }

    #actionSetting #timeLineWrap .timeWrap {
        /*margin: 110px 0 0 0;*/
    }
    #actionSetting #timeLineWrap .timeWrap input {
        width: 40%;
    }

        #actionSetting #timeLineWrap div.aniMotion > div {display:none;}

    #actionSetting #timeLineWrap .moveWrap {
        position: relative;
        width: 100%;
        height: 100px;
        border: 1px solid #5d6a76;
        text-align: center;
    }

    #actionSetting #timeLineWrap .moveWrap i {
        position: absolute;
        transform:translate(50%, 50%);
        top:50%;
        left:50%;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        font-size:30px;
    }

    @keyframes transformLeft {
        0% {
        transform: scale(1,1) translate(-1000%, -50%) rotate(0);
        opacity:0
        }

        70% {
            transform: scale(1,1) translate(-47%, -50%) rotate(0);

        }

        85% {
            transform: scale(1,1) translate(-55%, -50%) rotate(0)
        }

        100% {
            transform: scale(1,1) translate(-50%, -50%) rotate(0)
        }
    }

    @keyframes transformTop {
        0% {
            transform: scale(1,1) translate(-50%, -200%) rotate(0)
        }

        70% {
            transform: scale(1,1) translate(-50%, -47%) rotate(0)
        }

        85% {
            transform: scale(1,1) translate(-50%, -55%) rotate(0)
        }

        100% {
            transform: scale(1,1) translate(-50%, -50%) rotate(0)
        }
    }

    @keyframes transformScale {
        0% {
            transform: translate(-50%, -50%) scale(0, 0) rotate(0);
        }

        50% {
            transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(0)
        }

        100% {
            transform: translate(-50%, -50%) scale(1, 1) rotate(0)
        }
    }


    @keyframes transformSpreadX {
        0% {
            transform: scale(0, 1) translate(-50%, -50%) rotate(0)
        }

        50% {
            transform: scale(1, 1.1) translate(-50%, -50%) rotate(0)
        }

        100% {
            transform: scale(1, 1) translate(-50%, -50%) rotate(0)
        }
    }

    @keyframes transformSpreadY {
        0% {
            transform: scale(1, 0) translate(-50%, -50%) rotate(0)
        }

        50% {
            transform: scale(1, 1.1) translate(-50%, -50%) rotate(0)
        }

        100% {
            transform: scale(1, 1) translate(-50%, -50%) rotate(0)
        }
    }

    @keyframes transformRotate {
        0% {
            transform: scale(1,1) translate(-50%, -50%) rotate(0)
        }

        100% {
            transform: scale(1,1) translate(-50%, -50%) rotate(360deg )
        }
    }

