@charset "utf-8";
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
a { text-decoration: none; transition: color 0.56s ease;}
.main{
	width: 100%;
	height: 100%;
	position: relative; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: white;
	z-index: 11;
}
.topBtn { width: 100%; position: relative;}
.topBtn .box{ position: absolute; right: 180px; top:45px; display: flex;}
.topBtn .btn{ font-size: 16px; color: white; line-height: 30px; padding: 0 26px; border-radius: 30px; display: block; cursor: pointer;}
.topBtn .btn.group{ border: rgba(255,255,255,0.5) solid 2px;}
.topBtn .btn.group:hover{ background: #bc1d2d;border: #bc1d2d solid 2px;}
.topBtn .btn.contact{ background: #bc1d2d; margin-left: 20px;}
.topBtn .btn.contact:hover{ background: #97121f; color: #fff;}
.logoLink{ text-align: center;}
.logoLink .link{ width: 660px; margin-top: 70px;}
.logoLink .link li{ margin-bottom: 20px;}
.logoLink .link li a{ line-height: 80px; font-size: 23px; color: #fff; font-weight: ; text-align: left; background: url(../static/icon.png) no-repeat right 35px center; border: rgba(255,255,255,0.4) solid 2px; border-radius: 86px; padding: 0 46px; display: block; transition: all 0.56s ease;}
.logoLink .link li a:hover{ background: #bc1d2d url(../static/icon.png) no-repeat right 35px center; border: #bc1d2d solid 2px;}
.copright{ width: 100%; font-size: 16px; color: rgba(255,255,255,0.8); text-align: center; line-height: 1.7; padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.3);}
.copright a{ color: rgba(255,255,255,0.8); text-decoration: none;}
.copright a:hover{ color: rgba(255,255,255,1);}
video{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; opacity: 0.5;}

.tcc{ width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 999; display: flex; justify-content: center; align-items: center; display: none;}
.tcc .box{ max-width: 1000px; background: #fff; border-radius: 20px; padding: 85px; position: relative;}
.tcc .box .tit{ font-size: 30px; font-weight: 900; line-height: 1; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 20px; position: relative;}
.tcc .box .tit::before{ content: ""; width: 60px; height: 3px; background: #bc1d2d; position: absolute; bottom: 0; left: 0; }
.tcc .box .con{ font-size: 18px; color: #333; line-height: 1.6;}
.tcc .box .off{ width: 51px; height: 51px; background:url(../static/off.png) no-repeat center; background-size: cover; position: absolute; top: -22px; right: -22px; cursor: pointer;}

@media (max-height: 850px) {
	.logoLink img{height: 200px;}
	.logoLink .link li a{ font-size:23px; line-height: 66px;}
}

@media (max-height: 750px) {
	.topBtn .box{ right: 90px;}
	.logoLink .link{ width: 600px; margin-top: 40px;}
	.logoLink .link li {
		margin-bottom: 10px;
	}
	.logoLink .link li a {
		font-size: 21px;
		line-height: 60px;
	}

	.copright{ font-size: 15px; padding: 18px 0;}
}

@media (max-width:1025px) {
	.topBtn .box{ right: 50px;}
	.logoLink .link li a {
		font-size: 21px;
		line-height: 60px;
	}
	.copright{ font-size: 15px; padding: 18px 0;}

	.tcc .box{  width: 80%; padding: 50px;}
	.tcc .box .con{ font-size: 16px; line-height: 1.4;}
}

@media (max-width:767px) {
   .topBtn .box{ right: 15px; top: 25px;}
   .topBtn .btn{ font-size: 14px; padding: 0 10px;}
   .topBtn .btn.contact{ margin-left: 5px;}
   .logoLink{ width: 100%; padding: 0 15px;}
   .logoLink img{height: 120px;}
   .logoLink .link{ width: 100%; margin-top: 30px;}
   .logoLink .link li{ margin-bottom: 10px;}
   .logoLink .link li a{ font-size: 15px; padding: 0 20px; background-size: 9px auto; background-position: right 18px center; line-height: 50px;}

   .copright{ font-size: 12px; line-height: 1.3; padding: 15px 15px;}

   .tcc .box{  width: 90%; padding: 30px;}
   .tcc .box .tit{ font-size: 20px;}
   .tcc .box .con{ font-size: 14px; line-height: 1.4;}
   .tcc .box .off{ width: 30px; height: 30px; top: -13px; right: -13px;}
}