.header {
    background-color: rgb(198, 223, 231);
}

.header h1 {
    width: 100%;
    position: fixed;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #dedede;
    /* background: url("/images/headerh1.png"); */
    background:#fff;
    color: #485EFB
}

.header #lnb {
    position: fixed;
    right: 20px;
    top: 20px
}

/* .header #lnb a {
    padding: 4px 6px;
    background: #75b3b0;
    font-weight: bold;
    font-size: 14px;
    color: white;
    border-radius: 3px
} */

.header #lnb a {
    padding: 6px 12px;
    background: linear-gradient(90deg, #acbfd3, #92acc9);
    font-weight: 600;
    font-size: 15px;
    color: white;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: background 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.header #lnb a:hover {
    background: linear-gradient(90deg, #92acc9, #a3c4e8);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.header #nav {
    clear: both;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    float: left;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 60px
}

.header #nav h3 {
    margin: 10px 0 20px;
    font-size: 1.2em;
    text-indent: 10px
}

.header #nav li {
    line-height: 30px;
    text-indent: 5px
}

table {
    border: 1px solid #eee;
    width: 99%;
    border-collapse: collapse
}

table th {
    border: 1px solid #eee
}

table td {
    border: 1px solid #eee
}

.content {
    float: right;
    padding: 0 35px 50px;
    box-sizing: border-box;
    width: calc(100% - 180px);
    margin-left: 200px;
    margin-top: 120px
}

.content select {
    height: 30px;
}

.tableSort {
    margin-top: 20px
}

.tableSort form {
    display: inline
}

.tableSort input[type="text"] {
    height: 30px;
    padding: 0 5px;
    margin-right: 5px
}

.tableSort input::placeholder {
    color: #aaa
}

.tableSort button {
    height: 30px;
    width: 55px;
    vertical-align: middle
}

/* .contentTitle {
    background: #f2fbff;
    ;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    position: fixed;
    top: 60px;
    left: 200px;
    width: calc(100% - 200px);
} */

/* .contentTitle {
    background: linear-gradient(to right, #eaf6ff, #f9fcff);
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    position: fixed;
    top: 60px;
    left: 200px;
    width: calc(100% - 200px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #6f5d5d;
} */

.contentTitle {
    background: #d8eff5;
    backdrop-filter: blur(6px);
    height: 25px;
    overflow: hidden;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 24px;
    position: fixed;
    top: 60px;
    left: 200px;
    width: calc(100% - 200px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 8px 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', 'Roboto', sans-serif;
    color: #4f4b4b;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    z-index: 100;
}


.contentTitle h4 {
    float: left;
    line-height: 30px
}

.contentTitle .fixedBtns {
    float: right
}

.contentTitle a {
    padding: 6px 15px;
    /*background: #888;*/
    color: white;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 50px;
    border: 0px;
    border-radius: 40px
}

.tableBtns {
    clear: both;
    background: white;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 5px 0 8px;
    text-align: right;
}

.tableBtns a {
    border: 1px solid white;
    background: orange;
    padding: 4px 8px;
    margin-right: 4px;
    border-radius: 20px;
    color: #fff;
}

.tblSearch {
    clear: both;
    border-top: 1px solid black
}

.tblSearch select {
    height: 24px;
    width: 200px;
    padding: 2px;
    font-size: 13px
}

.anchorTab {
    height: auto;
    padding-bottom: 3px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #666
}

.anchorTab li {
    float: left;
    margin: 0
}

.anchorTab li a {
    padding: 3px 20px;
    border: 1px solid #666;
    border-right: 0px;
    font-size: 14px;
}

.anchorTab li:last-child a {
    border: 1px solid #666
}

.anchorTab:after {
    content: "";
    display: block;
    clear: both
}


/* */

.content .tblList {
    margin: 30px 0
}

.content .tblList th {
    background: #eee;
    font-size: 13px;
    padding: 10px;
    color: rgb(12, 12, 12)
}

.content .tblList td {
    background: white;
    font-size: 13px;
    padding: 7px;
    text-align: center
}

.tblList #td_category select {
    width: 30%
}

.tblList td input {
    padding: 0 8px;
    height: 26px;
    font-size: 13px;
    margin: 2px
}

.tblList td select {
    height: 26px
}

#manage_Category button {
    padding: 4px 7px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    margin-bottom: 3px
}

