@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;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: middle;
	font-family: 'Noto Sans KR';
}
/* 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;
}

/* scroll */
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-track { 
  background-color:#e6e6e6; 
}
::-webkit-scrollbar-thumb { 
  background-color: #C4C9CB;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
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: #fff;  
  border-bottom: 1px solid #d5d5d5;
  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: 50px;
}
nav ul.depth1 {
  display: flex;
}
nav ul.depth1>li {
  position: relative;
  margin-right: 70px;
  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: #000;
  font-weight:600;
  text-decoration: none;
}
.has_depth2 {
  position: relative;
  padding-right: 13px;
}
.has_depth2:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -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;
}

.depth1_product .newdpt {
  left: -25px !important;
}
.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: 153px;
}
.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_black_220808.png) 8px bottom no-repeat;
  background-size: 32px 32px;
  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;
  -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 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: 24px 24px;
}

/* main */
/* 사용자 관리 */
.container {
  padding: 7px 20px 28px 21px;
  max-width: 100%;
  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;
}
.new-search{
	display: grid;
    align-items: end;
}
.dt_search_box{
	display: grid;
    align-items: end;
}
.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;
  border-radius: 5px;
}

.storeManagement.contents{
  min-height: 1px;
  padding: 30px 30px 36px 30px !important;
  /*max-height: calc(100vh - 200px);*/
}

.storeManagement .twoSectionContWrap > .twoSectionContBox{
  height:auto;
}

.storeManagement .twoSectionContWrap > .twoSectionContBox .twoSectionContListView {
  height:calc(100vh - 390px) !important;
  /*overflow: auto !important; 이거 지워주시면 됩니다.*/
}

.storeManagement #companyinfo_component .tabCont{
  height: calc(100vh - 520px);
}

.btn_register {
  position: relative;
  padding: 9px 24px;
  background: #C31011;
  color: #fff;
  z-index: 10;
}
.btn_register:hover {
  background: #EA3334;
}
.btn_display {
  position: relative;
  padding: 9px 24px;
  background: #012983;
  color: #fff;
  z-index: 10;
}
.btn_display:hover {
  background: #004df9;
}
.btn_excel {
  position: relative;
  padding: 9px 24px;
  background: #006e03;
  color: #fff;
  z-index: 10;
}
.btn_excel:hover {
  background: #00a104;
}

.btn_gray {
  position: relative;
  padding: 9px 24px;
  background: #727272;
  color: #fff;
  z-index: 10;
}
.btn_gray:hover {
  background: #000;
}

.btn_completed {
  position: relative;
  padding: 9px 24px;
  background: #a73d00;
  color: #fff;
  z-index: 10;
}
.btn_completed:hover {
  background: #d34d00;
}


.dataTables_wrapper {
  /* margin-top: -36px; */
}

.dataTables_wrapper .row {
  margin-bottom: 10px;
  overflow: hidden;
}

.dt-buttons{
	margin-left: 15px;
}

.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: 600;
}
table.dataTable.datatable_style tbody td {
  padding: 8px 0;
  border-bottom: 1px solid #C9C8C8;
  font-size: 0.9286rem;
  line-height: 1.2rem;
}
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;
  padding-left: 15px;
}
/* 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: 8px;
}
.modal_head {
  position: relative;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  font-size: 1.286rem;
  line-height: 48px;
  font-weight: 600;
  border-radius: 8px 8px 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;
}
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;
}

/* 업체별 보증서 현황 */
.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: #003981;
  border-radius: 13px;
  color: #fff;
  font-size: 10pt;
  height: 28px;
}
.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;
}

.updateDataModal_Info{
	display: flex;
    justify-content: space-between;
    height:52px;
}
.updateDataModal_info_area{
	width: 100%;
	eight: 40px;
    min-height: 52px;
    vertical_align: middle;
  	background: #FDFDFD;
  	border-top: 1px solid #C9C8C8;
  	border-bottom: 1px solid #C9C8C8;
}
.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;
  font-weight:600;
}
.info_n_title {
  width: 30%;
  padding: 18px 0 16px 20px;
  color: #262424;
  font-size: 0.9286rem;
}
.info_input {
  width: 80%;
  padding: 8px 0;
}
.info_n_input {
  width: 80%;
  padding: 8px 0;
}
.info_n_button {
  width: 10%;
  padding: 8px 0;
}
.info_input_dataUpdate{
	padding:8px 8px 8px 12px;
	width:84%
}
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);
}
.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;
}
.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;  
}

