@charset "utf-8";

/*webfont*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*add*/
address, caption, strong, em, cite {
  font-weight:normal;
  font-style:normal;
}
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
button:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
/*page css*/
html {
  font-size: 14px;
}
html, body {
  height: 100%;
}
body {
  background: #EDEDED;
  font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  color: #262424;
}
a {
  color: #262424;
}
#wrapper {
  min-width: 1366px;
}
/*header*/
header {
  position: relative;
  width: 100%;
  height: 70px;
  background: #000;  
  border-bottom: 1px solid #141414;
  color: #fff;
  text-align: center;
  z-index: 200;
}
.head_wrap {
  position: relative;
  width: 100%;
  min-width: 1366px;
  padding-top: 21px;
}
nav {
  position: absolute;
  top: 26px;
  left: 163px;
}
nav ul.depth1 {
  display: flex;
}
nav ul.depth1>li {
  position: relative;
  margin-right: 40px;
  padding-bottom: 28px;
}
nav ul.depth1>li.onpage {
  border-bottom: 2px solid #C31011;
}
nav ul.depth1>li:hover {
  border-bottom: 2px solid #C31011;
}
nav ul.depth1>li>a {
  padding: 10px 0 28px 0;
  color: #fff;
}
.has_depth2 {
  position: relative;
  padding-right: 12px;
}
.has_depth2:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has_depth2:hover:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.depth2 {
  position: absolute;
  top: 44px;
  visibility: hidden;
  opacity: 0;
  width: 140px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.depth1_warranty .depth2 {
  left: -32px;
}
.depth1_product .depth2 {
  left: -40px;
}
.has_depth2:hover .depth2 {
  visibility: visible;
  opacity: 1;
}
nav ul.depth2>li>a {
  display: inline-block;
  width: 140px;
  height: 48px;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  color: #262424;
  text-align: center;
  line-height: 48px;
}
nav ul.depth2>li>a:hover {
  background: #F7F7F7;
}
h1 img {
  width: 116px;
}
.member {
  display: flex;
  position: absolute;
  top: 18px;
  right: 0;
}
.member_id {
  position: relative;
  padding: 10px 50px 10px 55px;
  background: url(/resources/premiumshop/admin/images/ico_member.png) 15px top no-repeat;
  background-size: 35px 35px;
  cursor: pointer;
}
.logout_box {
  position: absolute;
  top: 52px;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding: 16px 0 16px 50px;
  background: #5C5B5B;
  text-align: left;
  font-size: 0.9286rem;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.member_info:hover .logout_box {
  visibility: visible;
  opacity: 1;
}
.logout_box:before {
  content :""; 
  display:block; 
  position: absolute; 
  top: -7px; 
  left: 27px; 
  border-top:0px solid transparent; 
  border-left: 5px solid transparent; 
  border-right: 5px solid transparent; 
  border-bottom: 7px solid #5C5B5B; 
}
.logout_box span {
  position: relative;
}
.logout_box .logout_span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url(/resources/premiumshop/admin/images/ico_logout.png) left top no-repeat;
  background-size: 21px 21px;
  background-position: center;
}
.logout_box .myinfo:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url(/resources/premiumshop/admin/images/ico_myinfo.png) left top no-repeat;
  background-size: 20px 20px;
  background-position: left;
}

/* main */
/* 사용자 관리 */
.container {
  padding: 42px 50px 28px 50px;
  max-width: 1920px;
  margin: auto;
}
.h2_wrap {
  position: relative;
}
.container h2 {
  color: #1D1B1B;
  font-size: 1.571rem;
  font-weight: 600;
}
.location {
  display: flex;
  position: absolute;
  top: 8px;
  right: 0;
  font-size:  0.8571rem;
}
.location li {
  position: relative;
  padding: 0 8px;
  color: #939292;
}
.location li:before {
  content: '';
  width: 5px; 
  height: 5px;
  border-top: 1px solid #939292;
  border-right: 1px solid #939292; 
  display: inline-block;
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg); 
  position: absolute;
  top: 3px; 
  left: -2px; 
}
.location li:first-child:before {
  display: none;
}
.location li:last-child {
  color: #1D1B1B;
}
.contents {
  min-height: 750px;
  margin-top: 12px;
  padding: 30px 30px 50px 30px;
  background: #fff;;
}
.btn_register {
  position: relative;
  padding: 9px 24px;
  background: #C31011;
  color: #fff;
  z-index: 10;
}
.btn_register:hover {
  background: #EA3334;
}

