@charset "UTF-8";

/*=========================================================
0. 폰트
=========================================================*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*=========================================================
1. 변수 정의
=========================================================*/

:root {
	--container-wide-width: 1830px;
	--container-width: 1250px;
	--container-margin: 30px;

	--primary-color: #122780;
	--secondary-color: #fdce00;
	--tertiary-color: #2196f3;

	--green-color: #29a957;
	--pink-color: #cb105b;
	--purple-color: #6a4d8f;
	--yellow-color: #faa53d;

	--diamond-color: #006bea;
	--platinum-color: #22b4b4;
	--gold-color: #f4bc26;
	--silver-color: #bbb;

	--default-color: #ccc;
	--alert-color: tomato;
	--safety-color: forestgreen;
	--youtube-color: #ff0000;
	--facebook-color: #4267b2;
	--twitter-color: #1da1f2;
	--twitterx-color: #000;
	--instagram-background-color: radial-gradient(
		circle at 30% 107%,
		#fdf497 0%,
		#fdf497 5%,
		#fd5949 45%,
		#d6249f 60%,
		#285aeb 90%
	);
	--instagram-border-color: linear-gradient(to right, #fd5949 0%, #285aeb 100%);
	--instagram-default-color: #d6249f;
}

/*=========================================================
2. 리셋
=========================================================*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

/*=========================================================
3. 기본 스타일 초기화
=========================================================*/

html,
body {
	height: 100%;
	height: 100dvh;
}

body {
	line-height: 1.5;
	letter-spacing: -0.025em;
	font-family:
		"Roboto", "Noto Sans KR", "Apple SD Gothic Neo", Helvetica, sans-serif;
	background: #fff;
	color: #333;
	word-wrap: break-word;
	word-break: keep-all;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="submit"],
input[type="reset"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
input[type="file"],
select,
button,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	color: #333;
	font-family: inherit;
	font-size: 100%;
	letter-spacing: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

button span {
	position: relative;
}

textarea {
	resize: none;
}

em,
address,
i {
	font-style: normal;
}

strong,
b {
	font-weight: 700;
}

/* :focus {
	outline: 3px dashed var(--primary-color);
} */

:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

[readonly],
:disabled {
	background: #f1f1f1 !important;
	cursor: not-allowed !important;
}

:-moz-submit-invalid,
:-moz-ui-invalid {
	box-shadow: none;
}

label {
	cursor: pointer;
}

caption,
legend,
.hidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

@supports (-webkit-appearance: none) or
	(-moz-appearance: none) or
	(-ms-flexbox: 1) {
	::placeholder {
		font-weight: 400;
		color: #ccc;
		opacity: 1;
	}
}

/* a[href^="mailto:"],
a[href^="tel:"] {
	color: var(--secondary-color) !important;
} */

[data-link] {
	color: #2c41a2 !important;
	text-decoration: underline;
}

sup {
	position: relative;
	top: -0.3em;
	font-size: 0.8em;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	margin-left: -8px;
	background-color: var(--default-color);
	/* border-radius: 4px; */
}

::-webkit-scrollbar-thumb {
	width: 8px;
	height: 8px;
	background: var(--primary-color);
	/* border-radius: 4px; */
}

::-webkit-scrollbar-button {
	display: none;
}

/* PC, 모바일 제어 */
.pc {
	display: block !important;
}

.mobile {
	display: none !important;
}

@media (max-width: 1024px) {
	table {
		word-break: break-all;
	}

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}
}

/*=========================================================
4. 공통 레이아웃
=========================================================*/

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	height: 100vh;
	height: 100dvh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.container {
	position: relative;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 var(--container-margin);
}

.container.wide {
	max-width: var(--container-wide-width);
}

.content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.quick_menu {
	position: fixed;
	right: 0;
	top: 50%;
	transition: all 0.3s;
	transform: translate(160px, -50%);
	z-index: 15;
	overflow: hidden;
	cursor: pointer;
}

.quick_menu:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 64px;
	background: url(../img/ico/ico_quick_menu_arrow.png);
	left: 11px;
	top: 50%;
	margin-top: -32px;
	transform: rotate(180deg);
}

.quick_menu.on {
	transform: translate(0, -50%);
}

.quick_menu.on:after {
	transform: rotate(0deg);
}

.quick_menu .menu_wrap {
	border: 10px solid #6a4d8f;
	border-right: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #6a4d8f;
	width: 200px;
}

.quick_menu ul {
	display: flex;
	flex-direction: column;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 1px solid #fff;
	border-right: 0;
	padding: 45px 30px;
	gap: 30px;
}

.quick_menu a {
	display: flex;
	gap: 0.5em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.2em;
	align-items: center;
	color: #fff;
	transition: all 0.3s;
}

.quick_menu a:hover {
	color: var(--secondary-color);
}

.quick_menu a i {
	font-size: 1.5em;
}

@media (max-width: 1024px) {
	.container {
		padding: 0 30px;
	}

	.content {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

@media (max-width: 599px) {
	.container {
		padding: 0 15px;
	}

	.content {
		padding-bottom: 30px;
	}
}

/* 리스트 */
[data-list] {
	text-align: left;
	text-indent: 0;
}

[data-list] > li {
	position: relative;
	line-height: 1.5em;
	padding-left: 0.75em;
	font-weight: 400;
}

[data-list].gap > li:not(:first-child) {
	margin-top: 1.5em;
}

[data-list] > li:before {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0;
}

[data-list].type1 > li:before {
	width: 0.35em;
	height: 1px;
	margin-top: -1px;
	background: #000;
}

[data-list].type2 > li:before {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background: var(--tertiary-color);
}

[data-list] [data-list] {
	margin: 5px 0 10px;
}

[data-list].type3 > li {
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 1024px) {
	[data-list] > li {
		line-height: 1.5em !important;
		/* font-size: 14px !important; */
	}

	[data-list].type1 > li:before {
		top: 0.6em;
	}
}

@media (max-width: 599px) {
	[data-list] > li {
		/* font-size: 12px !important; */
	}
}

/* 체크박스, 라디오버튼 */
[data-option] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-option].block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

[data-option].single {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

[data-option] {
	column-gap: 1.5em;
	row-gap: 0.5em;
}

[data-option] li {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

[data-option] input[type="checkbox"],
[data-option] input[type="radio"] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: left;
	transform-origin: left;
	margin: 0;
	margin-right: 0.25em;
	vertical-align: middle;
}

/* 셀렉트박스 */
[data-select-box] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	text-align: left;
	border: 1px solid var(--default-color);
	border-radius: 0.5em;
	padding-right: 0.5em;
}

[data-select-box] select {
	z-index: 1;
	line-height: 2.5em;
	padding: 0.25em 0.75em;
	padding-right: 1.25em;
	width: 100%;
}

[data-select-box].full,
[data-select-box].full select {
	width: 100%;
}

[data-select-box] svg {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0.25em;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	color: var(--primary-color);
}

/* 입력폼 */
[data-input] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	border: 1px solid var(--default-color);
	max-width: 100%;
	border-radius: 0.5em;
	font-size: 1.1em;
}

[data-input]
	> :is(
		input[type="text"],
		input[type="password"],
		input[type="tel"],
		input[type="email"],
		input[type="number"],
		input[type="search"]
	) {
	line-height: 2.5em;
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
}

[data-input].full,
[data-input].full
	> :is(
		input[type="text"],
		input[type="password"],
		input[type="tel"],
		input[type="email"],
		input[type="number"],
		input[type="search"]
	),
[data-input] input[type="text"].full {
	width: 100%;
}

[data-input] textarea {
	width: 100%;
	resize: none;
	height: 150px;
	padding: 0.25em 0.5em;
}

[data-input].box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5em;
	border: 0;
}

[data-input].box
	:is(input[type="text"], input[type="password"], input[type="email"]) {
	border: 1px solid var(--primary-color);
	border-radius: 0.5em;
}

[data-input="password"] input[type="password"],
[data-input="search"] input[type="text"] {
	padding-right: 1.5em;
}

[data-input="password"] button,
[data-input="search"] button {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0.25em;
	line-height: 1em;
	margin-top: -0.5em;
}

