@charset "utf-8";
/* CSS Document */

.section-in, .detail-in {
  width:1200px;
  margin: auto;
}

.detail-top {
	margin:160px 0 80px;
}
.detail-top .left {
	float:left;
	display: flex;
    gap: 20px 80px;
	flex-wrap: wrap;
}
.detail-top .left li {
	display: inline-block;
    padding: 0;
    font-size: 16px;
    color: #000;
    vertical-align: top;
}
.detail-top .left li > * {
	display: block;
}
.detail-top .right {
	float: right;
}
.detail-top:after {
	content: "";
	display: block;
	clear: both;
}
.d-sec01 {
	position: relative;
    text-align: center;
    padding: 6% 0;
}
.d-sec01 .second {
	padding-top: 12%;
}
.d-sec01 h3 {
	display: block;
	margin-bottom:60px;
	font-size:18px;
	font-weight: 600;
	color:#000;
	text-align: left;
}
.d-video-wrap {
    display: inline-block;
    width: 100%;
	border-radius:40px;
	border:5px solid #000;
	overflow: hidden;
    vertical-align: middle;
}
.d-app-wrap {
	display: inline-block;
	width:375px;
	border-radius:40px;
	border:5px solid #000;
	overflow: hidden;
    vertical-align: middle;
}
.leaflet-wrap {
	display: inline-block;
	width:480px;
	overflow: hidden;
    vertical-align: middle;
}
.poster-wrap {
	display: inline-block;
	width:842px;
	overflow: hidden;
    vertical-align: middle;
}
.d-sec02, .d-sec03 {
	display:flex;
	padding-top: 6%;
	margin-bottom: 6%;
	border-top: 1px solid #efefef;
}
.d-sec02 .left, .d-sec03 .left {
	width:30%;
}
.d-sec02 .right, .d-sec03 .right {
	width:70%;
}
.d-sec02 .left strong, .d-sec03 .left strong {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.d-sec02 .right ul {
	display: flex;
	justify-content: center;
}
.d-sec03 .right div {
	width: 90%;
}
.d-sec03 .right ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.d-sec02 .right li {
	width:50%;
}
.d-sec02 .right li img {
	height: 160px;
}
.d-sec02 .right strong {
	display: block;
	font-size: 16px;
	color: #000;
}
.d-sec02 .right span {
	display: block;	
    margin-bottom: 50px;
	font-size:16px;
	font-weight:400;
	color:#373737;
}
.d-sec03 .right li {
	width: calc(25% - 12px);
	overflow: hidden;
}
.d-sec03 .right li:first-child {
	margin-left: 0;
}
.d-sec03 .right li div {
	width:100%;
	height: 136px;
}
.d-sec03 .right li span {
	display: block;	
	margin-top: 8px;
	font-size:16px;
	font-weight:400;
	color:#373737;
	text-align: center;
}
.d-sec04 {
	margin-top:200px;
	padding:200px 0;
}
.d-sec04.sm {
	background:#f0f0f0;
}
.d-sec04 .pc {
	width:100%;
}
.d-sec04 .tablet {
	width:767px;
	margin: 120px auto;
}
.d-sec04 .mobile {
	width:375px;
	margin: auto;
}
.d-sec04 .leaflet {
	width: 80%;
	margin:0 auto 50px;
}
.d-sec05 {	
	padding:6% 0;
	background: #f9f9f9;
}
.d-sec05 li {
	width:33.33%;
	float:left;
	margin-bottom: 80px;
}
.d-sec05 li div {
	padding: 0 40px;
}
.d-sec05 ul:after {
	content: "";
	display: block;
	clear: both;
}
.d-sec06 {
	padding:100px 0 200px;
}
.d-sec06 .pc {
	width: 100%;
	margin-bottom: 50px;
}
.detailpage-wrap ul {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.detailpage-wrap ul:nth-child(2n) {
	margin-right:0;
}
.detailpage-wrap ul li {
	margin-bottom: 50px;
}
.cardnews-wrap li {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.cardnews-wrap ul li:nth-child(2n) {
	margin-right:0;
}
.cardnews-wrap ul li, .poster-wrap ul li {
	margin-bottom: 50px;
}
.detailpage-wrap:after, .cardnews-wrap ul:after {
	content: "";
	display: block;
	clear: both;
}
.background {
	width:100%;
	height: 700px;
	position: absolute;
	top:0;
	z-index: -1;
}


@media all and (max-width:1280px){
	.section-in, .detail-in {
		width:90%;
	}
	.cardnews-wrap li > img, .detailpage-wrap ul li a > img {
		width:100%;
	}
	
}


@media all and (max-width:1024px){
	.background {
		height: 38vh;
	}
	.detail-top {
		margin: 100px 0 50px;
	}
}


@media all and (max-width:876px){
	.detail-top .left, .detail-top .right {
		width:100%;
		float: none;
	}
	.detail-top .left li {
		margin-right: 30px;
	}
	.detail-top .right {
		display: block; 
		margin-top: 20px;
	}
	.d-sec04 .tablet {
		width: 80%;
	}
	.d-sec02, .d-sec03 {
		display: block; 
	}
	.d-sec02 .left, .d-sec03 .left, .d-sec02 .right, .d-sec03 .right {
		width: 100%;
	}
	.d-sec02 .right, .d-sec03 .right ul {
		margin-top:20px;
	}
	.d-sec03 .right div {
		margin: auto;
	}
	.d-sec03 .right li div {
		height: 110px;
	}
	.d-sec03 .right.b-navi div {
		margin-top: 20px;
	}
	.d-sec04 {
		margin-top: 150px;
		padding: 150px 0;
	}
	.poster-wrap, .leaflet-wrap {
		width:80%;
	}
	.poster-wrap img, .leaflet-wrap img {
		width: 100%;
	}
}


@media all and (max-width:640px){	
	.detail-top {
		margin: 50px 0 30px;
	}
	.detail-top .left {
		gap: 20px 50px;
	}
	.detail-top .left li {
		font-size:13px;
	}
	.detail-top a.right > img {
		width:20px;
	}
	.background {
		height: 40vh;
	}
	.d-sec02 .right span {
		margin-bottom:10px;
	}
	.d-sec02 .right li img {
		height: 160px;
	}
	.d-app-wrap {
		width:80%;
	}
	.d-sec04 .leaflet {
		width: 95%;
	}
	.d-sec05 li {
		margin-bottom: 40px;
	}
	.d-sec05 li div {
		padding: 0 10px 0;
	}
}


@media all and (max-width:540px){
	.background {
		height: 25vh;
	}
	.d-sec01 {
		padding: 50px 0;
	}
	.d-sec01 h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.d-sec01 h3.detail-txt {
		font-size: 12px;
	}
	.d-sec02 .right li img {
		height: 110px;
	}
	.d-sec02 .right li {
		width: 50%;
		margin-bottom: 40px;
	}
	.d-sec02 .left strong, .d-sec03 .left strong {
		font-size: 16px; 
	}
	.d-sec03 .right li {
		width: calc(50% - 8px);
	}
	.d-sec03 .right li span {
		font-size: 12px;
	}
	.d-sec04 {
		margin-top: 100px;
		padding: 100px 0;
	}
	.d-sec04 .tablet {
		margin: 80px auto;
	}
	.d-sec04 .mobile {
		width:70%;
	}
	.d-video-wrap, .d-app-wrap {
		border-radius: 42px;
		border: 3px solid #000;
	}
	.d-video-wrap {
		border-radius: 20px;
	}
	.cardnews-wrap ul li, .poster-wrap ul li, .detailpage-wrap ul li {
		margin-bottom: 20px;
	}
}

@media all and (max-width:480px){	
	.d-video-wrap, .d-app-wrap {
		border-radius: 30px;
		border: 2px solid #000;
	}
	.d-video-wrap {
		border-radius: 10px;
	}
}
@media all and (max-width:380px){
	.d-video-wrap {
		width: 90%;
		margin: auto;
	}
}


























