/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  /* font-family: "RixSGo L", "Dotum", sans-serif; */
  font-size: 12px;
  color: #231f20;
}

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;
}

a {
  color: #231f20;
  text-decoration: none;
}

select, input, button, textarea {
  display: block;
  font-family: "RixSGo L", "Dotum", sans-serif;
  font-size: 12px;
  color: #231f20;
  box-sizing: border-box;
}

embed, object {
  position: absolute;
}

button {
  cursor: pointer;
}

img {
  display: block;
}

body {
  background: #f1f1f1;
}

header {
  min-width: 1440px;
  width:100%;
  height: 75px;
  position: relative;
  background: #231f20;
}

.header-wrap {
	/* height: 100px; */
  height: 70px;
  background: #231f20;
} 

.header-logo {
  width: 165px;
  height: 70px;
  position: absolute;
  padding: 0 20px;
}
.header-logo > .logo-image {
  	display: block;
  	width: 55%;
	margin: 19px 0px 0px 36px;
}

.header-logo > a > .logo-image {
  	display: block;
  	width: 55%;
	margin: 19px 0px 0px 36px;
}

.header-member {
  position: absolute;
  top: 21px;
  right: 60px;
}
.header-member-item {
  float: left;
}
.header-member-link {
  display: block;
  color: #767676;
}
.header-member-link.logout {
  height: 15px;
  position: relative;
  padding-right: 30px;
  margin-right: 23px;
  font-family: "RixSGo M", "Dotum", sans-serif;
  line-height: 16px;
  background: url(../images/icon_login.png) no-repeat right center;
}
.header-member-link.logout:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  right: -14px;
  background: url(../images/bar_header_member.png) no-repeat;
}
.header-member-link.modify {
  width: 15px;
  height: 15px;
  background: url(../images/icon_modify.png) no-repeat right center;
  text-indent: -99999em;
}
.header-member:after {
  content: "";
  display: block;
  clear: both;
}
.header-outlink {
  position: absolute;
  top: 7px;
  right: 50px;
}
.header-outlink-item {
  float: left;
}
.header-outlink-link {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -99999em;
}
.header-outlink-link.shop {
  margin-right: 2px;
  background: url(../images/icon_header_outlink_shop.jpg) no-repeat;
}
.header-outlink-link.inicis {
  background: url(../images/icon_header_outlink_inicis.jpg) no-repeat;
}
.header-outlink:after {
  content: "";
  display: block;
  clear: both;
}
.header-gnb {
  width: 1160px;
  padding: 57px 50px 0px 230px;
}
.header-gnb-list:after {
  content: "";
  display: block;
  clear: both;
}
.header-gnb-item {
  height: 43px;
  float: left;
  background: #231f20;
}
.header-gnb-item.side {
  background: #fff;
}
.header-gnb-link {
  display: block;
  height: 43px;
  padding: 0 20px;
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 43px;
  background: url(../images/bar_header_gnb.png) no-repeat left center;
}
.header-gnb-link.on {
  position: relative;
  color: #ed6851;
  border-radius: 5px 5px 0 0;
  background: #f1f1f1;
}
.header-gnb-link.on:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  top: -3px;
  background: #ed6851;
}
.header-gnb-link.on-left {
  border-radius: 0 0 5px 0;
  background: #3e3e3e;
}
.header-gnb-link.on-right {
  border-radius: 0 0 0 5px;
  background: #3e3e3e;
}

.main-wrap {
  position: relative;
}

.lnb {
  /* width: 140px; */
  width: 165px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  background: #3e3e3e;
  z-index: 10;
}
.lnb-title {
  width: 140px;
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #767676;
}
.lnb-list {
  padding-left: 0px;
}
.lnb-list-item {
  margin-top: 40px;
}
.lnb-list-link {
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 14px;
  color: #fff;
}
.lnb-list-link.on, .lnb-list-link:hover {
  color: #ed6851;
}
.lnb-sub {
  color: #999;
  list-style: square inside;
  display: none;
}
.lnb-sub-item {
    margin-top: 10px;
    padding: 3px;
}
.lnb-sub-link {
  font-family: "RixSGo B", "Dotum", sans-serif;
  color: #999;
}
.lnb-sub-link:hover {
  color: #fff;
}

.footer {
  position: absolute;
  bottom: 20px;
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 10px;
  color: #767676;
  line-height: 1.6;
  text-align: center;
}