.btn_member_modify {
    width: 63px;
    height: 32px;
    background: #C31011;
    color: #fff;
}

.btn_member_modify2 {
    width: 63px;
    height: 32px;
    background: #818181;
    color: #fff;
}

.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 {
	position: fixed;
    bottom: 0;
    margin: auto;
    background: #ededed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 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: 500px;
	margin-right: 4px;
	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: 10px;
}
.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_term3 {
	width: 60.5px;
    height: 33px;
    background: #727272;
    border: 1px solid #636466;
    border-radius: 2px;
    color: #ffffff;
}
.btn_term3: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;
	border-radius: 2px;	
	font-size: 13px;
	color: #fff;
}
.btn_tb_blue:hover {
	background: #1C7BAD;
}

.btn_search_big {
	width: 55px;
	height: 66px;
}


.btn_tb_notice_red {
	height: 30px;
	padding: 0 10px;
	background: none;
	background: #c12020;
	line-height: 26px;
	border: none;
	border-color: #c12020;
	border-radius: 2px;	
	font-size: 13px;
	color: #fff;
}







/* �젣�뭹�떆由ъ뼹 popup */
.tb_pop_product {
	position: relative;
}
.tb_pop_product .btn_x_icon {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}
.tb_pop_table {
	width: 100%;
	border-top: 1px solid #3E3D46;
	border-bottom: 1px solid #3E3D46;
}
.tb_pop_table th,
.tb_pop_table td {
	padding: 10px 15px;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;
	font-size: 13px;
	color: #3E3D46;
}
.tb_pop_table th:first-child {
	text-align: left;
}
.tb_pop_table th {
	background: #F5F5F5;
}
.tb_pop_table th .col-sm-2 {
	padding-left: 0;
	font-size: 13px;
}
.tb_pop_table th label {
	margin-bottom: 0;
}
.tb_pop_table tr:last-child th, .tb_pop_table tr:last-child  td {
	border-bottom: 1px solid #3E3D46;	
}

.form-control.tb_select_style {
	border-bottom: none;
}
.select2-container.tb_select_style .select2-choice {
	height: 36px;
	padding: 5px 0 0 8px;
	background-image: none;
	border: 1px solid #D0D0D0;
	border-radius: 0;
}
.select2-container.tb_select_style .select2-choice .select2-arrow {
	border-left: none;
	background: none;
	background-image: none;
}
.select2-container.tb_select_style .select2-choice .select2-arrow b {
	background-position: 0 3px;
}
.btn_area_center {
	padding-bottom: 30px;
	text-align: center;
}



/* modal */
.wrap_modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: auto;
	padding-top: 180px;
	background-color:rgba(0,0,0,0.5);
	z-index: 200;     
}
.cont_modal {
	position: relative;
	width: 850px;   
	margin: 0 auto;
	background-color: #fff;   
	overflow: hidden;
	outline:0;
	font-size: 13px;
}
.cont_modal.cont_modal500 {
	width: 500px;
}
.cont_modal.cont_modal550 {
	width: 550px;
}
.cont_modal.cont_modal650 {
	width: 650px;
}
.cont_modal.cont_modal800 {
	width: 800px;
}
.cont_modal.cont_modal1100 {
	width: 1100px;
}
.hd_modal {
	position: relative;
	height: 60px;
  padding: 18px 0 0 25px;
  background: #EFEFEF;
	text-align: center;
	font-family: 'NanumSquare';
	font-size: 22px;
	font-weight: 600;
  color: #3E3D46;
}
.btn_close_modal {
	position: absolute;
	top: 12px;
	right: 20px;
	cursor: pointer;
}
.body_modal {
	max-height: 610px;
	overflow-y: auto;
	padding: 20px 20px 0 20px;
	text-align: center;
	font-size: 13px;
	color: #000419;
}

.tbl_modal {
	width: 100%;
	border-top: 2px solid #3E3D46;
	border-bottom: 2px solid #3E3D46;
}
.tbl_modal tr th,
.tbl_modal tr td {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;
	vertical-align: middle;
}
.tbl_modal tr th.bott_bor2,
.tbl_modal tr td.bott_bor2 {
	border-bottom: 2px solid #E5E5E5;
}
.tbl_modal tr th {
	background: #F5F5F5;
	font-weight: 400;
}
.tbl_modal tr th.align_center,
.tbl_modal tr td.align_center {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.nm_company {
	cursor: pointer;
}

/* 怨쇱꽭蹂�寃� �궡�뿭 modal */
#taxHistory .tbl_modal tr th,
#taxHistory .tbl_modal tr td {
	text-align: center;
}