[data-input="password"] button i,
[data-input="search"] button i {
	font-size: 1.2em;
	color: var(--point-color);
}

[data-input="tel"] input[type="text"] {
	width: 60px;
}

[data-input="address"] {
	width: 100%;
}

[data-input="file"] {
	display: block !important;
}

[data-input="file"] input[type="file"]:focus + [data-ctr-btn] label {
	outline: 3px dashed var(--primary-color);
}

[data-input="file"] .upload_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 5px;
}

[data-input="file"] .upload_form :is(.cnt, .ext, .size) span {
	color: var(--point-color);
	font-weight: 700;
}

[data-input="file"] .file_list:has(li) {
	margin-top: 15px;
}

[data-input="file"] .file_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

[data-input="file"] .file_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

[data-input="file"] .file_list .img_wrap {
	position: relative;
	width: 80px;
	height: 80px;
}

[data-input="file"] .file_list .img_wrap img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

[data-input="file"] .file_list .name {
	overflow: hidden;
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

[data-input="file"] .file_list button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

[data-input="file"] .file_list button:hover {
	color: var(--point-color);
}

[data-input="file"] .file_list i {
	font-size: 1.5em;
}

[data-input="file"] .drag_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	border: 1px solid var(--primary-color);
	border-radius: 0.5em;
	width: 100%;
	min-height: 150px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f1f1f1;
	cursor: pointer;
}

[data-input="file"] .drag_box + .upload_form {
	margin-top: 5px;
}

[data-input="file"] :is(.drag_box:hover, .drag_box.hover) {
	border-color: var(--point-color);
}

[data-input="file"] .drag_box .flie_list li {
	margin: 0;
}

[data-input="file"] .drag_box .file_list:has(li) {
	margin-top: 0;
}

[data-input="file"] .drag_box .drag_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	width: 100%;
}

[data-input="file"] .drag_box .drag_info i {
	font-size: 1.5em;
	-webkit-transform: translateY(0.05em);
	transform: translateY(0.05em);
}

[data-input="file"] .drag_box .file_list:has(li) + .drag_info {
	display: none;
}

@media (max-width: 1024px) {
	[data-input] {
		font-size: 1em;
	}
}

/* 제어 버튼 */
[data-ctr-btn] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px !important;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

[data-ctr-btn].single {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 0 !important;
}

[data-ctr-btn].full {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

[data-ctr-btn] li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

[data-ctr-btn].full li {
	max-width: 100%;
}

[data-ctr-btn] li :is(a, button, label) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 1em 2em;
	border: 1px solid var(--default-color);
	background-color: var(--default-color);
	font-size: 16px;
	/* font-weight: 700; */
	color: #fff;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	flex-shrink: 0;
	-webkit-box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 10%);
	box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 10%);
	line-height: 1.5em;
	gap: 4px;
	overflow: hidden;
	transition:
		color 0.3s,
		background-color 0.3s,
		border-color 0.3s,
		filter 0.3s;
}

[data-ctr-btn] li :is(a, button, label) .txt {
	position: relative;
}

[data-ctr-btn] li :is(a, button):hover:not(.outline, .fill) {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

[data-ctr-btn] .small {
	font-size: 16px;
	padding: 0.5em 1.25em;
}

[data-ctr-btn] .big {
	font-size: 32px;
	padding: 0.5em 2em;
}

[data-ctr-btn] .rounded {
	border-radius: 0.5em;
}

[data-ctr-btn] .capsule {
	border-radius: 3em;
}

[data-ctr-btn] .outline {
	background-color: transparent;
	color: var(--primary-color);
	border-color: var(--primary-color);
}

[data-ctr-btn] .outline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: var(--primary-color);
	transition: 0.3s;
	z-index: 0;
}

[data-ctr-btn] .outline:hover {
	color: #fff !important;
}

[data-ctr-btn] .outline:hover:before {
	width: 500%;
	height: 0%;
	padding-top: 500%;
}

[data-ctr-btn] li :is(a, button, label) svg {
	width: 1.2em;
	height: 1.2em;
	margin: 0 5px;
}

[data-ctr-btn] .submit.outline {
	color: var(--pink-color);
	border-color: var(--pink-color);
}

[data-ctr-btn] .submit2.outline {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

[data-ctr-btn] .youtube.outline {
	color: var(--youtube-color);
	border-color: var(--youtube-color);
}

[data-ctr-btn] .facebook.outline {
	color: var(--facebook-color);
	border-color: var(--facebook-color);
}

[data-ctr-btn] .twitter.outline {
	color: var(--twitter-color);
	border-color: var(--twitter-color);
}

[data-ctr-btn] .twitterx.outline:hover {
	color: #fff;
	background-color: var(--twitterx-color);
}

[data-ctr-btn] .instagram.outline:hover {
	color: #fff;
	background: var(--instagram-background-color);
}

[data-ctr-btn] .submit:not(.outline) {
	border-color: var(--pink-color);
	background-color: var(--pink-color);
}

[data-ctr-btn] .submit2:not(.outline) {
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
}

[data-ctr-btn] .youtube:not(.outline) {
	border-color: var(--youtube-color);
	background-color: var(--youtube-color);
}

[data-ctr-btn] .facebook:not(.outline) {
	border-color: var(--facebook-color);
	background-color: var(--facebook-color);
}

[data-ctr-btn] .twitter:not(.outline) {
	border-color: var(--twitter-color);
	background-color: var(--twitter-color);
}

[data-ctr-btn] .twitterx:not(.outline) {
	border-color: var(--twitterx-color);
	background-color: var(--twitterx-color);
}

[data-ctr-btn] .instagram:not(.outline) {
	-o-border-image: var(--instagram-border-color);
	border-image: var(--instagram-border-color);
	border-image-slice: 1;
	background: var(--instagram-background-color);
}

[data-ctr-btn] .submit.outline:before {
	background-color: var(--pink-color);
}

[data-ctr-btn] .submit2.outline:before {
	background-color: var(--secondary-color);
}

[data-ctr-btn] .youtube.outline:before {
	background-color: var(--youtube-color);
}

[data-ctr-btn] .facebook.outline:before {
	background-color: var(--facebook-color);
}

[data-ctr-btn] .twitter.outline:before {
	background-color: var(--twitter-color);
}

/* 상태 색상 */

[data-ctr-btn] .alert.outline {
	color: var(--alert-color);
	border-color: var(--alert-color);
}

[data-ctr-btn] .alert.outline:hover {
	color: #fff;
	background-color: var(--alert-color);
}

[data-ctr-btn] .alert:not(.outline) {
	border-color: var(--alert-color);
	background-color: var(--alert-color);
}

[data-ctr-btn] .alert.outline:before {
	background-color: var(--alert-color);
}

[data-ctr-btn] .safety.outline {
	color: var(--safety-color);
	border-color: var(--safety-color);
}

[data-ctr-btn] .safety.outline:hover {
	color: #fff;
	background-color: var(--safety-color);
}

[data-ctr-btn] .safety:not(.outline) {
	border-color: var(--safety-color);
	background-color: var(--safety-color);
}

[data-ctr-btn] .safety.outline:before {
	background-color: var(--safety-color);
}

[data-ctr-btn] .outline.invert {
	color: #000;
}

[data-ctr-btn] .outline.invert:hover {
	color: #fff !important;
}

@media (max-width: 1024px) {
	[data-ctr-btn] {
		margin-top: 30px !important;
	}

	[data-ctr-btn] li :is(a, button, label) {
		font-size: 16px;
		padding: 0.75em 1.5em;
	}

	[data-ctr-btn] .small {
		font-size: 14px;
	}

	[data-ctr-btn] .big {
		font-size: 22px;
	}
}

@media (max-width: 599px) {
	[data-ctr-btn] li :is(a, button, label) {
		/* font-size: 12px; */
		padding: 0.75em 1em;
	}

	[data-ctr-btn] .small {
		/* font-size: 12px; */
	}
}

/* 탭메뉴 */
[data-tab-menu] {
	width: 100%;
	text-align: center;
}

[data-tab-menu] > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	gap: 10px;
}

[data-tab-menu] :is(a, button) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0.25em;
	border: 1px solid var(--default-color);
	height: 5em;
	border-radius: 0.5em;
	background: #fff;
	color: #333;
}

