html {
	overflow-y: scroll;
}

body {
	font-family: "맑은고딕","Malgun Gothic",serif;
	color:#333;
	font-size:16px;
	line-height:1;
	position: relative;
}

a {
	text-decoration:none;
	color:#333;
}

img {
	vertical-align: top;
}

.inner {
	width:1200px;
	margin:auto;
	position:relative;
}
.inner:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

.clearFix:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

ul:after,ol:after,dl:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

.headerWrap {
	position: absolute;
	background-color: rgba(38,41,46,0.95);
	width: 100%;
	height: 89px;
	z-index:1; 
}
.logo, .gnb {
	float: left;
}
.headTel {
	position: absolute;
	top: 33px;
	right: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 26px;
	letter-spacing: 0.15px;
	background: url("../images/layout/h_t.png") no-repeat 0 1px;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.gnb {
	margin-top: 27px;
	margin-left: 89px;
}
.gnb li {
	float: left;
	margin-left: 140px;
}
.gnb li:first-child {
	margin-left: 0;
}
.gnb li a {
	display: block;
	padding: 8px 19px 7px;
	background-color: transparent;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999999px;
	border-radius: 17px;
	transition: all 0.8s;
}
.gnbList01 a {
	width: 80px;
	background-image: url("../images/layout/g_1.png");
}
.gnbList02 a {
	width: 57px;
	background-image: url("../images/layout/g_2.png");
}
.gnbList03 a {
	width: 115px;
	background-image: url("../images/layout/g_3.png");
}
.gnb li.on a, .gnb li:hover a {
	background-color: #4285f4;
}
.footerWrap {
	background-color: #22232a;
	padding-bottom: 47px;
	position: relative;
}
.flogo {
	float: left;
	margin-top: 79px;
}
.fIngoWrap {
	float: left;
	margin-top: 48px;
	margin-left: 55px;
}
.fInfoUl li {
	float: left;
	margin-left: 47px;
	position: relative;
}
.fInfoUl li:after {
	display: block;
	position: absolute;
	content:"";
	width: 1px;
	height: 10px;
	background: url("../images/layout/f_bar.png") no-repeat 0 0;
	top: 3px;
    left: -24px;
}
.fInfoUl li:first-child:after {
	display: none;
}
.fInfoUl li:first-child {
	margin-left: 0;
}
.fInfoUl li a {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: rgba(255,255,255,0.9);
}
.copyUl li, .copyRight {
	float: left;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: rgba(230,230,230,0.6);
}
.copyUl li {
	margin-left: 15px;
	letter-spacing: -0.25px
}
.copyUl li:first-child {
	margin-left: 0;
}
.copyUl01 {
	margin-top: 22px;
}
.copyUl02 {
	margin-top: 13px;
}
.copyRight {
	margin-top: 13px;
	letter-spacing: -0.35px;
}
.fSnsWrap {
	position: absolute;
	top: 88px;
	right: 0;
}
.fSnsWrap li {
	float: left;
	margin-left: 18px;
}
.fSnsWrap li:first-child {
	margin-left: 0;
}
.fSnsWrap li a {
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.fSnsWrap li.kkoTalk a {
	background-image: url("../images/layout/kko.png");
}
.fSnsWrap li.faceBook a {
	background-image: url("../images/layout/fb.png");
}
.fSnsWrap li.insta a {
	background-image: url("../images/layout/insta.png");
}