._about{}
._about .contents{
	padding-top: 174px; padding-bottom: 120px;
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._about h3{font-size: max(calc(50/1024*100vw),38px) !important;}
}
@media screen and (max-width:1024px) {
	._about h3{font-size: max(calc(38/1024*100vw),22px) !important;}
}
@media screen and (max-width:820px) {
	._about .contents{padding-top: 100px;}
}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}




._about .s1{}
._about .s1 .top{margin-bottom: 120px;}
._about .s1 .top > small{
	font-size: 30px; color: var(--point-color-1); text-align: center; font-weight: 500;
	margin-bottom: max(1.3em,20px);
}
._about .s1 .top .svg{
	text-align: center; overflow: hidden;
	margin-bottom: 70px;
}
._about .s1 .top .svg svg{width: 533px;}
._about .s1 .top h4{
	font-size: 60px; font-size: 44px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.5; text-align: center;
	margin-bottom: max(calc(100/60*1em),24px);
}
._about .s1 .top h4 span{color: var(--point-color-2);}

._about .s1 .top > p{font-size: 20px; text-align: center; line-height: 1.84;}

._about .s1 .gradiant{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(180deg,
	rgba(255, 255, 255, 1) 0%,
	rgba(255, 255, 255, 0) 100%);
	display: none;
}

._about .s1 .bgArea{
	position: relative; padding-top: 700px; padding-top: 200px; padding-bottom: 200px; overflow: hidden;
}
._about .s1 .bgArea .bg{
	position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;
	z-index: -1;
}
._about .s1 .bgArea .bg img{
	width: 100%; height: 100%; object-fit: cover; filter: brightness(0.3);
}
._about .s1 .bgArea .txtBx{
	font-size: 23px; font-weight: 500; color: #fff; letter-spacing: -0.04em; line-height: 1.956;
	text-align: center;
}
._about .s1 .bgArea .txtBx p{margin-bottom: 1.4em;}
._about .s1 .bgArea .txtBx p:last-child{
	margin-bottom: 0; font-size: 1.2em; font-weight: 700;
}
._about .s1 .bgArea .txtBx span{color: var(--point-color-1);}

._about .s1 .bgArea .txtBx p br.show{display: none;}


/* 모션 셋팅 */
._about .s1 .top > small{opacity: 0; transform: translateY(60px);}
._about .s1 .top .svg svg{opacity: 0; transform: translateY(60px);}
._about .s1 .top h4{opacity: 0; transform: translateY(60px);}
._about .s1 .top > p{opacity: 0; transform: translateY(60px);}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	._about .s1 .bgArea{padding: 160px 0;}
	._about .s1 .bgArea .txtBx{font-size: 18px; max-width: 700px; margin: 0 auto;}
	._about .s1 .bgArea .txtBx p br{display: none;}
	._about .s1 .bgArea .txtBx p br.show{display: block;}
}
@media screen and (max-width:1280px) {
	._about .s1 .top .svg svg{width: max(calc(533/1280*100vw),200px);}}
@media screen and (max-width:1024px) {
	._about .s1 .top h4{font-size: max(calc(44/1024*100vw),20px);}
	._about .s1 .top > p{font-size: 18px;}
}
@media screen and (max-width:820px) {
	._about .s1 .top > small{font-size: max(calc(30/820*100vw),20px);}
	._about .s1 .top > p{font-size: 16px;}
	._about .s1 .top > p br{display: none;}

	._about .s1 .bgArea{padding: 100px 0;}
	._about .s1 .bgArea .txtBx{font-size: 14px;}
}
@media screen and (max-width:500px) {
	._about .contents{padding-top: 80px;}
	._about .s1 .top{margin-bottom: 80px;}
	._about .s1 .top .svg{margin-bottom: 50px;}
	._about .s1 .top > p{font-size: 14px;}

	._about .s1 .bgArea .txtBx{font-size: 14px;}
}
@media screen and (max-width:320px) {}







