@charset "utf-8";
i, em{font-style:normal}
.owl-item {float:left;}
.owl-carousel .owl-wrapper {display: none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.owl-stage-outer{overflow:hidden;}
.owl-stage:after{display:block; content:"";clear:both;}
.owl-stage-outer:after{display:block; content:"";clear:both;}
.disabled{display:none}



/*=======================================================
  skipNavi
=========================================================*/
#skipNavi {height:0;}
#skipNavi .skipLink {position:absolute;top:-1000px;left:-1000px;overflow:hidden;z-index:5000;}
#skipNavi .skipLink:focus, #skipNavi .skipLink:active {top:0;left:0;padding:10px 20px;background:#1e64ba;color:#fff;}




/*=======================================================
  input & select
=========================================================*/
.chk-input {display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;}
.chk-input input{height:55px; letter-spacing:-0.03em; border:1px solid #a6a6a6; background:#fff; color:#666; padding:0 20px;font-size:16px; box-sizing:border-box; display:block; width:100%; position:relative;}
.chk-input.active input{color:#000;}
.chk-input input:focus{color:#000}
.chk-input textarea{height:190px; letter-spacing:-0.03em; border:1px solid #a6a6a6; background:#fff; color:#666; padding:20px;font-size:16px; box-sizing:border-box; display:block; width:100%; position:relative; resize:none;}
.chk-input input:placeholder{color:#aaa !important; opacity:0.8 !important}

.chk-select{position:relative; box-sizing:border-box;display:inline-block; vertical-align:top}
.chk-select:after{background:url(../images//sub/select-arrow.png) no-repeat center center; position:absolute; width:20px; height:30px; margin-top:-15px; right:7px; top:50%; display:block; content:""; z-index:5;}
.chk-select select{font-size:13px; border:1px solid #c1c1c1; width:100%; height:36px; color:#6a6a6a; box-sizing:border-box; padding:0 30px 0 7px; -webkit-appearance:none; -moz-appearance:none;background:none; appearance:none;width:100%; margin:0;  position:relative; z-index:5; cursor:pointer; letter-spacing:-0.03em;}
.chk-select select::-ms-expand{display:none;}
.chk-select.active select{color:#000;}
