@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquareRound@2.0/nanumsquareround.css');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Pretendard, NanumSquareRound, NotoSansRegular, sans-serif;
	line-height: 1.6;
	color: #333;
}
.logo_img {
	display: flex;
	align-items: center;
	gap: 3px;
}
header {
	background-color: #fff;
	position: fixed; /* Fix the header in place */
	top: 0; /* Align to the top of the viewport */
	left: 0; /* Align to the left of the viewport */
	width: 100%; /* Full width */
	height: 47px; /* Define a height */
	z-index: 1000; /* Ensure it appears above other elements */
}

.header {

}
.features-grid {
	gap : 12px !important;
}
.feature-header {
	position: fixed; /* Ensure it can be positioned */
	left: 50%; /* Move to the center of the screen */
	top: 50px;
	transform: translateX(-50%); /* Adjust to center */
	display: flex;
	/*width: 1280px;*/
	width: 100%;
	height: 67px;
	z-index: 999;
	padding: 14px 20px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	background: var(--White, #FFF);
	box-shadow: 0px 3px 6px 0px rgba(0, 116, 232, 0.06);
}
.header>div {
	display:flex;
	max-width: 1200px;
	padding-top: 28px;
	padding-bottom : 10px;
	margin: 0 auto;
	justify-content: space-between;

	height: 57px;
	background: var(--White, #FFF);
	box-shadow: 0px 3px 6px 0px rgba(0, 116, 232, 0.06);
}
.header-menu {
	display: flex;
	padding-top: 10px;
	align-items: center;
	gap: 16px;
	position:absolute;
	left: calc(50% - 185px);
	top: 0px;
}
.header-item {
	display: flex;
	padding-left:16px;
	padding-right:16px;
	padding-top: 10px;
	padding-bottom: 8px;
	align-items: center;
	gap: 16px;
	color: #131B21;
	height: auto;
	vertical-align:top;

	/* Text/md/b */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.4px;
	cursor:pointer;
	text-decoration: none;
	position:relative;
	display: inline-block;
}
#section_3rd,#section_4th,#section_5th {
	scroll-margin-top: 60px; /* 고정 메뉴의 높이만큼 여백 추가 */
}
.header-item:hover {
	color:#2A9ED2;
}
.header-item.active {
	color:#2A9ED2;
}
.menu-underline {
	height: 2px;
	align-self: stretch;
	background: #2A9ED2;
	width:80%;
	position:absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	transition: width 0.3s ease;
	display:none;
}
.header-item .menu-underline {
	display: none; /* Hide all underlines by default */
}

.header-item.active .menu-underline {
	display: block; /* Show underline for the active item */
}
.blue_keyword {
	color: #4e95d9;
}
.main_contents1 {
	color: var(--Gray-700, #3A454D);
	text-align: center;
	font-family: "Nanum Gothic";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 59.8px */
	letter-spacing: -1.15px;
	margin-bottom: 0px;
}

.yellow_keyword {
	color: #723e3f;
	background-color: #ffff00;
}

.small_desc {
	font-size: 16px !important;
}

.main_contents2 {
	color: var(--Gray-700, #3A454D);
	text-align: center;
	font-family: "Nanum Gothic";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 78px */
	letter-spacing: -1.5px;
	margin-top: 0px;
}

.main_contents2_2 {
	display: flex;
	width: 310px;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	margin-top: 40px;
	color: var(--Gray-900, #131B21);

	/* Text/md/r */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.4px;
}

.main_contents2_2_1 {
display: flex;
align-items: center;
gap: 12px;
align-self: stretch;
}

.main_green {
	font-family: "Nanum Gothic";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 78px */
	letter-spacing: -1.5px;
	background: linear-gradient(90deg, #00C96B 0%, #65B2FE 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main_contents3 {
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	color: #404040;
	margin-bottom: 10px;
	outline: none;
	margin-left: 35px;
	margin-right: 35px;
	word-break: keep-all;
}

.section_2nd {
	display: flex;
	width: 1280px;
	padding: 100px 40px;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	background: #000A27;
	vertical-align:top;
	position: relative;
}

.sec_contents2nd_1 {
	color: #000;
	text-align: center;

	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.9px;
	padding-top:5px;

	width: 451px;
	height: 60px;

	border-radius: 10px;
}



.sec_contents2nd_2 {
	align-self: stretch;
	color: var(--White, #FFF);
	text-align: center;

	/* Title/md/eb */
	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 46.8px */
	letter-spacing: -0.9px;
	margin-top: 10px;
}
.features-icon {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	left: calc(50% + 225px);
	top: 70px;
}
.section_2nd {
	gap : 0px !important;
}
.section_2nd_desc{
	display: flex;
	padding-top: 60px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	border-radius: 80px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 10, 39, 0.04) 50%, rgba(0, 10, 39, 0.00) 100%);
}

.section_2nd_dec_1{
	align-self: stretch;
	color: var(--Gray-200, #C6CCD0);
	text-align: center;

	/* Text/2xl/r */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
	height: 60px;
}

.section_2nd_dec_1_warning {
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
	position: absolute;
	right: 90px;
	top: 294px;
}
.section_2nd_dec_2 {
	height: 30px;
}
.section_2nd_dec_2, .section_2nd_dec_4{
	align-self: stretch;
	color: var(--Gray-300, #A6AEB4);
	text-align: center;

	/* Text/md/r */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.4px;
}
.section_2nd_dec_3 {
	/*background-image: url('/common/img/visit_2nd/danger.png');*/
	width:100%;
	height:334px;
	margin-top: 50px;
	background-repeat: no-repeat;
	position:relative;
}

.section_2nd_dec_3_danger {
	position: relative; /* Ensure the image can be moved */
	left: -30px; /* Move the image 100px to the left */
	top: -20px;
	z-index: 250;
}
.section_2nd_dec_3_danger img {
}
.section_2nd_dec_3_1 {
	width: 906px;
	height: 317px;
	/*background: linear-gradient(0deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%),
	url('/common/img/visit_2nd/Rectangle9.png');
	background: linear-gradient(0deg, rgba(255, */
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	position:absolute;
	top: 20px;
	left:calc(50% - 450px);
}
.section_2nd_dec_4 {
	margin-top:120px;
}
.section_2nd_dec_4_1 {
	color: var(--White, #FFF);
	text-align: center;

	/* Title/md/eb */
	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 46.8px */
	letter-spacing: -0.9px;
}
.section_2nd_dec_4_2 {
	display: flex;
	flex-direction: column;
	margin-top:50px !important;
	padding-right: 50px;
	padding-left: 50px;
}
.section_2nd_dec_4_2_1 {
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
	height: 262px;
	width: 100%;
	min-width: 1px;
	padding: 30px 20px 40px 20px;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	flex: 1 0 0;
	border-radius: 20px;
	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
}
.css-dym59e {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.css-wc1msa {
	position:relative;
	width: 100%;
	height: 100%;
}
.css-1dxmat {
	display: flex;
	flex-direction: column; /* Stack children vertically */
	gap: 0; /* Remove any spacing between children */
	align-items: center;
	padding-top: 50px;
}
.css-1dxmat > * {
	margin-bottom: 0; /* Ensure no margin at the bottom of each child */
}
.section_2nd_img_1 {
	width:120px;
	height:120px;
	position: absolute;
	left:calc(50% - 60px);
	flex-shrink: 0;
	display: block;
}
.section_2nd_img_1_1 {
	width:100%;
	height:100%;
}

.section_3rd {
	display: flex;
	width: 1280px;
	padding: 80px 40px;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	background: #D3E9FF;
}
.section_3rd_title{
	align-self: stretch;
	color: var(--Gray-700, #3A454D);
	text-align: center;

	/* Title/md/eb */
	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 46.8px */
	letter-spacing: -0.9px;
}
.section_3rd_title span {
	color: #006AFF;
	text-align: center;

	/* Title/md/eb */
	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 46.8px */
	letter-spacing: -0.9px;
}
.section_3rd_card{
	display: flex;
	width: 1200px;
	height: 739px;
	align-items: flex-start;
	gap: 24px;
}

.section_4th {
	display: flex;
	width: 1280px;
	background: #2D96FF;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
}
.section_4th_title {

	color: var(--White, #FFF);
	text-align: center;

	/* Title/lg/eb */
	font-family: "Nanum Gothic";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 62.4px */
	letter-spacing: -1.2px;
}
.section_5th {
	display: flex;
	width: 1280px;
	padding: 100px 40px;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	background: #FFFFFF;
}

.section_5th_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.section_5th_1_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: var(--Gray-900, #131B21);
	text-align: center;

	/* Title/lg/eb */
	font-family: "Nanum Gothic";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 62.4px */
	letter-spacing: -1.2px;
}

.section_5th_1_2 {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--Gray-500, #6C757C);

	/* Text/2xl/b */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
}

.section_5th_1_3 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top:60px;
}
.guide_btn {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #2D96FF;
	color: var(--White, #FFF);

	/* Text/md/b */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.4px;
	border:0px;
	cursor:pointer;
}
.demo_btn {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #EAF4FF;
	color: #2D96FF;

	/* Text/md/b */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.4px;
	border:0px;
	cursor:pointer;
}

.mobile-menu-btn {
	display: none;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
}

.mobile-menu-btn span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #333;
	margin: 5px 0;
	transition: 0.3s;
}

@media (max-width: 800px) {
	.header>div {
		display: flex;
		justify-content: center; /* Center horizontally */
	}
}

@media (max-width: 800px) {
	.mobile-menu-btn {
		display: block;
	}

	.header{
		justify-content: center; /* Center horizontally */
	}

	.nav-links {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: white;
		padding: 1rem;
		flex-direction: column;
		gap: 1rem;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	}

	.nav-buttons {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: white;
		padding: 1rem;
		flex-direction: column;
		gap: 1rem;
		border-top: 1px solid #eee;
	}

	.nav.active .nav-links,
	.nav.active .nav-buttons {
		display: flex;
	}

	.signup-btn {
		text-align: center;
	}

	.mobile-menu-btn.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.mobile-menu-btn.active span:nth-child(2) {
		opacity: 0;
	}

	.mobile-menu-btn.active span:nth-child(3) {
		transform: rotate(-45deg) translate(7px, -7px);
	}
}

.logo {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 1.25rem;
}

.logo img {
	height: 32px;
}

.nav-links {
	display: flex;
	gap: 3rem;
}

.nav-links a {
	color: #666;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	transition: color 0.3s;
}

.nav-links a:hover {
	color: #1b64da;
}

.nav-buttons {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.login-btn {
	color: #666;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
}

.signup-btn {
	padding: 0.75rem 1.5rem;
	background-color: #1b64da;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1.1rem;
	font-weight: 500;
	transition: background-color 0.3s;
}

.signup-btn:hover {
	background-color: #1850af;
}

.hero {
	padding-top: 0rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	background: #fff;
	color: #333;
	overflow: hidden;
}

.hero-container,.section_1st {
	/*max-width: 1280px;*/
	margin: 0 auto;
	align-items: center;
	gap: 2rem;
	padding: 215px 124px 0px 124px;
	justify-content: space-between;
	background: #fff;
}
.section_1st_container {
	display: flex;
	flex-direction: row; /* Ensure items are side by side */
	align-items: center; /* Align items vertically */
	justify-content: space-between; /* Add space between the two items */
	width: 1280px; /* Set a maximum width for the container */
	margin: 0 auto; /* Center the container horizontally */
	padding: 0px 124px 0px; /* Add padding for some spacing from the edges */
}

.hero-content {
/*	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border:1px solid red;
	vertical-align : top;*/
	display: flex;
	width: 622px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	vertical-align : top;
	height:470px;
}

.hero-image {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero h1 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.3;
	word-break: keep-all;
}

.hero p {
	}

.cta-button {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #2D96FF;
	color: var(--White, #FFF);

	/* Text/md/b */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.4px;
	margin-top: 40px;
	cursor:pointer;
}

.features {
	background-color: #f8f9fa;
}

.features-container {
	width: auto;
	/*max-width: 1280px;*/
	margin: 0 auto;
}

.features-title {
	text-align: center;
	margin-bottom: 3rem;
}

.features-title h2 {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 1rem;
}

.features-title2 p {
	font-size: 1.25rem;
	color: #666;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.feature-card {
	padding: 3rem;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.feature-card h3 {
	margin: 1rem 0;
	color: #1b64da;
	font-size: 1.5rem;
}

.feature-card p img {
	margin-bottom: 1.5rem;
}

.feature-card p {
	font-weight: bold;
	color: #404040;
	font-size: 1.3rem;
	line-height: 1.6;
}

.pricing {
	padding: 4rem 1rem;
	background-color: #f9f9f9;
}

.pricing-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.price-card {
	background-color: white;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.price-card h3 {
	color: #1b64da;
	margin-bottom: 1rem;
}

.price {
	font-size: 2rem;
	font-weight: bold;
	margin: 1rem 0;
}

.footer {
	background-color: #333;
	color: white;
	padding: 2rem 1rem;
	text-align: center;
}

@media (max-width: 375px) {
	.nav-links {
		display: none;
	}

	.hero-container {
		flex-direction: column;
		margin-top: 2rem;
	}

	.hero-content {
		text-align: center;
	}

	.hero h1 {
		font-size: 2rem;
	}

	.hero p {
		font-size: 1rem;
	}

	.hero-image img {
		max-width: 100%;
		height: auto;
	}

	.features-grid, .pricing-grid {
		grid-template-columns: 1fr;
	}
}
