@charset "UTF-8";
@import "/font/v5/Pretendard.css";
@import "/font/v5/Roboto.css";

:root {
	/**/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	cursor: default;
	overflow-wrap: break-word;
	word-break: break-word;
	tab-size: 4;
	/**/
	--body-min-wid: 1536px;
	--contents-side-padding: 20px;
	--contents-top-padding: 30px;
	--contents-top-padding2: 0; /* 토픽광장 */
	--contents-bottom-padding: 150px;
	--contents-bottom-padding2: 133px; /* 토픽광장 */
	--contents-width: 1140px;
	--contents-width2: 800px; /* 충전/결제 */
	--contents-width3: 648px; /* 자료요청 */
	--contents-min-width: 320px;
	/**/
	--header-hei: 64px;
	--footer-hei: 60px;
	/* Color_Primary */
	--primary: #067DFD;
	--secondary: #FF5B16;
	--tertiary: #FFD400;
	--error: #E03131;
	--error2: #FFF5F5;
	--disabled: #E1E1E1;
	--disabled2: #B1B1B1;
	--white: #FFF;
	/* Color_Variation */
	--color1: #16283B;
	--color2: #868E96;
	--color3: #D1E3F3;
	--color4: #A5D8FF;
	--color17: #0066D4;
	/* Color_GrayScale */
	--color5: #000;
	--color6: #2E2E2E;
	--color7: #333;
	--color8: #5E5E5E;
	--color9: #757575;
	--color10: #959595;
	--color11: #B8B8B8;
	--color12: #D9D9D9;
	--color13: #DEE2E6;
	--color14: #E9ECEF;
	--color15: #F5F5F5;
	--color16: #F8F9FA;
	/* Color_Dimmed */
	--color18: #666; /* rgba(0, 0, 0, 0.60) */
	--color19: #CCC; /* rgba(0, 0, 0, 0.20) */
	--color20: #E5E5E5; /* rgba(0, 0, 0, 0.10) */
}

/* 1280px 이상 화면 */
@media screen and (min-width: 1024px) {
	:root {
		--contents-side-padding: 130px;
		--contents-top-padding2: 24px; /* 토픽광장 */
		--contents-bottom-padding2: 80px; /* 토픽광장 */
	}
}

html, body, input, select, textarea, input, select, button, table, tr, th, td {
	font-family: "Pretendard", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
}

*,
:after,
:before {
	box-sizing: border-box;
	flex-shrink: 0;
}

img,
picture,
video,
canvas,
svg {
	max-width: 100%;
	height: auto;
}

button {
	background: none;
	outline: none;
	border: 0;
	cursor: pointer;
}

a {
	text-decoration: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* iOS safari 클릭 딜레이 방지 */
html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

ul {
	list-style: none;
}

html,
body {
	line-height: 1;
}

[disabled] {
	pointer-events: none;
}

strong {
	font-weight: 700;
}

/*Chrome Input Background Autofill Delete*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

/* 모바일 터치시 영역 색상 */
button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

/* MediaQuery */
[data-only-view] {
	display: none;
}

/* 1023px 이하 화면 */
@media screen and (max-width: 1023px) {
	[data-only-view=MO] {
		display: block;
	}
}

/* 1024px 이상 화면 */
@media screen and (min-width: 1024px) {
	[data-only-view=PC] {
		display: block;
	}
}

.H1 {
	font-weight: 700;
	font-size: 22px;
}

.H2 {
	font-weight: 700;
	font-size: 20px;
}

.H3 {
	font-weight: 700;
	font-size: 18px;
}

.CenterLeft {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
}

.CenterRight {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 0;
}

.CenterCenter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.CenterBetween {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
}

/* 2024102817104 :: 디버깅시 사용 :: START */
.RR {
	outline: 1px dashed red;
}

.RRR > * {
	outline: 1px dashed blue;
}

/* 2024102817104 :: 디버깅시 사용 :: END */

.TabUi_1 .Button {
	width: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color3);
	border-bottom: 2px solid var(--color2);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.TabUi_1 .Button.On {
	color: var(--primary);
	border-bottom-color: var(--primary);
}

.TabUi_1 .Wrap {
	border-top: 2px solid var(--color2);
	margin-top: -2px;
	padding-top: 24px;
	padding-left: 20px;
}

.TabUi_1 .Wrap .Content {
	display: none;
	max-height: 809px;
	overflow: auto;
}

.TabUi_1 .Wrap .Content.On {
	display: block;
}

.TabUi_2 .Button {
	height: 31px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	background-color: var(--white);
	border: 1px solid var(--color2);
	border-radius: 17px;
	cursor: pointer;
}

.TabUi_2 .Button.On {
	color: var(--primary);
	font-weight: 700;
	background-color: rgba(65, 115, 245, 0.1);
	border-color: rgba(65, 115, 245, 0.3);
}

.TabUi_2 .Wrap .Content {
	display: none;
	overflow: auto;
	margin-top: 18px;
	padding: 5px 20px;
}

.TabUi_2 .Wrap .Content.On {
	display: block;
}

.TabUi_3 {
	display: flex;
	justify-content: center;
	gap: 7px;
}

.TabUi_3 .Button {
	width: 55px;
	height: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	border-bottom: 2px solid transparent;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.TabUi_3 .Button.On {
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
}

.TabUi_3 .Box {
	border-top: 2px solid var(--color2);
	margin-top: -2px;
	padding-top: 24px;
	padding-left: 20px;
}

.TabUi_3 .Box .Content {
	display: none;
	max-height: 809px;
	overflow: auto;
}

.TabUi_3 .Box .Content.On {
	display: block;
}

.TabUi_4 .Menu {
	display: flex;
	justify-content: center;
}

.TabUi_4 .Button {
	flex: 1 1 0%;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	border-bottom: 2px solid var(--color6);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.TabUi_4 .Button.On {
	font-weight: 600;
	color: var(--primary);
	border-bottom-color: var(--primary);
}

.TabUi_4 .Sub {
	padding-top: 20px;
}

.TabUi_4 .Sub .Content {
	display: none;
	font-size: 13px;
	font-weight: 400;
	color: var(--color4);
	line-height: 22px;
}

.TabUi_4 .Sub .Content.On {
	display: block;
}

.Wrap-1NB3QRC {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--color4);
	line-height: 33px;
	letter-spacing: -0.1px;
}

.Wrap-1NB3QRC .Loader_1 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 5px solid var(--color7);
	border-top: 5px solid var(--primary);
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.Tooltip_1 {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.Tooltip_1 .Content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 10;
	min-width: 400px;
	padding: 8px 8px 18px 20px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	background-color: var(--white);
	border: 1px solid #EEE;
	border-radius: 10px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

@media screen and (max-width: 1023px) {
	.Tooltip_1 .Content {
		left: -133px;
		min-width: 213px;
		padding: 16px 8px 20px 20px;
		font-size: 14px;
	}
}

.Tooltip_1 .Content.On {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

@media screen and (max-width: 1023px) {
	.Tooltip_1 .Content .BtnTooltipClose > img {
		width: 24px;
	}
}

.Tooltip_1 .Content > .Sub {
	margin-top: 6px;
	color: var(--color3);
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.Tooltip_1 .Content > .Sub {
		font-size: 13px;
	}
}

@media screen and (max-width: 1023px) {
	.Tooltip_1 .Content > .Sub .Block {
		display: block;
	}
}

.Box-X1PZ5R6 {
	position: relative;
}

.Box-X1PZ5R6 .Tooltip_2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 110;
	padding: 0 8px;
	height: 23px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 11px;
	font-weight: 700;
	color: #2E2E2E;
	letter-spacing: -0.3px;
	white-space: nowrap;
	background-color: #F5F5F5;
	border: 1px solid #2E2E2E;
	border-radius: 20px;
	transition: opacity 0.25s ease-in-out;
}

.Box-X1PZ5R6 .Tooltip_2::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
	border: 1px solid #2E2E2E;
	border-left: none;
	border-bottom: none;
}

.Box-X1PZ5R6:hover .Tooltip_2 {
	opacity: 1;
	visibility: visible;
}

.Flag_1 {
	width: 48px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--primary);
	background-color: rgba(63, 99, 191, 0.07);
	border: 1px solid rgba(63, 99, 191, 0.28);
	border-radius: 20px;
}

.Flag_2,
.Flag_3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--color7);
	line-height: 20px;
	background-color: var(--white);
	border: 1px solid var(--color3);
	border-radius: 20px;
}

