@charset "utf-8";
/*CSS Document*/
@import url(/adm/wiz_reset.css);

@media all and (max-width:414px) {
	.consult_cont table th{width:140px !important;}
}


form { margin:0; }
p { margin-top: 0px; margin-bottom: 0px }
td,table { font-size: 12px; color: #847f74; line-height: 160%; font-family: verdana;}
body{SCROLLBAR-FACE-COLOR: #CFCFCF;SCROLLBAR-3DLIGHT-COLOR: #CFCFCF;SCROLLBAR-ARROW-COLOR: #ffffff;SCROLLBAR-DARKSHADOW-COLOR: #CFCFCF;SCROLLBAR-BASE-COLOR:#CFCFCF;}

.select {color:#666; border:1px solid #ccc; background-color:#fff;}
.input {padding:2px; border:1px solid #dfdfdf; background-color:#f7f7f7;}
.input_idpw {color:#545454; border:1px solid #dfdfdf; background-color:#fff;}
.search_input {color: #847f74; border: #cfcfcf 1px solid; background-color: #fff;}

.button {cursor:hand; HEIGHT:18px; font-size:12px; font-family: 굴림; BACKGROUND-COLOR: #737373; BORDER-BOTTOM: #737373 2px solid; BORDER-LEFT: #737373 2px solid; BORDER-RIGHT: #737373 2px solid; BORDER-TOP: #737373 2px solid; COLOR: #ffffff;}

.consult_cont{margin:0px 0 0; border-top:1px solid #333;}
.consult_cont table{}
.consult_cont table th, .consult_cont table td{text-align:left; color:#333; border-bottom:1px solid #ddd;}
.consult_cont table th{width:180px; height:40px; padding-left:30px; background:#f7f7f7; font-size:14px; }
.consult_cont table th span{color:#ff1d1d; font-weight:600;}
.consult_cont table td {padding:10px 0 10px 15px;}
.consult_cont table td .input{padding:8px; background:#f7f7f7; border:1px solid #ddd; vertical-align:middle;}
.consult_cont table td .file{background:#f7f7f7; border:1px solid #dfdfdf;}
.consult_cont table td select{height:43px; border:1px solid #ddd; margin-top: 1px}
.consult_cont table td label{vertical-align:middle;}
.consult_cont table td font.comment{display:inline-block; font-size:13px; color:#888;}


/* 게시판버튼 */
.bo_btn_type1 {display:inline-block; vertical-align:top; border:1px solid #838894; background:#838894; text-align:center; color:#fff !important;font-size:16px; line-height:39px; border-radius: 3px; width: 7rem;}
.bo_btn_type1:hover{ -webkit-transition: all 0.25s;-moz-transition: all 0.25s;-ms-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s;  opacity: .8; -khtml-opacity: .80; -moz-opacity: .80; -ms-filter: ”alpha(opacity=80)”; filter: alpha(opacity=80);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity: .80;}
.bo_btn_type1 a{display:block; color:#fff;font-size:16px; line-height:43px; font-weight:400;}

.bo_btn_type2 {display:inline-block; vertical-align:top; border:1px solid #dbdbdb; text-align:center; font-size:16px; line-height:40px; border-radius: 3px; font-weight: 500; width: 7.5rem;}
.bo_btn_type2:hover{ -webkit-transition: all 0.25s;-moz-transition: all 0.25s;-ms-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s;  opacity: .8; -khtml-opacity: .80; -moz-opacity: .80; -ms-filter: ”alpha(opacity=80)”; filter: alpha(opacity=80);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity: .80; background: #d9d9d9; color: #000;}
.bo_btn_type2 a{display:block; font-size:16px; line-height:43px; font-weight:400;}


.bo_btn_type6 {display:inline-block; vertical-align:top; border:1px solid #666; background:#666; text-align:center; color:#fff !important;font-size:16px; line-height:40px; border-radius: 3px; width: 7.5rem;}
.bo_btn_type6:hover{ -webkit-transition: all 0.25s;-moz-transition: all 0.25s;-ms-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s;  opacity: .8; -khtml-opacity: .80; -moz-opacity: .80; -ms-filter: ”alpha(opacity=80)”; filter: alpha(opacity=80);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity: .80;}
.bo_btn_type6 a{display:block; color:#fff;font-size:16px; line-height:43px; font-weight:400;}


.bo_btn_type7 {display:inline-block; vertical-align:top; border:1px solid #dbdbdb; text-align:center; font-size:16px; line-height:40px; border-radius: 3px; font-weight: 500; width: 7.5rem;}
.bo_btn_type7:hover{ -webkit-transition: all 0.25s;-moz-transition: all 0.25s;-ms-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s;  opacity: .8; -khtml-opacity: .80; -moz-opacity: .80; -ms-filter: ”alpha(opacity=80)”; filter: alpha(opacity=80);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity: .80; background: #193c7b; color: #FFF;}
.bo_btn_type7 a{display:block; font-size:16px; line-height:43px; font-weight:400;}



input[type="radio"], input[type="checkbox"] {
    margin: -2px 5px 0 10px;
}

input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea {
  display: inline-block;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:#fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding:0.2rem 1rem 0;
  height:3.1em;
  margin-top: -3px;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

input[type='text'],
textarea {
  width:15rem;
}
input[type='subject'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"] {
  width:100%;
}


textarea{
  padding-top: 0.8rem;
  height: 15rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #c6d70a;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

