<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide .inner {
	align-items: start;
}
.guide .side {
	width: 350px;
	padding-right: 30px;
	border-right: 0.5px solid rgba(224, 224, 224, 0.5);
	box-sizing: border-box;
}
.guide .side .title {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 50px;
}
.guide .side .title strong {
	display: block;
}
.guide .side .step &gt; div {
	position: relative;
	gap: 10px;
	padding-bottom: 30px;
	cursor: pointer;
}
.guide .side .step &gt; div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #BDBDBD;
    z-index: -1;
}
.guide .side .step &gt; div:last-child {
	padding-bottom: 0;
}
.guide .side .step &gt; div:last-child:before {
	display: none;
}
.guide .side .step &gt; div .num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	background: var(--bg-off-white);
	color: var(--sub);
}
.guide .side .step &gt; div &gt; div {
	flex: 1;
}
.guide .side .step &gt; div h4 {
	padding: 5px 0;
	font-weight: 400;
	color: var(--text-);
	word-break: keep-all;
}
.guide .side .step &gt; div p {
	margin-top: 10px;
	color: var(--text-);
	word-break: keep-all;
}
.guide .side .step &gt; div.active .num {
	background: var(--key-color);
	color: var(--white);
}
.guide .side .step &gt; div.active h4 {
	color: var(--text-primary);
	font-weight: 600;
}
.guide .side .step &gt; div.active p {
	color: var(--text-primary);
}

.guide .gap30 {
	gap: 30px;
}
.guide .gap50 {
	gap: 50px;
}

.guide .cont {
	position: relative;
	width: calc(100% - 350px);
	padding: 50px 30px;
	box-sizing: border-box;
}
.guide .cont .title {
	gap: 10px;
}
.guide .cont .title p {
	font-size: 18px;
}
.guide .cont .title h3 {
	font-size: 24px;
}
.guide .cont .title h3 span {
	border-bottom: 1px solid var(--text-primary);
}
.guide .cont .img {
	padding: 30px 20px;
	border-radius: 10px;
	background: var(--bg-card);
	box-sizing: border-box;
}
.guide .cont .img img {
	width: 100%;
}
.guide .cont .txt {
	color: var(--text-);
	line-height: 1.3;
}
.guide .cont .list_flex {
	gap: 10px;
}
.guide .cont .list_flex .num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: var(--text-primary);
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: var(--white);
}
.guide .cont .list_flex &gt; div {
	flex: 1;
	width: 100%;
	line-height: 1.3;
}
.guide .cont .list_flex &gt; div strong {
	padding: 7px 0;
}
.guide .cont .list_flex &gt; div p {
	color: var(--sub);
	word-break: keep-all;
}
.guide .cont .list_flex &gt; div p .btn_line_pink {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
}
.guide .cont .list_flex &gt; div p img {
	display: block;
	max-width: 100%;
	margin: 20px 0;
}
.guide .cont .desc {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 10px;
	border: 0.5px solid var(--key-color);
	background: var(--bg-divider);
	color: var(--key-color);
	word-break: keep-all;
	box-sizing: border-box;
}
.guide .cont .img_fixed {
	position: absolute;
	top: 450px;
	right: 30px;
	width: 300px;
}
.guide .cont .img_fixed img {
	max-width: 100%;
}
.guide .cont .btn_area {
	justify-content: center;
	margin-top: 100px;
}
.guide .cont .btn_area a {
    width: 232px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 10px;
    background: var(--text-secondary);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}
.guide02 .cont .list_flex {
	padding-right: 310px;
	box-sizing: border-box;
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
	.guide .side {
		width: 300px;
	}
	.guide .cont {
		width: calc(100% - 300px);
	}
	.guide .cont .img_fixed {
		top: 375px;
		width: 225px;
	}
	.guide02 .cont .list_flex {
		padding-right: 240px;
	}
}
@media screen and (max-width: 1024px) {
	#header {
		display: none;
	}
	#fixHeader {
		opacity: 1;
		z-index: 13;
		background: transparent;
		box-shadow: none;
	}
	#fixHeader.fixed {
		background: var(--white);
    	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	}


	.guide .side {
		width: 100%;
		border-right: 0;
		border-bottom: 0.5px solid rgba(224, 224, 224, 0.5);
		padding-right: 0;
		padding-bottom: 30px;
	}
	.guide .side .title {
		margin-bottom: 30px;
		text-align: center;
	}
	.guide .side .step {
		display: flex;
		flex-wrap: wrap;
	}
	.guide .side .step &gt; div {
		flex: 1;
		font-size: 14px;
		padding-bottom: 0;
		padding-right: 10px;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.guide .side .step &gt; div:last-child {
		padding-right: 0;
	}
	.guide .side .step &gt; div:before {
		top: 15px;
		left: 50%;
		width: 100%;
		height: 1px;
		border-right: 0;
		border-bottom: 1px dashed #BDBDBD;
	}
	.guide .side .step &gt; div &gt; div {
		flex: none;
		width: 100%;
	}
	.guide .side .step &gt; div &gt; div p {
		display: none;
	}

	.guide .gap50 {
		gap: 30px;
	}

	.guide .cont {
		width: 100%;
		padding: 30px 20px;
	}
	.guide .cont .title p {
		font-size: 16px;
	}
	.guide .cont .title h3 {
		font-size: 20px;
	}
	.guide .cont .txt {
		font-size: 14px;
	}
	.guide .cont .list_flex .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
	}
	.guide .cont .list_flex &gt; div strong {
		padding: 3px 0;
	}
	.guide .cont .list_flex &gt; div p {
		font-size: 14px;
	}
	.guide .cont .list_flex &gt; div p .btn_line_pink {
		font-size: 12px;
		padding: 3px 7px 2px;
	}
	.guide .cont .desc {
		padding: 10px;
		font-size: 14px;
	}
	.guide .cont .btn_area {
		margin-top: 50px;
	}
	.guide .cont .btn_area a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.guide .cont .img_fixed {
		position: static;
		width: 100%;
		text-align: center;
	}
	.guide02 .cont .list_flex {
		padding-right: 0;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}</pre></body></html>