@media screen and (max-width:1600px){
/* 메인 사원증 */
#main_wrap {
  height: 1000px;
  position: relative;
  background: #e6e6e6 url(../images/main.png) no-repeat;
  background-position: top 0 right -30%;
  background-size: 1100px auto;
}

  /* 컨택 페이지 시작 */
#third_wrap {
  width: 100%;
  height: 1000px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/contact_bg.png) no-repeat center center;

}
/* 컨택 페이지 왼쪽 사진 */
#third_wrap .circle_wrap {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-30%,-40%);
  background-color: #6deaf3;
}
#third_wrap .circle_wrap > img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
}
/* 컨텍 페이지 오른쪽 텍스트 */
.contact_wrap{
  width: 450px;
  height: 450px;
  position: absolute;
  top: 30%;
  right: 15%;
  transform: translate(-15%,-30%);
}
/* 타이틀부분 */
.contact_title{
  width: 550px;
  height: 100px;
  margin-top: 100px;
}
.contact_title > h2{
  font-size: 3.8rem;
  text-align: left;
  letter-spacing: -2px;
  line-height: 100px;
}
/* 연락처 부분 */
.contact_text{
  width: 550px;
  height: 140px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact_text > span{
  font-size: 1.7rem;
  text-align: left;
  margin-left: 2px;
}
/* qr코드 부분 */
.contact_text > .kakao_qr {
  widows: 550px;
  height: 50px;
  position: relative;
}
.contact_text >.kakao_qr > img{
  width: 48px;
  height: 45px;
  margin-top: 3px;
}
.contact_text > .kakao_qr > span {
  position: absolute;
  font-size: 1.7rem;
  top: 3px;
  left: 49px;
}
/* qr 팝업 부분 */
.qr_popup-btn {
  background-color: rgba(185, 185, 185, 0.6);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 150px;
  top: 3px;
  font-weight: bold;
}
.qr_popup-btn:hover{
  background-color: #4d6499;
  transition: all 0.3s;
  color: #ffffff;
} 
.qr_popup-view {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
  height: 370px;
  background-color: #6deaf3;
  border: 3px solid #000;
  z-index: 1000;
  display: none;
} 
.qr_popup-view > p{
  font-size: 0.8rem;
  margin: 15px 0 0 15px;
}

.qr_popup-close {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.qr_popup-close:hover{
  background-color: beige;
  transition: all 0.5s;
}
/* 텍스트 부분 */
.contact_text2 > span{
  font-size: 1rem;
  text-align: left;
  letter-spacing: -2px;
}
/* 컨택 카피라이트 부분 */
.contact_copy{
  width: 550px;
  height: 50px;
  margin-top: 100px;
  font-size: 0.75rem;
  text-align: right;
}
} 


@media screen and (max-width:1440px){

  /* 메인 사원증 */
#main_wrap {
  width: 100%;
  height: 1000px;
  position: relative;
  background: #e6e6e6 url(../images/main.png) no-repeat;
  background-position: top 0 right -60%;
  background-size: 1000px auto;
}

  /* 컨택 페이지 시작 */
  #third_wrap {
    width: 100%;
    height: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/contact_bg.png) no-repeat center center;
  
  }
  /* 컨택 페이지 왼쪽 사진 */
  #third_wrap .circle_wrap {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-20%,-40%);
    background-color: #6deaf3;
  }
  #third_wrap .circle_wrap > img {
    width: 450px;
    height: 450px;
    border-radius: 50%;
  }
  /* 컨텍 페이지 오른쪽 텍스트 */
  .contact_wrap{
    width: 450px;
    height: 450px;
    position: absolute;
    top: 30%;
    right: 15%;
    transform: translate(-15%,-30%);
  }
  /* 타이틀부분 */
  .contact_title{
    width: 550px;
    height: 100px;
    margin-top: 100px;
  }
  .contact_title > h2{
    font-size: 3.8rem;
    text-align: left;
    letter-spacing: -2px;
    line-height: 100px;
  }
  /* 연락처 부분 */
  .contact_text{
    width: 550px;
    height: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .contact_text > span{
    font-size: 1.7rem;
    text-align: left;
    margin-left: 2px;
  }
  /* qr코드 부분 */
  .contact_text > .kakao_qr {
    widows: 550px;
    height: 50px;
    position: relative;
  }
  .contact_text >.kakao_qr > img{
    width: 48px;
    height: 45px;
    margin-top: 3px;
  }
  .contact_text > .kakao_qr > span {
    position: absolute;
    font-size: 1.7rem;
    top: 3px;
    left: 49px;
  }
  /* qr 팝업 부분 */
  .qr_popup-btn {
    background-color: rgba(185, 185, 185, 0.6);
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    position: absolute;
    left: 150px;
    top: 3px;
    font-weight: bold;
  }
  .qr_popup-btn:hover{
    background-color: #4d6499;
    transition: all 0.3s;
    color: #ffffff;
  } 
  .qr_popup-view {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 370px;
    background-color: #a6e2fe ;
    border: 3px solid #000;
    z-index: 1000;
    display: none;
  } 
  .qr_popup-view > p{
    font-size: 0.8rem;
    margin: 15px 0 0 15px;
  }
  
  .qr_popup-close {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  
  .qr_popup-close:hover{
    background-color: beige;
    transition: all 0.5s;
  }
  /* 텍스트 부분 */
  .contact_text2 > span{
    font-size: 1rem;
    text-align: left;
    letter-spacing: -2px;
  }
  /* 컨택 카피라이트 부분 */
  .contact_copy{
    width: 550px;
    height: 50px;
    margin-top: 100px;
    font-size: 0.75rem;
    text-align: right;
  }


}