.btn_register2 {
  position: relative;
  padding: 9px 24px;
  background: #208AC1;
  color: #fff;
  z-index: 10;
}
.btn_register2:hover {
  background: #1C7BAD;
}

.btn_register3 {
  position: relative;
  padding: 9px 24px;
  background: #69aa4a;
  color: #fff;
  z-index: 10;
}
.btn_register3:hover {
  background: #477133;
}

.btn_register4 {
  position: relative;
  padding: 9px 24px;
  background: #4a693c;
  color: #fff;
  z-index: 10;
}
.btn_register4:hover {
  background: #2b3d23;
}

.dataTables_wrapper {
  /* margin-top: -36px; */
}

.dataTables_wrapper .row {
  margin-bottom: 10px;
  overflow: hidden;
}
.dataTables_wrapper .dataTables_filter input {
  width: 300px;
  height: 36px;
  background: url(/resources/premiumshop/admin/images/ico_search.png) right 8px no-repeat;
  background-size: 25px 16px;
  border: 1px solid #939292;
  border-radius: 0;
}


.dataTables_wrapper .dataTables_filter input:placeholder {
  color: #939292; 
}
.dataTables_wrapper .dataTables_filter input:focus {
  outline: none;
}
.dataTables_wrapper .dataTables_filter input::-ms-clear,
.dataTables_wrapper .dataTables_filter input::-ms-reveal{
	display:none;width:0;height:0;
}
.dataTables_wrapper .dataTables_filter input[type=search]::-ms-clear {
  display: none;
}
.dataTables_wrapper .dataTables_filter input::-webkit-search-decoration,
.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button,
.dataTables_wrapper .dataTables_filter input::-webkit-search-results-button,
.dataTables_wrapper .dataTables_filter input::-webkit-search-results-decoration{
	display:none;
}
table.dataTable.datatable_style {
  /* margin-bottom: 20px !important; */
  border-top: 2px solid #353434;
}
table.dataTable.datatable_style thead th,
table.dataTable.datatable_style tbody td {
  border-right: 1px solid #EFEFEF;
  text-align: center;
}
table.dataTable.datatable_style thead th {
  padding: 20px 0;  
  border-bottom: 1px solid #353434;
  font-weight: 400;
}
table.dataTable.datatable_style tbody td {
  padding: 15px 0;
  border-bottom: 1px solid #C9C8C8;
  font-size: 0.9286rem;
}
table.dataTable.datatable_style tbody tr:hover td {
  background: #F7F7F7;
}
table.dataTable.datatable_style thead .sorting {
  background-image: url(/resources/premiumshop/admin/images/sort_both.png);
}
table.dataTable.datatable_style thead .sorting_asc {
  background-image: url(/resources/premiumshop/admin/images/sort_asc.png);
}
table.dataTable.datatable_style thead .sorting_desc {
  background-image: url(/resources/premiumshop/admin/images/sort_desc.png);
}
table.dataTable.datatable_style#userDataTable thead tr th:first-child {
  background-image: none !important;
}
table.dataTable.datatable_style.no-footer {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #1D1B1B;
  border-radius: 0;
  color: #1D1B1B;
}
.dataTables_wrapper .dataTables_length select:focus {
  outline: none;
}
.dataTables_length label {
  font-size: 0.8571rem;
}
/* pagenate css */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 8px !important;
  border: none !important;
  color: #939292 !important;
  font-family: 'Roboto' !important;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  color: #939292 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  outline: none m !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none !important;
  border: none !important;
  color: #1D1B1B !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  display: inline-block;
  position: relative;
  top: -6px;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-right: 4px;
  background: url(/resources/premiumshop/admin/images/btn_page_prev.png) no-repeat left top;
  background-size: 20px 20px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first {
  display: inline-block;
  position: relative;
  top: -6px;
  width: 20px;
  height: 20px;
  background: url(/resources/premiumshop/admin/images/btn_page_first.png) no-repeat left top;
  background-size: 20px 20px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  display: inline-block;
  position: relative;
  top: -6px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-left: 6px;
  background: url(/resources/premiumshop/admin/images/btn_page_next.png) no-repeat left top;
  background-size: 20px 20px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
  display: inline-block;
  position: relative;
  top: -6px;
  width: 20px;
  height: 20px;
  background: url(/resources/premiumshop/admin/images/btn_page_last.png) no-repeat left top;
  background-size: 20px 20px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: url(/resources/premiumshop/admin/images/btn_page_prev_over.png) no-repeat left top !important;
  background-size: 20px 20px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first:hover {
  background: url(/resources/premiumshop/admin/images/btn_page_first_over.png) no-repeat left top !important;
  background-size: 20px 20px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: url(/resources/premiumshop/admin/images/btn_page_next_over.png) no-repeat left top !important;
  background-size: 20px 20px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
  background: url(/resources/premiumshop/admin/images/btn_page_last_over.png) no-repeat left top !important;
  background-size: 20px 20px !important;
}
.company_id {
  font-family: 'Roboto';
}
.business_num {
  font-family: 'Roboto';
}
.email {
  font-family: 'Roboto';
}
.phone {
  font-family: 'Roboto';
}

/* checkbox */
.check_box {
  display: inline-block; 
  position: relative; 
  padding-left: 24px; 
  cursor: pointer; 
  line-height: 16px; 
  margin-right: 15px;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
  font-family: 'Roboto','Noto Sans KR';
}
.check_box:last-child {
  margin-right: 0;
}
.check_box input {
  position: absolute; 
  opacity: 0; 
  cursor: pointer; 
  height: 0; 
  width: 0;
}
.check_box .checkmark {
  position: absolute; 
  top: -15px; 
  left: 0; 
  height: 20px; 
  width: 20px; 
  border: 1px solid #C9C8C8;
}
.check_box input:checked ~ .checkmark {
  background: #5C5B5B;
  border: 1px solid #5C5B5B;
}
.check_box .checkmark:after {
  content: ""; 
  position: absolute; 
  display: none;
}
.check_box input:checked ~ .checkmark:after {
  display: block;
}
.check_box .checkmark:after {
  left: 6px; 
  top: 1px; 
  width: 5px; 
  height: 10px; 
  border: solid #fff; 
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.btn_cancle {
  padding: 4px 12px;
  background: #664ABF;
  border-radius: 13px;
  color: #fff;
  font-size:  0.8571rem;
}
.btn_cancle:hover {
  background: #815AFF;
}

/* modal */
.modal_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.6);
  padding-top: 140px;
  z-index: 100;     
}
.modal_conts {
  width: 1200px;
  margin: 0 auto;
  background: #EDEDED;
  border-radius: 5px;
}
.modal_head {
  position: relative;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  font-size: 1.286rem;
  line-height: 48px;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}