.Flag_2.Flag_2,
.Flag_3.Flag_2 {
	padding: 20px;
}

.Flag_2.Flag_3,
.Flag_3.Flag_3 {
	padding: 10px 16px;
	width: 100%;
	max-width: 350px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Flag_2:hover,
.Flag_3:hover {
	border-color: var(--primary);
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.25s ease-in-out;
}

.Flag_4 {
	padding: 8px 11px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--color7);
	background-color: var(--white);
	border-radius: 20px;
}

.Flag_5 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 4px 5px;
	font-size: 8px;
	font-weight: 700;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-radius: 18px;
}

.Flag_5.Style1 {
	color: var(--color8);
	border-color: var(--color8);
}

.Flag_5.Style2 {
	color: var(--highlight);
	border-color: var(--highlight);
}

.Flag_6 {
	height: 24px;
	padding: 0 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--white);
	background-color: var(--color13);
	border-radius: 20px;
}

.Flag_7 {
	position: relative;
	height: 20px;
	padding: 0 12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	font-weight: 700;
	color: var(--white);
	white-space: nowrap;
	border-radius: 10px;
}

.Flag_7.Style1 {
	background-color: var(--secondary);
}

.Flag_7.Style2 {
	background-color: var(--tertiary);
}

.Flag_7:hover .Tooltip_3 {
	display: flex;
}

.Flag_8 {
	font-family: "Roboto", sans-serif;
	position: relative;
	width: 27px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--white);
	white-space: nowrap;
}

.Flag_8 > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.Flag_8.Style1 {
	background: url("/icon/v5/doc/detailView/icon_8_1.svg") no-repeat;
}

.Flag_8.Style2 {
	background: url("/icon/v5/doc/detailView/icon_8_2.svg") no-repeat;
}

.Flag_8.Style3 {
	background: url("/icon/v5/doc/detailView/icon_8_3.svg") no-repeat;
}

.Flag_9 {
	max-width: 100px;
	padding: 7px 10px;
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #A5D8FF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #0F3359;
	border-radius: 32px;
}

.Flag_10 {
	font-family: "Roboto", sans-serif;
	width: 14px;
	height: 14px;
	padding-top: 1px;
	padding-left: 2px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	font-weight: 700;
	color: var(--white);
	white-space: nowrap;
	line-height: 10px;
}

.Flag_10.Style1 {
	background: url("/icon/v5/doc/detailView/icon_30_1.svg") no-repeat;
}

.Flag_10.Style2 {
	background: url("/icon/v5/doc/detailView/icon_30_2.svg") no-repeat;
}

.Flag_10.Style3 {
	background: url("/icon/v5/doc/detailView/icon_30_3.svg") no-repeat;
}

.Flag_10.Style4 {
	background: url("/icon/v5/doc/detailView/icon_30_4.svg") no-repeat;
}

.Flag_10.Style5 {
	background: url("/icon/v5/doc/detailView/icon_30_5.svg") no-repeat;
}

.Flag_10.Style6 {
	background: url("/icon/v5/doc/detailView/icon_30_6.svg") no-repeat;
}

.Flag_11 {
	height: 19px;
	padding: 0 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	color: #757575;
	white-space: nowrap;
	background-color: rgba(194, 194, 194, 0.25);
	border-radius: 4px;
}

.ToastPopup {
	display: none;
	position: absolute;
	top: -28px;
	left: -12px;
	z-index: 10;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding-left: 13px;
	font-size: 12px;
	font-weight: 500;
	color: var(--white);
	border-radius: 10px;
	background: linear-gradient(90deg, #4978F4 0%, #49AEF4 100%);
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.ToastPopup.Type2 {
	top: 90px;
	left: 20px;
}

.ToastPopup::after {
	content: "";
	position: absolute;
	top: 29px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 13px;
	height: 8px;
	background-color: #4A94F5;
}

.ToastPopup.On {
	display: flex;
}

.ToastPopup_2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
	transform: translateY(45px);
	width: 100%;
	padding: 16px;
	background-color: #FFF5F5;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	text-align: left;
	border-radius: 10px;
	border: 1px solid #DEE2E6;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	transition: opacity 1s ease, transform 1s ease;
}

.ToastPopup_2.Show {
	visibility: visible;
	opacity: 1;
	transform: translateY(25px);
}

.ToastPopup_2 > div + div {
	margin-top: 8px;
}

.ToastPopup_2 .Accent {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	color: var(--error);
	font-weight: 700;
}

.ToastPopup_3 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
	transform: translateY(20px);
	width: 100%;
	padding: 22px 12px;
	background-color: var(--color7);
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	transition: opacity 1s ease, transform 1s ease;
}

.ToastPopup_3.Show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.TextAreaUi_1 {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
	border: 1px solid var(--color3);
	border-radius: 6px;
	resize: none;
	outline: none;
}

.TextAreaUi_1::placeholder {
	color: var(--color4);
}

.TextAreaUi_2 {
	width: 100%;
	height: 302px;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--color7);
	line-height: 20px;
	background-color: var(--white);
	border: 1px solid #898989;
	border-radius: 6px;
	resize: none;
	outline: none;
}

.TextAreaUi_2::placeholder {
	color: var(--color4);
}

