@import url("/billtax/assets/css/SpoqaHanSansNeo.css");
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/billtax/assets/fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  --color-blue:##35C5F0;
}

html, body {
  height: 100%;
  line-height: 1;
  font-family: "Pretendard", "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 10px;
  letter-spacing: -0.03rem;
  color: #1c1c1c;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
}

.hidden {
  display: none;
}

.wrapper {
  background: #fff;
  margin-left: 267px;
  padding-top: 114px;
  padding-bottom: 80px;
}

[class*=sc-] .title {
  font-weight: 700;
  font-size: 2.8rem;
  color: #353535;
}

[class*=sc-] .tit-area {
  padding-bottom: 24px;
  border-bottom: 2px solid #808080;
}

[class*=sc-] .sub-tit-area {
  padding-top: 40px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 36px;
}
[class*=sc-] .sub-tit-area .badge {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2fa7ff;
}

[class*=sc-] .sub-title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #353535;
  display: inline-block;
  margin-right: 8px;
}

[class*=sc-] .sub-desc {
  font-weight: 500;
  font-size: 1.4rem;
  color: #9e9e9e;
  line-height: 18px;
}

[class*=sc-] .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
[class*=sc-] .pagination .page-num {
  width: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-family: "Spoqa Han Snas Neo", "sans-serif";
  font-size: 1.4rem;
  color: #4b4b4b;
  border-radius: 5px;
}
[class*=sc-] .pagination .page-num.active {
  color: #0093ff;
  font-weight: 700;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

[class*=sc-] .loading {
  position: relative;
}
[class*=sc-] .loading::before {
  content: "";
  display: block;
  background: url("/assets/img/ic-data-load.png") no-repeat 0 0/32px 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[class*=sc-] .loading .loader {
  width: 80px;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #0093FF 94%, rgba(0, 0, 0, 0)) top/10px 10px no-repeat, conic-gradient(rgba(0, 0, 0, 0) -10%, #0093FF);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 10px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

[class*=sc-] .vat-table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
  line-height: 34px;
}
[class*=sc-] .vat-table tr {
  display: flex;
  gap: 10px;
}
[class*=sc-] .vat-table tr th {
  flex: 1;
  font-weight: 700;
  text-align: left;
  color: #353535;
  padding-left: 12px;
}
[class*=sc-] .vat-table tr th:nth-child(1) {
  background: #fff;
}
[class*=sc-] .vat-table tr th.f-white {
  color: #fff;
}
[class*=sc-] .vat-table tr th.f-white.bg01 {
  background: #93a3ad;
}
[class*=sc-] .vat-table tr th.f-white.bg02 {
  background: #7e8b94;
}
[class*=sc-] .vat-table tr:nth-child(odd) td {
  background: #F6F6F6;
}
[class*=sc-] .vat-table tr:nth-child(even) td {
  background: #FCFCFC;
}
[class*=sc-] .vat-table tr td {
  flex: 1;
  align-items: center;
  color: #555;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[class*=sc-] .vat-table tr td.fail {
  color: #e32a1e;
  font-weight: 600;
}
[class*=sc-] .vat-table tr td.success {
  color: #0093ff;
  font-weight: 600;
}
[class*=sc-] .vat-table tr td.situation {
  font-weight: 600;
  font-size: 1.6rem;
}
[class*=sc-] .vat-table tr td a {
  color: #0093ff;
  display: flex;
  align-items: center;
}
[class*=sc-] .vat-table tr td a img {
  display: inline-block;
  margin-left: 4px;
}
[class*=sc-] .vat-table tr td .confirmed {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 21px;
}
[class*=sc-] .vat-table tr td span {
  line-height: 18px;
}

[class*=sc-] .amount-area {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  border-top: 2px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
  line-height: 80px;
  font-size: 2.4rem;
}
[class*=sc-] .amount-area .total {
  color: #808080;
  font-weight: 500;
}
[class*=sc-] .amount-area .amount-box {
  display: flex;
  gap: 40px;
  font-weight: 700;
}
[class*=sc-] .amount-area .amount-box .box {
  padding: 0 48px;
}
[class*=sc-] .amount-area .amount-box .box.sales {
  background: #f2f8fc;
}
[class*=sc-] .amount-area .amount-box .box.sales .amount {
  color: #0093ff;
}
[class*=sc-] .amount-area .amount-box .box.purchase {
  background: #fcf9f2;
}
[class*=sc-] .amount-area .amount-box .box.purchase .amount {
  color: #fcb02d;
}

.popup-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.popup-wrap .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  border-radius: 10px;
  padding: 40px 0 0;
  background: #fff;
  overflow: hidden;
}
.popup-wrap .popup .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-wrap .popup .btn-close img {
  width: 20px;
  height: 20px;
}
.popup-wrap .popup .txt-wrap {
  text-align: center;
  color: #1c1c1c;
  padding: 0 40px 40px;
}
.popup-wrap .popup .txt-wrap .pu-tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.06em;
  margin-bottom: 38px;
}
.popup-wrap .popup .txt-wrap .pu-desc {
  display: block;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 500;
}
.popup-wrap .popup .txt-wrap .user-wrap {
  background: #f6f6f6;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(22, 28, 28, 0.07);
  padding: 68px 0;
  margin-bottom: 10px;
}
.popup-wrap .popup .txt-wrap .user-wrap .desc {
  font-size: 1.6rem;
  color: #6d6d6d;
  font-weight: 500;
  line-height: 22px;
}
.popup-wrap .popup .txt-wrap .user-wrap .user-info {
  font-size: 2.4rem;
  color: #023e68;
  font-weight: 600;
  line-height: 32px;
  margin-top: 10px;
}
.popup-wrap .popup .txt-wrap .radio-wrap {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.popup-wrap .popup .txt-wrap .radio-wrap label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #808080;
  display: flex;
  align-items: center;
}
.popup-wrap .popup .txt-wrap .radio-wrap label input[type=radio] {
  display: none;
}
.popup-wrap .popup .txt-wrap .radio-wrap label input[type=radio]:checked + .on {
  border: 1px solid #0093ff;
}
.popup-wrap .popup .txt-wrap .radio-wrap label input[type=radio]:checked + .on:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #0093ff;
  top: 3px;
  left: 3px;
  display: block;
}
.popup-wrap .popup .txt-wrap .radio-wrap label .on {
  position: absolute;
  left: -23px;
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.popup-wrap .popup .txt-wrap .radio-wrap label .on:after {
  content: "";
  position: absolute;
  display: none;
}
.popup-wrap .popup .btn-wrap .btn-check {
  width: 100%;
  height: 60px;
  background: #0093ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.2s;
}
.popup-wrap .popup .btn2-wrap {
  display: flex;
}
.popup-wrap .popup .btn2-wrap .btn2-check {
  width: 50%;
  height: 60px;
  background: #0093ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.2s;
}
.popup-wrap .popup .input-wrap {
  padding: 0 40px 40px;
}
.popup-wrap .popup .input-wrap input {
  width: 100%;
}
.popup-wrap .popup .input-wrap input:last-child {
  margin-top: 12px;
}

.bank {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

.bank > ul {
  font-size: 16px;
  font-weight: 500;
}

.bank > ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 158px;
  line-height: 34px;
  border-radius: 5px;
  padding-left: 8px;
  cursor: pointer;
}

.bank > ul > li:hover {
  background: #F2F8FC;
}

.bank > ul > li.active {
  background: #F2F8FC;
}

.bank > ul > li + li {
  margin-top: 20px;
}

input[type=text],
input[type=password] {
  width: 100%;
  height: 48px;
  padding-left: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: none !important;
  border: 2px solid #0093ff;
}

input[type=text]::placeholder,
input[type=password]::placeholder {
  color: #bdbdbd;
  font-size: 12px;
}

input[type=text] .datepicker {
  position: relative;
}
input[type=text] .datepicker::before {
  content: "";
  background: url("/assets/img/ic_24_calender.png") no-repeat 0 0/contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
}

input[type=password] {
  margin-top: 16px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #bdbdbd;
  background: #fff;
  box-sizing: border-box;
}

input[type=checkbox]:checked + label {
  position: relative;
  border: 2px solid #0093ff;
}

input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  background: url("/assets/img/ic_checkbox.svg") no-repeat 0 0/contain;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 3px;
}

