:root {
  --model-main-color: #61a8bb;
}

body {
	color:#ffffff;
	background:#000000;
}

.container .content {
	padding:0;
	gap:0;
}

.section {
	height: calc(100dvh - 5vh);
}

.section.sec1 {
	background-image:url("../assets/img/plugin_hybrid/pageBG.jpg");
	background-size:cover;
	background-position:center left;
	background-repeat:no-repeat;
}
.section.sec1 .content-top {
	background:none;
	z-index:1;
}
.section.sec1 .content-bottom {
	width: 100%;
	justify-content: center;
}

.section .content-top .top-content-logo {
	width:fit-content;
	margin:0 auto;
	display:flex;
	flex-direction: row-reverse;
	align-items:center;
	gap:15px;
	font-size:42px;
	font-weight:700;
	line-height:1;
}
.section .content-top h1 {
	font-weight: 700;
    font-size: 3.5rem;
    letter-spacing: 10px;
    line-height: 1;
    color: var(--model-main-color);
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.section .content-top .sep {
	display:block;
	width:5%;
	height:4px;
	margin:2vh auto;
	background:#ffffff;
	border-radius:100vh;
}
.section .content-top .sub-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 30px;
}
/*
.section .content-top .sub-ttl {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	width:max-content;
	margin:2vh auto;
	padding:1vh 2vw;
	font-size:1.5rem;
	background:#000000;
	color:#ffffff;
    border:1px solid var(--model-main-color);
	border-radius:8px;
}
*/
.section .content-top .sub-ttl br {
	display:none;
}

.section .content-bottom { 
    height: auto;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 2vh 15%;
	background: none;
}

.bottom-data-txt {
	font-size:34px;
}

#formTop {
	background: #000000;
    border: 1px solid #ffffff;
    height: auto;
    width: 21%;
    margin: 2%;
    border-radius: 12px;
	color:#ffffff;
	padding-bottom:3vh;
}
#formTop #submit {
	background:var(--model-main-color);
	border-radius:8px;
	color:#000000;
}

@media (max-width: 1024px){
	.section {
		height: auto;
	}

	.section.sec1 {
		order:1;
		background-size: 150%;
		background-position: center top 40%;
	}
	.section.sec1 .content-top {
		padding-top:2vh;
	}
	.section .content-top .top-content-logo {
		font-size:32px;
	}
	.section .content-top h1 {
		font-size:9vw;
	}
	.section .content-top .sep {
		width:15%;
	}
	.section .content-top .sub-ttl {
		font-size:4vw;
		font-weight:600;
		gap:6px;
	}
	.section .content-top .sub-ttl br {
		display:block;
	}
	.section.sec1 .content-bottom {
        padding: 0 2%;
	}
	
	#btns {
		background:#828282;
	}
	
	.section .content-bottom { 
		width: 80%;
        margin: 0 auto;
        padding: 0;
		margin-bottom: 3vh;
	}
	
	.bottom-data-txt {
		font-size: 16px;
		line-height: 100%;
	}
	.bottom-data-txt br {
		display:block;
	}
	
	.color-gal .swiper-button-next:after, .color-gal .swiper-button-prev:after {
		color: #ffffff;
		font-size: 26px;
		text-shadow: 0 0 4px #000000;
	}
	
	#formTop {
	    width: 100%;
		border: none;
		padding-top: 3vh;
		padding-bottom: calc(7vh + 60px);
	}
}