.TextInput_1 {
	position: relative;
	width: 100%;
	height: 48px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	background-color: var(--white);
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color2);
}

.TextInput_1 > input {
	display: block;
	width: 0;
	flex: 1 1 0%;
	background-color: transparent;
	outline-width: 0;
	border: none;
}

.TextInput_1 > button {
	width: 24px;
	height: 24px;
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

.TextInput_2 {
	position: relative;
	width: 554px;
	height: 48px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	background-color: var(--white);
	border-radius: 24px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--primary);
}

@media screen and (max-width: 1023px) {
	.TextInput_2 {
		width: 100%;
	}
}

.TextInput_2 > input {
	display: block;
	width: 0;
	flex: 1 1 0%;
	background-color: transparent;
	outline: none;
	border: none;
}

.TextInput_2 > input::placeholder {
	color: var(--color2);
}

.TextInput_2 > button {
	width: 22px;
	height: 22px;
	-webkit-appearance: button;
}

.TextInput_2.Focused {
	border-width: 1px;
	border-color: #EEE;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 1023px) {
	.TextInput_2.Focused {
		border-width: 2px;
		border-color: var(--primary);
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
		box-shadow: none;
	}
}

.TextInput_2:focus-within {
	border-width: 1px !important;
	border-color: #EEE;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 1023px) {
	.TextInput_2:focus-within {
		border-width: 2px;
		border-color: var(--primary) !important;
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
		box-shadow: none;
	}
}

.TextInput_2.NoFocused {
	border-color: var(--primary);
}

.TextInput_2 .RecentSearches {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	width: 700px;
	overflow-y: auto;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	background-color: var(--white);
	border: 1px solid #EEE;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.08);
}

.TextInput_2 .RecentSearches .Searching {
	padding-top: 12px;
}

.TextInput_2 .RecentSearches .Searching > li > a {
	display: block;
	padding: 13px 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: background-color 0.25s ease-in-out;
}

.TextInput_2 .RecentSearches .Searching > li > a:hover {
	background-color: #F5F6F7;
}

