/**--------------------------- 서브 비주얼 **/
.sub_visual {position: relative; overflow: hidden; padding:5rem 0 ; z-index: -1; }
.sub_visual .inner {display: flex; flex-direction: column; justify-content: center; height:inherit;}
.sub_visual .inner h2 {
  color: #313131;
  text-align: center;
  font-family: "Prosto One";
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.975rem */
  letter-spacing: 0.06375rem;}

.sub_visual .inner p {
  margin-top:0.875rem;
  color: #B6B6B6; 
  text-align: center;
  font-family: SUIT;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.25rem */
  letter-spacing: -0.025rem;}
 

@media screen and (max-width:640px){
  .sub_visual {    }
  .sub_visual .inner h2 { }
}


@keyframes bgZoom-sub { 
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/**--------------------------- 서브 **/
/** 공통 */
.content { padding-bottom:5rem;}
 
@media screen and (max-width:640px){
  .content {padding-top:3rem;}
  .content h3 {padding-top:3rem;}
}

.block-2 {
  display: grid;
  grid-template-columns:  repeat(2,1fr); 
  gap: 2.5rem;
}

.block-3 {
  display: grid;
  grid-template-columns:  repeat(3,1fr); 
  gap: 2.5rem;
}

@media screen and (max-width:640px){
  .block-2 {
    grid-template-columns:  repeat(1,1fr); 
  }
  .block-3 {
    grid-template-columns:  repeat(1,1fr); 
  }
}

 

/*inp 공통*/
input,select,textarea,button {font-size: inherit; font-family: inherit; vertical-align: middle}
input{-webkit-appearance: none; -webkit-border-radius: 0; outline: none; border: none}
input[type="text"]::placeholder{color: inherit}
input[type='checkbox'], input[type='radio']{clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px}

.inp_wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1rem; }
.inp_wrap + .inp_wrap { margin-top: 2.5rem; }

@media (max-width: 768px) {   
  .inp_wrap {   grid-template-columns: minmax(0, 1fr);  gap: 2.5rem}    
}
 
.inp_wrap .inp_box.full { grid-column: 1 / 3; }