[class*=sc-] .select-box {
  position: relative;
  width: 110px;
  margin-left: auto;
  text-align-last: left;
  background: #fff;
}
[class*=sc-] .select-box .btn-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #808080;
  padding: 0 14px;
  border: 1px solid #e6e6e6;
}
[class*=sc-] .select-box .btn-select img {
  transform: rotate(180deg);
}
[class*=sc-] .select-box .btn-select img.on {
  transform: rotate(0);
}
[class*=sc-] .select-box .select-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
  margin-top: 4px;
  z-index: 2;
}
[class*=sc-] .select-box .select-list.active {
  display: block;
}
[class*=sc-] .select-box .select-list .select-item {
  line-height: 39px;
  color: #353535;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 15px;
}
[class*=sc-] .select-box .select-list .select-item:hover {
  background: #f2f8fc;
  color: #0093ff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1410px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 10;
  background: #fff;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}
header .logo-area {
  width: 226px;
}
header .logo-area .logo {
  width: 72px;
}
header .flex {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 226px);
}
header .flex .gnb-list {
  position: relative;
  width: 850px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #9e9e9e;
}
header .flex .gnb-list .gnb-item {
  flex: 1;
  text-align: center;
}
header .flex .gnb-list .gnb-item.border {
  position: relative;
}
header .flex .gnb-list .gnb-item.border::before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #e6e6e6;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}
header .flex .gnb-list .gnb-item .link-gnb {
  display: inline-block;
  width: 90%;
  line-height: 70px;
  position: relative;
}
header .flex .gnb-list .gnb-item .link-gnb svg {
  vertical-align: middle;
  margin-right: 6px;
}
header .flex .gnb-list .gnb-item .link-gnb:focus {
  color: #023e68;
}
header .flex .gnb-list .gnb-item .link-gnb:focus path {
  fill: #023e68;
}
header .flex .gnb-list .gnb-item .link-gnb:focus::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #023e68;
  position: absolute;
  bottom: -1px;
}
header .flex .gnb-list .gnb-item .link-gnb.active {
  color: #0093ff;
}
header .flex .gnb-list .gnb-item .link-gnb.active path {
  fill: #0093ff;
}
header .flex .gnb-list .gnb-item .link-gnb.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0093ff;
  position: absolute;
  bottom: -1px;
}
header .flex .gnb-list .gnb-item .link-gnb.year {
  position: relative;
}
header .flex .gnb-list .gnb-item .ready {
  width: 80px;
  height: 22px;
  object-fit: contain;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
header .flex .user-list {
  display: flex;
  align-items: center;
}
header .flex .user-list .user-item {
  padding: 0 12px;
}
header .flex .user-list .user-item strong {
  display: block;
  font-size: 1.6rem;
  color: #4b4b4b;
  font-weight: 600;
  padding-bottom: 3px;
}
header .flex .user-list .user-item em {
  font-size: 1.2rem;
  color: #9e9e9e;
}
header .flex .user-list .logout {
  font-size: 1.4rem;
  color: #9e9e9e;
  position: relative;
}
header .flex .user-list .logout::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background: #e6e6e6;
  left: -1px;
  top: -4px;
}
header .flex .user-list .logout img {
  display: inline-block;
  width: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.lnb {
  position: fixed;
  top: 0;
  left: 0;
  width: 267px;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #e6e6e6;
  margin-top: 72px;
}
.lnb .lnb-list {
  display: none;
  padding-top: 32px;
  color: #4b4b4b;
  font-size: 1.6rem;
}
.lnb .lnb-list.active {
  display: block;
}
.lnb .lnb-list .lnb-item {
  font-weight: 600;
  line-height: 38px;
}
.lnb .lnb-list .lnb-item + .lnb-item {
  margin-top: 12px;
}
.lnb .lnb-list .lnb-item .lnb-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
}
.lnb .lnb-list .lnb-item .lnb-btn.active {
  width: 100%;
  background: #f2f8fc;
  color: #0093ff;
  position: relative;
}
.lnb .lnb-list .lnb-item .lnb-btn.active path {
  fill: #0093ff;
}
.lnb .lnb-list .lnb-item .lnb-btn.active::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #2fa7ff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.lnb .lnb-list .lnb-item .lnb-btn svg {
  margin-right: 4px;
}
.lnb .lnb-list .lnb-item .lnb-btn .arrow {
  width: 18px;
  margin-left: auto;
}
.lnb .lnb-list .lnb-item .sub-list {
  margin-top: 5px;
}
.lnb .lnb-list .lnb-item .sub-list .sub-item {
  font-weight: 400;
  line-height: 28px;
}
.lnb .lnb-list .lnb-item .sub-list .sub-item .sub {
  display: block;
  padding-left: 72px;
  position: relative;
  font-weight: 500;
}
.lnb .lnb-list .lnb-item .sub-list .sub-item .sub::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #bdbdbd;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -12px;
}
.lnb .lnb-list .lnb-item .sub-list .sub-item .sub.active {
  color: #0093ff;
}
.lnb .lnb-list .lnb-item .sub-list .sub-item .sub.active::before {
  background: #0093ff;
}

