@charset "UTF-8";
@import "/font/Pretendard.css";
@import "/font/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;
}

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

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

:root {
	/**/
	--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-min-width: 320px;
	--contents-width: 1140px;
	--contents-width2: 800px; /* 충전/결제 */
	--contents-width3: 648px; /* 자료요청 */
	/**/
	--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; /* 토픽광장 */
	}
}

.Color_Primary {
	color: var(--primary);
}

.Color_White {
	color: var(--white);
}

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

.Shell > .Inner {
	margin: 0 auto;
	min-width: 360px;
}

@media screen and (min-width: 1024px) {
	.Shell > .Inner {
		width: var(--contents-width);
	}
}

.Shell > .Inner.Style2 {
	width: var(--contents-width2);
}

@media screen and (min-width: 1024px) {
	.Shell > .Inner.Style2 {
		width: var(--contents-width2);
	}
}

.Shell > .Inner.Style3 {
	width: 100%;
	padding: 0 20px;
}

@media screen and (min-width: 648px) {
	.Shell > .Inner.Style3 {
		padding: 0 40px;
	}
}

/* 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: #A8A69D;
	border-bottom: 2px solid #D0D0D0;
	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 #D0D0D0;
	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 #E6E6EA;
	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 #F4F4F4;
	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 #E1E3EA;
	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: #6D7584;
	line-height: 22px;
}

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

.TabUi_5 .TabList {
	position: relative;
	display: flex;
	padding: 0 20px;
	border-bottom: 1px solid var(--color13);
}

.TabUi_5 .TabList > button {
	flex: 1;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
	position: relative;
	border-bottom: 2px solid transparent;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

@media screen and (min-width: 648px) {
	.TabUi_5 .TabList > button {
		flex: none;
		width: 100px;
	}
}

.TabUi_5 .TabList > button.On {
	border-bottom-width: 2px;
	border-bottom-color: var(--primary);
}

.TabUi_5 .TabList > button > .Badge {
	display: inline-block;
	min-width: 16px;
	height: 16px;
	line-height: 14px;
	padding: 0 4px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 32px;
	border: 1px solid transparent;
}

.TabUi_5 .TabList > button > .Badge.Style1 {
	color: var(--primary);
	border-color: var(--primary);
}

.TabUi_5 .TabList > button > .Badge.Style2 {
	color: var(--white);
	background-color: var(--primary);
}

.TabUi_5 .TabList > button > .Badge.Style3 {
	color: var(--white);
	background-color: var(--disabled2);
}

.TabUi_5 .TabContentWrap {
	padding: 20px;
}

.TabUi_5 .TabContentWrap .TabContent {
	display: none;
	/* Custom Area */
}

.TabUi_5 .TabContentWrap .TabContent.On {
	display: block;
}

.TabUi_6 {
	display: flex;
	justify-content: center;
	gap: 70px;
}

.TabUi_6 .TabList {
	width: 230px;
	padding: 80px 50px 80px 0;
	border-right: 1px solid #EAEAEA;
}

.TabUi_6 .TabList > li + li {
	margin-top: 24px;
}

.TabUi_6 .TabList > li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 400;
	color: var(--color7);
	cursor: pointer;
}

.TabUi_6 .TabList > li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url("/icon/hanwoolSociety/icon_1.svg") no-repeat;
}

.TabUi_6 .TabList > li.On {
	font-size: 19px;
	font-weight: 700;
	color: var(--color17);
}

.TabUi_6 .TabList > li.On::before {
	background: url("/icon/hanwoolSociety/icon_1_on.svg") no-repeat;
}

.TabUi_6 .TabContentWrap {
	flex: 1 1 0;
	min-height: 1000px;
	padding: 80px 0;
}

.TabUi_6 .TabContentWrap .TabContent {
	display: none;
	/* Custom Area */
}

.TabUi_6 .TabContentWrap .TabContent.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: #898989;
	line-height: 33px;
	letter-spacing: -0.1px;
}

@media screen and (max-width: 648px) {
	.Wrap-1NB3QRC {
		font-size: 14px;
		line-height: 24px;
	}
}

.Wrap-1NB3QRC .Loader_1 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 5px solid #E8EDF9;
	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: rgba(126, 130, 137, 0.8);
	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: var(--color6);
	letter-spacing: -0.3px;
	white-space: nowrap;
	background-color: var(--color15);
	border: 1px solid var(--color6);
	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: var(--color15);
	border: 1px solid var(--color6);
	border-left: none;
	border-bottom: none;
}

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

.Tooltip_3 {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 10;
	padding: 8px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 12px;
	font-weight: 400;
	color: var(--color8);
	letter-spacing: -0.3px;
	white-space: nowrap;
	background-color: var(--white);
	border: 1px solid #DEE2E6;
	border-radius: 8px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.Box-C1PVVQD {
	position: relative;
	width: 16px;
	height: 16px;
}

.Tooltip_4 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 10;
	width: 400px;
	padding: 20px;
	background-color: var(--white);
	border: 1px solid var(--color13);
	border-radius: 12px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}

.Tooltip_4 > .Content > li + li {
	margin-top: 8px;
}

.Tooltip_4 > .Content > li > .Title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.Tooltip_4 > .Content > li > .Desc {
	margin: 12px 12px 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--color8);
	line-height: 24px;
	letter-spacing: -0.3px;
}

.Tooltip_4 > .Content > li > .Desc > li + li {
	margin-top: 8px;
}

.Tooltip_4 > .Content > li > .Desc > li .BtnBox {
	text-align: right;
}

.Tooltip_4.On {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.Tooltip_4.Style2 {
	top: 44px;
	left: 385px;
}

.Tooltip_4.Style3 {
	top: 44px;
	left: 578px;
}

.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 #A8A69D;
	border-radius: 20px;
}

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

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

.Flag_2:hover,
.Flag_3:hover {
	border-color: var(--primary);
	box-shadow: 3px 4px 4px 0 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: #303038;
	border-color: #303038;
}

.Flag_5.Style2 {
	color: #FF7700;
	border-color: #FF7700;
}

.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: #5647FF;
	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: #FF5B16;
}

.Flag_7.Style2 {
	background-color: #FFD400;
}

.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/detailview/icon_8_1.svg") no-repeat;
}

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

.Flag_8.Style3 {
	background: url("/icon/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/detailview/icon_30_1.svg") no-repeat;
}

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

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

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

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

