@charset 'utf-8';

/* ���� */
:root{
    --baseFont: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'verdana', sans-serif;
	--engFont: 'Montserrat', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'verdana', sans-serif;
	--mainColor: #0E91E2;
	--purple: #7553D6;
	--grayBg: #F5F5F5;
	--red: #DD1717;
	--textClip: polygon(0 0, 100% 0, 100% 0, 0 0);
	--headerH: 99px;
	--aosPlus: 100px;
	--aosMinus: -100px;
	--vh: 100%;
}

*{  box-sizing: border-box; word-break: keep-all; line-height: 1.3; }
body{ font-size: 17px; }
body *{ font-size: inherit; }
body.lock{ overflow: hidden; }
.w1700{ max-width: 1700px; width: 100%; margin: 0 auto; }
.w1540{ max-width: 1540px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 1740px){
	.w1700{ padding: 0 20px; }
}

@media screen and (max-width: 1580px){
	.w1540{ padding: 0 20px; }
}

@media screen and (max-width: 1280px){
	:root{
		--aosPlus: 50px;
		--aosMinus: -50px;
	}
}


/* privacy */
.privacy * { font-size: 2.1rem; color: #333; line-height: 1.625; }
.privacy h3 { font-weight: 700; }
.privacy h4{ font-weight: 700; }
.privacy .textBox,
.privacy .pBox,
.privacy .dlBox,
.privacy .subTextBox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.privacy table{ min-width: 1150px; }

.privacy .textBox { gap: 100px 0; }
.privacy .textBox h3{ font-size: 2.9rem; color: #111; margin-bottom: 10px; }

.privacy .pBox { gap: 30px 0; margin: 40px 0; }

.privacy dl dt{ margin-bottom: 5px; }

.privacy .dlBox { gap: 50px 0; }
.privacy .dlBox > dl > dt { font-weight: 500; }

.privacy .square{ margin-top: 5px; }
.privacy .square > * { width: 100%; padding: 0 0 0 13px; position: relative; }
.privacy .square > *::before { content: "-"; position: absolute; top: 0; left: 0; }

.privacy .subTextBox { gap: 24px 0; }
.privacy .subTextBox h6 { font-weight: 500; margin: 0 0 4px; }
.privacy .subText { margin: 4px 0; }
.privacy .subText dd { padding: 0 0 0 11px; }

.privacy .contact { margin: 60px 0 0; }
.privacy .contact ol { margin: 30px 0 0; }

@media screen and (max-width: 1700px){
	.privacy * { font-size: 1.9rem; }

	.privacy .textBox{ gap: 80px 0; }
	.privacy .textBox h3{ font-size: 2.4rem; }
}

@media screen and (max-width: 1280px){
	.privacy * { font-size: 1.8rem; }

	.privacy .textBox{ gap: 60px 0; }
	.privacy .textBox h3{ font-size: 2.2rem; }

	.privacy .pBox{ gap: 15px 0; margin: 20px 0; }
	
	.privacy .dlBox { gap: 30px 0; }
}

@media screen and (max-width: 1150px){
	.privacy br{ display: none; }
}

@media screen and (max-width: 900px){
	.privacy * { font-size: 1.7rem; }
	.privacy .textBox h3{ font-size: 2rem; }
}


/* header */
#header{ width: 100%; position: fixed; top: 0; left: 0; z-index: 900; background: transparent; border: 1px solid transparent; transition: background 0.5s, border 0.5s; }
#header::before{ content: ""; width: 100%; height: 100%; background: transparent; position: absolute; top: 0; left: 0; z-index: -1; transition: background 0.5s; }
#header .flex-box{ display: flex; justify-content: space-between; align-items: center; position: relative; padding: 18px 0; }
#header .logo{ display: inline-block; position: relative; }
#header .logo img{ opacity: 1; transition: opacity 0.5s; }
#header .logo::before{ content: ""; width: 100%; height: 100%; background: url("/img/common/encell_logo2_color.svg") no-repeat center center / contain; position: absolute; opacity: 0; transition: opacity 0.5s; }
#header .logo a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

#header nav{ position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); }
#header nav a{ display: inline-block; }

#header  .depth01{ display: flex; }
#header  .depth01 > li{ position: relative; }
#header  .depth01 > li > a{ font-size: 2rem; font-weight: 400; color: #fff; letter-spacing: -0.02em; padding: 19px 27.5px; position: relative; transition: color 0.5s;  }
#header  .depth01 > li > a::before{ content: ""; width: 5px; height: 5px; background: var(--mainColor); border-radius: 50%; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); opacity: 0; transition: top 0.5s, opacity 0.5s; }

#header  .depth02{ width: 180px; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); transform-origin: top; text-align: center; padding: 14px 0; background: #fff; border: 1px solid #EEE; border-radius: 20px; display: none; }
#header  .depth02 > li{ overflow: hidden; }
#header  .depth02 > li > a{ width: 100%; font-size: 1.7rem; font-weight: 600; color: #CCC; letter-spacing: -0.02em; padding: 7px 10px; transform: translateY(100%); transition: color 0.5s, transform 0.5s 0.3s; }

#header .on .depth02{  }
#header .on .depth02 > li > a{ transform: translateY(0); }
 
#header .right{ display: flex; align-items: center; margin-right: -15px; }

#header .lang{ position: relative; }
#header .lang button{ background: none; border: none; font-family: var(--engFont); font-size: 1.7rem; font-weight: 500; color: #fff; padding: 10px 15px; padding-right: 35px; position: relative; transition: color 0.5s; }
#header .lang button::after{ content: url("/img/common/lang_arrow.svg"); position: absolute; top: 47%; right: 10px; transform: translateY(-50%); transition: top 0.5s, transform 0.5s, filter 0.5s; }
#header .lang .depth02{ width: 100%; padding: 10px 0; }
#header .lang .depth02 > li > a{ display: inline-block; font-family: var(--engFont); padding: 5px; }

#header .lang.on button::after{ top: 54%; transform: translateY(-50%) rotate(-180deg); }

#header .menu{ background: none; border: none; outline: none; padding: 20px 15px; position: relative; cursor: pointer; }
#header .menu img{  opacity: 1; transition: opacity 0.5s; }
#header .menu::before{ content: url("/img/common/header_menu_color.svg"); position: absolute; top: 52%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.5s; }


/* header - scroll */
#header.scroll{ background: #fff; border: 1px solid #EEE; }
#header.scroll .logo img{ opacity: 0; }
#header.scroll .logo::before{ opacity: 1; }

#header.scroll .depth01 > li > a{ color: #111; }

#header.scroll .lang button{ color: #111; }
#header.scroll .lang button::after{ filter: invert(1); }

#header.scroll .menu img{ opacity: 0; }
#header.scroll .menu::before{ opacity: 1; }


/* header (hover) */
#header  .depth01 > li:hover > a{ color: var(--mainColor); }
#header  .depth01 > li:hover > a::before{ top: 4px; opacity: 1; }
#header  .depth02 > li > a:hover{ color: var(--mainColor); }

@media screen and (max-width: 1200px){
	:root{
		--headerH: 72px;
	}

	#header .flex-box{ padding: 5px 0; }
	#header .logo img{ width: 95px; }
	#header nav{ display: none; }

	#header .lang button{ font-size: 1.6rem; }
	#header .lang button::after{ top: 45%; }
	#header .lang .depth02 > li > a{ font-size: 1.6rem; }
}


/* menu */
#menu{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#menu .blank{ width: 100%; height: 100%; }
#menu .inner{ max-width: 1800px; width: 95%; height: 91.5%; background: var(--mainColor) url("/img/common/menu_bg.svg") no-repeat bottom right 120px / auto; border-radius: 50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.1); opacity: 0; padding: 40px 50px; transition: transform 0.8s 0.5s, opacity 0.8s 0.5s; }
#menu .right{ text-align: right; padding-bottom: 60px; }
#menu .close{ background: none; border: none; padding: 20px; margin-top: -20px; margin-right: -20px; }

#menu .mobile{ display: none; }
#menu .nav a{ display: inline-block; color: #fff; opacity: 0; transition: opacity 0.8s, transform 0.8s; }
#menu .nav .depth01{ display: flex; justify-content: center; text-align: center; transition-delay: unset; }
#menu .nav .depth01 > li > a{ font-size: 4.5rem; font-weight: 700; letter-spacing: -0.02em; padding: 40px 50px; transform: translateY(-30px); }
#menu .nav .depth02 > li > a{ width: 100%; font-size: 2rem; font-weight: 400; letter-spacing: -0.02em; padding: 10px 20px; transform: translateY(30px); }

body.open{ overflow: hidden; }
body.open #menu .inner{ transform: translate(-50%, -50%) scale(1); opacity: 1; }
body.open #menu a{ opacity: 1; transform: translateY(0) !important; }
body.open #menu .nav .depth01 > li > a{ transition-delay: 800ms; }

@media screen and (max-width: 1700px){
	#menu .nav .depth01 > li > a{ font-size: 3.5rem; padding: 30px 40px; }
	#menu .nav .depth02 > li > a{ font-size: 1.8rem; }
}

@media screen and (max-width: 1450px){
	#menu .inner{ padding: 35px 30px; }
	#menu .right{ padding-bottom: 20px; }
	#menu .nav .depth01 > li > a{ font-size: 3rem; padding: 20px; }
}

@media screen and (max-width: 1200px){
	/* 네비게이션 스크롤바 커스텀 */
	#menu .nav{ height: calc(100% - 42px); overflow-y: auto; }
	#menu .nav::-webkit-scrollbar{ width: 20px; padding-left: 20px; }
	#menu .nav::-webkit-scrollbar-thumb{ height: 20px; background: #fff; border-radius: 100px; background-clip: padding-box; border: 9px solid transparent; }
	#menu .nav::-webkit-scrollbar-track{ background: rgba(255, 255, 255, 0.5); border-radius: 100px; background-clip: padding-box; border: 9px; border: 9px solid transparent; }

	#menu .mobile{ display: block; }
	#menu .pc{ display: none; }
	#menu .inner{ height: 95%; background-size: 70%; background-position: bottom right; }
	#menu .right{ padding-bottom: 0; }

	#menu .nav .depth01{ display: block; text-align: left; }
	#menu .nav .depth01 > li{ position: relative; }
	#menu .nav .depth01 > li::after{ content: ""; width: 100%; height: 71px; position: absolute; top: 0; left: 0; z-index: 10; cursor: pointer; }
	#menu .nav .depth01 > li > a{ width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: 2.8rem; position: relative; }
	#menu .nav .depth01 > li > a::after{ content: url("/img/common/menu_arrow.svg"); position: absolute; top: 50%; right: 20px; transform: translateY(-50%) rotate(0); transition: top 0.5s, transform 0.5s; }
	#menu .nav .depth01 > li.on > a::after{ top: 56%; transform: translateY(-50%) rotate(-180deg); }
	#menu .nav .depth02{ display: none; background: rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding: 5px 0; }
}

@media screen and (max-width: 900px){
	#menu .nav .depth01 > li::after{ height: 54px; }
	#menu .nav .depth01 > li > a{  padding: 15px; }
	#menu .nav .depth02 > li > a{ padding: 10px 15px; }
}


/* footer */
#footer{ background: #111; padding: 90px 0; }
#footer *{ color: #fff; }
#footer .flex-box{ display: flex; justify-content: space-between; }
#footer .line01{ margin-bottom: 75px; }
#footer .line02 .flex-box{ align-items: flex-end; }

#footer h4{ font-size: 5rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.5; }
#footer .nav ul{ display: flex; gap: 5px; margin-top: -20px; margin-right: -20px; }
#footer .nav ul > li > a{ display: inline-block; font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; padding: 20px; }

#footer .dl *{ font-size: 1.8rem; letter-spacing: -0.02em; }
#footer .dl .flex{ display: flex; flex-wrap: wrap; gap: 15px 30px; }
#footer .dl dl{ display: flex; flex-wrap: wrap; gap: 5px 0; }
#footer .dl > dl{ margin-top: 15px; }
#footer .dl dt{ font-weight: 500; padding-right: 10px; }
#footer .dl dd{ font-weight: 300; opacity: 0.6; }

#footer .right{ text-align: right; }
#footer .kosdaq{ margin-bottom: 25px; }
#footer .kosdaq img{ width: auto; }
#footer .logo{ display: inline-block; position: relative; }
#footer .logo img{ width: auto; }
#footer .logo a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }
#footer .copyright{ font-size: 1.5rem; font-weight: 300; color: #999; opacity: 0.5; margin-top: 35px; }

@media screen and (max-width: 1700px){
	#footer h4{ font-size: 4rem; }

	#footer .dl *{ font-size: 1.7rem; }
	#footer .nav ul{ margin-top: -15px; margin-right: -15px; }
	#footer .nav ul > li > a{ font-size: 1.8rem; padding: 15px; }
}

@media screen and (max-width: 1280px){
	#footer{ padding: 50px 0; }

	#footer .line01{ margin-bottom: 50px; }
	#footer h4{ font-size: 3rem; }

	#footer .dl *{ font-size: 1.6rem; }
	#footer .kosdaq img{ height: 80px; }
	#footer .logo img{ height: 80px; }
	#footer .copyright{ margin-top: 20px; }
}

@media screen and (max-width: 1100px){
	#footer .nav{ display: none; }
}

@media screen and (max-width: 1000px){
	#footer .line01{ margin-bottom: 20px; }
	#footer .line02 .flex-box{ flex-direction: column; }

	#footer .dl{ width: 100%; margin-bottom: 30px; }

	#footer .logos{ display: flex; justify-content: flex-end; align-items: flex-end; }
	#footer .kosdaq{ margin-bottom: 0; margin-right: 25px; }
	#footer .kosdaq img{ height: 40px; }
	#footer .logo img{ height: 50px; }
}

@media screen and (max-width: 900px){
	#footer{ padding: 30px 0; }
	#footer h4{ font-size: 2.2rem; }
	#footer .dl *{ font-size: 1.5rem; }
}


/* floating */
#floating{ position: fixed; bottom: 0; right: 20px; z-index: 900; transform: translateY(-40px); opacity: 1; transition: opacity 0.5s; }
#floating ul li{ position: relative; }
#floating ul li:not(:last-of-type){ margin-bottom: 10px; }
#floating ul li button{ width: 65px; height: 65px; border-radius: 50%; border: none; outline: none; padding: 10px; } 
#floating ul li button.blue{ background: var(--mainColor); }
#floating ul li button.white{ background: #fff; border: 2px solid var(--mainColor); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
#floating ul li button svg{ width: auto; max-height: 100%; height: auto; }
#floating ul li button svg .dot{ opacity: 0; animation: waiting 1.5s infinite; }
#floating ul li button svg .dot:nth-of-type(1){  }
#floating ul li button svg .dot:nth-of-type(2){  }
#floating ul li button svg .dot:nth-of-type(3){ animation: waiting 1.5s infinite; animation-delay: 0.25s; }
#floating ul li button svg .dot:nth-of-type(4){ animation: waiting 1.5s infinite; animation-delay: 0.5s; }

#floating.opacity{ opacity: 0; pointer-events: none; }

@keyframes waiting{
	0% { opacity: 1;}
	50% { opacity: 0.25; }
	100% { opacity: 1; }
}

@media screen and (max-width: 1280px){
	#floating{  transform: translateY(-20px); }
	#floating ul li button{ width: 55px; height: 55px; }
}