@charset "UTF-8";
/*
	.Final Editor : Y.R Lee
	.Description : 커스텀 스타일 정의
	.Last Edit : 2017-03-13
*/
body {
  color: #4a4a4a; }

input, select {
  border-radius: 2px;
  font-family: "dotum", AppleGothic, sans-serif;
  font-size: 11px;
  border: 1px solid #e0e0e0;
  color: #4a4a4a; }

button {
  height: 25px;
  line-height: 23px;
  padding: 0 5px;
  border-radius: 2px;
  font-family: "dotum", AppleGothic, sans-serif;
  font-size: 11px;
  border-color: #e0e0e0;
  background: #fff;
  color: #4a4a4a;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  button:hover {
    background-color: #f9f9f9; }

button.defaultBtn {
  background: #fff;
  border-color: #e0e0e0;
  color: #4a4a4a; }
  button.defaultBtn:hover {
    background-color: #f9f9f9; }

button.excelBtn {
  border-color: transparent;
  background: #44a654;
  color: #fff; }
  button.excelBtn:hover {
    background-color: #3d944b; }

button.blueBtn {
  border-color: transparent;
  background: #0185c6;
  color: #fff; }
  button.blueBtn:hover {
    background-color: #0174ad; }

table th {
  font-weight: normal; }
table th, table td {
  font-family: "dotum", AppleGothic, sans-serif;
  font-size: 11px;
  padding: 10px;
  border-left: 0;
  border-right: 0;
  /* border-bottom: 1px solid #e0e0e0; 2017-03-27 */
  color: #4a4a4a; }

.wrap {
  position: relative;
  min-width: 1100px;
  min-height: 100%;
  }

.login {
  display: table;
  width: 100%;
  background-color: #efefef; }
  .login .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    .login .inner .center_box {
      width: 540px;
      margin: 0 auto; }
      .login .inner .center_box > .head {
        width: 100%; }
        .login .inner .center_box > .head .logo {
          width: 210px;
          height: 54px;
          object-fit: contain;
          background: url("../img/wizzpay.png") no-repeat top left;
          background-size: 210px;
          margin: 0 auto; }
      .login .inner .center_box > .contents {
        width: 100%;
        margin-top: 40px;
        padding: 40px;
        border-radius: 2px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .login .inner .center_box > .contents .inner_contents {
          width: 100%;
        }.login .inner .center_box > .contents .inner_contents tr td{
           width: 50%;
         }
        .login .inner .center_box > .contents .input_wrap input[type="text"],
        .login .inner .center_box > .contents .input_wrap input[type="password"] {
          position: relative;
          width: 100%;
          height: 50px;
          line-height: 45px;
          padding: 0 15px 0 40px;
          font-size: 15px;
          border-radius: 2px;
          border: 1px solid #e0e0e0;
          color: #4a4a4a;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          .login .inner .center_box > .contents .input_wrap input[type="text"]:focus,
          .login .inner .center_box > .contents .input_wrap input[type="password"]:focus {
            background-color: #f1f1f1 !important;
            border-color: #0185c6; }
        .login .inner .center_box > .contents .input_wrap .title_img1 {
          width: 100px;
          height: 19px;
          /*margin: 0 auto 30px;*/
          background: url("../img/login_element_img.png") no-repeat top left; }
        .login .inner .center_box > .contents .input_wrap li {
          margin-top: 10px; }
          .login .inner .center_box > .contents .input_wrap li:first-child {
            margin-top: 0; }
          .login .inner .center_box > .contents .input_wrap li .id, .login .inner .center_box > .contents .input_wrap li .pw {
            position: relative; }
            .login .inner .center_box > .contents .input_wrap li .id:after, .login .inner .center_box > .contents .input_wrap li .pw:after {
              font-family: "FontAwesome", sans-serif;
              position: absolute;
              top: 18px;
              left: 15px;
              font-size: 1em;
              color: #d8d8d8; }
            .login .inner .center_box > .contents .input_wrap li .id label.placeholder, .login .inner .center_box > .contents .input_wrap li .pw label.placeholder {
              position: absolute;
              left: 41px;
              top: 18px;
              font-size: 15px;
              color: #bebebe;
              cursor: text;
              z-index: 999; }
          .login .inner .center_box > .contents .input_wrap li .id.focus label.placeholder,
          .login .inner .center_box > .contents .input_wrap li .pw.focus label.placeholder {
            display: none; }
          .login .inner .center_box > .contents .input_wrap li .id:after {
            content: "\f007"; }
          .login .inner .center_box > .contents .input_wrap li .pw:after {
            content: "\f084"; }
          .login .inner .center_box > .contents .input_wrap li .checkbox_wrap {
            text-align: left; }
            .login .inner .center_box > .contents .input_wrap li .checkbox_wrap label {
              position: relative;
              display: inline-block;
              cursor: pointer;
              zoom: 1;
              *display: inline; }
              .login .inner .center_box > .contents .input_wrap li .checkbox_wrap label .id_check {
                position: absolute;
                left: 0;
                top: 0;
                /* display: block; */
                overflow: hidden; }
                .login .inner .center_box > .contents .input_wrap li .checkbox_wrap label .id_check .checking_img {
                  display: inline-block;
                  width: 20px;
                  height: 20px;
                  background: url("../img/login_element_img.png") no-repeat;
                  background-position: left bottom; }
                .login .inner .center_box > .contents .input_wrap li .checkbox_wrap label .id_check input[type="checkbox"] {
                  position: absolute;
                  top: 0;
                  left: -999999px; }
              .login .inner .center_box > .contents .input_wrap li .checkbox_wrap label .check_text {
                display: inline-block;
                height: 20px;
                line-height: 20px;
                margin-left: 30px;
                font-size: 12px;
                font-weight: bold;
                zoom: 1;
                *display: inline; }
              .login .inner .center_box > .contents .input_wrap li .checkbox_wrap label .checking_img.active {
                background-position: -21px bottom !important; }
          .login .inner .center_box > .contents .input_wrap li .login_btn {
            /*margin-top: 10px;*/ }
              .login .inner .center_box > .contents .input_wrap .inner_contents tr td {
                vertical-align: top;
              }
              .login .inner .center_box > .contents .input_wrap .inner_contents tr td .snb_customer {
                height: 110px;
                border: 1px solid #e0e0e0;
                background: url("../img/login_customer2.png?2021") no-repeat 10px #fff;
                background-position: center center; }
      .login .inner .center_box > .login_customer {
        width: 100%;
        height: 65px;
        margin: 20px auto 0;
        border-radius: 2px;
        background: url("../img/login_customer.png?2021") no-repeat 20px center #e4e4e4; }
      .login .inner .center_box > .footer .company_info {
        margin-top: 20px;
        text-align: center;
        font-size: 11px;
        color: #656565; }
        .login .inner .center_box > .footer .company_info li {
          padding-bottom: 5px; }
          .login .inner .center_box > .footer .company_info li span {
            padding: 0 5px;
            color: #bebebe; }
          .login .inner .center_box > .footer .company_info li .com_name {
            color: #0185c6;
            font-weight: bold; }
          .login .inner .center_box > .footer .company_info li:last-child {
            padding-bottom: 0; }

header {
  height: 60px;
  line-height: 60px;
  background: url("../img/top_bg.png") no-repeat top left;
  background-color: #1d4174;
  background-size: 100% 100%; }
  header .logo {
    float: left;
    width: 170px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: url("../img/wizzpay_logo.png") no-repeat 27px;
    background-size: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    header .logo:after {
      content: '';
      display: block;
      clear: both; }
    header .logo:hover {
      opacity: .9; }
  header .gnb {
    float: left; }
    header .gnb:after {
      content: '';
      display: block;
      clear: both; }
    header .gnb .dropdown_t > li {
      float: left;
      width: 100px;
      height: 60px;
      line-height: 60px;
      text-align: center; }
      header .gnb .dropdown_t > li:after {
        content: '';
        display: block;
        clear: both; }
      header .gnb .dropdown_t > li > a {
        display: block;
        color: #9cc0ee;
        font-weight: bold;
        letter-spacing: -1px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      header .gnb .dropdown_t > li > a:hover, header .gnb .dropdown_t > li .on {
        background-color: rgba(255, 255, 255, 0.1);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#1affffff, endColorStr=#1affffff );
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#1affffff, endColorStr=#1affffff )";
        zoom: 1;
        color: #fff; }
    header .gnb .dropdown_m {
      display: none;
      position: relative;
      top: -1px;
      width: 200px;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
      z-index: 999; }
      header .gnb .dropdown_m > li {
        position: relative;
        display: block; }
        header .gnb .dropdown_m > li > a {
          display: block;
          height: 40px;
          line-height: 40px;
          text-align: left;
          padding: 0 15px;
          font-size: 12px;
          background-color: #1d4174;
          color: #fff; }
          header .gnb .dropdown_m > li > a:after {
            content: "\f105";
            float: right;
            color: #0185c6;
            font-size: 1.2em;
            font-family: "FontAwesome", sans-serif; }
            header .gnb .dropdown_m > li > a:after:last-child {
              border-bottom: 0; }
        header .gnb .dropdown_m > li:hover > a,
        header .gnb .dropdown_m > li > a.on {
          background-color: #0185c6; }
          header .gnb .dropdown_m > li:hover > a:after,
          header .gnb .dropdown_m > li > a.on:after {
            content: "\f105";
            color: #fff; }
        header .gnb .dropdown_m > li > a.no_drop:after {
          content: ''; }
    header .gnb .dropdown_d {
      display: none;
      position: absolute;
      top: 0;
      left: 200px;
      width: 200px;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#1a000000, endColorStr=#1a000000 );
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#1a000000, endColorStr=#1a000000 )";
      zoom: 1;
      z-index: 997; }
      header .gnb .dropdown_d > li {
        display: block; }
        header .gnb .dropdown_d > li > a {
          display: block;
          height: 40px;
          line-height: 40px;
          text-align: left;
          padding: 0 15px;
          font-size: 12px;
          background-color: #183660;
          color: #fff; }
        header .gnb .dropdown_d > li:hover > a,
        header .gnb .dropdown_d > li > a.on {
          background-color: #0185c6; }
  header .aside {
    float: right;
    margin-right: 10px; }
    header .aside:after {
      content: '';
      display: block;
      clear: both; }
    header .aside .nav_login {
      float: left; }
      header .aside .nav_login .inner {
        font-size: 11px;
        color: #98d5f5; }
        header .aside .nav_login .inner span {
          font-weight: bold;
          color: #fff; }
        header .aside .nav_login .inner .btnM {
          margin-left: 5px; }
    header .aside .btn_function {
      float: left; }
      header .aside .btn_function:after {
        content: '';
        display: block;
        clear: both; }
      header .aside .btn_function ul {
        margin-left: 10px; }
        header .aside .btn_function ul li {
          float: left; }
          header .aside .btn_function ul li:after {
            content: '';
            display: block;
            clear: both; }
          header .aside .btn_function ul li a {
            display: block;
            padding: 0 10px;
            color: #9cc0ee;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
            header .aside .btn_function ul li a:hover {
              background-color: rgba(255, 255, 255, 0.1);
              color: #fff; }
          header .aside .btn_function ul li .on {
            background-color: rgba(255, 255, 255, 0.1); }
        header .aside .btn_function ul .menu_fun a:hover, header .aside .btn_function ul .menu_fun .on {
          color: #d3ff01; }
        header .aside .btn_function ul .menu_fun .on i::before {
          content: "\f03c";
          font-family: "FontAwesome", sans-serif; }
        header .aside .btn_function ul .board_fun .on {
          color: #fff; }
        header .aside .btn_function ul .board_fun .menu {
          display: none;
          position: absolute;
          top: 50px;
          right: 10px;
          background-color: #fff;
          margin-left: 0;
          border: 1px solid #e0e0e0;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          z-index: 999; }
          header .aside .btn_function ul .board_fun .menu li {
            float: none;
            display: block;
            height: 30px;
            line-height: 30px;
            border-bottom: 1px solid #e0e0e0;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
            header .aside .btn_function ul .board_fun .menu li a {
              font-size: 11px;
              color: #4a4a4a; }
            header .aside .btn_function ul .board_fun .menu li:hover {
              background-color: #efefef; }
          header .aside .btn_function ul .board_fun .menu li.b_big a span {
            color: #ff8d00; }
          header .aside .btn_function ul .board_fun .menu li.b_small a span {
            color: #90a644; }

.inner_wrap {
  position: relative;
  width: 100%;
  min-height: 800px;
  /* overflow: hidden; 2017-03-27 */
  }
  .inner_wrap .snb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10%;
    background-color: #f1f1f1;
    border-right: 1px solid #e0e0e0;
    transition: all .3s ease-in-out;
    }
    .inner_wrap .snb .snb_customer {
      margin-top: 10px;
      height: 140px;
      border: 1px solid #e0e0e0;
      background: url("../img/snb_customer.png?2021") no-repeat 10px #fff;
      background-position: center center; }      
    .inner_wrap .snb ul.snb_inner > li > a {
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      font-size: 13px;
      letter-spacing: -1px;
      text-align: left;
      background-color: #fff;
      color: #4a4a4a;
      border-bottom: 1px solid #e0e0e0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
     .inner_wrap .snb ul.snb_inner > li > span > a {
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      font-size: 13px;
      letter-spacing: -1px;
      text-align: left;
      background-color: #fff;
      color: #4a4a4a;
      border-bottom: 1px solid #e0e0e0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .inner_wrap .snb ul.snb_inner > li > span > a:after {
        float: right;
        font-size: 1.3em;
        font-family: "FontAwesome", sans-serif; }
      .inner_wrap .snb ul.snb_inner > li > a:after {
        content: "\f107";
        float: right;
        font-size: 1.3em;
        font-family: "FontAwesome", sans-serif; }
      .inner_wrap .snb ul.snb_inner > li > a:hover {
        color: #0185c6; }
    .inner_wrap .snb ul.snb_inner > li > a.on {
      color: #0185c6;
      font-weight: bold; }
      .inner_wrap .snb ul.snb_inner > li > a.on:after {
        content: "\f106";
        color: #0185c6;
        font-weight: normal; }
    .inner_wrap .snb ul.snb_inner .sub_menu {
      display: none;
      padding: 10px 0;
      background-color: #1d4174; }
      .inner_wrap .snb ul.snb_inner .sub_menu > li > a {
        display: block;
        height: 30px;
        line-height: 32px;
        padding: 0 15px;
        color: #fff;
        font-size: 12px;
        letter-spacing: -0.5px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .inner_wrap .snb ul.snb_inner .sub_menu > li > a:hover,
      .inner_wrap .snb ul.snb_inner .sub_menu > li > a.on {
        background-color: #305c9a;
        color: #fff;
        font-weight: normal; }
  .inner_wrap .main {
    position: relative;
    left: 10%;
    width: 90%;
    transition: all .3s ease-in-out;
    }
    .inner_wrap .main .inner {
      width: 100%;
      padding: 15px; }
      .inner_wrap .main .inner .title {
        /* margin-bottom: 20px;
        padding: 10px 0; 2017-03-27*/
        font-size: 18px;
        font-weight: bold;
      }
      .inner_wrap .main .inner .title3 {
        /* margin-bottom: 20px;
        padding: 10px 0; 2017-03-27*/
        font-size: 18px;
        font-weight: bold;
        width: 820px;
      }
        /* border-bottom: 1px solid #e0e0e0; 2017-03-27 */
        .inner_wrap .main .inner .title .menu_navi {
          float: right;
          height: 20px;
          line-height: 20px;
          margin-top: 6px;
          font-size: 11px;
          font-weight: normal; }
          .inner_wrap .main .inner .title .menu_navi:after {
            content: '';
            display: block;
            clear: both; }
          .inner_wrap .main .inner .title .menu_navi a {
            display: inline-block;
            color: #4a4a4a; }
            .inner_wrap .main .inner .title .menu_navi a:hover {
              color: #0185c6; }
          .inner_wrap .main .inner .title .menu_navi .arrow_right {
            display: inline-block;
            color: #a5a5a5;
            padding: 0 3px; }
            .inner_wrap .main .inner .title .menu_navi .arrow_right:before {
              content: "\f105";
              font-family: "FontAwesome", sans-serif; }

.inner_wrap.snb_close {
  transition: all .3s ease-in-out; }
  .inner_wrap.snb_close .snb {
    left: -10%; }
  .inner_wrap.snb_close .main {
    left: 0;
    width: 100%; }
    .inner_wrap.snb_close .main .inner {
      width: 100%; }

/* original custom */
.search-tb {
  border-top: 1px solid #e0e0e0; }
  .search-tb select {
    padding: 3px; }
  .search-tb th, .search-tb td {
    font-family: "dotum", AppleGothic, sans-serif;
    font-size: 11px;
    padding: 8px 10px; }
  .search-tb th {
    background-color: #f9f9f9; border-bottom: 1px solid #e0e0e0;}
    .search-tb th select {
      width: 100%; }
  .search-tb td select, .search-tb td input {
    width: 100px; }
  .search-tb .ui-datepicker-trigger {
    padding: 0 5px 0 2px;
    cursor: pointer; }
  .search-tb .btn-img {
    padding: 0 1px;
    cursor: pointer; }

.btn-area-search {
  width: 100%;
  margin: 12px 0;
  text-align: center; }

.grid-container .form-tb {
  border-top: 1px solid #e0e0e0; }
  .grid-container .form-tb th.ok {
    font-weight: bold;
    background-color: #faffe7;
    color: #90a644; }
  .grid-container .form-tb th.cancel {
    font-weight: bold;
    background-color: #fff3e5;
    color: #ff8d00; }
  .grid-container .form-tb th.sum {
    font-weight: bold;
    background-color: #eaf8ff;
    color: #0185c6; }
  .grid-container .form-tb td {
    text-align: right;
    border: 1px solid #e0e0e0; }
    .grid-container .form-tb td:last-child {
      border-right: 0; }
.grid-container .ui-jqgrid-toppager {
  /* margin: 20px 0; 2017-03-27 */
  text-align: center; }
  .grid-container .ui-jqgrid-toppager li {
    display: inline-block; }
    .grid-container .ui-jqgrid-toppager li a {
      padding: 0 3px;
      font-size: 12px;
      color: #4a4a4a;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .grid-container .ui-jqgrid-toppager li a .fa {
        padding: 0 3px;
        font-size: 9px;
        color: #a5a5a5; }
      .grid-container .ui-jqgrid-toppager li a:hover {
        color: #0185c6; }
    .grid-container .ui-jqgrid-toppager li a.active {
      font-weight: bold;
      color: #0185c6; }
    .grid-container .ui-jqgrid-toppager li select {
      height: auto;
      padding: 1px 3px; }
.grid-container .ui-jqgrid-htable {
  width: 100%;
  border-top: 2px solid #90a644; }
  .grid-container .ui-jqgrid-htable tr:hover {
    background-color: #faffe7; }
  .grid-container .ui-jqgrid-htable th, .grid-container .ui-jqgrid-htable td {
    letter-spacing: 0;
    text-align: center;
    cursor: default; }
  .grid-container .ui-jqgrid-htable th {
    background-color: #f9f9f9; }
  .grid-container .ui-jqgrid-htable td.price {
    text-align: right; }

/* original custom END */
footer {
  position: relative;
  left: 0;
  right: 0;
  height: 130px;
  background-color: #e4e4e4;
  border-top: 1px solid #e0e0e0;
  }
  footer .inner {
    margin: 0 auto;
    width: 760px;
    margin-top: 20px; }
    footer .inner:after {
      content: '';
      display: block;
      clear: both; }
    footer .inner .logo {
      float: left;
      width: 100px;
      height: 29px;
      background: url("../img/footer_logo.png") no-repeat left top;
      margin: 7px 0; }
    footer .inner .company_info {
      float: left;
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid #bebebe; }
      footer .inner .company_info li {
        padding-bottom: 3px;
        letter-spacing: 0px;
        text-align: left;
        font-size: 11px;
        color: #656565; }
        footer .inner .company_info li span {
          padding: 0 5px;
          color: #bebebe; }
        footer .inner .company_info li .com_name {
          color: #0185c6;
          font-weight: bold; }
        footer .inner .company_info li:last-child {
          padding-bottom: 0; }

@media screen and (max-width: 1450px) {
  .inner_wrap .snb {
    width: 15%; 
    background-color: #f1f1f1; }
  .inner_wrap .main {
    left: 15%;
    width: 85%; }

  .inner_wrap.snb_close .snb {
    left: -15%; } }
@media screen and (max-width: 1300px) {
  .inner_wrap .snb {
    width: 180px; }
  .inner_wrap .main {
    left: 180px; }

  .inner_wrap.snb_close .snb {
    left: -180px; }

  .scroll_table {
    overflow-x: scroll; }
    .scroll_table > .ui-jqgrid-htable {
      width: 1100px !important; } }