.Flag_10.Style6 {
	color: var(--color10);
	background: url("/icon/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: var(--color9);
	white-space: nowrap;
	background-color: rgba(194, 194, 194, 0.25);
	border-radius: 4px;
}

.Flag_12 {
	position: relative;
	padding: 0 8px;
	height: 21px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
}

.Flag_12.Style1 {
	color: var(--primary);
	border-color: var(--primary);
}

.Flag_12.Style2 {
	color: #FF5B16;
	border-color: #FF5B16;
}

.Flag_12.Style3 {
	color: #FFD400;
	border-color: #FFD400;
}

.Flag_12.Style4 {
	color: #DEE2E6;
	border-color: #DEE2E6;
}

.Flag_12.Style5 {
	color: #FF5B16;
	border-color: #FF5B16;
}

.Flag_12.Style6 {
	color: #D9D9D9;
	border-color: #D9D9D9;
}

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

.Flag_13 {
	height: 20px;
	padding: 0 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	white-space: nowrap;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.Flag_13.Style1 {
	background-color: var(--white);
	border-color: var(--color5);
}

.Flag_13.Style2 {
	background-color: var(--color15);
	border-color: var(--color10);
}

.Flag_13.Style3 {
	background-color: var(--tertiary);
	border-color: var(--tertiary);
}

.Flag_13.Style4 {
	color: var(--color9);
	background-color: var(--white);
	border-color: var(--color11);
}

.Flag_13.Style5 {
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.Badge_1 {
	padding: 0 8px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--white);
	letter-spacing: -0.3px;
	white-space: nowrap;
	background-color: var(--secondary);
	border-radius: 50px;
}

.Badge_2 {
	height: 20px;
	padding: 0 4px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 12px;
	font-weight: 400;
	color: var(--primary);
	background-color: var(--color3);
	border-radius: 4px;
}

.Badge_3 {
	height: 27px;
	padding: 0 8px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--color6);
	border: 1px solid var(--color12);
	border-radius: 5px;
}

.ToastPopup {
	display: none;
	position: absolute;
	top: -28px;
	left: -12px;
	z-index: 10;
	height: 36px;
	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 0 rgba(0, 0, 0, 0.12);
}

.ToastPopup.Mo {
	position: relative;
	top: auto;
	left: auto;
	margin: 20px auto;
	gap: 0;
	font-weight: 700;
}

.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.Type2 {
	top: 90px;
	left: 20px;
}

.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);
	text-align: center;
	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);
}

.ToastPopup_4 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: -30px;
	z-index: 100;
	transform: translateY(20px);
	height: 37px;
	padding: 0 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--white);
	line-height: 36px; /*행간 적용해야 개발 서버에서 텍스트 흔들리지 않음.*/
	white-space: nowrap;
	background-color: var(--primary);
	border-radius: 20px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	transition: opacity 1s ease, transform 1s ease;
	animation: Bounce 2.5s infinite ease-in-out;
}

.ToastPopup_4::after {
	content: "";
	position: absolute;
	top: -8px;
	right: 55px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("/icon/main/icon_10.svg") no-repeat;
	pointer-events: none;
}

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

.ToastPopup_4 > a {
	line-height: 36px; /*행간 적용해야 개발 서버에서 텍스트 흔들리지 않음.*/
}

.ToastPopup_4 > a strong {
	font-weight: 700;
}

.ToastPopup_4 .BtnToastClose {
	margin-left: 8px;
	margin-right: 16px;
}

.ToastPopup_4.Style2 {
	margin-top: 16px;
	visibility: visible;
	opacity: 1;
	transform: none;
	position: relative;
	top: auto;
	right: auto;
	z-index: initial;
	animation: none;
	display: inline-flex;
}

@media screen and (max-width: 1023px) {
	.ToastPopup_4.Style2 {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 12px 20px;
	}
}

.ToastPopup_4.Style2::after {
	left: 30px;
}

.ToastPopup_4.Style2 .Box-2WW769U {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

@media screen and (max-width: 1023px) {
	.ToastPopup_4.Style2 .Box-2WW769U {
		flex-direction: column;
		align-items: flex-start;
	}
}

.ToastPopup_4.Style2 .Box-2WW769U > .TextCell {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	line-height: 14px;
	letter-spacing: -0.3px;
}

@media screen and (max-width: 1023px) {
	.ToastPopup_4.Style2 .Box-2WW769U > .TextCell {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
}

.ToastPopup_4.Style2 .Box-2WW769U > .TextCell .Title {
	margin-left: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
}

.ToastPopup_4.Style2 .Box-2WW769U > .TextCell .Title > .OriginalText {
	max-width: 600px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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 (max-width: 1023px) {
	.ToastPopup_4.Style2 .Box-2WW769U > .TextCell .Title > .OriginalText {
		width: calc(100vw - 110px);
		min-width: 265px;
		max-width: fit-content;
	}
}

@media screen and (max-width: 1023px) {
	.ToastPopup_4.Style2 .Box-2WW769U > .TextCell .SubDesc {
		width: 100%;
		text-align: right;
	}
}

.ToastPopup_4.Style2 .Box-2WW769U > .Date {
	font-size: 12px;
	font-weight: 400;
	color: var(--white);
	line-height: 12px;
	letter-spacing: -0.3px;
}

@media screen and (max-width: 1023px) {
	.ToastPopup_4.Style2 .Box-2WW769U > .Date {
		align-self: flex-end;
	}
}

@keyframes Bounce {
	0% {
		top: 40px;
	}
	25% {
		top: 43px;
	}
	50% {
		top: 40px;
	}
	75% {
		top: 43px;
	}
	100% {
		top: 40px;
	}
}

.ToastPopup_5 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: -35px;
	right: 215px;
	z-index: 100;
	transform: translateY(20px);
	height: 36px;
	padding: 0 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 400;
	color: var(--white);
	line-height: 36px; /*행간 적용해야 개발 서버에서 텍스트 흔들리지 않음.*/
	white-space: nowrap;
	background-color: var(--primary);
	border-radius: 20px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	transition: opacity 1s ease, transform 1s ease;
	animation: Bounce2 2.5s infinite ease-in-out;
}

.ToastPopup_5 > a {
	line-height: 36px; /*행간 적용해야 개발 서버에서 텍스트 흔들리지 않음.*/
}

.ToastPopup_5::after {
	content: "";
	position: absolute;
	top: 35px;
	right: 55px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("/icon/payment/icon_5.svg") no-repeat;
	pointer-events: none;
}

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

.ToastPopup_5 .BtnToastClose {
	margin-left: 8px;
}

@keyframes Bounce2 {
	0% {
		top: -35px;
	}
	25% {
		top: -38px;
	}
	50% {
		top: -35px;
	}
	75% {
		top: -38px;
	}
	100% {
		top: -35px;
	}
}

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

.TextAreaUi_1::placeholder {
	color: #6D7584;
}

.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: #6D7584;
}

.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: #D0D0D0;
}

.TextInput_1 > input {
	flex: 1 1 0;
	display: block;
	width: 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: rgba(61, 61, 61, 0.5);
}

.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;
	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: 0;
	z-index: 20;
	width: 100%;
	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: 12px 0;
}

.TextInput_2 .RecentSearches .Searching > li > a {
	display: block;
	padding: 13px 28px;
	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: #F0F0F3;
}

.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;
	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 {
	background-color: #F0F0F3;
}

.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 #F0F0F3;
}

.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,
.Layer-DEATENQ .Head .TextInput_2.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 #E1E3EA;
	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 #F0F0F3;
}

.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: rgba(61, 61, 61, 0.8);
	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 #E1E3EA;
	border-radius: 8px;
}

