<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input, textarea{outline:none;}
.form input[type="text"], .form input[type="password"], textarea, 
.table_02 input[type="text"], .table_02 input[type="password"]{border:1px solid #fcfcfc; transition:all 0.5s ease; background:#fbfbfb; padding-left:5px;}
.form input[type="text"]:focus, .form input[type="password"]:focus, textarea:focus,
.table_02 input[type="text"]:focus, .table_02 input[type="password"]:focus{border:1px solid #666 !important;transition:all 0.5s ease; background:#fff;}
input[name="com_board_search_value"], input.member_border{border:1px solid #e5e5e5;transition:border 0.5s ease;}
input[name="com_board_search_value"]:focus, input.member_border:focus,
#order_form input:focus{border:1px solid #666;transition:border 0.5s ease;}

.board2 table table tr:first-child td:first-child, .output table tr:first-child td:first-child{ overflow:hidden;}
.board2 table table img, .output .board_output_gallery_img a img{width:100%; height:255px; overflow:hidden; transition:all 0.2s ease-in-out;}
.board2 table table:hover img, .output table:hover .board_output_gallery_img a img {transform:scale(1.035);}
.board2 table .board_admin_bgcolor table:hover img{transform:scale(1.0);}
.board_admin_bgcolor img{height:auto!important;}


@media only screen and (max-width:1220px) {
.board2 table table img, .output .board_output_gallery_img a img{width:100%; height:239px; }
}



@media only screen and (max-width:767px) {
.board2 table table img, .output .board_output_gallery_img a img{width:100%; height:112px; }
.board2 .gallery_title, .output table span{top:37%; font-size:14px;}
}</pre></body></html>