.footer {
  width: 100%;
}
.footer .footer_content {
  display: flex;
  padding: 6rem 0 7rem;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
}
.footer .logo_thirdParty .logo_img {
  display: inline-block;
  margin-bottom: 2.8rem;
}
.footer .logo_thirdParty .logo_img img {
  display: block;
  width: calc(39px + 2rem);
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
.footer .logo_thirdParty .logo_img .logoName {
  display: block;
  font-size: calc(10px + 0.6rem);
  font-family: CenturyGothicB;
  color: #333;
}
.footer .logo_thirdParty .thirdparty .thirdparty {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #898989;
  margin-bottom: 0.7rem;
}
.footer .logo_thirdParty .thirdparty .tel {
  display: block;
  font-size: calc(10px + 1.4rem);
  font-family: CenturyGothicB;
  color: #E60012;
}
.footer .footer_nav h5 {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.75rem;
  margin-bottom: 2.2rem;
  position: relative;
}
.footer .footer_nav h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: calc(10px + 0.7rem);
  height: 2px;
  background-color: #E60012;
}
.footer .footer_nav ul li {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: normal;
  color: #666;
}
.footer .footer_nav .foot_nav_item {
  margin-bottom: 1rem;
}
.footer .footer_nav.foot_link li:last-of-type {
  margin-bottom: 0;
}
.footer .footer_nav.foot_cont {
  width: calc(157px + 10rem);
}
.footer .footer_nav.foot_cont li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}
.footer .footer_nav.foot_cont li:last-of-type {
  margin-bottom: 0;
}
.footer .footer_nav.foot_cont li .cont_img {
  width: 5.6%;
  margin-right: 0.5rem;
}
.footer .footer_nav.foot_cont li .cont_img img {
  vertical-align: baseline;
}
.footer .footer_nav.foot_cont li .cont_content {
  width: 93%;
}
.footer .footer_nav.foot_cont li .cont_content span {
  display: block;
  width: 100%;
}
.footer .footer_nav.foot_qrImg {
  width: calc(195px + 10rem);
}
.footer .footer_end {
  background-color: #333;
}
.footer .footer_end .public_w {
  height: calc(50px + 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #999999;
}
.footer .footer_end a {
  margin: 0 calc(3px + 0.25rem);
}
.footer .foot_qrImg {
  width: calc(195px + 10rem);
}
.footer .foot_qrImg h5 {
  display: inline-block;
}
.footer .foot_qrImg h5::after {
  left: auto;
  right: 0;
}
.footer .foot_qrImg .emailBox {
  margin-bottom: 1.5rem;
}
.footer .foot_qrImg .email {
  display: flex;
  height: calc(40px + 1rem);
  border: 1px solid #555;
}
.footer .foot_qrImg .email input {
  height: 100%;
  border: none;
  outline: none;
}
.footer .foot_qrImg .email .in1 {
  width: 65%;
  padding: 0 1rem;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #333;
}
.footer .foot_qrImg .email .in1::placeholder {
  color: #999999;
}
.footer .foot_qrImg .email .in2 {
  width: 35%;
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #555555;
  letter-spacing: 2px;
}
.footer .foot_qrImg .thirdParty ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer .foot_qrImg .thirdParty li {
  width: calc(25px + 1rem);
  margin-left: calc(5px + 0.25rem);
}
.footer .foot_qrImg .thirdParty li img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer .footer_content {
    flex-wrap: wrap;
  }
  .footer .footer_content .footer_nav {
    width: 50%;
    margin-bottom: 3rem;
  }
}
