@charset "utf-8";
.header .naviBox .naviList > li:nth-child(4) > a {
  background: linear-gradient(to right, #26FDE6, #6AA5FD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -ms-linear-gradient( rgba(255,0,0,0),  rgba(255,0,0,0));
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  color:#26FDE6;
}
.section {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section .rBox {
  width: 1280px;
  border-radius: 16px;
  border: 1px solid #57E7F5;
  box-sizing: border-box;
  padding: 75px 90px;
}
.section .lBox {
  width: 290px;
  border-radius: 16px;
  border: 1px solid #57E7F5;
  box-sizing: border-box;
  padding: 35px 40px 300px;
}
.section .lBox .title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-image: linear-gradient(134deg, rgba(38, 253, 230, 0.3), rgba(106, 165, 253, 0.3)) 1 1;
}
.section .lBox .info {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-image: linear-gradient(134deg, rgba(38, 253, 230, 0.3), rgba(106, 165, 253, 0.3)) 1 1;
}
.section .lBox .info .ttl {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
    color: #fff;
}
.section .lBox .info .ttl img {
  margin-right: 10px;
}
.section .lBox .info .ulLink li {
  font-size: 14px;
  line-height: 30px;
}
.section .lBox .info .ulLink li a {
  color: #fff;
}
.section .lBox .info .ulLink > li {
  background: url("../images/icon19.png") no-repeat right 13px;
  -webkit-background-size: 15px auto;
  background-size: 13px auto;
}
.section .lBox .info .ulLink > li.on {
  background: url("../images/icon20.png") no-repeat right 13px;
  -webkit-background-size: 15px auto;
  background-size: 13px auto;
}
.section .lBox .info .ulLink li .subUl {
  margin-left: 20px;
}
.section .lBox .info .subUl li.on a, .section .lBox .info .ulLink li a:hover {
  background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section .lBox .info .ulLink li .subUl {
  display: none;
}
.section .lBox .info .ulLink.no > li {
  background: none;
}
.section .rBox .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.section .rBox .ulList {
  margin: 0 -30px 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.section .rBox .ulList li {
	width: 50%;
	margin-bottom: 42px;
	position: relative;
	box-sizing: border-box;
	padding-right: 45px;
}
.section .rBox .ulList li .videoImg {
	margin-bottom: 20px;
}
.section .rBox .ulList li .videoImg img {
	width: 100%;
}
.section .rBox .ulList li .videoImg img:first-child {
    height: 340px;
    object-fit: cover;
}
.section .rBox .ulList li .videoImg .play {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.popBox {
	display: none;
	width: 50%;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 200;
}
.cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}




/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 1250px) and (max-width: 1620px) {}
