@charset "UTF-8";
@import url(mCustomScrollbar.css);
@import url(default.css);
@import url(plugins.css);
@import url(fancybox.css);
@import url(royalslider.css);
/* ==========================================================================
    public
 ==========================================================================*/
.fixedBox {
  display: none;
}
.fixedBox .content {
  margin: 30px;
  overflow: hidden;
}
.fixedBox.helmetBox {
  display: block !important;
  width: 420px;
  position: fixed;
  left: -10000px;
  top: -10000px;
  z-index: -1;
  text-align: center;
}
.max-xs-size .fixedBox.helmetBox {
  width: 300px;
}
.max-ss-size .fixedBox.helmetBox {
  width: 250px;
}
.fixedBox.helmetBox #reel360Slider {
  width: 310px;
  margin: auto;
  overflow: visible;
}
.max-xs-size .fixedBox.helmetBox #reel360Slider {
  width: 190px;
}
.max-ss-size .fixedBox.helmetBox #reel360Slider {
  width: 140px;
}
.fixedBox.helmetBox #reel360Slider .handle {
  margin-left: -25px;
}
.fixedBox.helmetBox.actived {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
.fixedBox.helmetBox .reel {
  width: 100% !important;
  height: auto !important;
}
.fixedBox.helmetBox .text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5em;
}

.btnSales {
background-color: #db0606;
border: none;
color: #FFFFFF;
padding: 10px 32px;
text-align: center;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
margin: 0px 0 0px 15px;!important;
text-decoration: none;
font-size:1.2em;
cursor:pointer;
font-family: 微軟正黑體, "Microsoft JhengHei", "Heiti TC", Arial, Verdana;	
	
}

.shadow:hover{box-shadow:0 5px 5px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important}

.reel {
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: url("images/icon-reel.png"), move;
}
.reel .reel-indicator.x {
  display: none !important;
}

.editor:after {
  content: '';
  display: block;
  clear: both;
}
.editor .pink {
  color: #e87d99;
}
.editor .blue {
  color: #0c72ba;
}
.editor a {
  color: #000;
}
.editor a:hover {
  color: red;
}
.editor .pic.left {
  float: left;
  padding: 0 30px 30px 0;
}
.max-md-size .editor .pic.left {
  float: none;
  padding: 0;
  text-align: center;
}
.editor .pic.right {
  float: right;
  padding: 0 0 30px 30px;
}
.max-md-size .editor .pic.right {
  float: none;
  padding: 0;
  text-align: center;
}
.editor ul.links li {
  margin: 30px 0;
  padding-left: 40px;
  position: relative;
}
.editor ul.links li:before {
  content: url("images/icon-link.png");
  position: absolute;
  left: 0;
  top: 5px;
}
.max-sm-size .editor ul.links li:before {
  top: 0;
}
.editor ul.links li a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

