@import url(common.css);
@import url(font.css);


body{
  min-width: 1200px;
  font-family: 'WorkSans';
  text-transform: uppercase;
  background-color: #181716;
  color: #f9f6f3;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {display: none;}


/* top & bottom */
.side_btn{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 60px;
  background: #18171693;
  color: #f9f6f3;
  font-size: 20px;
  border-radius: 30px;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
.side_btn.active{
  transform: translateY(0);
  opacity: 1;
}
.top, .bottom{
  position: relative;
  width: 30px;
  height: 30px;
}
.top a i, .bottom a i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#wrap{width: 100%;}

h2{
  font-size: 160px;
  font-weight: 500;
  line-height: 160px;
}
h3{
  font-size: 160px;
  font-weight: 500;
  font-family: 'BaskervilleBT', serif;
  letter-spacing: -1.5px;
}
h4{
  font-size: 80px;
  line-height: 80px;
}
h5{font-size: 40px;}
h6{font-size: 23px;}
p{font-size: 18px;}


/* mouse */
@media only screen and (min-width:769px) {
	body, a{cursor: none;}
	.cursor{
		position: fixed;
		left: 0;
		top: 0;
		pointer-events: none;
	}
	.cursor--small{
		width: 18px;
		height: 18px;
		left: -9px;
		top: -9px;
		border-radius: 50%;
		z-index: 99;
		background: #beb6aba6;
	}
	.cursor--canvas{
		width: 100vw;
		height: 100vh;
		z-index: 100;
	}
}

@media only screen and (max-width:768px) {
	body{cursor: none;}
	.cursor--small,
  .cursor--canvas{display: none;}
}


/* ========================= Header */
header{
  width: inherit;
  background: url(../image/ab1.jpg) no-repeat top center;
  background-size: cover;
  color: #f9f6f3;
  overflow: hidden;
}
header nav{
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 99;
}
header nav .logo.white{
  width: 110px;
  height: 30px;
  position: absolute;
  top: 28px;
  left: 30px;
  background: url(../image/logo.svg) no-repeat left center;
  opacity: 1;
}
header nav .logo.black{
  width: 110px;
  height: 30px;
  position: absolute;
  top: 28px;
  left: 30px;
  background: url(../image/logo_b.svg) no-repeat left center;
  opacity: 1;
}
header nav ul{
  display: flex;
  justify-content: right;
  position: absolute;
  top: 0;
  right: 30px;
  margin: 35px 0;
}
header nav ul li{
  font-size: 18px;
  padding: 0 12px;
  cursor: pointer;
  transition: 0.5s;
}
header nav ul .navHover:hover{
  background: #f9f6f3;
  color: #181716;
  border-radius: 5px;
  box-shadow: 0 3px 5px #18171633;
}
header nav ul li i{font-size: 22px;}
header nav ul li:nth-child(6){
  margin-left: 20px;
}
header nav ul li:nth-child(6):hover,
header nav ul li:nth-child(7):hover{
  transform: scale(1.1);
}
.title_top{
  width: 1200px;
  text-align: center;
  padding-top: 150px;
  margin: auto;
}
.title_top div{
  width: 1200px;
  display: inline-block;
  position: relative;
}
.title_top div h2{
  line-height: 140px;
}
.title_top div p{
  position: absolute;
  bottom: 17%;
  right: 22%;
  text-align: left;
  line-height: 20px;
  margin: 30px 0 0 30px;
}
.title_top h3{margin-top: -23px;}
.title_top>p{
  margin: -25px 445px 1090px 0;
}
.title_bottom{
  text-align: center;
  margin-bottom: 30px;
}
.title_bottom h5{margin-bottom: 5px;}


/* ========================= Section */
section{width: inherit;}

/* content1 */
.content1{
  background: #f9f6f3;
  color: #181716;
  padding: 100px 50px;
  overflow: hidden;
}
.content1 h4{width: 800px;}
.con1_top{float: right;}
.con1_top p{
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 110px 0 30px;
}
.con1_top div{
  width: 1000px;
  height: 600px;
  background: url(../image/ab2.jpg) no-repeat center center;
  background-size: cover;
}
.con1_top h6{margin-top: 10px;}
.content1>div:nth-of-type(2){
  width: 1800px;
  height: 700px;
  background: url(../image/ab3.png) no-repeat center center;
  background-size: cover;
  margin: 950px 0 0 -490px;
}
.content1>h6{margin-top: 10px;}

/* content2 */
.content2{
  width: 100%;
  padding: 100px 50px 30px;
  background: url(../image/ab4.png) no-repeat top center;
  background-size: cover;
  color: #f9f6f3;
  position: relative;
}
.content2 h2{width: 1010px;}
.content2 h2:nth-child(2){margin-bottom: 1470px;}
.content2 p:nth-of-type(1){
  position: absolute;
  top: 690px;
  left: 890px;
}
.content2 p:nth-of-type(2){
  width: 750px;
  text-align: center;
  margin: auto;
}

/* content3 */
.content3{
  background: #f9f6f3;
  color: #181716;
  width: 100%;
  padding: 150px 50px;
  overflow: hidden;
}
.content3 div:nth-child(1){
  width: 700px;
  height: 1000px;
  position: relative;
}
.content3 div:nth-child(2){
  width: 600px;
  height: 900px;
  position: relative;
}
.content3 div:nth-child(1){
  float: right;
  background: url(../image/ab5.jpg) no-repeat top center;
  background-size: cover;
}
.content3 div:nth-child(2){
  background: url(../image/ab6.jpg) no-repeat bottom left;
  background-size: cover;
  margin-top: 500px;
}
.content3 div:nth-child(1) p,
.content3 div:nth-child(2) p{
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}
.content3 .bottom_left,
.content3 .bottom_right{
  margin-top: 10px;
}
.content3 .bottom_left{
  position: absolute;
  top: 100%;
  left: 0;
}
.content3 .bottom_right{
  position: absolute;
  top: 100%;
  right: 0;
}

/* content4 */
.content4{
  background: #f9f6f3;
  color: #181716;
  width: 100%;
  padding: 0 50px 140px 50px;
}
.content4>div{
  width: 100%;
  height: 2px;
  background: #181716;
  margin-bottom: 150px;
}
.content4 h4{
  width: 1000px;
  padding-bottom: 100px;
  margin: auto;
  text-align: center;
}
.content4 ul{
  display: flex;
  justify-content: space-between;
}
.content4 ul li{
  width: 500px;
  height: 700px;
  background: #dbd5cf;
  margin-right: 20px;
  padding: 30px;
  position: relative;
  transition: 0.35s
}
.content4 ul li:hover{
  background: #181716;
  color: #f9f6f3;
}
.content4 ul li:last-child{margin-right: 0;}
.content4 ul li div:last-child{
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 400px;
}
.content4 ul li:nth-child(1) div:last-child{
  background: url(../image/portable1.png) no-repeat bottom center;
  background-size: cover;
}
.content4 ul li:nth-child(2) div:last-child{
  background: url(../image/portable2.png) no-repeat center center;
  background-size: cover;
}
.content4 ul li:nth-child(3) div:last-child{
  background: url(../image/portable3.png) no-repeat center center;
  background-size: cover;
}
.content4 ul li:nth-child(4) div:last-child{
  background: url(../image/portable4.png) no-repeat center center;
  background-size: cover;
}
.content4 ul li:hover .ri-arrow-right-line{
  animation: arrow 1s 0.2s forwards;
}
.content4 h6, .content4 i{
  font-size: 30px;
}
.content4 h6{float: left;}
.content4 i{
  margin-top: 4px;
  float: right;
}
.content4 p{margin-top: 20px;}
.content4 p:nth-of-type(1){float: left;}
.content4 p:nth-of-type(2){float: right;}
@keyframes arrow{
  50%{transform: translateX(-12px);}
  100%{transform: translateX(0);}
}


/* ========================= Footer */
footer{
  width: 100%;
  padding: 100px 50px;
  background: #181716;
  color: #f9f6f3;
  overflow: hidden;
}
.footer_top div{height: 25px;}
.footer_top .p_top_left{float: left;}
.footer_top .p_top_right{float: right;}
.footer_top h2{margin: 40px 0 60px;}
footer div:nth-child(2){
  width: 100%;
  height: 900px;
  background: url(../image/footer.jpg) no-repeat bottom center;
  background-size: cover;
}
.footer_bottom address{
  margin: 40px 0 20px 0;
  font-size: 14px;
  font-style: normal;
}
.footer_bottom h4{
  float: left;
}
.bottom_logo{
  float: right;
  width: 130px;
  height: 60px;
  background: url(../image/logo.svg) no-repeat bottom center;
  margin-top: 85px;
}
