@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2019. 08. 13.
-------------------------------------------------*/

/* 레이아웃 */

.full_wrap {
  width: 100%;
}

/* login */
.login_wrap {
  width: 100%;
  height: 100vh;
  background: #f8f9fb;
}
.login_wrap .login_cont {
  width: 100%;
  max-width: 1070px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 40px;
  box-sizing: border-box;
}
.login_wrap .login_cont > p {
  clear: both;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  color: #6e7079;
  padding-top: 30px;
}
.login_wrap .login_cont > p a {
  color: #3a8ae9;
  text-decoration: underline;
}
.login_wrap .login_cont > div {
  float: left;
  width: 60%;
  height: 600px;
}
.login_wrap .login_cont > div.left {
  background: url(../img/login_bg.png) no-repeat center center;
  border-radius: 8px 0 0 8px;
}
.login_wrap .login_cont > div.right {
  width: 40%;
  background: #fff;
  border-radius: 0 8px 8px 0;
  border: 1px solid #dee0e4;
  padding: 0 40px 0 50px;
  box-sizing: border-box;
  box-shadow: 2px 0px 7px -2px rgba(0,0,0,.1);
}
.login_wrap .login_cont > div.right > img {
  display: block;
  margin-top: 60px;
  margin-bottom: 48px;
}
.login_wrap .login_cont > div.right dl dt {
  font-size: 13px;
  line-height: 13px;
  color: #acb3c0;
  margin-top: 22px;
}
.login_wrap .login_cont > div.right dl dd {
  margin-top: 10px;
}
.login_wrap .login_cont > div.right dl dd input {
  width: 100%;
  height: 35px;
  border: 0;
  background: #eff0f4;
}
.login_wrap .login_cont > div.right > label {
  display: block;
  margin-top: 20px;
}
.login_wrap .login_cont > div.right > label span {
  padding-left: 5px;
  line-height: 16px;
  color: #acb3c0;
  cursor: pointer;
}
.login_wrap .login_cont > div.right > button {
  margin-top: 40px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

/* header */

header {
  width: 100%;
  height: 64px;
  overflow: hidden;
  border-bottom: 1px solid #dee0e4;
  position: fixed;
  background: #fff;
}

header h1 {
  float: left;
  width: 12.5%;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

/*
header h1 i {
  width: 22px;
  height: 14px;
  background: url(../img/side_icon.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 230px;
  z-index: 150;
  display: none;
}
*/

header .head_ham {
  width: 22px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 190px;
  z-index: 150;
  overflow: hidden;
  display: none;
}

header .head_ham > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #8394a6;
  margin-top: 4px;
}

header .head_ham > span:nth-child(1) {
  margin-top: 0;
}

header .head_ham > span:last-child {
  width: 12px;
  transition: all .3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 10px;
}

header .head_ham.active > span:last-child {
  right: auto;
  left: 0;
}

header ul.nav {
  float: left;
  width: 63%;
  overflow: hidden;
}

header ul.nav li {
  float: left;
  padding: 0 30px;
  line-height: 64px;
}

header ul.nav li a {
  display: inline;
  box-sizing: border-box;
  font-size: 14px;
  color: #6e7079;
  padding-bottom: 21px;
}

header ul.nav li a.active {
  color: #3a8ae9;
  font-weight: bold;
  border-bottom: 2px solid #3a8ae9;
}

header > div {
  width: 22%;
  float: right;
  text-align: right;
  padding: 16px 0;
  padding-right: 30px;
  box-sizing: border-box;
}

header > div p {
  color: #3a8ae9;
  display: inline-block;
  margin-right: 11px;
  background: url(../img/admin_icon.png) no-repeat left center;
  padding: 8px 0;
  padding-left: 40px;
  box-sizing: border-box;
}

header > div button {
  width: 86px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}

.content_wrap {
  height: 100vh;
  padding-top: 64px;
}

.content_wrap .full_content {
  width: 100%;
  height: 100%;
}

.content_wrap .side_menu {
  width: 12%;
  float: left;
  height: 100%;
  background: #2b4565;
  padding: 0 20px;
  box-sizing: border-box;
}

.content_wrap .side_menu dl {
  margin-top: 30px;
}

.content_wrap .side_menu dl dt {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 2px 0;
  padding-left: 30px;
  margin-bottom: 20px;
}

.authority .side_menu dl dt {
  background: url(../img/authority_icon.png) no-repeat left center;
}

.side_menu.system dl {
  padding-top: 20px;
  margin-top: 13px;
  border-top: 1px solid #253e5c;
}

.side_menu.system dl:first-child {
  padding-top: 0;
  margin-top: 30px;
  border-top: 0;
}

.side_menu.system dl:nth-child(1) dt {
  background: url(../img/system_icon01.png) no-repeat left center;
}

.side_menu.system dl:nth-child(2) dt {
  background: url(../img/system_icon02.png) no-repeat left center;
}

.side_menu.system dl:nth-child(3) dt {
  background: url(../img/system_icon03.png) no-repeat left center;
}

.side_menu.dashboard dl dt {
  background: url(../img/dashboard_icon.png) no-repeat left center;
}

.side_menu.daily dl:nth-child(1) dt {
  background: url(../img/daily_icon01.png) no-repeat left center;
}

.side_menu.daily dl:nth-child(2) dt {
  background: url(../img/daily_icon02.png) no-repeat left center;
}

.side_menu.coin_account dl:nth-child(1) dt {
  background: url(../img/coin_account_icon01.png) no-repeat left center;
}

.side_menu.coin_account dl:nth-child(2) dt {
  background: url(../img/coin_account_icon02.png) no-repeat left center;
}

.side_menu.krw_side dl:nth-child(1) dt {
  background: url(../img/krw_side_icon01.png) no-repeat left center;
}

.side_menu.krw_side dl:nth-child(2) dt {
  background: url(../img/krw_side_icon02.png) no-repeat left center;
}

.side_menu.calcu_side dl:nth-child(1) dt {
  background: url(../img/calcu_side_icon01.png) no-repeat left center;
}

.side_menu.calcu_side dl:nth-child(2) dt {
  background: url(../img/system_icon03.png) no-repeat left center;
}
.side_menu.refer_side dl:nth-child(1) dt {
  background: url(../img/krw_side_icon01.png) no-repeat left center;
}
.side_menu.refer_side dl:nth-child(2) dt {
  background: url(../img/refer_side_icon02.png) no-repeat left center;
}

.content_wrap .side_menu dl dd a {
  display: block;
  padding: 12px 0 12px 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  color: #afbfd4;
}

.content_wrap .side_menu dl dd a:before {
  content: "·";
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 13px;
  left: 14px;
}

.content_wrap .side_menu dl dd a.active {
  background: #253e5c;
  border-radius: 6px;
}

.content_wrap .side_menu dl dd a.active {
  color: #3a8ae9;
  display: block;
}

.content_wrap .side_menu dl dd a.active:before {
  color: #3a8ae9;
}

.content_wrap .main_cont {
  width: 88%;
  height: 100%;
  background: #f8f9fb;
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
}

.content_wrap .main_cont h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #2b4565;
  margin-bottom: 30px;
}

