#settingContentWrap {
    width:1470px;
    color:#000;
    font-size:12px;
}


#settingWrap input[type='text'], #settingWrap input[type='password'], #settingWrap input[type='email'] {
    height:12px;
    width:200px;
    padding:5px;
}
.companyadd input[type='text']{
    height:12px;
    width:200px;
    padding:5px;
}

#settingWrap > div, #companySettingWrap > div {
    height:350px;
    float:left;
    width:478px;
    margin-right:15px;
    background:#fff;
    border:1px solid rgb(130,130,130);
}



.line {
   /* margin:30px 0 30px 130px; */
    width:400px;
    margin:15px auto;
}

.line p {
    margin-bottom:5px;
}

#settingWrap > div:last-child, #companySettingWrap > div:last-child {
    margin-right:0;
}


/* 테마탭 */
#themeTap{
    margin-top: 10px;
}
#themeTap > div {
    float:left;
}

#themeTap > div:first-child {
    margin-right:60px;
}


/* 관리자 */

h3 {
    font-size:15px;
    margin-top:15px;
    margin-bottom:5px;
}

h3#settingHeadLine {
    margin-top:0;
}

/* 부서등록 */

.accountArea1{
    position: relative;
    padding-left: 10px;
    width:229px;
    height:300px;
    float: left;
    margin-top: 25px;
}

.accountTitle1{
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.accountArea2{
    width:50%;
    height:300px;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
}
.accountArea2>p{
    margin-top:5px;
}

#departmentList {
    margin-top:15px;
    width:214px;
    text-align:center;
    height:250px;
}


.settingPropic > img{
    display:inline-block;
    width:80px;
    height:80px;
    border-radius:80px;
}

input[name="machineyn"]{
    margin-right:5px;
}

.machineUse {
    margin-right:20px;
}

/* 프로필 */
.userLine {
    width:100%;
}

.userLine > p {
    text-align:center;
    margin-top:20px;
}

#userListWrap {
    height:315px;
    overflow:auto;

}
.userList {
    width:385px;
    margin:20px auto 0;
    height:150px;
    padding:20px;
    border:1px solid rgb(238,238,238);
    border-radius:10px;

}
.userList > div {
    float:left;
}

.propicBox {
    margin-right:30px;
}

.propicBox > img{
    margin-top:12px;
    display:inline-block;
    border-radius: 100px;
    width:100px;
    height:100px;
}

.uLine {
    margin-top:10px;
}

.userInfo {
    width:250px;
}

.uLine > span:first-child {
    display:inline-block;
    font-weight: bold;
    width:80px;
}

#userListWrap .uLine > .userState {
    display: inline-block;
    width:100%;
    margin-left:60px;
    margin-top:10px;
    color:#f34;
}

.stateBtn {
    border:1px solid #ff3344;
}


.btnSpan {
    cursor: pointer;
}

#orderContentWrap {
    width:1470px;
}

#orderContentWrap h3 {
    color:#000;
    font-size:23px;
}

#orderSheetRight .margin_exempt {
    margin-bottom:13px;
}

#orderContentWrap > div span, #detailOrderModal label {
    display:inline-block;
    width:113px;
    text-align:center;
    padding:8px;
    font-size:12px;
    background-color:rgb(62, 67, 88);
    font-weight: bold;
}

#orderLeft {
    width:1035px;
    float:left;
}

#orderContentWrap #orderLeftTop > div:first-child {
    border-top:1px solid #a2a3a4;
    border-left: 1px solid #a2a3a4;;
}

#orderContentWrap #orderLeftTop > #orderSheetRight {
    border-top:1px solid #a2a3a4;
}

#orderContentWrap #orderLeftTop > #designOrder {
    border-top:1px solid #a2a3a4;
    border-right:1px solid #a2a3a4;
}

#orderContentWrap #orderBtnWrap {
    width:997px;
    text-align:right;
    background:#fff;
    border:1px solid #a2a3a4;
    border-top: 1px solid #d7d7d7;

}

#orderContentWrap > #orderLeft  #orderLeftTop > div {
    padding:10px;
    float:left;
}


#orderContentWrap > div > div > div > div:last-child {
    margin-bottom:0;
}

#orderContentWrap > div > div{
    margin-top:5px;
}

#orderSheetLeft > div, #orderSheetRight > div {
    margin-bottom:15px;
}

#orderContentWrap > #orderLeftTop {
    width:990px;
    height:180px;
    margin-right:15px;
}

