/* Rest */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #141414;
	font-family: 'Wanted Sans', sans-serif;
	font-size: 62.5% !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-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:#a7a7a7;
}

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) {

}

/* Overflow */
.hidden {
	overflow: hidden;
}


/* Display */
.mo {
	display: none;
}

@media screen and (max-width:1024px) {
	.pc {
		display: none;
	}

	.mo {
		display: block;
	}
}
@media screen and (max-width:768px) {
	.tb {
		display: none;
	}
}


/* Ellip */
.ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* Blind */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}


/* Button */
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:0px 40px;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.button--black {
	color:#fff;
	background-color: #3b3b3b;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}

/* Font Family */
.fm-inter {
	font-family: 'Inter', sans-serif;
}

.fm-noto {
	font-family: 'NotoSansKR', sans-serif;
}

/* Font Line Height */
.fl-1 {
	line-height: 1;
}

.fl-11 {
	line-height: 1.1;
}

.fl-13 {
	line-height: 1.3;
}

.fl-14 {
	line-height: 1.4;
}

.fl-15 {
	line-height: 1.5;
}

.fl-16 {
	line-height: 1.6;
}

.fl-17 {
	line-height: 1.7;
}

.fl-18 {
	line-height: 1.8;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.fl-13 {
		line-height: 1.2;
	}
	
	.fl-14 {
		line-height: 1.3;
	}
	
	.fl-15 {
		line-height: 1.4;
	}
	
	.fl-16 {
		line-height: 1.5;
	}

	.fl-17 {
		line-height: 1.6;
	}
	
	.fl-18 {
		line-height: 1.7;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	.fl-14 {
		line-height: 1.2;
	}
	
	.fl-15 {
		line-height: 1.3;
	}
	
	.fl-16 {
		line-height: 1.4;
	}

	.fl-17 {
		line-height: 1.5;
	}
	
	.fl-18 {
		line-height: 1.6;
	}
	
}

/* Font Weight */
.fw-medium {
	font-weight:500;
}

.fw-semibold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-extrabold {
	font-weight:800;
}


/* Color */
.color-point {
	color:#e50000;
}

.color-red {
	color:#da291c;
}

.color-white {
	color:#fff;
}

.color-gray {
	color:#dbdbdb;
}


/* Margin */
.mt-10 {
	margin-top:10px;
}

.mb-20 {
	margin-bottom:20px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	
}


/* Wrap */
.wrap--sub {
	padding-top:96px;
}

.wrap--privacy {
	padding:0px !important;
}

@media screen and (max-width:1200px) {
	.wrap--sub {
		padding-top:70px;
	}
	
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Main */
#main {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 185px);
}




/* Container */
.container {
	max-width:1470px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

.container--w1280 {
	max-width:1310px;
}

.container--w680 {
	max-width:710px;
}


/* Header */
#header {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	background-color: #fff;
}

#header .h-container {
	max-width:1820px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

#header .h-inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .h_logo {
	position: absolute;
	width:148px;
	height: 56px;
	top:20px;
	left:0;
}

#header .h_logo a {
	display: block;
	width:100%;
	height:100%;
	background: url('/child/img/common/h_logo.png') no-repeat center;
}

#header .h_main {
	position: relative;
	padding-right:260px;
}

#header .h_menu {
	display: flex;
}

#header .h_menu__link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	font-family: 'Inter', sans-serif;
	font-size: 1.6rem;
	font-weight:500;
	line-height:1;
	margin:40px;
}

#header .h_menu__link::before {
	content: "";
	display: block;
	width:14px;
	height:14px;
	border-radius:50%;
	border:2px solid #000000;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#header .h_global {
	position: absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header .h_global a {
	display: block;
	font-size:0px;
}

#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: #141414;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
	margin-top: 0;
	background-color: #fff;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
	margin-top: 0;
	background-color: #fff;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

@media screen and (min-width:1201px) {
	#header .h_menu__list:hover .h_menu__link::before {
		background-color: #e50000;
		border-color: #e50000;
	}
}
@media screen and (max-width:1200px) {
	#header {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:70px;
		background-color: #fff;
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
	}

	#header .h-container {
		padding:0px;
	}

	#header .h_logo {
		top:16px;
		left:15px;
		width:100px;
		height: 38px;
	}

	#header .h_logo a {
		background-size:auto 38px;
	}

	#header .h_main {
		position: fixed;
		top:0;
		right:0;
		width: 100%;
		height:100%;
		padding:80px 20px;
		background-color: #e50000;
		pointer-events: none;
		-webkit-clip-path: circle(0% at 100% 0%);
		clip-path: circle(0% at 100% 0%);
		-webkit-transition: all .6s ease-out;
		transition: all .6s ease-out;
		visibility: hidden;
	}

	#header .h_menu {
		display: block;
	}

	#header .h_menu__link {
		justify-content: flex-start;
		margin:0px;
		padding:15px 0px;
		color:#fff;
	}

	#header .h_menu__link::before {
		border-color: #fff;
	}

	#header .h_mobile {
		display: block;
	}

	#header .h_global {
		top:18px;
		left: 15px;
		right: unset;
		-webkit-transform: none;
		transform: none;
	}

	#header .h_global img {
		width:156px;
		content: url('/child/img/common/h_global_w.png');
	}

	#header[data-header-mobile="on"] .h_main {
		pointer-events: all;
		-webkit-clip-path: circle(142% at 100% 0%);
		clip-path: circle(142% at 100% 0%);
		visibility: visible;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Footer */
#footer {
	padding:40px 0px;
	background-color: #545454;
}

#footer .f-container {
	max-width:1470px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

#footer .f-inner {
	position: relative;
}

#footer .f_info ul {
	display: flex;
	flex-wrap: wrap;
}

#footer .f_info ul li {
	flex:1 1 100%;
	font-size:1.4rem;
}

#footer .f_info ul li:first-child {
	font-size:1.6rem;
	margin-bottom:20px;	
}

#footer .f_info ul li:last-child {
	margin-top:16px;
}

#footer .f_info button {
	font-size: inherit;
	font-weight:700;
	color:inherit;
}

#footer .f_logo {
	position: absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 147px;
	height: 56px;
}

#footer .f_logo span {
	display: block;
	width:100%;
	height:100%;
	background: url('/child/img/common/f_logo.png') no-repeat center;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	#footer .f_info ul li {
		font-size:1.3rem;	
	}

	#footer .f_info ul li:first-child {
		font-size:1.5rem;
		margin-bottom:16px;
	}

	#footer .f_info ul li:last-child {
		margin-top:12px;
	}

	#footer .f_logo {
		width:124px;
		height:46px;
	}

	#footer .f_logo span {
		background-size:auto 46px;
	}
}
@media screen and (max-width:768px) {
	#footer .f-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:24px;
	}

	#footer .f_info ul {
		text-align: center;
	}

	#footer .f_logo {
		position: relative;
		top:unset;
		right:unset;
		-webkit-transform: none;
		transform: none;
		height:36px;
	}

	#footer .f_logo span {
		background-size:auto 36px;
	}
}
@media screen and (max-width:576px) {
	#footer {
		padding:30px 0px;
	}

	#footer .f-inner {
		gap:18px;
	}

	#footer .f_info ul li {
		font-size:1.2rem;	
	}

	#footer .f_info ul li:first-child {
		font-size:1.4rem;
		margin-bottom:10px;
	}

	#footer .f_info ul li:last-child {
		margin-top:6px;
	}

	#footer .f_logo {
		height:30px;
	}

	#footer .f_logo span {
		background-size:auto 30px;
	}
}