/* �꽭湲덇퀎�궛�꽌 諛쒗뻾 �뾽濡쒕뱶 modal */
.btn_area_right {
	text-align: right;
}
.tbl_modal.tbl_modal_border tr th,
.tbl_modal.tbl_modal_border tr td {
	border-bottom: none;
}

/* �꽭湲덇퀎�궛�꽌 諛쒗뻾�궡�뿭 �솗�씤 modal */
.info_box {
	font-size: 16px;
	color: #C61920;
	cursor: pointer;
}
.info_more1 {
	display: none;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #636466;
	border-radius: 2px;
	font-size: 13px;
	color: #1B1B22;
}
.info_box:hover>.info_more1 {
	display: block;
}

/* �꽭湲덇퀎�궛�꽌 �옉�꽦 modal */
.tbl_tax_paper {
	width: 100%;
	line-height: 1.5;
}
.top_modal:after {
	content: "";
	clear: both;
	display: block;
}
.top_modal>div:nth-child(1),
.top_modal>div:nth-child(2) {
	float: left;
}
.top_modal>div:nth-child(3) {
	float: right;
	padding-top: 4px;
}
.bookmark {
	position: relative;
	margin-left: 8px;
	padding-top: 4px;
	font-size: 18px;
	cursor: pointer;
}
.icon_star {
	color: #E84312;
}
.li_bookmark {
	display: none;
	position: absolute;
	top: 0;
	left: 28px;
	width: 250px;
	padding: 10px;
	background: #fff;
	border: 1px solid #D0D0D0;
	text-align: left;
	font-size: 13px;
	z-index: 100;
}
.ul_bookmark {
	max-height: 200px;
	overflow-y: auto;
}
.close_bookmark {
	position: absolute;
	top: -4px;
	right: 0;
}
.box_top {
	padding: 5px 10px;
	border: 1px solid #a5c4ed;
	border-radius: 2px;
	text-align: left;
	font-size: 12px;
}

.tbl_tax_paper_top {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-size: 13px;
}
.tbl_tax_paper_top input[type="text"] {
	border: 1px solid #C4C4C4;
}
.tbl_tax_paper_top tr td {
	padding: 4px;
}
.tbl_tax_paper_top tr td:last-child {
	text-align: left;
}
.tit_tbl_tax {
	font-size: 22px;
	color: #105dd6;
}
.wid100 {
	width: 100%;
}
.wid90 {
	width: 90%;
}
.wid80 {
	width: 80%;
}
.tbl_tax_paper input[type='text'].wid80 {
	width: 78%;
}

@media screen and (min-width:0\0) {
	.tbl_tax_paper input[type='text'].wid80 {
		width: 75%;
	}
}

