@charset "utf-8";

input,textarea,select {
	font-family:"Nanum Gothic","돋움";
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
input[type=file] {border:1px solid #CCC;background-color:#f8f8f8;font-size:1em;font-weight:normal;padding:4px;margin:0;}
input[type=button],input[type=submit],input[type=reset] {cursor:pointer;}
input[type=text],input[type=password] {border:1px solid #CCC;ime-mode:active;background-color:#FFF;font-size:1em;font-weight:normal;padding:7px;margin:0;}
input[type=checkbox] {width:20px; height:20px;}
textarea {border:1px solid #CCC;background-color:white;font-size:1em;padding:7px;margin:0;}
select {border:1px solid #CCC;background-color:#f8f8f8;font-size:1em;font-weight:normal;padding:6px 10px;margin:0;}

/* 테이블 */
table caption {text-align:left;padding-bottom:10px;font-weight:normal;font-size:1.1em;color:#333;line-height:150%;}
table {border-width:0px;border-color:#cfd1d6;border-style:solid;}
table th {text-align:center;padding:7px;height:32px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;background:#f8f8f8;font-weight:bold;}
table th[required] {font-weight:bold;background:url('/images/common/reqcheck_y.png') no-repeat right;background-color:#f8f8f8;}
table td {padding:7px;height:32px;line-height:150%;border:1px solid #e8e8e8;}
/* 일반입력폼 */

table tbody.row tr:hover {background-color:#e0e0e0;}

.buttons {margin-top:15px;padding-top:15px;text-align:center;border-width:1px 0 0 0;border-style:dashed;border-color:#808080;}
.buttons2 {padding:15px;text-align:center;}
.buttons3 {margin-top:15px;padding-top:15px;border-width:1px 0 0 0;border-style:solid;border-color:#EEEEEE;}

::-webkit-input-placeholder {color:#c0c0c0;font-size:1.2em;font-weight:bold;font-family:"Nanum Gothic","돋움";}
:-moz-placeholder {color:#c0c0c0;font-size:1.2em;font-weight:bold;font-family:"Nanum Gothic","돋움";}
::-moz-placeholder {color:#c0c0c0;font-size:1.2em;font-weight:bold;font-family:"Nanum Gothic","돋움";}
:-ms-input-placeholder {color:#c0c0c0;font-size:1.2em;font-weight:bold;font-family:"Nanum Gothic","돋움";}