@CHARSET "UTF-8";

.product-list{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px;}
.product-list:last-child{margin-bottom: 0;}
.product-text-list{margin: 25px 0;}
.product-list label{font-family: "Noto Regular"; font-size: 20px; width: 120px;}
.product-list .product-content{width: calc(100% - 120px);}
.product-list .product-content input[type="text"]{border: 1px solid #ccc; padding: 0 4px 0; display: inline-block; height: auto; font-size: 16px; color: #999; line-height: 40px; height: 40px; font-family: "Noto Light";}
.product-list .product-content select{border: 1px solid #ccc; padding: 0 4px 0; display: inline-block; height: 40px; font-size: 16px; color: #999; line-height: 40px; height: 40px; font-family: "Noto Light";}
.product-list .product-content textarea{border: 1px solid #ccc; padding: 10px;  font-family: "Noto Light";}
.product-button{text-align: center;}

@media all and (max-width: 768px) {
    .product-list label{width: 100%; margin-bottom: 10px;}
    .product-list .product-content{width: 100%;}
    #applicantNm{width: 100%;}
    #applicantTel1,
    #applicantTel2,
    #applicantTel3{width: 31%}
}