.inp_wrap .inp_box > .tit_box { margin-bottom: 1rem; }
.inp_wrap .inp_box .tit_box .tit { font-size: 1.125rem; font-weight: 600; }
.inp_wrap .inp_box .tit_box .tit .required { display: flex; align-items: flex-start; justify-content: flex-start; }
.inp_wrap .inp_box .tit_box .tit .required:before { content: '*'; margin-right: 0.3rem; color: var(--blue); color: #F6863F }
.inp_wrap .inp_box .tit_box .tit + .desc { margin-top: 0.5rem; padding-left: 1em; font-size: 1.3rem; color: #777777; }

.inp_wrap .inp_box .variable {padding: 1rem 0 ; font-size: 0.9rem; color:#B22222;}

.inp_wrap .inp_box .inp { height: 3.75rem; line-height: 3.75rem; padding: 0 1rem; border-radius: 0.25rem; box-shadow: 0 0 0 0.8px #e6e6e6; background-color: #fff; overflow: hidden; }
.inp_wrap .inp_box .inp.focus { box-shadow: 0 0 0 0.8px #000; }
.inp_wrap .inp_box .inp input { width: 100%; height: 100%; background-color: transparent; font-size: 1rem; color: #000; text-align: left; border: none; } 
.inp_wrap .inp_box .inp input:focus {outline: none;  ;} 
.inp_wrap .inp_box .inp input::placeholder { color: #B6B6B6; }


.inp_wrap .inp_box .inp.focus.text { box-shadow: 0 0 0 0.8px #000; }
.inp_wrap .inp_box .inp.text { height: auto; padding: 1rem; }
.inp_wrap .inp_box .inp.text textarea { width: 100%; height: 100%; min-height: 13rem; background-color: transparent; resize: none; border: 0; font-size: 1rem; }
.inp_wrap .inp_box .inp.text textarea:focus {outline: none; ;}
.inp_wrap .inp_box .inp.text textarea::placeholder { color: #B6B6B6; }

.inp_wrap .inp_box .radio_box { display: flex; align-items: center; justify-content: flex-start; gap:0.5rem; flex-wrap: wrap;  }
.inp_wrap .inp_box .radio_box .radio {  }
.inp_wrap .inp_box .radio_box .radio + .radio {   }
.inp_wrap .inp_box .radio_box .radio input[type=radio] { display: none; }
.inp_wrap .inp_box .radio_box .radio label { display: inline-block;   padding: 1rem 1.75rem; font-size: 1rem; font-weight: 600; color: #B6B6B6; border-radius: 2em; border: 1px solid #B6B6B6; cursor: pointer; transition: background-color 0.3s, color 0.3s; }
.inp_wrap .inp_box .radio_box .radio input:checked + label { background-color: #000; color: #fff; border-color: #000; }

.inp_wrap .inp_box .attach_box { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; }
.inp_wrap .inp_box .attach_box .inp_btn_wrap{display: grid; grid-template-columns: minmax(0, 1fr) auto; flex: 1;}
.inp_wrap .inp_box .attach_box .inp { display: flex; align-items: center; width: 100%; height: auto; min-height: 3.75rem; line-height: unset;}
.inp_wrap .inp_box .attach_box .btn_wrap { margin-top: 0; margin-left: 1rem; flex-shrink: 0; }
.inp_wrap .inp_box .attach_box .btn { height: 3.75rem; line-height: 3.75rem; padding: 0 1.5rem; background-color: #fff; font-size: 1.125rem; font-weight: 600; box-shadow: 0 0 0 1px #000; border-radius: 0.5rem; flex-shrink: 0; color: #000; transition: background-color 0.5s, color 0.5s; }
.inp_wrap .inp_box .attach_box .inp_refer{position: relative; width: 100%; padding-left: 0.75em; margin-top: 0.75em; color: #717171; font-size: 0.9rem;}
.inp_wrap .inp_box .attach_box .inp_refer + .inp_refer{margin-top: 0.15em;}
.inp_wrap .inp_box .attach_box .inp_refer b{color: #000; font-weight: 500;}
.inp_wrap .inp_box .attach_box .inp_refer::before{content: '*'; position: absolute; top: 0; left: 0; color: #000;}

/* 파일첨부 영역 */
.inp_wrap .inp_box .attach_box .drag_drop_wrap{position: relative; width: 60%; border: 2px dashed #DDE3EB; padding: 15px 20px; display: flex; align-items: center; justify-content: center; color: #7985A9}
.inp_wrap .inp_box .attach_box .drag_drop_wrap button{position: absolute; left: 20px; top: 50%; transform: translateY(-50%)}
.inp_wrap .inp_box .attach_box .drag_drop_wrap span{font-size: 14px; font-weight: 500}
.inp_wrap .inp_box .attach_box .drag_drop_wrap span i{font-size: 17px; margin-right: 10px}
.inp_wrap .inp_box .attach_box .file_desc{display: inline-block; margin-top: 10px; font-size: 13px; color: #484D60; font-weight: 400}
.inp_wrap .inp_box .attach_box .file_desc i{margin-right: 5px; color: #484D60}

.inp_wrap .inp_box .attach_box .file_upload_wrap{display: flex; flex-wrap: wrap; align-items: center; padding: 0.25em 0; transition: all 0.3s}
.inp_wrap .inp_box .attach_box .file_upload_wrap .uploadedCommonFile{margin: 0.5rem 1rem;}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_img{position: relative; padding-top: 73px; width: 140px; margin-right: 20px}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_name{display: flex; font-weight: 500}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_name .name{display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0 0.5em; font-size: 13px; color: #333; }
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_name .name span{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-bottom: 2px; border-bottom: 1px solid #333}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_btn{width: 120px; text-align: center}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_move{position: relative; width: 120px; min-height: 30px; text-align: center; color: #B8BED0; font-size: 18px; cursor: move}
.inp_wrap .inp_box .attach_box .file_upload_wrap .file_move i{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}


.inp_wrap .inp_box .id_box { display: flex; align-items: center; justify-content: flex-start; }
.inp_wrap .inp_box .id_box .inp { width: 100%; }
.inp_wrap .inp_box .id_box .btn { min-width: 15rem; height: 3.75rem; line-height: 3.75rem; margin-left: 1rem; flex-shrink: 0; text-align: center; box-shadow: 0 0 0 0.8px #000; border-radius: 0.5rem; color: #000; font-weight: 500; transition: background-color 0.5s, color 0.5s; }

.inp_wrap .inp_box .term_box { }
.inp_wrap .inp_box .term_box .box { box-shadow: 0 0 0 0.8px #e6e6e6; border-radius: 0.5rem; }
.inp_wrap .inp_box .term_box .box + .box { margin-top: 1.2rem; }
.inp_wrap .inp_box .term_box .box .top { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; cursor: pointer; }
.inp_wrap .inp_box .term_box .box .top .chk_box {  }
.inp_wrap .inp_box .term_box .box .top .arr { width: 1.5rem; height: 1.5rem; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"/></svg>')center/contain no-repeat; transition: transform 0.3s; }
.inp_wrap .inp_box .term_box .box .top.active .arr { transform: rotate(180deg); }
.inp_wrap .inp_box .term_box .box .txt_wrap { display: none; padding: 2rem; background-color: #f8f8f8; font-size: 0.95rem; color: #777777; line-height: 1.8; border-top: 1px solid #e6e6e6; }
.inp_wrap .inp_box .term_box .chk_wrap { display: flex; align-items: center; justify-content: flex-end; margin-top: 2rem; }
 
.inp_wrap .inp_box .desc_wrap { margin-top: 1rem; }
.inp_wrap .inp_box .desc { font-size: 1.3rem; color: #717171; }


/*체크박스 공용*/
.chk_box {  }
.chk_box input[type=checkbox] {  }
.chk_box input[type=checkbox] + label { display: flex; align-items: center; justify-content: flex-start; cursor: pointer;   font-weight: 500; }
.chk_box input[type=checkbox] + label:before { 
  font-family: "Material Symbols Outlined"; 
  content: "check_box_outline_blank";  
   margin-right: 0.25rem; 
   font-size: 1.75rem; }

.chk_box input[type=checkbox]:checked + label:before { 
  font-family: "Material Symbols Outlined";  
  content: "check_box"; 
  font-variation-settings:
    'FILL' 1 }

/*공통*/
.btn_wrap { display: flex; align-items: center; justify-content: flex-start; margin-top: 3rem; }
.btn_wrap.center { justify-content: center; }
.btm_btn { height: 4rem; line-height: 4rem; padding: 0 2.5rem; font-size: 1.125rem; color: #fff; background: #000; border-radius: 0.5rem; font-weight: 400; }





/** services */

#services .box_wrap {}
#services .box_wrap img {border-radius: 1.25rem; overflow: hidden; margin-bottom: 1.88rem; width: 100%; ;;}
#services .box_wrap div.txt_wrap {}
#services .box_wrap div.txt_wrap p.tit {
  color: var(--gray-900, #111);
  font-family: "Prosto One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.75rem */
  letter-spacing: -0.0125rem;
  text-transform: uppercase; 
  margin-bottom: 1rem; ;
}

#services .box_wrap div.txt_wrap p {
  color: var(--gray-900, #1A1A1A);
  font-family: SUIT;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.02rem; 
}


 
/** Our Work */ 
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.swiper-slide .con_block {
  display: flex; 
  gap:2.5rem;
  flex-direction: row;  
  /* height: 28rem;  */
}

.swiper-slide div.img {  
  background: #fff;  
  padding: 2.5rem;  
  width: 65.625%;
  height:34.375rem;
  display: flex; 
  justify-content: center;
  align-items: center ;
  border-radius: 1.25rem;
  border: 1px solid #9c9c9c;
} 

.swiper-slide img {
  display: block;   
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;  
} 

.swiper-slide div.text {
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: #F1F1F1; 
  width: 31.25%; 
}

.swiper-slide div.text p {
  color: var(--gray-900, #1A1A1A);
  font-family: "Prosto One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.75rem */
  letter-spacing: -0.0125rem;
  text-transform: uppercase;
  text-align: left; 
  margin-bottom: 1rem; ;
}

.swiper-slide div.text ul {
  list-style: disc;
  margin-left: 20px; 
}

.swiper-slide div.text ul li {
  text-align: left; 
  color: var(--gray-800, #333);
  font-family: SUIT;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 2.1rem */
  letter-spacing: -0.02rem; 
}
 

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 2.5rem ;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  text-align: left; 
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
  border: 2px solid var(--gray-500, #808080); 
  cursor: pointer; 
  height: auto; 
  display: flex; ;
}

.mySwiper .swiper-slide p {
  color: var(--gray-900, #1A1A1A);
  font-family: "Prosto One";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.3125rem */
  letter-spacing: -0.00938rem;
  text-transform: uppercase;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

 
.swiper-button {
  background: rgba(156, 156, 156, 0.2);
  border-radius:0.75rem;  
  padding:35px; 
}


@media screen and (max-width:1024px){
  .mySwiper .swiper-slide {padding: 1rem; }
  .mySwiper .swiper-slide p {font-size: 0.9rem;}
  
}

@media screen and (max-width:768px){
  .mySwiper {
    margin-top: 1rem; 
  }
  .swiper-slide .con_block {
    flex-direction: column; 
    gap:1rem; 
  }

  .swiper-slide div.img {  
    width: 100%; 
    height:20rem;
  } 

  .swiper-slide div.text {
    width: 100%; ;
  }
}



/* theourstory */

#theourstory {

}

#theourstory .disk {
  margin-bottom: 2.5rem; 
}

#theourstory .disk p.tit {
  color: var(--gray-900, #1A1A1A);
  font-family: SUIT;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.0375rem;
  margin-bottom: 1.5rem; ;
}

#theourstory .disk p {
  color: var(--gray-900, #1A1A1A);
  font-family: SUIT;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.03rem;
}

#theourstory .case {

}

#theourstory .case .case_item {
  
}

#theourstory .case .case_item .img_box {
  display: flex; 
  justify-items: center;
  justify-content: center; 
  padding: 2rem ;
  /* border: 1px solid #9c9c9c;  */
  background: #F1F1F1;
  margin-bottom:1.25rem ;
  border-radius: 1.25rem;  
  min-height: 28.75rem
}

#theourstory .case .case_item .img_box img{
  display: block;   
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;  
}

#theourstory .case .case_item .txt_wrap p.tit {
  color: var(--gray-900, #1A1A1A);
  font-family: SUIT;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.75rem */
  margin-bottom: 1.25rem;  
}

#theourstory .case .case_item .txt_wrap ul {
  list-style: disc;
  margin-left: 1.25rem;
}
 
#theourstory .case .case_item .txt_wrap ul li {
  text-align: left; 
  color: var(--gray-800, #333);
  font-family: SUIT;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 2.1rem */
  letter-spacing: -0.02rem; 
}