@charset "utf-8";
/*input*/
input{font-family: 'Nanum Gothic', sans-serif;margin:0;vertical-algin: middle;}
select{font-family: 'Nanum Gothic', sans-serif;border-radius:2px;padding:3px 3px 5px 3px;margin:0;position:relative;Border:1px solid #bfbfbf;background: #fff url('/img/admin/button_underline.png') repeat-x left bottom}
label{margin-right: 5px}
.text{border-radius:2px;color:#000;border:1px solid #bfbfbf;background: #fff url('/img/admin/button_underline.png') repeat-x left bottom}
.text2{color:#999;border:1px solid #bfbfbf;padding:0 10px;margin-top:3px;background: #fff url('/img/admin/button_underline.png') repeat-x left bottom}
.button{font-family: 'Nanum Gothic', sans-serif;border-radius:2px;cursor:pointer}
.buttonimg{border-radius:2px;background: url('/img/admin/button_underline.png') repeat-x left bottom;cursor:pointer;vertical-align:middle;padding: 6px!important;position:relative;top:-1px}
.btn_middle{border: 1px solid #343434;    padding: 10px 15px;    background-color: #307cb7;}
.btn_small{border:1px solid #bfbfbf;padding:2px 6px;background-color:#f3f3f3;font-size:0.75em!important}
.btn_big{border:1px solid #bfbfbf;padding:8px 13px;background-color:#f3f3f3;font-size:1.1em}
.btn_white{background-color:#fff}
.btn_gray{border-color:#858585 !important;background-color:#a0a0a0 !important;color:white !important;}
.btn_green{border-color:#659265 !important;background-color:#739e73 !important;color:white !important;}
.btn_blue{border-color:#05507d !important;background-color:#05507d !important;color:white !important;}
.textarea{font-family: 'Nanum Gothic', sans-serif;border-radius:2px;padding:5px 0.5%;color:#999;border:1px solid #bfbfbf;background: #fff url('/img/admin/button_underline.png') repeat-x left bottom}
.resetinput{border:none;width:100%;color:#5d5d5d;}
/* .inputtextarea{position:relative;padding:4px 5px 4px 5px;border:1px solid #bfbfbf;border-radius:2px;margin-top:-1px;background: #fff url('/img/admin/button_underline.png') repeat-x left bottom} */
.inputtextarea input{background: #fff}
.inputtextarea2{position:relative;padding:4px 5px 4px 5px;border:1px solid #bfbfbf;border-radius:2px;margin-top:-1px;background: #fafafa url('/img/admin/button_underline.png') repeat-x left bottom}
.inputtextarea2 input{background: #fafafa}
.icon1{background: url('/img/admin/inputman.png') no-repeat right center}
.icon2{background: url('/img/admin/inputkey.png') no-repeat right center}
.radio{position:relative;top:3px;}
.checkbox{position:relative;top:3px;}
/*input*/