table {
  width: 100%;
  border: 1px solid #dee0e4;
}

table tr {
  border-bottom: 1px solid #dee0e4;
}

table tr:last-child {
  border-bottom: 0;
}

table tr th {
  background: #fcfbf9;
  border-right: 1px solid #dee0e4;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: #6e7079;
  height: 30px;
}

table tr th:last-child {
  border-right: 0;
}

table tr td {
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #dee0e4;
  background: #fff;
}

table tr td:last-child {
  border-right: 0;
}

textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaf3;
  border-radius: 4px;
  min-height: 200px;
}

small.ess {
  color: #ff5656;
  vertical-align: text-top;
}

.pd0 {
  padding: 0 !important;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  color: #757575;
  float: left;
  position: relative;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
}

input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

input[type="checkbox"]:checked::before {
  border-color: #3a8ae9;
  background: url(../img/check_on.png) no-repeat center center;
  border-radius: 2px;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #ebebef;
  border-radius: 2px;
}

i.open_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/open_icon.png) no-repeat center center;
}

i.fold_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/fold_icon.png) no-repeat center center;
}


::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background-color: #f6f6f8;
  opacity: 0.5;
}

::-webkit-scrollbar-thumb {
  background-color: #dce4e7;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 50px;
}

/*
::-webkit-scrollbar-thumb:hover {
  background: #f6f6f8;
}
*/

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  width: 0px;
  height: 0px;
  background: #f6f6f8;
}