.Pagination_1 .Number {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: var(--color11);
}

.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: 24px;
	bottom: 24px;
	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 var(--color14);
}

.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 var(--color14);
}

.TableUi_1 > * > tr > th {
	font-weight: 700;
	background-color: var(--color16);
}

.TableUi_2 {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid var(--color14);
	border-bottom: 1px solid var(--color14);
}

.TableUi_2 > * > tr {
	border-bottom: 1px solid var(--color14);
}

.TableUi_2 > * > tr > * {
	height: 56px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	text-align: center;
	letter-spacing: -0.3px;
}

.TableUi_2 > * > tr > th {
	font-weight: 700;
	background-color: var(--color16);
}

.TableUi_2 > * > tr > td > .Box-HYWS37J {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.TableUi_2 > * > tr > td > .Box-HYWS37J > .Flag {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.TableUi_2 > * > tr > td > .Box-HYWS37J > .Flag > .Icon {
	width: 16px;
	height: 16px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.TableUi_2 > * > tr > td > .Box-HYWS37J > .Title {
	flex: 1 1 0;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.TableUi_2 > * > tr > td > .Purchase {
	font-size: 14px;
	font-weight: 700;
	color: var(--error);
}

.TableUi_2 > * > tr > td > .Regular {
	position: relative;
	margin-top: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: var(--color10);
}

.TableUi_2 > * > tr > td > .Regular::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: var(--color10);
}

.TableUi_3 {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.TableUi_3 > * > tr > * {
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	line-height: 17px;
	letter-spacing: -0.3px;
	text-align: left;
}

.TableUi_3 > * > tr > th {
	font-weight: 700;
}

.TableUi_3 > * > tr > td {
	padding: 12px 0;
}

.TableUi_3 > * > tr > td.Purchase {
	font-weight: 700;
	color: var(--error);
}

.TableUi_4 {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid var(--color14);
	border-bottom: 1px solid var(--color14);
}

.TableUi_4 > * > tr {
	border-bottom: 1px solid var(--color14);
}

.TableUi_4 > * > tr > * {
	height: 52px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 17px;
	text-align: center;
	letter-spacing: -0.3px;
}

.TableUi_4 > * > tr > th {
	font-weight: 700;
	background-color: var(--color16);
}

.TableUi_4 > * > tr > td {
	padding: 12px 0;
}

.TableUi_4 > * > tr > td.Title {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.TableUi_4 > * > tr > td.Purchase {
	font-weight: 700;
	color: var(--error);
}

.ToggleUi.Style2 {
	position: absolute;
	top: 152px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 46px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 4px;
	background: url("/icon/easyai/toggle_2.svg") no-repeat;
	background-size: 160px;
}

.ToggleUi.Style2 .Btn_toggle {
	width: 76px;
	padding: 11px 0 12px 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	background: transparent;
	border-radius: 20px;
	transition: all 0.25s ease-in-out;
}

.ToggleUi.Style2 .Btn_toggle.Active {
	background-color: var(--white);
}

.ToggleUi_1 .Item {
	border-top: 1px solid #F4F4F4;
}

.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 var(--color14);
}

.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: var(--color16);
}

.TextBox_1 {
	padding: 32px;
	background-color: var(--white);
	border: 1px solid var(--color12);
	border-radius: 8px;
}

.TextBox_2 {
	padding: 20px;
	background-color: var(--color15);
	border-radius: 8px;
}

.TextBox_3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 80px;
	padding: 20px;
	background-color: var(--color15);
	border-radius: 8px;
}

.TextBox_3 > .Left {
	flex: 1 1 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
}

.TextBox_3 > .Left > .Flag {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
}

.TextBox_3 > .Left > .Flag > .Icon {
	height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.TextBox_3 > .Left > .Title {
	flex: 1 1 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	line-height: 21px;
	letter-spacing: -0.3px;
}

.TextBox_3 > .Right > .Purchase {
	font-size: 14px;
	font-weight: 700;
	color: var(--error);
	letter-spacing: -0.3px;
}

.TextBox_3 > .Right > .Regular {
	position: relative;
	margin-top: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: var(--color10);
	letter-spacing: -0.3px;
}

.TextBox_3 > .Right > .Regular::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: var(--color10);
}

.TextBox_4 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 20px;
	background-color: var(--color14);
	font-size: 20px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.5px;
}

.TextBox_4 > .Right {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.TextBox_4 > .Right > .Price {
	font-family: "Roboto", sans-serif;
	color: var(--error);
}

.TextBox_5 {
	text-align: center;
}

.TextBox_5 > .Desc {
	font-size: 34px;
	font-weight: 400;
	color: var(--color7);
}

.TextBox_5 > .Desc > strong {
	font-weight: 700;
}

.TextBox_5 > .Detail {
	margin-top: 20px;
}

.TextBox_5 > .Detail > li + li {
	margin-top: 8px;
}

.TextBox_5 > .Detail > li {
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.TextBox_5 > .Detail > li > strong {
	font-weight: 700;
}

.TextBox_5 > .Detail > li > .BtnLink {
	font-weight: 700;
	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;
}

.TextBox_5 > .Detail > li > .BtnInfo {
	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;
}

.NotifyBox_1 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
	padding: 16px;
	background-color: var(--white);
	border: 1px solid var(--color13);
	border-radius: 10px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.NotifyBox_1 > .Text {
	flex: 1 1 0;
}

.NotifyBox_1 > .Text > .Title {
	font-size: 14px;
	font-weight: 700;
	color: var(--error);
	letter-spacing: -1px;
	line-height: 16px;
}

.NotifyBox_1 > .Text > .Desc {
	margin-top: 12px;
}

.NotifyBox_1 > .Text > .Desc > li + li {
	margin-top: 8px;
}

.NotifyBox_1 > .Text > .Desc > li {
	font-size: 14px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
}

.NotifyBox_1 > .Text > .Desc > li > .Error {
	color: var(--error);
}

.NotifyBox_1 > .Text > .Desc > li > .BtnLink {
	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;
}

.TermsBox_1 {
	height: 128px;
	overflow: auto;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	border: 1px solid var(--color12);
	border-radius: 4px;
}

.Divider_1 {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: var(--color13);
}

.ProgressBar_1 .StepText {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	text-align: right;
}

.ProgressBar_1 .Bar {
	margin-top: 8px;
	position: relative;
	width: 100%;
	height: 8px;
	background-color: var(--color14);
	border-radius: 8px;
}

.ProgressBar_1 .Bar .Fill {
	/* width값은 inline 표시 */
	height: 100%;
	background-color: var(--primary);
	border-radius: 8px;
}

.ButtonXl,
.ButtonLg,
.ButtonMd,
.ButtonSm,
.ButtonXs,
.ButtonXs2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.ButtonXl.ButtonStyle1,
.ButtonLg.ButtonStyle1,
.ButtonMd.ButtonStyle1,
.ButtonSm.ButtonStyle1,
.ButtonXs.ButtonStyle1,
.ButtonXs2.ButtonStyle1 {
	color: var(--white);
	background-color: var(--primary);
	border: 1px solid var(--primary);
}

.ButtonXl.ButtonStyle1.Type2,
.ButtonLg.ButtonStyle1.Type2,
.ButtonMd.ButtonStyle1.Type2,
.ButtonSm.ButtonStyle1.Type2,
.ButtonXs.ButtonStyle1.Type2,
.ButtonXs2.ButtonStyle1.Type2 {
	border-radius: 0;
}

.ButtonXl.ButtonStyle1:hover,
.ButtonLg.ButtonStyle1:hover,
.ButtonMd.ButtonStyle1:hover,
.ButtonSm.ButtonStyle1:hover,
.ButtonXs.ButtonStyle1:hover,
.ButtonXs2.ButtonStyle1:hover {
	background-color: #0564CA;
}

.ButtonXl.ButtonStyle1:disabled,
.ButtonLg.ButtonStyle1:disabled,
.ButtonMd.ButtonStyle1:disabled,
.ButtonSm.ButtonStyle1:disabled,
.ButtonXs.ButtonStyle1:disabled,
.ButtonXs2.ButtonStyle1:disabled {
	color: var(--color10);
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.ButtonXl.ButtonStyle2,
.ButtonLg.ButtonStyle2,
.ButtonMd.ButtonStyle2,
.ButtonSm.ButtonStyle2,
.ButtonXs.ButtonStyle2,
.ButtonXs2.ButtonStyle2 {
	color: var(--primary);
	background-color: var(--white);
	border: 1px solid var(--primary);
}

.ButtonXl.ButtonStyle2:hover,
.ButtonLg.ButtonStyle2:hover,
.ButtonMd.ButtonStyle2:hover,
.ButtonSm.ButtonStyle2:hover,
.ButtonXs.ButtonStyle2:hover,
.ButtonXs2.ButtonStyle2:hover {
	background-color: var(--color15);
}

.ButtonXl.ButtonStyle2:disabled,
.ButtonLg.ButtonStyle2:disabled,
.ButtonMd.ButtonStyle2:disabled,
.ButtonSm.ButtonStyle2:disabled,
.ButtonXs.ButtonStyle2:disabled,
.ButtonXs2.ButtonStyle2:disabled {
	color: var(--color10);
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.ButtonXl.ButtonStyle3,
.ButtonLg.ButtonStyle3,
.ButtonMd.ButtonStyle3,
.ButtonSm.ButtonStyle3,
.ButtonXs.ButtonStyle3,
.ButtonXs2.ButtonStyle3 {
	color: var(--color7);
	background-color: var(--white);
	border: 1px solid var(--color11);
}

.ButtonXl.ButtonStyle3:hover,
.ButtonLg.ButtonStyle3:hover,
.ButtonMd.ButtonStyle3:hover,
.ButtonSm.ButtonStyle3:hover,
.ButtonXs.ButtonStyle3:hover,
.ButtonXs2.ButtonStyle3:hover {
	background-color: var(--color15);
}

.ButtonXl.ButtonStyle3:disabled,
.ButtonLg.ButtonStyle3:disabled,
.ButtonMd.ButtonStyle3:disabled,
.ButtonSm.ButtonStyle3:disabled,
.ButtonXs.ButtonStyle3:disabled,
.ButtonXs2.ButtonStyle3:disabled {
	color: var(--color10);
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.ButtonXl.ButtonStyle4,
.ButtonLg.ButtonStyle4,
.ButtonMd.ButtonStyle4,
.ButtonSm.ButtonStyle4,
.ButtonXs.ButtonStyle4,
.ButtonXs2.ButtonStyle4 {
	color: var(--color8);
	background-color: var(--color15);
	border: 1px solid var(--color15);
}

.ButtonXl.ButtonStyle4:hover,
.ButtonLg.ButtonStyle4:hover,
.ButtonMd.ButtonStyle4:hover,
.ButtonSm.ButtonStyle4:hover,
.ButtonXs.ButtonStyle4:hover,
.ButtonXs2.ButtonStyle4:hover {
	border-color: var(--color11);
}

.ButtonXl.ButtonStyle4:disabled,
.ButtonLg.ButtonStyle4:disabled,
.ButtonMd.ButtonStyle4:disabled,
.ButtonSm.ButtonStyle4:disabled,
.ButtonXs.ButtonStyle4:disabled,
.ButtonXs2.ButtonStyle4:disabled {
	color: var(--color10);
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.ButtonXl.ButtonStyle5,
.ButtonLg.ButtonStyle5,
.ButtonMd.ButtonStyle5,
.ButtonSm.ButtonStyle5,
.ButtonXs.ButtonStyle5,
.ButtonXs2.ButtonStyle5 {
	color: var(--white);
	background-color: var(--color6);
	border: 1px solid var(--color6);
	border-radius: 30px;
}

.ButtonXl.ButtonStyle5:hover,
.ButtonLg.ButtonStyle5:hover,
.ButtonMd.ButtonStyle5:hover,
.ButtonSm.ButtonStyle5:hover,
.ButtonXs.ButtonStyle5:hover,
.ButtonXs2.ButtonStyle5:hover {
	background-color: var(--color8);
	border-color: var(--color8);
}

.ButtonXl.ButtonStyle5:disabled,
.ButtonLg.ButtonStyle5:disabled,
.ButtonMd.ButtonStyle5:disabled,
.ButtonSm.ButtonStyle5:disabled,
.ButtonXs.ButtonStyle5:disabled,
.ButtonXs2.ButtonStyle5:disabled {
	color: var(--color10);
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.ButtonXl.ButtonStyle6,
.ButtonLg.ButtonStyle6,
.ButtonMd.ButtonStyle6,
.ButtonSm.ButtonStyle6,
.ButtonXs.ButtonStyle6,
.ButtonXs2.ButtonStyle6 {
	padding-left: 16px;
	padding-right: 16px;
	font-weight: 700;
	color: var(--color7);
	background-color: var(--white);
	border: 1px solid var(--color5);
	border-radius: 30px;
}

.ButtonXl.ButtonStyle6:hover,
.ButtonLg.ButtonStyle6:hover,
.ButtonMd.ButtonStyle6:hover,
.ButtonSm.ButtonStyle6:hover,
.ButtonXs.ButtonStyle6:hover,
.ButtonXs2.ButtonStyle6:hover {
	color: var(--white);
	background-color: var(--color8);
	border-color: var(--color8);
}

.ButtonXl.ButtonStyle6:disabled,
.ButtonLg.ButtonStyle6:disabled,
.ButtonMd.ButtonStyle6:disabled,
.ButtonSm.ButtonStyle6:disabled,
.ButtonXs.ButtonStyle6:disabled,
.ButtonXs2.ButtonStyle6:disabled {
	color: var(--color10);
	background-color: var(--disabled);
	border-color: var(--disabled);
}

.ButtonXl {
	min-width: 200px;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
}

.ButtonLg {
	min-width: 200px;
	height: 48px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
}

.ButtonMd {
	min-width: 200px;
	height: 44px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 8px;
}

.ButtonSm {
	min-width: 200px;
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 6px;
}

.ButtonXs {
	height: 28px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 4px;
}

.ButtonXs2 {
	height: 24px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.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: #F8F6F6;
}

.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: #303038;
	border-radius: 30px;
}

@media screen and (max-width: 1023px) {
	.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: #A8A69D;
	background-color: #E1E3EA;
	border: 1px solid #E1E3EA;
	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: #5647FF;
	background-color: var(--white);
	border: 1px solid #5647FF;
}

.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: #E1E3EA;
	border-radius: 12px;
}

.Button_8.Style1 {
	color: rgba(61, 61, 61, 0.85);
	background-color: rgba(0, 0, 0, 0.05);
}

.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: rgba(61, 61, 61, 0.85);
	background-color: rgba(0, 0, 0, 0.05);
}

.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: #FF4036;
	border-color: #FF4036;
}

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

.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: rgba(61, 61, 61, 0.85);
	background-color: rgba(0, 0, 0, 0.05);
}

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

.Button_13 {
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: var(--white);
	background-color: transparent;
	border: 1px solid var(--white);
	border-radius: 2px;
}

.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: var(--color11);
}

.Button_14.Style2:hover {
	background-color: var(--color15);
}

.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: var(--color5);
	border-color: var(--color5);
}

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

.Button_15.Style5 {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary);
}