ul.btns {
  margin: 30px 0;
  font-size: 0;
  text-align: center;
}
.max-xs-size ul.btns {
  margin: 20px 0;
  text-align: left;
}
.max-ss-size ul.btns {
  padding: 20px 10px;
}
ul.btns li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  border: 1px solid #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
}
.max-xs-size ul.btns li {
  width: calc(100%/3 - 10px);
}
ul.btns li a {
  display: block;
  min-width: 135px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.max-xs-size ul.btns li a {
  min-width: 0;
}
ul.btns li:hover {
  opacity: 1;
}
ul.btns li.actived {
  opacity: 1;
}
ul.btns li.actived a {
  font-weight: bold;
  border-color: #000;
}

.backTop {
  display: block;
  width: 100%;
  padding: 19px 30px;
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 10;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.hideUp .backTop {
  top: 0;
}
.max-md-size .backTop {
  padding: 10px 30px;
  top: 60px;
}
.backTop .icon, .backTop span {
  display: inline-block;
  vertical-align: middle;
	color: #fff;
}
.backTop .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("images/icon-back.png") center no-repeat;
}

.subnav {
  width: 100%;
  min-width: 320px;
  padding: 10px 15px 0 15px;
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 15;
  background-color: #000;
  font-size: 0;
  text-align: center;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.hideUp .subnav {
  top: 0;
}
.subnav .title {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding-top: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.max-lg-size .subnav .title {
  padding-top: 0;
}
.subnav .logo {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 38px;
  margin-right: 20px;
  position: relative;
}
.max-lg-size .subnav .logo {
  width: 100px;
  margin-right: 10px;
}
.subnav .logo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.subnav .toggle {
  display: none;
  width: 60px;
  padding-left: 15px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("images/icon-left.png") left center no-repeat;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.subnav .toggle.actived {
  padding-left: 0;
  font-size: 0;
  background: url("images/icon-right.png") center no-repeat;
}
.subnav ul {
  display: inline-block;
  vertical-align: top;
}
.subnav ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px !important;
  margin-right: 5px;
}
.subnav ul > li > a {
  display: block;
  padding: 8px 15px;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.subnav ul > li > a:hover, .subnav ul > li > a.mPS2id-highlight {
  border-color: #adadad;
}
.max-bg-size .subnav ul > li > a {
  padding: 8px;
}
.max-lg-size .subnav ul > li > a {
  padding: 5px;
}
.subnav ul > li.actived > a {
  border-color: #adadad;
}
.subnav ul > li .tags {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  
}
.max-lg-size .subnav ul > li .tags {
  top: 55px;
}
.max-md-size .subnav ul > li .tags {
  display: none;
}
.subnav ul > li .tags ul {
  display: block;
  font-size: 0;
}
.subnav ul > li .tags ul li {
  display: inline-block;
  vertical-align: top;
 
	width: 20%;
  margin-right: 0;
}
.max-md-size .subnav ul > li .tags ul li {
  width: 50%;
}
.max-xs-size .subnav ul > li .tags ul li {
  width: 100%;
}
.subnav ul > li .tags ul li a {
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}
.max-md-size .subnav ul > li .tags ul li a {
  padding-right: 15px;
}
.max-sm-size .subnav ul > li .tags ul li a {
  font-size: 15px;
}
.max-xs-size .subnav ul > li .tags ul li a {
  padding-right: 0;
}
.subnav ul > li .tags ul li a:before {
  content: url("images/racing/icon-arrow.png");
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.max-md-size .subnav ul > li .tags ul li a:before {
  opacity: 1;
}
.min-md-size .subnav ul > li .tags ul li a:hover, .subnav ul > li .tags ul li a.mPS2id-highlight {
  color: #ff7777;
  text-decoration: underline;
}
.min-md-size .subnav ul > li .tags ul li a:hover:before, .subnav ul > li .tags ul li a.mPS2id-highlight:before {
  opacity: 1;
}
.subnav ul > li:hover .tags {
  opacity: 1;
  visibility: visible;
}
.max-md-size .subnav.fixed {
  height: 55px;
  top: 60px;
  text-align: left;
  border-bottom: 1px solid #3a3a3a;
}
.max-md-size .subnav.fixed .toggle {
  display: block;
}
.max-md-size .subnav.fixed ul {
  width: 200px;
  height: calc(100vh - 115px);
  padding-bottom: 60px;
  position: absolute;
  right: -200px;
  top: 55px;
  background-color: #000;
  border-left: 5px solid #e60012;
  text-align: center;
  overflow: auto;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.max-md-size .subnav.fixed ul.actived {
  right: 0;
}
.max-md-size .subnav.fixed ul > li {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid #3a3a3a;
}
.max-md-size .subnav.fixed ul > li a {
  padding: 10px;
  border: none;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-md-size .subnav.fixed ul > li a.mPS2id-highlight {
  background-color: #e60012;
}
.max-md-size .subnav.fixed ul > li.actived {
  border-color: #e60012;
}
.max-md-size .subnav.fixed ul > li.actived a {
  background-color: #e60012;
}
.max-md-size .subnav .desktop {
  display: none !important;
}
.max-sm-size .subnav .mobile {
  display: block !important;
}
.subnav .forMobile, .subnav .forPad {
  display: none;
}
.subnav .forMobile a, .subnav .forPad a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.max-ss-size .subnav .forMobile a, .max-ss-size .subnav .forPad a {
  margin-right: 3px;
  padding: 5px;
}
.subnav .forMobile a.mPS2id-highlight, .subnav .forPad a.mPS2id-highlight {
  color: #fff;
  background-color: #e60012;
}
.max-sm-size .subnav .forMobile {
  display: inline-block;
}
.max-md-size .subnav .forPad {
  display: inline-block;
}
.max-sm-size .subnav .forPad {
  display: none;
}

.banner {
  position: relative;
  z-index: 1;
}
.banner .notice {
 /*width: 557px;*/
	 max-width: 570px;
  margin-top: 0;
  margin-right: 50px;
  /*padding: 20px 20px 20px 110px;*/
	padding: 30px 30px 30px 130px;
  position: absolute;
  left: 0;
	/*top:100px;*/
  bottom: 40px;
  z-index: 6;
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.banner .notice:before {
  content: normal;
}
.max-lg-size .banner .notice {
  padding: 10px 20px 10px 60px;
	/*top:20px;*/
  font-size: 20px;
}
.max-xs-size .banner .notice {
  max-width: none;
  width: 100%;
  position: relative;
	/*top:0px;*/
  bottom: 0;
  font-size: 18px;
}
.banner .notice .text {
  display: table;
}
.banner .notice .text .middle {
  height: 60px;
}
.banner .notice .close {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 1;
  background: url("images/icon-closed.png") center no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.banner .notice .close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.max-lg-size .banner .notice .close {
  left: 15px;
}

 @keyframes leftToRight {	
            from {
                transform: translate3d(-570px, 0, 0);
            }

            to {
                transform: translate3d(1800px, 0, 0,);
            }
        }

        .leftToRight {
            animation-name: leftToRight;
            animation-delay: 0.2s;
            animation-duration: 1s;
            animation-fill-mode: forwards;
			
        }


.banner .noticeSurvey {
  max-width: 570px;
  margin-top: 0;
  margin-right: 50px;
  /*padding: 20px 20px 20px 110px;*/
	padding: 30px 10px 20px 130px;
  position: absolute;
  left: 0;
	/*top:100px;*/
 /* bottom: 40px;*/
  bottom: 175px;
  z-index: 6;
  background-color: hsla(175,90%,38%,0.68);;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.banner .noticeSurvey:before {
  content: normal;
}

.banner .noticeSurvey .yes{display:inline-block; width: 50px;height: 50px; background-color: cadetblue; text-align: center; vertical-align:middle; color: aliceblue; padding-top: 5px; margin-right: 5px;  margin-left: 15px; } 

.max-lg-size .banner .noticeSurvey {
  padding: 10px 20px 5px 60px;
	/*top:20px;*/
	bottom: 130px;
  font-size: 20px;
}
.max-xs-size .banner .noticeSurvey {
  max-width: none;
  width: 100%;
  position: relative;
	/*top:0px;*/
  bottom: 0;
  font-size: 18px;
}

.max-xs-size .banner .noticeSurvey .yes{display:inline-block; width: 30px;height: 30px; background-color: cadetblue; text-align: center; vertical-align:middle; color: aliceblue; padding-top: 5px; margin-right: 5px; margin-left: 30px; } 

.banner .noticeSurvey .text {
  display: table;
}
.banner .noticeSurvey .text .middle {
  height: 60px;
}
.banner .noticeSurvey .close {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 1;
  background: url("images/icon-closed.png") center no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.banner .noticeSurvey .close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.max-lg-size .banner .noticeSurvey .close {
  left: 15px;
}

.noticeAPP {
  max-width: 100%;
  /*margin-top: 80px;*/
	top:80px;
	margin-left: 0px;
  margin-right: 0px;
  padding: 30px 30px 6px 230px;
/*  position: absolute;*/
  left: 0;
  right: 0;
/*  bottom: 30px;*/
  z-index: 6;
  background-color: #3b3c3f;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
	opacity: 0.9;
	position: fixed;
	height: auto;
	
	
	
}
/*.noticeAPP .scrollbar {
  max-height: 600px;
}*/

.noticeAPP:before {
  content: normal;
}
.max-lg-size .banner .noticeAPP {
  max-width: none;
  position: fixed;
  width: 100%;
  /*position: relative;*/
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  bottom: 60px;
  font-size: 15px;
}

.min-md-size .banner .noticeAPP {
   padding: 80px 10px 10px 80px;
  font-size: 20px;

}


.max-sm-size  .noticeAPP {
  max-width: none;
	
  width: 100%;
  position: relative;
  margin-top: -145px;
  padding-bottom: 60px;
  padding-left: 10px;
  font-size: 12px;
}



.max-xs-size  .noticeAPP {

  max-width: none;
	
  width: 100%;
  position: relative;
  margin-top: -145px;
  padding-bottom: 60px;
  padding-left: 10px;
  font-size: 12px;
}


/*
.max-xs-size .banner .noticeAPP {
  max-width: none;
  width: 100%;
  position: relative;
  bottom: 0;
  font-size: 18px;
}*/
/* .noticeAPP .text {
  display: table;
}*/
 .noticeAPP .text .middle {
 /* height: 60px;*/
}
 .noticeAPP .close {
  width: 80px;
  height: 30px;
  margin-top: -100px;
  position: absolute;
  left: 45%;
  top: 100%;
  z-index: 1;
  background: url("images/icon-closed_2.png") center no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/*.banner .noticeAPP .close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}*/
.max-lg-size .banner .noticeAPP .close {
  right: 20px;
}

.max-sm-size .banner .noticeAPP .close {
   right: 40px; margin-top: -15px;
}


/*.max-xs-size  .banner .noticeAPP .close {
   margin-top: -15px;
}*/



.noticeParts {
  max-width: 100%;
  /*margin-top: 80px;*/
	top:60px;
	margin-left: 0px;
  margin-right: 0px;
  padding: 30px 30px 290px 80px;
/*  position: absolute;*/
  left: 0;
  right: 0;
/*  bottom: 30px;*/
  z-index: 6;
  background-color: #3b3c3f;
  color: #fff;
  font-size: 15px;
  /*font-weight: bold;*/
	font-weight: 400;
	opacity: 0.9;
	position: fixed;
	height: auto;
	
	
	
}
/*.noticeParts .scrollbar {
  max-height: 600px;
}*/

.noticeParts:before {
  content: normal;
}
.max-lg-size .banner .noticeParts {
  max-width: none;
  position: fixed;
  width: 100%;
  /*position: relative;*/
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  bottom: 60px;
 
}

/*.min-md-size  .noticeParts {
   padding: 80px 10px 10px 280px;
  font-size: 20px;
 padding-left: 500px;
}*/


.max-sm-size  .noticeParts {
  max-width: none;
  
  width: 100%;
  position: relative;
  margin-top: -145px;
  padding-bottom: 60px;
  padding-left: 10px;
  font-size: 12px;
}

.min-md-size .noticeParts {
	
	
}

.max-xs-size  .noticeParts {

  max-width: none;

  width: 100%;
  position: relative;
  margin-top: -145px;
  padding-bottom: 250px;
  padding-left: 10px;
  font-size: 12px;
}


/*
.max-xs-size .banner .noticeParts {
  max-width: none;
  width: 100%;
  position: relative;
  bottom: 0;
  font-size: 18px;
}*/
/* .noticeAPP .text {
  display: table;
}*/
 .noticeParts .text .middle {
 /* height: 60px;*/
}
 .noticeParts .close {
  width: 80px;
  height: 30px;
  margin-top: -260px;
  position: absolute;
  left: 45%;
  top: 100%;
  z-index: 1;
  background: url("images/icon-closed_2.png") center no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 1024px) {	
 .noticeParts {padding-left: 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
.noticeParts {
   padding: 60px 10px 290px 250px;
  font-size: 20px;

	}	

.noticeParts  .close{
	margin-top: -150px;}
	
}

.max-sm-size .noticeParts .close {
	
	margin-top: -150px;
	
}

/*.banner .noticeAPP .close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}*/
/*.max-lg-size .banner .noticeParts .close {
  right: 20px;
}

.max-sm-size .banner .noticeParts .close {
   right: 40px; margin-top: -15px;
}
*/

/*.max-xs-size  .banner .noticeParts .close {
   margin-top: -15px;
}*/






.banner .pic {
  height: 1080px;
  height: calc(100vh - 185px);
  background-position: top center !important;
}
.max-md-size .banner .pic {
  height: 700px;
  height: 56vw;
}
.banner .scroll, .banner .scroll-in {
  width: 20px;
  height: 40px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 5;
  background: url("images/icon-scroll.png") center no-repeat;
  font-size: 0;
  cursor: pointer;
}
.max-md-size .banner .scroll, .max-md-size .banner .scroll-in {
  display: none;
}
.banner .scroll:after, .banner .scroll-in:after {
  content: url("images/icon-scroll-down.png");
  position: absolute;
  left: 0;
  bottom: -20px;
  -webkit-animation: mybottom 1s ease-in 1s infinite alternate;
          animation: mybottom 1s ease-in 1s infinite alternate;
}

a.open-box {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.max-md-size a.open-box, .moblie a.open-box {
  display: block;
  background-size: 80px;
}
.max-sm-size a.open-box {
  background-size: 40px;
}

a.openPic {
  display: inline-block;
  position: relative;
}
a.openPic img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
a.openPic:before {
  top: 50%;
  z-index: 1;
  background-color: rgba(150, 4, 4, 0.6);
  -webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
  transition: width 0.5s, height 0.5s, margin 0.5s;
}
a.openPic:before, a.openPic:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  border-radius: 50%;
}
.max-md-size a.openPic:before, .max-md-size a.openPic:after {
  content: normal;
}
a.openPic:after {
  width: 146px;
  height: 146px;
  margin: -73px 0 0 -73px;
  top: 80%;
  z-index: 2;
  background: url("images/icon-zoom.png") center no-repeat;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}
.min-md-size a.openPic:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.min-md-size a.openPic:hover:before {
  width: 146px;
  height: 146px;
  margin: -73px 0 0 -73px;
}
.min-md-size a.openPic:hover:after {
  top: 50%;
  opacity: 1;
  -webkit-transition: top 0.5s 0.3s, opacity 0.5s 0.3s;
  transition: top 0.5s 0.3s, opacity 0.5s 0.3s;
}

.gray-bg {
  background: url("images/gray-bg2.jpg") center top no-repeat;
}

.section {
  padding: 50px 30px;
}
.max-md-size .section {
  padding: 30px;
}
.max-ss-size .section {
  padding: 30px 15px;
}
.section .title {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
}
.max-md-size .section .title {
  margin-bottom: 20px;
}
.section .title2 {
  display: table;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #bd0511;
  color: #bd0511;
  font-size: 25px;
}
.max-md-size .section .title2 {
  padding-bottom: 10px;
}
.max-sm-size .section .title2 {
  font-size: 20px;
}
.section .type {
  margin-bottom: 50px;
  padding-left: 35px;
  position: relative;
}
.max-md-size .section .type {
  margin-bottom: 20px;
}
.section .type:before {
  content: url("images/icon-type.png");
  position: absolute;
  left: 0;
  top: 2px;
}
.max-sm-size .section .type:before {
  top: 0;
}
.section .goTop {
  width: 55px;
  height: 55px;
  margin: 30px auto;
  background: url("images/racing/icon-top.png") center no-repeat;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}
.section .goTop:hover {
  background-image: url("images/racing/icon-top2.png");
}
.max-md-size .section .goTop {
  display: none;
}

div.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.5%;
}
div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history-block {
  padding-top: 0;
}
.history-block .title {
  text-align: center;
}
.max-xs-size .history-block .title {
  padding: 5px;
  background-color: #000;
  color: #fff;
}
.history-block .block {
  padding-top: 60px;
}
.history-block ul.list {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
  position: relative;
}
.max-md-size .history-block ul.list {
  padding: 0;
}
.history-block ul.list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #000;
}
.max-xs-size .history-block ul.list:after {
  content: normal;
}
.history-block ul.list > li {
  width: 50%;
  min-height: 200px;
  margin-top: -100px;
  margin-bottom: 50px;
}
.max-xs-size .history-block ul.list > li {
  width: 100%;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.max-xs-size .history-block ul.list > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.history-block ul.list > li .year {
  position: relative;
  font-weight: bold;
}
.max-xs-size .history-block ul.list > li .year {
  color: red;
}
.history-block ul.list > li .year:before {
  content: '';
  display: block;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 8px;
  z-index: 1;
  background: center no-repeat;
}
.max-xs-size .history-block ul.list > li .year:before {
  content: normal;
}
.history-block ul.list > li:first-of-type {
  margin-top: 0;
}
.history-block ul.list > li:last-of-type {
  margin-bottom: 0;
}
.history-block ul.list > li:last-of-type {
  min-height: 0;
}
.history-block ul.list > li:nth-of-type(odd) {
  margin-left: auto;
  padding-left: 50px;
}
.history-block ul.list > li:nth-of-type(odd) .year:before {
  left: -60px;
  background-image: url("images/profile/icon-right.png");
}
.max-md-size .history-block ul.list > li:nth-of-type(odd) {
  padding-left: 30px;
}
.max-md-size .history-block ul.list > li:nth-of-type(odd) .year:before {
  left: -40px;
}
.max-xs-size .history-block ul.list > li:nth-of-type(odd) {
  margin-left: 0;
  padding-left: 0;
}
.history-block ul.list > li:nth-of-type(even) {
  margin-right: auto;
  padding-right: 50px;
  text-align: right;
}
.history-block ul.list > li:nth-of-type(even) .year:before {
  right: -60px;
  background-image: url("images/profile/icon-left.png");
}
.max-md-size .history-block ul.list > li:nth-of-type(even) {
  padding-right: 30px;
}
.max-md-size .history-block ul.list > li:nth-of-type(even) .year:before {
  right: -40px;
}
.max-xs-size .history-block ul.list > li:nth-of-type(even) {
  margin-right: 0;
  padding-right: 0;
  text-align: left;
}

ul.news-list {
  font-size: 0;
}
ul.news-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  z-index: 1;
  font-size: 14px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.max-md-size ul.news-list li {
  width: 50%;
}
.max-xs-size ul.news-list li {
  display: block;
  width: auto;
  margin: 0 30px;
  border-bottom: 1px solid #ccc;
}
.max-ss-size ul.news-list li {
  margin: 0 15px;
}
.min-xs-size ul.news-list li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
ul.news-list li a {
  display: block;
}
ul.news-list li a .pic {
  height: 360px;
  height: 18.5vw;
  overflow: hidden;
}
.max-md-size ul.news-list li a .pic {
  height: 300px;
  height: 39vw;
}
.max-xs-size ul.news-list li a .pic {
  display: none;
}
ul.news-list li a .pic .jqimgFill {
  height: 360px;
  height: 18.5vw;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.max-md-size ul.news-list li a .pic .jqimgFill {
  height: 300px;
  height: 39vw;
}
ul.news-list li a .text {
  display: table;
  width: 100%;
  color: #000;
}
ul.news-list li a .text .middle {
  vertical-align: top;
  padding: 10px 30px;
  height: 200px;
}
.max-lg-size ul.news-list li a .text .middle {
  height: 160px;
}
.max-xs-size ul.news-list li a .text .middle {
  height: auto;
  padding: 20px 0;
}
ul.news-list li a .text .sub .date {
  opacity: 0.5;
}
ul.news-list li a .text .sub .date:before {
  content: '/';
  padding: 0 5px;
}
ul.news-list li a .text .sub .type {
  margin: 0;
  padding: 0;
}
ul.news-list li a .text .sub .type:before {
  content: normal;
}
ul.news-list li a .text .title {
  height: 3em;
  margin: 15px 0;
  font-size: 20px;
  font-weight: normal;
  -webkit-transition: font 0.5s;
  transition: font 0.5s;
}
.max-lg-size ul.news-list li a .text .title {
  margin: 10px 0;
  font-size: 16px;
}
.max-xs-size ul.news-list li a .text .title {
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
}
ul.news-list li a .text .more {
  padding-left: 50px;
  position: relative;
  color: #666666;
}
.max-xs-size ul.news-list li a .text .more {
  display: none;
}
ul.news-list li a .text .more:before {
  content: url("images/icon-more.png");
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
ul.news-list li a:hover .jqimgFill {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
ul.news-list li a:hover .text .title {
  color: #ff0000;
  font-size: 23px;
  font-weight: bold;
}
.max-lg-size ul.news-list li a:hover .text .title {
  font-size: 18px;
}
.max-xs-size ul.news-list li.last {
  display: none;
}
ul.news-list li.last a .pic {
  position: relative;
  background-color: #000;
}
ul.news-list li.last a .pic .jqimgFill {
  opacity: 0.2 !important;
}
ul.news-list li.last a .pic:before {
  content: '';
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px solid #fff;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
ul.news-list li.last a .pic:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("images/icon-plus.png") center no-repeat;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
ul.news-list li.last a:hover .pic:before, ul.news-list li.last a:hover .pic:after {
  opacity: 1;
}

ul.pages {
  margin-top: 80px;
  text-align: center;
}
.max-md-size ul.pages {
  margin-top: 50px;
}
.max-xs-size ul.pages {
  margin-top: 30px;
}
ul.pages li {
  display: inline-block;
  vertical-align: middle;
}
ul.pages li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #000;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.max-sm-size ul.pages li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.max-ss-size ul.pages li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
ul.pages li a:hover {
  background-color: #f6f6f6;
}
ul.pages li.actived a {
  color: #fff;
  background-color: red;
}
ul.pages li.arrow {
  margin: 0 5px;
}
ul.pages li.arrow a {
  background: #e0e0e0 center no-repeat;
  font-size: 0;
}
.max-sm-size ul.pages li.arrow a {
  background-size: 13px;
}
ul.pages li.arrow a:hover {
  background-color: #9e9e9e;
}
ul.pages li.arrow a.prev {
  background-image: url("images/icon-left.png");
}
ul.pages li.arrow a.next {
  background-image: url("images/icon-right.png");
}

.catalog.catalog2 {
  height: calc(100vh - 110px);
}
.max-md-size .catalog.catalog2 {
  height: auto;
  padding: 0 !important;
  background: #fff !important;
}
.catalog .list {
  max-width: 1500px;
  margin: 35px auto;
  padding-left: 150px;
  position: relative;
}
.max-md-size .catalog .list {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.max-md-size .catalog .list:first-of-type {
  border-top: none;
}
.catalog .list .item {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
}
.catalog .list .item:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #a1a1a1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.max-md-size .catalog .list .item {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}
.max-md-size .catalog .list .item:after {
  content: normal;
}
.max-md-size .catalog .list .item br {
  display: none;
}
.catalog .list ul {
  font-size: 0;
}
.catalog .list ul li {
  display: inline-block !important;
  vertical-align: top;
  width: 20%;
  text-align: center;
}
.max-sm-size .catalog .list ul li {
  width: 25%;
  margin-top: 15px;
}
.max-xs-size .catalog .list ul li {
  width: 33.3%;
}
.max-ss-size .catalog .list ul li {
  width: 50%;
}
.catalog .list ul li .car {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.catalog .list ul li .car img {
  width: 85%;
}
.catalog .list ul li label {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
}
.catalog .list ul li label .car {
  display: block;
  pointer-events: none;
}
.catalog .list ul li label .box {
  display: block;
  margin-bottom: -30px;
}
.max-xs-size .catalog .list ul li label .box {
  margin-bottom: -20px;
}
.catalog .list ul li label:hover .car {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.catalog .list ul li label:hover .name {
  color: #e60012;
}
.catalog .list ul li a .name {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  line-height: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-sm-size .catalog .list ul li a .name {
  font-size: 15px;
}
.catalog .list ul li a:hover .car {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.catalog .list ul li a:hover .name {
  color: #e60012;
}
.catalog .button {
  display: table;
  min-width: 140px;
  height: 36px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
}
.max-md-size .catalog .button {
  margin: 30px auto;
}
.catalog .button:hover {
  background-color: #000;
  color: #fff;
}
.catalog ul.nav {
  padding: 30px 100px 30px 215px;
  font-size: 0;
}
.max-bg-size .catalog ul.nav {
  padding-left: 165px;
  padding-right: 80px;
}
.max-lg-size .catalog ul.nav {
  padding-left: 140px;
}
.max-md-size .catalog ul.nav {
  padding: 0;
  text-align: center;
}
.catalog ul.nav li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 18px;
}
.max-md-size .catalog ul.nav li {
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}
.catalog ul.nav li a {
  display: inline-block !important;
  padding: 5px 10px 5px 30px;
  position: relative;
  color: #000;
}
.max-md-size .catalog ul.nav li a {
  display: block !important;
  padding: 0;
  color: #707070;
  line-height: 60px !important;
}
.catalog ul.nav li a:before {
  content: url("images/icon-arrow.png");
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.max-md-size .catalog ul.nav li a:before {
  content: normal;
}
.min-md-size .catalog ul.nav li a:hover {
  color: red;
  font-weight: bold;
}
.min-md-size .catalog ul.nav li a:hover:before {
  opacity: 1;
}

.topTitle {
  margin-bottom: 20px;
}
.topTitle .title {
  float: left;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 30px;
}
.max-md-size .topTitle .title {
  float: none;
  font-size: 25px;
}
.max-sm-size .topTitle .title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.topTitle .title:before {
  content: url("images/new/icon-arrow.png");
  position: absolute;
  left: 0;
  top: 6px;
}
.max-md-size .topTitle .title:before {
  top: 3px;
}
.max-sm-size .topTitle .title:before {
  top: -1px;
}
.topTitle .right {
  float: right;
  padding-left: 15px;
  border-left: 1px solid #b7b7b7;
  color: #a6a6a6;
}
.max-md-size .topTitle .right {
  float: none;
  padding-left: 30px;
  border: none;
}
.topTitle .right .item {
  padding-right: 10px;
}

.cf {
  padding: 0 !important;
  position: relative;
}
.max-md-size .cf {
  padding: 60px 0 !important;
}
.cf .bg {
  z-index: 1;
}
.cf .bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.8;
}
.cf .slider {
  position: relative;
  z-index: 3;
}
.cf .slider .slick-slide {
  padding: 0 200px;
  position: relative;
}
.max-lg-size .cf .slider .slick-slide {
  padding: 0 150px;
}
.max-md-size .cf .slider .slick-slide {
  padding: 0;
}
.cf .box {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.cf .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cf .box .pic {
  z-index: 1;
}
.cf .box .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/icon-play.png") center no-repeat;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.max-md-size .cf .box .pic:before {
  background-size: 60px;
}
.max-sm-size .cf .box .pic:before {
  background-size: 40px;
}
.cf .box .pic:hover:before {
  opacity: 1;
}
.cf .slick-arrow {
  width: 60px;
  height: 60px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.max-md-size .cf .slick-arrow {
  margin-top: -30px;
}
.max-sm-size .cf .slick-arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.cf .slick-arrow:before {
  display: block;
  width: 90px;
  margin-left: -45px;
  position: absolute;
  left: 50%;
  top: 70px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cf .slick-arrow:hover {
  background-color: #b90110;
}
.cf .slick-arrow:hover:before {
  opacity: 1;
}
.cf .slick-arrow.slick-prev {
  left: 80px;
  background-image: url("images/car/arrow-prev.png");
}
.cf .slick-arrow.slick-prev:before {
  content: '上一個影片';
}
.max-md-size .cf .slick-arrow.slick-prev:before {
  content: normal;
}
.max-lg-size .cf .slick-arrow.slick-prev {
  left: 45px;
}
.max-md-size .cf .slick-arrow.slick-prev {
  left: 30px;
}
.max-sm-size .cf .slick-arrow.slick-prev {
  left: 10px;
}
.cf .slick-arrow.slick-next {
  right: 80px;
  background-image: url("images/car/arrow-next.png");
}
.cf .slick-arrow.slick-next:before {
  content: '下一個影片';
}
.max-md-size .cf .slick-arrow.slick-next:before {
  content: normal;
}
.max-lg-size .cf .slick-arrow.slick-next {
  right: 45px;
}
.max-md-size .cf .slick-arrow.slick-next {
  right: 30px;
}
.max-sm-size .cf .slick-arrow.slick-next {
  right: 10px;
}

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  min-width: 320px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  visibility: hidden;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.max-md-size #header {
  height: 60px;
  top: 0 !important;
}
.hideUp #header {
  top: -80px;
}
#header.show {
  top: 0 !important;
}
#header.show .subnav {
  top: 80px;
}
#header .logo {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-bg-size #header .logo {
  left: 30px;
}
.max-lg-size #header .logo {
  left: 15px;
}
.max-ss-size #header .logo {
  left: 10px;
}
#header .logo a {
  display: block;
  width: 145px;
  height: 80px;
  background: url("images/logo.png") center no-repeat;
  background-size: contain;
}
.max-md-size #header .logo a {
  width: 120px;
  height: 60px;
}
.max-ss-size #header .logo a {
  width: 110px;
}
#header .menu-toggle {
  display: none;
  width: 60px;
  height: 60px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #e60012;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}


.max-md-size #header .menu-toggle {
  display: block;
}
.max-ss-size #header .menu-toggle {
  width: 50px;
  padding: 0 15px;
}
#header .menu-toggle div {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
#header .menu-toggle div.bar1 {
  top: 22px;
}
#header .menu-toggle div.bar2 {
  top: 28px;
}
#header .menu-toggle div.bar3 {
  top: 35px;
}
#header .menu-toggle.actived div {
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  top: 28px;
}
#header .menu-toggle.actived div.bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header .menu-toggle.actived div.bar2 {
  width: 0;
}
#header .menu-toggle.actived div.bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header .menu {
  margin-left: 260px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.min-md-size #header .menu {
  display: block !important;
}
.max-bg-size #header .menu {
  margin-left: 210px;
}
.max-lg-size #header .menu {
  margin-left: 190px;
}
.max-md-size #header .menu {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  margin-left: 0;
  position: fixed;
  left: 0;
  top: 60px;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  text-align: center;
  -webkit-animation: none;
          animation: none;
}
#header .menu .toggle {
  color: #000;
  font-size: 20px;
  line-height: 80px;
  cursor: pointer;
}
.max-lg-size #header .menu .toggle {
  font-size: 18px;color: #000;
}

 a{color: #000;}
 a:link {color:#000;}
 a:visited {color:#000;}
 a:hover {color:#000;}
 a:active {color:#000;}



.max-md-size #header .menu .toggle {
  position: relative;
  color: #fff;
  line-height: 60px;
}
.max-md-size #header .menu .toggle a{

  color: #fff;
  line-height: 60px;
}


.max-md-size #header .menu .toggle:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 15px;
  top: 50%;
  background: url("images/arrow-down.png") center no-repeat;
}
.max-md-size #header .menu .toggle.actived {
  background-color: red;
}
.max-md-size #header .menu .toggle.actived:after {
  background-image: url("images/arrow-up.png");
}
#header .menu > ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.max-md-size #header .menu > ul li {
  display: block;
}
#header .menu > ul li a {
  display: block;
  line-height: 1.5em;
}
#header .menu > ul li.lang {
  display: none;
}
.max-md-size #header .menu > ul li.lang {
  display: block;
}
#header .menu > ul li.lang a {
  color: #fff;
  line-height: 60px;
}


#header .menu > ul > li {
  margin-right: 50px;
	
  position: relative;
}

.max-bg-size #header .menu > ul > li {
	
  margin-right: 30px;
}
.max-lg-size #header .menu > ul > li {
	
  margin-right: 15px;
}
.max-md-size #header .menu > ul > li {
	
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*#header .menu > ul > li > div:after {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 50%;
	top:125px;
  bottom: 0;
  background-color: #0618E1;
  opacity: 0;
  -webkit-transition: width 0.5s, opacity 0.5s,left 0.5s;
  transition: width 0.5s, opacity 0.5s,left 0.5s;
}*/

#header .menu > ul > li:after {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #e60012;
  opacity: 0;
  -webkit-transition: width 0.5s, opacity 0.5s,left 0.5s;
  transition: width 0.5s, opacity 0.5s,left 0.5s;
}

#header .menu > ul > li a {  text-decoration: none}

#header .menu > ul > li a:hover { position:sticky; padding-bottom:25px; padding-top: 25px; }

#header .menu > ul > li a:active { position:sticky; padding-bottom:25px; padding-top: 25px; }

#header .menu > ul > li a:visited { position:sticky; padding-bottom:25px; padding-top: 25px; }

#header .menu > ul > li a:link { position:sticky; padding-bottom:25px; padding-top: 25px; }








/*#header .menu > ul > li:after{
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 50%;
	top:50px;
  bottom: 0;
  background-color: #e60012;
  opacity: 0;
  -webkit-transition: width 0.5s, opacity 0.5s,left 0.5s;
  transition: width 0.5s, opacity 0.5s,left 0.5s;
}*/



.max-md-size #header .menu > ul > li:after {
  content: normal;
}
/*#header .menu > ul > li.link a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 80px;
	
  cursor: pointer;
}*/


