/*
	Zenith by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

@import url(font-awesome.min.css);
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i");*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

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

/* 2025. 09. 09 banner 영역  */
/* Banner 비디오 스타일링 개선 */
/* Banner의 텍스트 컬러 설정 */
#banner {
    height: 85.5vh;  /* video-banner와 통일 */
}

#banner .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    z-index: 1;
}

#banner > article .inner {
    position: relative;
    z-index: 3;
    width: 100%;
}

#banner > article .inner h1,
#banner > article .inner p {
    position: relative;
    z-index: 802;
}

/* 반응형 높이 조정 */
@media screen and (max-width: 1280px) {
    #banner {
        height: 70vh;
    }
}

@media screen and (max-width: 736px) {
    #banner {
        height: 50vh;
    }
}

@media screen and (max-width: 480px) {
    #banner {
        height: 60vh;
    }
}

#banner article
{
background-size: 100% 100%;
}

.text-big
{
	font-size: 1.5em;   /* 기본 글자 크기의 1.5배 */
	font-weight: bold;  /* 굵게 */
}

.colorType.neon 
{
	color: #00ffff; /* 밝은 청록색 */
	/* text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 20px #00ffff; */
	font-weight: bold;
}

.colorText.neon 
{
	color: #00ffff;
	font-weight: bold;
	/* background-image: linear-gradient(to bottom, transparent 70%, #00ffff 70%); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/* 2025. 09. 09 추가 끝 */

body {
	line-height: 1;
	font-family: 'Nanum Gothic', sans-serif;
}

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

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

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

	body {
		background: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Typography */

	html {
		font-size: 13pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

	body {
		background-color: #ffffff;
		color: #474d55;
	}

	/* 2025. 09. 09 글자 폰트 수정*/ 
	body, input, select, textarea {
		font-family: 'Open Sans', 'Nanum Gothic', sans-serif;  /* 영어는 Open Sans, 한글은 나눔  폰트로 */
		font-size: 0.9rem;
		font-weight: 300;
		line-height: 1.85rem;
	}

	a {
		-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;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2.75rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		letter-spacing: -.075rem;
		line-height: 1.5;
		margin: 0 0 2.0625rem 0;
	}

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

	h1 {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 2.25rem;
		line-height: 1.3;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

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

		h1 {
			font-size: 2rem;
			line-height: 1.3;
		}

		h2 {
			font-size: 1.5rem;
			line-height: 1.5;
		}

		h3 {
			font-size: 1.25rem;
		}

	}

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

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

	blockquote {
		border-left: solid 0.5rem;
		font-style: italic;
		margin: 0 0 2.75rem 0;
		padding: 1.375rem 0 1.375rem 2.75rem;
	}

	code {
		border-radius: 0;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2.75rem 0;
	}

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

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.75rem 0;
	}

		hr.major {
			margin: 5.5rem 0;
		}

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

			hr.major {
				margin: 4.125rem 0;
			}

		}

	input, select, textarea {
		color: #474d55;
	}

	a {
		color: #e27563;
	}

	strong, b {
		color: #474d55;
	}

h1, h2, h3, h4, h5, h6
{
	color: #474d55;
}
h1, h2, h3, h4, h5, h6
{
	color: #474d55;
}

	blockquote {
		border-left-color: rgba(0, 0, 0, 0.15);
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: rgba(0, 0, 0, 0.15);
	}

	hr {
		border-bottom-color: rgba(0, 0, 0, 0.15);
	}

/* Header */

	header.major {
		margin-bottom: 4.125rem;
		text-align: center;
	}

	header h2 + p {
		font-size: 1.5rem;
	}

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

		header h2 + p {
			font-size: 1.25rem;
		}

	}

