:root{
	--orange:#f36e3b;
	font-family: 'Pretendard';
	word-break: keep-all;
}
.subsidiary .sv .bottom > .btnWrap{display: none;}

/* artifex */
.artifex{margin-top: 120px; margin-bottom: 120px;}
.artifex .wrap{
	display: flex; justify-content: space-between;
}
.artifex .wrap .logo{}
.artifex .wrap .logo img{width: 270px;}
.artifex .wrap .right{max-width: 1080px; width: 100%;}
.artifex .wrap .right h3{
	font-size: 26px; font-weight: 600; letter-spacing: -0.05em; line-height: calc(44/26);
	margin-bottom: calc(44/26*1em);
}
.artifex .wrap .right h3 span{color: var(--orange);}
.artifex .wrap .right .gray{
	background-color: #f1f1f1; border-radius: 20px; padding: 50px; box-sizing: border-box;
	margin-bottom: 60px;
}
.artifex .wrap .right .gray ul{
	display: flex; align-items: flex-start; gap: 40px 70px; flex-wrap: wrap;
}
.artifex .wrap .right .gray ul li{}
.artifex .wrap .right .gray ul li p{
	font-size: 18px; font-weight: 500; letter-spacing: -0.05em;
	color: rgba(0,0,0,0.6); margin-bottom: 1em;
}
.artifex .wrap .right .gray ul li > div{
	font-size: 20px; font-weight: 500; letter-spacing: -0.05em; line-height: calc(30/20);
	white-space: nowrap; display: flex; flex-direction: column; gap: 4px;
}
.artifex .wrap .right .gray ul li div .row{}
.artifex .wrap .right .gray ul li div .row.dot{
	/* text-indent: -1em; */
	text-indent: calc(-6/20*1em); padding-left: calc(12/20*1em);
}
.artifex .wrap .right .gray ul li div .row.dot::before {
	content:'·'; display: inline-block; margin-right: 0.3em;
}
.artifex .wrap .right .gray ul li div .row span{
	font-size: calc(16/20*1em); letter-spacing: -0.05em;
}
.artifex .wrap .right .bottom{}
.artifex .wrap .right .bottom h4{
	font-size: 20px; font-weight: 600; letter-spacing: -0.05em;
	margin-bottom: 18px;
}
.artifex .wrap .right .bottom ul{
	display: flex; gap: 20px;
}
.artifex .wrap .right .bottom ul li{
	border: 1px solid #d7d7d7; box-sizing: border-box; border-radius: 20px;
	flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: space-around;
	min-height: 240px;
}
.artifex .wrap .right .bottom ul li .imgBx{
	height: 80px; display: flex; align-items: center;
}
.artifex .wrap .right .bottom ul li .imgBx img{ height: 170%; margin-top: 20px; }
.artifex .wrap .right .bottom ul li p{
	line-height: calc(26/16); letter-spacing: -0.05em; text-align: center;
}



