@import url(fontawesome-all.min.css);

html {
    font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
}
html, body {
	height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, 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:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

/* Type */

	body {
		color: rgba(67, 75, 86, 0.75);
		height: 100%;
	}

	body, input, select, textarea {
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: none;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
		font-family: 'Pretendard-Regular';
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-family: 'Pretendard-Regular';
		font-weight: 600;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5em;
		font-weight: 600;
		margin: 0 0 0.65em 0;
	}

	h2 {
		font-size: 1.75em;
		font-weight: 600;
		margin: 0 0 0.65em 0;
	}

	h3 {
		font-size: 1em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	h4 {
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	h5 {
		font-size: 0.8em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	h6 {
		font-size: 0.7em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.75em;
		}

		h2 {
			font-size: 1.25em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

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

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: 'Pretendard-Regular';
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: 'Pretendard-Regular';
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 3em 0;
	}

		hr.major {
			margin: 5em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #2E2E2E;
	}

	a {
		color: #2E2E2E;
	}

	strong, b {
		color: #2E2E2E;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #2E2E2E;
	}

	blockquote {
		border-left-color: rgba(67, 75, 86, 0.25);
	}

	code {
		background: rgba(67, 75, 86, 0.05);
		border-color: rgba(67, 75, 86, 0.25);
	}

	hr {
		border-bottom-color: rgba(67, 75, 86, 0.25);
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: rgba(67, 75, 86, 0.25);
	}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 2em 0;

		justify-content: center;
	}

		.features section {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			/* border-left: solid 1px;
			border-top: solid 1px; */
			border: none;
			padding: 2em 1.5em;
			text-align: center;
			/*연사소개 5개 이상일 시 사용*/
			/* width: calc(100% / 2); */
			width: calc(100% / 4);
		}
		.features section > div {
			background: #4F68C3;
    		color: white;
    		padding: 0.5rem 0;
		}
		.features section > div > p {
			margin: 0;
		}

			.features section:nth-child(3n - 2) {
				border-left-width: 0;
			}

			.features section:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.features section img {
				width: 100%;
				/* aspect-ratio: 1 / 0.65; */
				aspect-ratio: 0.875;
				border-radius: 50%;
				border: 3px solid #F3F3FB;
				margin-bottom: 1rem;
			}

			.features section h3 {
				font-family: 'Pretendard-SemiBold';
				color: #FAF9F6;
				font-weight: 500;
				margin: 0;
				font-size: 1.1em;
			}

			.features section h3.name {
				font-size: 1.25em;
			}
			.features section h3.name:after {
				content: "";
				display: block;
				width: 65px;
				height: 2px;
				background-color: #50BEB0;
				margin: 1rem auto 0;
			}
			.features section h3.team {
				color: #D5D5D5;
				font-size: 0.875em;
				font-weight: 300;
			}
			.features section p {
				font-family: 'Pretendard-Regular';
				font-size: 0.825em;
			}

		@media screen and (max-width: 980px) {

			.features {
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
			}

				.features section {
					padding: 1em 3em 1em 3em ;
					border-left: 0;
					width: 50%;
				}

					.features section:nth-child(-n + 3) {
						border-top-width: 1px;
					}

					.features section:first-child {
						border-top-width: 0;
						padding-top: 1em;
					}

					.features section:last-child {
						padding-bottom: 0;
					}

		}

		@media screen and (max-width: 736px) {

			.features section {
				padding: 1em;
			}
			.features section > div {
				padding: 0.5rem 0;
			}
			.features section h3 {
				font-size: 1em;
			}
			.features section h3.team {
				font-size: 1em;
				word-break: keep-all;
			}

		}

	.features section {
		border-color: rgba(67, 75, 86, 0.25);
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form.combined {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			margin-left: auto;
			margin-right: auto;
			max-width: 100%;
			position: relative;
			width: 35em;
		}

			form.combined input[type="text"],
			form.combined input[type="password"],
			form.combined input[type="email"],
			form.combined select,
			form.combined textarea {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				border-bottom-left-radius: 2.75em;
				border-bottom-right-radius: 0;
				border-top-left-radius: 2.75em;
				border-top-right-radius: 0;
			}

			form.combined input[type="submit"] {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		@media screen and (max-width: 480px) {

			form.combined {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				form.combined input[type="text"],
				form.combined input[type="password"],
				form.combined input[type="email"],
				form.combined select,
				form.combined textarea {
					border-radius: 2.75em;
					margin: 0 0 1em 0;
				}

				form.combined input[type="submit"] {
					border-radius: 2.75em;
				}

		}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 500;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

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

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}
	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #2E2E2E;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		/* background-color: rgba(67, 75, 86, 0.05); */
		border-color: rgba(67, 75, 86, 0.25);
	}

		/* input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #eb8585;
			box-shadow: inset 0 0 0 1px #eb8585;
		} */

		input[type="text"] ::-webkit-input-placeholder,
		input[type="password"] ::-webkit-input-placeholder,
		input[type="email"] ::-webkit-input-placeholder,
		select ::-webkit-input-placeholder,
		textarea ::-webkit-input-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"] :-moz-placeholder,
		input[type="password"] :-moz-placeholder,
		input[type="email"] :-moz-placeholder,
		select :-moz-placeholder,
		textarea :-moz-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"] ::-moz-placeholder,
		input[type="password"] ::-moz-placeholder,
		input[type="email"] ::-moz-placeholder,
		select ::-moz-placeholder,
		textarea ::-moz-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"] :-ms-input-placeholder,
		input[type="password"] :-ms-input-placeholder,
		input[type="email"] :-ms-input-placeholder,
		select :-ms-input-placeholder,
		textarea :-ms-input-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"].invert,
		input[type="password"].invert,
		input[type="email"].invert,
		select.invert,
		textarea.invert {
			background: #ffffff;
			color: rgba(67, 75, 86, 0.75);
		}

			input[type="text"].invert::-webkit-input-placeholder,
			input[type="password"].invert::-webkit-input-placeholder,
			input[type="email"].invert::-webkit-input-placeholder,
			select.invert::-webkit-input-placeholder,
			textarea.invert::-webkit-input-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

			input[type="text"].invert:-moz-placeholder,
			input[type="password"].invert:-moz-placeholder,
			input[type="email"].invert:-moz-placeholder,
			select.invert:-moz-placeholder,
			textarea.invert:-moz-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

			input[type="text"].invert::-moz-placeholder,
			input[type="password"].invert::-moz-placeholder,
			input[type="email"].invert::-moz-placeholder,
			select.invert::-moz-placeholder,
			textarea.invert::-moz-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

			input[type="text"].invert:-ms-input-placeholder,
			input[type="password"].invert:-ms-input-placeholder,
			input[type="email"].invert:-ms-input-placeholder,
			select.invert:-ms-input-placeholder,
			textarea.invert:-ms-input-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(67, 75, 86, 0.25)' /%3E%3C/svg%3E");
	}

		select option {
			color: #2E2E2E;
			background: #ffffff;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: rgba(67, 75, 86, 0.75);
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(67, 75, 86, 0.05);
			border-color: rgba(67, 75, 86, 0.25);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #eb8585;
		border-color: #eb8585;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #eb8585;
		box-shadow: 0 0 0 1px #eb8585;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		cursor: default;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			margin: 0 0 2em 0;
		}

			.icon.major:before {
				border-radius: 100%;
				border: solid 1px;
				display: inline-block;
				font-size: 1.75em;
				height: 7em;
				line-height: 7em;
				width: 7em;
			}

		.icon.solid:before {
			font-weight: normal;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Free';
		}

		.icon.accent1, .icon.accent2, .icon.accent3, .icon.accent4 {
			color: transparent;
		}

		@media screen and (max-width: 736px) {

			.icon.major:before {
				font-size: 1.5em;
				height: 5.25em;
				line-height: 5.25em;
				width: 5.25em;
			}

		}

	.icon.major:before {
		border-color: rgba(255, 255, 255, 0.25);
		color: transparent;
	}
	.icon.major.accent1:before {
		background: url(../../images/person01.jpg) no-repeat;
		background-size: 228px;
		background-position: -1px -2px;
		background-color: white;
	}
	.icon.major.accent2:before {
		background: url(../../images/person02.jpg) no-repeat;
		background-size: 228px;
		background-position: -1px -2px;
		background-color: white;
	}
	.icon.major.accent3:before {
		background: url(../../images/person03.jpg) no-repeat;
		background-size: 228px;
		background-position: -2px 0px;
		background-color: white;
	}
	.icon.major.accent4:before {
		background: url(../../images/person04.jpg) no-repeat;
		background-size: 228px;
		background-position: -1px -1px;
		background-color: white;
	}
	.icon.major.accent5:before {
		background: url(../../images/person05.jpg) no-repeat;
		background-size: 228px;
		background-position: 2px 0px;
		background-color: white;
	}
	.icon.major.accent6:before {
		background: url(../../images/person06.jpg) no-repeat;
		background-size: 228px;
		background-position: 2px 0px;
		background-color: white;
	}

		@media screen and (min-width: 1200px) and (max-width: 1440px) {

			.icon.major.accent1:before, .icon.major.accent2:before, .icon.major.accent3:before, .icon.major.accent4:before, .icon.major.accent5:before, .icon.major.accent6:before  {
				background-size: 180px;
			}
		}

		@media screen and (min-width: 768px) and (max-width: 1200px) {

			.icon.major.accent1:before, .icon.major.accent2:before, .icon.major.accent3:before, .icon.major.accent4:before, .icon.major.accent5:before, .icon.major.accent6:before  {
				background-size: 180px;
			}
		}

		@media screen and (min-width: 361px) and (max-width: 767px) {

			.icon.major.accent1:before, .icon.major.accent2:before, .icon.major.accent3:before, .icon.major.accent4:before, .icon.major.accent5:before, .icon.major.accent6:before {
				background-size: 115px;
				background-position: -1px 0px;
			}
		}
		@media screen and (max-width: 360px) {

			.icon.major.accent1:before, .icon.major.accent2:before, .icon.major.accent3:before, .icon.major.accent4:before, .icon.major.accent5:before, .icon.major.accent6:before {
				background-size: 105px;
				background-position: -1px 0px;
			}
		}


/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

		@media screen and (max-width: 736px) {

			.image.main {
				margin: 0 0 2em 0;
			}

		}

	img {
		display: block;
	}

/* List */
		ul li {
			list-style: none;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 500;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

	ul.alt li {
		border-top-color: rgba(67, 75, 86, 0.25);
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
			font-size: 1.125em;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				/* margin-left: 0; */
				/* width: 100% !important; */
				width: 80% !important;
				margin: 0 auto;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

/* Contact Icons */

	ul.contact-icons {
		list-style: none;
		padding-left: 0;
	}

		ul.contact-icons li:before {
			padding-left: 0;
			margin-right: 1em;
		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		margin: -0.75em 0 3em 0;
	}

	header.major {
		text-align: center;
	}

		header.major > :first-child {
			margin-top: -0.25em;
		}

		header.major > h2 {
			color: white;
			/* font-family: 'Pretendard-Regular'; */
			font-weight: bold;
			/* margin: 0 0 1em 0; */
			margin: 0 0 0.5em 0;
		}
		.second header.major > h2 {
			color: #213A4D;
		}
		.third header.major > h2 {
			/* color: #373737; */
			color: #FAF9F6;
		}
			#page-wrapper > :nth-child(4) .third header.major > h2 {
				color: #393939;
			}
		header.major > h2 > span {
			border-top: 4px solid white;
			padding-top: 1rem;
		}
			#page-wrapper > :nth-child(4) header.major > h2 > span {
				border-top: 4px solid #393939;
			}

		.major-download {
			width: 100%; 
			height: auto; 
			left: 0; 
			color: white; 
			padding: 0.5em 0;
		}
		.major-download > div:first-child {
			float: left;
		}
		.major-download > div:last-child {
			float: right;
		}
		.major-download > div:last-child > span {
			font-family: 'Pretendard-Regular';
			vertical-align: super;
			color: #373737;
		}
		/*PDF 다운로드 버튼*/
		.btn-down1 {
			display: inline-block; 
			width: 50px; 
			height: 50px;  
			background-size: 50px;
			background-repeat: no-repeat; 
			border-bottom: none;
		}
		.btn-down2 {
			display: inline-block; 
			width: 40px; 
			height: 40px;  
			background-size: 40px;
			background-repeat: no-repeat; 
			border-bottom: none;
		}
		/*이북 보러가기 버튼*/
		.btn-down3, .btn-down4 {
			display: inline-flex;
			align-items: center;
			gap: 5px;
			font-family: 'Pretendard-Regular';
			font-size: 16px;
			font-weight: 400;
			color: white;
			justify-content: center;
			vertical-align: sub;
			border-radius: 30px;
		}
		.btn-down3 {
			background-color: #017F8E;
			padding: 0.2rem 3rem;
		}
		.btn-down4 {
			background-color: #009c98;
			margin-top: 1rem;
			padding: 0.5rem 2rem;
		}
		.btn-down3:hover {
			background-color: #006571;
		}
		.btn-down4:hover {
			background-color: #007c79;}
			.btn-down3 span, .btn-down3 img {
				display: inline-block;
			}
			.btn-down3 img {
				width: 40px;
				height: 40px;
				display: inline-block;
			}
		
		.btn-down1 {
			background-image: url(../../images/icon5-w.png);
		}
		.btn-down2 {
			background-image: url(../../images/icon5-w.png);
		}
		.icon-bar span {
			width: 50px;
			color: white;
			font-size: 0.625em;
			display: inline-block;
			text-align: center;
		}

		header p {
			color: rgba(67, 75, 86, 0.5);
		}

		/*글자색 그라데이션*/
		/* header.major > h2 > span {
			font-size: 50px;
			font-weight: bold;
			background-image: linear-gradient(to right, #656DBA 20%, purple);
			background-clip: text;
			-webkit-background-clip: text;
			color: transparent;
		} */

				@media screen and (min-width: 768px) and (max-width: 1280px) {
					
					
				}

				@media screen and (max-width: 736px) {

					header.major > h2 {
						font-size: 1.5em;
					}
					.btn-down1, .btn-down2 {
						width: 30px;
						height: 30px;
						background-size: 30px;
					}
					.icon-bar span {
						width: 40px;
					}
					header p {
						margin: -0.25em 0 1em 0;
					}

				}

	

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(67, 75, 86, 0.25);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(67, 75, 86, 0.05);
		}

	table th {
		color: #2E2E2E;
	}

	table thead {
		border-bottom-color: rgba(67, 75, 86, 0.25);
	}

	table tfoot {
		border-top-color: rgba(67, 75, 86, 0.25);
	}

	table.alt tbody tr td {
		border-color: rgba(67, 75, 86, 0.25);
	}

/* Wrapper */

	.wrapper {
		width: 100%;
		flex: 1;
	}

	.wrapper > .logo_home {
		position: absolute;
		width: 5%;
	}

	.wrapper > .logo_home img {
		max-width: 100%;
	}

	.wrapper > .inner {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.wrapper.linear > .inner {
		/* background: linear-gradient(to top, #41416D 50%, white); */
		background: transparent;
	}

	.wrapper > .inner > .main {
		/* padding: 6em 6em 4em 6em ; */
		width: 80%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 6rem 0;
	}
			@media screen and (max-width: 1680px) {

				.wrapper > .inner > .main {
					width: 90%;
					padding: 0;
				}

			}

			@media screen and (min-width: 768px) and (max-width: 1280px) {
			}

			@media screen and (max-width: 767px) {
			}


/* Header */
#header {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}
#header .mainmenu, .submenu-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
#header .mainmenu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
}
#header .mainmenu .gnb {
	flex: 1;
}
#header .mainmenu .gnb .gnb-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .mainmenu .gnb .gnb-list .logo {
	width: 87%;
}
#header .mainmenu .gnb .gnb-list .logo a {
	display: block;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
#header .mainmenu .gnb .gnb-list > li > a {
	/* display: block; */
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 1rem 0;
	text-decoration: none;
	color: #252525;
	font-size: 1.125rem;
	font-weight: 600;
	transition: color 0.5s;
}
#header .mainmenu .gnb .gnb-list > li:hover a, #header .mainmenu .gnb .gnb-list.active > a {
	color: #3BB1D6;
	font-weight: bold;
}

