/* Rest */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #191919;
	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-repeat: no-repeat;
	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;
}

.sm {
	display: block;
}

.xs {
	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) {
	.sm {
		display: none;
	}

	.mx-sm {
		display:block;
	}
}
@media screen and (max-width:576px) {
	.xs {
		display: none;
	}

	.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) {

}


/* Position */
.ps-relative {
	position: relative;
}


/* Background */
.bg-b3b3b3 {
	background-color: #E6EBF0;
}

.bg-f2f5f7 {
	background-color: #F2F5F7;
}


/* Wrap */
.wrap--sub {
	padding-top: 90px;	
}

@media screen and (max-width:1200px) {
	.wrap {
		padding-top: 60px;
	}

	.wrap--sub {
	
	}
}


/* Container */
.container {
	max-width:1500px;
	width:95%;
	margin:0 auto;
}

.container-w1760 {
	max-width:1760px;
}


/* Main */
#main {
	min-height: calc(100vh - 200px);
	overflow: hidden;
}


/* Header Theme */
#header[data-header-theme = "white"] {
	background-color: #fff;
}

#header[data-header-theme = "white"]::after {
	content: "";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 1px;
	background-color: #D8D8D8;
}

#header[data-header-theme = "white"] .h_logo a {
	background-image: url('/asset/img/common/header_logo_b.svg');
}

#header[data-header-theme = "white"] .h_menu__link {
	color:#191919;
}

#header[data-header-theme = "white"] .h_global__btn {
  background-image: url('/asset/img/common/header_global_b.svg');
}



/* Header */
#header {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index:50;
}

#header .h-con {
  max-width:1500px;
  width: 95%;
  margin:0 auto;
}

#header .h-inner {
  display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}

#header .h_logo {
	position: absolute;
	top:27px;
	left: 0;
  width: 180px;
  height:37px;
	z-index:150;
}

#header .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/asset/img/common/header_logo_w.svg') no-repeat center;
}

#header .h_menu {
  display: flex;
}

#header .h_menu__li {
	position: relative;
}

#header .h_menu__link {
  display: block;
  margin:0px 40px;
  padding: 36px 0px;
  font-size: 1.8rem;
  font-weight:700;
  line-height: 1;
  color:#fff;
}

#header .h_submenu {
  position: absolute;
	top:70px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	visibility: hidden;
	z-index: 5;
}

#header .h_submenu::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:0;
	background-color: #fff;
	border:1px solid #D8D8D8;
	border-radius:10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	z-index:-1;
}

#header .h_submenu li {
	margin-top:15px;
	opacity:0;
	transition:all 0s 0s;
}

#header .h_submenu li:first-child {
	margin-top:0px;
}

#header .h_submenu a {
	font-size: 1.6rem;
}

#header .h_global {
  position: absolute;
	top:36px;
	right: 0;
}

#header .h_global__btn {
  display: block;
  width: 18px;
  height:18px;
  background: url('/asset/img/common/header_global_w.svg') no-repeat center;
}

#header .h_global ul {
	position: absolute;
	top:30px;
	left:50%;
	transform: translateX(-50%);
	padding: 10px 20px;
  background-color: #fff;
	border:1px solid #D8D8D8;
	border-radius:10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	z-index: 5;
}

#header .h_global li:not(:last-child) {
	margin-bottom:6px;
}

#header .h_global a {
	font-size: 1.6rem;
}

#header .h_global.on ul {
	opacity: 1;
	visibility: visible;
}

#header .h_mobile {
	display: none;
	position: absolute;
	top:0;
  right:0;
  width: 60px;
  height: 60px;
  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: #191919;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
	margin-top: 0;
	background-color: #191919;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s;
}

#header .h-nav {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding:90px 20px;
	background-color: #fff;
	transition: all .4s ease-out;
	overflow-y:auto;
	opacity:0;
	visibility: hidden;
	z-index:100;
}

#header .nav_menu__link {
	display: block;
	position: relative;
	height:auto;
	padding:15px 0px;
	border-bottom: 1px solid #e3e3e3;
	font-size:1.6rem;
	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: #191919;
	height: 2px;
	transform-origin: 50% 50%;
	transition:all .4s ease-out;
}

#header .nav_menu__toggle::before {
	z-index: 2;
	transform: rotate(-90deg);
	opacity: 1;
}

#header .nav_menu__toggle.on {
	color:#003763;
}

#header .nav_menu__toggle.on::before,
#header .nav_menu__toggle.on::after {
	background-color:#003763;
}

#header .nav_menu__toggle.on::before {
	transform: rotate(0deg);
}

#header .nav_menu__toggle.on::after {
	opacity: 0;
	transform: rotate(180deg);
}

#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;
	font-size:1.4rem;
}