[data-tab-menu] :is(a.on, button.on) {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

[data-tab-menu] :is(a.on, button.on):before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: var(--primary-color) transparent transparent transparent;
}

[data-tab-menu].border > div {
	border-bottom: 1px solid var(--default-color);
	border-left: 1px solid var(--default-color);
}

[data-tab-menu].border :is(a, button) {
	background: #fff;
	border-right: 1px solid var(--default-color);
	border-top: 1px solid var(--default-color);
	color: #333;
}

[data-tab-menu].border :is(a.on, button.on) {
	color: var(--primary-color);
}

@media (max-width: 1024px) {
	[data-tab-menu] {
		font-size: 1.1em;
	}

	[data-tab-menu] :is(a, button) {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 5px);
		flex: 0 1 calc(50% - 5px);
		height: 3.5em;
	}

	[data-tab-menu] :is(a.on, button.on):before {
		display: none;
	}
}

@media (max-width: 599px) {
	[data-tab-menu] {
		font-size: 14px;
	}

	[data-tab-menu] li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

/* 데이터 테이블 */
[data-table] {
	overflow: hidden;
	margin: 15px 0;
	/* font-size: 0.9em; */
}

[data-table] table {
	border-top: 1px solid var(--default-color);
}

[data-table] table :is(th, td) {
	height: 35px;
	line-height: 1.5em;
	padding: 0.5em;
	border-bottom: 1px solid var(--default-color);
	-webkit-border-start: 1px solid var(--default-color);
	border-inline-start: 1px solid var(--default-color);
	-webkit-border-end: 1px solid var(--default-color);
	border-inline-end: 1px solid var(--default-color);
	text-align: left;
	vertical-align: middle;
}

[data-table] table tbody :is(th, td) {
	padding: 0.75em 1em;
}

[data-table] table th {
	background: #eee;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
}

[data-table] table thead th {
	background: var(--primary-color);
	color: #fff;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

[data-table] table.center td {
	text-align: center;
}

[data-table] table.side_borderless tr > *:first-child {
	-webkit-border-start: none;
	border-inline-start: none;
}

[data-table] table.side_borderless tr > *:last-child {
	-webkit-border-end: none;
	border-inline-end: none;
}

[data-table] table.vertical_borderless :is(th, td) {
	-webkit-border-start: none;
	border-inline-start: none;
	-webkit-border-end: none;
	border-inline-end: none;
}

[data-table] table.stripe_row tr:nth-child(even) > * {
	background: #f4f4f4;
}

[data-table] table.stripe_col tbody tr > *:nth-child(even) {
	background: #f4f4f4;
}

[data-table] table.hover_row tbody tr:hover > * {
	background: #f4f4f4;
}

[data-table] table.hover_cell tbody td:hover {
	background: #f4f4f4;
}

[data-table] table :is(th.left, td.left) {
	text-align: left;
}

[data-table] table :is(th.right, td.right) {
	text-align: right;
}

[data-table] table :is(input[type="text"], [data-select-box]) {
	width: 100%;
}

[data-table] table [data-select-box] select {
	min-width: 0;
}

[data-table] table textarea {
	width: 100%;
	height: 200px;
	border: 1px solid var(--default-color);
	padding: 10px;
}

@media (max-width: 1024px) {
	[data-table] {
		overflow-x: auto;
	}

	[data-table]:before {
		content: "↔Scroll left to right.";
		display: block;
		margin-bottom: 5px;
		font-size: 0.8em;
		color: var(--primary-color);
	}

	[data-table].fix:before {
		display: none;
	}

	[data-table] table {
		margin-left: 0;
		width: 1024px;
	}

	[data-table].fix table {
		width: 100%;
	}

	[data-table] table :is(th, td) {
		height: 30px;
		padding: 0.25em;
	}
}

@media (max-width: 599px) {
	[data-table] table :is(th, td) {
		height: 25px;
		padding: 0.25em 0.125em;
	}
}

/* 검색폼 */
[data-search-box] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 5px;
	margin: 15px 0;
}

/* 게시판 리스트 */
[data-board-table] :is(th, td) {
	border-bottom: 1px solid var(--default-color);
	vertical-align: middle;
	padding: 0.25em 0.5em;
}

[data-board-table] tr.notice :is(th, td) {
	background: #f4f4f4;
}

[data-board-table] .center :is(th, td) {
	text-align: center;
	height: 50px;
}

[data-board-table] :is(th.left, td.left) {
	text-align: left;
}

[data-board-table] :is(th.right, td.right) {
	text-align: right;
}

[data-board-table] thead th {
	border-top: 3px solid var(--primary-color);
	font-weight: 700;
}

[data-board-table] [data-type="title"] a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

[data-board-table] [data-type="title"] :is(a:hover, a:focus) {
	color: var(--primary-color);
}

[data-board-table] [data-type="title"] .tag {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: var(--primary-color);
	color: #fff;
	font-size: 0.75em;
	padding: 0.25em 0.5em;
	border-radius: 3px;
}

[data-board-table] [data-type="title"] .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

[data-board-table] [data-type="title"] .icon {
	width: 1em;
	height: 1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

[data-board-table] tr.notice [data-type="num"] {
	font-weight: 700;
	color: var(--alert-color);
}

@media (max-width: 1024px) {
	[data-board-table] :is(table, thead, tbody, tr, th, td) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left !important;
		height: auto !important;
	}

	[data-board-table] table {
		border-top: 3px solid var(--primary-color);
	}

	[data-board-table] thead {
		overflow: hidden;
		clip: rect(0 0 0 0);
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}

	[data-board-table] table {
		border-top: 3px solid var(--primary-color);
	}

	[data-board-table] tr {
		border-bottom: 1px solid var(--default-color);
		gap: 0.5em;
		padding: 0.5em 0;
	}

	[data-board-table] tr.notice {
		background: #f4f4f4;
		padding: 0.5em;
	}

	[data-board-table] :is(th, td) {
		padding: 0;
	}

	[data-board-table] tr.notice :is(th, td) {
		background: none;
	}

	[data-board-table] td {
		border: 0;
	}

	[data-board-table] [data-type="title"] a {
		display: inline;
	}

	[data-board-table] [data-type="title"] .tit {
		display: inline;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}

	/* [data-board-table] [data-type="num"]:before {
		content: "번호";
	}

	[data-board-table] [data-type="title"]:before {
		content: "제목";
	} */
}

/* 텍스트 박스 */
[data-box] {
	border: 3px solid var(--secondary-color);
	padding: 30px;
	text-align: center;
	font-size: 1.2em;
}

@media (max-width: 1024px) {
	[data-box] {
		padding: 15px;
	}
}

/* 갤러리 리스트 */
[data-gallery] {
	border-top: 3px solid var(--primary-color);
	border-bottom: 1px solid var(--default-color);
	padding: 30px 0;
}

[data-gallery] > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

[data-gallery] > ul > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(33.33% - 20px);
	flex: 0 1 calc(33.33% - 20px);
}

[data-gallery] a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

[data-gallery] .img_wrap {
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

[data-gallery] .img_wrap .cover {
	overflow: hidden;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

[data-gallery] .img_wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}

[data-gallery] :is(a:hover, a:focus) .img_wrap img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

[data-gallery] .txt_wrap {
	margin-top: 15px;
}

[data-gallery] .txt_wrap .tit {
	font-weight: 700;
	font-size: 1.2em;
	color: var(--primary-color);
}

[data-gallery] .txt_wrap .txt {
	margin-top: 15px;
}

[data-gallery] .txt_wrap .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-top: 15px;
	font-size: 0.9em;
	color: var(--default-color);
}

[data-gallery] .txt_wrap svg {
	width: 1em;
	height: 1em;
}

@media (max-width: 1024px) {
	[data-gallery] {
		padding: 15px 0;
	}

	[data-gallery] > ul {
		gap: 15px;
	}

	[data-gallery] > ul > li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 8px);
		flex: 0 1 calc(50% - 8px);
	}
}

