@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

*
{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	letter-spacing: -0.03em;
}

.overflow
{
	text-overflow: ellipsis;
	overflow: hidden;
}

html
{
    overflow-y: scroll;
}

html,
body
{
    /* background-color: #F9F9F9; */
    background-color: #FFF;
}

.underline
{
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #D1D1D1;
}

#setSepTable
{
    margin-top: 20px;
}

#new_grid input[type="text"]
{
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-family: 'Noto Sans KR' !important;
    font-size: 12px !important;
    color: #F66 !important;
}

.dt-buttons
{
    position: absolute;
}

.dt-buttons a
{
    outline: none;
    text-decoration: none;
    margin-left: -1px;
    padding: 3px 7px;
    font-size: 11px;
    font-family: 'Noto Sans KR';
    border: 1px solid #CDCDCD;
    color: #333;
    background-color: #E8E8E8;
    cursor: pointer;
}

.dt-buttons a:first-child
{
    margin-left: 0;
}

#grid td
{
    padding: 8px 10px;
}

#setSpecDepth2,
#setSpecDepth3,
#editSpecDepth2,
#editSpecDepth3,
#searchSpecDepth2,
#searchSpecDepth3,
#setOrderUser,
#editOrderUser,
#searchOrderUser,
#searchDoingUser,
#searchDoingCompany,
#setDoingUser,
#setDoingCompany,
#editDoingUser,
#editDoingCompany,
#setWorkUser,
#editWorkUser
{
    display: none;
    margin-left: -1px;
}

#setUserLevel,
#editUserLevel,
#searchDoingGroup,
#setUserLevelGroup,
#editUserLevelGroup
{
    margin-left: -1px;
}

