.items{
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
  transform: translateX(-50%) translateY(0);
  height:100vh;
  transition-property:top, opacity;
  transition-duration: 1s;
} 
.items>div{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
}

.items img{width:100%;}

.items.hide{
  top:200px;
  opacity: 0;
}

.items.out{
  top:200px;
  opacity: 0;
}









/* 1 */
.item_1.move{
  top:-300px;
}
/* .item_1.out{
  opacity:0;
  transition: .1s
} */
.item_1 > div:nth-child(2){
  top:560px;
  max-width:1600px;
  width:0;
  height:4px;
  background-image:url('/resources/image/recruit/line.png');
  /* background-color:red; */
  transition-property:  background-position-x, width;
  clip-path: inset(0px 0px 0px 0px);
  background-position-x:-800px;
  left:50%;
}
.item_1 > div:nth-child(2).show{
  width:1600px;
  left:0;
  background-position-x: 0 ;
  transition: all 18s;
}



#projectInquiry{
  margin-top:630px;
  width:1100px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  padding-bottom:200px;
}

#projectInquiry>div{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
  margin:16px 0;
  position: relative;
}
#projectInquiry>div>div{
  box-sizing: border-box;
  
}
#projectInquiry>div>div:nth-child(1){
  padding-right:18px;
  border-right:1px solid #2a2c2b;
}
#projectInquiry>div>div:nth-child(1) input{
  width:calc(100% - 18px);
}
#projectInquiry>div>div:nth-child(2){
  padding-left:18px;
}
#projectInquiry>div>div:nth-child(2) input{
  width:calc(100% - 18px);
}

#projectInquiry>div input{
  border:1px solid #7f7f7f;
  padding:8px;
  outline:none;
  width:calc(100% - 16px);
}
#projectInquiry>div input::placeholder{
  color:#95999a;
}
#projectInquiry>div textarea{
  border:1px solid #7f7f7f;
  padding:8px;
  outline:none;
  resize:none;
  width:calc(100% - 16px);
  height:100px;
}
#projectInquiry>div textarea::placeholder{
  color:#95999a;
}

#projectInquiry>div:nth-child(1)>div{
  height:35px;
}
#projectInquiry>div select{
  width:100%;
  height:35px;
  padding:0 8px;
  outline: none;;
}



#projectInquiry>div.fileUploadArea{
  border:1px solid #7f7f7f;
  padding:8px;
  box-sizing: border-box;
  color:#404241;
  letter-spacing: -2px;
  justify-content: flex-start;
  font-size:14px;
}
#projectInquiry>div.fileUploadArea  span{
  display: inline-block;
  width:75px;
  /* border-right:2px solid #404241; */
}
#projectInquiry>div.fileUploadArea  span:nth-child(2){
  width:2px;
  display:inline-block;
  background-color: #404241;
  height:10px;
  margin-right:20px;
}
#projectInquiry>div.fileUploadArea .uploadList{
  letter-spacing: 0;
  display:inline-block;
  width:780px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color:#747777;
  cursor:pointer;
}
#projectInquiry>div.fileUploadArea label > div{
  display: block;
  position: absolute;
  right:0;
  top:0;
  font-size:20px;
  font-weight:bold;
  color:#404241;
  padding:2px 10px 6px;
      cursor: pointer;
}
}

#projectInquiry .policyBox{
  color:#606363
}


#projectInquiry .policyBox input[type="checkbox"]{display: none;}
#projectInquiry .policyBox input[type="checkbox"]+label{display: inline-block;position: relative;cursor: pointer;margin: 3px 8px 0 0;}
#projectInquiry .policyBox input[type="checkbox"]+label::before{margin-top: -5px;content: '';display: inline-block; width: 16px; height: 16px; line-height: 16px; text-align:center;vertical-align:middle;border: 1px solid #cccccc;}
#projectInquiry .policyBox input[type="checkbox"]:checked + label:before{ content:'✔';width:14px;height: 16px;line-height: 16px;text-shadow:1px 1px white;border:2px solid #191919;}
#projectInquiry .policyBox > a{
  color:#2a2c2b;
  font-weight: bold;
  border-bottom:1px solid #404241;
  display: inline-block;
  letter-spacing: -1.5px;
}


#projectInquiry .submitBtn{
  width:350px;
  margin:50px auto 0;
}
#projectInquiry .submitBtn > input{
 display: block;text-align: center;font-weight: bold;padding: 10px 0 12px;color: #404241;border: 1px solid #404241;width: 100%;letter-spacing: -1.5px;height: 50px;font-size: 16px;background: #fff;
}




#projectInquiry>div input[type="file"] {
    osition: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}







/* 2 */
.items.item_2.hide{
  top:100%;
  /* transition: all 2s; */
}
.item_2 {
  width: 100%;
  background: #191919;
  height: 100vh;
  top:0;
  /* transition:top 2s; */
}


.items.item_2.hide.show1{
  top:70%;
  opacity: 1;
}
.items.item_2.hide.show2{
  top:35%;
  opacity: 1;
}


.item_2 .mapLink{
  position: absolute;
  top: 659px;
  left: 946px;
  width: 50px;
  height: 50px;
  z-index: 5;
}


.item_2>div:nth-child(1){
  position: absolute;
  top:200px;
  left:50%;
  transform: translateX(-50%);
  text-align: center;
  z-index:5;
}
.item_2 span{
  display: inline-block;
  vertical-align: middle;
}
.item_2 .title{
  color:#777777;
  font-weight: bold;
}
.item_2 .bar{
  background:#777;
  width:3px;
  height:12px;
  margin:0 10px;
  vertical-align: text-bottom;
}
.item_2 .contents{
  color:#fff;
}
.item_2>div:nth-child(1) a img{
  width: 18px;
  vertical-align: bottom;
}
.item_2>div:nth-child(1) a{
  margin-left:-5px;
  display: inline-block;
}
.item_2>div:nth-child(1) a:nth-child(4){
  margin-left:5px;
}


#dump_backround{
	position: fixed;width: 100%;height: 100%;background: #000000a1;z-index: 999;
}
#dump_backround > div{
	position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1000;background:url('/resources/image/contact/CONTACT_law_src_01_trim.png');width: 600px;height: 608px;
}

#dump_backround > div .popup_close{
	position: absolute;top: -31px;right: 0;width: 20px;height: 20px;background: url('/resources/image/popup_close_trim.png');background-size: cover;display: block;cursor: pointer;
}








@media screen and (max-width: 1600px) {
  .items{ width: 1600px;left :0;transform: translate(0,0); }
  .items>div{ width: 1600px; }
  .items.hide{
    top:200px;
  }
  .items.out{
    top:-200px;
  }
  .item_1.move{
    top:-300px;
  }
}

