html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;  /* 기존에 smooth 넣어놨으면 덮어쓰기 */
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}



/* 기본 커서 숨기기 (PC에서만) */
body{
	cursor: none;
}

/* 기본 원 커서: 2rem × 2rem */
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%); /* 마우스 중앙 기준 */
  background: #CA4B40;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
  
  /* 크기 변경 애니메이션 */
  transition: width 0.15s ease, height 0.15s ease;
  
}

/* a, button 위에 올라갔을 때: 8rem × 8rem 로 확대 */
#cursor.hover_s {
  width: 4.8rem;
  height: 4.8rem;
}

/* 모바일에서는 기본 커서 사용 */
@media (max-width: 768px) {
  #cursor {
    display: none;
  }
  body {
    cursor: auto;
  }
}

input, textarea, button, a{cursor: none !important;}













.more_btn{
  display: flex;
  width:  283px;
  height: 56px;
  border-radius: 60px;
  border: 2px solid #CA4B40;
  color: #CA4B40;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  column-gap: 10px;
  transition-duration: 0.3s;
}
.more_btn span{
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}
.more_btn:hover,
.more_btn:active{
  background-color: #CA4B40;
  color: #FFF7F0;
}
.page_tit{
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #CA4B40;
  text-transform: uppercase;
}
.t_wrap{
  overflow: hidden;
  display: inline-block;
  line-height: 1.4;
}
.t_wrap>span{
  position: relative;
  display: block;
}
.t_wrap span .char{
  display: inline-block;
}

@media screen and (max-width: 768px){
  .more_btn{font-weight: 700;}
  .page_tit{font-size: 3.8rem; }
}
@media screen and (max-width: 500px){
  .more_btn{padding: 0 20px; height: 52px; font-size: 13.6px;  background-color: #CA4B40; color: #FFF;}
  .more_btn span{font-size: 16.4px;}
  .page_tit{font-size: 22.4px;}
}















#about{
  position: relative;
  margin-top: 72px;
}
#about>.about{
  background-color: #FFF7F0;
  display: flex;
}
#about>.about>div{
  width: 50%;
}
#about>.about .left_wrap{
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 140px;
}
#about>.about .left_wrap .wrap1720{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}




#about>.about .left_wrap .txt_wrap{
  margin-top: 200px;
}
#about>.about .left_wrap .img_box img{
  max-width: 100%;
  width: 570px;
}
#about>.about .left_wrap p{
  font-size: 2rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.7;
  margin-top: 96px;
}
#about>.about .right_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
#about>.vision{
  padding-top: 120px;
  padding-bottom: 140px;
}
#about>.vision .flex_wrap{
  display: flex;
  align-items: flex-end;
  margin-top: 96px;
  column-gap: 96px;
}

#about>.vision .left_wrap p{
  font-size: 11.9rem;
  line-height: 1.5;
  color: #1E1E1E;
  font-weight: 400;
  display: flex;
  column-gap: 30px;
}
#about>.vision .left_wrap p i{
  position: relative;
  display: inline-block;
}
#about>.vision .left_wrap p i.a{top: -20px;}
#about>.vision .left_wrap p i.d{top: -8px;}
#about>.vision .left_wrap p i.e{top: -8px;}
#about>.vision .left_wrap p:first-child>span:nth-child(2){
  display: flex;
}


#about>.vision .right_wrap .vision_list>li:not(:last-child){
  margin-bottom: 56px;
}
#about>.vision .right_wrap .vision_list>li h4{
  font-size: 1.8rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.7;
} 
#about>.vision .right_wrap .vision_list>li p{
  font-size: 1.8rem;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 1.7;
}
#about>.vision .right_wrap .vision_list>li p.mt-12{
  margin-top: 12px;
}


#about>.ci{
  position: relative;
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 140px;
}
#about>.ci .page_tit{
  text-align: center;
}
#about>.ci .ci_box{
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px;
  margin-top: 64px;
}
#about>.ci .ci_box>img{
  max-width: 100%;
  max-height: 100%;
}
#about>.ci .ci_box>img.mob_img{
  display: none;
}


