@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");

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

:root {
	--container-width: 1430px;
	--container-margin: 30px;

	--primary-color: #279b9a;
	--secondary-color: #44a9ff;

	--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: #c9c9c9;
	--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="time"],
input[type="date"],
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: var(--secondary-color) !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;
	background: #f1f4f6;
}

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

.content {
	padding-top: 130px;
	padding-bottom: 160px;
	background: #f1f4f6;
}

.quick_menu {
	position: fixed;
	right: 0;
	top: 50%;
	transition: all .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 #b71e1e;
	border-right: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #b71e1e;
	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: .5em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.2em;
	align-items: center;
	color: #fff;
	transition: all .3s;
}

.quick_menu a:hover {
	color: #ffe400;
}

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

[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].label_list li {
	align-items: flex-start;
}

[data-option].label_list li input[type="checkbox"] {
	margin-top: 6px;
}

[data-option].label_list li .label_wrap {
	display: flex;
	gap: 4px;
}

[data-option].label_list li .label_wrap .label {
	flex-shrink: 0;
}

[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.5);
	transform: scale(1.5);
	-webkit-transform-origin: left;
	transform-origin: left;
	margin: 0;
	margin-right: 0.25em;
	vertical-align: middle;
}

@media (max-width: 1024px) {

	[data-option] input[type="checkbox"],
	[data-option] input[type="radio"] {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/* 셀렉트박스 */
[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: 1.5em;
	padding: 0.5em 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;
}

[data-input] input[type="time"] {
	border: 0;
	background: transparent;
}

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

[data-input].full,
[data-input].full> :is(input[type="text"],
	input[type="password"],
	input[type="time"],
	input[type="date"],
	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="time"], input[type="password"], input[type="email"]) {
	border: 1px solid var(--default-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: 65px;
}

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

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

[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: 0.75em 3em;
	border: 1px solid var(--default-color);
	background-color: var(--default-color);
	font-size: 24px;
	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 .3s, background-color .3s, border-color .3s, filter .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.25em 1em;
}

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

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

[data-ctr-btn] .outline {
	background-color: #fff;
	color: var(--default-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(--default-color);
	transition: .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);
}

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

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

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

@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;
	margin-bottom: 40px;
}

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

[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;
	font-size: 1.5em;
	padding: 0.25em;
	height: 3em;
	background: #333;
	color: #fff;
}

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

[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: 2.5em;
		font-size: 1.2em;
	}
}

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

	[data-tab-menu] a {
		-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);
	background: #fff;
}

[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: #f8f8f8;
	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: 1px solid var(--secondary-color);
	padding: 45px;
	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: 3px solid var(--primary-color);
} */

[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-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;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}

[data-accordion] .tit button {
	position: relative;
	width: 100%;
	text-align: left;
	padding: 35px 30px;
	font-size: 2em;
	font-weight: 500;
}

[data-accordion] .tit button span {
	position: relative;
	padding-left: 45px;
}

[data-accordion] .tit button span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 5px solid var(--primary-color);
	border-radius: 50%;
}

[data-accordion] .tit button span:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--primary-color);
}

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

[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 {
	margin-top: 15px;
	border-radius: 25px;
}

/* [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-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-height: 700px;
	max-height: calc(100vh - 30px);
	max-height: calc(100dvh - 30px);
	padding: 50px;
	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: 10px;
}

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

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

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

[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: 1.35em;
	font-weight: 700;
	color: var(--primary-color);
}

[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;
	border-radius: 50%;
	font-size: 1.5em;
}

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

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

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

/* 절차 */
[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 {
	text-align: center;
	height: 100%;
	padding: 30px;
	border: 1px solid var(--default-color);
	border-radius: 20px;
}

[data-step] li .box i {
	display: block;
	margin: 0 auto 15px;
	font-size: 3em;
}

[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: var(--primary-color);
	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;
	font-weight: 700;
}

[data-step] li .box .txt2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.4em;
	font-size: 1.3em;
	margin-bottom: 20px;
	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;
	font-weight: 700;
}

[data-step] li .box .sub_txt {
	font-size: 0.9em;
	margin-top: 0.25em;
	line-height: 1.2em;
}

@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;
	font-size: 12px;
}

/* 세션 목록 */
[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;
	}
}

/* CV 미리보기 */
[data-cv] .speaker_header {
	display: block;
	margin-bottom: 30px;
}

[data-cv] .speaker_info {
	display: flex;
	gap: 30px;
}

[data-cv] .speaker_info .speaker {
	width: 100px;
	align-self: flex-start;
}

[data-cv] .speaker_info [data-table] {
	margin: 0;
}