#modifyCategory {
    background: #E374D6
}

/* .page {
    margin-top: 30px;
    text-align: center;
    clear: both;
    height: 50px
}

.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid black;
    margin: -3px;
    border-right: 0;
   
}

.page a:last-child {
    border: 1px solid black;
} */

.page {
    margin-top: 30px;
    text-align: center;
    clear: both;
    height: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #bbb;
    margin: 0 2px -3px 0;
    border-radius: 6px;
    color: #555;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
    font-weight: 500;
    user-select: none;
}

.page a:last-child {
    border-right: 1px solid #bbb;
    margin-right: 0;
}

.page a:hover {
    background-color: #eaf8fb;
    color: #a19999;
    border-color: #cfdee1;
    box-shadow: 0 2px 6px rgba(0, 122, 255, 0.3);
}

.page a.active {
    background-color: #eaf8fb;
    color: #a19999;
    border-color: #cfdee1;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 95, 204, 0.5);
}


.contentAdd h5 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #485efb
}

.contentAdd:after {
    content: "";
    display: block;
    clear: both;
}

.tbl_Add {
    margin-bottom: 10px
}

.tbl_Add th {
    line-height: 30px;
    font-size: 14px;
    width: 22%;
    background: #eeeeee7a;
    color: #555
}

.tbl_Add td {
    line-height: 20px;
    font-size: 14px;
    padding: 5px
}

.tbl_Add input[type="Text"] {
    height: 25px;
    padding: 0 0px
}

.tbl_Add input[type="number"] {
    width: 250px;
    height: 30px;
    padding: 0 10px
}

.tbl_Add p {
    font-size: 13px
}

.tbl_Add img {
    max-height: 120px
}

.tbl_Add2 {
    margin-bottom: 10px
}

.tbl_Add2 th {
    line-height: 30px;
    font-size: 14px;
    width: 22%;
    background: #eeeeee7a;
    color: #555
}

.tbl_Add2 td {
    line-height: 20px;
    font-size: 14px;
    padding: 5px
}

.tbl_Add2 input[type="Text"] {
    height: 25px;
    padding: 0 0px
}

.tbl_Add2 input[type="number"] {
    width: 250px;
    height: 30px;
    padding: 0 10px
}

.tbl_Add2 p {
    font-size: 13px
}

.tbl_Add2 img {
    max-height: 700px
}

.tbl_Add3 {
    margin-bottom: 10px
}

.tbl_Add3 th {
    line-height: 30px;
    font-size: 14px;
    width: 22%;
    background: #eeeeee7a;
    color: #555
}

.tbl_Add3 td {
    line-height: 20px;
    font-size: 14px;
    padding: 5px
}

.tbl_Add3 input[type="Text"] {
    height: 25px;
    padding: 0 0px
}

.tbl_Add3 input[type="number"] {
    width: 250px;
    height: 30px;
    padding: 0 10px
}

.tbl_Add3 p {
    font-size: 13px
}

.tbl_Add3 img {
    max-height: 700px;
    max-width:700px;
}


#sell_price {
    width: 250px;
}

#market_price {
    width: 250px;
}

.item_basicInfo input[type="text"] {
    width: 98%
}

.item_basicInfo2 input[type="text"] {
    width: 60%
}

.tbl_itmeOption {
    background: #f9f9f9;
    margin: 10px
}

.tbl_itmeOption th {
    width: 12%;
    color: #666
}

.tbl_itmeOption th input {
    width: 200px
}

.td_btn_option {
    text-align: center
}

.td_btn_option button {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px;
    background: #2B0EC8;
    color: white
}

.tbl_itmeOption .input_Option {
    width: 178px
}


.anchorOn {
    background: #485efb;
    color: white
}

.mgr_login {
    
    width: 420px;
    margin: 0 auto;
    margin-top: 12%;
    border: 3px solid darkgray;
    /* background: url("/images/login_bg.jpg"); */
}

.mgr_login h1 {
    text-align: center;
    padding: 80px 0 60px
}

#login_content {
    padding: 3% 3% 8% 3%
}

#login_content h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px
}

#login_content form {}

#login_content form input {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    padding: 0 7px;
    font-size: 14px;
    box-sizing: border-box
}

#login_content #btn_login {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    background: #00216d;
    color: white;
    line-height: 40px;
    transition: all 0.5s
}