@media screen and (max-width:1600px) {
	.artifex .wrap{flex-direction: column; gap: 60px;}
	.artifex .wrap .right{max-width: unset;}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.artifex .wrap .right h3{padding-right: 40px; box-sizing: border-box;}
}
@media screen and (max-width:1024px) {
	.artifex .wrap .logo img{width: max(calc(270/1024*100vw),130px);}
	.artifex .wrap .right h3{font-size: max(calc(26/1024*100vw),16px);}
	.artifex .wrap .right h3 br{display: none;}

	.artifex .wrap .right .gray{padding: 30px 20px;}
	.artifex .wrap .right .gray ul li p{font-size: 16px;}
	.artifex .wrap .right .gray ul li > div{font-size: 16px;}

	.artifex .wrap .right .bottom ul{flex-wrap: wrap;}
	.artifex .wrap .right .bottom ul li{width: calc(50% - 10px); flex: unset; min-height: 200px;}
}
@media screen and (max-width:820px) {
	.artifex .wrap .right h3{padding-right: 0;}

	.artifex .wrap .right .bottom ul li p{font-size: 14px;}
}
@media screen and (max-width:500px) {
	.artifex{margin-top: 70px;}
	.artifex .wrap{gap: 20px;}

	.artifex .wrap .right h3{font-weight: 500;}

	.artifex .wrap .right .gray{border-radius: 12px;}
	.artifex .wrap .right .gray ul{flex-direction: column; gap: 30px;}
	.artifex .wrap .right .gray ul li > div{font-size: 14px; white-space: unset;}
	.artifex .wrap .right .gray ul li br{display: none;}

	.artifex .wrap .right .bottom ul{gap: 8px;}
	.artifex .wrap .right .bottom ul li{min-height: 170px; width: calc(50% - 4px); border-radius: 12px; padding: 0 6px; justify-content: center; gap: 20px;}
	.artifex .wrap .right .bottom ul li .imgBx{height: auto;}
	.artifex .wrap .right .bottom ul li .imgBx img{width: 100%; max-height: 100px; max-width: 100px;}
	.artifex .wrap .right .bottom ul li p{font-size: 12px;}
	.artifex .wrap .right .bottom ul li p br{display: none;}
}
@media screen and (max-width:320px) {
	.artifex .wrap .right .bottom ul li{width: 100%;}
	.artifex .wrap .right .bottom ul li p br{display: block;}
}










