.wrap{
  
}
.common_title_text{
}

.inquiry_wrap {
  padding: 80px 0;
  width: 1000px;
  margin: 0 auto;
}
.w100{
  width: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #F17F42;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 200;
}
.inquiry_info {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  
  
}
.xi-check-thin{
  margin-right: 20px;
  color: #F17F42;
  font-size: 40px;
}
.inquiry_title {
  width: 40%;
  font-size: 22px;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 200;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  /* border-bottom: 1px solid #cfcfcf; */
}
.inquiry_itam {
  width: 60%;
  font-size: 18px;
  line-height: 40px;
}
.inquiry_itam span{
  margin-right: 20px;
  color: #F17F42;
  font-size: 30px;
  line-height: 45px;
}
.cccc{
  background-color: #F17F42;
  color: #fff;
}
.ititle2{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.it2{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.inquiry_itam>h5{
  margin: 0 40px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 200;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.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;
  }
}