html {
  scrollbar-3dLight-Color: #f6f6f8;
  scrollbar-arrow-color: #f6f6f8;
  scrollbar-base-color: #f6f6f8;
  scrollbar-Face-Color: #dce4e7;
  scrollbar-Track-Color: #f6f6f8;
  scrollbar-DarkShadow-Color: #f6f6f8;
  scrollbar-Highlight-Color: #f6f6f8;
  scrollbar-Shadow-Color: #f6f6f8;
}


.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  /*max-height: none;*/
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  /*max-height: none !important;*/
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 2px !important;
    left: 0;
    width: 100%;
}
 

/* select_customer */

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  height: 12px;
}

.bootstrap-select > .btn {
  height: 12px;
  line-height: 12px;
  background: none;
  border: none;
  color: #619aa3;
  font-size: 12px;
  outline: 0;
  padding-right: 20px;
}

.bootstrap-select.btn-group .btn .filter-option {
  padding-left: 7px;
  margin-top: -5px;
  line-height: 15px;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background: none;
  border-radius: 0;
  border: 0;
  color: #619aa3;
}

.glyphicon {
  position: static !important;
  top: 0;
  left: 0;
}

.glyphicon.glyphicon-menu-down {
  position: relative;
  top: 0;
  right: 0;
  font-family: unset;
  color: transparent;
}

.glyphicon-menu-down:before {
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(../img/select_arrow.png) no-repeat center center;
  right: 10px;
  top: 9px;
}

.bootstrap-select.open .glyphicon-menu-down:before {
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(../img/select_arrow_on.png) no-repeat center center;
  right: 10px;
  top: 9px;
}

.dropdown-menu {
  left: inherit;
  right: 0;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
  border: 1px solid #dce1e4;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  overflow-y: visible !important;
}

.dropdown-menu > li > a {
  padding: 13px 0;
}

.en-icon {
  position: relative;
}