#header .menu > ul > li.link a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 30px;
	
  cursor: pointer;
}
.max-lg-size #header .menu > ul > li.link a {
  font-size: 18px;

}
.max-md-size #header .menu > ul > li.link a {
  color: #fff;
  line-height: 60px;
}
.max-md-size #header .menu > ul > li.link.actived {
  background-color: red;
}
#header .menu > ul > li.actived:after, #header .menu > ul > li:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
  
}
#header .menu > ul .subnav {
  display: none;
}
.max-md-size #header .menu > ul .subnav {
  padding: 0;
  position: relative;
  top: 0;
  background-color: #fff;
}
.max-md-size #header .menu > ul .subnav .title {
  display: none;
}
.max-md-size #header .menu > ul .subnav ul {
  display: block;
}
.max-md-size #header .menu > ul .subnav ul li {
  margin: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}
.max-md-size #header .menu > ul .subnav ul li.actived a {
  color: red;
}
.max-md-size #header .menu > ul .subnav ul li a {
  padding: 0;
  color: #707070;
  font-size: 18px;
  line-height: 60px;
  border: none;
}
#header .menu > ul .catalog {
  display: none;
  width: 100%;
  padding: 15px;
  position: fixed;
  left: 0;
  top: 80px;
  background: url("images/home/car-bg2.png") center top repeat-x;
}
.max-md-size #header .menu > ul .catalog {
  background-color: #fff;
  position: relative;
  top: 0;
  text-align: left;
}
#header .menu > ul .catalog.actived .scrollbar {
  opacity: 1;
}
#header .menu > ul .catalog .scrollbar {
  height: calc(100vh - 110px);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s;
  transition: opacity 0.5s 0.3s;
}
.max-md-size #header .menu > ul .catalog .scrollbar {
  height: auto;
  opacity: 1;
}
.max-md-size #header .menu > ul .catalog .scrollbar .mCSB_inside > .mCSB_container {
  padding: 0;
}

#header .menu > ul .catalog2 {
  display: none;
  width: 100%;
  padding: 0px;
  position: fixed;
  left: 0;
  top: 80px;
  background: url("images/home/car-bg3.png") center top repeat-x;
	
}
.max-md-size #header .menu > ul .catalog2 {
  background-color: #fff;
  position: relative;
  top: 0;
  text-align: left;
}
#header .menu > ul .catalog2.actived .scrollbar {
  opacity: 1;
}
#header .menu > ul .catalog2 .scrollbar {
  height: calc(100vh - 110px);
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.3s;
  transition: opacity 0.5s 0.3s;
	
}
.max-md-size #header .menu > ul .catalog2 .scrollbar {

}
.max-md-size #header .menu > ul .catalog2 .scrollbar .mCSB_inside > .mCSB_container {
  padding: 0;
}
#header .menu > ul .catalog2 .menu0{
background: #000; height: 60px; width: 100%; margin: 0px; padding-top: 10px;
}

.max-md-size #header .menu > ul .catalog2 .menu0 { background: #fff; height: auto; width: 100%; margin: 0px; text-align: center;

}

#header .tools {
  margin-top: -17.5px;
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 1;
}
.max-bg-size #header .tools {
  right: 30px;
}
.max-lg-size #header .tools {
  right: 15px;
}
.max-md-size #header .tools {
  right: 75px;
}
.max-ss-size #header .tools {
  right: 60px;
}
#header .tools ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#header .tools ul li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: center no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s;
}
#header .tools ul li a.fb {
  background-image: url("images/icon-fb.jpg");
}
#header .tools ul li a.youtube {
  background-image: url("images/icon-youtube.jpg");
}
#header .tools ul li a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#header .tools ul li.lang {
  display: none;
}
.max-md-size #header .tools ul li.lang {
  display: inline-block;
}
#header .tools ul li.lang a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background-color: #000;
}
#header .products ul {
  padding: 20px 0;
  font-size: 0;
  text-align: center;
}
.max-sm-size #header .products ul {
  text-align: left;
}
#header .products ul li {
  max-width: 35%;
	/*max-width: 20%;*/
  margin: 0;
  padding: 10px 20px;
  font-size: 18px;
}
.max-md-size #header .products ul li {
  display: inline-block;
  padding: 10px;
  border: none !important;
}
.max-sm-size #header .products ul li {
  max-width: none;
  width: 33.3%;
  text-align: center;
}
.max-xs-size #header .products ul li {
  width: 50%;
}
#header .products ul li a {
  padding: 0;
  border: none;
  color: #000;
}
#header .products ul li a .pic {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#header .products ul li a .name {
  margin-top: 10px;
  font-weight: bold;
}
#header .products ul li a:hover .pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.share {
  width: 46px;
  position: fixed;
  right: 0;
  bottom: 35%;
  z-index: 10;
  font-size: 0;
}
.max-sm-size .share {
  width: 36px;
}
.share ul li {
  margin: 5px 0;
  background-color: #fff;
}
.share ul li:last-of-type {
  display: none;
}
.max-md-size .share ul li:last-of-type {
  display: block;
}
.share ul li a {
  display: block;
  width: 46px;
  height: 46px;
  background: center no-repeat;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.max-sm-size .share ul li a {
  width: 36px;
  height: 36px;
  background-size: contain;
}
.share ul li a:hover {
  opacity: 0.7;
}
.share ul li a.facebook {
  background-image: url("images/icon-facebook.png");
  background-color: #3b5998;
}
.share ul li a.line {
  background-image: url("images/icon-line.png");
  background-color: #00c300;
}
.share ul li a.twitter {
  background-image: url("images/icon-twitter.png");
  background-color: #55acee;
}
.share ul li a.google {
  background-image: url("images/icon-google.png");
  background-color: #dd4b39;
}

/* ==========================================================================
    home
 ==========================================================================*/
#home .banner, #car .banner {
  overflow: hidden;
}
#home .banner .list-item, #car .banner .list-item {
  position: relative;
  background-color: #000;
}
#home .banner .list-item .pic, #car .banner .list-item .pic {
  z-index: 2;
}
#home .banner .list-item iframe, #car .banner .list-item iframe {
  width: 100%;
  height: calc(100vh - 185px);
  position: relative;
  z-index: 1;
}
.max-md-size #home .banner .list-item iframe, .max-md-size #car .banner .list-item iframe {
  height: 800px;
  height: 56vw;
}
#home .banner .video-item:before, #car .banner .video-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #000 url("images/loading.gif") center no-repeat;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}
.max-lg-size #home .banner .video-item:before, .max-lg-size #car .banner .video-item:before {
  content: normal;
}
#home .banner .video-item.on:before, #car .banner .video-item.on:before {
  opacity: 0;
  visibility: hidden;
}

.max-xs-size #home .news ul.btns {
  margin-bottom: 0;
  text-align: center;
}
.max-xs-size #home .news ul.btns li {
  width: calc(100%/3 - 15px);
}
.max-ss-size #home .news ul.btns {
  padding: 10px;
}
#home .news a.btn {
  display: none;
  margin: 50px auto;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  background: url("images/icon-type.png") left center no-repeat;
  color: #000;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-xs-size #home .news a.btn {
  display: table;
  margin-top: 20px;
}
#home .news a.btn:hover {
  color: #e60012;
}
#home .cars {
  padding-top: 100px;
  position: relative;
  background: url("images/home/car-bg.png") center top no-repeat;
  text-align: center;
  overflow: hidden;
}
.max-lg-size #home .cars {
  padding-top: 50px;
}
.max-xs-size #home .cars {
  padding-top: 30px;
  background-size: 400%;
}
#home .cars ul.btns {
  margin: 30px 0;
}
#home .cars ul.btns li a:hover {
  font-weight: bold;
  border-color: #000;
}
#home .cars .slider-for {
  width: 800px;
  height: auto;
  position: absolute;
  top: 10%;
  z-index: 5;
  cursor: pointer;
  line-height: 1.5em;
}
.max-bg-size #home .cars .slider-for {
  width: 600px;
  top: 16%;
}
.max-lg-size #home .cars .slider-for {
  width: 200px;
  top: 40%;
}
.max-sm-size #home .cars .slider-for {
  display: none;
}
#home .cars .slider-for .pic {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.max-lg-size #home .cars .slider-for .pic {
  display: none;
}
#home .cars .slider-for .arrow {
  width: 100px;
  position: absolute;
  bottom: 37%;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px #f3f3f3, 0 0 5px #f3f3f3, 0 0 5px #f3f3f3, 0 0 5px #f3f3f3, 0 0 5px #f3f3f3;
}
.max-bg-size #home .cars .slider-for .arrow {
  width: 200px;
  position: relative;
  bottom: 0;
}
#home .cars .slider-for .arrow .icon {
  display: inline-block;
  width: 35px;
  height: 10px;
  margin-top: 15px;
  background: center no-repeat;
}
#home .cars .slider-for .slick-arrow {
  width: 100%;
  height: 100%;
  margin-top: 0;
  top: 0;
  left: 0;
  top: 0;
  background: none;
}
#home .cars .slider-for:hover .pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#home .cars .slider-for.prevCar {
  left: -400px;
}
.max-bg-size #home .cars .slider-for.prevCar {
  left: -300px;
}
.max-lg-size #home .cars .slider-for.prevCar {
  left: 30px;
}
#home .cars .slider-for.prevCar .slick-slide {
  padding-right: 50px;
}
.max-bg-size #home .cars .slider-for.prevCar .slick-slide {
  padding-right: 0;
}
#home .cars .slider-for.prevCar .arrow {
  right: 0;
}
.max-bg-size #home .cars .slider-for.prevCar .arrow {
  margin-left: auto;
  margin-right: 100px;
  text-align: right;
}
.max-lg-size #home .cars .slider-for.prevCar .arrow {
  margin: 0;
  text-align: left;
}
#home .cars .slider-for.prevCar .arrow .icon {
  background-image: url("images/home/arrow-prev.png");
}
#home .cars .slider-for.prevCar:hover .icon {
  background-image: url("images/home/arrow-prev2.png");
}
#home .cars .slider-for.prevCar .slick-next {
  display: none !important;
}
#home .cars .slider-for.nextCar {
  right: -400px;
}
.max-bg-size #home .cars .slider-for.nextCar {
  right: -300px;
}
.max-lg-size #home .cars .slider-for.nextCar {
  right: 30px;
}
#home .cars .slider-for.nextCar .slick-slide {
  padding-left: 50px;
}
.max-bg-size #home .cars .slider-for.nextCar .slick-slide {
  padding-left: 0;
}
#home .cars .slider-for.nextCar .arrow {
  left: 0;
}
.max-bg-size #home .cars .slider-for.nextCar .arrow {
  margin-right: auto;
  margin-left: 100px;
  text-align: left;
}
.max-lg-size #home .cars .slider-for.nextCar .arrow {
  margin: 0;
  text-align: right;
}
#home .cars .slider-for.nextCar .arrow .icon {
  background-image: url("images/home/arrow-next.png");
}
#home .cars .slider-for.nextCar:hover .icon {
  background-image: url("images/home/arrow-next2.png");
}
#home .cars .slider-for.nextCar .slick-prev {
  display: none !important;
}
#home .cars .slider-main {
  position: relative;
  z-index: 2;
}
#home .cars .slider-main .car1 {
  padding-right: 12%;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeOutRight 1s both;
          animation: fadeOutRight 1s both;
}
.max-sm-size #home .cars .slider-main .car1 {
  width: 88%;
}
#home .cars .slider-main .car2 {
  width: 100%;
  padding-left: 12%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fadeOutRight 1s 0.3s both;
          animation: fadeOutRight 1s 0.3s both;
}
.max-sm-size #home .cars .slider-main .car2 {
  width: 88%;
  padding-right: 30px;
  left: 12%;
}
#home .cars .slider-main .car2 img {
  opacity: 0.5;
}
#home .cars .slider-main .text .logo {
  margin: 50px 0 20px 0;
  -webkit-animation: fadeOut 1s both;
          animation: fadeOut 1s both;
}
.max-lg-size #home .cars .slider-main .text .logo {
  margin-top: 30px;
}
.max-xs-size #home .cars .slider-main .text .logo {
  width: 60%;
  margin: 10px auto;
}
#home .cars .slider-main .text .btns {
  -webkit-animation: fadeOut 1s both;
          animation: fadeOut 1s both;
}
.max-xs-size #home .cars .slider-main .text .btns {
  margin-top: 20px;
  margin-bottom: 0;
}
#home .cars .slider-main .slick-slide {
  padding: 30px;
}
.max-xs-size #home .cars .slider-main .slick-slide {
  padding: 30px 20px;
}
.max-ss-size #home .cars .slider-main .slick-slide {
  padding: 30px 10px;
}
#home .cars .slider-main .slick-current .car1 {
  -webkit-animation: fadeInLeft 1s 0.3s both;
          animation: fadeInLeft 1s 0.3s both;
}
#home .cars .slider-main .slick-current .car2 {
  -webkit-animation: fadeInLeft 1s 0.5s both;
          animation: fadeInLeft 1s 0.5s both;
}
#home .cars .slider-main .slick-current .text .logo {
  -webkit-animation: fadeInUp 1s 0.3s both;
          animation: fadeInUp 1s 0.3s both;
}
#home .cars .slider-main .slick-current .text .btns {
  -webkit-animation: fadeInUp 1s 0.5s both;
          animation: fadeInUp 1s 0.5s both;
}
#home .homeNav {
  background: #f3f3f3 url("images/gray-bg.jpg") center top no-repeat;
}
#home .homeNav ul {
  max-width: 1500px;
  margin: auto;
  padding: 50px 30px;
  font-size: 0;
  text-align: center;
}
.max-sm-size #home .homeNav ul {
  padding: 30px;
  max-width: 430px;
}
.max-ss-size #home .homeNav ul {
  padding: 30px 15px;
}
#home .homeNav ul > li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}
.max-sm-size #home .homeNav ul > li {
  width: 100%;
  margin-bottom: 10px;
}
.max-sm-size #home .homeNav ul > li:last-of-type {
  margin-bottom: 0;
}
#home .homeNav ul > li a {
  display: block;
  position: relative;
}
#home .homeNav ul > li a .pic {
  overflow: hidden;
  position: relative;
}
#home .homeNav ul > li a .pic:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: red;
  opacity: 0;
  -webkit-transition: opacity 0.5s, top 0.5s, height 0.5s;
  transition: opacity 0.5s, top 0.5s, height 0.5s;
}
#home .homeNav ul > li a .pic .jqimgFill {
  height: 360px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.max-md-size #home .homeNav ul > li a .pic .jqimgFill {
  height: 250px;
}
.max-ss-size #home .homeNav ul > li a .pic .jqimgFill {
  height: 200px;
}
#home .homeNav ul > li a .text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}
#home .homeNav ul > li a .text .middle {
  height: auto;
  padding: 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: font 0.5s, color 0.5s;
  transition: font 0.5s, color 0.5s;
}
.max-md-size #home .homeNav ul > li a .text .middle {
  font-size: 16px;
}
#home .homeNav ul > li a .text .middle .icon {
  width: 60px;
  height: 0;
  margin: 0 auto -10px auto;
  background: url("images/eng/icon.png") center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.max-md-size #home .homeNav ul > li a .text .middle .icon {
  display: none;
}
.min-md-size #home .homeNav ul > li a:hover .pic:before {
  height: 100%;
  top: 0;
  opacity: 0.7;
}
.min-md-size #home .homeNav ul > li a:hover .pic .jqimgFill {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.min-md-size #home .homeNav ul > li a:hover .text {
  position: absolute;
  left: 0;
  top: 0;
}
.min-md-size #home .homeNav ul > li a:hover .text .middle {
  height: 360px;
  color: #fff;
  font-size: 25px;
}
.min-md-size #home .homeNav ul > li a:hover .text .middle .icon {
  height: 60px;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.3s, margin 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, margin 0.5s 0.3s;
}

/* ==========================================================================
    car
 ==========================================================================*/
