* {
  margin: 0;
  padding: 0;
}
.contact_box {
  width: 100%;
}
.contact_box .contact {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  height: calc(100px + 5rem);
  background: #F4F4F4;
  border-radius: calc(5px + 0.25rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(2px + 4rem);
  padding: 0 calc(9px + 3rem);
}
.contact_box .contact .contact_title {
  font-family: DM_Sans-bold;
  font-weight: bold;
  font-size: calc(4px + 1rem);
  color: #333333;
  line-height: calc(10px + 1.5rem);
  letter-spacing: calc(1px + 0.1rem);
}
.contact_box .contact .form-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8px + 1.5rem);
}
.contact_box .fc-form-body {
  display: flex;
  justify-content: flex-start;
  gap: calc(8px + 1.5rem);
}
.contact_box .fc-form-body .form-group {
  width: calc(80px + 15rem);
  height: calc(20px + 2rem);
  background: #FFFFFF;
  border-radius: calc(6px + 1.5rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 calc(1px + 1rem);
}
.contact_box .fc-form-body .form-group .control-label {
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(4px + 0.5rem);
  color: #666666;
  line-height: 1;
}
.contact_box .fc-form-body .form-group .control-label span {
  display: none;
}
.contact_box .fc-form-body .form-group input {
  border: none;
  outline: medium;
  background-color: transparent;
  padding: 0 calc(5px + 0.25rem);
}
.contact_box .portlet-body {
  width: calc(100px + 5rem);
  height: calc(20px + 2rem);
  background: #009944;
  border-radius: calc(6px + 1.5rem);
  border: 1px solid #009944;
}
.contact_box .portlet-body .form-actions {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.contact_box .portlet-body .form-actions button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #FFFFFF;
}
.footer_box {
  margin-top: calc(10px + 3rem);
  width: 100%;
  background: #F4F4F4;
  padding-top: calc(12px + 3rem);
}
.footer_box .footer {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #E5E5E5 solid;
  padding-bottom: calc(3px + 2rem);
}
.footer_box .footer .footer_nav_box .footer_nav_title a {
  font-family: DM_Sans-bold;
  font-weight: bold;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 0.5rem);
}
.footer_box .footer .footer_nav_box .footer_nav {
  margin-top: calc(10px + 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(1px + 1.5rem);
}
.footer_box .footer .footer_nav_box .footer_nav .footer_nav_item a {
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 0.5rem);
}
.footer_box .footer .footer_right {
  width: calc(4px + 15rem);
}
.footer_box .footer .footer_right .footer_logo {
  width: calc(73px + 10rem);
}
.footer_box .footer .footer_right .footer_logo img {
  width: 100%;
}
.footer_box .footer .footer_right .footer_address {
  margin-top: calc(12px + 2rem);
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 1rem);
}
.footer_box .footer .footer_right .footer_icon {
  margin-top: calc(9px + 1.5rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(10px + 1.5rem);
}
.footer_box .footer .footer_right .footer_icon .footer_icon_item {
  width: calc(5px + 1rem);
}
.footer_box .footer .footer_right .footer_icon .footer_icon_item img {
  width: 100%;
  display: none;
}
.footer_box .footer .footer_right .footer_icon .footer_icon_item img:nth-of-type(1){
    display: block;
}
.footer_box .footer .footer_right .footer_icon .footer_icon_item a:hover img{
    display: none;
}
.footer_box .footer .footer_right .footer_icon .footer_icon_item a:hover img:nth-of-type(2){
    display: block;
}
.footer_box .copyright {
  padding: calc(5px + 1rem) 0;
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(6px + 0.5rem);
}
.footer_box .copyright p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #999999;
  line-height: calc(10px + 0.5rem);
}
@media (max-width: 1100px) {
      .footer_box .footer .footer_nav_box{
          width: 100% !important;
      }
      .footer_box .footer .footer_right .footer_icon .footer_icon_item{
          width: calc(25px + 1rem);
      }
      .footer_box .footer .footer_nav_box:nth-of-type(3) .footer_nav{
          flex-direction: column;
      }
      .footer_box .footer .footer_nav_box:nth-of-type(3) .footer_nav .footer_nav_item{
          width: 100%;
      }
      .footer_box .footer .footer_nav_box:nth-of-type(2) .footer_nav .footer_nav_item{
          width: 100%;
      }
  .contact_box .contact {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 3rem);
    padding: calc(10px + 3rem) 0;
  }
  .contact_box .contact .contact_title {
    font-size: calc(12px + 1rem);
  }
  .contact_box .fc-form-body {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
  }
  .contact_box .contact .form-horizontal {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
  }
  .contact_box .fc-form-body .form-group {
    width: 100%;
  }
  .contact_box .fc-form-body .form-group .control-label {
    width: max-content;
    font-size: calc(10px + 1rem);
  }
  .contact_box .portlet-body .form-actions button {
    font-size: calc(10px + 1rem);
  }
  .footer_box .footer {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 5rem);
  }
  .footer_box .footer .footer_nav_box .footer_nav_title a {
    font-size: calc(12px + 1rem);
  }
  .footer_box .footer .footer_nav_box .footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer_box .footer .footer_nav_box .footer_nav .footer_nav_item {
    width: 45%;
  }
  .footer_box .footer .footer_nav_box .footer_nav .footer_nav_item a {
    font-size: calc(10px + 1rem);
  }
  .footer_box .footer .footer_right .footer_logo {
    width: calc(73px + 28rem);
  }
  .footer_box .footer .footer_right .footer_address {
    font-size: calc(10px + 1rem);
    line-height: 1.3;
  }
  .footer_box .footer .footer_right {
    width: 100%;
  }
  .footer_box .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(10px + 1rem);
  }
  .footer_box .copyright p {
    font-size: calc(9px + 1rem);
    line-height: 1.3;
    text-align: center;
  }
}
