@charset "utf-8";
/* #### bootstrap Form #### */
.bootstrap-frm {
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    color: #888;
    margin-bottom: 10px;
}
.bootstrap-frm h1 {
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm label h4 {
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 14px;
    color: #4D4F59;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="password"], .bootstrap-frm input[type="tel"], .bootstrap-frm input[type="number"],.bootstrap-frm textarea, .bootstrap-frm select{
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    color: #888;
    height: 35px;
    line-height:15px;
    margin-bottom: 4px;
    margin-right: 0px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    border: 1px solid #CCC;
    font-size: 12px;
    background-color: #FFF;
}
.bootstrap-frm input[type="text"].name {
    width: 100%;
}
.bootstrap-frm input[type="radio"] {
    float:left;
    margin-right: 5px;
}

.bootstrap-frm .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 13px;
    color: #222;
    margin-right: 10px;
    line-height: 10px;
}
.bootstrap-frm input[type="checkbox"] {
    margin-right: 5px;
}
.bootstrap-frm select {
    background: #FFF url('../images/icon/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 35px;
    line-height:15px;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 13px;
}
.bootstrap-frm select.oldyear{
    width: 69%;
    float: left;
    position: relative;
    margin-right: 10px;
}
.bootstrap-frm textarea{
    height:60px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
@media only screen and (max-width:1199px){
    .bootstrap-frm input[type="text"].search {
    width: 75%;
    text-align: left;
    height: auto;
    }
}
@media only screen and (max-width:768px){
    .bootstrap-frm input[type="text"].userlogin {
    width: 100%;
    }
    .bootstrap-frm input[type="password"].userpw {
      width: 100%;
    }
    .bootstrap-frm input[type="text"].search{
    width: 90%;
    text-align: left;
    height: auto;
    margin-left: 10px;
    }
}
@media only screen and (max-width:480px){
    .bootstrap-frm input[type="text"].userlogin {
    width: 100%;
    }
}

/* -------------------------------- 

checkbox

-------------------------------- */

.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.label-cbx input:checked + .checkbox {
  border-color: #ecaf94;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #ecaf94;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border: 1px solid #C8CCD4;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #ecaf94;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  float: left;
  position: relative;
  top: -10px;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