.tbl_tax_paper tr th,
.tbl_tax_paper tr td {
	padding: 8px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-weight: 400;	
	white-space: normal;
}
.tbl_tax_paper tr th.bd_weight_red,
.tbl_tax_paper tr td.bd_weight_red {
	border-top: 2px solid #f87e7d;
}
.tbl_tax_paper tr th.bd_weight_blue,
.tbl_tax_paper tr td.bd_weight_blue {
	border-top: 2px solid #66a2e1;
}
.tbl_tax_paper tr th.bd_bott_red,
.tbl_tax_paper tr td.bd_bott_red {
	border-bottom: 2px solid #f87e7d;
}
.tbl_tax_paper tr th.bd_bott_blue,
.tbl_tax_paper tr td.bd_bott_blue {
	border-bottom: 2px solid #66a2e1;
}
.tbl_tax_paper tr th.bg_red {
	background: #ffdbde;
	font-size: 14px;
	font-weight: 600;
	color: #C61920;
}
.tbl_tax_paper tr th.bg_blue {
	background: #c6dbf7;
	font-size: 14px;
	font-weight: 600;
	color: #105dd6;
}
.tbl_tax_paper tr th.th_red {
	background: #fff6f7;
	color: #C61920;
}
.tbl_tax_paper tr th.th_blue {
	background: #f7f7ff;
	color: #105dd6;
}
.tbl_tax_paper input[type='text'] {
	width: 100%;
	height: 24px;
	padding: 0 5px;
	border: 1px solid #C4C4C4;
}
.tbl_tax_paper input[type='text'].wid170 {
	width: 170px;
}
.btn_red {
	height: 24px;
	background: none;
	background: #C61920;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}

.tbl_tax_paper2 {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}
.tbl_tax_paper2 th {
	background: #EFEFEF;
	font-weight: 400;
}
.tbl_tax_paper2 th,
.tbl_tax_paper2 td {
	padding: 8px;
	border: 1px solid #e1e1e1;
}
.tbl_tax_paper2 tr:last-child th,
.tbl_tax_paper2 tr:last-child td {
	border-bottom: none;
}
.tbl_tax_paper2 input[type="text"] {
	height: 24px;
	padding: 0 5px;	
	border: 1px solid #C4C4C4;
}
.tbl_tax_paper2 input[type="date"] {
	height: 24px;
	border: 1px solid #C4C4C4;
}

.wrap_tbl_tax {
	border-top: 1px solid #3E3D46;
	border-bottom: 1px solid #3E3D46;
}
.tbl_tax_paper3 {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}
.tbl_tax_paper3 th {
	background: #EFEFEF;
	font-weight: 400;
	border-top: none;	
	vertical-align: middle;
}
.tbl_tax_paper3 th,
.tbl_tax_paper3 td {
	padding: 8px;
	border: 1px solid #e1e1e1;
}
.tbl_tax_paper3 tr:last-child td {
	border-bottom: none;
}
.tbl_tax_paper3 input {
	width: 100%; 
	height: 24px;
	padding: 0 8px;
	border: 1px solid #C4C4C4;
}
.tbl_tax_paper3 input.width80 {
	width: 80%;
}
.icon_plus i,
.icon_delete i {
	font-size: 20px;
	color: #636466;
}
.icon_plus i,
.icon_delete i {
	cursor: pointer;
} 
.btn_icon_search {
	height: 24px;
	background: none;
	border: 1px solid #C4C4C4;
	color: #636466;
}

/* �꽭湲덇퀎�궛�꽌 議고쉶 */
.align_top {
	position: relative;
}
.align_top>div:nth-child(1) {
	position: absolute;
	top: -3px;
	right: 320px;
}
.align_top>div:nth-child(2) {
	position: absolute;
	top: -3px;
	right: 80px;
}
.align_top>div:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
}

/* �닔�젙�꽭湲덇퀎�궛�꽌 諛쒗뻾 modal */
.tbl_modal2 {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.tbl_modal2 tr td {
	padding: 10px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
}
.tbl_modal2 tr td:first-child {
	border-left: 1px solid #EFEFEF;
}
.tbl_modal2 tr td:last-child {
	border-right: 1px solid #EFEFEF;
	
}
#reasonModify tr td,
#reasonModify tr th {
	white-space: normal;
}
#reasonModify tr td:nth-child(1) {
	font-size: 16px;
	color: #878A9F;
}
#reasonModify tr td:nth-child(3) {
	text-align: center;
}
#reasonModify p {
	margin-bottom: 0;
}
.txt_style1 {
	font-size: 15px;
	color: #1B1B22;
}
.txt_style2 {
	color: #E84312;
}

/* �꽭湲덇퀎�궛�꽌 �씤�뇙 諛� ���옣 modal */
.cont_modal.cont_modal_print {
	padding: 30px 10px;
}
.cont_modal.cont_modal_print:after {
	content: "";
	clear: both;
	display: block;
}
.cont_modal.cont_modal_print>div {
	float: left;
	width: 50%;
	padding: 10px 20px;
}
.img_tax img {
	width: 90%;
}
#printTaxPop .hd_modal {
	height: 24px;
	background: none;
	padding: 0;
	text-align: left;
	font-size: 18px;
}
#printTaxPop .btn_close_modal {
	top: -12px;
	right: -5px;
}
.list_taxbill {
	margin-top: 15px;
	text-align: left;
}
.list_taxbill li {
	padding: 15px 10px;
	border-top: 1px solid #C4C4C4;
}
.list_taxbill dl {
	margin-bottom: 0;
}
.list_taxbill dl:after {
	content: "";
	clear: both;
	display: block;
}
.list_taxbill dl dt,
.list_taxbill dl dd {
	float: left;
}
.list_taxbill dl dt {
	width: 20%;
}
.list_taxbill dl dd {
	width: 30%;
}
.btn_tb_red.wid155 {
	width: 155px;
}
.btn_tb_white.wid155 {
	width: 155px;
}
.box_print_info {
	padding: 10px 10px 10px 20px;
	background: #F0F7FA;
	text-align: left;
}

