/* ----------------------------------------------------------------
	Canvas: Landing
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #3D80E4;
	--cnvs-themecolor-rgb: 61, 128, 228;
	--cnvs-secondary-color: #FF3A33;

	--cnvs-body-font: 'Source Sans Pro', sans-serif;
	--cnvs-primary-font: 'Roboto', sans-serif;
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size: 1rem;
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 0;
	--cnvs-primary-menu-submenu-font-weight: 400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt: none;
}

#header {
	--cnvs-primary-menu-submenu-font-size: 15px;
	--cnvs-primary-menu-submenu-color: #666;
	--cnvs-primary-menu-submenu-hover-bg: transparent;
}

.is-expanded-menu .menu-container > .menu-item {
	--cnvs-primary-menu-hover-color: #FFF !important;
	--cnvs-primary-menu-active-color: #FFF !important;
}

* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: "Noto Sans";
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('/css/frontend/pretendard/pretendard.css');

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 100;
	src: url('/css/frontend/pretendard/woff/Pretendard-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: url('/css/frontend/pretendard/woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url('/css/frontend/pretendard/woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url('/css/frontend/pretendard/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url('/css/frontend/pretendard/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('/css/frontend/pretendard/woff/Pretendard-SemiBold.woff') format('woff');
}

.button,
.btn {
	transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1);
}

.button:hover,
.btn:hover {
	transform: translateX(-4px);
}

.text-muted {
	color: #9BB0BF !important;
}

.bgsecondary {
	background-color: var(--cnvs-secondary-color, #FF3A33);
}

.sub-menu-container .menu-item > .menu-link i {
	margin-right: 15px;
	color: var(--cnvs-themecolor, #3D80E4);
	font-size: 18px;
}

.sub-menu-container:not(.mega-menu-column),
.mega-menu-content {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 15px 18px;
	margin-top: -1px;
}

.slider-element {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide-imgs .iphone-img {
	position: relative;
	z-index: 1;
	width: 500px;
	-webkit-transform: perspective(1400px) rotateY(-20deg) rotateX(10deg) rotateZ(6deg) scale(0.8) translateX(50%) translateY(6%);
	transform: perspective(1400px) rotateY(-20deg) rotateX(10deg) rotateZ(6deg) scale(0.8) translateX(50%) translateY(6%);
	transition: transform 2.2s cubic-bezier(0.1, 0.9, 0.3, 1);
}

.slide-imgs:hover .iphone-img {
	-webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.95) translateX(40%) translateY(8%);
	transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.95) translateX(40%) translateY(8%);
}

.slide-imgs .card-img {
	position: absolute;
	bottom: 220px;
	left: -40px;
	width: 500px;
	transition: transform 2.2s cubic-bezier(0.1, 0.9, 0.3, 1);
	z-index: 1;
}

.slider-element {
	z-index: 1;
}

.section-clients {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 45px 0;
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-clients img {
	width: 100px;
}

.section-features {
	padding: 120px;
}

.heading-block h2 {
	font-size: 52px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: -1px;
}

.heading-block h3 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
}

.features-items .feature-box .fbox-icon {
	--f-icon-size: 42px;
	position: relative;
	margin-bottom: 34px;
	width: var(--f-icon-size);
	height: var(--f-icon-size);
}

.features-items .feature-box .fbox-icon i {
	background-color: transparent !important;
	color: var(--cnvs-themecolor, #3D80E4);
	font-size: var(--f-icon-size);
}

.features-items .fbox-desc h3 {
	font-size: 19px;
	text-transform: none;
	font-weight: 800;
	letter-spacing: 0;
}

.owl-stage-outer {
	padding: 0;
}

.owl-stage-outer .owl-stage-outer-bg {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url('images/section/device.png');
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.owl-item img {
	width: 100%;
	transform: scale(0.85);
	transition: transform .3s cubic-bezier(0.2, 0.7, .3, 1);
}

.owl-item.active.center img {
	transform: scale(0.95);
}

.owl-carousel .owl-dots .owl-dot {
	opacity: .3;
	margin-top: 40px;
	width: 20px;
	height: 5px;
	border-radius: 4px;
	transition: all .3s cubic-bezier(0.2, 0.7, .3, 1);
}

.owl-carousel .owl-dots .owl-dot.active {
	width: 50px;
}

.pricing-table .card {
	border-radius: 20px;
	padding: 25px 40px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: -1px -1px;
	background-size: 102% 160px;
	border-color: rgba(255, 255, 255, 0.3);
}

.pricing-table .card h2 {
	font-size: 48px;
}

.pricing-table .card p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6 !important;
}

.pricing-table .card .iconlist {
	font-size: 15px;
	font-weight: 500;
	color: #888;
	font-family: 'Roboto';
}

.pricing-table .card .iconlist li:not(:last-child) {
	margin-bottom: 7px;
}

.toggle-wrap {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.toggle {
	padding: 18px 30px;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	transition: background-color .2s ease;
}

.toggle:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.toggle:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.toggle:last-child {
	border-bottom: 0;
}

.toggle .togglet {
	font-size: 19px;
	padding-left: 0;
	font-weight: 600;
	color: #F5F5F5;
}

.toggle:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.device-video-wrap {
	position: relative;
}

.device-video-wrap img {
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
}

.device-video-wrap video {
	position: absolute;
	top: 35px;
	left: 32.5%;
	max-width: 40%;
	z-index: 1;
	transform: translate(-50%);
}

.device-video-wrap::before,
.dotted-bg::before {
	content: "";
	position: absolute;
	display: block;
	top: 40%;
	left: 35%;
	width: 110%;
	height: 120%;
	background-size: 12px 12px;
	background-position: center;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(#3D80E4 14%, transparent 14%);
	-webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
	mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
	z-index: 0;
}

.dotted-bg::before {
	background-image: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%);
}

.dotted-bg.dotted-bg-dark::before {
	background-image: radial-gradient(rgba(4, 4, 4, 0.2) 14%, transparent 14%);
}

.device-video-wrap > * {
	position: relative;
	z-index: 1;
}

.feature-box.fbox-plain .fbox-icon i {
	font-size: 36px;
}

.testimonial .flexslider .slider-wrap img {
	display: block;
	width: auto;
	margin: 0 auto 30px;
	max-height: 80px;
}

.testimonial .testi-content p {
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5 !important;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.dark .testimonial .testi-content p {
	color: #FFF;
}

.dark .testimonial .testi-meta span {
	color: rgba(255, 255, 255, .5);
}

.flex-prev,
.flex-next {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.dark .flex-prev,
.dark .flex-next {
	background-color: #FFF !important;
}

.flex-next i,
.flex-prev i {
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #111;
	text-shadow: none;
}

.flex-next i {
	margin-left: 2px;
}

.flex-prev i {
	margin-left: -1px;
}

.skills li {
	height: 12px;
	border-radius: 10px;
}

.skills li .progress {
	border-radius: 10px;
}

.skills li .progress-percent {
	top: -38px;
	right: -60px;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
	height: auto;
	z-index: 2;
	font-size: 17px;
	line-height: 16px;
	text-shadow: none;
}

.text-nowrap {
	width: 600px;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	transform: translateX(6%);
	padding: 0 20px 10px;
}

/* Responsive Device less than 992px (.device-md <)
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
	.display-3 {
		font-size: 7vw;
	}

	.slide-imgs .iphone-img {
		-webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.85) translateX(20%) translateY(0%) !important;
		transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.85) translateX(20%) translateY(0%) !important;
	}

	.section-features {
		padding: 60px;
	}

	.testimonial .testi-content p {
		font-size: 20px;
		max-width: 600px;
	}

	.sub-menu-container:not(.mega-menu-column),
	.mega-menu-content {
		border-radius: 0;
		margin-top: 0;
	}

	.dark .menu-container > .menu-item > .menu-link,
	.dark .sub-menu-container .menu-item > .menu-link {
		color: #FFF;
	}

	.text-nowrap {
		width: 100%;
		position: relative;
		z-index: 2;
		transform: none;
		padding: 0;
	}
}

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
	.section-clients {
		position: relative;
		bottom: auto;
	}

	.testimonial .testi-content p {
		max-width: 300px;
	}
}

.main-title {
	font-family: "Noto Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -1px;
	margin-top: 10px;
}

#logo {
	left: 270px;
	position: relative;
}

@media (max-width: 768px) {
	#logo {
		left: auto;
	}

	#header-wrap {
		left: auto;
		background-color: #202224;
	}
}

.header-menu {
	color: #FFFFFF !important;
	font-family: "Noto Sans" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 150%;
	letter-spacing: -1px;
}

.dl_text {
	color: rgba(255, 255, 255, 0.50);
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.text-uppercase {
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -1px;
}

.why-title {
	color: var(--Primary-green-main, #409587) !important;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	line-height: 122%;
	letter-spacing: -2.6px;
}

.lead_main {
	color: #212529;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -1px;
}

.box-text {
	color: var(--Neutral-black, #000);
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -1px;
}

.lead_sub {
	margin-top: -20px;
	width: 550px;
	color: var(--Neutral-Neutral-50, #82827D);
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.8px;
}

.left-title {
	color: #F8F9FA;
	font-family: "Noto Sans";
	font-size: 29px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -1.1px;
}

.left-bg {
	background-color: var(--Primary-green-main, #409587) !important;
}

.left-dec {
	color: var(--background-white, #FFF);
	font-family: "Noto Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.8px;
}

.left-text {
	color: var(--background-white, #FFF);
	font-family: "Noto Sans";
	font-size: 29px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -1.2px;
	text-decoration: underline;
	text-underline-offset: 7px;
	text-decoration-thickness: 1px;
}

.align-items-stretch {
	height: 916px;
}

@media (max-width: 768px) {
	.align-items-stretch {
		height: auto;
	}
}

.frame_img {
	margin: 0 0 20px 12px;
	width: 56.245px !important;
	height: 56.245px !important;
	flex-shrink: 0;
}

.rtc-title {
	color: var(--Neutral-black, #000);
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 38.4px;
}

.rtc-text {
	color: var(--Neutral-Neutral, #58595B);
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -1px;
}

.more_btn {
	border-radius: 8px;
	background-color: #409587 !important;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500 !important;
}

.app-title {
	color: var(--Primary-green-main, #409587) !important;
	text-align: center;
	font-family: "Noto Sans" !important;
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -2.6px;
}

.left-img {
	width: 450px;
}

.ft-title {
	color: var(--white, #FFF);
	letter-spacing: 1px !important;
	font-family: "Noto Sans" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.6px;
}

.primary-menu {
	margin-right: 270px;
}

.care-card {
	padding: 50px 0;
	text-align: center;
	border-radius: 50px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.care_dec {
	color: #000;
	font-family: "Noto Sans" !important;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.care-sub {
	color: #2FB8A6 !important;
	text-align: center;
	font-family: "Noto Sans" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.care-main-title {
	color: #2FB8A6 !important;
	text-align: center;
	font-family: "Noto Sans" !important;
	font-size: 35px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.care-title {
	padding: 50px 0;
	color: #000;
	text-align: center;
	font-family: "Noto Sans" !important;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.care-card2 {
	padding: 50px 0;
	text-align: center;
	border-radius: 50px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	background: linear-gradient(
		to bottom,
		rgba(47, 184, 166, 1),
		rgba(100, 233, 167, 1)
	);
}

.care-sub2 {
	color: #FFF !important;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.care-title2 {
	padding: 50px 0;
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.care_btn {
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-family: NanumGothic;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	width: 233.593px;
	height: 54.963px;
	line-height: 54.963px;
	flex-shrink: 0;
	border-radius: 85.5px;
	background: linear-gradient(270deg, #64E9A7 0%, #2FB8A6 100%);
}

.care_btn2 {
	margin: 0 auto;
	text-align: center;
	color: #2FB8A6;
	font-family: NanumGothic;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	width: 233.593px;
	height: 54.963px;
	line-height: 54.963px;
	flex-shrink: 0;
	border-radius: 85.5px;
	background: var(--000000, #FFF);
}

.floating-button {
	position: fixed;
	top: 150px;
	right: 80px;
	z-index: 1000;
}

.btn-floating {
	font-family: 'Pretendard' !important;
	background-color: #5dc5a6;
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	transition: all 0.3s ease;
}

.btn-floating:hover {
	background-color: #4aa885;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1920px) {
	.container2 {
		transform: scale(0.75);
	}

	.#copyrights {
		height: scale(0.75);
	}

	.trans-top {
		transform-origin: top;
	}
}

.faq-cont {
	max-width: 1200px;
	margin: 0 0 300px 500px;
}

@media (max-width: 768px) {
	.faq-cont {
		margin: 0;
	}
}

.toggle-content {
	margin-top: 10px;
}

.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}

.faq-box {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.obi-cont {
	max-width: 1200px;
	margin-top: 100px;
	margin-bottom: 400px;
}

@media (max-width: 768px) {
	.obi-cont {
		margin: 0;
	}
}

.con_msg {
	color: rgba(0, 0, 0, 0.50);
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.4px;
}

.make_btn {
	color: #FFF;
	display: flex;
	height: 48px;
	padding: var(--Space-S, 8px) var(--Space-L, 16px);
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: var(--Radius-S, 8px);
	background: var(--Background-Brand, #54B5A5);
	cursor: pointer;
}

.sample_title {
	padding-top: 8px;
	color: var(--Content-Primary, #1A1A1A);
	text-align: center;
	font-family: var(--Family-Pretendard, Pretendard) !important;
	font-size: var(--Heading-3XL-Semibold-Size, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.sample_btn {
	display: flex;
	width: 103px;
	justify-content: center;
	align-items: center;
	padding: var(--Space-S, 8px) var(--Space-L, 16px);
	border-radius: var(--Radius-Pill, 999px);
	border: var(--Width-XS, 1px) solid var(--Border-Secondary, #999);
	background: var(--Background-Primary, #FFF);
	cursor: pointer;
}

.btn-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 5rem;
}

.create_btn,
.sample_view_btn {
	font-family: var(--Family-Pretendard, Pretendard);
	font-size: var(--Body-M-Regular-Size, 16px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 48px;
	border-radius: var(--Radius-S, 8px) !important;
	padding: var(--Space-S, 8px) var(--Space-L, 16px);
	margin: 0;
}

.create_btn {
	background: var(--Background-Brand, #54B5A5);
	color: white;
	border: none;
}

.sample_view_btn {
	background: var(--Background-Primary, #FFF);
	border: var(--Width-XS, 1px) solid var(--Border-Secondary, #999);
	color: black;
}

@media (max-width: 576px) {
	.box-text,
	.lead,
	.lead_sub,
	.left-title,
	.left-dec,
	.left-text,
	.care-main-title,
	.care_dec,
	.app-title,
	.app-dec,
	.w-text-title,
	.w-text-dec,
	.bz-title,
	.bz-dec {
		font-family: 'Pretendard' !important;
		font-style: normal;
	}

	.main-title {
		color: #E9ECEF;
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Heading-L-Semibold-Size, 18px);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

	.container2 {
		transform: scale(0.8);
		transform-origin: top;
	}

	.header-row {
		min-height: 91px;
		padding-top: 42px;
		padding-right: 4px;
		padding-bottom: 12px;
		padding-left: 16px;
		z-index: 10;
	}

	.main_sub_title {
		animation-name: fadeIn;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.dl_msg {
		text-align: right;
	}

	.why-title {
		padding-top: 25px;
		color: var(--Primary-green-main, #409587);
		text-align: center;
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: 36px !important;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

	.lead_main {
		color: var(--Content-Primary, #1A1A1A);
		text-align: center;
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Body-M-Regular-Size, 20px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.frame_img {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		height: 200px;
		width: 100%;
		margin: 0 auto;
	}

	.why-area {
		margin-bottom: -300px;
	}

	.left-dec {
		color: #E6E6E6;
		font-size: 20px;
	}

	.left-text {
		font-size: 20px;
	}

	.care-main-title {
		font-size: 24px;
	}

	.care_dec b {
		font-size: 24px;
		font-family: 'Pretendard', sans-serif !important;
		font-style: normal;
	}

	.b-300 {
		margin-bottom: -380px;
	}

	.rtc-title {
		font-size: 30px;
		font-family: 'Pretendard', sans-serif !important;
		font-style: normal;
	}

	.rtc-sec {
		margin-top: -10px;
		margin-bottom: -100px;
	}

	.app-title {
		font-size: 28px !important;
	}

	.app-dec {
		font-size: 16px !important;
	}

	.w-text-title span {
		font-size: 28px;
		font-family: 'Pretendard' !important;
		font-style: normal;
	}

	.w-text-dec {
		font-size: 18px;
		font-family: 'Pretendard' !important;
		font-style: normal;
	}

	.bz-dec {
		font-size: 16px;
	}

	#footer::before {
		content: '';
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
		height: 51px;
		background-color: #181818;
		z-index: 1;
	}

	.foo-img {
		margin-top: -85px;
	}

	.footer_logo {
		width: 180px;
		margin-bottom: 30px;
	}

	.ft-title {
		letter-spacing: -1px !important;
	}

	.copyrights {
		height: 540px;
	}

	.floating-button {
		position: fixed;
		top: 110px;
		right: 18px;
		z-index: 2;
	}

	.btn-floating {
		font-family: 'Pretendard' !important;
		background-color: #5dc5a6;
		color: white;
		padding: 10px 20px;
		border-radius: 25px;
		text-decoration: none;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		transition: all 0.3s ease;
	}

	.btn-floating:hover {
		background-color: #4aa885;
		box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	}

	.primary-menu {
		margin: 0;
	}

	#footer div img {
		width: 40%;
	}

	.vertical-middle {
		height: 100px;
	}

	.make_area {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
	}

	.swiper-slide img {
		border-radius: 8px;
		width: 70%;
		image-rendering: auto;
	}

	.btn-area {
		margin-bottom: 200px;
		margin-top: 20px;
	}

	.sample_title {
		color: var(--Content-Primary, #1A1A1A);
		text-align: center;
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Body-M-Regular-Size, 16px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		white-space: nowrap;
	}

	.sample_btn {
		display: flex;
		width: 103px;
		height: 36px;
		padding: var(--Space-S, 8px) var(--Space-L, 16px);
		justify-content: center;
		align-items: center;
		gap: var(--Space-2XS, 2px);
		border-radius: var(--Radius-Pill, 999px);
		border: var(--Width-XS, 1px) solid var(--Border-Secondary, #999);
		background: var(--Background-Primary, #FFF);
		cursor: pointer;
	}

	.obi_menu {
		display: flex;
		width: 390px;
		height: 60px;
		align-items: center;
		flex-shrink: 0;
	}

	.obi_create,
	.obi_edit {
		display: flex;
		padding: 0 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 1 0 0;
		align-self: stretch;
	}

	.obi_menu_title {
		color: var(--Content-Disabled, #B3B3B3);
		text-align: center;
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Body-M-Regular-Size, 16px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.obi_menu_title_active {
		color: var(--Content-Primary-Inverse, #FFF);
		text-align: center;
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Body-M-Regular-Size, 16px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.obi_menu_active {
		background: var(--Background-Brand, #54B5A5);
	}

	#obituary {
		margin-bottom: 200px;
	}
}

/* ================================
   ¸ÞÀÎ È÷¾î·Î ¼½¼Ç º¸Á¤
================================ */

