
/*버튼*/
.shadowButton {display:flex; justify-content: center; align-items: center; cursor:pointer;}
.shadowButton.type1 {width:60px; height:60px; border-radius:50%; box-shadow: 0 2px #cd4b08; background-color:#f58220;}
.shadowButton.type2 {
    width: 86px;
    height: 53px;
    font-size: 27px;
    color: #ffffff;
    font-family: Roboto;
    font-weight: 700;
    border-radius: 30px;
    box-shadow: 0 2px #486a29;
    background-color: #56b69f;
}

.flatButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 40px;
    font-size: 18px;
    font-family: NotoSans;
    font-weight: 500;
    color:#ffffff;
    border-radius: 25px;
    cursor:pointer;
    background-color: #f58220;
}
.flatButton.gray {background-color:#a9a9a9;}

/*팝업창*/
.commonWin {
    position: absolute;
    top: 0;
    left: 0;
    width: 472px;
    border-radius: 15px;
    padding: 2px;
    padding-top: 0;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #f58220;
    z-index: 200;
}
.commonWin .winHead {position:relative; height:51px; display:flex; align-items: center;  padding-left:20px; box-sizing: border-box; font-size:22px; color:#ffffff; user-select:none;}
.commonWin .winHead .icon {margin-right:10px;}
.commonWin .winHead .btnCloseWin {position:absolute; right:10px; top:9px; cursor:pointer; pointer-events: all;}

.commonWin .winBody {display:flex; flex-direction:column; height:calc(100% - 51px); overflow: hidden; box-sizing: border-box; border-radius:13px; background-color:#ffffff;}


/*팝업창 - 스타일2*/
.commonWin2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border:solid 1px #d9d9d9;
    border-top:solid 2px #f58220;
    background-color: #ffffff;
    z-index: 200;
}
.commonWin2 .winHead {position:relative; height:51px; background-color:#fff3cb;}
.commonWin2 .winHead .btnCloseWin {position:absolute; right:10px; top:9px; cursor:pointer;}
.commonWin2 .winBody {}
.commonWin2 .winFoot {position:relative; height:51px; background-color:#fff3cb;}

.messageWin .headText {font-size:23px; margin-bottom:10px;}
.messageWin .colorText {color: #0b7df3;}

/*
    *** 컨펌 팝업
*/
.confirmWin {width:330px; top:50%; left:50%;}
.confirmWin .winBody {padding:15px 0;}
.confirmWin .winBody .message {font-size:18px; color:#444444; font-weight:700; text-align:center; padding:15px; line-height:1.2;}
.confirmWin .winBody .buttonArea {display:flex; justify-content: center;}
.confirmWin .winBody .buttonArea .flatButton {margin:0 5px;}


.memo-canvas-container {position: absolute;left: 0;width: 1280px;height: 960px;pointer-events: none;-webkit-transform-origin: 0% 0%;}

/* 그리기 도구 css */
/* 그리기 캔버스 */
.drawing-canvas-container {position: absolute;left: 0;width: 1280px;height: 960px;pointer-events: none;-webkit-transform-origin: 0% 0%;}
.drawing-canvas-container-outer {position: absolute;left: 0;width:100%;height:100%;pointer-events: none;}

/*
    *** 그리기&쓰기 hint-message
*/
#drawPopup #hint-message                                    {font-size: 12px;font-weight: normal;font-family: Nanumgohdic;background: beige;}
/*
    *** 그리기&쓰기
*/
.drawAndWritePopup {display:none; width:311px;}
.drawAndWritePopup.show {display:block;}
.drawAndWritePopup .winBody {height:auto;}
.drawAndWritePopup .winBody .innerWrap {padding:15px 10px; box-sizing: border-box;}
.drawAndWritePopup .winBody .innerWrap > .buttons {display:flex; align-items: center; height:65px; margin-bottom:20px;}
.drawAndWritePopup .winBody .innerWrap > .buttons .dnwButton {display:flex; justify-content:center; align-items: center; flex:1; height:100%; cursor:pointer;}
.drawAndWritePopup .winBody .innerWrap > .buttons .dnwButton .on {display:none;}
.drawAndWritePopup .winBody .innerWrap > .buttons .dnwButton.on .on {display:block;}
.drawAndWritePopup .winBody .innerWrap > .buttons .dnwButton.on .off {display:none;}
.drawAndWritePopup .winBody .innerWrap > .buttons .vBar {width:1px; height:65px; background-color:#dadada;}

.drawAndWritePopup .winBody .content {position:relative; border-top:solid 1px #dadada;}
.drawAndWritePopup .winBody .content .tip {position:absolute; top:-8px; width:12px; height:8px;}
.drawAndWritePopup .winBody .content.draw .tip {left:60px;}
.drawAndWritePopup .winBody .content.write .tip {left:220px;}

/*그리기 내욛*/
.drawAndWritePopup .winBody .drawButtonTable {width:100%; border-collapse: separate; border-spacing:10px;}
.drawAndWritePopup .winBody .drawButtonTable td {width:33.333333%; height:65px; text-align:center; vertical-align: middle;}
.drawAndWritePopup .winBody .drawButtonTable td .btn {display:flex; justify-content: center; align-items: center; width:65px; height:65px; margin:0 auto; border-radius:10px; cursor:pointer; background-color:#dadada;}
.drawAndWritePopup .winBody .drawButtonTable td .btn.on {background-color:#a0d6c9;}

.drawAndWritePopup .winBody .colorAndThickness {display:flex; align-items: center; border-top:solid 1px #dadada;}
.drawAndWritePopup .winBody .color {width:163px; border-right:solid 1px #dadada;}
.drawAndWritePopup .winBody .color .colorTable {width:100%; border-collapse: separate; border-spacing: 10px;}
.drawAndWritePopup .winBody .color .colorTable td {width:25%;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell {display:flex; justify-content:center; align-items:center; width:25px; height:25px; border-radius:50%; border:solid 1px #dadada; cursor:pointer;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell .chkIcon {display:none;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.on .chkIcon {display:block;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.black {background-color:#000000; border-color:#000000;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.green {background-color:#00a651; border-color:#00a651;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.white {background-color:#ffffff;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.red {background-color:#ff0000; border-color:#ff0000;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.yellow {background-color:#ffff00; border-color:#ffff00;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.blue {background-color:#1f81c6; border-color:#1f81c6;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.custom {background-color:#ffffff00; border-color:#b2b2b2; border-style: dashed;}
.drawAndWritePopup .winBody .color .colorTable td .colorCell.custom[data-colorCode=""] {pointer-events: none;}
.drawAndWritePopup .winBody .color .colorPicker {text-align:center;}
.drawAndWritePopup .winBody .colorAndThickness .thickness {flex:1; display:flex; flex-direction: column; align-items: center; justify-content: center;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell {border-radius:50%; background-color:#ebebeb; margin-bottom:5px; cursor:pointer;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell:last-child {margin-bottom:0;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell.on {background-color:#56b69f;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell.thick1 {width:33px; height:33px;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell.thick2 {width:25px; height:25px;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell.thick3 {width:18px; height:18px;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell.thick4 {width:13px; height:13px;}
.drawAndWritePopup .winBody .colorAndThickness .thickCell.thick5 {width:9px; height:9px;}

/*쓰기 내용*/
.drawAndWritePopup .winBody .content.write {display:none;}
.drawAndWritePopup .winBody .fontSelection {margin-top:10px; margin-bottom:15px;}
.drawAndWritePopup .winBody .fontSelection select {
    width:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/icon_selectBoxArrow.png") no-repeat 95% 50%;
    height:46px;
    font-size:14px;
    color:#444444;
    padding:10px;
    padding-right:30px;
    box-sizing: border-box;
    border:solid 1px #c8c8c8;
    background-color:#f6f6f6;
    vertical-align: middle;
}
.drawAndWritePopup .winBody .color.forWrite {display:flex; justify-content: center; align-items: center; width:100%; border-right:0; border-bottom:solid 1px #dadada; padding-bottom:15px;}
.drawAndWritePopup .winBody .color.forWrite .colorTable {width:160px;}
.drawAndWritePopup .winBody .color.forWrite .colorPicker {width:100px;}
.drawAndWritePopup .winBody .fontSize {height:95px; display:flex; justify-content: center; align-items: center;}
.drawAndWritePopup .winBody .fontSize .sizeCell {display:flex; justify-content:center; align-items:center; font-weight:700; color:#666666; border-radius:50%; margin:0 5px; cursor:pointer; background-color:#f5f5f5;}
.drawAndWritePopup .winBody .fontSize .sizeCell.on {color:#ffffff; background-color:#56b69f;}
.drawAndWritePopup .winBody .fontSize .sizeCell.size1 {width:66px; height:66px; font-size:60px;}
.drawAndWritePopup .winBody .fontSize .sizeCell.size2 {width:50px; height:50px; font-size:40px;}
.drawAndWritePopup .winBody .fontSize .sizeCell.size3 {width:38px; height:38px; font-size:30px;}
.drawAndWritePopup .winBody .fontSize .sizeCell.size4 {width:26px; height:26px; font-size:20px;}
.drawAndWritePopup .winBody .write .buttons {width:100%; display:flex; justify-content: center;}
.drawAndWritePopup .winBody .write .buttons .flatButton {width:95px; height:29px; font-size:16px; margin:0 5px;}

/*하단버튼*/
.drawAndWritePopup .winBody .bottomButtons {display:flex; justify-content: space-between; align-items: center; height:36px; width:100%; font-size:0; padding:0 10px; box-sizing: border-box; background-color:#fff3cb;}
.drawAndWritePopup .winBody .bottomButtons .btnView {width:30px; text-align:center; cursor:pointer;}
.drawAndWritePopup .winBody .bottomButtons .btnView .on {display:none;}
.drawAndWritePopup .winBody .bottomButtons .btnView.on .on {display:inline;}
.drawAndWritePopup .winBody .bottomButtons .btnView.on .off {display:none;}
.drawAndWritePopup .winBody .bottomButtons .btnRedoUndo .btnUndo {margin-right:10px;}
.drawAndWritePopup .winBody .bottomButtons .btnRedoUndo > img {cursor:pointer;pointer-events: all;}
.drawAndWritePopup .winBody .bottomButtons .btnRedoUndo .disable {opacity: 0.3;}

/* 드래그 컨테이너 */
.iconCell .btnCloseWin {position: absolute;top: 0;cursor: pointer;}
.iconCell {cursor: pointer;}
.drag-container {width: 142%;height: 100%;position: absolute;top: 0; pointer-events: none;left: -20%;}

.quickMenuMemoWin .iconCell .memoIcon {
    width: 26px;
    height: 33px;
    min-width: 26px;
    min-height: 33px;
}

/*
    *** 메세지 팝업
*/
.messageWin {width:360px; transform: translate(-50%, -50%);}
.messageWin .winBody {padding:15px 0;}
.messageWin .winBody .message {font-size:18px; color:#444444; font-weight:700; text-align:center; padding:15px; line-height:1.2;}
.messageWin .winBody .buttonArea {display:flex; justify-content: center;}
.messageWin .winBody .buttonArea .flatButton {margin:0 5px;}
