@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;
	width:100%;
	background: #FFF;
}
area {
	cursor: pointer;
}
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: 99999; /* Ensure it appears above other elements */
}

.features {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.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 */
}
.features-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.features-sub {
	max-width:1280px;
	width: 100%;
	margin: 0 auto;
}
.section_1st {
	max-width:1280px;
	padding: 200px 124px 0 124px;
	justify-content: space-between;
	align-items: flex-start;
}
.hero-content {
	display: flex;
	width: 622px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	flex-shrink: 0;
}
.main_contents1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}
.main_contents1_1 {
	color: var(--Gray-700, #3A454D);
	text-align: center;
	font-family: "Nanum Gothic";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 59.8px */
	letter-spacing: -1.15px;
}
.main_contents1_2 {
	display: flex;
	width: 622px;
	align-items: flex-start;
	color: var(--Gray-700, #3A454D);
	text-align: center;
	font-family: "Nanum Gothic";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 78px */
	letter-spacing: -1.5px;
}
.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_contents2 {
	display: flex;
	width: 310px;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;

	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_1 {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}
.main_contents2_2 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.main_contents2_3 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.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);
	cursor:pointer;

	/* 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-image {
	display: flex;
	width: 402px;
	padding: 30px 30px 30px 20px;
	align-items: flex-start;
	gap: 11px;
	border-radius: 20px 20px 0 0;
	border-top: 12px solid #F4F8FF;
	border-right: 12px solid #F4F8FF;
	border-left: 12px solid #F4F8FF;
	background: #BACEE0;
}
.hero-image-1 {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	fill: #FFF;
}
.hero-image-2 {
	display: flex;
	padding: 10px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	color: var(--Gray-800, #202930);

	/* 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;
}
.hero-image-2_1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 5px;
	background: var(--White, #FFF);
	box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.10);
}
.hero-image-2_1_1 {
	display: flex;
	padding: 10px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
	background: #FFE403;
	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;
}
.hero-image-2_1_2 {
	display: flex;
	padding: 10px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	white-space: nowrap;
}
.hero-image-2_1_2_1 {
	display: flex;
	padding: 10px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
	border-bottom: 1px solid var(--Gray-50, #E8EBED);
}
.hero-gray {
	color: var(--Gray-500, #6C757C);

	/* Text/xs/r */
	font-family: "Nanum Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 15.6px */
	letter-spacing: -0.325px;
}
.hero-gray-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;
}
.hero-image-2_1_2_2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	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;
}
.hero-image-2_1_2_3 {
	display: flex;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 5px;
	border: 1px solid #EDF0F3;
	background: #F6F7F8;
	color: #141414;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: -0.35px;
}

.section_2nd {
	padding: 100px 40px;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	background: #000A27;
}
.features-title {
	display: flex;
	width: 462px;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}

.sec_contents2nd_1 {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	position:relative;
}
.features-icon {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	left: calc(50% + 225px);
	top: -30px;
}