/* �쁽湲덉쁺�닔利� 諛쒗뻾 */
.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;
}
.txt_repuired {
	text-align: right;
}
.txt_repuired span {
	color: #C61920;
}
.icon_repuired {
	position: relative;
	top: -1px;
	font-size: 12px;
	color: #C61920;
}
.txt_small {
	font-size: 12px;
	color: #878A9F;
}
.txt_send {
	margin-bottom: 40px;
}
.txt_send p {
	font-size: 16px;
}
.txt_send span {
	position: relative;
	top: -1px;
}
#saveCashReceipt .hd_modal {
    height: 24px;
    background: none;
    padding: 0;
    text-align: left;
    font-size: 18px;
}
#saveCashReceipt .btn_close_modal {
    top: -12px;
    right: -5px;
}
#saveCashReceipt .list_taxbill dl dt {
	width: 30%;
}
#saveCashReceipt .list_taxbill dl dd {
	width: 70%;
}

/* �쁽湲덉쁺�닔利� 議고쉶 */
.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 td {
	text-align: left;
/*	border: 1px solid #ccc;*/
}
.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_search_big {
	width: 55px;
	height: 66px;
}
div.dataTables_wrapper div.dataTables_filter input.input_style1.wid100 {
	width: 100%;
	margin-left: 0;
}
div.dataTables_wrapper div.dataTables_filter .dateRangeBox.input_date input {
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
	text-align: left;
}

/* slide css */
.cont_modal.cont_modal_print div.bx-wrapper {
	padding-top: 0;
	padding-bottom: 40px;
	border: none;
	box-shadow: none;
}
.cont_modal .bx-wrapper .bx-controls-direction a {
	top: 480px;
}
.cont_modal .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 110px;
	width: 0px;
  height: 0px;
  border-top: 13px solid transparent;
  border-right: 18px solid #208AC1;
  border-bottom: 13px solid transparent;
}
.cont_modal .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	border-right: 18px solid #1C7BAD;
}
.cont_modal .bx-wrapper .bx-controls-direction a.bx-next {
	right: 180px;
	width: 0px;
  height: 0px;
  border-top: 13px solid transparent;
  border-left: 18px solid #208AC1;
  border-bottom: 13px solid transparent;
}
.cont_modal .bx-wrapper .bx-controls-direction a.bx-next:hover {
	border-left: 18px solid #1C7BAD;
}
.cont_modal .bx-wrapper .bx-pager {
	display: none;
}
.cont_modal .bx-wrapper .img_tax img {
	margin: 0 auto;
}
#printContainer {
	position: relative;
}
.paging_bill {
	position: absolute;
	bottom: 0;
	right: 40px;
}

/* 怨듭��궗�빆 */
.tbl_list.tbl_list_notice tr td:nth-child(3) {
	padding-left: 10px;
	text-align: left;
}
.icon_delete2 i {
	font-size: 18px;
	color: #636466;
}
.icon_delete2:hover i {
	color: #93b5ff
}
.desc_notice {
	cursor: pointer;
}

/* 怨듭��궗�빆 �벑濡� modal */
.tbl_input_notice {
	width: 100%;
	border-top: 1px solid #3E3D46;
	border-bottom: 1px solid #3E3D46;
}
.tbl_input_notice th,
.tbl_input_notice td {
	padding: 14px 18px;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;
}
.tbl_input_notice tr:last-child th,
.tbl_input_notice tr:last-child td {
	border-bottom: none;
}
.tbl_input_notice th {
	background: #F5F5F5;
	font-weight: 500;
}
.th_textarea {
	text-align: left;
}
.td_textarea textarea {
	height: 200px;
}
.upload_file.upload_file_notice {
	width: 100%;
	margin-bottom: 5px;
}
.upload_file.upload_file_notice .label_upload {
	width: 100%;
	border: 1px solid #D0D0D0;
}
.upload_file.upload_file_notice .label_upload:after {
	border-left: 1px solid #D0D0D0;
	border-radius: 0;
}

