@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.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;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #373e46;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  color: inherit;
  text-decoration: underline;
}
a:active,
a:focus,
a:hover,
a:visited {
  color: inherit;
}

button {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  cursor: pointer;
}
button:active,
button:focus {
  outline: none;
}

select {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
}

.mt10 {
  margin-top: 10px;
}

.c-r {
  color: #ff0000;
}

/* reset css import*/
h4.sub-tit {
  font-size: 12px;
  margin-left: 10px;
}

/* login */
.login-area {
  background: url(../images/login_bg.jpg) 0 0;
  background-size: cover;
}

.log-box-top {
  position: relative;
  height: 75%;
  text-align: center;
}
.log-box-top h1 {
  padding: 40px 0 20px 0;
  font-size: 18px;
  color: #373e46;
  font-weight: bold;
}
.log-box-top h1 img {
  width: 120px;
}
.log-box-top .login-form {
  position: absolute;
  left: 50%;
  width: 380px;
  background: #fff;
  box-shadow: 0 0 20px #999;
}
.log-box-top .login-form table {
  border: 0;
  width: 100%;
}
.log-box-top .login-form table tr {
  border-top: 0;
}
.log-box-top .login-form table tr:nth-child(even) {
  background: #fff;
}
.log-box-top .login-form table tr:hover {
  background: #fff;
}
.log-box-top .login-form table tr th {
  border: 0;
  width: 70px;
  font-size: 13px;
  padding: 10px 0;
}
.log-box-top .login-form table tr td {
  border: 0;
}
.log-box-top .login-form table tr td select {
  padding-left: 10px;
  width: 100%;
  border: 2px solid #ebf0f6;
  height: 35px;
  color: #b1b9c3;
  margin-bottom: 10px;
}
.log-box-top .login-form table tr td select:focus {
  outline: none;
  border: 2px solid #373e46;
  color: #373e46;
}
.log-box-top .login-form table tr td .txt {
  text-align: left;
}
.log-box-top .login-form .check-area {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.log-box-top .login-form .check-area input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px !important;
  margin: 0;
  opacity: 0;
  vertical-align: middle;
}
.log-box-top .login-form .check-area input[type="checkbox"] + label {
  display: block;
  color: #373e46;
  overflow: visible;
  width: 100%;
  padding: 0 0 0 27px;
  background: url(../images/chkbox.png) no-repeat 0 center;
  background-size: auto 1.143rem !important;
  line-height: 1.143rem;
  font-size: 0.786rem;
  color: #555;
}
.log-box-top .login-form .check-area input[type="checkbox"]:checked + label {
  background: url(../images/chkbox_on.png) no-repeat 0 0;
}
.log-box-top .login-form .check-area .fl {
  float: left;
}
.log-box-top .login-form .check-area .fr {
  float: right;
}
.log-box-top .login-form .check-area .fr button {
  background: transparent;
  border: 0;
  font-size: 11px;
  text-decoration: underline;
  color: #666;
}
.log-box-top .login-form .message {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #8593a3;
  border: 0;
  background: url(../images/ico_log.png) 0 center no-repeat;
  background-size: auto 100%;
  padding-left: 20px;
}
.log-box-top .input-form {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #8593a3;
}
.log-box-top .input-form .link {
  float: right;
  border: 0;
  background: none;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  color: #8593a3;
}
.log-box-top .input-form .link:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-bottom: 1px;
  vertical-align: middle;
  padding-right: 12px;
  background: url(../images/link_next.png) right 0 no-repeat;
  background-size: 8px auto;
}
.log-box-top .input-form input {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid #ebf0f6;
  margin-bottom: 10px;
  color: #373e46;
  padding: 0;
}
.log-box-top .input-form input:focus {
  outline: none;
  border-bottom: 2px solid #373e46;
}
.log-box-top .button-area {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.log-box-top .button-area form {
  display: inline-block;
}
.log-box-top .button-area button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  background: #373e46;
  border: 0;
  color: #fff;
  text-shadow: 0 0 0 #373e46;
  box-shadow: 0 0 0 #fff;
}
.log-box-top .button-area button:hover {
  top: 0px;
  background: #ffa800;
}
.log-box-top .button-area button:active {
  top: 0px;
  background: #ff9000;
  box-shadow: 0 0 0 #ff9000 inset;
}

.copy-form {
  background: #8593a3;
  color: #fff;
  width: 380px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.copy-form .copy-txt01 {
  font-size: 16px;
  font-weight: 600;
}
.copy-form .copy-txt02 {
  font-size: 12px;
}

/* Header Layout */
.header {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #eaeaea;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.header .title-wrap {
  font-size: 0;
  line-height: 40px;
  float: left;
  height: 40px;
  padding-left: 20px;
}
.header .title-wrap .header-title {
  display: inline-block;
  width: 90px;
  height: 25px;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/logo_sn_h.png) center no-repeat; /* 1059 x 295 */
  background-size: 100% 100%;
}
.header .title-wrap .company-name {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #8593a3;
}
.header .status-wrap {
  font-size: 0;
  float: right;
}
.header .status-wrap .user-name {
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding-right: 20px;
  vertical-align: top;
}
.header .status-wrap .user-name b {
  font-size: 14px;
}
.header .status-wrap .logout-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: All 0.2s ease;
  text-indent: -9999px;
  border: none;
  background: url(../images/logout_button_icon.png) center no-repeat;
  background-size: 16px 17px;
}
.header .status-wrap .logout-button:hover {
  opacity: 0.5;
}

.contents-container {
  width: 100%;
  min-width: 1150px;
  height: 100%;
  overflow: scroll;
}