#slider.slider-element {
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

#slider .vertical-middle {
	width: 100%;
}

#slider .container.container2 {
	position: relative;
}

#slider .hero-copy-wrap {
	position: relative;
	z-index: 3;
	padding-top: 0 !important;
	margin-top: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 720px;
}

#slider .hero-copy-wrap .hero-text-pc {
	display: block;
	width: 100%;
	max-width: 610px;
	height: auto;
	margin: 0;
}

#slider .hero-copy-wrap .hero-text-mobile {
	display: none;
}

#slider .hero-copy-wrap .main-title {
	margin-top: 24px !important;
	margin-bottom: 0 !important;
	color: #F3F3F3;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -1px;
}

#slider .hero-copy-wrap .main_sub_title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
}

#slider .hero-copy-wrap .main_sub_title a {
	display: inline-flex;
	align-items: center;
}

#slider .hero-copy-wrap .main_sub_title img {
	display: block;
	height: 62px;
	width: auto;
}

#slider .hero-copy-wrap .dl_text {
	margin-top: 16px !important;
	color: rgba(255, 255, 255, 0.55) !important;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.3px;
	text-transform: none !important;
}

@media (min-width: 1200px) {
	#slider .hero-copy-wrap {
		transform: translateX(80px) translateY(158px) scale(1.06);
		transform-origin: left top;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#slider .hero-copy-wrap {
		transform: translateX(14px) translateY(96px) scale(1);
		transform-origin: left top;
	}

	#slider .hero-copy-wrap .hero-text-pc {
		max-width: 560px;
	}

	#slider .hero-copy-wrap .main-title {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	#slider .hero-copy-wrap {
		min-height: auto;
		padding-top: 70px !important;
		padding-bottom: 30px;
		transform: none !important;
	}

	#slider .hero-copy-wrap .hero-text-pc {
		max-width: 100%;
	}

	#slider .hero-copy-wrap .main-title {
		font-size: 22px;
		margin-top: 22px !important;
	}

	#slider .hero-copy-wrap .main_sub_title img {
		height: 56px;
	}
}