.TextInput_2 .RecentSearches .Searching > li > a .Text {
	flex: 1 1 0%;
	padding: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.TextInput_2 .RecentSearches .Recent .Title {
	padding: 20px 28px 8px;
	display: flex;
	justify-content: space-between;
}

.TextInput_2 .RecentSearches .Recent .Title .Text {
	font-weight: 700;
}

.TextInput_2 .RecentSearches .Recent .Title .BtnDelete {
	color: rgba(61, 61, 61, 0.4);
}

.TextInput_2 .RecentSearches .Recent .Content .Type1 {
	display: none;
	padding: 13px 28px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 {
	margin-bottom: 12px;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li {
	padding: 0 14px 0 28px;
	transition: background-color 0.25s ease-in-out;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li:hover, .TextInput_2 .RecentSearches .Recent .Content .Type2 > li.hover {
	background-color: #F5F6F7;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 34px;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text .Word {
	flex: 1 1 0%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text .Sub {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	color: rgba(61, 61, 61, 0.4);
}

.TextInput_2 .RecentSearches .Recent .BtnClose {
	height: 40px;
	padding: 0 28px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: rgba(61, 61, 61, 0.4);
	border-top: 1px solid #F5F6F7;
}

.Layer-DEATENQ {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
	background-color: var(--white);
}

.Layer-DEATENQ.On {
	display: block;
}

.Layer-DEATENQ .Head {
	display: flex;
	align-items: center;
	padding: 15px 10px 15px 0;
}

.Layer-DEATENQ .Head .TextInput_1.Mo {
	flex: 1 1 0%;
	width: 100%;
}

.Layer-DEATENQ .RecentSearches {
	height: calc(100dvh - 78px);
	overflow: auto;
	padding: 0 20px;
}

.Layer-DEATENQ .RecentSearches .Searching > li > a {
	padding: 12px 0;
	display: flex;
	align-items: center;
	gap: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Layer-DEATENQ .RecentSearches .Searching > li > a .Text {
	flex: 1 1 0%;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Layer-DEATENQ .RecentSearches .Recent {
	margin-top: 10px;
}

.Layer-DEATENQ .RecentSearches .Recent .Title {
	display: flex;
	justify-content: space-between;
}

.Layer-DEATENQ .RecentSearches .Recent .Title .BtnDelete {
	color: rgba(61, 61, 61, 0.4);
}

.Layer-DEATENQ .RecentSearches .Recent .Content {
	margin-top: 20px;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type1 {
	display: none;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 > li > a {
	height: 32px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	border: 1px solid var(--color6);
	border-radius: 20px;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 > li > a .Text {
	flex: 1 1 0%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 > li > a .Sub {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	color: rgba(61, 61, 61, 0.4);
}

.Layer-DEATENQ .RecentSearches .Recent .BtnClose {
	height: 40px;
	padding: 0 28px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: rgba(61, 61, 61, 0.4);
	border-top: 1px solid #F5F6F7;
}

.Layer-DEATENQ .Text-SMWL8B2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	min-width: 219px;
	padding: 15px 45px;
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
	background-color: var(--color4);
	border-radius: 50px;
}

.Pagination_1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.Pagination_1 .Btn {
	width: 80px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	border: 1px solid var(--color6);
	border-radius: 8px;
}

.Pagination_1 .Number {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(61, 61, 61, 0.4);
}

.Pagination_1 .Number > strong {
	font-weight: 700;
	color: var(--color7);
}

.FloatingBtn_1 {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 15px;
	bottom: 65px;
	z-index: 20;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	cursor: pointer;
}

.FloatingBtn_2 {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 32px;
	bottom: 48px;
	z-index: 20;
	width: 52px;
	height: 52px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 14px;
	font-weight: 500;
	color: #212224;
	background-color: var(--white);
	border-radius: 26px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	cursor: pointer;
}

.TableUi_1 {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #E9ECEF;
}

.TableUi_1.Center {
	text-align: center;
}

.TableUi_1 > * > tr > * {
	padding: 10px 16px;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 17px;
	border: 1px solid #E9ECEF;
}

.TableUi_1 > * > tr > th {
	font-weight: 700;
	background-color: #F8F9FA;
}

.ToggleUi_1 .Item {
	border-top: 1px solid var(--color2);
}

.ToggleUi_1 .Item .Btn {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s;
	font-size: 16px;
	color: var(--color7);
	text-align: left;
	background-color: var(--white);
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.ToggleUi_1 .Item .Btn .Title {
	color: var(--color7);
	font-weight: 400;
	transition: color 0.3s ease;
}

.ToggleUi_1 .Item .Btn .Arrow {
	width: 14px;
	aspect-ratio: 1/1;
	transition: transform 0.3s;
}

.ToggleUi_1 .Item .Btn.Active .Title {
	font-weight: 600;
}

.ToggleUi_1 .Item .Btn.Active .Arrow {
	transform: rotate(180deg);
}

.ToggleUi_1 .Item .Content {
	display: none;
	padding-bottom: 32px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	line-height: 21px;
	letter-spacing: -0.2px;
	background-color: var(--white);
}

.ToggleUi_2 .Item {
	border-bottom: 1px solid #E9ECEF;
}

.ToggleUi_2 .Item .Btn {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.25s ease-in-out;
	background-color: var(--white);
	cursor: pointer;
}

.ToggleUi_2 .Item .Btn .Title {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	font-weight: 500;
	color: var(--color7);
	transition: color 0.3s ease;
}

.ToggleUi_2 .Item .Btn .Title > img {
	width: 22px;
}

.ToggleUi_2 .Item .Btn .Arrow {
	width: 20px;
	height: 20px;
	transition: transform 0.25s ease-in-out;
}

.ToggleUi_2 .Item .Btn.Active .Arrow {
	transform: rotate(180deg);
}

.ToggleUi_2 .Item .Content {
	display: none;
	max-height: 418px;
	overflow: auto;
	padding: 32px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 22px;
	letter-spacing: -0.3px;
	background-color: #F8F9FA;
}

.Button_1 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	height: 34px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: var(--white);
	border: 1px solid #5481F5;
	border-radius: 12px;
}

.Button_2 {
	position: relative;
	margin: 0 auto;
	width: 80px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.Button_2::before {
	height: 0;
	content: "";
	display: block;
	width: 10px;
	background-color: #4979F4;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-18px);
	transition: all 0.25s ease-in-out;
}

.Button_2:hover::before, .Button_2.On::before {
	height: 36px;
}

.Button_2 > .Text {
	font-size: 12px;
	font-weight: 500;
	color: var(--color7);
	letter-spacing: -0.6px;
}

.Button_3 {
	width: 88px !important;
	height: 32px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 17px;
}

.Button_4 {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	color: var(--color7);
	background-color: rgba(61, 61, 61, 0.4);
}

.Button_5 {
	width: 114px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary);
	background-color: #F5F6F7;
	border: 1px solid var(--primary);
	border-radius: 16px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
}

.Button_6 {
	height: 44px;
	padding: 0 27px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	background-color: var(--color8);
	border-radius: 30px;
}

@media screen and (max-width: 640px) {
	.Button_6 {
		width: 100%;
	}
}

.Button_7 {
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--color3);
	background-color: var(--color9);
	border: 1px solid var(--color9);
	border-radius: 6px;
	transition: all 0.25s ease-in-out;
}

.Button_7.Style1:hover {
	color: var(--primary);
	background-color: var(--white);
	border: 1px solid var(--primary);
}

.Button_7.Style2:hover {
	color: var(--color13);
	background-color: var(--white);
	border: 1px solid var(--color13);
}

.Button_8 {
	flex: 1 1 0%;
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	background-color: var(--color6);
	border-radius: 12px;
}

.Button_8.Style1 {
	color: var(--color19);
	background-color: var(--color25);
}

.Button_8.Style2 {
	color: var(--white);
	background-color: var(--primary);
}

.Button_9 {
	width: 140px;
	height: 44px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 15px;
	font-weight: 700;
	border-radius: 6px;
}

@media screen and (max-width: 1023px) {
	.Button_9 {
		flex: 1 1 0%;
	}
}

.Button_9.Style1 {
	color: var(--color19);
	background-color: var(--color25);
}

.Button_9.Style2 {
	color: var(--white);
	background-color: var(--primary);
}

.Button_10 {
	flex: 1 1 0%;
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 15px;
	font-weight: 700;
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
}

.Button_10.Style1 {
	color: var(--primary);
	background-color: var(--white);
	border-color: var(--primary);
}

.Button_10.Style2 {
	color: var(--white);
	background-color: var(--color29);
	border-color: var(--color29);
}

.Button_11 {
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 15px;
	font-weight: 400;
	color: var(--color17);
	background-color: var(--white);
	border-width: 1px;
	border-style: solid;
	border-color: var(--color21);
}

.Button_12 {
	width: 180px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	border-radius: 12px;
}

.Button_12.Style1 {
	color: var(--color7);
	background-color: var(--color10);
}

.Button_12.Style2 {
	color: var(--white);
	background-color: var(--color16);
}

.Button_14 {
	flex: 1 1 0%;
	width: 100%;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 18px;
	font-weight: 700;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	transition: background-color 0.25s ease-in-out;
}

.Button_14.Style1 {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary);
}

.Button_14.Style1:hover {
	background-color: #0067D5;
}

.Button_14.Style2 {
	color: var(--color7);
	background-color: var(--white);
	border-color: #B8B8B8;
}

.Button_14.Style2:hover {
	background-color: #F5F5F5;
}

.Button_15 {
	flex: 1 1 0%;
	width: 100%;
	height: 52px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
}

.Button_15.Style1 {
	color: #3C1E1E;
	background-color: #FFDE00;
	border-color: #FFDE00;
}

.Button_15.Style2 {
	color: var(--white);
	background-color: #00C73C;
	border-color: #00C73C;
}

.Button_15.Style3 {
	color: var(--white);
	background-color: #000;
	border-color: #000;
}

.Button_15.Style4 {
	color: var(--white);
	background-color: #FF2233;
	border-color: #FF2233;
}

.Button_15.Style5 {
	color: var(--white);
	background-color: #067DFD;
	border-color: #067DFD;
}

.Button_15.Style6 {
	color: #067DFD;
	background-color: #F8F9FA;
	border-color: #B8B8B8;
}

.Button_15.Style7 {
	color: var(--color7);
	background-color: #F5F5F5;
	border-color: transparent;
}

.Button_15.Style7 > .Flag {
	width: 28px;
	height: 16px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 11px;
	font-weight: 500;
	color: #757575;
	background-color: var(--white);
	border: 1px solid #E8EAEC;
	border-radius: 8px;
}

.Button_15.Style7 .Desc {
	margin-bottom: 4px;
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #757575;
}

.Button_16 {
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	color: #067DFD;
	border-width: 1px;
	border-style: solid;
	border-color: #067DFD;
	border-radius: 8px;
}

.Button_17 {
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	background-color: #067DFD;
	border-radius: 12px;
}

.Modal_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 420px;
	padding: 32px 20px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	line-height: 22px;
	background-color: var(--white);
	border-radius: 16px;
	box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.12) inset, 0px 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 4px 20px 0px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 1023px) {
	.Modal_1 {
		width: 280px;
		line-height: 20px;
	}
}

.Modal_1 .Title {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 700;
}

.Modal_1 .Btn {
	margin-top: 28px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.Modal_1 .Circle {
	margin: 0 auto 28px;
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	border: 2px solid var(--color7);
	border-radius: 50%;
}

.Modal_3 {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	width: 420px;
	padding: 16px 20px 20px;
	text-align: left;
	background-color: var(--white);
	border-radius: 16px;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}

.Modal_3.On {
	display: block;
}

.Modal_3 .BtnBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 0;
}

.Modal_3 .Head {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color20);
	text-align: center;
}

.Modal_3 .Body {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
}

.Modal_3 .Body .ImgBox {
	margin-top: 20px;
	text-align: center;
}

.Modal_3 .Body .ImgBox > img {
	width: 99px;
}

.Modal_3 .Foot {
	margin-top: 28px;
	font-size: 12px;
	font-weight: 400;
	color: #757575;
	line-height: 15px;
}

.Modal_4 {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	width: 574px;
	padding: 32px;
	background-color: var(--white);
	border-radius: 16px;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}

.Modal_4.On {
	display: block;
}

.Modal_4 .Head {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color20);
}

.Modal_4 .Body {
	margin-top: 12px;
}

.Modal_4 .Body > .Sub {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
}

.Modal_4 .Body > .Sub > li + li {
	margin-top: 8px;
}

.Modal_4 .Body > .Sub > li .Link {
	font-weight: 700;
	color: var(--color16);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.Modal_4 .Body > .Content {
	margin-top: 28px;
}

.Modal_4 .Body > .Content .Title {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 4px;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary);
	line-height: 17px;
}

.Modal_4 .Body > .Content .Title .Text {
	flex: 1 1 0%;
}

.Modal_4 .Body > .Content .Text-LBW65SW {
	margin-top: 8px;
}

.Modal_4 .Body > .Content .Text-OXQRZT3 {
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
}

.Modal_4 .Body > .Content .Text-OXQRZT3 .Count {
	font-size: 12px;
	font-weight: 400;
	color: #757575;
}

.Modal_4 .Foot {
	margin-top: 28px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.Modal_5 > .ContentWrap {
	width: 320px;
}

@media screen and (min-width: 648px) {
	.Modal_5 > .ContentWrap {
		width: 420px;
	}
}

.Modal_5 > .ContentWrap > .Head {
	font-size: 20px;
	font-weight: 700;
	color: var(--color7);
	text-align: center;
}

.Modal_5 > .ContentWrap > .Body {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
	word-break: keep-all;
}

.Modal_5 > .ContentWrap > .Body .Ul-KZNIU4V > li + li {
	margin-top: 20px;
}

.Modal_5 > .ContentWrap > .Body .Ul-KZNIU4V > li {
	text-align: center;
}

.Modal_5 > .ContentWrap > .Body .Ul-KZNIU4V > li .Circle {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-weight: 700;
	border: 2px solid var(--color7);
	border-radius: 50%;
}

.Modal_5 > .ContentWrap > .Foot {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.Modal_5.Style2 > .ContentWrap > .Body .Ul-PT939OC > li + li {
	margin-top: 20px;
}

.Modal_5.Style2 > .ContentWrap > .Body .Ul-PT939OC > li > .Title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
	line-height: 20px;
}

.Modal_5.Style2 > .ContentWrap > .Body .Ul-PT939OC > li > .Desc {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
}

.Modal_5.Style2 > .ContentWrap > .Body .Ul-PT939OC > li > .Desc > span {
	font-size: 8px;
	line-height: 10px;
	vertical-align: middle;
}

.Modal_5.Style2 > .ContentWrap > .Body .Ul-PT939OC > li > .SubComment {
	color: var(--color9);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.3px;
}

.Modal_5.Style3 > .ContentWrap {
	width: auto;
}

.Modal_6 > .ContentWrap {
	width: 501px;
}

.Modal_6 > .ContentWrap > .Body .Ul-F6NKS45 > li + li {
	margin-top: 8px;
}

.Modal_6 > .ContentWrap > .Body .Ul-F6NKS45 > li {
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.Modal_6 > .ContentWrap > .Body .Ul-F6NKS45 > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.Modal_6 > .ContentWrap > .Body .Ul-F6NKS45 > li > .BtnLink {
	color: var(--primary);
}

.Modal_6 > .ContentWrap > .Body .Ul-F6NKS45 > li > .Accent {
	color: var(--error);
}

.Modal_6 > .ContentWrap > .Body .Box-V3UEQZR {
	margin-top: 20px;
}

.Modal_6.Style2 > .ContentWrap {
	width: 800px;
}

.Modal_6.Style2 > .ContentWrap > .Body .Box-436JNVS {
	margin-top: 20px;
}

.Modal_6.Style2 > .ContentWrap > .Body .Text-CDGD52B {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 20px;
	background-color: var(--color14);
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.Modal_6.Style2 > .ContentWrap > .Body .Text-CDGD52B > strong {
	color: var(--error);
}

.Modal_6.Style3 > .ContentWrap {
	width: 488px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Text-3GXBAML {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 4px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
	line-height: 20px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-Q220GRQ {
	margin-top: 12px;
	text-align: center;
	padding: 20px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	background-color: var(--color15);
	border-radius: 8px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-Q220GRQ > .Second {
	margin-top: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 16px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-Q220GRQ > .Second > strong {
	font-weight: 700;
	color: var(--primary);
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-Q220GRQ > .Third {
	margin-top: 12px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-weight: 700;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-Q220GRQ > .Third strong {
	margin-left: 4px;
	color: var(--primary);
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-NSSES8L {
	margin-top: 40px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-NSSES8L > .Title {
	font-size: 14px;
	font-weight: 500;
	color: var(--color8);
	letter-spacing: -0.5px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-NSSES8L > .Desc {
	position: relative;
	margin-top: 8px;
	padding-left: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.5px;
	line-height: 20px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-NSSES8L > .Desc::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-TAIKA2C {
	margin-top: 20px;
	padding: 12px;
	background-color: var(--color16);
	border-radius: 8px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-TAIKA2C > li + li {
	margin-top: 8px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-TAIKA2C > li {
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	text-align: center;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-TAIKA2C > li > .RatingArea {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-TAIKA2C > li > strong {
	font-weight: 700;
}

.Modal_6.Style3 > .ContentWrap > .Body .Box-ZV99U39 {
	margin-top: 20px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-11VTFE0 {
	margin-top: 12px;
	overflow: hidden;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-11VTFE0 > li + li {
	margin-top: 4px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-11VTFE0 > li {
	position: relative;
	padding-left: 8px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-11VTFE0 > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.Modal_6.Style3 > .ContentWrap > .Body .Ul-11VTFE0 > li > .BtnLink {
	color: var(--primary);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

@media screen and (min-width: 648px) {
	.Modal_6.Style4 {
		left: 50%;
		transform: translateX(-50%);
		width: 648px;
	}
}

.Modal_6.Style4 > .ContentWrap {
	width: 320px;
}

@media screen and (min-width: 648px) {
	.Modal_6.Style4 > .ContentWrap {
		width: 488px;
	}
}

.Modal_6.Style4 > .ContentWrap > .Body {
	box-sizing: border-box;
}

.Modal_6.Style4 > .ContentWrap > .Body .Text-3GXBAML {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 4px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
	line-height: 20px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-TAIKA2C {
	margin-top: 20px;
	padding: 12px;
	background-color: var(--color16);
	border-radius: 8px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-TAIKA2C > li + li {
	margin-top: 8px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-TAIKA2C > li {
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	text-align: center;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-TAIKA2C > li > .RatingArea {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-TAIKA2C > li > .RatingArea > img {
	appearance: button;
	-webkit-appearance: button;
	cursor: pointer;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-TAIKA2C > li > strong {
	font-weight: 700;
}

.Modal_6.Style4 > .ContentWrap > .Body .Box-ZV99U39 {
	margin-top: 20px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-11VTFE0 {
	margin-top: 12px;
	overflow: hidden;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-11VTFE0 > li + li {
	margin-top: 4px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-11VTFE0 > li {
	position: relative;
	padding-left: 8px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-11VTFE0 > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.Modal_6.Style4 > .ContentWrap > .Body .Ul-11VTFE0 > li > .BtnLink {
	color: var(--primary);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.Modal_7 > .ContentWrap {
	width: 320px;
}

@media screen and (min-width: 648px) {
	.Modal_7 > .ContentWrap {
		width: 488px;
	}
}

.Modal_7 > .ContentWrap > .Head {
	text-align: center;
}

.Modal_7 > .ContentWrap > .Body {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
}

.Modal_7 > .ContentWrap > .Body .Accent {
	font-weight: 700;
	color: var(--error);
}

.Modal_7 > .ContentWrap > .Foot > button {
	flex: 1 1 0;
	min-width: auto;
}

.Modal_8 > .ContentWrap {
	width: 320px;
}

@media screen and (min-width: 648px) {
	.Modal_8 > .ContentWrap {
		width: 420px;
	}
}

.Modal_8 > .ContentWrap > .Head {
	text-align: center;
}

.Modal_8 > .ContentWrap > .Body {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
}

.Modal_8 > .ContentWrap > .Body .Accent {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	font-weight: 700;
	color: var(--primary);
}

.Modal_8 > .ContentWrap > .Body .Accent .Ellipsis {
	max-width: 115px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Modal_8 > .ContentWrap > .Foot {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.Modal_8 > .ContentWrap > .Foot > .CheckBox {
	align-self: flex-end;
}

.Modal_8 > .ContentWrap > .Foot > .CheckBox .Text {
	color: var(--color9);
}

.Modal_9 > .ContentWrap {
	width: 320px;
	padding: 0;
	background-color: transparent;
}

.Modal_9 > .ContentWrap > .Body {
	margin-top: 0;
}

.Modal_9 > .ContentWrap > .Body .Swiper-U1FFP30 .swiper-slide > a {
	display: block;
	width: 100%;
	height: 406px;
}

.Modal_9 > .ContentWrap > .Body .Swiper-U1FFP30 .swiper-slide > a > img {
	width: 100%;
	height: 100%;
}

.Modal_9 > .ContentWrap > .Body .Swiper-U1FFP30 .swiper-pagination {
	bottom: 12px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.Modal_9 > .ContentWrap > .Body .Swiper-U1FFP30 .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	opacity: 1;
	background-color: var(--white);
}

.Modal_9 > .ContentWrap > .Body .Swiper-U1FFP30 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color5);
}

.Modal_9 > .ContentWrap > .Foot {
	margin-top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 16px;
	background-color: rgba(0, 0, 0, 0.8);
}

.Modal_9 > .ContentWrap > .Foot .CheckBox .Text {
	color: var(--white);
}

.Modal_9 > .ContentWrap > .Foot > button {
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	letter-spacing: -0.3px;
}

.Modal_10 > .ContentWrap {
	width: 320px;
}

@media screen and (min-width: 648px) {
	.Modal_10 > .ContentWrap {
		width: 488px;
	}
}

.Modal_10 > .ContentWrap > .Body {
	box-sizing: border-box;
}

.Modal_10 > .ContentWrap > .Body .Text-U1HBLZS > .Desc {
	font-size: 16px;
	font-weight: 700;
	color: var(--color6);
	line-height: 20px;
	letter-spacing: -0.3px;
}

.Modal_10 > .ContentWrap > .Body .Text-U1HBLZS > .SelectRadioArea {
	margin-top: 20px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.Modal_10 > .ContentWrap > .Foot > button {
	flex: 1 1 0;
	min-width: auto;
}

.Modal_11 > .ContentWrap {
	width: 320px;
}

@media screen and (min-width: 648px) {
	.Modal_11 > .ContentWrap {
		width: 420px;
	}
}

.Modal_11 > .ContentWrap > .Head {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.Modal_11 > .ContentWrap > .Body {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 20px;
	text-align: center;
}

.Modal_11 > .ContentWrap > .Body .Accent {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	font-weight: 700;
	color: var(--primary);
}

.Modal_11 > .ContentWrap > .Foot {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.Modal_11 > .ContentWrap > .Foot > .CheckBox {
	align-self: flex-end;
}

.Modal_11 > .ContentWrap > .Foot > .CheckBox .Text {
	color: var(--color9);
}

.TableUi {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: 3px solid var(--color7);
	border-bottom: 1px solid rgba(61, 61, 61, 0.4);
}

.TableUi.Center {
	text-align: center;
}

.TableUi > * > tr > * {
	height: 40px;
	border: 1px solid var(--color7);
}

.TableUi > * > tr > th {
	font-weight: 700;
	background-color: #F5F6F7;
}

.ToggleUi {
	width: 48px;
	height: 28px;
	appearance: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background-image 300ms cubic-bezier(0.33, 1, 0.68, 1);
	will-change: auto;
}

.ToggleUi.Style1 {
	background-image: url(/icon/v5/aiWrite/toggle_1.svg);
}

.ToggleUi.Style1:checked {
	background-image: url(/icon/v5/aiWrite/toggle_1_on.svg);
}

.ToggleUi.Style1[disabled] {
	opacity: 0.4;
	cursor: default;
}

.CheckBox {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.CheckBox .CheckUi {
	width: 20px;
	aspect-ratio: 1/1;
	appearance: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
}

.CheckBox .CheckUi[data-size=Lg] {
	width: 24px;
}

.CheckBox .CheckUi[data-size=Lg] + .Text {
	font-size: 18px;
}

.CheckBox .CheckUi[data-size=Md] {
	width: 20px;
}

.CheckBox .CheckUi[data-size=Md] + .Text {
	font-size: 16px;
}

.CheckBox .CheckUi[data-size=Sm] {
	width: 16px;
}

.CheckBox .CheckUi[data-size=Sm] + .Text {
	font-size: 14px;
}

.CheckBox .CheckUi[data-size=Xs] {
	width: 14px;
}

.CheckBox .CheckUi[data-size=Xs] + .Text {
	font-size: 12px;
}

.CheckBox .CheckUi.Style1 {
	background-image: url(/icon/v5/aiWrite/chk_1.svg);
}

.CheckBox .CheckUi.Style1:checked {
	background-image: url(/icon/v5/aiWrite/chk_1_on.svg);
}

.CheckBox .CheckUi.Style1[disabled] {
	opacity: 0.5;
	background-image: url(/icon/v5/aiWrite/chk_1.svg);
}

.CheckBox .CheckUi.Style2 {
	background-image: url(/icon/v5/aiWrite/rdo_2.svg);
}

.CheckBox .CheckUi.Style2 + .Text {
	color: #757575;
}

.CheckBox .CheckUi.Style2:checked {
	background-image: url(/icon/v5/aiWrite/rdo_2_on.svg);
}

.CheckBox .CheckUi.Style2[disabled] {
	opacity: 0.5;
	background-image: url(/icon/v5/aiWrite/rdo_2.svg);
}

.CheckBox .Text {
	font-weight: 400;
	color: var(--color7);
	cursor: pointer;
}

.RadioBox {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.RadioBox .RadioUi {
	width: 20px;
	aspect-ratio: 1/1;
	appearance: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
}

.RadioBox .RadioUi[data-size=Lg] {
	width: 22px;
}

.RadioBox .RadioUi[data-size=Lg] + .Text {
	font-size: 18px;
}

.RadioBox .RadioUi[data-size=Md] {
	width: 20px;
}

.RadioBox .RadioUi[data-size=Md] + .Text {
	font-size: 16px;
}

.RadioBox .RadioUi[data-size=Sm] {
	width: 18px;
}

.RadioBox .RadioUi[data-size=Sm] + .Text {
	font-size: 14px;
}

.RadioBox .RadioUi[data-size=Xs] {
	width: 16px;
}

.RadioBox .RadioUi[data-size=Xs] + .Text {
	font-size: 12px;
}

.RadioBox .RadioUi.Style1 {
	background-image: url(/icon/v5/aiWrite/rdo_1.svg);
}

.RadioBox .RadioUi.Style1:checked {
	background-image: url(/icon/v5/aiWrite/rdo_1_on.svg);
}

.RadioBox .RadioUi.Style1[disabled] {
	opacity: 0.5;
	background-image: url(/icon/v5/aiWrite/rdo_1.svg);
}

.RadioBox .Text {
	font-weight: 400;
	color: var(--color7);
	cursor: pointer;
}

.Box-JT3M3Y5 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
}

.Box-JT3M3Y5 > .Left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}

.Box-JT3M3Y5 > .Left > li > a {
	position: relative;
	min-width: 60px;
	height: 50px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-weight: 500;
}

.Box-JT3M3Y5 > .Left > li > a.BtnExpert > img {
	position: static;
}

.Box-JT3M3Y5 > .Left > li > a.BtnExpert > span {
	margin-left: 4px;
	color: var(--color17);
}

.Box-JT3M3Y5 > .Left > li > a.BtnExpert .BubbleText {
	position: absolute;
	top: -2px;
	right: -11px;
	padding: 0 5px;
	height: 16px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 9px;
	font-weight: 500;
	color: var(--white);
	background-color: var(--primary);
	border-radius: 12px;
}

.Box-JT3M3Y5 > .Left > li > a.BtnExpert .BubbleText::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 2px;
	width: 11px;
	height: 11px;
	background: url("/icon/v5/main/icon_14.svg") no-repeat;
}

.Box-JT3M3Y5 > .Left > li > a > span {
	margin-left: -19px;
}

.Box-JT3M3Y5 > .Left > li > a > img {
	position: absolute;
	top: 17px;
	left: 29px;
}

.Box-JT3M3Y5 > .Right {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
}

.Box-JT3M3Y5 > .Right .BtnLoginInfo {
	margin-left: 4px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 0 16px;
	height: 28px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	border: 2px solid #757575;
	border-radius: 24px;
}

.MainWrap {
	position: relative;
	padding-top: 97px;
}

.Sec-QC3OR1O .Logo {
	text-align: center;
}

.Sec-QC3OR1O .Logo > img {
	width: 251px;
}

.Sec-QC3OR1O .Text-O95MB8Z {
	margin-top: 40px;
}

.Sec-QC3OR1O .Text-O95MB8Z .TextInput_2 {
	width: 700px;
	height: 68px;
	font-size: 20px;
	border-width: 3px;
	border-radius: 84px;
}

.Sec-QC3OR1O .Text-O95MB8Z .TextInput_2.Focused {
	border-radius: 24px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 1px;
	padding-left: 30px;
	padding-right: 30px;
}

.Sec-QC3OR1O .Text-O95MB8Z .TextInput_2 > button {
	width: 32px;
	height: 32px;
}

.Sec-QC3OR1O .Text-O95MB8Z .TextInput_2 > button > img {
	width: 100%;
}

.Sec-2NL2Y6W {
	margin-top: 8px;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 {
	position: relative;
	width: 656px;
	margin: 0 auto;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .MainMenu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 16px 0;
	border: 1px solid transparent;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .MainMenu > li > a {
	width: 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
	color: var(--color7);
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .MainMenu > li > a > .Icon {
	width: 100%;
	height: 39px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .MainMenu.On {
	background-color: #F8F9FA;
	border: 1px solid #E9ECEF;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	box-shadow: 5px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	width: 100%;
	padding: 20px 40px;
	background-color: var(--white);
	border: 1px solid #E9ECEF;
	border-top: 0;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 5px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu .Ul-25BIUPD > li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 30px;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu .Ul-25BIUPD > li.Line {
	margin: 28px 0;
	border-top: 1px solid #E9ECEF;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu .Ul-25BIUPD > li > .Title {
	font-size: 12px;
	font-weight: 700;
	color: var(--color7);
	line-height: 14px;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu .Ul-25BIUPD > li > .Content {
	display: grid;
	grid-template-columns: repeat(4, 74px);
	gap: 12px 28px;
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu .Ul-25BIUPD > li > .Content > li > a {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.Sec-2NL2Y6W .Box-ZQGWF1A1 .SubMenu .Ul-25BIUPD > li > .Content > li > a:hover {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.Sec-FMR01JG {
	margin-top: 84px;
}

.Sec-FMR01JG .Box-48H5N7DQ {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide > .Title {
	font-size: 18px;
	font-weight: 400;
	color: var(--color7);
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide > .Title > strong {
	font-weight: 700;
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .Swiper-WYXJ1MT {
	margin-top: 12px;
	height: 175px;
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .Swiper-WYXJ1MT .swiper-wrapper .swiper-slide .Item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .Swiper-WYXJ1MT .swiper-wrapper .swiper-slide .Item > .Text {
	font-size: 24px;
	font-weight: 400;
	color: #757575;
	max-width: 830px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .Swiper-WYXJ1MT .swiper-wrapper .swiper-slide .Item > .Category {
	font-size: 12px;
	font-weight: 500;
	color: #999;
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .Swiper-WYXJ1MT .swiper-wrapper .swiper-slide:hover .Item > .Text {
	font-size: 36px;
	font-weight: 700;
	color: var(--color7);
}

.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .SwiperBtnBox-WYXJ1MT .swiper-button-next:after,
.Sec-FMR01JG .Box-48H5N7DQ .Swiper-EQWUJD4K .swiper-wrapper .swiper-slide .SwiperBtnBox-WYXJ1MT .swiper-button-prev:after {
	display: none;
}

.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-next:after,
.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-prev:after {
	display: none;
}

.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-next.swiper-button-disabled,
.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
}

.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-prev {
	left: -70px;
}

.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-next {
	right: -70px;
}

.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-next,
.Sec-FMR01JG .Box-48H5N7DQ .SwiperBtnBox-EQWUJD4K .swiper-button-prev {
	top: 92px;
	width: 70px;
	height: 70px;
	transition: opacity 0.25s ease-in-out;
}

.Sec-I8PSNK0 {
	margin-top: 100px;
}

.Sec-I8PSNK0 .BannerBox {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination {
	display: inline-block;
	width: auto;
	margin: 0;
}

.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-horizontal > .swiper-pagination-bullets,
.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination-bullets.swiper-pagination-horizontal,
.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination-custom,
.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination-fraction {
	position: static;
}

.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination-bullet-active {
	background-color: var(--color7);
}

.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination-bullets .swiper-pagination-bullet,
.Sec-I8PSNK0 .BannerBox [class*="banner-swiper"] .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 1px 2px;
}

.Sec-7RVL84F {
	margin-top: 96px;
}

.Sec-7RVL84F .Box-O4LT951 {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.Sec-7RVL84F .Box-O4LT951 > .Title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color7);
}

.Sec-7RVL84F .Box-O4LT951 .Swiper-7025OKI {
	margin: 0;
	height: 18px;
	overflow: hidden;
}

.Sec-7RVL84F .Box-O4LT951 .Swiper-7025OKI .swiper-wrapper .swiper-slide > .Item {
	width: 758px;
	color: #757575;
	font-size: 16px;
	line-height: 18px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Sec-6QZ54X7 {
	margin-top: 20px;
	background-color: #EDEDED;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 {
	height: 164px;
	padding-left: 170px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 56px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .First {
	font-size: 24px;
	font-weight: 700;
	color: #757575;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 56px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item:nth-child(1) {
	width: 180px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item:nth-child(2) {
	width: 210px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item:nth-child(3) {
	width: 127px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item .Desc {
	font-size: 16px;
	font-weight: 500;
	color: #9C9C9C;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item .Num {
	font-family: "Roboto", sans-serif;
	margin-top: 16px;
	font-size: 40px;
	font-weight: 500;
	color: #9C9C9C;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item .Num > span {
	font-size: 24px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .Second > ul .Item .Date {
	font-family: "Roboto", sans-serif;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #9C9C9C;
	text-align: right;
}

.BtnChatbot {
	position: absolute;
	bottom: 184px;
	right: 320px;
	z-index: 10;
}

@media screen and (max-width: 1440px) {
	.BtnChatbot {
		right: 50px;
	}
}

.StickyBox-B1GV3TJO {
	position: absolute;
	top: 74px;
	right: 100px;
	z-index: 20;
	width: 205px;
	padding: 20px;
	text-align: center;
	background-color: var(--white);
	border-radius: 20px;
	box-shadow: 5px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.StickyBox-B1GV3TJO > .TextBox {
	margin-top: 24px;
}

.StickyBox-B1GV3TJO > .TextBox .Title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
}

.StickyBox-B1GV3TJO > .TextBox .Title > span {
	color: #3074F0;
}

.StickyBox-B1GV3TJO > .TextBox .Desc {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 18px;
}

.StickyBox-B1GV3TJO > .BtnBox {
	margin-top: 20px;
}

.StickyBox-B1GV3TJO > .BannerBox {
	width: 145px;
	margin: 24px auto 0;
}

.StickyBox-B1GV3TJO > .BannerBox .Swiper-RBLL0GO .swiper-wrapper .swiper-slide .Item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 6px;
	text-align: right;
}

.StickyBox-B1GV3TJO > .BannerBox .Swiper-RBLL0GO .swiper-wrapper .swiper-slide .Item > .Flag {
	height: 14px;
	padding: 0 4px;
	font-size: 10px;
	font-weight: 500;
	color: #606060;
	background-color: #FAFBFB;
	border: 1px solid #E8EAEC;
}

.StickyBox-B1GV3TJO > .BannerBox .Swiper-RBLL0GO .swiper-wrapper .swiper-slide .Item > .Text {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 18px;
}

.StickyBox-B1GV3TJO > .BannerBox .Swiper-RBLL0GO .swiper-wrapper .swiper-slide .Item > .Text > span {
	color: #004173;
}

.StickyBox-B1GV3TJO > .BannerBox .SwiperBtnBox-RBLL0GO {
	margin-top: 18px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 0;
}

.StickyBox-B1GV3TJO > .BannerBox .SwiperBtnBox-RBLL0GO .swiper-button-next:after, .StickyBox-B1GV3TJO > .BannerBox .SwiperBtnBox-RBLL0GO .swiper-button-prev:after {
	display: none;
}

.StickyBox-B1GV3TJO > .BannerBox .SwiperBtnBox-RBLL0GO .swiper-button-next, .StickyBox-B1GV3TJO > .BannerBox .SwiperBtnBox-RBLL0GO .swiper-button-prev {
	position: static;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 4px;
}

/* 20250429 수정 */
.Sec-2NL2Y6W .Box-ZQGWF1A1 .MainMenu > li:last-child img {
	filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .First {
	font-size: 20px;
	font-weight: 600;
	color: var(--color9);
	line-height: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: -0.5px;
}

.Sec-6QZ54X7 .Ul-C1JL4RO8 > .First > .Accent {
	font-size: 24px;
	font-weight: 600;
	color: var(--color9);
	display: flex;
	align-items: center;
	gap: 6px;
}

/* 20250602 회원가입 버튼 추가 */
.Box-JT3M3Y5 > .Right .BtnJoinInfo {
	margin-left: 4px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 0 16px;
	height: 28px;
	font-size: 14px;
	font-weight: 600;
	color: var(--color7);
	background-color: var(--color14);
	border: 2px solid var(--color14);
	border-radius: 24px;
}