#orderContentWrap input, #orderContentWrap select, #detailOrderModal input {
    width:150px;
    text-align:center;
    padding: 3px;
    height:20px;
}

#orderSheetLeft, #orderSheetRight, #designOrder {
    width:319px;
    background:#fff;
    height:180px;
}


#designOrder>div:first-child {
    height:170px;
    overflow:auto;
}

#designOrder table {
    color:#000;
}

#orderContentWrap > h3 {
    color:#444;
    padding-left:10px;
}

#designOrder {
    overflow:auto;
    height:180px;
    margin-right:15px;
}

#designOrderTable, #designListTable {
    width:100%;
    border-collapse: collapse;
    color:#000;
}

#designOrderTable td, #designOrderTable th, #designListTable td, #designListTable th {
    border:1px solid #a2a3a4;
    padding:5px 0;
    font-size:10px;
    text-align:center;
}
#designOrderTable th, #designListTable th {
    background:rgb(62, 67, 88);
    color:#fff;
    height:15px;
}

#designListTable tr {
    height:31px;
}

#designOrderTable td input {
    width:100px;
    padding:0;
    border:0;
    text-align:right;
}

#designOrderTable tr:nth-child(2n+1), #designListTable tr:nth-child(2n+1), #designOrderTable tr:nth-child(2n+1) input{
   background:rgb(239,242,245);
}

#designListWrap {
    width:420px;
    float:left;
}

#designListWrap > div {
    background:#fff;
}

#designListTop{
    border:1px solid #a2a3a4;
}

#designListMid {
    height:440px;
    overflow:hidden;
}


#designSearchBox > div {

}
#designSearchBox input {
    width:276px;
    border:0;
}

#orderListWrap table {
    text-align:center;
}

#orderListWrap table tr {
    height:31px;
}

#orderListWrap table tr:nth-child(2n+1){
    background:rgb(239,242,245);

}

#orderListWrap h3 {
    margin-bottom:5px;
}


/* Select Box */
@media screen and(max-width: 768px) {
    .justwrap, .justwrap2 {

        position: relative;
        display: inline-block;
        float: left;
        width: 150px;
        min-height: 30px;
        margin: 0 30px
    }
    .justselect, .justselect2 {
        width:148px;
        display:block!important;
        position: absolute;
        margin: 2px 3px;
        height: 26px;
        z-index: 900;
    }
    .selectbox, .selectbox2 {
        position:absolute!important;
        z-index: 1000;
        pointer-events: none;
    }
}
.justwrap, .justwrap2 {
    display:inline-block;
}

.selectbox,.selectbox2 {
    box-sizing: border-box;
    display: inline-block;
    margin: 2px;
    background: #fff;
    width: 150px;
    position: relative
}
.selectbox-options, .selectbox-options2 {
    position: absolute;
    width: 100%;
    overflow: visible;
    z-index: 1000;
}

.selectbox-options--hidden {
    display: none;
}
.selectbox__option, .selectbox__option2 {
    cursor: pointer;
    color: #202020;
    background:#fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    align-items: center;
    width:150px;
    height:20px;
    padding:3px;
    transition: .1s linear all;
    line-height:20px;
    font-size:12px;
}
.selectbox__option:first-child, .selectbox__option2:first-child {
    border-top: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.selectbox__option:last-child, .selectbox__option2:last-child {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.selectbox__option:hover, .selectbox__option2:hover {
    background: rgb(127,181,207);
    color: #fff
}

.selectbox__option--selected {
    color: #fff;
    background: rgb(127,181,207);
}

.selectbox__label, .selectbox__label2 {
    cursor: pointer;
    background: #fff;
    color: #202020;
    position:relative;
    align-items:center;
    border-radius:5px;
    border:1px solid #eee;
    transition: 150ms linear all;
    /* box-shadow: 1px 1px 10px #eee;*/
    width:150px;
    height:20px;
    padding:3px;
    font-size:12px;
    line-height:20px;
}

.selectbox__label:after, .selectbox__label2:after {
    content: "";
    display: inline;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #202020;
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    transition:150ms linear all
}

.selectbox__label:hover, .selectbox__label2:hover{
    border:1px solid rgb(127,181,207);;
    color:#000;
}

.selectbox__label:hover:after, .selectbox__label2:hover:after {
    border-top: 6px solid rgb(127,181,207);
}

/* design Bot */

#orderContentWrap #designBottom {
    border:1px solid #a2a3a4;
    margin-top:0;
    border-top:0;
}

#designBottom > div > div {
    float:left;
    width:208px;
    height:150px;
    color:#000;
}


