@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,200,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*Noto+Sans+KR*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosub-eventanskr/v2/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype');
}
/* common */
* {
  box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: border-box;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  background: #fff;
  letter-spacing: -0.05em;
  word-break: keep-all;
  min-width: 1140px;
}
/*common*/
.brdno{
	border:0 none !important;
	text-align: center !important;
}
.tmg20{
	word-wrap:break-word;
}
.wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.wrap > header {
  display: table-row;
  height: 0;
}
.wrap > section > * {
  display: block;
}
.wrap > footer {
  display: table-row;
  height: 0;
}
.wrap > footer > * {
  display: block;
}
section {
  padding-bottom: 80px;
}
.sub-section {
  padding-top: 75px;
}
button, input, textarea, table {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
/*Back to top*/
#back-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  -ms-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  -o-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  background: #0047ff;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, opacity .5s, visibility .5s;
}
#back-to-top:before {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 25px;
  top: 50%;
  right: 29px;
  border-right: 2px solid #fff;
  transform-origin: 50% 0;
  margin-top: -10px;
}
#back-to-top:after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  right: 22px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg) translateY(-50%);
  transition: all .3s ease-in-out;
  transform-origin: 50% 0;
  margin-top: -1px;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#back-to-top-modal {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  -ms-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  -o-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  background: #0047ff;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, opacity .5s, visibility .5s;
}
#back-to-top-modal:before {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 25px;
  top: 50%;
  right: 29px;
  border-right: 2px solid #fff;
  transform-origin: 50% 0;
  margin-top: -10px;
}
#back-to-top-modal:after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  right: 22px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg) translateY(-50%);
  transition: all .3s ease-in-out;
  transform-origin: 50% 0;
  margin-top: -1px;
}
#back-to-top-modal.show {
  opacity: 1;
  visibility: visible;
}
/*text*/
.text-primary {
  color: #0047ff !important;
}
.text-bk {
  color: #222 !important;
}
.text-blue {
  color: #0246cf !important;
}
/*.text-red {
  color: #f7474e !important;
}*/
.text-red {
  color: #e60013 !important;
}
.text-dk-blue {
  color: #1d56a2 !important;
}
.text-dk-red {
  color: #c72228 !important;
}
.text-green {
  color: #57c40e !important;
}
.text-orange {
  color: #ff8400 !important;
}
.text-grey {
  color: #888 !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.bold-300 {
  font-weight: 300;
}
.bold-500 {
  font-weight: 500;
}
.bold-700 {
  font-weight: 700;
}
.bold {
  font-weight: bold;
}
/*padding*/
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-4 {
  padding-left: 4px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
/*margin*/
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 36px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.inline-block {
  display: inline-block;
}
/*checkbox, radio*/
.radiobox, .checkbox {
  position: relative;
  margin-left: 14px;
  font-family: '돋움', 'Dotum', 'Sans-serif';
}
.radiobox-label, .checkbox-label {
  cursor: pointer;
  color: #333;
  font-size: 12px;
  /*display: inline-block;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.radiobox input[type="radio"], .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: auto;
  z-index: -1;
}
.radiobox input[type="radio"] + .radiobox-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -1px;
  left: -9px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 8px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.radiobox input[type="radio"] + .radiobox-label:after {
  content: '';
  border: 2px solid #ccc;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: -14px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  left: 0;
  top: -2px;
  border-radius: 50%;
}
.radiobox input[type="radio"]:checked + .radiobox-label:before {
  background-color: #0047ff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radiobox input[type="radio"]:checked + .radiobox-label:after {
  border-color: #0047ff;
}
.radiobox input[type="radio"]:disabled + .radiobox-label:before{
  background-color: #c0c0c0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radiobox input[type="radio"]:disabled + .radiobox-label:after {
  border-color: #c0c0c0;
}
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  left: -10px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate( -45deg ) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate( -45deg ) scale(0, 0);
  z-index: 1;
  width: 0.65rem;
  height: 0.35rem;
  border: 2px solid #0047ff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox input[type="checkbox"] + .checkbox-label:after {
  content: '';
  border: 2px solid #ccc;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: -14px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  left: 0px;
  top: -2px;
  background-color: #fff;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  border-color: #fff;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:after {
  border-color: #0047ff;
  background-color: #0047ff;
}
.checkbox input[type="checkbox"]:disabled + .checkbox-label:after {
  border-color: #c0c0c0;
  background-color: #c0c0c0;
}
.check-chk {
  margin-left: 16px;
}
.check-chk input[type="checkbox"] + .checkbox-label:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.check-chk input[type="checkbox"]:checked + .checkbox-label:after {
  border-color: #0047ff;
  background-color: #0047ff;
}
.check-chk input[type="checkbox"] + .checkbox-label:before {
  top: 4px;
  left: -12px;
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  border: 2px solid #ccc;
  border-top-style: none;
  border-right-style: none;
}
.check-chk input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #fff;
}
.radio-chk {
  margin-left: 20px;
}
.radio-chk input[type="radio"] + .radiobox-label:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.radio-chk input[type="radio"]:checked + .radiobox-label:after {
  border-color: #0047ff;
  background-color: #0047ff;
}
.radio-chk input[type="radio"] + .radiobox-label:before {
  top: 4px;
  left: -12px;
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  border: 2px solid #ccc;
  border-top-style: none;
  border-right-style: none;
  z-index: 1;
  width: 0.6rem;
  height: 0.3rem;
  border-radius: 0;
  background-color: transparent;
}
.radio-chk input[type="radio"]:checked + .radiobox-label:before {
  border-color: #fff;
  background-color: transparent;
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
input[type="radio"], input[type="checkbox"] {
  border-bottom: 0;
}
/*input*/
input, textarea {
  width: 100%;
  background-color: transparent;
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}
input {
  padding: 0 10px;
}
input:focus, textarea:focus {
  border-color: #333;
  transition: all .3s;
}
textarea {
  font-size: 14px;
  overflow: hidden;
  display: block;
  padding: 10px;
}
input[readonly] {
  color: #777;
  cursor: default;
}
input[readonly]:focus {
  border-color: #ddd;
}
/*btn-area*/
button {
  background-color: transparent;
}
.btn-area {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-area button:nth-child(n+2) {
  margin-left: 6px;
}
.btn {
  font-weight: 500;
  border: 1px solid transparent;
  padding: 5px;
  width: 100%;
  border-radius: 0;
}
.btn-lg {
  font-size: 16px;
  height: 50px;
  max-width: 200px
}
.btn-md {
  font-size: 15px;
  height: 44px;
  max-width: 150px
}
.btn-max-w button {
  width: auto;
  max-width: 100%;
  padding: 0 20px;
}
.btn-sm {
  font-size: 13px;
  height: 36px;
  max-width: 105px
}
.btn-sm-super {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  height: 22px;
  width: auto;
  padding: 2px 5px;
}
.btn-primary {
  color: #fff;
  background-color: #0047ff;
}
.btn-primary:hover {
  background-color: #003cd9;
}
.btn-primary-outline {
  color: #0047ff;
  border-color: #0047ff;
}
.btn-primary-outline:hover {
  background-color: #e5ecff;
}
.btn-red-outline {
  color: #f7474e;
  border-color: #f7474e;
}
.btn-red-outline:hover {
  background-color: #feeced;
}
.btn-bk {
  color: #fff;
  background-color: #444;
}
.btn-bk:hover {
  background-color: #222;
}
.btn-bk-outline {
  color: #444;
  border-color: #444;
}
.btn-bk-outline:hover {
  background-color: #eaeaea;
}
.btn-grey {
  color: #666;
  background-color: #f0f0f0;
}
.btn-grey:hover {
  background-color: #e5e5e5;
}
.btn-grey-outline {
  color: #444;
  border-color: #ddd;
}
.btn-grey-outline:hover {
  border-color: #444;
}
.btn-light-grey-outline {
  color: #888;
  border-color: #aaa;
}
.btn-light-grey-outline:hover {
  background-color: #f2f2f2;
}
.btn-dk-red-outline {
  color: #c72228;
  border-color: #c72228;
  background-color: #fff;
}
/*.btn-dk-red-outline:hover {
  background-color: #f2f2f2;
}*/
.btn-dk-blue-outline {
  color: #095092;
  border-color: #095092;
  background-color: #fff;
}
/*.btn-dk-blue-outline:hover {
  background-color: #f2f2f2;
}*/
.btn-sm-super.btn-grey-outline:hover {
  color: #444;
  border-color: #444;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  height: 100%;
}
/*header*/
.header-wrap {
  width: 100%;
  background-color: #fff;
  height: 80px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.header {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1790px;
  margin: 0 auto;
  padding: 0 15px;
}
/*logo*/
.logo {
  width: 150px;
  height: 31px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
/*gnb*/
.gnb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 8;
}
.navbar {
  overflow: hidden;
  display: flex;
}
.navbar > a, .dropbtn > a, .header-login .dropbtn > a {
  font-size: 18px;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  color: #222;
  height: 80px;
  display: flex;
  align-items: center;
}
.header-login .dropbtn > a {
  font-size: 15px;
  color: #333;
}
.header-login .dropbtn > a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate( 45deg ) translateY(-50%);
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.navbar > a:hover, .dropbtn > a:hover {
  color: #0047ff;
}
.dropdown {
  overflow: hidden;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 8;
  border: 1px solid #eee;
  border-top: 2px solid #0047ff;
  margin-top: -1px;
  padding: 10px 0;
  top: 80px;
}
.header-login .dropdown-content {
  min-width: 136px;
}
.dropdown-content a {
  float: none;
  color: #666;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 15px;
}
.dropdown-content a:hover {
  background-color: #f5f6f7;
  color: #0047ff;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/*header-right*/
.header-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
.header-login {
  display: flex;
  align-items: center;
  padding-right: 85px;
}
.header-login a {
  display: block;
  padding: 10px;
  color: #666;
  font-size: 15px;
}
.header-login a:hover {
  color: #222;
}
/*btn-all-menu*/
.btn-all-open-wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #0047ff;
}
.btn-all-open-wrap:hover {
  background-color: #003cd9;
  transition: all .3s;
}
.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.btn-all-open {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.spinner-spin {
  width: 28px;
  height: 18px;
  position: relative;
}
.spinner-spin * {
  transition: all 0.3s;
  box-sizing: border-box;
}
.spinner-spin .spinner {
  position: absolute;
  height: 2px;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.sspinner-spin .diagonal.part-1 {
  position: relative;
  float: left;
}
.spinner-spin .horizontal {
  position: relative;
  float: left;
  margin-top: 7px;
}
.spinner-spin .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 5px;
}
.btn-all-area .active .btn-all-menu {
  height: 100%;
}
#btn-all-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: 0.5s;
}
.btn-all-area.active #btn-all-menu {
  height: 100%;
}
.btn-all-area.active .spinner-spin > .diagonal.part-1 {
  transform: rotate( 135deg );
  -webkit-transform: rotate( 135deg );
  margin-top: 10px;
}
.btn-all-area.active .spinner-spin > .horizontal {
  opacity: 0;
}
.btn-all-area.active .spinner-spin > .diagonal.part-2 {
  transform: rotate( -135deg );
  -webkit-transform: rotate( -135deg );
  margin-top: 0;
}
/*all-content-wrap*/
.all-content-wrap {
  padding-top: 80px;
  overflow: auto;
  height: 100%
}
.all-content {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  background: url("../images/bg-all-menu.png") repeat-y;
  display: flex;
}
.all-content a {
  display: block;
}
.btn-all-area .all-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  /*border-bottom: 1px solid #eee;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0047ff;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 0%;
  opacity: 0;
}
.btn-all-area.active .all-title {
  opacity: 1;
  height: 80px;
}
.all-menu-lg {
  font-size: 24px;
  font-weight: 500;
  color: #0047ff;
  width: 222px;
}
.all-menu-area {
  width: calc(100% - 222px);
  display: flex;
  flex-wrap: wrap;
}
.all-menu-area > div {
  width: 25%;
  padding: 0 15px;
}
.all-menu-area > div:nth-child(n+5) {
  padding-top: 25px;
}
.all-menu-ml a {
  font-size: 18px;
  color: #222;
  padding: 5px 0;
  font-weight: 500;
}
.all-menu-ml a:hover {
  color: #0047ff;
}
.all-menu-md a {
  font-size: 15px;
  color: #666;
  padding: 2px 0;
}
.all-menu-md a:hover {
  color: #222;
}
.all-menu-sm {
  margin-bottom: 12px;
}
.all-menu-sm a {
  font-size: 14px;
  color: #888;
  padding: 2px 0 2px 10px;
  font-weight: 300;
}
.all-menu-sm a:hover {
  color: #222;
}
.all-menu-sm a:before {
  content: '-';
  margin-right: 5px;
}
/*footer*/
.footer {
  padding: 30px 0;
  border-top: 1px solid #eee;
}
/*footer*/
.footer_asp {
  padding: 0x 0;
  border-top: 1px solid #eee;
}
.footer > .container {
  display: flex;
  justify-content: space-between;
}
.footer-info-wrap {
  display: flex;
}
.footer-logo {
  width: 126px;
  height: 49px;
  background-image: url("../images/logo-footer.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-info-area {
  padding-left: 50px;
}
.footer-title {
  font-size: 16px;
  font-weight: 500;
}
.footer-info {
  padding: 5px 0;
}
.footer-info ul {
  display: flex;
}
.footer-info li {
  font-size: 13px;
  color: #666;
}
.footer-info li:nth-child(n+2):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  margin: 0 8px;
}
.footer-copy {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0;
}
.footer-nav {
  display: flex;
}
.footer-nav a {
  color: #222;
}
.footer-nav li:nth-child(n+2):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  margin: 0 12px;
}
.footer-nav a:hover {
  color: #0040e5;
}
/*visual-area*/
.visual-area {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #1c3264;
}
.visual-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.visual-area:before {
  content: '';
  position: absolute;
  background-image: url("../images/img-visual-center.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  width: 337px;
  height: 400px;
  top: 0;
  left: 50%;
  margin-left: -168px;
}
.visual-area:after {
  content: '';
  position: absolute;
  background-image: url("../images/img-visual-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  width: 831px;
  height: 400px;
  top: 0;
  left: 0;
}
.visual-area > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.visual-text-area {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 40px;
}
.visual-text-wrap li {
  line-height: 1.3;
}
.main-login-area {
  background-color: #fff;
  width: 300px;
  height: 300px;
  margin-top: -40px;
}
.main-login-area > #login {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.login-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-header > button {
  width: 50%;
  height: 55px;
  font-size: 16px;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #eee;
}
.login-header > button.active {
  color: #0047ff;
  border-bottom: 0;
}
.login-header > button:nth-child(n+2) {
  border-left: 1px solid #eee;
}
.login-body {
  padding: 20px;
}
.login-input-area {
  position: relative;
  display: flex;
}
.login-input-wrap {
  width: calc(100% - 88px);
}
.login-input-wrap input {
  height: 44px;
  font-size: 16px;
}
.login-input-wrap input:nth-child(n+2) {
  margin-top: -1px;
}
.login-input-wrap input:focus {
  border-color: #ddd;
}
.login-btn-area {
  width: 88px;
  height: 87px;
}
.login-btn-area button {
  height: 100%;
}
.login-body-bottom-area {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.login-body-bottom-area .checkbox-label {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-size: 13px;
  color: #666;
}
/*.login-body-bottom-area .checkbox input[type="checkbox"] + .checkbox-label:before {
  top: -2px;
}*/
.login-body-bottom-area .checkbox input[type="checkbox"] + .checkbox-label:after {
  top: -1px;
}
.login-search-area {
  display: flex;
}
.login-search-area a {
  color: #888;
  font-size: 13px;
}
.login-search-area li:nth-child(n+2):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  margin: 0 8px;
}
.login-footer {
  padding: 20px;
  display: flex;
  width: 100%;
}
.login-footer button {
  max-width: 50%;
}
.login-footer button:nth-child(n+2) {
  margin-left: 6px;
}
/*main-login-user*/
.main-login-user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.login-user-img {
  background-image: url("../images/ic-login-user.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.main-login-user .login-body {
  height: calc(100% - 84px);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 30px;
}
.login-user {
  font-size: 26px;
  text-align: center;
  padding-top: 20px;
}
.login-user li {
  text-align: center;
}
.login-user li:first-child {
  font-weight: 700;
}
.login-user li:last-child {
  font-weight: 300;
}
/*main-bottom-area*/
.main-content > div:nth-child(2) {
  padding-top: 90px;
}
.main-content > div:nth-child(n+3) {
  padding-top: 50px;
}
.main-bottom-area {
  height: 80px;
  background-color: #fff;
  margin-top: -40px;
  z-index: 3;
  position: absolute;
  width: 100%;
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  max-width: 1110px;
}
.main-bottom-notice-area {
  font-size: 15px;
  color: #666;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-bottom-notice-area:before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url("../images/ic-notice.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.main-bottom-btn-area {
  display: flex;
  align-items: center;
}
.main-bottom-btn-area li:nth-child(n+2) {
  padding-left: 15px;
}
.main-bottom-btn-area a {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  background: linear-gradient(to top, #c1ffd3 60%, transparent 40%);
  display: inline-block;
  line-height: 1;
}
/*main-btn-area*/
.main-btn-area {
  display: flex;
}
.main-btn-area > ul {
  width: 25%;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
.main-btn-area > ul > li:first-child {
  font-size: 18px;
  font-weight: 500;
}
.main-btn-area > ul > li:last-child {
  color: #666;
  padding-top: 8px;
}
.main-btn-area > ul:hover > li:first-child {
  color: #0047ff;
  transition: all .3s;
}
.main-btn-area > ul:hover > li:first-child:after {
  border-color: #0047ff;
  transition: all .3s;
}
.main-btn-area > ul > li:first-child:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate( -45deg ) translateY(-50%);
  vertical-align: middle;
  margin: 3px 0 0 10px;
}
.main-btn-area > ul:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
/*main-btn-cus-area*/

.main-btn-cus-area > .row {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
}
.main-btn-cus-area > .row > div {
  padding: 0 15px;
}
.main-btn-cus-area > .row > div > div {
  height: 270px;
}
.main-btn-box-area {
  width: 66.6%;
}
.main-cus-area {
  width: 33.4%;
}
.main-btn-box-wrap {
  display: flex;
  padding: 0 30px;
  background-color: #f3f4f8;
}
.main-btn-box-wrap > div {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.main-btn-img {
  width: 110px;
  height: 110px;
}
.main-btn-img img {
  width: 100%;
}
.main-btn-title {
  font-size: 16px;
  padding-top: 15px;
}
.main-cus-wrap {
  border: 1px solid #ddd;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cus-title {
  font-size: 18px;
  font-weight: 500;
}
.cus-num {
  font-size: 30px;
  font-weight: 500;
}
.cus-info {
  color: #666;
}
.cus-download-area {
  border-top: 1px solid #eee;
  padding-top: 10px;
  display: flex;
}
.cus-download-area > div {
  width: 33.333333%;
  text-align: center;
}
.ic-download-circle {
  background-image: url("../images/ic-download-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}
.cus-download-area a {
  color: #222;
}
.cus-download-area > div:hover a {
  color: #0047ff;
}
/*main-board-area*/

.main-board-area > .row {
  display: flex;
  margin: 0 -15px;
}
.main-board-area > .row > div {
  padding: 0 15px;
  width: 33.333333%;
}
.board-title-area {
  position: relative;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}
.board-title-area li:first-child {
  font-size: 18px;
  font-weight: 500;
}
.btn-plus {
  height: 28px;
  width: 28px;
  display: block;
  background-color: transparent;
  border: 1px solid #ccc;
  position: relative;
}
.btn-plus:before, .btn-plus:after {
  content: '';
  height: 2px;
  width: 14px;
  display: block;
  background: #666;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  left: 6px;
}
.btn-plus:after {
  height: 14px;
  width: 2px;
  top: 6px;
  left: 12px;
}
.board-content-area {
  padding-top: 10px;
}
.board-content-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
}
.board-content-area ul li:first-child {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-content-area ul li:first-child:before {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  background-color: #666;
  margin-right: 5px;
  margin-top: -2px;
}
.board-content-area ul:hover li:first-child {
  color: #222;
  transition: all .3s;
  text-decoration: underline !important;
}
.date-set-board ul li:first-child {
  width: calc(100% - 60px);
}
.date-set-board ul li:last-child {
  color: #999;
  font-size: 12px;
  width: 60px;
  text-align: right;
}
/*modal*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .7);
  z-index: 9999;
  overflow: auto;
}
.layer {
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.layer .layer-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 0;
  padding: 60px 15px;
  width: 100%;
}
.modal-inner {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}
.modal-sm {
  max-width: 500px;
}
.modal-md {
  max-width: 700px;
}
.modal-lg {
  max-width: 900px;
}
.modal-lg-super {
  max-width: 1500px;
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
}
.modal-close:after, .modal-close:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #aaa;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: 9px 0 0 0;
  top: 0;
}
.modal-close:before, .gift-modal-close:before {
  transform: rotate(-45deg);
}
.modal-content {
  min-height: 100px;
  padding-top: 10px;
}
.modal-content p:nth-child(n+2) {
  padding-top: 5px;
}
.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.modal-footer.btn-half {
  display: flex;
}
.modal-footer.btn-half button {
  width: 50%;
}
.modal .header-title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
/*modal-icon*/
.ic-error, .ic-infotip, .ic-check {
  margin-bottom: 20px;
}
.ic-error, .ic-infotip, .ic-check {
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid #ff5454;
}
.ic-error:before, .ic-error:after {
  content: '';
  height: 4px;
  width: 30px;
  display: block;
  background: #ff5454;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 24px;
  left: 11px;
  transform: rotate( -45deg );
  -webkit-transform: rotate( -45deg );
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.ic-error:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.ic-infotip {
  border-color: #ff9d2a;
}
.ic-infotip:after {
  content: '!';
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: 21px;
  color: #ff9d2a;
}
.ic-check {
  border-color: #5298f9;
}
.ic-check:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 18px;
  left: 15px;
  width: 21px;
  height: 12px;
  border: 4px solid #5298f9;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate( -45deg );
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate( -45deg );
}
.modal-basic-area {
  width: 100%;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.basic-text {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.basic-text-info {
  font-size: 15px;
  color: #666;
  padding-top: 5px;
  text-align: center;
  line-height: 1.5;
}
/*ui-area*/
.ui-area {
  width: 100%;
}
.ui-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.ui-area .btn-area {
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
}
.ui-area > div:nth-child(n+2) {
  padding-top: 40px;
}
/*location*/
.location-text {
  font-size: 15px;
  padding: 5px 0 15px;
}
.location-text ul {
  display: flex;
  align-items: center;
}
.location-text ul:nth-child(n+2) {
  padding-top: 5px;
}
.location-text li:first-child {
  width: 20px;
}
.location-text img {
  width: 100%;
}
.location-text li:last-child {
  padding-left: 15px;
}
.location-text ul:last-child li:last-child {
  letter-spacing: 0;
}
.map-area, .map-area iframe {
  width: 100%;
  height: 400px;
}

/* iframe 상세메뉴 선택시 간격 */
#divMenuDOCU{
	left: 200px !important;
}
#divMenuSCAB{
	left: 200px !important;
}
#divMenuPCAB{
	left: 200px !important;
}
#divMenuADMN{
	left: 200px !important;
}

/*privacy-area*/
.privacy-area {
  max-height: 500px;
  overflow-y: auto;
  font-size: 13px;
}
.privacy-area p {
  color: #666;
}
.privacy-link-area {
  padding: 15px 0;
}
.privacy-link-title {
  font-weight: 500;
  padding-bottom: 10px;
}
.privacy-link-text a {
  color: #1d56a2;
}
.privacy-content-area > div:nth-child(n+2) {
  padding-top: 15px;
}
.privacy-content-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  padding: 5px 10px;
}
.privacy-content-title-area li {
  position: relative;
}
.privacy-content-title-area > li:first-child {
  font-weight: 500;
}
.privacy-content-title-area > a {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background-color: #999;
  position: relative;
}
.privacy-content-title-area > a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate( -135deg ) translateY(-50%);
  vertical-align: middle;
  margin: 3px 0 0 10px;
  position: absolute;
  top: 5px;
  left: 1px;
}
/*main-mypage-area*/
.main-mypage-area > .row {
  display: flex;
  margin: 0 -14px;
}
.main-mypage-area > .row > div {
  padding: 0 14px;
}
.main-mypage-area > .row > div:first-child {
  width: calc(100% - 270px);
}
.main-mypage-area > .row > div:last-child {
  width: 270px;
}
.main-mypage-area > .row > div:last-child > div {
  height: 260px;
}
.my-state-box-area > .row {
  display: flex;
  margin: 0 -14px;
}
.my-state-box-area > .row > div {
  padding: 0 14px;
  width: 50%;
}
.my-state-box-area > .row > div > div {
  border: 1px solid #ddd;
  height: 260px;
}
/*tab*/

input[name="tabs"] {
  display: none;
}
input[name="tabs"]#tab-1:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1) {
  color: #222;
  border-bottom-color: transparent;
  border-top-color: #222;
  font-weight: 500;
}
input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1):after {
  width: calc(100% - 0px);
  transition: .3s;
}
input[name="tabs"]#tab-2:checked ~ .content > .tab:nth-of-type(2) {
  display: inline-block;
}
input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2) {
  color: #222;
  border-bottom-color: transparent;
  border-top-color: #222;
  font-weight: 500;
}
input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2):after {
  width: calc(100% - 0px);
  transition: .3s;
}
.tabs {
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  display: flex;
  background: #fff;
  width: 100%;/*justify-content: center;*/
}
.tabs label {
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  color: #999;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid transparent;
  min-width: 118px;
  padding: 0 15px;
}
.tabs label:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
.tab-box .tab {
  display: none;
  width: 100%;
}
.my-state-area .tabs label {
  width: 50%;
}
.my-state-area .tab {
  padding: 30px;
}
.my-state-area .tab > .row {
  display: flex;
  margin: 0 -14px;
}
.my-state-area .tab > .row > div {
  width: 50%;
  padding: 0 14px;
}
.my-state-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
}
.my-state-red .my-state-title {
  color: #e60013;
  border-bottom: 2px solid #e60013;
}
.my-state-blue .my-state-title {
  color: #0246cf;
  border-bottom: 2px solid #0246cf;
}
.my-state-content {
  padding-top: 10px;
}
.my-state-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-state-content ul:nth-child(n+2) {
  padding-top: 5px;
}
.my-state-content li {
  font-size: 15px;
  color: #666;
}
.my-state-content a {
  color: #666;
}
.my-state-content span {
  padding-right: 3px;
  font-weight: 500;
}
.my-state-red span {
  color: #e60013;
}
.my-state-blue span {
  color: #0246cf;
}
.my-state-content a:hover span {
  text-decoration: underline !important;
}
/*my-charge-area*/
.my-charge-area {
  padding: 20px 30px 30px 30px;
}
.my-charge-title {
  font-size: 16px;
  font-weight: 500;
}
.my-charge-content {
  padding-top: 19px;
}
.my-charge-content > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-charge-content > ul:nth-child(n+2) {
  padding-top: 10px;
}
.my-charge-content > ul > li:first-child {
  font-size: 15px;
  color: #666;
}
.my-charge-content > ul > li:last-child {
  font-size: 15px;
  text-align: right;
}
.charge-num {
  font-size: 24px !important;
  color: #0047ff;
}
.charge-num span {
  padding-right: 5px;
}
.charge-date {
  color: #999;
  font-size: 12px;
  display: block;
}
.flex-start {
  align-items: flex-start !important;
}
.charge-list-wrap {
  display: flex;
}
.charge-list:nth-child(n+2):before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ddd;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px;
}
.charge-list > span:last-child {
  font-weight: 500;
  color: #0047ff;
}
.my-charge-area .btn-area {
  padding-top: 20px;
}
/*my-btn-area*/
.my-btn-area > div {
  height: 125px;
  border: 1px solid #444;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.my-btn-area > div:last-child {
  margin-top: 10px;
}
.my-btn-img {
  width: 80px;
  height: 80px;
}
.my-btn-img img {
  width: 100%;
}
.my-btn-text {
  font-size: 18px;
  font-weight: 500;
  width: calc(100% - 80px);
  padding-left: 15px;
}
.my-btn-area > div:hover .my-btn-text {
  color: #0047ff;
  transition: all .3s;
}
/*quick-area*/