.en-icon:before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(/img/en_icon.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.kr-icon:before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(/img/kr_icon.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  overflow: hidden;
  padding: 9px 10px;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.bootstrap-select.btn-group .dropdown-menu .kr-icon:before,
.bootstrap-select.btn-group .dropdown-menu .en-icon:before {
  left: 10px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  position: initial;
  left: 0;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6e7079;
  margin-top: 2px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #f5f8ff;
  border: 0;
  cursor: pointer;
  outline: 0;
}

.bootstrap-select .btn:focus {
  outline: 0 !important;
}

/* guide */

button {
  height: 32px;
  width: 105px;
  background: #3a8ae9;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  box-shadow: 0px 1px 6px -1px #d1e4fa;
  text-align: center;
  border-radius: 4px;
}

button:hover {
  background: #3c5bff;
  box-shadow: 0px 1px 6px -1px #d2d9ff;
}

button.active {
  background: #3c5bff;
  box-shadow: none;
}

button.border_btn {
  background: #fff;
  color: #3a8ae9;
  border: 1px solid #3a8ae9;
}

button.border_btn:hover {
  background: #eff2ff;
  border-color: #3c5bff;
  color: #3c5bff;
}

button.border_btn.active {
  box-shadow: none;
}

button.border_btn.border_g {
  border-color: #d3dce6;
  padding: 0 18px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  width: auto;
  box-shadow: 0px 1px 6px -1px rgba(211, 220, 230, .3);
}

input[type="text"] {
  border: 1px solid #eaeaf3;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
}

input.error {
  border-color: #ff5656;
}

input:focus {
  border-color: #3a8ae9;
}

input.disable {
  background: #f8f9fb;
  border-color: #eaeaf3;
}

.date_search > span {
  padding: 0 5px;
  text-align: center;
}

.date_search label {
  position: relative;
  width: 142px;
  display: inline-block;
}

.date_search label input {
  color: #1e222d;
  font-family: 'Roboto', sans-serif;
  width: 142px;
}

.date_search label i {
  width: 12px;
  height: 14px;
  background: url(../img/date_off.png) no-repeat center center;
  position: absolute;
  top: 5px;
  right: 10px;
}

.date_search label i.on {
  background: url(../img/date_on.png) no-repeat center center;
}

.ui-datepicker {
  padding: 0;
  width: 240px;
}

.ui-widget-header {
  background: none;
}

.ui-datepicker .ui-datepicker-header {
  border: 0;
  padding: 0;
  position: relative;
  margin-top: 25px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  font-size: 16px;
  color: #1e222d;
  font-weight: bold;
  text-align: center
}

.ui-datepicker .ui-datepicker-prev > span {
  background: url(../img/date_left.png) no-repeat center center;
  color: transparent;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next > span {
  background: url(../img/date_right.png) no-repeat center center;
  color: transparent;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 20px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #dee0e4;
  padding: 0 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  display: none;
}

.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  right: 0;
}

.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.ui-datepicker table {
  width: 100%;
  height: 202px;
  margin: 0;
  background: none;
  border: 0;
  font-size: 12px;
}

.ui-datepicker th {
  padding: 10px 0;
  box-sizing: border-box;
  color: #acb3c0;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  background: none;
  text-align: center;
  border-right: 0;
}

.ui-datepicker td {
  padding: 0;
  height: 0;
  margin: 0;
  border-right: 0;
}

.ui-datepicker tr {
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 0;
  background: 0;
  padding: 0;
  font-weight: bold;
  color: #1e222d;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  display: block;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: #3a8ae9;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

a.excel_btn {
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  text-align: center;
  color: #3a8ae9;
  background: url(../img/download_icon.png) no-repeat 10px center #fff;
  padding: 0 10px;
  padding-left: 25px;
  box-sizing: border-box;
  box-shadow: 0px 1px 6px -1px rgba(211, 220, 230, .3);
  cursor: pointer;
}

a.excel_btn:hover {
  background: url(../img/download_hover.png) no-repeat 10px center #eff2ff;
  border-color: #3c5bff;
  color: #3c5bff;
}

a.excel_btn.active {
  box-shadow: none;
}

.red_txt {
  color: #ff5656;
}

.sky_txt {
  color: #3a8ae9;
}

.blue_txt {
  color: #3c5bff;
}

.green_txt {
  color: #0baf7b;
}

.result_txt {
  overflow: hidden;
  margin-top: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}

.result_txt > span {
  font-family: 'Roboto', sans-serif;
}

.result_txt > a.excel_btn {
  float: right;
}

table.table2 th {
  height: 30px;
  text-align: center;
  line-height: 12px;
  color: #6e7079;
  font-size: 12px;
  padding: 5px;
}

table.table2 thead tr {
  border-bottom: 1px solid #dee0e4;
}

table.table2 td {
  height: 30px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 5px;
}

table.table2 tbody tr:hover td {
  background: #f5f8ff;
}

.time_txt {
  background: url(../img/time_icon.png) no-repeat left center;
  padding-left: 12px;
  box-sizing: border-box;
  margin-left: 10px;
}

.paging {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

.paging > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #2e3862;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.paging > a.active {
  border-radius: 50%;
  background: #e8f3ff;
  color: #3a8ae9;
}

.paging > a > i {
  display: inline-block;
  width: 8px;
  height: 12px;
  vertical-align: -2px;
}

.paging > a.page_prev > i {
  background: url(../img/paging_prev.png) no-repeat center center;
}

.paging > a.page_next > i {
  background: url(../img/paging_next.png) no-repeat center center;
}

.paging > a.page_prev:hover > i {
  background: url(../img/paging_prev_on.png) no-repeat center center;
}

.paging > a.page_next:hover > i {
  background: url(../img/paging_next_on.png) no-repeat center center;
}

.guide_txt {
  margin-top: 85px;
}

.guide_txt ul li {
  color: #acb3c0;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}

.guide_txt ul li:before {
  content: "·";
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.fr {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.layer_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  display: none;
  z-index: 500;
}

.layer_wrap .layer {
  width: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #dee0e4;
  border-radius: 0.5em;
  padding: 30px 20px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}

.layer_head > h3 {
  font-size: 16px;
  line-height: 16px;
  color: #1e222d;
  font-weight: normal;
}

.layer_body > table {
  margin-top: 20px;
}

.layer_body > table th {
  background: #f8f9fb;
}

.layer_body > table td input[type="text"] {
  width: 100%;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.layer_foot {
  margin-top: 30px;
  overflow: hidden;
}

.layer_foot button {
  float: left;
  width: 47%;
}

.layer_foot button.cancel {
  margin-left: 6%;
}

.layer_foot.one_btn {
  text-align: center;
}

.layer_foot.one_btn > button {
  float: none;
  margin: auto;
}

.alert_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #dee0e4;
  border-radius: 0.5em;
  width: 300px;
  z-index: 50;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  display: none;
}

.alert_cont .alert_body > p {
  text-align: center;
  padding: 35px 0;
  font-size: 14px;
  line-height: 18px;
  color: #6e7079;
}

.alert_cont .alert_foot {
  overflow: hidden
}

.alert_cont .alert_foot > button {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #eceff1;
  color: #3a8ae9;
  font-size: 15px;
  box-sizing: border-box;
}

.alert_cont .alert_foot > button.cancel {
  color: #8394a6;
  border-right: 1px solid #eceff1;
}

.alert_cont .alert_foot.btn_one > button.cancel {
  display: none;
}

.alert_cont .alert_foot.btn_one > button {
  width: 100%;
}

/* select_customer */

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  max-width: 150px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
}

.bootstrap-select > .btn {
  height: 24px;
  line-height: 24px;
  border: 1px solid #eaeaf3;
  border-radius: 4px;
  box-shadow: none;
  color: #1e222d;
  padding: 0 10px;
}

.bootstrap-select.btn-group .btn .filter-option {
  padding: 0;
  line-height: 22px;
  margin-top: 0;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.open > .dropdown-toggle.btn-default {
  border: 1px solid #3a8ae9;
  border-radius: 4px;
  color: #1e222d;
}

.btn-default:hover {
  border: 1px solid #eaeaf3;
}

.pl5 {
  padding-left: 5px !important;
}

.filebox label {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  color: #3a8ae9;
  font-size: 12px;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  box-shadow: 0px 1px 6px -1px rgba(211, 220, 230, .3);
}

.filebox label:hover {
  background: #eff2ff;
  border-color: #3c5bff;
  color: #3c5bff;
}

.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 .upload_name {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 40%;
  font-size: 13px;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #eaeaf3;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

label.red_label {
  display: inline-block;
  width: 75px;
  height: 28px;
  line-height: 28px;
  background: #fee4e6;
  color: #ff5656;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
}

label.blue_label {
  display: inline-block;
  width: 75px;
  height: 28px;
  line-height: 28px;
  background: #deefff;
  color: #3c9bfb;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
}

.layer_wrap .layer table tr th {
  background: #f8f9fb;
}

.mt5 {
  margin-top: 5px !important;
}


.case table.text_left tr td {
  text-align: left;
}

.side_02 {
  width: 190px;
  min-height: 100%;
  background: #2b4565;
  position: absolute;
  top: 64px;
  left: -300px;
  z-index: 60;
  padding: 15px 15px 0 20px;
  box-sizing: border-box;
}

.side_02 > ul > li {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #253e5c;
  box-sizing: border-box;
}

.side_02 > ul > li.on {
  padding-bottom: 5px;
}

.side_02 > ul > li > a {
  display: block;
  color: #afbfd4;
  font-size: 12px;
  line-height: 12px;
}

.side_02 > ul > li > ul {
  display: none;
}

.side_02 > ul > li > ul > li:first-child {
  margin-top: 10px;
}

.side_02 > ul > li > ul > li {
  position: relative;
}

.side_02 > ul > li > ul > li:before {
  content: "";
  width: 5px;
  height: 8px;
  background: url(../img/gnb_arrow.png) no-repeat center center;
  position: absolute;
  top: 12px;
  right: 10px;
}

.side_02 > ul > li > ul > li > a {
  color: #fff;
  display: block;
  padding: 10px 0;
  padding-left: 35px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.side_02 > ul > li.side01 > ul > li > a {
  background-image: url(../img/side_icon01.png);
}

.side_02 > ul > li.side02 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon02.png);
}

.side_02 > ul > li.side02 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon03.png);
}

.side_02 > ul > li.side03 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon04.png);
}

.side_02 > ul > li.side03 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon05.png);
}