.Button_15.Style6 {
	color: var(--primary);
	background-color: var(--color16);
	border-color: var(--color11);
}

.Button_15.Style7 {
	color: var(--color7);
	background-color: var(--color15);
	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: var(--color9);
	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: var(--color9);
}

.Button_16 {
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary);
	border-width: 1px;
	border-style: solid;
	border-color: var(--primary);
	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: var(--primary);
	border-radius: 12px;
}

.Button_18 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	text-align: center;
}

.Button_18.Style2 {
	font-weight: 700;
}

.Button_18 > img.Rotate {
	transform: rotate(180deg);
}

.Button_19 {
	flex: 1 1 0;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	color: var(--color5);
	letter-spacing: -0.3px;
	background-color: var(--color16);
}

.Button_19:active {
	background-color: #d1e3f3;
}

.Modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.Modal.On {
	display: flex;
}

.Modal.Type2 {
	display: inline-block;
	max-width: 420px;
	height: auto;
	top: auto;
	left: auto;
	right: 100px;
	bottom: 30px;
}

.Modal > .Overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.Modal > .ContentWrap {
	position: relative;
	max-height: 95vh;
	overflow: hidden;
	padding: 20px;
	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);
}

@media screen and (min-width: 648px) {
	.Modal > .ContentWrap {
		padding: 36px;
	}
}