#car .gray-bg {
  background: #f3f3f3 url("images/gray-bg.jpg") center top no-repeat;
}
.max-md-size #car .banner {
  margin-top: 55px;
}
.max-xs-size #car .subnav .logo, .max-xs-size #car .subnav .title {
  display: none;
}
#car .story .title {
  text-align: center;
}
#car .story .editor {
  max-width: 1200px;
  margin: auto;
}
#car .story .type {
  margin-bottom: 20px;
}
#car .colors {
  padding: 50px 50px 0 50px;
  text-align: center;
}
.max-md-size #car .colors {
  padding-top: 30px;
  padding-bottom: 10px;
}
#car .colors .type {
  display: table;
  margin: 20px auto;
  font-size: 16px;
}
#car .colors .type:before {
  top: -2px;
}
#car .colors ul {
  font-size: 0;
}
#car .colors ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 50px;
}
#car .colors ul li:nth-of-type(even) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-lg-size #car .colors ul li {
  width: 33.3%;
}
.max-md-size #car .colors ul li {
  margin-bottom: 20px;
}
.max-xs-size #car .colors ul li {
 /* width: 50%;*/
	width: 90%;
}
#car .colors ul li a {
  display: block;
}
#car .colors ul li a .name {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
#car .whirl {
  text-align: center;
}
#car .whirl .title {
  margin-bottom: 0;
}
#car .whirl .reel {
  width: 800px;
  height: 601px;
  margin: auto;
}
.max-md-size #car .whirl .reel {
  width: 600px;
  height: 451px;
}
.max-sm-size #car .whirl .reel {
  width: 300px;
  height: 225px;
}
#car .whirl .text {
  margin-top: 50px;
  color: #595959;
}
.max-md-size #car .whirl .text {
  margin-top: 20px;
}
#car .scalecheck {
  padding-left: 100px;
}
.max-sm-size #car .scalecheck {
  padding-left: 30px;
}
.max-ss-size #car .scalecheck {
  padding-left: 15px;
}
#car .scalecheck .nav {
  margin-left: -100px;
  text-align: center;
}
.max-sm-size #car .scalecheck .nav {
  margin-bottom: 30px;
  margin-left: 0;
}
#car .scalecheck .nav ul {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
#car .scalecheck .nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 80px;
  text-align: center;
}
.max-sm-size #car .scalecheck .nav ul li {
  padding: 0 2px;
  line-height: 60px;
}
.max-sm-size #car .scalecheck .nav ul li:first-of-type {
  display: block;
  margin-bottom: 10px;
  line-height: normal;
}
#car .scalecheck .nav ul li .button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #000;
  opacity: 0.45;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: border 0.5s, background 0.5s, color 0.5s, opacity 0.5s;
  transition: border 0.5s, background 0.5s, color 0.5s, opacity 0.5s;
}
.max-sm-size #car .scalecheck .nav ul li .button {
  width: 60px;
  height: 60px;
  border-width: 2px;
  background-size: 60px !important;
}
#car .scalecheck .nav ul li .button:hover {
  opacity: 1;
}
#car .scalecheck .nav ul li.current .button {
  opacity: 1;
}
#car .scalecheck .nav ul.sexPick li.male .button {
  background: url("images/car/icon-male.png") center no-repeat;
}
#car .scalecheck .nav ul.sexPick li.female .button {
  background: url("images/car/icon-female.png") center no-repeat;
}
#car .scalecheck .nav ul.sexPick li.current.male .button {
  background-image: url("images/car/icon-male2.png");
}
#car .scalecheck .nav ul.sexPick li.current.female .button {
  background-image: url("images/car/icon-female2.png");
}
#car .scalecheck .nav ul.sexPick li.current .button {
  color: #d50f0f;
  border-color: #d50f0f;
}
#car .scalecheck .nav ul.chooseView li.current .button {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
#car .scalecheck .content {
  max-width: 1200px;
  height: 370px;
  margin: auto;
  position: relative;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.max-sm-size #car .scalecheck .content {
  height: 275px;
  margin-bottom: 30px;
}
#car .scalecheck .content:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #cecece;
}
#car .scalecheck .content .divtest {
  display: block;
  width: 60px;
  position: absolute;
  font-size: 15px;
  color: #000;
}
#car .scalecheck .content .divtest.top {
  left: 30px;
  top: -20px;
}
.max-xs-size #car .scalecheck .content .divtest.top {
  left: 0;
  top: -30px;
}
#car .scalecheck .content .divtest.bottom {
  left: 30px;
  bottom: -18px;
}
.max-xs-size #car .scalecheck .content .divtest.bottom {
  left: 0;
  bottom: -28px;
}
#car .scalecheck .title {
  text-align: center;
}
#car .scalecheck #bodyHeightSlider {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cecece;
  z-index: 4;
}
.max-md-size #car .scalecheck #bodyHeightSlider {
  width: 10px;
}
#car .scalecheck #bodyHeightSlider a {
  display: block;
  width: 8px;
  height: 40px;
  margin-bottom: -20px;
  position: absolute;
  left: -4px;
  bottom: 50%;
  background-color: #000;
  border-radius: 8px;
  cursor: move;
}
.max-md-size #car .scalecheck #bodyHeightSlider a {
  width: 15px;
}
#car .scalecheck #bodyHeightSlider a .divtest {
  right: 10px;
  top: 3px;
}
.max-md-size #car .scalecheck #bodyHeightSlider a .divtest {
  right: 20px;
}
.max-sm-size #car .scalecheck #bodyHeightSlider a .divtest {
  right: auto;
  left: 15px;
  top: 10px;
}
#car .scalecheck .scaleNavi {
  max-width: 1200px;
  margin: auto;
}
.max-sm-size #car .scalecheck .scaleNavi {
  display: none;
}
#car .scalecheck .scaleNavi .title {
  margin: 30px 0 10px 0;
  color: #595959;
  font-size: 15px;
}
#car .scalecheck .scaleNavi ul {
  text-align: center;
}
#car .scalecheck .scaleNavi ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  padding: 2px 15px;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.min-md-size #car .scalecheck .scaleNavi ul li:hover {
  color: red;
}
#car .scalecheck .scaleNavi ul li.current {
  color: #fff !important;
  background-color: #ff7e00;
}
#car .scalecheck .hideCar {
  display: table;
  margin: 50px auto 0 auto;
  background-color: #d50f0f;
  line-height: 46px;
}
.max-md-size #car .scalecheck .hideCar {
  margin-top: 20px;
}
.max-sm-size #car .scalecheck .hideCar {
  display: none;
}
#car .scalecheck .hideCar:hover {
  background-color: red;
}
#car .feature {
  padding-bottom: 30px;
}
.max-md-size #car .feature {
  padding-bottom: 10px;
}
#car .feature .editor {
  max-width: 1430px;
  margin: 0 auto 50px auto;
}
#car .feature .editor .even-gray tr:nth-of-type(even) td {
  background-color: #fff;
}
#car .feature ul.list {
  max-width: 1430px;
  margin: auto;
  font-size: 0;
}
#car .feature ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 18px;
  line-height: 2em;
}
.max-md-size #car .feature ul.list li {
  margin-bottom: 0;
}
.max-sm-size #car .feature ul.list li {
  width: 100%;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 1.5em;
}
#car .feature ul.list li a {
  display: block;
  overflow: hidden;
}
#car .feature ul.list li a img {
  width: 100%;
}
#car .feature ul.list li .text {
  padding: 10px;
}
.max-sm-size #car .feature ul.list li .text {
  padding: 10px 0;
}
#car .feature ul.list li .name {
  display: inline;
  margin: 0;
  padding-right: 10px;
  font-size: 20px;
}
.max-sm-size #car .feature ul.list li .name {
  display: block;
  padding-right: 0;
  font-size: 16px;
}
#car .feature ul.list li .sub {
  display: inline;
}
#car .format .title {
  text-align: center;
}
#car .format .editor {
  max-width: 1200px;
  margin: auto;
}
#car .catalog .block {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#car .catalog .block:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #000;
}
.max-md-size #car .catalog .block:before {
  content: normal;
}
#car .catalog .block .left, #car .catalog .block .right {
  float: left;
  width: 50%;
}
.max-md-size #car .catalog .block .left, .max-md-size #car .catalog .block .right {
  float: none;
  width: 100%;
  padding: 0;
}
.max-md-size #car .catalog .block .left ul li, .max-md-size #car .catalog .block .right ul li {
  padding: 0;
  padding-right: 20px;
}
.max-xs-size .max-md-size #car .catalog .block .left ul li, .max-xs-size .max-md-size #car .catalog .block .right ul li {
  max-width: 155px;
}
#car .catalog .block .left {
  padding-right: 20px;
}
#car .catalog .block .left ul li {
  padding-right: 20px;
}
#car .catalog .block .left ul li:last-of-type {
  padding-right: 0;
}
#car .catalog .block .right {
  padding-left: 20px;
}
.max-md-size #car .catalog .block .right {
  padding-top: 20px;
  border-top: 1px solid #000;
}
#car .catalog .block .right .title {
  padding-left: 20px;
}
.max-md-size #car .catalog .block .right .title {
  padding-left: 0;
}
#car .catalog .block .right ul li {
  padding-left: 20px;
}
#car .catalog .block ul {
  font-size: 0;
}
#car .catalog .block ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
#car .catalog .block ul li a {
  display: block;
  color: #000;
  font-size: 16px;
}
#car .catalog .block ul li a .name {
  margin: 10px 0 0 0;
  font-weight: normal;
}
#car .catalog .block ul li a .pic {
  display: inline-block;
  position: relative;
}
#car .catalog .block ul li a .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#car .catalog .block ul li a .pic:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  background: url("images/icon-download.png") center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
#car .catalog .block ul li a .pic img {
  display: block;
  height: 115px;
}
.max-xs-size #car .catalog .block ul li a .pic img {
  height: 87px;
}
#car .catalog .block ul li a:hover {
  color: #ff0000;
}
#car .catalog .block ul li a:hover .pic:before {
  opacity: 0.7;
}
#car .catalog .block ul li a:hover .pic:after {
  top: 50%;
  opacity: 1;
}
#car .sales .title {
  text-align: center;
}
#car .sales .editor {
  max-width: 1200px;
  margin: auto;
}
#car .en-products {
  border-bottom: 1px solid red;
}
#car .en-products .left {
  float: left;
  width: 48%;
  text-align: center;
}
.max-md-size #car .en-products .left {
  float: none;
  width: 100%;
}
#car .en-products .right {
  float: right;
  width: 48%;
}
.max-md-size #car .en-products .right {
  float: none;
  width: 100%;
  margin-top: 30px;
}
#car .en-products .right .logo {
  margin-bottom: 30px;
}

/* ==========================================================================
    golf
 ==========================================================================*/
.max-md-size #golf .banner {
  margin-top: 55px;
}
#golf .section {
  overflow: hidden;
}
#golf .block, #golf .notice {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
#golf .format .title {
  text-align: center;
}
#golf .format .block {
  position: relative;
}
#golf .format .block .scroll {
  overflow-x: auto;
  overflow-y: visible;
}


.max-md-size #golf .format .block .scroll {
  margin-left: 150px;
}
.max-md-size #golf .format .block .scroll:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 150px;
  top: 0;
  z-index: 1;
}
.max-xs-size #golf .format .block .scroll {
  margin-left: 90px;
}
.max-xs-size #golf .format .block .scroll:before {
  left: 90px;
}
.max-md-size #golf .format .block .table {
  border-collapse: collapse;
}
#golf .format .block .table td {
  min-width: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}
.max-md-size #golf .format .block .table td {
  vertical-align: top;
}
#golf .format .block .table tr:nth-of-type(even) td {
  background-color: #ececec;
}
#golf .format .block .table .pic {
  max-width: 220px;
  margin: auto;
}


.max-md-size #golf .format .block .table .fix {
  width: 150px;
  min-width: 0;
  height: 100%;
  margin-left: -150px;
  position: absolute;
}
.max-xs-size #golf .format .block .table .fix {
  width: 90px;
  margin-left: -90px;
}
#golf .format a.openPic:hover:before {
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
}
#golf .format a.openPic:hover:after {
  background-size: 60px;
}
#golf .technical {
  padding: 0;
}
#golf .technical .banner-s {
  position: relative;
}
#golf .technical .banner-s .pic {
  height: 375px;
  height: 19vw;
  min-height: 150px;
  background-position: 10% center !important;
}
#golf .technical .banner-s .car {
  max-width: 500px;
  padding: 0 30px;
  position: absolute;
  right: 10%;
  bottom: -100px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.max-bg-size #golf .technical .banner-s .car {
  max-width: 400px;
  right: 30px;
}
.max-lg-size #golf .technical .banner-s .car {
  margin: 20px auto;
  position: relative;
  right: 0;
  bottom: 0;
}
#golf .technical ul.tabs {
  max-width: 1500px;
  margin: 50px auto 30px auto;
  padding: 0 30px;
}
.max-lg-size #golf .technical ul.tabs {
  text-align: center;
}
.max-sm-size #golf .technical ul.tabs {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 0;
  text-align: left;
}
#golf .technical ul.tabs li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
#golf .technical ul.tabs li:last-of-type {
  margin-right: 0 !important;
}
.max-sm-size #golf .technical ul.tabs li {
  width: calc(100%/3 - 10px);
  margin: 5px !important;
  border: 1px solid #000;
  text-align: center;
  opacity: 0.5;
}
.max-xs-size #golf .technical ul.tabs li {
  width: calc(50% - 10px);
}
#golf .technical ul.tabs li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  color: #000;
  font-size: 20px;
}
.max-sm-size #golf .technical ul.tabs li a {
  padding: 5px 10px;
  font-size: 15px;
  border: 1px solid #fff;
}
#golf .technical ul.tabs li a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: red;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}
.max-sm-size #golf .technical ul.tabs li a:after {
  content: normal;
}
.min-md-size #golf .technical ul.tabs li a:hover:after {
  width: 100%;
  left: 0;
}
.max-sm-size #golf .technical ul.tabs li.actived {
  border-color: #000;
  opacity: 1;
}
#golf .technical ul.tabs li.actived a {
  color: red;
  font-weight: bold;
}
.max-sm-size #golf .technical ul.tabs li.actived a {
  color: #000;
  font-weight: normal;
  border-color: #000;
}
#golf .technical ul.tabs li.actived a:after {
  width: 100%;
  left: 0;
}
#golf .technical .tabsContent .editor {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 30px;
  color: #666666;
  font-size: 18px;
  line-height: 2em;
}
.max-sm-size #golf .technical .tabsContent .editor {
  margin: 30px auto;
  font-size: 15px;
  line-height: 1.5em;
}
.max-ss-size #golf .technical .tabsContent .editor {
  padding: 0 15px;
}
#golf .technical .tabsContent .list {
  padding: 50px 20px;
  background-color: #f7f7f7;
}
.max-sm-size #golf .technical .tabsContent .list {
  padding: 30px 20px;
}
.max-ss-size #golf .technical .tabsContent .list {
  padding: 30px 5px;
}
#golf .technical .tabsContent .list ul {
  max-width: 1500px;
  margin: auto;
  font-size: 0;
}
#golf .technical .tabsContent .list ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
}
#golf .technical .tabsContent .list ul li:after {
  content: '';
  display: block;
  clear: both;
}
#golf .technical .tabsContent .list ul li .left {
  float: left;
}
.max-md-size #golf .technical .tabsContent .list ul li .left {
  float: none;
}
#golf .technical .tabsContent .list ul li .left .pic {
  width: 270px;
  height: 200px;
}
.max-lg-size #golf .technical .tabsContent .list ul li .left .pic {
  width: 230px;
  height: 150px;
}
.max-md-size #golf .technical .tabsContent .list ul li .left .pic {
  width: 100%;
  height: 250px;
}
.max-xs-size #golf .technical .tabsContent .list ul li .left .pic {
  height: 100px;
}
#golf .technical .tabsContent .list ul li .left .type {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  color: #999999;
  font-size: 14px;
}
#golf .technical .tabsContent .list ul li .left .type:before {
  content: normal;
}
#golf .technical .tabsContent .list ul li .text {
  float: left;
  display: table;
  width: calc(100% - 270px);
  font-size: 16px;
  line-height: 1.8em;
}
.max-lg-size #golf .technical .tabsContent .list ul li .text {
  width: calc(100% - 230px);
}
.max-md-size #golf .technical .tabsContent .list ul li .text {
  float: none;
  width: 100%;
}
.max-sm-size #golf .technical .tabsContent .list ul li .text {
  font-size: 15px;
  line-height: 1.5em;
}
#golf .technical .tabsContent .list ul li .text .middle {
  height: 200px;
  padding: 0 0 0 20px;
}
.max-lg-size #golf .technical .tabsContent .list ul li .text .middle {
  height: auto;
}
.max-md-size #golf .technical .tabsContent .list ul li .text .middle {
  padding-left: 0;
}
#golf .stores .title {
  text-align: center;
}
#golf .stores .table {
  min-width: 600px;
}


#golf .catalog .block {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#golf .catalog .block:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #000;
}
.max-md-size #golf .catalog .block:before {
  content: normal;
}
#golf .catalog .block .left, #golf .catalog .block .right {
  float: left;
  width: 50%;
}
.max-md-size #golf .catalog .block .left, .max-md-size #golf .catalog .block .right {
  float: none;
  width: 100%;
  padding: 0;
}
.max-md-size #golf .catalog .block .left ul li, .max-md-size #golf .catalog .block .right ul li {
  padding: 0;
  padding-right: 20px;
}
.max-xs-size .max-md-size #golf .catalog .block .left ul li, .max-xs-size .max-md-size #golf .catalog .block .right ul li {
  max-width: 155px;
}
#golf .catalog .block .left {
  padding-right: 20px;
}
#golf .catalog .block .left ul li {
  padding-right: 20px;
}
#golf .catalog .block .left ul li:last-of-type {
  padding-right: 0;
}
#golf .catalog .block .right {
  padding-left: 20px;
}
.max-md-size #golf .catalog .block .right {
  padding-top: 20px;
  border-top: 1px solid #000;
}
#golf .catalog .block .right .title {
  padding-left: 20px;
}
.max-md-size #golf .catalog .block .right .title {
  padding-left: 0;
}
#golf .catalog .block .right ul li {
  padding-left: 20px;
}
#golf .catalog .block ul {
  font-size: 0;
}
#golf .catalog .block ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
#golf .catalog .block ul li a {
  display: block;
  color: #000;
  font-size: 16px;
}
#golf .catalog .block ul li a .name {
  margin: 10px 0 0 0;
  font-weight: normal;
}
#golf .catalog .block ul li a .pic {
  display: inline-block;
  position: relative;
}
#golf .catalog .block ul li a .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#golf .catalog .block ul li a .pic:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  background: url("images/icon-download.png") center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
#golf .catalog .block ul li a .pic img {
  display: block;
  height: 115px;
}
.max-xs-size #golf .catalog .block ul li a .pic img {
  height: 87px;
}
#golf .catalog .block ul li a:hover {
  color: #ff0000;
}
#golf .catalog .block ul li a:hover .pic:before {
  opacity: 0.7;
}
#golf .catalog .block ul li a:hover .pic:after {
  top: 50%;
  opacity: 1;
}




/* ==========================================================================
    about
 ==========================================================================*/