.sc-sales {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-sales .tit-area {
  display: flex;
}
.sc-sales .tit-area .vat-badge {
  font-size: 1.6rem;
  font-weight: 600;
  color: #023e68;
  margin-left: 12px;
  padding-top: 11px;
}
.sc-sales .sub-tit-area {
  display: flex;
  margin-bottom: 0;
  border-bottom: none;
}
.sc-sales .sub-tit-area .point {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0093ff;
  margin-left: auto;
  padding-top: 6px;
}
.sc-sales .sub-tit-area span {
  padding-top: 6px;
}
.sc-sales .sub-tit-area span.date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0093ff;
  margin-left: auto;
}
.sc-sales .vat-table tbody .input {
  line-height: 56px;
}
.sc-sales .vat-table tbody .input input[type=text].bill {
  height: 40px;
  padding: 0 14px;
  border: 1px solid #bdbdbd;
}
.sc-sales .vat-table tbody .input .reset-btn {
  display: block;
  background: #fff;
  color: #0093ff;
  border-radius: 4px;
  border: 1px solid #0093ff;
  line-height: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 53px;
  margin: 8px auto;
}
.sc-sales .vat-table tbody .input .last {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: inherit;
}
.sc-sales .vat-table tbody .input .last .select-box {
  margin-left: 0;
}
.sc-sales .vat-table tbody .input .last .select-box .btn-select {
  border: 1px solid #bdbdbd;
}
.sc-sales .add-btn {
  display: block;
  width: 40px;
  padding-top: 16px;
  margin: 0 auto;
}
.sc-sales .btn-box {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sc-sales .btn-box a {
  margin-top: 24px;
}
.sc-sales .btn-box a.prev-btn {
  display: block;
  text-align: center;
  width: 140px;
  line-height: 40px;
  border: 1px solid #0093ff;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0093ff;
  margin-top: 24px;
}
.sc-sales .link-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 10px;
}
.sc-sales .link-box .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  line-height: 40px;
  border-radius: 4px;
  background: #0093ff;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.sc-sales .link-box .link-btn.prev {
  color: #0093ff;
  border: 1px solid #0093ff;
  background: #fff;
}
.sc-sales.declare .sub-tit-area {
  margin-bottom: 36px;
  border-bottom: 1px solid #e6e6e6;
}
.sc-sales.declare .sub-tit-area .sub-desc {
  padding-top: 7px;
}
.sc-sales.declare .data-wrap {
  width: 100%;
  background: #e6e6e6;
  height: 300px;
}
.sc-sales.declare .link-box {
  border-top: 1px solid #e6e6e6;
  margin-top: 28px;
  padding-top: 24px;
}
.sc-sales .deemed-area {
  display: flex;
  gap: 40px;
}
.sc-sales .deemed-area .deemed-box {
  flex: 1;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.sc-sales .deemed-area .deemed-box .d-tit {
  font-size: 2rem;
  color: #023e68;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 28px;
}
.sc-sales .deemed-area .deemed-box .d-list {
  padding: 28px;
}
.sc-sales .deemed-area .deemed-box .d-list .d-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 21px;
}
.sc-sales .deemed-area .deemed-box .d-list .d-item + .d-item {
  margin-top: 30px;
}
.sc-sales .deemed-area .deemed-box .d-list .d-item .select-list {
  display: none;
}
.sc-sales .deemed-area .deemed-box .d-list .d-item em {
  font-size: 1.6rem;
  color: #353535;
}
.sc-sales .deemed-area .deemed-box .d-list .d-item em.category {
  color: #808080;
  font-weight: 500;
}
.sc-sales .deemed-area .deemed-box .d-list .d-item em.blue {
  color: #0093ff;
  font-weight: 500;
}
.sc-sales .txt-banner {
  text-align: center;
  border-top: 2px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f8fc;
  color: #0093ff;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  line-height: 60px;
}
.sc-sales .re-view-btn {
  margin-left: auto;
}
.sc-sales .re-view-btn button {
  width: 160px;
  height: 40px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0px rgba(96, 108, 128, 0.05);
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc-sales .re-view-btn button span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #808080;
}
.sc-sales .dec-tit {
  color: #1c1c1c;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 31px;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.sc-sales .dec-tit .b-category {
  font-weight: 500;
  color: #0093ff;
}
.sc-sales .dec-list {
  border-top: 2px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 28px;
}
.sc-sales .dec-list hr {
  background: #e6e6e6;
  height: 1px;
  border: 0;
  margin: 28px 0;
}
.sc-sales .dec-list .dec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 21px;
  margin-top: 28px;
}
.sc-sales .dec-list .dec-item em {
  font-size: 1.6rem;
  color: #353535;
}
.sc-sales .dec-list .dec-item em.category {
  color: #808080;
  font-weight: 500;
}
.sc-sales .dec-list .dec-item .bank-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
}
.sc-sales .dec-list .dec-item .bank-box .bank {
  width: 300px;
  height: 40px;
}