.main-section {
  /* width: 1160px; */
 /*  width: 1200px; */
  height: 100%;
  padding: 50px 50px 50px 230px;
  position: relative;
  background: #f1f1f1;
  min-width: 1200px;
}

.main-section-popup {
   width: 97%;
   height: 100%;
   padding: 10px 20px 20px 21px;
   position: relative;
   background: #f1f1f1;
}

 

.location {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
}
.location-item {
  float: left;
  margin-left: 5px;
}
.location-item > .current {
  font-family: "RixSGo B", "Dotum", sans-serif;
  color: orange;
}
.location-link:hover {
  color: #ed6851;
}
.location:after {
  content: "";
  display: block;
  clear: both;
}

.section-title {
  position: relative;
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.section-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #231f20;
}

.unit-area {
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #e6e6e6;
  background: #fff;
}
.unit-area:after {
  content: "";
  display: block;
  clear: both;
}

.unit-title {
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 16px;
}

.bottom-btn-wrap {
  text-align: center;
}

.table-top-msg {
  font-size: 13px;
  padding-top: 13px;
}
.table-top-msg.required {
  font-size: 12px;
  position: absolute;
  top: 40px;
  right: 30px;
  padding-top: 0;
}

.dash {
  line-height: 28px;
  color: #767676;
}

.icon {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  font-size: 9px;
  color: #fff;
  background: #231f20;
  line-height: 1;
}
.icon:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  position: absolute;
  left: 30%;
  bottom: -4px;
  background: url(../images/icon_tale.gif) no-repeat;
}

.list-in-table {
  padding-top: 10px;
  color: #767676;
  line-height: 2.5;
  list-style: disc inside;
}

.tag {
  position: relative;
  padding: 3px 4px;
  font-size: 10px;
  color: #fff;
  background: #231f20;
}
.tag-title {
  float: left;
  padding-right: 5px;
}
.tag:after {
  content: "";
  display: block;
  clear: both;
}

.product-image {
  /* width: 75px; */
  height: 75px;
  max-width: 300px;
}

.product-image-in-table {
  width: 34px;
  height: 34px;
  margin: 0 auto;
}

.status {
  padding: 2px 5px;
  font-family: "RixSGo B", "Dotum", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.status.on {
  background: #ed6851;
}
.status.off {
  background: #767676;
}

.page {
  padding: 0 72px;
  display: block;
  position: relative;
  text-align: center;
  width: 400px;
  left: 25%;
}
.page-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin-left: 5px;
}
.page-num:first-child {
  margin-left: 0;
}
.page-num:hover, .page-num:focus, .page-num.on {
  color: #fff;
  background: #231f20;
}
.page-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../images/bg_page.png) no-repeat;
  text-indent: -99999em;
}
.page-first.disable {
  background-position: 0px -33px;
  cursor: default;
}
.page-prev {
  position: absolute;
  top: 0;
  left: 36px;
  width: 32px;
  height: 32px;
  background: url(../images/bg_page.png) no-repeat -36px 0px;
  text-indent: -99999em;
}
.page-prev.disable {
  background-position: -36px -33px;
  cursor: default;
}
.page-next {
  position: absolute;
  top: 0;
  right: 36px;
  width: 32px;
  height: 32px;
  background: url(../images/bg_page.png) no-repeat -252px 0px;
  text-indent: -99999em;
}
.page-next.disable {
  background-position: -252px -33px;
  cursor: default;
}
.page-last {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/bg_page.png) no-repeat -288px 0px;
  text-indent: -99999em;
}
.page-last.disable {
  background-position: -288px -33px;
  cursor: default;
}

.em {
  font-family: "RixSGo B", "Dotum", sans-serif;
  color: #ed6851;
}

.clearfix {
  clear: both;
}

.text-only {
  line-height: 28px;
}

.top-margin {
  margin-top: 10px;
}

.discount {
  text-decoration: line-through;
}

.select, .input {
  height: 28px;
  border: 1px solid #dcdcdc;
}

.check-wrap {
  position: relative;
}
.check-wrap.center {
  display: inline-block;
}
.check-box {
  position: absolute;
  top: 1px;
  left: 1px;
}
.check-box:checked + .check-label:before {
  content: "";
  display: block;
  position: absolute;
  /* z-index: 10; */
  z-index: 1;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 8px;
  background: url(../images/icon_checked.gif) no-repeat center;
}
.check-label {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
}
.check-label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.check-label-blank {
  width: 0;
  padding-left: 20px;
  text-indent: -9999px;
}

