#hd {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#hd.--adm {
	padding-right: calc(60px + 5em);
}
#hd::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#hd h1 {
	position: absolute;
	top: 25px;
	left: 60px;
	z-index: 5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#hd h1 a {
	display: block;
	width: 143px;
	height: 56px;
}
#hd h1 a::before,
#hd h1 a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#hd h1 a::before {
	background: url(/img/logo/logo-white.svg) center/contain no-repeat;
}
#hd h1 a::after {
	background: url(/img/logo/logo-blue.png) center/contain no-repeat;
	opacity: 0;
}
#hd .hd__gnb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1190px;
	height: 52px;
	padding-top: 0.5em;
	opacity: 1;
	-webkit-transition:
		opacity 0.5s,
		height 0.5s,
		padding-top 0.5s;
	transition:
		opacity 0.5s,
		height 0.5s,
		padding-top 0.5s;
}
#hd .hd__gnb .menu {
	position: relative;
}
#hd .hd__gnb .menu strong {
	font-size: 17px;
	line-height: 37px;
}
#hd .hd__gnb .menu .menu-li {
	position: absolute;
	top: -100vw;
	left: 50%;
	width: 0;
	opacity: 0;
	margin-top: 1em;
	-webkit-transition:
		opacity 0.3s,
		top 0s 0.3s,
		margin-top 0.3s;
	transition:
		opacity 0.3s,
		top 0s 0.3s,
		margin-top 0.3s;
	font-size: 16px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
#hd .hd__gnb .menu .menu-li ul {
	width: 14em;
	word-break: keep-all;
	padding: 28px 20px 15px;
}
#hd .hd__gnb .menu .menu-li li:not(:last-child) {
	margin-bottom: 1em;
}
#hd .hd__gnb .menu .menu-li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#hd .hd__gnb .menu .menu-li a:hover {
	font-weight: bold;
}
#hd #hd__gnb {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	white-space: nowrap;
	text-align: center;
	width: 940px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#hd #hd__gnb dt {
	height: 56px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#hd #hd__gnb dl {
	padding: 0 20px;
	-webkit-transition: padding 0.5s;
	transition: padding 0.5s;
}
#hd #hd__gnb dt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#hd #hd__gnb dd {
	position: relative;
	pointer-events: none;
	max-width: 4em;
	height: 0;
	opacity: 0;
	margin: 0 auto;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#hd #hd__gnb dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#hd #hd__gnb dd li {
	margin-bottom: 1em;
}
#hd #hd__gnb__new {
	z-index: 5;
}
#hd #hd__gnb__new > nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#hd #hd__gnb__new > nav a {
	height: 52px;
	margin: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#hd #hd__gnb__new .sub-mn-wr {
	position: absolute;
	top: 101%;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