@media screen and (max-width: 1920px){
  #about>.about .left_wrap .wrap1720{position: relative; left: 0; transform: translate(0); padding: 0 100px;}
}



@media screen and (max-width: 1750px){
  #about>.about .left_wrap .wrap1720{padding: 0 20px;}

  #about>.vision .flex_wrap{column-gap: 0; justify-content: space-between;}
  #about>.vision .flex_wrap {align-items: center;}
  #about>.vision .flex_wrap>div{width: 48%;}
  #about>.vision .left_wrap p:first-child{flex-direction: column;}
}


@media screen and (max-width: 1460px){
  
  #about>.vision .left_wrap p{font-size: 8.151vw;}
  #about>.vision .left_wrap p i img{width: 100%;}
  #about>.vision .left_wrap p i.a{width: 5.548vw;}
  #about>.vision .left_wrap p i.d{width: 6.233vw;}
  #about>.vision .left_wrap p i.e{width: 5.616vw;}

}
@media screen and (max-width: 1280px){
  #about>.ci .ci_box .ci_info{width: 50%;}
  #about>.ci .ci_box .ci_info>li{width: 100%;}
  #about>.vision .left_wrap p{font-size: 7.031vw;}
  #about>.vision .left_wrap p i.a{width: 4.766vw; top: -13px;}
  #about>.vision .left_wrap p i.d{width: 5.547vw;}
  #about>.vision .left_wrap p i.e{width: 4.844vw;}
}
@media screen and (max-width: 1024px){
  #about>.about .left_wrap{padding-top: 90px; padding-bottom: 110px;}
  #about>.about .left_wrap .txt_wrap{margin-top: 100px;}
  #about>.about .left_wrap p{margin-top: 76px;}
  #about>.vision{padding-top: 90px; padding-bottom: 110px;}
  #about>.vision .flex_wrap{flex-direction: column; row-gap: 76px; margin-top: 76px; align-items: flex-start;}
  #about>.vision .flex_wrap>div{width: 100%;}
  #about>.vision .left_wrap{width: 100%;}
  #about>.vision .left_wrap p{font-size: 11.621vw; display: block;}
  #about>.vision .left_wrap p i img{width: 100%;}
  #about>.vision .left_wrap p i.a{width: 7.910vw;}
  #about>.vision .left_wrap p i.d{width: 8.887vw;}
  #about>.vision .left_wrap p i.e{width: 8.008vw;}
  #about>.vision .left_wrap p:first-child>span:nth-child(2){display: inline-block;}
  #about>.vision .right_wrap{width: 100%;}
  #about>.ci{padding-top: 110px; padding-bottom: 130px;}
  #about>.ci .ci_box{padding: 40px;}
  #about>.ci .ci_box .ci_info{margin-left: 50px;}
  #about>.ci .ci_box .ci_info>li::before{left: -40px;}
  
}

@media screen and (max-width: 768px){
  #about{margin-top: 60px;}
  #about>.about{flex-direction: column;}
  #about>.about>div{width: 100%;}
  #about>.about .left_wrap{padding: 0 20px; padding-top: 60px; padding-bottom: 80px;}
  #about>.about .left_wrap .wrap1720{padding: 0; width: 100%;}
  #about>.about .left_wrap .txt_wrap{margin-top: 70px;}
  #about>.about .left_wrap p{margin-top: 56px;}
  #about>.about .right_wrap{width: 100%; height: 450px;}
  #about>.about .right_wrap img{width: 100%; height: 100%; object-fit: cover; }
  #about>.vision{padding-top: 60px; padding-bottom: 80px;}
  #about>.vision .flex_wrap{flex-direction: column; row-gap: 56px; margin-top: 20px;}
  #about>.vision .left_wrap p i img{width: 100%;}
  #about>.vision .left_wrap p i.a{top: -12px;}
  #about>.vision .left_wrap p i.d{top: -3px;}
  #about>.vision .left_wrap p i.e{top: -3px;}
  #about>.vision .right_wrap .vision_list>li:not(:last-child){margin-bottom: 24px;}
  #about>.vision .right_wrap .vision_list>li p.mt-12{margin-top: 6px;}
  #about>.ci{padding-top: 80px; padding-bottom: 100px;}

  /*
  #about>.ci .ci_box{flex-direction: column; padding: 24px 8px; row-gap: 24px; margin-top: 50px;}
  #about>.ci .ci_box .logo_box{width: 100%; padding: 42.5px 0;}
  #about>.ci .ci_box .ci_info{display: flex; flex-direction: column; row-gap: 8px; margin-left: 0; width: 100%;}
  #about>.ci .ci_box .ci_info>li{width: 100%; text-align: center; height: auto; font-size: 20px; padding: 20.38px 0; margin: 0;}
  #about>.ci .ci_box .ci_info>li::before{display: none;}
  */

  #about>.ci .ci_box>img.pc_img{display: none;}
  #about>.ci .ci_box>img.mob_img{display: block;}
}