@media (max-width: 1024px) {
	[data-cv] .speaker_info {
		gap: 15px;
	}
}

/* 강의노트 미리보기 */
[data-note] {
	border: 1px solid var(--default-color);
	background: #f1f1f1;
	text-align: center;
	padding: 15px;
}

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

[data-note] .speaker {
	margin-top: 1.5em;
}

[data-note] .speaker b {
	font-size: 1.1em;
}

[data-note] .txt {
	text-align: left;
	margin-top: 1.5em;
}

/* 툴팁 */
[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);
	}
}

/* STEP목록 */
[data-steplist] {
	background: #333;
}

[data-steplist] ol {
	height: 110px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
}

[data-steplist] li {
	width: 220px;
	text-align: center;
	height: 25px;
	border: 4px solid #333;
	border-bottom: 0;
	font-size: 1.25em;
	font-weight: 500;
	margin-top: -15px;
	margin-bottom: 25px;
}

[data-steplist] li.on {
	color: #ff9000;
	border-color: #ff9000;
}

[data-steplist] li span {
	position: relative;
	top: 15px;
}

@media (max-width: 1024px) {
	[data-steplist] ol {
		justify-content: center;
		gap: 30px;
		padding: 0;
	}


	[data-steplist] li {
		width: auto;
		font-size: 16px;
		border-left: 0;
		border-right: 0;
		margin-top: 0;
	}

	[data-steplist] li span {
		top: 5px;
	}
}

@media (max-width: 599px) {
	[data-steplist] ol {
		gap: 15px;
	}
}

/* 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. 헤더
=========================================================*/

header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	height: 130px;
	gap: 40px;
	padding: 0 30px;
	border-top: 4px solid #f1f4f6;
	background: #fff;
}

header .top_menu {
	margin-left: auto;
}

header .top_menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	background: #333;
	color: #fff;
	border-radius: 1.25em;
	height: 3.5em;
	padding: 0 1em;
	min-width: 150px;
	transition: all .3s;
}

header .top_menu a:hover {
	background: var(--primary-color);
}

@media (max-width: 1024px) {
	header {
		height: 50px;
		gap: 10px;
		border: 0;
	}

	header h1 img {
		height: 39px;
	}

	header .army img {
		height: 35px;
	}

	header .top_menu a {
		border-radius: 5px;
		height: 2em;
		font-size: 12px;
		min-width: 0;
	}
}

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

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

footer {
	margin-top: auto;
	color: #969696;
}

footer .footer_wrap {
	padding: 50px 0;
	background: #212529;
}

footer .footer_wrap .box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

footer .copyright {
	padding: 15px 0;
	text-align: center;
	background: #000;
}

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

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

	footer .footer_wrap .logo {
		height: 39px;
	}

	footer .footer_wrap .box {
		flex-direction: column;
		gap: 15px;
	}
}

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

/* 공통 */
.main_page {
	padding-top: 130px;
	padding-bottom: 85px;
	background: url(/sdd/img/bg/bg_main.jpg) center /cover;
	text-align: center;
	color: #fff;
	font-size: 16px;
	flex: 1;
}

.main_page .sub_event_area {
	margin-top: 40px;
}

.main_page .sub_event_area .deadline {
	display: flex;
	max-width: 720px;
	height: 76px;
	margin: 40px auto 0;
	background: #fff;
	border-radius: 38px;
	color: #333;
	font-size: 1.5em;
}

