.bg-wrap {
	width: 100%;
	background: var(--bg-brand-aichatter-secondary, #f0f7fb);
}

#intro {
	position: relative;
	overflow: hidden;
}

.intro-bg {
	background: url(/include/img/bg_intro.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 880px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 184 / 176;
}

.intro-wrap {
	padding-top: 120px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.main-title-wrap {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.main-title-wrap .title-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.main-sub-title {
	color: var(--text-product-aichatter-headline, #06162a);
	text-align: center;
	position: relative;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.main-title {
	text-align: center;
	position: relative;
	font-size: 62px;
	line-height: 80px;
	font-weight: 700;
}

.main-title .brand {
	background: linear-gradient(90deg, #A48AF4 0%, #7346FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aichatter-title {
	color: var( --text-headline );
}

.btn-download {
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 40px;
	margin-bottom: 50px;
	background-color: var(--text-brand-aichatter);
}

.btn-download a {
	text-decoration: unset;
}

.btn-download .button-text {
	color: var(--text-default-white);
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	position: relative;
	padding: 16.5px 28.5px;
	gap: 4px;
	display: flex;
	align-items: center;
}

.aichatter-wrap {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	width: 1320px;
	padding-top: 50px;
	padding-bottom: 20px;
}

@media (max-width: 1280px) {
	.intro-wrap {
		padding-bottom: 53px;
	}
	.aichatter-wrap {
		flex-direction: column;
		width: 220px;
	}
}

.aichatter {
	background: rgba(255, 255, 255, 0.5);
	outline: 2px solid var( --bg-default-default );
	border-radius: 10px;
	flex-shrink: 0;
	width: 220px;
	height: 287px;
	position: relative;
	overflow: hidden;
	padding: 14px 9.89px;
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px rgba(115, 70, 255, 0.15);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aichatter:hover {
	background: var( --bg-default-default );
}

.img {
	width: 200.22px;
	height: auto;
	object-fit: cover;
}

.aichatter .img {
	opacity: 0.5;
}

.aichatter:hover .img {
	opacity: 1;
}

.intro-text-wrap {
	padding: 11px 0 0 20.11px;
}

.aichatter-text {
	color: var(--text-default-dark);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.aichatter-sub-text {
	color: var(--text-default-middle);
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

.chapter-section {
	padding: 100px 0px 100px 0px;
}

#chat {
	background: var(--background-default-default, #ffffff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.chat-wrap,
.doc-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.chat-wrap:has(.subchater) {
	gap: 100px;
}

.chat-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.chapter {
	border-radius: 999px;
	padding: 4px 18px 4px 18px;
	margin-bottom: 14px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	background-color: var( --bg-brand-aichatter-secondary );
	color: var( --text-brand-aichatter );
}

.chapter-title {
	color: var( --text-default-default );
	text-align: center;
	font-size: 42px;
	line-height: 62px;
	font-weight: 700;
	position: relative;
	margin-bottom: 24px;
}

.chapter-subtitle {
	color: var( --text-default-default );
	text-align: center;
	font-size: 20px;
	line-height: 120%;
	font-weight: 500;
	position: relative;
	align-self: stretch;
	margin-bottom: 60px;
}

.chapter-subtitle .bold {
	font-weight: 700;
}


.product-img {
	flex-shrink: 0;
	width:100%;
	height: auto;
	position: relative;
}

.chapter-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-nav {
	display: flex;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 30px;
	background-color: var( --bg-default-hover );
	margin-bottom: 40px;
}

#chat .product-nav {
	background-color: var( --bg-default-hover );
}

#document-bot .product-nav {
	background-color: var( --bg-default-default );
}

.btn-product-nav {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: var( --text-default-secondary );
	border-radius: 30px;
	min-width: 84px;
	border: none;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#chat .btn-product-nav {
	gap: 6px;
}

#document-bot .btn-product-nav {
	gap: 10px;
}

.btn-product-nav.active {
	color: var( --text-default-white );
	background-color: var( --bg-brand-aichatter-primary );
}

.product-nav .material-symbols-outlined {
	font-size: 20px;
	width: 20px;
}

.product-nav-wrap .chapter-img {
	max-width: 1320px;
	display: none;
}

.product-nav-wrap .chapter-img.active {
	display: block;
}

#chat .product-nav-wrap .chapter-img {
	aspect-ratio: 1981/655;
}

#document-bot .product-nav-wrap .chapter-img {
	aspect-ratio: 3961/1219;
}

.subchapter-title2 {
	color: var( --text-default-default );
	text-align: center;
	font-size: 38px;
	line-height: 49px;
	font-weight: 700;
	position: relative;
	margin-bottom: 80px;
}

#document-bot {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.steps-img {
	display: flex;
	flex-direction: row;
	gap: 136px;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	width: 100%;
}

@media (max-width: 1399px) {
	.steps-img {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0;
		max-width: 800px;
	}
}

.steps {
	padding: 24px 0 0 0;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	height: 266px;
}

.steps.long {
	height: 346px;
}

.rectangle-bg {
	background: var(--background-utilities-step-step-enabled, #eaeaea);
	border-radius: 99px;
	flex-shrink: 0;
	width: 3px;
	height: 220px;
	position: absolute;
}

.long .rectangle-bg {
	height: 322px;
}

.step-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 292px;
	position: relative;
}

.long .step-wrap {
	height: 94px;
}

.step-items {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	height: 60px;
	position: relative;
	cursor: pointer;
}

.long .step-items {
	height: 94px;
}

.rectangle {
	background-color: transparent;
	border-radius: 99px;
	flex-shrink: 0;
	width: 3px;
	height: 60px;
	position: relative;
}

.long .rectangle {
	height: 94px;
}

.selected .rectangle {
	background: var(--background-brand-aichatter, #23a1ea);
}

.step-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	height: 60px;
	position: relative;
	gap: 6px;
	color: var(--text-utilities-step-step-enabled, #999999);
}

.long .step-title-wrap {
	height: 94px;
}

.step-text {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	position: relative;
}

.step-number {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	position: relative;
	align-self: stretch;
}

.selected .step-number {
	color: var(--text-brand-aichatter);
}

.selected .step-text {
	color: var(--text-default-default);
}

#document-bot .product-img {
	max-width: 1320px;
}

#document-bot .chapter-section:nth-child(1) .product-img {
	aspect-ratio: 3961/1262;
}

#document-bot .chapter-section:nth-child(2) .product-img,
#document-bot .chapter-section:nth-child(3) .product-img {
	aspect-ratio: 3961/1285;
}

#document-bot .product-nav-wrap .product-img {
	aspect-ratio: 3961/1219;
}

.carousel-content {
	background: var(--background-product-aichatter-defualt, #f0f7fb);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-end;
	justify-content: center;
	aspect-ratio: 800/530;
	max-width: 800px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.carousel-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	/* transition: transform 0.5s ease; */
	width: 100%;
	height: 100%;
}

.carousel-item-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.carousel-item-wrap:nth-child(2) {
	align-items: center;
}

.carousel-item-wrap:nth-child(2) .carousel-items {
	max-width: 600px;
	aspect-ratio: 600/530;
}

.carousel-item-wrap:nth-child(3) .carousel-items {
	max-width: 724px;
	aspect-ratio: 724/530;
}

.carousel-items {
	flex-shrink: 0;
	max-width: 698px;
	width: auto;
	height: 100%;
	position: relative;
	object-fit: cover;
	aspect-ratio: 698/530;
}

.caption {
	position: absolute;
	right: 25px;
	top: 24px;
}

.caption .star {
	color: var(--text-brand-aichatter, #23a1ea);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.caption .text {
	color: var(--text-default-default, #3a3a3a);
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

@media (max-width: 992px) {
	.caption {
		right: 14px;
		top: 24px;
	}

	.caption .star {
		font-size: 18px;
		line-height: 25px;
	}

	.caption .text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	.caption {
		right: 14px;
		top: 14px;
	}
}

@media (max-width: 576px) {
	.caption {
		right: 12px;
		top: 12px;
	}

	.caption .star {
		font-size: 14px;
		line-height: 20px;
	}

	.caption .text {
		font-size: 12px;
		line-height: 15px;
	}
}


#ai-agent {
	background: var(--background-default-default, #ffffff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.section-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

#ai-agent .product-img {
	max-width: 1320px;
}

#ai-agent .chapter-section:nth-child(1) .product-img {
	aspect-ratio: 3961/2455;
}

#ai-agent .chapter-section:nth-child(2) .product-img {
	aspect-ratio: 3961/1366;
}

#ai-agent .chapter-section:nth-child(3) .product-img {
	aspect-ratio: 3961/910;
}

#ai-agent .chapter-section:nth-child(4) .product-img {
	aspect-ratio: 3961/850;
}

.subchapter-title {
	color: var( --text-default-default );
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	position: relative;
	margin-bottom: 24px;
}

#full-text .product-img {
	max-width: 1320px;
	aspect-ratio: 1320/530;
	background: #ffffff;
	border-radius: 20px;
}

