body * {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #3b3b3b;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    font-weight: 400;
}
button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
body {
    overflow-x: hidden;
    background: #d6d6d6;
    #root {
        main {
            background: #ffffff;
            max-width: 3000px;
            min-height: 100vh;
            padding: 0px;
            > .row > * {
                height: 62px;
                width : 100%;
                position: relative;
                vertical-align: top;
            }
            .center-side {
                position: relative;
                background: #ececec;
            }
        }
    }
    * {
        &::-webkit-scrollbar-track {
            border-radius: 7px;
            background-color: transparent;
        }
        &::-webkit-scrollbar-corner,
        &::-webkit-scrollbar {
            width: 7px;
            height: 7px;
            background-color: transparent;
        }
        &::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: #d0d0d0;
        }
    }
}

body #root main {
    background: #fff;
    max-width: 3000px;
    min-height: 100vh;
    padding: 0px;
}
html .wrapper-section {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 64px;
    white-space: nowrap;
    overflow-x: hidden;
    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1, 1);
        }
        50% {
            transform: scale(1.2, 1.2);
        }
        100% {
            transform: scale(1, 1);
        }
    }
    .center-side {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 100%;
        background: #b6c6ca;
    }
    .right-side {
        position: relative;
        vertical-align: top;
        background: #f8fafb;
        width: 330px;
        display: table-cell;
        z-index: 100;
    }
    &.right-active .right-side {
        display: table-cell;
        width: 330px;
        min-width: 300px;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
        #canvas-inspect {
            display: block;
        }
    }
    &.both-active .right-side {
        display: table-cell;
        width: 400px;
        min-width: 390px;
        border-left: 1px solid #d6d6d6;
        #canvas-inspect {
            display: block;
        }
    }
}

