@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900|Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-moz-selection {
	color: #333;
	background: #ffea31;
}

::selection {
	color: #333;
	background: #ffea31;
}

/* reset */
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	/* font-weight: 300; */
	font-size: 100%;
}

html,
body,
div,
p,
span,
strong,
b,
em,
iframe,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
fieldset,
form,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
ul,
ol,
li,
a,
input,
select,
textarea,
button {
	font-family: "Roboto", "Noto Sans KR", Apple Gothic, arial, helvetica, sans-serif, "맑은 고딕";
}

fieldset,
img,
button {
	border: 0;
}

img,
input,
button {
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

address,
em {
	font-style: 300;
}

ol,
ul {
	list-style: none;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	color: #444444;
}

a:hover,
a:active {
	text-decoration: none;
}

legend {
	position: absolute;
	left: -9999px;
	top: 0;
}

caption {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

button {
	background: none;
	vertical-align: top;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	height: 100px;
}

header h1 {
	position: absolute;
	left: 50px;
	top: 31px;
	font-size: 26px;
	color: #000;
	line-height: 1;
}

header h1.white a {
	color: #fff !important;
}

footer.white .addr span,
footer.white .copy {
	color: #fff !important;
}

footer.white .addr path {
	fill: #fff !important;
}

header h1.nav_white strong,
header h1.nav_white span {
	color: #fff !important;
}

header h1 strong {
	letter-spacing: 9.5px;
	display: block;
	font-weight: 900;
	transition: color 0.8888s;
}

header h1 span {
	letter-spacing: 3.9px;
	display: block;
	font-weight: 300;
	transition: color 0.8888s;
}

header h1 svg {
	position: absolute;
	left: 13px;
	top: -7px;
}

header .nav_btn {
	position: absolute;
	top: 25px;
	right: 36px;
	z-index: 2000;
	cursor: pointer;
	box-sizing: border-box;
}

header .nav_btn div {
	width: 40px;
	/* height: 50px; */
}

header .nav_btn div span {
	height: 2px;
	display: block;
	background: #333;
	margin: 7px;
	transition: all 0.4888s;
	position: relative;
}

header .nav_btn.open div span:nth-child(1) {
	transform: translate(0%, -50%) rotate(-45deg);
	top: 9px;
}

header .nav_btn.open div span:nth-child(2) {
	opacity: 0;
}

header .nav_btn.open div span:nth-child(3) {
	transform: translate(0%, 0%) rotate(45deg);
	top: -9px;
}

header .nav_btn.white div span,
header .nav_btn.nav_white div span {
	background: #fff;
}

nav {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.95);
	top: 0;
	left: 0;
	z-index: 2000;
	display: flex;
	transform: translateY(100%);
	transition: all 0.8888s;
}

nav .info {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	margin-left: 5%;
	margin-top: 10%;
}

nav .info dl dt {
	font-weight: 700;
	font-size: 17px;
	padding-bottom: 5px;
	padding-top: 30px;
	text-transform: uppercase;
}

nav .info dl dd {
	font-size: 15px;
}

nav .info .tel {
	font-size: 17px;
	padding-top: 20px;
}

nav .info .email {
	font-size: 17px;
}

nav ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 55%;
}

nav ul li a {
	font-size: 80px;
	padding: 1% 0;
	color: #fff;
	display: block;
	opacity: 0.5;
	transition: all 0.878787s;
}

nav ul li a:hover,
nav ul li a.active {
	opacity: 1;
}

nav ul li a span {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	vertical-align: top;
}

footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1000;
	height: 100px;
	box-sizing: border-box;
}

footer .addr {
	position: absolute;
	left: 50px;
	bottom: 20px;
	word-break: keep-all;
}

footer .addr span {
	display: block;
	line-height: 1.3;
	font-size: 11px;
	color: #333;
	font-weight: 500;
	transition: color 0.8888s;
}

footer .addr svg path {
	transition: all 0.8888s;
}

footer .copy {
	position: absolute;
	right: 50px;
	bottom: 20px;
	font-size: 11px;
	color: #333;
	font-weight: 500;
	transition: color 0.8888s;
}

