@charset "utf-8";
@import url("basic.css");
@import url("reset.css");


.blind {position:absolute; overflow:hidden; left:-9999em; height:1px; width:1px; text-indent:-9999px;}
.opaci{ opacity:0; filter: Alpha(opacity=0); }

/* align */
.tac{text-align:center !important;}
.tal{text-align:left !important;}
.tar{text-align:right !important;}

.fb{font-weight: bold;}
.fn{font-weight: normal;}
.fi{font-style:italic;}

.oh{overflow:hidden;}

.dpb{display:block !important;}
.dpn{display:none !important;}
.dpt{display:table !important;}



.selectbox_styled{display:block; width:100%; margin:0; padding:0 10px; height:36px; line-height:36px; border:none; background:#fff; vertical-align:top; font-size:14px;}
.selectbox_styled.customSelectFocus{}
.customSelectInner {background:url('/assets/images/board/customSelect-arrow.gif') no-repeat center right;}

.cbtn {display:inline-block; padding:6px 12px; margin:0; font-size:14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #303030;
  color: #333;
  background-color: #fff;
}
.cbtn:focus,
.cbtn:active:focus,
.cbtn.active:focus,
.cbtn.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cbtn:hover,
.cbtn:focus,
.cbtn.focus {color:#333; text-decoration:none;}
.cbtn i{display:inline-block; margin-left:25px; padding-top:3px; vertical-align:top;}

.form_control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #333;
}
.form_control:focus {
  border-color: #66afe9;
}
.form_control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  color: #999;
}
.form_control::-webkit-input-placeholder {
  color: #999;
}
.form_control[disabled],
.form_control[readonly],
fieldset[disabled] .form_control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form_control {
  height: auto;
}