.row {
    height : 62px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.topmenu-section {
    position: absolute !important;
    top: 0px;
    width: 100%;
    background: #0958a5;
    z-index: 9999;

    ul {
        list-style: none;
   //     padding-top: 8px;
        height: 62px;

        > li {
            position: relative;
            display: inline-block;

            &:first-child {
                width: 200px;
            }

            &:nth-child(1) {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 398px;
                float: right;
            }

            &:nth-child(2) {
                margin-right: 180px;
                width: 200px;
                float: right;
                margin-top: 4px;
            }

            button {
                width: 33%;
                height: 52px;
                border: none;
                box-sizing: border-box;

                .inspectorIcon {
                    width: auto;
                    margin: 5px;
                    padding: 6px 3px;
                    border-radius: 4px;
                    display: block;
                    font-size: 15px;
                    background-color: #fff;
                    color: #3b3b3b;
                    font-weight: 600;
                    border : 1px solid #ff5700;
                    &.on {
                        color: white;
                        background-color: #ff5700;
                        font-size: 15px;
                        font-weight: 600;
                    }
                }
            }
        }
    }

    .tmptitle {
        position: absolute;
        left: 30px;
        top: 7px;
        width: calc(100% - 600px);
        height: 24px;
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        color: #fff;
    }
}

.pannel-editors {
    text-align: center;
    position: relative;
    display: table;
    margin: auto;
    width: 100%;
    height: calc(100vh - 114px);
}

.pannel-editors-wapper {
    margin-top : 50px;
    max-height: 100vh;
    overflow: auto;
}

.pannel-editors-wapperB {
    max-height: 100vh;
    overflow: auto;
}

button.undo {
    background: url("../images/undo.png") center center no-repeat;
    background-size: 50%;
}
button.redo {
    background: url("../images/redo.png") center center no-repeat;
    background-size: 50%;
}

button.save {
    background: url("../images/downFile.png") center center no-repeat;
    background-size: 50%;
}
button.open {
    background: url("../images/upfile.png") center center no-repeat;
    background-size: 50%;
}

button.edit {
    background: url("../images/edit.png") center center no-repeat;
    background-size: 50%;
}

button.order {
    background: url("../images/print.png") center center no-repeat;
    background-size: 50%;
}

button.preview {
    background: url("../images/pdfPreview.png") center center no-repeat;
    background-size: 50%;
}

button.zoomOut {
    background: url("../images/zoomOut.png") center center no-repeat;
    background-size: 50%;
}

button.zoomIn {
    background: url("../images/zoomIn.png") center center no-repeat;
    background-size: 50%;
}
button.gotoNext {
    background: url("../images/parrow_next.png") center center no-repeat;
    width: 64px;
    height: 64px;
}
button.grid {
    background: url("../images/grid.png") center center no-repeat;
    width: 42px;
    height: 42px;
}

button.gotoPre {
    background: url("../images/parrow_pre.png") center center no-repeat;
    width: 64px;
    height: 64px;
}
.pannel-side {
    white-space: nowrap;
    display: inline-block;
    width: 400px;
    height: calc(100vh - 64px);
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
    overflow: hidden;
   // transform: width 0.5s 0s;
}

.pannel-section {
    width: auto;
    background : #deeaf7;
    display: inline-block;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    button.btn {
        width: 50px;
        height: 50px;
        display: block;
        border: 0px;
        font-size: 15px;
        outline: none;
        padding: 0px;
        &.active {
            border-top: 1px solid #979797;
            border-bottom: 1px solid #979797;
            background: #bad4ee;
        }
    }
    > ul {
        display: inline-block;
        width: 50px;
        height: calc(100vh - 61px);
        box-sizing: border-box;
        list-style: none;
        vertical-align: top;
    }
}

.rcsdiv {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.hidden {
    display: none;
}

.rcsImage {
    padding: 10px;
    max-width: 220px;
    height: auto;
}

.rcsTitle {
    margin-top: 10px;
    font-size: 11px;
}

.pannel-type-section {
    padding: 10px;
    margin: 10px;
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    font-size: 15px;
}


.pannel-object-section {
    white-space: normal;
    overflow: auto;
    height: calc(100vh - 64px);
    &.shape {
 //       display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        list-style: none;
        padding-top: 20px;
        li {
            display: inline-block;
            button {
                border: 0px;
                background: transparent;
            }
            object,
            img {
                margin: 8px;
                height: auto;
            }
            object {
                pointer-events: none;
                height: 240px;
            }
            &:hover {
                opacity: 0.7;
            }
        }
    }

    &.shape li img {
 //       width: 70px;
    }

    .overH:not(.overW) {
        overflow-x: hidden;
    }
}
.vdp-image {
    width: 78%;
    height: 28px;
    line-height: 0;
//    background: #4c8fe7;
    color: #fff;
    border: 1px solid #ddd;
   // border-radius: 7px;
    font-size: 13px;
    margin-left: 2%;
    padding-left: 5px;
}

.vdp-input {
    width: 90% !important;
    height: 28px;
    font-weight: 500;
    font-size:14px;
    padding-left: 5px;
    margin-right: 3px;
    margin-left: 3px;
    border:1px solid #ddd;
    vertical-align: middle;
    text-align: left !important;
}

.vdp-title {
  //  width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 14px;
    color: #222;
}

.pagelist-side>ul li {
    display: table-cell;
    height: 34px;
    text-align: center;
    border-radius: 5px;
}

.pagelist-side>ul li button {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #e5f1fa;
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 8px);
    height: 32px;

    .pageIcon {
        background-color: red;
        &.on {
            background-color: #ff5700;
        }
    }
}
.pagelist-side {
    position: absolute;
 //   width: calc(100% - 40px);
    height: 50px;
    top: 0px;
//    left: 44px;
    background: #f8fafb;
    border-bottom: 1px solid #c7c7c7;
    padding-left: 10px;
    padding-right: 10px;
}
.pagelist-side>ul.pages {
    position: relative;
}

.pagelist-side>ul {
     width: 100%;
     display: table;
     table-layout: fixed;
     margin-top: 8px;
}

.pannel-object-section.shape {
 //   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding-top: 20px;
}

.editTable {
   margin-left: 5px;
    margin-right: 5px;
}

.editTable_Head {
    background-color: #c3d79a;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border : solid 1px #a56c6c;
}

.editTable_Body {
    font-size: 12px;
    padding: 3px 5px;
    border : solid 1px #a5a5a5;
}


.btn-down {
    padding: 5px 20px;
    border: 1px solid #0066B3;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 600;
    margin-right: 15px;
}

.xcel {
    background: #088756  !important;
}
.notepad {
    background: #1881a3  !important;
}

.btn-down :hover {
    background: #fff !important;
    color: #088756 !important;
}

.selected-tr {
   background-color: #ffeeba;
}

#orderEditDesign {
    display:none;
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    padding: 15px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
}

.edit_left {
    padding-left:15px;
    padding-right:10px;

}
.edit_right {

}
.pixabayImage {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 150px;
 //   max-height: 120px;
 //   width: 100%;
 //   height: 100%;
}