.sc-pay-history {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-pay-history .tit-area {
  display: flex;
  align-items: center;
}
.sc-pay-history .tit-area .point {
  display: inline-block;
  color: #0093ff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: auto;
}
.sc-pay-history .tit-area .cer-desc {
  color: #023e68;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 12px;
}
.sc-pay-history .ph-page {
  width: 100%;
}
.sc-pay-history .ph-page .calendar-area {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 16px 0;
}
.sc-pay-history .ph-page .calendar-area .d-check-btn {
  background: #0093ff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 16px;
}
.sc-pay-history .ph-page .table-area {
  width: 100%;
}
.sc-pay-history .ph-page .table-area table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
  line-height: 34px;
}
.sc-pay-history .ph-page .table-area table tr {
  display: flex;
  gap: 10px;
}
.sc-pay-history .ph-page .table-area table tr th {
  flex: 1;
  font-weight: 700;
  text-align: left;
  color: #353535;
  padding-left: 12px;
}
.sc-pay-history .ph-page .table-area table tr th:nth-child(1) {
  background: #fff;
}
.sc-pay-history .ph-page .table-area table tr th.f-white {
  color: #fff;
}
.sc-pay-history .ph-page .table-area table tr th.f-white.bg01 {
  background: #93a3ad;
}
.sc-pay-history .ph-page .table-area table tr th.f-white.bg02 {
  background: #7e8b94;
}
.sc-pay-history .ph-page .table-area table tr td {
  flex: 1;
  color: #555;
  padding-left: 12px;
}
.sc-pay-history .ph-page .table-area table tr td.fail {
  color: #e32a1e;
  font-weight: 600;
}
.sc-pay-history .ph-page .table-area table tr td.success {
  color: #0093ff;
  font-weight: 600;
}
.sc-pay-history .ph-page .table-area table tr td:nth-child(3) {
  text-align: right;
  padding: 0 12px 0 0;
}

.logo-head {
  background: #fff;
  z-index: 1;
}
.logo-head .logo-head-tit {
  font-size: 2rem;
  font-weight: 600;
  color: #1C1C1C;
}
.logo-head.kakao {
  background-color: #f6e34c;
}
.logo-head.naver {
  background-color: #5ac467;
}
.logo-head.naver .logo-head-tit {
  color: #fff;
}

