@charset "UTF-8";
body{
	box-sizing: border-box;
	font-family: "Geist", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	background: #001A2D;
	overflow-x: hidden;
	--white: #fff;
	--gold: #DCCB8D;
	--black: #111012;
	--violet: #151628;
}
div, h1, h2, h3, h4, p, ul, ol, li, a, input, textarea, label, button, span{
  box-sizing: border-box;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){.container{max-width: 540px;}}
@media (min-width: 768px){.container{max-width: 720px;}}
@media (min-width: 992px){.container{max-width: 960px;}}
@media (min-width: 1200px){.container{max-width: 1140px;}}
@media (min-width: 1300px){.container{max-width: 1230px;}}
@media (min-width: 1600px){.container{max-width: 1440px;}}
@media (max-width: 639.99px){.container{padding: 0 1.5rem}}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.d-flex {
	display: flex !important;
}
.align-items-center {
	align-items: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-center {
	justify-content: center !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
@media (min-width: 576px) {
	.d-sm-flex {
		display: flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-flex {
		display: flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-flex {
		display: flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-flex {
		display: flex !important;
	}
}

a, a:hover{
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

h1, h2, h3, h4, ul, ol{
  margin: 0;
}

ul, ol{
  margin: 0;
}

img{
  max-width: 100%;
}
p {
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF80;
	line-height: 24px;
}

::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: var(--black);}
::-webkit-scrollbar-thumb {
    background-color: var(--gold);
}
html, body, div, * {
    scrollbar-width: thin;
    scrollbar-color: var(--gold), var(--black);
}
.col {
	width: 50%;
}
@media (min-width: 1600px) {
	.col {width: 650px;}
}
.btn {
	width: 256px;
	height: 48px;
	padding: 14px 24px;
	border-radius: 24px;
	border: 1.5px solid #9AE600;
	background: transparent;
	color: #9AE600;
	cursor: pointer;
	transition: all 0.3s;
}
.btn:hover {
	background: #9AE600;
	color: #001A2D;
}
.ttl {
	font-weight: 700;
	color: #9AE600;
	font-size: 32px;
	margin-bottom: 20px;
}
.h1 {
	font-size: 48px;
}
.sm-txt {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.text-center {
	text-align: center;
}
.section {position: relative;margin-bottom: 160px;}
.width100 {width: 100%;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #00000087;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s 
ease-out;
    transition: transform .3s 
ease-out;
    transition: transform .3s 
ease-out, -webkit-transform .3s 
ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal-dialog {
	position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 48px;
    padding: 32px 64px 10px;
    background: #001A2D;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media (min-width: 640px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
.header-wrap {
	padding: 20px 0;
    margin-bottom: 50px;
}
.header-wrap .btn {
	width: 205px;
	height: 40px;
	padding: 10px 20px;
}
.logo {
	width: 150px;
}
@media (max-width: 639.99px) {
	.logo {
		width: 122px;
	}
	.header-wrap .btn {
		width: 173px;
		height: 32px;
		padding: 8px 16px;
		font-size: 12px;
	}
}
#section1 p {
	margin-bottom: 40px;    
	color: #fff;
}
#section1:before {
	content: '';
	position: absolute;
	background-image: url(../img/bck1.png);
	width: 1120px;
	height: 660px;
	background-size: contain;
	right: 0;
	z-index: -1;
	top: -20px;
	background-repeat: no-repeat;
	background-position: right;
}
#section1 .row {
	align-items: center;
}
@media (max-width: 1199.99px) {
	#section1:before {
		height: 520px;
	}
}
@media (max-width: 991.99px) {
	#section1:before {
		height: 520px;
		top: inherit;        
		bottom: 50px;
        background-position: 200% 90px;
	}
}
.adv_item {
	width: 33.3%;
	padding: 0 15px;
}
.adv_icon {margin-bottom: 20px;}
.adv_nm {
	font-weight: 600;
	font-size: 24px;
	color: #9AE600;
}
.adv_txt {
	font-size: 14px;
}
.sct_it {margin-bottom: 220px;}
.imgs {
    text-align: center;
}
.imgs:before {
	content: '';
	position: absolute;
	background-image: url(../img/bck2.png);
	width: 925px;
	height: 420px;
	background-size: contain;
	right: 0;
	z-index: -1;
    top: 0px;
    background-repeat: no-repeat;
    background-position: right;
    bottom: 0;
    margin: auto;
}
.st2 .row {
	flex-direction: row-reverse;
    align-items: center;
}
@media (min-width: 992px) {	
	.st2 .imgs:before {
		left: 0;
		right: inherit;
		transform: rotate(180deg);
	}
}
.form-title {margin-bottom: 30px;}
.form-group {
    margin-bottom: 25px;
	text-align: left;
}
.form-group label {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF80;
    margin-bottom: 15px;
    display: block;
}
.mailTo__input {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #053C5D;
    background: #00000066;    
	padding: 10px 15px;
	color: #fff;
}
.btn-submit {margin-top: 45px;}
#sc_bottom p {color: #fff;margin-bottom: 40px;}
.copyright {
	padding: 20px 0;
}
#form-result {
    margin-bottom: 20px;
    font-size: 18px;
}
@media (max-width: 991.99px) {
	.section {text-align: center;}
	.col {width: 100%;}
	.adv_item {width: 100%;margin-bottom: 50px;}
	.sct_it .row {
		flex-direction: column-reverse;
	}
	.sct_it .imgs {
		margin-bottom: 40px;
	}
	.imgs:before {
		top: -150px;
		background-position: 250px -85px;
	}
}
@media (max-width: 639.99px) {
	.modal {padding: 15px;}
	.modal-dialog {padding: 20px;}
	.section {margin-bottom: 80px;}
	.ttl:not(.form-title) {font-size: 20px;}
	.form-title {font-size: 24px;}
	.form-group:nth-child(4) {margin-bottom: 10px;}
	.h1 {font-size: 24px;}
	p {font-size: 14px;}
	#section1 p {margin-bottom: 20px;}
	.btn:not(.btn-submit) {
		width: 173px;
		height: 34px;        
		padding: 8px 10px 10px;
        font-size: 12px;
	}
	.btn-submit {margin-top: 0;}
}