@media screen and (min-width:1201px) {
	#header .h_menu__li:hover .h_submenu {
		visibility: visible;
	}

	#header .h_menu__li:hover .h_submenu::after {
		height: 100%;
	}

	#header .h_menu__li:hover .h_submenu li {
		opacity: 1;
		transition:all 0.8s ease;
	}

	#header .h_menu__li:hover .h_submenu li:nth-child(1){transition-delay:0.2s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(2){transition-delay:0.3s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(3){transition-delay:0.4s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(4){transition-delay:0.5s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(5){transition-delay:0.6s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(6){transition-delay:0.7s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(7){transition-delay:0.8s;}
	#header .h_menu__li:hover .h_submenu li:nth-child(8){transition-delay:0.9s;}
}
@media screen and (max-width:1200px) {
	#header {
		position: fixed;
		width: 100%;
		height:60px;
		background-color: #fff;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	}

	#header .h-con {
		width: 100%;
	}

	#header .h_logo {
		top:18px;
		left: 20px;
		width: 140px;
		height: 28px;
	}

	#header .h_logo a {
		background-size: auto 28px;
		background-image: url('/asset/img/common/header_logo_b.svg');
	}

	#header .h_main {
		display: none;
	}

	#header .h_global {
		top:22px;
		right: 70px;
	}

	#header .h_mobile {
		display: block;
	}

	#header .h-nav {
		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) {

}
@media screen and (max-width:576px) {

}


/* Footer */
#footer {
	padding: 46px 0px;
	background-color: #F2F5F7;
}

#footer .f-con {
	max-width:1500px;
	width:95%;
	margin:0 auto;
}

#footer .f-inner {
	position: relative;
	padding-left: 310px;
}

#footer .f_logo {
	position: absolute;
	top:0;
	left:0;
	width: 230px;
	height:54px;
	background: url('/asset/img/common/footer_logo.svg') no-repeat center;
}

#footer .f_info {
	font-size: 0px;
	margin:-2px -15px 8px;
}

#footer .f_info li {
	position: relative;
	display: inline-block;
	padding:2px 15px;
	font-size: 1.6rem;
	color:#3D3D3D;
}

#footer .f_info li:not(:last-child)::after {
	content: "";
	display: inline-block;
	position:absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%);
	width: 1px;
	height: 17px;
	background-color: #3d3d3d;
}

#footer .f_copy {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D4D4D4;
	font-size: 1.6rem;
	color:#3D3D3D;
}

#footer .f_mem li {
	font-size: 1.6rem;
	font-weight: 600;
	color:#3D3D3D;
}

@media screen and (max-width:1200px) {
	#footer .f-inner {
		padding-left: 280px;
	}

	#footer .f_info li  {
		font-size: 1.4rem;
	}

	#footer .f_info li:not(:last-child)::after {
		height:12px;
	}

	#footer .f_copy {
		font-size: 1.4rem;
	}

	#footer .f_mem li {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:1024px) {
	#footer .f-inner {
		padding: 0px;
	}

	#footer .f_logo {
		position: relative;
		top:unset;
		left: unset;
		width: 186px;
		height: 44px;
		margin-bottom: 20px;
		background-size: auto 44px;
	}

	#footer .f_copy {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width:768px) {
	#footer {
		padding: 40px 0px;
	}

	#footer .f_logo {
		margin: 0 auto 20px;
	}

	#footer .f_info {
		text-align: center;
	}

	#footer .f_info li {
		display: block;
		font-size: 1.3rem;
	}

	#footer .f_info li:not(:last-child)::after {
		display: none;
	}

	#footer .f_copy {
		text-align: center;
		font-size: 1.3rem;
	}

	#footer .f_mem li {
		text-align: center;
		font-size: 1.3rem;
	}
}
@media screen and (max-width:576px) {
	#footer .f_logo {
		height: 36px;
		background-size: auto 36px;
		margin: 0 auto 20px;
	}

	#footer .f_info {
		text-align: center;
	}

	#footer .f_info li {
		display: block;
		font-size: 1.2rem;
	}

	#footer .f_info li:not(:last-child)::after {
		display: none;
	}

	#footer .f_copy {
		text-align: center;
		font-size: 1.2rem;
	}

	#footer .f_mem li {
		text-align: center;
		font-size: 1.2rem;
	}
}


/* Form */
.form .table {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -40px;
}

.form .row {
	display: flex;
	width: 50%;
	padding: 20px 40px;
}

.form .row-w100 {
	width: 100%;
}

.form .th {
	width: 150px;
	padding: 12px 0px;
	font-size: 2rem;
	font-weight: 700;
}

.form .td {
	width: calc(100% - 150px);
}

.form input {
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	border:1px solid #B3B3B3;
	font-size: 2rem;
}

.form textarea {
	resize: none;
	display: block;
	width: 100%;
	height: 300px;
	padding: 20px;
	border:1px solid #B3B3B3;
	font-size: 2rem;
}

