/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  position: relative;
  background-color: #999;
  width: 100%;
  height: 100%;
  font-family: "Microsoft JhengHei", "PMingLiU", "Arial Unicode MS";
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #333;
  text-align: center;
  z-index: 30;
}

#loading img {
  margin-top: 15%;
}

#main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#noie8 {
  background-image: url("../images/ie8_screenBg.jpg");
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background-size: cover;
  overflow: hidden;
}

#noie8 .noie8Content {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

#noie8 .noie8Content .caveat {
  width: 850px;
  height: 440px;
  background-image: url("../images/ie8_caveat.png");
  margin: 0 auto;
}

#noie8 .noie8Content .browserBox {
  width: 752px;
  height: 152px;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-top: 40px;
}

#noie8 .noie8Content .browserBox>ul {
  overflow: hidden;
}

#noie8 .noie8Content .browserBox>ul>li {
  float: left;
  margin: 32.5px 42.5px;
}

#noie8 .noie8Content .browserBox>ul>li>a {
  width: 165px;
  height: 85px;
}

#noie8 .noie8Content .noie8Footer {
  font-size: 15px;
  color: #010101;
  text-align: center;
  line-height: 75px;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 31;
}

header {
  width: 260px;
  height: 100%;
  background-color: #ededed;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 21;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 4px 0 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 0 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 0 7px;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header {
    width: 100%;
    height: 80px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px;
  }
}

@media screen and (max-width: 736px) {
  header {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
  }
}