#designBottom #designImgBox {
    width:150px;
    border-radius: 150px;
    overflow:hidden;
    margin-left:20px;
}

#orderContentWrap #designBottom {
    padding:20px;
}

#designBottom  #designSubmitBox {
    padding:15px 0 0 0;
    display:inherit;
    width:100%;
    text-align:center;
}

#designSubmitBox > span {
    cursor: pointer;
}
#designInfo > h5 {
    text-indent:50px;
    margin-bottom:30px;
    font-size:15px;
}
#designInfo > p {
    margin-bottom:20px;
    text-indent:50px;
    font-size:12px;
}

#designInfo > p:first-child {
    margin-bottom:20px;
    text-indent:50px;
}
/* orderList */
#orderContentWrap #orderListWrap {
    margin-top:15px;
    height:495px;
    overflow:auto;
}

#orderContentWrap #designTopInfo span {
    width:55px;
}
#orderContentWrap #designTopInfo input {
    width:120px;
    border:0;
}

#orderContentWrap #orderListWrap > div {
    background:#fff;
    margin-right:15px;
}

#orderListWrap table {
    width:100%;
    border-collapse: collapse;
    color:#000;
    font-size:12px;
}

#orderListWrap table th, #orderListWrap table td {
    border:1px solid #a2a3a4;
    padding:5px 0;
    text-overflow: ellipsis;
}

#orderListWrap table th {
    background:rgb(62, 67, 88);
    color:#fff;
}

/* table */
table{
    display: block;
}

tbody{
    display: block;
    overflow: auto;
}

#designOrderTable tbody{
    max-height: 140px;
}

#orderListWrap tbody{
    max-height: 430px;
}

#designListTable tbody{
    max-height: 440px;
}

#designOrderTable th:nth-of-type(1), #designOrderTable td:nth-of-type(1) {
    width: 90px;
}

#designOrderTable th:nth-of-type(2), #designOrderTable td:nth-of-type(2) {
    width: 125px;
}

#designOrderTable th:nth-of-type(3), #designOrderTable td:nth-of-type(3) {
    width: 100px;
}

#orderListWrap th:nth-of-type(1), #orderListWrap td:nth-of-type(1) {
    width: 110px;
}

#orderListWrap th:nth-of-type(2), #orderListWrap td:nth-of-type(2) {
    width: 260px;
}

#orderListWrap th:nth-of-type(3), #orderListWrap td:nth-of-type(3) {
    width: 180px;
}

#orderListWrap th:nth-of-type(4), #orderListWrap td:nth-of-type(4) {
    width: 110px;
}

#orderListWrap th:nth-of-type(5), #orderListWrap td:nth-of-type(5) {
    width: 110px;
}

#orderListWrap th:nth-of-type(6), #orderListWrap td:nth-of-type(6) {
    width: 110px;
}

#orderListWrap th:nth-of-type(7), #orderListWrap td:nth-of-type(7) {
    width: 95px;
}

#orderListWrap th:nth-of-type(8), #orderListWrap td:nth-of-type(8) {
    width: 95px;
}

#orderListWrap th:nth-of-type(9), #orderListWrap td:nth-of-type(9) {
    width: 70px;
}

#orderListWrap th:nth-of-type(10), #orderListWrap td:nth-of-type(10) {
    width: 80px;
}

#orderListWrap th:nth-of-type(11), #orderListWrap td:nth-of-type(11) {
    width: 94px;
}

#designListTable th:nth-of-type(1), #designListTable td:nth-of-type(1) {
    width: 138px;
}

#designListTable th:nth-of-type(2), #designListTable td:nth-of-type(2) {
    width: 156px;
}

#designListTable th:nth-of-type(3), #designListTable td:nth-of-type(3) {
    width: 122px;
}

/* selected */
.designDataTr>td {
    cursor:pointer;
}

.designDataTr.selected>td {
    background:rgb(187, 231, 255);
}

#orderContentWrap #designOrderTable .removeBtn {
    width:50px;
    color:#444;
    border:1px solid #a9a9a9;
    padding:3px;
    background:#fff;
    font-size:8px;
    cursor:pointer;
    border-radius:5px;
}

#orderContentWrap #orderListWrap tr {
    cursor:pointer;
}

#orderContentWrap #orderListWrap .listSelected {
    background:#bbe7ff;
}

/* Detail Order */

#detailOrderModal {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-240px;
    width:647px;
    background-color:#fff;
    z-index:100000;
    display:none;
}

.inputTab {
    padding:20px;
}

.inputTab > div {
    float:left;
}

