@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*********************************************************************************** 
	:: 각 페이지들의 css 따로 존재 (scss가 있는 파일은 scss를 사용)
	:: lfair > include : 공통으로 사용하는 blade.php (각 파일 상단에 사용된 css 있음)
	:: 폰트 사이즈는 root를 참고하여 사용
***********************************************************************************/

html,body{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; line-height: 150%;}
html,body { min-height:100%;margin:0; font-size: 20px;}
@media screen and (max-width:1100px) {
	html,body {font-size:19px;}
}
@media screen and (max-width:1000px) {
	html,body {font-size:18px;}
}
@media screen and (max-width:900px) {
	html,body {font-size:17px;}
}
@media screen and (max-width:800px) {
	html,body {font-size:16px;}
}
@media screen and (max-width:700px) {
	html,body {font-size:15px;}
}
@media screen and (max-width:600px) {
	html,body {font-size:14px;}
}
@media screen and (max-width:500px) {
	html,body {font-size:13px;}
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;}
header,footer,section,article,aside,nav,menu,figure,figcaption {display:block;margin:0;padding:0;}
ul,ol {list-style:none;}
body,input,textarea,select,button,th,td,li,p {font-family:inherit;}
h1,h2,h3,h4,h5,h6 {font-family: inherit; line-height:inherit;}
img,fieldset {margin:0;padding:0;border:0;vertical-align:middle;}
input,select,button {vertical-align:middle;}
em,address,i,cite {font-style:normal;}
a {text-decoration:none;color:inherit;}
.fixWrap {width:100%;max-width:1080px;margin:0 auto;}
*[class^="mo-"] {display:none;}
legend, caption{ overflow: hidden; width: 1px; height: 1px; font-size: 0; line-height: 0; }