@media screen and (max-width: 500px){
  #about>.about .left_wrap{padding: 48px 18px;}
  #about>.about .left_wrap .txt_wrap{margin-top: 64px;}
  #about>.about .left_wrap p{margin-top: 40px; font-size: 1.8rem;}
  #about>.about .right_wrap{height: 375px;}
  #about>.vision{padding-top: 48px; padding-bottom: 48px;}
  #about>.vision .flex_wrap{flex-direction: column; row-gap: 48px; margin-top: 40px;}


  #about>.vision .left_wrap p{font-size: 11.735vw;}
  #about>.vision .left_wrap p i.a{width: 7.945vw;}
  #about>.vision .left_wrap p i.d{width: 8.973vw;}
  #about>.vision .left_wrap p i.e{width: 8.000vw;}

  #about>.vision .left_wrap p i.a{top: -2.25vw;}
  #about>.vision .left_wrap p i.d{top: -0.750vw;}
  #about>.vision .left_wrap p i.e{top: -0.2vw;}
  #about>.vision .right_wrap .vision_list>li p{font-size: 1.6rem;}
  #about>.vision .right_wrap .vision_list>li p br{display: none;} 
  #about>.vision .right_wrap .vision_list>li p.mt-12{margin-top: 4px;}


  #about>.ci{padding-top: 48px; padding-bottom: 48px;}
  #about>.ci .ci_box{margin-top: 40px; padding: 20px;}

  /*
  #about>.ci .ci_box .logo_box img{width: 110px;}
  #about>.ci .ci_box .ci_info>li{width: 100%; }
  */

}
















#whatwedo{
  position: relative;
}
#whatwedo .wrap1720{
  padding-top: 192px;
  padding-bottom: 180px;
}
#whatwedo .page_tit{
  text-align: center;
}

#whatwedo .whatwedo_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 96px;
}
#whatwedo .whatwedo_list>li{
  width: calc(33.3333% - 13.3333px);
  background-color: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 30px;
  box-sizing: border-box;
  min-height: 296px;
}
#whatwedo .whatwedo_list>li .icon_wrap{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
#whatwedo .whatwedo_list>li .icon_wrap>div{
  width: 68px;
}
#whatwedo .whatwedo_list>li .icon_wrap>div img{
  width: 100%;
}