#about .section {
  position: relative;
  overflow: hidden;
}
#about .section .bg {
  z-index: 1;
}
#about .container {
  padding: 90px 0 0 0;
  position: relative;
  z-index: 2;
}
.max-lg-size #about .container {
  padding-top: 30px;
}
.max-md-size #about .container {
  padding-top: 0;
}
#about .container .people {
  width: 610px;
  position: absolute;
  bottom: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.max-lg-size #about .container .people {
  width: 500px;
}
.max-md-size #about .container .people {
  width: 400px;
  margin: 30px auto;
  position: relative;
  -webkit-animation: none;
          animation: none;
}
.max-sm-size #about .container .people {
  width: auto;
  max-width: 300px;
}
#about .container .text {
  display: table;
  width: 100%;
}
#about .container .text .middle {
  padding: 30px 0;
}
.max-md-size #about .container .text .middle {
  height: auto;
  padding-top: 0;
}
.max-sm-size #about .container .text .middle {
  padding-bottom: 30px;
}
#about .container .text .scrollbar {
  max-height: 770px;
}
#about .container .text .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.max-sm-size #about .container .text .title {
  margin-bottom: 20px;
  font-size: 20px;
}
#about .container .text .title.sub {
  font-size: 22px;
}
.max-sm-size #about .container .text .title.sub {
  font-size: 16px;
}
#about .container2 {
  max-width: 1200px;
  margin: auto;
}
#about .idea {
  padding: 0 30px;
}
#about .idea .container {
  /*padding-top: 180px;*/
	padding-top: -180px;
}
.max-lg-size #about .idea .container {
  padding-top: 100px;
}
.max-md-size #about .idea .container {
  padding-top: 50px;
}
#about .idea .people {
  left: 0;
}
#about .idea .text {
  padding-left: 0px;
}
.max-lg-size #about .idea .text {
  padding-left: 0px;
}
.max-md-size #about .idea .text {
  padding-left: 0;
}
#about .speech {
  padding: 0 30px;
}
#about .speech .people {
  right: 0;
}
#about .speech .text {
  padding-right: 650px;
}
.max-lg-size #about .speech .text {
  padding-right: 500px;
}
.max-md-size #about .speech .text {
  padding-right: 0;
}
#about .policy {
  padding: 50px 0 0 0;
}
.max-md-size #about .policy {
  padding-top: 30px;
}
#about .policy ul.list {
  font-size: 0;
  text-align: center;
}
.max-sm-size #about .policy ul.list {
  padding: 0 15px;
  text-align: left;
}
.max-xs-size #about .policy ul.list {
  padding: 0 30px;
}
.max-ss-size #about .policy ul.list {
  padding: 0 15px;
}
#about .policy ul.list > li {
  display: inline-block;
  vertical-align: top;
  width: 315px;
  margin: 0 30px 50px 30px;
  text-align: left;
  font-size: 16px;
}
.max-lg-size #about .policy ul.list > li {
  width: calc(100%/3 - 60px);
}
.max-sm-size #about .policy ul.list > li {
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
  font-size: 15px;
}
.max-xs-size #about .policy ul.list > li {
  width: 100%;
  margin: 0 0 30px 0;
}
#about .policy ul.list > li .logo {
  text-align: center;
}
#about .policy ul.list > li .title {
  margin: 50px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.max-sm-size #about .policy ul.list > li .title {
  margin-top: 20px;
}
#about .philosophy {
  padding-top: 400px;
  background: url("images/eng/about01.jpg") top center no-repeat;
}
.max-md-size #about .philosophy {
  padding-top: 200px;
}
.max-sm-size #about .philosophy {
  padding-top: 100px;
  background-size: 150%;
}
#about ul.awards > li:after {
  content: '';
  display: block;
  clear: both;
}
#about ul.awards > li .name {
  margin: 0;
  padding: 5px 30px;
  background-color: #f2f2f2;
  font-size: 18px;
}
.max-sm-size #about ul.awards > li .name {
  font-size: 16px;
}
#about ul.awards > li .pic {
  float: left;
  width: 280px;
  padding: 30px;
}
.max-sm-size #about ul.awards > li .pic {
  float: none;
  margin: auto;
  padding: 30px 0 0 0;
}
#about ul.awards > li .text {
  float: right;
  width: calc(100% - 280px);
  padding: 30px;
}
.max-sm-size #about ul.awards > li .text {
  float: none;
  width: 100%;
  padding: 30px;
}

/* ==========================================================================
    brand
 ==========================================================================*/
#brand .block {
  background: url("images/gray-bg2.jpg") center top repeat-x;
}
#brand .block.red-line {
  border-bottom: 1px solid #e60012;
}
#brand .video {
  height: auto;
  padding-bottom: 0;
}
.max-md-size #brand .video {
  height: 0;
  padding-bottom: 56.5%;
}
#brand .video iframe {
  height: calc(100vh - 350px);
  position: relative;
}
.max-md-size #brand .video iframe {
  position: absolute;
  height: 100%;
}
.max-md-size #brand .video {
  height: auto;
}
#brand .editor {
  padding: 80px 30px;
}
.max-sm-size #brand .editor {
  padding: 50px 30px;
}
.max-sm-size #brand .editor .logo {
  padding: 0 10%;
}
.max-ss-size #brand .editor {
  padding: 30px 15px;
}

/* ==========================================================================
    profile
 ==========================================================================*/
.max-md-size #profile .banner {
  margin-top: 55px;
}
#profile .info {
  padding: 50px 0 0 0;
}
.max-md-size #profile .info {
  padding-top: 30px;
}
#profile .info .title {
  text-align: center;
}
#profile .info .editor {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px 50px 30px;

}


.max-md-size #profile .info .editor {
  padding-bottom: 30px;
}
.max-ss-size #profile .info .editor {
  padding: 30px 15px;
}


#profile .info ul.map-tabs {
  position: relative;
  z-index: 2;
}
#profile .info ul.map-tabs > li {
  float: left;
  width: 25%;
  border-right: 1px solid #d8d8d8;
  font-size: 15px;
  line-height: 1.5em;
}
#profile .info ul.map-tabs > li:last-of-type {
  border-right: none;
}
.max-md-size #profile .info ul.map-tabs > li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #d8d8d8;
}
#profile .info ul.map-tabs > li .tab {
  height: 260px;
  padding: 30px 10px 30px 30px;
  position: relative;
  background-color: #f5f5f5;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.max-bg-size #profile .info ul.map-tabs > li .tab {
  height: 300px;
}
.max-lg-size #profile .info ul.map-tabs > li .tab {
  padding-left: 20px;
  padding-right: 0;
}
.max-md-size #profile .info ul.map-tabs > li .tab {
  height: auto;
}
#profile .info ul.map-tabs > li .tab:after {
  content: '';
  display: block;
  width: 36px;
  height: 26px;
  margin: -13px 0 0 -18px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  background: url("images/profile/icon-tri.png") center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.min-md-size #profile .info ul.map-tabs > li .tab.actived {
  background-color: #b9020b;
  color: #fff;
}
.min-md-size #profile .info ul.map-tabs > li .tab.actived:after {
  opacity: 1;
}
.min-md-size #profile .info ul.map-tabs > li .tab.actived a {
  color: #fff;
}
.min-md-size #profile .info ul.map-tabs > li .tab.actived a:hover {
  border-bottom: 1px solid;
}
#profile .info ul.map-tabs > li .tab .scrollbar {
  max-width: 350px;
  max-height: 160px;
  margin: auto;
}
.max-bg-size #profile .info ul.map-tabs > li .tab .scrollbar {
  max-height: 200px;
}
.max-md-size #profile .info ul.map-tabs > li .tab .scrollbar {
  height: auto;
}
#profile .info ul.map-tabs > li .tab .title {
  max-width: 350px;
  margin: 0 auto 20px auto;
  font-size: 20px;
  text-align: left;
}
#profile .info ul.map-tabs > li .tab ul li {
  margin-bottom: 10px;
}
#profile .info .content {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.max-md-size #profile .info .content {
  display: none;
}
#profile .info .content.show {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#profile .info .content .map {
  height: 400px;
}
#profile .info .content .map .title {
  margin-bottom: 5px;
}
.max-xs-size #profile .history-block ul.list li .pic {
  text-align: center;
}

/* ==========================================================================
    csr
 ==========================================================================*/
.max-md-size #csr .banner {
  margin-top: 55px;
}
.max-md-size #csr .section {
  padding-top: 60px;
}
#csr .section h2.title {
  text-align: center;
}
#csr .section .container {
  padding: 0;
}
#csr .section .block {
  margin-top: 50px;
}
.max-sm-size #csr .section .block {
  margin-top: 20px;
}
#csr .section ul.slider {
  padding-bottom: 30px;
}
#csr .section ul.slider .slick-slide {
  height: auto;
}
#csr .section ul.slider .slick-dots {
  bottom: 0;
}
#csr .section ul.list > li {
  margin-top: 80px;
}
.max-md-size #csr .section ul.list > li {
  margin-top: 50px;
}
.max-sm-size #csr .section ul.list > li {
  margin-top: 20px;
}
.max-sm-size #csr .section ul.list > li .title {
  font-size: 16px;
}
#csr .section ul.list > li:after {
  content: '';
  display: block;
  clear: both;
}
#csr .section ul.list > li .left {
  float: left;
  width: 400px;
  text-align: center;
}
.max-md-size #csr .section ul.list > li .left {
  float: none;
  width: 100%;
}
#csr .section ul.list > li .left .text {
  margin-top: 20px;
  color: #767676;
  font-size: 15px;
}
#csr .section ul.list > li .right {
  float: right;
  width: calc(100% - 450px);
  padding-top: 30px;
  border-top: 1px solid #afafaf;
}
.max-md-size #csr .section ul.list > li .right {
  float: none;
  width: 100%;
}

/* ==========================================================================
    foundation
 ==========================================================================*/
.max-md-size #foundation .banner {
  margin-top: 55px;
}
.max-md-size #foundation .section {
  padding-top: 60px;
}
#foundation .section h2.title {
  text-align: center;
}
#foundation .section .block {
  margin-top: 80px;
}
.max-md-size #foundation .section .block {
  margin-top: 50px;
}
.max-sm-size #foundation .section .block {
  margin-top: 20px;
}



#foundation .container {
  max-width: 1200px;
  padding: 0;
}
#foundation .events .table {
  min-width: 450px;
  text-align: center;
}
#foundation .events .table td {
  background-color: #fff;
}
#foundation .events .table tr:nth-of-type(odd) td {
  background-color: #f6f6f6;
}
.max-xs-size #foundation .photos ul.tabs {
  text-align: center;
}
#foundation .photos ul.list > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #000;
}
#foundation .photos ul.list > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#foundation .photos ul.list > li .type, #foundation .photos ul.list > li ul.sub {
  display: inline-block;
  vertical-align: middle;
}
.max-sm-size #foundation .photos ul.list > li .type, .max-sm-size #foundation .photos ul.list > li ul.sub {
  display: block;
}
#foundation .photos ul.list > li .type {
  margin: 0 15px 10px 0;
  font-size: 18px;
}
#foundation .photos ul.list > li ul.sub {
  margin-bottom: 10px;
  padding: 0;
}
#foundation .photos ul.list > li ul.sub li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  font-size: 16px;
}
.max-sm-size #foundation .photos ul.list > li ul.sub li {
  display: block;
  padding-right: 0;
  font-size: 15px;
}
#foundation .photos ul.list > li ul.sub li:after {
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 10px;
  background-color: #b1b1b1;
}
.max-sm-size #foundation .photos ul.list > li ul.sub li:after {
  content: normal;
}
#foundation .photos ul.list > li ul.sub li:last-of-type {
  padding-right: 0;
}
#foundation .photos ul.list > li ul.sub li:last-of-type:after {
  content: normal;
}
#foundation .photos ul.list > li ul.photo {
  margin-top: 20px;
  font-size: 0;
}
#foundation .photos ul.list > li ul.photo li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
}
.max-sm-size #foundation .photos ul.list > li ul.photo li {
  width: 50%;
}

/* ==========================================================================
    resource
 ==========================================================================*/
.max-md-size #resource .banner {
  margin-top: 55px;
}
.max-md-size #resource .section {
  padding-top: 60px;
}
#resource .section .title {
  text-align: center;
}
.max-md-size #resource .jobs {
  padding-bottom: 60px;
}
#resource .jobs ul.logo li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  border-right: 1px solid red;
}
#resource .jobs ul.logo li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.max-sm-size #resource .jobs ul.logo li {
  display: block;
  margin-bottom: 10px;
  padding-right: 0;
  border: none;
}
.max-sm-size #resource .jobs ul.logo li:last-of-type {
  margin-bottom: 0;
}
#resource .place {
  padding: 0 0 30px 0;
}
#resource .place .map {
  height: 485px;
}
.max-sm-size #resource .place .map {
  height: 250px;
}
#resource .place ul.info {
  margin-top: 30px;
  text-align: center;
}
.max-sm-size #resource .place ul.info {
  margin-top: 15px;
}
#resource .place ul.info li {
  display: inline-block;
  padding: 10px 60px 10px 0;
  position: relative;
  font-size: 15px;
}
#resource .place ul.info li:after {
  content: '';
  width: 1px;
  height: 28px;
  position: absolute;
  right: 25px;
  top: 15px;
  background-color: #999999;
}
#resource .place ul.info li:last-of-type {
  padding-right: 0;
}
#resource .place ul.info li:last-of-type:after {
  content: normal;
}
.max-lg-size #resource .place ul.info li {
  display: block;
  padding: 0;
}
.max-lg-size #resource .place ul.info li:after {
  content: normal;
}
#resource .benefits ul.list {
  display: table;
  margin: auto;
  text-align: left;
}
#resource .benefits ul.photo {
  max-width: 800px;
  margin: auto;
}
#resource .benefits ul.photo li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  color: #767676;
  font-size: 15px;
}

/* ==========================================================================
    company
 ==========================================================================*/
.max-md-size #company .banner {
  margin-top: 55px;
}
.max-md-size #company .section {
  padding-top: 60px;
}
#company .section .top {
  margin-bottom: 50px;
  text-align: center;
}
.max-md-size #company .section .top {
  margin-bottom: 20px;
}
#company .section .top .title, #company .section .top .subtitle {
  display: inline-block;
}
.max-sm-size #company .section .top .title, .max-sm-size #company .section .top .subtitle {
  display: block;
}
#company .section .top .title {
  margin-bottom: 0;
}
#company .section .top .subtitle {
  padding-left: 20px;
  color: red;
  font-size: 20px;
}
.max-sm-size #company .section .top .subtitle {
  margin-top: 5px;
  padding-left: 0;
  font-size: 16px;
}
#company .container {
  max-width: 1200px;
  padding: 0;
}
#company .table td {
  min-width: 100px;
}
#company .block {
  margin-bottom: 50px;
}
#company .block:after {
  content: '';
  display: block;
  clear: both;
}
#company .ymrt ul.job li {
  display: inline-block;
  padding-right: 30px;
  border-right: 1px solid #aaaaaa;
}
#company .ymrt ul.job li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.max-sm-size #company .ymrt ul.job li {
  display: block;
  margin-bottom: 10px;
  padding-right: 0;
  border: none;
}
.max-sm-size #company .ymrt ul.job li:last-of-type {
  margin-bottom: 0;
}
#company .topmost ul.list > li {
  margin-bottom: 20px;
}

/* ==========================================================================
    products
 ==========================================================================*/
.max-md-size #products .banner {
  margin-top: 55px;
}
#products .section.heavy {
  padding-top: 90px;
}
#products .section .block {
  max-width: 1500px;
  margin: auto;
}
#products .section .title {
  font-size: 26px;
  text-align: center;
}
.max-sm-size #products .section .title {
  font-size: 20px;
}
#products .section .title2 {
  padding-bottom: 10px;
  font-size: 20px;
}
.max-sm-size #products .section .title2 {
  padding-bottom: 5px;
  font-size: 16px;
}
#products .notice {
  margin-top: 10px;
  font-size: 15px;
}
#products ul.list {
  font-size: 0;
}
#products ul.list > li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.max-md-size #products ul.list > li {
  width: 33.3%;
}
.max-xs-size #products ul.list > li {
  width: 50%;
}
#products ul.list > li a {
  display: block;
  color: #666666;
  font-size: 18px;
  text-align: center;
}
.max-sm-size #products ul.list > li a {
  font-size: 15px;
}
#products ul.list > li a .pic {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#products ul.list > li a:hover {
  color: #000;
}
#products ul.list > li a:hover .pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.max-md-size #product .banner {
  margin-top: 40px;
}
#product .container {
  max-width: 1200px;
  margin-top: 60px;
  padding: 0;
}
.max-md-size #product .container {
  margin-top: 30px;
}

#product .oil .container {
  position: relative;
}
.min-md-size #product .oil .container:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 45%;
  top: 0;
  background-color: #c2c2c2;
}
.min-md-size #product .oil.no-centerline .container:before {
  display: none;
}

/*選購配件*/


#product .left {
  float: left;
  width: 45.15%;
}
.max-md-size #product .left {
  float: none;
  width: 100%;
}
#product .left ul.slider-pic {
  padding: 0 50px;
  z-index: 5;
}
.max-sm-size #product .left ul.slider-pic {
  padding: 0;
}
#product .left ul.slider-pic .reel {
  width: 100%;
  height: auto;
}
#product .left ul.slider-pic .slick-slide {
  height: auto;
  /* padding: 30px; */
  position: relative;
  border: 1px solid #c2c2c2;
}

#product .left ul.slider-pic .open-photos {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -1px;
  bottom: -40px;
  z-index: 2;
  background: #c2c2c2 url(images/icon-zoom.png) center no-repeat;
  background-size: 20px;
  transition: background-color 0.5s;
  cursor: pointer;
}
#product .left ul.slider-pic .open-photos:hover {
  background-color: #b90108;
}
/*.max-md-size #product .left ul.slider-pic .open-photos {*/
	
  /*left: 0;
  right: 0;
  margin: 0 auto;*/
/*	display: none;*/

/*}*/


#product .left ul.slider-pic .slick-list {
  overflow: visible;
}

#product .left ul.slider-nav {
  margin: 52px 48px 0;
  /* padding: 0 30px; */
}
.max-md-size #product .left ul.slider-nav {
  padding: 0 30px;
}
.max-sm-size #product .left ul.slider-nav {
  margin: 52px 0 0;
}
#product .left ul.slider-nav .slick-slide {
  cursor: pointer;
  padding: 0 2px;
}
#product .left ul.slider-nav .pic {
  height: 70px;
  position: relative;
}
#product .left ul.slider-nav .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
#product .left ul.slider-nav .slick-current .pic::after {
  background-color: #b90108;
}
#product .left ul.slider-nav .slick-arrow {
  width: 30px;
  height: 100%;
  margin-top: 0;
  top: 0;
  border-radius: 0;
  background-color: #a5a5a6;
 /* 放大鏡選單*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px
}
#product .left ul.slider-nav .slick-arrow.slick-disabled {
  background-color: #ccc;
}
#product .left ul.slider-nav .slick-prev {
  background-image: url("images/accessories/arrow-prev2.png");

  left: -28px;
}
#product .left ul.slider-nav .slick-next {
  background-image: url("images/accessories/arrow-next2.png");
  right: -28px;
}
.max-md-size #product .left ul.slider-nav .slick-prev { 
  left: 0;
}
.max-md-size #product .left ul.slider-nav .slick-next { 
  right: 0;
}
/* #product .left ul.slider-pic .slick-dots {
  margin-top: 30px;
  position: relative;
  padding-left: 0;
  left: 0;
  bottom: 0;
  text-align: left;
}
.max-md-size #product .left ul.slider-pic .slick-dots {
  text-align: center;
}
#product .left ul.slider-pic .slick-dots li {
  margin: 0;
}
#product .left ul.slider-pic .slick-dots a {
  display: block;
}
#product .left ul.slider-pic .slick-dots a img {
  height: 70px;
}
.max-xs-size #product .left ul.slider-pic .slick-dots a img {
  height: 60px;
} */
#product .left .slider360 {
  margin-top: 50px;
  text-align: center;
}
.max-md-size #product .left .slider360 {
  margin-top: 20px;
}
#product .left .slider360 .button {
  display: inline-block;
  width: 180px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#product .left .slider360 .button:hover {
  background-color: #e60012;
}
#product .left .slider360 .button .icon, #product .left .slider360 .button span {
  display: inline-block;
  vertical-align: middle;
}
#product .left .slider360 .button .icon {
  width: 50px;
  height: 30px;
  background: url("images/icon-360.png") center no-repeat;
}
#product .right {
  float: right;
  width: 50%;
}
.max-md-size #product .right {
  float: none;
  width: 100%;
  padding-top: 50px;
}
#product .right .name {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #cacaca;
  font-size: 30px;
}
.max-sm-size #product .right .name {
  font-size: 25px;
}
#product .right .price {
  padding: 15px;
  border-bottom: 1px solid #cacaca;
}
#product .right .price span {
  padding-right: 20px;
  color: red;
  font-size: 30px;
  font-weight: bold;
}
.max-sm-size #product .right .price span {
  font-size: 25px;
}
#product .right .editor {
  margin-top: 30px;
}
.max-sm-size #product .right .editor {
  margin-top: 20px;
}

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, left 0s 1s;
}
.fixed-box.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 1s;
}
.fixed-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
}

