/* index */

/* #index{position:relative; background-color:#0b2554}
    #index:after{display:block; content:''; width:100%; height:50%; position:absolute; bottom:0; background-color:#c71617; z-index:-1}
    #index #container{position:absolute; top:0; right:0; left:0; bottom:0; margin:auto; background-color:#fff; width:calc(100% - 100px); height:calc(100% - 100px); box-shadow:2px 2px 2px #ddd} */
#index {
  background-image: url('../img/index.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 100vh;
  position: relative;
}
#index #container{padding:0; position:relative; height:100%}
.main_logo {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-weight: 600;
}

#index .box_Wrap {
  width: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  margin: auto;
  text-align: center;
}

#index .input_area {
  background-color: transparent;
  border: 0;
}

.login_contents .input {
  width: 100%;
  padding-left: 50px;
  position: relative;
  background-color: #fff;
  border: 1px solid rgb(209, 209, 209);
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}

.login_contents .input:after {
  display: block;
  width: 1px;
  height: 50%;
  background-color: #eee;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
}

.login_contents .input:before {
  width: 22px;
  height: 22px;
  display: block;
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.login_contents .input_id:before {
  background-image: url('../img/icon_user.svg');
}

.login_contents .input_pw:before {
  background-image: url('../img/icon_pw.svg');
}

.login_contents .input input {
  border: 0;
  padding-left: 10px;
  width: 100%;
  color: #000000;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
}

.login_contents .input {
  margin-bottom: 10px;
}

#btn_login {
  background: #ff3f40;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  font-size: 14px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}

.happyst_certificate{
  background-color: rgba(0, 0, 0, .3);
    display: block;
    width:100%;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    text-align:center;
    position:absolute; bottom:0; left:0; 

}
.happyst_certificate em{
  display: inline-block;
  font-style: normal;
  padding-left: 5px;
  font-weight: normal;
  font-size: 13px;
  vertical-align: middle;
  margin-top: -4px;
}
/* basic_ */

#basic_comp_info .cont_inner {
  width: 650px;
}

.input_area {
  padding: 15px;
}

.input_area ul:after {
  display: block;
  content: '';
  clear: both;
}

#basic_comp_info .cont_inner .input_area ul li {
  display: inline-block;
  width: 49%;
  margin-right: 1.35%;
  margin-bottom: 5px;
}

#basic_comp_info .cont_inner .input_area ul li:nth-child(2),
#basic_comp_info .cont_inner .input_area ul li:nth-child(9) {
  margin-right: 0;
}

#basic_comp_info .cont_inner .input_area ul li:nth-child(6),
#basic_comp_info .cont_inner .input_area ul li:nth-child(8) {
  margin-right: 0;
}

#basic_comp_info .cont_inner .input_area ul li:nth-child(10) {
  margin-bottom: 0;
}

#basic_comp_info .cont_inner .input_area ul li.col-md-3 {
  width: 23.5%;
}

#basic_comp_info .cont_inner .input_area ul li .post {
  width: 43%;
}

#basic_comp_info .cont_inner .input_area ul li .post input {
  width: calc(100% - 65px);
}

#basic_comp_info .cont_inner .input_area ul li .post .btn_post {
  width: 60px;
  font-size: 13px;
  float: none !important;
  margin-left: 0;
}

#basic_comp_info .cont_inner .input_area ul li.ingam .control-label {
  height: 150px;
}

#basic_comp_info .cont_inner .input_area ul li.ingam .upImg {
  width: 150px;
  height: 150px;
}

.upImg {
  width: 210px;
  height: 150px;
  overflow: hidden;
  margin-right: 5px;
  display: flex;
  float: left;
  vertical-align: top;
  position: relative;
  border: 1px solid #eee;
}

.upImg.addImg {
  background-color: #f8f8f8;
}

.upImg img {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.upImg a {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.upImg .btn_del_img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.upImg .btn_add_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

#basic_comp_info .cont_inner .input_area .btn_wrap {
  border-top: 1px solid #e5e5e5;
  padding: 0;
}

#basic_comp_info .cont_inner .input_area .btn_wrap .btn {
  margin-top: 11px;
}