@media (max-width: 599px) {
	[data-gallery] > ul > li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

/* 게시판 상세 */
[data-board-view] .view_header {
	padding: 15px 0;
	border-top: 3px solid var(--primary-color);
	border-bottom: 1px solid var(--default-color);
}

[data-board-view] .view_header h1 {
	font-size: 1.25em;
	font-weight: 700;
}

[data-board-view] .view_header h1 svg {
	width: 1em;
	height: 1em;
}

[data-board-view] .view_header .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin-top: 15px;
	font-size: 0.9em;
}

[data-board-view] .view_header .info li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--default-color);
}

[data-board-view] .view_header .info li svg {
	width: 1em;
	height: 1em;
	margin-right: 5px;
}

[data-board-view] .view_body {
	padding-top: 15px;
}

[data-board-view] .view_body .download {
	margin-top: 30px;
}

[data-board-view] .view_body .download ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin-top: 15px;
	font-size: 0.9em;
}

[data-board-view] .view_body .download a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[data-board-view] .view_body .download .tit {
	display: inline;
	overflow: hidden;
	max-width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

[data-board-view] .view_body .download svg {
	width: 1em;
	height: 1em;
	margin-right: 5px;
}

[data-board-view] .view_body .paging {
	margin-top: 15px;
	border-top: 1px solid var(--default-color);
	border-bottom: 1px solid var(--default-color);
	padding: 15px 0;
}

[data-board-view] .view_body .paging a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2em;
}

[data-board-view] .view_body .paging span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

[data-board-view] .view_body .paging span svg {
	width: 1em;
	height: 1em;
	margin-right: 5px;
}

[data-board-view] .view_body .paging p {
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 페이징 */
[data-paging] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[data-paging] :is(.on, a) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2.5em;
	height: 2.5em;
	padding: 0.25em;
	border: 1px solid var(--default-color);
}

[data-paging] .on {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	font-weight: 700;
}

[data-paging] svg {
	width: 1.5em;
	height: 1.5em;
}

/* 정보 입력폼 */
[data-input-form] .notice {
	text-align: right;
	margin-bottom: 1.5em;
}

[data-input-form] .essential {
	font-size: 12px;
	color: var(--alert-color);
	fill: var(--alert-color);
	font-weight: 400 !important;
}

[data-input-form] table {
	border-top: 1px solid #000;
}

[data-input-form] :is(th, td) {
	height: 50px;
	line-height: 1.5em;
	padding: 0.5em;
	border-bottom: 1px solid var(--default-color);
	-webkit-border-start: 1px solid var(--default-color);
	border-inline-start: 1px solid var(--default-color);
	-webkit-border-end: 1px solid var(--default-color);
	border-inline-end: 1px solid var(--default-color);
	vertical-align: middle;
}

[data-input-form] table.side_borderless tr > *:first-child {
	-webkit-border-start: none;
	border-inline-start: none;
}

[data-input-form] table.side_borderless tr > *:last-child {
	-webkit-border-end: none;
	border-inline-end: none;
}

[data-input-form] table.vertical_borderless :is(th, td) {
	-webkit-border-start: none;
	border-inline-start: none;
	-webkit-border-end: none;
	border-inline-end: none;
}

[data-input-form] table.no_border {
	border-top: 0;
}

[data-input-form] table.no_border :is(th, td) {
	-webkit-border-start: none;
	border-inline-start: none;
	-webkit-border-end: none;
	border-inline-end: none;
	border-bottom: 0;
}

[data-input-form] th {
	font-weight: 700;
	font-size: 1.1em;
	text-align: left;
}

[data-input-form] td .info {
	margin-top: 0.5em;
}

[data-input-form] td .info svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}

[data-input-form] td.alert [data-input],
[data-input-form] td.alert fieldset :is(input[type="text"], [data-select-box]),
[data-input-form] td.alert [data-select-box]:only-child {
	border-color: var(--alert-color);
}

[data-input-form] td.alert .info {
	color: var(--alert-color);
}

[data-input-form] td.pass .info {
	color: var(--safety-color);
}

@media (max-width: 1024px) {
	[data-input-form] :is(table, thead, tbody, tr, th, td) {
		display: block;
		text-align: left !important;
		height: auto !important;
	}

	[data-input-form] tr {
		padding: 0.5em 0;
		/* border-bottom: 1px solid var(--default-color); */
	}

	[data-input-form] table.no_border tr {
		border-bottom: 0;
	}

	[data-input-form] :is(th, td) {
		height: 40px;
		padding: 0.25em;
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	[data-input-form] th {
		/* margin-bottom: 0.5em; */
	}
}

@media (max-width: 599px) {
	[data-input-form] :is(th, td) {
		height: 30px;
		line-height: 1.5em;
		padding: 0.25em 0.125em;
	}

	[data-input-form] th {
		font-size: 1em;
	}
}

/* 아코디언 메뉴 */
[data-accordion] .info {
	margin: 15px 0;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}

[data-accordion] .info.on {
	border-color: var(--secondary-color);
}

[data-accordion] .tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[data-accordion] .tit button {
	width: 100%;
	text-align: left;
	padding: 30px;
	font-size: 1.35em;
	font-weight: 700;
}

[data-accordion] .info.on .tit button {
	color: var(--secondary-color);
}

[data-accordion] .tit i {
	display: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.5em;
	height: 1.5em;
	margin-right: 15px;
	font-size: 1.5em;
}

[data-accordion] .tit i:first-of-type {
	display: block;
}

[data-accordion] .info.on .tit i:first-of-type {
	display: none;
}

[data-accordion] .info.on .tit i:last-of-type {
	display: block;
}

[data-accordion] .txt {
	/* display: none; */
	padding: 30px;
	padding-top: 0;
	color: #666;
	font-size: 1.1em;
}

/* [data-accordion] .info.on .txt {
	display: block;
} */

@media (max-width: 1024px) {
	[data-accordion] .tit button {
		padding: 15px;
		font-size: 1em;
	}

	[data-accordion] .tit i {
		margin-right: 5px;
	}

	[data-accordion] .txt {
		padding: 15px;
		padding-top: 0;
		font-size: 1em;
	}
}

/* 모달 */
[data-modal] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	visibility: hidden;
	inset: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	background: rgba(0, 0, 0, 0.75);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
}

[data-modal].on {
	visibility: visible;
	z-index: 101;
	opacity: 1;
}

[data-modal] .modal {
	overflow-y: auto;
	position: relative;
	width: var(--container-width);
	min-width: 320px;
	/* max-width: calc(100vw - 30px); */
	max-width: 800px;
	max-height: 700px;
	max-height: calc(100vh - 30px);
	max-height: calc(100dvh - 30px);
	padding: 40px 60px;
	background: #fff;
	font-size: 16px;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
	/* border-radius: 40px; */
}

/* [data-nonfixed] .modal {
	max-height: unset;
	overflow-y: auto;
} */

[data-modal] .modal.banner {
	width: auto;
}

[data-modal] :is(.modal.banner, .modal.video) {
	padding: 0;
}

[data-modal] .modal.banner a img {
	display: block;
}

[data-modal] .modal.video .video_wrap {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	background: rgba(0, 0, 0, 0.5);
}

[data-modal] .modal.video .video_wrap:before {
	content: "Loading...";
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[data-modal] .modal.video .video_wrap :is(iframe, video) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

[data-modal] .modal h1 {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: 700;
}

[data-modal] .modal .close {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	/* background: var(--primary-color);
	color: #fff; */
	color: var(--primary-color);
	border-radius: 50%;
	/* font-size: 1.5em; */
	font-size: 3em;
}

@media (max-width: 1024px) {
	[data-modal] .modal {
		max-height: calc(100vh - 60px);
		max-height: calc(100dvh - 60px);
		padding: 30px;
		border-radius: 15px;
	}

	[data-modal] .modal .close {
		width: 30px;
		height: 30px;
	}

	[data-modal] .modal h1 {
		font-size: 1.35em;
	}
}

@media (max-width: 599px) {
	[data-modal] .modal {
		max-height: calc(100vh - 120px);
		max-height: calc(100dvh - 120px);
		padding: 15px;
		padding-top: 30px;
	}
}

/* 절차 */
[data-step] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px -10px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-step]:after {
	content: "";
	display: block;
	clear: both;
}