#hd #hd__gnb__new .sub-mn-wr.active {
	height: 497px;
}
#hd #hd__gnb__new .sub-mn-wr.active > .--df {
	opacity: 1;
}
#hd #hd__gnb__new .sub-mn-wr.active .gnb__swiper {
	margin-right: 50px;
	border-right: 1px solid rgba(63, 61, 58, 0.5);
}
#hd #hd__gnb__new .sub-mn-wr.active .gnb__swiper .swiper-slide {
	position: relative;
}
#hd #hd__gnb__new .sub-mn-wr.active .gnb__swiper .swiper-slide .slide__txt {
	position: absolute;
	left: 531px;
	bottom: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#hd
	#hd__gnb__new
	.sub-mn-wr.active
	.gnb__swiper
	.swiper-slide
	.slide__txt
	strong {
	font-size: 25px;
	line-height: 1.2;
	color: #fff;
}
#hd #hd__gnb__new .sub-mn-wr.active .gnb__swiper .swiper-slide .slide__txt a {
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px;
	color: #fff;
}
#hd #hd__gnb__new .sub-mn-wr::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(var(--theme-color-rgb), 0.3);
}
#hd #hd__gnb__new .sub-mn-wr > .--df {
	width: 100%;
	opacity: 0;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .gnb__swiper {
	width: 760px;
	overflow: hidden;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr {
	width: 945px;
	height: 100%;
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn {
	width: 945px;
	height: 216px;
	margin-bottom: 47px;
	position: relative;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn .sub-mn {
	width: 945px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	opacity: 0;
	z-index: -9999;
	pointer-events: none;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn .sub-mn .title {
	width: 30em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#hd
	#hd__gnb__new
	.sub-mn-wr
	> .--df
	.sub-tab-wr
	.sub-tab-inn
	.sub-mn
	.title
	strong {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 1.5em;
	display: block;
	color: #555;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn .sub-mn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn .sub-mn ul li {
	width: 30%;
	padding-right: 1em;
	margin-right: 1em;
	margin-bottom: 1.5em;
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn .sub-mn ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#hd
	#hd__gnb__new
	.sub-mn-wr
	> .--df
	.sub-tab-wr
	.sub-tab-inn
	.sub-mn
	ul
	li
	a::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #555;
	margin-right: 0.5em;
}
#hd
	#hd__gnb__new
	.sub-mn-wr
	> .--df
	.sub-tab-wr
	.sub-tab-inn
	.sub-mn
	ul
	a:hover {
	color: var(--theme-color);
}
#hd #hd__gnb__new .sub-mn-wr > .--df .sub-tab-wr .sub-tab-inn .sub-mn.active {
	opacity: 1;
	z-index: 1;
	pointer-events: all;
}
#hd #hd__gnb__new .sub-mn-wr .--contact p:first-child {
	font-size: 20px;
	color: #3f3d3a;
}
#hd #hd__gnb__new .sub-mn-wr .--contact .--tel {
	font-size: 60px;
	color: #1e1e1e;
	line-height: 1;
}
#hd #hd__gnb__new .sub-mn-wr .naver__book {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border: 1px solid #03aa5a;
	font-size: 16px;
	padding: 7px 31px;
	color: #373737;
	border-radius: 10em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 52px;
	margin-bottom: 3px;
}
#hd #hd__gnb__new .sub-mn-wr .naver__book::before {
	content: url(/img/common/hd/naver-icon.png);
	line-height: 1;
	margin-right: 10px;
}
#hd.--gnb-active {
	padding-right: 0;
}
#hd.--gnb-active::before {
	height: 370px;
	opacity: 0.85;
}
#hd.--gnb-active h1 {
	left: -30vw;
}
#hd.--gnb-active #hd__gnb {
	width: 100%;
}
#hd.--gnb-active #hd__gnb dt {
	font-size: 1.1em;
}
#hd.--gnb-active #hd__gnb dl[data-gnb="sub_1"] {
	padding: 0 40px;
}
#hd.--gnb-active #hd__gnb dl[data-gnb="sub_2"] {
	padding: 0 20px 0 60px;
}
#hd.--gnb-active #hd__gnb dl[data-gnb="sub_3"] {
	padding: 0 50px 0 40px;
}
#hd.--gnb-active #hd__gnb dl[data-gnb="community"],
#hd.--gnb-active #hd__gnb dl[data-gnb="voc"] {
	padding: 0;
}
#hd.--gnb-active #hd__gnb dd {
	height: auto;
	opacity: 1;
	pointer-events: all;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}
#hd.--gnb-active #hd__mb {
	right: -30vw;
}
#hd.--gnb-active-new {
	background: #fff;
	color: #1e1e1e;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#hd.--gnb-active-new h1 a::before {
	opacity: 0;
}
#hd.--gnb-active-new h1 a::after {
	opacity: 1;
}
#hd.--gnb-active-new #hd__mb li:not(:last-child) {
	border-right-color: rgba(30, 30, 30, 0.5);
}
#hd.--gnb-active-new #hd__button i {
	background: #1e1e1e;
}
#hd #hd__mb {
	position: absolute;
	top: 25px;
	right: 60px;
	height: 56px;
	z-index: 5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}
#hd #hd__mb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#hd #hd__mb li {
	padding: 0 15px;
	line-height: 0.9;
	padding-bottom: 0.1em;
}
#hd #hd__mb li:not(:last-child) {
	border-right: 2px solid hsla(0, 0%, 100%, 0.6666666667);
}
#hd #hd__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 23px;
	height: 23px;
	margin-left: 20px;
	font-size: 0;
	outline: none;
	border: 0;
	background: none;
}
#hd #hd__button i {
	width: 5px;
	height: 5px;
	background: #fff;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#hd #hd__button i:nth-of-type(3n-1) {
	margin: 0 2px;
}
#hd #hd__button i:nth-of-type(5)::before,
#hd #hd__button i:nth-of-type(5)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 2px;
	height: 30px;
	background: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#hd #hd__button i:nth-of-type(5)::before {
	-webkit-transform: rotate(45deg) scale(0);
	-ms-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}