.Modal > .ContentWrap .BtnBox {
	text-align: right;
}

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

.Modal > .ContentWrap > .Body {
	margin-top: 20px;
	max-height: calc(95vh - 195px);
	overflow-y: auto;
}

.Modal > .ContentWrap > .Foot {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 16px;
}

.Modal_1 {
	display: none;
	position: fixed;
	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: 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);
}

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

.Modal_1.On {
	display: block;
}

.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(--color5);
	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: var(--color9);
	line-height: 15px;
}

.Modal_4 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 544px;
	padding: 32px 20px 20px;
	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(--color5);
}

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

.Modal_4 > .Body > .Sub {
	font-size: 14px;
	font-weight: 400;
	color: var(--color9);
}

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

.Modal_4 > .Body > .Sub > li {
	position: relative;
	padding-left: 8px;
}

.Modal_4 > .Body > .Sub > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.Modal_4 > .Body > .Sub > li .Link {
	font-weight: 700;
	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_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: var(--color9);
}

.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.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;
}

.CommonSheet {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 10;
}

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

.CommonSheet.On {
	display: block;
}

.CommonSheet.On > .ContentWrap {
	bottom: 0;
}

.CommonSheet > .Overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.CommonSheet > .ContentWrap {
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	background: var(--white);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	transition: bottom 0.25s ease-in-out;
}

.CommonSheet > .ContentWrap .HandleBar {
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	cursor: pointer;
}

.CommonSheet > .ContentWrap .HandleBar > .Line {
	display: inline-block;
	width: 80px;
	height: 6px;
	background-color: var(--color5);
	border-radius: 20px;
	margin: 0 auto;
}

.CommonSheet > .ContentWrap .Content {
	padding: 0 20px 40px;
	max-height: calc(100dvh - 95px);
	overflow: auto;
}

@media screen and (min-width: 648px) {
	.CommonSheet > .ContentWrap .Content {
		padding: 0 40px 40px;
	}
}