[data-step] li {
	padding: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

[data-step] li .box {
	height: 100%;
	padding: 20px;
	border: 1px solid var(--default-color);
	border-radius: 5px;
}

[data-step] li .box .tit {
	display: block;
	line-height: 1.25em;
	padding: 0.375em 0;
	background-color: var(--primary-color);
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

[data-step] li .box .tit:only-child {
	height: 100%;
}

[data-step] li .box .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.4em;
	margin-top: 15px;
	color: #000;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1024px) {
	[data-step] {
		margin: 30px -8px 0;
	}

	[data-step] li {
		padding: 8px;
		-webkit-box-flex: 1;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	[data-step] li .box {
		padding: 15px;
	}
}

/* 약관 */
[data-term] {
	overflow-y: auto;
	max-height: 250px;
	background: #f4f4f4;
	padding: 15px;
}

/* 세션 목록 */
[data-session] .session_tit {
	font-weight: 700;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}

[data-session] .session_header {
	display: flex;
	align-items: center;
	gap: 30px;
	border: 2px solid var(--primary-color);
	border-radius: 1em;
	padding: 15px 30px;
	font-weight: 500;
	font-size: 1.1em;
}

[data-session] .session_header > div {
	display: flex;
	gap: 5px;
	align-items: center;
}

[data-session] .session_header svg {
	color: var(--primary-color);
}

[data-session] .session_header .date {
	flex-shrink: 0;
}

[data-session] .session_header .tit .sub {
	font-size: 0.9em;
	color: var(--secondary-color);
}

[data-session] .session_header .venue {
	margin-left: auto;
	text-align: right;
	flex-shrink: 0;
}

[data-session] .session_header .venue .room {
	padding: 0.25em;
	font-size: 0.75em;
	color: #fff;
	border-radius: 3px;
	background: var(--primary-color);
}

[data-session] .session_list {
	font-size: 1.1em;
}

[data-session] .session_list > li {
	display: flex;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid var(--default-color);
	padding: 15px 0;
}

[data-session] .session_list .date {
	width: 200px;
	text-align: center;
	flex-shrink: 0;
}

[data-session] .session_list .btn {
	flex-shrink: 0;
	margin-left: auto;
}

[data-session] .session_list .tit {
	color: var(--primary-color);
	font-weight: 500;
}

[data-session] .session_list .tit .speaker {
	color: #555;
	font-weight: 400;
	font-size: 0.9em;
}

[data-session] .session_list > li.presenter .date {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #333;
}

[data-session] .session_list > li.presenter .date svg {
	color: var(--primary-color);
}

[data-session] .session_list > li.presenter .tit {
	color: var(--primary-color);
}

[data-session] .session_list > li.presenter .tit .speaker {
	font-weight: 700;
}

@media (max-width: 1024px) {
	[data-session] .session_header {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
		padding: 15px;
	}

	[data-session] .session_list .date {
		width: auto;
	}

	[data-session] .session_header .date br {
		display: none;
	}

	[data-session] .session_header .venue {
		margin-left: 0;
		text-align: left;
	}

	[data-session] .session_list > li {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
		padding: 15px 0;
	}
}

/* 툴팁 */
[data-tooltip] {
	display: inline-flex;
	position: relative;
	vertical-align: middle;
}

[data-tooltip] :is(button, svg) {
	width: 1.5em;
	height: 1.5em;
}

[data-tooltip] .tooltip {
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 50%;
	padding: 0.5em;
	border-radius: 0.25em;
	background: var(--primary-color);
	color: #fff;
	transform: translateY(-50%);
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%);
	line-height: 1.25em;
	width: 200px;
	font-size: 0.85em;
	z-index: 99;
	cursor: pointer;
}

[data-tooltip].on .tooltip {
	visibility: visible;
}

[data-tooltip] .tooltip.left {
	left: auto;
	right: 100%;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

[data-tooltip] .tooltip.right {
	left: 100%;
	right: auto;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

[data-tooltip] .tooltip.top {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 100%;
	transform: translateX(-50%);
}

[data-tooltip] .tooltip.bottom {
	left: 50%;
	right: auto;
	top: 100%;
	bottom: auto;
	transform: translateX(-50%);
}

@media (max-width: 599px) {
	[data-tooltip] .tooltip {
		overflow-y: auto;
		position: fixed;
		left: 50% !important;
		right: auto !important;
		top: 50% !important;
		bottom: auto !important;
		transform: translate(-50%, -50%) !important;
		width: auto;
		max-width: calc(100vw - 30px);
		max-height: calc(100vh - 30px);
		max-height: calc(100dvh - 30px);
	}
}

/* Datepicker */
.ui-datepicker {
	display: none;
	width: 200px;
	border: 1px solid var(--secondary-color);
	background: #fff;
	text-align: center;
}

.ui-datepicker th,
.ui-datepicker td {
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 20px;
}

.ui-datepicker th {
	border-bottom: 1px solid var(--secondary-color);
	background: #e6eff1;
	color: var(--secondary-color);
}

.ui-datepicker td a {
	display: block;
	color: #999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ui-datepicker td.ui-datepicker-unselectable span {
	color: #eee;
}

.ui-datepicker td a:hover {
	background: var(--secondary-color);
	font-weight: 700;
	color: #fff;
}

.ui-datepicker td.ui-datepicker-unselectable span {
	color: #eee;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-prev {
	left: 5px;
}

.ui-datepicker .ui-datepicker-next {
	right: 5px;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	top: 5px;
}

.ui-datepicker .ui-datepicker-prev:before {
	margin-left: 2px;
	border-top: 0;
	border-right: 0;
}

.ui-datepicker .ui-datepicker-next:before {
	margin-left: -2px;
	border-bottom: 0;
	border-left: 0;
}

.ui-datepicker .ui-datepicker-title {
	background: var(--secondary-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.ui-datepicker .ui-datepicker-year {
	position: relative;
	padding: 0 3px;
	border: 0;
	font-weight: 700;
	color: var(--secondary-color);
}

/*=========================================================
5. 헤더
=========================================================*/

[data-header] header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%);
	height: 100px;
}

[data-header] h1 {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

[data-header] .header_wrap {
	position: relative;
	width: 100%;
	max-width: var(--container-width);
	padding: 0 30px;
	margin: auto auto 0;
}

[data-header] .header_wrap h1 a {
	display: block;
	height: 100%;
}

[data-header] .nav_menu {
	position: relative;
}

[data-header] .nav_wrap {
	display: flex;
	justify-content: center;
}

[data-header] nav:before {
	content: "";
	display: none;
	position: fixed;
	width: 100vw;
	height: 200px;
	background: var(--secondary-color);
	left: 0;
	top: 100px;
	z-index: 1;
}

[data-header] nav:hover:before {
	display: block;
}

[data-header] nav .depth1 {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: flex-end;
	gap: 70px;
}

[data-header] nav .depth1 > li {
	position: relative;
}

[data-header] nav .depth1 > li > a {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s;
	color: #333;
	height: 65px;
}

[data-header] nav .depth1 > li > a:hover {
	color: var(--tertiary-color) !important;
}

[data-header] nav .depth2 {
	display: none;
	position: absolute;
	flex-direction: column;
	width: calc(100% + 70px);
	margin-left: -35px;
	text-align: center;
	z-index: 2;
	height: 200px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	padding: 15px 5px;
	color: #333;
}

[data-header] nav .depth1 > li:first-child .depth2 {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

[data-header] nav:hover .depth2 {
	display: flex;
}

[data-header] nav .depth2 > li > a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding: 6px 0;
	transition: all 0.3s;
	color: #333;
}

[data-header] nav .depth2 > li > a:hover {
	color: var(--tertiary-color);
}

[data-header] .top_info {
	position: fixed;
	right: 30px;
	top: 38px;
}

[data-header] .top_info a {
	font-size: 16px;
	line-height: 24px;
	display: inline-flex;
	justify-content: center;
	gap: 5px;
	font-weight: 500;
}

[data-header] .top_info span {
	display: inline-flex;
	position: relative;
	width: 50px;
	height: 24px;
	border-radius: 12px;
	padding: 2px;
	background: #ccc;
	transition: background 0.3s;
}

[data-header] .top_info span:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: #fff;
	top: 3px;
	left: 3px;
	border-radius: 50%;
}

[data-header] .top_info span.on {
	background: var(--tertiary-color);
}

[data-header] .top_info span.on:before {
	left: auto;
	right: 3px;
}

@media (max-width: 1280px) {
	[data-header] h1 img {
		height: 19px;
	}

	[data-header] .top_info a {
		font-size: 12px;
	}

	[data-header] .top_info span {
		width: 40px;
	}

	[data-header] nav .depth1 {
		gap: 50px;
	}

	[data-header] nav .depth2 {
		width: calc(100% + 50px);
		margin-left: -25px;
	}

	[data-header] nav .depth2 > li > a {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	[data-header] header {
		height: 50px;
		padding: 5px 0;
		text-align: center;
	}

	[data-header] h1 {
		left: 50%;
		top: 15px;
		transform: translateX(-50%);
	}

	[data-header] header .open_menu {
		position: absolute;
		top: 15px;
		left: 30px;
		width: 30px;
		height: 20px;
		text-indent: -9999px;
	}

	[data-header] header .open_menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: var(--primary-color);
	}

	[data-header] header .open_menu span:nth-child(1) {
		top: 0;
	}

	[data-header] header .open_menu span:nth-child(2) {
		top: 50%;
		margin-top: -1px;
		width: 60%;
	}

	[data-header] header .open_menu span:nth-child(3) {
		bottom: 0;
	}

	[data-header] .top_info {
		position: static;
		text-align: left;
	}

	[data-header] .mobile_menu {
		text-align: left;
		color: var(--pink-color);
		display: flex;
		flex-direction: column;
	}

	[data-header] .mobile_menu li {
		margin-top: 10px;
	}

	[data-header] header .menu_wrap {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		padding: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		-webkit-backface-visibility: hidden;
	}

	[data-header] header .menu_wrap.on {
		visibility: visible;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 1;
	}

	[data-header] .nav_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 50%;
		min-width: 290px;
		height: 100%;
		padding: 30px;
		background: #fff;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%);
	}

	[data-header] .menu_wrap.on .nav_menu {
		max-height: 100%;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition:
			transform 0.3s,
			-webkit-transform 0.3s;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	[data-header] .nav_menu .close_menu {
		position: absolute;
		width: 30px;
		height: 30px;
		top: 0;
		right: -30px;
		background: var(--primary-color);
		text-indent: -9999px;
	}

	[data-header] .nav_menu .close_menu:before,
	[data-header] .nav_menu .close_menu:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		height: 2px;
		margin-left: -40%;
		margin-top: -1px;
		background: #fff;
	}

	[data-header] .nav_menu .close_menu:before {
		transform: rotate(-45deg);
	}

	[data-header] .nav_menu .close_menu:after {
		transform: rotate(45deg);
	}

	[data-header] nav {
		text-align: left;
		height: auto;
	}

	[data-header] nav:before {
		display: none !important;
	}

	[data-header] nav .depth1 {
		flex-direction: column;
		gap: 0;
		align-items: stretch;
		color: var(--primary-color);
	}

	[data-header] nav .depth1 > li:not(.no_child):before,
	[data-header] nav .depth1 > li:not(.no_child):after {
		content: "";
		position: absolute;
		right: 0;
		top: 14px;
		width: 10px;
		height: 2px;
		background: var(--primary-color);
	}

	[data-header] nav .depth1 > li.on:after {
		transform: rotate(90deg);
	}

	[data-header] nav .depth1 > li + li {
		margin-top: 15px;
	}

	[data-header] nav .depth1 > li > a {
		display: block;
		height: auto;
		line-height: 1.5em;
	}

	[data-header] nav .depth2 {
		border: none !important;
		height: auto;
		position: static;
		display: none;
		width: 100%;
		margin: 0;
		text-align: left;
		background: var(--secondary-color);
		color: #fff;
		font-size: 14px;
		margin-top: 15px;
		padding: 5px 15px;
	}

	[data-header] nav:hover .depth2 {
		display: none;
	}

	[data-header] nav .depth2 > li > a {
		font-size: 18px;
		line-height: 1.5em;
	}
}

@media (max-width: 599px) {
	[data-header] header .open_menu {
		left: 15px;
	}

	[data-header] .nav_menu {
		padding: 15px;
	}
}

/*=========================================================
6. 푸터
=========================================================*/

footer {
	margin-top: auto;
	background: var(--secondary-color);
	font-size: 16px;
}

footer .footer_wrap {
	padding: 80px 0;
	display: flex;
	flex-direction: column;
}

footer .info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer .left .logo_wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}

footer .left .logo_wrap .logo {
	filter: brightness(0) saturate(100%);
}

footer .left .sns_wrap {
	display: flex;
	gap: 10px;
}

footer .left .sns {
	display: inline-flex;
	color: #fff;
	font-size: 30px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

footer .left .fb {
	background: var(--facebook-color);
}

footer .left .insta {
	background: var(--instagram-background-color);
}

footer .left address {
	margin-top: 0.5em;
}

footer .right .tit {
	line-height: 1em;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

footer .right .request {
	display: inline-block;
	padding: 0.5em 1.5em;
	background: #fff;
	transition: all 0.3s;
	margin-top: 15px;
	border-radius: 2.5em;
}

footer .right .request:hover {
	background: var(--tertiary-color);
	color: #fff;
}

footer .copyright {
	font-size: 0.9em;
}

@media (max-width: 1024px) {
	footer {
		font-size: 12px;
	}

	footer .footer_wrap {
		padding: 15px 0;
		align-items: stretch;
		text-align: center;
	}

	footer .info {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	footer .left .logo_wrap {
		justify-content: center;
		margin-bottom: 15px;
		gap: 15px;
		flex-direction: column;
	}

	footer .left .logo_wrap .logo {
		height: 19px;
	}

	footer .left .sns {
		width: 20px;
		height: 20px;
		font-size: 15px;
	}

	footer .right {
		width: 100%;
		padding-top: 15px;
		border-top: 1px solid var(--primary-color);
	}

	footer .right .tit {
		font-size: 1.2em;
		font-weight: 700;
	}

	footer .right .tel {
		font-size: 1.5em;
	}

	footer .copyright {
		margin-top: 15px;
	}
}

/*=========================================================
7. 메인 페이지 스타일
=========================================================*/

/* 공통 */
.main_page section {
	padding: 120px 0;
	font-size: 16px;
}

.main_page section h2 {
	font-size: 3.75em;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.main_page section {
		padding: 30px 0 !important;
	}

	.main_page section h2 {
		font-size: 2em !important;
	}
}

@media (max-width: 599px) {
	.main_page section h2 {
		font-size: 1.5em !important;
	}
}

/* 메인 슬라이드 */
.main_page .main_slide {
	position: relative;
	height: calc(100vh - 100px);
}

.main_page .main_slide .swiper {
	overflow: hidden;
	height: 100%;
}

.main_page .main_slide .slide {
	overflow: hidden;
}

.main_page .main_slide .slide .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_page .main_slide .slide .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.35);
	transition: all ease-out 5s;
}

.main_page .main_slide .swiper-slide-active .bg img {
	transform: scale(1);
}

.main_page .main_slide .container {
	height: 100%;
}

.main_page .main_slide .slide_box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 15%;
}

.main_page .main_slide .slide01 .slide_box {
	align-items: flex-end;
}

.main_page .main_slide .slide_box .slide_txt {
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
}

.main_page .main_slide .slide_box .primary {
	text-align: center;
	font-size: 36px;
	color: #fff;
}

.main_page .main_slide .slide_box .primary strong {
	display: inline-block;
	font-size: 60px;
	line-height: 1.5em;
	padding: 0.25em 1em;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.5);
	margin: 15px 0;
}