.quick-area {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  z-index: 8;
}
.quick-area > ul {
  background-color: rgba(0,0,0,.8);
  height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quick-area > ul:nth-child(n+2) {
  border-top: 1px solid rgba(255,255,255,.1);
}
.quick-area > ul > li {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  color: #fff;
}
.ic-quick {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.ic-quick-sendbill {
  background-image: url("../images/ic-quick-sendbill.png");
}
.ic-quick-control {
  background-image: url("../images/ic-quick-control.png");
}
.ic-quick-certified {
  background-image: url("../images/ic-quick-certified.png");
}
.ic-quick-talk {
  background-image: url("../images/ic-quick-talk.png");
}
.quick-area > ul:hover > li {
  color: #00b4ff;
  transition: all .3s;
}
.quick-area > ul:hover .ic-quick-sendbill {
  background-image: url("../images/ic-quick-sendbill-active.png");
}
.quick-area > ul:hover .ic-quick-control {
  background-image: url("../images/ic-quick-control-active.png");
}
.quick-area > ul:hover .ic-quick-certified {
  background-image: url("../images/ic-quick-certified-active.png");
}
.quick-area > ul:hover .ic-quick-talk {
  background-image: url("../images/ic-quick-talk-active.png");
}

@media screen and (max-width: 1140px) {
.quick-area {
  display: none;
}
}
/*sub-section*/
.sub-section .container {
  display: flex;
}
.lnb-area {
  width: 240px;
}
.content-area {
  width: calc(100% - 240px);
  padding-left: 40px;
}
/*lnb*/

.asplnb{display:inline-block;float:left;overflow:hidden;height:auto;width:700px;margin:0px;text-align:center;}
.asplnb li{display:inline-block;float:left;text-indent:-1000px;font-size:0;}
.asplnb li a{display:block;height:37px;background-position:0 0;background-repeat:no-repeat;}
.asplnb li a:hover{background-position:0 -37px;}
.asplnb li a.on{background-position:0 -37px;}
.asplnb li a.menu01{width:92px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu01.gif);}
.asplnb li a.menu02{width:74px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu02.gif);}
.asplnb li a.menu03{width:74px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu03.gif);}
.asplnb li a.menu04{width:85px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu04.gif);}
.asplnb li a.menu05{width:99px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu05.gif);}
.asplnb li a.menu06{width:100px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu06.gif);}
.asplnb li a.menu07{width:100px;background-image:url(/jsp/netmania/sendbill/frame/images/menu/lnb_menu07.gif);}