.sc-certifi {
  position: relative;
  height: 100vh;
  margin-top: 30px;
}
.sc-certifi .certifi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-certifi .certifi-wrap .certifi-area:nth-child(2) {
  margin-top: 48px;
}
.sc-certifi .certifi-wrap .certifi-area .txt-box {
  border-bottom: 2px solid #bdbdbd;
  padding-bottom: 8px;
}
.sc-certifi .certifi-wrap .certifi-area .txt-box .box-t {
  display: inline-block;
  color: #023e68;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 22px;
  margin-right: 12px;
}
.sc-certifi .certifi-wrap .certifi-area .txt-box .box-d {
  display: inline-block;
  color: #9e9e9e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
}
.sc-certifi .certifi-wrap .certifi-area .flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  width: 240px;
  height: 168px;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box:focus {
  border: 6px solid #0093ff;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box.box1 {
  background: #FFE5D2;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box.box2 {
  background: #DBE7FF;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box.box3 {
  background: #FFF9CB;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box.box4 {
  background: #E3FFE7;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box img {
  width: 80px;
}
.sc-certifi .certifi-wrap .certifi-area .flex .certifi-box .c-box-tit {
  color: #353535;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 10px;
}
.sc-certifi .certifi-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  width: 500px;
  border-top: 1px solid #e6e6e6;
  margin-top: 36px;
  padding-top: 36px;
  gap: 10px;
}
.sc-certifi .certifi-wrap .btn-wrap button {
  width: 140px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
}
.sc-certifi .certifi-wrap .btn-wrap button.prev-btn {
  color: #0093FF;
  border: 1px solid #0093FF;
}
.sc-certifi .certifi-wrap .btn-wrap button.data-btn {
  color: #fff;
  background: #0093FF;
}
.sc-certifi .certifi-wrap .btn-wrap.kakao {
  width: 400px;
}
.sc-certifi .certifi-wrap .btn-wrap.kakao .close-btn {
  color: #381f1f;
  border: 1px solid #381f1f;
}
.sc-certifi .certifi-wrap .btn-wrap.kakao .re-btn {
  color: #fff;
  background: #381f1f;
}
.sc-certifi .certifi-wrap .btn-wrap.naver {
  width: 400px;
}
.sc-certifi .certifi-wrap .btn-wrap.naver .close-btn {
  color: #5ac467;
  border: 1px solid #5ac467;
}
.sc-certifi .certifi-wrap .btn-wrap.naver .re-btn {
  color: #fff;
  background: #5ac467;
}
.sc-certifi .certifi-wrap .btn-wrap.kakao02 {
  width: 752px;
  border-top: none;
  padding-top: 0;
}
.sc-certifi .certifi-wrap .btn-wrap.kakao02 .close-btn {
  color: #381f1f;
  border: 1px solid #381f1f;
}
.sc-certifi .certifi-wrap .btn-wrap.kakao02 .re-btn {
  color: #fff;
  background: #381f1f;
}
.sc-certifi .certifi-wrap .btn-wrap.naver02 {
  width: 752px;
  border-top: none;
  padding-top: 0;
}
.sc-certifi .certifi-wrap .btn-wrap.naver02 .close-btn {
  color: #5ac467;
  border: 1px solid #5ac467;
}
.sc-certifi .certifi-wrap .btn-wrap.naver02 .re-btn {
  color: #fff;
  background: #5ac467;
}
.sc-certifi .certifi-wrap .user-info-txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}
.sc-certifi .certifi-wrap .input-area {
  border-top: 2px solid #bdbdbd;
  padding-bottom: 4px;
}
.sc-certifi .certifi-wrap .input-area .input-box {
  margin-top: 28px;
}
.sc-certifi .certifi-wrap .input-area .input-box label {
  color: #808080;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 19px;
  padding-bottom: 8px;
}
.sc-certifi .certifi-wrap .input-area .input-box input {
  margin-top: 8px;
}
.sc-certifi .certifi-wrap .easy-txt {
  text-align: center;
  color: #353535;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 23px;
}
.sc-certifi .certifi-wrap .step-area {
  display: flex;
  gap: 16px;
  border-top: 2px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
  margin: 42px 0 29px;
}
.sc-certifi .certifi-wrap .step-area .step-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  padding: 40px 0;
}
.sc-certifi .certifi-wrap .step-area .step-box.box2 {
  background: #FAFAFA;
}
.sc-certifi .certifi-wrap .step-area .step-box .step {
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 700;
}
.sc-certifi .certifi-wrap .step-area .step-box .step span {
  color: #7E8B94;
}
.sc-certifi .certifi-wrap .step-area .step-box img {
  width: 98px;
}
.sc-certifi .certifi-wrap .step-area .step-box .step-d {
  display: block;
  color: #353535;
  font-size: 1.6rem;
  font-weight: 500;
}
.sc-certifi .certifi-wrap .action-area {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 28px 0 28px 28px;
  font-size: 1.6rem;
  color: #1C1C1C;
}
.sc-certifi .certifi-wrap .action-area strong {
  line-height: 22px;
}
.sc-certifi .certifi-wrap .action-area .action-t {
  color: #808080;
  font-size: 1.4rem;
  margin-left: 37px;
}
.sc-certifi .certifi-wrap .action-area .action-t + .action-t {
  margin-top: 16px;
}
.sc-certifi .certifi-wrap .action-area .action-t .link-naver {
  font-weight: bold;
  text-decoration: underline;
}