/* Inner */

	.inner {
		margin: 0 auto;
		max-width: calc(100% - 10rem);
		width: 80rem;
	}

	.inner.with-sidebar {
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

	@media screen and (max-width: 1280px) {
		.inner {
			max-width: calc(100% - 6rem);
		}
	}

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

			.inner.with-sidebar {
				display: block;
			}

		}

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

			.inner {
				max-width: calc(100% - 3rem);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.3333333333%;
		}

		.row > .off-1 {
			margin-left: 8.3333333333%;
		}

		.row > .col-2 {
			width: 16.6666666667%;
		}

		.row > .off-2 {
			margin-left: 16.6666666667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.3333333333%;
		}

		.row > .off-4 {
			margin-left: 33.3333333333%;
		}

		.row > .col-5 {
			width: 41.6666666667%;
		}

		.row > .off-5 {
			margin-left: 41.6666666667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.3333333333%;
		}

		.row > .off-7 {
			margin-left: 58.3333333333%;
		}

		.row > .col-8 {
			width: 66.6666666667%;
		}

		.row > .off-8 {
			margin-left: 66.6666666667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.3333333333%;
		}

		.row > .off-10 {
			margin-left: 83.3333333333%;
		}

		.row > .col-11 {
			width: 91.6666666667%;
		}

		.row > .off-11 {
			margin-left: 91.6666666667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0rem;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0rem;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0rem;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0rem;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5rem;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5rem;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5rem;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5rem;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1rem;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1rem;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1rem;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1rem;
				}

		.row {
			margin-top: 0;
			margin-left: -2rem;
		}

			.row > * {
				padding: 0 0 0 2rem;
			}

			.row.gtr-uniform {
				margin-top: -2rem;
			}

				.row.gtr-uniform > * {
					padding-top: 2rem;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3rem;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3rem;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3rem;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3rem;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4rem;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4rem;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4rem;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4rem;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.3333333333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xlarge {
					width: 16.6666666667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.3333333333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xlarge {
					width: 41.6666666667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.3333333333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xlarge {
					width: 66.6666666667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.3333333333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xlarge {
					width: 91.6666666667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.3333333333%;
				}

				.row > .off-1-large {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-large {
					width: 16.6666666667%;
				}

				.row > .off-2-large {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.3333333333%;
				}

				.row > .off-4-large {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-large {
					width: 41.6666666667%;
				}

				.row > .off-5-large {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.3333333333%;
				}

				.row > .off-7-large {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-large {
					width: 66.6666666667%;
				}

				.row > .off-8-large {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.3333333333%;
				}

				.row > .off-10-large {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-large {
					width: 91.6666666667%;
				}

				.row > .off-11-large {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5rem;
				}

					.row > * {
						padding: 0 0 0 1.5rem;
					}

					.row.gtr-uniform {
						margin-top: -1.5rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.3333333333%;
				}

				.row > .off-1-medium {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-medium {
					width: 16.6666666667%;
				}

				.row > .off-2-medium {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.3333333333%;
				}

				.row > .off-4-medium {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-medium {
					width: 41.6666666667%;
				}

				.row > .off-5-medium {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.3333333333%;
				}

				.row > .off-7-medium {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-medium {
					width: 66.6666666667%;
				}

				.row > .off-8-medium {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.3333333333%;
				}

				.row > .off-10-medium {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-medium {
					width: 91.6666666667%;
				}

				.row > .off-11-medium {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5rem;
				}

					.row > * {
						padding: 0 0 0 1.5rem;
					}

					.row.gtr-uniform {
						margin-top: -1.5rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.3333333333%;
				}

				.row > .off-1-small {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-small {
					width: 16.6666666667%;
				}

				.row > .off-2-small {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.3333333333%;
				}

				.row > .off-4-small {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-small {
					width: 41.6666666667%;
				}

				.row > .off-5-small {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.3333333333%;
				}

				.row > .off-7-small {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-small {
					width: 66.6666666667%;
				}

				.row > .off-8-small {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.3333333333%;
				}

				.row > .off-10-small {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-small {
					width: 91.6666666667%;
				}

				.row > .off-11-small {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25rem;
				}

					.row > * {
						padding: 0 0 0 1.25rem;
					}

					.row.gtr-uniform {
						margin-top: -1.25rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.3333333333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xsmall {
					width: 16.6666666667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.3333333333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xsmall {
					width: 41.6666666667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.3333333333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xsmall {
					width: 66.6666666667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.3333333333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xsmall {
					width: 91.6666666667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25rem;
				}

					.row > * {
						padding: 0 0 0 1.25rem;
					}

					.row.gtr-uniform {
						margin-top: -1.25rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5rem;
						}

		}

/* Box */

	.box {
		border: solid 1px;
		border-radius: 0;
		margin-bottom: 2.75rem;
		padding: 1.5rem;
	}

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

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

	.box {
		border-color: rgba(0, 0, 0, 0.15);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 0;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3.25rem;
		line-height: 3.25rem;
		padding: 0 1.75rem;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8rem;
			height: 2.4375rem;
			line-height: 2.4375rem;
			padding: 0 1.25rem;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.25rem;
			height: 4.0625rem;
			line-height: 4.0625rem;
			padding: 0 4rem;
		}

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

				input[type="submit"].large,
				input[type="reset"].large,
				input[type="button"].large,
				button.large,
				.button.large {
					font-size: 1rem;
				}

			}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 13rem;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 50%;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

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

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(71, 77, 85, 0.1);
		}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(71, 77, 85, 0.25);
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background: #ffffff;
			box-shadow: none;
			color: #e27563 !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background: rgba(255, 255, 255, 0.85);
			}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary 
		{
			background-color: #e27563;
			box-shadow: none;
			color: #ffffff !important;
		}

		input[type="submit"].primary:hover,
		input[type="reset"].primary:hover,
		input[type="button"].primary:hover,
		button.primary:hover,
		.button.primary:hover 
		{
			background-color: rgba(226, 117, 99, 0.875);
			box-shadow: none;
		}

		input[type="submit"].primary1,
		input[type="reset"].primary1,
		input[type="button"].primary1,
		button.primary1,
		.button.primary1 
		{
			background-color: #98c37c;
			box-shadow: none;
			color: #ffffff !important;
			padding: 0 1rem;
		}

		input[type="submit"].primary1:hover,
		input[type="reset"].primary1:hover,
		input[type="button"].primary1:hover,
		button.primary1:hover,
		.button.primary1:hover 
		{
			background-color: rgba(226, 117, 99, 0.875);
			box-shadow: none;
		}

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

/* Form */

	form {
		margin: 0 0 2.75rem 0;
	}

	input[type="text"],
	input[type="text1"],
	input[type="password"],
	input[type="email"],
	input[type="email1"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 0;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

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

	label {
		display: block;
		font-size: 1rem;
		font-weight: 700;
		margin: 0 0 1.375rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"] {
		height: 3.25rem;
	}

	input[type="email1"],
	input[type="text1"]
	{
		height: 3.25rem;
	    width: 30rem;
	}

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


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


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

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

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			font-weight: 300;
			padding-left: 2.825rem;
			padding-right: 0.875rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 0;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.95rem;
				left: 0;
				line-height: 1.86875rem;
				position: absolute;
				text-align: center;
				top: -0.1625rem;
				width: 1.95rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 0;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

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

	:-moz-placeholder {
		opacity: 1.0;
	}

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

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

	label {
		color: #474d55;
	}

	input[type="text"],
	input[type="text1"],
	input[type="password"],
	input[type="email"],
	input[type="email1"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		background-color: #ffffff;
		border-color: rgba(0, 0, 0, 0.15);
		color: #333 !important;  /* 텍스트 색상 강제 적용 */
	}

		input[type="text"]:focus,
		input[type="text1"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="email1"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #e27563;
			box-shadow: 0 0 0 1px #e27563;
		}

	input[type="search"] {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='rgba(0, 0, 0, 0.15)' /%3E%3C/svg%3E");
	}

	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(0, 0, 0, 0.15)' /%3E%3C/svg%3E");
	}

		select option {
			color: #474d55;
			background-color: #ffffff;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #474d55;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: #ffffff;
			border-color: rgba(0, 0, 0, 0.15);
		}

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

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

	::-webkit-input-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

	:-moz-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

	::-moz-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

	:-ms-input-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

/* Icon */

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

	.icon:before 
	{
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	.icon > .label 
	{
		display: none;
	}

/* Image */

.image
{
	border: 10px solid;
	display: inline-block;
	position: relative;
}

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

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

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

.image.left 
{
	float: left;
	margin: 0 2rem 2rem 0;
	top: 0.25rem;
}

.image.right 
{
	float: right;
	margin: 0 0 2rem 2rem;
	top: 0.25rem;
}

.image.fit 
{
    display: block;
	margin: 0 0 2.75rem 0;
	width: 100%;
}

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

.image.main 
{
    display: block;
	margin: 0 0 4.125rem 0;
	width: 100%;
}

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

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2.75rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		/*list-style: disc;*/
		/* margin: 0 0 2.75rem 0; */
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.325rem;
		}

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

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

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

				ul.alt li:last-child {
					padding-bottom: 0;
				}

	dl {
		margin: 0 0 2.75rem 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1.375rem 0;
		}

		dl dd {
			margin-left: 2.0625rem;
		}

	ul.alt li {
		border-top-color: rgba(0, 0, 0, 0.15);
	}

/* Actions */

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

		ul.actions li {
/*			padding: 0 0 0 1.375rem; */
			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;
		}

			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.7875rem 0 0 0;
			}

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

		ul.actions.fit {
			width: calc(100% + 1.375rem);
		}

			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: 736px) {

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

				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: 1.375rem 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.5rem;
						}

		}

/* Icons */

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

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

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

			ul.icons li .icon:before {
				font-size: 2rem;
			}

/* Table */

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

	table {
		margin: 0 0 2.75rem 0;
		width: 100%;
	}

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

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 0.9rem;
			font-weight: 700;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: center;
		}

		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(0, 0, 0, 0.15);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #474d55;
	}

	table thead {
		border-bottom-color: rgba(0, 0, 0, 0.15);
	}

	table tfoot {
		border-top-color: rgba(0, 0, 0, 0.15);
	}

	table.alt tbody tr td {
		border-color: rgba(0, 0, 0, 0.15);
	}

/* Contact Icons */

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

		ul.contact-icons li {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			border-top: 1px solid;
			margin-bottom: 1.8333333333rem;
			padding-top: 1.8333333333rem;
		}

			ul.contact-icons li:first-child {
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
				border: none;
				padding-top: 0;
			}

			ul.contact-icons li.icon:before {
				display: block;
				font-size: 1.25rem;
				height: 2.75rem;
				line-height: 2.75rem;
				margin-right: 1.375rem;
				text-align: center;
				width: 2.75rem;
			}

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

			ul.contact-icons {
				margin-bottom: 2.75rem;
				padding-top: 2.75rem;
			}

				ul.contact-icons:first-child {
					padding-top: 0;
				}

		}

	ul.contact-icons li {
		border-top-color: rgba(0, 0, 0, 0.15);
	}

		ul.contact-icons li.icon:before {
			background: #e27563;
			color: #474d55;
		}



/* Posts */

.post
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 2.125rem;
	padding-bottom: 1.125rem;  
}

.post:last-child 
{
	border: none;
	margin-bottom: 2.75rem;
	padding-bottom: 0;
}

.post .post-content 
{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.post .post-content .image 
{
	margin-bototm: 0;
	margin-right: 2.75rem;
}


.post .post-content ul.actions 
{
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) 
{
	.post 
	{
		margin-bottom: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.post .post-content 
	{
		display: block;
	}

	.post .post-content .image 
	{
		margin-bottom: 1.375rem;
		margin-right: 0;
		width: 50%;
	}
	.post .post-content .image img 
	{
		width: 100%;
	}
}

/* Posts Grid */

	.posts-grid {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
	}

		.posts-grid > * {
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		.posts-grid > * {
			width: 33.3333333333%;
		}

		.posts-grid > * {
			padding: 1.375rem;
			width: calc(33.3333333333% + 0.9166666667rem);
		}

		.posts-grid > :nth-child(-n + 3) {
			padding-top: 0;
		}

		.posts-grid > :nth-last-child(-n + 3) {
			padding-bottom: 0;
		}

		.posts-grid > :nth-child(3n + 1) {
			padding-left: 0;
		}

		.posts-grid > :nth-child(3n) {
			padding-right: 0;
		}

		.posts-grid > :nth-child(3n + 1),
		.posts-grid > :nth-child(3n) {
			width: calc(33.3333333333% + -0.4583333333rem);
		}

		.posts-grid article {
  			text-align: center; /* 이미지와 제목 둘 다 중앙 정렬 */
		}

		.posts-grid article .image {
  			margin-bottom: 6px; /* 이미지 아래 간격 줄이기 (기본은 15~20px 정도) */
		}
		.posts-grid article .image img {
  			display: inline-block; /* 인라인 블록으로 만들어야 text-align이 적용됨 */
  			max-width: 100%;       /* 반응형 유지 */
  			height: auto;
  			border-radius: 10px;   /* 선택: 둥근 모서리 */
		}

		.posts-grid article h4 {
			text-align: center;       /* 텍스트 가운데 정렬 */
  			margin-top: 10px;         /* 이미지와 간격 */
  			font-size: 16px;
  			font-weight: 600;
  			color: #333;
		}


		.posts-grid article ul.actions li {
				width: 100%;
		}

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

			.posts-grid > * {
				width: 50%;
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(33.3333333333% + 0.9166666667rem);
			}

			.posts-grid > :nth-child(-n + 3) {
				padding-top: 1.375rem;
			}

			.posts-grid > :nth-last-child(-n + 3) {
				padding-bottom: 1.375rem;
			}

			.posts-grid > :nth-child(3n + 1) {
				padding-left: 1.375rem;
			}

			.posts-grid > :nth-child(3n) {
				padding-right: 1.375rem;
			}

			.posts-grid > :nth-child(3n + 1),
			.posts-grid > :nth-child(3n) {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			.posts-grid > :nth-child(-n + 2) {
				padding-top: 0;
			}

			.posts-grid > :nth-last-child(-n + 2) {
				padding-bottom: 0;
			}

			.posts-grid > :nth-child(2n + 1) {
				padding-left: 0;
			}

			.posts-grid > :nth-child(2n) {
				padding-right: 0;
			}

			.posts-grid > :nth-child(2n + 1),
			.posts-grid > :nth-child(2n) {
				width: calc(50% + 0rem);
			}

		}

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

			.posts-grid > * {
				width: 100%;
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			.posts-grid > :nth-child(-n + 2) {
				padding-top: 1.375rem;
			}

			.posts-grid > :nth-last-child(-n + 2) {
				padding-bottom: 1.375rem;
			}

			.posts-grid > :nth-child(2n + 1) {
				padding-left: 1.375rem;
			}

			.posts-grid > :nth-child(2n) {
				padding-right: 1.375rem;
			}

			.posts-grid > :nth-child(2n + 1),
			.posts-grid > :nth-child(2n) {
				padding: 1.375rem;
				width: calc(100% + 2.75rem);
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(100% + 2.75rem);
			}

			.posts-grid > :nth-child(-n + 1) {
				padding-top: 0;
			}

			.posts-grid > :nth-last-child(-n + 1) {
				padding-bottom: 0;
			}

			.posts-grid > :nth-child(1n + 1) {
				padding-left: 0;
			}

			.posts-grid > :nth-child(1n) {
				padding-right: 0;
			}

			.posts-grid > :nth-child(1n + 1),
			.posts-grid > :nth-child(1n) {
				width: calc(100% + 1.375rem);
			}

			.posts-grid .image {
				margin-bottom: 1.375rem;
			}

		}

/* Posts List */

	.posts-list article {
		border-bottom: 1px solid;
		margin-bottom: 1.375rem;
		padding-bottom: 1.375rem;
	}

		.posts-list article:last-of-type {
			border: none;
		}

		.posts-list article > :last-child {
			margin-bottom: 0;
		}

		.posts-list article a {
			font-weight: 700;
			text-decoration: none;
		}

		.posts-list article .date {
			font-size: 0.85rem;
		}

			.posts-list article .date a {
				font-weight: 300;
				text-decoration: underline;
			}

				.posts-list article .date a:hover {
					text-decoration: none;
				}

	.posts-list article {
		border-color: rgba(0, 0, 0, 0.15);
	}

		.posts-list article a {
			color: #474d55;
		}

			.posts-list article a:hover {
				color: rgba(71, 77, 85, 0.75);
			}

		.posts-list article .date {
			color: rgba(71, 77, 85, 0.75);
		}

			.posts-list article .date a {
				color: rgba(71, 77, 85, 0.75);
			}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		list-style: none;
		margin-bottom: 5.5rem;
		margin-left: -1.375rem;
		padding-left: 0;
	}

		.features li {
			border-right: 1px solid;
			margin-left: 2.75rem;
			padding-right: 2.75rem;
			text-align: center;
		}

			.features li:last-child {
				border: none;
			}

			.features li > :last-child {
				margin: 0;
			}

		.features h2 {
			font-size: 1.75rem;
		}

		.features p {
			font-size: 1.25rem;
		}

		.features .triangle {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			background-image: url(images/triangle.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 10rem;
			height: 8rem;
			margin: 0 auto 2.75rem auto;
			width: 10rem;
		}

			.features .triangle .icon {
				font-size: 3rem;
				margin-top: 1.75rem;
			}

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

			.features {
				margin-bottom: 4.125rem;
			}

				.features p {
					font-size: 1rem;
				}

				.features .triangle {
					background-size: 8rem;
					height: 6rem;
					width: 8rem;
				}

					.features .triangle .icon {
						font-size: 2.5rem;
						margin-top: 1.75rem;
					}

		}

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

			.features {
				-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-left: 0;
			}

				.features li {
					border-bottom: 1px solid;
					border-right: none;
					margin-bottom: 2.75rem;
					margin-left: 0;
					max-width: 30rem;
					padding-bottom: 2.75rem;
					padding-right: 0;
					width: 100%;
				}

					.features li > :last-child {
						margin-bottom: 0;
					}

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

		}

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

			.features li {
				margin-bottom: 2.75rem;
				padding-bottom: 2.75rem;
			}

		}

	.box {
		border-color: rgba(0, 0, 0, 0.15);
	}

/* wrapper */

	.wrapper {
		padding: 3rem 0 1rem 0 ;
	}

		.wrapper .image {
			border-color: #ffffff;   
		}

		.wrapper.style1 {
			background-color: #ffffff;
			color: #c1c5cb;
			background: #d3472f;
		}

			.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
				color: #ffffff;
			}

			.wrapper.style1 a {
				color: #ffffff;
			}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 blockquote {
				border-left-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 hr {
				border-bottom-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 .box {
				border-color: rgba(255, 255, 255, 0.2);
			}

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

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.1);
				}

					.wrapper.style1 input[type="submit"]:hover:active,
					.wrapper.style1 input[type="reset"]:hover:active,
					.wrapper.style1 input[type="button"]:hover:active,
					.wrapper.style1 button:hover:active,
					.wrapper.style1 .button:hover:active {
						background-color: rgba(255, 255, 255, 0.25);
					}

				.wrapper.style1 input[type="submit"].special,
				.wrapper.style1 input[type="reset"].special,
				.wrapper.style1 input[type="button"].special,
				.wrapper.style1 button.special,
				.wrapper.style1 .button.special {
					background: #ffffff;
					box-shadow: none;
					color: #e27563 !important;
				}

					.wrapper.style1 input[type="submit"].special:hover,
					.wrapper.style1 input[type="reset"].special:hover,
					.wrapper.style1 input[type="button"].special:hover,
					.wrapper.style1 button.special:hover,
					.wrapper.style1 .button.special:hover {
						background: rgba(255, 255, 255, 0.85);
					}

				.wrapper.style1 input[type="submit"].primary,
				.wrapper.style1 input[type="reset"].primary,
				.wrapper.style1 input[type="button"].primary,
				.wrapper.style1 button.primary,
				.wrapper.style1 .button.primary {
					background-color: #e27563;
					box-shadow: none;
					color: #ffffff !important;
				}

					.wrapper.style1 input[type="submit"].primary:hover,
					.wrapper.style1 input[type="reset"].primary:hover,
					.wrapper.style1 input[type="button"].primary:hover,
					.wrapper.style1 button.primary:hover,
					.wrapper.style1 .button.primary:hover {
						background-color: rgba(226, 117, 99, 0.875);
						box-shadow: none;
					}

						.wrapper.style1 input[type="submit"].primary:hover:active,
						.wrapper.style1 input[type="reset"].primary:hover:active,
						.wrapper.style1 input[type="button"].primary:hover:active,
						.wrapper.style1 button.primary:hover:active,
						.wrapper.style1 .button.primary:hover:active {
							background-color: #de624d;
						}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 input[type="tel"],
			.wrapper.style1 input[type="search"],
			.wrapper.style1 input[type="url"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: #ffffff;
				border-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 input[type="text"]:focus,
				.wrapper.style1 input[type="password"]:focus,
				.wrapper.style1 input[type="email"]:focus,
				.wrapper.style1 input[type="tel"]:focus,
				.wrapper.style1 input[type="search"]:focus,
				.wrapper.style1 input[type="url"]:focus,
				.wrapper.style1 select:focus,
				.wrapper.style1 textarea:focus {
					border-color: #e27563;
					box-shadow: 0 0 0 1px #e27563;
				}

			.wrapper.style1 input[type="search"] {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='rgba(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
			}

			.wrapper.style1 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(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #c1c5cb;
					background-color: #ffffff;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c1c5cb;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: #ffffff;
					border-color: rgba(255, 255, 255, 0.2);
				}

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

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

			.wrapper.style1 ::-webkit-input-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 ul.contact-icons li {
				border-top-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 ul.contact-icons li.icon:before {
					background: #e27563;
					color: #ffffff;
				}

			.wrapper.style1 table tbody tr {
				border-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 .posts-list article {
				border-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 .posts-list article a {
					color: #c1c5cb;
				}

					.wrapper.style1 .posts-list article a:hover {
						color: rgba(255, 255, 255, 0.15);
					}

				.wrapper.style1 .posts-list article .date {
					color: rgba(255, 255, 255, 0.15);
				}

					.wrapper.style1 .posts-list article .date a {
						color: rgba(255, 255, 255, 0.15);
					}

			.wrapper.style1 .features li {
				border-color: rgba(255, 255, 255, 0.2);
				color: #ffffff;
			}

			.wrapper.style1 .features .icon {
				color: #e27563;
			}

			.wrapper.style1 .image {
				border-color: #ffffff;
			}

		.wrapper.style2 {
			background: #f7f7f7;
		}

			.wrapper.style2 .image {
				border-color: #ffffff;
			}

		.wrapper > .inner .sidebar {
			margin-left: 2.75rem;
			width: 30rem;
		}

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

			.wrapper {
				padding: 5rem 0 2.25rem 0 ;
			}

				.wrapper > .inner .sidebar {
					min-width: 20rem;
					width: 20rem;
				}

		}

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

			.wrapper {
				padding: 4rem 0 1.25rem 0 ;
			}

				.wrapper > .inner .sidebar {
					border-top: 1px solid rgba(0, 0, 0, 0.15);
					margin-left: 0;
					margin-top: 2.75rem;
					padding-top: 2.75rem;
					width: 100%;
				}

		}

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

			.wrapper {
				padding: 3rem 0 0.25rem 0 ;
			}

		}

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

			.wrapper > .inner .sidebar {
				min-width: auto;
			}

		}

/* Header */

	body {
		padding-top: 3.75rem;
		position: relative;
	}

	#header {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background: #2a3037;
		color: #c1c5cb;
		cursor: default;
		height: 3.75rem;
		left: 0;
		line-height: 3.75rem;
		padding-right: 8.75rem;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 810;
	}

		#header .logo {
			/* background: #e27563;    변경*/
			color: #ffffff;
			display: block;
			height: 3.75rem;
			line-height: 3.75rem;
			padding: 0 2.75rem;
			text-decoration: none;
			width: auto;
		}

			#header .logo strong {
				color: #ffffff;
			}

		#header a[href="#navPanel"] {
			text-decoration: none;
			color: #ffffff;
			display: none;
			padding: 0 0 0 1.25rem;
		}

			#header a[href="#navPanel"]:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

#header a[href="#navPanel"]:before 
{
	content: '\f0c9';
	float: right;
	margin: 0 0 0 0.625rem;
}

#header nav 
{
    -moz-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

#header nav > ul 
{
    -moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	line-height: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header nav > ul > li 
{
    line-height: inherit;
	padding: 0;
}

#header nav > ul > li.opener a:before 
{
	content: "\f107";
	font-family: FontAwesome;
	padding-right: 0.5rem;
}

#header nav > ul > li.opener.active a 
{
	color: #ffffff;
}

#header nav > ul > li:hover a 
{
	color: #ffffff;
}

#header nav > ul > li > ul 
{
	display: none;
}

#header nav > ul > li a 
{
	color: #c1c5cb;
/*	display: block;   메뉴높이 변경 */
/*	height: 3.75rem;   */
/*	line-height: 3.75rem;  */
	margin-left: 0.2rem;
	padding: 1.5rem;
	text-decoration: none;
/*	padding-left: 20px; */
}


#header nav > ul > li a:hover, #header nav > ul > li a:focus, #header nav > ul > li a.active 
{
	color: #ffffff;
}

						#header nav > ul > li a.active {
							border-bottom: 3px solid #e27563;
							font-weight: 700;
						}

					#header nav > ul > li:last-child a {
						margin-right: 0 !important;
					}

			.dropotron {
				background-color: rgba(42, 48, 55, 0.95);
				list-style-type: none;
				margin: 0;
				min-width: 10rem;
				padding: 0.5rem;
			}

				.dropotron.level-0 {
					margin: 0;
				}

				.dropotron li {
					padding: 0;
					position: relative;
				}

					.dropotron li.opener > a:after {
						content: "\f105";
						font-family: FontAwesome;
						padding-left: 1rem;
					}

					.dropotron li.active > a {
						background-color: #2a3037;
						color: #ffffff !important;
					}

				.dropotron a {
					-moz-transition: none;
					-webkit-transition: none;
					-ms-transition: none;
					transition: none;
					border-bottom: 0;
					color: #c1c5cb;
					padding: 0.5rem 1rem;
					text-decoration: none;
				}

					.dropotron a:hover {
						background-color: #2a3037;
						color: #ffffff !important;
					}

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

		nav {
			display: none;
		}

		#header {
			padding-right: 1.375rem;
		}

			#header a[href="#navPanel"] {
				display: block;
			}

			#header .logo {
				padding: 0 1.375rem;
			}

	}

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

		body {
			padding-top: 44px;
		}

		#header {
			height: 44px;
			line-height: 44px;
		}

			#header .logo {
				height: 44px;
				line-height: 44px;
			}

				#header .logo span {
					display: none;
				}

			#header a[href="#navPanel"] {
				height: 2rem;
				line-height: 2rem;
			}

	}

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

		#header {
			min-width: 320px;
		}

	}

