
#top-btn:hover { opacity: 0.9; } 
#top-btn {
	position: fixed;
	right: 50px;
	bottom: 40px;
	color: #fff; 
	background-color: #2c6ec6; 
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	text-decoration: none; 
	cursor: default;
	z-index: 1;
}

a.bookmark { position: relative; top: -72px; }

.btn-contact:hover { text-decoration: none; opacity: 0.85; } 
.btn-contact:active { color: #fff; } 
.btn-contact {
	background: #3366FF; 
	color: #fff; 
	display: inline-block;
	min-width: 400px;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 120px;
	border: 0;
	border-radius: 10px;
	position: relative; 
}
button.btn-contact { padding: 0px 120px; height: 62px; font-size: 20px; font-weight: 500; }

.btn-contact.ico-click { padding: 20px 140px 20px 80px; }
.btn-contact.ico-click:after {
	content: '';
	background: url(/img/main/icons.png) no-repeat -18px -15px;
	width: 70px;
	height: 20px;	
	position: absolute;
	right: 10px; 
}
button.btn-contact.ico-click { padding: 0 140px 0 80px; } 
button.btn-contact.ico-click:after { margin-top: 1px; }
.btn-contact + p { 
	color: #666; 
	margin-top: 15px;
	font-size: 18px; 
}

#main-page {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	width: 100vw;
	height: 100vh;
}

#main-page .header {
	display: flex;
	flex-direction: column; 
	align-items: center; 
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 100;
	background: #ffffff; 
	box-shadow: 0px 1px 1px #f3f3f3;
}
#main-page .contents { 
	margin-top: 70px; 
	width: 100vw; 
	height: calc(100vh - 70px); 
	overflow-y: auto;
	scroll-behavior: smooth;
}
#main-page nav { 
	width: 100%; 
	display: flex; 
	justify-content: center;
	scroll-behavior: smooth;
}
#main-page nav menu { 
	position: relative; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main-page nav menu > a.active,
#main-page nav menu > a.click { color: #3366FF; }
#main-page nav menu > a { 
	display: inline-block;
	font-family:  "A고딕14";
	font-size:  18px;
	color: #222;
	padding: 24px 15px;
}
#main-page nav menu > a:hover { 
	text-decoration: none;
	color: #3366FF; 
}
#main-page nav menu > a.contact:hover { opacity: 0.9; text-decoration: none; }
#main-page nav menu > a.contact { 
	color: #fff; 
	background: #3366FF; 
	margin-left: 25px; 
	padding: 10px 20px;
	border-radius: 5px; 
	font-size: 16px; 
}

#main-page nav menu > a.eyes {
	background: url(/img/main/eyes.png) no-repeat;
	background-size: contain;
	width: 48px;
	position: absolute; 
	top: 22px;
	left: -70px;
}

section { 
	position: relative; 
	display: flex;
	flex-direction: column; 
	align-items: center; 
	padding: 80px 0 100px 0;
}

section > .page { max-width: 1920px; z-index: 1; } 

section.main { background-color: #F6F6F6; }
section.main > .page { height: 800px; }
section.main:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(/img/main/bg01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
	height: 800px;
}

section > .page h1,
section > .page h2,
section > .page h3,
section > .page h4 {
	display: flex;
	justify-content: center;
    text-align: center;
	color: #333; 	
}

section > .page h1.off { opacity: 0.1; top: 20px; }
section > .page h1 { 
	color: #333333; 
	font-weight: 800;
	font-size: 40px; 
	line-height: 56px;
	top: 0px;
	margin-bottom: 30px;
	opacity: 1;
	transition: 1s;
}

section > .page h2 { 
	color: #777; 
	font-weight: 500;
	font-size: 22px; 
	line-height: 36px;
	margin-bottom: 50px;
}
section > .page h3 { 
	color: #3366ff; 
	font-weight: 600;
	font-size: 20px; 
	line-height: 50px;
	margin-bottom: 5px;
}

section > .page > div { text-align: center; }
section > .page div.cont { margin-bottom: 70px; }
section > .page div.cont > ul { width: 600px; }

#main-page section.section-01 { background-color: #fff; }
#main-page section.section-02 { background-color: #ECF2FC; }

#main-page section.section-04 { background-color: #F3F3F4; height: 930px; }
#main-page section.section-04:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(/img/main/bg04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0px;
	width: 100%;
	height: 930px;
}

#main-page section.section-05 { background-color: #F6F6F6;  }

#main-page section.section-06 { }
#main-page section.section-07 h1 { color: #fff; }
#main-page section.section-07 h2 { color: #ddd; }
#main-page section.section-07 { background-color: #012C57; height: 1015px; }
#main-page section.section-07:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(/img/main/bg06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0px;
	width: 100%;
	height: 1015px;
}

#main-page section.section-09 { background-color: #ECF2FC; }


#main-page .footer { 
	display: flex; 
	justify-content: center; 
	align-items: center;
	padding: 40px 0 50px 0;
	box-shadow: 0px -1px 5px #ddd;
	font-size: 18px; 
}

#main-page .footer span.sep { 
	font-size: 12px; 
	color: #ccc; 
	margin: 0 8px; 
	position: relative;
	top: -1px;	
}

#main-page .footer .logo { padding-right: 70px; }
#main-page .footer .info { margin-top: 20px; }
#main-page .footer .info li { padding-bottom: 5px; }
#main-page .footer .copyright { 
	margin-top: 10px; 
	font-size: 16px; 
	color: #555; 
}

.contact section {  } 
.contact .page .cont { 
	display: flex; 
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px; 
}

.contact form { width: 1000px; } 
.contact form li { margin-bottom: 25px; } 
.contact form li > label { display: block; text-align: left; margin-bottom: 5px; color: #3366ff; font-weight: 600; } 
.contact form label[for=biz-license] { display: block; }
.contact form .flat-button { height: 50px; }
.contact form .input-box { border: solid 1px #ccc; border-radius: 5px; overflow: hidden; } 
.contact form .input-box input[readonly] { background: #fff; }
.contact form .input-box input { 
	width: 100%; 
	height: 50px; 
	border: 0; 
	border-radius: 5px;
	font-size: 18px; 
} 
.contact form select { 
	width: 100%; 
	height: 50px; 
	border-radius: 5px;
	font-size: 18px; 
	padding-left: 11px;
} 
.contact form select { background: url('/img/select-arrow.png') no-repeat calc(100% - 12px) 50%; }
.contact form .input-box .flat-button { margin-right: 10px; border-radius: 3px; } 
.contact form .interest { 
	width: 1500px; 
	display: flex; 
	flex-direction: column; 
    align-items: center;
}

.contact form .interest > div { 
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;
}
.contact form .interest > div > label:before {
	display: none; 
}
.contact form .interest > div > input[type=checkbox]:checked+label { 
	border: solid 1px #3BAFDA;
	background-color: #3BAFDA;
	color: #fff; 
}
.contact form .interest > div > label:hover { border: solid 1px #ccc; background: #f7f7f7; }
.contact form .interest > div > label { 
	border: solid 1px #ccc;
	border-radius: 5px; 
	width: 270px;
	height: 80px;
	margin: 10px;
	font-size: 18px;
	line-height: 24px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center; 
	cursor: pointer; 
}

.contact form .interest > label { 
	margin-bottom: 18px;  
	display: block; text-align: left; margin-bottom: 15px; color: #3366ff; font-weight: 600; 
} 

.contact form textarea[name^=interest] { 
	width: 849px; 
	resize: vertical; 
	padding: 10px 15px; 
	margin-top: 15px; 
	font-size: 18px;
	border-radius: 5px; 
}