.logo-head {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.logo-head img {
  width: 72px;
}

.sc-data-call {
  position: relative;
  text-align: center;
  height: 100vh;
}
.sc-data-call .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-data-call .wrap .data-desc {
  color: #353535;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
}
.sc-data-call .wrap .data-area {
  display: flex;
  gap: 44px;
  margin-top: 40px;
}
.sc-data-call .wrap .data-area .data-box {
  width: 280px;
  height: 344px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sc-data-call .wrap .data-area .data-box h3 {
  color: #353535;
  line-height: 26px;
  font-size: 2rem;
  font-weight: 700;
  padding: 24px 0 68px;
}
.sc-data-call .wrap .data-area .data-box.data {
  background: #f2f8fc;
}
.sc-data-call .wrap .data-area .data-box.data:hover {
  border: 6px solid #0093ff;
}
.sc-data-call .wrap .data-area .data-box.olma {
  background: #fcf9f2;
}
.sc-data-call .wrap .data-area .data-box.olma:hover {
  border: 6px solid #fcb02d;
}
.sc-data-call .wrap .data-area .data-box .data-btn {
  width: 200px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
  border-radius: 4px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}

.sc-data {
  position: relative;
  height: 100vh;
}
.sc-data .data-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sc-data .data-wrap .data-desc {
  color: #353535;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 30px;
  margin: 40px 0 12px;
}
.sc-data .data-wrap .sub-desc {
  color: #808080;
  line-height: 19px;
}
.sc-data .data-wrap .data-img {
  width: 200px;
  margin: 0 auto;
}
.sc-data .data-wrap .btn-wrap {
  width: 400px;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #E6E6E6;
  padding-top: 36px;
  margin-top: 48px;
}
.sc-data .data-wrap .btn-wrap button {
  font-size: 1.4rem;
  font-weight: 700;
  width: 140px;
  line-height: 40px;
  border-radius: 4px;
}
.sc-data .data-wrap .btn-wrap button.yes {
  color: #fff;
  background: #0093FF;
}
.sc-data .data-wrap .btn-wrap button.no {
  color: #0093FF;
  border: 1px solid #0093FF;
}

.sc-join {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100vh;
}
.sc-join .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-join .wrap h1 {
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #353535;
}
.sc-join .wrap h1 .blue {
  color: #0093ff;
}
.sc-join .wrap .iquest-user {
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 18px;
}
.sc-join .wrap .user-join-area {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 48px 24px;
}
.sc-join .wrap .user-join-area .user-box {
  width: 240px;
  height: 222px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sc-join .wrap .user-join-area .user-box h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #353535;
  line-height: 26px;
  margin-top: 20px;
}
.sc-join .wrap .user-join-area .user-box.join {
  background: #f2f8fc;
}
.sc-join .wrap .user-join-area .user-box.join:hover {
  border: 6px solid #0093ff;
}
.sc-join .wrap .user-join-area .user-box.login {
  background: #fcf9f2;
}
.sc-join .wrap .user-join-area .user-box.login:hover {
  border: 6px solid #fcb02d;
}

.sc-login {
  width: 550px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
.sc-login .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-login .wrap .logo {
  width: 93px;
  height: 34px;
  margin: 0 auto;
}
.sc-login .wrap .login-area {
  width: 400px;
  margin: 40px auto 0;
  padding-bottom: 48px;
}
.sc-login .wrap .login-area .id-pw .login-error {
  display: block;
  margin-top: 8px;
  line-height: 16px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #e32a1e;
}
.sc-login .wrap .login-area .id-pw .pw-box {
  position: relative;
}
.sc-login .wrap .login-area .id-pw .pw-box .eye-ic {
  position: absolute;
  display: block;
  top: 30px;
  right: 20px;
}
.sc-login .wrap .login-area .id-pw .pw-box .eye-ic .on {
  fill: transparent;
}
.sc-login .wrap .login-area .id-pw .pw-box .eye-ic .off {
  fill: #bdbdbd;
}
.sc-login .wrap .login-area .save-box {
  display: flex;
  margin: 24px 0 48px;
  gap: 24px;
}
.sc-login .wrap .login-area .save-box .save {
  display: flex;
  gap: 6px;
  align-items: center;
}
.sc-login .wrap .login-area .save-box .save > span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 18px;
  font-weight: 500;
  color: #808080;
}
.sc-login .wrap .login-area .login-btn {
  display: block;
  width: 400px;
  margin: 0 auto;
  background: #0093ff;
  line-height: 52px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.find-area {
  width: 550px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.find-area .help {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 19px;
  color: #023e68;
  margin-bottom: 12px;
}
.find-area .find {
  position: relative;
  display: flex;
  gap: 21px;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 17px;
  font-weight: 500;
  color: #808080;
}

.find-area .find .find-link:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #bdbdbd;
  position: absolute;
  top: 3px;
  left: 234px;
}

.find-area .find .find-link:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #bdbdbd;
  position: absolute;
  top: 3px;
  left: 329px;
}

.find-area .find .find-link:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #bdbdbd;
  position: absolute;
  top: 3px;
  left: 234px;
}

.find-area .find .find-link:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #bdbdbd;
  position: absolute;
  top: 3px;
  left: 329px;
}

.banner-area {
  width: 550px;
  height: 120px;
  background: #ddd;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 6px;
}