#header .submenu-wrap {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background-color: #fff;
	display: none;
	border-top: 1px solid #8DD2DE;
}
#header:hover .submenu-wrap {
	display: block;
}

#header .submenu-inner {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	padding: 2rem 0;
}
#header .submenu-inner ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#header .submenu-inner ul li a {
	display: block;
	padding: 5px 0;
	color: #3B4E56;
	transition: color 0.2s;
	font-family: 'Pretendard-Regular';
	font-size: 1.125rem;
}
#header .submenu-inner ul li a:hover {
	color: #3BA9D0;
}
#header .submenu-inner ul li .coming span {
	font-size: 14px;
	color: white;
	background-color: #3BA9D0;
	padding: 0.2rem 0.8rem;
	border-radius: 20px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#header .mobile-header {
	display: none !important;
	position: relative;
	width: 100%;
	height: 50px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 0 1rem; */
	box-sizing: border-box;
}
#header .mobile-header .mobile-logo {
	display: flex;
	width: 32%;
	align-items: center;
	gap: 8px;
}
#header .mobile-header .mobile-logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	flex-shrink: 0;
}

#header .mobile-header .menu-toggle {
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 1.5rem;
	color: #004d6e;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	box-shadow: none;
	transition: 0.5s;
}
#header .mobile-header .menu-toggle.active {
	color: #3BB1D6;
}
.mobile-panel {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	display: block;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
	background-color: white;
	border-top: 1px solid #ddd;
	overflow-y: auto;
	z-index: 1000;
	transition: right 0.3s ease;
}
.mobile-panel.open {
	right: 0;
}
.mobile-panel .close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	background: none;
	border: 0;
	font-size: 2.0rem;
	color: #3BB1D6;
	z-index: 1002;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.mobile-panel .close-btn:hover {
	transform: rotate(90deg);
}
.mobile-panel .mobile-inner {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 3.5rem 2rem;
}
.mobile-panel .mobile-inner .m-item {
	border-bottom: 1px solid #ddd;
}
.mobile-panel .mobile-inner .m-item .m-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	font-size: 1rem;
	font-weight: 600;
	color: #2E2E2E;
	cursor: pointer;
}
.mobile-panel .mobile-inner .m-item .m-head .m-toggle {
	color: #3BB1D6;
	font-size: 1.2rem;
	font-weight: 800;
}
.mobile-panel .mobile-inner .m-item .m-body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}
.mobile-panel .mobile-inner .m-item.open .m-body {
	opacity: 1;
	margin: 0.5rem 1rem 1.5rem 1rem;
}
.mobile-panel .mobile-inner .m-item .m-body a {
	display: block;
	padding: 0.5rem;
	font-size: 1rem;
	color: #252525;
}
.mobile-panel .mobile-inner .m-item .m-body .coming {
	margin: 0.5rem 0;
}
.mobile-panel .mobile-inner .m-item .m-body .coming span {
	font-size: 14px;
	color: white;
	background-color: #3BA9D0;
	padding: 0.2rem 0.8rem;
	border-radius: 20px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	letter-spacing: -1.5px;
}

.mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 999;
}
.mobile-overlay.show {
	opacity: 1;
	visibility: visible;
}
	@media screen and (min-width: 768px) and (max-width: 1199px) {
		#header .mainmenu {
			height: 50px;
		}
		#header .mainmenu .gnb, #header .submenu-wrap {
			display: none !important; 
		}
		#header .mobile-header {
			display: flex !important;
			justify-content: center;
		}
		#header .mobile-header .mobile-logo {
			justify-content: center;
		}
		#header .mobile-header .mobile-logo img {
			height: 40px;
		}
		#header .mobile-header .menu-toggle {
			display: block;
		}
	}

	@media (max-width: 767px) {
		#header .mainmenu {
			height: 50px;
		}
		#header .mainmenu .gnb, #header .submenu-wrap {
			display: none !important;
		}
		#header .mobile-header {
			display: flex !important;
			margin-left: 1rem;
		}
		#header .mobile-header .menu-toggle {
			display: block;
			right: 0;
		}
	}

	

/*Icon*/
.icon-bar-wrap {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 8%;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.live-float {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
	padding: 1rem 0.5rem;
	background: linear-gradient(135deg, #2E2F4F, #5FA8D3);
	border-radius: 15px;
	text-align: center;
	font-family: 'Pretendard-Bold';
	color: #FFFAFA;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	transition: all 0.3s ease-in-out;
}
	.live-float:hover {
		filter: brightness(1.1);
		transform: translateY(-3px);
	}
.live-float strong {
	color: #FFFAFA;
	font-family: 'Pretendard-Bold';
	font-weight: bold;
	letter-spacing: -0.2px;
}
.live-float .sub {
	font-family: 'Pretendard-Regular';
	font-weight: normal;
}
.live-float .live-dot {
	width: 10px;
	height: 10px;
	background: #E94B4B;
	border-radius: 50%;
	margin: 0 auto 4px;
	animation: blink 1.8s infinite;
}
@keyframes blink {
	0%, 100% {opacity: 1;}
	50% {opacity: 0.3;}
}

.icon-bar {
	background: white;
	border: 1px solid #C7C8CC;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	border-radius: 15px;
}
.icon-bar > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.icon-bar a {
	position: relative;
	display: block;
	text-align: center;
	color: white;
	padding: 5px 0;
	font-size: 20px;
	border-bottom: none;
	border-radius: 50%;
	/* border: 1px solid #d8d8d8; */
	background-color: rgba(255, 255, 255, 0.7);
}
.icon-bar a::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 0;
	width: 100%;
	max-width: 1600px;
	height: 1px;
	background: #C7C8CC;
	transform: translate(-50%, 0);
	z-index: -1;
}
.icon-bar a:last-child:after {
	display: none;
}
.icon-bar a:first-child {
	padding-top: 0;
}
.icon-bar a:last-child {
	padding-bottom: 0;
}

.icon-bar .goTop {
	background: url(../../images/icon1.png) no-repeat;
	width: 100px;
	height: 50px;
	background-size: 50px auto;
	transition: all .5s ease-in;
	background-position: center;
}
.icon-bar .goHome {
	background: url(../../images/icon0.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	transition: all .5s ease-in;
	background-position: center;
}
.icon-bar .goYoutube {
	background: url(../../images/icon6.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	transition: all .5s ease-in;
	background-position: center;
}
.icon-bar .goKakao {
	background: url(../../images/icon7.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	transition: all .5s ease-in;
	background-position: center;
}
.icon-bar .download {
	background: url(../../images/icon5.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	transition: all .5s ease-in;
	background-position: 0px 0px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
}
.icon-bar .ebook {
	background: url(../../images/icon8.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	transition: all .5s ease-in;
	background-position: 0px 0px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 2;
}

.icon-bar .btn-down1 {
	margin-bottom: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
}

.icon-bar a i {
	color: #2E2E2E;
}

	@media screen and (min-width: 768px) and (max-width: 1199px) {
		
		.icon-bar-wrap {
			bottom: 4%;
			right: 4%;
		}
		.live-float {
			width: 80px;
			padding: 0.6rem 0.3rem;
		}
		.live-float strong, .live-float .sub {
			font-size: 15px;
		}
		.icon-bar .goTop {
			width: 80px;
		}
	}

	@media screen and (max-width: 767px) {
		
		.live-float {
			width: 70px;
			padding: 0.6rem 0.3rem;
		}
		.live-float strong, .live-float .sub {
			font-size: 14px;
		}
		.icon-bar .goTop {
			width: 70px;
		}
		/* .icon-bar {
			width: 62px;
			top: 70%;
			right: 1%;
			max-height: 150px;
		}
		.icon-bar .btn-down1, .icon-bar .goTop, .icon-bar .goList, .icon-bar .goNext, .icon-bar .goPrev, .icon-bar .goHome, .icon-bar .goYoutube, .icon-bar .goKakao, .icon-bar .download, .icon-bar .ebook {
			width: 40px;
			height: 40px;
			background-size: 40px auto;
			background-position: 0px 0px;
		}
		.icon-bar a, .icon-bar-sub a {
			padding: 7px 0;
		} */
	}

/*Apply bar - 신청*/
.apply-bar {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	padding: 1rem 2rem;
	border-radius: 20px 20px 0 0;
	z-index: 999;
	/* background-color: #4F68C3; */
	background: #4F68C3;
	background: -webkit-linear-gradient(to left, #4F68C3, #017F8E, #2B7FC7); 
	background: linear-gradient(to left, #4F68C3, #017F8E, #2B7FC7);
}
.apply-bar .apply-bar-p {
	display: block;
}
.apply-bar .apply-bar-m {
	display: none;
}
.apply-bar ul li {
	float: left;
	padding: 0 1.5rem;
}
.apply-bar ul li a {
	font-size: 0.825em;
	color: white;
}
.apply-bar ul li:hover a {
	background: #374888;
	padding: 0.3rem 0.8rem;
	border-radius: 20px;
}

	@media screen and (min-width: 768px) and (max-width: 1199px) {
		.apply-bar {
			width: 70%;
			display: flex;
			justify-content: center;
		}
		.apply-bar .apply-bar-p{
			display: block;
		}
		.apply-bar .apply-bar-m {
			display: none;
		}
		.apply-bar ul li a {
			font-size: 1.125em;
		}
	}
	@media screen and (max-width: 767px) {
		.apply-bar {
			width: 100%;
			display: flex;
			justify-content: center;
			border-radius: 30px 30px 0 0;
			padding: 1rem;
		}
		.apply-bar .apply-bar-p{
			display: none;
		}
		.apply-bar .apply-bar-m {
			display: block;
		}
		.apply-bar ul li {
			padding: 0 1rem;
		}
		.apply-bar ul li a {
			font-size: 0.9em;
		}
	}



/* Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}

	#menu {
		background-color: #656dba;
		color: rgba(255, 255, 255, 0.75);
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		box-shadow: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 22em;
		z-index: 10002;
	}

		#menu input, #menu select, #menu textarea {
			color: #ffffff;
		}

		#menu a {
			color: #ffffff;
		}

		#menu strong, #menu b {
			color: #ffffff;
		}

		#menu h1, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6 {
			color: #ffffff;
		}

		#menu blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#menu code {
			background: rgba(255, 255, 255, 0.05);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#menu hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#menu input[type="submit"],
		#menu input[type="reset"],
		#menu input[type="button"],
		#menu button,
		#menu .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
			color: #ffffff !important;
		}

			#menu input[type="submit"]:hover,
			#menu input[type="reset"]:hover,
			#menu input[type="button"]:hover,
			#menu button:hover,
			#menu .button:hover {
				background-color: rgba(255, 255, 255, 0.05);
			}

			#menu input[type="submit"]:active,
			#menu input[type="reset"]:active,
			#menu input[type="button"]:active,
			#menu button:active,
			#menu .button:active {
				background-color: rgba(255, 255, 255, 0.1);
			}

			#menu input[type="submit"].primary,
			#menu input[type="reset"].primary,
			#menu input[type="button"].primary,
			#menu button.primary,
			#menu .button.primary {
				box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.1);
				background-color: #747bc5;
				color: #ffffff !important;
			}

				#menu input[type="submit"].primary:hover,
				#menu input[type="reset"].primary:hover,
				#menu input[type="button"].primary:hover,
				#menu button.primary:hover,
				#menu .button.primary:hover {
					background-color: #868ccc;
				}

				#menu input[type="submit"].primary:active,
				#menu input[type="reset"].primary:active,
				#menu input[type="button"].primary:active,
				#menu button.primary:active,
				#menu .button.primary:active {
					background-color: #969cd5;
				}

		#menu > ul {
			margin: 0 0 1em 0;
		}

			#menu > ul.links {
				list-style: none;
				padding: 0;
			}

				#menu > ul.links > li {
					padding: 0;
				}

					#menu > ul.links > li > a:not(.button) {
						border: 0;
						border-top: solid 1px rgba(255, 255, 255, 0.25);
						color: inherit;
						display: block;
						line-height: 3.5em;
						text-decoration: none;
					}

					#menu > ul.links > li > .button {
						display: block;
						margin: 0.5em 0 0 0;
					}

					#menu > ul.links > li:first-child > a:not(.button) {
						border-top: 0 !important;
					}

		#menu .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			border: 0;
			color: rgba(255, 255, 255, 0.5);
			cursor: pointer;
			display: block;
			height: 3.25em;
			line-height: 3.25em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}

			#menu .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#menu .close:before {
				content: '\f00d';
				font-size: 1.25em;
			}

			#menu .close:hover {
				color: #ffffff;
			}

			@media screen and (max-width: 736px) {

				#menu .close {
					height: 4em;
					line-height: 4em;
				}

			}

		@media screen and (max-width: 736px) {

			#menu {
				padding: 2.5em 1.75em;
			}

		}

	body.is-menu-visible #page-wrapper {
		pointer-events: none;
		cursor: default;
		opacity: 0.25;
	}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 0 2em 0.25em rgba(0, 0, 0, 0.1);
		visibility: visible;
	}

/*메인페이지 container*/
.wrapper .inner .visual {
	width: 100%;
	height: 70vh;
}
.visual {
	position: relative;
	width: 100%; 
	height: 110vh; 
	margin: 0 auto;
	background-color: #13253D;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.visual::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  	background-size: cover;
  	background-position: center;
	z-index: -2;
}
.visual .visual-tit .box {
	position: relative;
	display: inline-block;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
}
.visual .visual-tit .box .tit-en {
	display: block;
	/* text-align: justify; */
	text-align: right;
	color: #FFFAFA;
	margin: 0;
	padding: 0; 
	font-family: 'Inter-Medium';
	font-size: 1.4rem;
	line-height: 0.5;
	letter-spacing: 0.08em;
	/* letter-spacing: 5px; */
	/* transform: translate(-7%, 0); */
}
.visual .visual-tit .box .tit-en::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	vertical-align: top;
}
.visual .visual-tit .box .tit-ko {
	display: inline-block;
	white-space: nowrap;
	letter-spacing: -0.02em;
}
.visual .visual-container {
	width: 80%;
	max-width: 1200px; 
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.visual .float {
	position: absolute;
	animation: floatY 3s ease-in-out infinite alternate;
	will-change: transform;
}
	@keyframes floatY {
		from {transform: translateY(0);}
		to {transform: translateY(-30px);}
	}
.visual .float-1 {
	position: absolute;
	top: 25%;
	left: 5%;
	animation: floatDrag 4s ease-in-out infinite alternate;
	animation-duration:3s;
	animation-delay:.2s;
}
.visual .float-2 {
	position: absolute;
	top: 25%;
	right: 5%;
	animation-duration:1.5s;
	animation-delay:.2s;
}
.visual .float-3 {
	position: absolute;
	top: 80%;
	right: 15%;
	animation: floatX 3.5s ease-in-out infinite alternate;
	animation-duration:2.5s;
	animation-delay:.3s;
}
.visual .float-4 {
	position: absolute;
	bottom: 15%;
	left: 9%;
	animation-duration:4.5s;
	animation-delay:.4s;
}
.visual .float-5 {
	position: absolute;
	top: 75%;
	right: 12%;
}
.visual .float-6 {
	position: absolute;
	top: 15%;
	right: 21%;
}
.visual .float-7 {
	position: absolute;
	top: 33%;
	left: 17%;
}
.visual .float-8 {
	position: absolute;
	top: 21%;
	right: 3%;
}
.visual .float-9 {
	position: absolute;
	top: 32%;
	right: 16%;
}
.visual .float-10 {
	position: absolute;
	bottom: 14%;
	left: 18%;
}

	@keyframes floatX {
		from {transform: translateX(0);}
		to {transform: translateX(-30px);}
	}
	@keyframes floatDrag {
		from {transform: translate(0, 0);}
		to {transform: translate(20px, -25px);}
	}

.visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.visual .visual-tit {
	display: block;
}
.visual .visual-tit .txt {
	display: flex; 
	flex-direction: row; 
	justify-content: center;
	margin: 0 0 0.5rem 0;
}
.visual .visual-tit .txt.logos p {
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #FFFAFA;
	font-size: 1rem;
	display: inline-block;
    vertical-align: middle;
}
	.visual .visual-tit div:nth-child(4) p {
		padding: 0 0.5rem 0 0 !important;
	} 
.visual .visual-tit .txt.logos p a {
	color: #FFFAFA;
}
.visual .visual-tit .txt.logos span {
	color: #2B7FC7; 
	padding: 0 0.3rem; 
	font-size: 1rem; 
	font-weight: bold;
}
.visual .visual-tit .txt.logos > div:nth-child(2) {
	display: flex;
	flex-direction: row;
}
.visual .visual-tit .txt.logos > div:nth-child(2) > img {
	display: block;
	height: 30px;
	margin-right: 0.5rem;
}
	.visual .visual-tit .txt.logos > div:nth-child(2) > img:last-child {
		margin-right: 0;
	}
.visual .visual-tit .txt.btn{
	margin: 3.5rem 0;
}
.visual .visual-tit .txt .pc {
	display: block;
}
.visual .visual-tit .txt .mobile {
	display: none !important;
}
.visual .visual-tit .box p, .visual .visual-tit .box h2 {
	color: white;
	text-align: center;
}
.visual .visual-tit p {
	margin: 0 0 2rem 0;
	font-family: 'Pretendard-Regular';
	font-size: 1em;
}
.visual .visual-tit .box h2 {
	font-family: 'Gangwonstate';
	font-size: 3em;
	word-break: keep-all;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	letter-spacing: 1px;
}
.visual .visual-tit > h2:nth-child(3) {
	margin: 0 0 2rem 0;
}
.visual .visual-tit .txt > div p {
	font-family: 'Pretendard-Regular';
	color: #E6D25E;
	margin: 0;
	padding: 0 1rem;
}
.visual .visual-tit .txt > div p .sub-date-1 {
	font-size: 20px;
}
.visual .visual-tit .txt.btn > div {
	background: linear-gradient(135deg, #1FA3B5 0%, #E6D25E 100%);
	font-weight: 400;
	border-radius: 25px;
	transition: transform 0.3s ease;
}
.visual .visual-tit .txt.btn > div:hover {
	background: #1FA3B5;
	transform: translateY(-5px);
	box-shadow: 0 0 10px rgba(230, 210, 94, 0.5);
}
.visual .visual-tit .txt.btn > div {
	margin-right: 1rem;
}
.visual .visual-tit .txt.btn > div:last-child {
	margin-right: 0;
}
.visual .visual-tit .txt.btn > div > a {
	display: block;
	color: #F7F9FC;
	padding: 0.5rem 1.5rem;
	font-family: 'Inter-Medium';
	font-size: 1.0625rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	letter-spacing: -1px;
}

	@media screen and (min-width: 768px) and (max-width: 1280px) {
		
		.visual {
			height: 80vh;
		}
		.visual::before {
			left: -1px;
			width: calc(100% + 2px);
		}
		.visual .float-1 {
			left: 0;
		}
		.visual .float-2 {
			top: 20%;
			right: 2%;
		}
		.visual .float-3 {
			right: 1%;
		}
		.visual .float-4 {
			left: 2%;
		}
		.visual .float-9 {
			right: 8%;
		}
		.visual .visual-tit {
			width: 80%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.visual .visual-tit .txt .pc {
			display: block;
		}
		.visual .visual-tit .txt .mobile {
			display: none;
		}
		.visual .visual-tit p {
			font-size: 1.125em;
		}
		.visual .visual-tit .txt > div p {
			font-size: 16px;
		}
		.visual .visual-tit .txt > div p .sub-date-1 {
			font-size: 18px;
		}
		.visual .visual-tit .txt.btn > div > a {
			font-size: 14px;
			padding: 0.5rem 1.2rem;
		}
		.visual .visual-tit .box .tit-en {
			font-size: 1.11rem;
		}
	}
	@media screen and (max-width: 767px) {

		.visual {
			height: 75vh;
			background-size: cover;
		}
		.visual .visual-container {
			width: 100%;
		}
		.visual img {
			width: 60%;
		}
		.visual .visual-tit .box {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}
		.visual .visual-tit .box .tit-en {
			letter-spacing: 0.5px;
			font-size: 0.759rem;
			display: flex;
			flex-direction: column;
			width: 87%;
			margin-bottom: 0.5rem;
		}
		.visual .float-1 {
			top: 13%;
			left: 1%;
		}
		.visual .float-2 {
			top: 13%;
			right: -12%;
		}
		.visual .float-3 {
			top: 80%;
			right: -5%;
		}
		.visual .float-4 {
			left: 0%;
		}
		.visual .float-5 {
			right: 2%;
		}
		.visual .float-8 {
			top: 22%;
			right: 5%;
		}
		.visual .float-9 {
			right: 0%;
		}
		.visual .visual-tit {
			top: calc(50% - 5rem);
			width: 90%;
			margin: 0 auto;
			z-index: 2;
		}
		.visual .visual-tit .box h2 {
			font-size: 28px;
		}
		.visual .visual-tit > h2:nth-child(3) {
			margin: 0 0 1.5rem 0;
		}
		.visual .visual-tit p {
			margin: 0 0 1.5rem 0;
		}
		.visual .visual-tit .top {
			font-size: 1em;
			padding: 0 0.8rem;
			text-align: center;
		}
		.visual .visual-tit .txt {
			margin: 0;
		}
		.visual .visual-tit .txt > div p .sub-date-1 {
			font-size: 15px;
		}
		.visual .visual-tit .txt.logos {
			flex-direction: column;
			align-items: center;
		}
		.visual .visual-tit .txt.logos span {
			font-size: 0.75rem;
		}
		.visual .visual-tit .txt.logos > div:nth-child(2) {
			justify-content: center;
		}
		.visual .visual-tit .txt.logos > div:nth-child(2) > img {
			width: auto;
			height: 23px;
		}
		.visual .visual-tit .txt.logos p, .visual .visual-tit .txt.logos p a {
			font-size: 14px;
		}
		.visual .visual-tit .txt.btn {
			margin: 2.5rem 0 1.5rem 0;
			flex-direction: column;
			gap: 15px;
		}
		.visual .visual-tit .txt.btn > div {
			width: 50%;
			margin: 0 auto !important;
		}
		.visual .visual-tit .txt.btn > div:hover {
			transform: none;
			background: linear-gradient(135deg, #1FA3B5 0%, #E6D25E 100%);
		}
		.visual .visual-tit .txt .pc {
			display: none;
		}
		.visual .visual-tit .txt .mobile {
			display: block !important;
		}
		.visual .visual-tit .txt > div:first-child p {
			display: none;
			padding-right: 0.5rem;
			font-size: 14px;
			text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
		}
		.visual .visual-tit .txt > div:last-child p {
			margin: 0 0 1rem 0;
			padding-left: 0.5rem;
			text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
			line-height: 1.5;
			text-align: center;
		}
		.visual .visual-tit .txt.btn > div > a {
			padding: 0.5rem;
			text-align: center;
			line-height: 1.5;
			letter-spacing: -1px;
			font-size: 0.95rem;
		}
	}

/*페이지 공통상단 시작*/
.sub-visual {
	position: relative;
	width: 100%;
	height: clamp(220px, 45vh, 25vh);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
	color: white;
}
.sub-visual .sub-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: url('https://images.unsplash.com/photo-1522199710521-72d69614c702?auto=format&fit=crop&w=1600&q=80') no-repeat center center / cover; */
	background: url('../../images/sub-bg.jpg') no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-color: #13253D;
	z-index: 1;
	transform: scale(1.1) translateX(80px);
	opacity: 0;
	transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}
.sub-visual.loaded .sub-bg {
	transform: scale(1.1) translateX(0);
	opacity: 1;
}
.sub-visual .sub-overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	inset: 0;
	z-index: 2;
}
.sub-visual .sub-txt {
	position: relative;
	z-index: 3;
}
.sub-visual .sub-txt h3 {
	font-family: 'Paperlogy-Bold';
	font-size: 1.1rem;
	opacity: 0.85;
	margin: 0;
	color: #8DD2DE;
	letter-spacing: 5px;
}
.sub-visual .sub-txt h2 {
	font-family: 'Paperlogy-Bold';
	font-size: 2.5rem;
	margin: 0;
	color: #FFFAFA;
}

	@media screen and (min-width: 768px) and (max-width: 1280px) {
	}

	@media screen and (max-width: 767px) {
		.sub-visual {
			height: 20vh;
		}
		.sub-visual h3 {
			font-size: 16px;
		}
		.sub-visual h2{
			font-size: 20px;
		}
		.sub-visual .sub-txt h2 {
			font-size: 1.8rem;
		}
		.sub-visual .sub-txt h3 {
			font-size: 1rem;
			letter-spacing: 4px;
			margin: 0;
		}
	}


/*서브페이지 시작*/
.page {
	width: 100%;
}
.page > .page-wrap {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page > .page-wrap > .main {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 0;
}
.page > .page-wrap > .main .main-ctg-container {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	text-align: center;
	padding: 2rem 0;
	gap: 20px;
}
.page > .page-wrap > .main .main-ctg {
	flex: 1;
	padding: 2rem;
	/* background: #effafb; */
	border: 1px solid #3BA9D0;
	cursor: pointer;
	transition: 0.5s ease;
	border-radius: 20px;
}
.page > .page-wrap > .main .main-ctg:hover {
	background-color: #3BA9D0;

}
.page > .page-wrap > .main .main-ctg .icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	margin: 0 auto;
	background-color: #3BA9D0;
	color: #FFFAFA;
}
.page > .page-wrap > .main .main-ctg:hover .icon {
	background-color: #effafb;
}
.page > .page-wrap > .main .main-ctg h3 {
	font-size: 1.3rem;
	margin: 2rem 0 1rem 0;
	font-weight: 500;
	color: #2E2E2E;
	font-family: 'Pretendard-Bold';
}
.page > .page-wrap > .main .main-ctg h3 span.icon-highlight {
	/* background: linear-gradient(transparent 60%, #b0dcec 60%); */
	background: transparent;
}
.page > .page-wrap > .main .main-ctg:hover span.icon-highlight {
	/* background: #B9E6EF;
	padding: 0.2rem 1rem; */
	background: transparent;
}
.page > .page-wrap > .main .main-ctg p {
	font-size: 16px;
	line-height: 1.2;
	color: #585856;
	word-break: keep-all;
}
.page > .page-wrap > .main .main-ctg:hover p {
	color: #1A2F46;
}

.main .main-container {
	display: flex;
	flex-direction: row;
}
.main .main-l {
	width: 20%;
	margin-right: 4rem;
}
.main .main-l .main-menu-container {
	position: sticky;
	top: 5%;
	border: 1px solid #dbe8ea;
	box-shadow: 0 4px 8px rgba(59, 169, 208, 0.15);
	text-align: center;
}
.main .main-l .main-menu-t {
	background: linear-gradient(135deg, #3BA9D0, #8DD2DE);
	color: #FFFAFA;
	padding: 1rem 0.5rem;
	text-align: center;
}
.main .main-l .main-menu-t h3 {
	margin: 0;
	padding: 0;
	font-family: 'Paperlogy-Bold';
	font-size: 1.25rem;
	letter-spacing: 1px;
	color: #1A2E40;
	word-break: keep-all;
}
.main .main-l .main-menu-b {
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column;
}
.main .main-l .main-menu-b p {
	margin: 0.5rem 0;
	cursor: pointer;
	transition: all 0.2s;
}
.main .main-l .main-menu-b p span.on {
	background: linear-gradient(transparent 60%, #b2e7ef 60%);
	font-weight: bold;
}
.main .main-l .main-menu-b p:hover {
	font-weight: bold;
	color: #3BA9D0;
}
.main .main-r {
	width: calc(80% - 4rem);
}
.main .main-r > div {
	margin: 2rem 0 0 0;
}
.main .main-r h1 {
	font-size: 2.2rem;
}


@media screen and (max-width: 1680px) {

	.page > .page-wrap > .main {
		padding: 3rem 0;
	}
	.main .main-l .main-menu-t h3 {
		font-size: 1.125rem;
	}
	.main .main-l .main-menu-b p {
		font-size: 1rem;
	}
	.main .main-r h1 {
		font-size: 1.8rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 1280px) {

	.page > .page-wrap > .main {
		width: 90%;
		padding: 3rem 0;
	}
	.page > .page-wrap > .main .main-ctg h3 {
		font-size: 1.125rem;
	}
	.main .main-l {
		width: 25%;
		margin-right: 2rem;
	}
	.main .main-r {
		width: calc(75% - 2rem);
	}
}

@media screen and (max-width: 767px) {

	.page > .page-wrap > .main {
		padding: 3rem 0;
	}
	.page > .page-wrap > .main .main-ctg-container {
		flex-direction: column;
	}
	.page > .page-wrap > .main .main-ctg {
		width: 100%;
	}
	.page > .page-wrap > .main .main-ctg h3 {
		font-size: 15px;
		margin: 1.5rem 0 1rem 0;
	}
	.page > .page-wrap > .main .main-ctg p {
		font-size: 14px;
	}

	.main .main-container {
		flex-direction: column;
	}
	.main .main-l, .main .main-r {
		width: 100%;
	}
	.main .main-l {
		display: none;
	}
	.main .main-l .main-menu-container {
		width: 50%;
		margin: 0 auto;
		padding: 1rem;
	}
	.main .main-r h1 {
		font-size: 1.6rem;
		margin: 0;
		padding: 0;
	}


}

/*본문 내 Table*/
.table-scroll {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.table-scroll::-webkit-scrollbar {
	height: 6px;
}
.table-scroll::-webkit-scrollbar-thumb {
	background: #0070C0;
}
.table-scroll::-webkit-scrollbar-track {
	background: #EAF2FB;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Pretendard-Regular';
}
	.table-scroll table {
		width: 100%;
	}
	.speaker table {
		/* table-layout: fixed; */
		width: 100%;
	}
	.speaker table .speaker-photo {
		position: relative;
		width: 20%;
		min-width: 120px;
		padding: 0;
		vertical-align: top;
	}
	.speaker table .speaker-photo > div {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding: 0.1rem;
	}
	.speaker table .speaker-photo > div > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.speaker table img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		object-fit: contain;
	}
.page table tr th {
	border: 1px solid #B9DAE8;
	background: #DCEFF7;
	padding: 10px;
	font-family: 'Pretendard-Regular';
	font-size: 1.2rem;
	font-weight: bold;
	color: #084E6E;
	text-align: center;
	vertical-align: middle;
}
.page table tr td {
	border: 1px solid #C8E4EE;
	padding: 15px;
	color: #333333;
	background: #FBFEFF;
	text-align: left;
	vertical-align: middle;
	font-size: 1.125rem;
}
	.program.page table tr td {
		padding-left: 20px;
    	text-indent: -10px;
	}
.page table tr td b {
	font-family: 'Pretendard-Bold';
}
.page table tr td .name {
	font-size: 0.94rem;
}
	.table-scroll th, .table-scroll td {
		white-space: nowrap;
	}

	@media screen and (min-width: 768px) and (max-width: 1280px) {
		.page table tr th, .page table tr td {
			font-size: 1rem;
		}
	}

	@media screen and (max-width: 767px) {
		.page table tr th {
			font-size: 0.925rem;
		}
		.page table tr td {
			font-size: 0.925rem;
			line-height: 1.5;
			word-break: keep-all;
		}
		.table-scroll {
			overflow-x: scroll;
		}
		.table-scroll table {
			width: max-content;
		}
	}

/*초대의 글*/
.greeting .main-r > div > p:first-child {
	margin: 0;
}
.greeting .main-r p {
	font-size: 1.125rem;
	color: #2E2E2E;
}
.greeting .main-r p b {
	font-weight: bold;
}
.greeting hr {
	margin: 1.5em 0;
	border-bottom-color: #2E2E2E;
}
.greeting .main-r .message {
	font-size: 1.125rem;
}
.greeting .main-r .message b {
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.greeting .main-r > div > p:last-child {
	text-align: right;
}

	@media screen and (min-width: 768px) and (max-width: 1280px) {

		.greeting .main-r p {
			font-size: 1rem;
		}
		.greeting .main-r .message {
			font-size: 1rem;
		}
		.greeting .main-r .message b {
			font-size: 1.5rem;
		}
	}
	@media screen and (max-width: 767px) {

		.greeting hr {
			margin: 1.2em 0;
		}
		.greeting .main-r .message b {
			font-size: 1.3rem;
			line-height: 130%;
			word-break: keep-all;
		}
	}


/*오시는길 지도*/
.location .map {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: center;
}
.location .map iframe {
	max-width: 100%;
	width: auto;
	object-fit: cover;
}
.location .info {
	color: #252525;
}
.location .info .info-box-wrap {
	/* background: #f8fbfc; */
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	padding: 2rem 3rem;
}
.location .info .info-box {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #cfd8dc;
	padding: 2rem 0;
	gap: 20px;
}
.location .info .info-box:last-child {
	border-bottom: none;
}
.location .info .info-box .info-icon {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e7f4f7;
	border-radius: 50%;
	color: #007c79;
	font-size: 1rem;
}
.location .info .info-box .info-cont h3 {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	color: #004d6e;
}
.location .info .info-box .info-cont h4 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	color: #004d6e;
}
.location .info .info-box .info-cont p {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.5;
}
.location .info .info-box .info-cont ul {
	margin: 0;
	padding-left: 0;
}
.location .info .info-box .info-cont ul li {
	margin-bottom: 0.5rem;
	font-family: 'Pretendard-Regular';
	font-size: 1.125rem;
	line-height: 1.5;
}
.location .info .info-note {
	margin: 1rem 0 2rem 0;
	font-size: 0.9125rem;
	color: #666;
	text-align: right;
}


	@media screen and (min-width: 768px) and (max-width: 1280px) {

		.location .info .info-box-wrap {
			padding: 1.5rem 2rem;
		}
		.location .info .info-box {
			padding: 1.5rem 0;
		}
		.location .info .info-box .info-cont h3 {
			font-size: 1.25rem;
			margin: 0;
		}
		.location .info .info-box .info-cont p {
			font-size: 1rem;
		}
		.location .info .info-box .info-cont ul li {
			font-size: 1rem;
		}
		.location .info .info-note {
			word-break: keep-all;
		}
	}

	@media screen and (max-width: 767px) {

		.location .map {
			max-height: 300px;
		}
		.location .info .info-box-wrap {
			padding: 1rem 1.5rem;
		}
		.location .info .info-box {
			flex-direction: column;
			gap: 10px;
			padding: 1.5rem 0;
		}
		.location .info .info-box .info-icon {
			width: 32px;
			height: 32px;
			font-size: 16px;
		}
		.location .info .info-box .info-cont h3 {
			font-size: 1.25rem;
			margin: 0 0 0.8rem 0;
			line-height: 1.2;
		}.location .info .info-box .info-cont h4 {
			font-size: 1.125rem;
		}
		.location .info .info-box .info-cont p {
			font-size: 1rem;
		}
		.location .info .info-box .info-cont ul li {
			font-size: 1rem;
		}
		
	}

/*연사소개 Speaker*/
.speaker .sect-wrap {
	width: 100%;
	height: 100%;
}
.speaker section {
	margin: 0 0 5rem 0;
}
.speaker section h2.subject {
	text-align: center;
	color: #FFFAFA;
	font-family: 'Pretendard-Bold';
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 120%;
}
.speaker section h2.subject span {
	background: #0070C0;
	padding: 0.5rem 2rem;
	border-radius: 25px;

}
.speaker section h4 {
	position: relative;
	font-family: 'Pretendar-Bold';
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 1px;
}
.speaker section h4.str {
	padding-left: 0.8rem;
}
.speaker section h4.str::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 4px;
	height: 25px;
	background-color: #0070C0;
	border-radius: 2px;
} 
.speaker section .profile {
	width: 100%;
	height: 100%;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 2rem;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease;
}
.speaker section .profile:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.speaker section .profile .profile-t {
	display: flex;
	align-items: center;
	padding: 1.5rem 1rem;
	/* border-bottom: 2px solid #0070C0; */
	background: #eaf2fb;
}
.speaker section .profile .profile-t .profile-img {
	flex: 0 0 160px;
	height: 212px;
	overflow: hidden;
	border: 1px solid #C8E4EE;
	background: #ffffff;
}
.speaker section .profile .profile-t .profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.speaker section .profile .profile-t .profile-info {
	margin-left: 1rem;
	flex: 1;
}
.speaker section .profile .profile-t .profile-info h3.subject {
	color: #005999;
	font-family: 'Pretendard-Bold';
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 120%;
}
.speaker section .profile .profile-t .profile-info .exp {
	color: #555555;
	font-size: 1rem;
	margin: 0 0 0.2rem 0;
	line-height: 1.2;
}
.speaker section .profile .profile-t .profile-info .name {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 0.3rem 0;
}
.speaker section .profile .profile-b {
	padding: 2rem;
}
.speaker section .profile .profile-b h4 {
	font-size: 1.1rem;
	border-bottom: 1px solid #e0e6eb;
	margin: 0 0 0.5rem 0;
	padding-bottom: 0.3rem;
	color: #0d2d6a;
}
.speaker section .profile .profile-b ol {
	margin: 0;
	padding: 0 1rem 0 0;
	color: #252525;
	font-size: 1rem;
}
.speaker section .profile .profile-b ol li {
	margin-bottom: 0.5rem;
	line-height: 1.3;
	margin-left: 10px;
	text-indent: -8px;
	font-family: 'Pretendard-Regular';
}


.speaker section .sect-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: stretch;
}
.speaker section .sect-grid > div {
	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
}
.speaker section .sect-table {
	width: 100%;
	height: 100%;
	margin: 1rem 0;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.speaker section h2.subject {
		word-break: keep-all;
	}
	.speaker section .sect-grid {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 767px) {
	.speaker section {
		margin: 1rem 0 3rem 0;
	}
	.speaker section h2.subject {
		margin: 0 0 2rem 0;
		font-size: 1.4rem;
	}
	.speaker section .profile {
		max-width: 100%;
	}
	.speaker section .profile .profile-t {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.speaker section .profile .profile-t .profile-img {
		width: 100%;
		height: 120px;
		border: none;
		background: transparent;
	}
	.speaker section .profile .profile-t .profile-img img {
		object-fit: contain;
	}
	.speaker section .profile .profile-t .profile-info {
		margin: 0.5rem 0 0 0;
	}
	.speaker section .profile .profile-t .profile-info h3.subject {
		font-size: 1.25rem;
		word-break: keep-all;
	}
	.speaker section .profile .profile-b {
		text-align: left;
	}
	.speaker section .profile .profile-b ol li {
		font-size: 0.925rem;
	}
	.speaker section .sect-grid {
		grid-template-columns: 1fr;
	}
}

/*Archive 아카이브*/
.archive .archive-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
}
.archive .archive-box a {
	display: block;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}
.archive .archive-box a:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.archive .archive-box .sum img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
	border-bottom: 1px solid #ddd;
}
.archive .archive-box .info {
	padding: 1rem;
}
.archive .archive-box .info h3 {
	font-family: 'Pretendard-SemiBold';
	font-size: 1.2rem;
	color: #06162F;
	text-align: center;
	margin: 0;
	padding: 0.8rem 0;
}

.year h1 {
	margin: 0;
	padding-bottom: 2rem;
	/* border-bottom: 1px solid #ddd; */
}
.year .gallery-warp {
	margin-top: 3rem;
}
.year .gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.year .gallery .gallery-poster {
	flex: 1 1 25%;
	min-width: 280px;
	padding-right: 30px;
}
.year .gallery .gallery-poster img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform .3s ease-in-out;
}
.year .gallery .gallery-poster img:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.year .gallery .gallery-poster h3 {
	margin: 1.5rem 0 0.8rem 0;
	font-family: 'Pretendard-SemiBold';
	text-align: center;
	word-break: keep-all;
}
.year .gallery .gallery-poster p{
	text-align: center;
	line-height: 1.5;
	font-size: 1.125rem;
	color: #585856;
}
.year .gallery .gallery-photos {
	flex: 1 1 calc(70% - 30px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 15px;
}
.year .gallery .gallery-photos img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.year .gallery .gallery-photos img:hover {
	transform: scale(1.02);
	box-shadow: 0 8px 23px rgba(0, 0, 0, 0.2);
}

.year .prev-tab {
	text-align: center;
	margin-top: 3rem;
}
.year .prev-tab .btn {
	display: inline-block;
	padding: 0.5rem 2rem;
	border-radius: 30px;
	background-color: #005aa4;
	color: #FFFAFA;
	font-family: 'Pretendard-Medium';
	transition: background .3s ease-in-out, transform .3s ease-in-out;
}
.year .prev-tab .btn:hover {
	background: #005193;
	transform: translateY(-5px);
}

	@media screen and (min-width: 768px) and (max-width: 1280px) {

		.year .gallery {
			flex-direction: column;
			align-items: center;
		}
		.year .gallery .gallery-poster h3 {
			font-size: 1.2rem;
		}
		.year .gallery .gallery-poster p {
			font-size: 1rem;
		}
		.year .gallery .gallery-photos {
			grid-template-columns: repeat(2, 1fr);
			width: 100%;
		}
	}

	@media screen and (max-width: 767px) {

		.year .gallery .gallery-poster {
			padding-right: 0;
		}
		.year .gallery .gallery-poster h3 {
			font-size: 1.125rem;
			margin: 1rem 0 0.2rem 0;
		}
		.year .gallery .gallery-poster p {
			font-size: 0.925rem;
		}
		.year .gallery .gallery-photos {
			grid-template-columns: 1fr;
		}
	}

.register .register-wrap {
	display: flex;
	flex-direction: row;
}
.register .register-form {
	width: 100%;
}
.register .register-form h2 {
	margin-bottom: 3rem;
	font-size: 2.2rem;
}
.register .register-form h3 {
	font-size: 1.125rem;
	color: #333333;
	font-weight: 500;
	margin: 0 0 0.5rem 0;
}
.register .register-form p {
	color: #2E2E2E;
}
.register .register-form label {
	font-family: 'Pretendard-Regular';
	font-size: 1.125rem;
	font-weight: 500;
	color: #333333;
	margin: 0 0 2rem 0;
}
.register .register-form label input {
	border-color: transparent;
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
}
.register .register-form label input:focus {
	box-shadow: inset 0 0 0 1px #00afff;
}
.register .register-form label.agree input:focus {
	box-shadow: none;
}
.register .register-form .agree-box {
	border: 1px solid #ccc;
	padding: 1rem;
	margin: 0 0 2.5rem 0;
	height: 120px;
	overflow-y: auto;
	font-family: 'Pretendard-Regular';
	font-size: 0.925rem;
	color: #585856;
}
.register .register-form .agree-box.option {
	height: 60px;
}
.register .register-form .agree {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
	margin: 0;
}
.register .register-form .register-btn {
	background: #0088FF;
	color: #FFFAFA;
	font-family: 'Pretendard-Regular';
	font-size: 1.125rem;
	border: none;
	padding: 0.5rem 2rem;
	border-radius: 10px;
	cursor: pointer;
}
	@media screen and (max-width: 767px) {

		.register .register-wrap {
			flex-direction: column;
		}
		.register .register-img {
			display: none;
		}
		.register .register-form {
			width: 100%;
			margin: 0;
			padding: 0;
		}
			.register .main .main-r .register-form {
				margin: 0;
			}
		.register .register-form h2{
			font-size: 1.6rem;
		}
		.register .register-form form {
			margin-top: 2rem;
		}
		.register .register-form label {
			font-size: 1rem;
		}
		.register .register-form h3 {
			font-size: 1rem;
			margin: 0;
		}
		.register .register-form .agree-box {
			margin: 1rem 0;
		}
		.register .register-form .agree {
			margin: 0.1rem 0 1rem 0;
		}

		.register .register-form .register-btn {
			margin: 2rem 0 0 0;
			font-size: 1rem;
		}
	}

/*사전등록 조회*/
.search-box, .result-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.search-box form {
	width: 70%;
	max-width: 750px;
}
.search-box label {
	font-family: 'Pretendard-Regular';
	font-size: 1.125rem;
}
.search-box input {
	border-color: transparent;
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
}
.search-box input:focus {
	box-shadow: inset 0 0 1px #00afff;
}
.search-box .search-btn-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	margin-top: 3rem;
}
.search-box .search-btn-wrap button {
	padding: 0.5rem 2rem;
	font-size: 1.125rem;
	background: #0070C0;
	color: #FFFAFA;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.search-box .search-output {
	width: 70%;
	max-width: 750px;
	text-align: center;
}
.search-box .search-output .no-result {
	background: #eaf3f9;
	padding: 3rem 3.5rem;
}
.search-box .search-output p {
	margin: 0;
	font-size: 1.125rem;
	color: #333333;
}
.search-box .search-output .back-btn {
	margin: 2rem 0 0 0;
}
.search-box .search-output .back-btn a {
	background: #f7fafc;
}

	@media screen and (min-width: 768px) and (max-width: 1280px) {
		.main .main-r > div.search-box {
			margin: 1rem 0 0 0;
			align-items: baseline;
		}
		.search-box form {
			width: 100%;
		}
		.search-box .search-btn-wrap button {
			font-size: 1rem;
			padding: 0.5rem 1.5rem;
		}
	}
	@media screen and (max-width: 767px) {

		.main .main-r > div.search-box {
			margin: 0 0 1rem 0;
			align-items: baseline;
		}
		.search-box, .result-box {
			align-items: baseline;
		}
		.search-box h2, .result-box h2 {
			font-size: 1.6rem;
			margin: 0 0 2rem 0;
		}
		.search-box form {
			width: 100%;
			margin: 2rem 0;
		}
		.search-box label {
			font-size: 1rem;
    		color: #333333;
		}
		.search-box .search-btn-wrap {
			flex-direction: column;
			align-items: center;
		}
		.search-box .search-btn-wrap button, .search-box .search-btn-wrap .back-btn a {
			font-size: 1rem;
		}
	}

/*사전등록 조회 결과 Result*/
.result-box {
	text-align: center;
	color: #333333;
}
.result-box .result-output {
	width: 70%;
    max-width: 750px;
    text-align: center;
}
.result-box .result-output .result-output-wrap {
	background: #eaf3f9;
    padding: 3rem 3.5rem;
}
.result-box .result-output .result-output-wrap p:first-child {
	font-size: 1.3rem;
	color: #252525;
	font-weight: bold;
}
.result-box .result-output .result-output-wrap h2{
	font-size: 1.3rem;
}
.result-box p {
	margin: 0 0 1rem 0;
}
.result-box > p:nth-child(2) {
	font-size: 1.38rem;
	font-weight: bold;
	margin-top: 2rem;
}
.result-box p strong {
	color: red;
	font-weight: bold;
}
.result-box .back-btn {
	margin: 2rem 0 0 0;
}


/*공통 돌아가기 버튼*/
.back-btn a {
	display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    border: 1px solid #0070C0;
	font-size: 1.125rem;
    color: #0070C0;
    font-family: 'Pretendard-Medium';
    transition: background .3s ease-in-out, transform .3s ease-in-out;
}

	@media screen and (max-width: 767px) {

		.result-box {
			text-align: left;
		}
		.result-box .result-output {
			width: 100%;
		}
		.result-box .result-output .result-output-wrap {
			padding: 2rem 1rem;
		}
		.result-box > p {}
		.result-box > p:nth-child(2) {
			margin: 1rem 0;
		}
		.result-box .result-output .result-output-wrap p:first-child {
			word-break: keep-all;
		}
		.result-box .back-btn {
			width: 100%;
			text-align: center;
		}

	}


/*오픈예정 알림*/
#coming-alert-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 999;
}
#coming-alert-overlay .coming-alert {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #F5E063;
	color: #1A2E40;
	font-family: 'Paperlogy-Bold';
	font-size: 1.25rem;
	padding: 0.5rem 2.5rem;
	border: 2px solid #000;
border-radius: 12px;
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
}



/* Footer */

	#footer {
		background-color: #040f20 !important;
		color: rgba(255, 255, 255, 0.75);
		margin-top: 4em;
		background-color: transparent;
		text-align: center;

		overflow: hidden;
		margin-top: 0;
		padding: 4em 0;
		background-color: rgba(0, 23, 50);
	}

		#footer input, #footer select, #footer textarea {
			color: #ffffff;
		}

		#footer a {
			color: #ffffff;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
		}

		#footer blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#footer code {
			background: rgba(255, 255, 255, 0.05);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#footer a {
			border-bottom-color: transparent;
			color: rgba(255, 255, 255, 0.75);
		}

			#footer a:hover {
				border-bottom-color: inherit;
			}

		#footer > :last-child {
			margin-bottom: 0;
		}

		#footer .links {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 0 4em 0;
		}

			#footer .links > div {
				padding: 2em 0 0.1em 0 ;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				border-left: solid 1px rgba(255, 255, 255, 0.25);
				border-top: solid 1px rgba(255, 255, 255, 0.25);
				width: 25%;
			}

				#footer .links > div ul {
					list-style: none;
					margin-top: 2em;
					padding: 0 2em;
				}

					#footer .links > div ul li {
						margin: 0.75em 0;
						padding-left: 0;
					}

				#footer .links > div:nth-child(4n - 3) {
					border-left-width: 0;
				}

				#footer .links > div:nth-child(-n + 4) {
					border-top-width: 0;
				}

		#footer .contact-icons {
			display: inline-block;
			font-size: 0.825em;
		}

			#footer .contact-icons li {
				display: inline-block;
				margin-left: 2em;
			}

				#footer .contact-icons li:before {
					color: #ffffff;
					font-size: 0.85em;
				}

				#footer .contact-icons li:first-child {
					margin-left: 0;
				}
			#footer .contact-icons li i {
				margin-right: 5px;
			}

		#footer .copyright {
			font-size: 0.825em;
			color: rgba(255, 255, 255, 0.5);
		}

		@media screen and (min-width: 768px) and (max-width: 1280px) {

			#footer {
				padding: 4em 0;
			}
			#footer .links > div {
				width: 50%;
			}

				#footer .links > div:nth-child(4n - 3) {
					border-left-width: 1px;
				}

				#footer .links > div:nth-child(-n + 4) {
					border-top-width: 1px;
				}

				#footer .links > div:nth-child(2n - 1) {
					border-left-width: 0;
				}

				#footer .links > div:nth-child(-n + 2) {
					border-top-width: 0;
				}

			#footer .contact-icons {
				display: block;
				margin: 0 0 1em 0;
			}
			#footer .contact-icons li {
				display: block;
				margin: 0;
			}
			#footer .contact-icons li:first-child {
				margin-top: 0;
			}

		}

		@media screen and (max-width: 767px) {

			#footer {
				padding: 2.5em 4em;
			}

				#footer .links {
					margin: 0 0 2em 0;
				}

					#footer .links > div {
						border-left: 0;
						width: 100%;
					}

						#footer .links > div:nth-child(2n - 1) {
							border-left-width: 1px;
						}

						#footer .links > div:nth-child(-n + 2) {
							border-top-width: 1px;
						}

						#footer .links > div:first-child {
							border-top-width: 0;
							padding-top: 0;
						}

						#footer .links > div:last-child {
							padding-bottom: 0;
						}

				#footer .contact-icons {
					display: block;
					margin: 0 0 1em 0;
				}
				#footer .contact-icons li {
					display: block;
					margin: 0;
				}
				#footer .contact-icons li:first-child {
					margin-top: 0;
				}

		}
	/*youtube*/

	.youtube {
		/* display: flex; */
		display: none;
	}
		.youtube-l {
			width: 25%; 
			background: #656DBA; 
			color: #FFFFFF;
		}
			.youtube-l .youtube-m-txt {
				display: none;
			}
			.youtube-l > p {
				/* margin-top: 3em; */
				margin: 6em 0 0 0;
				text-align: center;
				font-family: 'Pretendard-Regular';
				font-size: 1.500em;
				font-weight: bold;
			}
			.youtube-l > p:nth-child(3) {
				font-size: 1.00em;
				margin: 0.5em 0 0 0;
			}
			.youtube-l > div {
				width: 100%;
			}
			.youtube-l > div > img {
				width: 160px;
				max-width: 100%;
				height: auto;
				margin: 0 auto;
			}
			
		.youtube-r {
			width: 75%; 
			height: 100%;
		}
		.embed-container { 
			position: relative; 
			/* padding-bottom: 56.25%; 
			height: 0;  */
			padding-bottom: 42.25%;
			overflow: hidden; 
			max-width: 100%;
			width: 75%;
			background-color: #2C2E4B;
		} 
		.embed-container > p {
			font-family: 'Pretendard-Regular';
			font-size: 24px;
			font-weight: bold;
			/* margin: 40px; */
			text-align: center;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: #FAF9F6;
		}
		.clearfix::before, .clearfix::after {
			content: ''; 
			display: block; 
			clear: both;
		}
		.embed-container iframe, .embed-container object, .embed-container embed { 
			position: absolute; 
			top: 0; 
			left: 0; 
			width: 100%; 
			height: 100%;
		}
			@media screen and (min-width: 768px) and (max-width: 1280px) {

				.embed-container {
					width: 100%;
					padding-bottom: 56.25%;
				}
				.youtube {
					/* display: block; */
					display: none;
				}
				.youtube-l, .youtube-r {
					width: 100%;
				}
				.youtube-l {
    				background: linear-gradient(to left, #31304F, #996077, #7B664E);
				}
				.youtube-l > p {
					margin: 0;
					padding: 2em 0 0 0;
				}
				.youtube-l > p:nth-child(3) {
					padding-bottom: 2em;
				}
			}

			@media screen and (max-width: 767px) {

				.embed-container { 
					padding-bottom: 56.25%; 
					width: 100%;
				}
				.youtube {
					/* display: block; */
					display: none;
				}
				.youtube-l, .youtube-r {
					width: 100%;
					background: linear-gradient(to left, #31304F, #996077, #7B664E);
				}
				.youtube-l .youtube-m-txt {
					display: block;
					font-size: 0.688em;
				}
				.youtube-l > p {
					padding-bottom: 1em;
					padding-top: 1em;
					margin: 0;
				}
				.youtube-l > div > img {
					width: 120px;
				}
			}

	/*kakao friend add*/
	
	.kakao {
		width: 100%; 
		padding: 0 !important;
		background: #120A55;
	}
		.kakao > a > img {
			max-width: 100%; 
			height: auto;
		}
		.kakao > a:first-child > img {
			display: block;
			margin: 0 auto;
		}
		.kakao > a:last-child > img {
			display: none;
		}

			@media screen and (min-width: 768px) and (max-width: 1280px) {

				.kakao > a:first-child > img {
					display: none;
				}
				.kakao > a:last-child > img {
					display: block;
				}
			}

			@media screen and (max-width: 767px) {

				.kakao > a:first-child > img {
					display: none;
				}
				.kakao > a:last-child > img {
					display: block;
				}
			}


/* Page Wrapper */

	#page-wrapper {
		/* overflow-x: hidden; */
		width: 100%;
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}

		

		/* #page-wrapper > :first-child {
			padding-top: 3em;
			overflow: hidden;
			position: relative;
		} */
		/* #page-wrapper > :nth-child(2) {
			overflow: hidden;
			position: relative;
		}
		#page-wrapper > :nth-child(3) {
			background-color: white;
		}
		#page-wrapper > :nth-child(4) {
			background-color: #F2F2F2;
		}
		#page-wrapper > :nth-child(5) {
			background-color: rgba(0, 23, 50);
		} */


		@media screen and (min-width: 768px) and (max-width: 1280px) {

			#page-wrapper > :first-child {
				padding-top: 0;
			}

			#page-wrapper > :nth-child(2) {
				padding-left: 0;
				padding-right: 0;
			}

		}

		@media screen and (max-width: 767px) {

			/* #page-wrapper > * {
				padding: 0;
			} */

			#page-wrapper > :first-child {
				padding-top: 0;
			}

			#page-wrapper > :nth-child(2) {
				padding-top: 0;
			}

		}

	/*map */
	.map {
		text-align: center;
	}
	.map {
		/* display: flex;  */
		text-align: center;
	}
	.map-top, .map-bottom {
		display: flex;
		justify-content: center;
	}
	.map-top {
		padding-bottom: 2em;
	}
	.map-top-img1, .map-top-txt, .map-bottom-img, .map-bottom-txt {
		width: 50%;
		text-align: left;
	}
	.map-top-img1 {
		position: relative;
	}
	.map-top-img1 > iframe {
		/* margin-top: 2em; */
		margin-top: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
	}
	.map-bottom-img > p {
		margin: 0.5em 0 0 0;
		text-align: center;
		font-size: 0.825em;
	}

	.map-top-txt, .map-bottom-txt {
		margin: 1em 0;
		padding-left: 2em;
		font-family: 'Pretendard-Regular';
		font-size: 0.825em;
	}
	.map-top-txt > p:nth-child(odd){
		font-size: 1.25em;
		margin-bottom: 0.2rem;
	}
	.map-bottom-txt {
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.map-top-txt > p, .map-bottom-txt > p {
		margin-bottom: 1.2em;
	}
	
	.map-txt {
		padding: 1em 0;
	}
	
		@media screen and (min-width: 768px) and (max-width: 1280px) {

			.map-bottom-img {
				padding-right: 2em;
			}
			.map-bottom-img > a > img {
				height: 100%;
    			width: 100%;
			}
			.map-top-txt > p, .map-bottom-txt > p {
				margin: 0 2em 1em 2em;
				font-size: 1.315em;
			}
		}

		@media screen and (max-width: 767px) {

			.map-top, .map-bottom {
				display: block;
				width: 100%;
			}
			.map-top {
				padding-bottom: 0;
			}
			.map-top-img1 {
				display: block;
				width: 100%;
			}
			.map-top-img1 > iframe {
				position: relative;
				top: 0;
				left: 0;
				transform: none;
				width: 100%;
				height: 350px; /* 원하는 높이 */
				border: 0;
			}
			.map-top-txt > p, .map-bottom-txt > p {
				font-size: 1.2em;
			}
			.map-bottom {
				padding-top: 2em;
			}
			.map-bottom-img, .map-top-txt, .map-bottom-txt {
				width: 100%;
				padding-left: 0;
				padding: 0.5rem;
			}
			.map-bottom-img > a > img {
				height: 100%;
    			width: 100%;
			}
			.map-bottom-txt {
				justify-content: left;
			}

		}


	.hr-line-w {
		height: 3px;
		width: 15%;
		background: white;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 2em;
		visibility: hidden;
	}
	.hr-line-b {
		height: 3px;
		width: 20%;
		background: #373737;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 1em;
		visibility: hidden;
	}