#hd #hd__button i:nth-of-type(5)::after {
	-webkit-transform: rotate(-45deg) scale(0);
	-ms-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}
#hd.menu-on {
	padding: 20px calc(50% - 700px) !important;
	background: rgba(0, 0, 0, 0.6) !important;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#hd.menu-on .hd__gnb {
	height: 400px;
	padding-top: 0;
}
#hd.menu-on .hd__gnb .menu-li {
	-webkit-transition:
		opacity 0.5s 0.3s,
		margin-top 0.5s 0.3s;
	transition:
		opacity 0.5s 0.3s,
		margin-top 0.5s 0.3s;
	top: 2em;
	margin-top: 0;
	opacity: 1;
}
body.--menu-active #hd #hd__button i:not(:nth-of-type(5)) {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
body.--menu-active #hd #hd__button i:nth-of-type(5) {
	background: none;
}
body.--menu-active #hd #hd__button i:nth-of-type(5)::before {
	-webkit-transform: rotate(45deg) scale(1);
	-ms-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
}
body.--menu-active #hd #hd__button i:nth-of-type(5)::after {
	-webkit-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
body.--hd-fixed #hd {
	color: #1e1e1e;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.--hd-fixed #hd h1 a::after {
	opacity: 1;
}
body.--hd-fixed #hd h1 a::before {
	opacity: 0;
}
body.--hd-fixed #hd::before {
	opacity: 1;
}
body.--hd-fixed #hd h1,
body.--hd-fixed #hd #hd__mb {
	top: 10px;
}
body.--hd-fixed #hd #hd__button i {
	background: #1e1e1e;
}
body.--hd-fixed #hd #hd__button i:nth-of-type(5)::before,
body.--hd-fixed #hd #hd__button i:nth-of-type(5)::after {
	background: #1e1e1e;
}
@media screen and (max-width: 1700px) {
	#hd #hd__mb li {
		padding: 0 4px;
	}
	#hd .hd__gnb {
		width: 1130px;
	}
	#hd .hd__gnb .menu strong {
		font-size: 16px;
	}
	#hd .hd__gnb .menu .menu-li {
		font-size: 15px;
	}
	#hd .hd__gnb .menu .menu-li ul {
		width: 11em;
	}
}
@media screen and (max-width: 1600px) {
	#hd h1 {
		left: 26px;
	}
	#hd #hd__mb {
		right: 20px;
	}
}
@media screen and (max-width: 1500px) {
	#hd .hd__gnb,
	#hd #hd__gnb {
		opacity: 0;
		pointer-events: none;
	}
}
@media screen and (max-width: 1450px) {
	#hd .hd__gnb,
	#hd #hd__gnb__new {
		opacity: 0;
		z-index: -1;
		pointer-events: none;
	}
}
#sitemap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #a29287;
	font-size: clamp(14px, 1.2vw, 18px);
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	translate: 0 -20vw;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: 0.5s 0.5s;
	transition: 0.5s 0.5s;
}
#sitemap .sitemap__info {
	width: 28%;
	overflow: hidden;
	position: relative;
}
#sitemap .sitemap__info .info__bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
}
#sitemap .sitemap__info .info__bg iframe {
	opacity: 0.3;
}
#sitemap .sitemap__info .info__contents {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 40px 60px;
	font-size: 1.2em;
}
#sitemap .sitemap__info .info__contents dd + dt {
	margin-top: 1em;
}
#sitemap .sitemap__info .info__contents dd {
	font-size: 0.7em;
	padding-top: 0.6em;
	line-height: 1.5;
}
#sitemap .sitemap__info .info__contents dd span {
	display: block;
}
#sitemap .menu__wrapper {
	width: 72%;
	height: 100%;
	padding: 96px 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
#sitemap .menu__wrapper dl {
	width: 25%;
}
#sitemap .menu__wrapper dt {
	font-size: clamp(18px, 1.6vw, 26px);
	font-weight: 500;
}
#sitemap .menu__wrapper dt,
#sitemap .menu__wrapper li:not(:last-child) {
	margin-bottom: 1em;
}
#sitemap .menu__wrapper ul {
	opacity: 0.9;
}
#sitemap .info__contents,
#sitemap .menu__wrapper {
	opacity: 0;
	-webkit-transition: 0.5s 0s;
	transition: 0.5s 0s;
}
#sitemap .info__contents {
	translate: -5vw 0;
}
#sitemap .menu__wrapper {
	translate: 5vw 0;
}
body.--menu-active #sitemap {
	translate: 0 0;
	opacity: 1;
	z-index: 9999;
	pointer-events: all;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