.sc-proof {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-proof .sub-tit-area {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.sc-proof .top5-area {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.sc-proof .top5-area .top5-box {
  flex: 1;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.sc-proof .top5-area .top5-box .top5-tit {
  font-size: 2rem;
  font-weight: 600;
  color: #023e68;
  line-height: 70px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 28px;
}
.sc-proof .top5-area .top5-box .graph-box {
  padding: 34px 28px 48px;
}
.sc-proof .top5-area .top5-box .graph-box img {
  width: 140px;
  margin: 0 auto;
}
.sc-proof .top5-area .top5-box .data-txt {
  font-size: 2rem;
  color: #353535;
  text-align: center;
  font-weight: 600;
}

.sc-vat {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-vat .graph-box {
  position: relative;
  display: flex;
}
.sc-vat .graph-desc {
  position: absolute;
  font-size: 1.4rem;
  color: #808080;
  top: 0;
  left: 0;
}
.sc-vat .history-area .table-flex {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
}
.sc-vat .history-area .table-flex .tb-tit {
  display: flex;
  border-top: 2px solid #9e9e9e;
  border-bottom: 1px solid #bdbdbd;
  line-height: 40px;
}
.sc-vat .history-area .table-flex .tb-tit > p {
  width: 20%;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #438fdc;
}
.sc-vat .history-area .table-flex .tb-tit .yellow {
  color: #fcb02d;
}
.sc-vat .history-area .table-flex .group-tb {
  display: flex;
  text-align: left;
  font-size: 1.4rem;
}
.sc-vat .history-area .table-flex .group-tb .tb-container {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
.sc-vat .history-area .table-flex .group-tb .tb-container:last-child {
  padding-right: 0;
}
.sc-vat .history-area .table-flex .group-tb .tb-container:first-child > .tb-item:nth-child(odd) {
  border-right: none;
}
.sc-vat .history-area .table-flex .group-tb .tb-container .tb-item {
  width: 50%;
  height: auto;
  line-height: 34px;
  padding-left: 20px;
  color: #555;
  font-weight: 500;
}
.sc-vat .history-area .table-flex .group-tb .tb-container .tb-item:nth-child(odd) {
  border-right: 1px solid rgba(28, 28, 28, 0.1);
}
.sc-vat .history-area .table-flex .group-tb .tb-container .tb-item.merged {
  width: 100%;
  padding-left: 12px;
}
.sc-vat .history-area .table-flex .group-tb .tb-container .txb {
  color: #353535;
  font-weight: 800;
}
.sc-vat .history-area .table-flex .group-tb .tb-container .blue-bg {
  background: rgba(47, 167, 255, 0.2);
}
.sc-vat .history-area .table-flex .group-tb .tb-container .yellow-bg {
  background: rgba(255, 179, 47, 0.2);
}
.sc-vat .history-area .table-flex .group-tb .tb-container .bg1 {
  background: #f6f6f6;
}
.sc-vat .history-area .table-flex .group-tb .tb-container .bg2 {
  background: #fcfcfc;
}
.sc-vat .history-area .round-table-flex {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
}
.sc-vat .history-area .round-table-flex .tb-tit {
  display: flex;
  border-top: 2px solid #9e9e9e;
  border-bottom: 1px solid #bdbdbd;
  line-height: 40px;
  padding-left: 50px;
}
.sc-vat .history-area .round-table-flex .tb-tit > p {
  width: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #438fdc;
}
.sc-vat .history-area .round-table-flex .tb-tit .yellow {
  color: #fcb02d;
}
.sc-vat .history-area .round-table-flex .group-tb {
  display: flex;
  text-align: left;
  font-size: 1.4rem;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container {
  width: 45.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-right: 10px;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container.row {
  display: flex;
  flex-direction: column;
  width: 11.2%;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container.row .tb-item:nth-child(n+2):nth-child(-n+3) {
  border-left: none;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container:last-child {
  padding-right: 0;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container:first-child > .tb-item:nth-child(odd) {
  border-right: none;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .tb-item {
  width: 18%;
  flex-wrap: wrap;
  height: auto;
  line-height: 34px;
  padding-left: 12px;
  color: #555;
  font-weight: 500;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .tb-item:nth-child(n+2):nth-child(-n+4), .sc-vat .history-area .round-table-flex .group-tb .tb-container .tb-item:nth-child(n+7):nth-child(-n+9), .sc-vat .history-area .round-table-flex .group-tb .tb-container .tb-item:nth-child(n+12):nth-child(-n+14) {
  border-left: 1px solid rgba(28, 28, 28, 0.1);
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .tb-item.merged {
  width: 100%;
  padding-left: 12px;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .txb {
  color: #353535;
  font-weight: 800;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .blue-bg {
  background: rgba(47, 167, 255, 0.2);
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .yellow-bg {
  background: rgba(255, 179, 47, 0.2);
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .bg1 {
  background: #f6f6f6;
}
.sc-vat .history-area .round-table-flex .group-tb .tb-container .bg2 {
  background: #fcfcfc;
}
.sc-vat .round-graph-box {
  display: flex;
  margin-top: 36px;
  margin-left: 20px;
}
.sc-vat .round-graph-box .round-graph {
  flex: 1;
  display: flex;
}
.sc-vat .round-graph-box .round-graph svg {
  margin-left: auto;
}

.sc-vat-none {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-vat-none .none-data {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.sc-vat-none .none-data .illust-box {
  width: 200px;
  margin: 0 auto;
}
.sc-vat-none .none-data .txt-box {
  margin-top: 40px;
}
.sc-vat-none .none-data .txt-box .data-t {
  color: #353535;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 12px;
}
.sc-vat-none .none-data .txt-box .data-desc {
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17px;
}

.sc-declare {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-declare .tit-area {
  display: flex;
}
.sc-declare .tit-area .vat-badge {
  font-size: 1.6rem;
  font-weight: 600;
  color: #023e68;
  margin-left: 12px;
  padding-top: 11px;
}
.sc-declare .tit-area .today {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  color: #0093ff;
  padding-top: 11px;
}
.sc-declare .guide-wrap {
  position: relative;
  height: 80vh;
}
.sc-declare .guide-wrap .guide-area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sc-declare .guide-wrap .guide-area .data-desc {
  margin-top: 40px;
  line-height: 32px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #e32a1e;
  margin-bottom: 12px;
}
.sc-declare .guide-wrap .guide-area .data-img {
  width: 200px;
}
.sc-declare .guide-wrap .guide-area .btn-area {
  margin-top: 48px;
  padding-top: 36px;
  width: 400px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.sc-declare .guide-wrap .guide-area .btn-area button {
  border-radius: 4px;
  background: #0093ff;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 40px;
  width: 140px;
}
.sc-declare .guide-wrap .guide-area .btn-area button.no {
  border: 1px solid #0093ff;
  color: #0093ff;
  background: #fff;
}
.sc-declare .content-area .workplace-list .wp-item {
  display: flex;
  justify-content: space-between;
}
.sc-declare .content-area .workplace-list .wp-item + .wp-item {
  margin-top: 28px;
}
.sc-declare .content-area .workplace-list .wp-item em {
  color: #353535;
  font-size: 1.6rem;
  line-height: 21px;
}
.sc-declare .content-area .workplace-list .wp-item em.category {
  color: #353535;
  font-weight: 500;
}
.sc-declare .content-area .workplace-list .wp-item em.category span {
  font-size: 1.4rem;
  color: #9e9e9e;
  font-weight: 500;
  margin-left: 8px;
}
.sc-declare .content-area .workplace-list .wp-item:nth-child(3) .category {
  color: #0093ff;
  font-weight: 600;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box {
  display: flex;
  align-items: center;
  gap: 48px;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #808080;
  display: flex;
  align-items: center;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box label input[type=radio] {
  display: none;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box label input[type=radio]:checked + .on {
  border: 1px solid #0093ff;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box label input[type=radio]:checked + .on:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #0093ff;
  top: 3px;
  left: 3px;
  display: block;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box label .on {
  position: absolute;
  left: -23px;
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.sc-declare .content-area .workplace-list .wp-item .radio-box label .on:after {
  content: "";
  position: absolute;
  display: none;
}
.sc-declare .content-area .input-area .input-box {
  margin-top: 28px;
}
.sc-declare .content-area .input-area .input-box .line {
  display: flex;
  align-items: center;
}
.sc-declare .content-area .input-area .input-box .line.line2, .sc-declare .content-area .input-area .input-box .line.line3, .sc-declare .content-area .input-area .input-box .line.line4 {
  margin-top: 16px;
}
.sc-declare .content-area .input-area .input-box .line .category {
  display: inline-block;
  color: #353535;
  font-size: 1.6rem;
  font-weight: 500;
  width: 104px;
}
.sc-declare .content-area .input-area .input-box .line label {
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  width: 76px;
  margin-left: 70px;
}
.sc-declare .content-area .input-area .input-box .line input {
  width: 140px;
  height: 40px;
}
.sc-declare .content-area .input-area .input-box .line span {
  display: inline-block;
  font-weight: 400;
  color: #353535;
  font-size: 16px;
  margin-left: 12px;
}

.btn-area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
  margin-top: 37px;
}
.btn-area button {
  border-radius: 4px;
  background: #0093ff;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 40px;
  width: 140px;
}
.btn-area button.prev-btn {
  border: 1px solid #0093ff;
  color: #0093ff;
  background: #fff;
}

.sc-report {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}
.sc-report .tit-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #808080;
}
.sc-report .tit-area .re-view-btn {
  color: #808080;
  font-size: 1.2rem;
  font-weight: 600;
}
.sc-report .tit-area .re-view-btn button {
  padding: 0 14px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0px rgba(96, 108, 128, 0.05);
}
.sc-report .tit-area .re-view-btn button span {
  line-height: 40px;
  display: inline-block;
  margin-right: 30px;
}
.sc-report .content-area .flex {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.sc-report .content-area .flex .content {
  flex: 1;
}
.sc-report .content-area .flex .content .graph-box {
  margin-bottom: 24px;
}
.sc-report .content-area .flex .content .history-list .history-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}
.sc-report .content-area .flex .content .history-list .history-item + .history-item {
  margin-top: 24px;
}
.sc-report .content-area .flex .content .history-list .history-item .caterogy {
  display: inline-block;
  color: #808080;
  font-weight: 500;
}
.sc-report .content-area .flex .content .history-list .history-item .price {
  display: inline-block;
  color: #353535;
  text-align: left;
}
.sc-report .content-area .flex .content .history-list .history-item.total {
  font-size: 2.4rem;
  padding: 24px 0;
  margin-bottom: 32px;
  border-top: 2px solid #bdbdbd;
  border-bottom: 1px solid #e6e6e6;
}
.sc-report .content-area .flex .content .history-list .history-item.total .caterogy {
  font-weight: 500;
}
.sc-report .content-area .flex .content .history-list .history-item.total .price {
  font-weight: 700;
}
.sc-report .content-area .flex .content .history-list .history-item .link-box {
  display: flex;
  align-items: center;
}
.sc-report .content-area .flex .content .history-list .history-item .link-box .link {
  display: inline-block;
  margin-left: 4px;
}