#whatwedo .whatwedo_list>li .txt_wrap{
  margin-top: 14px;
  text-align: center;
}
#whatwedo .whatwedo_list>li .txt_wrap h4{
  font-size: 2.4rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.5;
  margin-bottom: 14px;
}
#whatwedo .whatwedo_list>li .txt_wrap p{
  font-size: 2rem;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 1.7;
}
@media screen and (max-width: 1024px){
  #whatwedo .wrap1720{padding-top: 162px; padding-bottom: 150px;}
  #whatwedo .whatwedo_list{margin-top: 76px;}
  #whatwedo .whatwedo_list>li{width: calc(50% - 12px);}

}
@media screen and (max-width: 768px){
  #whatwedo .wrap1720{padding-top: 130px; padding-bottom: 120px;}
  #whatwedo .whatwedo_list{margin-top: 56px;}

  #whatwedo .whatwedo_list>li .txt_wrap{padding-top: 10px;}
  #whatwedo .whatwedo_list>li .txt_wrap h4{font-size: 2.2rem; margin-bottom: 10px;}
  #whatwedo .whatwedo_list>li .txt_wrap p{font-size: 14px;}
}
@media screen and (max-width: 500px){
  #whatwedo .wrap1720{padding-top: 100px; padding-bottom: 90px;}
  #whatwedo .whatwedo_list{margin-top: 20px; column-gap: 10px;}
  #whatwedo .whatwedo_list>li{width: 100%; min-height: 0;}

  #whatwedo .whatwedo_list>li .txt_wrap{padding: 0 10px; margin-top: 4px;}
  #whatwedo .whatwedo_list>li .txt_wrap h4{font-size: 2rem; margin-bottom: 4px;}
  #whatwedo .whatwedo_list>li .txt_wrap p{font-size: 13px;}

}




























#contact{
  position: relative;
  margin-top: 192px;
  margin-bottom: 140px;
}
#contact .wrap1720{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

#contact .left_wrap{
  width: 33%;
}
#contact .left_wrap h3{
  font-size: 8rem;
  position: relative;
  z-index: 1;
}
#contact .left_wrap h3 span{
  position: relative;
  display: inline-block;
}
#contact .left_wrap h3 span::before{
  content:'';
  display: block;
  position: absolute;
  left: -90px;
  top: -120px;
  width: 370px;
  height: 316px;
  
  z-index: -1;
  background: url(/html/_img/sub/contact_circle.png) no-repeat center / cover;
}
#contact .left_wrap .info_wrap{
  margin-top: 28px;
  margin-bottom: 48px;
}
#contact .left_wrap .info_wrap dl{
	display: flex;
	column-gap: 84px;
	margin-bottom: 24px;
}
#contact .left_wrap .info_wrap dl:last-child{margin-bottom: 0;}
#contact .left_wrap .info_wrap dl>dt{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7;
	color: #CA4B40;
	width: 86px;
}
#contact .left_wrap .info_wrap dl>dd{
	font-size: 1.8rem;
	font-weight: 400;
	color: #CA4B40;
	width: calc(100% - 170px)
}
#contact .map_wrap{
	width: 100%;
	height: 346px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(204,204,204,0.9);
} 
#contact .map_wrap .map_box{
	width: 100%;
	height: 100%;
	position: relative;
}
#contact .map_wrap .map_box .root_daum_roughmap{
	width: 100%;
	height: 100%;
	box-sizing: border-box !important;
}
#contact .map_wrap .map_box .root_daum_roughmap .wrap_map{
	height: 100%;
	height: 100%;
	box-sizing: border-box !important;
}
#contact .map_wrap .map_box .root_daum_roughmap .wrap_controllers,
#contact .map_wrap .map_box .root_daum_roughmap .cont{
	display: none;
}

#contact .root_daum_roughmap_landing .border1,
#contact .root_daum_roughmap_landing .border2,
#contact .root_daum_roughmap_landing .border3,
#contact .root_daum_roughmap_landing .border4{display: none;}





#contact .right_wrap{
  width: 65%;
}

#contact .right_wrap .wrap{
  display: flex;
  flex-wrap: wrap;
  row-gap: 48px;
  justify-content: space-between;
}
#contact .right_wrap .wrap dl{
  width: calc(50% - 10px);
}
#contact .right_wrap .wrap dl dt{
  font-size: 1.8rem;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 24px;
  line-height: 1;
}
#contact .right_wrap .wrap dl dd{
  display: flex;
}
#contact .right_wrap .wrap dl dd input,
#contact .right_wrap .wrap dl dd textarea{
  appearance: none;
  border: unset;
  background-color: #F5F5F5;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 400;
  color: #1e1e1e;
}
#contact .right_wrap .wrap dl dd input::placeholder,
#contact .right_wrap .wrap dl dd textarea::placeholder{
  color: #B3B3B3;
}
#contact .right_wrap .wrap dl.file,
#contact .right_wrap .wrap dl.content{
  width: 100%;
}
#contact .right_wrap .wrap dl.file dd{
  display: flex;
  justify-content: space-between;
}
#contact .right_wrap .wrap dl.file dd input#addfile{
  width: calc(100% - 156px);
}
#contact .right_wrap .wrap dl.file dd button{
  display: flex;
  width: 136px;
  height: 52px;
  border: 1px solid #D9D9D9;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}
