@charset "utf-8";

/*common*/
body {
	font: 16px 'Noto Sans KR', 'Rajdhani', sans-serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #585858;
}

section {
	margin-bottom: 100px;
}

h2 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 80px;
	color: #fff;
	margin-bottom: 20px;
}

h3 {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: -0.08em;
	line-height: 33px;
}

h3 span {
	font-family: 'Rajdhani', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: -0.08em;
	line-height: 33px;
	margin-top: 20px;
}

h4 {
	font-size: 34px;
	font-weight: 500;
	color: #222;
	letter-spacing: -0.08em;
	margin-bottom: 40px;
}

h5 {
	margin-bottom: 10px;
	font-family: 'Rajdhani', 'Noto Sans KR', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #555;
	letter-spacing: -0.03em;
}

#wrap {
	width: 100%;
	height: auto;
}

.inner {
	width: 1300px;
	margin: 0 auto;
}

.counBtn {
	width: 200px;
	margin: 60px auto 0;
}

.counBtn a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: #139df2;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.counBtn button {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #139df2;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.mobBtn {
	display: none;
}

.mobClose {
	display: none;
}

/*personalPop*/
#personalPop {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

#personalPop .popInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	background: #fff;
}

#personalPop .popInner .perTit {
	width: 100%;
	height: 80px;
	padding: 0 20px;
	background: #ccc;
	line-height: 80px;
	box-sizing: border-box;
}

#personalPop .popInner .perTit h4 {
	float: left;
	font-size: 26px;
	color: #333;
}

#personalPop .popInner .perTit a {
	float: right;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 4px;
}

#personalPop .popInner .perTit a span {
	font-size: 30px;
	font-weight: bold;
}

#personalPop .popInner .popDetail {
	width: 100%;
	height: 600px;
	padding: 20px 20px 80px;
	box-sizing: border-box;
	overflow: auto;
}

#personalPop .popInner .popDetail p {
	line-height: 25px;
}

#personalPop .popInner .popDetail article {
	margin-top: 30px;
}

#personalPop .popInner .popDetail article h5 {
	margin-bottom: 10px;
	font-size: 20px;
}

#personalPop .popInner .popDetail article p b {
	display: inline-block;
	margin-top: 12px;
}

#personalPop .popInner .popDetail article p b:first-child {
	margin-top: 0;
}

/*header*/
header {
	position: fixed;
	width: 100%;
	height: 70px;
	padding-top: 25px;
	transition: all 0.6s;
	z-index: 999;
}

header h1.logo {
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 100px;
	color: #fff;
}

header nav {
	float: left;
}

header nav .gnb {
	width: 100%;
}

header nav .gnb > li {
	position: relative;
	float: left;
	width: auto;
	padding: 17px 0 0;
	margin-right: 50px;
	font-family: 'Rajdhani', sans-serif;
	box-sizing: border-box;
}

header nav .gnb > li:last-child {
	margin-right: 0;
}

header nav .gnb > li > a {
	display: block;
	width: 100%;
	padding-bottom: 30px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

header nav .gnb > li:hover > a,
header nav .gnb > li:focus > a {
	color: #fff;
}

header nav .sub {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 175px;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	box-sizing: border-box;
	transition: all 0.6s;
}

header nav .sub li {
	line-height: 40px;
}

header nav .sub > li > a {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #555;
}

header nav .sub > li > a:hover,
header nav .sub > li > a:focus {
	text-decoration: underline;
	color: #222;
}

header .tnb {
	position: relative;
	float: right;
	padding-top: 8px;
}

header .tnb .searchArea {
	position: relative;
}

header .tnb .searchArea input {
	width: 200px;
	height: 40px;
	padding: 0 45px 0 20px;
	border: 1px solid #fff;
	border-radius: 30px;
	outline: 0;
	background: rgba(255, 255, 255, 0.2);
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
}

header .tnb .searchArea button {
	position: absolute;
	top: 8px;
	right: 15px;
	width: 30px;
	height: 30px;
	font-size: 20px;
}

header .tnb .searchArea button span {
	color: #fff;
}

header .tnb .siteBtn {
	float: left;
	display: block;
	width: 30px;
	height: 22px;
	padding-top: 9px;
}

header.on {
	background: rgba(9, 49, 80, 1);
}

header.on .tnb .searchArea input {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.2);
	font-weight: 300;
	color: #fff;
}

header.on nav .sub {
	background: rgba(9, 49, 80, 1);
}

header.on nav .sub li a {
	font-weight: 300;
	color: #e1e1e1;
}

header.on nav .sub > li > a:hover,
header.on nav .sub > li > a:focus {
	font-weight: 400;
	color: #fff;
}

/*footer*/
	footer .footMenu {
	height: 60px;
	background: #093150;
}

footer .footMenu ul li {
	float: left;
	margin-right: 40px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #eee;
	}

footer .footMenu ul li.right {
	float: right;
	color: #fff;
}

footer .footMenu ul li:hover,
footer .footMenu ul li:focus {
	color: #fff;
}

footer .footMenu ul li a {
	display: block;
}

footer .footNav {
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
}

footer .footNav ul {
	float: left;
	width: 25%;
	height: 150px;
}

footer .footNav ul li {
	width: 100%;
	line-height: 26px;
}

footer .footNav ul li.footNavTit {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

footer .footNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
}

footer .footNav ul li a:hover,
footer .footNav ul li a:focus {
	font-weight: 600;
	text-decoration: underline;
}

footer .footCopy {
	padding: 40px 0;
	background: #f4f4f4;
}

footer .footCopy .footLogo {
	display: block;
	width: 159px;
	height: 40px;
	margin-bottom: 20px;
}

footer .footCopy ul li {
	float: left;
	margin-right: 20px;
	color: #777;
}

footer .footCopy ul li span {
	font-weight: 400;
	color: #222;
}

footer .footCopy p.designNau {
	color: #999;
}

/*topBtn*/
#topBtn {
	position: fixed;
	bottom: 5%;
	right: -15%;
	width: 60px;
	height: 60px;
	background: #ffa800;
	opacity: 1;
	z-index: 888;
}

#topBtn button {
	width: 100%;
	height: 100%;
	outline: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

#topBtn button span {
	font-size: 15px;
}