/* Root */
:root {
	--transition-basic:all .3s ease;
	--transition-basic2:all .5s cubic-bezier(0.405, 0.00, 0.165, 1.000);
	--transition-basic3:all .3s ease-out;

	--transition-custom:all .5s ease-out;
	--transition-custom2:all .8s ease-out;
	--transition-custom3:all 1s ease;
	--transition-custom4:all .5s ease-in-out;
	--transition-custom5:all 1.2s ease;
	--transition-custom6:all 1.6s ease;
	--transition-custom7:all 2s ease;
}


/* Rest */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #191919;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 62.5% !important;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color : transparent !important;
	animation:entry .4s 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;
	background-repeat: no-repeat;
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent;
}

:focus {
	outline: none;
}

::placeholder {
	color:#959595;
}

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);
}


/* PC, Mobile */
.lg {
	display: block;
}

.md {
	display: block;
}

.sm {
	display: block;
}

.xs {
	display: none;
}

@media screen and (max-width:1200px) {
	.lg {
		display:none;
	}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:768px) {
	.sm {
		display: none;
	}
}
@media screen and (max-width:576px) {
	.xs {
		display: block;
	}
}


/* Display */
.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.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 */
.flex-wrap {
	flex-wrap: wrap;
}
@media screen and (max-width:1200px) {
	.flex-xl-wrap {
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Flex Column */
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.flex-sm-column {
		flex-direction: column;
	}
}
@media screen and (max-width:576px) {
	.flex-xs-column {
		flex-direction: column;
	}
}


/* Justify Content */
.justify-center {
	justify-content: center;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.justify-md-center {
		justify-content: center;
	}
}
@media screen and (max-width:768px) {
	.justify-sm-center {
		justify-content: center;
	}
}
@media screen and (max-width:576px) {
	.justify-xs-center {
		justify-content: center;
	}
}


/* Align Items */
.align-items-center {
	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) {

}


/* Width */


/* Height */
.h100 {
	height: 100%;
}


/* Position */
.position-rl {
	position: relative;
}


/* Wrap */
.wrap {
	padding-top:90px;
}

.wrap--privacy {
	padding-top: 0px !important;
}

@media screen and (max-width:1200px) {
	.wrap {
		padding-top:70px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Main */
#main {
	min-height: calc(100vh - 350px);
	overflow: hidden;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	#main {
		min-height: calc(100vh - 280px);
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}

.wrap--order #main {
	overflow:unset;
}


/* Container */
.container {
	max-width:1600px;
	width: 95%;
	margin:0 auto;
}

.container-w520 {
	max-width:520px;
}

.container-w1060 {
	max-width:1060px;
}

.container-w1480 {
	max-width:1480px;
}

.container-w1600 {
	max-width:1600px;
}

.container-w1820 {
	max-width:1820px;
}


/* Header */
#header {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	background-color: #fff;
	z-index:100;
}

#header::after {
	content: "";
	display: block;
	position: absolute;
	top:90px;
	left:0px;
	width:100%;
	height:1px;
	background-color: #dc1e1e;
	z-index:-1;
}

#header .h-container {
	max-width:1820px;
	width: 95%;
	margin:0 auto;
}

#header .h-background {
	position: absolute;
	top:91px;
	left:0;
	width: 100%;
	height:70px;
	background-color: #fff;
	transform-origin:top;
	transform: scaleY(0);
	transition:var(--transition-basic);
}

#header .h-inner {
	display: flex;
	justify-content: center;
	position: relative;
}

#header .h_logo {
	position: absolute;
	top:28px;
	left:0;
	width: 174px;
	height:33px;
}

#header .h_logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/en/asset/img/common/header_logo.png') no-repeat center / 174px auto;
}

#header .h_ul {
	display: flex;
}

#header .h_li {
	position: relative;
}

#header .h_link {
	display: flex;
	align-items: center;
	justify-content: center;
	height:90px;
	padding:0px 45px;
	font-size:1.8rem;
}

#header .h_sub {
	display: flex;
	position: absolute;
	top:100%;
	left:45px;
	opacity:0;
  visibility:hidden;
	white-space: nowrap;
	transition: var(--transition-basic);
	z-index:10;
}

#header .h_sub li:not(:last-child) {
	margin-right:45px;
}

#header .h_sub a {
	display: flex;
	align-items: center;
	height:70px;
	text-transform: uppercase;
	font-size:1.8rem;
}

#header .h_gnb {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding:90px 20px;
	background-color:#dc1e1e;
	clip-path: circle(0% at 0% -3%);
	transition: var(--transition-basic2);
	z-index:99;
}