#contact .right_wrap .wrap dl dd textarea{
  height: 138px;
  padding: 24px;
  resize: none;
}
#contact .right_wrap .submit_btn{
  background-color: #CA4B40;
  color: #FFF;
  margin-top: 48px;
  height: 65px;
}



@media screen and (max-width: 1750px){
  #contact .left_wrap .info_wrap dl{column-gap: 0px;}
  #contact .left_wrap .info_wrap dl>dd{width: calc(100% - 86px);}
}
@media screen and (max-width: 1024px){
  #contact{margin-top: 162px; margin-bottom: 110px;}
  #contact .wrap1720{flex-direction: column; row-gap: 96px;}
  #contact .left_wrap{width: 100%;}
  #contact .left_wrap .info_wrap dl{column-gap: 84px;}
  #contact .left_wrap .info_wrap dl>dd{width: calc(100% - 170px);}

  #contact .right_wrap{width: 100%;}
}
@media screen and (max-width: 768px){
  #contact{margin-top: 130px; margin-bottom: 80px;}
  #contact .wrap1720{row-gap: 76px;}
  #contact .left_wrap h3{font-size: 6rem;}
  #contact .left_wrap h3 span::before{display: none;}
  #contact .left_wrap .info_wrap dl{column-gap: 20px; margin-bottom: 24px;}
  #contact .map_wrap{height: 246px;}
  #contact .right_wrap .wrap{row-gap: 28px}
  #contact .right_wrap .wrap dl{width: calc(50% - 5px);}
  #contact .right_wrap .wrap dl dt{margin-bottom: 15px;}
  #contact .right_wrap .wrap dl.file dd input#addfile{width: calc(100% - 146px);}
  
}
@media screen and (max-width: 500px){
  #contact{margin-top: 120px; margin-bottom: 80px;}
  #contact .wrap1720{row-gap: 24px;}
  #contact .left_wrap h3{font-size: 32px;}
  #contact .left_wrap .info_wrap{margin-bottom: 40px;}
  #contact .left_wrap .info_wrap dl{column-gap: 0px;}
  #contact .left_wrap .info_wrap dl>dd{width: calc(100% - 86px);}
  #contact .left_wrap .info_wrap dl>dt{width: 64px; font-size: 14.4px;}
	#contact .left_wrap .info_wrap dl>dd{width: calc(100% - 64px); font-size: 14.4px;}

  #contact .right_wrap .wrap{row-gap: 24px;}
  #contact .right_wrap .wrap dl{width: 100%;}
  #contact .right_wrap .wrap dl dt{margin-bottom: 12px;}
  #contact .right_wrap .wrap dl dd input,
  #contact .right_wrap .wrap dl dd textarea{font-size: 14px;}
  #contact .right_wrap .wrap dl dd textarea{height: 123px; padding: 24px;}
  #contact .right_wrap .wrap dl.file dd input#addfile{width: calc(100% - 88px);}
  #contact .right_wrap .wrap dl.file dd button{height: 52px; font-size: 14px; width: 80px;}
  #contact .right_wrap .submit_btn{height: 56px;}
  
}


















#user_guide_sec{
  position: relative;
  margin-top: 192px;
  margin-bottom: 140px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px){
  #user_guide_sec{margin-top: 162px; margin-bottom: 110px;}
}
@media screen and (max-width: 768px){
  #user_guide_sec{margin-top: 120px; margin-bottom: 80px;}
}
@media screen and (max-width: 500px){
  #user_guide_sec{margin-top: 90px; margin-bottom: 50px;}
}


