body.--menu-active #sitemap .info__contents,
body.--menu-active #sitemap .menu__wrapper {
	translate: 0 0;
	opacity: 1;
	-webkit-transition: 0.5s 0.4s;
	transition: 0.5s 0.4s;
}
body.--menu-active #hd #hd__gnb__new,
body.--menu-active #hd .hd__gnb {
	opacity: 0;
	pointer-events: none;
}
body.--menu-active #hd::before {
	opacity: 0;
}
body.--menu-active.--hd-fixed #hd {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#yt-quick {
	position: fixed;
	left: 32px;
	bottom: 118px;
	z-index: 9;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: left 0.7s;
	transition: left 0.7s;
}
#yt-quick.hide {
	left: -350px;
}
#yt-quick .btn-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 20px 9px;
}
#yt-quick .btn-wr i::after {
	content: "";
	width: 93px;
	height: 20px;
	background: url(/img/common/yt-quick/yt.png) center no-repeat;
	display: block;
}
#yt-quick .btn-wr .yt-btn {
	background: none;
	border: none;
}
#yt-quick .slk {
	width: 290px;
}
#quick {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	background: #fff;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 10px;
	border-radius: 20px 0 0 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#quick a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	font-size: 16px;
	color: #000;
}
#quick a:not(:last-child) {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
#quick a img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-height: 40px;
	margin-bottom: 0.5em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#quick a.--yt img {
	max-height: 30px;
}
#quick a:hover img {
	-webkit-filter: none;
	filter: none;
}
#quick-db.type-b {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #313131;
	font-size: 20px;
	-webkit-transition: 1s 0s ease;
	transition: 1s 0s ease;
}
#quick-db.type-b form {
	width: 1400px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#quick-db.type-b h2 {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.1em;
	line-height: 1.2;
	color: #fc0;
}
#quick-db.type-b ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#quick-db.type-b ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 24px;
}
#quick-db.type-b ul li.name input {
	width: 180px;
}
#quick-db.type-b ul li.tel input {
	width: 250px;
}
#quick-db.type-b ul input {
	height: 60px;
	border: none;
	border-radius: 20px;
	background: #f7f7f7;
	padding: 0 20px;
	margin-left: 5px;
}
#quick-db.type-b ul input[type="number"]::-webkit-outer-spin-button,
#quick-db.type-b ul input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#quick-db.type-b .chk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	-webkit-transform: translatex(53px);
	-ms-transform: translatex(53px);
	transform: translatex(53px);
}
#quick-db.type-b button[type="submit"] {
	width: 295px;
	height: 60px;
	font-size: 30px;
	font-weight: bold;
	border-radius: 20px;
	color: #000;
	background: #fc0;
	border: none;
}
.section__ft {
	position: relative;
	color: #555;
	font-size: 16px;
}
.section__ft .section__tit__reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.section__ft h2 {
	line-height: 1.1;
}
.section__iron {
	height: 958px;
	background: url(/img/common/ft/iron/bg.jpg) center no-repeat;
}
.section__iron .iron__txt {
	position: absolute;
	left: calc(50% - 630px);
	top: 220px;
}
.section__iron .iron__txt h2 {
	font-size: 48px;
	padding: 12px 0 30px;
}
.section__iron .iron__txt h3 {
	font-size: 36px;
}
.section__iron .iron__txt strong {
	font-size: 22px;
	display: block;
	padding: 47px 0px 24px;
}
.section__iron .iron__txt a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}
.section__iron .iron__txt a::after {
	content: "";
	width: 54px;
	height: 36px;
	background: url(/img/common/ft/iron/arr.png) center no-repeat;
	display: block;
}
.section__location .location__title {
	padding: 100px 0 45px;
	color: #555;
}
.section__location .location__title h2 {
	font-size: 40px;
	color: #373737;
	padding: 10px 0 20px;
}
.section__location .location__title h3 {
	font-size: 36px;
}
.section__location .location__map {
	width: 1400px;
	height: 500px;
	margin: 0 auto;
}
.section__location .location__map .root_daum_roughmap {
	width: 100%;
	height: 100%;
}
.section__location .location__def {
	width: 1400px;
	margin: 0 auto;
	padding: 55px 0 120px;
}
.section__location .location__def .def__info {
	font-size: 20px;
	color: #555;
	line-height: 1;
}
.section__location .location__def .info__tel dd {
	font-size: 50px;
	padding: 15px 0 35px;
}
.section__location .location__def .info__hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section__location .location__def .info__hours dt {
	width: 5em;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.8em;
}
.section__location .location__def .info__hours dt:nth-of-type(1) {
	letter-spacing: 0.65em;
}
.section__location .location__def .info__hours dt:nth-of-type(2) {
	letter-spacing: 0.46em;
}
.section__location .location__def .info__hours dd {
	width: calc(100% - 6em);
}
.section__location .location__def .info__noti li {
	margin-top: 0.8em;
}
.section__location .location__def nav {
	font-size: 16px;
}
.section__location .location__def nav a {
	width: 278px;
	height: 320px;
	background: #aaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.section__location .location__def nav a:not(:last-child) {
	margin-right: 27px;
}
.section__location .location__def nav a::before {
	line-height: 0;
	margin-bottom: 10px;
}
.section__location .location__def nav a strong {
	font-size: 25px;
	font-weight: 500;
}
.section__location .location__def nav .location::before {
	content: url(/img/common/ft/icon-location.png);
}
.section__location .location__def nav .book::before {
	content: url(/img/common/ft/icon-book.png);
}
.section__location .location__def nav .cs::before {
	content: url(/img/common/ft/icon-cs.png);
}
.section__location {
	font-size: 14px;
}
.section__location .location__title {
	padding: 62px 0 75px;
	color: #373737;
}
.section__location .location__title h4 {
	font-size: 27px;
	color: #555;
	line-height: 1.3;
	padding: 45px 0 6px;
}
.section__location .location__title h4 strong {
	font-weight: 700;
}
.section__location .location__title h5 {
	font-size: 50px;
}
.section__location .loc__wrapper {
	width: 1400px;
	margin: 0 auto;
	padding: 0 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section__location .loc__container.--info {
	width: 318px;
	font-size: 14px;
	color: #555;
	line-height: 1;
	text-align: center;
}
.section__location .loc__container.--info .info__tel {
	font-size: 20px;
}
.section__location .loc__container.--info .info__tel dt {
	font-weight: 900;
}
.section__location .loc__container.--info .info__tel dt span {
	letter-spacing: 0.07em;
}
.section__location .loc__container.--info .info__tel dd {
	font-size: 24px;
	padding: 16px 0;
	font-weight: 800;
}
.section__location .loc__container.--info .info__tel dd:last-child {
	color: #e60013;
	padding: 0 0 16px 0;
}
.section__location .loc__container.--info .info__red {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0.2em 0.75em;
	color: #fff;
	background: #e60013;
	border-radius: 16px;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.3;
	display: block;
}
.section__location .loc__container.--info .info__txt {
	padding-top: 17px;
	color: #000;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}
.section__location .loc__container.--info .info__txt strong {
	font-size: 22px;
}
.section__location .loc__container.--info .info__txt span {
	color: red;
}
.section__location .loc__container.--info .info__hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section__location .loc__container.--info .info__hours dt {
	width: 5em;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.8em;
}
.section__location .loc__container.--info .info__hours dt:nth-of-type(1) {
	letter-spacing: 0.65em;
}
.section__location .loc__container.--info .info__hours dt:nth-of-type(2) {
	letter-spacing: 0.46em;
}
.section__location .loc__container.--info .info__hours dd {
	width: calc(100% - 6em);
}
.section__location .loc__container.--info .info__noti li {
	margin-top: 0.8em;
}
.section__location .loc__container.--nav {
	width: 470px;
	padding: 0 38px;
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.section__location .loc__container.--nav a {
	width: 118px;
	height: 118px;
	padding-bottom: 7px;
	border-radius: 200em;
	background: #aaa;
	border: 7px solid #d7d7d7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section__location .loc__container.--nav a::before {
	content: "";
	width: 36px;
	height: 35px;
	margin-bottom: 4px;
}
.section__location .loc__container.--nav .--intro::before {
	background: url(/img/common/ft/2025/intro.png) center no-repeat;
}
.section__location .loc__container.--nav .--book::before {
	background: url(/img/common/ft/2025/book.png) center no-repeat;
}
.section__location .loc__container.--nav .--cs::before {
	background: url(/img/common/ft/2025/cs.png) center no-repeat;
}
.section__location .loc__container.--nav .--loc::before {
	background: url(/img/common/ft/2025/loc.png) center no-repeat;
}
.section__location .loc__container.--nav .--parking::before {
	height: 37px;
	background: url(/img/common/ft/2025/parking.png) center no-repeat;
}
.section__location .loc__container.--nav .--review::before {
	background: url(/img/common/ft/2025/review.png) center no-repeat;
}
.section__location .loc__container.--nav .--non::before {
	background: url(/img/common/ft/2025/non.png) center no-repeat;
}
.section__location .loc__container.--map {
	padding-left: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section__location .loc__container.--map img {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.section__location
	.loc__container.--map
	.root_daum_roughmap.root_daum_roughmap_landing {
	width: 498px;
	height: 240px;
	-webkit-box-shadow: 6px 7px 34px 0px rgba(4, 0, 0, 0.7);
	box-shadow: 6px 7px 34px 0px rgba(4, 0, 0, 0.7);
}
.section__location
	.loc__container.--map
	.root_daum_roughmap.root_daum_roughmap_landing
	.root_daum_roughmap {
	width: 100%;
	height: 100%;
}
.section__location .coop__swiper {
	margin: 48px 0 38px;
}
.section__location .coop__swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.section__location .coop__swiper .swiper-slide {
	width: 333px;
	height: 88px;
	border: 1px solid #727272;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section__location .coop__swiper .swiper-slide img {
	width: 90%;
}
.section__media {
	padding: 132px 0 90px;
	font-size: 16px;
	color: #555;
}
.section__media .media__title {
	margin-bottom: 50px;
}
.section__media .media__title h2 {
	width: 238px;
	height: 94px;
	margin-bottom: 20px;
	background: url(/img/logo/logo.svg) center/contain no-repeat;
}
.section__news {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	padding: 130px calc(50% - 700px);
}
.section__news .news__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section__news .news__title {
	width: 415px;
	line-height: 1;
}
.section__news .news__title h2 {
	font-size: 36px;
	color: #373737;
	font-weight: 900;
}
.section__news .news__title p {
	padding: 30px 0 70px;
	font-size: 40px;
	line-height: 1.2;
}
.section__news .news__title a {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 100px;
	background: #373737;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.section__news .news__container {
	width: calc(100% - 415px);
}
#ft {
	padding: 70px 0 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(/img/common/ft/bg.jpg) center/cover no-repeat;
}
#ft .logo {
	width: 114px;
	height: 134px;
	background: url(/img/logo/logo-ver.svg) center/cover no-repeat;
	display: block;
	margin: 0 auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
#ft ul {
	width: 850px;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 16px;
	line-height: 1.8;
}
#ft ul .bar:after {
	content: "";
	width: 1px;
	height: 0.8em;
	background: #fff;
	display: inline-block;
	margin: 0 1em;
	-webkit-transform: translatey(1px);
	-ms-transform: translatey(1px);
	transform: translatey(1px);
}
#sub__visual {
	height: 500px;
	padding-bottom: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
#sub__visual h2 span {
	letter-spacing: 0.3em;
}
#sub__visual h2 strong {
	display: block;
	font-size: 60px;
	font-weight: 500;
	padding: 22px 0 40px;
}
#sub__visual p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
#sub__visual.--sub_1 {
	background: url(/img/sub/visual/sub_1.jpg) center no-repeat;
}
#sub__visual.--sub_2 {
	background: url(/img/sub/visual/sub_2.jpg) center no-repeat;
}
#sub__visual.--sub_3 {
	background: url(/img/sub/visual/sub_3.jpg) center no-repeat;
}
#sub__visual.--sub_4 {
	background: url(/img/sub/visual/sub_4.jpg) center no-repeat;
}
#sub__visual.--sub_5 {
	background: url(/img/sub/visual/sub_5.jpg) center no-repeat;
}
#sub__visual.--sub_6 {
	background: url(/img/sub/visual/sub_6.jpg) center no-repeat;
}
#sub__visual.--sub-1 {
	background: url(/img/sub/visual/sub-1.jpg) center no-repeat;
}
#sub__visual.--sub-2 {
	background: url(/img/sub/visual/sub-2.jpg) center no-repeat;
}
#sub__visual.--sub-3 {
	background: url(/img/sub/visual/sub-3.jpg) center no-repeat;
}
#sub__visual.--sub-4 {
	background: url(/img/sub/visual/sub-4.jpg) center no-repeat;
}
#sub__visual.--sub-5 {
	background: url(/img/sub/visual/sub-5.jpg) center no-repeat;
}
#sub__visual.--sub-6 {
	background: url(/img/sub/visual/sub-6.jpg) center no-repeat;
}
#sub__visual.--sub-7 {
	background: url(/img/sub/visual/sub-7.jpg) center no-repeat;
}
#sub__visual.--sub-8 {
	background: url(/img/sub/visual/sub-8.jpg) center no-repeat;
}
#sub__visual.community {
	background: url(/img/sub/visual/community.jpg) center no-repeat;
}
#sub__visual.voc {
	background: url(/img/sub/visual/voc.jpg) center no-repeat;
}
#sub__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1400px;
	margin: 0 auto;
}
#board-hd {
	display: none;
}
#lnb {
	width: 300px;
	font-size: 18px;
	color: #3d3d3d;
	position: relative;
	top: -100px;
}
#lnb dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#lnb dl span {
	display: block;
}
#lnb dt {
	height: 250px;
	padding-bottom: 45px;
	background: var(--theme-color);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	word-break: keep-all;
}
#lnb a {
	display: block;
	padding: 17px 32px;
	line-height: 1;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	word-break: keep-all;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#lnb a span {
	line-height: 1.7;
}
#lnb a:hover {
	background: rgba(var(--theme-color-rgb), 0.5);
	color: #fff;
}
#lnb a.--active {
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: #fff;
}
#sub-wrap {
	padding: 100px 0;
}
#sub-wrap .sub__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 100px;
}
#sub-wrap .sub__title h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 50px;
	color: #373737;
}
#sub-wrap .sub__title h3 > span {
	position: relative;
}
#sub-wrap .sub__title h3 > span::before,
#sub-wrap .sub__title h3 > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1400px;
	height: 1px;
	background: #cfcfcf;
}
#sub-wrap .sub__title h3 > span::before {
	right: 100%;
	translate: -20px 0;
}
#sub-wrap .sub__title h3 > span::after {
	left: 100%;
	translate: 20px 0;
}
#sub__db {
	margin-top: 45px;
	padding: 35px 0;
	border-radius: 20px;
	background: url(/img/sub/db-bg.png);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
