@media only screen and (max-width: 1023px) {
    .contentArea .subDesc {
        font-family: "Sandoll GyeokdongGL2";
        letter-spacing: -0.02em;
        font-weight: 600;
        font-size: 3.32vw;
        margin-bottom: 6.94vw;
        text-align: center;
        color: #42120e;
    }
	.loan_table {
		padding: 0 6.94vw;
	    margin-top: 4vw;
	}
	.loan_table img{
		width:100%;
	}

	.contentArea .subDescTxt.loan {
		margin-bottom:3vw;
	}

  .tableArea.loan .thBody .th{
	font-size:2.2vw;
  }

  .tableArea.loan .thBody .th:nth-child(1) {
    width: 15%;
  }
  .tableArea.loan .thBody .th:nth-child(2) {
    width: 30%;

  }
  .tableArea.loan .thBody .th:nth-child(3) {
    flex: 1;
	text-align: center;
  }

  .tableArea.loan .tdBody .td:nth-child(1) {
    width: 15%;
	font-size:2.2vw;
	color:#000;
  }
  .tableArea.loan .tdBody .td:nth-child(2) {
    width: 30%;
	font-size:2.2vw;
	color:#000;
  }
  .tableArea.loan .tdBody .td:nth-child(2) .left{
	  text-align:left;
  }
  .tableArea.loan .tdBody .td:nth-child(2) .mobileOnly{
	font-weight:400 !important;
  }
  .tableArea.loan .tdBody .td:nth-child(3) {
	font-size:2.2vw;
    flex: 1;
	text-align: center;
	justify-content:center;
	color:#000;
  }
  .tableArea.loan .tdBody .td:nth-child(3) .mobileOnly{
	font-weight:400 !important;
  }
}
@media only screen and (min-width: 1024px) {
    .subContentArea .subDesc {
        font-family: "Sandoll GyeokdongGL2";
        letter-spacing: -0.02em;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 40px;
        text-align: center;
        color: #42120e;
    }
	.loan_table {
		padding: 0 42px;
        margin-top: 25px;
	}

  .tableArea.loan .thBody .th:nth-child(1) {
    width: 200px;
  }
  .tableArea.loan .thBody .th:nth-child(2) {
    width: 420px;
  }
  .tableArea.loan .thBody .th:nth-child(3) {
    flex: 1;
	text-align: center;
  }
  .tableArea.loan .tdBody .td:nth-child(1) {
    width: 190px;
  }
  .tableArea.loan .tdBody .td:nth-child(2) {
    width: 520px;
  }
  .tableArea.loan .tdBody .td:nth-child(3) {
    flex: 1;
	text-align: center;
	justify-content:center;
	color:#000;
  }
  .loantable{
	margin:20px 0px;
	border:1px #efe7d8 solid;
  }
  .loantable th {
	border:1px #efe7d8 solid;
	width:240px;
	background-color:#fff;
	color:#121212;
	padding:3px;
  }
  .loantable td {
	border:1px #efe7d8 solid;
	background-color:#fff;
	color:#121212;
	padding:3px;
  }
}