@charset "UTF-8";
@import "w_common.css";
/************** COMPONENT ************/
.container.medium {
  padding: 80px 0 100px;
}

header .btn-area {
  position: relative;
}
header .shortcut-list {
  display: none;
  position: absolute;
  top: 79px;
  min-width: 180px;
  max-height: 220px;
  padding: 13px 10px 13px 20px;
  border-radius: 10px;
  border: solid 1px #e1e4eb;
  background-color: var(--white);
}
header .shortcut-list > li {
  color: #878d91;
  cursor: pointer;
}
header .shortcut-list > li + li {
  margin-top: 15px;
}
header .shortcut-list > li:hover a, header .shortcut-list > li:active a, header .shortcut-list > li:focus a {
  color: #333;
}
header .shortcut-list > li a {
  color: inherit;
  width: 100%;
}

.gnb .sub-menu {
  padding: 7.5px 22px;
  border-radius: 10px;
  border: solid 1px #e1e4eb;
}
.gnb .sub-menu > li {
  padding: 12.5px 0;
  font-size: 16px;
  color: #878d91;
}
.gnb .sub-menu > li:hover a, .gnb .sub-menu > li:active a, .gnb .sub-menu > li:focus a {
  color: #333333;
}

/* datepicker */
.dateinput input {
  border-radius: 12px;
}
.dateinput input:focus {
  border: solid 1px #363a3c;
}
.dateinput input:focus + label {
  background: unset;
}
.dateinput input + label {
  background: unset;
}
.dateinput input + label::after {
  font: var(--fa-font-regular);
  font-size: 16px;
  content: "\f133";
}

.ui-widget.ui-widget-content {
  border-radius: 12px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  border-radius: 8px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  border-radius: 8px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  border: solid 1px var(--main-blue);
  background-color: var(--main-blue);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: solid 1px var(--main-blue);
  color: var(--main-blue);
}

/* nice-select */
.nice-select {
  border-radius: 12px;
}
.nice-select .list {
  border-radius: 12px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  text-decoration: unset;
  background-color: #ebf9ff;
  font-weight: 500;
}

.nice-select .option {
  font-size: 16px;
  font-weight: normal;
  padding: 9px 20px;
}

.nice-select .option.selected.focus {
  color: #169fdb;
}