.inputTab > div:first-child {
    margin-right:20px;
}

#detailOrderModal .line {
    margin-bottom:10px;
}

#detailOrderModal h3 {
    background:#3e4358;
    padding:10px 0 10px 30px;
}

.orderDesignDetail {
    width:607px;
}

.orderDesignDetail > div > div {
    float:left;
}

#subDesignInfo {
    color:#000;
}

#subDesignImgBox {
    width:294px;
    margin-right:19px;
}

#subDesignImgBox label {
    display:inline-block;
    vertical-align: middle;
    height:150px;
    line-height:150px;
    margin-right:15px;
    color:#fff;
}

#subDesignImgBox > span {
    display:inline-block;
    vertical-align: middle;
    margin:0 auto;
    height:130px;
    width:130px;
    border-radius:130px;
    overflow:hidden;
    /* background-size:160px;*/
}
.subLine {
    margin-bottom:35px;
}

.subLine:nth-child(2) {
    margin-bottom:38px;
}

#detailOrderModal .subLine.lastSubLine {
    margin-bottom:0;
}

#detailOrderModal .margin_exempt {
    margin-bottom:8px;
}

.subLine label {
    color:#fff;
}

#detailOrderModal .subLabel {
    background:#3e437e;
}

#subModalBtnBox {
    width:607px;
    margin-top:10px;
    border-top:1px solid #444;
    padding-top:10px;
    text-align:right;
}

#subModalBtnBox >span {
    display:inline-block;
    width:61px;
    text-align:center;
    padding:8px;
    font-size:12px;
    background-color:#3e437e;
    font-weight: bold;
    cursor:pointer;
}

#orderListWrap table span {
    width: 50px;
    color: #444;
    border: 1px solid #a9a9a9;
    padding: 3px;
    background: #fff;
    font-size: 8px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
/* 유저 디테일*/

#userdetail{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-240px;
    width:600px;
    height: auto;
    background-color:#f0f0f0;
    z-index:100000;
    padding-bottom: 15px;
}
.detailusertop{
    margin-top: -15px;
    height: 50px;
    text-align: left;
    background: #3e4358;

}
.detailusertop h3{
    padding-top: 9px;
    padding-left: 10px;
    font-size: 22px;
    color: #fff;
}
#userdetail .line{
    margin-bottom: 10px;
}
.User_Title{
    width: 120px;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    background-color: rgb(62, 67, 88);
    font-weight: bold;
    color: #fff;
    margin:0 auto;
}
#userdetail input{
    width: 150px;
    text-align: center;
    padding: 3px;
    height: 20px;
    margin-top: 3px;
}
#userdetail .userdlevelsel{
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
    background: #fff;
    color: #202020;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #eee;
    transition: 150ms linear all;
    width: 214px;
    height: 26px;
    padding: 3px;
    font-size: 12px;
}
#userdetail .line div{
    color: #fff;
    font-weight: bold;
    width: 100px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    background-color: rgb(62, 67, 88);
}
.User_wrapper1{
    width: 50%;
    height: 80%;
    float:left;
    padding-top: 55px;
    text-align: center;
    font-weight: bold;
}
.User_wrapper1 div img{
    margin: 10px;
}
.User_wrapper2{
    width: 50%;
    height: 80%;
    margin-top:-10px;
    margin-bottom: 10px;
    float:left;
}
.userdetailmodalcon{
    margin-right: 10px;
}
.userdetailmodalcon span{
    float: right;
    color: #fff;
    margin-right: 10px;
    width: 61px;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    background-color: #3e437e;
    font-weight: bold;
    cursor: pointer;
}
#userdid h3{
    font-weight: bold;
    font-size: 20px;
}

/* 거래처 */

.accountline1{
    margin-top: 10px;
    float: left;
    width: 50%;
}
.accountline1 input{
    width: 100px;
    height: 18px;
}
.accountline2{
    margin-top: 10px;
    float: left;
    width: 50%;
}

.accountline2 input{
    width: 100px;
    height: 18px;
}

#accountnum{
    width:215px;
    height: 18px;
}
#accountaddress{
    width:215px;
    height: 18px;
}
.accountArea1 input[type=submit], .accountArea1 button{
    margin-top: 20px;
    width:70px;
    height:30px;

}
.accountline3{
    margin-top: 105px;
}
.accountline4{
    margin-top: 10px;
}
.edit_btn{
    position: absolute;
    bottom:38px;
    left: 85px;
}
.del_btn{
    position: absolute;
    left:160px;
    bottom: 38px;
}