.radio-group {
  padding: 4px 0;
}
.radio-group.double-line {
  width: 31%;
  line-height: 20px;
  margin: 10px 0;
}
.radio-box {
  position: absolute;
  top: 1px;
  left: 1px;
}
.radio-box:checked + .radio-label:before {
  content: "";
  display: block;
  position: absolute;
  /* z-index: 10; */
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #231f20;
}
.radio-label {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
}
.radio-label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
}
.radio-label-blank {
  width: 0;
  text-indent: -9999px;
}

.btn {
  height: 28px;
  border: 0;
}
.btn-wrap {
  height: 42px;
  line-height: 42px;
}
.btn.inline {
  display: inline-block;
  line-height: 1.2;
}
.btn-calendar {
  width: 15px;
  text-indent: -99999em;
  background: #fff url(../images/icon_calendar.gif) no-repeat;
}
.btn-gray {
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 13px;
  color: #fff;
  background: #767676;
  border: 1px solid #231f209e;
}

.btn-dark {
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 13px;
  color: #fff;
  background: #231f20;
  margin: 0 4px 0px 0;
}
.btn-border {
  font-family: "RixSGo B", "Dotum", sans-serif;
  font-size: 13px;
  border: 2px solid #231f20;
  background: #fff;
}
.btn-tag-delete {
  width: 9px;
  height: 9px;
  float: left;
  padding: 0;
  text-indent: -99999em;
  border: 0;
  background: url(../images/icon_tag_delete.gif) no-repeat;
}
.btn-tiny {
  font-size: 13px;
  width: 58px;
  height: 18px;
  border: 1px solid #231f20;
  background: #fff;
}


.btn-white {
 	font-family: "RixSGo B", "Dotum", sans-serif;
  	font-size: 13px;
  	border: 1px solid #231f20;
  	color: #000;
    background: #fff;
}

/*
 * form style override
 */
.mini {
  width: 60px;
}

.small {
  width: 95px;
}

.med {
  width: 118px;
}

.half-col-half {
  width: 182px;
}

.full {
  width: 100%;
}

.except-med {
  width: calc(100% - 118px - 10px);
}

.left-float {
  float: left;
}
.left-float.left {
  /* margin-right: 10px; */
  margin-right: 15px;
}
.left-float.right {
  margin-left: 10px;
}
.left-float.last {
  margin: 0;
}

.right-float {
  float: right;
}
.right-float-last {
  margin: 0;
}

.table {
  width: 100%;
  border-top: 2px solid #231f20;
}
.table-wrap.bottom-margin {
  margin-bottom: 10px;
}
.table-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.table-top {
  margin-bottom: 10px;
}
.table-top:after {
  content: "";
  display: block;
  clear: both;
}
.table.bottom-margin {
  margin-bottom: 10px;
}

.hr-table-th {
  width: 145px;
  height: 42px;
  border-bottom: 1px solid #dcdcdc;
  font-family: "RixSGo B", "Dotum", sans-serif;
  background: #f3f3f4;
}
.hr-table-td {
  height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid #dcdcdc;
}
.hr-table-td.half-column {
  width: 374px;
}
.hr-table-td.tall {
  padding: 7px 15px;
}
.hr-table-td.image {
  width: 75px;
  padding: 5px 10px 5px 5px;
}
.hr-table-td.no-padding {
  padding: 0;
}

.vt-table-th {
  height: 48px;
  border-bottom: 1px solid #231f20;
  font-family: "RixSGo B", "Dotum", sans-serif;
}
.vt-table-td {
  height: 42px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 5px;
  line-height: 1.6;
} 

/* 
.vt-table-th {
  border-bottom: 1px solid #231f20;
  border-inline: 1px solid #231f20;
  height: 42px;
  font-family: "RixSGo B", "Dotum", sans-serif;
}
.vt-table-td {
  border-bottom: 1px solid #dcdcdc;
  border-inline: 1px solid #dcdcdc;
  height: 42px;
  padding: 0 5px;
  line-height: 1.6;
}

.tr_col{
	background: #767676;
    color: white;
    font-weight: 600;
    font-size: 13px;
} */


.vt-table-td.center {
  text-align: center;
}
.vt-table-td.tall {
  padding: 7px 5px;
}

