:root {
	--transition-basic:all .4s ease-out;
	--transition-basic2:all .3s ease;
}

/* Rest */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #000;
	font-family: "Pretendard Variable", 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;
	font-size: 62.5% !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color : transparent !important;
	animation:entry .3s ease forwards;
  opacity: 0;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	font-size: 1.6rem;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

button {
	font-family: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	color: inherit;
	-webkit-appearance: none;
	background: none;
}

select {
	outline: none;
	border: 1px solid transparent;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent;
}

:focus {
	outline: none;
}

::placeholder {
	color:#737373;
}

em, i {
	font-style: normal;
}

@-webkit-keyframes entry {
	to{opacity: 1;}
}

@keyframes entry {
	to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Hidden */
.hidden {
	overflow: hidden;
}


/* Blind */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}


/* Break Point */
.lg {
	display: block;
}

.mx-sm {
	display: none;
}

.mx-xs {
	display: none;
}

@media screen and (max-width:1200px) {
	.lg {
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.md {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.mx-sm {
		display:block;
	}
}
@media screen and (max-width:576px) {
	.mx-xs {
		display: block;
	}
}


/* Block */
.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:768px) {
	.d-sm-block {
		display: block;
	}
}
@media screen and (max-width:576px) {
	
}


/* Flex */
.d-flex {
	display: flex;
}

@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:576px) {
	
}


/* Flex Wrap */
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.flex-md-wrap {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}



/* Justify Content */
.justify-between {
	justify-content: space-between;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}



/* Align Item */
.align-items {
	align-items: center;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Background Color */
.bg-lightblue9 {
	background-color: #95c0e5;
}

.bg-lightblue7 {
	background-color: #77a6d8;
}

.bg-blue {
	background-color: #3e82c4;
}

.bg-darkblue {
	background-color:#122b5f;
}


/* Wrap */
.wrap--sub {
	padding-top:100px;
}


@media screen and (max-width:1200px) {
	.wrap--sub {
		padding-top:70px;
	}
}


/* Container */
.container {
	max-width:1440px;
	width:95%;
	margin:0 auto;
}

.container-w1280 {
	max-width:1280px;
}


/* Main */
#main {
	min-height: calc(100vh - 450px);
	overflow: hidden;
}


/* Header */
#header {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:50;
	background-color: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}

#header .h-container {
	max-width: 1760px;
	width:95%;
	margin:0 auto;
}

#header .h-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .h_logo {
	width:232px;
	height:48px;
}

#header .h_logo a {
	display: block;
	width: 100%;
	height:100%;
	background: url('../img/common/header_logo.png') no-repeat center;
}

#header .h_menu {
	display: flex;
}

#header .h_menu__list {
	position: relative;
	padding:0px 40px;	
}

#header .h_menu__link {
	display: flex;
	align-items: center;
	height:100px;
	font-family: "Geologica", sans-serif;
	font-size:1.9rem;
	font-weight:500;
}

#header .h_submenu {
	position: absolute;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	min-width:240px;
	width: 100%;
	padding:30px 0px;
	visibility: hidden;
	text-align: center;
}

#header .h_submenu::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:0;
	background-color: #2778be;
	transition: all .3s cubic-bezier(0.4, 0, 1, 1);
	z-index:-1;
}

#header .h_submenu li {
	margin-top:20px;
	font-size: 1.7rem;
	color:#fff;
	opacity:0;
	transition:all 0s 0s;
}

#header .h_submenu li:first-child {
	margin-top:0px;
}

#header .h-nav {
	display: none;
}

#header .nav_menu__link {
	display: block;
	position: relative;
	height:auto;
	padding:15px 0px;
	border-bottom: 1px solid #e3e3e3;
	font-size:1.7rem;
	line-height: 1;
}

#header .nav_menu__toggle::before,
#header .nav_menu__toggle::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right:0px;
	width: 10px;
	margin-top: -1px;
	background-color: #000;
	height: 2px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition:var(--transition-basic);
	transition:var(--transition-basic);
}



#header .nav_menu__toggle::before {
	z-index: 2;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
}