#header .h_gnb .gnb__link {
	display: block;
	padding:15px 0px;
	font-size:1.6rem;
	font-weight:500;
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

#header .h_gnb .gnb_sub  {
	display: block;
	height:auto;
	max-height: 0px;
	opacity:1;
	overflow: hidden;
	visibility: visible;
	transition:var(--transition-basic);
	text-transform: uppercase;
}

#header .h_gnb .gnb_sub li {
	padding-top:20px;
}

#header .h_gnb .gnb_sub a {
	display: block;
	font-size:1.6rem;
	color:#fff;
}

#header .h_side {
	position: absolute;
	top:50%;
	right:200px;
	transform: translateY(-50%);
}

#header .h_lang,
#header .h_mem {
	position: relative;
	z-index: 50;
}

#header .h_lang button {
	display: block;
	width:22px;
	height:34px;
	background: url('/en/asset/img/common/header_lang.png') no-repeat center;
}

#header .h_mem button {
	display: block;
	width:18px;
	height:31px;
	background: url('/en/asset/img/common/header_mem.png') no-repeat center;
}

#header .h_lang ul,
#header .h_mem ul {
	position: absolute;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
	background-color: #fff;
	border:1px solid #dc1e1e;
	opacity:0;
	visibility: hidden;
	transition: var(--transition-basic);
}

#header .h_lang li:not(:last-child),
#header .h_mem li:not(:last-child) {
	border-bottom: 1px solid #dc1e1e;
}

#header .h_lang a,
#header .h_mem a {
	display: flex;
	align-items: center;
	justify-content: center;
	height:30px;
	padding:0px 15px;
	font-size:1.6rem;
	line-height: 1;
}

#header .h_mobile {
	display: none;
	position: absolute;
  top:0;
  left: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: #191919;
}

#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;
}


@media screen and (min-width:1201px) {	
	/* Hover Action */
	#header .h_li:hover .h_link {
		color:#dc1e1e;
	}

	#header .h_lang:hover ul,
	#header .h_mem:hover ul {
		opacity: 1;
		visibility: visible;
	}

	#header .h_lang li:hover a,
	#header .h_mem li:hover a  {
		color:#dc1e1e;
		background-color:#ffecec;
	}


	/* Class Action */
	#header.active .h-background {
		transform: scaleY(1);
	}

	#header .h_li.on .h_sub {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width:1366px) {
	#header .h_link {
		padding:0px 35px;
	}

	#header .h_sub li:not(:last-child) {
		margin-right:30px;
	}
}
@media screen and (max-width:1200px) {
	#header {
		height:70px;
	}

	#header::after {
		top:70px;
	}

	#header .h-container {
		width: 100%;
	}

	#header .h_logo {
		top:22px;
		left: 50%;
		transform: translateX(-50%);
		width: 138px;
		height: 26px;
	}

	#header .h_logo a {
		background-size: 138px auto;
	}

	#header .h_menu {
		display: none;
		visibility: hidden;
		overflow: hidden;
	}

	#header .h_side {
		top:25px;
		right:30px;
		transform: none;
	}

	#header .h_lang a,
	#header .h_mem a {
		font-size: 1.4rem;
		padding: 0px 12px;
	}

	#header .h_lang button {
		width:22px;
		height:20px;
		background-size: auto 20px;
	}

	#header .h_mem button {
		width:18px;
		height:19px;
		background-size: auto 19px;
	}

	#header .h_lang ul,
	#header .h_mem ul {
		top: calc(100% + 10px);
	}

	#header .h_lang.on ul,
	#header .h_mem.on ul {
		opacity: 1;
		visibility: visible;
	}

	#header .h_mobile  {
		display: block;
	}

	#header .h_gnb {
		display: block;
	}

	#header .gnb_mem {
		display: flex;
		position: absolute;
		top:25px;
		left:20px;
	}

	#header .gnb_mem a {
		display: block;
		position: relative;
		font-size:1.6rem;
		color:#fff;
	}

	#header .gnb_mem a:not(:last-child) {
		padding-right: 16px;
	}

	#header .gnb_mem a:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		top:50%;
		right:8px;
		transform: translateY(-50%);
		width:1px;
		height:12px;
		background-color: #fff;
		opacity:.3;
	}

	
	/* JS Action */
	#header[data-header-mobile = "on"] .h_mobile__btn span::before,
	#header[data-header-mobile = "on"] .h_mobile__btn span::after {
		background-color: #fff;
	}

	#header[data-header-mobile = "on"] .h_gnb {
		clip-path:circle(160% at 0% -3%);
	}

	#header .h_gnb .gnb__link.on + .gnb_sub {
		max-height:260px;
		margin:0px 0px 30px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Footer */
