@charset "utf-8";
/* CSS Document */

.section-in {
  width:1280px;
  margin: auto;
}

/*//////////////// intro ////////////////*/
.loading{
  width:100%;
  height:100%;
  position:fixed;
  left:0px;
  top:0px;
  background:#fff;
  z-index:1000; 
  perspective: 1000px;
}
.progress .section-in {  
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.progress-container {
  margin-top:-50px;
}
.progress-container label {
  opacity: 0;
  display:inline-block;
  font-family: 'Poppins';
  font-size: 240px;
  font-weight:bold;
  color:#000;
}
@keyframes anim {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes anim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
.enter-button {
  display: block;
  width: 240px;
  height: 80px;
  line-height: 78px;
  border: 1px solid #000;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight:bold;
  color: #000;
  text-align: center;
  opacity: 1;
  transition: all 0.8s ease;
}
.enter-button:hover {
  background:#000;
  color:#fff;
}
/*//////////////// intro ////////////////*/


.line-text {
	font-size:220px;
	font-weight: 800;
	-webkit-text-stroke: 1px #e9e9e9;
	color: #e9e9e9;
	text-align:center;
	opacity: 1;
	animation: switch 2s linear;
}
@keyframes switch {
    0% { opacity: 1; filter: blur(0); transform:scale(1); color: #e9e9e9;}
    5% { opacity: 0;filter: blur(20px); transform:scale(12); color: #fff;}
    10% { opacity: 1;filter: blur(0); transform:scale(1); color: #fff;}
    15% { opacity: 1;filter: blur(0); transform:scale(.9); color: #fff;}
    20% { opacity: 0;filter: blur(10px); transform:scale(.1); color: #fff;}
    60% { opacity: 0;  transform:scale(.5); color: #e9e9e9;}
    100% { opacity: 1; filter: blur(0); transform:scale(1); color: #e9e9e9;}
}

.list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.list li {
	width:33.33%;
}
.list li a  {
	display:block;
	padding: 7% 9% 12% 9%; 
}
.list li:nth-child(2), .list li:nth-child(5) {
	padding: 74px 0 0 ;
}
.list li h3 {
	padding:16px 0 8px;
	font-size: 18px;
	font-weight:400;
	text-align: center;
}
.list li h6 {
	font-size: 14px;
	font-weight:400;
	text-align: center;
	color:#676767;
}
.more {
	display:block;
	margin: 160px 0;
	font-size:24px;
	text-align: center;
}

@media all and (max-width:1280px) {
	.section-in, .tab_menu .tab-list {
		width:90%;
	}
	.line-text {
		font-size: 15em;
	}
	.list li a {
		padding: 6% 7% 10% 7%;
	}
}


@media all and (max-width:1024px) {
	.progress-container label {
		font-size: 18em;
	}
	.enter-button {
		width: 220px;
	}
	.line-text {
		font-size: 11em;
	}
	.list li:nth-child(2), .list li:nth-child(5) {
		padding: 40px 0 0 ;
	}
}


@media all and (max-width:876px) {	
	.progress-container {
		margin-top: 0px;
	}
	.progress-container label {
		font-size: 12em;
	}
	.enter-button {
		margin-top: 30px;
		width: 210px;
		height: 70px;
		line-height: 68px;
		font-size: 20px;
	}
	.tab_menu .cont_area .cont {
		margin-top:20px;
	}
	.line-text {
		font-size: 8.5em;
	}
	.list li {
		width: 50%;
	}
	.list li:nth-child(2n) {
		padding: 40px 0 0 ;
	}
	.list li:nth-child(5) {
		padding-top: 0;
	}
	.list li a {
		padding: 6% 6% 10% 6%;
	}
}


@media all and (max-width:640px){
	.progress-container label {
		font-size: 11em;
	}
	.section-in, .tab_menu .tab-list, .tab_menu .cont_area .cont {
		margin-top: 20px;
	}
	.line-text {
		font-size: 7em;
	}
	.list li {
		width: 50%;
	}
	.list li a {
		padding: 6% 6% 10% 6%;
	}
}


@media all and (max-width:540px){
	.progress .section-in > a img {
		width: 170px;
	}
	.progress-container label {
		font-size: 8em;
	}
	.enter-button {
		width: 180px;
		height: 58px;
		line-height: 56px;
	}
	.section-in, .tab_menu .tab-list, .tab_menu .cont_area .cont {
		margin-top: 20px;
	}
	.tab_menu .tab-list li {
		margin-right: 20px;
	}
	.tab_menu .tab-list li a {
		font-size: 18px;
	}
	.line-text {
		font-size: 5em;
	}
	.list li {
		width: 100%;
	}
	.list li a {
		padding: 4% 0% 10% 0%;
	}
	.more {
		margin: 80px 0;
		font-size: 20px;
	}
}



@media all and (max-width:360px){
	.progress-container label {
		font-size: 6.5em;
	}
}



@media all and (max-width:300px){
	.progress-container label {
		font-size: 6em;
	}
	.enter-button {
		width: 170px;
		height: 60px;
		line-height: 58px;
		font-size: 18px;
	}
}