.form .email-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}

.form .email-wrap .box {
	width: 45.5%;
}

.form .email-wrap span {
	display: block;
	font-size: 2rem;
}

.form .agree label {
	position: relative;
  display: flex;
  align-items: center;
  gap:10px;
  font-size: 0px;
  cursor: pointer;
}

.form .agree input {
  position: absolute;
	top:0;
	left:0;
	width:24px;
	opacity:0;
  height: 100%;
  cursor: pointer;
}

.form .agree i {
  display: inline-block;
  width:20px;
  height:20px;
  background: url('/asset/img/sub/cs/check_off.svg') no-repeat center / cover;
}

.form .agree input:checked + i {
  background-image: url('/asset/img/sub/cs/check_on.svg');
}

.form .agree a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form .btns {
	display: flex;
	justify-content: center;
}

.form .btns button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	max-width: 360px;
	width: 100%;
	height:60px;
	background-color: #003763;
	font-size: 2rem;
	color:#fff;
	transition: all .3s ease;
}

.form .btns button::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url('/asset/img/sub/cs/btn_arr.svg') no-repeat center / cover;
}

.form-modal {
  display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
  height: 100%;
	padding:20px;
  visibility: hidden;
	z-index: 9999;
}

.form-modal .modal-con {
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
  max-width:800px;
  width: 100%;
	margin:0 auto;
}

.form-modal .modal-bd {
	width: 100%;
	height:100%;
	background-color: #fff;
	padding: 20px;
}

.form-modal .modal-bak {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.form-modal .textarea {
	width: 100%;
	height: 300px;
	border:1px solid #bbbbbb;
	overflow-y: auto;
}

.form-modal .textarea > div {
	padding: 20px;
}

.form-modal .textarea p {
	font-size: 1.6rem;
}

.form-modal.open {
	display: flex;
  align-items: center;
  visibility: visible;
}

@media screen and (max-width:1200px) {
	.form .th {
		font-size: 1.8rem;
	}

	.form input {
		font-size: 1.8rem;
	}

	.form textarea {
		font-size: 1.8rem;
	}

	.form .btns button {
		font-size: 1.8rem;
	}

	.form .email-wrap span {
		font-size: 1.8rem;
	}

	.form-modal .textarea p {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:1024px) {
	.form .table {
		margin: -12px -20px;
	}

	.form .row {
		padding: 12px 20px;
	}

	.form .th {
		width: 100px;
		padding: 10px 0px;
	}

	.form .td {
		width: calc(100% - 100px);
	}

	.form input {
		height: 44px;
		padding: 0px 16px;
	}

	.form textarea {
		height: 220px;
		padding: 16px;
	}

	.form .email-wrap {
		gap:6px;
	}

	.form .btns button {
		gap:12px;
		max-width: 280px;
		height:50px;
	}

	.form-modal .modal-bd {
		padding: 16px;
	}

	.form-modal .textarea > div {
		padding: 16px;
	}
}
@media screen and (max-width:768px) {
	.form .row {
		flex-wrap: wrap;
		width: 100%;
	}

	.form .row-gap {
		display: none;
	}

	.form .th {
		width: 100%;
		padding: 0px 0px 10px;
		font-size: 1.6rem;
	}

	.form .td {
		width: 100%;
	}

	.form input {
		font-size: 1.6rem;
	}

	.form textarea {
		font-size: 1.6rem;
	}

	.form .email-wrap span {
		font-size: 1.6rem;
	}

	.form .btns button {
		max-width: 200px;
		height: 44px;
		font-size: 1.6rem;
	}

	.form-modal .textarea p {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:576px) {
	.form .table {
		margin: -6px -12px;
	}

	.form .row {
		padding: 6px 12px;
	}

	.form .th {
		padding: 0px 0px 6px;
		font-size: 1.4rem;
	}

	.form input {
		height: 36px;
		padding: 0px 12px;
		font-size: 1.4rem;
	}

	.form textarea {
		height: 160px;
		padding: 12px;
		font-size: 1.4rem;
	}

	.form .email-wrap {
		gap:4px;
	}

	.form .email-wrap .box {
		width: 46.5%;
	}

	.form .agree label {
		gap:6px;
	}

	.form .agree i {
		width: 16px;
		height:16px;
		background-size: auto 16px;
	}

	.form .btns button {
		gap:8px;
		max-width: 140px;
		height: 36px;
		font-size: 1.4rem;
	}

	.form .btns button::after {
		height: 10px;
		background-size: auto 10px;
	}

	.form-modal .modal-bd {
		padding: 12px;
	}

	.form-modal .textarea > div {
		padding: 12px;
	}

	.form-modal .textarea p {
		font-size: 1.2rem;
	}
}