
.mainWrap{
  background: none;
}

.page_wrap {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}
.contact_img {
  width: 280px;
  height: 70px;
  margin: 0 auto;
  background-image: url("/images/booktip/contact_img_01.jpg");
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_wrap{
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact_itam{
  width: 23%;
  height: 500px;
  margin: 0 auto;
  text-align: center;
  background-color: #333;
}
.page_wrap h2{
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color:#006400;
  margin-top: 80px;

}
.map_img {
  width: 490px;
  height: 610px;
  margin: 0 auto;
  background-image: url("/images/collection/contact_img_02.JPG");
  margin-top: 40px;
  margin-bottom: 80px;
  background-position:center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact_text_wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px  solid rgba(221, 221, 221, 0.822);
  border-right: 1px  solid rgba(221, 221, 221, 0.822);
  border-left: 1px  solid rgba(221, 221, 221, 0.822);
}
.left_box {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  background-color: #268e6c;
  color: #fff;
  font-weight: 200;
  border-bottom: 1px solid rgba(221, 221, 221, 0.822);
  line-height: 40px;

  
}
.right_box {
  width: 80%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.822);
  color: #333;
  font-weight: 200;
  padding: 10px 20px ;
}











/* mediaquery */

/* È­¸é ³Êºñ 0~1825px */

@media (max-width: 1825px) {}

/* È­¸é ³Êºñ 0~1720px */

@media (max-width: 1720px) {}

/* È­¸é ³Êºñ 0~1620px */

@media (max-width: 1620px) {}

/* È­¸é ³Êºñ 0~1220px */

@media (max-width: 1220px) {}

/* È­¸é ³Êºñ 0~1024px */

@media (max-width: 1080px) {
  .page_wrap {
    width: 100%;
  }
}

/* È­¸é ³Êºñ 0~960px */

@media (max-width: 960px) {}

/* È­¸é ³Êºñ 0~890px */

@media (max-width: 890px) {
  
}

/* È­¸é ³Êºñ 0~768px */
@media (max-width: 794px) {
  
@media (max-width: 740px) {
  
}

/* È­¸é ³Êºñ 0~600px */

@media (max-width: 600px) {
  .map_img {
    
    width: 100%;
    height: 0;
    padding-top: calc(610 / 490 * 100%);
  }
}
}

/* È­¸é ³Êºñ 0~480px ¸ð¹ÙÀÏ*/
@media (max-width: 490px){
  
@media (max-width: 480px) {
  
}


/* width: 92.3%;
  height: 0;
  padding-top: calc(240 / 240 * 92.304%); */





























  .contact {
  
  }
  .contact_title {
    margin-top: 40px;
    font-size: 26px;
    line-height: 60px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 200;
    border-bottom: 1px solid #cfcfcf;
  }
  .contact_flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .contact_article {
    width: 200px;
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .contact_article i{
    text-align: center;
    font-size: 40px;
  }
  .con2{
    background-color:#f8f8f8bb;
  }
  .contact_article img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .contact_article h5{
    margin-top: 20px;
    color: #333;
  }
  .contact_article a{
    margin-top: 20px;
  }
  .heart{
    height: 0 !important;
  }
  
  .xi-mail{
    color: #F17F42;
  }
  .xi-call{
    color: #00b5d7;
  }
  .xi-maker{
    color: #268e6c;
  }
  
  
  
  
  
  
    /* mediaquery */
  
  /* È­¸é ³Êºñ 0~1825px */
  
  @media (max-width: 1000px) {
    .inquiry_wrap{
      width: 90%;
    }
  }
  
  @media (max-width: 910px){
    .contact_article{
      width: 50%;
    }
    .contact_title{
      line-height: 40px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 650px) {
    .inquiry_title{
      width: 100%;
      border-right: 0px;
    }
    .inquiry_itam{
      width: 100%;
    }
    .it2{
      border-top: 0px;
    }
    .ititle2{
      margin-top: 30px;
    }
  }
  
  
  