/* Nav Panel */

	#navPanel {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-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;
		background: #2a3037;
		box-shadow: none;
		display: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 2rem;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20rem;
		z-index: 899;
	}

		#navPanel.visible {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
			visibility: visible;
		}

		#navPanel nav {
			display: block;
			padding: 0;
		}

		#navPanel .link {
			-moz-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-ms-transition: color 0.2s;
			transition: color 0.2s;
			border-bottom: 0;
			border-top: 1px solid rgba(255, 255, 255, 0.2);
			color: #c1c5cb !important;
			display: block;
			padding: 0.75rem;
			text-decoration: none;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: #c1c5cb !important;
			}

			#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
				color: #ffffff !important;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25rem;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5rem;
			}

		#navPanel .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: #c1c5cb !important;
			cursor: pointer;
			display: block;
			height: 3.25rem;
			line-height: 3.25rem;
			padding-right: 1.25rem;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7rem;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

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

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

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

			#navPanel {
				display: block;
			}

		}

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

			#navPanel .close {
				height: 4rem;
				line-height: 4rem;
			}

		}

/* Banner */

	#banner {
		background-color: #ffffff;
		color: #c1c5cb;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: no-wrap;
		-webkit-flex-wrap: no-wrap;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
		cursor: default;
		height: 45rem;
		position: relative;
	}

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

		#banner a {
			color: #ffffff;
		}

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

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

		#banner blockquote {
			border-left-color: rgba(255, 255, 255, 0.2);
		}

		#banner code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.2);
		}

		#banner hr {
			border-bottom-color: rgba(255, 255, 255, 0.2);
		}

		#banner:after {
			pointer-events: none;
			-moz-transition: opacity1.5s ease-in-out, visibility 1.5s;
			-webkit-transition: opacity1.5s ease-in-out, visibility 1.5s;
			-ms-transition: opacity1.5s ease-in-out, visibility 1.5s;
			transition: opacity1.5s ease-in-out, visibility 1.5s;
			background: #2a3037;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 2;
		}

		#banner > article {
			-moz-transition: opacity 1.5s, visibility 1.5s;
			-webkit-transition: opacity 1.5s, visibility 1.5s;
			-ms-transition: opacity 1.5s, visibility 1.5s;
			transition: opacity 1.5s, visibility 1.5s;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 0;
			padding: 0;
			position: absolute;
			text-align: center;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 800;
		}

			#banner > article:after {
				-moz-transition: opacity 1.5s ease-in-out;
				-webkit-transition: opacity 1.5s ease-in-out;
				-ms-transition: opacity 1.5s ease-in-out;
				transition: opacity 1.5s ease-in-out;
				background-color: rgba(42, 48, 55, 0.75); /* 화면 그레이 레이아웃 */
				content: '';
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#banner > article .inner > :last-child {
				margin-bottom: 0;
			}

			#banner > article h1, #banner > article p {
				position: relative;
				z-index: 802;
			}

			#banner > article h1 {
				font-size: 3rem;
			}

			#banner > article p {
				line-height: inherit;
				font-size: 1.75rem;
			}

				#banner > article p:before {
					background-color: #e27563;
					content: '';
					display: block;
					height: 4px;
					margin: 1.5rem auto;
					width: 8rem;
				}

			#banner > article.visible {
				opacity: 1;
				visibility: visible;
			}

			#banner > article.top {
				z-index: 802;
			}

			#banner > article img {
				display: none;
			}

		#banner .indicators {
			bottom: 3rem;
			line-height: 1;
			list-style: none;
			margin: 0 auto;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 100%;
		}

			#banner .indicators li {
				cursor: pointer;
				display: inline-block;
				height: 1.25rem;
				margin-left: 0.5rem;
				overflow: hidden;
				padding: 0;
				position: relative;
				text-indent: 1.25rem;
				width: 1.25rem;
				z-index: 802;
			}

				#banner .indicators li:before {
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					background-color: rgba(255, 255, 255, 0.15);
					border-radius: 100%;
					content: '';
					display: inline-block;
					height: 1rem;
					left: 50%;
					position: absolute;
					text-indent: 0;
					top: 50%;
					width: 1rem;
				}

				#banner .indicators li.visible:before {
					background-color: #ffffff;
				}

		body.is-preload #banner:after {
			opacity: 1.0;
			visibility: visible;
		}

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

			#banner {
				height: 40rem;
			}

		}

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

			#banner .indicators {
				display: none;
			}

		}

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

			#banner {
				height: 25rem;
			}

				#banner > article h1 {
					font-size: 2.25rem;
				}

				#banner > article p {
					font-size: 1.25rem;
				}

		}

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

			#banner {
				height: 30rem;
			}

		}

		body.is-preload #banner > article:before {
			opacity: 1;
		}