.main_page .main_slide .swiper-slide-active .slide_box .slide_txt {
	opacity: 1;
}

.main_page .main_slide :is(.swiper-button-prev, .swiper-button-next) {
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
}

.main_page .main_slide .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 50px !important;
}

.main_page .main_slide .swiper-pagination-bullet {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}

.main_page .main_slide .swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

/* .main_page .main_slide .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--secondary-color);
}

.main_page .main_slide .swiper-pagination-bullet-active {
	background: #fff;
}

.main_page .main_slide .swiper-pagination-bullet-active:before {
	animation: 5s linear timer;
	width: 100%;
}

@keyframes timer {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
} */

.main_page .main_slide .swiper-button-next:after,
.main_page .main_slide .swiper-button-prev:after {
	font-size: 20px;
}

@media (max-width: 1024px) {
	.main_page .main_slide {
		height: 500px;
		height: calc(100vh - 50px);
		height: calc(100dvh - 50px);
	}

	.main_page .main_slide .slide_box {
		padding: 30px 0;
		justify-content: center;
		align-items: center !important;
	}

	.main_page .main_slide .slide_box .primary {
		font-size: 24px;
	}

	.main_page .main_slide .slide_box .primary strong {
		font-size: 30px;
	}

	.main_page .main_slide .slide_box [data-ctr-btn] {
		margin-top: 30px !important;
	}

	.main_page .main_slide .swiper-pagination {
		bottom: 30px !important;
	}

	.main_page .main_slide .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 2px;
	}

	.main_page .main_slide .swiper-button-prev {
		left: 0;
	}

	.main_page .main_slide .swiper-button-next {
		right: 0;
	}
}