.lnb-title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}
.lnb-menu-area {
  border-top: 2px solid #444;
}
/*lnb-acd*/
.lnb-acd {
  width: 100%;
}
.lnb-acd .link a, .lnb-acd .link {
  cursor: pointer;
  color: #555;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.lnb-acd .active .link, .lnb-acd .active .link a {
  color: #0047ff;
}
.lnb-acd span {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 11px;
  height: 11px;
}
.lnb-acd .down-ic:before, .lnb-acd .down-ic:after {
  content: '';
  height: 1px;
  width: 11px;
  display: block;
  background: #999;
  position: absolute;
  top: 5px;
  left: 0px;
}
.lnb-acd .down-ic:after {
  height: 11px;
  width: 1px;
  top: 0;
  left: 5px;
}
.lnb-acd .open span.down-ic:after {
  display: none;
}
.lnb-acd .active .down-ic:after {
  display: none;
}
.lnb-acd .active.open .down-ic:after {
  display: block;
}
.lnb-acd .active .submenu {
  display: block;
}
.lnb-acd .submenu {
  display: none;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.lnb-acd .submenu a {
  display: block;
  text-decoration: none;
  color: #888;
  padding: 3px 0 3px 15px;
  font-size: 14px;
}
.submenu li.active a {
  color: #0047ff;
}
.lnb-acd .submenu a:hover {
  text-decoration: underline !important;
}
/*lnb-area main-cus-wrap*/
.lnb-area .main-cus-wrap {
  padding: 15px 15px 10px;
  margin-top: 15px;
}
.lnb-area .cus-title {
  font-size: 15px;
}
.lnb-area .cus-num {
  font-size: 26px;
}
.lnb-area .cus-info {
  font-size: 13px;
}
.cus-quick-area {
  padding-top: 10px;
}
.cus-quick-area li a {
  color: #606d90;
  padding: 8px 0;
  display: block;
  font-size: 15px;
  border-top: 1px dashed #ddd;
}
.ic-lnb-cus:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-top: -2px;
}
.ic-lnb-cus.ic-edit:before {
  background-image: url("../images/ic-lnb-cus-edit.png");
}
.ic-lnb-cus.ic-list:before {
  background-image: url("../images/ic-lnb-cus-list.png");
}
.cus-quick-area li a:hover.ic-lnb-cus.ic-edit:before {
  background-image: url("../images/ic-lnb-cus-edit-active.png");
}
.cus-quick-area li a:hover.ic-lnb-cus.ic-list:before {
  background-image: url("../images/ic-lnb-cus-list-active.png");
}
.cus-quick-area li a:hover {
  color: #0047ff;
}
/*content-header-area*/
.content-header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.header-title {
  font-size: 26px;
  font-weight: 500;
}
.header-info-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-info-area .ic-header-info {
  font-size: 15px;
  color: #606d90;
  cursor: pointer;
}
.header-info-area > li:nth-child(n+2) {
  padding-left: 20px;
}
.ic-header-info:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-top: -4px;
}
.ic-header-info.ic-tip:before {
  background-image: url("../images/ic-tip.png");
}
.ic-header-info.ic-info:before {
  background-image: url("../images/ic-info.png");
}
.header-info-area .ic-header-info:hover.ic-tip:before {
  background-image: url("../images/ic-tip-active.png");
}
.header-info-area .ic-header-info:hover.ic-info:before {
  background-image: url("../images/ic-info-active.png");
}
.header-info-area .ic-header-info:hover {
  color: #0047ff;
  transition: all .3s;
}
/*tool tip*/

.tooltip a[data-role="popover"], .tooltip a[data-role="popover2"] {
  display: inline-block;
}
.popover-modal .popover-body {
  overflow: hidden;
  padding: 1em;
}
.popover-modal:after {
  display: inline-block;
  content: ""
}
.popover-wrapper {
/*position: relative*/
}
.popover-modal {
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 300px;
  max-width: 500px;
  margin-top: 10px;
  background-color: #444;
  color: #fff;
  right: 0;
}
.popover-wrapper.open .popover-modal {
  display: block;
}
.popover-wrapper.open .btn-dropdown {
  outline: 0
}
.popover-modal:after {
  position: absolute;
  top: -14px;
  right: 145px;
  border: 7px solid transparent;
  border-bottom-color: #444;
}
.popover-modal .popover-body {
  margin: 0;
  padding: 15px;
  max-height: 300px;
  overflow: auto;
}
.tip-title {
  font-size: 16px;
}
.tip-content {
  padding-top: 10px;
}
.tip-content li {
  font-size: 12px;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  color: #ddd;
  list-style-position: inside;
  text-indent: -.8em;
  padding: 2px 0 2px .8em;
}
.tip-content li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #ddd;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
/*guide*/

.guide-header a {
  font-size: 15px;
  color: #1d56a2;
  height: 40px;
  background-color: #f6f8fc;
  border-bottom: 1px dashed #d5d8dc;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.guide-header a:hover {
  color: #0047ff;
}
.guide-wrap {
  padding-top: 30px;
}
.guide-text-title {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
}
.guide-text-lg {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 500;
}
.guide-text ul {
  display: flex;
}
.guide-text ul:nth-child(n+2) {
  padding-top: 8px;
}
.guide-text li {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  color: #666;
}
.guide-num {
  font-size: 11px !important;
  color: #fff !important;
  width: 16px;
  height: 16px;
  background-color: #0047ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.guide-text li:last-child {
  width: calc(100% - 16px);
  padding-left: 8px;
}
.guide-text li span {
  padding-top: 3px;
  display: block;
}
.guide-img {
  padding-top: 15px;
}
.guide-img img {
  max-width: 100%;
  min-width: auto;
}
/*link-tab-area*/
.link-tab-area {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.link-tab-area:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 45px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.link-tab-area a {
  font-size: 14px;
  color: #888;
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}
.link-tab-area li:nth-child(n+2) a {
  border-left: 0;
}
.link-tab-area a.active {
  color: #0047ff;
  border-top: 2px solid #0047ff;
  border-bottom-color: #fff;
}
.link-tab-area a:hover {
  color: #222;
}
.link-tab-area a:hover.active {
  color: #0047ff;
}
.link-tab-area.tab-7 > li {
  width: 14.2857%;
}
.link-tab-area.tab-7 > li a {
  padding: 0;
}
.link-tab-area.tab-8 > li {
  min-width: 12.5%;
}
.link-tab-area.tab-8 > li a {
  padding: 0;
}
.link-tab-area > li {
  min-width: 118px;
}
/*accordion*/

.accordion {
  width: 100%;
  position: relative;
}
.accordion .link {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
.accordion .link .down-ic {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 42px;
  height: 22px;
  border: 1px solid #ddd;
  display: block;
  cursor: pointer;
  border-top: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.accordion .down-ic:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50% 0;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: 1px;
}
.accordion.open .down-ic:before {
  transform: rotate(-135deg) translateY(-50%);
  margin-left: -4px;
}
.more {
  display: none;
}
.acd-title {
  width: calc(100% - 30px);
  font-weight: 700;
  font-size: 24px;
}
/*table*/
table {
  width: 100%;
  border-top: 1px solid #444;
  word-break:break-all;
}
th, td {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  height: 44px;
  font-size: 12px;
  letter-spacing: 0;
  padding: 6px 3px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
th {
  color: #222;
  font-weight: bold;
  background-color: #f5f5f5;
}
td {
  color: #666;
}
.b-r-1 {
  border-right: 1px solid #ddd;
}
.b-t-0 {
  border-top: 0;
}
.b-0 {
  border:none 0px;
}

.table-check-area {
/*  width: 100%;
  display: inline-block;*/
}
.table-check-area > div, .table-check-nth > div {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  float: left;
}
.table-check-nth {
  margin-top: -3px;
}
.table-check-nth > div {
  width: 33.333333%;
}
.table-check-area > div:last-child, .table-check-nth > div:last-child {
  padding-right: 0;
}
table button {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  color: #666;
}
.table-check-nth-area > div:first-child {
  width: 100px;
}
.table-check-nth-area > div:last-child {
  width: calc(100% - 100px);
}
.table-center td, .table-center th {
  text-align: center;
}
tfoot td {
  color: #222;
  background-color: #fffdeb;
  border-left: 1px solid #ddd;
}
tfoot td:first-child {
  border-left: 0;
}
/*box-table*/
.box-table table {
  border: 1px solid #ddd;
}
.box-table th, .box-table td {
  border-left: 1px solid #ddd;
}
.more > .box-table table {
  border-top: 0;
}
.box-table.b-t-1 table {
  border-top-color: #444;
}
/*search-area*/
.btn-search, .btn-hit {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
}
.btn-search:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ic-search-wh.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: -1px 5px 0 0;
}
.chosen-container-single .chosen-single div b {
  position: absolute;
  width: 8px;
  height: 5px;
  /* border-bottom: 2px solid #444;
  border-right: 2px solid #444;*/
  transform: translate(-50%, -50%);
  background-image: url("../images/ic-arrow-down.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
}
.table-select .chosen-container-single .chosen-single span {
  color: #222;
  font-size: 12px;
}
.table-select .chosen-container .chosen-results li {
  font-size: 12px;
}
.td-area > .row {
  margin: 0 -3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.td-area > .row > div {
  padding: 0 3px;
}
.table-input input {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  height: 30px;
  padding: 3px 8px;
  font-size: 12px;
  letter-spacing: normal;
}
.min-w-100 .chosen-container {
  min-width: 100%;
}
/*table-btn-area*/
.table-btn-area {
  display: flex;
  align-items: center;
}
.table-btn-area button {
  min-width: 65px;
  max-width: 200px;
  width: auto;
  padding: 5px 8px;
}
.table-btn-area button:nth-child(n+2) {
  margin-left: 6px;
}
.btn-ic:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -2px 3px 0 0;
}
.btn-ic.ic-plus:before {
  background-image: url("../images/ic-plus.png");
}
.btn-ic.ic-right:before {
  background-image: url("../images/ic-right.png");
}
.btn-ic.ic-checking:before {
  background-image: url("../images/ic-checking.png");
}
.btn-ic.ic-up:before {
  background-image: url("../images/ic-up.png");
}
.btn-ic.ic-down:before {
  background-image: url("../images/ic-down.png");
}
.btn-ic.ic-mail:before {
  background-image: url("../images/ic-mail.png");
}
.btn-ic.ic-delete:before {
  background-image: url("../images/ic-delete.png");
}
.btn-ic.ic-cancel:before {
  background-image: url("../images/ic-cancel.png");
}
.btn-ic.ic-left:before {
  background-image: url("../images/ic-left.png");
}
.btn-ic.ic-ready-left:before {
  background-image: url("../images/ic-ready-left.png");
}
.btn-ic.ic-ban:before {
  background-image: url("../images/ic-ban.png");
}
.btn-ic.ic-excel:before {
  background-image: url("../images/ic-excel.png");
}
.btn-ic.ic-folder:before {
  background-image: url("../images/ic-folder.png");
}
.btn-ic.ic-xml:before {
  background-image: url("../images/ic-xml.png");
}
.btn-ic.ic-price:before {
  background-image: url("../images/ic-price.png");
}
.btn-ic.ic-ready-right:before {
  background-image: url("../images/ic-ready-right.png");
}
.btn-ic.ic-view:before {
  background-image: url("../images/ic-view.png");
}
.btn-ic.ic-edit:before {
  background-image: url("../images/ic-edit.png");
}
.btn-ic.ic-refresh:before {
  background-image: url("../images/ic-refresh.png");
}
.btn-ic.ic-save:before {
  background-image: url("../images/ic-save.png");
}
.btn-ic.ic-copy:before {
  background-image: url("../images/ic-copy.png");
}
.btn-ic.ic-print:before {
  background-image: url("../images/ic-print.png");
}
.btn-ic.ic-print-red:before {
  background-image: url("../images/ic-print-red.png");
}
.btn-ic.ic-print-blue:before {
  background-image: url("../images/ic-print-blue.png");
}
.btn-ic.ic-hometax:before {
  background-image: url("../images/ic-hometax.png");
}
.btn-cert:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -2px 6px 0 0;
}
.btn-cert.ic-certified:before {
  background-image: url("../images/ic-type-certified.png");
}
/*only-check*/
.only-check {
  display: flex;
  justify-content: center;
}
.only-check .radiobox, .only-check .checkbox {
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0;
}
.only-check .checkbox input[type="checkbox"] + .checkbox-label:after {
  position: relative;
}
.only-check .radiobox input[type="radio"], .only-check .checkbox input[type="checkbox"] {
  padding: 0;
}
.only-check .checkbox input[type="checkbox"] + .checkbox-label:after {
  margin-left: 0;
  /* width: 20px;
  height: 20px;*/
  position: absolute;
  top: 0;
  left: 0;
}
.only-check .radiobox-label, .only-check .checkbox-label {
  margin-left: 0;
}
.only-check .checkbox input[type="checkbox"] + .checkbox-label:before {
  top: 4px;
  left: 4px;
}
/*table-btn-sm-area*/
.table-btn-sm-area {
  display: flex;
  justify-content: center;
}
.table-btn-sm-area button {
  width: 40px;
  height: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
}
.table-btn-sm-area button:nth-child(n+2) {
  margin-left: 3px;
}
/*line-table*/
.hover-table tr:hover {
  background-color: #f9f9f9;
}
.link-table td:hover {
  cursor: pointer;
}
.table-header-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.table-total-num {
  font-size: 18px;
}
.table-total-num span {
  font-weight: 500;
  color: #0047ff;
  padding-left: 5px;
}
.table-footer-area {
  position: relative;
  padding-top: 35px;
}
.table-total-page {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 15px;
  text-align: left;
}
.table-total-page span {
  color: #0047ff;
  padding-left: 3px;
  font-weight: bold;
}
.table-total-page-modal {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: right;
}
.table-total-page-modal span {
  color: #0047ff;
  padding-left: 3px;
  font-weight: bold;
}
/*table-fixed*/
.table-fixed table {
  table-layout: fixed;
}
.table-fixed-wordwrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
  word-wrap:break-word;
}
/*td-fixed*/
.td-table table td:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
/*tab-box-primary*/

.tab-box-primary .tabs label {
  font-size: 14px;
  color: #888;
  height: 45px;
  border: 1px solid #ddd;
  padding-top: 1px;
}
.tab-box-primary .tabs:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 45px;
}
.tab-box-primary .tabs label:nth-child(n+2) {
  border-left: 0 !important;
}
.label-w-fix .tabs label {
  min-width: 140px;
}
.tab-box-primary input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1) {
  color: #0047ff;
  border-top: 2px solid #0047ff;
  font-weight: normal;
}
.tab-box-primary input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2) {
  color: #0047ff;
  border-top: 2px solid #0047ff;
  font-weight: normal;
}
/* pagenation*/