.main_page .sub_event_area .deadline .label {
	position: relative;
	display: inline-flex;
	height: 76px;
	border-radius: 38px;
	width: 230px;
	background: #e8440b;
	color: #fff;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}

.main_page .sub_event_area .deadline .label:after {
	content: "";
	position: absolute;
	width: 220px;
	height: 66px;
	border: 1px solid #fff;
	border-radius: 33px;
	left: 5px;
	top: 5px;
}

.main_page .sub_event_area .deadline .date {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.main_page .registration_info {
	margin-top: 60px;
	max-width: 1320px;
	background: url(/sdd/img/bg/bg_main_textbox.png) no-repeat top;
	padding: 2px;
}

.main_page .registration_info .box {
	padding: 40px;
	background: linear-gradient(180deg, rgba(8, 16, 51, 1) 0%, rgba(0, 0, 0, 0) 100%);
	font-size: 1.25em;
	text-align: left;
	overflow: hidden;
	border-radius: 43px;
}

.main_page .registration_info p+p {
	margin-top: 1.5em;
}

.main_page .btn_area {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	justify-content: center;
}

.main_page .btn_area .btn {
	display: inline-flex;
	background: #00b1d5;
	transition: all .3s;
	border-radius: 20px;
	color: #fff;
	height: 66px;
	justify-content: center;
	align-items: center;
	padding: 0 60px;
	font-size: 1.25em;
	gap: 15px;
}

.main_page .btn_area .btn:hover {
	background: var(--primary-color);
}

@media (max-width: 1024px) {
	.main_page {
		padding-top: 80px;
		padding-bottom: 30px;
		background: url(/sdd/img/bg/bg_main.jpg) center /cover;
	}

	.main_page .main_tit_area img {
		max-width: 508px;
	}

	.main_page .sub_event_area {
		margin-top: 30px;
	}

	.main_page .sub_event_area img {
		max-width: 396px;
	}

	.main_page .sub_event_area .deadline {
		margin-top: 30px;
	}

	.main_page .registration_info {
		margin-top: 30px;
		background: none;
		padding: 0;
	}

	.main_page .registration_info .box {
		padding: 30px;
		background: rgba(8, 16, 51, .5);
		font-size: 1em;
		text-align: left;
		border-radius: 15px;
	}

	.main_page .btn_area {
		display: flex;
		gap: 15px;
		margin-top: 30px;
		justify-content: center;
	}

	.main_page .btn_area .btn {
		height: 40px;
		padding: 0 15px;
		font-size: 1em;
		transition: all .3s;
	}
}

@media (max-width: 599px) {
	.main_page .main_tit_area img {
		max-width: 345px;
	}

	.main_page .sub_event_area img {
		max-width: 280px;
	}

	.main_page .sub_event_area .deadline {
		flex-direction: column;
		font-size: 1.2em;
		padding: 5px;
	}

	.main_page .sub_event_area .deadline .label {
		width: auto;
		border-radius: 0;
		background: none;
		color: #e8440b;
		height: auto;
	}

	.main_page .sub_event_area .deadline .label:after {
		display: none;
	}

	.main_page .registration_info .box {
		padding: 15px;
	}

	.main_page .btn_area {
		flex-direction: column;
	}
}

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

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

/* [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] .column_tit {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 1em;
	font-size: 4em;
	font-weight: 500;
}

[data-column-box] .cont_tit {
	position: relative;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.75em;
	font-size: 2em;
	font-weight: 500;
	padding-left: 45px;
}

[data-column-box] .cont_tit:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 5px solid var(--primary-color);
	border-radius: 50%;
}

[data-column-box] .cont_tit:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--primary-color);
}

[data-column-box] .cont_sub_tit {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.75em;
	font-size: 1.5em;
	font-weight: 500;
}

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

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

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

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

@media (max-width: 599px) {
	[data-column-box] .column_tit {
		font-size: 1.65em;
	}

	[data-column-box] .cont_tit {
		font-size: 1.5em;
	}

	[data-column-box] .cont_sub_tit {
		font-size: 1.35em;
	}
}

/* Login */
.login_wrap {
	gap: 30px;
	margin: 0 auto;
}

.login_wrap .box {
	flex: 3;
	border: 1px solid var(--default-color);
	padding: 30px;
}

.login_wrap h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.login_wrap .dates {
	flex: 2;
	background: #f4f4f4;
	padding: 30px;
}

.login_wrap .box h2 {
	text-align: center;
	color: var(--primary-color);
}

.login_wrap .box hr {
	margin: 1em 0;
	height: 1px;
	border: 0;
	background: var(--default-color);
}

.login_wrap .login_box {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 30px;
}

.login_wrap .login_box .input {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.login_wrap .login_box input {
	border-color: #999;
	width: 100%;
}

.login_wrap .login_box .input_box {
	display: flex;
	gap: 15px;
	align-items: center;
}

.login_wrap .login_box .input_box label {
	width: 130px;
	flex-shrink: 0;
}

.login_wrap .login_box .input_box [data-input] {
	width: 100%;
}

.login_wrap .login_box button {
	color: #fff;
	background: var(--primary-color);
	border-radius: 0.5em;
	padding: 0.75em 2.5em;
}

.login_wrap .dates .tit_box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.login_wrap .dates .tit_box img {
	width: 70px;
	height: 70px;
	filter: brightness(0) saturate(100%) invert(53%) sepia(73%) saturate(1566%) hue-rotate(185deg) brightness(103%) contrast(101%);
}

.login_wrap .dates .tit_box h2 {
	color: var(--secondary-color);
	line-height: 1em;
}

.login_wrap .dates ol {
	position: relative;
}

.login_wrap .dates ol:before {
	content: "";
	position: absolute;
	left: 32px;
	top: -15px;
	width: 6px;
	height: 100%;
	background: var(--secondary-color);
}

.login_wrap .dates li {
	display: flex;
	position: relative;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}

.login_wrap .dates li .date {
	display: flex;
	align-items: center;
	color: var(--secondary-color);
	line-height: 1.1em;
}

.login_wrap .dates li .tit {
	font-size: 1.35em;
	font-weight: 700;
	margin-top: 0.25em;
}

.login_wrap .dates li img {
	width: 30px;
	height: 30px;
}

.login_wrap .dates li .dday {
	background: #fff;
	border-radius: 50%;
	display: inline-flex;
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border: 6px solid #000;
	font-weight: 700;
	flex-shrink: 0;
}

.login_wrap .dates li:nth-child(1) .dday {
	border-color: var(--pink-color);
}

.login_wrap .dates li:nth-child(2) .dday {
	border-color: var(--secondary-color);
}

.login_wrap .dates li:nth-child(3) .dday {
	border-color: #f08e1c;
}

.login_wrap .dates li:nth-child(4) .dday {
	border-color: var(--primary-color);
}

@media (max-width: 1024px) {
	.login_wrap {
		flex-direction: column;
	}

	.login_wrap h2 {
		font-size: 24px;
	}

	.login_wrap .box {
		padding: 30px;
	}
}

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

	.login_wrap .login_box {
		flex-direction: column;
		justify-content: flex-start;
	}

	.login_wrap .login_box .input_box {
		flex-direction: column;
		align-items: flex-start;
	}
}

/*=========================================================
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;
}

.bold {
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}



/* ===== 모달 전환 효과 ===== */
.modal {
	display: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translateY(-20px);

}

.modal.show .modal-dialog {
	transform: translateY(0);
}

/* ===== modal-content ===== */
.modal .modal-content {
	border-radius: 12px;
	border: none;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	background-color: #ffffff;
}

/* ===== modal-header ===== */
.modal .modal-header {
	background-color: #f1f3f5;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #dee2e6;
}

.modal .modal-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #212529;
	margin: 0;
}

.modal .close {
	font-size: 1.5rem;
	color: #6c757d;
	opacity: 1;
}

.modal .close:hover {
	color: #343a40;
}

/* ===== modal-body ===== */
.modal .modal-body {
	padding: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #495057;
}

/* ===== modal-footer ===== */
.modal .modal-footer {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #dee2e6;
	background-color: #f8f9fa;
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

/* ===== 버튼 커스터마이징 ===== */
.modal .btn {
	min-width: 90px;
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
}

/* ===== 반응형 대응 ===== */
@media (max-width: 576px) {
	.modal .modal-dialog {
		margin: 1rem auto;
		width: calc(100% - 2rem);
	}
}

/* 모달 콘텐츠 중앙 정렬 + 최대 너비 지정 */
.modal-dialog {
	max-width: 500px;
	/* 원하는 너비로 조절 가능 */
	width: 100%;
	margin: 1.75rem auto;
}

.modal-content {
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	border: none;
	padding: 0;
	overflow: hidden;
}

/* 헤더 스타일 및 닫기 버튼 오른쪽 정렬 */
.modal-header {
	display: flex;
	justify-content: space-between;
	/* ← 제목과 닫기 버튼을 좌우 정렬 */
	align-items: center;
	padding: 1rem 1.25rem;
	background-color: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
}

.modal-title {
	margin: 0;
	font-size: 1.2rem;
}

.modal .close {
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	line-height: 1;
	color: #000;
	opacity: 0.5;
	background: transparent;
	border: 0;
}

.modal .close:hover {
	opacity: 1;
}

.modal-body {
	padding: 1.25rem;
}

.modal-footer {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #dee2e6;
	background-color: #f8f9fa;
	display: flex;
	justify-content: flex-end;
}

.modal-dialog {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

/* 모달 전용 form-control 스타일 */
.modal .form-control {
	background-color: #f8f9fa;
	border: 1px solid #ced4da;
	border-radius: 6px;
	font-size: 0.9rem;
	padding: 0.45rem 0.75rem;
	color: #212529;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s;
}

.modal .form-control:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
	background-color: #fff;
}

.modal .form-group {
	margin-bottom: 1rem;
}

/* 라벨 스타일도 살짝 개선 */
.modal .form-group label {
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 0.4rem;
	color: #495057;
	display: block;
}

.modal .form-group {
	display: flex;
	align-items: center;
}

.modal .form-group label {
	min-width: 100px;
	/* 라벨 폭 고정 */
	margin-bottom: 0;
	/* 라벨 아래 마진 제거 */
}

.modal .form-group .form-control {
	flex: 1;
	/* 남은 공간 채우기 */
}