.side_02 > ul > li.side04 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon06.png);
}

.side_02 > ul > li.side04 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon07.png);
}

.side_02 > ul > li.side05 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon08.png);
}

.side_02 > ul > li.side05 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon09.png);
}

.side_02 > ul > li.side06 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon10.png);
}

.side_02 > ul > li.side06 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon11.png);
}

.side_02 > ul > li.side07 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon12.png);
}

.side_02 > ul > li.side07 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon13.png);
}

.side_02 > ul > li.side07 > ul > li:nth-child(3) > a {
  background-image: url(../img/side_icon14.png);
}

.side_02 > ul > li.side08 > ul > li:nth-child(1) > a {
  background-image: url(../img/side_icon15.png);
}

.side_02 > ul > li.side08 > ul > li:nth-child(2) > a {
  background-image: url(../img/side_icon16.png);
}

.side_02 > ul > li > ul > li.on {
  margin-bottom: 3px;
}

.side_02 > ul > li > ul > li.on > a {
  background-color: #253e5c;
  border-radius: 6px;
}

.side_02 > ul > li > ul > li.on:before {
  content: "";
  width: 9px;
  height: 6px;
  background: url(../img/gnb_arrow_on.png) no-repeat center center;
  position: absolute;
  top: 15px;
  right: 10px;
}