.pagenation {
  text-align: center;
  position: relative;
}
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenation li {
  float: left;
  position: relative;
  line-height: 1.5;
}
.pagenation li.active {
  color: #333;
  display: block;
  padding: 6px 3px 8px;
  font-size: 12px;
  border: 1px solid #333;
  width: 32px;
  height: 30px;
  z-index: 9;
  margin-left: -1px;
  font-weight: 500;
}
.pagenation li a {
  color: #aaa;
  display: block;
  padding: 6px 3px 8px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  width: 32px;
  height: 30px;
  margin-left: -1px;
  background: #fff;
}
.prev a:before, .prev-double a:before, .next a:before, .next-double a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.prev-double a:before {
  background-image: url(../images/ic-page-left-double.png);
}
.prev a:before {
  background-image: url(../images/ic-page-left.png);
}
.next-double a:before {
  background-image: url(../images/ic-page-right-double.png);
}
.next a:before {
  background-image: url(../images/ic-page-right.png);
}
/*flex*/
.flex {
  display: flex !important;
}
.flex-start {
  justify-content: flex-start !important;
}
.flex-end {
  justify-content: flex-end !important;
}
.items-flex-end {
  align-items: flex-end !important;
}
/*info-edit-area*/
.info-edit-area {
}
.info-edit-title-area {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.info-edit-title-info-text {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  color: #888;
}
.info-edit-title-info-text span {
  padding-right: 5px;
  color: #f7474e;
  font-weight: 700;
}
.info-edit-content-area {
  padding: 30px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;/*display: flex;
  justify-content: center;*/
}
.info-edit-content-wrap {
  width: 530px;
  margin: 0 auto;
}
.input-set-area {
  display: flex;
}
.input-set-area:nth-child(n+2) {
  padding-top: 10px;
}
.input-title {
  width: 130px;
  font-size: 15px;
  color: #666;
  padding-top: 10px;
}
.input-title span {
  padding-left: 5px;
  color: #f7474e;
  font-weight: 700;
}
.input-area {
  width: calc(100% - 130px);
  font-size: 15px;
}
.info-edit-content-wrap input {
  height: 35px;
}
.input-num-area {
  display: flex;
  align-items: center;
}
.input-num-area > span {
  width: 22px;
  text-align: center;
}
.input-num-area .chosen-container-single .chosen-single {
  height: 35px;
  line-height: 35px;
}
.input-num-area .chosen-container {
  min-width: 110px;
}
.input-info {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  color: #f7474e;
  font-size: 11px;
  padding-top: 4px;
}
/*input-add-area*/

.input-add-area > div:nth-child(n+2) {
  padding-top: 3px;
}
.input-btn-set-area {
  display: flex;
  align-items: center;
}
.input-btn-set-area button {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  width: 65px;
  height: 35px;
  font-size: 11px;
}
.input-btn-set-area input {
  width: calc(100% - 65px);
}
.info-edit-content-wrap .half {
  display: flex;
  margin: 0 -20px;
}
.info-edit-content-wrap .half > div {
  width: 50%;
  padding: 0 20px;
}
.info-edit-content-wrap .half > div:nth-child(n+2) {
  border-left: 1px dashed #ddd;
}
.info-edit-content-wrap .half .input-title {
  width: 100px;
  font-size: 13px;
}
.info-edit-content-wrap .half .input-area {
  width: calc(100% - 100px);
  font-size: 13px;
}
/*info-edit-content-view-area*/
.info-edit-content-view-area .input-title {
  padding-top: 0;
}
/*exceladd-area*/
input[name="exceladd"] {
  display: none;
}
input[name="exceladd"]#mgnt:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
input[name="exceladd"]#mgnt:checked ~ .tabs label:nth-child(1) {
  color: #222;
  border-bottom-color: transparent;
  border-top: 2px solid #0047ff;
  font-weight: 500;
}
input[name="exceladd"]#mgnt:checked ~ .tabs label:nth-child(1):after {
  width: calc(100% - 0px);
  transition: .3s;
}
input[name="exceladd"]#upload:checked ~ .content > .tab:nth-of-type(2) {
  display: inline-block;
}
input[name="exceladd"]#upload:checked ~ .tabs label:nth-child(2) {
  color: #222;
  border-bottom-color: transparent;
  border-top: 2px solid #0047ff;
  font-weight: 500;
}
input[name="exceladd"]#upload:checked ~ .tabs label:nth-child(2):after {
  width: calc(100% - 0px);
  transition: .3s;
}
/*input-file*/
.input-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.input-file input {
  /*width: calc(100% - 65px);
  letter-spacing: 0;
  */
  border-right: 0;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  height: 30px;
}
.btn-file {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  width: 65px;
  height: 30px;
  font-size: 11px;
}
.btn-clear {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  width: 65px;
  height: 30px;
  font-size: 11px;
}
/*info-box-area*/
.info-box-area {
  background-color: #f5f6f7;
  padding: 15px;
}
.info-box-area ul:nth-child(n+2) {
  padding-top: 5px;
}
.info-box-area li {
  font-size: 11px;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  color: #666;
  list-style-position: inside;
  text-indent: -.7em;
  padding: 2px 0 2px .8em;
  letter-spacing: -0.02em;
}
.info-box-area li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #666;
  margin-right: 5px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}
.info-box-area li.p-l-10 {
  text-indent: 0;
  padding: 0;
}
.info-box-area li.p-l-10:before {
  display: none;
}
.info-box-area.bg-none {
  padding: 0;
  background-color: transparent;
}
/*content-section-wrap*/
.section-title-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 8px;
}
.section-title {
  font-size: 18px;
  font-weight: 500;
}
.section-title:before {
  content: '';
  width: 3px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-color: #0047ff;
  margin-right: 5px;
  margin-top: -2px;
}
.section-title-info {
  font-size: 13px;
  color: #999;
  padding-left: 5px;
  font-weight: normal;
}
/*radio-block-area*/
.radio-block-area {
/* display: inline-block;*/
}
.radio-block-area > div:nth-child(n+2) {
  padding-top: 10px;
}
/*bill-table*/
.bill-table {
  position: relative;
}
.bill-table-title {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 0 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
}
.bill-table-title span {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
  letter-spacing: 0;
}
.bill-table table {
  border: 2px solid #444;
}
.bill-table table.b-t-0 {
  border-top: 0;
}
.bill-table th, .bill-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 30px;
  padding: 3px 6px;
}
.bill-table th {
  background-color: #f3f3f3;
  font-weight: normal;
  text-align: center;
}
.bill-table td {
  color: #333;
}
.bill-table .bold {
  font-weight: bold;
  background-color: #ddd;
  text-align: center;
}
.bill-table .b-t-dk {
  border-bottom-color: #444;
}
.bill-table .b-b-dk {
  border-bottom-color: #444;
}
.bill-table .b-l-dk {
  border-left-color: #444;
}
.bill-table .b-r-dk {
  border-right-color: #444;
}
.bill-table input {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
}
.bill-per-info {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  color: #555;
}
.bill-per-info:before {
  content: '<';
}
.bill-per-info:after {
  content: '>';
}
.sub-bill-table table {
  border: 1px solid #ccc;
}
.bill-table .btn-plus {
  height: 22px;
  width: 22px;
  display: block;
  background-color: #484848;
  border: 1px solid transparent;
  position: relative;
  margin: 0 auto;
}
.bill-table .btn-plus:before, .bill-table .btn-plus:after {
  background: #fff;
}
.bill-table .btn-plus:before {
  width: 11px;
  top: 9px;
  left: 5px;
}
.bill-table .btn-plus:after {
  height: 11px;
  top: 5px;
  left: 9px;
}
.bill-table .btn-minus {
  height: 22px;
  width: 22px;
  display: block;
  background-color: #fff;
  border: 1px solid #bbb;
  position: relative;
  margin: 0 auto;
}
.bill-table .btn-minus:before {
  content: '';
  display: block;
  width: 11px;
  height: 2px;
  top: 9px;
  left: 5px;
  background: #484848;
  position: absolute;
}
.btn-excel {
  width: 22px;
  height: 22px;
  background-image: url("../images/ic-excel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-billExcel {
  width: 15px;
  height: 15px;
  background-image: url("../images/ic-excel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bill-table input {
  height: 22px;
  padding: 0 5px;
  letter-spacing: normal;
}
.bill-table .chosen-container-single .chosen-single {
  height: 22px;
  line-height: 22px;
}
.mark {
  position: absolute;
  font-size: 95px;
  letter-spacing: 3rem;
  font-weight: 1000;
  opacity: 0.3;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  width: 100%;
  top: 20%;
  z-index: 1;
  padding-left: 40px;
}
/*red-table*/
.red-table .bill-table-title {
  color: #e60013;
  border-color: #e60013;
}
.red-table .bill-table-title span {
  color: #c72228;
}
.bill-table.red-table table {
  border-color: #e60013;
}
.bill-table.red-table th, .bill-table.red-table td {
  border-right-color: #f9c3c1;
  border-bottom-color: #f9c3c1;
}
.bill-table.red-table th {
  color: #c72228;
  background-color: #fff6f7;
}
.bill-table.red-table .bold {
  color: #e60013;
  background-color: #ffdbdd;
}
.bill-table.red-table .b-t-dk {
  border-bottom-color: #e60013;
}
.bill-table.red-table .b-b-dk {
  border-bottom-color: #e60013;
}
.bill-table.red-table .b-l-dk {
  border-left-color: #e60013;
}
.bill-table.red-table .b-r-dk {
  border-right-color: #e60013;
}
.sub-bill-table.red-table table {
  border-color: 1px solid #e60013;
}
.red-table .sub-bill-table table {
  border-color: #f9c3c1;
}
/*blue-table*/
.blue-table .bill-table-title {
  color: #0246cf;
}
.blue-table .bill-table-title span {
  color: #095092;
}
.bill-table.blue-table table {
  border-color: #0246cf;
}
.bill-table.blue-table th, .bill-table.blue-table td {
  border-right-color: #c6dbf8;
  border-bottom-color: #c6dbf8;
}
.bill-table.blue-table th {
  color: #095092;
  background-color: #f5f8ff;
}
.bill-table.blue-table .bold {
  color: #0246cf;
  background-color: #d2e4fc;
}
.bill-table.blue-table .b-t-dk {
  border-bottom-color: #0246cf;
}
.bill-table.blue-table .b-b-dk {
  border-bottom-color: #0246cf;
}
.bill-table.blue-table .b-l-dk {
  border-left-color: #0246cf;
}
.bill-table.blue-table .b-r-dk {
  border-right-color: #0246cf;
}
.sub-bill-table.blue-table table {
  border: 1px solid #0246cf;
}
.blue-table .sub-bill-table table {
  border-color: #c6dbf8;
}
/*gray-table*/
.gray-table .bill-table-title {
  color: #696969;
}
.gray-table .bill-table-title span {
  color: black;
}
.bill-table.gray-table table {
  border-color: #808080;
}
.bill-table.gray-table th, .bill-table.gray-table td {
  border-right-color: #808080;
  border-bottom-color: #808080;
}
.bill-table.gray-table th {
  color: black;
  font-weight : 700;
  background-color: #DCDCDC;
}
.bill-table.gray-table .bold {
  color: black;
  background-color: #A9A9A9;
}
.bill-table.gray-table .b-t-dk {
  border-top-color: #808080;
}
.bill-table.gray-table .b-b-dk {
  border-bottom-color: #808080;
}
.bill-table.gray-table .b-l-dk {
  border-left-color: #808080;
}
.bill-table.gray-table .b-r-dk {
  border-right-color: #808080;
}
.sub-bill-table.gray-table table {
  border: 1px solid #808080;
}
.gray-table .sub-bill-table table {
  border-color: #808080;
}
/*datepicker-area*/
.datepicker-area {
  position: relative;
}
.datepicker-area input {
  padding: 0 22px 0 5px;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  letter-spacing: 0;
}
.datepicker-area .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.ui-widget-header .ui-icon {
  background-image: none !important;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate( 135deg ) translateY(-50%);
}
.ui-icon-circle-triangle-w {
  background-position: center !important;
}
.ui-icon-circle-triangle-e {
  background-position: center !important;
}
.ui-datepicker td {
  height: 32px;
  vertical-align: middle;
}
/* IE자원_input 값 삭제 사용을 위해 주석처리
input::-ms-clear, input::-ms-reveal {
 display:none;
width:0;
height:0;
} 
*/
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
 display:none;
}
/*search-input-area*/
.search-input-area {
  position: relative;
}
.search-input-area input {
  padding-right: 22px;
}
.btn-search-input {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
}
.btn-search-input:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/ic-search-grey.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
}
.required {
  background: url("../images/ic-required.png") no-repeat 0 0%;
}
/*bill-tax-state-area*/
.bill-tax-state-area {
  display: flex;
  justify-content: center;
}
.bill-tax-state-area .table-check-area > div {
  padding-right: 5px;
}
.bill-table .btn-file {
  height: 22px;
  padding: 0;
}
.bill-table .btn-clear {
  height: 22px;
  padding: 0;
}
.bill-table .input-file button:nth-of-type(n+2) {
  margin-left: 3px;
}
/*date-to-area*/
.date-to-area {
  display: flex;
  align-items: center;
}
.table-date input {
  height: 30px;
}
.date-to-area .from {
  padding: 0 3px;
}
.date-to-area .datepicker-area {
  max-width: 100px;
}
/*quarter-area*/

