/* english css */
.l-header__naviList_en {
  display: flex;
  font-size: 1rem;
  height: 3rem;
  justify-content: center;
  margin: .6rem auto;
  max-width: 1280px;
  padding: 0;
  width: auto;
}

.c-btn__eng--header {
  min-width: 80px;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.l-footer{
  margin-top: -1rem;
}
.l-footer__companyInfo--address {
  width: 350px;

}
.l-footer__companyInfo--addressTxt {
  font-size: 0.9rem;
}
/* Description of Business */
.l-content__business_enDetail {
  border: 1px solid #00a9f4;
  background: #e7edff;
  border-radius: 10px;
  margin: 2.5rem auto;
  padding: 0rem 2rem;
  position: relative;
  text-align: left;
}
.l-content__business_enDetail:nth-child(odd)  {
  background: #e7f2ff;
}
.l-content__business_enDetail .l-section__contactArea--titleIcon {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
}
.l-content__business_enDetail .l-section__contactArea--titleIcon svg {
  fill: #008be0;
  fill-opacity: 0.2;
  width: 8rem;
}
.c-list__business_enInfo {
  display: inline-block;
   margin: 1rem 5%;  
}
.c-list__business_enItem {
  padding: 2rem 0;
}
.c-list__business_enItem img {
  margin: auto;
  display: block;
}
.l-content__business_enTxt {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-content__business_enTxt span{
  font-weight: 300;
  font-size: 1.1rem;
}
/* management policies */
.l-content__policies {
  border: 1px solid #00a9f4;
  background: #e7f2ff;
  border-radius: 10px;
  margin: 0 auto 2.5rem;
  padding: .5rem 2rem 3rem;
  position: relative;
  text-align: left;
}
.l-content__policies:nth-child(odd)  {
  background: #e7edff;
}

.l-content__policiesSubTit {
  color: #5385c0;
  display: inline-flex;
  left: 1.5rem;
  padding: 1.5rem 0 0.5rem 0;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
}
.l-content__policiesSubTit .l-section__contactArea--titleIcon {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.l-content__policiesSubTit .l-section__contactArea--titleIcon svg {
  fill: #008be0;
  fill-opacity: 0.2;
  width: 2.7rem;
}

.l-content__policiesTit {
  color: #5385c0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}
.l-content__policiesTxt {
  padding: 1rem 0 0;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .l-content__policies {
    padding: .5rem 3rem 3rem;
  }
  .l-content__policiesSubTit {
    font-size: 1.3rem;
  }
  .l-content__policiesTit {
    font-size: 2.3rem;
  }
  .policiesSubTit {
    padding-top: 0.5rem;
  }
  .l-content__companyDetail {
    top: -2rem;
  }
  .c-list__business_enItem {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .c-list__business_enInfo{
    width: 70%;
  }
}