/** card_list **/
.card_list ul:after {
  display: block;
  content: '';
  clear: both;
}

.card_list li {
  width: 200px;
  height: 70px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #eeeeee;
  float: left;
  background-color: #fbfbfb;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #eee;
}

.card_list li:nth-child(7n) {
  margin-right: 0;
}

.card_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.card_list li a p {
  color: #222;
}

.card_list li .chip {
  position: absolute;
  width: auto;
  height: 20px;
  right: 5px;
  top: 5px;
  background-color: #f19039;
  color: #fff;
  border-radius: 12px;
  font-size: 10px;
  line-height: 20px;
}

.card_list li.use {
  background-color: #fff0a5;
}

.card_list li.notuse {
  background-color: #f2f2f2;
}

.card_list li.notuse .chip {
  background-color: #333;
}

.card_list li h6 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 10px;
}

.card_list li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.card_list li p label {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  line-height: 1;
}

.card_list li p span {
  display: inline-block;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  padding-left: 10px;
}

.card_list li {
  background-color: #fbfbfb;
}

/* 사용안함 */
.card_list li.yellow {
  background: #ffe0bc;
}

/* 매입처 */
.card_list li.yellow2 {
  background: #fff0a5;
}

.basic_popup {
  width: 350px;
}

.popup .popup_content {
  padding-top: 10px;
}

.popup .popup_content .search {
  border: 0;
  background-color: #fff;
}

.popup .popup_content .search .form-group {
  border: 0;
  width: 100%;
}

.popup .popup_content .search .control-label {
  min-width: 0;
  background-color: #fff;
  width: 70px;
  text-align: left;
  padding-left: 2px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  font-size: 13px;
}

.popup .popup_content .search .control-label.small {
  font-size: 12px;
}

.popup .popup_content .search .input_box {
  width: calc(100% - 70px);
  padding-top: 0;
  height: auto;
}

.popup .popup_content .search .input_box input,
.popup .popup_content .search .input_box select {
  width: 100%;
}

.popup .popup_content .btn_wrap {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
  margin-top: 5px;
  border-top: 1px solid #e5e5e5;
  text-align: center !important;
}

.popup .popup_content .btn_wrap .btn {
  width: 70px;
  font-size: 13px;
}

/** basic_employee **/
#user .card_list li {
  height: auto;
  padding: 10px;
}

#user .card_list li h6 {
  margin-bottom: 5px;
}

#user_edit .cont_inner {
  width: 605px;
}

#user_edit .input_area {
  padding: 10px;
}

#user_edit .chkbox {
  width: 18px;
  height: 18px;
  margin: 0;
}

#user_edit .chkbox:after {
  margin-top: 0;
}

.user_info:after {
  display: block;
  content: '';
  clear: both;
}

.user_info li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
  float: left;
}

.user_info li label.control-label {
  width: 80px;
}

.user_info li .input_box {
  width: calc(100% - 85px);
}

.user_info li .input_box input[type='text'],
.user_info li .input_box select {
  width: 100%;
}

.user_info li.date_box .date label {
  width: 100%;
}

.access_permission {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #e5e5e5;
}

.access_permission h6 {
  font-weight: bold;
}

.access_permission table {
  width: 585px;
  text-align: left;
  border-collapse: collapse;
}

.access_permission table th,
.access_permission table td {
  text-align: left;
  padding: 5px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

.access_permission table thead th:last-child {
  border: 1px solid #e5e5e5;
}

.access_permission table td span {
  display: inline-block;
  margin: 3px 0 0 3px;
  vertical-align: top;
}

.input_area .btn_wrap {
  border-top: 1px solid #e5e5e5;
  padding: 0;
  margin-top: 10px;
}

.input_area .btn_wrap .btn {
  margin-top: 11px;
}

#government .cont_inner {
  max-width: 1000px;
}