/* Left Navigation Bar Layout */
.lnb {
  position: fixed;
  z-index: 50;
  top: 40px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 180px;
  border-right: 1px solid #ccc;
  background: #fff url(../images/lnb_bg.png) left top repeat-y;
}
.lnb .first-depth {
  position: relative;
  height: 100%;
}
.lnb .first-depth > li {
  font-size: 0;
  position: relative;
  width: 180px;
}
.lnb .first-depth > li.more-depth:before {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 5px;
  height: 5px;
  content: "";
  background: url(../images/lnb_arrow_close.png) center no-repeat;
}
.lnb .first-depth > li.more-depth.active ul {
  display: block;
}
.lnb .first-depth > li.more-depth.active:before {
  background: url(../images/lnb_arrow_open.png) center no-repeat;
}
.lnb .first-depth > li i {
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  transition: All 0.2s ease;
  text-align: center;
  color: #fff;
  background-color: #373e46;
}
.lnb .first-depth > li i:before {
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.lnb .first-depth > li > a,
.lnb .first-depth > li button {
  font-size: 0;
  display: inline-block;
  height: 40px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  border: 0;
  outline: 0;
  background-color: #fff;
}
.lnb .first-depth > li > a span,
.lnb .first-depth > li button span {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  width: 140px;
  padding-left: 15px;
  margin-left: 40px;
  transition: All 0.2s ease;
  vertical-align: middle;
  color: #373e46;
  border-top: 1px solid #ccc;
}
.lnb .first-depth > li:hover i,
.lnb .first-depth > li.active i {
  background-color: #8593a3;
}
.lnb .first-depth > li:hover > a span,
.lnb .first-depth > li:hover button span,
.lnb .first-depth > li.active > a span,
.lnb .first-depth > li.active button span {
  background-color: #fafafa;
}
.lnb .first-depth > li:first-child > a span {
  border-top: none;
}
.lnb .first-depth > li:last-child > a span {
  border-bottom: 1px solid #ccc;
}
.lnb .first-depth > li > ul {
  display: none;
  padding-left: 40px;
}
.lnb .first-depth > li > ul li {
  position: relative;
  border-top: 1px solid #ccc;
}
.lnb .first-depth > li > ul li a {
  font-size: 12px;
  line-height: 30px;
  display: block;
  height: 30px;
  padding-left: 15px;
  transition: All 0.2s ease;
  text-decoration: none;
  background-color: #fff;
}
.lnb .first-depth > li > ul li:hover a,
.lnb .first-depth > li > ul li.active a {
  background-color: #f1f2f3;
}

/* Contents Layout */
.min-height {
  min-height: 500px;
}

.contents {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 40px 0 20px 180px;
  background-color: #f1f2f3;
}

.page-title {
  font-size: 0;
  line-height: 45px;
  height: 41px;
}
.page-title .go-back {
  font-size: 16px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}
.page-title .go-back + h1 {
  padding-left: 0;
}
.page-title h1 {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding-left: 12px;
}

.breadcrumb {
  position: absolute;
  right: 10px;
  top: 52px;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.breadcrumb li {
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  color: #8593a3;
  background: url(../images/breadcrumb_slash_icon.png) right center no-repeat;
}
.breadcrumb li:first-child {
  position: relative;
  text-indent: -9999px;
}
.breadcrumb li:first-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  background: url(../images/breadcrumb_home_icon.png) center no-repeat;
  background-size: 10px;
}
.breadcrumb li:last-child {
  font-weight: 700;
  padding-right: 0;
  text-decoration: underline;
  background: none;
}

.section {
  overflow: hidden;
  margin: 0 10px 10px 10px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.section .sub-section {
  background: #fafafa;
  overflow: hidden;
  min-height: 122px;
}
.section .sub-section .column-header-table table th {
  width: auto;
}

.sub-section {
  overflow: hidden;
  margin: 10px 10px 0 10px;
  padding: 9px;
  border-radius: 2px;
  background: #fafafa;
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.sub-section h3 {
  font-size: 13px;
  font-weight: 500;
}
.sub-section .exp-txt {
  color: #666;
  padding-bottom: 10px;
  color: #666;
}
.sub-section .setup-box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
}
.sub-section .setup-box .dt,
.sub-section .setup-box .common-input {
  display: inline-block;
}
.sub-section .setup-box .dt select,
.sub-section .setup-box .common-input select {
  vertical-align: middle;
}
.sub-section .setup-box .dt span,
.sub-section .setup-box .common-input span {
  vertical-align: middle;
  padding-right: 5px;
  line-height: 100%;
}
.sub-section .setup-box .dt input,
.sub-section .setup-box .common-input input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* pop Search */
.popup .search-form dt,
.popup .detail-search-form dt {
  line-height: 24px;
  height: 24px;
}

.popup .detail-search-form {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

/* Search */
.search-form,
.detail-search-form {
  font-size: 0;
  padding: 7px 10px;
  border-bottom: 1px solid #ccc;
}
.search-form table tr th,
.detail-search-form table tr th {
  color: #fff;
  border: 1px solid #a8b1bb;
  background: #596471;
  font-size: 12px;
  vertical-align: middle;
}
.search-form table tr td,
.detail-search-form table tr td {
  font-size: 12px;
  padding: 5px;
  background: #fff;
}
.search-form table tr:hover,
.detail-search-form table tr:hover {
  background: #fff;
}
.search-form.border,
.detail-search-form.border {
  border-bottom: 1px solid #ccc;
}
.search-form dl,
.detail-search-form dl {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.search-form dl dt,
.detail-search-form dl dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.search-form dl dd,
.detail-search-form dl dd {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.search-form dl dd select + input,
.detail-search-form dl dd select + input {
  margin-left: 10px;
}
.search-form dl dd input + .button,
.detail-search-form dl dd input + .button {
  margin-left: 10px;
  vertical-align: top;
}
.search-form dl dd span.txt,
.detail-search-form dl dd span.txt {
  font-size: 12px;
  vertical-align: middle;
}
.search-form select,
.detail-search-form select {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  line-height: 24px;
  box-sizing: border-box;
  height: 24px;
  padding-left: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.search-form input,
.detail-search-form input {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  line-height: 24px;
  box-sizing: border-box;
  height: 24px;
  padding: 0 5px;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.search-form input.datepicker,
.detail-search-form input.datepicker {
  padding-left: 35px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  background: #fff url(../images/input_datepicker_icon.png) 10px center no-repeat;
}
.search-form + .subject-area,
.search-form + .tabs,
.detail-search-form + .subject-area,
.detail-search-form + .tabs {
  padding-top: 9px;
  border-bottom: 1px solid #ccc;
}
.search-form .search-group-wrap,
.detail-search-form .search-group-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.search-form .search-group,
.detail-search-form .search-group {
  display: block;
  max-width: 1200px;
}
.search-form .search-group + .search-group,
.detail-search-form .search-group + .search-group {
  margin-top: 10px;
}

.tab01-c,
.tab02-c {
  position: relative;
}
.tab01-c .full-link,
.tab02-c .full-link {
  position: absolute;
  top: -37px;
  left: 355px;
}

.tab-area {
  position: relative;
  padding: 10px;
  padding-bottom: 0px;
}
.tab-area > button,
.tab-area > button:active {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tab-area ul {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.tab-area li {
  float: left;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  background-color: #ddd;
  margin-right: 5px;
  border-bottom: 0;
}
.tab-area li.on {
  background: -moz-linear-gradient(top, #efefef 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #fff 100%);
  background: linear-gradient(to bottom, #efefef 0%, #fff 100%);
  background-color: #ddd;
}

.month {
  display: inline-block;
  padding-right: 10px;
}
.month input {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  line-height: 30px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 5px;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.month input.datepicker {
  padding-left: 35px;
  cursor: pointer;
  background: #fff url(../images/input_datepicker_icon.png) 10px center no-repeat;
}

.detail-search-form {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fafafa;
}

/* Table */
.scrollfix {
  overflow-x: auto;
}

.data-table-view {
  background: #fff;
  padding: 10px;
}

.month-table {
  padding: 10px;
}
.month-table tr th {
  height: 22px;
  line-height: 22px;
  padding: 0;
}
.month-table tr td {
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
}

.data-table2 {
  padding: 10px 10px 0 10px;
}
.data-table2 tbody tr:hover {
  cursor: pointer;
  background: #fff;
}
.data-table2 tbody td {
  background: #fff;
}

.data-table,
.ui-jqgrid-view {
  padding: 10px;
  background: #fafafa;
}
.data-table .ui-jqgrid-resize-ltr,
.ui-jqgrid-view .ui-jqgrid-resize-ltr {
  float: right;
  overflow: hidden;
}
.data-table .t-top-info,
.ui-jqgrid-view .t-top-info {
  text-align: right;
  font-size: 12px;
  padding-bottom: 5px;
}
.data-table .t-top-info dt,
.data-table .t-top-info dd,
.ui-jqgrid-view .t-top-info dt,
.ui-jqgrid-view .t-top-info dd {
  display: inline-block;
}
.data-table .t-top-info dt,
.ui-jqgrid-view .t-top-info dt {
  padding-left: 25px;
}
.data-table .t-top-info dd,
.ui-jqgrid-view .t-top-info dd {
  color: #888;
  padding-left: 5px;
}
.data-table.mouseover tbody tr:hover,
.ui-jqgrid-view.mouseover tbody tr:hover {
  cursor: pointer;
  background: #f1f2f3;
}

table {
  table-layout: fixed;
  border-spacing: 0;
  word-break: break-all;
  border: 1px solid #ccc;
}
table.t-talks td {
  vertical-align: middle;
  line-height: 120%;
  padding: 5px 0;
}
table.t-talk-view {
  min-height: 250px;
}
table thead th {
  font-size: 12px;
  padding: 5px 10px;
  height: 28px;
  line-height: 100%;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  border: 1px solid #a8b1bb;
  background: #596471;
}
table thead th:hover {
  cursor: pointer;
  background: #424b54;
}
table tbody tr {
  border-top: 1px solid #ccc;
}
table tbody tr.disabled td {
  color: #999;
}
table tbody tr.disabled td input,
table tbody tr.disabled td select {
  border: 1px solid #eee;
  color: #999;
}
table tbody tr:nth-child(odd) {
  background: #fff;
}
table tbody tr:nth-child(even) {
  background: #fafafa;
}
table tbody tr.ui-state-highlight {
  background: #fbec88;
}
table tbody tr.ui-state-highlight:hover {
  background: #fbec88;
}
table tbody tr:hover {
  background: #f1f2f3;
}
table tbody tr:hover td.memo-none {
  background: #fff;
}
table tbody td {
  font-size: 12px;
  line-height: 130%;
  vertical-align: middle;
  height: 23px;
  padding: 3px 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 1px solid #ccc;
}
table tbody td:first-child {
  border-left: 0;
}
table tbody td.align-left {
  text-align: left;
}
table tbody td.memo-none {
  text-align: center;
  height: 200px;
  vertical-align: middle;
}
table tbody td input[type="checkbox"] {
  vertical-align: middle;
}

/* jqgrid */
.ui-jqgrid .ui-grid-ico-sort {
  overflow: hidden;
  position: absolute;
  display: inline;
  cursor: pointer !important;
}

/* .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
 */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_217bc0_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-jqgrid {
  position: relative;
}
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #444;
  background: #fff;
  color: #333;
  /* display: none; */
  border-width: 2px !important;
  font-size: 11px;
}
.ui-jqgrid .ui-pg-table {
  min-width: auto;
  border: 0;
}
.ui-jqgrid .ui-pg-table td {
  border: 0;
}

.ui-jqgrid-view {
  margin: 0;
}
.ui-jqgrid-view .ui-jqgrid-bdiv {
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
.ui-jqgrid-view .ui-jqgrid-hbox {
  float: left;
  padding-right: 20px;
  background: #596471;
}

.ui-jqgrid-titlebar {
  visibility: hidden;
  font-size: 0;
  height: 0;
  text-indent: -99999;
}

.ui-jqgrid-resize-mark {
  height: 5px;
  border: 0 none;
  z-index: 99999;
}

.ui-jqgrid-pager {
  position: relative;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
  font-weight: 500;
}

.ui-pg-table tr {
  border-top: 0;
}
.ui-pg-table tr:hover {
  cursor: default;
  background: #fff;
}
.ui-pg-table td {
  vertical-align: middle;
}

.ui-icon-seek-first,
.ui-icon-seek-prev,
.ui-icon-seek-end,
.ui-icon-seek-next {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  border-color: #2b3137;
  cursor: pointer;
  border: 1px solid #222;
  transition: background-color 0.2s ease-out;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background: -webkit-linear-gradient(top, #373e46 0%, rgba(55, 62, 70, 0) 100%);
  background: -moz-linear-gradient(top, #373e46 0%, rgba(55, 62, 70, 0) 100%);
  background: linear-gradient(to bottom, #373e46 0%, rgba(55, 62, 70, 0) 100%);
  background-color: #222;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin: 0 2px;
}
.ui-icon-seek-first:after,
.ui-icon-seek-prev:after,
.ui-icon-seek-end:after,
.ui-icon-seek-next:after {
  display: block;
}

.ui-icon-seek-first:after {
  content: "<<";
}

.ui-icon-seek-prev:after {
  content: "<";
}

.ui-icon-seek-end:after {
  content: ">>";
}

.ui-icon-seek-next:after {
  content: ">";
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.column-header-table {
  padding: 10px;
  background: #fafafa;
}

.key-button {
  padding: 0 10px 10px 10px;
}
.key-button button {
  padding: 0 10px;
}

.column-header-table table.fix-th,
.form-body table.fix-th {
  width: 100%;
}
.column-header-table table.fix-th th,
.form-body table.fix-th th {
  min-width: 100px;
}
.column-header-table table tr:nth-child(odd),
.form-body table tr:nth-child(odd) {
  background: #fff;
}
.column-header-table table tr:nth-child(even),
.form-body table tr:nth-child(even) {
  background: #fafafa;
}
.column-header-table table th,
.form-body table th {
  font-size: 12px;
  width: 110px;
  padding: 4px 10px;
  line-height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-top: 1px solid #424b54;
  border-bottom: 1px solid #424b54;
  border-left: 1px solid #424b54;
  background: #4d5763;
}
.column-header-table table th .option-text,
.form-body table th .option-text {
  font-style: italic;
  display: block;
  color: #8593a3;
}
.column-header-table table td,
.form-body table td {
  text-align: left;
  vertical-align: middle;
}
.column-header-table table td:first-child,
.form-body table td:first-child {
  border-left: 0;
}
.column-header-table table td.align-left,
.form-body table td.align-left {
  text-align: left;
}

.type-label {
  width: 80px;
  font-size: 11px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.type-label:before {
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  top: 2px;
}
.type-label.type-01:before {
  border-color: #373e46;
  background-color: #8593a3;
  color: #fff;
}
.type-label.type-02:before {
  border-color: #373e46;
  background-color: #137941;
}
.type-label.type-03:before {
  border-color: #373e46;
  background-color: #33a969;
}
.type-label.type-04:before {
  border-color: #373e46;
  background-color: #b74444;
}
.type-label.type-05:before {
  border-color: #373e46;
  background-color: #ffa508;
}
.type-label.type-06:before {
  border-color: #373e46;
  background-color: #fff;
}
.type-label.type-07:before {
  border-color: #b74444;
  background-color: #aaa;
}
.type-label.type-08:before {
  border-color: #666;
  background-color: #aaa;
}
.type-label.type-09:before {
  border-color: #f5cd42;
  background-color: #fff;
}
.type-label.type-10:before {
  border-color: #666;
  background-color: #111;
}
.type-label.type-11:before {
  border-color: #666;
  background-color: #ff7575;
}

.paging-wrap {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.map-area {
  height: 470px;
  overflow: hidden;
  background: #f1f1f1;
}

.terminal-area {
  padding: 10px;
}

/* Popup Style */
.popup {
  position: relative;
  height: auto;
  background: #fafafa;
}
.popup .maxh-scroll {
  max-height: 750px;
  overflow: auto;
}
.popup .popup-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.popup .popup-header h1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  height: 40px;
}
.popup .popup-body:before,
.popup .popup-body:after {
  display: table;
  clear: both;
  content: "";
}
.popup .bottom-button-wrap {
  overflow: hidden;
  width: 100%;
  height: 60px;
  padding: 15px 0;
  text-align: center;
  background: #f1f2f3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset;
}
.popup .bottom-button-wrap .fl {
  float: left;
  margin-left: 10px;
}
.popup .bottom-button-wrap .fr {
  float: right;
  margin-right: 10px;
}
.popup .button-area {
  display: inline-block;
  float: right;
  padding: 4px 0;
  text-align: right;
}
.popup .button-area .button {
  margin-left: 10px;
}
.popup .button-area .button:first-child {
  margin-left: 0;
}
.popup .msg-area {
  height: 100%;
  border-right: 1px solid #ccc;
}
.popup .msg-area .textarea-wrap {
  position: relative;
  padding: 10px;
}
.popup .msg-area .textarea-wrap .byte-checker {
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  padding-right: 10px;
  resize: none;
  text-align: right;
}
.popup .msg-area .textarea-wrap .byte-checker b {
  font-weight: 700;
}
.popup .msg-area .textarea-wrap textarea {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
}
.popup .msg-area .callnumber-wrap {
  padding: 10px;
}

.dimmed {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Layout Style */
span.i-end {
  font-size: 11px;
  color: #999;
}
span.i-wait {
  font-size: 11px;
  color: #2e8dec;
}
span.i-default {
  font-size: 11px;
  color: #ff0000;
}

.c-wait {
  background: #fff;
}

.c-end {
  background: #ddd;
}

.c-default {
  background: #ea4949;
  color: #fff;
}

.t-discontent {
  background: #ea4949;
  color: #fff;
}

.t-inquiry {
  background: #fff;
}

.t-contact {
  background: #fff;
}

.section-subject {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.section-subject .fc88 {
  color: #888;
  font-weight: 400;
  margin-left: 10px;
}
.section-subject .fr {
  float: right;
}
.section-subject.h3 {
  background: #fafafa;
  border-bottom: 0;
  font-size: 13px;
}
.section-subject.h3 h3 {
  padding-top: 10px;
}
.section-subject h2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
  height: 30px;
}
.section-subject .search-f {
  width: 150px;
  margin-left: 10px;
  border: 1px solid #ccc;
  margin: 4px 5px;
  height: 30px;
  border-radius: 2px;
}
.section-subject.border {
  border-top: 1px solid #ccc;
}

.total-text {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  margin-left: 10px;
}
.total-text b {
  font-weight: 700;
  margin: 0 4px;
}

.sub-subject-area {
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
}
.sub-subject-area h3 {
  font-size: 13px;
  font-weight: 700;
}

.button-list {
  padding: 0 10px;
  text-align: right;
}

.subject-area {
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.subject-area .info {
  float: left;
  padding-top: 10px;
}
.subject-area .info dt,
.subject-area .info dd {
  display: inline-block;
  font-size: 12px;
}
.subject-area .info dt {
  font-weight: bold;
}
.subject-area .info dt::after {
  content: ":";
  display: inline-block;
  width: 10px;
  margin-left: 10px;
}
.subject-area .info dd {
  margin-right: 10px;
}
.subject-area .section-title {
  display: inline-block;
  float: left;
}
.subject-area .section-title .select {
  height: 27px;
  width: 150px;
  font-size: 12px;
  margin-left: 10px;
}
.subject-area .section-title h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  height: 30px;
}
.subject-area .button-area {
  display: inline-block;
  float: right;
  text-align: right;
}
.subject-area .button-area form {
  display: inline-block;
}
.subject-area .button-area .button {
  margin-left: 10px;
}
.subject-area .button-area .button:first-child {
  margin-left: 0;
}

.type-select {
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 10px;
}

.tabs {
  font-size: 0;
  padding: 10px 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.tabs li {
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f1f2f3;
}
.tabs li:first-child {
  border-left: 1px solid #ccc;
  border-radius: 2px 0 0 0;
}
.tabs li:last-child {
  border-radius: 0 2px 0 0;
}
.tabs li.active,
.tabs li:hover {
  border-bottom: none;
  background-color: #fff;
}

.tabs-menu {
  float: left;
  width: 35%;
}
.tabs-menu .data-table {
  background: #fff;
}
.tabs-menu .btn-tabs {
  text-align: right;
  padding-bottom: 10px;
}

.tab-contents {
  float: left;
  width: 65%;
  border-left: 1px solid #ccc;
  min-height: 600px;
  background: #fafafa;
}
.tab-contents .subject-area {
  background: #fff;
  height: auto;
}
.tab-contents .subject-area h2 {
  display: inline-block;
}

.tabs-bottom {
  font-size: 0;
  height: 50px;
  padding: 0 0 0 10px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  background-color: #fafafa;
}
.tabs-bottom li {
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  cursor: pointer;
  border-top: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f1f2f3;
}
.tabs-bottom li:first-child {
  border-left: 1px solid #ccc;
  border-radius: 2px 0 0 0;
}
.tabs-bottom li:last-child {
  border-radius: 0 2px 0 0;
}
.tabs-bottom li.active,
.tabs-bottom li:hover {
  border-top: none;
  background-color: #fff;
}

.tab-content.setting {
  overflow: hidden;
  padding-bottom: 10px;
  min-height: 400px;
}
.tab-content .detail-search-form {
  margin: 10px;
  border: 1px solid #ccc;
}

.write-reply {
  margin: 0 10px 10px;
}
.write-reply .textarea {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.write-reply button {
  display: inline-block;
  height: 63px;
  width: 18%;
}

.qna-history-area {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  max-height: 200px;
  margin: 0 10px 10px;
  padding: 20px 20px 0;
  border: 1px solid #ccc;
  background-color: #f1f2f3;
}
.qna-history-area li {
  margin-bottom: 20px;
}
.qna-history-area li dt {
  margin-bottom: 10px;
}
.qna-history-area li dt p {
  display: inline-block;
}
.qna-history-area li dt p.id {
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
}
.qna-history-area li dt p.date {
  font-size: 12px;
  color: #999;
}
.qna-history-area li.question dt {
  text-align: right;
}
.qna-history-area li.question dd {
  text-align: right;
}
.qna-history-area li.answer dt {
  text-align: left;
}
.qna-history-area li:first-child {
  margin-top: 0;
}
.qna-history-area li dd {
  font-size: 12px;
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}

.timetable {
  position: relative;
  z-index: 10;
  font-size: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: auto;
  min-height: 365px;
  max-height: 375px;
}
.timetable > button {
  position: absolute;
  top: 120px;
  width: 28px;
  height: 101px;
  border: 0;
  text-indent: -99999px;
}
.timetable > button.slide_left {
  left: 190px;
  background: url(../images/datepicker_prev_icon2.png) center no-repeat;
}
.timetable > button.slide_right {
  right: 10px;
  background: url(../images/datepicker_next_icon2.png) center no-repeat;
}
.timetable .car-list {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 170px;
  padding: 10px 10px 4px 0;
  border-right: 1px solid #ccc;
  background-color: #fafafa;
}
.timetable .car-list li {
  display: table;
  width: 100%;
  padding: 26px 0;
}
.timetable .car-list li .car-item {
  font-size: 0;
  display: table-cell;
  overflow: hidden;
  height: 40px;
  padding-left: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.timetable .car-list li .car-item .car-type {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 10px;
  height: 28px;
  border: 1px solid #ccc;
}
.timetable .car-list li .car-item .car-type.type-01 {
  border-color: #373e46;
  background-color: #8593a3;
}
.timetable .car-list li .car-item .car-type.type-02 {
  border-color: #373e46;
  background-color: #137941;
}
.timetable .car-list li .car-item .car-type.type-03 {
  border-color: #373e46;
  background-color: #33a969;
}
.timetable .car-list li .car-item .car-type.type-04 {
  border-color: #373e46;
  background-color: #b74444;
}
.timetable .car-list li .car-item .car-type.type-05 {
  border-color: #373e46;
  background-color: #ffa508;
}
.timetable .car-list li .car-item .car-type.type-06 {
  border-color: #373e46;
  background-color: #fff;
}
.timetable .car-list li .car-item .car-type.type-07 {
  border-color: #b74444;
  background-color: #aaa;
}
.timetable .car-list li .car-item .car-type.type-08 {
  border-color: #666;
  background-color: #aaa;
}
.timetable .car-list li .car-item .car-type.type-09 {
  border-color: #f5cd42;
  background-color: #fff;
}
.timetable .car-list li .car-item .car-type.type-10 {
  border-color: #666;
  background-color: #111;
}
.timetable .car-list li .car-item .car-type.type-11 {
  border-color: #666;
  background-color: #ff7575;
}
.timetable .car-list li .car-item .car-number {
  font-size: 14px;
  line-height: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.timetable .car-list li .car-item .car-data {
  font-size: 12px;
  line-height: 100%;
  color: #666;
}
.timetable .timetable-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 170px;
  height: 100%;
}
.timetable .timetable-list {
  position: relative;
  margin-left: 190px;
  padding-left: 20px;
  padding-right: 33px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.timetable .timetable-list li {
  white-space: nowrap;
}
.timetable .timetable-bar {
  font-size: 0;
  white-space: nowrap;
  padding-left: 25px;
}
.timetable .timetable-bar li {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 26px 0;
}
.timetable .timetable-bar li .date-balloon {
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: -22px;
  display: inline-block;
  width: 45px;
  margin-bottom: 5px;
  padding: 1px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #373e46;
}
.timetable .timetable-bar li .date-balloon ~ a {
  position: relative;
  left: -1px;
  width: 9px;
  margin-right: -1px;
  border-left: 1px solid #373e46;
}
.timetable .timetable-bar li .time-balloon {
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: -23px;
  display: inline-block;
  width: 45px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}
.timetable .timetable-bar li .time-balloon:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 4px;
  margin: 0 0 2px -1px;
  content: "";
  background-color: #373e46;
}
.timetable .timetable-bar li .time-balloon ~ a {
  position: relative;
  left: -1px;
  width: 8px;
  margin-right: -1px;
  border-left: 1px solid #96a5b9;
}
.timetable .timetable-bar li a {
  display: block;
  width: 7px;
  height: 40px;
  transition: All 0.2s ease;
  border: 1px solid #c4d0df;
  border-left: 0;
  background-color: #eee;
}
.timetable .timetable-bar li a:hover {
  background-color: white;
}
.timetable .timetable-bar li a.type-01 {
  border-color: #373e46;
  background-color: #8593a3;
}
.timetable .timetable-bar li a.type-01:hover {
  border-color: #4d5763;
  background-color: #a2adb9;
}
.timetable .timetable-bar li a.type-02 {
  border-color: #373e46;
  background-color: #137941;
}
.timetable .timetable-bar li a.type-02:hover {
  border-color: #4d5763;
  background-color: #1aa559;
}
.timetable .timetable-bar li a.type-03 {
  border-color: #373e46;
  background-color: #33a969;
}
.timetable .timetable-bar li a.type-03:hover {
  border-color: #4d5763;
  background-color: #47c882;
}
.timetable .timetable-bar li a.type-04 {
  border-color: #373e46;
  background-color: #b74444;
}
.timetable .timetable-bar li a.type-04:hover {
  border-color: #4d5763;
  background-color: #c76767;
}
.timetable .timetable-bar li a.type-05 {
  border-color: #373e46;
  background-color: #ffa508;
}
.timetable .timetable-bar li a.type-05:hover {
  border-color: #4d5763;
  background-color: #ffb83b;
}
.timetable .timetable-bar li a.type-06 {
  border-color: #373e46;
  background-color: #fff;
}
.timetable .timetable-bar li a.type-06:hover {
  border-color: #4d5763;
  background-color: #e6e6e6;
}
.timetable .timetable-bar li a.type-07 {
  border-color: #b74444;
  background-color: #aaa;
}
.timetable .timetable-bar li a.type-07:hover {
  border-color: #c76767;
  background-color: #c4c4c4;
}
.timetable .timetable-bar li a.type-08 {
  border-color: #666;
  background-color: #aaa;
}
.timetable .timetable-bar li a.type-08:hover {
  border-color: gray;
  background-color: #c4c4c4;
}
.timetable .timetable-bar li a.type-09 {
  border-color: #f5cd42;
  background-color: #fff;
}
.timetable .timetable-bar li a.type-09:hover {
  border-color: #f8cb2d;
  background-color: white;
}
.timetable .timetable-bar li a.type-10 {
  border-color: #666;
  background-color: #111;
}
.timetable .timetable-bar li a.type-10:hover {
  border-color: #6f6f6f;
  background-color: #2b2b2b;
}
.timetable .timetable-bar li a.type-11 {
  border-color: #666;
  background-color: #ff7575;
}
.timetable .timetable-bar li a.type-11:hover {
  border-color: #6f6f6f;
  background-color: #e93939;
}

/* Element Style */
.button,
.filebox label {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #555;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #ddd;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.button.small,
.filebox label.small {
  line-height: 22px;
  height: 22px;
  margin: 3px 0 2px;
  padding: 0 10px;
}
.button.paging,
.filebox label.paging {
  line-height: 25px;
  height: 25px;
  padding: 0 8px;
}
.button.dark,
.filebox label.dark {
  color: #fff;
  border-color: #2b3137;
  background: -webkit-linear-gradient(top, #373e46 0%, rgba(55, 62, 70, 0) 100%);
  background: -moz-linear-gradient(top, #373e46 0%, rgba(55, 62, 70, 0) 100%);
  background: linear-gradient(to bottom, #373e46 0%, rgba(55, 62, 70, 0) 100%);
  background-color: #222;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.button.red,
.button.order-time,
.filebox label.red,
.filebox label.order-time {
  color: #fff;
  border-color: #c43c35;
  background: -webkit-linear-gradient(top, #d83530 0%, rgba(216, 53, 48, 0) 100%);
  background: -moz-linear-gradient(top, #d83530 0%, rgba(216, 53, 48, 0) 100%);
  background: linear-gradient(to bottom, #d83046 0%, rgba(216, 53, 48, 0) 100%);
  background-color: #b92420;
  box-shadow: 0 1px 0 rgba(76, 12, 19, 0.5), 0 2px 2px -1px rgba(76, 12, 19, 0.8), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.button:hover,
.filebox label:hover {
  color: #555;
  background-color: #eee;
}
.button:hover.dark,
.filebox label:hover.dark {
  color: #fff;
  background-color: #424b54;
}
.button:hover.red,
.button:hover.order-time,
.filebox label:hover.red,
.filebox label:hover.order-time {
  color: #fff;
  background: -webkit-linear-gradient(top, #d83530 0%, rgba(223, 81, 77, 0.5) 100%);
  background: -moz-linear-gradient(top, #d83530 0%, rgba(223, 81, 77, 0.5) 100%);
  background: linear-gradient(to bottom, #d83046 0%, rgba(223, 81, 77, 0.5) 100%);
  background-color: #b92420;
}

.button:active {
  position: relative;
  top: 1px;
  background: #e9e9e9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  text-shadow: none;
}
.button:active.dark {
  background: #424b54;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8) inset;
}
.button:active.red {
  background: #ee5f5b;
}

.button[disabled],
.button[disabled]:hover,
.button[disabled]:active {
  position: relative;
  top: 1px;
  cursor: default;
  color: #999;
  border-color: #ccc;
  background: #fafafa;
  box-shadow: none !important;
  text-shadow: none !important;
}
.button[disabled].dark,
.button[disabled]:hover.dark,
.button[disabled]:active.dark {
  color: #aaaeb3;
  border-color: #2b3137;
  background: #4b5158;
}
.button[disabled].red,
.button[disabled]:hover.red,
.button[disabled]:active.red {
  color: #ffd3d3;
  border-color: #c43c35;
  background: #c43c35;
}

.big-search-button {
  display: inline-block;
  vertical-align: top;
}

.chk-month {
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 3px;
}
.chk-month .block {
  display: block;
}

input[readonly] {
  background-color: #f1f1f1;
}

.radio-button,
.checkbox-button {
  line-height: 15px;
  display: inline-block;
  height: 15px;
  margin-left: 10px;
}
.radio-button:first-child,
.checkbox-button:first-child {
  margin-left: 0;
}
.radio-button input[type="radio"],
.radio-button input[type="checkbox"],
.checkbox-button input[type="radio"],
.checkbox-button input[type="checkbox"] {
  margin: 0;
  width: 15px;
  vertical-align: middle;
}
.radio-button input[type="radio"]:disabled,
.radio-button input[type="checkbox"]:disabled,
.checkbox-button input[type="radio"]:disabled,
.checkbox-button input[type="checkbox"]:disabled {
  cursor: auto;
}
.radio-button input[type="radio"]:disabled + label,
.radio-button input[type="checkbox"]:disabled + label,
.checkbox-button input[type="radio"]:disabled + label,
.checkbox-button input[type="checkbox"]:disabled + label {
  cursor: auto;
}
.radio-button label,
.checkbox-button label {
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}

.card-info input[type="number"] {
  text-align: center;
  height: 24px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.card-info span.txt {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  padding: 0 5px;
}

.date-info input[type="text"] {
  text-align: center;
  font-size: 12px;
  height: 24px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.date-info span.txt {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  padding: 0 5px;
}

.inpt2 {
  font-size: 12px;
  padding: 2px 0;
}
.inpt2 label {
  display: inline-block;
  width: 20%;
}
.inpt2 input {
  display: inline-block;
  width: 80%;
  font-size: 12px;
}

.input-group {
  font-size: 0;
  line-height: 24px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 24px;
  vertical-align: middle;
}
.input-group .button {
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 23px;
  padding: 1px 0 2px;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
}
.input-group .common-input {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  left: 0;
  width: auto;
}
.input-group .common-input input,
.input-group .common-input select {
  border-radius: 0;
}
.input-group .group-text {
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 24px;
  padding: 0 5px;
  text-align: left;
}

.common-input {
  font-size: 0;
  position: relative;
  display: inline-block;
  line-height: 100%;
  width: 100%;
}
.common-input span.next {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 20px;
}
.common-input span.txt {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}
.common-input span.file-name {
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
}
.common-input input,
.common-input select {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  box-sizing: border-box;
  width: 100%;
  height: 23px;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.common-input .button {
  height: 24px;
  line-height: 24px;
}
.common-input textarea {
  font-family: "Myriad Pro", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  resize: none;
  border: 1px solid #ccc;
}
.common-input input[type="checkbox"] {
  height: auto;
  line-height: auto;
}
.common-input .datepicker {
  padding-left: 35px;
  cursor: pointer;
  background: #fff url(../images/input_datepicker_icon.png) 10px center no-repeat;
  background-size: 13px auto;
}
.common-input .date-select-area {
  overflow: hidden;
}
.common-input .date-select-area .date-month {
  float: left;
  width: 65%;
  margin-right: 2%;
}
.common-input .date-select-area .date-time {
  width: 33%;
}
.common-input .infomation-msg {
  font-size: 12px;
  margin-top: 5px;
  line-height: 12px;
  text-align: left;
  color: #666;
}
.common-input .infomation-msg i {
  margin-right: 5px;
  color: #333;
}

.dash-text {
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  text-align: center;
}
.dash-text.big {
  line-height: 30px;
  height: 30px;
}

/* etc. */
.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.clearfix:after {
  clear: both;
}

.col-1 {
  float: left;
  width: 8.33%;
}

.col-2 {
  float: left;
  width: 16.66%;
}

.col-3 {
  float: left;
  width: 25%;
}

.col-4 {
  float: left;
  width: 33.33%;
}

.col-5 {
  float: left;
  width: 41.66%;
}

.col-6 {
  float: left;
  width: 50%;
}

.col-7 {
  float: left;
  width: 58.33%;
}

.col-8 {
  float: left;
  width: 66.66%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-10 {
  float: left;
  width: 83.33%;
}

.col-11 {
  float: left;
  width: 91.66%;
}

.col-12 {
  float: left;
  width: 100%;
}

/* Plugin Datepicker */
.ui-datepicker {
  z-index: 105 !important;
  width: 210px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.ui-datepicker .ui-datepicker-header {
  color: #fff;
  background-color: #373e46;
}
.ui-datepicker .ui-datepicker-header:before,
.ui-datepicker .ui-datepicker-header:after {
  display: table;
  clear: both;
  content: "";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/datepicker_prev_icon.png) center no-repeat;
  background-size: 8px auto;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:active {
  position: relative;
  top: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/datepicker_next_icon.png) center no-repeat;
  background-size: 8px auto;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:active {
  position: relative;
  top: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 13px;
  line-height: 35px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  font-size: 12px;
  width: 30px;
  height: 25px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td a {
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 11px;
  color: #999;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff;
  border-radius: 20px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #fff;
  background-color: #8593a3;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff;
  background-color: #373e46;
}

.month-list .ui-datepicker-group {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
}
.month-list .ui-datepicker {
  width: auto !important;
  padding: 5px;
  text-align: center;
}
.month-list .ui-datepicker .ui-datepicker-calendar {
  width: auto;
}
.month-list .ui-datepicker .ui-datepicker-calendar th,
.month-list .ui-datepicker .ui-datepicker-calendar td {
  width: 23px;
  height: 21px;
}
.month-list .ui-datepicker .ui-datepicker-calendar th a,
.month-list .ui-datepicker .ui-datepicker-calendar td a {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.month-list .ui-datepicker .ui-datepicker-calendar th {
  background: #96999c;
  color: #fff;
}
.month-list .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #fff;
  background-color: #ffb651;
}
.month-list .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 6px;
  top: 50%;
  float: none;
}
.month-list .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: block;
  width: 28px;
  height: 101px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/datepicker_prev_icon2.png) center no-repeat;
  background-size: 16px auto;
}
.month-list .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  right: 6px;
  top: 50%;
  float: none;
}
.month-list .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  width: 28px;
  height: 101px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/datepicker_next_icon2.png) center no-repeat;
  background-size: 16px auto;
}

.ui-datepicker-week-end {
  color: #8ab7de;
}

.date-saturday {
  color: #ff6c00;
}

td.ui-datepicker-week-end.date-sunday a.ui-state-default {
  color: #ff7a18;
}

td.date-holiday a.ui-state-default {
  color: #ff7a18;
}

#code {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 45%;
}

#docs {
  padding: 2em;
  font: normal 14px Calibri, Arial, Helvetica, sans-serif;
}

dd code {
  font: bold 12px Consolas, "Courier New", Courier, mono;
}
dd > code {
  display: block;
  color: #666666;
}
dd > code.default {
  color: #007700;
}

pre.codesample {
  font: bold 12px Consolas, "Courier New", Courier, mono;
  background: #ffffff;
  overflow: auto;
  width: 75%;
  border: solid gray;
  border-width: 0.1em 0.1em 0.1em 0.8em;
  padding: 0.2em 0.6em;
  margin: 0 auto;
  line-height: 125%;
}

#demoOne #demoThreeB {
  padding-top: 15px;
}

.mg10 {
  margin: 10px;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.pd10 {
  padding: 10 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.form-top {
  padding: 10px;
}
.form-top dl dt {
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.form-top dl dd {
  display: inline-block;
}

.form-body {
  padding: 10px;
  border-top: 1px solid #ccc;
  background: #fafafa;
}
.form-body h2 {
  font-size: 14px;
  padding-bottom: 5px;
}
.form-body h3 {
  font-size: 13px;
  line-height: 13px;
  color: #888;
  padding-bottom: 5px;
}

.filebox {
  display: inline-block;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox label {
  vertical-align: middle;
}
.filebox .upload-name {
  display: inline-block;
  padding: 0 10px;
  /* label padding  */
  height: 24px;
  font-size: 12px;
  font-family: inherit;
  line-height: normal;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-datepicker-year {
  background: transparent;
  color: #fff;
  border: 0;
  height: 24px;
  margin-top: 5px;
  vertical-align: top;
}
.ui-datepicker-year option {
  line-height: 12px;
  color: #000;
}

.ui-datepicker-month {
  background: transparent;
  color: #fff;
  border: 0;
  height: 24px;
  margin-top: 4px;
  margin-left: 10px;
  vertical-align: top;
}
.ui-datepicker-month option {
  line-height: 12px;
  color: #000;
}

/* lodding */
.lodding2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 600;
  background: rgba(0, 0, 0, 0.7);
}
.lodding2 .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background: url(../images/loading.gif) center no-repeat;
  background-size: 100%;
}

.slide_l,
.slide_r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 58px;
  cursor: pointer;
  background: url("../images/a22.png") center center no-repeat;
  overflow: hidden;
}

.slide_l {
  background-position: -10px -31px;
}
.slide_l:hover {
  background-position: -130px -31px;
}
.slide_l.slide_ldn {
  background-position: -250px -31px;
}
.slide_l.slide_lds {
  background-position: -10px -31px;
  opacity: 0.3;
  pointer-events: none;
}

.slide_r {
  background-position: -70px -31px;
}
.slide_r:hover {
  background-position: -190px -31px;
}
.slide_r.slide_rdn {
  background-position: -310px -31px;
}
.slide_r.slide_rds {
  background-position: -70px -31px;
  opacity: 0.3;
  pointer-events: none;
}

.bx-wrapper {
  display: inline-block;
  float: left;
  padding-left: 200px;
}

.bx-wrapper .bx-prev {
  left: 200px;
  background: url("../images/controls.png") no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -51px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  outline: 0;
  width: 38px;
  height: 64px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* error */
.bg-bottom {
  position: fixed;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: #525c61;
}

.error-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 350px;
  background: #fff;
  text-align: center;
}
.error-box .er-tit {
  display: block;
  padding-top: 110px;
  background: url(../images/error_icon.png) center top no-repeat;
  color: #ff9d00;
  font-size: 22px;
}
.error-box .er-exp {
  font-size: 14px;
  padding-top: 20px;
}
.error-box .btn-area {
  padding-top: 30px;
}
.error-box .btn-area a {
  display: inline-block;
  height: 37px;
  width: 102px;
  line-height: 37px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.error-box .btn-area a.btn-gray {
  background: #525c60;
  margin-right: 10px;
}
.error-box .btn-area a.btn-gray:hover {
  background: #344146;
}
.error-box .btn-area a.btn-or {
  background: #ff9d00;
}
.error-box .btn-area a.btn-or:hover {
  background: #ff8f00;
}

.position-box p.start::after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/arrow_down.png) center no-repeat;
  width: 32px;
  height: 20px;
  padding: 5px 0;
}
.position-box p span {
  font-size: 12px;
  display: inline-block;
  color: #555;
  font-weight: normal;
}
.position-box p span.round {
  background: #fbec88;
  border-radius: 10px;
  padding: 0 5px;
}

.layer-wrap {
  display: none;
}
.layer-wrap .bg {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 201;
}
.layer-wrap .pop-layer {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 202;
  height: auto;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  min-width: 250px;
}
.layer-wrap .pop-layer .tit {
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  background: #596471;
  color: #fff;
  height: 40px;
  padding-left: 10px;
}
.layer-wrap .pop-layer .tit .btn-xx {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border: 0;
  outline: none;
}
.layer-wrap .pop-contents {
  padding: 10px 15px 15px 15px;
}
.layer-wrap .pop-contents dl {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.layer-wrap .pop-contents dl:last-child {
  border-bottom: 0;
}
.layer-wrap .pop-contents .table-area {
  margin: 10px 0;
  width: 100%;
}
.layer-wrap .pop-contents .table-area tbody.scroll {
  max-height: 120px;
}
.layer-wrap .pop-contents .table-area tbody td {
  padding: 5px 0;
}
.layer-wrap .pop-contents .driver-Sch {
  width: 400px;
}
.layer-wrap .pop-contents .driver-Sch .fl,
.layer-wrap .pop-contents .driver-Sch .fr {
  min-height: auto;
  overflow: hidden;
  border: 0;
  padding: 10px 0;
}
.layer-wrap .pop-contents .driver-Sch .fl {
  width: 31%;
  padding-right: 1%;
}
.layer-wrap .pop-contents .driver-Sch .fr {
  width: 68%;
}
.layer-wrap .btn-area {
  border-top: 1px solid #ccc;
  background: #f1f2f3;
  padding: 10px;
  text-align: center;
}
.layer-wrap .btn-area a {
  margin-left: 5px;
  min-width: 100px;
}
.layer-wrap .btn-area afirst-child {
  margin-left: 0;
}

/*# sourceMappingURL=common.css.map */