/* Footer */

	#footer 
	{
		background-color: #ffffff;
		color: #c1c5cb;
		padding: 2rem 0 0.25rem 0 ;
		background: #191d23;
	}

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

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

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

	#footer .box 
	{
		border-color: rgba(255, 255, 255, 0.2);
	}

	#footer .footer-side1
	{
        padding-left : 10%;
	}

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

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

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

			#footer input[type="submit"].special,
			#footer input[type="reset"].special,
			#footer input[type="button"].special,
			#footer button.special,
			#footer .button.special {
				background: #ffffff;
				box-shadow: none;
				color: #e27563 !important;
			}

				#footer input[type="submit"].special:hover,
				#footer input[type="reset"].special:hover,
				#footer input[type="button"].special:hover,
				#footer button.special:hover,
				#footer .button.special:hover {
					background: rgba(255, 255, 255, 0.85);
				}

			#footer input[type="submit"].primary,
			#footer input[type="reset"].primary,
			#footer input[type="button"].primary,
			#footer button.primary,
			#footer .button.primary {
				background-color: #e27563;
				box-shadow: none;
				color: #ffffff !important;
			}

				#footer input[type="submit"].primary:hover,
				#footer input[type="reset"].primary:hover,
				#footer input[type="button"].primary:hover,
				#footer button.primary:hover,
				#footer .button.primary:hover {
					background-color: rgba(226, 117, 99, 0.875);
					box-shadow: none;
				}

					#footer input[type="submit"].primary:hover:active,
					#footer input[type="reset"].primary:hover:active,
					#footer input[type="button"].primary:hover:active,
					#footer button.primary:hover:active,
					#footer .button.primary:hover:active {
						background-color: #de624d;
					}

		#footer label {
			color: #ffffff;
		}

		#footer input[type="text"],
		#footer input[type="password"],
		#footer input[type="email"],
		#footer input[type="tel"],
		#footer input[type="search"],
		#footer input[type="url"],
		#footer select,
		#footer textarea 
		{
			background-color: #191d23;
			border-color: rgba(255, 255, 255, 0.2);
		}

		#footer input[type="text"]:focus,
		#footer input[type="password"]:focus,
		#footer input[type="email"]:focus,
		#footer input[type="tel"]:focus,
		#footer input[type="search"]:focus,
		#footer input[type="url"]:focus,
		#footer select:focus,
		#footer textarea:focus 
		{
			border-color: #e27563;
			box-shadow: 0 0 0 1px #e27563;
		}

		#footer input[type="search"] {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='rgba(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
		}

		#footer 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(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
		}

		#footer select option 
		{
			color: #c1c5cb;
			background-color: #191d23;
		}

		#footer input[type="checkbox"] + label,
		#footer input[type="radio"] + label {
			color: #c1c5cb;
		}

			#footer input[type="checkbox"] + label:before,
			#footer input[type="radio"] + label:before {
				background: #ffffff;
				border-color: rgba(255, 255, 255, 0.2);
			}

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

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

		#footer ::-webkit-input-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer :-moz-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer ::-moz-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer :-ms-input-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer ul.alt li {
			border-top-color: rgba(255, 255, 255, 0.2);
		}

		#footer ul.contact-icons li {
			border-top-color: rgba(255, 255, 255, 0.2);
		}

			#footer ul.contact-icons li.icon:before {
				background: #e27563;
				color: #ffffff;
			}

		#footer table tbody tr {
			border-color: rgba(255, 255, 255, 0.2);
		}

			#footer table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		#footer table th {
			color: #ffffff;
		}

		#footer table thead {
			border-bottom-color: rgba(255, 255, 255, 0.2);
		}

		#footer table tfoot {
			border-top-color: rgba(255, 255, 255, 0.2);
		}

		#footer table.alt tbody tr td {
			border-color: rgba(255, 255, 255, 0.2);
		}

		#footer .posts-list article {
			border-color: rgba(255, 255, 255, 0.2);
		}

			#footer .posts-list article a {
				color: #c1c5cb;
			}

				#footer .posts-list article a:hover {
					color: rgba(255, 255, 255, 0.15);
				}

			#footer .posts-list article .date {
				color: rgba(255, 255, 255, 0.15);
			}

				#footer .posts-list article .date a {
					color: rgba(255, 255, 255, 0.15);
				}

		#footer .features li {
			border-color: rgba(255, 255, 255, 0.2);
			color: #ffffff;
		}

		#footer .features .icon {
			color: #e27563;
		}

		#footer a {
			color: #d2cfcf;
		}

		#footer a:hover 
		{
			color: #ffffff;
		}

		#footer .image {
			border-color: #ffffff;
		}

		#footer section {
			margin-bottom: 2.75rem;
		}


		#footer .sidebar {
			margin-left: 2.75rem;
			width: 30rem;
		}

		#footer .content .split {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-align-items: -moz-stretch;
			-webkit-align-items: -webkit-stretch;
			-ms-align-items: -ms-stretch;
			align-items: stretch;
		}

			#footer .content .split > * {
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
			}

			#footer .content .split > * {
				width: 50%;
			}

			#footer .content .split > * {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			#footer .content .split > :nth-child(-n + 2) {
				padding-top: 0;
			}

			#footer .content .split > :nth-last-child(-n + 2) {
				padding-bottom: 0;
			}

			#footer .content .split > :nth-child(2n + 1) {
				padding-left: 0;
			}

			#footer .content .split > :nth-child(2n) {
				padding-right: 0;
			}

			#footer .content .split > :nth-child(2n + 1),
			#footer .content .split > :nth-child(2n) {
				width: calc(50% + 0rem);
			}

			#footer .content .split div {
				margin-bottom: 2.75rem;
			}

		#footer .copyright {
			text-align: center;
			margin-bottom: 2.75rem;
		}

			#footer .copyright span {
				border: 1px solid;
				color: rgba(71, 77, 85, 0.75);
				display: inline;
				margin: 0 auto;
				padding: 1.5rem;
				text-align: center;
			}

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

			#footer {
				padding: 5rem 0 2.25rem 0 ;
			}

				#footer .sidebar {
					min-width: 20rem;
					width: 20rem;
				}

		}

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

			#footer {
				padding: 5rem 0 2.25rem 0 ;
			}


			#footer .content .split ul, #footer .content .split div
			{
				margin-bottom: 0;
			}

			#footer .sidebar 
			{
				width: 100%;
				margin-left: 0;
			}

		}

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

			#footer {
				padding: 3rem 0 0.25rem 0 ;
			}

				#footer .copyright span {
					display: block;
					max-width: calc(100% - 3rem);
					width: 100%;
				}

		}

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

			#footer .content .split {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				#footer .content .split > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				#footer .content .split > * {
					width: 100%;
				}

				#footer .content .split > * {
					padding: 1.375rem;
					width: calc(100% + 2.75rem);
				}

				#footer .content .split > :nth-child(-n + 1) {
					padding-top: 0;
				}

				#footer .content .split > :nth-last-child(-n + 1) {
					padding-bottom: 0;
				}

				#footer .content .split > :nth-child(1n + 1) {
					padding-left: 0;
				}

				#footer .content .split > :nth-child(1n) {
					padding-right: 0;
				}

				#footer .content .split > :nth-child(1n + 1),
				#footer .content .split > :nth-child(1n) {
					width: calc(100% + 1.375rem);
				}

				#footer .content .split div {
					margin-bottom: 2.75rem;
				}

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

			#footer .sidebar {
				min-width: auto;
			}

		}