._about .s2{background-color: #f8f8f8; padding: 150px 0;}
._about .s2 h3{
	text-align: center; margin-bottom: 90px;
	font-size: 60px;
}
._about .s2 h3 div{overflow: hidden;}

._about .s2 h3 span{
	display: block;
	font-size: max(0.5em,20px); letter-spacing: -0.025em; font-weight: 500; color: var(--point-color-1);
}
._about .s2 h3 div:nth-child(2){margin-top: calc(24/60*1em); margin-bottom: calc(50/60*1em);}
._about .s2 h3 p{
	letter-spacing: -0.025em; font-weight: 700; color: #181818;
}
._about .s2 h3 small{
	font-size: 25px; letter-spacing: -0.04em; font-weight: 500; line-height: 1.76;
}
._about .s2 .rowBx{display: flex; flex-direction: column; gap: 20px;}
._about .s2 .row{
	display: flex; justify-content: center;
	border-radius: 20px 0 0 20px; overflow: hidden; background-color: #fff;
}
._about .s2 .row .imgBx{width: 40%; position: relative;}
._about .s2 .row .imgBx::before {
	content:''; display: block; padding-bottom: calc(500/560*100%);
}
._about .s2 .row .imgBx img{
	position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
	width: 100%; height: 100%; object-fit: cover;
}
._about .s2 .row .imgBx img.contain{object-fit: contain;}
._about .s2 .row .txtBx{
	width: 60%; padding: 80px; padding-bottom: 40px; padding-right: 40px; box-sizing: border-box;
}
._about .s2 .row .txtBx h4{
	font-size: 35px; font-weight: 700; letter-spacing: -0.025em;
	color: var(--point-color-2); line-height: 1.428; margin-bottom: 24px;
}
._about .s2 .row .txtBx p{
	font-size: 20px; letter-spacing: -0.04em;  color: #333333; line-height: 2;
}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	._about .s2 .row .txtBx{
		padding: 20px; padding-left: 40px;
		display: flex; flex-direction: column; justify-content: center;
	}
	._about .s2 .row .txtBx h4{font-size: 28px;}
	._about .s2 .row .txtBx p{font-size: 18px;}
}
@media screen and (max-width:1280px) {
	._about .s2 h3 small{font-size: 18px;}


	._about .s2 .row .txtBx h4{font-size: 20px;}
	._about .s2 .row .txtBx p{font-size: 16px; max-width: 500px;}
	._about .s2 .row .txtBx p br{display: none;}
}
@media screen and (max-width:1024px) {
	._about .s2 h3 small{font-size: 16px;}

	._about .s2 .rowBx{flex-direction: row; flex-wrap: wrap;}
	._about .s2 .row{flex-direction: column; justify-content: flex-start; width: calc(50% - 10px); border-radius: 10px;}
	._about .s2 .row .imgBx{width: 100%;}
	._about .s2 .row .imgBx img{width: 100%;}

	._about .s2 .row .txtBx{padding: 40px 20px; width: 100%;}
}
@media screen and (max-width:820px) {
	._about .s2{padding: 100px 0;}
	._about .s2 .row{width: 100%;}
}
@media screen and (max-width:500px) {
	._about .s2 h3{margin-bottom: 40px;}
	._about .s2 h3 span{font-size: 16px;}
	._about .s2 h3 small{font-size: 14px;}
	._about .s2 h3 small br{display: none;}

	._about .s2 .row .imgBx::before {display: none;}
	._about .s2 .row .imgBx img{object-fit: cover; position: unset; transform: unset;}

	._about .s2 .row .txtBx h4{font-size: 18px;}
	._about .s2 .row .txtBx p{font-size: 14px;}
}
@media screen and (max-width:320px) {}






._about .s3{padding-top: 150px;}
._about .s3 .wrap{}

._about .s3 h4{
	margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: var(--point-color-1);
}

._about .s3 .swiperBx{position: relative;}