/* infomation */
.infomation{
	position: relative;
	padding-top: 250px; padding-bottom: 300px; margin-bottom: 180px;
}
.infomation .bg{
	width: 100%;
    height: 100%;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    background-color: #f36e3b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.infomation .sideTxt{ position: absolute; right: 20px; top: 0; writing-mode: vertical-rl; transform: scale(-1); z-index: 0; }

.infomation .marquee{ width: 100%; position: relative; display: flex; align-items: center; font-size: 103px; font-weight: 500; letter-spacing: -0.05em; color: rgba(255,255,255,0.1); font-family: 'Poppins'; overflow: hidden; white-space: nowrap; }
.infomation .marquee .absol{ width: 100%; display: flex; align-items: center; }
.infomation .marquee .absol .mar_ch span{ margin: calc(20 / 103 * 1em) 0; }

.infomation .wrap{}
.infomation .wrap h3{text-align: center; color: #fff; margin-bottom: 70px;}
.infomation .wrap h3 div{font-size: 18px; letter-spacing: -0.05em;}
.infomation .wrap h3 p{
	font-size: 46px; font-weight: 700; letter-spacing: -0.05em; line-height: calc(70/46); margin-top: calc(20/46*1em);
}
.infomation .wrap ul{
	display: flex; gap: 30px; justify-content: center; max-width: 1260px; margin: 0 auto;
}
.infomation .wrap ul li{
	background-color: #fff; border-radius: 23px; flex: 1;
	padding: 40px 32px; box-sizing: border-box; min-height: 490px;
}
.infomation .wrap ul li .top{
	text-align: center; font-size: 24px; font-size: 26px; font-weight: 700; letter-spacing: -0.05em; line-height: calc(36/24);
	padding-bottom: 40px; border-bottom: 1px solid #cecece; box-sizing: border-box; margin-bottom: 50px;
}
.infomation .wrap ul li .top span{color: var(--orange);}
.infomation .wrap ul li .bottom{}
.infomation .wrap ul li .bottom .check{
	display: flex; align-items: flex-start;
	font-size: 20px; font-size: 22px; line-height: 1.3;
	padding: 0 10px; box-sizing: border-box;
	letter-spacing: -0.05em; margin-bottom: 16px;
}
.infomation .wrap ul li .bottom .check:last-child{margin-bottom: 0;}
.infomation .wrap ul li .bottom .check i{
	height: 1.25em; display: flex; align-items: center; color: var(--orange); margin-right: 10px;
}
.infomation .wrap ul li .bottom .plag{
	display: flex; align-items: center; gap: 60px; padding-left: 56px; margin-bottom: 16px;
	box-sizing: border-box;
}
.infomation .wrap ul li .bottom .plag:last-child{margin-bottom: 0;}
.infomation .wrap ul li .bottom .plag div:nth-child(1){width: 46px; border: 1px solid #eeeeee; box-sizing: border-box;}
.infomation .wrap ul li .bottom .plag div:nth-child(2){position: relative;}
.infomation .wrap ul li .bottom .plag div:nth-child(2) img{height: 36px;}
.infomation .wrap ul li .bottom .plag div:nth-child(2) span{
	color: #a3a3a3; font-size: 12px; letter-spacing: -0.05em;
	position: absolute; right: 0; top: 100%; margin-top: 10px;
}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	.infomation .wrap ul li{min-height: unset; padding-bottom: 100px;}
	.infomation .wrap ul li .top{font-size: 20px; padding-bottom: 1.5em; margin-bottom: 1.5em;}
	.infomation .wrap ul li .bottom .check{font-size: 18px; padding: 0;}
	.infomation .wrap ul li .bottom .plag{padding-left: 40px;}
}
@media screen and (max-width:1280px) {
	.infomation{padding: 200px 0;}
	.infomation .bg{clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);}

	.infomation .wrap h3{margin-bottom: 40px;}
	.infomation .wrap h3 p{font-size: 38px; margin-top: 10px;}
	.infomation .wrap h3 div{font-size: 17px;}


	.infomation .wrap ul{gap: 10px;}
	.infomation .wrap ul li{padding: 30px 20px; padding-bottom: 80px;}
	.infomation .wrap ul li .bottom .check{font-size: 16px;}
	.infomation .wrap ul li:nth-child(3) .bottom{display: flex; flex-direction: column; align-items: center;}
	.infomation .wrap ul li .bottom .plag{padding-left: 0; gap: 20px;}
	.infomation .wrap ul li .bottom .plag div:nth-child(2){width: 132px;}
}
@media screen and (max-width:1024px) {
	.infomation .marquee{font-size: 70px;}

	.infomation .wrap h3 p{font-size: 33px;}
	.infomation .wrap h3 div{font-size: 16px;}

	.infomation .wrap ul li .bottom .check{font-size: 14px;}
	.infomation .wrap ul li .bottom .plag div:nth-child(1){width: 40px;}
	.infomation .wrap ul li .bottom .plag div:nth-child(2){width: 110px;}
	.infomation .wrap ul li .bottom .plag div:nth-child(2) img{height: 30px;}
}
@media screen and (max-width:820px) {
	.infomation{padding: 100px 0; margin-bottom: 100px;}
	.infomation .bg{clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);}

	.infomation .wrap h3 p{font-size: 24px; max-width: 500px; margin-left: auto; margin-right: auto;}
	.infomation .wrap h3 p br{display: none;}
	.infomation .wrap h3 div{font-size: 14px;}


	.infomation .wrap ul{flex-direction: column; max-width: 500px;}
	.infomation .wrap ul li{padding-bottom: 60px;}

}
@media screen and (max-width:500px) {
	.infomation .wrap ul li{padding: 20px 14px; border-radius: 12px;}
	.infomation .wrap ul li:last-child{padding-bottom: 50px;}
	.infomation .wrap ul li .top{font-size: 18px; padding-bottom: 14px; margin-bottom: 14px;}
}
@media screen and (max-width:320px) {}








.technical{margin-bottom: 220px;}
.technical .wrap{}
.technical .wrap h3{
	font-size: 46px; font-weight: 700; letter-spacing: -0.05em;
	margin-bottom: 86px;
}
.technical .wrap .cont{
	display: flex; align-items: center; justify-content: center;
}
.technical .wrap .cont .con{
	width: calc( (100% - 80px) / 3 ); text-align: center;
}
.technical .wrap .cont .dotBx{
	display: flex; align-items: center; justify-content: space-between; width: 40px;
}
.technical .wrap .cont .dotBx div{
	width: 7px; height: 7px; border-radius: 50%; background-color: #000;
	animation: dot forwards infinite 3s;
}
.technical .wrap .cont .dotBx div:nth-child(1){}
.technical .wrap .cont .dotBx div:nth-child(2){animation-delay: 0.1s;}
.technical .wrap .cont .dotBx div:nth-child(3){animation-delay: 0.2s;}