.quarter {
  display: flex;
  border: 1px solid #ddd;
  height: 30px;
}
.quarter > div {
  width: 25%;
}
.quarter > div:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
.quarter input[type='radio'], .quarter input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 1px;
  position: absolute;
}
.quarter input[type='radio'] + label, .quarter input[type='checkbox'] + label {
  clear: none;
  /* width: 35px;*/
  cursor: pointer;
  background: #fff;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.quarter input[type='radio']:checked + label, .quarter input[type='checkbox']:checked + label {
  color: #fff !important;
  background-color: #0047ff;
}
/*half-year-btn-area*/
.half-year-btn-area {
  height: 30px;
  display: flex;
  width: 100%;
}
.half-year-btn-area > div {
  width: 50%;
}
.half-year-btn-area > div:nth-child(n+2) {
  margin-left: 3px;
}
.half-year-btn-area button {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.ic-left-blue {
  color: #0047ff;
}
.ic-right-red {
  color: #f7474e;
}
.ic-left-blue:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2px;
  background-image: url("../images/ic-arrow-left-blue.png");
  margin-right: 3px;
}
.ic-right-red:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2px;
  background-image: url("../images/ic-arrow-right-red.png");
  margin-left: 3px;
}
.half-year-btn-area button:hover.ic-left-blue {
  border-color: #0047ff;
}
.half-year-btn-area button:hover.ic-right-red {
  border-color: #f7474e;
}
/*table-btn-area*/
.table-btn-area li, .table-btn-area a {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 11px;
  color: #888;
  cursor: pointer;
}
.table-btn-area li.active {
  color: #222;
}
.table-btn-area li:nth-child(n+2):before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
/*line-table red-table*/
.line-table .red-table {
  border-color: #e60013;
  word-break:break-all;
}
.line-table .red-table th {
  color: #e60013;
  background-color: #fff6f7;
  border-color: #e60013;
}
/*line-table blue-table*/
.line-table .blue-table {
  border-color: #0246cf;
  word-break:break-all;
}
.line-table .blue-table th {
  color: #0246cf;
  background-color: #f5f8ff;
  border-color: #0246cf;
}
.table-btn-sm-area .w-lg {
  width: 90px;
}
.bg-yellow {
  background-color: #ffe84f;
}
.bg-red {
  background-color: #fff6f7;
}
.bg-blue {
  background-color: #f5f8ff;
}
/*price-total-area*/
.price-total-area {
  padding-top: 30px;
}
.price-total-btn-area {
  text-align: center;
}
.price-total-btn-area button {
  max-width: 120px;
}
.price-total-wrap {
  display: none;
}
.btn-sm-super.btn-grey-outline {
  color: #888;
  border-color: #aaa;
}
/*flex*/
.d-flex {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.d-flex-justify-center {
  display: flex;
  justify-content: center;
}
/*print-area*/
.print-area > .row {
  display: flex;
  margin: 0 -10px;
}
.print-area > .row > div {
  width: 50%;
  padding: 0 10px;
}
.btn-print-wrap {
  width: 100%;
  border: 1px solid #0047ff;
  padding-bottom: 75%;
  position: relative;
}
.btn-print-wrap .btn-print {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #0047ff;
  font-size: 15px;
  font-weight: 500;
}
.btn-print:hover {
  background-color: #0047ff;
  color: #fff;
}
.btn-print:before {
  content: '';
  width: 52px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 15px;
}
.ic-list-01:before {
  background-image: url("../images/ic-list-01.png");
}
.btn-print:hover.ic-list-01:before {
  background-image: url("../images/ic-list-01-active.png");
}
.ic-list-02:before {
  background-image: url("../images/ic-list-02.png");
}
.btn-print:hover.ic-list-02:before {
  background-image: url("../images/ic-list-02-active.png");
}
.ic-pdf:before {
  background-image: url("../images/ic-pdf.png");
}
.btn-print:hover.ic-pdf:before {
  background-image: url("../images/ic-pdf-active.png");
}
.ic-web:before {
  background-image: url("../images/ic-web.png");
}
.btn-print:hover.ic-web:before {
  background-image: url("../images/ic-web-active.png");
}
/*counter-area*/
.counter-area {
  position: relative;
  display: flex;
  align-items: center;
}
.counter-area span {
  padding-left: 10px;
  letter-spacing: 0;
}
.counter {
  color: #999;
  font-size: 13px;
}
.counter:before {
  content: '(';
}
.counter:after {
  content: ')';
}
/*table-s*/
.table-s th, .table-s td {
  padding: 5px;
  height: 35px;
}
/*depmanagement-area*/
.depmanagement-area > .row {
  display: flex;
  margin: 0 -10px;
}
.depmanagement-area > .row > div {
  padding: 0 0px;
  width: 100%;
}
.depmanagement-area > .row > div > div {
  border: 1px solid #eee;
  min-height: 700px;
  padding: 20px;
  overflow-y: auto;
}
.depmanagement-title {
  font-size: 18px;
  font-weight: 500;
}
.depmanagement-wrap .table-header-area {
  padding-bottom: 10px;
}
/*tree-area*/
/* .tree {
  padding-top: 15px;
}
.tree li {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  list-style-type: none;
  position: relative;
  margin-left: -15px;
  font-size: 12px;
}
.tree li:after {
  position: absolute;
  top: 1.1em;
  bottom: 0px;
  left: 4px;
  display: block;
  content: "";
  border-left: 1px dotted #aaa;
  z-index: -1;
}
.tree li:before {
  position: absolute;
  top: -11px;
  left: 4px;
  display: block;
  width: 13px;
  height: 21px;
  content: "";
  border-bottom: 1px dotted #aaa;
  border-left: 1px dotted #aaa;
  z-index: -1;
}
.tree > li:first-child:before {
  border-left: none;
}
.tree li label {
  padding-left: 37px;
  cursor: pointer;
  background-image: url(../images/ic-folder-open.jpg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 15px 0px;
  display: block;
}
.tree li input {
  width: 1em;
  height: 1em;
  position: absolute;
  left: -0.5em;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.tree li input + ol {
  height: auto;
  margin: -20px 0 0 -42px;
  padding: 20px 0 0 80px;
  background: url("../images/ic-folder-plus.jpg") no-repeat 40px 6px;
}
.tree li input + ol > li {
  display: none;
  margin-left: -20px !important;
  padding-left: 1px
}
.tree li a {
  color: #222;
  display: inline-block;
  padding-left: 37px;
  text-decoration: none;
  background: url(../images/ic-folder-close.jpg) no-repeat 15px 1px;
}
li input:checked + ol {
  height: auto;
  margin: -20px 0 0 -42px;
  padding: 25px 0 0 80px;
  background: url("../images/ic-folder-minus.jpg") no-repeat 40px 6px;
}
.tree li input:checked + ol > li {
  display: block;
  margin: 0 0 0.063em;
  padding: 3px 0;
}
.tree li input:checked + ol > li:first-child {
margin: 0 0 0.125em;
}
.tree > li:first-child:before, .tree > li:first-child:after {
  display: none;
}
.file {
  padding-top: 3px;
}
.tree li.file:after {
  display: none;
}
.tree li.first > input:checked + ol {
  background-image: none;
}
.tree li.first > ol:last-child li:last-child:after {
  display: none;
} */
/*notice-board*/
.over-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*board-edit-area*/
.board-edit-area > div {
  padding-top: 15px;
}
.board-edit-area input {
  height: 45px;
}
.board-edit-area input, .board-edit-area textarea {
  font-size: 15px;
}
.board-edit-area textarea {
  height: 455px;
  overflow-y: auto;
}
/*mail-view-area*/
.mail-view-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}
.mail-view-body {
  padding-top: 20px;
}
.mail-view-content-title {
  font-size: 22px;
  font-weight: 700;
}
.mail-view-content-info li {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  padding-top: 10px;
  color: #666;
  line-height: 1.5;
}
.mail-view-box-area {
  padding-top: 20px;
}
.mail-view-box-text {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  padding: 15px;
  margin-top: 5px;
  line-height: 1.5;
  border: 1px solid #ddd;
}
.mail-view-footer {
  background-color: #f9f9f9;
  padding: 15px;
  margin-top: 20px;
  color: #888;
  font-size: 11px;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  letter-spacing: -0.03em;
}
.mail-view-footer ul {
  display: flex;
  flex-wrap: wrap;
}
.mail-view-footer ul:nth-child(n+2) {
  padding-top: 2px;
}
.mail-view-footer li:nth-child(n+2):before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #aaa;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
/*company-cert-area*/
.company-cert-area {
  border: 1px solid #eee;
  width: 400px;
  height: 400px;
}
.company-cert-wrap {
  border: 1px solid #aaa;
  position: flex;
  width: 400px;
  height: 400px;
  margin: 15px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/*company-logo-area*/
.company-logo-area {
  border: 1px solid #eee;
}
.company-logo-wrap {
  border: 1px solid #aaa;
  position: relative;
  width: 175px;
  height: 45px;
  margin: 80px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.company-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.info-edit-box-area {
  max-width: 670px;
  margin: 0 auto;
  padding: 50px 0;
}
.info-edit-content-wrap .input-file input, .info-edit-content-wrap .btn-file {
  height: 35px;
}
/*ic-title-set-area*/
.ic-title-set-area {
  width: 100%;
  text-align: center;
  padding: 30px 0 20px;
}
.ic-title-set-area.b-t-1 {
  border-top: 1px solid #eee;
}
.ic-title-img {
  padding-bottom: 15px;
}
.ic-title-img img {
  margin: 0 auto;
}
.ic-title-text {
  font-size: 20px;
  font-weight: 500;
}
/*login-area*/
.login-area {
  max-width: 400px;
  margin: 0 auto;
}
.login-area .login-body {
  padding: 0;
}
.login-area .login-input-area {
  display: inline-block;
  width: 100%;
}
.login-area .login-input-wrap {
  width: calc(100% - 0px);
}
.login-area .login-input-wrap > div:nth-child(n+2) {
  padding-top: 10px;
}
.login-area .login-input-wrap input:nth-child(n+2) {
  margin-top: 10px;
}
.login-area .btn-area {
  flex-wrap: wrap;
  padding-top: 20px;
}
.login-area .btn-area button {
  width: 100%;
}
.login-area .btn-area button:nth-child(n+2) {
  margin-left: 0;
  margin-top: 10px;
}
.login-area .login-footer {
  padding: 0;
  padding-top: 30px;
}
/*search-id-result-area*/
.search-id-result-area {
  padding-top: 50px;
}
.search-id-result-title {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
}
.search-id-result-list > div {
  border: 4px solid #f5f6f7;
  padding: 15px 50px;
  display: flex;
}
.search-id-result-list > div > ul {
  width: 50%;
  display: flex;
}
.search-id-result-list > div:nth-child(n+2) {
  margin-top: 10px;
}
.search-id-result-list li {
  font-size: 16px;
}
.search-id-result-list li:nth-child(n+2):before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.search-id-result-list li:first-child {
  color: #666;
}
.search-id-result-list li:first-child:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #0047ff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.join-text-area {
  margin-top: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 15px 0;
  color: #666;
}
.join-text-area a {
  color: #0047ff;
  text-decoration: underline !important;
  padding: 10px;
}
.ic-download:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ic-download.png");
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  margin-left: 8px;
  margin-top: -3px;
}
.ic-paycancel:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ic-cancel.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  margin-top: -3px;
}
.ic-download-wh:after {
  background-image: url("../images/ic-download-wh.png");
}
.info-box-btn-area {
  padding: 10px 0 0 10px;
}
.info-box-btn-area a {
  padding: 9px 15px;
  width: auto;
  max-width: none;
  display: inline-block;
  cursor: pointer;
}
/*nonmember-area*/
.nonmember-area {
  padding-top: 30px;
}
.nonmember-area > .row {
  display: flex;
  margin: 0 -15px;
}
.nonmember-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
.nonmember-wrap {
  border: 1px solid #ddd;
  padding: 30px;
  height: 400px;
}
.vertical-input-content-wrap {
  padding-top: 14px;
}
.vertical-input-content-wrap .input-set-area {
  display: inline-block;
  width: 100%;
}
.vertical-input-content-wrap .input-title {
  padding-top: 0;
  width: 100%;
  padding-bottom: 5px;
}
.vertical-input-content-wrap .input-area {
  width: 100%;
}
.vertical-input-content-wrap input {
  height: 35px;
}
.vertical-input-content-wrap > .input-set-area:nth-child(n+2) {
  padding-top: 20px;
}
.nonmember-wrap .login-search-area {
  padding-top: 30px;
  justify-content: center;
}
.nonmember-wrap form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/*number-one-area*/
.number-one-area {
  margin-top: 30px;
  width: 100%;
  height: 430px;
  background-image: url("../images/bg-numberone.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.number-one-area > * {
  width: 70%;
}
.number-one-title {
  font-size: 26px;
  font-weight: 700;
}
.number-one-text {
  color: #555;
}
.number-one-text li {
  padding-top: 15px;
  line-height: 1.5;
}
/*join-step-area*/
.join-step-area {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.step-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f7;
  position: relative;
}
.step-wrap.active {
  background-color: #1d56a2;
}
.step-title {
  color: #888;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}
.step-wrap.active .step-title {
  color: #fff;
}
.step-ic {
  width: 40px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ic-step-company {
  background-image: url("../images/ic-step-company.png");
}
.ic-step-agree {
  background-image: url("../images/ic-step-agree.png");
}
.ic-step-edit {
  background-image: url("../images/ic-step-edit.png");
}
.ic-step-finish {
  background-image: url("../images/ic-step-finish.png");
}
.ic-step-charge {
  background-image: url("../images/ic-step-charge.png");
}
.ic-step-price {
  background-image: url("../images/ic-step-price.png");
}
.ic-step-card {
  background-image: url("../images/ic-step-card.png");
}
.ic-step-check {
  background-image: url("../images/ic-step-check.png");
}
.ic-step-ticket {
  background-image: url("../images/ic-step-ticket.png");
}
.step-wrap.active .ic-step-company {
  background-image: url("../images/ic-step-company-active.png");
}
.step-wrap.active .ic-step-agree {
  background-image: url("../images/ic-step-agree-active.png");
}
.step-wrap.active .ic-step-edit {
  background-image: url("../images/ic-step-edit-active.png");
}
.step-wrap.active .ic-step-finish {
  background-image: url("../images/ic-step-finish-active.png");
}
.step-wrap.active .ic-step-charge {
  background-image: url("../images/ic-step-charge-active.png");
}
.step-wrap.active .ic-step-price {
  background-image: url("../images/ic-step-price-active.png");
}
.step-wrap.active .ic-step-card {
  background-image: url("../images/ic-step-card-active.png");
}
.step-wrap.active .ic-step-check {
  background-image: url("../images/ic-step-check-active.png");
}
.step-wrap.active .ic-step-ticket {
  background-image: url("../images/ic-step-ticket-active.png");
}
.step-wrap:after {
  content: '';
  position: absolute;
  width: 47px;
  height: 19px;
  background-image: url("../images/ic-step.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: -50%;
  top: 50%;
  margin-top: -9px;
}
.step-wrap:last-child:after {
  display: none;
}
.step-wrap.active:after {
  background-image: url("../images/ic-step-active.png");
}
.b-t-bk table {
  border-top-color: #444;
}
.td-p-lg td {
  padding: 15px;
}
/*agree-box-area*/
.agree-box {
  width: 100%;
  max-height: 180px;
  border: 1px solid #ddd;
  overflow-y: auto;
  padding: 15px;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
}
.agree-title {
  color: #0047ff;
  font-weight: bold;
}
.agree-text {
  padding-top: 15px;
}
.agree-text ul:nth-child(n+2) {
  padding-top: 15px;
}
.agree-text {
  line-height: 1.5;
  color: #666;
}
.agree-check-area {
  padding-top: 15px;
}
.agree-check-area .checkbox-label {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-size: 15px;
}
.agree-check-area .checkbox input[type="checkbox"] + .checkbox-label:after {
  top: 1px;
}
.agree-info-area {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1.6;
}
.agree-all-check-area {
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
/*join-compay-num-area*/
.search-id-result-list.join-compay-num-area > div > ul:first-child {
  width: 45%;
}
.search-id-result-list.join-compay-num-area > div > ul:last-child {
  width: 55%;
  justify-content: flex-end;
}
.search-id-result-list.join-compay-num-area > div {
  align-items: center;
  padding: 15px 20px;
}
.join-compay-num-info-text {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px !important;
  color: #1d56a2 !important;
  text-align: right;
}
.join-compay-num-info-text:before {
  display: none !important;
}
/*cus-info-visual-area*/
.cus-info-visual-area {
  position: relative;
  background-color: #1c3164;
  height: 300px;
  padding: 65px 50px 30px;
  display: flex;
  color: #fff;
}
.cus-info-visual-area:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/ic-cus-simbol-01.png");
  background-size: cover;
  width: 77px;
  height: 45px;
}
.cus-info-visual-area:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50px;
  background-image: url("../images/ic-cus-simbol-02.png");
  background-size: cover;
  width: 155px;
  height: 89px;
}
.cus-info-visual-area > div {
  width: 50%;
}
.cus-info-visual-title {
  font-size: 26px;
  font-weight: 700;
}
.cus-info-visual-text {
  font-size: 18px;
  padding: 10px 0 20px;
}
.cus-info-visual-area .cus-title {
  font-weight: normal;
}
.cus-info-visual-area .cus-num {
  font-size: 26px;
}
.cus-info-visual-area .cus-info {
  padding-top: 15px;
}
.cus-info-visual-area .cus-info ul {
  display: flex;
}
.cus-info-visual-area .cus-info ul:nth-child(n+2) {
  padding-top: 5px;
}
.cus-info-visual-area .cus-info li {
  color: #fff;
  font-size: 15px;
}
.cus-info-visual-area .cus-info li:first-child {
  width: 90px;
}
.cus-info-visual-area .cus-info li:last-child {
  width: calc(100% - 90px);
  letter-spacing: 0;
}
/*cus-board-area*/
.cus-board-area > .row {
  display: flex;
  margin: 0 -15px;
}
.cus-board-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
/*cus-btn-area*/
.cus-btn-area {
  display: flex;
  border: 1px solid #eee;
  height: 180px;
}
.cus-btn-area > div {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.cus-btn-area > div:nth-child(n+2) {
  border-left: 1px solid #eee;
}
.cus-btn-img {
  width: 80px;
  height: 80px;
}
.cus-btn-img img {
  width: 100%;
}
.cus-btn-title {
  font-size: 16px;
  padding-top: 15px;
}
.cus-btn-area > div:hover .cus-btn-title {
  color: #0047ff;
  transition: all .3s;
}
/*table-search-area*/
.table-search-area {
  display: flex;
}
.table-search-area > div:nth-child(n+2) {
  margin-left: 4px;
}
.table-search-area .input-btn-set-area button {
  height: 30px;
}
.table-search-area .input-btn-set-area {
  width: 300px;
}
/*board-view-content-area*/
.board-view-content-area {
  border-bottom: 1px solid #eee;
  min-height: 455px;
  padding: 20px 0;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}
.board-view-content-area > p:nth-child(n+2) {
  padding-top: 10px;
}
.board-view-content-area img {
  max-width: 100%;
}
/*library-area*/
.library-area > div {
  border: 1px solid #ddd;
  padding: 30px;
}
.library-area > div:nth-child(n+2) {
  margin-top: 30px;
}
.library-title {
  font-size: 20px;
  font-weight: 700;
  color: #0047ff;
  padding-bottom: 20px;
}
.library-info-area {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.library-info-title {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to top, #d2ebfe 60%, transparent 40%);
  display: inline-block;
  line-height: 1;
}
.library-info-text {
  font-size: 15px;
  color: #666;
  padding-top: 8px;
}
.library-item-area {
  display: flex;
}
.library-item-area:nth-child(n+3) {
  margin-top: 8px;
}
.library-item-area > div:first-child {
  width: 140px;
}
.library-item-area > div:last-child {
  width: calc(100% - 140px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.library-item-img {
  width: 140px;
  height: 140px;
  position: relative;
  border: 1px solid #ddd;
}
.library-item-area a {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.library-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.library-btn {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 140px;
}
.library-btn button {
  max-width: 100%;
  background-color: #444;
  color: #fff;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
}
.library-btn-wrap:hover .library-item-img {
  border-color: #0047ff;
  transition: all .3s;
}
.library-btn-wrap:hover .library-btn button {
  background-color: #0047ff;
  transition: all .3s;
}
.library-item-area .library-btn-wrap:nth-child(n+2) {
  margin-top: 8px;
}
.library-item-info li {
  color: #888;
}
.library-item-info li:nth-child(n+2) {
  padding-top: 5px;
}
.library-item-info li:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: rotate( -45deg );
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate( -45deg);
  width: 0.65rem;
  height: 0.35rem;
  border: 2px solid #222;
  border-top-style: none;
  border-right-style: none;
  margin: -5px 8px 0 0;
}
.library-item-btn-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.library-item-btn-area a {
  padding: 8px 15px;
  width: auto;
  max-width: none;
  display: inline-block;
  cursor: pointer;
}
.library-item-btn-area a:nth-child(n+2) {
  margin-left: 4px;
}
.library-item-btn-area > div:nth-child(n+2) {
  margin-top: 4px;
}
.library-item-info.half {
  display: flex;
}
.library-item-info.half > div {
  width: 50%;
}
/*faq-area*/
.faq-area {
  /*	max-width:1400px;*/
  width: 100%;
  margin: 15px auto 0;
}
.acd-menu {
  position: relative;/*-webkit-transition: -webkit-all .2s linear;
	transition: all .2s linear;*/
}
.acd-menu .has-child {
  position: relative;
}
.acd-menu .has-child .parent {
  display: block;
  position: relative;
}
.acd-menu .has-child .child {
  position: relative;
  display: none;
  border-top: 1px dashed #ddd;
}
.plusminus {
  -webkit-transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  display: block;
  border-top-style: solid;
  border-right-style: solid;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -3px;
  border-color: #bbb;
  box-sizing: content-box;
}
.plusminus.collapsed {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
}
.acd-menu > ul {
  overflow: hidden;
}
.acd-menu > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.parent .ls-inner {
  padding: 18px 40px 15px 50px;
  font-size: 15px;
  color: #333;
  list-style-position: inside;
  text-indent: -35px;
}
.parent.open .ls-inner {
  font-weight: 500;
}
.parent .ls-inner:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ic-question.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: -2px;
}
.child .ls-inner {
  padding: 20px 20px 20px 50px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  background: #f9f9f9;
  list-style-position: inside;
  text-indent: -35px;
  line-height: 1.7;
}
.child .ls-inner:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ic-answer.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
/*consult-area*/
.consult-area {
  border-top: 1px solid #444;
}
.consult-list-wrap {
  border-bottom: 1px solid #ddd;
}
.consult-list {
  padding: 17px 15px;
  display: flex;
  cursor: pointer;
}
.consult-list.consult-answer {
  border-top: 1px dashed #ddd;
  background-color: #f9f9f9;
  padding-left: 27px;
}
/*.consult-list:hover{
  background-color:#f9f9f9;
  transition: all .3s;
}*/
.consult-badge {
  width: 32px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 11px;
  color: #fff;
  position: relative;
}
.badge-question {
  background-color: #777;
}
.badge-question:before {
  content: '질문';
}
.badge-answer {
  background-color: #0047ff;
}
.badge-answer:before {
  content: '답변';
}
.consult-text-area {
  width: calc(100% - 34px);
  padding-left: 12px;
}
.consult-info-area {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
  padding-top: 3px;
}
.consult-user {
  font-weight: bold;
}
.consult-date {
  color: #888;
  padding-left: 5px;
}
.consult-title {
  font-size: 15px;
  color: #333;
  padding-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.answer-line {
  position: absolute;
  left: -12px;
  top: 3px;
}
.answer-line:before, .answer-line:after {
  content: '';
  position: absolute;
  background: #777;
}
.answer-line:before {
  width: 2px;
  height: 7px;
  left: 0;
  top: 0;
}
.answer-line:after {
  width: 8px;
  height: 2px;
  left: 0;
  top: 7px;
}
.board-view-answer-wrap {
  min-height: 100px;
}
.board-view-question-wrap {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
}
.board-view-question-wrap .consult-user {
  color: #222;
}
.board-view-question-wrap .consult-info-area {
  padding-bottom: 10px;
}
.input-lg input {
  height: 50px;
  font-size: 15px;
}
/*guide-btn-area*/
.guide-btn-area > div {
  display: flex;
  flex-wrap: wrap;
}
.guide-btn-area > div:nth-child(n+2) {
  padding-top: 6px;
}
.guide-btn-area a {
  font-size: 15px;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 44px;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.guide-btn-area li:nth-child(n+2) {
  padding-left: 6px;
}
.guide-btn-area a:hover {
  background-color: #f9f9f9;
  transition: all .3s;
  color: #222;
}
.guide-btn-area li.active a {
  color: #fff;
  border-color: #0047ff;
  background-color: #0047ff;
}
/*guide-tab-area*/
.guide-tab-area {
  padding-top: 15px;
}
.guide-tab-area .tabs label {
  font-size: 15px;
  border: 0;
  min-width: auto;
  border-bottom: 2px solid transparent;
}
.guide-tab-area .tabs:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ddd;
  width: 100%;
  bottom: -1px;
  left: 0;
}
.guide-tab-area input[name="tabs"]#tab-1:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
.guide-tab-area input[name="tabs"]#tab-2:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
.guide-tab-area input[name="tabs"]#tab-3:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-3:checked ~ .tabs label:nth-child(3) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
.guide-tab-area input[name="tabs"]#tab-4:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-4:checked ~ .tabs label:nth-child(4) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
.guide-tab-area input[name="tabs"]#tab-5:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-5:checked ~ .tabs label:nth-child(5) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
input[name="tabs"]#tab-6:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-6:checked ~ .tabs label:nth-child(6) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
.guide-tab-area input[name="tabs"]#tab-7:checked ~ .content > .tab:nth-of-type(1) {
  display: inline-block;
}
.guide-tab-area input[name="tabs"]#tab-7:checked ~ .tabs label:nth-child(7) {
  color: #0047ff;
  border-bottom: 2px solid #0047ff;
}
.guide-tab-area .guide-area {
  padding-top: 15px;
}
/*payment-area*/
.payment-area {
  padding-top: 30px;
}
.payment-area > .row {
  display: flex;
  margin: 0 -15px;
}
.payment-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
.payment-wrap {
  padding: 35px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #444;
}
.payment-title {
  font-size: 22px;
  font-weight: 700;
}
.payment-info {
  padding: 10px 0 20px;
}
.payment-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.payment-img img {
  width: 100%;
}
.payment-text {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-top: 15px;
  line-height: 1.5;
}
.payment-btn {
  width: 100%;
  text-align: center;
}
/*payment-charge-area*/
.payment-charge-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-charge-area > div:nth-child(n+2) {
  padding-left: 30px;
}
.payment-charge-area .radiobox-label {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-size: 15px;
}
.payment-charge-area .radiobox input[type="radio"] + .radiobox-label:after {
  top: 1px;
}
.radio-input-set {
  display: flex;
  align-items: center;
}
.price-input-wrap {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.price-input-wrap input {
  width: 150px;
  text-align: right;
  color: #0047ff;
  font-size: 16px;
}
.price-input-wrap span {
  padding-left: 8px;
}
/*payment-type-area*/
.payment-type-area > .row {
  display: flex;
  margin: 0 -15px;
}
.payment-type-area > .row > div {
  width: 33.333333%;
  padding: 0 15px;
}
.payment-type-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.payment-type-img {
  width: 45px;
  height: 40px;
  margin: 0 auto;
}
.payment-type-img img {
  width: 100%;
}
.payment-type-title {
  text-align: center;
  font-size: 18px;
  color: #222;
  padding-top: 15px;
}
.payment-type-wrap a {
  padding: 30px;
  border: 1px solid #ddd;
}
.payment-type-wrap a:hover {
  border-color: #444;
}
.step-finish-text {
  font-size: 18px;
  font-weight: 500;
  color: #0047ff;
  text-align: center;
}
.table-btn {
  font-size: 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 60px;
}
.text-info {
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  letter-spacing: 0;
}
/*refund-info-area*/
.refund-info-area {
  border-top: 1px solid #444;
}
.refund-list {
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.refund-list .ic-check {
	margin-top: 15px; 
	margin-right: 10px;
}
.list-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0047ff;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-text {
  width: calc(100% - 30px);
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.list-text-info {
  padding-left: 45px;
  color: #666;
  line-height: 1.6;
}
/*cus-info-area*/
.cus-info-area {
  margin-top: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.ic-info-lg-bk {
  width: 30px;
  height: 30px;
}
.cus-info-text-area {
  width: calc(100% - 30px);
  padding-left: 15px;
}
.cus-info-text {
  display: flex;
  padding-top: 3px;
  font-weight: normal;
  color: #666;
}
.cus-info-text li:nth-child(n+2):before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.text-point {
  color: #222;
  background: linear-gradient(to top, #c1ffd3 50%, transparent 50%);
  display: inline-block;
  line-height: 1;
}
/*ticket-result-area*/
.ticket-result-area {
  margin-top: 20px;
  border: 3px solid #ddd;
  display: flex;
  padding: 30px 0;
}
.ticket-result-area > div {
  width: 33.333333%;
  text-align: center;
  padding: 0 15px;
}
.ticket-result-area > div:nth-child(n+2) {
  border-left: 1px solid #eee;
}
.ticket-result-title {
  color: #666;
  padding-bottom: 5px;
  font-size: 13px;
}
.ticket-result-value {
  font-size: 18px;
  font-weight: 500;
  color: #0047ff;
}
.ticket-type-area > .row > div {
  width: 25%;
}
/*sendbill-title-area*/
.sendbill-title-area {
  padding-top: 40px;
}
.sendbill-title li {
  font-size: 28px;
  font-weight: 500;
}
.sendbill-text {
  padding-top: 20px;
}
.sendbill-text li {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
/*sendbill-item-area*/
.sendbill-item-area {
  padding-top: 20px;
}
.sendbill-item-area > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sendbill-item-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
.sendbill-item-area > .row > div:nth-child(n+3) {
  padding-top: 30px;
}
.sendbill-item {
  border: 1px solid #ddd;
  height: 310px;
  position: relative;
  padding: 30px;
}
.sendbill-item-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
.sendbill-item-text-area {
  padding-top: 65px;
}
.sendbill-item-title {
  font-size: 18px;
  font-weight: 700;
}
.sendbill-item-text {
  padding-top: 15px;
}
.sendbill-item-text li {
  color: #666;
  line-height: 1.5;
  list-style-position: inside;
  text-indent: -.5em;
  padding-left: .5em;
}
.sendbill-item-text li:before {
  content: '-';
  margin-right: 3px;
}
.sendbill-item-text li:nth-child(n+2) {
  padding-top: 10px;
}
/*sendbill-effect-area*/

.sendbill-effect-item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}
.sendbill-effect-item-title {
  display: flex;
  align-items: center;
  width: 260px;
}
.sendbill-effect-item-num {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0047ff;
  border-radius: 50%;
}
.sendbill-effect-item-title li:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
  width: calc(100% - 40px);
  padding-left: 12px;
}
.sendbill-effect-item-text-area {
  width: calc(100% - 260px);
}
.sendbill-effect-item-text-wrap {
  display: flex;
}
.sendbill-effect-item-text-wrap:nth-child(n+2) {
  padding-top: 20px;
}
.sendbill-effect-item-text-title {
  font-size: 16px;
  width: 130px;
  line-height: 1.6;
}
.sendbill-effect-item-text-content {
  width: calc(100% - 130px);
}
.sendbill-effect-item-text-content li {
  color: #666;
  line-height: 1.6;
  list-style-position: inside;
  text-indent: -.5em;
  padding-left: .5em;
}
.sendbill-effect-item-text-content li:before {
  content: '-';
  margin-right: 3px;
}
.sendbill-function-area{
	display: inline-block;
	text-align: center;
	width: 100%;
}
/*sendbill-function-area*/
.sendbill-function-item {
  padding: 40px 0;
  border-bottom: 1px dashed #ddd;
  display: flex;
  align-items: center;
}
.sendbill-function-item-num {
  font-size: 48px;
  color: #ddd;
  width: 120px;
  text-align: center;
  font-weight: 700;
}
.sendbill-function-item:nth-child(2n) .sendbill-function-item-num {
  color: #b4cafc;
}
.sendbill-function-item-text-wrap {
  width: calc(100% - 120px);
  border-left: 1px solid #ddd;
  padding-left: 30px;
}
.sendbill-function-item-text-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.sendbill-function-item:nth-child(2n) .sendbill-function-item-text-title {
  color: #0047ff;
}
.sendbill-function-item-text-content li {
  color: #666;
  line-height: 1.6;
  list-style-position: inside;
  text-indent: -.5em;
  padding-left: .5em;
}
.sendbill-function-item-text-content li:before {
  content: '-';
  margin-right: 3px;
}
/*sendbill-function-service-area*/
.sendbill-function-service-area {
  border: 1px solid #ddd;
  padding: 30px 50px 25px;
  margin-top: 70px;
  position: relative;
}
.sendbill-function-service-title {
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  ;
}
.sendbill-function-service-area > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.sendbill-function-service-area > .row > div {
  padding: 0 25px;
  width: 50%;
}
.sendbill-function-service-item {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.sendbill-function-service-item-img {
  width: 80px;
}
.sendbill-function-service-item-text-wrap {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.sendbill-function-service-item-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.sendbill-function-service-item-text {
  color: #666;
}
/*blue-box-are*/
.blue-box-area {
  padding: 25px 30px;
  border: 1px dashed #b5c9e3;
  background-color: #f6f9fc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
}
.blue-box-text-wrap {
  width: calc(100% - 80px);
}
.blue-box-img {
  width: 80px;
  height: 80px;
}
.blue-box-img img {
  width: 100%;
}
.blue-box-text-title {
  font-size: 18px;
  font-weight: 500;
  color: #1d56a2;
  padding-bottom: 10px;
}
.blue-box-text-content li {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.sendbill-send-img {
  margin: 40px auto 80px;
}
.sendbill-send-img img {
  margin: 0 auto;
  max-width: 100%;
  min-width: auto;
}
/*sendbill-send-list-area*/
.sendbill-send-list-item {
  display: flex;
  align-items: center;
}
.sendbill-send-list-item:nth-child(n+2) {
  padding-top: 25px;
}
.sendbill-send-list-num {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 50px;
  color: #0047ff;
  border-right: 1px solid #ddd;
}
.sendbill-send-list-content {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.sendbill-send-list-content li:first-child {
  font-size: 16px;
  font-weight: 500;
}
.sendbill-send-list-content li:last-child {
  color: #888;
}
/*price-info-area*/
.section-text-memo {
    display: flex; /* flexbox를 사용하여 자식 요소를 가로로 배치합니다. */
    flex-direction: row; /* 요소를 가로로 배치합니다. */
    align-items: center; /* 세로 중앙 정렬 */
}

.intro-box {
    flex: 1; /* 남은 공간을 모두 차지하도록 설정합니다. */
}

.right-img {
    float: right;
}
.section-text-info-area li {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  list-style-position: inside;
  text-indent: -.4em;
  padding-left: .5em;
}
.section-text-memo li:before {
  content: '-';
  margin-right: 3px;
}
.section-text-memo li {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  list-style-position: inside;
  text-indent: -.4em;
  padding-left: .5em;
}
.section-text-info-area li:before {
  content: '-';
  margin-right: 3px;
}
/*sendbill-price-info-area*/
.sendbill-price-info-area {
  padding-top: 20px;
}
.sendbill-price-info-area > .row {
  display: flex;
  margin: 0 -15px;
}
.sendbill-price-info-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
.sendbill-price-info-item {
  border: 2px solid #444;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sendbill-price-info-title-area {
  padding: 30px 30px 20px;
  text-align: center;
}
.sendbill-price-info-title-area li:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.sendbill-price-info-title-area li:nth-child(2) {
  font-size: 16px;
}
.sendbill-price-info-text {
  padding: 0 30px;
}
.sendbill-price-info-text li {
  padding: 15px 0;
  border-top: 1px dashed #ddd;
  line-height: 1.5;
  color: #666;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 1.5em;
}
.sendbill-price-info-text li:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: rotate( -45deg );
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate( -45deg );
  width: 0.65rem;
  height: 0.35rem;
  border: 2px solid #666;
  border-top-style: none;
  border-right-style: none;
  margin: -5px 8px 0 0;
}
.sendbill-price-info-fare {
  background-color: #444;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sendbill-price-info-fare li {
  color: #fff;
}
.sendbill-price-info-fare li:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
}
.sendbill-price-info-fare li:nth-child(2) {
  font-size: 14px;
  padding-top: 5px;
  opacity: .7;
}
.sendbill-price-info-item.price-info-blue, .price-info-blue .sendbill-price-info-text li:before {
  border-color: #1d56a2;
}
.price-info-blue .sendbill-price-info-title-area li {
  color: #1d56a2 !important;
}
.price-info-blue .sendbill-price-info-fare {
  background-color: #1d56a2;
}
.th-info {
  font-weight: normal !important;
  color: #888;
  font-size: 11px;
  padding-top: 5px;
  display: inline-block;
}
/*window-area*/
.window-area {
  padding-top: 30px;
}
.window-area > .row {
  display: flex;
  margin: 0 -15px;
}
.window-area > .row > div {
  padding: 0 15px;
  width: 50%;
}
.window-area a {
  height: 250px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.windown-title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 15px;
  color: #222;
}
.window-area a:hover {
  border-color: #444;
}
/*mypage-state-area*/
.mypage-state-area .my-state-box-area > .row {
  margin: 0 -15px;
}
.mypage-state-area .my-state-box-area > .row > div {
  padding: 0 15px;
}
.my-banner-area > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.my-banner-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
.my-banner-item {
  height: 100px;
  border: 1px solid #444;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.my-banner-item .my-btn-text {
  width: auto;
}
/*company-seal-area*/
.company-seal-area {
  display: flex;
  justify-content: center;
  padding: 80px 15px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.seal-img {
  width: 76px;
  height: 76px;
  border: 1px solid #aaa;
}
.seal-img img {
  width: 100%;
  height: 100%;
}
.seal-text-area {
  padding-left: 60px;
}
.height-35 input, .height-35 .btn-file {
  height: 35px;
}
.company-seal-area .input-file {
  width: 300px;
}
/*withdrawal-area*/
.withdrawal-wrap {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #eee;
}
.withdrawal-wrap:nth-child(n+2) {
  margin-top: 10px;
}
.withdrawal-img {
  width: 40px;
  height: 40px;
}
.withdrawal-img img {
  width: 100%;
}
.withdrawal-content {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.withdrawal-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.withdrawal-text li {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
/*certificate-lg-area*/
.certificate-lg-area > .row {
  display: flex;
  margin: 0 -15px;
}
.certificate-lg-area > .row > div {
  width: 50%;
  padding: 0 15px;
}
.certificate-lg-wrap {
  border: 1px solid #ddd;
  padding: 30px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.certificate-lg-wrap > div {
  width: 100%;
}
.certificate-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.certificate-title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
}
.certificate-text {
  padding-top: 15px;
  font-size: 15px;
}
.certificate-step {
  padding-top: 15px;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.certificate-step > li {
  position: relative;
  font-size: 15px;
}
.certificate-step > li:last-child {
  padding-bottom: 0;
}
.certificate-step > li:after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate( -45deg ) translateY(-50%);
  vertical-align: middle;
  display: inline-block;
  margin-top: 4px;
  margin-left: 13px;
}
.certificate-step > li:last-child:after {
  display: none;
}
/*certificate-sm-area*/
.certificate-sm-area {
  border: 1px solid #eee;
  display: flex;
  padding: 25px 0;
  margin-top: 30px;
}
.certificate-sm-area > div {
  padding: 0 25px;
  width: 33.333333%;
}
.certificate-sm-area > div:nth-child(n+2) {
  border-left: 1px solid #eee;
}
.certificate-sm-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}
.certificate-sm-text {
  color: #888;
  font-family: '돋움', 'Dotum', 'Sans-serif';
  font-size: 12px;
  line-height: 1.5;
}
.certificate-sm-text li {
  height: 65px;
}
.certificate-sm-text a {
  display: block;
}
.certificate-sm-text a:hover {
  text-decoration: underline !important;
}
.certificate-sm-text a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #0047ff;
  border-right: 1px solid #0047ff;
  transform: rotate( -45deg ) translateY(-50%);
  vertical-align: middle;
  display: inline-block;
  margin-top: 1px;
  margin-left: 8px;
}
.inline-block {
  display: inline-block;
}
/*api-btn-area*/
.api-btn-area {
  width: 100%;
  text-align: center;
  display: flex;
}
.api-btn-area button:nth-child(n+2) {
  margin-left: 6px;
}
.api-btn-area .btn-sm {
  max-width: 100%;
}
/*.table-btn-sm*/
.table-btn-sm {
  display: inline-block;
}
.table-btn-sm button {
  width: auto;
  height: auto;
  font-size: 11px;
}
.chosen-search {
  display: none !important;
}
/*border*/
.b-l-1 {
  border-left: 1px solid #ddd;
}
.b-r-1 {
  border-right: 1px solid #ddd;
}
/*erorr*/
.error-area {
  display: table;
  height: 100%;
  width: 100%;
}
.error-wrap {
  display: table-cell;
  vertical-align: middle;
}
.error-img {
  width: 455px;
  margin: 0 auto;
}
.error-title {
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
  color: #0047ff;
  font-weight: 500;
}
.error-text {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
/* loading */
#loading-overlay {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  transition: 0.4s all ease-in-out;
  z-index: 999999;
}
#loading {
  /*   width: 60px; */
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  text-align: center;
}
.loading-text {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.LoaderBalls {
  width: 55px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.LoaderBalls__item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.LoaderBalls__item:nth-child(1) {
  animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  background: #00a2e0;
}
.LoaderBalls__item:nth-child(2) {
  animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  background: #66c7ec;
}
.LoaderBalls__item:nth-child(3) {
  animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  background: #b2e3f6;
}
 @keyframes bouncing {
 0% {
 transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
}
 100% {
 transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
}
}


/*progress*/
@-webkit-keyframes loader {
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
 @keyframes loader {
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
.progress-bar {
  border-radius: 60px;
  overflow: hidden;
  width: 100%;
}
.progress-bar span {
  display: block;
}
.bar {
  background: rgba(0, 0, 0, 0.075);
}
.progress {
  -webkit-animation: loader 4s ease infinite;
  animation: loader 4s ease infinite;
  background: #0047ff;
  color: #fff;
  padding: 5px;
  width: 0;
}
.progress-bar {
  width: 100%;
}
/*success-failed-area*/
.success-failed-area {
  display: flex;
  justify-content: center;
  padding: 15px 0 25px;
}
.success-failed-area li {
  font-size: 16px;
}
.success-failed-area li:nth-child(n+2):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  margin: 0 15px;
}
/*join-finish-area*/
.join-finish-area {
  border-top: 1px solid #eee;
  padding-top: 40px;
}
.join-finish-title-wrap {
  display: flex;
  align-items: center;
}
.join-finish-img {
  width: 250px;
  height: 150px;
}
.join-finish-title {
  width: calc(100% - 250px);
  padding-left: 20px;
  padding-top: 30px;
}
.join-finish-title li {
  font-size: 18px;
  line-height: 1.6;
}
.join-finish-title li:nth-child(1) {
  font-size: 26px;
  font-weight: 500;
  color: #0047ff;
  padding-bottom: 10px;
}
.join-finish-info {
  background-color: #f9f9f9;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.join-finish-info > ul {
  width: 33.333333%;
  display: flex;
  flex-wrap: wrap;
}
.join-finish-info > ul > li {
  font-size: 15px;
}
.join-finish-info > ul > li:first-child:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #0047ff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.join-finish-info > ul > li:first-child {
  color: #666;
}
.join-finish-info > ul > li:last-child:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
/*quick-btn-area*/
.quick-btn-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  border: 1px solid #eee;
}
.quick-btn-area > div {
  width: 50%;
  padding: 30px 30px 30px 25px;
  display: flex;
}
.quick-btn-area > div:nth-child(2), .quick-btn-area > div:nth-child(4) {
  border-left: 1px solid #eee;
}
.quick-btn-area > div:nth-child(1), .quick-btn-area > div:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.quick-btn-area > div > ul:first-child {
  width: 45px;
}
.quick-btn-area > div > ul:last-child {
  width: calc(100% - 45px);
  padding-left: 20px;
}
.quick-btn-area > div > ul:last-child > li a {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
}
.quick-btn-area > div > ul:last-child > li:last-child {
  color: #666;
  line-height: 1.5;
}
.quick-btn-area > div > ul:last-child > li a:hover {
  color: #0047ff;
}
.quick-btn-area > div > ul:last-child > li a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate( -45deg  ) translateY(-50%);
  vertical-align: middle;
  margin: 3px 0 0 10px;
}
.quick-btn-area > div > ul:last-child > li a:hover:after {
  border-color: #0047ff;
  transition: all .3s;
}

.delay-noti-area {
	width: 300px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
    background: rgba(255, 255, 255, 0.8);
    right: 0;
    margin-right: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 1.0s ease-in-out;
}

.delay-noti-area.show {
	position: fixed;
    transform: translateY(0);
}

.delay-noti-title {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: black;
}

.delay-noti-delay-send-count {
	color: red;
	font-weight: 500;
}

.delay-noti-title-area {
	display: flex;
}

.delay-noti-button-close:after {
	content: "\00d7";
	font-size: 30pt;
	font-weight: 100;
	line-height: 12px;
	display: inline-block;
	cursor: pointer;
}

.delay-noti-description {
	font-size: 14px;
	color: black;
	padding-top: 10px;
	padding-bottom: 20px;
}

.delay-noti-button {
	color: white;
	background-color: red;
	border-radius: 4px;
	width: 100%;
	padding: 10px;
}

.fax-pdf-preview {
	width: 100%;
 	height: 36px;
}

.fax-title {
	font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fax-section > input {
	width: 100%;
	padding: 7px;
	margin: 8px 0;
	box-sizing: border-box;
}

.fax-section > .fax-number-section {
	display: flex;
	align-items: center;
}

.fax-section > .fax-number-section > span {
	padding: 0 5px;
}

.fax-send-button {
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
	width: 100%;
}

/*popup*/
.bgno {min-width: 400px;}
.popup .popupCont{padding:22px 16px;line-height:140%;}
.popup h1.tit{margin:0;padding:0;}
.popup h2.tit{margin:0 0 15px;padding:0 0 0 20px;background:url(../V4_1/new_images/common/icon/bul_arr02.gif) no-repeat 0 3px;color:#000;font-size:16px;font-weight:bold;}
.popup h3.tit{margin:20px 0 10px;padding:0 0 0 20px;background:url(../V4_1/new_images/common/icon/bul_arr03.gif) no-repeat 0 1px;color:#5a5a5a;font-size:12px;font-weight:bold;}
.popup strong{font-weight:bold;}
.popup .tBlue{color:#0270c5;}
.popup .tRed{color:#f00;}
.popup .tLine{text-decoration:underline;}

/*timeoutchk*/
.timeChkout {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:12px;
	padding:1px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.timeChkout:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.timeChkout:active {
	position:relative;
	top:1px;
}
#timeReset{
	 position:absolute;
	 left:0px;top:0px;
	 width:100%;height:100%;
	 z-index:999999;
	 filter:alpha(opacity=10);
	 vertical-align:middle;text-align:center;
	 display:none;
 }
 
#timeResetButton
{
	background-color:#FFFFFF;
	border:2px solid #5D5D5D;
	position:absolute;
	height:300px;
	width:400px;
	margin:-150px 0px 0px -200px;
	top:25%;
	left:50%;
	padding:5px;
}
/***************전자세금계산서************************/
/*소개*/
.intro-img-box img{
	width: 300px;
	height: 200px;
}
#whatsTax{
	display: flex;
	
}
#whatsTax li{
	padding-top: 45px;
}
/* 서비스특징 */
.sendbill-skill-area{
	display: flex;
	text-align: center;
	justify-content:center;
	width: 100%;
}
.sendbill-taxguide-item *{
  padding: 0px;
  margin: 0px;
  
}
.sendbill-taxguide-item {
  width: 250px;
  height: 200px;
  margin: 20px;
  background-color: #F0F3F8;
  border-radius : 10px;
}
.sendbill-taxguide-item-num {
  display: inline-block;
  font-size: 48px;
  margin-top: -35px;
  color: #b4cafc;
  width: 120px;
  text-align: center;
  font-weight: 700;
}
.sendbill-taxguide-item-text-wrap {
  width: 100%;
}
.sendbill-function-item-text-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.sendbill-function-item-text-content li {
  color: #666;
  line-height: 1.6;
  list-style-position: inside;
  text-indent: -.5em;
  padding-left: .5em;
}
.sendbill-function-item-text-content li:before {
  content: '';
  margin-right: 3px;
}
/* 도입효과 */
.interval1{
	width:auto;
	margin-left: 10px;
	margin-right: 10px;	
}
#effectContainer img{
margin-top: 20px;
margin-right: 10px;
}
#ic-check{
    width: 7%;
    height: auto;
    padding: 0px;
}
#effect1, #effect2, #effect3{
    display: flex;
    align-items: center;
    font-size: 11pt;
}
#effect2, #effect3{
 	margin-top: -3%;
}
/* 연동 방식별 사용 방법 확인 및 문의 */
#custRequestContainer{
  text-align: center;
}
#custRequestContainer a{
  margin : 20px; 
  padding-left : 50px;
  padding-right : 50px;
}
#custRequest{
    padding: 10px;
    color: white;
    background-color: #444;
    border-radius: 30px;
}
#custRequest:hover{
	color: #38B6FF;
}
/****************홈택스 자료조회************************/
#connectTable th td{
	text-align: center;
}
#connectTable tr:nth-child(even) {
	background-color: #eee;
}

.sandbill-table-point {
	background-color: #eee;
}

/***************휴폐업 조회************************/
#custCostContainer{
    display: flex;
}
#custCostContainer *{
    color: white;
    align-items: center;
    text-align: center;
}
.sandbill-custCost1{
    background-color: #002060;
    width: 45%;
    height: 300px;
    margin-left: 30px;
    margin-right: 20px;
    border-radius: 10px;
}

.sandbill-custCost2{
    background-color: #0070C0;
    width: 45%;
    height: 300px;
    border-radius: 10px;
}
#custCostTitle{
    font-size: 15pt;
}
.custCostMemo-container {
	width: 100%;
	height: 100px;
	text-align: center;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.custCostMemo{
	display:flex;
    font-size: 13pt;
    text-align: center;    
    width: 90%;
    padding-left: 4%;
}
#textInfo-red {
	color: red;
	margin-left: 30px;
	font-size: 10pt;
}
.sustCostButton{
	background-color: white;
    padding: 4%;
    border-radius: 15%;
    color: black !important;
    font-size: 12pt;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    transform: rotateX(20deg) rotateY(30deg);
}
#sustCostButton{
    background-color: white;
    padding: 4%;
    border-radius: 15%;
    color: black;
    font-size: 12pt;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    transform: rotateX(20deg) rotateY(30deg);
}
#sustCostButton:hover{
	background-color: #1a53ff;
	color: white;
}
/***************api,데몬,파일 소개************************/
.sendbill-title-flex{
	display: inline-flex !important;
	justify-content: center;
}
.flex_container{
	display:inline-block;
	margin: 1%;
	padding-left: 5%;
	padding-bottom: 3%;
	background-color: #f5f6f7;
	border-radius: 7%;
}
#api-Info-order-image-container{
	display:flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#api-Info-order-image, #demon-Info-order-image, #file-Info-order-image, #api-able-service, #demon-able-service, #file-able-service{
	width: 100%;
	height: 100%;
}
#sendbill-suggest-customer img{
	width: 5%;
    height: auto;
    padding: 0px;
}
#sendbill-img-size{
	width: 30%;
	height: auto;
}
#info-tag{
	cursor: pointer; 
}
#sendbill-Abutton1{
	position: relative;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	color: white;
	
	text-decoration: none;
	border-radius: 10px;
	background-color: #1a53ff;
	box-shadow: 0px 4px 0px #0029a6;
}
#sendbill-Abutton1:active {box-shadow: 0 0 #0029a6; background-color: #0029a6;}