/* SMS �뀥�뵆由� 愿�由� */
.tbl_list.tbl_template td:nth-child(2),
.tbl_list.tbl_template td:nth-child(3) {
	padding-left: 10px;
	text-align: left;
}

/* �뀥�뵆由� 愿�由� modal */
.cont_modal.cont_modal_template {
	padding: 30px 10px;
}
.cont_modal.cont_modal_template:after {
	content: "";
	clear: both;
	display: block;
}
.cont_modal.cont_modal_template>div {
	float: left;
	padding: 10px 20px;
}
.cont_modal.cont_modal_template>div:first-child {
	width: 50%;
}
.cont_modal.cont_modal_template>div:last-child {
	width: 50%;
}
.cont_modal_template .hd_modal {
  height: 24px;
  background: none;
  padding: 0;
  text-align: left;
  font-size: 18px;
}
.cont_modal_template .btn_close_modal {
  top: -12px;
  right: -5px;
}
.hd_template {
	font-size: 15px;
}
.section_tree {
	width: 100%;
	height: 390px;
	overflow-y: auto;
	background: #F5F5F5;
	border-radius: 2px;
}
.list_template dl {
	margin-bottom: 0;
}
.list_template dl:after {
	content: "";
	clear: both;
	display: block;
}
.list_template dt,
.list_template dd {
	float: left;
	margin-bottom: 15px;
	text-align: left;
}
.list_template dt {
	width: 30%;
	font-size: 12px;
	font-weight: 500;
}
.list_template dd {
	width: 70%;
}
.txt_sms {
	width: 100%;
	height: 165px;
	border: 1px solid #D0D0D0;
}
.btn_category {
	text-align: right;
}
.btn_category button {
	padding: 4px 6px;
	background: none;
	border: none;
	color: #fff;
}
.btn_category button.add_categoty {
	background: #208AC1;
}
.btn_category button.modify_categoty {
	background: #664ABE;
}
.btn_category button.add_template {
	background: #A03AA0;
}
.btn_category button.delete {
	background: #83AA46;
}
.conts_template {
	padding-top: 15px;
	border-top: 1px solid #C4C4C4;
}

/* �뭹紐� 諛� �꽌釉뚯뭅�뀒怨좊━ 愿�由� */
.wrap_tree>div {
	float: left;
}
.wrap_tree>div:first-child {
	width: 60%;
	padding-right: 30px;
}
.wrap_tree>div:last-child {
	width: 40%;
}
.section_tree2 {
	width: 100%;
	height: 600px;
	overflow-y: auto;
	background: #F5F5F5;
	border-radius: 2px;
}
.list_template2 dl {
	margin-bottom: 0;
}
.list_template2 dt,
.list_template2 dd {
	margin-bottom: 15px;
	text-align: left;
}
.list_template2 dt {
	font-size: 15px;
}
.txt_sms2 {
	width: 100%;
	height: 220px;
	border: 1px solid #D0D0D0;
}
.section_tree3 {
	width: 100%;
	height: 250px;
	overflow-y: auto;
	background: #F5F5F5;
	border-radius: 2px;	
}

/* �떆怨듭젏 */
/* main */
.wrap_state {
	min-height: 600px;
}
.li_state {
	/* width: 1110px;
	margin: 0 auto; */
}
.li_state li {
	/* float: left;
	width: 340px;
	height: 180px;
	margin: 0 15px;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.1); */
}
#partnerTaxDashboard .li_state li .innerColBox{
	
	border-radius: 4px;
	box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.1); 
}

.hd_state {
	padding: 10px 30px;
	background: #E84312;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 14px;
	color: #fff;
}
.li_state li:nth-child(2) .hd_state {
	background: #1297C7;
}
.li_state li:nth-child(3) .hd_state {
	background: #1297C7;
}
.bd_state {
	padding: 15px 30px 10px 30px;
}
.li_state li:nth-child(1) {
	background: url(../../../../resources/images/icon_state1.png) 200px 65px no-repeat;
}
.li_state li:nth-child(2) {
	background: url(../../../../resources/images/icon_state2.png) 220px 65px no-repeat;
}
.li_state li:nth-child(3) {
	background: url(../../../../resources/images/icon_state3.png) 220px 65px no-repeat;
}
.txt_state {
	font-size: 16px;
}
.num_state {
	font-family: 'Roboto', 'Noto Sans KR', 'Malgun Gothic', gulim, dotum, AppleGothic, sans-serif;
	font-size: 50px;
	font-weight: 600
}
.card .card-block .li_state li p {
	line-height: 1;
}
.li_state li:nth-child(1) .num_state {
	color: #E84312;
}
.li_state li:nth-child(2) .num_state {
	color: #1297C7;
}
.li_state li:nth-child(3) .num_state {
	color: #1297C7;
}