#section0 {
	background: #fff;
}

#section0 .inner {
	text-align: center;
	padding: 0 20px;
}

#section0 p {
	/* position: absolute; */
	color: #212121;
}

#section0 .m_t01 {
	font-size: 85px;
	display: flex;
	justify-content: center;
}

#section0 .m_t01 em {
	font-style: normal;
	position: relative;
	display: block;
	transform: translateY(100%);
	opacity: 1;
}

#section0 .m_t01 strong {
	font-weight: 700;
	overflow: hidden;
	position: relative;
	display: block;
	line-height: 1;
}

#section0 .m_t01 span {
	font-weight: 700;
	margin: 0 35px;
	overflow: hidden;
	position: relative;
	line-height: 1;
}

#section0 .m_t02 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -2px;
	overflow: hidden;
	line-height: 1;
	margin-top: 15px;
}

#section0 .m_t02 strong {
	font-weight: 700;
	display: inline-block;
	transform: translateY(-100%);
}

#section0 .m_t02 span {
	display: inline-block;
	transform: translateY(-100%);
}

.s_tit {
	position: absolute;
	left: 50px;
	top: 172px;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	z-index: 1000;
	transform: translateX(-50%);
	opacity: 0;
}

#section1 {
	background: #20232b !important;
}

#section1 .inner {
	text-align: left;
	max-width: 1100px;
	margin: 0 auto 0 20%;
	padding: 0 20px;
}

#section1 .inner .t01 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 11px;
}

#section1 .inner .t01 span>span {
	display: block;
	line-height: 1;
	margin-top: 10px;
	letter-spacing: 0.3px;
	font-size: 82px;
	transform: translateY(100%);
}

#section1 .inner .t02 {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	opacity: 0;
}

#section1 .inner .t02 strong {
	font-weight: 700;
}

#section1 .inner .t03 {
	font-size: 15px;
	color: #d8d8d8;
	margin-top: 30px;
	opacity: 0;
}

#section1 .inner .t03 span {
	display: block;
	margin-bottom: 25px;
}

#section1 .circle {
	position: absolute;
	right: 30%;
	top: -3%;
	opacity: 0.5;
}

#section1 .square {
	position: absolute;
	right: 30%;
	top: 30%;
}

#section2 .inner {
	position: relative;
	max-width: 65%;
	margin: 0 auto;
}

#section2 dl {
	overflow: hidden;
	margin: 0 auto;
	padding: 23px 0;
	position: relative;
	z-index: 1000;
	transform: translateY(30%);
	opacity: 0;
}

#section2 dl dt {
	float: left;
	width: 34%;
	text-align: right;
	font-size: 26px;
	font-weight: 700;
	color: #333;
}

#section2 dl dd {
	float: left;
	text-align: left;
	width: 53%;
	font-size: 20px;
	font-weight: 700;
	padding-left: 13%;
	color: #555;
	letter-spacing: -1px;
	padding-top: 2px;
	box-sizing: border-box;
}

#section2 dl dd span {
	display: block;
}

#section2 dl dd:after {
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	background: #000;
	border: 1px solid;
	border-color: #000;
	position: absolute;
	top: 35px;
	left: 40%;
	z-index: 3000;
	border-radius: 100%;
}

#section2 dl:nth-child(even) dd:after {
	background: #fff;
}

#section2 .line {
	width: 1px;
	background: #888;
	height: 110%;
	position: absolute;
	top: -5%;
	left: calc(40% + 5px);
	transform: translateY(30%);
	opacity: 0;
}

#section2 .s_tit {
	color: #333;
}

#section3 .inner {
	max-width: 1100px;
	margin: 0 auto 0 20%;
	padding: 0 20px;
}

#section3 p span {
	display: block;
	font-size: 33px;
	letter-spacing: -1px;
	word-break: keep-all;
}

#section3 p.txt01 {
	/* 웹킷 브라우저를 위한 속성 (Chrome, Safari 등) */
	/* 표준 속성 */
	color: #000;
	font-weight: 900;
	text-align: left;
	padding-bottom: 25px;
	text-shadow: 0px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 1px 0 #fff;
	letter-spacing: 0px;
	transform: translateY(30%);
	opacity: 0;
}

