@charset "utf-8";
@import url("./main.css");
@import url("./sub.css");
/* layout */
#wrap {
	overflow: hidden;
	width: 100%;
	min-width: 320px;
	position: relative;
}
/* ****************** 공통클래스 ********************** */
.area {
	max-width: 1040px;
	margin: 0px auto;
	position: relative;
}
.area-m {
	max-width: 1360px;
	margin: 0px auto;
	position: relative;
}
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
.table-layout {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell-layout {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#pro01,#pro02,#pro03,#pro04,#pro05{	scroll-margin-top: 100px;}
/* ****************** HEADER ********************** */
#header {
	height: 96px;
	width: 100%;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: #3c3b3a;
}
#headerInnerWrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}
#header.fixed #headerInnerWrap {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#headerInner {
	position: relative;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	transition: padding 0.3s;
	padding: 0 2%;
}
#header .logo {
	position: relative;
	z-index: 100;
	padding: 25px 0;
	display: inline-block;
	vertical-align: middle;
}
#header .logo a {
	display: block;
	padding: 0px 0;
	background: url(../images_new/logo.png);
	width: 136px;
	height: 45px;
	text-indent: -999999px;
}
/* -------- Header :: GNB(PC) -------- */
#gnb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	transition: all 0.4s;
	text-align: center;
}
#gnb .area > ul {
	display: flex;
	justify-content: end;
}
#gnb .area > ul > li {
	position: relative;
	word-break: keep-all;
	margin-left: 60px;
}
#gnb .area > ul > li > a {
	position: relative;
	z-index: 100;
	display: block;
	height: 96px;
	line-height: 96px;
	text-align: center;
	color: var(--bs-white);
	font-size: 1.1em;
	padding: 0 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#gnb .gnb-inner {
	display: block;
}
#gnb .area > ul > li > a:hover, #gnb .area > ul > li.on > a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	color: var(--bs-secondary);
}
/* GNB :: 2차 전체메뉴 */
#gnb .area > ul > li .gnb-2dep {
	position: absolute;
	top: 96px;
	left: 0px;
	z-index: 99;
	width: 100%;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	filter: Alpha(opacity=0);
}
#gnb .area > ul > li:nth-child(2) .gnb-2dep {
	width: 290px;
}
#gnb .area > ul > li:nth-child(4) .gnb-2dep {
	width: 590px;
	left: auto;
	right: 0;
}
#gnb .area > ul > li:nth-child(5) .gnb-2dep {
	width: 140px;
}
#gnb .area > ul > li .gnb-2dep:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	height: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	background: var(--bs-white);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	border: 2px solid var(--bs-primary);
	border-top: 0;
}
#gnb .area > ul > li .gnb-2dep ul {
	padding: 15px 20px 10px 20px;
	display: flex;
	justify-content: center;
}
#gnb .area > ul > li .gnb-2dep ul li {
	position: relative;
	padding: 5px 15px;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0s 0s;
	-moz-transition: all 0s 0s;
	-o-transition: all 0s 0s;
	-ms-transition: all 0s 0s;
	transition: all 0s 0s;
	text-align: center;
}
#gnb .area > ul > li .gnb-2dep ul li a {
	display: block;
	color: var(--bs-primary);
	font-size: 1em;
	line-height: 1.3;
	font-weight: 500;
}
#gnb .area > ul > li .gnb-2dep ul li a:hover {
	color: var(--bs-black);
}
#gnb .area > ul > li:hover .gnb-2dep:before {
	height: 100%;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
#gnb .area > ul > li .gnb-2dep.open {
	visibility: visible;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
#gnb .area > ul > li .gnb-2dep.open ul li {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn {
	display: none;
}
#gnbM {
	display: none
}
/* ****************** FOOTER ********************** */
#footer {
	background-color: var(--bs-primary);
}
#footerInner {
	position: relative;
	padding: 40px 2%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 4rem
}
/* Footer :: TOP버튼 */
.to-top-btn {
	position: fixed;
	bottom: -100px;
	right: 15px;
	display: block;
	width: 45px;
	height: 45px;
	background: var(--bs-dark);
	text-align: center;
	line-height: 45px;
	color: var(--bs-white);
	z-index: 99;
	opacity: 0;
	font-size: 1.2em;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
	border-radius: 50%;
}
.to-top-btn i {
	display: inline-block;
}
.to-top-btn.fixed {
	bottom: 15px;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
#footerInner h1 {
	background: url(../images_new/footer_logo.png) no-repeat;
	background-size: 233px 77px;
	display: block;
	text-indent: -99999px;
	width: 233px;
	height: 77px;
}
.footer-address p {
	color: var(--bs-gray-100);
	line-height: 1.4em;
	font-size: 1.3em;
	word-break: keep-all;
	padding: 4px 0;    min-height: 43px;
	display:flex;    align-items: flex-end;
}
.footer-address p span:first-child {padding-right:24px;}
.footer-address p span {    line-height: 1em;}
.footer-copyright {
	background: var(--bs-gray-100);
	text-align: center;
	padding: 1rem 0;
	font-size: 1.2em;
}
#topMenu01 {
	position: absolute;
	left: 0;
	top: calc(96px + 5%);
	width: 100%;
	z-index: 15;
}
#topMenu01 li {
	padding: 5px;
}
#topMenu01 li a span {
	font-weight: 600;
	color: #444;
	font-size: 1.5em;
	position: relative;
	display: inline-block;
}
#topMenu01 li a span:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #444;
}
#topMenu01 li.on a span {
	color: var(--bs-secondary);
}
#topMenu01 li.on a span:after {
	background: var(--bs-secondary);
}
/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
#Container {
	padding: 96px 0 0 0;
	background: var(--bs-gray-100);
}
.content-tit {
	margin-bottom: 2rem;
	position: relative;
	font-size: 6em;
	color: var(--bs-primary);
	text-align: center;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}
.subcontent-tit {
	margin-bottom: 3rem;
	position: relative;
	font-size: 4em;
	color: var(--bs-primary);
	text-align: center;
	font-weight: 400;
}
.subcontent-tit.round {
	font-size: 2.5em;
	color: #e9e9e9;
	background: var(--bs-primary);
	font-weight: 700;
	font-style: italic;
	padding: 0.5rem 2rem 0.3rem;
	letter-spacing: 10px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.mb_view {
	display: none;
}
