@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}


html,body{
	background-color: #fffaeb;
	font-family: Arial,Helvetica,"微軟正黑體", sans-serif;
	-webkit-text-size-adjust:none;
}


.lp{
    width: 100%;
}

.lp .banner_img1{
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #36251e;
}

.lp img{
    width: 100%;
    max-width: 880px;
    display: block;
    margin: 0 auto;
}

.fixed_navbar#fixed_navbar {
  background: #000000;
  position: relative;
  width: 100%;
  z-index: 999;
  font-size: 10px; }
@media(min-width: 600px) {
  .fixed_navbar#fixed_navbar {
    font-size: 16px; } }
@media(min-width: 1024px) {
  .fixed_navbar#fixed_navbar {
    font-size: 20px; } }
  .fixed_navbar#fixed_navbar ul {
    text-align: center;
    margin: 0;
    padding: 0.6em 0.8em;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .fixed_navbar#fixed_navbar ul::-webkit-scrollbar {
      height: 0.2em; }
    .fixed_navbar#fixed_navbar ul::-webkit-scrollbar-track {
      background: #231816; }
    .fixed_navbar#fixed_navbar ul::-webkit-scrollbar-thumb {
      background: #64453d; }
    .fixed_navbar#fixed_navbar ul::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .fixed_navbar#fixed_navbar li {
    display: inline;
    font-family: Microsoft JhengHei, serif, sans-serif, cursive, fantasy, monospace;
    font-weight: bold;
    font-size: 1.1em; }
    .fixed_navbar#fixed_navbar li:after {
      content: "|";
      padding: 0 0.3em;
      color: #fff; }
    .fixed_navbar#fixed_navbar li a {
      text-decoration: none;
      color: #fff;
      transition: 0.2s;
      -webkit-transition: 0.2s; }
      .fixed_navbar#fixed_navbar li a:hover {
        color: #ffd8c2;
        transition: 0.2s;
        -webkit-transition: 0.2s; }

 .lp .content-container {
    margin: 0 auto;
    position: relative;
    max-width: 704px; }



.video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.leftBox,.rightBox{
	display: inline-block;
	width: 50%;
	float: left;
}

.leftBox,.rightBox{
	display: inline-block;
	width: 50%;
	float: left;
}

 .content-container2 {
    margin: 0 auto;
    position: relative;
    max-width: 704px; }

.lp2{
    max-width: 721px;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 auto;
    
     /*padding-top: 6px;
    
   border-top-style: solid;
    border-color: #acacac;
    border-width: 1px;*/
}




/*=======phone===============================*/
@media screen and (max-width: 640px) {
	
	img{
		width:100%;
	}
	



/*=======ipad===============================*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
	
	img{
		width:100%;
	}
	



}