.side_02 > ul > li > ul > li > ul {
  display: none;
}

.side_02 > ul > li > ul > li > ul > li {
  padding: 7px 0;
  padding-left: 35px;
  position: relative;
}

.side_02 > ul > li > ul > li > ul > li:before {
  content: "·";
  font-size: 28px;
  color: #9aa9bc;
  position: absolute;
  top: 7px;
  left: 20px;
}

.side_02 > ul > li > ul > li > ul > li:first-child:before {
  top: 10px;
}

.side_02 > ul > li > ul > li > ul > li:first-child {
  padding-top: 10px;
}

.side_02 > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 12px;
  color: #9aa9bc;
}

.side_02 > ul > li > ul > li > ul > li > a.active {
  color: #59a5ff;
}

.search_h2 {
  position: relative;
}

.search_h2 .search_box {
  position: absolute;
  top: -5px;
  right: 0;
}

table tr th.green_bg,
table tr td.green_bg {
  background: #eaf9f9;
}

.radio_btn {
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 8px;
}

.radio_btn input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radio_btn input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.radio_btn input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fbfbfb;
  border: 1px solid #dadada;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.radio_btn input[type="radio"] + label:active:before,
.radio_btn input[type="radio"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.radio_btn input[type="radio"]:checked + label:before {
  background: #fff;
  border-color: #3a8ae9;
}

.radio_btn input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #3a8ae9;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
button.search_btn {
  display: block;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
.tac {
  text-align: center;
}


@media (max-width: 1500px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 150;
  }
  header ul.nav {
    display: none;
  }
  header h1 {
    width: 20%;
  }
  header .head_ham {
    display: block;
  }
  header > div {
    width: 40%;
  }
  .content_wrap {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 64px;
  }
  .content_wrap .side_menu {
    display: none;
  }
  .content_wrap .main_cont {
    width: 100%;
  }
  .side_02 {
    position: absolute;
    top: 0;
    z-index: 60;
    padding-top: 64px;
  }
}
@media (max-width: 768px){
  .login_wrap .login_cont > div.left {
    display: none;
  }
  .login_wrap .login_cont > div.right {
    width: 100%;
    border-radius: 8px;
  }
}
@media (max-width: 450px){
  .login_wrap .login_cont > div.right {
    padding: 0 20px;
  }
}
