/************************* common ************************/
::selection {
	background: #8BC341;
	color: #fff;
}
::-webkit-scrollbar {
	display: none;
}
input::-ms-clear,
input::-ms-reveal,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type="checkbox"],
input[type="radio"] {
	display: none;
	width: 0px;
	height: 0px;
}
#wrap {
	position: relative;
}
.pc {
	display: block;
}
.m {
	display: none;
}
.m767 {
	display: none;
}
.container {
	width: calc(100% - 40px);
	max-width: 1555px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.noto {
	font-family: 'noto sans KR', sans-serif;
}
.sha {
	background-color: #fff;
	box-shadow: 5px 30px 70px rgb(111 111 111 / .03);
}
.aimgWrap {
	display: block;
	text-align: center;
}
.aimgWrap img {
	display: inline-block;
	max-width: 100%;
}
.aimgWrap img.m {
	display: none;
}
.circleLogo {
	background: url(/images/contents/circleLogo2.svg) no-repeat center center / cover;
	position: absolute;
	animation: circle 10s linear infinite;
}
.circleLogo.sm {
	background-image: url(/images/contents/circleLogo2.svg);
}
@keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.dotTxt, .dotList > li {
	position: relative;
	padding-left: 15px;
}
.dotTxt::before, .dotList > li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background-color: #8BC341;
	border-radius: 50%;
}
/************** header **************/
/************** header **************/
/* 메인 흰색 */
.wtbg #header:not(.active) .lang li.active {
	border-bottom: 1px solid #fff;
}
.wtbg #header:not(.active) .btn_all_menu span {
	background: #fff;
}
.wtbg #header:not(.active) .logo img.logo_b {
	display: none;
}
.wtbg #header:not(.active) .logo img.logo_w {
	display: block;
}
.wtbg #header:not(.active) .lang a {
	color: #fff;
}
.wtbg #header:not(.active) #gnb .gnbWrap li > a {
	color: #fff;
}
.emblem {
	position: absolute;
	right: 53px;
	bottom: 168px;
	z-index: 10;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	transition: all .6s ease-in-out;
	padding: 40px 50px;
	box-sizing: border-box;
}
#header .unicorn-logo {
	position: absolute;
	left: 115px;
	top: 50%;
	transform: translateY(-50%);
}
#header.active {
	top: 0 !important;
}
#header.load {
	top: 0;
}
#header.bgbg {
	background: rgba(255, 255, 255, .8);
}
#header .headerTop {
	position: relative;
	box-sizing: border-box;
	font-size: 15px;
	height: 27px;
	text-align: center;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#header .logo img.logo_w {
	display: none;
}
#header .lang {
	overflow: hidden;
	position: absolute;
	right: 60px;
	top: 0;
	z-index: 3;
}
#header.active .lang {
	color: #000 !important
}
#header .lang li {
	margin-left: 15px;
	float: left;
}
#header .lang li.active {
	border-bottom: 1px solid #000;
}
#header .btn_all_menu {
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	z-index: 9999999;
	transition: .5s ease;
}
#header .btn_all_menu span {
	display: block;
	width: 34%;
	height: 34%;
	border-radius: 50%;
	background: #000;
	position: absolute;
}
#header .btn_all_menu .dot1 {
	left: 0;
	top: 0;
}
#header .btn_all_menu .dot2 {
	right: 0;
	top: 0;
}
#header .btn_all_menu .dot3 {
	left: 0;
	bottom: 0;
}
#header .btn_all_menu .dot4 {
	right: 0;
	bottom: 0;
}
#header .btn_all_menu.active {
	background: url(/images/common/btnAllmenuClose.png) no-repeat center center;
	transform: rotate(90deg);
}
#header .btn_all_menu.active span {
	opacity: 0;
}
#header #gnb {
	display: inline-block;
}
#header #gnb .gnbWrap {
}
#header #gnb .gnbWrap > li {
	position: relative;
	display: inline-block;
	margin: 0 27.5px;
}
#header #gnb .gnbWrap > li > a {
	padding-bottom: 50px;
	color: #000;
}
#header #gnb .gnbWrap li:hover > a {
	font-weight: 500;
	text-decoration: underline;
}
#header #gnb .gnbWrap > li.on > a {
	color: #8bc341;
	text-decoration: underline;
}
#header #gnb .gnbWrap ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 67px;
	min-width: 100%;
	padding: 18px 20px;
	box-sizing: border-box;
	text-align: left;
	background: #8bc341;
	color: #fff;
	transform: translateX(-50%);
	text-align: center;
}
#header #gnb .gnbWrap li:hover ul {
	display: block;
}
#header #gnb .gnbWrap li li a {
	display: block;
	white-space: nowrap;
	line-height: 2.5;
}
/**/
#header .allMenuWrap.show {
	display: block;
}
#header .allMenuWrap {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff url(/images/common/allMenuBg.png) no-repeat left bottom;
	box-sizing: border-box;
	z-index: 2;
}
#header .allMenuWrap .inner {
	width: 81%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#header .allMenuWrap .inner .allMenu {
	width: 100%;
}
#header .allMenuWrap .inner .allMenu > li {
	margin-bottom: 24px;
	font-size: 60px;
	font-weight: 600;
	cursor: pointer;
}
#header .allMenuWrap .inner .allMenu > li.active > a {
	text-decoration: underline;
}
#header .allMenuWrap .inner .allMenu > li > a:hover a {
	text-decoration: underline;
}
#header .allMenuWrap .inner .allMenu > li > a sup {
	font-size: 18px;
	font-weight: 300;
	margin-right: 6px;
	transform: translateY(-30px);
	display: inline-block;
}
#header .allMenuWrap .inner .allMenu > li > ul {
	position: absolute;
	left: 45%;
	top: 0;
	touch-action: none;
	pointer-events: none;
	opacity: 0;
	transition: .5s ease;
}
#header .allMenuWrap .inner .allMenu > li.active > ul {
	left: 50%;
	touch-action: auto;
	pointer-events: auto;
	opacity: 1;
}
#header .allMenuWrap .inner .allMenu > li > ul li {
	font-size: 25px;
	font-weight: 500;
	color: #919191;
	margin-bottom: 10px;
}
#header .allMenuWrap .inner .allMenu > li > ul li:hover {
	color: #8bc341;
	text-decoration: underline;
}
#header .allMenuWrap .inner .allMenuInfo {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	font-family: 'noto sans KR';
	overflow: hidden;
}
#header .allMenuWrap .inner .allMenuInfo li {
	margin-bottom: 21px;
}
#header .allMenuWrap .inner .allMenuInfo li.tel {
	float: left;
	margin-right: 33px;
}
#header .allMenuWrap .inner .allMenuInfo li.fax {
	margin-left: 33px;
}
#header .allMenuWrap .inner .allMenuInfo li.down p {
	margin-bottom: 10px;
	text-decoration: underline;
}
#header .allMenuWrap .inner .allMenuInfo li span {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 11px;
}
#header .allMenuWrap .inner .allMenuInfo li p {
	opacity: .7;
}
#header .allMenuWrap .inner .allMenuInfo li p a img {
	transform: translate(7px, 4px);
}
/************** footer **************/
/************** footer **************/
#footer {
	width: 100%;
	height: 415px;
	padding: 68px 50px 58px;
	box-sizing: border-box;
	background: #0b0b0b;
	color: #fff;
	font-size: 15px;
	z-index: 99;
	position: relative;
}
#footer .footer_inner {
	width: 100%;
	height: 100%;
	position: relative;
}
#footer .footer_inner .logo {
	float: left;
	margin-right: 76px;
}
#footer .footer_inner .footerInfo {
	display: inline-block;
	font-family: 'noto sans KR';
	overflow: hidden;
}
#footer .footer_inner .footerInfo li {
	margin-bottom: 20px;
}
#footer .footer_inner .footerInfo li.tel {
	float: left;
	margin-right: 35px;
}
#footer .footer_inner .footerInfo li.fax {
	float: left;
	margin-right: 35px;
}
#footer .footer_inner .footerInfo li span {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 11px;
}
#footer .footer_inner .footerInfo li span.small {
	display: inline-block;
	font-weight: 200;
	margin-bottom: 11px;
}
#footer .footer_inner .footerInfo li p {
	opacity: .7;
	font-weight: 300;
}
#footer .footer_inner .footerInfo2 {
	display: inline-block;
	font-family: 'noto sans KR';
	overflow: hidden;
	padding-left: 50px;
	vertical-align: top;
}
#footer .footer_inner .footerInfo2 li {
	margin-bottom: 20px;
}
#footer .footer_inner .footerInfo2 li.tel {
	float: left;
	margin-right: 35px;
	width: 100%;
}
#footer .footer_inner .footerInfo2 li span {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 11px;
}
#footer .footer_inner .footerInfo2 li span.small {
	display: inline-block;
	font-weight: 200;
	margin-bottom: 11px;
}
#footer .footer_inner .footerInfo2 li p {
	opacity: .7;
	font-weight: 300;
}
#footer .footer_inner .copyright {
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer .footer_inner .copyright a {
	display: inline;
	margin-left: 15px;
	text-decoration: underline;
}
#footer .footer_inner .footerMenu {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
#footer .footer_inner .footerMenu > li {
	float: left;
}
#footer .footer_inner .footerMenu > li > ul {
	margin-left: 50px;
}
#footer .footer_inner .footerMenu ul li.dep1 {
	opacity: 1;
	margin-bottom: 12px;
}
#footer .footer_inner .footerMenu ul li {
	opacity: .7;
}
#scrTop {
	position: fixed;
	right: 30px;
	bottom: 50px;
	transition: .5s ease;
}
/* #scrTop.active{
    position: absolute;
    bottom: 450px;
} */
/************************* 반응형 ************************/
@media screen and (max-width: 1400px) {
	/************** header **************/
	/************** header **************/
	#header .allMenuWrap .inner .allMenu > li {
		font-size: 40px;
		margin-bottom: 16px;
	}
	#header .allMenuWrap .inner .allMenu > li > a sup {
		font-size: 14px;
		margin-right: 7px;
		transform: translateY(-14px);
	}
	#header .allMenuWrap .inner .allMenu > li > ul li {
		font-size: 16px;
	}
	/************** footer **************/
	/************** footer **************/
	#footer {
		height: auto;
	}
	#footer .footer_inner .logo {
		float: none;
		margin-right: 0;
	}
	#footer .footer_inner .footerInfo {
		position: static;
		left: 0;
		bottom: 0;
		font-weight: 300;
	}
	#footer .footer_inner .footerInfo li {
		margin-bottom: 0;
		margin-top: 20px;
	}
	#footer .footer_inner .footerInfo2 {
		font-weight: 300;
		padding-left: 0;
	}
	#footer .footer_inner .footerInfo2 li {
		margin-bottom: 0;
		margin-top: 20px
	}
	#footer .footer_inner .footerInfo2 li.tel {
		float: none;
	}
}
@media screen and (min-width: 1025px) {
	#header .btn_all_menu:hover {
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}
	.m {
		display: block;
	}
	.aimgWrap img.m {
		display: inline-block;
	}
	.circleLogo {
		width: 112px;
		height: 112px;
	}
	.emblem {
		right: 30px;
		bottom: 235px;
		width: 114px;
		img {
			width: 100%;
		}
	}
	/************** header **************/
	/************** header **************/
	#header {
		padding: 36px 20px 0;
	}
	#header .btn_all_menu {
		width: 22px;
		height: 22px;
		top: 4px;
	}
	#header .lang {
		display: block !important;
		position: fixed;
		right: -300px;
		bottom: 41px;
		top: auto;
		transition: .5s ease;
	}
	#header.active .lang {
		right: 20px;
	}
	#header .allMenuWrap {
		padding: 156px 20px 20px;
	}
	#header .allMenuWrap .inner {
		transform: none;
		position: static;
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
	#header .allMenuWrap .inner .allMenu > li {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#header .allMenuWrap .inner .allMenu > li > ul {
		position: static;
		height: 0;
		overflow: hidden;
		opacity: 1;
		padding: 0 14px;
	}
	#header .allMenuWrap .inner .allMenu > li.active > ul {
		touch-action: auto;
		pointer-events: auto;
		height: auto;
		padding: 30px 14px 20px;
	}
	/************** footer **************/
	/************** footer **************/
	#footer {
		padding: 0;
		font-size: 13px;
	}
	#footer .footer_inner {
		padding: 35px 20px 70px;
		box-sizing: border-box;
	}
	#footer .footer_inner .logo img {
		width: 102px;
	}
	#footer .footer_inner .footerInfo li.tel {
		margin-bottom: 26px;
	}
	#footer .footer_inner .footerInfo li.fax {
		margin-bottom: 26px;
	}
	#footer .footer_inner .footerInfo li span {
		margin-bottom: 7px;
	}
	#footer .footer_inner .copyright {
		width: 100%;
		padding: 10px 20px;
		border-top: 1px solid rgba(255, 255, 255, .2);
		box-sizing: border-box;
	}
	#scrTop.active {
		bottom: 350px;
	}
}
@media screen and (max-width: 767px) {
	.m767 {
		display: block;
	}
}