.section_wrap {
  padding: 10px;
}

.section_wrap:after {
  display: block;
  content: '';
  clear: both;
}

.section_wrap section {
  width: calc(98% / 3);
  margin-right: 1%;
  float: left;
}

.section_wrap section:last-child {
  margin-right: 0;
}

.section_wrap section .search {
  border-right: 1px solid #d5d5d5;
}

.section_wrap section .search .form-group {
  width: 100%;
}

.section_wrap section .search .form-group .input_box {
  width: calc(100% - 75px);
}

.section_wrap
  section
  .search
  .form-group
  .input_box
  input[type='text'] {
  width: 54%;
}

.section_wrap section .search .form-group .input_box .select_wrap {
  width: 42%;
  display: inline-block;
}

.section_wrap
  section
  .search
  .form-group
  .input_box
  .select_wrap
  select {
  width: 100%;
  min-width: 0;
}

.gvmt_list_add_box {
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}

ul.area_list {
  height: 60vh;
  overflow: auto;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #e5e5e5;
}

ul.area_list li {
  padding: 5px 8px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}

ul.area_list li:last-child {
  margin-bottom: 0;
}

.bg01 {
  background-color: #cbd3f7;
}

.bg02 {
  background-color: #ffef92;
}

.bg03 {
  background-color: #d9d9d9;
}

.bg01.on {
  background-color: #b2bef3;
  border-color: #93a3ef;
}

.bg02.on {
  background-color: #ffde1c;
  border-color: #edd962;
}

.bg03.on {
  background-color: #bfbebe;
  border-color: #bbb;
}

ul.area_list li:after {
  display: block;
  content: '';
  clear: both;
}

ul.area_list li label {
  color: #1f1f1f;
  font-size: 13px;
}

ul.area_list li span {
  float: right;
  margin-top: 6px;
  font-size: 13px;
}

.gvmt_list_add_box ul:after {
  display: block;
  content: '';
  clear: both;
}

.gvmt_list_add_box ul li {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 5px;
}

.gvmt_list_add_box ul li.form-group .control-label {
  width: 53px;
}

.gvmt_list_add_box ul li.form-group .input_box {
  width: calc(100% - 53px);
  padding-right: 0;
  padding-left: 5px;
}

.gvmt_list_add_box ul li.btn_wrap {
  margin: 5px auto 0;
  padding-top: 8px;
  border-top: 1px dashed #ddd;
}

#government_account .search .form-group {
  padding-left: 10px;
}

#government_account .search .form-group .select_wrap {
  display: inline-block;
  width: 150px;
}

#government_account .search .form-group .select_wrap .select-control {
  width: 100%;
}

#government_account .card_list li {
  height: auto;
  padding: 10px;
  min-height: 78.19px;
}

#government_account .card_list li h6 {
  margin-bottom: 5px;
}

#government_account_edit .cont_inner {
  width: 605px;
}

#government_account_edit .input_area {
  padding: 10px;
}

#government_account_edit .chkbox {
  width: 18px;
  height: 18px;
  margin: 0;
}

#government_account_edit .chkbox:after {
  margin-top: 0;
}

.government_account_info:after {
  display: block;
  content: '';
  clear: both;
}

.government_account_info li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
  float: left;
}

.government_account_info li label.control-label {
  width: 80px;
}

.government_account_info li .input_box {
  width: calc(100% - 85px);
}

.government_account_info li .input_box input[type='text'],
.government_account_info li .input_box select {
  width: 100%;
}

.government_account_info li.date_box .date label {
  width: 100%;
}

.government_account_info li.form-group.select3 {
  width: 66%;
}

.government_account_info li.form-group.select3 .input_box:after {
  display: block;
  content: '';
  clear: both;
}

.government_account_info
  li.form-group.select3
  .input_box
  .select_wrap {
  width: calc(33.5% - 3px);
  float: left;
}

.government_account_info
  li.form-group.select3
  .input_box
  .select_wrap:last-child {
  margin-right: 0;
}