#header .nav_menu__toggle.on {
	color:#122b5f;
}

#header .nav_menu__toggle.on::before,
#header .nav_menu__toggle.on::after {
	background-color:#122b5f;
}

#header .nav_menu__toggle.on::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#header .nav_menu__toggle.on::after {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header .h_mobile {
	display: none;
	position: absolute;
	top:0;
  right:0;
  width: 70px;
  height: 70px;
  z-index: 100000;
}

#header .h_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  content: '';
  position: absolute;
}

#header .h_mobile__btn span,
#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
	margin-top: 0;
	background-color: #000;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
	margin-top: 0;
	background-color: #000;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s;
}


@media screen and (min-width:1201px) {
	#header .h_menu__list:hover .h_submenu {
		visibility: visible;
	}

	#header .h_menu__list:hover .h_submenu::after {
		height: 100%;
	}

	#header .h_menu__list:hover .h_submenu li {
		opacity: 1;
		transition:all .6s ease;
	}

	#header .h_menu__list:hover .h_submenu li:nth-child(1){transition-delay:0.1s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(2){transition-delay:0.2s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(3){transition-delay:0.3s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(4){transition-delay:0.4s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(5){transition-delay:0.5s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(6){transition-delay:0.6s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(7){transition-delay:0.7s;}
	#header .h_menu__list:hover .h_submenu li:nth-child(8){transition-delay:0.8s;}
}
@media screen and (max-width:1200px) {
	#header {
		height:70px;
	}

	#header .h-container {
		width: 100%;
	}

	#header .h_logo {
		position: absolute;
		top:18px;
		left:20px;
		width:166px;
		height:34px;
		z-index:200;
	}

	#header .h_logo a {
		background-size:auto 34px;
	}

	#header .h_main {
		display: none;
	}

	#header .h-nav {
		display: block;
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding:90px 20px;
		background-color: #fff;
		transition: var(--transition-basic);
		overflow-y:auto;
		opacity:0;
		visibility: hidden;
		z-index:100;
	}

	#header .nav_submenu {
		display: block;
		height:auto;
		max-height: 0px;
		overflow: hidden;
		visibility: visible;
		transition: all .4s ease;
	}

	#header .nav_submenu li {
		padding-top:15px;
		margin: 0px;
		opacity: 1;
		font-size:1.5rem;
		color:#000;
	}

	#header .h_mobile {
		display: block;
	}

	#header[data-header-mobile = "on"] .h-nav {
		opacity: 1;
		visibility: visible;
	}

	#header .nav_menu__toggle.on + .nav_submenu {
		max-height:250px;
		margin:0px 0px 24px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	#header .h_menu__link {
		font-size:1.6rem;
	}

	#header .h_submenu li {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:576px) {
	#header .h_menu__link {
		font-size:1.4rem;
	}

	#header .h_submenu li {
		font-size: 1.2rem;
	}
}


/* Footer */
#footer {
	position: relative;
	background: url('../img/common/footer_bak.png') no-repeat center / cover;
}

#footer .f-scroll {
	position: absolute;
	top:-48px;
	left:50%;
	transform: translateX(-50%);
	width: 96px;
	height:96px;
	border-radius:50%;
	background-color: #122b5f;
	z-index: 30;
	overflow: hidden;
}

#footer .f-scroll-btn {
	display:block;
	width: 100%;
	height:100%;
	background: url('../img/common/footer_scroll.png') no-repeat center;
	transition: var(--transition-basic);
}

#footer .f-container {
	max-width:1440px;
	width: 95%;
	margin:0 auto;
}

#footer .f-top {
	padding:80px 0px 30px;
}

#footer .f-btm {
	position: relative;
	padding:30px 0px;
	z-index:5;
}

#footer .f-btm::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	max-width:1600px;
	width: 100%;
	height: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: #122b5f;
	z-index:-1;
}

#footer .f_link span {
	vertical-align:top;
	width: 375px;
	height:36px;
	margin-right:20px;
	background: url('../img/common/footer_logo.png') no-repeat center;
}