/* 회사설명, 서비스 공통 */
.main_page .info_box {
	padding: 0;
	position: relative;
	margin: 120px 0;
}

.main_page .info_box .row {
	display: flex;
}

.main_page .info_box .col {
	width: 50%;
}

.main_page .info_box h2 {
	margin-top: 1em;
	margin-bottom: 0.25em;
	line-height: 1.1em;
}

.main_page .info_box p {
	font-size: 1.1em;
}

@media (max-width: 1440px) {
	.main_page .info_box h2 {
		margin-top: 0;
	}
}

@media (max-width: 1024px) {
	.main_page .info_box {
		margin: 0;
	}

	.main_page .info_box h2 {
		margin-top: 0;
		margin-bottom: 0.5em;
	}

	.main_page .info_box .col {
		width: 100%;
		padding: 0 !important;
	}
}

/* 회사설명 */
.main_page .company:after {
	content: "";
	position: absolute;
	width: 50%;
	left: 50%;
	top: 0;
	height: 100%;
	background:
		url(/assets/img/bg/bg_main_cont_01.jpg) no-repeat left 50px center / cover;
}

.main_page .company .row {
	min-height: 540px;
}

.main_page .company .col {
	padding-right: 50px;
}

.main_page .company .list {
	display: flex;
	margin-top: 100px;
	gap: 30px;
	flex-wrap: wrap;
}

.main_page .company .list li {
	flex: 0 1 calc(33.33% - 20px);
	min-width: 250px;
}

.main_page .company .list .tit {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 0.25em;
	transition: all 0.3s;
}

.main_page .company .list a:hover .tit {
	color: var(--tertiary-color);
}

.main_page .company .list .tit:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(/assets/img/ico/ico_arrow.png);
	width: 32px;
	height: 33px;
}

.main_page .company .list p {
	color: #626262;
	font-size: 1em;
}

@media (max-width: 1440px) {
	.main_page .company .list {
		margin-top: 30px;
	}
}

@media (max-width: 1024px) {
	.main_page .company:after {
		display: none;
	}

	.main_page .company .row {
		min-height: 0;
	}

	.main_page .company .list {
		flex-direction: column;
	}

	.main_page .company .list .tit {
		font-weight: 500;
		font-size: 1.2em;
		color: var(--tertiary-color);
	}

	.main_page .company .list .tit:after {
		display: none;
	}
}

/* 서비스 */
.main_page .service:after {
	content: "";
	position: absolute;
	width: 50%;
	right: 50%;
	top: 0;
	height: 100%;
	background: url(/assets/img/bg/bg_main_cont_02.jpg);
	background-repeat: no-repeat;
	background-position: top 0 right 50px;
	background-size: auto 780px;
}

.main_page .service .row {
	flex-direction: row-reverse;
	min-height: 780px;
}

.main_page .service .col {
	padding-left: 50px;
}

.main_page .service .list {
	position: relative;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 50px 0;
}

.main_page .service .list .tit {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	padding-left: 50px;
	cursor: pointer;
	text-transform: uppercase;
}

.main_page .service .list .tit:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/assets/img/ico/ico_arrow.png);
	width: 32px;
	height: 33px;
}

.main_page .service .list .txt {
	transition: all 0.3s;
	position: relative;
	z-index: 1;
}

.main_page .service .list .txt:hover {
	color: var(--tertiary-color);
}

.main_page .service .list .detail {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	left: calc(100% + 60px);
	top: -30px;
	width: 250px;
	border: 1px solid #333;
	border-radius: 15px;
	background: #fff;
	font-size: 16px;
	padding: 15px;
	z-index: 2;
}

.main_page .service .list .detail:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #333;
	border-top: 0;
	border-right: 0;
	transform: rotate(45deg);
	left: -5px;
	top: 40px;
}

.main_page .service .list .tit:hover .detail {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1440px) {
	.main_page .service .list {
		margin-top: 30px;
		padding: 0;
	}

	.main_page .service .list .detail {
		opacity: 1;
		visibility: visible;
		transition: all 0.3s;
		position: static;
		width: 100%;
		border: 0;
		margin-top: 15px;
		padding: 0;
	}

	.main_page .service .list .detail:before {
		display: none;
	}

	.main_page .service .list .tit:before {
		top: 0;
		transform: none;
	}
}

@media (max-width: 1024px) {
	.main_page .service:after {
		display: none;
	}

	.main_page .service .row {
		min-height: 0;
	}

	.main_page .service .list .tit {
		padding-left: 0;
		font-weight: 500;
		font-size: 1.2em;
		color: var(--tertiary-color);
	}

	.main_page .service .list .tit:before {
		display: none;
	}

	.main_page .service .list .detail {
		color: #333;
		margin-top: 0.5em;
	}
}

/* 포트폴리오 */
.main_page .portfolio {
	padding: 90px 0;
	background: var(--primary-color);
	color: #fff;
}

.main_page .portfolio h2 {
	text-align: center;
}

.main_page .portfolio .list {
	display: flex;
	gap: 90px 60px;
	flex-wrap: wrap;
	max-width: 1380px;
	margin: 90px auto 0;
}

.main_page .portfolio .list li {
	flex: 0 1 calc(25% - 45px);
	min-width: 0;
}

.main_page .portfolio .list .img_wrap {
	overflow: hidden;
	height: 0;
	padding-top: 100%;
	position: relative;
	border: 1px solid #fff;
}

.main_page .portfolio .list a:hover .img_wrap {
	border-color: var(--secondary-color);
}

.main_page .portfolio .list .img_wrap:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	border: 5px solid var(--primary-color);
}

.main_page .portfolio .list .img_wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	object-fit: cover;
	transition: all 0.3s;
}

.main_page .portfolio .list a:hover .img_wrap img {
	transform: scale(1.05);
}

.main_page .portfolio .list .txt_wrap {
	margin-top: 1.5em;
	text-align: center;
}

.main_page .portfolio .list .txt_wrap .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.25em;
	transition: all 0.3s;
}

.main_page .portfolio .list .txt_wrap .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ccc;
	margin-top: 0.5em;
}

.main_page .portfolio .list a:hover .txt_wrap .tit {
	color: var(--secondary-color);
}

@media (max-width: 1024px) {
	.main_page .portfolio .list {
		gap: 50px 30px;
		margin-top: 30px;
	}

	.main_page .portfolio .list li {
		flex: 0 1 calc(33.33% - 20px);
	}

	.main_page .portfolio .list .txt_wrap .tit {
		font-size: 0.9em;
	}

	.main_page .portfolio .list .txt_wrap .txt {
		font-size: 0.8em;
	}
}

@media (max-width: 599px) {
	.main_page .portfolio .list li {
		flex: 0 1 100%;
	}
}

/* 하단정보 */
.main_page .bottom_box {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	display: flex;
	gap: 10px;
}