#contract .cont_inner {
  width: 710px;
}

#contract .cont_inner > .search .full-width {
  border-bottom: 1px solid #ddd;
}

.contract_popup .popup_content .search {
  margin-bottom: 0;
}

.contract_popup .date_box label {
  width: 113px;
}

.contract_popup .btn_wrap .btn {
  padding: 0;
  text-align: center;
}

.contract_popup .filebox {
  margin-bottom: 5px;
}

.contract_popup .filebox:last-child {
  margin-bottom: 0;
}

.contract_popup .filebox label {
  width: 40px;
}

.contract_popup .filebox label[for='ex_filename'] {
  font-size: 12px;
  color: #fff;
}

.contract_popup .filebox .upload-name {
  max-width: calc(100% - 43px);
}

#calculate .cont_inner {
  width: 790px;
}

#calculate .cont_inner > .search .form-group:nth-child(1) {
  border-bottom: 1px solid #ddd;
}

#calculate .cont_inner > .search .form-group:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.calculate_popup {
  width: 391px;
}

.calculate_popup .date_box label {
  width: 113px;
}

.calculate_popup .btn_wrap .btn {
  padding: 0;
  text-align: center;
}

#calculate .cont_inner .table_area table tr td a.close {
  float: none;
  display: inline-block;
}

.btn_calculate {
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
}

.btn_calculate.cancel {
  background-color: #333;
}

.btn_calculate.register {
  background-color: green;
}

.calculate_popup .calculate_period .select2 .calculate_period_year {
  width: 75px;
}

.calculate_popup .calculate_period .select2 .calculate_period_month {
  width: 55px;
}

.calculate_popup .calculate_period .select2 select {
  width: 100%;
  min-width: 0;
  padding-left: 3px;
}

#basic_customer_classification .card_list li {
  padding: 8px;
  text-align: left;
}

#basic_customer_classification .card_list li label {
  line-height: 20px;
  color: #1f1f1f;
}

#basic_customer_classification .card_list li h6 {
  text-align: center;
  padding: 3px 0 0;
}

#basic_customer .cont_inner {
  max-width: 1200px;
}

#basic_customer .cont_inner .table_area p {
  margin-bottom: 5px;
  font-size: 15px;
}

#basic_customer .cont_inner .table_area p b {
  color: #5255d9;
}

#basic_edit_customer .cont_inner {
  width: 650px;
}

#basic_edit_customer .cont_inner .input_area ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
  float: left;
}

.input_area ul li.memo .control-label {
  height: 150px;
}

#basic_edit_customer .cont_inner .input_area ul li.mr0 {
  margin-right: 0;
}

#basic_edit_customer .cont_inner .input_area ul li:last-child {
  margin-bottom: 0;
}

#basic_edit_customer .cont_inner .input_area ul li.col-md-3 {
  width: 23.5%;
}

#basic_edit_customer .cont_inner .input_area ul li .post {
  width: 43%;
}

#basic_edit_customer .cont_inner .input_area ul li .post input {
  width: calc(100% - 65px);
  vertical-align: top;
}

#basic_edit_customer .cont_inner .input_area ul li .post .btn_post {
  width: 60px;
  font-size: 13px;
  float: none !important;
  margin-left: 0;
}

#basic_raw_material .card_list li {
  padding: 8px;
  text-align: left;
}

#basic_raw_material .card_list li label {
  line-height: 20px;
  color: #1f1f1f;
}

#basic_raw_material .card_list li h6 {
  text-align: center;
  padding: 3px 0 0;
}

.raw_material_popup {
  width: 700px;
}

.raw_material_popup .popup_content .search:after {
  display: block;
  content: '';
  clear: both;
}

.raw_material_popup .popup_content .search .form-group {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.mr0 {
  margin-right: 0 !important;
}

.raw_material_popup .popup_content .search .control-label {
  width: 60px;
}

.raw_material_popup .popup_content .search .input_box {
  width: calc(100% - 60px);
  padding-left: 0;
}

#basic_product .cont_inner {
  max-width: 1300px;
}