* { box-sizing: border-box;  } 
.max-width{max-width: 1080px; margin: 0 auto;}
button{outline: 0; border: none; background-color: transparent; font-size: inherit; font-weight: inherit; cursor: pointer;}
html.noScroll,body.noScroll{overflow: hidden;}
#wrap{padding-top: 6rem; }
section{padding: 6rem 0; position: relative;}
.ellipsis_2{overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -moz-box-orient: vertical; line-clamp: 2; -webkit-line-clamp: 2; display: -moz-box; display: -webkit-box;}
.ellipsis_1{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* 
	root
*/
:root{
	--font-size90: 4.5rem;
	--font-size80: 4rem;
	--font-size60: 3rem;
	--font-size54: 2.7rem;
	--font-size50: 2.5rem;
	--font-size46: 2.3rem;
	--font-size36: 1.8rem;
	--font-size32: 1.6rem;
	--font-size30: 1.5rem;
	--font-size28: 1.4rem;
	--font-size26: 1.3rem;
	--font-size24: 1.2rem;
	--font-size22: 1.1rem;
	--font-size20: 1rem;
	--font-size18: 0.9rem;
	--font-size17: 0.85rem;
	--font-size16: 0.8rem;
	--font-size15: 0.75rem;
	--font-size14: 0.7rem;
	--font-size13: 0.65rem;
	--font-size12: 0.6rem;
	--font-size11: 0.55rem;
	--font-size10: 0.5rem;
}

/*************************************************
	공통 요소
*************************************************/
.page-banner{font-size: 2.7rem; text-align: center; color: #fff; font-weight: 700; letter-spacing: -0.108px; height: 11.9rem; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat;}
.page-banner h1{font-size: inherit;}


/*************************************************
	header
*************************************************/
#header{font-size: 1rem; line-height: 24px; letter-spacing: -0.8px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999999; background-color: #fff; height: 6rem;}
#header .max-width{height: 100%;}
#header .header-inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header .header-inner .logo{height: 1.55rem; }
#header .header-inner .logo img{height: 100%; object-fit: contain;}
#header .header-inner .menu{display: flex; align-items: center;}
#header .header-inner .menu li + li{margin-left: 2rem;}
#header .header-inner .menu li a{display: block; transition: all 0.3s ease;}
#header .header-inner .menu li.point a{background-color: #E72626; color: #fff; border-radius: 99999px; font-weight: 700; height: 2.25rem; padding: 0 0.85rem; line-height: 2.2;}
#header .allMenuBtn{display: none;}

/*************************************************
	footer
*************************************************/
#footer{font-size: 0.8rem; line-height: 27px; letter-spacing: -0.016px; background-color: #F6F6F6; padding: 1.5rem 0; }
#footer .logo{aspect-ratio: 80.94/31; height: 1.55rem;}
#footer .box{display: flex; padding: 1.5rem 0;}
#footer .box + .box{border-top: 1px solid #D5D5D5;}
#footer .box:last-child{padding-bottom: 0;}
#footer .box .snsWrap{display: flex; align-items: center;}
#footer .box .snsWrap a{width: 1.6rem; height: 1.6rem;}
#footer .box .snsWrap a img{width: 100%;}
#footer .box .addressWrap{padding-left: 3rem;}
#footer .box2{align-items: center;}
#footer .box2 > * + *{margin-left: 1.7rem;}
#footer .box2 .copyright{font-size: 0.7rem; color: #191919; line-height: 27px; letter-spacing: -0.014px;}
#footer .dropDownMenu{position: relative; width: 10.35rem; line-height: 2.3;}
#footer .dropDownMenu .current{border: 1px solid #474747; height: 1.8rem; padding: 0 1.8rem 0 0.6rem; cursor: pointer; position: relative;}
#footer .dropDownMenu .current i{background-image: url('/images/lfair/common/footer-arrow.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 1rem; height: 1rem; position: absolute; right: 0.6rem; top: 50%; transform: translateY(-50%);}
#footer .dropDownMenu .selectWrap{border: 1px solid #474747; position: absolute; bottom: calc(1.8rem - 1px); left: 0; background-color: #F6F6F6; padding: 0.2rem 0; width: 100%; z-index: 2; display: none;}
#footer .dropDownMenu .selectWrap a{padding: 0.1rem 0.6rem; display: block; line-height: 27px;}
#footer .dropDownMenu.active .current i{transform: translateY(-50%) rotate(180deg);}



@media screen and (min-width: 768px) {
	/*************************************************************
		hover effect
	*************************************************************/
	@media (hover: hover) and (pointer: fine) {
		#header .header-inner .menu:hover li:not(.point) a{font-weight: 700;}
		#header .header-inner .menu li:not(.point) a:hover{color: #1EC95B; }
	}

}

@media screen and (max-width: 1120px){
	.max-width{padding: 0 20px;}
}

/* gnb 메뉴 겹침 이슈로 헤더만 breakpoint를 다르게 둠 */
@media screen and (max-width: 850px) {
	#wrap{padding-top: 0;}


	/*************************************************
		header
	*************************************************/
	.layout-header{position: sticky; top: -60px;left: 0; width: 100%; z-index: 9999999; }
	#header{padding: 0; height: auto; position: relative;}
	#header .header-inner{height: 60px; }
	#header .header-inner .logo{height: 22px;}
	#header .header-inner .menu{position: fixed; top: 60px; right: 0; transform: translateX(100%); width: 100%; background-color: #fff; height: calc(100vh - 60px); font-size: 20px; display: block; visibility: hidden;}
	#header .header-inner .menu li{width: 100%; height: 52px; border-top: 1px solid #DFDFDF; line-height: 2.6; }
	#header .header-inner .menu li + li{margin-left: 0; }
	#header .header-inner .menu li.last{border-bottom: 1px solid #DFDFDF;}
	#header .header-inner .menu li.point{display: none;}
	#header .header-inner .menu li a{padding: 0 28px; height: 100%; width: 100%; background-image: url('/images/lfair/common/menu-arrow.svg'); background-repeat: no-repeat; background-size: 24px; background-position: right 21px center;}
	#header .header-inner .menu li a:active,
	#header .header-inner .menu li a.active{color: #1EC95B; font-weight: 700;}
	#header .allMenuBtn{display: block; width: 18px; height: 14px; position: relative;}
	#header .allMenuBtn span{width: 100%; height: 2px; background-color: #000; position: absolute; top: 0; left: 0; transform-origin: left; transition: all 0.3s ease;}
	#header .allMenuBtn span:nth-child(2){top: 50%; transform: translateY(-50%);}
	#header .allMenuBtn span:nth-child(3){bottom: 0; top: auto;}
	/* mobile - sub menu */
	#header .mo-sub-menu .sub-menu{display: flex; background-color: #fff; height: 39px; font-size: var(--font-size16); overflow-x: auto; justify-content: space-between; white-space: nowrap; align-items: center;}
	#header .mo-sub-menu .sub-menu li + li{margin-left: 10px;}
	/* active */
	#header.active .allMenuBtn{width: 14px; height: 14px;}
	#header.active .allMenuBtn span{width:calc(100% + 3px);}
	#header.active .allMenuBtn span:nth-child(1){transform: rotate(45deg);}
	#header.active .allMenuBtn span:nth-child(2){width: 0;}
	#header.active .allMenuBtn span:nth-child(3){transform: rotate(-45deg);}
	#header.active .header-inner .menu{transform: translateX(0); visibility: visible; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);}
}

@media screen and (max-width: 768px) {
	:root{
		--font-size90: 6.92rem;
		--font-size80: 6.15rem;
		--font-size60: 4.61rem;
		--font-size54: 4.15rem;
		--font-size50: 3.84rem;
		--font-size46: 3.53rem;
		--font-size38: 2.92rem;
		--font-size36: 2.76rem;
		--font-size32: 2.46rem;
		--font-size30: 2.3rem;
		--font-size28: 2.15rem;
		--font-size26: 2rem;
		--font-size25: 1.92rem;
		--font-size24: 1.84rem;
		--font-size22: 1.69rem;
		--font-size20: 1.53rem;
		--font-size18: 1.38rem;
		--font-size17: 1.3rem;
		--font-size16: 1.23rem;
		--font-size15: 1.15rem;
		--font-size14: 1.076rem;
		--font-size13: 1rem;
		--font-size12: 0.92rem;
		--font-size11: 0.84rem;
		--font-size10: 0.76rem;
	}

	*[class^="pc-"] {display:none;}
	*[class^="mo-"] {display:block;}

	/*************************************************
		공통 요소
	*************************************************/
	.page-banner{font-size: var(--font-size25); height: 8.76rem;}
	.page-banner h1{font-size: var(--font-size30);}
	section{padding: 50px 0;}

	

	/*************************************************
		footer
	*************************************************/
	#footer{padding: 30px 0; font-size: 1.07rem; line-height: 24px; letter-spacing: -0.014px;}
	#footer .logo{height: 1.84rem; margin-bottom: 20px;}
	#footer .box{display: block; padding: 24px 0;}
	#footer .box .snsWrap{width: 100%;}
	#footer .box .snsWrap a{width: 2.46rem; height: 2.46rem;}
	#footer .box .addressWrap{width: 100%; padding: 0; margin-top: 20px;}
	#footer .dropDownMenu{margin: 20px 0; width: 15.92rem; font-size: 1.23rem; line-height: 2;}
	#footer .dropDownMenu .current{height: 2.76rem; padding: 0 36px 0 12px;}
	#footer .dropDownMenu .current i{width: 1.53rem; height: 1.53rem; right: 12px;}
	#footer .dropDownMenu .selectWrap{bottom: calc(2.76rem - 1px); padding: 4px 0; }
	#footer .dropDownMenu .selectWrap a{padding: 4px 12px; line-height: 1.3;}
	#footer .box2 .copyright{font-size: inherit; line-height: inherit; letter-spacing: inherit; margin: 0;}
}