.main_page .bottom_box .notice_wrap {
	display: flex;
	align-items: center;
	width: calc(60% - 10px);
	background: #c1ccd5;
	color: #fff;
	padding: 50px 30px;
	gap: 30px;
}

.main_page .bottom_box .notice_wrap .list {
	min-width: 0;
}

.main_page .bottom_box .notice_wrap .list a {
	display: flex;
	position: relative;
	padding-left: 0.5em;
	gap: 15px;
	line-height: 2.5em;
}

.main_page .bottom_box .notice_wrap .list a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.main_page .bottom_box .notice_wrap .list p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	transition: all 0.3s;
}

.main_page .bottom_box .notice_wrap .list a:hover p {
	color: var(--tertiary-color);
}

.main_page .bottom_box .notice_wrap .more {
	position: relative;
	width: 60px;
	height: 60px;
	font-size: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.main_page .bottom_box .notice_wrap .more:before,
.main_page .bottom_box .notice_wrap .more:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transition: all 0.3s;
}

.main_page .bottom_box .notice_wrap .more:hover:before,
.main_page .bottom_box .notice_wrap .more:hover:after {
	background: var(--tertiary-color);
}

.main_page .bottom_box .notice_wrap .more:after {
	transform: rotate(90deg);
}

.main_page .bottom_box .broshure {
	width: 40%;
	background: url(/assets/img/bg/bg_broshure.jpg) center / cover;
	color: #fff;
}

.main_page .bottom_box .broshure a {
	display: block;
	height: 100%;
	padding: 30px;
}

.main_page .bottom_box .broshure .txt {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 28px;
	transition: all 0.3s;
}

.main_page .bottom_box .broshure .txt img {
	transition: all 0.3s;
}

.main_page .bottom_box .broshure a:hover .txt {
	color: var(--tertiary-color);
}

.main_page .bottom_box .broshure a:hover .txt img {
	filter: brightness(0) saturate(100%) invert(50%) sepia(46%) saturate(860%)
		hue-rotate(165deg) brightness(95%) contrast(100%);
}

@media (max-width: 1024px) {
	.main_page .bottom_box {
		margin: 0;
		padding: 0 !important;
		flex-direction: column;
		gap: 0;
	}

	.main_page .bottom_box .notice_wrap {
		width: 100%;
		flex-direction: column;
		padding: 30px;
	}

	.main_page .bottom_box .notice_wrap .list {
		max-width: 100%;
	}

	.main_page .bottom_box .broshure {
		width: 100%;
	}

	.main_page .bottom_box .notice_wrap .more {
		margin-left: 0;
	}

	.main_page .bottom_box .notice_wrap .list a {
		line-height: 2em;
	}

	.main_page .bottom_box .notice_wrap .more {
		width: 30px;
		height: 30px;
	}

	.main_page .bottom_box .broshure .txt {
		font-size: 14px;
		justify-content: center;
	}

	.main_page .bottom_box .broshure .txt img {
		width: 36px;
		height: 36px;
	}
}

/* 파트너 */
.main_page .partner {
	padding-top: 100px;
	padding-bottom: 0;
}

.main_page .partner h2 {
	text-align: center;
	font-size: 50px;
	color: var(--primary-color);
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--default-color);
}

.sponsor_slide .slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 80px;
}

.sponsor_slide .slide img {
	max-height: 95px;
}

@media (max-width: 1024px) {
	.main_page .partner h2 {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.sponsor_slide {
		padding-bottom: 0;
	}

	.sponsor_slide .swiper {
		margin-top: 15px;
		padding-top: 15px;
	}

	.sponsor_slide .slide img {
		max-height: 60px;
	}
}

/*=========================================================
8. 서브 페이지 스타일
=========================================================*/

/* 서브 비주얼 영역 */
[data-sub-visual] {
	overflow: hidden;
	position: relative;
	background: var(--primary-color) no-repeat center / auto 300px;
	height: 300px;
	color: #fff;
}

[data-sub-visual].type1 {
	background-image: url(../img/bg/bg_sub_visual_01.png);
}

[data-sub-visual].type2 {
	background-image: url(../img/bg/bg_sub_visual_02.png);
}

[data-sub-visual].type3 {
	background-image: url(../img/bg/bg_sub_visual_03.png);
}

[data-sub-visual].type4 {
	background-image: url(../img/bg/bg_sub_visual_04.png);
}

[data-sub-visual].type5 {
	background-image: url(../img/bg/bg_sub_visual_05.png);
}

[data-sub-visual]:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-style: solid;
	border-width: 5vw 0px 0px 100vw;
	border-color: transparent transparent transparent #fff;
}

[data-sub-visual] .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding-top: 80px;
}

[data-sub-visual] .breadcrumb {
	display: flex;
	gap: 5px;
}

[data-sub-visual] .breadcrumb li {
	position: relative;
	font-size: 0.9em;
	color: #b3beef;
}

[data-sub-visual] .breadcrumb li:not(:last-child):after {
	content: ">";
	margin-left: 5px;
}

[data-sub-visual] .tit {
	font-size: 2.5em;
	font-weight: 700;
}

@media (max-width: 1024px) {
	[data-sub-visual] {
		height: auto;
		background-size: cover;
	}

	[data-sub-visual] .box {
		padding: 30px 0;
		align-items: center;
	}

	[data-sub-visual]:after {
		display: none;
	}

	[data-sub-visual] .breadcrumb {
		display: none;
	}

	[data-sub-visual] .tit {
		font-size: 1.5em;
	}
}

/* 서브 컬럼 박스 */
[data-column-box] {
	/* line-height: 1.5em; */
	color: #333;
	margin-top: 5em;
	font-size: 18px;
}

[data-column-box]:first-of-type {
	margin-top: 3em;
}

[data-column-box] > * + * {
	margin-top: 1.5em;
}

[data-column-box].grey {
	background: #f4f4f4;
}

[data-column-box] .tit_box {
	display: flex;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	align-items: center;
}

[data-column-box] .tit_box h2 {
	flex: 1;
	font-size: 2.25em;
	font-weight: 700;
}

[data-column-box] .tit_box .sub_txt {
	flex: 4;
	font-size: 1.5em;
}

[data-column-box] .cont_box {
	padding: 50px 0;
	padding-left: 20%;
	font-size: 18px;
	line-height: 1.5;
}

[data-column-box] .column_tit {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.5em;
	font-size: 2.5em;
	font-weight: 700;
}

[data-column-box] .cont_tit {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: 500;
	border-bottom: 1px solid var(--default-color);
	/* text-transform: uppercase; */
}

@media (max-width: 1024px) {
	[data-column-box] {
		margin-top: 3em !important;
		font-size: 14px;
	}

	[data-column-box] .cont_box {
		padding: 30px 0;
		font-size: 16px;
	}

	[data-column-box] .column_tit {
		font-size: 1.5em;
		flex-direction: column;
		align-items: flex-start;
	}

	[data-column-box] .cont_tit {
		font-size: 1.35em;
		flex-direction: column;
		align-items: flex-start;
	}
}

/* 캐치프레이즈 */
[data-catchphrase] {
	padding-bottom: 50px;
	border-bottom: 1px solid var(--default-color);
}

[data-catchphrase] .tit {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
	[data-catchphrase] {
		padding-bottom: 30px;
	}

	[data-catchphrase] .tit {
		font-size: 1.2em;
	}
}

/*=========================================================
99. Prism.js
=========================================================*/

pre,
pre * {
	font-size: 12px !important;
	letter-spacing: 0;
}

code[class*="language-"],
pre[class*="language-"] {
	color: #000;
	background: 0 0;
	text-shadow: 0 1px #fff;
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.4em;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

pre[class*="language-"] {
	/* padding: 1em;
	margin: 0.5em 0; */
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

:not(pre) > code[class*="language-"] {
	padding: 0.1em;
	border-radius: 0.3em;
	white-space: normal;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
	color: #708090;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: 0.7;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
	color: #905;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
	color: #690;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
	color: #9a6e3a;
	background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.class-name,
.token.function {
	color: #dd4a68;
}

.token.important,
.token.regex,
.token.variable {
	color: #e90;
}

.token.bold,
.token.important {
	font-weight: 700;
}

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}
