/* ±âº» ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.formmail_txt {font-size:12px;font-family:±¼¸²,µ¸¿ò;color:#333333}
/* ÅØ½ºÆ®¹Ú½º ½ºÅ¸ÀÏ */
.formmail_border {font-size:12px;font-family:±¼¸²,µ¸¿ò;color:#333333;border:1 solid #D4D4D4}
/* Ç×¸ñÄ­ ½ºÅ¸ÀÏ */
.formmail_title_bgcolor {background-color:#F7F7F7;font-family:±¼¸²,µ¸¿ò}
/* ÀÔ·ÂÄ­ ½ºÅ¸ÀÏ */
.formmail_cell_bgcolor {background-color:#FFFFFF;font-size:12;font-family:±¼¸²,µ¸¿ò;color:#333333;padding-left:10;}
.table_02   { width:100%;  border-left:1px #e5e5e5 solid; }
.table_02 td  { border-bottom:1px #e5e5e5 solid; border-right:1px #e5e5e5 solid; padding:4px; }

.table_02 td.formmail_cell_bgcolor textarea { width:95%; }
input[name=title1] { width:95%; }
input[name=name] { width:20% !important; }
input[name=receiver_email] { width:95% !important; }
input[name=phone_no1], input[name=phone_no2], input[name=phone_no3] { width:15%; }


@media screen and (max-width: 768px) {
input[name=name] { width:95% !important; }
input[name=phone_no1], input[name=phone_no2], input[name=phone_no3] { width:22%; }
}

@media screen and (max-width: 767px) {
.table_02 .formmail_cell_bgcolor table tr:first-child { display:flex; }
.table_02 .formmail_cell_bgcolor table tr:first-child td:nth-child(1)  { top:30%; margin-left:5px; font-weight:600; }
.table_02 .formmail_cell_bgcolor table tr:first-child td:nth-child(2) { position:absolute; margin-top:20px; text-align:left; font-size:14px !important; letter-spacing:-0.5px; }
}