header .menuLogo {
  width: 200px;
  height: 160px;
  background-image: url("../images/headerLogo.png");
  background-size: contain;
  position: absolute;
  top: 85px;
  left: 30px;
  z-index: 22;
  cursor: pointer;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menuLogo {
    width: 160px;
    height: 128px;
    top: 10px;
    left: 50px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .menuLogo {
    width: 87.5px;
    height: 70px;
    top: 5px;
    left: 30px;
  }
}

@media screen and (max-width: 736px) {
  header .menuLogo {
    width: 184.2px;
    height: 35px;
    background-image: url("../images/headerLogo-m.png");
    background-size: contain;
    top: 7.5px;
    left: 50%;
    margin-left: -92.1px;
  }
}

header .menuLogoLine {
  width: 190px;
  height: 1px;
  background-color: #b4b4b4;
  position: absolute;
  top: 265px;
  left: 35px;
  z-index: 22;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menuLogoLine {
    top: 145px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .menuLogoLine {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  header .menuLogoLine {
    display: none;
  }
}

header .menu {
  width: auto;
  height: auto;
  position: absolute;
  top: 280px;
  left: 0px;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu {
    top: 160px;
    left: 0px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .menu {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  header .menu {
    display: none;
  }
}

header .menu>ul>li {
  width: auto;
  height: auto;
  text-align: center;
}

header .menu>ul>li>a {
  width: 260px;
  height: 2.2vw;
  font-size: 1.1vw;
  font-weight: 600;
  color: #3c3c3c;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 2.2vw;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .menu>ul>li>a:hover {
  background-color: #e60012;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px inset;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li>a {
    height: 2.2vw;
    font-size: 1.1vw;
    line-height: 2.2vw;
  }
}

header .menu>ul>li .menuPart {
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 260px;
  z-index: 20;
  background-color: blue;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li .menuPart {
    width: 190px;
  }
}

header .menu>ul>li .menuPart .menuPartBg {
  width: 230px;
  height: 1400px;
  background-color: #be000f;
  position: absolute;
  top: -700px;
  left: 0px;
  z-index: 19;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px inset;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li .menuPart .menuPartBg {
    width: 190px;
    height: 1400px;
  }
}

header .menu>ul>li .menuPart>ul {
  position: relative;
  z-index: 20;
}

header .menu>ul>li .menuPart>ul>li {
  width: auto;
  height: auto;
  text-align: center;
}

header .menu>ul>li .menuPart>ul>li>a {
  width: 230px;
  height: 2.2vw;
  font-size: 1.1vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 2.2vw;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .menu>ul>li .menuPart>ul>li>a:hover {
  background-color: #95000c;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px inset;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li .menuPart>ul>li>a {
    width: 190px;
    height: 2.2vw;
    font-size: 1.1vw;
    line-height: 2.2vw;
  }
}

header .menu>ul>li .menuPart_2 {
  margin-top: 2vw;
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li .menuPart_2 {
    margin-top: 2vw;
  }
}

header .menu>ul>li .menuPart_4 {
  margin-top: 6.5vw;
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li .menuPart_4 {
    margin-top: 6.5vw;
  }
}

header .menu>ul>li .menuPart_8 {
  margin-top: 350px;
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .menu>ul>li .menuPart_8 {
    margin-top: 280px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .padBtn {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 0px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) and (max-width: 736px) {
  header .padBtn {
    display: none;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .padBtn>ul {
    margin-left: 130px;
  }

  header .padBtn>ul>li {
    width: auto;
    height: auto;
  }

  header .padBtn>ul>li>a {
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #3f3a39;
    line-height: 20px;
    padding: 10px 5px 10px 5px;
  }

  header .padBtn>ul>li>a:hover {
    background-color: #e60012;
    color: #fff;
  }

  header .padBtn>ul>li .padBtnPart {
    width: 100%;
    height: 50px;
    background-color: #be000f;
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
  }

  header .padBtn>ul>li .padBtnPart>ul>li {
    width: auto;
    height: auto;
  }

  header .padBtn>ul>li .padBtnPart>ul>li>a {
    float: left;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding: 15px 8px 15px 8px;
  }

  header .padBtn>ul>li .padBtnPart>ul>li>a:hover {
    background-color: #95000c;
  }
}

header .padBtnPart_2>ul {
  margin-left: 33px;
  display: none;
}

header .padBtnPart_4>ul {
  margin-left: 328px;
  display: none;
}

header .padBtnPart_8>ul {
  margin-left: 358px;
  display: none;
}

@media screen and (max-width: 736px) {
  header .smallBtn {
    display: block;
    width: 50px;
    height: 50px;
    /*background-color: #555;*/
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 5px;
  }

  header .smallBtn .smallBtnLine1 {
    width: 25px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: 17px;
    left: 12.5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .smallBtn .smallBtnLine2 {
    width: 25px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: 24px;
    left: 12.5px;
  }

  header .smallBtn .smallBtnLine3 {
    width: 25px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: 31px;
    left: 12.5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

header .permanent {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 2vw;
  left: 0px;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .permanent {
    bottom: 2vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1605px) and (max-height: 600px) {
  header .permanent {
    bottom: 0;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .permanent {
    width: auto;
    height: auto;
    position: static;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .permanent>ul {
    margin-left: 20px;
  }
}

header .permanent>ul>li {
  list-style-type: square;
  color: #bd000f;
  margin-left: 90px;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .permanent>ul>li {
    list-style-type: none;
    margin-left: 0px;
    float: left;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1605px) and (max-height: 600px) {
  header .permanent>ul>li {
    margin-left: 35px;
    float: left;
  }
}

header .permanent>ul>li>a {
  width: 170px;
  height: 30px;
  font-size: 1.1vw;
  font-weight: 600;
  color: #3c3c3c;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 30px;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .permanent>ul>li>a:hover {
  color: #999;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  header .permanent>ul>li>a {
    text-align: center;
    width: 110px;
    height: 30px;
    font-size: 1.1vw;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }

  header .permanent>ul>li>a:hover {
    color: #fff;
    background-color: #000;
  }

  header .permanent>ul>li>a:hover span {
    margin-left: 3px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1605px) and (max-height: 600px) {
  header .permanent>ul>li>a {
    text-align: center;
    width: 80px;
  }
}

@media screen and (max-width: 736px) {
  .smallMenu {
    width: 70%;
    height: auto;
    background-color: #f7f7f7;
    z-index: 17;
    position: fixed;
    top: 50px;
    right: 0px;
    padding-top: 10px;
    -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
  }

  .smallMenu>ul {
    width: 100%;
    height: auto;
  }

  .smallMenu>ul>li {
    width: auto;
    height: auto;
  }

  .smallMenu>ul>li:last-child {
    margin-bottom: 10px;
  }

  .smallMenu>ul>li>a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
  }

  .smallMenu>ul .smallMenuPart {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #be000f;
  }

  .smallMenu>ul .smallMenuPart>ul {
    text-align: center;
    margin-top: 20px;
  }

  .smallMenu>ul .smallMenuPart>ul>li {
    width: auto;
    height: auto;
  }

  .smallMenu>ul .smallMenuPart>ul>li>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
  }

  .smallMenu>ul .smallMenuPart .smallMenuPartCloseBtn {
    width: 90%;
    height: 50px;
    margin-left: 5%;
    background-image: url("../images/00_mobilePartMenuCloseBtn.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-bottom: 1px solid #8a8a8a;
  }

  .smallMenu>ul .smallMenuPart_2,
  .smallMenu>ul .smallMenuPart_4,
  .smallMenu>ul .smallMenuPart_8 {
    display: none;
  }

  .smallMenu>ul .smallMenuPart_2 {
    height: 110%;
  }

  .smallMenu .permanent-m {
    width: 80%;
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #b4b4b4;
    padding-bottom: 10px;
  }

  .smallMenu .permanent-m>ul {
    margin-top: 10px;
  }

  .smallMenu .permanent-m>ul>li {
    list-style-type: square;
    color: #bd000f;
    margin-left: calc(50% - 50px);
  }

  .smallMenu .permanent-m>ul>li>a {
    display: block;
    width: 100%;
    height: 40px;
    text-decoration: none;
    line-height: 40px;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
  }
}

.cover {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.padBtn {
  display: none;
}

.smallBtn {
  display: none;
}

.smallMenu {
  display: none;
}

footer {
  width: calc(100% - 260px);
  height: 55px;
  float: right;
  background-color: #fff;
}

@media screen and (min-width: 1441px) and (max-width: 1605px) {
  footer {
    height: 45px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer {
    height: 45px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  footer {
    width: 100%;
    height: 45px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px;
  }
}

@media screen and (max-width: 736px) {
  footer {
    width: 100%;
    height: auto;
    background-color: #fbfbfb;
    padding-bottom: 10px;
  }
}

footer a {
  font-size: 15px;
  color: #010101;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  footer a {
    font-size: 12px;
  }
}

footer .info {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  position: relative;
}

@media screen and (min-width: 1441px) and (max-width: 1605px) {
  footer .info {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .info {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  footer .info {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 736px) {
  footer .info {
    width: 210px;
    height: auto;
    line-height: 23px;
    font-size: 12px;
    margin-top: 8px;
  }
}

footer .info .area {
  width: auto;
  height: auto;
}

footer .info .area>ul>li {
  float: left;
  color: #010101;
}

footer .info .area>ul>li:nth-child(1) {
  margin-right: 10px;
}

footer .info .area>ul>li:nth-child(2) {
  margin-right: 10px;
}

@media screen and (min-width: 1441px) and (max-width: 1605px) {
  footer .info .area>ul>li {
    float: none;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .info .area>ul>li {
    float: none;
    display: inline-block;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  footer .info .area>ul>li {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 736px) {
  footer .info .area>ul>li {
    float: none;
    display: inline-block;
    color: #3c3c3c;
    margin: 0px;
  }

  footer .info .area>ul>li:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
  }

  footer .info .area>ul>li:nth-child(2) {
    margin-right: 0px;
  }
}

footer .info .area>ul>li a:hover {
  color: #999;
}

footer .info .redLine {
  display: none;
}

@media screen and (max-width: 736px) {
  footer .info .redLine {
    width: 210px;
    height: 1px;
    background-color: #6a6a6a;
    display: block;
    margin: 10px auto;
  }
}

footer .info .copyright {
  width: auto;
  height: auto;
  text-align: center;
  display: table;
  margin: 0 auto;
}

footer .info .copyright>ul>li {
  float: left;
  color: #010101;
  margin-left: 10px;
}

@media screen and (min-width: 1441px) and (max-width: 1605px) {
  footer .info .copyright>ul>li {
    float: none;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .info .copyright>ul>li {
    float: none;
    display: inline-block;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  footer .info .copyright>ul>li {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 736px) {
  footer .info .copyright>ul>li {
    float: none;
    display: inline-block;
    margin: 0px;
  }
}

footer .info .peopleNum,
footer .info .loginInputNum {
  position: absolute;
  top: -45px;
  left: 15px;
  font-size: 14px;
  z-index: 4;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {

  footer .info .peopleNum,
  footer .info .loginInputNum {
    top: -35px;
  }
}

@media screen and (max-width: 736px) {

  footer .info .peopleNum,
  footer .info .loginInputNum {
    position: static;
    margin-top: 5px;
    font-size: 12px;
  }
}

.bannerBox #banner1,
.bannerBox #banner2,
.bannerBox #banner3,
.bannerBox #banner4,
.bannerBox #banner5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bannerBox {
  max-width: 100%;
  height: auto;
  background-color: #efefef;
  position: relative;
}

@media screen and (max-width: 736px) {
  .bannerBox {
    overflow: hidden;
  }
}

.bannerBox #slideBtn {
  position: absolute;
  text-align: center;
  width: auto;
  bottom: 10px;
  left: calc(50% - 26px);
  z-index: 11;
}

@media screen and (max-width: 736px) {
  .bannerBox #slideBtn {
    display: none;
  }
}

.bannerBox #slideBtn>span {
  cursor: pointer;
  font-size: 16px;
  color: #575757;
  letter-spacing: 0.2em;
}

.bannerBox #slideBtn .active {
  color: #e60012;
}

.bannerBox #banner1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerBox #banner2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerBox #banner3 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerBox #banner4 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerBox #banner5 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerBox .bannerMask {
  max-width: 100%;
  height: auto;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerMask {
    max-width: 130%;
    width: 130%;
  }
}

.bannerBox .arrowClass {
  width: 86px;
  height: 126px;
  cursor: pointer;
  z-index: 11;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .bannerBox .arrowClass {
    width: 50.8px;
    height: 80px;
  }
}

@media screen and (max-width: 736px) {
  .bannerBox .arrowClass {
    width: 50.8px;
    height: 80px;
  }
}

.bannerBox #arrowL {
  background-image: url("../images/00_arrayL.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  margin-bottom: -63px;
  left: 10px;
}

.bannerBox #arrowL:hover {
  background-position: center;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .bannerBox #arrowL {
    margin-bottom: -40px;
  }

  .bannerBox #arrowL:hover {
    background-position: top left;
  }
}

@media screen and (max-width: 736px) {
  .bannerBox #arrowL {
    display: none;
  }
}

.bannerBox #arrowR {
  background-image: url("../images/00_arrayR.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  margin-bottom: -63px;
  right: 10px;
}

.bannerBox #arrowR:hover {
  background-position: center;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .bannerBox #arrowR {
    margin-bottom: -40px;
  }

  .bannerBox #arrowR:hover {
    background-position: top right;
  }
}

@media screen and (max-width: 736px) {
  .bannerBox #arrowR {
    display: none;
  }
}

.carGotopBtn {
  width: 44px;
  height: auto;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .carGotopBtn {
    width: 30px;
  }
}

section {
  width: calc(100% - 260px);
  height: auto;
  position: relative;
  background-color: #efefef;
  float: right;
  overflow: hidden;
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  section {
    width: 100%;
    padding-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  section {
    width: 100%;
    padding-top: 50px;
  }
}

.content {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background-color: #f8f8f8;
}

.bannerBox .bannerBoxInfo {
  overflow: hidden;
  position: absolute;
  bottom: 4%;
  right: -1.7%;
  z-index: 1;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .bannerBox .bannerBoxInfo {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transform-origin: 100% 100%;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .bannerBox .bannerBoxInfo {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transform-origin: 100% 100%;
    bottom: 6%;
  }
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerBoxInfo {
    bottom: 0%;
  }
}

.bannerBox .bannerBoxInfo .bannerBoxInfoText {
  float: left;
  width: auto;
  height: auto;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerBoxInfo .bannerBoxInfoText {
    margin-right: 5px;
  }
}

.bannerBox .bannerBoxInfo .bannerBoxInfoText>h1 {
  font-size: 50px;
  font-style: oblique;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerBoxInfo .bannerBoxInfoText>h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.bannerBox .bannerBoxInfo .bannerBoxInfoText>h2 {
  font-size: 18px;
  color: #9d9d9d;
  margin-bottom: 15%;
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerBoxInfo .bannerBoxInfoText>h2 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.bannerBox .bannerBoxInfo .bannerBoxInfoText>h3 {
  font-size: 24px;
  color: #434343;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerBoxInfo .bannerBoxInfoText>h3 {
    font-size: 14px;
  }
}

.bannerBox .bannerBoxInfo .bannerBoxInfoCube {
  float: right;
  width: 95px;
  height: 40px;
  background-color: #e60012;
  margin: 5px -10px 0 20px;
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media screen and (max-width: 736px) {
  .bannerBox .bannerBoxInfo .bannerBoxInfoCube {
    width: 40px;
    height: 18px;
    margin: 2px -15px 0 0px;
  }
}

.carsTitle {
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 736px) {
  .carsTitle {
    height: 60px;
  }
}

.carsTitle>h1 {
  font-size: 30px;
  color: #2c2c2c;
  font-weight: bold;
  line-height: 90px;
  margin-left: 30px;
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .carsTitle>h1 {
    font-size: 18px;
    margin: 0px;
    line-height: 50px;
    display: block;
    text-align: center;
    background-image: url("../images/00_newsArray-m.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 50% 100%;
  }
}

.carsTitle>h1 img {
  width: 23px;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 736px) {
  .carsTitle>h1 img {
    display: none;
  }
}

.researchContentGeneral {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .researchContentGeneral {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .researchContentGeneral {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 736px) {
  .researchContentGeneral {
    width: 100%;
    padding: 0 15px;
  }
}

.researchContentGeneral>h1 {
  font-size: 22px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 736px) {
  .researchContentGeneral>h1 {
    font-size: 14px;
  }
}

.researchContentGeneral>h1 span {
  width: 5px;
  height: 20px;
  background-color: #e60012;
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 736px) {
  .researchContentGeneral>h1 span {
    height: 12px;
    width: 3px;
    margin-right: 5px;
  }
}

.researchContentGeneral>p {
  font-size: 18px;
  color: #212121;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-left: 15px;
}

.researchContentGeneral>p .square {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #bd000f;
}

@media screen and (max-width: 736px) {
  .researchContentGeneral>p {
    font-size: 12px;
    line-height: 22px;
    padding-left: 7px;
    padding-right: 5px;
  }

  .researchContentGeneral>p .square {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    line-height: 22px;
  }
}

.researchContentGeneral>p>span {
  font-size: 24px;
  color: #a3000d;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .researchContentGeneral>p>span {
    font-size: 18px;
  }
}

.researchContentGeneral>p>cube {
  font-size: 31px;
  color: #939393;
  margin-right: 5px;
}

.carsSelectBox,
.carsSelectBox2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 736px) {

  .carsSelectBox,
  .carsSelectBox2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.carsSelectBox2 {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 0px;
}

.carsSelectBox2>.pdf_list {
  overflow: hidden;
}

.carsSelectBox2>.pdf_list>li {
  width: 50%;
  padding-bottom: 40px;
  float: left;
  text-align: center;
}

.carsSelectBox2>.pdf_list>li>a {
  width: 100%;
  height: 100%;
  display: block;
  color: #656565;
}

.carsSelectBox2>.pdf_list>li>a:hover {
  color: #222222;
}

.carsSelectBox2>.pdf_list>li>a img {
  max-width: 300px;
  max-height: 410px;
}

.carsSelectBox2>.pdf_list>li>a p.txt {
  padding-top: 5px;
}

@media screen and (max-width: 1605px) {
  .carsSelectBox2 {
    width: 90%;
  }

}

@media screen and (min-width: 737px) and (max-width: 1024px) {}

@media screen and (max-width: 736px) {
  .carsSelectBox2>.pdf_list {}

  .carsSelectBox2>.pdf_list>li {
    padding-bottom: 20px;
  }

  .carsSelectBox2>.pdf_list>li>a img {
    max-width: 120px;
  }

  .carsSelectBox2>.pdf_list>li>a p.txt {
    font-size: 12px;
  }

  .carsSelectBox2>.pdf_list>li>a p.txt .only_pc {
    display: none;
  }
}


#banner1 {
  background: url("../images/surroundings/00_banner1-new.jpg");
}