.fixed-box .inner {
  width: 660px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  /* background-color: #fff; */
}

.max-bg-size .fixed-box .inner {
  /* width: 90%; */
}
.max-md-size .fixed-box .inner {
  width: 80%;
}
.max-sm-size .fixed-box .inner {
  /* width: 100%; */
}

.fixed-box .mCSB_inside > .mCSB_container {
  padding: 0;
}
.max-sm-size .fixed-box .mCSB_inside > .mCSB_container {
  /* padding: 15px; */
}

.fixed-box .inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  background: #e40013 url(images/icon-closed.png) center no-repeat;
  transition: background 0.3s;
}
.max-xs-size .fixed-box .inner .close {
  width: 36px;
  height: 36px;
  top: -18px;
  right: -18px;
}
.fixed-box .inner .close:hover {
  background-color: red;
}

.fixed-box .scrollbar {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.max-sm-size .fixed-box .scrollbar {
  max-height: 90vh;
}

.fixed-box .scrollbar .mCSB_draggerContainer {
  left: 1000%;
}

#photos ul.slider-pic img {
  max-height: 500px;
}
#photos ul.slider-nav {
  width: 100%;
  /* max-width: 620px; */
  padding: 0 32px;
  margin: 30px auto 0 auto;
}
.max-sm-size #photos ul.slider-nav {
  margin: 20px 0 0;
  padding: 0 36px;
}
#photos ul.slider-nav .slick-slide {
  cursor: pointer;
  padding: 0 2px;
}
#photos ul.slider-nav .pic {
  height: 70px;
  position: relative;
}
#photos ul.slider-nav .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
#photos ul.slider-nav .slick-current .pic::after {
  background-color: #b90108;
}

/*開幻燈片視窗 選單*/
#photos ul.slider-nav .slick-arrow {
  width: 30px;
  height: 100%;
  margin-top: 0;
  top: 0;
  border-radius: 0;
  background-color: #4a4a4a;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
#photos ul.slider-nav .slick-arrow.slick-disabled {
  background-color: #acabab;
	  /*background-color: red;*/
}
#photos ul.slider-nav .slick-prev {
  background-image: url("images/accessories/arrow-prev2.png");
  left: 0;
}
#photos ul.slider-nav .slick-next {
  background-image: url("images/accessories/arrow-next2.png");
  right: 0;
}
.max-md-size #photos ul.slider-nav {
  padding: 0 32px;
}
.max-md-size #photos ul.slider-nav .slick-prev {
  left: 0;
}
.max-md-size #photos ul.slider-nav .slick-next {
  right: 0;
}

/* ==========================================================================
    SR APP
 ==========================================================================*/
#SRAPP .banner .pic {
  height: 600px;
}
.max-lg-size #SRAPP .banner .pic {
  height: 350px;
}
.max-sm-size #SRAPP .banner .pic {
  height: 200px;
  background-position: 35% center !important;
}
#SRAPP .container {
  max-width: 1200px;
  padding: 0px 0px;
}
.max-md-size #SRAPP .container {
  padding: 50px 30px;
}
.max-ss-size #SRAPP .container {
  padding: 30px 15px;
}


/* ==========================================================================
    links
 ==========================================================================*/
#links .banner .pic {
  height: 400px;
}
.max-lg-size #links .banner .pic {
  height: 250px;
}
.max-sm-size #links .banner .pic {
  height: 200px;
  background-position: 45% center !important;
}
#links .container {
  max-width: 1200px;
  padding: 15px 30px;
}
.max-md-size #links .container {
  padding: 50px 30px;
}
.max-ss-size #links .container {
  padding: 30px 15px;
}

/* ==========================================================================
    monster
 ==========================================================================*/
#monster .banner .pic {
  height: 600px;
}
.max-lg-size #monster .banner .pic {
  height: 250px;
}
.max-sm-size #monster .banner .pic {
  height: 200px;
  background-position: 45% center !important;
}

#monster .banner .pic2 {
  height: 700px;
}
.max-lg-size #monster .banner .pic2 {
  height: 300px;
}
.max-sm-size #monster .banner .pic2 {
  height: 250px;
  background-position: 45% center !important;
}

#monster .container {
  max-width: 1200px;
  padding: 15px 30px;
}
.max-md-size #monster .container {
  padding: 50px 30px;
}
.max-ss-size #monster .container {
  padding: 30px 15px;
}


#monster .subnav ul > li .tags {
  text-align: center;
}
#monster .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px ;
  height: 10px;
}

#monster .section.first {
  padding-top: 90px;
}
#monster .title {
  text-align: center;
}
#monster ul.list {
  max-width: 1200px;
  margin: auto;
}
#monster ul.list > li {
 /* border-bottom: 1px dotted #000;*/
}
#monster ul.list > li.actived .toggle .name {
  color: #b4d11c;
  font-weight: bold;
}
#monster ul.list > li:last-of-type {
  border-bottom: none;
}
#monster ul.list > li .editor ul > li {
  list-style-type: disc;
}
#monster ul.list > li .toggle {
  padding: 20px 30px 20px 110px;
  position: relative;
  cursor: pointer;
}
.max-sm-size #monster ul.list > li .toggle {
  padding: 15px 20px 15px 90px;
}

#monster ul.list > li .toggle:before{
  content: url("../../motogp/images/icon-arrow.png");
  position: absolute;
  right: 110px;
  top: 15px;
}
.max-sm-size #monster ul.list > li .toggle:before {
   right: 90px;
  top: 8px;
}
#monster ul.list > li .toggle .number {
  position: absolute;
  left: 60px;
  top: 15px;
  color: red;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}
.max-sm-size #monster ul.list > li .toggle .number {
  left: 55px;
  top: 15px;
  font-size: 16px;
}
#monster ul.list > li .toggle .name {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
	text-align: right;
}
.max-sm-size #monster ul.list > li .toggle .name {
  font-size: 16px;
}
#monster ul.list > li .toggle:hover .name {
  color: #b4d11c;
  font-weight: bold;
}
#monster ul.list > li .answer {
  display: none;
  margin-bottom: 20px;
  padding: 0px 10px 20px 10px;
  position: relative;
  /*background-color: #e6e6e6;*/
  font-size: 16px;
}
.max-sm-size #monster ul.list > li .answer {
  padding: 5px 10px 15px 0px;
  font-size: 15px;

}
/*#monster ul.list > li .answer:before {
  content: url("images/icon-a.png");
  position: absolute;
  left: 20px;
  top: 20px;
}
.max-sm-size #monster ul.list > li .answer:before {
  left: 15px;
  top: 8px;
}*/


/* ==========================================================================
    accessories
 ==========================================================================*/
.max-md-size #accessories .banner {
  margin-top: 55px;
}
#accessories .container {
  padding: 50px 15px 10px 15px;
}
.max-md-size #accessories .container {
  padding: 30px 0 0 0;
}
#accessories h2.title {
  margin: 0 0 50px;
  font-size: 20px;
  text-align: center;
}
.max-md-size #accessories h2.title {
  margin-bottom: 20px;
}
#accessories ul.list {
  font-size: 0;
}
#accessories ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 50px;
  padding: 0 15px;
}
.max-md-size #accessories ul.list li {
  width: 33.3%;
  margin-bottom: 30px;
}
.max-sm-size #accessories ul.list li {
  width: 50%;
}
.max-xs-size #accessories ul.list li {
  width: 100%;
}
#accessories ul.list li a {
  display: block;
}
#accessories ul.list li a .pic {
  height: 260px;
  overflow: hidden;
}
.max-lg-size #accessories ul.list li a .pic {
  height: 180px;
}
#accessories ul.list li a .pic .jqimgFill {
  height: 260px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.max-lg-size #accessories ul.list li a .pic .jqimgFill {
  height: 180px;
}
#accessories ul.list li a .name {
  margin: 10px 0 0 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#accessories ul.list li a:hover .jqimgFill {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#accessories ul.list li a:hover .name {
  color: red;
}

/* ==========================================================================
    components
 ==========================================================================*/
#components .subnav ul > li .tags {
  text-align: center;
}
#components .subnav ul > li .tags ul li {
  width: auto;
  margin: 0 20px;
}
.max-md-size #components .banner {
  margin-top: 55px;
}
.max-md-size #components .section {
  padding-top: 50px;
}
#components .container {
  max-width: 1200px;
  padding: 0;
}
#components .video {
  margin-top: 50px;
  padding-bottom: 56.5%;
}
.max-sm-size #components .video {
  margin-top: 20px;
}
#components .editor .pic {
  margin: 20px 0;
}
#components .block {
  margin-top: 50px;
}
.max-sm-size #components .block {
  margin-top: 20px;
}
#components .block .title {
  margin: 30px 0;
  padding: 5px;
  background-color: #ca1919;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
.max-sm-size #components .block .title {
  margin: 10px 0;
  font-size: 18px;
}
#components .block ul.helf {
  font-size: 0;
}
#components .block ul.helf > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
}
.max-sm-size #components .block ul.helf > li {
  width: 100%;
  padding: 0 !important;
  font-size: 15px;
}
#components .block ul.helf > li:nth-of-type(odd) {
  padding-right: 20px;
}
#components .block ul.helf > li:nth-of-type(even) {
  padding-left: 20px;
}
#components .block ul.helf.gray .title {
  background-color: #e9e9e9;
  color: #000;
}
#components .block ul.six-list, #components .block ul.five-list {
  font-size: 0;
  text-align: center;
}
#components .block ul.six-list > li, #components .block ul.five-list > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 18px;
}
.max-md-size #components .block ul.six-list > li, .max-md-size #components .block ul.five-list > li {
  width: 33.3%;
}
.max-sm-size #components .block ul.six-list > li, .max-sm-size #components .block ul.five-list > li {
  width: 50%;
  font-size: 15px;
}
.max-xs-size #components .block ul.six-list > li, .max-xs-size #components .block ul.five-list > li {
  width: 100%;
}
#components .block ul.six-list > li .name, #components .block ul.five-list > li .name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.max-sm-size #components .block ul.six-list > li .name, .max-sm-size #components .block ul.five-list > li .name {
  font-size: 15px;
}
#components .block ul.six-list > li {
  width: 16.6%;
}
#components .block ul.five-list > li {
  width: 20%;
}
#components .info {
  padding: 50px 0;
}
.max-md-size #components .info {
  padding: 30px 0;
}
#components .info .container {
  max-width: 1500px;
  padding: 0 30px;
}
.max-ss-size #components .info .container {
  padding: 0 15px;
}
#components .info .title {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.max-md-size #components .info .title {
  font-size: 30px;
}
.max-sm-size #components .info .title {
  margin-bottom: 20px;
  font-size: 25px;
}
#components .info ul.list {
  font-size: 0;
  text-align: center;
}
#components .info ul.list > li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  max-width: 440px;
  margin-top: 30px;
  padding: 0 30px;
  font-size: 16px;
}
.max-sm-size #components .info ul.list > li {
  width: 100%;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
}
#components .info ul.list > li:nth-of-type(3n-1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#components .info ul.list > li:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#components .info ul.list > li .name {
  margin: 30px 0;
  padding-bottom: 15px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.max-sm-size #components .info ul.list > li .name {
  font-size: 20px;
}
#components .info ul.list > li .name:after {
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  margin-left: -65px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: red;
}
#components .info ul.list > li .sub {
  font-size: 22px;
}
.max-sm-size #components .info ul.list > li .sub {
  font-size: 18px;
}
#components .info ul.list > li .text {
  margin-top: 10px;
  color: #6c6c6c;
}
#components ul.helmet-list {
  font-size: 0;
}
#components ul.helmet-list > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 16px;
}
.max-md-size #components ul.helmet-list > li {
  line-height: 1.5em;
}
.max-sm-size #components ul.helmet-list > li {
  width: 100% !important;
  font-size: 15px;
}
.max-md-size #components ul.helmet-list > li .pic {
  text-align: center;
}
#components ul.helmet-list > li.helmet-pic {
  display: block;
  margin-top: -100px;
  text-align: center;
}
.max-md-size #components ul.helmet-list > li.helmet-pic {
  margin-top: 0;
}
.max-sm-size #components ul.helmet-list > li.helmet-pic {
  display: none;
}
.max-sm-size #components ul.helmet-list > li.helmet-pic.first {
  display: block;
}
#components ul.helmet-list > li.item1 {
  width: 25%;
}
.max-md-size #components ul.helmet-list > li.item1 {
  width: 33.3%;
}
#components ul.helmet-list > li.item2 {
  width: 50%;
}
.max-md-size #components ul.helmet-list > li.item2 {
  width: 33.3%;
}
#components ul.helmet-list > li.item3 {
  width: 25%;
}
.max-md-size #components ul.helmet-list > li.item3 {
  width: 33.3%;
}
#components ul.helmet-list > li.item4 {
  width: 75%;
}
.max-md-size #components ul.helmet-list > li.item4 {
  width: 50%;
}
#components ul.helmet-list > li.item5 {
  width: 25%;
  margin-top: -320px;
}
.max-md-size #components ul.helmet-list > li.item5 {
  width: 50%;
  margin-top: 0;
}
#components ul.helmet-list > li.item6 {
  width: 50%;
}
#components ul.helmet-list > li.item7 {
  width: 50%;
}
#components ul.helmet-list > li.helf {
  padding-top: 60px;
  padding-left: 250px;
  position: relative;
}
.max-md-size #components ul.helmet-list > li.helf {
  padding-top: 0;
  padding-left: 20px;
}
#components ul.helmet-list > li.helf .pic {
  width: 270px;
  position: absolute;
  left: 0;
  top: 0;
}
.max-md-size #components ul.helmet-list > li.helf .pic {
  width: auto;
  position: relative;
}
#components .border-bottom {
  min-width: 500px;
}
#components .border-bottom td {
  vertical-align: top;
  font-size: 15px;
}
#components .border-bottom td .type {
  min-width: 200px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.max-sm-size #components .border-bottom td .type {
  min-width: 150px;
  font-size: 16px;
}
#components .border-bottom td .type:before {
  top: 6px;
}
.max-sm-size #components .border-bottom td .type:before {
  top: 0;
}
#components .yamalube-table {
  min-width: 500px;
}
#components .yamalube-table td {
  min-width: 130px;
}
.max-xs-size #components .yamalube-table td {
  min-width: 100px;
}
#components .style {
  background-color: #000;
  color: #fff;
}
#components .style .text {
  padding: 30px;
}
#components .style .sub-title {
  margin-bottom: 50px;
  color: #f773a8;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.max-sm-size #components .style .sub-title {
  margin-bottom: 20px;
  font-size: 20px;
}
#components .style .box:after {
  content: '';
  display: block;
  clear: both;
}

/* ==========================================================================
    news
 ==========================================================================*/
#news .section {
  padding-top: 100px;
}
.max-sm-size #news .section {
  padding-top: 80px;
}
.max-xs-size #news .section {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
#news .container {
  max-width: 1700px;
  padding: 0;
}
.max-xs-size #news ul.news-list li a {
  padding: 20px 0;
}
.max-xs-size #news ul.news-list li a:after {
  content: '';
  display: block;
  clear: both;
}
.max-xs-size #news ul.news-list li a .pic {
  display: block;
  float: left;
  width: 130px;
  height: 100px;
}
.max-xs-size #news ul.news-list li a .pic .jqimgFill {
  height: 100px;
}
.max-xs-size #news ul.news-list li a .text {
  float: right;
  width: calc(100% - 140px);
}
.max-xs-size #news ul.news-list li a .text .middle {
  height: 100px;
  padding: 0;
  vertical-align: middle;
}
.max-xs-size #news ul.news-list li a .text .ellipsis {
  max-height: 4.5em;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
}

#new .section {
  margin-top: 60px;
}
.max-md-size #new .section {
  margin-top: 20px;
}
#new .container {
  padding: 0;
 width: 92%;
}

/* ==========================================================================
    stores
 ==========================================================================*/
.search {
  margin: 50px 0 20px 0;
  text-align: center;
}
.max-md-size .search {
  display: table;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px auto;
  text-align: left;
}
.max-sm-size .search {
  margin-bottom: 30px;
}
.search .group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 0;
}
.max-md-size .search .group {
  display: block;
  margin-right: 0;
}
.search .group .form-control {
  width: 200px;
}
.max-md-size .search .group .form-control {
  width: calc(100% - 100px);
  min-width: 0;
}
.max-md-size .search .group .form-control.inputKeyword {
  width: 100%;
}
.search .group .left {
  font-size: 16px;
}
.max-md-size .search .group .left {
  width: 100px;
  padding-left: 0;
}
.max-md-size .search .button {
  width: 100%;
}

#stores .section {
  padding-top: 50px;
}
.max-md-size #stores .section {
  padding-top: 80px;
}
#stores .section .title {
  display: none;
  text-align: center;
}
.max-md-size #stores .section .title {
  display: block;
}
#stores .near {
  padding-bottom: 0;
}
.max-sm-size #stores .near {
  padding-bottom: 30px;
}
#stores .container {
  padding: 0;
}
#stores .container .stores-type {
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.max-md-size #stores .container .stores-type {
  padding-left: 0;
  border-bottom: 1px solid #bababa;
  text-align: left;
}
.max-sm-size #stores .container .stores-type {
  border-bottom: none;
}
#stores .container .stores-type .title {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #bababa;
  font-size: 16px;
}
.max-md-size #stores .container .stores-type .title {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  border-right: none;
  border-bottom: 1px solid #bababa;
}
#stores .container .stores-type ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 10px;
  position: relative;
}
.max-md-size #stores .container .stores-type ul > li {
  display: block;
  margin-right: 0;
}
#stores .container .stores-type i, #stores .container .stores-type span {
  display: inline-block;
  vertical-align: middle;
}
#stores .container .stores-type .icon {
  width: 41px;
  margin-right: 10px;
}
#stores .container .stores-type .name {
  padding-right: 5px;
  font-weight: bold;
}
#stores .container .stores-type .info {
  width: 30px;
  height: 30px;
  background: url("images/icon-info.png") center no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
