@charset "UTF-8";
/* @font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR_regular.woff2) format('woff2'), url(../fonts/NotoSansKR_regular.woff) format('woff'), url(../fonts/NotoSansKR_regular.otf) format('opentype');
} */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR_Bold.woff2) format('woff2'), url(../fonts/NotoSansKR_Bold.woff) format('woff'), url(../fonts/NotoSansKR_Bold.otf) format('opentype');
}
body, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: 'Noto Sans KR', sans-serif;
}
html, body {
	height: 100%;
  margin: 0px;
  padding: 0px;
  background: #fff;
  letter-spacing: -0.2px;
}
.main {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  margin: 0 auto;
  background-image: url('../images/bg.svg');
  background-size: 2118px 639px;
  background-position: top;
  background-repeat: no-repeat;
}
.main h1 {
  width: 470px;
  text-align: center;
  margin: 0 auto;
  color: #203751;
  font-size: 40px;
  font-weight: bold;
  line-height: 130%;
  position: relative;
  top: 310px;
}
.main h1 img {
  position:absolute;
  top: -20px;
  left: 38%;
}
.main h2{
	width: 400px;
	position: relative;
	top: 331px;
	margin: 0 auto;
	text-align: center;
	color: #a7a7a7;
	line-height: 160%;
	font-size: 14px;
	font-weight: 500;
}
button {
  font-family: 'Noto Sans KR';
  width: 356px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border: 0px;
  padding: 12px 0px 15px 0px;
  border-radius: 4px;
  cursor: pointer;
}
.btns {
  width: 356px;
  text-align: center;
  position: relative;
  top: 400px;
  margin: 0 auto;
}
.btns p {
  font-size: 15px;
  color: #818181;
  margin-top: 20px;
  line-height: 140%;
}
.btns .local_busi {
  width: 356px;
  float: left;
}
.btns .data_center {
  width: 356px;
  float: left;
}
.blue {
  background: #1b52a2;
}
.green {
  background: #00AA51;
}
footer {
  width: 100%;
  height: 173px;
  background: #25304A;
  color: #9298A5;
  font-size: 15px;
  position: relative;
  transform: translateY(-100%);
}
footer img {
  position: relative;
  top: 50px;
  float: left;
}
footer .info {
  width: 640px;
  height: 173px;
  margin: 0 auto
}
footer .info .address {
  position: relative;
  top: 60px;
  left: 60px;
  line-height: 160%
}