#section3 p.txt02 {
	color: #fff;
	text-align: left;
	font-weight: 700;
	transform: translateY(30%);
	opacity: 0;
}

#section3 .service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 125px;
}

#section3 .service dl {
	color: #fff;
	opacity: 0;
	transition: all 0.4s;
	transform: translateY(30%);
	opacity: 0;
}

#section3 .service dl.active {
	animation: F_M_L both 0.8s 0.6s;
}

#section3 .service dl dt em {
	display: block;
	padding-bottom: 25px;
	height: 60px;
}

#section3 .service dl dt strong {
	display: block;
	font-size: 27px;
	font-weight: 700;
}

#section3 .service dl dt span {
	display: block;
	font-size: 22px;
	font-weight: 700;
}

#section3 .service dl dd {
	padding-top: 20px;
}

#section3 .service dl dd ul li {
	font-size: 17px;
	padding-bottom: 6px;
}

#section4 {
	background: #f5f5f5;
}

#section4 .inner {
	max-width: 860px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#section4 .s_tit {
	color: #333;
}

#section4 .txt_wrap {
	padding-top: 60px;
}

#section4 .txt_wrap p {
	color: #333;
	text-align: left;
}

#section4 .txt_wrap p.txt01 {
	font-size: 33px;
	font-weight: 900;
	transform: translateY(30%);
	opacity: 0;
}

#section4 .txt_wrap p.txt02 {
	font-size: 14px;
	color: #555;
	font-weight: 500;
	letter-spacing: -0.3px;
	padding: 15px 0;
	transform: translateY(30%);
	opacity: 0;
}

#section4 .form_area {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}

#section4 .form_area .input_wrap {
	width: 50%;
	padding-bottom: 35px;
	box-sizing: border-box;
	transform: translateY(30%);
	opacity: 0;
}

#section4 .form_area .input_wrap .selector {
	cursor: pointer;
}

#section4 .form_area .input_wrap .list {
	position: absolute;
	top: 29px;
	left: 0;
	width: calc(100% - 10px);
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 6px 13px;
	display: none;
}

#section4 .form_area .input_wrap .list li {
	padding: 6px 10px;
	/* color: #fff; */
	cursor: pointer;
}

#section4 .form_area .input_wrap .list li:hover {
	background: #ffea31;
	color: #111;
	font-weight: 700;
}

#section4 .form_area .input_wrap:nth-child(even) {
	padding-left: 10px;
}

#section4 .form_area .input_wrap:nth-child(odd) {
	padding-right: 10px;
}

#section4 .form_area .input_wrap_full {
	width: 100%;
	transform: translateY(30%);
	opacity: 0;
}

#section4 .form_area .input_wrap_full textarea {
	width: 100%;
	border: 1px solid #d3d3d3;
	padding: 10px;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	font-family: "Roboto", "Noto Sans KR", Apple Gothic, arial, helvetica, sans-serif, "맑은 고딕";
	height: 130px;
	box-sizing: border-box;
	border-radius: 5px;
}

#section4 .form_area label {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
	letter-spacing: -1px;
	cursor: pointer;
}

#section4 .form_area label .req {
	color: #fee102;
	margin-left: 3px;
	font-weight: 900;
}

#section4 .form_area .input_wrap input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	padding: 0 3%;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	box-sizing: border-box;
}

#section4 .form_area .btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding-top: 15px;
	transform: translateY(30%);
	opacity: 0;
}

#section4 .form_area .btn_area label {
	padding: 0;
}

#section4 .form_area .btn_area label input {
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin-right: 8px;
}

#section4 .form_area .btn_area label strong {
	vertical-align: middle;
}

#section4 .form_area .btn_area label span {
	vertical-align: middle;
	font-weight: 500;
}

#section4 .form_area .btn_area .btn_apply {
	background: #fee102;
	border-radius: 8px;
	font-size: 14px;
	width: 60px;
	height: 38px;
	font-weight: 700;
	color: #333;
}