._about .s3 .swiper{}
._about .s3 .swiper-slide{
	position: relative; border-radius: 0 20px 20px 20px; overflow: hidden; cursor: pointer;
	border: 1px solid #eee; box-sizing: border-box;
}
._about .s3 .swiper-slide::before {
	content:''; display: block; padding-bottom: calc(554/667*100%);
}
._about .s3 .swiper-slide img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;
}
._about .s3 .swiperBx i{
	font-size: 46px; font-weight: 500;
	cursor: pointer;
	position: absolute; top: 50%; transform: translate(calc(100% + 40px),-50%);
	right: 0; color: #888;
}
._about .s3 .swiperBx i:hover{color: #000;}



._about .s3 h3{
	font-size: 50px !important; font-weight: 700; letter-spacing: -0.025em;
	display: flex; align-items: center; justify-content: flex-start; gap: 50px;
	flex-wrap: wrap; margin-bottom: 50px;
	padding-top: 160px;
}
._about .s3 h3 div{overflow: hidden;}
._about .s3 h3 div p{}
._about .s3 h3 small{
	font-size: 18px; font-weight: 500; color: #777777; line-height: 1.555;
	letter-spacing: -0.025em;
}
._about .s3 .mapArea{
	display: flex; align-items: center; justify-content: center; gap: 50px;
}
.root_daum_roughmap .map_border{display: none;}
._about .s3 .mapArea .map{
	border-radius: 20px; overflow: hidden;
	width: 100%; min-width: 1080px; max-width: 1080px; height: 450px;
}
.root_daum_roughmap_landing{width: 100% !important; height: 100% !important;}
.root_daum_roughmap .wrap_map{height: 100% !important;}
.root_daum_roughmap .cont .section.lst{display: none;}

._about .s3 .infoArea{}
._about .s3 .infoArea .box{}
._about .s3 .infoArea .box:nth-child(1){margin-bottom: 60px;}
._about .s3 .infoArea .box em{
	font-size: 20px; color: var(--point-color-2); font-weight: 600; letter-spacing: -0.025em;
	margin-bottom: 10px;
}
._about .s3 .infoArea .box .row{
	display: flex; color: #333333; align-items: flex-start;
	letter-spacing: -0.025em; line-height: 1.625; gap: 10px;
	white-space: nowrap;
}
._about .s3 .infoArea .box .row p{
	font-family: var(--font); min-width: calc(42/16*1em); position: relative;
}
._about .s3 .infoArea .box .row p::before {
	content:''; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
	width: 2px; height: 1em; background-color: #000; opacity: 0.4;
}
._about .s3 .infoArea .box .row span{
	display: flex; align-items: center;
}
._about .s3 .infoArea .box .row small{font-size: 14px;}
._about .s3 .infoArea .box > p{
	color: #333333;
	letter-spacing: -0.025em; line-height: 1.625;
}
._about .s3 .infoArea .box .copy{
	font-size: 12px; display: inline-flex; align-items: center; justify-content: center;
	border-radius: 7px; color: #fff; background-color: var(--point-color-1); cursor: pointer;
	width: 60px; height: 25px; margin-top: 10px;
}
._about .s3 .infoArea .box .copy:hover{
	background-color: var(--point-color-2);
}


@media screen and (max-width:1600px) {
	._about .s3 .infoArea .box .row span{display: block;}
	._about .s3 .swiperBx i{
		right: 20px; transform: translateY(-50%); z-index: 2;
		width: 1.6em; height: 1.6em; border-radius: 50%; background-color: rgba(0,0,0,0.5);
		color: #fff !important; display: flex; align-items: center; justify-content: center;
		font-size: 40px;
	}
}
@media screen and (max-width:1440px) {
	._about .s3 .mapArea{flex-direction: column;}
	._about .s3 .mapArea .map{width: 100%; max-width: unset; min-width: unset;}
	._about .s3 .infoArea{width: 100%;}
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._about .s3 .swiperBx i{font-size: 24px;}
	._about .s3 h3{flex-direction: column; gap: 20px; align-items: flex-start;}
}
@media screen and (max-width:820px) {
	._about .s3{padding-top: 100px;}

	._about .s3 h3{font-size: 40px !important; padding-top: 100px;}
	._about .s3 h3 small{font-size: 16px;}
	._about .s3 h3 small br{display: none;}

	._about .s3 .mapArea .map{border-radius: 10px;}
}
@media screen and (max-width:500px) {

	._about .s3 h4{margin-bottom: 10px;}
	._about .s3 .swiper-slide{border-radius: 0 10px 10px 10px;}
	._about .s3 .swiperBx i{font-size: 22px; right: 10px;}

	._about .s3 h3{font-size: 30px !important; margin-bottom: 30px;}
	._about .s3 h3 small{font-size: 14px;}


	._about .s3 .mapArea{gap: 20px;}
	._about .s3 .mapArea .map{border-radius: 4px; height: 100vw;}
	._about .s3 .infoArea .box:nth-child(1){margin-bottom: 40px;}
}
@media screen and (max-width:320px) {}