@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
/* finance home */
section.full-page-layer.bg-finance {
  background: url(../img/main_finance_bg.png) no-repeat 20% 67%, #111111;
  top: 105px;
}
section.full-page-layer.bg-finance .common-contents .btn-more {
  font-weight: 700;
  position: absolute;
  right: 80px;
  bottom: 70px;
  background-color: #303030;
}
section.full-page-layer.bg-finance .common-contents .btn-more:hover {
  background-color: #01B9FC;
}

.section-wrap.finance {
  justify-content: end;
}
.section-wrap.finance .section-contents-wrap {
  width: 490px;
}
.section-wrap.finance .section-contents-wrap .contents-box .main-box {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  margin-top: 58px;
}

/* finance question */
.popup-proc-wrap {
  color: #fff;
  width: 1160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.popup-proc-wrap .top-txt {
  font-size: 20px;
}
.popup-proc-wrap .finance-proc-box {
  display: flex;
  margin: 110px 0 130px;
  align-items: center;
}
.popup-proc-wrap .finance-proc-box .proc-list {
  width: 20%;
}
.popup-proc-wrap .finance-proc-box .proc-list .num {
  font-size: 17px;
  margin-bottom: 44px;
  padding-left: 16px;
}
.popup-proc-wrap .finance-proc-box .proc-list img {
  height: 109px;
}
.popup-proc-wrap .finance-proc-box .proc-list .info {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 30px;
}
.popup-proc-wrap .bottom-txt {
  font-size: 20px;
}

.finance-detail-layout {
  background: #fff;
  border: 1px solid #F1EFEF;
  border-radius: 30px;
  padding: 80px 100px 100px 120px;
}
.finance-detail-layout + .finance-detail-layout {
  margin-top: 34px;
}
.finance-detail-layout .form-group .form-box {
  display: flex;
}
.finance-detail-layout .form-group .form-box .form-tit-box {
  font-family: "Malgun Gothic";
  font-size: 18px;
  font-weight: 600;
  line-height: 44px;
  min-width: 74px;
  margin-right: 125px;
}
.finance-detail-layout .form-group .form-box .form-con-box {
  flex: 1;
}
.finance-detail-layout .form-group .form-box .form-con-box .layout-info-txt {
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: normal;
  line-height: 44px;
  margin-bottom: 10px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group {
  display: flex;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group + .item-group {
  margin-top: 20px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box {
  display: flex;
  width: calc(50% - 30px);
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box + .item-box {
  margin-left: 60px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box.full {
  width: 100%;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box.full .depth-input .depth-con + .depth-con {
  margin-left: 24px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box.full .depth-input .depth-con .depth-tit {
  margin-right: 10px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box.full .depth-input .depth-con .tbox.smaller input {
  width: 120px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box .tit {
  font-size: 14px;
  font-weight: 600;
  min-width: 94px;
  line-height: 42px;
  margin-right: 20px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box .con {
  width: 100%;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box .depth-input {
  display: flex;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box .depth-input .depth-con {
  display: flex;
  align-items: center;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box .depth-input .depth-con + .depth-con {
  margin-left: 10px;
}
.finance-detail-layout .form-group .form-box .form-con-box .item-con-wrap .item-group .item-box .depth-input .depth-con .depth-tit {
  min-width: 26px;
  font-size: 13px;
  margin-right: 8px;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box table {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box table thead tr th {
  text-align: center;
  padding: 14px 20px;
  height: 50px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 300;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box table thead tr th:first-child {
  border-right: 1px solid #D9D9D9;
  padding: 0;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box table thead tr th .table-head-select {
  padding-right: 22px;
  position: relative;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box table tbody tr td {
  text-align: center;
  padding: 14px 20px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box table tbody tr td:first-child {
  border-right: 1px solid #D9D9D9;
  padding: 0;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box .table-con-box {
  padding-right: 22px;
  position: relative;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box .table-con-box .unit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 300;
}
.finance-detail-layout .form-group .form-box .form-con-box .finance-table-box .table-con-box .tbox input {
  height: 42px;
}
.finance-detail-layout .form-group .form-box .form-con-box .form-unit {
  color: #404040;
  font-size: 13px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.finance-detail-layout .form-group .form-box .form-con-box .con-line {
  border-bottom: 1px solid #707070;
  margin-bottom: 36px;
}
.finance-detail-layout .tbox.smaller input {
  height: 42px;
  border-radius: 8px;
  border-color: #D0D0D0;
}
.finance-detail-layout .tbox.smaller input:focus {
  border-color: #00B0F0;
}
.finance-detail-layout .tbox.smaller .limit {
  color: #7F7F7F;
  font-size: 12px;
  margin-top: 14px;
  margin-right: 14px;
}
.finance-detail-layout .sbox .set {
  height: 42px;
  border-radius: 8px;
  background-image: url(../img/ic_select_arrow.svg);
}
.finance-detail-layout .sbox .set.active {
  border-color: #00B0F0;
  border-radius: 8px 8px 0 0;
}
.finance-detail-layout .sbox .set .set-txt {
  line-height: 40px;
}
.finance-detail-layout .sbox .select-menu {
  top: 46px;
}
.finance-detail-layout .textarea-box textarea {
  border-radius: 8px;
}

.file-upload-layout {
  display: flex;
  justify-content: space-between;
}
.file-upload-layout .upload-box {
  width: calc(33.33% - 10px);
  border: 1px solid #AFAEAE;
  padding: 15px 12px 12px;
  border-radius: 2px;
}
.file-upload-layout .upload-box .file-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.file-upload-layout .upload-box .file-btn-wrap .tit {
  font-size: 12px;
}
.file-upload-layout .upload-box .file-name-wrap {
  position: relative;
}
.file-upload-layout .upload-box .file-name-wrap input {
  width: 100%;
  border-radius: 2px;
  background-color: #F1EFEF;
  margin-top: 8px;
  font-size: 12px;
  line-height: 32px;
  padding: 0 26px 0 10px;
}
.file-upload-layout .upload-box .file-name-wrap .file-remove {
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 13px;
  cursor: pointer;
}

.step-terms .platform-agree-head-layout {
  padding-bottom: 94px;
}
.step-terms .platform-agree-head-layout .head-tit-box .head-tit-box {
  font-size: 22px;
}
.step-terms .platform-agree-head-layout .head-tit-box .head-txt-box {
  color: inherit;
  line-height: 30px;
  font-weight: 300;
}
.step-terms .platform-agree-head-layout .agree-view-btn > .wrap a {
  color: #585757;
  font-size: 14px;
  font-weight: 600;
}
.step-terms .platform-agree-body-layout .head-sub-box {
  font-family: "Malgun Gothic";
}
.step-terms .platform-agree-body-layout .summary-box .underline-btn {
  color: #00B0F0;
  text-decoration: underline;
  text-underline-position: under;
}
.step-terms .platform-agree-body-layout article.terms-view-layout2 .terms-txt-box {
  color: #313131;
}

/*# sourceMappingURL=finance.css.map */