.max-md-size #stores .container .stores-type .info {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  cursor: auto;
}
.max-sm-size #stores .container .stores-type .info {
  display: block;
}
#stores .container .stores-type .info:hover {
  opacity: 1;
}
#stores .container .stores-type .info:hover .sub {
  visibility: visible;
  opacity: 1;
}
#stores .container .stores-type .sub {
  display: block;
  width: 100%;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: 45px;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #818181;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  font-style: normal;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.max-md-size #stores .container .stores-type .sub {
  position: relative;
  bottom: 0;
  border-radius: 0;
  background: none;
  text-align: left;
  visibility: visible;
  opacity: 1;
}
.max-sm-size #stores .container .stores-type .sub {
  padding-left: 0;
}
#stores .container .stores-type .sub:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #e0e0e0 transparent transparent transparent;
}
.max-md-size #stores .container .stores-type .sub:before {
  content: normal;
}
#stores .container .result {
  font-size: 18px;
  line-height: 1.5em;
}
.max-sm-size #stores .container .result {
  font-size: 15px;
}
#stores .container .table tr td {
  min-width: 140px;
}
#stores .container .table tr td:last-of-type {
  min-width: 80px;
}
#stores .container .table .goMap {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("images/goMap.png") center no-repeat;
  font-size: 0;
}
#stores .container ul.types > li {
  display: none;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
#stores .container ul.types > li.actived {
  display: inline-block;
}
#stores .container .forMobile {
  display: none;
  margin-top: 30px;
}
.max-sm-size #stores .container .forDesktop {
  display: none;
}
.max-sm-size #stores .container .forMobile {
  display: block;
}
#stores .map {
  height: 400px;
  margin: 50px -30px 0 -30px;
}
.max-sm-size #stores .map {
  height: 250px;
}

/* ==========================================================================
    compares
 ==========================================================================*/
#compares .title {
  text-align: center;
}
#compares .form {
  max-width: 1500px;
  margin: auto;
  position: relative;
  z-index: 5;
}
#compares .top-button {
  margin-top: -82px;
}
.max-md-size #compares .top-button {
  width: 80px;
  min-width: 0;
  height: 80px;
  margin: 0;
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 10;
  border-radius: 50%;
  background-color: red;
  border-color: red;
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
.max-sm-size #compares .top-button {
  width: 65px;
  height: 65px;
  right: 10px;
  font-size: 15px;
}
#compares .name {
  font-size: 18px;
}
.max-sm-size #compares .name {
  font-size: 15px;
}

#compare .container {
  padding: 0;
  position: relative;
}
#compare .block {
  position: relative;
}
#compare .block .scroll {
  overflow-x: auto;
  overflow-y: visible;
}
.max-md-size #compare .block .scroll {
  margin-left: 130px;
}
.max-md-size #compare .block .scroll:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 130px;
  top: 0;
  z-index: 1;
}
.max-xs-size #compare .block .scroll {
  margin-left: 100px;
}
.max-xs-size #compare .block .scroll:before {
  left: 100px;
}
.max-md-size #compare .table {
  border-collapse: collapse;
}
#compare .table tr th {
  background-color: #d6d6d6;
}
#compare .table tr td {
  min-width: 150px;
  line-height: 1.5em;
  background-color: #fff;
}
.max-md-size #compare .table tr td {
  vertical-align: top;
}
.max-xs-size #compare .table tr td {
  min-width: 110px;
}
#compare .table tr td .car {
  max-width: 150px;
  margin: auto;
}
#compare .table tr:first-of-type td {
  position: relative;
  background-color: transparent;
}
#compare .table tr:first-of-type td .delete {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: url("images/icon-closed2.png") center no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0.4;
  cursor: pointer;
}
.max-sm-size #compare .table tr:first-of-type td .delete {
  background-size: 18px;
}
#compare .table tr:first-of-type td .delete:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 1;
}
#compare .table tr:nth-of-type(even) td {
  background-color: #ececec;
}
.max-md-size #compare .table .fix {
  width: 130px;
  min-width: 0;
  height: 100%;
  margin-left: -130px;
  position: absolute;
}
.max-xs-size #compare .table .fix {
  width: 100px;
  margin-left: -100px;
}
#compare .button {
  margin: 30px auto;
}

/* ==========================================================================
    recalls
 ==========================================================================*/
#recalls .container {
  max-width: 1200px;
  padding: 0;
}
#recalls .title {
  font-size: 25px;
  text-align: center;
}
.max-sm-size #recalls .title {
  font-size: 20px;
}
#recalls ul.list li {
  padding: 2px;
  border-bottom: 1px dotted #000;
}
#recalls ul.list li:last-of-type {
  border-bottom: none;
}
#recalls ul.list li a {
  display: block;
  padding: 20px 5px 20px 150px;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-xs-size #recalls ul.list li a {
  padding: 10px 5px;
}
#recalls ul.list li a .date {
  position: absolute;
  left: 7px;
  top: 20px;
  color: #000;
  font-weight: bold;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-xs-size #recalls ul.list li a .date {
  margin-bottom: 5px;
  position: relative;
  left: 0;
  top: 0;
}
#recalls ul.list li a .name {
  margin: 0;
  color: #666666;
  font-size: 16px;
  -webkit-transition: color 0.5s, font 0.5s;
  transition: color 0.5s, font 0.5s;
}
.min-md-size #recalls ul.list li a:hover {
  background-color: red;
}
.min-md-size #recalls ul.list li a:hover .date, .min-md-size #recalls ul.list li a:hover .name {
  color: #fff;
}
.min-md-size #recalls ul.list li a:hover .name {
  font-size: 20px;
}

.notify {
  margin-top: 80px;
}
.max-md-size .notify {
  margin-top: 50px;
}
.max-xs-size .notify {
  margin-top: 30px;
}
.notify .title {
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5em;
}
.max-xs-size .notify .title {
  font-size: 16px;
}
.notify .notice {
  margin-top: 30px;
  font-size: 15px;
}

#recall .container {
  max-width: 1200px;
}
#recall .section {
  margin-top: 60px;
}
.max-md-size #recall .section {
  margin-top: 20px;
}
#recall .container {
  padding: 0;
}
#recall .recall-button {
  display: inline-block;
  min-width: 0;
  width: 170px;
  height: 55px;
}
#recall .recall-button:before {
  content: url("images/icon-car.png");
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.max-sm-size #recall .detail-table td {
  min-width: 100px;
}
.max-sm-size #recall .detail-table td.code {
  min-width: 150px;
}
#recall .detail {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
#recall .search {
  padding-top: 50px;
  border-top: 1px solid #000;
}
#recall .search .block {
  max-width: 440px;
  margin: auto;
  position: relative;
}
#recall .search .block .left {
  width: 170px;
  padding: 0;
  position: absolute;
  left: 0;
  top: -5px;
}
.max-xs-size #recall .search .block .left {
  width: 100%;
  position: relative;
  top: 0;
  text-align: center;
}
#recall .search .block .right {
  padding-left: 200px;
}
.max-xs-size #recall .search .block .right {
  margin-top: 30px;
  padding-left: 0;
}
#recall .search .block .right .form-control, #recall .search .block .right .button {
  width: 100%;
  min-width: 0;
}
#recall .search .text {
  margin-top: 30px;
  border-top: 1px dotted #000;
  font-size: 15px;
  line-height: 1.5em;
}

/* ==========================================================================
    infor
 ==========================================================================*/
#infor .red-line {
  border-bottom: 1px solid red;
}
#infor .container {
  max-width: 1200px;
  padding: 0;
}
#infor .container .title {
  text-align: center;
  font-size: 25px;
}
.max-sm-size #infor .container .title {
  font-size: 20px;
}
#infor .container .type {
  margin: 20px 0;
  font-weight: bold;
}

/* ==========================================================================
    parts
 ==========================================================================*/
#parts .red-line {
  border-bottom: 1px solid red;
}
#parts .container {
  max-width: 1200px;
  padding: 0;
   margin-top: 20px ;
}
#parts .container .title {
  text-align: center;
  font-size: 25px;
}
.max-sm-size #parts .container .title {
  font-size: 20px;
}
#parts .container .type {
   margin: 20px 0;
  font-weight: bold;
}


/* ==========================================================================
    downloads
 ==========================================================================*/
.max-md-size #downloads .section {
  padding-top: 50px;
}
#downloads .search {
  margin-top: 30px;
}
#downloads .editor {
  margin-top: 50px;
}
#downloads .notice {
  margin-top: 10px;
  font-size: 15px;
}
#downloads .notice ol, #downloads .notice ul {
  margin: 0;
}
#downloads .notice .link {
  color: #cd071e;
}
#downloads .notice .link:hover {
  text-decoration: underline;
}
#downloads .tabsContent {
  max-width: 1500px;
  margin: auto;
}
#downloads .tabsContent .tab {
  display: none;
}
#downloads .tabsContent .tab.show {
  display: block;
}
#downloads .tabsContent .tab:after {
  content: '';
  display: block;
  clear: both;
}
#downloads .tabsContent .tab .left {
  float: left;
  width: 48%;
}
.max-md-size #downloads .tabsContent .tab .left {
  float: none;
  width: 100%;
}
#downloads .tabsContent .tab .right {
  float: right;
  width: 48%;
}
.max-md-size #downloads .tabsContent .tab .right {
  float: none;
  width: 100%;
}
.max-md-size #downloads .tabsContent .tab .right tr:first-of-type {
  display: none;
}
#downloads .tabsContent ul.list {
  font-size: 0;
}
#downloads .tabsContent ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px 30px 20px;
  text-align: center;
}
.max-lg-size #downloads .tabsContent ul.list li {
  padding: 20px 10px;
}
.max-md-size #downloads .tabsContent ul.list li {
  width: 33.3%;
}
.max-sm-size #downloads .tabsContent ul.list li {
  width: 50%;
  padding: 10px 10px;
}
.max-ss-size #downloads .tabsContent ul.list li {
  width: 100%;
  padding: 10px 0;
}
#downloads .tabsContent ul.list li a {
  display: block;
}
#downloads .tabsContent ul.list li a .pic {
  overflow: hidden;
}
#downloads .tabsContent ul.list li a .pic img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#downloads .tabsContent ul.list li a .name {
  margin: 10px 0 0 0;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-sm-size #downloads .tabsContent ul.list li a .name {
  margin-top: 5px;
  font-size: 15px;
}
#downloads .tabsContent ul.list li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#downloads .tabsContent ul.list li a:hover .name {
  color: red;
}
#downloads .tabsContent .guides {
  font-size: 14px;
  text-align: center;
}
#downloads .tabsContent .guides th {
  font-weight: bold;
  font-size: 18px;
}
.max-sm-size #downloads .tabsContent .guides th {
  font-size: 16px;
}
.max-sm-size #downloads .tabsContent .guides th:first-of-type {
  display: none;
}
#downloads .tabsContent .guides td {
  width: 25%;
}
.max-sm-size #downloads .tabsContent .guides td {
  width: 33.3%;
}
.max-sm-size #downloads .tabsContent .guides td:first-of-type {
  display: none;
}
.max-sm-size #downloads .tabsContent .guides td span.hidden {
  display: inline-block;
}
#downloads .tabsContent .guides .name {
  margin: 0;
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
}
#downloads .tabsContent .guides .car {
  max-width: 140px;
  margin: auto;
}
#downloads .tabsContent .guides a {
  display: block;
  color: #000;
}
#downloads .tabsContent .guides a .pic {
  margin-bottom: 5px;
}
#downloads .tabsContent .guides a .pic img {
  max-height: 77px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.max-xs-size #downloads .tabsContent .guides a .pic img {
  max-height: 60px;
}
#downloads .tabsContent .guides a:hover {
  color: red;
}
#downloads .tabsContent .guides a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#downloads .obd .container {
  max-width: 1200px;
  padding: 50px 0 0 0;
}
.max-sm-size #downloads .obd .container {
  padding-top: 30px;
}
#downloads .obd .container .title {
  margin-bottom: 20px;
}
#downloads ul.pdf {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.max-xs-size #downloads ul.pdf {
  font-size: 0;
}
#downloads ul.pdf li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 15px;
}
.max-xs-size #downloads ul.pdf li {
  width: 48%;
  margin-right: 4%;
  font-size: 15px;
  text-align: center;
}
.max-xs-size #downloads ul.pdf li:nth-of-type(even) {
  margin-right: 0;
}
#downloads ul.pdf li a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
  transition: color 0.5s, background 0.5s, border 0.5s;
}
.max-xs-size #downloads ul.pdf li a {
  padding: 5px;
}
#downloads ul.pdf li a:hover {
  background-color: red;
  border-color: red;
  color: #fff;
}

#downloads .manual .container {
  max-width: 1200px; align-content: center; text-align:center; margin: auto; 
  padding: 10px 0 0 0;
	left: 50%
}
.max-sm-size #downloads .manual .container {
  padding-top: 30px;
}

/* ==========================================================================
    faq
 ==========================================================================*/
#faq .section.first {
  padding-top: 90px;
}
#faq .title {
  text-align: center;
}
#faq ul.list {
  max-width: 1200px;
  margin: auto;
}
#faq ul.list > li {
  border-bottom: 1px dotted #000;
}
#faq ul.list > li.actived .toggle .name {
  color: red;
  font-weight: bold;
}
#faq ul.list > li:last-of-type {
  border-bottom: none;
}
#faq ul.list > li .editor ul > li {
  list-style-type: disc;
}
#faq ul.list > li .toggle {
  padding: 20px 30px 20px 110px;
  position: relative;
  cursor: pointer;
}
.max-sm-size #faq ul.list > li .toggle {
  padding: 15px 20px 15px 90px;
}
#faq ul.list > li .toggle:before {
  content: url("images/icon-q.png");
  position: absolute;
  left: 20px;
  top: 15px;
}
.max-sm-size #faq ul.list > li .toggle:before {
  left: 15px;
  top: 8px;
}
#faq ul.list > li .toggle .number {
  position: absolute;
  left: 60px;
  top: 15px;
  color: red;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}
.max-sm-size #faq ul.list > li .toggle .number {
  left: 55px;
  top: 15px;
  font-size: 16px;
}
#faq ul.list > li .toggle .name {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-sm-size #faq ul.list > li .toggle .name {
  font-size: 16px;
}
#faq ul.list > li .toggle:hover .name {
  color: red;
  font-weight: bold;
}
#faq ul.list > li .answer {
  display: none;
  margin-bottom: 20px;
  padding: 20px 30px 20px 110px;
  position: relative;
  background-color: #e6e6e6;
  font-size: 16px;
}
.max-sm-size #faq ul.list > li .answer {
  padding: 15px 20px 15px 90px;
  font-size: 15px;
}
#faq ul.list > li .answer:before {
  content: url("images/icon-a.png");
  position: absolute;
  left: 20px;
  top: 20px;
}
.max-sm-size #faq ul.list > li .answer:before {
  left: 15px;
  top: 8px;
}

/* ==========================================================================
    lifestyles
 ==========================================================================*/
#lifestyles .lifestyle-list .title {
  display: none;
}

.lifestyle-list {
  max-width: 1500px;
  margin: auto;
  padding: 50px 10px;
}
.max-sm-size .lifestyle-list {
  padding: 30px 10px;
}
.lifestyle-list .title {
  margin: 30px 0 50px 0;
  font-size: 30px;
  text-align: center;
}
.max-md-size .lifestyle-list .title {
  font-size: 25px;
}
.max-sm-size .lifestyle-list .title {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.lifestyle-list ul {
  font-size: 0;
}
.lifestyle-list ul > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 20px;
}
.max-lg-size .lifestyle-list ul > li {
  width: 33.3%;
}
.max-md-size .lifestyle-list ul > li {
  width: 50%;
}
.max-xs-size .lifestyle-list ul > li {
  width: 100%;
  padding: 10px 20px;
}
.max-ss-size .lifestyle-list ul > li {
  padding: 5px;
}
.lifestyle-list ul > li a {
  display: block;
  position: relative;
}
.lifestyle-list ul > li a .pic {
  overflow: hidden;
  position: relative;
}
.lifestyle-list ul > li a .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: #fa5e00;
  opacity: 0;
  -webkit-transition: height 0.5s, top 0.5s, opacity 0.5s;
  transition: height 0.5s, top 0.5s, opacity 0.5s;
}
.lifestyle-list ul > li a .pic .jqimgFill {
  height: 220px;
  border: 3px solid #cecece;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.max-xs-size .lifestyle-list ul > li a .pic .jqimgFill {
  height: 190px;
}
.lifestyle-list ul > li a .text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}
.lifestyle-list ul > li a .text .middle {
  height: auto;
  padding: 10px 20px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-xs-size .lifestyle-list ul > li a .text .middle {
  padding: 10px 0;
}
.min-md-size .lifestyle-list ul > li a:hover .pic:before {
  height: 100%;
  top: 0;
  opacity: 0.8;
}
.min-md-size .lifestyle-list ul > li a:hover .pic .jqimgFill {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.min-md-size .lifestyle-list ul > li a:hover .text {
  position: absolute;
  left: 0;
  top: 0;
}
.min-md-size .lifestyle-list ul > li a:hover .text .middle {
  height: 220px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: color 0.5s, font 0.5s 0.1s;
  transition: color 0.5s, font 0.5s 0.1s;
}

#lifestyle .inner {
  background-color: #f4f4f4;
}
#lifestyle .container {
  max-width: 1200px;
}
#lifestyle .banner {
  margin-top: 55px;
}
.max-md-size #lifestyle .banner {
  margin-top: 40px;
}
.min-md-size #lifestyle .banner .pic {
  height: calc(100vh - 300px);
}
#lifestyle .map {
  height: 480px;
  margin-top: 50px;
}
.max-md-size #lifestyle .map {
  height: 300px;
}
.max-sm-size #lifestyle .map {
  height: 250px;
  margin-top: 20px;
}
#lifestyle .block {
  padding-top: 30px;
  font-size: 25px;
  text-align: center;
}
.max-md-size #lifestyle .block {
  font-size: 20px;
}
.max-sm-size #lifestyle .block {
  font-size: 15px;
  line-height: 1.5em;
}
#lifestyle .block .title {
  display: table;
  margin: 30px auto 50px auto;
  padding-left: 50px;
  position: relative;
  font-size: 30px;
}
.max-md-size #lifestyle .block .title {
  font-size: 25px;
}
.max-sm-size #lifestyle .block .title {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 20px;
}
#lifestyle .block .title:before {
  content: '';
  display: block;
  width: 30px;
  height: 45px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("images/lifestyle/icon-title.png") center no-repeat;
}
.max-sm-size #lifestyle .block .title:before {
  height: 35px;
  background-size: 20px;
}
#lifestyle .block .pic img {
  max-height: calc(100vh - 236px);
