@charset "utf-8";


.inner {
	position: relative;
	width: 100%;
	max-width: 828px;
	padding: 80px 64px 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fp-warning, .fp-watermark {
    display: none!important;
}
.slide_up {
    opacity: 0;
    transform: translateY(50%);
    transition-duration: 1s;
    transition-delay: .5s;
}
.active .slide_up,
.on .slide_up {
    opacity: 1;
    transform: translateY(0%);
}
.slide_down {
    opacity: 0;
    transform: translateY(-10%);
    transition-duration: 1s;
    transition-delay: .5s;
}
.active .slide_down,
.on .slide_down {
    opacity: 1;
    transform: translateT(0%);
}
.slide_left {
    opacity: 0;
    transform: translateX(-3%);
    transition-duration: 1s;
    transition-delay: .5s;
}
.active .slide_left,
.on .slide_left {
    opacity: 1;
    transform: translateX(0%);
}
.delay3 {
	transition-delay: .3s;
}
.delay6 {
	transition-delay: .6s;
}
.delay9 {
	transition-delay: .9s;
}
.delay12 {
	transition-delay: 1.2s;
}
.first .slide_up {
	opacity: 0;
	transform: translateY(50%);
	animation: slideUp .5s ease-in forwards;
}
.first .slide_up.delay3 {
	animation-delay: .3s;
}
.first .slide_up.delay6 {
	animation-delay: .6s;
}
.first .slide_up.delay9 {
	animation-delay: .9s;
}
.first .slide_up.delay12 {
	animation-delay: 1.2s;
}
.first .slide_left {
	animation: slideLeft .5s ease-in forwards;
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes slideLeft {
    from {
        opacity: 0;
    	transform: translateX(-3%);
    }
    to {
		opacity: 1;
    	transform: translateX(0%);
    }
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	z-index: 50;
	box-sizing: border-box;
}
#header .inner {
	max-width: 1508px;
	height: 69px;
	gap: 10px;
	padding: 12px 94px;
}
#header h1 img {
	height: 25px;
	vertical-align: 5px;
}
#header .inner > div {
	gap: 14px;
}
#header .inner > div a {
	position: relative;
	padding: 13px 16px;
	color: #1F2937;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	background: var(--white);
	border-radius: 12px;
	transition: all 0.3s ease;
	overflow: hidden;
	box-sizing: border-box;
}
#header .inner > div a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}
#header .inner > div a:hover {
	background: #1a1a1a;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#header .inner > div a:hover::before {
    left: 100%;
}


.contact {
	background: url("../images/main_sec06_bg.png")no-repeat 50% 50% / cover;
}
@keyframes backgroundPulse {
	0%, 100% { 
		background-image: url('../images/main_sec06_bg.png'); 
		filter: brightness(1);
	}
	50% { 
		background-image: url('../images/main_sec06_bg.png'); 
		filter: brightness(1.05);
	}
}
#contact {
	padding-top: 0;
	padding-bottom: 150px;
	box-sizing: border-box;
}
#contact .inner {
	max-width: 630px;
	padding: 0 20px;
	gap: 0;
}
#contact h4 {
	margin-bottom: 16px;
}
#contact h4 span {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.35px;
	border-radius: 100px;
	background: var(--key-color);
	color: var(--white);
	padding: 0 24px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	animation: pulse 2s ease-in-out infinite;
	box-sizing: border-box;
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.05);
		opacity: 0.8;
	}
}
#contact h3 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 8px;
}
#contact .sub_tit {
	color: #222;
	font-size: 18px;
	margin-bottom: 50px;
}
#contact .sub_tit br {
	display: none;
}
#contact .info {
	gap: 50px;
}
#contact .info > a {
	flex: 1;
	padding: 25px 0;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	margin: 10px 10px 40px;
	box-sizing: border-box;
}
#contact .info > a .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 auto 12px;
}
#contact .info > a .icon img {
	width: auto;
}
#contact .info > a .icon.tel_btn {
	background: linear-gradient(135deg, #4ADE80 0%, #16A34A 100%);
}
#contact .info > a .icon.mail_btn {
	background: linear-gradient(135deg, #C084FC 0%, #9333EA 100%);
}
#contact .info > a p {
	color: #222;
	font-size: 12px;
	letter-spacing: 0.6px;
	margin-bottom: 4px;
}
#contact .info > a strong {
	font-size: 20px;
	line-height: 1.4;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #E9E9E9;
}
#footer .inner {
	max-width: 990px;
	padding: 35px 20px;
	color: #222;
	font-size: 14px;
}
#footer p {
	margin: 5px 0;
}
#footer strong {
	font-size: 18px;
	font-weight: 500;
}
#footer span {
	margin: 0 15px;
}




.modal {
	display: none;
}
.modal .black_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 37;
}
.modal .modal_cont {
    width: 95%;
    max-width: 1000px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 38;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 59px);
	background: var(--white);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 20px;
	box-sizing: border-box;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .bar {
	justify-content: space-between;
	padding: 20px;
	gap: 10px;
}
.modal .bar h3 {
	flex: 1;
	width: 100%;
	font-size: 20px;
}
.modal .bar .close {
	width: 20px;
	height: 20px;
	background: url("../images/ic_close_black.svg")no-repeat 50% 50% / 100%;
}
.modal .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}
.modal .btn_area {
	gap: 10px;
}
.modal .btn_area button {
	flex: 1;
	height: 44px;
	border-radius: 10px;
	font-size: 16px;
}
.not_scroll {
	overflow: hidden;
}





@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 80px 20px;
	}

	#header .inner {
		height: 58px;
		justify-content: center;
	}
	#header .inner > div {
		display: none;
	}


	#contact {
		padding: 100px 0;
	}
	#contact h3 {
    	font-size: 30px;
	}
	#contact .sub_tit {
		font-size: 16px;
		margin-bottom: 38px;
	}
	#contact .sub_tit br {
		display: block;
	}
	#contact .info {
		max-width: 280px;
		margin: 0 auto;
		gap: 25px;
	}
	#contact .info > a {
		position: relative;
		flex: none;
		width: 100%;
		padding: 16px 17px 16px 75px;
		text-align: left;
		margin: 0;
	}
	#contact .info > a .icon {
		position: absolute;
		top: 16px;
		left: 17px;
	}
	#footer {
		position: relative;
	}
	#footer .inner {
		max-width: 340px;
	}
	#footer strong {
		font-size: 14px;
	}
	#footer span {
		display: block;
		font-size: 0;
		margin: 5px 0;
	}
	#footer .inner p:nth-child(1) span {
		display: inline-block;
		margin: 0 8px;
		font-size: 10px;
		vertical-align: 1px;
	}


	#contact h4 span {
		animation: none!important;
	}


	.slide_up {
		opacity: 1;
    	transform: translateY(0%);
	}
	.slide_left {
		opacity: 1;
    	transform: translateX(0%);
	}
}