#footer .f_link a {
	display: inline-flex;
	align-items: center;
	font-size:3.5rem;
	line-height: 1;
}

#footer .f_link a::after {
	content: "";
	display: inline-block;
	width:30px;
	height:26px;
	margin-left:10px;
	background: url('../img/common/footer_link.png') no-repeat center;
	transition: var(--transition-basic);
}

#footer .f_txt {
	font-size:3.5rem;
	line-height:1.4;
	margin:60px 0px 80px;
}

#footer .f_info li {
	display: inline-block;
	font-size:1.5rem;
}

#footer .f_info li:not(:last-child) {
	padding-right:50px;
}

#footer .f_copy,
#footer .f_mem {
	font-size:1.5rem;
	font-weight:700;
	color:#fff;
}

@media screen and (min-width:1201px){
	#footer .f-scroll:hover .f-scroll-btn {
		transform: translateY(-6px);
	}

	#footer .f_link a:hover::after {
		transform: translateX(6px);
	}
}
@media screen and (max-width:1200px) {
	#footer .f-scroll {
		top:-38px;
		width:76px;
		height:76px;
	}

	#footer .f-scroll-btn {
		background-size: auto 26px;
	}

	#footer .f_link span {
		width: 335px;
		height:32px;
		background-size: auto 32px;
	}

	#footer .f_link a {
		font-size:3.1rem;
	}

	#footer .f_link a::after {
		height:24px;
		background-size:auto 24px;
	}

	#footer .f_txt {
		font-size:3.1rem;
	}

	#footer .f_info li {
		font-size:1.3rem;
	}

	#footer .f_copy, #footer .f_mem {
		font-size:1.3rem;
	}
}
@media screen and (max-width:1024px) {
	#footer .f-top {
		padding: 60px 0px 20px;
	}

	#footer .f-btm {
		padding: 20px 0px;
	}

	#footer .f-btm::before {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	#footer .f_link span {
		margin-right:16px;
	}

	#footer .f_link a::after {
		margin-left:6px;
	}

	#footer .f_txt {
		margin:40px 0px 60px;
	}

	#footer .f_info li:not(:last-child) {
		padding-right:36px;
	}
}
@media screen and (max-width:768px) {
	#footer .f-scroll {
		top:-28px;
		width: 56px;
		height:56px;
	}

	#footer .f-scroll-btn {
		background-size: auto 22px;
	}

	#footer .f_link span {
		width: 272px;
		height:26px;
		background-size: auto 26px;
		margin-right:0px;
		margin-bottom:16px;
	}

	#footer .f_link a {
		font-size:2.8rem;
	}

	#footer .f_link a::after {
		width:24px;
		height:20px;
		background-size: auto 20px;
	}

	#footer .f_txt {
		font-size:2.8rem;
	}

	#footer .f_info li {
		display: block;
		font-size:1.2rem;
	}

	#footer .f_info li:not(:last-child) {
		padding-right:0px;
		padding-bottom:6px;
	}

	#footer .f_copy, #footer .f_mem {
		font-size:1.2rem;
	}
}
@media screen and (max-width:576px) {
	#footer .f-scroll {
		top:-22px;
		width:44px;
		height:44px;
	}

	#footer .f-scroll-btn {
		background-size: auto 16px;
	}

	#footer .f-top {
		padding:40px 0px 16px;
	}

	#footer .f-btm {
		padding:16px 0px;
	}

	#footer .f-btm::before {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	#footer .f_link span {
		width: 230px;
		height:22px;
		background-size: auto 22px;
		margin-bottom:6px;
	}

	#footer .f_link a {
		font-size:2.4rem;
	}

	#footer .f_link a::after {
		width:24px;
		height:16px;
		background-size: auto 16px;
		margin-left:4px;
	}

	#footer .f_txt {
		font-size:2.4rem;
		margin:28px 0px 40px;
	}

	#footer .f_info li {
		font-size:1rem;
	}

	#footer .f_info li:not(:last-child)  {
		padding-bottom:4px;
	}

	#footer .f_copy, #footer .f_mem {
		font-size:1rem;
	}
}