@media (max-width: 768px) {
	#slider .hero-copy-wrap {
		padding-top: 96px !important;
		padding-bottom: 20px;
		min-height: auto;
		align-items: flex-start;
	}

	#slider .hero-copy-wrap .hero-text-pc {
		display: none !important;
	}

	#slider .hero-copy-wrap .hero-text-mobile {
		display: block !important;
		width: 100%;
		max-width: 340px;
		margin-top: 50px;
	}

	#slider .hero-copy-wrap .main-title {
		margin-top: 20px !important;
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: -0.7px;
	}

	#slider .hero-copy-wrap .main_sub_title {
		gap: 8px;
		margin-top: 18px;
	}

	#slider .hero-copy-wrap .main_sub_title img {
		height: 55px;
	}

	#slider .hero-copy-wrap .dl_text {
		margin-top: 10px !important;
		font-size: 12px;
	}
}

@media (max-width: 576px) {

	#slider.slider-element {
		background-size: auto 380% !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		min-height: auto !important;
		height: auto !important;
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	#slider .slider-inner {
		min-height: auto !important;
		height: auto !important;
	}

	#slider .vertical-middle {
		height: auto !important;
		min-height: auto !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#slider .slider-inner.flex-column {
		min-height: 880px !important;
		height: auto !important;
		justify-content: flex-start !important;
	}

	#slider .slider-inner.flex-column > .vertical-middle {
		height: 880px !important;
		min-height: 880px !important;
	}

	.mobile-slide {
		max-width: 340px;
	}

	.mobile-download {
		width: 100%;
		text-align: right;
		margin-top: 10px;
	}

	.mobile-market {
		margin-top: -30px !important;
	}

	.slide-imgs .card-img {
		padding-top: 50px;
	}
}