#footer {
	position: relative;
	padding:70px 0px;
	background-color: #f5f5f5;
}

#footer .f-container {
	max-width:1600px;
	width: 95%;
	margin:0 auto;
}

#footer .f-inner {
	position: relative;
}

#footer .f_logo {
	display: block;
	width:250px;
	height:44px;
	background: url('/en/asset/img/common/footer_logo.png') no-repeat center;
}

#footer .f_sep {
	display: block;
	width: 100%;
	height:1px;
	margin:30px 0px;
	background-color: #959595;	
}

#footer .f_info dl {
	margin:-6px -14px;
}

#footer .f_info dd {
	flex:0 0 auto;
	padding:2px 14px;
	margin:4px 0px;
	line-height:.8;
	opacity:.7;
}

#footer .f_info dd.w100 {
	flex:0 0 100%;
}

#footer .f_info dd:last-child {
	border-left: 1px solid #191919;
}

#footer .f_link {
	margin:30px -10px 0px;
}

#footer .f_link a {
	display: block;
	padding:0px 10px;
	line-height:.8;
	opacity:.7;
}

#footer .f_link a:last-child {
	border-left: 1px solid #191919;
	opacity:.7;
}

#footer .f_copy {
	position: absolute;
	right:0;
	bottom:0;
	line-height:.8;
	opacity:.7;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	#footer {
		padding:50px 0px;
	}

	#footer .f_logo {
		width:210px;
		height:36px;
		background-size:auto 36px;
	}

	#footer .f_sep {
		margin:24px 0px;
	}

	#footer .f_info dl {
		margin: -6px -10px;
	}

	#footer .f_info dd {
		font-size:1.5rem;
		padding:2px 10px;
	}

	#footer .f_link {
		margin:24px -6px 0px;
	}

	#footer .f_link a {
		padding:0px 6px;
		font-size:1.5rem;
	}

	#footer .f_copy {
		font-size:1.5rem;
	}
}
@media screen and (max-width:768px) {
	#footer .f_logo {
		width:170px;
		height:30px;
		margin:0 auto;
		background-size:auto 30px;
	}

	#footer .f_info dl {
		margin: 2px -10px;
	}

	#footer .f_info dd {
		flex: 0 0 100%;
		font-size:1.4rem;
		line-height:inherit;
		margin:0px;
	}

	#footer .f_info dd:last-child {
		border:none;
	}

	#footer .f_link a {
		font-size:1.4rem;
	}

	#footer .f_copy {
		position: relative;
		right: unset;
		bottom: unset;
		text-align: center;
		font-size:1.4rem;
		line-height: 1;
		margin-top:30px;
	}
}
@media screen and (max-width:576px) {
	#footer .f_logo {
		height:20px;
		background-size:auto 20px;
	}

	#footer .f_sep {
		margin: 20px 0px;
	}

	#footer .f_info dl {
		margin:-2px -6px;
	}

	#footer .f_info dd {
		font-size:1.2rem;
		padding:2px 6px
	}

	#footer .f_link {
		margin:18px 0px 0px;
	}

	#footer .f_link a {
		font-size:1.2rem;
	}

	#footer .f_copy {
		font-size:1.2rem;
		margin-top:24px;
	}
}

/* quick btn 추가*/
.quick-menu{
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99;
	border-radius: 5px;
	border: 1px solid #dc1e1e;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s, transform .5s;
	transform: translateY(20px);
	overflow: hidden;
}

.quick-menu.on{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.quick-menu .quick-menu-box{
	display: flex;
	flex-direction: column;
}

.quick-menu .quick-btn{
	aspect-ratio: 1/1;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
}
.quick-menu .top-btn{
	background-color: #dc1e1e;
}
.quick-menu .top-btn i{
	transition: var(--transition-custom);
}


.quick-menu .top-btn.bottom-reached i{
	transform: rotate(180deg);
}
.quick-menu.on:has(.bottom-reached){
	position: absolute;
	bottom: calc(100% + 40px);
}

@media all and (max-width:768px){
	.quick-menu{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.quick-menu{right: 20px; bottom: 20px;}
	.quick-menu .quick-btn{
		width: 45px;
	}
	.quick-menu.on:has(.bottom-reached){
		bottom: calc(100% + 20px);
	}
	.quick-menu .top-btn{
		display: none;
	}
}