#sub__db form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sub__db .db__tit {
	width: 166px;
	height: 66px;
	background: url(/img/logo/logo-white.svg) center/contain no-repeat;
	overflow: hidden;
	color: rgba(0, 0, 0, 0);
}
#sub__db .db__input {
	width: 402px;
	margin: 0 40px 0 74px;
	padding: 0 44px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#sub__db .db__input input[type="text"] {
	width: 100%;
	height: 50px;
	padding-left: 1.6em;
	border-radius: 10px;
	border: 0;
	color: var(--theme-color);
	font-weight: 500;
}
#sub__db .db__input input[type="text"]::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
}
#sub__db .db__input input[type="text"]::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}
#sub__db .db__input input[type="text"]:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
}
#sub__db .db__input input[type="text"]::-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
}
#sub__db .db__input input[type="text"]::placeholder {
	color: inherit;
	opacity: 0.5;
}
#sub__db .db__input li.--tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}
#sub__db .db__input li.--tel input[type="text"] {
	width: 100px;
	text-align: center;
	padding-left: 0;
}
#sub__db .db__input li.--check {
	font-size: 14px;
	line-height: 1;
	padding-top: 10px;
}
#sub__db .db__input li.--check label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sub__db .db__input li.--check input {
	width: 1em;
	height: 1em;
	margin-right: 5px;
}
#sub__db button {
	width: 174px;
	height: 123px;
	border-radius: 10px;
	border: 0;
	background-color: #ffd874;
	-webkit-box-shadow: 0 0 10px 1px hsla(0, 0%, 100%, 0.9333333333);
	box-shadow: 0 0 10px 1px hsla(0, 0%, 100%, 0.9333333333);
	font-size: 24px;
	color: #444;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#sub__db button:hover {
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
} /*# sourceMappingURL=layout.min.css.map */
