main {
  padding: 2rem 1.5rem;
}
main .bank_wrap {
  margin-bottom: 3rem;
}
main .bank_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(25%, 25%))
}
main .bank_wrap ul li label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1rem;
  font-size: 1.3rem;
  color: #666;
  border-radius: 1rem;
  border: 1px solid transparent;
}
main .bank_wrap ul li img {
  width: 3rem;
  margin-bottom: 1.3rem;
}
main .bank_wrap ul li input:checked ~ label {
  border: 1px solid #9bcaf9;
}

main .income_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  position: relative;
}
main .income_wrap > h2,
main .interest_wrap > h2,
main .criteria_wrap > h2 {
  font-size: 1.7rem;
  color: #2a73f4;
}
main .income_wrap select {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  background: url("../img/select.png") no-repeat 98% 50% / 1rem;
  letter-spacing: -.1rem;
}
main .income_wrap select option {
  font-size: inherit;
}
main .income_wrap input {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 1rem 0 .8rem;
  border-bottom: 1px solid #ddd;
  outline: none;
  position: relative;
}
main .income_wrap .unit {
  font-size: 2.3rem;
  font-weight: 600;
  position: absolute;
  bottom: 1.2rem;
  right: 0;
}

main .criteria_wrap {
  margin-bottom: 3rem;
}
main .criteria_wrap .radio_container {
  display: flex;
}
main .criteria_wrap .radio_container .radio_box:first-child {
  margin-right: 5rem;
}

main .interest_wrap {
  margin-bottom: 5rem;
}
main .interest_wrap .radio_container,
main .criteria_wrap .radio_container {
  margin-top: 1.5rem;
}
main .interest_wrap .radio_box,
main .criteria_wrap .radio_box {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
main .interest_wrap input,
main .criteria_wrap input {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/check_off.png") no-repeat center / contain;
}
main .interest_wrap label,
main .criteria_wrap label {
  font-size: 1.8rem;
  margin-left: 1rem;
}
main .interest_wrap input:checked,
main .criteria_wrap input:checked {
  background: url("../img/check.png") no-repeat center / contain;
}
main .calc {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  background: #1a6be2;
  color: #fff;
  padding: 1.5rem;
  border-radius: .8rem;
}

/* calc_sub.php */
main .input_wrap ul li {
  margin-bottom: 3rem;
}
main .input_wrap ul li .title {
  font-size: 1.7rem;
  color: #2a73f4;
}
main .input_wrap ul li input {
  font-size: 2rem;
  font-weight: 600;
  padding: 1rem 0 .8rem;
  border-bottom: 1px solid #ddd;
  outline: none;
  width: 100%;
}
main .input_wrap ul li input::placeholder {
  color: #bbb;
}
main .input_wrap ul li input:disabled {
  background: none;
}

main .result_wrap {
  background: #f9fafc;
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 3rem;
}
main .result_wrap ul {
  border-bottom: 1px solid #ddd;
}
main .result_wrap ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
main .result_wrap ul li p,
main .result_wrap .total_wrap p {
  font-size: 1.8rem;
}
main .result_wrap ul li .result,
main .result_wrap .total_wrap .result {
  font-weight: 600;
}
main .result_wrap ul li .notice {
  font-size: 1.5rem;
  color: #999;
  margin-top: 1.5rem;
  text-align: right;
}
main .result_wrap ul li .qt {
  position: relative;
}
main .result_wrap ul li .qt::after {
  content: "*";
  color: #999;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: -1rem;
}
main .result_wrap .total_wrap {
  display: flex;

  justify-content: space-between;
  padding-top: 1.5rem;
  position: relative;
}
main .result_wrap .total_wrap .title {
  color: #2a73f4;
  font-weight: 600;
  margin-bottom: 1rem;
}
main .result_wrap .total_wrap .result {
  font-size: 2.2rem;
}
main .result_wrap .total_wrap .bank_icon {
  /* position: absolute;
  bottom: 0;
  right: 0; */
  width: 5rem;
  height: 5rem;
  border-radius: .8rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

main .result_wrap .total_wrap .bank_icon.NH {
  background: #fff url("../img/1NH_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.SH {
  background: #fff url("../img/2SH_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.WR {
  background: #fff url("../img/3WR_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.HN {
  background: #fff url("../img/4HN_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.IBK {
  background: #fff url("../img/5IBK_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.KB {
  background: #fff url("../img/6KB_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.DGB {
  background: #fff url("../img/7DGB_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.BNKB {
  background: #fff url("../img/8BNKB_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.GJ {
  background: #fff url("../img/9GJ_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.JB {
  background: #fff url("../img/10JB_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .total_wrap .bank_icon.BNKK {
  background: #fff url("../img/11BNKK_mini.png") no-repeat center / 2.5rem;
}
main .result_wrap .notice_wrap {
  margin-top: 1.5rem;
}
main .result_wrap .notice_wrap p {
  font-size: 1.5rem;
  color: #999;
  line-height: 1.4;
}



/* 수정 */
main .result_wrap .total_wrap .text_wrap { width: 80%;}
main .result_wrap .total_wrap p { line-height: 1.3;}
main .result_wrap .total_wrap p span { font-size: 1.8rem;}