/*  min-height: 300px;*/
}
.max-sm-size #lifestyle .block .pic img {
  min-height: 0;
}


	/*兩張圖並排*/
.mpic { clear: both; display: block; width: 100%; float: left; margin-left: -13px;}
.mpic ul{ left:50%;  }
.mpic li{ width: auto;height: auto; max-width:50%;float: left; list-style-type:none;margin: 0 auto; left:50%; text-align: center;}	
.mpic li img{width:100%; }			
		




/*三張圖並排*/
.spic { clear: both; display: block; width: 100%; float: left; }
.spic ul{left:50%; margin-left: -10px;}
.spic li{ width: auto;height: auto; max-width:33%;float: left; list-style-type:none; left:50%; text-align: center; }	
.spic li img{width:100%; }	


/*新文字排版*/
#lifestyle .blocktext {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 30px;
  font-size: 25px;
  text-align: left;
}

@media (max-width: 768px) {
	#lifestyle .blocktext {font-size: 16px;}
}



/* ==========================================================================
    racing
 ==========================================================================*/
.no-data {
  display: none;
}
.max-md-size .no-data {
  display: block;
}

.max-md-size #racing {
  border-bottom: 2px solid #000;
	
}
.max-md-size #racing .banner {
  margin-top: 55px;
}
#racing .section {
  border-top: 5px solid #000;
  position: relative;
}
.max-md-size #racing .section.tab-inner {
  padding: 0;
  border-width: 2px;
}
.max-md-size #racing .section.tab-inner .title {
  margin-bottom: 0;
  padding: 5px 30px 5px 60px;
  text-align: left;
  -webkit-animation-name: none !important;
          animation-name: none !important;
}
.max-md-size #racing .section.tab-inner .title.actived {
  background-color: #000;
  color: #fff;
}
.max-md-size #racing .section.tab-inner .title.actived span.box {
  background-image: url("images/new/icon-arrow2.png");
  background-position: 25px 13px;
}
.max-sm-size #racing .section.tab-inner .title span.box {
  background-position: 30px 4px;
}
.max-sm-size #racing .section.tab-inner .title.actived span.box {
  background-position: 25px 10px;
}
.max-ss-size #racing .section.tab-inner .title {
  padding-left: 45px;
  padding-right: 15px;
}
.max-ss-size #racing .section.tab-inner .title span.box {
  background-position: 15px 4px;
}
.max-ss-size #racing .section.tab-inner .title.actived span.box {
  background-position: 10px 10px;
}
#racing .section:before {
  content: '';
  display: block;
  width: 100%;
  height: 58px;
  position: absolute;
  left: 0;
  top: -28px;
  z-index: 2;
  background: url("images/racing/icon-head.png") center no-repeat;
}
.max-md-size #racing .section:before {
  content: normal;
}
#racing .section .title {
  position: relative;
  font-size: 25px;
  text-align: center;
}
.max-sm-size #racing .section .title {
  font-size: 20px;
}
#racing .section .title span.box {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  background: url("images/new/icon-arrow.png") 30px 6px no-repeat;
}
.max-md-size #racing .section .title span.box {
  display: block;
}
#racing .section .container {
  max-width: 1200px;
  padding: 0;
}
.min-md-size #racing .section .container.toggle-content {
  display: block !important;
}
.max-md-size #racing .section .container.toggle-content {
  display: none;
  padding: 30px;
}
.max-ss-size #racing .section .container.toggle-content {
  padding: 0 15px;
}
#racing .section.info {
  border: none;
}
#racing .section.info:before {
  content: normal;
}
#racing .section .block {
  margin-top: 30px;
}
#racing .section .block .name {
  margin: 30px 0;
  padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.max-sm-size #racing .section .block .name {
  font-size: 16px;
}
.max-md-size #racing .goTop {
  display: none;
}
#racing .photo {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  text-align: center;
}
#racing .photo .name {
  text-align: left;
}
#racing .photo .title {
  margin: 10px 0 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.max-sm-size #racing .photo .title {
  font-size: 16px;
}
#racing .photo ul {
  margin-top: 10px;
  font-size: 0;
}
#racing .photo ul li {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
  padding: 5px;
}
.max-xs-size #racing .photo ul li {
  width: 33.3%;
}
#racing .photo ul li a {
  display: block;
  overflow: hidden;
}
#racing .photo ul li a:after {
  background-size: 30px;
}
#racing .photo ul li .jqimgFill {
  height: 100px;
}
.max-xs-size #racing .rider {
  text-align: left;
}
#racing .rider .people {
  padding: 10px 20px;
  text-align: right;
}
.max-xs-size #racing .rider .people {
  text-align: center;
}
#racing .video {
  padding-bottom: 56.5%;
}
#racing .school .photo {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#racing .school .photo ul {
  text-align: left;
}
#racing .school .photo ul li {
  width: 20%;
  padding: 0 5px;
}
.max-sm-size #racing .school .photo ul li {
  width: 25%;
}
.max-ss-size #racing .school .photo ul li {
  width: 33.3%;
}
#racing .school .photo ul li a.openPic:hover:before {
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
}
#racing .school .photo ul li img {
  width: 100%;
}
#racing .school .cf {
  color: #fff;
  padding: 50px 30px !important;
}
.max-md-size #racing .school .cf {
  padding: 20px 30px !important;
}
#racing .school .cf:before {
  content: normal;
}
#racing .school .cf .title {
  z-index: 2;
}
.max-md-size #racing .school .cf .title {
  margin-bottom: 20px;
  padding-left: 0;
}

/* ==========================================================================
    history
 ==========================================================================*/
.max-md-size #history .banner {
  margin-top: 55px;
}

/* ==========================================================================
    sitemap
 ==========================================================================*/
#sitemap .title {
  text-align: center;
  font-size: 25px;
}
.max-sm-size #sitemap .title {
  font-size: 20px;
}
#sitemap .block {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  font-size: 0;
}
.max-bg-size #sitemap .block {
  max-width: 900px;
}
.max-md-size #sitemap .block {
  max-width: 600px;
}
#sitemap .block .type {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 25px;
}
.max-sm-size #sitemap .block .type {
  font-size: 20px;
}
#sitemap .block .list {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 20px;
}
.max-md-size #sitemap .block .list {
  width: 33.3%;
}
.max-xs-size #sitemap .block .list {
  width: 100%;
}
#sitemap .block .list.marign15 {
  margin-top: 15px;
}
#sitemap .block .list.col-2 {
  width: 40%;
}
.max-md-size #sitemap .block .list.col-2 {
  width: 66.6%;
}
.max-xs-size #sitemap .block .list.col-2 {
  width: 100%;
}
#sitemap .block .list.col-2 > ul {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
}
#sitemap .block .list .name {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.max-sm-size #sitemap .block .list .name {
  font-size: 16px;
}
#sitemap .block .list .none {
  height: 36px;
}
.max-sm-size #sitemap .block .list .none {
  display: none;
}
#sitemap .block .list a {
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
}
.max-sm-size #sitemap .block .list a {
  font-size: 15px;
}
#sitemap .block .list a:hover {
  color: red;
}

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  min-width: 320px;
  position: relative;
  z-index: 2;
}
#footer .quick {
  padding: 50px 5px;
  position: relative;
  overflow: hidden;
}
.max-md-size #footer .quick {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .quick .bg {
  z-index: 1;
}
#footer .quick ul.list {
  max-width: 1500px;
  margin: auto;
  position: relative;
  z-index: 2;
  font-size: 0;
}
#footer .quick ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 30px 0;
  padding: 0 10px;
  text-align: center;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.max-md-size #footer .quick ul.list li {
  margin: 20px 0;
}
.max-sm-size #footer .quick ul.list li {
  width: 50%;
}
.min-md-size #footer .quick ul.list li:nth-of-type(even) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#footer .quick ul.list li a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.max-md-size #footer .quick ul.list li a {
  font-size: 16px;
}
.max-xs-size #footer .quick ul.list li a {
  font-size: 15px;
}
#footer .quick ul.list li a .name {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
#footer .quick ul.list li a .name:before {
  content: '';
  width: 34px;
  height: 1px;
  margin-left: -17px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #e60012;
}
#footer .quick ul.list li a .icon {
  display: inline-block;
  width: 125px;
  height: 75px;
  background: center no-repeat;
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s;
}
#footer .quick ul.list li a .icon1 {
  background-image: url("images/footer-icon01.png");
}
#footer .quick ul.list li a .icon2 {
  background-image: url("images/footer-icon02.png");
}
#footer .quick ul.list li a .icon3 {
  background-image: url("images/footer-icon03.png");
}
#footer .quick ul.list li a .icon4 {
  background-image: url("images/footer-icon04.png");
}
#footer .quick ul.list li a .icon5 {
  background-image: url("images/footer-icon05.png");
}
#footer .quick ul.list li a .icon6 {
  background-image: url("images/footer-icon06.png");
}
#footer .quick ul.list li a .icon7 {
  background-image: url("images/footer-icon07.png");
}
#footer .quick ul.list li a .icon8 {
  background-image: url("images/footer-icon08.png");
}
#footer .quick ul.list li a .icon9 {
  background-image: url("images/footer-icon09.png");
}
#footer .quick ul.list li a .icon10 {
  background-image: url("images/footer-icon10.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.min-md-size #footer .quick ul.list li a:hover .icon1 {
  background-image: url("images/footer-icon01-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon2 {
  background-image: url("images/footer-icon02-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon3 {
  background-image: url("images/footer-icon03-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon4 {
  background-image: url("images/footer-icon04-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon5 {
  background-image: url("images/footer-icon05-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon6 {
  background-image: url("images/footer-icon06-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon7 {
  background-image: url("images/footer-icon07-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon8 {
  background-image: url("images/footer-icon08-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon9 {
  background-image: url("images/footer-icon09-2.png");
}
.min-md-size #footer .quick ul.list li a:hover .icon10 {
  background-image: url("images/footer-icon10-2.png");
}
#footer .slogan {
  padding: 30px;
  position: relative;
  text-align: center;
  background-color: #e60012;
}
.max-ss-size #footer .slogan {
  padding: 20px 15px;
}
#footer .slogan .goTop {
  width: 90px;
  height: 45px;
  margin-left: -45px;
  padding-top: 10px;
  position: absolute;
  left: 50%;
  top: -44px;
  z-index: 5;
  cursor: pointer;
  background: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#b90108), to(#e60012));
  background: linear-gradient(top, #b90108, #e60012);
  background: -webkit-linear-gradient(top, #b90108, #e60012);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
#footer .slogan .goTop .icon {
  display: block;
  height: 10px;
  background: url("images/goTop.png") center no-repeat;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
#footer .slogan .goTop:hover {
  padding-top: 5px;
}
#footer .slogan .goTop:hover .icon {
  margin-bottom: 5px;
}
#footer .slogan .text {
  color: #fff;
  font-size: 16px;
	
}
#footer .slogan .text ul{
	display: block; width: 75%;  margin: auto;
	
}
.max-ss-size #footer .slogan .text {
  font-size: 15px;
  
}
.max-bg-size #footer .slogan .text ul{
  width: 100%;
  
}
.max-md-size #footer .slogan .text ul{
  width: 100%;
  
}
.max-ss-size #footer .slogan .text ul{
  width: 100%;
  
}


#footer .bottom {
  padding: 20px 30px;
  background-color: #fff;
}
.max-ss-size #footer .bottom {
  padding: 20px 15px;
}
#footer .bottom ul li {
  display: inline-block;
  vertical-align: top;
  color: #a6a6a6;
  font-size: 14px;
}
#footer .bottom ul li a {
  color: #000;
}
#footer .bottom ul li a:hover {
  color: #e60012;
}
.max-bg-size #footer .bottom {
  text-align: center;
}
#footer .bottom .left {
  float: left;
}
.max-bg-size #footer .bottom .left {
  float: none;
}
#footer .bottom .left .copyright {
  color: #000;
}
#footer .bottom .left .designed a {
  color: #a6a6a6;
  font-size: 13px;
}
#footer .bottom .right {
  float: right;
}
.max-bg-size #footer .bottom .right {
  float: none;
  margin-top: 10px;
}
#footer .bottom .right ul li {
  padding-left: 16px;
  position: relative;
}
#footer .bottom .right ul li:before {
  content: '';
  width: 1px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  left: 6px;
  top: 50%;
  background-color: #979797;
}
#footer .bottom .right ul li:first-of-type {
  padding-left: 0;
}
#footer .bottom .right ul li:first-of-type:before {
  content: normal;
}
.max-md-size #footer .bottom .right ul li:last-of-type {
  display: block;
  padding-left: 0;
}
.max-md-size #footer .bottom .right ul li:last-of-type:before {
  content: normal;
}
.max-xs-size #footer .bottom .right ul li:last-of-type {
  font-size: 13px;
}
#footer .goTop.fixed {
  display: none;
  width: 65px;
  height: 65px;
  padding-top: 5px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background-color: #bebebe;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.min-md-size #footer .goTop.fixed:hover {
  background-color: red;
}
.max-sm-size #footer .goTop.fixed {
  width: 35px;
  height: 35px;
  padding-top: 0;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 35px;
  background-color: #767676;
}
#footer .goTop.fixed .icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url("images/icon-top.png") center no-repeat;
}
.max-sm-size #footer .goTop.fixed .icon {
  display: none;
}





 #header .hiddenPC {
  display: none;
}




.max-md-size #header .hiddenMobile {
	display: none;
	
}

.max-sm-size #header .hiddenMobile {
  display: none;
}

.max-xs-size #header .hiddenMobile {
	display: none;
}

.max-md-size #header .hiddenPC {
	display: block;
}

.max-sm-size #header .hiddenPC {
   display: block;
}

.max-xs-size #header .hiddenPC {
	  display: block;
}







.max-md-size #comapnyMenu .hiddenMobile {
	display: none;
}

.max-sm-size #comapnyMenu .hiddenMobile {
  display: none;
}

.max-xs-size #comapnyMenu .hiddenMobile {
	display: none;
}

.max-bg-size #comapnyMenu .hiddenPC {
  display: none;
}


.max-md-size #comapnyMenu .hiddenPC {
	display: block;
}

.max-sm-size #comapnyMenu .hiddenPC {
 display: block;
}

.max-xs-size #comapnyMenu .hiddenPC {
	display: block;
}


#about .subnav ul > li .tags {
  text-align: center; height: 80px;
}
#about .subnav ul > li .tags ul li {
  width: auto;
  margin: -90px 20px  ;

}

#brand .subnav ul > li .tags {
  text-align: center;
}
#brand .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px;
}

#profile .subnav ul > li .tags {
  text-align: center;
}
#profile .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px;
}

#company .subnav ul > li .tags {
  text-align: center;
}
#company .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px;
}

#csr .subnav ul > li .tags {
  text-align: center;
}
#csr .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px;
}

#foundation .subnav ul > li .tags {
  text-align: center;
}
#foundation .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px;
}


#history .subnav ul > li .tags {
  text-align: center;
}
#history .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px;
}


#links .subnav ul > li .tags {
  text-align: center;
}
#links .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px ;
  height: 10px;
}



#resource .subnav ul > li .tags {
  text-align: center;
}
#resource .subnav ul > li .tags ul li {
  width: auto;
  margin: 0px 20px ;

}


.titlespec00 {
	background-color:#5b4f4a;
	font-family:Arial, "微軟正黑體", sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	width:auto;
	font-weight:bold;
	}
.titlespec01 {
	background-color:#3A332C;
	font-family:Arial, "微軟正黑體", sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	width:auto;
	font-weight:bold;
	}
.titlespec02 {
	background-color:#FFF;
	font-family:Arial, "微軟正黑體", sans-serif;

	color:#515151;
	width:auto;
	text-align:center;
	}
.titlespec03 {
	background-color:#eeedea;
	font-family:Arial, "微軟正黑體", sans-serif;

	color:#515151;
	width:auto;
	text-align:center;
	}
.titlespec04 {
	font-family:Arial, "微軟正黑體", sans-serif;
	font-size:13px;
	color:#444;
	width:auto;
	}
.pdtView-color h3{
	clear:both;
	font-size:18px;
	font-family:Arial, "微軟正黑體", sans-serif;
	color:#a09194;
	font-weight:500;
	letter-spacing:1px;
	padding:5px 0 20px 20px;
}


/*easyzoom套件*/
.easyzoom {
  width: 100%;
  max-height: 330px;
}
.easyzoom img{
  width: 100%;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 530px;
  height: calc(100% + 40px);
  background-color: transparent;
}

.easyzoom--adjacent .easyzoom-flyout {
	/*top: 0;
	left: 100%;
	width: 530px;
	height: calc(100% + 48px);
  margin-left: 105px!important;
  background-color: transparent;*/
	
	
		top: 0;
	left: 100%;
	width: 630px;
	height: calc(100% + 148px);
  margin-left: 80px!important;
  background-color: transparent;
	
	
}
.easyzoom-lens {
	position: absolute;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.35);
	border: 1px solid #CCC;
	border-color: rgba(0, 0, 0, 0.35);
	width: auto;
	height: auto;
	cursor: crosshair;
	box-sizing: border-box;
}
.easyzoom--overlay .easyzoom-flyout img, .easyzoom--adjacent .easyzoom-flyout img {
  width: auto;
}

.max-lg-size .easyzoom--adjacent .easyzoom-flyout { 
  margin-left: 90px!important;
}
.max-lg-size .easyzoom--overlay .easyzoom-flyout,.max-lg-size .easyzoom--adjacent .easyzoom-flyout {
  width: 130%;
}
.max-md-size .easyzoom {
  height: auto;
  max-height: none;
}


