<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 기본 텍스트 스타일 */
.formmail_txt {}
.formmail_txt div {margin-bottom:0 !important;}
/* 텍스트박스 스타일 */
.formmail_border {}
/* 항목칸 스타일 */
.formmail_title_bgcolor {}
/* 입력칸 스타일 */


.formmail_cell_bgcolor {padding-left:10;}
.formmail_cell_bgcolor input {}
.table_02   { width:100%; border-top:2px #fff solid;  }
.table_02 td  { border-bottom:1px solid #2e2e2e;border-left:0px; border-right:0px #e5e5e5 solid; padding:10px; } 
.table_02 td:last-child input {margin:0; } 
.table_02 .formmail_title_bgcolor {min-width:150px !important; font-size:13px; color:#fff; }
.table_02 input {margin:0 !important; }
.table_02 textarea {width:100%;}




@media only screen and (max-width: 900px) {
.formmail_cell_bgcolor {padding-left:10;}
.table_02   { width:100%; border-top:2px #fff solid;  }
.table_02 td  { border-bottom:1px solid #2e2e2e;border-left:0px; border-right:0px #e5e5e5 solid; padding:10px; }
.table_02 .formmail_title_bgcolor {min-width:60px !important; font-size:13px; color:#fff;clear:both; }
.table_02 td:last-child input {margin:0 !important; }
.table_02 input {margin:0 !important; }
.table_02 textarea {width:100%;}
   }</pre></body></html>