/****************************** mobile,cpmmon ******************************/
.tksCnBg {
  background: #ffffff;
  width: 100%;
  height: 100vh;
}
.tksCnCon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.tksCnHead {
	font-family: Avenir Next,Avenir,Lato,Arial,Ebrima,Modern,sans-serif;
	margin-bottom: 20px;
	color: #232323;
}
.tksCnHeadFc {
  display: block;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 5px;
}
.tksCnHeadSc {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}
.tksCnText {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
	margin-bottom: 30px;
}
.tksCnTopAnchor {
  border: 1px solid #000000;
  height: 45px;
  width: 240px;
  line-height: 45px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 1px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){
}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){
	.tksCnTopAnchor:hover {
		background: #232323;
		color: #ffffff;
		transition: 0.3s;
	}
  .tksCnHeadFc {
    font-size: 70px;
    margin-bottom: 7px;
  }
  .tksCnHeadSc {
    font-size: 20px;
  }
  .tksCnText {
    font-size: 16px;
  }
}