.login-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  min-width: 682px;
  min-height: 463px;
  background: #f1f1f1;
  overflow: auto;
}

.login-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -231px 0 0 -341px;
  width: 682px;
  height: 463px;
}

.login-header {
  font-family: "RixSGo EB", "Dotum", sans-serif;
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
.login-header .login-logo {
  display: block;
  margin: 0 auto 29px;
  width: 300px;
}

.login-form {
  position: relative;
  margin-top: 30px;
  padding-top: 73px;
  border-top: 2px solid #231f20;
  border-bottom: 1px solid #231f20;
}
.login-form-box {
  margin-left: 122px;
  margin-top: 6px;
}
.login-form-box:first-child {
  margin-top: 0;
}
.login-form-submit {
  position: absolute;
  top: 73px;
  right: 122px;
  width: 131px;
  height: 74px;
  line-height: 74px;
  font-size: 15px;
}
.login-form .label {
  margin-top: 10px;
  width: 56px;
  color: #231f20;
  font-size: 13px;
  font-weight: bold;
}
.login-form .input {
  width: 242px;
  height: 34px;
}
/* .login-form .login-info {
  margin-top: 71px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #dcdcdc;
} */

.login-form .login-info {
    margin-top: 40px;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    border-top: 1px solid #dcdcdc;
    padding: 5px 0px 5px 150px;
    font-family: auto;
}

.auth-info-text {
    height: auto;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 0px 5px 160px;
    font-family: auto;
    margin: 0 0 20px 0px;
}

.popup {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -465px;
  width: 931px;
  border: 2px solid #231f20;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup-title {
  padding-left: 20px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  background-color: #231f20;
}
.popup-content {
  margin: 30px;
}
.popup-content-scroll {
  height: 480px;
  overflow: auto;
}
.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 15px;
  height: 15px;
  background: url(../images/icon_close.png) no-repeat;
  text-indent: -9999px;
}



.btn-white.edit-btn{
	width: 80px;
}

.btn-gray.delete-btn{
	width: 80px;
}

.lnb-sub-item.sub2 {
    margin-left: 15px;
}


.d_checkbox input[type="checkbox"] {
    display:none;
}

.d_checkbox  input[type="checkbox"] + label {
    color:#666666;
	font-size: 13px;
}

.d_checkbox  input[type="checkbox"] + label {
    display:inline-block;
    width: 45px;
	height: 24px;
    vertical-align:middle;
	background:url('/resourceAdmin/images/new/toggle_off.png') no-repeat center center;
    cursor:pointer;
	background-size:45px 24px ;	
}

.d_checkbox  input[type="checkbox"]:checked + label{
   background:url('/resourceAdmin/images/new/toggle_on.png') no-repeat center center;
}

.btn_div img{
	display: inline-flex;
    height: 22px;
        
}





.checkbox{
	margin: 0px 0px 0px 5px;
	position: relative;
    display: inline-block;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0
}

.checkbox input[type="checkbox"] + label {
	display:inline-block;zoom:1;*display:inline;_display:inline;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	 color:#666666;
	 font-size: 13px;
}

.checkbox input[type="checkbox"] + label:before {
	content: ' ';
	display:inline-block;zoom:1;*display:inline;_display:inline;
	width: 18px;
	height: 18px;
     margin:-2px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid #e6e6e6;
    background: #ffffff;
}

.checkbox input[type="checkbox"]:checked + label:before {
	background:url('/resourceAdmin/images/checkbox_on.png') no-repeat center center /100% 100%;
}


span.waiting{
	color: #231f20;
	
}

span.ing{
	color: #ff4848;
	/* font-weight: 600; */
}

span.complete{
	color: #5293fa;
    /* font-weight: 600; */
}

span.transfer{
	color: #4caf50;
    /* font-weight: 600; */
}

span.answer{
	color: #ff9800;
    /* font-weight: 600; */
}

.search_date_radio {
    display: inline-block;
}

input[type="radio"] {
    display:none;
}


.search_date_radio input[type="radio"] + label {
    width: 70px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #666666;
    border:1px solid #e6e6e6;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    }

.search_date_radio  input[type="radio"]:checked + label {
    border:1px solid #5083e7;
    color: #5083e7;
    background: #f2f9ff;
}

.table-title{
	font-size: 17px;
    padding-bottom: 15px;
    font-weight: 600;
}