@keyframes dot {
	0%{opacity:1}
	50%{opacity:0.2}
	100%{opacity:1}
}

.technical .wrap .cont .con.n1{}
.technical .wrap .cont .con.n1 .imgBx{padding-bottom: 26px;}
.technical .wrap .cont .con.n1 .imgBx img{}
.technical .wrap .cont .con.n1 p{font-size: 20px; font-weight: 700; letter-spacing: -0.05em; line-height: 1.3;}
.technical .wrap .cont .con.n1 p span{color: var(--orange);}

.technical .wrap .cont .con.n2{}
.technical .wrap .cont .con.n2 .box{
	font-size: 18px; letter-spacing: -0.05em; line-height: calc(28/18);
	background-color: var(--orange); border-radius: 17px; color: #fff;
	min-height: 180px; width: 100%; max-width: 350px; margin: 0 auto;
	display: flex; align-items: center; flex-direction: column; justify-content: center;
}
.technical .wrap .cont .con.n2 .box:nth-child(1){margin-bottom: 20px;}
.technical .wrap .cont .con.n2 .box p{
	font-size: 20px; font-weight: 700; letter-spacing: -0.05em; margin-bottom: 6px;
}
.technical .wrap .cont .con.n2 .box p br{display: none;}

.technical .wrap .cont .con.n3{position: relative;}
.technical .wrap .cont .con.n3 .txtBx{
	margin-bottom: 28px; left: 50%; transform: translateX(-50%);
	position: absolute; bottom: 100%;
}
.technical .wrap .cont .con.n3 .txtBx p{
	font-size: 20px; color: var(--orange); font-weight: 700;
	letter-spacing: -0.05em; margin-bottom: 6px;
}
.technical .wrap .cont .con.n3 .txtBx span{
	font-size: 18px; letter-spacing: -0.05em; color: #3c3c3c; line-height: 1.3;
}
.technical .wrap .cont .con.n3 .flexBx{display: flex; flex-direction: column; gap: 20px;}
.technical .wrap .cont .con.n3 .box{
	line-height: 1.3; border: 1px solid #d7d7d7; box-sizing: border-box;
	width: 100%; max-width: 350px; border-radius: 17px; margin: 0 auto;
	padding: 32px 10px;
}
.technical .wrap .cont .con.n3 .box p{
	font-size: 20px; font-weight: 700; letter-spacing: -0.05em; margin-bottom: 8px;
}
.technical .wrap .cont .con.n3 .box div{
	font-size: 18px; font-weight: 300; letter-spacing: -0.05em; margin-bottom: 6px;
}
.technical .wrap .cont .con.n3 .box small{
	font-size: 16px; font-weight: 300; letter-spacing: -0.05em; color: #636363;
}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.technical .wrap .cont .con.n1 .imgBx img{width: 280px;}
	.technical .wrap .cont .con.n1 p{font-size: 18px;}
	.technical .wrap .cont .con.n2 .box{width: 240px; min-height: 160px; font-size: 14px;}
	.technical .wrap .cont .con.n2 .box p{font-size: 16px;}
	.technical .wrap .cont .con.n3 .box{max-width: 260px;}
	.technical .wrap .cont .con.n3 .box p{font-size: 16px;}
	.technical .wrap .cont .con.n3 .box div{font-size: 16px;}
	.technical .wrap .cont .con.n3 .box small{font-size: 14px;}

	.technical .wrap .cont .con.n3 .txtBx{margin-bottom: 10px;}
	.technical .wrap .cont .con.n3 .txtBx p{font-size: 16px;}
	.technical .wrap .cont .con.n3 .txtBx span{font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.technical .wrap{max-width: 700px;}
	.technical .wrap h3{margin-bottom: 30px; font-size: 40px; text-align: center;}
	.technical .wrap .cont{flex-direction: column;}
	.technical .wrap .cont .con{width: 100%;}
	.technical .wrap .cont .dotBx{flex-direction: column; gap: 8px; margin: 40px 0;}

	.technical .wrap .cont .con.n1 .imgBx{border: 1px solid #d7d7d7; box-sizing: border-box; border-radius: 17px; padding: 20px; margin-bottom: 20px;}

	.technical .wrap .cont .con.n2{display: flex; gap: 20px;}
	.technical .wrap .cont .con.n2 .box{min-height: unset; width: calc(50% - 10px); padding: 30px 8px;}
	.technical .wrap .cont .con.n2 .box:nth-child(1){margin-bottom: 0;}

	.technical .wrap .cont .con.n3 .txtBx{position: unset; transform: unset; margin-bottom: 20px;}
	.technical .wrap .cont .con.n3 .flexBx{flex-direction: row; flex-wrap: wrap;}
	.technical .wrap .cont .con.n3 .box{width: calc(50% - 10px); max-width: unset; padding: 30px 8px;}
}
@media screen and (max-width:820px) {
	.technical{margin-bottom: 140px;}
}
@media screen and (max-width:500px) {
	.technical{margin-bottom: 80px;}

	.technical .wrap h3{font-size: 28px;}

	.technical .wrap .cont .con.n1 .imgBx{border-radius: 12px;}
	.technical .wrap .cont .con.n2 .box{border-radius: 12px;}
	.technical .wrap .cont .con.n3 .box{border-radius: 12px;}

	.technical .wrap .cont .con.n1 p span{display: block;}

	.technical .wrap .cont .con.n2{gap: 8px;}
	.technical .wrap .cont .con.n2 .box{width: calc(50% - 4px);}
	.technical .wrap .cont .con.n2 .box br{display: none;}
	.technical .wrap .cont .con.n2 .box p{font-size: 14px;}
	.technical .wrap .cont .con.n2 .box p br{display: block;}

	.technical .wrap .cont .con.n3 .flexBx{gap: 8px;}
	.technical .wrap .cont .con.n3 .flexBx .box{width: calc(50% - 4px);}
	.technical .wrap .cont .con.n3 .box br{display: none;}
	.technical .wrap .cont .con.n3 .box p{font-size: 14px;}
	.technical .wrap .cont .con.n3 .box div{font-size: 12px;}
	.technical .wrap .cont .con.n3 .box small{font-size: 12px;}

}
@media screen and (max-width:320px) {
	.technical .wrap .cont .con.n2{flex-wrap: wrap;}
	.technical .wrap .cont .con.n2 .box{width: 100%;}
	.technical .wrap .cont .con.n3 .flexBx .box{width: 100%;}
}






/* customers */
.customers{background-color: #eeeeef; padding: 90px 0;}
.customers .wrap{max-width: 960px;}
.customers .wrap h3{
	font-size: 46px; font-weight: 700; letter-spacing: -0.05em; line-height: calc(68/46);
	text-align: center; margin-bottom: 62px;
}
.customers .wrap ul{
	display: flex; flex-wrap: wrap; gap: 22px;
}
.customers .wrap ul li{
	width: calc(100% / 4 - (22px * 3 / 4));
	background-color: #fff; border-radius: 16px;
	display: flex; align-items: center; justify-content: center;
	min-height: 84px;
}
.customers .wrap ul li img{max-width: 122px; max-height: 44px;}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	.customers .wrap h3{font-size: 40px; margin-bottom: 1em;}

	.customers .wrap ul{gap: 10px;}
	.customers .wrap ul li{width: calc(100% / 4 - (10px * 3 / 4));}
}
@media screen and (max-width:820px) {
	.customers .wrap h3{font-size: 30px;}

	.customers .wrap ul li{width: calc(100% / 3 - (10px * 2 / 3));}
	.customers .wrap ul li img{max-width: 90px;max-height: 30px;}

}
@media screen and (max-width:500px) {
	.customers{padding: 60px 0;}
	.customers .wrap h3{font-size: 24px;}

	.customers .wrap ul{gap: 8px;}
	.customers .wrap ul li{width: calc(100% / 2 - (8px * 1 / 2)); border-radius: 12px; min-height: 64px;}
	.customers .wrap ul li img{max-width: 70px;max-height: 30px;}

}
@media screen and (max-width:320px) {}