@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 {
	width: 193px;
	height: 30px;
	flex-shrink: 0;
}

.top_menu_1 {
	display:block;
}
.top_menu_mobile {
	display:none;
}

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;
}
.top_menu {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 58px;
	padding: 14px 40px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	background: var(--White, #FFF);
}
.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);
}
.top_menu_1 {
	display: flex;
	padding-top: 10px;
	align-items: center;
	gap: 16px;
	position: absolute;
	left: calc(50% - 211px);
	top: 4px;
}
.top_menu_1_1 {
	display: flex;
	height: 40px;
	padding: 0px 16px;
	justify-content: center;
	align-items: center;
}
.top_menu_1_1_1 {
	display: flex;
	padding: 0px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid rgba(42, 158, 210, 0.00);
}
.top_menu_1_1_1_1 {
	color: var(--Gray-900, #131B21);

	/* 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;
	cursor: pointer;
	text-decoration : none;
}
.top_menu_1_1_1_2 {
	width: 29px;
	height: 2px;
	background: rgba(42, 158, 210, 0.00);
}
.header-item {
	display: flex;
	padding-left:16px;
	padding-right:16px;
	padding-top: 10px;
	padding-bottom: 8px;
	align-items: center;
	gap: 16px;
	color: rgb(19, 27, 33);
	height: auto;
	vertical-align:top;

	/* Text/md/b */
	color: var(--Gray-900, #131B21);

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

	cursor:pointer;
	text-decoration: none;
	position:relative;
	display: inline-block;
}
#section_2nd,#section_3rd,#section_4th,#section_5th,#section_7th,#section_8th {
	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_contents0 {
	align-self: stretch;
	color: var(--Gray-600, #525D65);

	/* Text/2xl/b */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
}
.main_contents1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	vertical-align: top;
}
.main_contents1_1 {
	color: #000;
	font-family: "Nanum Gothic";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 78px */
	letter-spacing: -1.5px;
}

.main_contents1_2 {
	color: #000;
	font-family: "Nanum Gothic";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 78px */
	letter-spacing: -1.5px;
}


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

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

.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: 100%;
	padding: 100px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
	background: #F8F9FB;
}
.section_2nd_1 {
	display: flex;
	width:100%;
	max-width: 1280px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
}
.section_2nd_1_1 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.section_2nd_1_1_1 {
	align-self: stretch;
	color: #0162C3;

	/* 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_1_1_2 {
	align-self: stretch;
	color: var(--Gray-700, #3A454D);

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

.section_2nd_1_2 {
	display: grid;
	/*height: 280px;*/
	row-gap: 16px;
	column-gap: 16px;
	align-self: stretch;
	grid-template-rows: repeat(1, minmax(0, 1fr));
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section_2nd_1_2_1 {
	display: flex;
	padding: 30px 30px 40px 30px;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	flex: 1 0 0;
	height: 280px;
	align-self: stretch;
	grid-row: 1 / span 1;
	border-radius: 20px;
	background: var(--White, #FFF);
	box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
}
.section_2nd_1_2_1:nth-child(1) {
	grid-column: 1 / span 1;
}

.section_2nd_1_2_1:nth-child(2) {
	grid-column: 2 / span 1;
}

.section_2nd_1_2_1:nth-child(3) {
	grid-column: 3 / span 1;
}

.section_2nd_1_2_1:nth-child(4) {
	grid-column: 4 / span 1;
}

.section_2nd_1_2_1 > img{
	z-index: 100;
}
.section_2nd_1_2_1_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	color: var(--Gray-400, #86929B);

	/* Text/2xl/b */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
	z-index: 100;
}
.section_2nd_1_2_1_1_1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 8px;

}
.section_2nd_1_2_1_1_1 > div{
	color: var(--Gray-900, #131B21);
	font-family: "Nanum Gothic";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 52px */
	letter-spacing: -1px;
}

.section_2nd_1_2_1_1_1_1{
	font-size: 34px !important;
	letter-spacing: -0.85px !important;
}

.section_2nd_1_2_1_1_1 > span{
	display: flex;
	padding-bottom: 10px;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;

	color: var(--Gray-700, #3A454D);

	/* 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_2nd_1_2_1_2 {
	position: relative;
	width: 100%;
	text-align:center;
	bottom: 33px;
	/*right: 55px;
	bottom: 24px;*/
	color: var(--Gray-500, #6C757C);

	/* Text/sm/r */
	font-family: "Nanum Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: -0.35px;
}

.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: 100%;
	padding: 100px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	background : #fff;
}
.section_3rd_1 {
	display: flex;
	width:100%;
	max-width: 1280px;
	align-items: flex-start;
	gap: 80px;
	flex-wrap: wrap; /* 자동 줄바꿈 */
}

.section_3rd_1_1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.section_3rd_1_1_1{
	color: var(--Gray-900, #131B21);

	/* 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_1_1_2{
	color: var(--Gray-700, #3A454D);

	/* Text/2xl/r */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
}
.section_3rd_1_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
}

.section_3rd_1_2_1 {
	display: flex;
	width: 696px;
	padding: 20px 30px;
	align-items: center;
	gap: 20px;
	border-radius: 20px;
	background: #F8F9FB;
}
.section_3rd_1_2_1:hover {
	background: #232942;
}

.section_3rd_1_2_1:hover * {
	color: #E8EBED; /* Change font color to red */
}

.section_3rd_1_2_1_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
	color: var(--Gray-700, #3A454D);

	/* 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_3rd_1_2_1_1_1 {
	color: var(--Gray-400, #86929B);

	/* 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_3rd_1_2_1_2 {

}

.section_4th {
	display: flex;
	width: 100%;
	padding: 100px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	background: #F8F9FB;
}
.section_4th_1 {
	display: flex;
	width: 100%;
	max-width: 1280px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.section_4th_1_1 {
	align-self: stretch;
	color: var(--Gray-900, #131B21);

	/* 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_4th_1_1 > span{
	color: #0162C3;

	/* Title/md/eb */
	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.9px;
}
.section_4th_1_2 {
	display: flex;
	width: 100%;
	max-width: 1200px;
	min-height: 460px;
	padding: 50px 60px;
	align-items: center;
	gap: 40px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
}
.section_4th_1_2_1 {
	display: flex;
	padding-top: 20px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
}
.section_4th_1_2_2 {
}
.section_4th_1_2_1_1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.section_4th_1_2_1_1_1{
	color: var(--Gray-900, #131B21);

	/* 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_4th_1_2_1_1_2{
	color: var(--Gray-900, #131B21);

	/* 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;
}
.section_4th_1_2_1_2 {
	display: flex;
	align-items: center;
	gap: 4px;
}
.section_4th_page_1,.section_4th_page_next,.section_4th_page_prev {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #F8F9FB;

	color: var(--Gray-900, #131B21);

	/* Text/md/eb */
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.4px;
	cursor:pointer;
}
.section_4th_page_1:hover,.section_4th_page_next:hover,.section_4th_page_prev:hover {
	background: #E2E4E8;
}

.section_4th_page_sel {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #232942;
	color: var(--White, #FFF);
	color: var(--White, #FFF);

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

.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: 100%;
	padding: 100px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	background: #fff;
}

.section_5th_1 {
	display: flex;
	width: 100%;
	max-width: 1280px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.section_5th_1_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.section_5th_1_1_1 {
	color: var(--Gray-900, #131B21);
	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_5th_1_1_2 {
	color: var(--Gray-700, #3A454D);
	text-align: left;

	/* Text/2xl/r */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
}
.section_5th_1_2 {
	overflow:hidden;
	width: 100%;
	height: 122px;
	aspect-ratio: 857/61;
	background-image: url('/common/img/5th_1.png'); /* Replace with your image path */
	background-repeat: repeat-x; /* Ensures the image repeats horizontally */
	background-size: auto 100%; /* Adjust as needed */
	animation: rollBackground 20s linear infinite; /* 10s duration, linear speed, infinite loop */
}

@keyframes rollBackground {
	from {
		background-position: -1714px 0; /* Start position */
	}
	to {
		background-position: 0 0; /* End position */
	}
}

.section_7th {
	display: flex;
	width: 100%;
	padding: 100px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	background: #F8F9FB;
}
.section_7th_1 {
	display: flex;
	width : 100%;
	max-width: 1200px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.section_7th_1_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.section_7th_1_1_1 {
	align-self: stretch;
	color: #0162C3;

	/* 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_7th_1_1_1 > span {
	color: var(--Gray-900, #131B21);

	/* Title/md/eb */
	font-family: "Nanum Gothic";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.9px;
}

.section_7th_1_1_2 {
	align-self: stretch;
	color: var(--Gray-700, #3A454D);

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

.section_7th_1_2 {
	display: flex;
	align-items: center;
	align-self: stretch;
}
.section_7th_1_2_1 {
	display: flex;
	width: 247.5px;
	padding: 30px 30px 40px 30px;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	align-self: stretch;
	border-radius: 20px;
	background: var(--White, #FFF);
	box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
}
.section_7th_1_2_1_1 {
	color: var(--Gray-700, #3A454D);
	text-align: center;

	/* 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_8th {
	display: flex;
	width: 100%;
	padding: 100px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	background: #fff;
}
.section_8th_1 {
	display: flex;
	width: 100%;
	max-width: 1200px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.section_8th_1_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.section_8th_1_1_1 {
	align-self: stretch;
	color: var(--Gray-900, #131B21);

	/* 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_8th_1_1_2 {
	align-self: stretch;
	color: var(--Gray-700, #3A454D);

	/* Text/2xl/r */
	font-family: "Nanum Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: -0.5px;
}
.section_8th_1_2 {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	flex-wrap: wrap;
}
.section_8th_1_2_1, .section_8th_1_2_2 {
	display: flex;
	min-width: 592px;
	padding: 40px 30px;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
}
.section_8th_1_2_1_1, .section_8th_1_2_2_1 {
	color: var(--Gray-900, #131B21);
	font-family: "Nanum Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	letter-spacing: -0.75px;
}
.section_8th_1_2_1_2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.section_8th_1_2_2_2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.section_8th_1_2_2_2_1, .section_8th_1_2_2_2_2 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.section_8th_1_2_2_2_1 > div, .section_8th_1_2_2_2_2 > div {
	color: #232942;

	/* 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;
}
.section_8th_btn_1 {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #3C425A;
	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;

	cursor:pointer;
}
.section_8th_btn_2 {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #EFF0F3;
	color: #232942;

	/* 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;

	cursor:pointer;
}


/* Modal overlay */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	overflow-y: auto; /* 스크롤 허용 */
	padding: 20px 0; /* 상하 여백 */
}

/* Modal content */
.modal {
	display: flex;
	position: fixed;
	width: 618px;
	max-width: 90vw; /* 화면 너비의 90%를 넘지 않도록 */
	max-height: 90vh; /* 화면 높이의 90%를 넘지 않도록 */
	padding: 40px 30px;
	flex-direction: column;
	justify-content: flex-start; /* center에서 flex-start로 변경 */
	/*justify-content: center;*/
	align-items: center;
	gap: 30px;
	left: 50%;
	top:calc(50% + 20px);
	transform: translate(-50%, -50%); /* 중앙 정렬 */
	border-radius: 20px;
	background: var(--White, #FFF);
	overflow-y: auto; /* 세로 스크롤 허용 */
}
.modal_1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.modal_1_1 {
	align-self: stretch;
	color: var(--Gray-900, #131B21);

	/* Title/sm/eb */
	font-family: "Nanum Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.6px;
}
.modal_1_2 {
	align-self: stretch;
	color: var(--Gray-700, #3A454D);

	/* 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;
}
.modal_2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}
.modal_2_1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
}
.modal_2_1_1 {
	display: flex;
	align-items: center;
	gap: 2px;
}
.modal_2_1_1_txt {
	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;
}
.modal_2_1_1_txt_right {
	display: flex;
	width: 10px;
	padding-bottom: 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FC5A5B;

	/* 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;
}
.modal_2_1_1_input {
	display: flex;
	padding: 14px;
	align-items: center;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid var(--Gray-50, #E8EBED);

	color: var(--Gray-400, #86929B);

	/* 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;
}
.modal_2_2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
}
.modal_2_2_1 {
	display: flex;
	align-items: center;
	gap: 2px;
}
.modal_2_2_2 {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
}
.modal_2_2_2 > div {
	flex: 1 0 0;
	color: var(--Gray-600, #525D65);

	/* 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;
}
.modal_2_2_2_checkbox {
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	border-radius: 4px;
	border: 1px solid #E8EBED;
	background: #FFF;
}

/* Close button */
.modal-close {

	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #3C425A;
	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;
}
.btn_saveinfo {
	cursor:pointer;
}

.modal-close-x {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #86929B;
	transition: all 0.2s ease;
	z-index: 10;
}


.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;
}

.section_1st {
	display: flex;
	width: 100%;
	padding: 100px 40px;
	justify-content: center;
	align-items: center;
	gap: 86px;
	background: #fff;
}
.Frame48 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 86px;
	flex-shrink: 0;
}
.Container {
	display: flex;
	width: 434px;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	flex-shrink: 0;
}
.main_button_container {
	display: flex;
	align-items: center;
	gap: 10px;
}
.main_button_container_0 {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #3C425A;
	cursor:pointer;

	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;
}
.main_button_container_1 {
	display: flex;
	width: 180px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #EFF0F3;
	cursor:pointer;
	color: #232942;

	/* 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;
}
.hero-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/*gap: 40px;*/
	align-self: stretch;
}
.hero-content > div:nth-child(1) {
	margin-bottom: 20px; /* First div has 20px spacing */
}

.hero-content > div:nth-child(2) {
	margin-bottom: 55px; /* Second div has 40px spacing */
}
.hero-image {
	display: flex;
	width: 680px;
	height: 400px;
	padding: 0px 121.181px 0px 121.873px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 20px;
	background: linear-gradient(109deg, #FCF1F1 0%, #EFF0F3 31.98%, #E8F3F0 70.69%, #D1DAED 100%);
}

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

.hero p {
}

.features {
	background-color: #f8f9fa;
	margin-top:0px;
}

.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;
}

/* 기본 top_menu 스타일 */
.top_menu {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 58px;
	padding: 14px 40px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	background: var(--White, #FFF);
	z-index: 1000;
	box-shadow: 0px 3px 6px 0px rgba(0, 116, 232, 0.06);
}

.top_menu_1 {
	display: flex;
	padding-top: 10px;
	align-items: center;
	gap: 16px;
	position: absolute;
	left: calc(50% - 211px);
	top: 4px;
}

.top_menu_1_1 {
	display: flex;
	height: 40px;
	padding: 0px 16px;
	justify-content: center;
	align-items: center;
}

.top_menu_1_1_1_1 {
	color: var(--Gray-900, #131B21);
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.4px;
	cursor: pointer;
	text-decoration: none;
}

.top_menu_mobile {
	display: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 1001;
}

/* 모바일 메뉴 드롭다운 */
.mobile_menu_dropdown {
	display: none;
	position: fixed;
	top: 58px; /* top_menu 높이만큼 */
	left: 0;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
	z-index: 999;
	border-top: 1px solid #E8EBED;
}

.mobile_menu_dropdown.active {
	display: block;
}

.mobile_menu_list {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}

.mobile_menu_item {
	display: flex;
	padding: 16px 20px;
	align-items: center;
	text-decoration: none;
	color: var(--Gray-900, #131B21);
	font-family: "Nanum Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.4px;
	border-bottom: 1px solid #F8F9FB;
	transition: background-color 0.2s ease;
}

.mobile_menu_item:hover {
	background-color: #F8F9FB;
}

.mobile_menu_item:last-child {
	border-bottom: none;
}

/* 햄버거 아이콘 애니메이션 */
.hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

.hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #131B21;
	border-radius: 1px;
	transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1024px) {
	.section_1st {
		width: 100%;
		display: flex;
		padding: 30px 40px;
		justify-content: center;
		align-items: center;
		gap: 86px;
		flex: 1 0 0;
		margin-top:58px;
	}
	.Frame48 {
		display: flex;
		width:100%;
		align-items: center;
		gap: 30px;
		flex: 1 0 0;
		flex-wrap: wrap; /* 자동 줄바꿈 */
	}
	.Container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 60px;
		/*padding-left: 40px;*/
		min-width: 300px;
		flex: 1 1 300px;
	}
	.main_contents0 {
		color: var(--Gray-600, #525D65);

		/* 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;
	}
	.main_contents1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		color: #000;
		font-family: "Nanum Gothic";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 52px */
		letter-spacing: -1px;
	}
	.main_contents1_1, .main_contents1_2 {
		color: #000;
		font-family: "Nanum Gothic";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 52px */
		letter-spacing: -1px;
	}

	.hero-image {
		display: flex;
		height: 400px;
		width: 320px;
		padding: 37.589px 0px 36.897px 0px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 1 1 300px;
	}
	.hero-image img {
		content: url('/common/img/Frame1000001714_tablet.png'); /* 새로운 이미지 경로 */
	}
	.section_2nd_1_2_1_1_1_1 {
		font-size: 28px !important;
	}
	.section_2nd_1_2_1_2 {
		letter-spacing: -0.9px !important;
	}
}

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

	.top_menu_1 {
		display:none;
	}
	.top_menu_mobile {
		display:block;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		aspect-ratio: 1/1;
	}

	.section_1st {
		width: 100%;
		display: flex;
		padding: 100px 40px;
		justify-content: center;
		align-items: center;
		gap: 86px;
		flex: 1 0 0;
		margin-top:58px;
	}
	.Frame48 {
		display: flex;
		width:100%;
		align-items: center;
		gap: 30px;
		flex: 1 0 0;
		flex-wrap: wrap; /* 자동 줄바꿈 */
	}
	.Container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 60px;
		/*padding-left: 40px;*/
		min-width: 300px;
		flex: 1 1 300px;
	}
	.main_contents0 {
		color: var(--Gray-600, #525D65);

		/* 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;
	}
	.main_contents1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		color: #000;
		font-family: "Nanum Gothic";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 52px */
		letter-spacing: -1px;
	}
	.main_contents1_1, .main_contents1_2 {
		color: #000;
		font-family: "Nanum Gothic";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 52px */
		letter-spacing: -1px;
	}

	.hero-image {
		display: flex;
		height: 400px;
		width: 320px;
		padding: 37.589px 0px 36.897px 0px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 1 1 300px;
	}
	.hero-image img {
		content: url('/common/img/Frame1000001714_tablet.png'); /* 새로운 이미지 경로 */
	}

	.section_2nd {
		width: 100%;
		display: flex;
		padding: 100px 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 50px;
		flex: 1 0 0;
	}

	.section_2nd_1_2 {
		display: flex;
		flex-wrap: wrap; /* 자동 줄바꿈 */
	}

	.section_2nd_1_2_1 {
		min-width: 300px;
	}

	.section_3rd, .section_4th {
		width: 100%;
		display: flex;
		padding: 100px 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		flex: 1 0 0;
	}
	.section_4th_1_2 {
		display: flex;
		padding: 50px 60px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 40px;
		align-self: stretch;
	}
	.section_4th_1_2_1 {
		display: flex;
		padding-top: 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
		order : 2;
	}
	.section_4th_1_2_2 {
		display: flex;
		width:100%;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
		order:1;
		position: relative;
		margin: 0; /* 마진 제거 */
		/*margin-top:180px;*/
		margin-left:0px;
		padding-left:0px;
	}

	.section_4th_1_2_2 > img {
		align-self: center;
	}


	.section_7th_1_2 {
		flex-wrap : wrap;
		text-align: center;
		align-items: center;
		align-self: stretch;
		width:100%;
	}
	.section_7th_1_2_1 {
		display: flex;
		padding: 30px 30px 40px 30px;
		width:100%;
		flex-direction: column;
		align-items: center;
		gap: 40px;
		align-self: stretch;
		border-radius: 20px;
		background: var(--White, #FFF);
		box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
	}
	.section_7th_1_2 > img {
		content: url('/common/img/7th_arrow_mobile.png'); /* 새로운 이미지 경로 */
		align-self: center; /* 이미지 자체 가운데 정렬 */
		margin: 0 auto; /* 마진으로 가운데 정렬 보장 */
		display: block; /* 블록 요소로 변경 */
	}
	.modal {
		max-height: 95vh;
		gap: 15px;
		padding: 20px 30px 40px 30px;
	}

	.modal_1 {
		gap: 6px;
	}

	.modal_2 {
		gap: 12px;
	}

	.modal_1_1 {
		font-size: 20px;
		line-height: 1.1;
	}

	.modal_1_2 {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media (max-width: 480px) {
	.top_menu {
		display: flex;
		width: 100%;
		padding: 14px 20px;
		justify-content: space-between;
		align-items: center;
	}
	.top_menu_1 {
		display:none;
	}
	.top_menu_mobile {
		display:block;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		aspect-ratio: 1/1;
	}
	/* 오버레이 (메뉴가 열렸을 때 뒤쪽 클릭 방지) */
	.mobile_menu_overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 998;
	}

	.mobile_menu_overlay.active {
		display: block;
	}

	.section_1st {
		display: flex;
		width: 100%;
		padding: 30px 20px;
		margin-top:58px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 1 0 0;
	}
	.Frame48 {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
		flex-wrap: nowrap;
	}
	.Container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
		width: 100%;
		flex-shrink: 0;
		padding-left:0px;
		order: 1;
	}
	.hero-image {
		display: flex;
		width: 100%;
		height: 400px;
		padding: 16.82px 0px 16.127px 0px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		border-radius: 20px;
		background: linear-gradient(109deg, #FCF1F1 0%, #EFF0F3 31.98%, #E8F3F0 70.69%, #D1DAED 100%);
		flex-shrink: 0;
		order:2;
	}
	.hero-image img {
		content: url('/common/img/Frame1000001714_mobile.png'); /* 새로운 이미지 경로 */
	}
	.main_button_container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
	}
	.section_2nd {
		display: flex;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 50px;
		flex: 1 0 0;
	}
	.section_2nd_1 {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
	}

	.section_2nd_1_1_1 {
		color: #0162C3;

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}

	.section_2nd_1_1_2 {
		color: var(--Gray-700, #3A454D);

		/* Text/sm/r */
		font-family: "Nanum Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		letter-spacing: -0.35px;
	}

	.section_2nd_1_2 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 12px;
		align-self: stretch;
		min-height: unset;
		/*min-height: 424px;*/
	}

	.section_2nd_1_2_1 {
		display: flex;
		padding: 20px 10px 30px 10px;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		flex: 1 1 calc(50% - 6px); /* 2개씩 배치 */
		min-width: unset;
		height:178px;
		/*min-height: 200px; */
		align-self: stretch;
		border-radius: 20px;
		background: var(--White, #FFF);
		box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
	}

	.section_2nd_1_2_1_1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 12px;
		flex: 1; /* 남은 공간 차지 */
		align-self: stretch;

		color: var(--Gray-400, #86929B);

		/* 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;
	}
	.section_2nd_1_2_1_1_1 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;

		color: var(--Gray-900, #131B21);

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

	.section_2nd_1_2_1_1_1 > div {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 1; /* div의 line-height도 1로 설정 */
		letter-spacing: -0.6px;
	}

	.section_2nd_1_2_1_1_1 > span {
		color: var(--Gray-700, #3A454D);

		/* Text/sm/b */
		font-family: "Nanum Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1; /* 18.2px */
		letter-spacing: 1;
		vertical-align: baseline; /* baseline으로 변경 */
		display: inline-block; /* flex에서 inline으로 변경하여 baseline 정렬 적용 */
		transform: translateY(2px); /* 수직 위치 미세 조정 */
		margin-bottom: 3px;
		vertical-align:text-bottom;
		padding-top:10px;
	}
	.section_2nd_1_2_1_1_1_1 {
		color: var(--Gray-900, #131B21);

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

	.section_2nd_1_2_1_2 {
		color: var(--Gray-500, #6C757C);
		text-align: center;

		/* Text/caption/r */
		font-family: "Nanum Gothic";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 14.4px */
		letter-spacing: -0.5px;
		margin-top: auto; /* 하단에 고정 */
		word-break: keep-all; /* 단어 단위로 줄바꿈 */
		bottom: 5px;
	}
	.section_2nd_1_2_1:nth-child(1) > img {
		content: url('/common/img/2nd_1_mobile.png'); /* 새로운 이미지 경로 */
	}
	.section_2nd_1_2_1:nth-child(2) > img {
		content: url('/common/img/2nd_2_mobile.png'); /* 새로운 이미지 경로 */
	}
	.section_2nd_1_2_1:nth-child(3) > img {
		content: url('/common/img/2nd_3_mobile.png'); /* 새로운 이미지 경로 */
	}
	.section_2nd_1_2_1:nth-child(4) > img {
		content: url('/common/img/2nd_4_mobile.png'); /* 새로운 이미지 경로 */
	}

	.section_3rd {
		display: flex;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		flex: 1 0 0;
	}
	.section_3rd_1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
		width: 100%; /* 명시적으로 100% 설정 */
	}

	.section_3rd_1_1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.section_3rd_1_1_1 {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}
	.section_3rd_1_1_2 {
		color: var(--Gray-700, #3A454D);

		/* Text/sm/r */
		font-family: "Nanum Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		letter-spacing: -0.35px;
	}
	.section_3rd_1_2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		align-self: stretch;
		width: 100%; /* 명시적으로 100% 설정 */
	}
	.section_3rd_1_2_1 {
		display: flex;
		width: 100%; /* 기존 width:100% 유지 */
		max-width: 100%; /* 최대 너비 제한 */
		padding: 20px 16px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
		align-self: stretch;
		border-radius: 20px;
		background: #F8F9FB;
		word-wrap: break-word;
		box-sizing: border-box; /* 패딩이 전체 너비에 포함되도록 */
	}
	.section_3rd_1_2_1_2 {
		display: flex;
		height: 100px;
		padding: 23px 0px 23.492px 0px;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		border-radius: 16px;
		background: #FFF;
	}

	.section_4th {
		display: flex;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		flex: 1 0 0;
		background: #F8F9FB;
	}

	.section_4th_1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		align-self: stretch;
		width:100%;
		max-width: 100%; /* 최대 너비 제한 */
	}
	.section_4th_1_1 {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}

	.section_4th_1_1 > span {
		color: #0162C3;

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.6px;
	}

	.section_4th_1_2 {
		display: flex;
		width:100% !important;
		min-height: 644px; /* 최소 높이 설정 */
		padding: 30px 15px;
		padding-bottom:30px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 40px;
		align-self: stretch;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
		position: relative; /* 상대적 위치 설정 */
	}
	.section_4th_1_2_2 {
		display: flex;
		width:100%;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
		order:1;
		position: relative;
		margin: 0; /* 마진 제거 */
		/*margin-top:180px;*/
		margin-left:0px;
		padding-left:0px;
	}
	.section_4th_1_2_1 {
		display: flex;
		padding-top: 20px;
		padding-left: 5px;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
		order:2;
		position: relative;
		z-index: 2;
	}
	.section_4th_1_2_1_1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}
	.section_4th_1_2_1_2 {
		display: flex;
		align-items: center;
		gap: 4px;
		justify-content: center; /* 가운데 정렬 추가 */
		width:100%;
	}
	.section_4th_1_2_1_1_1 {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}
	.section_4th_1_2_1_1_2 {
		color: var(--Gray-900, #131B21);

		/* Text/sm/b */
		font-family: "Nanum Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 18.2px */
		letter-spacing: -0.35px;
	}

	.section_4th_1_2_2 > img {
/*		content: url('/common/img/4th_1_mobile.png');*/
	}

	.section_5th {
		display: flex;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 1 0 0;
	}
	.section_5th_1 {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		align-self: stretch;
	}

	.section_5th_1_1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}

	.section_5th_1_1_1 {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}
	.section_5th_1_1_2 {
		color: var(--Gray-700, #3A454D);

		/* 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;
		text-align:left;
	}

	.section_7th {
		display: flex;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		flex: 1 0 0;
	}
	.section_7th_1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		align-self: stretch;
		width:100%;
	}
	.section_7th_1_1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		align-self: stretch;
		color: #0162C3;
	}

	.section_7th_1_1_1 {
		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}

	.section_7th_1_1_1 > span {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.6px;
	}

	.section_7th_1_1_2 {
		color: var(--Gray-700, #3A454D);

		/* 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_7th_1_2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		width:100%;
	}
	.section_7th_1_2_1 {
		display: flex;
		padding: 30px 30px 40px 30px;
		width:100%;
		flex-direction: column;
		align-items: center;
		gap: 40px;
		align-self: stretch;
		border-radius: 20px;
		background: var(--White, #FFF);
		box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
	}
	.section_7th_1_2 > img {
		content: url('/common/img/7th_arrow_mobile.png'); /* 새로운 이미지 경로 */
	}

	.section_8th {
		display: flex;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		flex: 1 0 0;
	}

	.section_8th_1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		align-self: stretch;
		width:100%;
	}

	.section_8th_1_1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		align-self: stretch;
		width:100%;
	}

	.section_8th_1_1_1 {
		color: var(--Gray-900, #131B21);

		/* Title/sm/eb */
		font-family: "Nanum Gothic";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}
	.section_8th_1_1_2 {
		color: var(--Gray-700, #3A454D);

		/* 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_8th_1_2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
		width:100%;
	}
	.section_8th_1_2_1, .section_8th_1_2_2 {
		display: flex;
		width: 100%;
		min-width: 320px;
		padding: 40px 30px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 40px;
		align-self: stretch;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 4px 12px 0px rgba(183, 181, 181, 0.16);
	}
	.hero-content > div:nth-child(2) {
		margin-bottom: 30px; /* Second div has 40px spacing */
	}

	/* 모달 X 버튼 스타일 */
	.modal-close-x {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 40px;
		height: 40px;
		background: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #86929B;
		transition: all 0.2s ease;
		z-index: 10;
	}

	.modal-close-x:hover {
		background-color: #F8F9FB;
		color: #131B21;
		transform: scale(1.1);
	}

	.modal-close-x:active {
		transform: scale(0.95);
	}

	.modal-close-x svg {
		width: 20px;
		height: 20px;
	}

	.modal {
		width: 335px;
		max-width: calc(100vw - 40px); /* 좌우 여백 20px씩 확보 */
		max-height: calc(100vh - 40px); /* 상하 여백 20px씩 확보 */
		padding: 30px 20px 40px 20px; /* 하단 패딩 줄임 */
		gap: 20px; /* 간격 줄임 */
		position: fixed;
		left: 50%;
		top: calc(50% + 20px);
		transform: translate(-50%, -50%);
		overflow-y: auto;
		box-sizing: border-box;
	}

	.modal_1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		align-self: stretch;
	}

	.modal_1_1 {
		font-size: 20px;
	}

	.modal_1_2 {
		font-size: 14px;
	}

	.modal-overlay {
		padding: 10px; /* 모바일에서 여백 줄임 */
		align-items: flex-start; /* 상단 정렬로 변경 */
		padding-top: 20px; /* 상단 여백 */
	}

	.main_contents0 {
		color: var(--Gray-600, #525D65);

		/* Text/sm/b */
		font-family: "Nanum Gothic";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 18.2px */
		letter-spacing: -0.35px;
	}

	.main_contents1_1, .main_contents1_2 {
		color: #000;

		/* 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;
	}

	.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);
	}
}