::placeholder {
	color: #999;
	font-weight: 500;
	font-size: 16px;
}

.hidden_block {
	overflow: hidden;
	display: block;
}

#fp-nav ul,
#fp-nav ul:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #737373;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	opacity: 0.5;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 17px 10px;
}

#fp-nav ul li:nth-child(even) div.fp-tooltip {
	color: #fff;
}

#fp-nav ul li a,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
	background: #fee102;
}

#fp-nav ul li a.active+.fp-tooltip {
	display: block;
	opacity: 1;
	width: auto;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #a9a9a9;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 12px;
	height: 12px;
	margin: -6px 0px 0px -6px;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav ul li .fp-tooltip.right {
	color: #333;
	font-weight: 700;
	font-size: 15px;
}

/*** Animation ***/
@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes F_T {
	0% {
		transform: translateY(30%);
		opacity: 0;
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes M_L {
	0% {
		transform: translateX(-100%);
		opacity: 1;
	}

	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes F_M_L {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}

	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes M_T {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0%);
	}
}

@keyframes M_B {
	0% {
		transform: translateY(-100%);
		opacity: 1;
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

.fp-completely .s_tit {
	animation: F_M_L both 1.77777s 0.388888s;
}

#section0 .in_t01,
#section0 .in_t02,
#section0 .in_t03 {
	transition: all 0.8888s;
}

#section0.fp-completely .in_t01 {
	animation: M_T both 1.77777s 0.388888s;
}

#section0.fp-completely .in_t02 {
	animation: M_T both 1.77777s 0.488888s;
}

#section0.fp-completely .in_t03 {
	animation: M_T both 1.77777s 0.588888s;
}

#section0.fp-completely .m_t02 strong,
#section0.fp-completely .m_t02 span {
	animation: M_B both 1.77777s 1.388888s;
}

#section1.fp-completely .t01_1,
#section1.fp-completely .t01_2 {
	animation: M_T both 1.77777s 0.988888s;
}

#section1.fp-completely .t02 {
	animation: fade both 1.77777s 1.98888s;
}

#section1.fp-completely .t03 {
	animation: fade both 1.77777s 2.23333333s;
}

#section2.fp-completely .line {
	animation: F_T both 1.777777s 0.5s;
}

#section2.fp-completely dl {
	animation: F_T both 1.777777s;
}

#section2.fp-completely dl:nth-child(1) {
	animation-delay: 1.4s;
}

#section2.fp-completely dl:nth-child(2) {
	animation-delay: 1.5s;
}

#section2.fp-completely dl:nth-child(3) {
	animation-delay: 1.6s;
}

#section2.fp-completely dl:nth-child(4) {
	animation-delay: 1.7s;
}

#section2.fp-completely dl:nth-child(5) {
	animation-delay: 1.8s;
}

#section2.fp-completely dl:nth-child(6) {
	animation-delay: 1.9s;
}

#section2.fp-completely dl:nth-child(7) {
	animation-delay: 2s;
}

#section2.fp-completely dl:nth-child(8) {
	animation-delay: 2.1s;
}

#section3.fp-completely .txt01 {
	animation: F_T both 1.77777s 0.8s;
}

#section3.fp-completely .txt02 {
	animation: F_T both 1.77777s 1.2s;
}

#section3.fp-completely .service dl {
	animation: F_T both 1.77777s;
}

#section3.fp-completely .service dl:nth-child(1) {
	animation-delay: 1.6s;
}

#section3.fp-completely .service dl:nth-child(2) {
	animation-delay: 1.8s;
}

#section3.fp-completely .service dl:nth-child(3) {
	animation-delay: 2s;
}

#section3.fp-completely .service dl:nth-child(4) {
	animation-delay: 2.2s;
}

#section4.fp-completely .txt01 {
	animation: F_T both 1.17777s 0.8s;
}

#section4.fp-completely .txt02 {
	animation: F_T both 1.17777s 1.2s;
}

#section4.fp-completely .input_wrap {
	animation: F_T both 1.17777s;
}