.btn_close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: 0.3s all;
}
.btn_close:before, 
.btn_close:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 9px;  
  height: 16px;
  width: 2px;
  background-color: #1D1B1B;
}
.btn_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_close:hover .btn_close {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal_conts .dataTables_wrapper .dataTables_filter input {
  background-color: #fff;
}
.modal_body {
  max-height: 670px;
  overflow-y: auto;
  padding: 20px;
  background: #f3f3f3;
}
table.dataTable.datatable_style.modalDataTable {
  background: #fff;
}
table.dataTable.datatable_style.modalDataTable thead tr th:first-child {
  background-image: none !important;
}
table.dataTable.datatable_style.modalDataTable tbody td {
  padding: 16px 0;
}
table.dataTable.datatable_style.modalDataTable tbody td.td_address {
  padding: 0 10px;;
  text-align: left;
}
.modalDataTable .check_box .checkmark {
  left: 2px;
}
.address {
  width: 362px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor {
  margin-top: 20px;
}
.modal_btn {
  margin-top: 20px;
  padding-bottom: 10px;  
  text-align: center;
}
.btn_save {
  width: 125px;
  height: 36px;
  background: #C31011;
  color: #fff;
}
.btn_save:hover {
  background: #EA3334;
}

.btn_save_black {
  width: 125px;
  height: 36px;
  background: #000;
  color: #fff;
}
.btn_save_black:hover {
  background: #333;
}

/* 업체별 보증서 현황 */
.wrab_warranty .dataTables_wrapper {
  margin-top: 0;
}
table.dataTable.datatable_style#warrantyDataTable tbody td {
  padding: 20px 0;
}

/* 보증서 발행내역 */
.date {
  font-family: 'Roboto';
  font-size: 1rem;
}

/* 제품등록 */
table.dataTable.datatable_style.productDataTable tbody td {
  vertical-align: middle;
}
table.dataTable.datatable_style.productDataTable tbody tr:hover td {
  background: none;
}
.project_img_box {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.project_img_box img {
  position: absolute;
  top: 50%;
  left: 50%;  
  min-width: 100%;
  min-height: 100%;  
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.price {
  color: #C31011;
  font-family: "Roboto";
}
.price_sale {
  font-family: "Roboto";
}
.btn_detail {
  position: relative;
  padding: 5px 25px 5px 10px;
  background: #664ABF;
  border-radius: 13px;
  color: #fff;
  font-size: 0.8571rem;
}
.btn_detail:before, 
.btn_detail:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 14px;  
  height: 11px;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_detail:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_detail:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_detail:hover:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_detail:hover {
  background: #815AFF;
}
/* modal */
.modal_conts.modal_product {
  width: 960px;
}
.product_info {
  display: flex;
  justify-content: space-between;
}
.product_photo_area {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  background-color: #F8F8F8;
  background: url(/resources/premiumshop/admin/images/imgbox.png) no-repeat center center;
  background-size: 52px 60px;
  border: 1px solid #C9C8C8;
  text-align: center;
}
.product_photo_area img {
  position: absolute;
  top: 50%;
  left: 50%;  
  min-width: 100%;
  min-height: 100%;  
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn_upload {
  position: relative;
  margin-top: 240px;;
  padding: 5px 10px 5px 27px;
  background: #5C5B5B;
  border-radius: 14px;
  color: #fff;
  font-size: 0.9286rem;
}
.btn_upload:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: url(/resources/premiumshop/admin/images/ico_upload.png) no-repeat center center;
  background-size: 12px 13px;
}
.btn_upload:hover {
  background: #484848;
}
.product_info_area {
  width: 490px;
  min-height: 400px;
}
.product_info_area {
  background: #FDFDFD;
  border-top: 1px solid #C9C8C8;
  border-bottom: 1px solid #C9C8C8;
}
.info_row {
  display: flex;
  border-bottom: 1px solid #EFEFEF;
}
.product_info_area .info_row:last-child {
  border-bottom: none;
}
.info_title {
  width: 20%;
  padding: 18px 0 16px 20px;
  color: #262424;
  font-size: 0.9286rem;
}
.info_input {
  width: 80%;
  padding: 8px 0;
}
input.input_style {
  width: 370px;
  height: 32px;
  padding-left: 10px;
  border: 1px solid #C9C8C8;
  color: #262424;
}
input.input_style::placeholder {
  color: #939292;
}
input.input_style:focus {
  outline: none;
}
.info_option {
  display: flex;
  justify-content: space-between;
  padding-right: 22px;
}
.info_option>div {
  width: 180px;
}
.option_input_box {
  position: relative;
  border: 1px solid #C9C8C8;
}
input.input_option {
  width: 150px;
  height: 32px;
  padding-left: 8px;
  border: none;
  font-size: 0.8571rem;
}
input.input_option:focus {
  outline: none;
}
.btn_option_plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #5C5B5B;
}
.btn_option_plus:hover {
  background: #484848;
}
.btn_option_plus:before, 
.btn_option_plus:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 16px;  
  height: 14px;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_option_plus:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.option_list {
  min-height: 94px;
  background: #E6E6E6;
  border: 1px solid #C9C8C8;
  border-top: none;
}
.option_list li {
  position: relative;
  padding: 9px 8px;
  background: #F7F7F7;
  border-bottom: 1px solid #E6E6E6;
  color: #5C5B5B;
  font-size: 0.8571rem;
}
.option_list li:hover {
  background: #EDEDED;
}
.btn_option_delete {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 18px;
  height: 18px;
  background: url(/resources/premiumshop/admin/images/ico_delete.png) no-repeat left top;
  background-size: 18px 18px;
}
.btn_option_delete:hover {
  background: url(/resources/premiumshop/admin/images/ico_delete_over.png) no-repeat left top;
  background-size: 18px 18px;
}

/* 주문내역 */
.top_order .btn_state {
  margin-right: 7px;
}
.btn_state {
  position: relative;
  padding: 9px 24px;
  background: #5C5B5B;
  color: #fff;
  z-index: 10;
}
.btn_state:hover {
  background: #484848;
}
.top_order .btn_cancel {
  margin-right: 7px;
}
.btn_cancel {
  position: relative;
  padding: 9px 24px;
  background: #ab0000;
  color: #fff;
  z-index: 10;
}
.btn_cancel {
  background: #720000;
}
table.dataTable.datatable_style.orderDataTable tbody td {
  vertical-align: middle;
  line-height: 1.4;  
}
table.dataTable.datatable_style.orderDataTable tbody td .order_option {
  vertical-align: top;
  text-align: left;
}
table.dataTable.datatable_style.orderDataTable thead .sorting_asc {
  /*
  background: none !important;
  */
}
.order_option li {
  padding: 12px 10px;
  border-bottom: 1px solid #EFEFEF;
}
.order_option li:first-child {
  padding-top: 0;
}
.order_option li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.order_option_num {
  display: flex;
  margin-top: 10px;
}
.order_option li>div {
  margin-right: 20px;
}
.order_option li>div:last-child {
  margin-right: 0;
}
.order_option li>div span {
  display: inline-block;
  margin-right: 16px;
}
.order_option li>div span.txt_tit {
  margin-right: 8px;
}
.txt_tit {
  padding: 0 3px;
  background: #EFEFEF;
  border: 1px solid #CECECE;
  border-radius: 2px;
  color: #939292;
  font-size: 0.9286rem;
}
.input_delivery {
  width: 90%;
  max-width: 140px;
  height: 36px;
  margin-bottom: 8px;
  padding-left: 4px;
  border: 1px solid #C9C8C8;
  color: #262424;  
}
.input_delivery:focus {
  outline: none;
}
.btn_delivery {
  width: 90%;
  max-width: 140px;
  height: 36px;
  background: #5C5B5B;
  color: #fff;
}
.btn_delivery:hover {
  background: #484848;
}

/* 공지사항 */
table.dataTable.datatable_style.noticeDataTable {
  table-layout: fixed;
}
table.dataTable.datatable_style.noticeDataTable tbody td {
  font-size: 1rem;
}
table.dataTable.datatable_style.noticeDataTable tbody tr td:nth-child(3) {
  padding-left: 10px;
  text-align: left !important;
}
.notice_conts {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.btn_file {
  width: 24px;
  height: 24px;
  background: #939292;
  border-radius: 50%;
}
.btn_file img {
  position: relative;
  top: 1px;
  width: 10px;
}
.btn_file:hover {
  background: #484848;
}
.btn_delete {
  width: 24px;
  height: 24px;
  background: #939292;
  border-radius: 50%;
}
.btn_delete img {
  position: relative;
  top: 1px;
  width: 12px;
}
.btn_delete:hover {
  background: #484848;
}
/* modal */
.modal_conts.modal_notice {
  width: 720px;
}
.notice_info {
  background: #FDFDFD;
}
.notice_row {
  display: flex;
  height: 48px;
  padding-top: 8px;
  border-bottom: 1px solid #EFEFEF;
}
.notice_tit {
  width: 17%;
  padding: 8px 0 0 20px;
}
.notice_input {
  width: 83%;
  padding-right: 10px;
}
.select_style {
  position: relative;
  width: 100%;
  height: 32px;
  padding-left: 10px;
  background: url(/resources/premiumshop/admin/images/bg_select.png) no-repeat right 2px;
  border: 1px solid #C9C8C8;
  -webkit-appearance: none;
	-moz-appearance: none;  
  appearance: none;  
}
.select_style:disabled {
  background: #EDEDED;
}

.select_style:focus {
  outline: none;
}
.select_style::-ms-expand {
  display: none;
}
.select_style:focus {
  outline: none;
}  
.notice_input input.input_style {
  width: 100%;
}

/*input file*/
.filebox {
  position: relative;
}
.filebox input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.filebox label {
	display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 6px 10px;
	vertical-align: middle;
	background-color: #5C5B5B;
  border: none;
  font-size: 0.8571rem;
  color: #fff; 
  z-index: 10;
}
.filebox label:hover {
  background: #73757E;
}
.filebox .upload-name {
	display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px; 
  padding: 0 10px;
	vertical-align: middle;
	background-color: #fff;
  border: 1px solid #C9C8C8;
  border-radius: 2px;
  font-size: 1rem;
  color: #B4B5BC;  
}

.noticeModal .btn_save {
  width: 80px;
}
.btn_cancel {
  width: 80px;
  height: 36px;
  margin-left: 8px;
  background: #5C5B5B;
  color: #fff;  
}
.btn_cancel:hover {
  background: #484848;
}
.editor_notice {
  padding: 10px;
}

/* footer */
footer {
  padding-bottom: 40px;
  color: #7C7C7C;
  text-align: center;
  font-family: 'Roboto';
  font-size: 0.8571rem;
}

.top_cashReceipt:after {
	content: "";
	clear: both;
	display: block;
}
.top_cashReceipt>div:first-child {
	float: left;
	width: 30%;
}
.top_cashReceipt>div:last-child {
	float: right;
	width: 70%;
}

.tbl_cash_top {
	width: 100%; 
	max-width: 620px;
	margin-right: 0;
	margin-left: auto;
}
.tbl_cash_top td {
	text-align: left;
/*	border: 1px solid #ccc;*/
	vertical-align: top;
}
.tbl_cash_top tr td:nth-child(2) {
	padding-right: 25px;
}
.btn_term1 {
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #636466;
	border-radius: 2px;
	color: #636466;
}
.btn_term1:hover {
	background: #636466;
	color: #fff;
}
.btn_term2 {
	width: 60.5px;
	height: 28px;
	background: #fff;
	border: 1px solid #636466;
	border-radius: 2px;
	color: #636466;
}
.btn_term2:hover {
	background: #636466;
	color: #fff;
}

.btn_tb_blue {
	height: 30px;
	padding: 0 10px;
	background: none;
	background: #208AC1;
	line-height: 26px;
	border: none;
	border-color: #208AC1;
	font-size: 13px;
	color: #fff;
}
.btn_tb_blue:hover {
	background: #1C7BAD;
}

.btn_search_big {
	width: 55px;
	height: 66px;
}

.btn_tb_orange {
	height: 30px;
	padding: 0 10px;
	background: none;
	background: #ed7d31;
	line-height: 26px;
	border: none;
	border-color: #ed7d31;
	font-size: 13px;
	color: #fff;
}
.btn_tb_orange:hover {
	background: #b95f21;
}

.btn_tb_gray {
	height: 30px;
	padding: 0 10px;
	background: none;
	background: #ededed;
	line-height: 26px;
	border: none;
	border-color: #ededed;
	font-size: 13px;
	color: #333;
}
.btn_tb_gray:hover {
	background: #b9b9b9;
	color: #fff;
}

.btn_term3 {
	width: 60.5px;
    height: 33px;
    background: #727272;
    border: 1px solid #636466;
    color: #ffffff;
}
.btn_term3:hover {
	background: #636466;
	color: #fff;
}

.btn_warehouse {
  position: relative;
  padding: 9px 24px;
  background: #4277d7;
  color: #fff;
  z-index: 10;
}
.btn_warehouse:hover {
  background: #2a4f93;
}

.btn_exwarehouse {
  position: relative;
  padding: 9px 24px;
  background: #5bb350;
  color: #fff;
  z-index: 10;
}
.btn_exwarehouse:hover {
  background: #407e38;
}

.btn_return {
  position: relative;
  padding: 9px 24px;
  background: #b51313;
  color: #fff;
  z-index: 10;
}
.btn_return:hover {
  background: #891010;
}



.tbl_cash_receipt {
	width: 100%;
	border-top: 2px solid #3E3D46;
	border-bottom: 1px solid #3E3D46;
	font-size: 13px;
}
.tbl_cash_receipt th,
.tbl_cash_receipt td {
	padding: 20px 15px;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;
}
.tbl_cash_receipt tr:last-child th,
.tbl_cash_receipt tr:last-child td {
	border-bottom: none;
}
.tbl_cash_receipt th {
	padding-left: 40px;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: 500;
}
.tbl_cash_receipt th.th_repuired {
	padding-left: 20px;
}
.tbl_cash_receipt.tbl_profile tr th {
	border-bottom: none;
}

.btn_tb_red {
	width: 80px;
	height: 36px;	
	background: none;
	background: #C61920;
	border: none;
	border-color: #C61920;
	border-radius: 2px;	
	color: #fff;
}
.btn_tb_red:hover {
	background: #a9262c;
	border-color: #a9262c;
}

.btn_tb_black {
	height: 34px;
	width: 100px;
    border-radius: 4px;
	padding: 0 10px;
	background: none;
	background: #000;
	line-height: 26px;
	border: none;
	border-color: #000;
	font-size: 13px;
	color: #fff;
}
.btn_tb_black:hover {
	background: #333;
}

.rightBox{
    float: right;
    margin-bottom: 8px;
}
.alignContEnd{
   align-content: end;
}