/* popup */
.pop-wrap {
  /*display: none;*/
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.pop-wrap.no-bg {
  background: none;
  backdrop-filter: unset;
}
.pop-wrap.login {
  background: none;
  backdrop-filter: unset;
  position: unset;
}
.pop-wrap.post .pop-box {
  max-height: calc(100vh - 132px);
}
.pop-wrap.post .pop-box .pop-cont {
  overflow-y: auto;
  height: calc(100vh - 326px);
}
.pop-wrap .btn-close {
  width: 24px;
  height: 24px;
}
.pop-wrap .btn-close i {
  font-size: 16px;
}
.pop-wrap .pop-box {
  max-height: calc(100vh - 132px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.pop-wrap .pop-box .pop-tit {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
}
.pop-wrap .pop-box .pop-header {
  height: 76px;
  border-bottom: 1px solid #e1e4eb;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 201;
  margin: 0 30px;
  padding-top: 10px;
}
.pop-wrap .pop-box .pop-cont {
  padding: 15px 30px 0px;
  overflow-y: auto;
  height: calc(100% - 76px);
  flex-grow: 1;
}
.pop-wrap .pop-box .pop-cont::-webkit-scrollbar {
  width: 14px;
}
.pop-wrap .pop-box .pop-cont::-webkit-scrollbar-thumb {
  background: #e1e4eb;
  background-clip: padding-box;
  border-radius: 10px;
  border: 4px solid transparent;
  height: 30%;
}
.pop-wrap .pop-box .pop-cont > p {
  font-size: 14px;
  font-weight: normal;
}
.pop-wrap .pop-box .pop-cont-tit {
  display: flex;
  align-items: center;
}
.pop-wrap .pop-box .pop-cont-tit p {
  font-size: 16px;
  font-weight: 500;
}

/* btn */
.btn-bg-round {
  height: 40px;
  padding: 0 27px;
  border-radius: 56px;
  background-color: var(--very-light-pink);
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.btn-bg-round:focus, .btn-bg-round:hover, .btn-bg-round:active {
  background-color: #e2e2e2;
}

.btn-download {
  font-size: 16px;
  font-weight: 500;
  color: #169fdb;
  min-width: 170px;
  padding: 9px 29px 10px 30px;
  border-radius: 500px;
  background-color: #fff;
  text-align: center;
}
.btn-download i {
  padding-right: 3px;
}

.btn-main {
  background-color: var(--main-blue);
  color: var(--white);
}
.btn-main:focus, .btn-main:hover, .btn-main:active {
  background-color: #0081c9;
}

.btn-main-g {
  background-color: #f1f1f1;
  color: #757575;
}
.btn-main-g:focus, .btn-main-g:hover, .btn-main-g:active {
  background-color: #e5e5e5;
}

.btn-outlined {
  background-color: #fff;
  color: var(--main-blue);
  border: solid 1px var(--main-blue);
}
.btn-outlined:focus, .btn-outlined:hover, .btn-outlined:active {
  background-color: #e4f4ff;
}

.btn-outlined-g {
  border-radius: 12px;
  border: solid 1px #d9d9d9;
  background-color: #e5e5e5;
  color: #333;
}

.btn-lg {
  min-width: 250px;
  height: 60px;
  padding: 0 58px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 500px;
}

.btn-s {
  min-width: 140px;
  height: 42px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
}

.btn-more {
  min-width: 100px;
  height: 33px;
  padding: 4px 20px 5px;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-size: 12px;
  font-weight: 500;
}

.btn-area {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

/* footer */
footer {
  background-color: var(--dark);
  width: 100%;
  height: 300px;
}
footer .inner {
  padding: 60px 0;
}
footer .logo-bizmoney {
  width: 210px;
}
footer .footer-cont {
  display: flex;
  align-items: flex-start;
  column-gap: 108px;
}
footer li,
footer a,
footer span {
  color: var(--white);
}
footer .terms {
  display: flex;
  align-items: center;
}
footer .terms a {
  font-size: 16px;
  font-weight: 500;
}
footer .terms > li {
  display: flex;
  align-items: center;
}
footer .terms > li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  margin: 0 30px;
}
footer .corp > li {
  line-height: 1.71;
}
footer .copy {
  display: block;
}

/* input */
.input-item h4.input-tit,
.input-item .input-tit h4 {
  width: 145px;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
.input-item .input-tit .c-point {
  font-size: 16px;
  font-weight: 500;
}
.input-item .input-tit h4 {
  margin-top: -12px;
}

.checkbox input {
  display: none;
}
.checkbox input + label {
  display: flex;
  align-items: center;
  column-gap: 9px;
  cursor: pointer;
}
.checkbox input + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  background: unset;
}
.checkbox input:checked + label span, .checkbox input.checked + label span {
  font-weight: 500;
}
.checkbox input:checked + label::before, .checkbox input.checked + label::before {
  border: none;
  width: 20px;
  height: 20px;
  background: url(../images/icon/ico_entry_checked.png) no-repeat center;
  background-size: contain;
}
.checkbox input:disabled + label::before, .checkbox input.disabled + label::before {
  background-color: #f0f0f0;
}

.radio input:checked + label::before,
.radio input.checked + label::before {
  border: solid 6px #169fdb;
}

.pop-box .input-item .input-tit {
  width: 104px;
}
.pop-box .input-item > div:not(.input-tit),
.pop-box .input-item > ul:not(.input-tit) {
  width: calc(100% - 104px);
}

.input-item .txtarea textarea {
  border-radius: 12px;
  min-height: 156px;
}
.input-item .btn-outlined-g {
  font-weight: 500;
}

.txtinput .unit-txt {
  border-radius: 13px;
}
.txtinput input {
  padding: 15px 20px 14px;
  border-radius: 12px;
}
.txtinput input:disabled, .txtinput input.disabled {
  background-color: #f9f9f9;
}
.txtinput input:focus {
  border: solid 1px #333;
}

.txtinput.w-btn {
  grid-template-columns: 1fr 140px;
}

.input-area > .top {
  display: flex;
}

.input-item .txt-status {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-blue);
}

/* 공통 style */
:root {
  --default: #333;
  --main-blue: #169fdb;
  --main-blue-active: #0081c9;
  --point: #fd2830;
  --warning: #fe721a;
  --white: #fff;
  --dark: #444444;
  --very-light-pink: #f1f1f1;
}

.main-tit {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(1deg, #0043a3 2%, #0180d4 42%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.main-tit + .tit-sub-txt {
  text-align: center;
  padding-top: 20px;
}

.tit-sub-txt {
  font-size: 20px;
  font-weight: 500;
}

.tit-m {
  font-size: 28px;
  font-weight: bold;
}

.cont-tit {
  font-size: 24px;
  font-weight: bold;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e1e4eb;
}

/* 비즈머니 서비스소개 - SI01 */
.wrap.service-intro .section01 .inner {
  padding-top: 50px;
}
.wrap.service-intro .section02 .inner {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.wrap.service-intro .section02 .tit-area img {
  width: 288px;
  height: 258px;
  object-fit: contain;
  margin-top: 124px;
}
.wrap.service-intro .section02 .card-area {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 40px;
}
.wrap.service-intro .section02 .card {
  width: 280px;
  height: 320px;
  padding: 37px 28px 11px;
  border-radius: 45px;
  background-color: #f9f9f9;
}
.wrap.service-intro .section02 .card img {
  width: 80px;
  height: 80px;
}
.wrap.service-intro .section03 {
  background: url(../images/SI/bg_sec03.png) no-repeat center center;
  background-size: cover;
}
.wrap.service-intro .section03 .inner {
  padding: 90px 0;
}
.wrap.service-intro .section03 .sec-tit,
.wrap.service-intro .section03 .sec-sub-txt {
  text-align: center;
}
.wrap.service-intro .section03 .ex-box-list > li {
  padding: 60px 40px 25px;
  border-radius: 45px;
  background-color: #fff;
}
.wrap.service-intro .section03 .ex-box-list > li:first-child {
  padding: 60px 40px;
}
.wrap.service-intro .section03 .ex-box-list img {
  object-fit: contain;
  max-width: 941px;
  height: auto;
}
.wrap.service-intro .section03 .box-tit {
  color: #169fdb;
  width: 100%;
}
.wrap.service-intro .section03 .box-sub-txt {
  width: 100%;
}
.wrap.service-intro .section04 .inner {
  padding: 100px 0;
}
.wrap.service-intro .section04 .sec-tit,
.wrap.service-intro .section04 .sec-sub-txt {
  text-align: center;
}
.wrap.service-intro .section04 .ex-box-list > li:not(.main-box) {
  padding: 60px 40px 40px;
  border-radius: 45px;
  background-color: #fffaef;
}
.wrap.service-intro .section04 .ex-box-list img {
  object-fit: contain;
  max-width: 1079px;
  height: auto;
}
.wrap.service-intro .section04 .main-box {
  position: relative;
  padding: 50px 50px 37px;
  border-radius: 45px;
  border: solid 10px #e1e4eb;
  background-color: #fff;
}
.wrap.service-intro .section04 .main-box .tit-area {
  position: absolute;
  right: 80px;
  top: 50px;
}
.wrap.service-intro .section04 .box-tit,
.wrap.service-intro .section04 .box-sub-txt {
  width: 100%;
}
.wrap.service-intro .section05 {
  background-color: #fafafa;
}
.wrap.service-intro .section05 .inner {
  padding: 100px 0;
}
.wrap.service-intro .section05 h5 {
  height: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap.service-intro .section05 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
}
.wrap.service-intro .section05 .list > li {
  border-radius: 45px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.16);
  background-color: #169fdb;
}
.wrap.service-intro .section05 .list img {
  height: auto;
}
.wrap.service-intro .sec-tit {
  font-size: 48px;
  font-weight: bold;
}
.wrap.service-intro .sec-tit .point {
  display: block;
  background-image: linear-gradient(to top, #0043a3, #0180d4);
  font-size: 48px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap.service-intro .sec-sub-txt {
  font-size: 20px;
  font-weight: 500;
}
.wrap.service-intro .sec-sub-txt .point {
  font-size: inherit;
  font-weight: 600;
  color: #169fdb;
}
.wrap.service-intro .box-tit {
  font-size: 32px;
  font-weight: bold;
}
.wrap.service-intro .box-sub-txt {
  font-size: 18px;
  font-weight: normal;
}
.wrap.service-intro .card-tit {
  font-size: 24px;
  font-weight: bold;
}
.wrap.service-intro .card-tit .point {
  color: #169fdb;
  font-size: inherit;
  font-weight: inherit;
}
.wrap.service-intro .card-sub-txt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.4px;
}
.wrap.service-intro .ex-box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
.wrap.service-intro .ex-box-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap.service-intro .ex-box-list > li:first-child {
  grid-column: 1/span 2;
}

.swiper.SI-banner {
  position: relative;
}
.swiper.SI-banner .swiper-pagination-progressbar {
  background-color: var(--white);
  top: unset;
  bottom: 49px;
  max-width: 977px;
  left: unset;
  right: 66px;
}
.swiper.SI-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #169fdb;
}
.swiper.SI-banner .swiper-button-next,
.swiper.SI-banner .swiper-button-prev {
  top: unset;
  bottom: 39px;
  width: fit-content;
  height: 20px;
}
.swiper.SI-banner .swiper-button-next {
  left: 132px;
}
.swiper.SI-banner .swiper-button-prev {
  left: 46px;
}
.swiper.SI-banner .swiper-button-next:after {
  font: var(--fa-font-solid);
  font-size: 12px;
  content: "\f054";
  color: #fff;
}
.swiper.SI-banner .swiper-button-prev:after {
  font: var(--fa-font-solid);
  font-size: 12px;
  content: "\f053";
  color: #fff;
}
.swiper.SI-banner .custom-fraction {
  position: absolute;
  bottom: 40px;
  left: 66px;
  z-index: 1;
  color: var(--white);
}
.swiper.SI-banner .custom-fraction * {
  color: var(--white);
}
.swiper.SI-banner .slide01 .slide-cont {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper.SI-banner .slide01 .slide-cont span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.swiper.SI-banner .slide01 .slide-cont h3 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.swiper.SI-banner .slide01 .slide-cont p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

/* SI02, SI03, SI04, SI05, SI06, SI07 */
.fee-option-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
.fee-option-list > li {
  min-height: 580px;
  border-radius: 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: #169fdb url(../images/bg_card_fee.png) no-repeat;
  background-size: cover;
  padding: 47px 30px 30px;
}
.fee-option-list .card-top {
  height: 218px;
}
.fee-option-list .ico-card {
  width: 100px;
  height: auto;
}
.fee-option-list .radio-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.fee-option-list .radio-list > li {
  width: 100%;
  min-height: 60px;
  display: flex;
}
.fee-option-list .radio-list label {
  width: 100%;
  padding-left: 58px;
  border-radius: 15px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
}
.fee-option-list .radio-list label:hover {
  border: solid 1px #169fdb;
}
.fee-option-list .radio-list label span {
  font-size: 16px;
}
.fee-option-list .radio-list input:checked + label {
  border: solid 1px #169fdb;
  background-color: #ebf9ff;
}
.fee-option-list .radio-list input:checked + label span {
  font-weight: normal;
}

.fee-summary-area {
  display: flex;
  justify-content: center;
  column-gap: 43px;
}

.fee-sum {
  width: 647px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.fee-sum strong {
  font-size: 22px;
}
.fee-sum .c-main-b {
  padding-left: 35px;
}

.inner.bg-grad {
  background: url(../images/bg_fee_grad.png) center center;
  background-size: contain;
}

.service-contact-card {
  margin-top: 95px;
  width: 100%;
  height: 138px;
  padding: 20px 33px;
  border-radius: 35px;
  background-color: #ebf9ff;
  position: relative;
  display: flex;
  align-items: flex-end;
  column-gap: 50px;
}
.service-contact-card img {
  width: 205px;
  height: 183px;
}
.service-contact-card .info {
  height: 100%;
}
.service-contact-card ul.contact {
  display: flex;
  column-gap: 30px;
  padding-top: 6px;
}
.service-contact-card ul.contact > li {
  font-size: 16px;
}
.service-contact-card ul.contact span, .service-contact-card ul.contact svg {
  color: #169fdb;
  font-size: 16px;
  padding-right: 10px;
}

.terms-check-list {
  padding-top: 30px;
  padding-left: 122px;
  border-top: 1px solid #e1e4eb;
}
.terms-check-list > li {
  display: flex;
  align-items: center;
}
.terms-check-list > li + li {
  margin-top: 18px;
}
.terms-check-list label span {
  font-size: 16px;
  font-weight: 500;
}

.pop-wrap.terms h3 {
  font-size: 14px;
  font-weight: 600;
}
.pop-wrap.terms table {
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.pop-wrap.terms table th,
.pop-wrap.terms table td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 8px 14px;
  font-size: 12px;
  text-align: center;
}
.pop-wrap.terms table th {
  font-weight: 700;
}
.pop-wrap.terms table thead {
  background-color: #f1f1f1;
}

.info-card {
  width: 100%;
  min-height: 138px;
  padding: 24px 45px;
  border-radius: 20px;
  background-color: #f1f1f1;
}

article .cont-tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e4eb;
}

.logo-upload-wrap .upload-btn {
  border-radius: 12px;
}
.logo-upload-wrap .logo-box {
  border-radius: 12px;
}

/* M_SP02,PO02 인쇄용 */
@page {
  size: A4; /* 페이지의 크기 설정 */
  margin: 1.5cm; /* 페이지의 여백 설정 */
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .inner {
    width: 100%;
  }
  header,
  footer,
  .breadcrumb,
  .tag-day,
  .post-top,
  h2,
  button {
    display: none !important;
  }
  .post-container {
    margin-top: 0;
  }
  .cont-wrap {
    padding-top: 0 !important;
  }
  .container.inner {
    padding-bottom: 0;
  }
  .post-container h4 {
    break-after: avoid;
  }
  .post-container table {
    break-inside: avoid;
  }
  .contents-area {
    width: 100%;
  }
  .pop-wrap {
    position: unset;
    background-color: unset !important;
  }
  .pop-box {
    position: unset !important;
    box-shadow: none !important;
    width: 100% !important;
    transform: unset !important;
    max-height: unset;
    height: 100%;
    overflow: visible;
    padding: 0;
  }
  .pop-wrap.post .pop-box {
    max-height: unset !important;
    overflow: visible !important;
  }
  .pop-wrap .pop-box .pop-header {
    display: none !important;
  }
  .pop-wrap.post .pop-box .pop-cont {
    overflow: visible !important;
    overflow-y: visible !important;
    height: auto !important;
    padding: 0;
  }
  table {
    width: 100%;
  }
  .post-container {
    width: 100%;
  }
}