.exclude {
	width: 451px;
	fill: linear-gradient(90deg, #04EF87 0%, #63B4FB 94.84%);
	color: #000;
	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;
}
.rectangle {
	width: 451px;
	height: 60px;
	border-radius: 10px;
	background: linear-gradient(90deg, #03EF84 0%, #737373 100%);
}
.sec_contents2nd_2 {
	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_desc {
	display: flex;
	padding-top: 60px;
	flex-direction: column;
	align-items: center;
	gap: 120px;
	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_desc_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	align-self: stretch;
	position:relative;
}
.section_2nd_warning {
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
	position: absolute;
	right: 50px;
	top: -30px;
}
.section_2nd_danger {
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
	position: absolute; /* Ensure the image can be moved */
	left: -40px; /* Move the image 100px to the left */
	top: 100px;
	z-index: 250;
}

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

.section_2nd_desc_1_1_1 {
	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;
}
.section_2nd_desc_1_1_2{
	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_desc_1_1_1_1 {
	color: var(--White, #FFF);

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


.gray-3 {
	color: var(--Gray-500, #6C757C);
	text-align: center;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 16.9px */
	letter-spacing: -0.325px;
}
.section_2nd_desc_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	align-self: stretch;
}
.section_2nd_star {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	right: 380px;
	top: 70px;
}
.section_2nd_dec_4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	align-self: stretch;
}
.section_2nd_dec_4_1 {
	display: flex;
	width: 417px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	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_1_1 {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	align-self: stretch;
}
.section_2nd_dec_4_2 {
	display: flex;
	padding: 0 50px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.section_2nd_dec_4_2_1 {
	display: flex;
	height: 262px;
	padding: 30px 20px 40px 20px;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	flex: 1 0 0;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Gray-50, #E8EBED);
	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_img_1_1 {
	width: 120px;
	height: 120px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.section_3rd {
	padding: 80px 40px;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	background: #D3E9FF;
}
.section_3rd_title {
	display: flex;
	width: 542px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	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 > div > 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 {
	padding: 0px 0px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center; /* Center horizontally */
	background: #2D96FF;
}

.section_5th {
	padding: 100px 40px;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	background: #F7FAFD;
}
.section_5th_1_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}
.section_5th_1_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_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_2 {
	display: flex;
	align-items: center;
	gap: 20px;
}
.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);
	border: 0px;
	cursor:pointer;

	/* 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;
}
.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;
	border: 0px;
	cursor:pointer;

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

.top_menu_1 {
	display:block;
}
.top_menu_mobile {
	display:none;
}
.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);
}

/* 기본 top_menu 스타일 */
.top_menu {
	display: flex;
	position: fixed;
	top: 50px;
	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);
}

.float-banner {
	position: absolute;
	right: -303px;
	top: 180px;
}
.float-banner.fixed {
	top: 180px;
	right: auto;
	margin-left: 1275px;
	left: auto;
	position: fixed;
	background-color: transparent !important;
	border:none !important;
}
.float-banner a img {
	display: block;
	margin-bottom: 10px;
}
.float-banner a {
	display: flex;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
	width: 86px;
}
.float-banner a:first-child {
	padding-top: 30px;
}
.float-banner a:last-child {
	padding-bottom: 30px;
}

@media (max-width: 820px) {
	#coolrisGnb {
		display: none;
	}
	header {
		z-index: 0;
	}
	.features-sub {
		max-width:820px;
		width: 100%;
		margin: 0 auto;
	}

	.top_menu {
		display: flex;
		width: 100%;
		padding: 14px 20px;
		justify-content: space-between;
		align-items: center;
		top: 0px;
	}
	.top_menu a {
		margin-top:10px;
	}

	.top_menu_1 {
		display: none;
	}

	.top_menu_mobile {
		display: block;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		aspect-ratio: 1/1;
		z-index: 9999999 !important;
	}


	.features-container {
		max-width: 820px;
	}

	.section_1st {
		padding: 100px 40px 0 40px;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 820px;
		width: 100%;
		margin: 0 auto;
	}

	.hero-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		width: 310px;
		padding-top:0px;
	}

	.main_contents1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
	}

	.main_contents1_1 {
		color: var(--Gray-700, #3A454D);
		text-align: center;

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

	.main_contents1_2 {
		display: flex;
		align-items: flex-start;
		color: var(--Gray-700, #3A454D);
		text-align: center;
		font-family: "Nanum Gothic";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 52px */
		letter-spacing: -1px;
	}

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

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

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

	.hero-image {
		display: flex;
		padding: 30px 30px 30px 20px;
		align-items: flex-start;
		gap: 11px;
		border-radius: 20px 20px 0 0;
		border-top: 12px solid #F4F8FF;
		border-right: 12px solid #F4F8FF;
		border-left: 12px solid #F4F8FF;
		background: #BACEE0;
	}

	.section_2nd {
		padding: 100px 40px;
		flex-direction: column;
		align-items: center;
		gap: 50px;
		flex-shrink: 0;
	}

	.section_2nd_warning {
		width: 80px;
		height: 80px;
		aspect-ratio: 1/1;
		position: absolute;
		right: 10px;
		top: -10px;
	}

	.section_2nd_danger {
		width: 80px;
		height: 80px;
		aspect-ratio: 1/1;
		position: absolute; /* Ensure the image can be moved */
		left: -100px; /* Move the image 100px to the left */
		top: 140px;
		z-index: 250;
	}

	.warning_img {
		content: url('/common/img/visit_3rd/warning.png');
	}

	.danger_img {
		content: url('/common/img/visit_3rd/danger_tablet.png');
	}

	.section_2nd_group_img {
		content: url('/common/img/visit_3rd/2nd_img_mobile.png');
	}

	.section_2nd_dec_4_2 {
		display: flex;
		padding: 0 10px;
		align-items: center;
		gap: 12px;
		align-self: stretch;
	}

	.section_2nd_dec_4_2_1 {
		height: 234px;
		gap: 40px;
		font-size: 14px;
		letter-spacing: -0.35px;
	}

	.section_2nd_img_1_1 {
		width: 80px;
		height: 80px;
		flex-shrink: 0;
		aspect-ratio: 1/1;
	}

	.section_2nd_img_1_1_1 {
		content: url('/common/img/visit_3rd/nemo1_tablet.png');
	}

	.section_2nd_img_1_1_2 {
		content: url('/common/img/visit_3rd/call_tablet.png');
	}

	.section_2nd_img_1_1_3 {
		content: url('/common/img/visit_3rd/paper_tablet.png');
	}

	.section_3rd {
		padding: 80px 40px;
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.section_3rd_card {
		width:100% !important;
		height: 640px;
	}
	.section_3rd_card_img_1 {
		content: url('/common/img/visit_3rd/bigcard1_tablet.png');
	}

	.section_3rd_card_img_2 {
		content: url('/common/img/visit_3rd/bigcard2_tablet.png');
	}
	.section_4th {
		padding: 0px 0px;
		flex-direction: column;
		align-items: flex-start;
	}
	#guide_img {
		width: 100%;
		height: auto;
	}
	.section_5th {
		padding: 100px 40px;
		flex-direction: column;
		align-items: center;
		gap: 60px;
	}

}
@media (max-width: 480px) {
	header {
		z-index: 0;
	}

	.features-container {
		max-width: 480px;
	}

	.features-sub {
		max-width:480px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 0;
	}

	.section_1st {
		margin-top: 58px;
		padding: 30px 20px 0 20px;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.hero-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		align-self: stretch;
	}

	.main_contents1 {
		gap: 0px;
	}

	.main_contents1_1 {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.4px;
	}

	.main_contents1_2, .main_green {
		font-size: 36px;
		letter-spacing: -0.9px;
	}

	.main_contents2 {
		width: 310px;
		gap: 12px;
		font-size: 13px;
		line-height: 120%; /* 15.6px */
		letter-spacing: -0.325px;
	}

	.hero-image {
		display: flex;
		width: 326px;
		height: 390px;
		padding: 27.783px 27.783px 27.783px 18.522px;
		align-items: flex-start;
		gap: 10.187px;
		border-radius: 18.522px 18.522px 0 0;
		border-top: 11.113px solid #F4F8FF;
		border-right: 11.113px solid #F4F8FF;
		border-left: 11.113px solid #F4F8FF;
		background: #BACEE0;
		letter-spacing: -0.278px;
	}
	.hero-gray {
		color: var(--Gray-500, #6C757C);
		font-size: 11.113px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 13.336px */
		letter-spacing: -0.278px;
	}
	.hero-image-2 {
		font-size: 12px;
		letterspacing: -0.324px;
	}

	.hero-image-2_1_1 {
		font-size: 12px;
		letterspacing: -0.324px;
	}

	.hero-image-2_1_2 {
		font-size: 11.113px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 13.336px */
		letter-spacing: -0.278px;
	}

	.hero-image-2_1_2_2, .hero-gray-2 {
		color: var(--Gray-700, #3A454D);
		font-size: 11.113px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 13.336px */
		letter-spacing: -0.278px;
	}
	.hero-image-2_1_2_3 {
		color: #141414;
		font-family: Pretendard;
		font-size: 12.966px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 16.855px */
		letter-spacing: -0.324px;
	}

		.section_2nd {
		padding: 100px 20px 50px 20px;
		flex-direction: column;
		align-items: center;
		gap: 50px;
		flex-shrink: 0;
		background: #000A27;
	}

	.features-title {
		width: 100% !important;
	}

	.features-icon {
		left: calc(50% + 145px);
		top: -30px;
	}

	.exclude_img {
		content: url('/common/img/visit_3rd/exclude_mobile.png');
	}

	.sec_contents2nd_1 {
		justify-content: center;
		align-items: center;
		gap: 6px;
	}

	.sec_contents2nd_2 {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}

	.section_2nd_desc_1_1_1 {
		font-size: 14px;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		letter-spacing: -0.35px;
	}

	.section_2nd_desc_1_1_1_1 {
		font-size: 14px;
		font-weight: 700;
		line-height: 130%;
		letter-spacing: -0.35px;
	}

	.section_2nd_desc_1_1_2 {
		font-size: 12px;
		font-weight: 400;
		line-height: 120%; /* 14.4px */
		letter-spacing: -0.3px;
	}

	.section_2nd_group_img {
		content: url('/common/img/visit_3rd/Group4_mobile.png');
	}

	.section_2nd_warning {
		width: 40px;
		height: 40px;
		aspect-ratio: 1/1;
		position: absolute;
		right: 25px;
		top: 150px;
	}
	.section_2nd_desc {
		padding: 30px 10px 0 10px;
		flex-direction: column;
		align-items: center;
		gap: 60px;
		align-self: stretch;
		border-radius: 60px;
		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_desc_1_1 {
		display:none;
	}

	.section_2nd_desc_1_1_mobile {
		display:;
	}
	.section_2nd_danger {
		width: 40px;
		height: 40px;
		aspect-ratio: 1/1;
		position: absolute; /* Ensure the image can be moved */
		left: -80px; /* Move the image 100px to the left */
		top: 140px;
		z-index: 250;
	}

	.warning_img {
		content: url('/common/img/visit_3rd/warning_mobile.png');
	}

	.danger_img {
		content: url('/common/img/visit_3rd/danger_mobile.png');
	}

	.section_2nd_dec_4 {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		align-self: stretch;
	}
	.section_2nd_dec_4_1 {
		width: 100%;
		align-items: center;
		font-size: 20px;
		letter-spacing: -0.5px;
	}
	.teacher_icon_img {
		content: url('/common/img/visit_3rd/teacher_icon_mobile.png');
	}
	.section_2nd_dec_4_1_1 {
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

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

	.section_2nd_dec_4_2_1 {
		height: 206px;
		padding: 30px 20px;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		align-self: stretch;
	}

	.section_3rd {
		padding: 80px 20px;
		flex-direction: column;
		align-items: center;
		gap: 50px;
		background: #D3E9FF;
	}

	.section_3rd_title {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		color: var(--Gray-700, #3A454D);
		text-align: center;

		/* Text/2xl/eb */
		font-family: "Nanum Gothic";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 26px */
		letter-spacing: -0.5px;
	}
	.section_3rd_title > div > span {
		font-size: 20px;
		letter-spacing: -0.5px;
	}

	.section_3rd_card {
		height:auto !important;
		flex-direction: column;
		align-items: center;
		gap: 100px;
		align-self: stretch;
		justify-content: center;
	}
	.section_3rd_card_img_1 {
		content: url('/common/img/visit_3rd/bigcard1_mobile.png');
	}

	.section_3rd_card_img_2 {
		content: url('/common/img/visit_3rd/bigcard2_mobile.png');
	}

	.section_4th {
		padding: 0px 0px;
		flex-direction: column;
		align-items: flex-start;
		gap: 31px;
		background: #2D96FF;
	}
	.section_5th {
		padding: 100px 20px;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		background: #F7FAFD;
	}
	.section_5th_1_1_1 {
		font-size: 24px;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.6px;
	}
	.section_5th_1_1_2 {
		font-size: 16px;
		letter-spacing: -0.4px;
	}
	.section_5th_1_2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		align-self: stretch;
	}
	.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;
	}

}
