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

body{
	background: #fdfdfd;
	font: 0.75em "Microsoft JhengHei",Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	color: #666;
	overflow-x: hidden;
}


/*預設連結狀態*/
a:link , a:visited{ color: #666; text-decoration: none; }
a:hover, a:active { color: #f8cb00; text-decoration: none;}
/* a:hover,a:active {
   color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
} */
a:focus { text-decoration: none;}
a, a:before, a:after{ -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear;}
*{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/*--- Clear fix -----------*/
.clear:before, .clear:after{ content: ""; display: table;}
.clear:after{ clear: both;}
/* IE6/7 support */
.clear{ *zoom: 1;}
.left{ float:left;}
.right{ float:right;}
.no-space { margin: 0 !important; padding: 0 !important;}
.text-center{ text-align: center;}
select:focus,input:focus,button:focus,textarea:focus { outline: 0 none; border-color: #e71e61 !important;}
::-moz-placeholder { color: #c9c9c9;}
::-webkit-input-placeholder { color:#c9c9c9;}
:-ms-input-placeholder { color:#c9c9c9;}
/*選取文字變色
::selection{ background: #7b8e00; color: #fff;}*/
.note-warning-y {
  background-color: #fff061;
  border-color: #ffa900
}

/*版本更新---------------------------------------------------------------------*/
#update_browser { width:100%; height:100%; display:block; background:rgba(0, 0, 0, 0.8); position:fixed; top:0; color:#fff; padding-top: 350px; font-size:15px; letter-spacing:1px; text-align:center; z-index:9999; }
#update_browser span a{ margin-right:10px;}
#update_browser span a img{ margin-top:20px;}

/*回TOP*/
#gotop { display: none; position:fixed; border-radius:5px; right:20px; bottom:20px; padding:10px 15px; background:#000; opacity:0.7; cursor:pointer;}
#gotop:before {content:""; border-left: 16px solid transparent; border-bottom: 16px solid #fff; border-right: 16px solid transparent; display: inline-block;}
#gotop:after {content:"";border-left: 16px solid transparent; border-bottom: 16px solid #000; border-right: 16px solid transparent; position: absolute; top: 15px; left: 15px;}

/* 輸入框 */
input[type="text"],
input[type="password"] {
  width: 100%;
  height: 38px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;
  font-family: Verdana, SimSun;
  margin-bottom: 5px;
}
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
textarea { width: 100%; height: 80px; padding: 10px; border-radius: 6px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; background-color: #fff; border: 1px solid #ddd; color: #555; font-size: 14px; font-family: Verdana, SimSun; margin-bottom: 5px;}
select{ width: 20%; min-width: 85px; padding: 10px; border-radius: 6px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; background-color: #fff; border: 1px solid #ddd; color: #555; font-size: 14px;font-family: Verdana, SimSun; margin-bottom: 5px;}
input[readOnly] { background: #ebebe4; color: #7a7a7a;}
input[readOnly]:focus { border-color: #ddd !important;}

/**********************************************整體版型**  *************************************************/
.container{clear:both; max-width:1020px; margin:0 auto;}
.wrapper {background: url(../img/bg.jpg) no-repeat center top;}
.header-top {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
/*padding-bottom: 250px;*/
/*background-position: center;position: relative;z-index: 99999;*/
.logo{ width: 100%; height: auto; display: table; margin: 0 auto; text-align: center;}
.logo img{ padding-right: 260px;}
/* .top {width: 100%;height: 1640px;background: url(../img/bg.jpg) no-repeat;background-position: center;position: relative;z-index: 9;} */
.caption_m {
  width: 450px;
  height: 280px;
  /* display: table; */
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.caption_m img {
  padding-top: 20px;
  padding-left: 82px;
  position: absolute;
}
.caption_img {
  width: 520px;
  /* height: 430px; */
  margin: 0 auto;
  position: relative;
}
.caption_img img {
  position: absolute;
  top: -26%;
  right: 10%;
  /* z-index: 1; */
}

.height-max-573{max-height: 573px;}
.type_msg {
  position: relative;
}
.msg_send_btn {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.line-v {
  line-height: 37px;
}
.bg-video {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* max-height: 30px; */
    bottom: 31rem;
    left: 0;
    text-align:left;
    padding-top: .8rem;
    padding-bottom: .8rem; 
}
.p-l-r-0{padding-left: 0;padding-right: 0;}





/* Tabs */
.mediabox {
  float: left;
  /* width: 60%; */
  padding: 0 25px 15px 0;
}
.mediabox iframe,
.mediabox img {
  float: left;
  margin: 0 25px 10px 0;
  max-width: 45%;
}



/* .mediabox h3 {
  margin: 0.75em 0 0.5em;
} */
.mediabox h3 {
  margin-top: 0;
}

.mediabox p {
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.3;
}

/* Tabs Responsive Example */

@media screen and (max-width: 838px) {
  .mediabox {
    float: none;
    width: auto;
    padding: 0 0 35px 0;
    font-size: 90%;
  }

  .mediabox iframe,
  .mediabox img {
    float: left;
    margin: 0 25px 10px 0;
    max-width: 50%;
  }

  .mediabox h3 {
    margin-top: 0;
  }

  .mediabox p {
    margin-left: 40%;
    margin-left: calc(40% + 25px);
  }

  .mediabox:before,
  .mediabox:after {
    content: '';
    display: table;
  }

  .mediabox:after {
    clear: both;
  }
}

@media screen and (max-width: 512px) {

  .mediabox {
    text-align: center;
  }

  .mediabox iframe,
  .mediabox img {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .mediabox h3 {
    margin: 1.25em 0 1em;
  }

  .mediabox p {
    margin: 0;
  }
}

/** 動畫**/
.animated { animation-duration: 1s; animation-fill-mode: both;}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}
.video-fluid {
  width: 100%  !important;
  height: 100%;
  /* position: absolute; */
}

/* @keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInDown {
  animation-name: fadeInLeft;
} */