.form-group.select3 .input_box .select_wrap {
  display: inline-block;
  margin-right: 3px;
}

#basic_product .form-group.select3 .control-label {
  padding: 0;
  text-align: center;
}

#basic_edit_product .cont_inner {
  width: 1000px;
}

#basic_edit_product .cont_inner .input_area ul.product_basic_info li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 5px;
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li:last-child {
  margin-bottom: 0;
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li
  .control-label {
  width: 55px;
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li
  .input_box {
  width: calc(100% - 60px);
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li.form-group.select3 {
  width: 66%;
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li.form-group.select3
  .input_box:after {
  display: block;
  content: '';
  clear: both;
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li.form-group.select3
  .input_box
  .select_wrap {
  width: calc(33.5% - 3px);
  float: left;
}

#basic_edit_product
  .cont_inner
  .input_area
  ul.product_basic_info
  li.form-group.select3
  .input_box
  .select_wrap:last-child {
  margin-right: 0;
}

.unit-won {
  position: relative;
}

.unit-won input {
  padding-right: 20px;
  text-align: right;
}

.unit-won em {
  position: absolute;
  font-style: normal;
  font-size: 13px;
  right: 5px;
}

#basic_edit_product .tabmenus {
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

#basic_edit_product .tabmenus ul {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  top: -1px;
  border-bottom: 1px solid #1f1f1f;
}

#basic_edit_product .tabmenus ul li {
  display: inline-block;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  padding: 6px 20px;
  cursor: pointer;
  border-bottom: 1px solid #454545;
  background-color: #454545;
  color: #fff;
}

#basic_edit_product .tabmenus ul li.on {
  background-color: #fff;
  border: 1px solid #1f1f1f;
  border-bottom: 0;
  color: #1f1f1f;
  position: relative;
}

#basic_edit_product .tabmenus ul li.on:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.tab_area .tab {
  display: none;
}

.tab_area .tab.on {
  display: block;
}

#basic_edit_product .tab .table_area {
  width: calc(100% - 310px);
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

#basic_edit_product .tab .add_box {
  vertical-align: top;
  width: 300px;
  float: right;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}

#basic_edit_product .tab_area .tab .add_box H6 {
  margin-bottom: 10px;
  font-size: 17px;
}

#basic_edit_product .tab_area .tab .add_box ul li .control-label {
  width: 65px;
}

#basic_edit_product .tab_area .tab .add_box ul li {
  margin-bottom: 5px;
}

#basic_edit_product .tab_area .tab .add_box ul li:last-child {
  margin-bottom: 0;
}

#basic_product .cont_inner .table_area p {
  margin-bottom: 3px;
  font-size: 15px;
}

#basic_product .cont_inner .table_area p b {
  color: #5255d9;
}

#basic_customer_unit_price .card_list ul li {
  padding-top: 0px;
  cursor: pointer;
}

#basic_customer_unit_price .card_list ul li label {
  color: #1f1f1f;
}

#basic_customer_unit_price .card_list li h6 {
  padding-top: 0;
  font-size: 22px;
}

.section_wrap section.deposit_withdrawal {
  width: 535px;
}

.section_wrap section.deposit_withdrawal .search li a.btn {
  margin: 5px 0 0 2px;
}

#basic_account_card .card_list ul li {
  padding-top: 0px;
  cursor: pointer;
  height: 80px;
}

#basic_account_card .card_list ul li label {
  color: #1f1f1f;
  line-height: 20px;
  margin: 5px 0 0 10px;
  display: block;
  text-align: left;
}

#basic_account_card .card_list ul li h6 {
  padding-top: 0;
  font-size: 22px;
}

#basic_exchange_rate .cont_inner {
  max-width: 610px;
}

#basic_exchange_rate .cont_inner .table_area p {
  margin-bottom: 3px;
  font-size: 15px;
}

#basic_exchange_rate .cont_inner .table_area p b {
  color: #5255d9;
}