#login_content #btn_login:hover {
    background: #51bcae
}

#login_content #btn_login:active {
    background: #51bcae
}

#tblSellerInfo th {
    width: 14%
}

#tblSellerInfo td {
    text-align: left
}

#tblSellerInfo input {
    margin-bottom: 3px
}


/* 버튼 디자인 */

#btnJoin {
    text-align: right;
    margin-top: 5px;
    font-size: 13px;
}

#btnJoin a:hover {
    text-decoration: underline
}

/* .mgrBtn_search {
    padding: 4px 7px;
    background: #9E8EC2;
    color: white;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
    border: 0px;
    border-radius: 4px
} */

.mgrBtn_search {
    padding: 6px 7px;
    background:  linear-gradient(to right, #8e79b9, #b6a4e8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.mgrBtn_search:hover {
    background: linear-gradient(to right, #9981db, #a59cc9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.mgrBtn_searchS {
    padding: 6px 7px;
    background:  #8e79b9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.mgrBtn_searchS:hover {
    background: linear-gradient(to right, #a896db, #c9bff1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


/* .btn_save2 {
    padding: 4px 7px;
    background: #007aff8a;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    margin-top: 2px
} */

.btn_save2 {
    padding: 6px 14px;
    background:  rgb(30 104 185 / 78%);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-top: 2px;
    box-shadow: 0 2px 6px rgba(0, 122, 255, 0.4);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn_save2:hover {
    background: linear-gradient(90deg, rgba(0, 122, 255, 0.85), rgba(0, 122, 255, 1));
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.6);
}


.btn_save_2 {
    padding: 6px 7px;
    background:  rgba(26, 163, 60, 0.78);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 122, 255, 0.4);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.btn_save_2:hover {
    background: linear-gradient(90deg, rgba(26, 163, 60, 0.78), rgba(80, 231, 118, 0.78));
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.6);
}

/* .btn_Modify {
    padding: 4px 7px;
    background: #fA8CB7;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    margin-top: 2px
} */

.btn_Modify {
    padding: 6px 7px;
    background: linear-gradient(to right, #f48fb1, #f6a5c0);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn_Modify:hover {
    background: linear-gradient(to right, #db7f9e, #ebb6c8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* .btn_delete {
    padding: 4px 7px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    background: rgb(184, 73, 69);
    margin-top: 2px
} */

.btn_delete {
    padding: 6px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background:  #b84945;
    border: none;
    border-radius: 6px;
    margin-top: 0px;
    box-shadow: 0 2px 6px rgba(184, 73, 69, 0.4);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn_delete:hover {
    background: linear-gradient(135deg, #d9534f, #e66a68);
    box-shadow: 0 4px 12px rgba(217, 83, 79, 0.6);
}

.btn_deleteB {
    padding: 6px 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background:  #b84945;
    border: none;
    border-radius: 6px;
    margin-top: 0px;
    box-shadow: 0 2px 6px rgba(184, 73, 69, 0.4);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn_deleteB:hover {
    background: linear-gradient(135deg, #d9534f, #e66a68);
    box-shadow: 0 4px 12px rgba(217, 83, 79, 0.6);
}

/* 
.btn_detail {
    padding: 4px 7px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    background: rgb(119, 212, 100);
    margin-top: 2px
} */

.btn_detail {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #77d464;
    border: none;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 2px 6px rgba(119, 212, 100, 0.4);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn_detail:hover {
    background: linear-gradient(135deg, #89e072, #6cd045);
    box-shadow: 0 4px 12px rgba(94, 188, 58, 0.6);
}

/* .btn_date {
    padding: 4px 7px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    background: #9e9e9ef2;
    margin-top: 2px
} */

.btn_date {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background:  #9e9e9e;
    border: none;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn_date:hover {
    background: linear-gradient(to right, #b0b0b0, #d6d6d6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.btn_mail {
    padding: 4px 7px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    background: #679d7b;
    margin-top: 2px
}


/* .btn_Add {
    padding: 4px 7px;
    font-size: 13px;
    color: white;
    border-radius: 4px;
    background: #BEA6A1;
    margin-top: 2px
} */

.btn_Add {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background:  #b89c96;
    border: none;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn_Add:hover {
    background: linear-gradient(to right, #cbb2ab, #e1cdca);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.intbl_btns {
    text-align: left;
    padding-left: 20px
}

/* .btn_view {
    padding: 4px 7px;
    font-size: 13px;
    color: #333;
    border-radius: 4px;
    background: #FBF348;
} */

/* .btn_edit {
    padding: 4px 7px;
    font-size: 13px;
    color: rgb(248, 245, 245);
    border-radius: 4px;
    background: #eec56e;
} */

.btn_view {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    background:  #fce94f;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn_view:hover {
    background: linear-gradient(to right, #fff176, #fffcd1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}


.btn_edit {
    padding: 6px 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #e6b858;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn_edit:hover {
    background: linear-gradient(to right, #f0ca6e, #fbe3aa);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* .btn_save {
    padding: 4px 7px;
    font-size: 13px;
    color: rgb(248, 245, 245);
    border-radius: 4px;
    background: #449739;
} */
.btn_save {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background:  #4caf50;
    border: none;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn_save:hover {
    background: linear-gradient(to right, #66bb6a, #57b267);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* 
.btnSave {
    display: inline-block;
    clear: both;
    background: yellow;
    padding: 10px 60px;
    font-size: 13px;
    background: #2BD3E9;
    color: white
} */

.btnSave {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background:  #2196f3;
    border: none;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btnSave:hover {
    background: linear-gradient(to right, #42a5f5, #3490dc);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

#btnEdit {
    background: rgb(85, 61, 141)
}

.btn_SrchTerm {
    font-size: 12px;
    padding: 3px 6px;
    vertical-align: middle
}

.btnArea_status {
    float: right
}

.btnArea_status button {
    font-size: 13px;
    padding: 3px 5px
}

.btnArea_popup {
    clear: both;
    margin: 15px 10px;
    text-align: right;
}

#btn_invoiceAdd {
    width: 150px;
    height: 30px;
    text-align: Center
}


/* 주문관리 테이블 */


/*.areaSettlement {overflow-x:scroll}*/


/*.tblSettlement {max-width:3000px; min-width:2300px}*/

.tblSettlement th {
    background: #D6E9EE;
    color: rgb(73, 73, 73);
    font-weight: 600;
    padding: 4px 0;
    font-size: 13px
}

.tblSettlement td {
    text-align: center;
    font-size: 13px;
}

.tblSettlement td {
    padding: 3px 0;
    text-align: Center
}

.srchResult {
    float: right;
    padding-right: 10px
}

.tblOrder {
    max-width: 2000px;
    font-size: 13px;
    min-width: 100%;
}

.tblOrder2 {
    max-width: 1000px;
    font-size: 13px;
    min-width: 100%;
}

/* .tblOrder th {
    background: #b8dddf;
    color: rgb(73, 73, 73);
    font-weight: 600;
    padding: 4px 0;
} */


.tblOrder th {
    background: #d8eff5;
    color: #2c2c2c;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 15px;
    font-family: 'Segoe UI', 'Roboto', 'Apple SD Gothic Neo', sans-serif;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
    border : 1px solid rgb(221 213 213);
    text-align: center;
    letter-spacing: 0.2px;
    white-space: nowrap;
}


/* .tblOrder2 th {
    background: #e4b683;
    color: rgb(73, 73, 73);
    font-weight: 600;
    padding: 4px 0;
} */

.tblOrder2 th {
    background: linear-gradient(to right, #e4b683, #f1d3aa);
    color: #3e3e3e;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 14px;
    text-align: center;
    border-bottom: 2px solid #d6b073;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: inset 0 -1px 0 #dec29a;
    user-select: none;
}

.tblOrder td {
    padding: 3px 1px;
    text-align: Center;
    box-sizing: border-box
}

.tblOrder2 td {
    padding: 3px 1px;
    text-align: Center;
    box-sizing: border-box
}

.tblOrder .orderCartTop {
    background-color: #FFFEED;
    border-top: 2px solid #D7CDBC
}

.tblOrder .orderCartNotop {
    background-color: #FFFEED;
}

.tblOrder #orderbyCart1 td {}

#tbl_invoiceAdd {
    max-width: 450px;
}

#tbl_invoiceAdd th {
    background: rgb(88, 75, 161);
    color: white;
    font-weight: 400
}

#tbl_invoiceAdd td {
    padding: 7px;
}

#tbl_invoiceAdd td input {
    width: 90%
}

#login_header h1 img {
    width: 60%
}

#join {
    float: none;
    margin: 0px
}

#join h1 {
    font-size: 20px
}

#sellerList select {
    font-size: 13px;
    margin-right: 5px
}


/*#sellerList button {font-size:13px; padding:3px 7px; background:springgreen; vertical-align:middle; border-radius:4px}*/

.header h1 img {
    height: inherit;
    padding: 10px;
    box-sizing: border-box
}

.gray_box {
    background: #F1F1F1;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 20px
}

.gray_box span {
    font-weight: bold;
    color: #c70000;
    padding: 0 5px
}

.mgr_prd_thumb {
    width: 60px;
    display: inline-block;
    margin-right: 20px
}

.mgr_prd_thumb img {
    width: 100%
}

#orderMemo {
    width: 100%;
    height: 120px
}

.warp_Popup {
    padding: 25px
}


/* 매출 현황 테이블 */

.tblStatus th,
.tblStatus td {
    padding: 8px 0
}

.status_total {
    background: rgb(233, 233, 233);
    font-weight: 600;
}

/* .tblSearch {
    background: #f8f8f8;
    padding: 8px;
    border-bottom: 1px solid #000
} */
.tblSearch {
    background: linear-gradient(to right, #f2f2f2, #f9f9f9);
    padding: 16px 24px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 0 0;
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
    font-size: 15px;
    color: #333;
}



.tblSearch td {
    border: 0;
    padding: 3px 5px;
    font-size: 14px
}
.tblSearch th {
    border: 0;
    padding: 3px 5px;
    font-size: 14px;
    width:200px;
}

.tblSearch td input[type="Text"] {
    width: 160px
}


/*#statusTerm td input[type=submit]  {font-size:13px;line-height:20px; margin-left:5px; background-color:#e3b04b; color:white; border:none; border-radius:3px}*/

#infoShipment,
#infoRefund {
    width: 100%;
    height: 120px
}

.wrap_a4 {
    width: 793px;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
}

.wrap_print {
    letter-spacing: normal;
    color: #000;
    padding: 30px;
    border: 2px solid #000;
}

.wrap_print .tblInvoice {
    margin: 20px 0 0;
    border: 1px solid #888;
    font-family: 'Nanum Gothic', Nanum Gothic, '돋움', Dotum, Helvetica, AppleGothic, Sans-serif;
    color: #000;
    font-size: 13px
}

.tblInvoice th {
    text-align: center;
    padding: 4px 6px;
    border: 1px solid #888;
    background: #ccc;
    font-weight: 600;
}

.tblInvoice td {
    text-align: center;
    padding: 4px 6px;
    border: 1px dotted #888
}

.left {
    float: left;
}

.right {
    float: right
}

.wrap_print {
    font-family: 'Nanum Gothic', Nanum Gothic, '돋움', Dotum, Helvetica, AppleGothic, Sans-serif
}

.wrap_print h1 {
    font-size: 34px;
    padding: 30px 0;
    text-align: center
}

.wrap_print h1 img {
    width: 250px;
    padding: 35px 0 -20px
}

.check_author {
    display: inline-block;
    width: 14%
}

.categoryList {
    padding-top: 20px
}

.categoryList h2 {
    font-size: 17px
}

.categoryList {
    width: 47%;
    float: left;
    margin-right: 3%;
    overflow: hidden;
}

.categoryList::After {
    content: "";
    display: block;
    clear: both;
}

.categoryList .tblList {
    margin-top: 10px
}



.categoryList2 {
    padding-top: 20px
}

.categoryList2 h2 {
    font-size: 17px
}

.categoryList2 {
    width: 30%;
    float: left;
    margin-right: 3%;
    overflow: hidden;
}

.categoryList2::After {
    content: "";
    display: block;
    clear: both;
}

.categoryList2 .tblList {
    margin-top: 10px
}


.categoryList9 {
    padding-top: 20px
}

.categoryList9 {
    width: 90%;
    float: left;
    margin-right: 3%;
    overflow: hidden;
}

/*.tblOrder #orderbyCart2 td{border-bottom:2px solid #ccc}
.tblOrder .orderbyCartRow2 {border-bottom:2px solid #ccc; }
.tblOrder .orderbyCartRow1 {border-top:1px solid #eee}*/