.section {
  padding: 104px 0 100px;
}

.section .wrap {
  width: 1400px;
  margin: 0 auto;
}

.section .wrap .title {
  font-weight: bold;
  font-size: 32px;
  color: #1A1A1A;
  padding: 0 0 45px;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 60px;
}

.section .wrap .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.section .wrap .flex .item .item_label {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
}

.section .wrap .flex .item .item_text {
  font-weight: 800;
  font-size: 24px;
  color: #1A1A1A;
  margin: 25px 0 35px;
}

.section .wrap .flex .item .icon {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
}

.section .wrap .map {
  width: 100%;
  height: 525px;
  margin: 0 0 146px;
}

.section .wrap .map .BMapLabel {
  background: unset !important;
  border: none !important;
}

.section .wrap .map .BMapLabel .icon {
  width: 29px;
}

.section .wrap .content {
  display: flex;
  flex-wrap: wrap;
}

.section .wrap .content .item {
  margin-bottom: 40px;
}

.section .wrap .content .item .item_box {
  width: 444px;
  height: 403px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  padding: 77px 40px 0;
  transition: 0.6s;
}

.section .wrap .content .item .item_box h5 {
  font-weight: 800;
  font-size: 24px;
  color: #1A1A1A;
  margin: 0 0 46px;
  transition: 0.6s;
}

.section .wrap .content .item .item_box .item_text {
  margin: 0 0 35px;
}

.section .wrap .content .item .item_box .item_text .item_text_title {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  margin: 0 0 10px;
  transition: 0.6s;
}

.section .wrap .content .item .item_box .item_text .item_text_flex {
  display: flex;
  justify-content: space-between;
}

.section .wrap .content .item .item_box .item_text .item_text_flex div.part {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  line-height: 26px;
  transition: 0.6s;
}

.section .wrap .content .item:not(:nth-child(3n)) {
  margin-right: 33px;
}

.section .wrap .content .item:hover .item_box {
  background: #FFC001;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
}

.section .wrap .content .item:hover .item_box h5 {
  color: #FFFFFF;
}

.section .wrap .content .item:hover .item_box .item_text .item_text_title {
  color: #FFFFFF;
}

.section .wrap .content .item:hover .item_box .item_text .item_text_flex div.part {
  color: #FFFFFF;
}

template {
  display: none;
}

/*# sourceMappingURL=contact.css.map */

@media screen and (max-width: 1919px) {
  .section {
    padding: 5.4166666667vw 0px 5.2083333333vw;
  }

  .section .wrap {
    width: 72.9166666667vw;
  }

  .section .wrap .title {
    font-size: 1.6666666667vw;
    padding: 0px 0px 2.34375vw;
    margin: 0px 0px 3.125vw;
  }

  .section .wrap .flex {
    margin: 0px 0px 1.5625vw;
  }

  .section .wrap .flex .item .item_label {
    font-size: 0.8333333333vw;
  }

  .section .wrap .flex .item .item_text {
    font-size: 1.25vw;
    margin: 1.3020833333vw 0px 1.8229166667vw;
  }

  .section .wrap .flex .item .icon {
    height: 1.875vw;
    width: 1.875vw;
  }

  .section .wrap .map {
    height: 27.34375vw;
    margin: 0px 0px 7.6041666667vw;
  }

  .section .wrap .map .BMapLabel .icon {
    width: 1.5104166667vw;
  }

  .section .wrap .content .item {
    margin-bottom: 2.0833333333vw;
  }

  .section .wrap .content .item .item_box {
    width: 23.125vw;
    height: 20.9895833333vw;
    border-radius: 1.0416666667vw;
    padding: 4.0104166667vw 2.0833333333vw 0px;
  }

  .section .wrap .content .item .item_box h5 {
    font-size: 1.25vw;
    margin: 0px 0px 2.3958333333vw;
  }

  .section .wrap .content .item .item_box .item_text {
    margin: 0px 0px 1.8229166667vw;
  }

  .section .wrap .content .item .item_box .item_text .item_text_title {
    font-size: 0.8333333333vw;
    margin: 0px 0px 0.5208333333vw;
  }

  .section .wrap .content .item .item_box .item_text .item_text_flex div.part {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }

  .section .wrap .content .item:not(:nth-child(3n)) {
    margin-right: 1.71875vw;
  }

  .section .wrap .content .item:hover .item_box {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.09375vw 0px;
  }
}
@media screen and (max-width: 1024px) {
  .section .wrap{
    width: 90%;
  }
  .section{
    padding: 60px 0;
  }
  .section .wrap .title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section .wrap .flex .item .item_label{
    font-size: 14px;
  }
  .section .wrap .flex .item .item_text{
    font-size: 18px;
    margin: 10px 0;
  }
  .section .wrap .flex .item .icon{
    width: 20px;
    height: 20px;
  }
  .section .wrap .flex {
    margin-bottom: 30px;
  }
  .section .wrap .map .BMapLabel .icon{
    width: 20px;
  }
  .section .wrap .map{
    height: 300px;
    margin-bottom: 30px;
  }
  .section .wrap .content{
    flex-wrap: wrap;
    gap: 20px;
  }
  .section .wrap .content .item{
    width: calc(50% - 10px);
  }
  .section .wrap .content .item .item_box{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px
  }
  .section .wrap .content .item .item_box .item_text{
    margin-bottom: 0;
  }
  .section .wrap .content .item .item_box h5{
    font-size: 18px;
  }
  .section .wrap .content .item .item_box .item_text .item_text_title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section .wrap .content .item .item_box .item_text .item_text_flex div.part{
    font-size: 14px;
    line-height: 1.6;
  }
  .section .wrap .content .item{
    margin-bottom: 0;
  }
  .section .wrap .content .item:not(:nth-child(3n)){
    margin-right: 0;
  }
  .section .wrap .content .item .item_box .item_text:not(:last-child){
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .section .wrap .content .item{
    width: 100%;
  }
  .section .wrap .flex .item .item_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section{
    padding: 50px 0;
  }
  .section .wrap .title {
    font-size: 20px;
  }
  .section .wrap .flex .item .icon{
    display: none;
  }
  .section .wrap .flex{
    flex-direction: column;
  }
  .section .wrap .map {
    height: 240px;
  }

}
@media screen and (max-width:540px) {
  .section .wrap .content .item .item_box .item_text .item_text_flex{
    flex-direction: column;
    gap: 10px;

  }
}