/* 誘몄듅�씤 �븞�궡 modal */
.hd_info {
	font-size: 14px;
}
.box_info {
	padding: 10px;
	border: 1px solid #C61920;
}

/* �꽭湲덇퀎�궛�꽌 議고쉶 */
.card .card-block table p {
	margin-bottom: 0;
	line-height: 1;
}
.txt_confirm {
	color: #E84312;
	cursor: pointer;
}

/* �꽭湲덇퀎�궛�꽌 �솗�씤 modal */
.conts_taxbill {
  padding-top: 15px;
	text-align: center;
}

.print_modal .hd_modal {
	height: 24px;
	background: none;
	padding: 0;
	text-align: left;
	font-size: 18px;
}
.print_modal .btn_close_modal {
    top: -12px;
    right: -5px;
}
.cont_modal.cont_modal_print2 {
	padding: 30px 10px;
}
.cont_modal.cont_modal_print2:after {
	content: "";
	clear: both;
	display: block;
}
.cont_modal.cont_modal_print2>div {
	float: left;
	padding: 10px 13px;
}
.cont_modal.cont_modal_print2>div:nth-child(1) {
	width: 55%;
}
.cont_modal.cont_modal_print2>div:nth-child(2) {
	width: 45%;
}
.img_tax2 img {
	width: 100%;
}
.cont_modal.cont_modal_print2 .list_taxbill dl dt {
	width: 30%;
}
.cont_modal.cont_modal_print2 .list_taxbill dl dd {
	width: 70%;
}

.list_taxbill2 {
	margin-top: 15px;
	text-align: left;
}
.list_taxbill2 li {
	padding: 15px 10px;
	border-top: 1px solid #C4C4C4;
}
.list_taxbill2 dl {
	margin-bottom: 0;
}
.list_taxbill2 dl:after {
	content: "";
	clear: both;
	display: block;
}
.list_taxbill2 dl dt,
.list_taxbill2 dl dd {
	float: left;
}
.list_taxbill2 dl dt {
	width: 30%;
}
.list_taxbill2 dl dd {
	width: 70%;
}

/* �궡 �젙蹂댁닔�젙 */
.input_style1.wid400 {
	width: 400px;
}
.txt_profile {
	font-size: 15px;
}
.tbl_cash_receipt.tbl_profile tr th {
	border-bottom: none;
}
#summary_list li{
	padding: 0;
	
}
#approvalLine .approvaluser{
	height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 5px;
    background: #c61920;
    color: #fff;
    margin-right: 8px;
}
#approvalLine .notapproval{
}

td.priceCell{
	text-align: right !important;
}

/* radio */
.radiolabel {
	display: inline-block; 
	position: relative; 
	padding-left: 27px; 
	cursor: pointer; 
	line-height: 18px; 
	margin-right: 30px;
  -webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
label.radiolabel {
	margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.radiolabel {
		line-height: 22px; 
	} 
}
.radiolabel:last-child {
	margin-right: 0;
}
.radiolabel input {
	position: absolute; 
	opacity: 0; 
	cursor: pointer; 
	height: 0; 
	width: 0;
}
.radiolabel:hover input ~ .checkmark {
	background-color: #fff;
}
.radiolabel input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px solid #3e3d46;
}
.radiolabel .checkmark:after {
	content: ""; 
	position: absolute; 
	display: none;
}
.radiolabel input:checked ~ .checkmark:after {
	display: block;
}
.radiolabel .checkmark {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 20px; 
	width: 20px; 
	background-color: #fff; 
	border: 1px solid #D3D5E3;
	border-radius: 50%;
}
.radiolabel .checkmark:after {
	top: 5px; 
	left: 5px; 
	width: 8px; 
	height: 8px; 
	border-radius: 50%; 
	background: #3e3d46;
}

/* margin style */
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mr8 {
	margin-right: 8px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mb10 {
	margin-bottom: 10px !important;
}

/* padding style */
.pb30 {
	padding-bottom: 30px;
}

.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;
}