#layer
{
    display: none;
    position: fixed;
    top : 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

#loading
{
    display: none;
    position: fixed;
    top : 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    color: #FFF;
    z-index: 9999;
    opacity: 0.8;
}

#loading > div
{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
}

#loading > div > img
{
    margin-bottom: 10px;
    width: 40px;
}

.commonPopup
{
    display: none;
    position: fixed;
    top : 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    z-index: 1001;
}

.commonPopup > div
{
    overflow-y: scroll;
    margin: 0 auto;
    padding: 20px;
    width: 80%;
    line-height: 20px;
    color: #333;
    background-color: #FFF;
    box-shadow: 0 0 2px #333;
    z-index: 1002;
}

.miniPopup > div
{
    width: 50%;
}

.smallPopup > div
{
    width: 450px;
    height: 300px !important;
}

.smallPopup5 > div
{
    width: 550px;
    height: 421px !important;
}

.smallPopup6 > div
{
    width: 550px;
    height: 500px !important;
}

.smallPopup0 > div
{
    width: 550px;
    height: 95px !important;
}

.smallPopup0 > div > .title
{
    margin-bottom: 0 !important;
}

.commonPopup > div > .title
{
    margin-bottom: 20px;
}

.commonPopup > div > .title > div
{
    font-size: 18px;
    font-weight: bold;
}

.commonPopup > div > .title > p
{
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #EEE;
    color: #666;
    line-height: 18px;
}

.commonPopup > div > .area
{
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.commonPopup > div > .area > .button
{
    display: inline-block;
    padding: 5px 10px;
}

.searchbox
{
    overflow: hidden;
}

.searchbox > .searched
{
    margin-top: 29px;
    padding: 6px 10px;
    border: 1px solid #CDCDCD;
}

.workForm > input[type="text"]
{
    border-right: 0;
}

#menu
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2E2E2E;
    color: #999;
    z-index: 1000;
}

#menu > .logo
{
    float: left;
    padding: 0 20px;
    background-color: #1F1F1F;
    color: #FFF;
    line-height: 36px;
}

#menu > .logo > strong
{
    color: #FFF;
}

#menu > .logo > span
{
    color: #777;
}

#menu > .notice
{
	float: left;
	padding-left: 10px;
    line-height: 36px;
}

#menu > ul
{
    float: right;
    display: table;
    overflow: hidden;
    list-style: none;
    line-height: 37px;
}

#menu > ul > li
{
    float: right;
    padding: 0 20px;
    background-color: #2F2F2F;
    border-left: 1px solid #3F3F3F;
	color: #FFF;
}

#menu > ul > li:hover
{
    background-color: #1F1F1F;
    color: #FFF;
    cursor: pointer;
}

#menu > ul > .now
{
    /* background-color: #F9F9F9; */
    background-color: #FFFFFF;
    color: #020202;
    font-weight: bold;
    cursor: pointer;
}

#menu ul > li > span
{
    float: right;
    margin-top: 11px;
    margin-left: 5px;
    padding: 2px 5px 3px 4px;
    background-color: #F66;
    font-family: 'Verdana';
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    line-height: 10px;
    border-radius: 20px;
}

#area
{
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
}

#area > .title > div
{
    font-size: 18px;
    font-weight: bold;
}

#area > .title > p
{
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #EEE;
    color: #666;
    line-height: 18px;
}

#area > .margin
{
    float: left;
    margin-top: 20px;
    width: 100%;
}

#area > .margin > .barcode
{
    float: left;
}

#area > .margin > .barcode > select,
#area > .margin > .barcode > input
{
    float: left;
    width: auto;
    font-weight: bold;
}

#area > .margin > .barcode > select
{
    margin-right: 8px;
    height: 30px;
}

#area > .margin > .barcode > input[type="button"]
{
    margin-left: -1px;
	padding: 6px 10px;
    font-size: 12px;
    font-family: 'Noto Sans KR';
    border: 1px solid #1F87B6;
    color: #FFF;
    background-color: #27A9E3;
    cursor: pointer;
}

#area > .margin > .barcode > .redButton
{
    border: 1px solid #CE3A3A !important;
    color: #FFF;
    background-color: #F66 !important;
    cursor: pointer;
}

#area > .margin > .option
{
    float: left;
    margin-top: 8px;
}

#area > .margin > .option > label
{
    cursor: pointer;
}

#area > .margin > .option > label > p
{
    float: left;
}

#area > .margin > .option > label > .c
{
    margin-top: 1px;
    margin-left: 10px;
    margin-right: 5px;
}

#area > .margin > form > input
{
    width: 100px;
}

#area > .margin > form > #name
{
    display: none;
}

#area > .margin > form > #file
{
    width: 200px;
}

#area > .margin > form > input[type="file"]
{
    margin: 0;
    padding: 0;
    height: 24px;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

#area > .margin > form > .button
{
    position: absolute;
    margin: 0;
    font-size: 12px;
    font-family: 'Noto Sans KR';
    border: 1px solid #1F87B6;
    color: #FFF;
    background-color: #27A9E3;
}

#area > .margin > form > .upload
{
	padding: 6px 0;
    width: 120px !important;
    font-size: 12px;
    font-family: 'Noto Sans KR';
    border: 1px solid #333;
    color: #FFF;
    background-color: #666;
}

#area > .margin > form > .down
{
    font-size: 12px;
    font-family: 'Noto Sans KR';
    border: 1px solid #333;
    color: #FFF;
    background-color: #666;
    cursor: pointer;
}

#area > .margin > form > #company
{
    margin-right: 0;
}

.cursor,
.justCursor
{
    cursor: pointer;
}

.cursor:hover
{
    text-decoration: none;
}

input,
select,
textarea
{
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    font-family: 'Noto Sans KR';
    color: #333;
    border: 1px solid #CDCDCD;
    outline: none;
}

select
{
    padding: 5px 10px;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea
{
    width: 100%;
}

textarea
{
    overflow-y: scroll;
    resize: none;
    margin-bottom: -6px;
    height: 300px;
}

iframe
{
	width: 1px;
	height: 1px;
    opacity: 0;
}

.select_control
{
    position: absolute;
    background-color: #FFF;
}

.select_control > .target
{
    float: left;
    margin-right: -1px;
}

.select_control > .target > input
{
    
}

.select_control > .search
{
    float: right;
    padding: 6px 10px;
    color: #FFF;
    border: 1px solid #1F87B6;
    background-color: #27A9E3;
    cursor: pointer;
}

.control
{
    position: absolute;
    background-color: #FFF;
    z-index: 999;
}

.control > .search
{
    float: right;
    padding: 6px 10px;
    color: #FFF;
    border: 1px solid #1F87B6;
    background-color: #27A9E3;
    cursor: pointer;
}

.control > .checkbox_control
{
    overflow: hidden;
    padding: 6px 10px;
    border: 1px solid #CDCDCD;
}

.control > .checkbox_control:hover
{
    background-color: #F9F9F9 !important;
    cursor: pointer;
}

.control > .moveCheckbox
{
	margin-top: -2px;
}

.control > .checkbox
{
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 6px 10px;
    padding-bottom: 7px;
    max-height: 200px;
    border: 1px solid #CDCDCD;
    border-top: 0;
}

.control > .checkbox > .loop
{
    overflow: hidden;
    margin-top: 3px;
    padding-top: 7px;
    border-top: 1px dotted #CDCDCD;
}

.control > .checkbox > .loop:first-child
{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.control > .checkbox > .loop > label > p
{
    float: left;
}

.control > .checkbox > .loop > label > .check
{
    margin: 0;
    margin-right: 5px;
    padding: 0;
}

.control > .checkbox > .loop > label > .text
{
    margin-top: -1px;
}

.control > .checkbox > .loop > label > .text > span
{
    cursor: pointer;
}

.control > .target
{
    float: left;
}

.control > .target > input
{
    border-right: 0;
}

.radio > span > input
{
    margin-top: 3px;
}

.table_margin
{
    margin-top: 20px;
}

.table
{
    float: left;
    width: 100%;
}

.table p.checkbox
{
    float: right;
    margin-top: 3px;
}

.table p.checkbox > input
{
    display: none;
}

.table > table
{
    width: 100%;
    border-width: 1px;
    border-color: #CDCDCD;
    border-collapse: collapse;
    table-layout: fixed;
}

.table > table tr
{
    background-color: #FFF;
}

.table > table tr:hover,
.table > table tr:hover td
{
    background-color: #F9F9F9 !important;
}

.table > table .input td
{
    padding: 0 !important;
}

.table > table .input .center input
{
    text-align: center;
}

.table > table .input td input
{
    padding: 8px;
    border: 0;
    background-color: transparent;
}

.table > table .input td input:focus
{
    padding: 5px;
    border: 3px solid #FFB3B3;
    background-color: #FFF;
}

.table > table th
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #D1D1D1;
    background-color: #F9F9F9;
}

.table > table th:first-child,
.table > table td:first-child
{
	border-left: 0;
}

.table > table th:last-child,
.table > table td:last-child
{
	border-right: 0;
}

.table > table td
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #D1D1D1;
    text-overflow: ellipsis;
}

.table > table img
{
    max-width: 100% !important;
    height: 50px !important;
}

.paging
{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.paging > p
{
    display: inline-block;
    margin: 0 -3px;
    padding: 3px 4px;
    font-size: 11px;
    border: 1px solid #CDCDCD;
    background-color: #FFF;
}

.paging > p:hover
{
    cursor: pointer;
    color: #F66;
}

.paging > .now
{
    background-color: #F66;
    border: 1px solid #F66;
    color: #FFF;
    font-weight: bold;
}

.paging > .now:hover
{
    color: #FFF;
}

.tab
{
    float: left;
    margin-bottom: 20px;
    width: 100%;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
}

.rightSingle
{
    border-left: 0;
    border-right: 1px solid #CDCDCD;
}

.noTab
{
    border-left: 0;
    border-right: 0;
    height: 32px;
}

.noHeight
{
    height: 0;
}

.tab > div
{
    float: left;
    padding: 6px 10px;
    border: 1px solid #CDCDCD;
    border-left: 0;
    border-bottom: 0;
}

.tab > div:hover
{
    cursor: pointer;
    background-color: #F9F9F9;
}

.noRightPadding
{
	padding-right: 0 !important;
}

.noOver,
.noOver > div:hover
{
	cursor: default !important;
	background-color: #FFF !important;
}

.tab > .now
{
    font-weight: bold;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFF;
}

.tab > .single
{
    border-right: 0;
}

.tab > .isbn
{
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.tab > .isbn > input
{
    width: 130px;
    border-left: 0 !important;
    border-bottom: 0 !important;
    background-color: #F9F9F9 !important;
}

.tab > .right
{
    float: right;
}

.tab > .right:last-child
{
    border-left: 1px solid #CDCDCD;
}

.alert
{
    color: #F66 !important;
    margin-left: 5px;
}

.red,
.red input
{
    color: #F66 !important;
}

.redBg
{
    background-color: #FFD4D4 !important;
}

.grayBg
{
    background-color: #EAEAEA !important;
}

.blue,
.blue input
{
    color: #27A9E3 !important;
}

.blueBg
{
    background-color: #B9EAFF !important;
}

.noColor
{
    color: #000 !important;
}

.center
{
    text-align: center;
}

.login
{
    margin: 0 auto;
    width: 300px;
}

.login > .title
{
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-family: 'Verdana';
}

.login > .title > span
{
    font-size: 10px;
    font-weight: bold;
    font-family: 'Verdana';
}

.login > .info
{
    margin-bottom: 20px;
    font-size: 11px;
    text-align: center;
}

.login > p:nth-child(3)
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.button
{
    padding: 6px 10px;
    border: 1px solid #BEBEBE;
    color: #333;
    background-color: #FFF;
    outline: none;
}

.button:hover
{
    cursor: pointer;
}

.tdImage
{
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.tdImage > img
{
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.noOver:hover
{
    background-color: transparent !important;
}

.lineHeight24
{
    line-height: 24px;
}

.lineHeight20
{
    line-height: 20px;
}

.buttonArea
{
    margin-top: 20px;
    text-align: center;
}

.buttonArea > input[type="button"]
{
    display: inline-block;
    font-size: 12px;
    font-family: 'Noto Sans KR';
    border: 1px solid #1F87B6;
    color: #FFF;
    background-color: #27A9E3;
    cursor: pointer;
}

.fit
{
    width: 100%;
    height: 100%;
    border: 0;
}

::-webkit-file-upload-button
{
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type="file"],
input[type="button"]
{
    width: 100px;
    cursor: pointer !important;
}

td input[type="file"]
{
    padding: 0 !important;
    width: 100% !important;
    border-color: #FFF !important;
}

.setOrderType
{
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

.setOrderType > select
{
    border-bottom: 0 !important;
}

.setOrderType > select:hover
{
    cursor: pointer;
}

.tab > .setOrderType:hover
{
    background-color: transparent !important;
    cursor: default !important;
}

.showUpload
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
}

.uploadButton,
.workUpload
{
    width: 170px !important;
}

.uploadButton
{
    border: 1px solid #CE3A3A;
    color: #FFF;
    background-color: #F66;
    cursor: pointer;
    /*animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/
}

/*
@keyframes blinker
{
    to
    {
        background-color: #F66 !important;
    }
}
*/

#setCustomPopup .custom,
#setTempPopup .custom
{
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

#setCustomPopup .custom > input
{
    float: left;
    width: 10% !important;
}

#setCustomPopup .custom > .button,
#setTempPopup .custom > .button
{
    float: left;
    padding: 4px 10px !important;
}

#grid_area
{
    clear: both;
}

.CI-GRID-HEADER-TITLE
{
}

.CI-GRID-HEADER-TITLE > p
{
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 3px !important;
    margin-bottom: -3px !important;
}

.CI-GRID-RECT-RIGHT-TOP,
.CI-GRID-HEADER-SCROLLER
{
}

.buttonRight
{
    float: right;
    margin-bottom: -1px;
}

#setSimpleSubject
{
	background-color: #FFF !important;
}

#setCustomPopupTable,
#setTempPopupTable
{
	margin-top: 37px;
	border-bottom: 1px solid #EEE;
}

.scrollTable
{
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.scrollFixed
{
	position: absolute;
}

#customSearch
{
	width: 30% !important;
}

#customSelect
{
	float: left;
	border-right: 0;
}

.active
{
    border: 2px solid #F66 !important;
}

.buttonActionOver,
.buttonActionOverMore
{
	display: none;
	overflow: hidden;
	position: absolute;
	margin: 0;
	margin-top: 7px;
	margin-left: -11px;
	padding: 6px 0 4px;
    border: 1px solid #CDCDCD;
	background-color: #FFF;
	z-index: 999;
}

.buttonActionOver > li,
.buttonActionOverMore > li
{
	clear: both;
	float: left;
    width: 100%;
	padding: 6px 10px;
	list-style: none;
	background-color: #FFF;
	font-size: 11px;
}

.buttonActionOver > li:hover,
.buttonActionOverMore > li:hover
{
    font-weight: bold;
}

#loadingMsg
{
	font-size: 11px;
}

#default,
#progressive
{
	line-height: 28px;
}

#default > .large,
#progressive > .large,
#progressive > .large > strong
{
	font-size: 16px !important;
}

#ledgerNew
{
	display: none;
}

.buttonBlue
{
    border-color: #2E6DA4 !important;
    color: #FFF !important;
    background-color: #337AB7 !important;
}

.buttonRed
{
    border-color: #D65A5A !important;
    color: #FFF !important;
    background-color: #F66 !important;
}

.buttonGray
{
    border-color: #000 !important;
    color: #FFF !important;
    background-color: #2E2E2E !important;
}

.topNoMargin
{
	margin-top: -32px;
}

.fastMargin
{
	position: relative;
	margin-top: 20px;
	margin-bottom: -32px;
	width: auto !important;
}

.innerBox td
{
	margin: 0 !important;
	padding: 2px 0 !important;
}

.innerBox td input[type="text"]
{
	border: 0 !important;
	background-color: transparent;
}

.insertBox
{
	background-color: #FFFBBA !important;
}