/*-----------------  Modify Added ------------------------*/
#footer-wrapper 
{
    padding: 1.0em 0 0 0;
}

#footer-wrapper .wd-full
{
    width : 100%;
	padding-top: 0px;
}

.footer-side1
{
    padding-left : 4%;
}

/* Containers */
.container 
{
    margin-left: auto;
	margin-right: auto;
}

.container.\31 25\25 
{
    width: 100%;
	max-width: 1200px;
	min-width: 960px;
}

.container.\37 5\25 
{
	width: 720px;
}

.container.\35 0\25 
{
	width: 480px;
}

.container.\32 5\25 
{
	width: 240px;
}

.container 
{
	width: 960px;
}

@media screen and (min-width: 737px) 
{
    .container.\31 25\25 
	{
		width: 100%;
		max-width: 1500px;
		min-width: 1200px;
	}

	.container.\37 5\25
	{
		width: 900px;
	}

	.container.\35 0\25 
	{
		width: 600px;
	}

	.container.\32 5\25 
	{
		width: 300px;
	}

	.container 
	{
		width: 1200px;
	}

}

@media screen and (min-width: 737px) and (max-width: 1200px) 
{
	.container.\31 25\25 
	{
		width: 100%;
		max-width: 1250px;
		min-width: 1000px;
	}

	.container.\37 5\25 
	{
		width: 750px;
	}

	.container.\35 0\25 
	{
		width: 500px;
	}

	.container.\32 5\25 
	{
		width: 250px;
	}

	.container 
	{
		width: 1000px;
	}
}

@media screen and (max-width: 736px) 
{
	.container.\31 25\25 
	{
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 
	{
		width: 75%;
	}

	.container.\35 0\25 
	{
		width: 50%;
	}

	.container.\32 5\25 
	{
		width: 25%;
	}

	.container 
	{
		width: 100% !important;
	}
}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 60px;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 20px;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 10px;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 737px) {

		.row > * {
			padding: 25px 0 0 25px;
		}

		.row {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.uniform.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28tablet\29 + *,
		.\31 1u\24\28tablet\29 + *,
		.\31 0u\24\28tablet\29 + *,
		.\39 u\24\28tablet\29 + *,
		.\38 u\24\28tablet\29 + *,
		.\37 u\24\28tablet\29 + *,
		.\36 u\24\28tablet\29 + *,
		.\35 u\24\28tablet\29 + *,
		.\34 u\24\28tablet\29 + *,
		.\33 u\24\28tablet\29 + *,
		.\32 u\24\28tablet\29 + *,
		.\31 u\24\28tablet\29 + * {
			clear: left;
		}

		.\-11u\28tablet\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28tablet\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28tablet\29 {
			margin-left: 75%;
		}

		.\-8u\28tablet\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28tablet\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28tablet\29 {
			margin-left: 50%;
		}

		.\-5u\28tablet\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28tablet\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28tablet\29 {
			margin-left: 25%;
		}

		.\-2u\28tablet\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28tablet\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 15px 0 0 15px;
		}

		.row {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 00\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\32 00\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\32 00\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\31 50\25 > * {
			padding: 22.5px 0 0 22.5px;
		}

		.row.\31 50\25 {
			margin: -22.5px 0 -1px -22.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 22.5px 0 0 22.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -22.5px 0 -1px -22.5px;
		}

		.row.\35 0\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\35 0\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.\32 5\25 > * {
			padding: 3.75px 0 0 3.75px;
		}

		.row.\32 5\25 {
			margin: -3.75px 0 -1px -3.75px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 3.75px 0 0 3.75px;
		}

		.row.uniform.\32 5\25 {
			margin: -3.75px 0 -1px -3.75px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}


	ul.style3 p {
		margin-bottom: 0;
	}

	ul.style3 li {
		position: relative;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		padding: 0.5em 0 0 0;
		margin-top: 0.5em;
	}

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

	ul.contact p 
	{
		margin-bottom: 0;
	}

	ul.contact li 
	{
		position: relative;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		padding: 0.5em 0 0 2.75em;
		margin-top: 0.5em;
	}

	ul.contact li:before 
	{
		position: absolute;
		left: 0;
		top: 0.5em;
		color: #fff;
	}

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

	ul.contact li:first-child:before 
	{
		top: 0.1em;
	}

	.timestamp {
		font-size: 0.8em;
		display: block;
		opacity: 0.5;
		margin: 0.25em 0 0 0;
	}




/* Copyright */
#copyright 
{
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.1); 
    color: #555;
    background: #191d23;

	padding: 1em 0 2em 0;
}

h4.text_col
{
    color:#98c37c;
}

/* 2025. 09. 09일 추가 */
/* Footer 다운로드 버튼 동일 크기 설정 */
#footer .download-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

#footer .download-buttons li {
    width: 100%;
}

#footer .download-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0.75em 1em !important;
    box-sizing: border-box !important;
    min-height: 3em !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* 반응형 대응 */
@media screen and (max-width: 768px) {
    #footer .download-btn {
        font-size: 0.9em !important;
        padding: 0.6em 0.8em !important;
        min-height: 2.8em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        text-overflow: initial !important;
    }
}

@media screen and (max-width: 480px) {
    #footer .download-btn {
        font-size: 0.8em !important;
        padding: 0.5em 0.6em !important;
        min-height: 2.5em !important;
    }
    
    #footer .download-buttons {
        gap: 0.3em;
    }
}

@media screen and (max-width: 320px) {
    #footer .download-btn {
        font-size: 0.7em !important;
        padding: 0.4em 0.5em !important;
        min-height: 2.2em !important;
    }
}


/* actions ul의 기본 마진 제거 */
#footer .content ul.actions {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Footer 텍스트 스타일링 */
#footer .content section p {
    margin-bottom: 0.5em !important; /* 기존보다 간격 축소 */
    padding-bottom: 0.3em;
 
}

/* Company & Policy 섹션의 h3도 동일한 스타일 적용 */
#footer .content header h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #8a8888; /* 밑줄 추가 */
    padding-bottom: 5px;
}

/* 2025.09.08 개인정보보호 */
/* 팝업 오버레이 */
.privacy-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* 팝업 창 */
.privacy-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: hidden;
}

/* 팝업 헤더 메인페이지->푸터->개인정보보호 방침 팝업 */
.privacy-header {
    background-color: #e27563;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
	color: white;
}

/* 팝업 헤더 컨설팅->시스템 구축 지원 팝업 */
.consulting-header {
	background: linear-gradient(135deg, #1a365d 100%);
    color: white;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.consulting-header h2 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	font-weight: 600;
	color: white;
}

.consulting-header p {
	margin: 0;
	opacity: 0.9;
	font-size: 1.1em;
}

.privacy-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

/* 팝업 내용 */
.privacy-content {
    padding: 30px;
    max-height: 70vh;
    overflow-y: auto;
    line-height: 1.6;
}

.privacy-content h3 {
    color: #e27563;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 30px 0 15px 0;
    border-bottom: 2px solid #e27563;
    padding-bottom: 5px;
}

.privacy-content h3:first-child {
    margin-top: 0;
}

.privacy-content p {
    margin-bottom: 15px;
    color: #474d55;
}

.privacy-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.privacy-content li {
    margin-bottom: 8px;
    color: #474d55;
}

.privacy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    border: 1px solid #ddd;
}

.privacy-content table th,
.privacy-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.privacy-content table th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: #474d55;
}

/* 반응형 */
@media screen and (max-width: 768px) {
    .privacy-popup {
        width: 95%;
        max-height: 95vh;
    }

    .privacy-header {
        padding: 15px;
    }

    .privacy-header h2 {
        font-size: 1.3rem;
    }

    .privacy-content {
        padding: 20px;
    }

    .privacy-content h3 {
        font-size: 1.1rem;
    }
}


/* 2025.09.09 메인페이지 컨설팅 및 교육에 대한 문의사항 클릭 시 팝업창, 컨설팅 시스템 구축*/

/* 팝업 오버레이 */
.course-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* 개인정보정책 팝업 창 */
.privacy-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: hidden;
}