.row-narrow > * {
	padding-left: 0 !important;
	padding-right : 0 !important;
}

.subchapter-img-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	position: relative;
	gap: 60px;
}

@media (max-width: 1399px) {
	.subchapter-img-wrap {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
}

#security .product-img {
	aspect-ratio: 3961/703;
}

#effect {
	background: url(/include/img/bg_effect.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#effect .chapter-section {
	padding: 160px 0;
}

#effect .aichatter-logo {
	width: 350px;
	justify-content: center;
}

#effect .aichatter-logo img {
	width: 100%;
}

#effect .subchapter-title2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.effect-wrap {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex-direction: column;
}

.effect-wrap > div {
	display: grid;
	gap: 14px;
}

.effect-wrap div:first-child {
	grid-template-columns: repeat(3, 1fr);
}

.effect-wrap div:last-child {
	grid-template-columns: repeat(2, 1fr);
}  

@media (max-width: 1280px) {
	.effect-wrap {
		gap: 14px;
	}
	
	.effect-wrap > div {
		display: flex;
		flex-direction: column;
    }
}


.effect {
	background: var( --bg-default-default );
	outline: 1px solid var( --border-default-top-menu );
	border-radius: 10px;
	flex-shrink: 0;
	width: 380px;
	height: 200px;
	overflow: hidden;
	padding: 24px 34px;
	cursor: unset;
}

.effect .img {
	position: relative;
	width: 60px;
	height: 60px;
	margin-bottom: 14px;
}

.effect-text {
	color: var(--text-default-default);
	font-size: 18px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 16px;
}

.effect-sub-text {
	color: var(--text-default-secondary);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}