/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}

/* ========================= [ #page ] */

#page {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: black;
}




/* JOHREN CUSTOMIZE PART */


/* ===== #navi JOHREN R18  */
#page .navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  /*border-bottom: 1px #000000 solid;*/
  background: #000;
  z-index: 999;
}

#page .navi .logo {
  float: left;
  width: 108px;
}

#page .navi .logo img {
  float: left;
  margin-top: 7px;
}

#page .navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#page .navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#page .navi .head-navi li:last-child {
  border: none;
}



/* ===== #copy johren R18 */

#copy {
	position: relative;
    padding: 10px 0;
    /* border-top: 1px #ccc solid; */
    background: #000000;
    color: #fff;
    font-size: 11px;
	z-index: 1;
}









/* ============================================== [ 以上模版不可編輯] */

/* ============================================ [ 以下模版可進行編輯 ] */

/* ========================= [ #main ] */
#main {
  background: #000;
  background: url(bg.jpg) no-repeat center fixed;
  background-color: #6d9d9d;
  height: 4700px;
}

/* ===== #head */
#main #head {
  min-width: 1024px;
  height: auto;
  align-self: center;
  overflow: hidden;
}

#main #head .slogan {
  position: relative;
  margin-top: -500px;
  margin-bottom: 0px;
  margin-left: 0px;
  z-index:1;
}

#main #head .slogan .fvctabutton {
  position: relative;
  height: 500px;
  min-width: 1024px;
  z-index:30;
}

#main #head .slogan .fvmain {
  position: relative;
  background: url(lppic-00-zh-r18.png) no-repeat center;
  height:600px;
  min-width: 1024px;
}

#main #section1 .slogan .fvmain {
  position: relative;
  min-width: 1024px;
}
#main #section1 {
  margin-top:-40px;
  min-width: 1024px;
  height: auto;
  align-self: center;
  overflow: hidden;
}

#main #section1b {
  min-width: 1024px;
  height: auto;
  align-self: center;
  overflow: hidden;
}


#main #section01 .lppic01 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#main #section2 {
  min-width: 1024px;
  height: auto;
  align-self: center;
  overflow: hidden;
}

#main #section2 .lppic03 {
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

#main #section2 .lppic03core {
  position: relative;
  margin-top: -620px;
  margin-left: auto;
  margin-right: auto;
  z-index: 50;
  top: 1020px;
}
#main #section3 {
  min-width: 1024px;
  height: auto;
  align-self: center;
  overflow: hidden;
}

.content {
  /* background-image: url(content_bg.png); */
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  min-width:1024px;
}



.cv-area {
  margin-top:-37px;
  width: 1024px;
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  z-index: 50;
}

.cv-area li {
  padding-bottom: 31px;
}

.cta0 {
  position: relative;
  left: 540px;
  top: 820px;
  margin: 0 auto;
  width: 276px;
  padding-top: 0;
  display: flex;
  animation: scaleDrew 1.7s ease-in-out infinite;
}

.cta1 {
  position: relative;
  margin-top: -130px;
  margin-left: auto;
  margin-right:auto;
  width: 633px;
  top: 1080px;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  animation: scaleDrew 1.7s ease-in-out infinite;
}

.cta2 {
  position: relative;
  margin: -130px auto 0 auto;
  width: 633px;
  top: 820px;
  left:-150px;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  animation: scaleDrew 1.7s ease-in-out infinite;
}


@keyframes scaleDrew {
  /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
      0% {
        transform: scale(1);
      }
  
      25% {
        transform: scale(1.05);
      }
  
      50% {
        transform: scale(1);
      }
  
      75% {
        transform: scale(1.05);
      }
    }

#main #head .bt-purchase {
  position: relative;
}

#main .bt-purchase a {
  display: block;
}

.bt-purchase {
  transition: 0.5s;
}

.bt-purchase:hover {
  filter: brightness(1.5);
  /* transform: scale(1.05); */
}

.brand-logo {
  height: 100px;
  display: block;
}