/* 2025. 09. 09 공지사항 툴팁 */
.notice-tooltip {
            position: absolute;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 10000;
            max-width: 350px;
            font-size: 14px;
            line-height: 1.4;
            display: none;
        }
        
        .notice-tooltip .tooltip-title {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 8px;
            color: #333;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }
        
        .notice-tooltip .tooltip-content {
            margin: 10px 0;
            color: #555;
            max-height: 150px;
            overflow-y: auto;
        }
        
        .notice-tooltip .tooltip-meta {
            margin-top: 10px;
            padding-top: 8px;
            border-top: 1px solid #eee;
            font-size: 12px;
            color: #777;
        }
        
        .notice-tooltip .tooltip-meta span {
            margin-right: 10px;
        }
        
        .notice-item {
            cursor: pointer;
            position: relative;
            transition: background-color 0.2s;
        }
        
        .notice-item:hover {
            background-color: #f8f9fa;
        }
        
        .notice-item a {
            text-decoration: none;
            color: #333;
            display: block;
            padding: 5px;
        }
        
        .notice-item a:hover {
            color: #007bff;
        }



		/*  2029. 09. 12 컨설팅 메뉴 시스템 구축 지원 */
        /* 전체 레이아웃 */
        /* 전체 레이아웃 */
        :root {
            --primary-color: #1a365d;
            --secondary-color: #2c5282;
            --accent-color: #3182ce;
            --success-color: #38a169;
            --text-primary: #2d3748;
            --text-secondary: #4a5568;
            --bg-light: #f7fafc;
            --bg-card: #ffffff;
            --border-color: #e2e8f0;
            --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        /* 전체 너비 컨텐츠 스타일 */
        .content-full {
            width: 100%;
            max-width: none;
        }

        /* Typography */
        .subtitle {
            color: var(--text-secondary);
            font-size: 1.1rem;
            font-weight: 400;
            margin: 0.5rem 0 2rem 0;
        }

        /* 인트로 섹션 */
        .intro-section {
            background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
            padding: 0.5rem;
            border-radius: 12px;
            border: 1px solid var(--border-color);
            margin: 2rem 0;
        }

		/* system_support 테마 색상 적용
        .intro-section {
            background: var(--pmo-light-bg) !important;
            border: 2px solid var(--pmo-accent) !important;
            border-radius: 15px !important;
        }
		*/

        .intro-section p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: var(--text-primary);
            margin-bottom: 2rem;
        }



        .metric-item {
            text-align: center;
            padding: 2rem 1.5rem;
            background: var(--bg-card);
            border-radius: 12px;
            border: 1px solid var(--border-color);
            box-shadow: var(--shadow-sm);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .metric-item:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
        }

        .metric-number {
            display: block;
            font-size: 2.2rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .metric-label {
            font-size: 0.9rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        /* 방법론 타임라인 */
        .methodology-section {
            margin: 4rem 0;
        }

        .methodology-timeline {
            position: relative;
            margin: 3rem 0;
            padding: 0 2rem;
        }

        .methodology-timeline::before {
            content: '';
            position: absolute;
            left: 60px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--accent-color) 100%);
        }

        .phase-item {
            position: relative;
            margin: 4rem 0;
            padding-left: 150px;
        }

        .phase-marker {
            position: absolute;
            left: 0;
            top: 0;
            width: 120px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1rem;
            box-shadow: var(--shadow-md);
        }

        .phase-content {
            background: var(--bg-card);
            padding: 2.5rem;
            border-radius: 16px;
            border: 1px solid var(--border-color);
            box-shadow: var(--shadow-sm);
        }

        .phase-content h4 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
        }

        .phase-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .phase-content li {
            padding: 1rem 0;
            border-bottom: 1px solid var(--border-color);
            font-size: 1rem;
            line-height: 1.6;
        }

        .phase-content li:last-child {
            border-bottom: none;
        }

        /* 전문 테이블 - 전체 너비 최적화 */
        .service-domains {
            margin: 4rem 0;
        }

        .professional-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            box-shadow: var(--shadow-lg);
            border-radius: 12px;
            overflow: hidden;
            margin: 2rem 0;
        }

        .professional-table thead th {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 1.5rem;
            font-weight: 600;
            text-align: left;
            font-size: 1rem;
        }

        .professional-table thead th:first-child {
            width: 18%;
        }

        .professional-table thead th:nth-child(2) {
            width: 40%;
        }

        .professional-table thead th:nth-child(3) {
            width: 25%;
        }

        .professional-table thead th:nth-child(4) {
            width: 17%;
        }

        .professional-table tbody td {
            padding: 1.5rem;
            border-bottom: 1px solid var(--border-color);
            vertical-align: top;
            line-height: 1.6;
        }

        .professional-table tbody tr:nth-child(even) {
            background-color: var(--bg-light);
        }

        .professional-table tbody tr:hover {
            background-color: #edf2f7;
            transform: scale(1.001);
            transition: all 0.2s ease;
        }

        /* 차별화 요소 그리드 - 전체 너비 최적화 */
        .differentiators-section {
            margin: 4rem 0;
        }

        .differentiators-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2.5rem;
            margin: 3rem 0;
        }

        .differentiator-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: var(--shadow-sm);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .differentiator-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-lg);
        }

        .card-icon {
            font-size: 3rem;
            margin-bottom: 1.5rem;
        }

        .differentiator-card h4 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
        }

        .differentiator-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .differentiator-card li {
            padding: 0.7rem 0;
            padding-left: 1.5rem;
            position: relative;
            font-size: 0.95rem;
            color: var(--text-secondary);
        }

        .differentiator-card li::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: var(--accent-color);
            font-weight: bold;
        }

        /* 컨설팅 문의 섹션 */
        .contact-section {
            margin: 4rem 0;
            background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
            padding: 3rem;
            border-radius: 16px;
            border: 1px solid var(--border-color);
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-top: 2rem;
        }

        .contact-info-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 2.5rem;
            box-shadow: var(--shadow-sm);
        }

        .contact-info-card h4 {
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
        }

        .contact-info-card p {
            color: var(--text-secondary);
            font-size: 1rem;
            margin-bottom: 2rem;
        }

        .contact-details {
            margin-bottom: 2rem;
        }

        .contact-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
            padding-bottom: 0.75rem;
            border-bottom: 1px solid var(--border-color);
        }

        .contact-label {
            font-size: 0.9rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        .contact-value {
            font-size: 0.95rem;
            color: var(--text-primary);
            font-weight: 600;
        }

        .resources-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 2.5rem;
            box-shadow: var(--shadow-sm);
        }

        .resources-card h4 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
        }

        .resources-list {
            margin-top: 1rem;
        }

        .resource-item {
            background: var(--bg-light);
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            transition: box-shadow 0.3s ease;
        }

        .resource-item:hover {
            box-shadow: var(--shadow-sm);
        }

        .resource-item h5 {
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            font-size: 1rem;
            font-weight: 600;
        }

        .resource-meta {
            font-size: 0.8rem;
            color: var(--text-secondary);
            margin-bottom: 0.5rem;
        }

        .resource-tag {
            display: inline-block;
            background: var(--accent-color);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        .cta-button {
            display: block;
            width: 100%;
            padding: 1rem;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1rem;
            margin-top: 1.5rem;
            transition: all 0.3s ease;
            box-shadow: var(--shadow-sm);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
            color: white;
        }

        /* 컨설팅 하단 아이콘들의 반응형 디자인 */
		svg, .card-icon img {
		display: inline-block;
		width: 48px;        /* 기본 크기 */
		height: 48px;
		max-width: 100%;    /* 작은 화면에서도 자동 축소 */
		}

        /* 반응형 디자인 */
        @media (max-width: 1200px) {
            .key-metrics {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .differentiators-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }
            
            .professional-table {
                font-size: 0.9rem;
            }

			/* 컨설팅 하단 아이콘 */
			.card-icon img {
    			width: 48px;
    			height: 48px;
  			}
        }

        @media (max-width: 768px) {
            .methodology-timeline::before {
                left: 30px;
            }
            
            .phase-item {
                padding-left: 80px;
            }
            
            .phase-marker {
                width: 60px;
                height: 40px;
                font-size: 0.8rem;
            }
            
            .phase-content {
                padding: 2rem;
            }
            
            .key-metrics {
                grid-template-columns: 1fr;
            }
            
            .differentiators-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .differentiator-card {
                padding: 2rem;
            }
            
            .contact-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .professional-table {
                font-size: 0.8rem;
            }
            
            .professional-table thead th,
            .professional-table tbody td {
                padding: 1rem 0.75rem;
            }

			/* 컨설팅 하단 아이콘 */
			.card-icon img {
    			width: 36px;
    			height: 36px;
  			}
        }

        @media (max-width: 480px) {
            .intro-section {
                padding: 1.5rem;
            }
            
            .metric-item {
                padding: 1.5rem;
            }
            
            .metric-number {
                font-size: 1.8rem;
            }
            
            .phase-content {
                padding: 1.5rem;
            }
            
            .contact-info-card,
            .resources-card {
                padding: 2rem;
            }

            .methodology-timeline {
                padding: 0 1rem;
            }
			
			/* 컨설팅 하단 아이콘 */
			.card-icon img {
    			width: 24px;
    			height: 24px;
  			}
        }

        .intro-section p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: var(--text-primary);
            margin-bottom: 2rem;
        }

        .key-metrics {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .metric-item {
            text-align: center;
            padding: 1.5rem 1rem;
            background: var(--bg-card);
            border-radius: 8px;
            border: 1px solid var(--border-color);
            box-shadow: var(--shadow-sm);
        }

        .metric-number {
            display: block;
            font-size: 2rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .metric-label {
            font-size: 0.9rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        /* 방법론 타임라인 */
        .methodology-section {
            margin: -1rem 0;
        }

        .methodology-timeline {
            position: relative;
            margin: 2rem 0;
        }

        .methodology-timeline::before {
            content: '';
            position: absolute;
            left: 50px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--accent-color) 100%);
        }

        .phase-item {
            position: relative;
            margin: 3rem 0;
            padding-left: 120px;
        }

        .phase-marker {
            position: absolute;
            left: 0;
            top: 0;
            width: 100px;
            height: 40px;
            background: var(--primary-color);
            color: white;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.9rem;
            box-shadow: var(--shadow-md);
        }

        .phase-content {
            background: var(--bg-card);
            padding: 2rem;
            border-radius: 12px;
            border: 1px solid var(--border-color);
            box-shadow: var(--shadow-sm);
        }

        .phase-content h4 {
            color: var(--primary-color);
            margin-bottom: 1rem;
            font-size: 1.2rem;
        }

        .phase-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .phase-content li {
            padding: 0.75rem 0;
            border-bottom: 1px solid var(--border-color);
            font-size: 0.95rem;
            line-height: 1.5;
        }

        .phase-content li:last-child {
            border-bottom: none;
        }

        /* 전문 테이블 */
        .service-domains {
            margin: 3rem 0;
        }

        .professional-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
            box-shadow: var(--shadow-md);
            border-radius: 8px;
            overflow: hidden;
        }

        .professional-table thead th {
            background: var(--primary-color);
            color: white;
            padding: 1rem;
            font-weight: 600;
            text-align: left;
        }

        .professional-table tbody td {
            padding: 1.25rem 1rem;
            border-bottom: 1px solid var(--border-color);
            vertical-align: top;
            line-height: 1.5;
        }

        .professional-table tbody tr:nth-child(even) {
            background-color: var(--bg-light);
        }

        .professional-table tbody tr:hover {
            background-color: #edf2f7;
        }

        /* 차별화 요소 그리드 */
        .differentiators-section {
            margin: 3rem 0;
        }

        .differentiators-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }

        .differentiator-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 2rem;
            box-shadow: var(--shadow-sm);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .differentiator-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-lg);
        }

        .card-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .differentiator-card h4 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 1.2rem;
        }

        .differentiator-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .differentiator-card li {
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
            font-size: 0.9rem;
            color: var(--text-secondary);
        }

        .differentiator-card li::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: var(--accent-color);
            font-weight: bold;
        }

        /* 사이드바 스타일링 */
        .contact-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 2rem;
            box-shadow: var(--shadow-sm);
            margin-bottom: 2rem;
        }

        .contact-header h4 {
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .contact-header p {
            color: var(--text-secondary);
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
        }

        .contact-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid var(--border-color);
        }

        .contact-label {
            font-size: 0.85rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        .contact-value {
            font-size: 0.9rem;
            color: var(--text-primary);
            font-weight: 600;
        }

        .cta-button {
            display: block;
            width: 100%;
            padding: 0.875rem;
            background: var(--primary-color);
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            margin-top: 1.5rem;
            transition: background-color 0.3s ease;
        }

        .cta-button:hover {
            background: var(--secondary-color);
            color: white;
        }

        .resources-list {
            margin-top: 1rem;
        }

        .resource-item {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 1.25rem;
            margin-bottom: 1rem;
            transition: box-shadow 0.3s ease;
        }

        .resource-item:hover {
            box-shadow: var(--shadow-sm);
        }

        .resource-item h5 {
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            font-size: 1rem;
            font-weight: 600;
        }

        .resource-meta {
            font-size: 0.8rem;
            color: var(--text-secondary);
            margin-bottom: 0.5rem;
        }

        .resource-tag {
            display: inline-block;
            background: var(--bg-light);
            color: var(--text-secondary);
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        

        /* 기술 상담 모달 스타일 */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            padding: 20px;
            box-sizing: border-box;
        }

        .modal-container {
            background: white;
            border-radius: 16px;
            max-width: 800px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            animation: modalSlideIn 0.3s ease-out;
        }

        @keyframes modalSlideIn {
            from {
                opacity: 0;
                transform: translateY(-30px) scale(0.95);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 2rem 2rem 1rem 2rem;
            border-bottom: 1px solid var(--border-color);
        }

        .modal-header h3 {
            color: var(--primary-color);
            margin: 0;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .modal-close {
            background: none;
            border: none;
            font-size: 2rem;
            color: var(--text-secondary);
            cursor: pointer;
            padding: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background-color 0.2s ease;
        }

        .modal-close:hover {
            background-color: var(--bg-light);
            color: var(--primary-color);
        }

        .modal-form {
            padding: 2rem;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 600;
            color: var(--text-primary);
            font-size: 0.9rem;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 0.875rem 1rem;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            font-size: 0.9rem;
            font-family: inherit;
            background-color: white;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--accent-color);
            box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 80px;
        }

        .checkbox-group {
            margin: 2rem 0;
        }

        .checkbox-label {
            display: flex;
            align-items: flex-start;
            cursor: pointer;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .checkbox-label input[type="checkbox"] {
            width: auto;
            margin-right: 0.75rem;
            margin-top: 0.125rem;
        }

        .privacy-link {
            color: var(--accent-color);
            text-decoration: underline;
        }

        .form-actions {
            display: flex;
            justify-content: flex-end;
            gap: 1rem;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid var(--border-color);
        }

        .btn-primary,
        .btn-secondary {
            padding: 0.875rem 2rem;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            min-width: 120px;
        }

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

        .btn-primary:hover:not(:disabled) {
            background-color: var(--secondary-color);
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .btn-primary:disabled {
            background-color: var(--text-secondary);
            cursor: not-allowed;
        }

        .btn-secondary {
            background-color: transparent;
            color: var(--text-secondary);
            border: 1px solid var(--border-color);
        }

        .btn-secondary:hover {
            background-color: var(--bg-light);
            border-color: var(--text-secondary);
        }

        /* 성공 메시지 스타일 */
        .success-message {
            padding: 3rem 2rem;
            text-align: center;
        }

        .success-icon {
            width: 80px;
            height: 80px;
            background: var(--success-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            font-weight: bold;
            margin: 0 auto 1.5rem auto;
            animation: successPulse 0.6s ease-out;
        }

        @keyframes successPulse {
            0% {
                transform: scale(0.8);
                opacity: 0;
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .success-message h3 {
            color: var(--primary-color);
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }

        .success-message p {
            color: var(--text-secondary);
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        /* 반응형 모달 */
        @media (max-width: 768px) {
            .modal-container {
                margin: 10px;
                max-height: calc(100vh - 20px);
            }

            .modal-header {
                padding: 1.5rem 1.5rem 1rem 1.5rem;
            }

            .modal-header h3 {
                font-size: 1.3rem;
            }

            .modal-form {
                padding: 1.5rem;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 1rem;
                margin-bottom: 1rem;
            }

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

            .form-actions {
                flex-direction: column-reverse;
                gap: 0.75rem;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                min-width: auto;
            }

            .success-message {
                padding: 2rem 1.5rem;
            }

            .success-icon {
                width: 60px;
                height: 60px;
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .modal-overlay {
                padding: 0;
            }

            .modal-container {
                border-radius: 0;
                height: 100vh;
                max-height: 100vh;
            }

            .form-group input,
            .form-group select,
            .form-group textarea {
                padding: 0.75rem;
            }
        }
        .cta-button:focus,
        .differentiator-card:focus-within {
            outline: 2px solid var(--accent-color);
            outline-offset: 2px;
        }

        /* 스크롤 애니메이션 */
        .phase-item,
        .differentiator-card,
        .metric-item {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        /* 프린트 최적화 */
        @media print {
            .sidebar {
                display: none;
            }
            
            .differentiator-card {
                break-inside: avoid;
            }
            
            .phase-item {
                break-inside: avoid;
            }
        }

		.sidebar header h3 {
        	margin-top: 0;   /* 기본 margin 위쪽 제거 */
        	padding-top: 0;  /* 필요하면 padding도 제거 */
    	}



		/*2025. 09. 13 system_support 페이지*/
        /* 팝업 오버레이 */
        .consulting-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            animation: fadeIn 0.3s ease-out;
			backdrop-filter: blur(5px);
        }

        .consulting-popup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            width: 90%;
            max-width: 600px;
            max-height: 90vh;
            overflow-y: auto;
            border-radius: 15px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.3s ease-out;
        }



		/* 팝업 프레임 */
		.popup-frame-consulting {
			position: fixed;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 90%;
			max-width: 900px;
			max-height: 900vh;			
			background-color: white;
			border-radius: 8px;
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
			z-index: 1001;
			overflow: hidden;
			height: auto; /* 고정 높이 대신 내용에 맞게 조정 */
	        display: flex;
    	    flex-direction: column;
		}

		.popup-header {
            background: linear-gradient(135deg, #1a365d 100%);
            color: white;
            padding: 30px;
            position: relative;
            text-align: left;
        }

        .popup-header h2 {
            margin: 0 0 0px 0;
            font-size: 1.8em;
            font-weight: 600;
			color: white;
        }

        .popup-header p {
            margin: 0;
            opacity: 0.9;
            font-size: 1.1em;
        }

        .popup-content {
            padding: 30px ;
    		max-height: 75vh;
    		overflow-y: auto;
    		line-height: 1.6;
        }

		/* 팝업 내용 */

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-weight: 500;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
            font-family: inherit;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #667eea;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .submit-btn {
            background: linear-gradient(135deg, #1a365d);
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            margin-top: 10px;
        }
		.submit-btn span {
			color: white;
		}

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(248, 248, 248, 0.3);
        }

        .submit-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* 애니메이션 */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from {
                transform: translate(-50%, -60%);
                opacity: 0;
            }
            to {
                transform: translate(-50%, -50%);
                opacity: 1;
            }
        }

        /* 반응형 */
        @media (max-width: 768px) {
            .consulting-popup {
                width: 95%;
                margin: 20px;
            }

            .popup-content {
                padding: 20px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }
        }

        /* 로딩 스타일 */
        .loading {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
            margin-right: 10px;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }


		/*컨설팅 => 시스템 구축 지원*/
        /* 기존 CSS에서 누락된 스타일 추가 */
        .cta-button {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            height: auto;
            min-height: 3.25rem;
        }

        .submit-btn {
			display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            height: auto;
            min-height: 3.25rem;
        }

        .consulting-popup {
            animation: slideIn 0.3s ease-out;
        }

        @keyframes slideIn {
            from {
                transform: translate(-50%, -60%);
                opacity: 0;
            }
            to {
                transform: translate(-50%, -50%);
                opacity: 1;
            }
        }

        .loading {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
            margin-right: 10px;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes popupFadeIn {
            from {
                opacity: 0;
                transform: translate(-50%, -50%) scale(0.9);
            }
            to {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
            }
        }



        .close-btn {
            position: absolute;
            top: 20px;
            right: 25px;
            border: none;
            color: white;
            font-size: 2em;
            cursor: pointer;
            padding: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
			background: rgba(255, 255, 255, 1);
            transform: rotate(90deg);
        }
		
        .close-btn:hover {
			background: rgb(190, 190, 190);			
            transform: rotate(90deg);
        }		

        .popup-content-consulting {
            padding: 40px 40px 20px 40px;  /* 기존: padding: 40px; */
            max-height: 60vh;
            overflow-y: auto;
        }

        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            flex: 1;
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 0.95em;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1em;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #1a365d;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .submit-btn-consulting {
            width: 100%;
            padding: 16px;
            background: linear-gradient(135deg, #1a365d 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 50px;
            color: #ffffff !important;  /* 추가 */
            margin-bottom: 0;           /* 추가 */            
        }

        .submit-btn:hover:not(:disabled) {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
            color: #ffffff !important;  /* 추가 */
        }

        .submit-btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .loading {
            display: inline-block;
            width: 14px;
            height: 14px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-top: 2px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-right: 8px;
        }

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

        .cta-button {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            height: auto;
            min-height: 3.25rem;
            color: #ffffff !important;
        }

        .cta-button:hover {
            color: #ffffff !important;
        }

        /* 반응형 디자인 */
        @media (max-width: 768px) {
            .course-popup-frame {
                width: 95%;
                margin: 20px;
            }

            .form-row {
                flex-direction: column;
                gap: 0;
            }
        }

        /* *로 표신되는 부분을 붉은색으로 */
		.form-group label .required {
    		color: #ff4757;
    		margin-left: 2px;
		}
		



/* 팝업 공통(컨설팅 팝업,  */
		/* 팝업 관련 추가 CSS */

        :root {
            --pmo-primary: #2d5a87;      /* 진한 네이비 블루 */
            --pmo-secondary: #4a90a4;    /* 청록색 */
            --pmo-accent: #87ceeb;       /* 하늘색 */
            --pmo-success: #5cb85c;      /* 그린 */
            --pmo-warning: #f0ad4e;      /* 오렌지 */
            --pmo-gradient: linear-gradient(135deg, #2d5a87 0%, #4a90a4 100%);
            --pmo-light-bg: #f8fbff;     /* 연한 블루 배경 */
            --pmo-card-shadow: 0 8px 25px rgba(45, 90, 135, 0.15);
        }
        
        
        /* 1. Select 박스 높이를 input과 동일하게 설정 */
        .form-group select {
            height: 52px !important;
            padding: 12px 40px 12px 16px !important;
            line-height: 1.5 !important;
            box-sizing: border-box !important;
            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(45, 90, 135, 0.6)' /%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: calc(100% - 15px) center !important;
            background-size: 15px !important;
            appearance: none !important;
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            border: 2px solid var(--pmo-accent) !important;
        }

        /* input 박스 스타일 개선 */
        .form-group input,
        .form-group textarea {
            height: auto !important;
            min-height: 52px !important;
            padding: 12px 16px !important;
            box-sizing: border-box !important;
            border: 2px solid var(--pmo-accent) !important;
            border-radius: 10px !important;
            transition: all 0.3s ease !important;
        }

        .form-group textarea {
            min-height: 120px !important;
            resize: vertical !important;
        }


        .metric-item {
            background: white !important;
            border: 2px solid var(--pmo-accent) !important;
            border-radius: 12px !important;
            box-shadow: var(--pmo-card-shadow) !important;
            transition: transform 0.3s ease !important;
        }

        .metric-item:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0 15px 35px rgba(45, 90, 135, 0.2) !important;
        }

        .metric-number {
            color: var(--pmo-primary) !important;
            text-shadow: 2px 2px 4px rgba(45, 90, 135, 0.1) !important;
        }

        /* 방법론 타임라인 스타일링 */
        .methodology-timeline::before {
            background: var(--pmo-gradient) !important;
            width: 4px !important;
        }

        .phase-marker {
            background: var(--pmo-gradient) !important;
            border-radius: 30px !important;
            box-shadow: var(--pmo-card-shadow) !important;
            font-size: 0.9rem !important;
        }

        .phase-content {
            background: var(--pmo-light-bg) !important;
            border: 2px solid var(--pmo-accent) !important;
            border-radius: 15px !important;
            box-shadow: var(--pmo-card-shadow) !important;
        }

        .phase-content h4 {
            color: var(--pmo-primary) !important;
            border-bottom: 2px solid var(--pmo-accent) !important;
            padding-bottom: 10px !important;
        }

        /* 테이블 스타일링 */
        .professional-table thead th {
            background: var(--pmo-gradient) !important;
            color: white !important;
        }

        .professional-table tbody tr:hover {
            background-color: var(--pmo-light-bg) !important;
            transform: scale(1.002) !important;
        }

        /* 차별화 카드 스타일링 */
        .differentiator-card {
            background: var(--pmo-light-bg) !important;
            border: 2px solid var(--pmo-accent) !important;
            border-radius: 20px !important;
            box-shadow: var(--pmo-card-shadow) !important;
            transition: all 0.3s ease !important;
        }

        .differentiator-card:hover {
            transform: translateY(-8px) rotate(1deg) !important;
            box-shadow: 0 20px 40px rgba(45, 90, 135, 0.25) !important;
            border-color: var(--pmo-secondary) !important;
        }

        .differentiator-card h4 {
            color: var(--pmo-primary) !important;
        }

        .card-icon {
            background: var(--pmo-gradient) !important;
            background-clip: text !important;
            -webkit-background-clip: text !important;
            color: transparent !important;
            font-size: 3.5rem !important;
        }

        /* 사이드바 스타일링 */
        .contact-card {
            background: var(--pmo-light-bg) !important;
            border: 2px solid var(--pmo-accent) !important;
            border-radius: 20px !important;
            box-shadow: var(--pmo-card-shadow) !important;
        }

        .contact-card h4 {
            color: var(--pmo-primary) !important;
        }

        .cta-button {
            background: var(--pmo-gradient) !important;
            border-radius: 15px !important;
            box-shadow: var(--pmo-card-shadow) !important;
            transform: perspective(1000px) rotateX(0deg) !important;
            transition: all 0.3s ease !important;
        }

        .cta-button:hover {
            transform: perspective(1000px) rotateX(-5deg) translateY(-3px) !important;
            box-shadow: 0 15px 30px rgba(45, 90, 135, 0.3) !important;
        }

        /* 팝업 스타일 개선 */
        .popup-header {
            background: var(--pmo-gradient) !important;
            border-radius: 8px 8px 0 0 !important;
        }

        .submit-btn-consulting {
            background: var(--pmo-gradient) !important;
            border-radius: 15px !important;
            box-shadow: var(--pmo-card-shadow) !important;
            margin: 15px 0 0 0 !important;
            padding: 15px 30px !important;
            transition: all 0.3s ease !important;
        }

        .submit-btn-consulting:hover:not(:disabled) {
            transform: translateY(-3px) !important;
            box-shadow: 0 15px 30px rgba(45, 90, 135, 0.3) !important;
        }

        /* 하단 여백 줄이기 - 더 강력한 방법 */
        .popup-content {
            padding: 30px 40px 0px 40px !important;
            max-height: 70vh;
            overflow-y: auto;
            line-height: 1.6;
        }

        /* 폼의 마지막 요소 하단 여백 제거 */
        #consultingForm {
            margin-bottom: 0 !important;
            padding-bottom: 15px !important;
        }


        /* 팝업 프레임 자체의 하단 여백도 제어 */
        .popup-frame {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 900px;
            height: 80%;
            max-height: 90vh;
            background-color: white;
            border-radius: 15px !important;
            box-shadow: 0 25px 50px rgba(45, 90, 135, 0.3) !important;
            z-index: 1001;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            /* border: 3px solid var(--pmo-accent) !important; */
        }

        /* 컨텐츠 영역 하단 여백 강제 제거 */
        .popup-content:last-child,
        .popup-content > *:last-child,
        .popup-content > form:last-child {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }

        .popup-header h2 {
            margin: 0 0 5px 0 !important;
            font-size: 1.8em;
            font-weight: 600;
			color: white;
        }

        .popup-header p {
            margin: 0 !important;
            opacity: 0.9;
            font-size: 1.1em;
            line-height: 1.3;
        }

        /* select 박스 포커스 상태 */
        .form-group select:focus,
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none !important;
            border-color: var(--pmo-primary) !important;
            box-shadow: 0 0 0 3px rgba(45, 90, 135, 0.2) !important;
        }

        /* 드롭다운 옵션 스타일링 */
        .form-group select option {
            padding: 8px 16px !important;
            color: var(--pmo-primary) !important;
            background-color: white !important;
        }

        .form-group select option:checked {
            background-color: var(--pmo-primary) !important;
            color: white !important;
        }

        /* 선택되지 않은 상태일 때 플레이스홀더 스타일 */
        .form-group select.placeholder {
            color: #999 !important;
        }

        .close-btn {
            position: absolute;
            top: 20px;
            right: 25px;
            border: none;
            background: rgba(255, 255, 255, 0.2) !important;
            color: white;
            font-size: 2em;
            cursor: pointer;
            padding: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
		
        .close-btn:hover {
			background: rgba(255, 255, 255, 0.3) !important;
            transform: rotate(90deg) scale(1.1) !important;
        }

        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            flex: 1;
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--pmo-primary) !important;
            font-size: 0.95em;
        }

        .loading {
            display: inline-block;
            width: 14px;
            height: 14px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-top: 2px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-right: 8px;
        }

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

        /* 추가적인 시각적 효과 */
        .post {
            transition: all 0.3s ease !important;
        }

        .post:hover {
            transform: translateY(-2px) !important;
        }

        /* 섹션 제목 스타일링
        h3 {
            color: var(--pmo-primary) !important;
            position: relative !important;
        }
        */
        h3::after {
            content: '' !important;
            position: absolute !important;
            bottom: -5px !important;
            left: 0 !important;
            width: 50px !important;
            height: 3px !important;
            background: var(--pmo-gradient) !important;
            border-radius: 2px !important;
        }

        /* 반응형 디자인 */
        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
                gap: 0;
            }
            
            .popup-frame {
                border-radius: 10px !important;
                border-width: 2px !important;
            }
            
            .metric-item {
                margin-bottom: 15px !important;
            }
        }