#section4.fp-completely .input_wrap:nth-child(1) {
	animation-delay: 1.6s;
}

#section4.fp-completely .input_wrap:nth-child(2) {
	animation-delay: 1.8s;
}

#section4.fp-completely .input_wrap:nth-child(3) {
	animation-delay: 2s;
}

#section4.fp-completely .input_wrap:nth-child(4) {
	animation-delay: 2.2s;
}

#section4.fp-completely .input_wrap:nth-child(5) {
	animation-delay: 2.4s;
}

#section4.fp-completely .input_wrap:nth-child(6) {
	animation-delay: 2.6s;
}

#section4.fp-completely .input_wrap_full {
	animation: F_T both 1.17777s 2.8s;
}

#section4.fp-completely .btn_area {
	animation: F_T both 1.77777s 3.5s;
}

#nav.open {
	animation: F_T both 0.44444s 0.1s;
}

@media (max-width: 1000px) {
	body .section .inner {
		box-sizing: border-box;
		padding: 160px 20px 0 !important;
	}

	.fp-section.fp-table,
	.fp-slide.fp-table {
		display: block;
	}

	.fp-tableCell {
		display: block;
	}

	header h1 {
		left: 20px;
		top: 25px;
	}

	header h1 strong {
		display: inline-block;
		font-size: 20px;
		letter-spacing: 2px;
	}

	header h1 span {
		display: inline-block;
		font-size: 20px;
		letter-spacing: 2px;
	}

	header .nav_btn {
		right: 20px;
	}

	nav .info {
		display: none;
	}

	nav ul {
		width: 100%;
	}

	nav ul li a {
		font-size: 45px;
		padding: 3% 8%;
	}

	.s_tit {
		left: 20px;
		top: 95px;
		font-size: 25px;
	}

	footer {
		height: auto;
		padding-bottom: 10px;
	}

	footer .addr {
		position: static;
		padding-left: 20px;
	}

	footer .copy {
		position: static;
		padding: 5px 0 0 20px;
	}

	#section0 .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 !important;
		height: 100%;
	}

	#section0 .m_t01 {
		font-size: 60px;
	}

	#section0 .m_t01 span {
		margin: 0 15px;
	}

	#section0 .m_t02 {
		font-size: 28px;
	}

	#section1 .inner {
		margin: 0 auto;
	}

	#section1 .inner .t01 span>span {
		font-size: 47px;
	}

	#section1 .inner .t02 {
		font-size: 25px;
	}

	#section1 .inner .t03 {
		font-size: 14px;
	}

	#section2 .inner {
		max-width: 100%;
	}

	#section2 dl {
		padding: 15px 0px;
	}

	#section2 dl dt {
		text-align: left;
		font-size: 22px;
		/* width: 100%; */
		letter-spacing: -0.5px;
		font-weight: 900;
	}

	#section2 dl dd {
		font-size: 17px;
		width: 66%;
		padding: 0;
		letter-spacing: -0.5px;
	}

	#section2 dl dd:after {
		display: none;
	}

	#section2 .line {
		display: none;
	}

	#section3 .inner {
		margin: 0 auto;
	}

	#section3 p span {
		font-size: 18px;
	}

	#section3 .service {
		padding-top: 50px;
	}

	#section3 .service dl {
		width: 50%;
		margin-bottom: 35px;
	}

	#section3 .service dl dt em {
		display: none;
	}

	#section3 .service dl dt strong {
		font-size: 14px;
	}

	#section3 .service dl dd {
		padding-top: 10px;
	}

	#section3 .service dl dd ul li {
		font-size: 13px;
		padding-bottom: 3px;
	}

	#section4 .txt_wrap {
		padding: 0;
	}

	#section4 .txt_wrap p.txt01 {
		font-size: 20px;
	}

	#section4 .txt_wrap p.txt02 {
		font-size: 13px;
		padding-top: 5px;
	}

	#section4 .form_area .input_wrap {
		padding-bottom: 20px;
	}

	#section4 .form_area .input_wrap_full textarea {
		height: 90px;
	}

	#section4 .form_area .input_wrap input[type="text"] {
		height: 40px;
	}
}