/*--------------- about 섹션--------------*/
.about-wrap{width:100%; padding:var(--gap-140) 0;}
.about-wrap > .inner-wrap{width:calc(100% - var(--layout-flax-margin)); max-width:var(--layout-width); margin:0 auto; display:flex; align-items: center; justify-content: space-between;}
.about-wrap .image-wrap{position:relative; width:calc(50% - 25px); height: 539px; overflow: hidden; transform-style: preserve-3d; transition: all 1.5s ease-in-out;}
.about-wrap .image-wrap .image-inner-wrap{width:100%; height: 100%; background-size:auto calc(140%); background-position:center;}
.about-wrap .text-wrap{width:calc(50% - 50px);}
.about-wrap .text-wrap .tlt{font-size:var(--font-size-xxlarge); font-weight: 800; white-space: normal;}
.about-wrap .text-wrap .stlt{font-size:var(--font-size-medium); color:var(--color-font); margin-top:var(--gap-20);}

@media only screen and (max-width:640px){
	.about-wrap .image-wrap{width:calc(50% - 10px); height: 300px;}
	.about-wrap .text-wrap{ width:calc(50% - 10px);}
}

@media only screen and (max-width:475px){
	.about-wrap .inner-wrap{flex-wrap:wrap; gap:20px;}
	.about-wrap .image-wrap{width:100%; height: 257px;}
	.about-wrap .text-wrap{ width:100%;}
}



.case-wrap{width:100%; padding:var(--gap-140) 0;}
.case-wrap .inner-wrap{width:calc(100% - var(--layout-flax-margin)); max-width:var(--layout-width); margin:0 auto;}
.case-wrap .inner-wrap > .text-wrap{width:100%; max-width:547px; }
.case-wrap .inner-wrap > .text-wrap > .stlt{font-size:var(--font-size-medium); color:var(--color-primary-text);}
.case-wrap .inner-wrap > .text-wrap > .tlt{font-size:var(--font-size-xxxxlarge); font-weight: 800; line-height: 120%;}
.case-wrap .contnet-wrap{margin-top:var(--gap-100); display:flex; flex-direction:column; align-items:flex-end;}
.case-wrap .contnet-wrap .box-wrap{display:flex; align-items: center; gap:var(--gap-50); width:100%; max-width:816px;}
.case-wrap .contnet-wrap .box-wrap > .text-wrap{width:calc(100% - 140px);}
.case-wrap .contnet-wrap .box-wrap > .text-wrap > .tlt{font-size:var(--font-size-xlarge); font-weight: 600;}
.case-wrap .contnet-wrap .box-wrap > .text-wrap > .cont{font-size:var(--font-size-medium); color:var(--color-font); margin-top:var(--gap-20);}
.case-wrap .contnet-wrap .box-wrap > .text-wrap > .cont > li{margin-top:10px;}
.case-wrap .contnet-wrap > .hr{width:100%; max-width:816px; height: 1px; background-color:#d6d6d6; margin:var(--gap-40) 0;}

@media only screen and (max-width:425px){
	.case-wrap .contnet-wrap .box-wrap{display:block;}
	.case-wrap .contnet-wrap .box-wrap > img{margin:0 auto 20px auto;}
	.case-wrap .contnet-wrap .box-wrap > .text-wrap{width:100%;}
}