.BottomSheet_1 > .ContentWrap .Content > ul > li + li {
	margin-top: 16px;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Nickname {
	font-size: 22px;
	font-weight: 700;
	color: var(--color6);
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Category {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Category > li {
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color6);
	letter-spacing: -0.3px;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Category > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Thumb {
	text-align: center;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Thumb > img {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	overflow: hidden;
}

@media screen and (min-width: 648px) {
	.BottomSheet_1 > .ContentWrap .Content > ul > li .Thumb > img {
		width: 86px;
		height: 86px;
	}
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Desc {
	font-size: 16px;
	font-weight: 400;
	color: var(--color8);
	line-height: 20px;
	letter-spacing: -0.3px;
	text-align: center;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Price {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Price > .Num {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: var(--primary);
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Tag {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Tag > li {
	height: 27px;
	padding: 0 8px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 2px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color8);
	letter-spacing: -0.3px;
	background-color: var(--color14);
	border-radius: 20px;
}

@media screen and (min-width: 648px) {
	.BottomSheet_1 > .ContentWrap .Content > ul > li .Tag > li {
		height: 32px;
		padding: 0 12px;
	}
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Line {
	width: 100%;
	height: 1px;
	background-color: var(--color13);
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Message > .Title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color6);
}

.BottomSheet_1 > .ContentWrap .Content > ul > li .Message > .Detail {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color6);
	line-height: 20px;
	letter-spacing: -0.3px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li + li {
	margin-top: 40px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Text-ZCCI4PE {
	padding: 20px;
	border: 1px solid var(--color13);
	border-radius: 10px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Text-ZCCI4PE > .Desc {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Text-ZCCI4PE > .Detail {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color9);
	line-height: 20px;
	letter-spacing: -0.3px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li + li {
	margin-top: 16px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li.Line {
	margin: 16px 0;
	width: 100%;
	height: 1px;
	background-color: var(--color13);
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .Summary {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .Summary > .Num {
	font-family: "Roboto", sans-serif;
	letter-spacing: -0.5px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage {
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
}

@media screen and (min-width: 648px) {
	.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .First,
	.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .Second {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0;
	}
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .First > .TextBox,
.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .Second > .TextBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
}

@media screen and (min-width: 648px) {
	.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .First > .TextBox,
	.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .Second > .TextBox {
		justify-content: flex-start;
		gap: 10px;
	}
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .First > .Price,
.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .Second > .Price {
	margin-top: 16px;
	font-weight: 700;
	text-align: right;
}

@media screen and (min-width: 648px) {
	.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .First > .Price,
	.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .Second > .Price {
		margin-top: 0;
	}
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .CreditUsage > .Second {
	margin-top: 16px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .TotalAmount {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .Ul-T93EQ5P > li .TotalAmount > .Num {
	font-family: "Roboto", sans-serif;
	color: var(--primary);
	letter-spacing: -0.5px;
}

.BottomSheet_2 > .ContentWrap .Content .Ul-8NLKWT9 > li .BtnBox-5UIGZ7J > button {
	width: 100%;
}

.BottomSheet_3 > .ContentWrap .Content > .Title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_3 > .ContentWrap .Content > .Desc {
	margin-top: 8px;
}

.BottomSheet_3 > .ContentWrap .Content > .Desc > li + li {
	margin-top: 4px;
}

.BottomSheet_3 > .ContentWrap .Content > .Desc > li {
	position: relative;
	padding-left: 8px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
}

.BottomSheet_3 > .ContentWrap .Content > .Desc > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.BottomSheet_3 > .ContentWrap .Content > .Textarea_1 {
	margin-top: 8px;
}

.BottomSheet_3 > .ContentWrap .Content > .BtnBox-Z2WXLP3 {
	margin-top: 20px;
}

.BottomSheet_3 > .ContentWrap .Content > .BtnBox-Z2WXLP3 > button {
	width: 100%;
}

.BottomSheet_4 > .ContentWrap .Content > .Title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
	text-align: center;
}

.BottomSheet_4 > .ContentWrap .Content > .BtnBox {
	margin-top: 40px;
}

.BottomSheet_4 > .ContentWrap .Content > .BtnBox > button {
	width: 100%;
}

.BottomSheet_5 > .ContentWrap .Content .Ul-ELY7ZGU > li + li {
	margin-top: 20px;
}

.BottomSheet_5 > .ContentWrap .Content .Ul-ELY7ZGU > li .Title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_5 > .ContentWrap .Content .Ul-ELY7ZGU > li .BtnBox > button {
	width: 100%;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li + li {
	margin-top: 8px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .Title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color7);
	letter-spacing: -0.3px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .Desc {
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	line-height: 16px;
	letter-spacing: -0.3px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .SubInfo {
	display: flex;
	align-items: flex-start;
	gap: 0;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .SubInfo > .Text {
	flex: 1 1 0;
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	line-height: 16px;
	letter-spacing: -0.3px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .SubInfo > .Text > .Sub {
	color: var(--color9);
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap.HasFile .FileDisplay {
	border: 1px solid var(--color7);
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap.HasFile .FileDisplay .BtnDelete {
	display: block;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap .HiddenInput {
	display: none;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap .FileDisplay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 12px;
	border: 1px solid var(--color12);
	border-radius: 4px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap .FileDisplay .FileName {
	flex: 1;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	letter-spacing: -0.3px;
	border-radius: 4px;
	border: none;
	outline: none;
	cursor: default;
	pointer-events: none;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap .FileDisplay .BtnDelete {
	display: none;
	width: 16px;
	height: 16px;
}

.BottomSheet_6 > .ContentWrap .Content .Ul-170RAI1 > li .FileUploadWrap .BtnAttach {
	align-self: flex-end;
	font-size: 14px;
	color: var(--color7);
	letter-spacing: -0.3px;
	cursor: pointer;
}

.BottomSheet_6 > .ContentWrap .Content .BtnBox {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 0;
}

.BottomSheet_6 > .ContentWrap .Content .BtnBox > button {
	width: 100%;
}

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

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

.TableUi.Center tr > * {
	padding: 10px;
	height: 40px;
	border: 1px solid #B1B1B1;
}

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

.TableUi.Style1 {
	border: 1px solid #EBEDF0;
}

.TableUi.Style1.CenterMode {
	text-align: center;
}

.TableUi.Style1 > * > tr > * {
	border: none;
}

.TableUi.Style1 > * > tr > th {
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	background-color: var(--white);
	border: 1px solid #EBEDF0;
}

.TableUi.Style1 > * > tr > td {
	padding: 20px;
	align-content: baseline;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	background-color: var(--white);
	border: 1px solid #EBEDF0;
}

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

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

.CheckBox .CheckBoxUi[data-size=Lg] {
	width: 20px;
	height: 20px;
}

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

.CheckBox .CheckBoxUi[data-size=Md] {
	width: 18px;
	height: 18px;
}

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

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

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

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

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

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

.CheckBox .CheckBoxUi.Style2 {
	background-image: url(/icon/chk_2.svg);
}

.CheckBox .CheckBoxUi.Style2:checked {
	background-image: url(/icon/chk_2_on.svg);
}

.CheckBox .CheckBoxUi.Style2[disabled] {
	opacity: 0.5;
	background-image: url(/icon/chk_2.svg);
}

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

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

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

.RadioBox .RadioBoxUi[data-size=Lg] {
	width: 20px;
	height: 20px;
}

.RadioBox .RadioBoxUi[data-size=Lg] + .Text {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.RadioBox .RadioBoxUi[data-size=Md] {
	width: 18px;
	height: 18px;
}

.RadioBox .RadioBoxUi[data-size=Md] + .Text {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.RadioBox .RadioBoxUi[data-size=Sm] {
	width: 16px;
	height: 16px;
}

.RadioBox .RadioBoxUi[data-size=Sm] + .Text {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

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

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

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

.RadioBox .Text {
	color: var(--color5);
	cursor: pointer;
}

.TextInput_3 {
	width: 100%;
}

.TextInput_3.TextInputMd > .TextField {
	height: 36px;
}

.TextInput_3.Focus > .TextField {
	color: var(--color7);
	border-color: var(--color7);
}

.TextInput_3.Filled > .TextField > input {
	color: var(--color7);
}

.TextInput_3.Success > .TextField {
	border-color: var(--primary);
}

.TextInput_3.Success > .TextField > .IconAlert.Success {
	display: block;
}

.TextInput_3.Success > .CommentText {
	color: var(--primary);
}

.TextInput_3.Error > .TextField {
	border-color: var(--error);
}

.TextInput_3.Error > .TextField > .IconAlert.Error {
	display: block;
}

.TextInput_3.Error > .CommentText {
	color: var(--error);
}

.TextInput_3.ReadOnly > .TextField {
	pointer-events: none;
	background-color: var(--disabled);
}

.TextInput_3.ReadOnly > .TextField > input:not(:placeholder-shown) {
	color: var(--color7);
}

.TextInput_3.ReadOnly > .TextField > .BtnDelete {
	display: none;
}

.TextInput_3 > .TextField {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 12px;
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
	border: 1px solid var(--color12);
	border-radius: 4px;
}

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

.TextInput_3 > .TextField > input::placeholder {
	color: var(--color9);
}

.TextInput_3 > .TextField > .BtnDelete {
	display: none;
	width: 16px;
	height: 16px;
}

.TextInput_3 > .TextField > .BtnDelete.On {
	display: block;
}

.TextInput_3 > .TextField > .IconAlert {
	display: none;
}

.TextInput_3 > .CommentText {
	margin: 2px 8px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
	text-align: left;
}

.TextInput_3 > .CommentText > .First {
	flex: 1 1 0;
}

.TextInput_4 {
	flex: 1 1 0;
	position: relative;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	background-color: var(--white);
	border-radius: 100px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--primary);
}

@media screen and (min-width: 648px) {
	.TextInput_4 {
		height: 64px;
		border-width: 4px;
	}
}

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

.TextInput_4 > input::placeholder {
	color: var(--color10);
}

.TextInput_4 > button {
	-webkit-appearance: button;
}

.TextInput_5 {
	width: 100%;
	height: 39px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 0 20px;
	background-color: var(--color15);
	border-radius: 8px;
}

.TextInput_5 > input {
	display: block;
	width: 0;
	flex: 1 1 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--color9);
	letter-spacing: -0.3px;
	background-color: transparent;
	outline: none;
	border: none;
}

.TextInput_5 > input::placeholder {
	font-weight: 400;
	color: var(--color9);
}

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

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

.Layer-C2X835T > .Head {
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	padding: 0 20px;
	border-bottom: 1px solid var(--color12);
	box-shadow: 0 1px 4px 0 var(--color20);
}

.Layer-C2X835T > .Head .TextInput_5 {
	flex: 1 1 0;
	height: 32px;
}

.Layer-C2X835T > .Body {
	padding: 40px 20px;
}

.Layer-C2X835T > .Body .Keywords > .Title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--color7);
}

.Layer-C2X835T > .Body .Keywords > .Title > .BtnDelete {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.Layer-C2X835T > .Body .Keywords > .NoRecent {
	display: none;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.Layer-C2X835T > .Body .Keywords > .List {
	margin-top: 20px;
}

.Layer-C2X835T > .Body .Keywords > .List > li + li {
	margin-top: 16px;
}

.Layer-C2X835T > .Body .Keywords > .List > li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.Layer-C2X835T > .Body .Keywords > .List > li > .BtnLink {
	flex: 1 1 0;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	color: var(--color8);
	letter-spacing: -0.3px;
}

.Layer-C2X835T > .Body .Keywords > .List.Style2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.Layer-C2X835T > .Body .Keywords > .List.Style2 .Item {
	height: 30px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color8);
	letter-spacing: -0.3px;
	background-color: var(--color15);
	border-radius: 20px;
}

.Layer-C2X835T > .Body .Keywords > .List.Style2 .Item > div {
	max-width: 276px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Layer-C2X835T > .Body .Popular {
	margin-top: 20px;
}

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

.Textarea_1 {
	width: 100%;
}

.Textarea_1.TextareaMd > .TextField > textarea {
	height: 128px;
}

.Textarea_1.Focus > .TextField > textarea {
	color: var(--color7);
	border-color: var(--color7);
}

.Textarea_1.Filled > .TextField > textarea {
	color: var(--color7);
}

.Textarea_1.Error > .TextField > textarea {
	border-color: var(--error);
}

.Textarea_1.Error > .CommentText {
	color: var(--error);
}

.Textarea_1 > .TextField > textarea {
	width: 100%;
	overflow-y: auto;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
	line-height: 20px;
	background-color: var(--white);
	border: 1px solid var(--color12);
	border-radius: 4px;
	resize: none;
	outline: none;
}

.Textarea_1 > .TextField > textarea::placeholder {
	color: var(--color9);
}

.Textarea_1 > .CommentText {
	margin: 2px 8px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
	text-align: left;
}

.Textarea_1 > .CommentText > .First {
	flex: 1 1 0;
}

.SelectBox_1.SelectBoxLg {
	width: 100%;
}

.SelectBox_1.SelectBoxLg .SelectInput > .SelectedOption {
	height: 40px;
}

.SelectBox_1.SelectBoxMd {
	width: 100%;
}

.SelectBox_1.SelectBoxMd .SelectInput > .SelectedOption {
	height: 36px;
}

.SelectBox_1.SelectBoxSm {
	width: 100%;
}

.SelectBox_1.SelectBoxSm .SelectInput > .SelectedOption {
	height: 32px;
}

.SelectBox_1.Focus .SelectInput {
	border-color: var(--color7);
}

.SelectBox_1.Focus .SelectInput > .SelectedOption > .Text {
	color: var(--color7);
}

.SelectBox_1.Active .SelectInput {
	border-color: var(--color7);
}

.SelectBox_1.Active .SelectInput > .SelectedOption > .Text {
	color: var(--color7);
}

.SelectBox_1.Active .SelectInput > .SelectedOption > .Arrow {
	transform: rotate(180deg);
}

.SelectBox_1.Active .SelectInput .DropdownBox {
	display: block;
}

.SelectBox_1.Selected .SelectInput > .SelectedOption > .Text {
	font-weight: 700;
	color: var(--color7);
}

.SelectBox_1.Disabled {
	pointer-events: none;
}

.SelectBox_1.Disabled .SelectInput > .SelectedOption {
	background-color: var(--disabled);
}

.SelectBox_1.Disabled .SelectInput > .SelectedOption > .Text {
	color: var(--color7);
}

.SelectBox_1.Error .SelectInput {
	border-color: var(--error);
}

.SelectBox_1.Error .SelectInput > .SelectedOption > .Text {
	color: var(--error);
}

.SelectBox_1.Error .SelectInput > .SelectedOption > .Arrow {
	display: none;
}

.SelectBox_1.Error .SelectInput > .SelectedOption > .Arrow.Error {
	display: block;
}

.SelectBox_1.Error .SelectInput ~ .ErrorText {
	display: block;
}

.SelectBox_1 .SelectInput {
	position: relative;
	margin: 0 auto;
	width: 100%;
	border: 1px solid var(--color12);
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}

.SelectBox_1 .SelectInput > .SelectedOption {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 0 10px;
	background-color: var(--white);
	border-radius: 4px;
}

.SelectBox_1 .SelectInput > .SelectedOption > .Text {
	flex: 1 1 0;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	color: var(--color9);
	letter-spacing: -0.3px;
	text-align: left;
}

.SelectBox_1 .SelectInput > .SelectedOption > .Arrow {
	transition: transform 0.25s ease-in-out;
}

.SelectBox_1 .SelectInput > .SelectedOption > .Arrow.Error {
	display: none;
}

.SelectBox_1 .SelectInput > .DropdownBox {
	display: none;
	position: absolute;
	top: 103%;
	left: 0;
	right: 0;
	background-color: var(--white);
	border: 1px solid var(--color12);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*max-height: 108px;*/
	overflow-y: auto;
	z-index: 10;
}

.SelectBox_1 .SelectInput > .DropdownBox > li + li {
	border-top: 1px solid var(--color14);
}

.SelectBox_1 .SelectInput > .DropdownBox > .Option {
	width: 100%;
	/*height: 36px;*/
	height: 38px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color7);
	line-height: 36px;
	text-align: left;
	cursor: pointer;
}

.SelectBox_1 .SelectInput > .DropdownBox > .Option:hover {
	font-weight: 700;
	background-color: var(--color15);
}

.SelectBox_1 .ErrorText {
	display: none;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 16px;
	font-weight: 400;
	color: var(--error);
	letter-spacing: -0.3px;
}

.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/easyai/toggle_1.svg);
}

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

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

.Container .MainWrap.Style2 > .Inner {
	padding: 0;
}

.Container .MainWrap > .Inner {
	padding-top: 120px;
	padding-bottom: 120px;
}

.Header {
	padding: 32px 0;
	background-color: var(--color1);
}

.Header .Box-UOL03GI {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 110px;
}

.Header .Box-UOL03GI .TopNavBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
}

.Header .Box-UOL03GI .TopNavBox > li > a {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	height: 40px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color12);
}

.Header .Box-UOL03GI .TopNavBox > li > a:hover, .Header .Box-UOL03GI .TopNavBox > li > a.On {
	color: var(--white);
}

.Footer {
	padding: 52px 0 36px;
	background-color: var(--color6);
}

.Footer .Box-MIZ11S6 > .CompanyName {
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
}

.Footer .Box-MIZ11S6 > .CompanyInfo {
	margin-top: 12px;
}

.Footer .Box-MIZ11S6 > .CompanyInfo > li + li {
	margin-top: 8px;
}

.Footer .Box-MIZ11S6 > .CompanyInfo > li {
	position: relative;
	padding-left: 8px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color10);
}

.Footer .Box-MIZ11S6 > .CompanyInfo > li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.Footer .Box-MIZ11S6 > .CompanyInfo > li > .BtnLink {
	margin-left: 8px;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	letter-spacing: -0.18px;
	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;
}

.Text-YOU36J1 > .Title {
	font-size: 38px;
	font-weight: 500;
	color: var(--color5);
	letter-spacing: -0.38px;
	text-align: center;
}

.Text-YOU36J1 > .Desc {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 400;
	color: var(--color9);
	line-height: 25px;
	letter-spacing: -0.09px;
	text-align: center;
}

.Sec-5FZO472 {
	margin-top: 80px;
}

.Sec-5FZO472 .ListBox {
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: repeat(4, 1fr);
	gap: 44px 46px;
}

.Sec-5FZO472 .ListBox > li > a {
	display: block;
}

.Sec-5FZO472 .ListBox > li > a > .ImgBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 250px;
	height: 250px;
	background-color: var(--color15);
	border-radius: 5px;
}

.Sec-5FZO472 .ListBox > li > a > .ImgBox > .ShadowEffect {
	position: relative;
	width: 105px;
	height: 150px;
	box-shadow: -10px 10px 10px 0 var(--color19);
}

.Sec-5FZO472 .ListBox > li > a > .ImgBox > .ShadowEffect::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 150px;
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 60%, transparent);
	pointer-events: none;
}

.Sec-5FZO472 .ListBox > li > a > .ImgBox > .ShadowEffect > img {
	width: 100%;
	height: 100%;
}

.Sec-5FZO472 .ListBox > li > a > .Title {
	margin-top: 12px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color6);
}

.Sec-5FZO472 .ListBox > li > a > .Badge_3 {
	margin-top: 8px;
}

.TabUi_6 .TabContentWrap .TabContent .Text-J6U4M70 .ContentTitle {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 700;
	color: var(--color5);
}

.TabUi_6 .TabContentWrap .TabContent .Text-J6U4M70 .ContentDesc {
	font-size: 15px;
	font-weight: 400;
	color: var(--color7);
	line-height: 23px;
}

.TabUi_6 .TabContentWrap .TabContent .Text-J6U4M70 .ContentDesc .BtnLinkMail {
	font-size: 20px;
	font-weight: 700;
}

.TabUi_6 .TabContentWrap .TabContent .Text-J6U4M70 .ContentDesc .Text-449Y2L2 {
	margin-top: 10px;
}

.TabUi_6 .TabContentWrap .TabContent .Text-J6U4M70 .ContentDesc .ListNum {
	font-size: 10px;
}

.Spacer-9EARW16 {
	margin-top: 60px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .SelectArea {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .SelectArea > .SelectBox_1:nth-child(1) {
	width: 91px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .SelectArea > .SelectBox_1:nth-child(2) {
	width: 143px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li {
	border-bottom: 1px solid #EAEAEA;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li > a {
	display: block;
	padding: 24px 0;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li > a .Title {
	font-size: 17px;
	font-weight: 500;
	color: var(--color7);
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li > a .Author {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li > a .SubInfo {
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li > a .SubInfo > li + li {
	padding-left: 4px;
	border-left: 1px solid var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .ListWrap > li > a .SubInfo > li {
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-3BOXPEU .BtnBox {
	margin-top: 60px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea {
	padding-bottom: 40px;
	border-bottom: 1px solid #EAEAEA;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .Company {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 15px;
	font-weight: 500;
	color: var(--color17);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .Title {
	margin-top: 8px;
	font-size: 24px;
	font-weight: 700;
	color: var(--color5);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .TitleEng {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .OriginalInfo {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
	gap: 0;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .OriginalInfo > .Left .Author {
	font-size: 14px;
	font-weight: 400;
	color: var(--color7);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .OriginalInfo > .Left .SubInfo {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .OriginalInfo > .Left .SubInfo > li + li {
	padding-left: 4px;
	border-left: 1px solid var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .TitleArea .OriginalInfo > .Left .SubInfo > li {
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea {
	margin-top: 60px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li + li {
	margin-top: 60px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .DescSubTitle {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color5);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .DatailText {
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
	line-height: 28px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .KeywordBox {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .KeywordBox > li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	height: 24px;
	padding: 0 6px;
	font-size: 13px;
	font-weight: 500;
	color: var(--color7);
	background-color: var(--color15);
	border-radius: 5px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li + li {
	margin-top: 20px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li {
	display: flex;
	gap: 8px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li .Num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: 700;
	color: var(--white);
	background: url("/icon/hanwoolSociety/icon_3.svg") no-repeat;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li .Detail .Title {
	font-size: 16px;
	font-weight: 400;
	color: var(--color7);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li .Detail .SubInfo {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li .Detail .SubInfo > li + li {
	padding-left: 4px;
	border-left: 1px solid var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .ReferenceList > li .Detail .SubInfo > li {
	font-size: 12px;
	font-weight: 400;
	color: var(--color9);
}

.TabUi_6 .TabContentWrap .TabContent .Box-968PUEC .DescArea > li .CaptionBox {
	height: 28px;
	padding: 0 6px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--color9);
	letter-spacing: -0.12px;
	background-color: var(--color15);
	border-radius: 5px;
}

