@charset "UTF-8";
.bn-write-common01 .b-input.type02 {max-width: 32%;}
.inquiry-row {display: flex;align-items: center;gap: 10px;margin-bottom: 10px;}
.inquiry-row:last-child {margin-bottom: 0;}
.inquiry-row input {height: 40px;border-radius: 5px;border: 1px solid #ddd;padding: 0 10px;flex: 1;}
.inquiry-row .add-btn {background-color: #004BAE;color: #fff;border: none;border-radius: 20px;padding: 0 15px;height: 40px;cursor: pointer;font-weight: 500;white-space: nowrap;}
.inquiry-row .remove-btn {background-color: #fff;color: #333;border: 1px solid #ccc;border-radius: 20px;padding: 0 15px;height: 40px;cursor: pointer;font-weight: 500;white-space: nowrap;}
textarea {resize: vertical;width: 100%;overflow-x: hidden;}
textarea::-webkit-scrollbar {width: 5px;}
textarea::-webkit-scrollbar-thumb {background: #001A54;border-radius: 5px;}