/* about */
.about .sec{
  position: relative;
  display: block;
  width: 100%;
}
.about .sec .area{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 40px 20px;
}
.about .sec-01 .area-01{
  width: auto !important;
  margin: 0 !important;
  padding: 40px 20px 0px !important;
}
.about .sec-01 .area-01 h3{
  font-size: 36px;
  line-height: 1.15em;
  font-weight: 700;
  color: #0B0B0C;
  text-align: left;
}
.about .sec-01 .area-02{
  width: auto;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 24px;
  height: min-content;
  overflow: hidden;
  padding: 32px 40px 0 0px;
  position: relative;
}
.about .sec-01 .area-02 h4{
  width: 80%;
  font-size: 24px;
  line-height: 1.7em;
  font-weight: 600;
  color: #212121;
  text-align: left;
}
.about .sec-01 .area-02 p{
  width: 80%;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #212121;
  text-align: left;
}
.about .sec-01 .area-03{
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 0;
  padding: 30px 20px 40px;
}
.about .sec-01 .area-03 .img{
  border-radius: 8px;
}
.about .sec-01 .area-03 .l{
  width: 100%;
}
.about .sec-01 .area-03 .l .img{
  width: 100%;
  height: 443px;
  object-fit: cover;
}
.about .sec-01 .area-03 .r{
  width: 100%;
}
.about .sec-01 .area-03 .r .img{
  width: 100%;
  height: 443px;
  object-fit: cover;
}
.about .sec-01 .area-04{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0 20px 40px;
}
.about .sec-01 .area-04 .l{
  width: 100%;
}
.about .sec-01 .area-04 .l h3{
  font-size: 42px;
  line-height: 1.4em;
  font-weight: 700;
  color: #212121;
  text-align: left;
}
.about .sec-01 .area-04 .r{
  width: 100%;
}
.about .sec-01 .area-04 .r p{
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #212121;
  text-align: left;
}
.about .sec-01 .area-04 .r p + p{
  margin-top: 24px;
}
.about .sec-02{
  background: #F8F8F9;
  padding: 0;
}
.about .sec-02 .area-01{
  width: auto !important;
  max-width: none !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 40px 20px !important;
}
.about .sec-02 .area-01 h4{
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 70px;
    color: rgb(11, 11, 12);
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
}
.about .sec-02 .area-01 p{
    max-width: 100%;
    margin: auto;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
    color: #717171;
    text-align: left;
    word-break: keep-all;
}
.about .sec-02 .area-02{
  width: auto;
  max-width: 100%;
  margin-top: 0 !important;
}
.about .sec-02 .area-02 .card-group{
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 20px;
}
.about .sec-02 .area-02 .card-group .card{
  height: 230px;
  display: flex;
  place-self: auto;
  place-content: center flex-start;
  align-items: center;
  flex-flow: column;
  background: #ffffff;
  flex: none;
  border-radius: 16px;
  padding: 50px 50px 42px;
  text-align: center;
}
.about .sec-02 .area-02 .card-group .card .icon{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 40px;
}
.about .sec-02 .area-02 .card-group .card h4{
  font-size: 24px;
  line-height: 1.7em;
  font-weight: 700;
  color: #0B0B0C;
  text-align: center;
  margin-bottom: 16px;
}
.about .sec-02 .area-02 .card-group .card p{
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #393B43;
  text-align: center;
}
.about .sec-03 .area{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 64px 20px;
}
.about .sec-03 .area .item{
  width: 100%;
}
.about .sec-03 .area .item h4{
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
  color: #212121;
  text-align: left;
  margin-bottom: 32px;
}
.about .sec-03 .area .item ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about .sec-03 .area .item ul li{
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #212121;
  text-align: left;
  word-break: keep-all;
}
@media (min-width: 768px){
  .about .sec{
    position: relative;
    display: block;
    width: 100%;
  }
  .about .sec .area{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 64px 32px;
  }
  .about .sec-01 .area-01{
    width: 70% !important;
    margin: 0 !important;
    padding: 49px 32px 0 !important;
  }
  .about .sec-01 .area-01 h3{
    font-size: 48px;
    line-height: 1.15em;
    font-weight: 700;
    color: #0B0B0C;
    text-align: left;
  }
  .about .sec-01 .area-02{
    width: auto;
    place-content: flex-end flex-start;
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 24px;
    height: min-content;
    overflow: hidden;
    padding: 32px 40px 0 0px;
    position: relative;
  }
  .about .sec-01 .area-02 h4{
    width: 70%;
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 600;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-02 p{
    width: 70%;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-03{
    width: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0;
    padding: 48px 32px;
  }
  .about .sec-01 .area-03 .img{
    border-radius: 8px;
  }
  .about .sec-01 .area-03 .l{
    width: 41%;
  }
  .about .sec-01 .area-03 .l .img{
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .about .sec-01 .area-03 .r{
    width: 57%;
  }
  .about .sec-01 .area-03 .r .img{
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .about .sec-01 .area-04{
    width: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    padding: 0 32px 64px;
  }
  .about .sec-01 .area-04 .l{
    width: 41%;
  }
  .about .sec-01 .area-04 .l h3{
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-04 .r{
    width: 57%;
  }
  .about .sec-01 .area-04 .r p{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-04 .r p + p{
    margin-top: 24px;
  }
  .about .sec-02{
    background: #F8F8F9;
    padding: 0;
  }
  .about .sec-02 .area-01{
    width: auto !important;
    max-width: none !important;
    text-align: center !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .about .sec-02 .area-01 h4{
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: rgb(11,11,12);
    margin-bottom: 16px;
  }
  .about .sec-02 .area-01 p{
    max-width: 100%;
    margin: auto;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: #717171;
    text-align: left;
  }
  .about .sec-02 .area-02{
    width: auto;
    max-width: 100%;
    margin-top: 0 !important;
  }
  .about .sec-02 .area-02 .card-group{
    display: grid;
    align-content: unset;
    align-items: unset;
    grid-auto-rows: minmax(0px, 1fr);
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-template-rows: repeat(2, minmax(0px, 1fr));
    align-items: flex-start;
    flex: 0 0 auto;
    gap: 24px;
  }
  .about .sec-02 .area-02 .card-group .card{
    height: 230px;
    display: flex;
    place-self: start;
    place-content: center flex-start;
    align-items: center;
    flex-flow: column;
    background: #ffffff;
    flex: 0 0 auto;
    border-radius: 16px;
    padding: 50px 50px 42px;
    text-align: center;
  }
  .about .sec-02 .area-02 .card-group .card .icon{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 40px;
  }
  .about .sec-02 .area-02 .card-group .card h4{
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 700;
    color: #0B0B0C;
    text-align: center;
    margin-bottom: 16px;
  }
  .about .sec-02 .area-02 .card-group .card p{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #393B43;
    text-align: center;
  }
  .about .sec-03 .area{
    width: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 80px;
    padding: 80px 62px;
  }
  .about .sec-03 .area .item{
    width: 50%;
  }
  .about .sec-03 .area .item h4{
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    color: #212121;
    text-align: left;
    margin-bottom: 32px;
  }
  .about .sec-03 .area .item ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about .sec-03 .area .item ul li{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
}
@media (min-width: 991px){
  .about .sec{
    position: relative;
    display: block;
    width: 100%;
  }
  .about .sec .area{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 64px;
  }
  .about .sec-01 .area-01{
    width: 55% !important;
    margin: 0 !important;
    padding-top: 65px !important;
  }
  .about .sec-01 .area-01 h3{
    font-size: 60px;
    line-height: 1.15em;
    font-weight: 700;
    color: #0B0B0C;
    text-align: left;
  }
  .about .sec-01 .area-02{
    place-content: flex-end flex-start;
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 24px;
    height: min-content;
    overflow: hidden;
    padding: 32px 40px 64px 0px;
    position: relative;
  }
  .about .sec-01 .area-02 h4{
    width: 65%;
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 600;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-02 p{
    width: 65%;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-03{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 64px;
  }
  .about .sec-01 .area-03 .img{
    border-radius: 8px;
  }
  .about .sec-01 .area-03 .l{
    width: 41%;
  }
  .about .sec-01 .area-03 .l .img{
    width: 100%;
    height: 319px;
    object-fit: cover;
  }
  .about .sec-01 .area-03 .r{
    width: 57%;
  }
  .about .sec-01 .area-03 .r .img{
    width: 100%;
    height: 319px;
    object-fit: cover;
  }
  .about .sec-01 .area-04{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 60px 64px;
  }
  .about .sec-01 .area-04 .l{
    width: 41%;
  }
  .about .sec-01 .area-04 .l h3{
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 700;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-04 .r{
    width: 57%;
  }
  .about .sec-01 .area-04 .r p{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-04 .r p + p{
    margin-top: 24px;
  }
  .about .sec-02{
    background: #F8F8F9;
    padding: 80px 0;
  }
  .about .sec-02 .area-01{
    width: auto !important;
    max-width: none !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .about .sec-02 .area-01 h4{
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 700;
    color: rgb(11,11,12);
    margin-bottom: 16px;
  }
  .about .sec-02 .area-01 p{
    max-width: 100%;
    margin: auto;
    font-size: 38px;
    line-height: 1.4em;
    font-weight: 700;
    color: #717171;
    text-align:left;
  }
  .about .sec-02 .area-02{
    width: 100%;
    max-width: 100%;
    margin-top: 64px !important;
  }
  .about .sec-02 .area-02 .card-group{
    display: grid;
    grid-auto-rows: minmax(0px, 1fr);
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-template-rows: repeat(2, minmax(0px, 1fr));
    align-items: flex-start;
    gap: 24px;
  }
  .about .sec-02 .area-02 .card-group .card{
    background: #ffffff;
    flex: 0 0 auto;
    border-radius: 16px;
    padding: 50px 50px 42px;
    text-align: center;
  }
  .about .sec-02 .area-02 .card-group .card .icon{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 40px;
  }
  .about .sec-02 .area-02 .card-group .card h4{
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 700;
    color: #0B0B0C;
    text-align: center;
    margin-bottom: 16px;
  }
  .about .sec-02 .area-02 .card-group .card p{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #393B43;
    text-align: center;
  }
  .about .sec-03 .area{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 80px;
    padding: 120px 110px;
  }
  .about .sec-03 .area .item{
    width: 50%;
  }
  .about .sec-03 .area .item h4{
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    color: #212121;
    text-align: left;
    margin-bottom: 32px;
  }
  .about .sec-03 .area .item ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about .sec-03 .area .item ul li{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
}
@media (min-width: 1440px){
  .about .sec{
    position: relative;
    display: block;
    width: 100%;
  }
  .about .sec .area{
    display: block;
    width: 100%;
    max-width: 1320px;
    margin: auto;
  }
  .about .sec-01 .area-01{
    /* width: 50%; */
    width: 100% !important;
    max-width: 1320px !important;
    margin: auto !important;
  }
  .about .sec-01 .area-01 h3{
    font-size: 72px;
    line-height: 1.15em;
    font-weight: 700;
    color: #0B0B0C;
    text-align: left;
  }
  .about .sec-01 .area-01 h3 span{
    display: block;
  }
  .about .sec-01 .area-02{
    place-content: flex-end flex-start;
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 24px;
    height: min-content;
    overflow: hidden;
    padding: 32px 40px 64px 0px;
    position: relative;
  }
  .about .sec-01 .area-02 h4{
    width: 64%;
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 600;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-02 p{
    width: 64%;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-03{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: row;
    padding: 0;
    margin-bottom: 64px;
  }
  .about .sec-01 .area-03 .img{
    border-radius: 8px;
  }
  .about .sec-01 .area-03 .l{
    width: 41%;
  }
  .about .sec-01 .area-03 .l .img{
    width: 100%;
    height: 437px;
    object-fit: cover;
  }
  .about .sec-01 .area-03 .r{
    width: 57%;
  }
  .about .sec-01 .area-03 .r .img{
    width: 100%;
    height: 437px;
    object-fit: cover;
  }
  .about .sec-01 .area-04{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    padding: 65px 0 80px;
  }
  .about .sec-01 .area-04 .l{
    width: 41%;
  }
  .about .sec-01 .area-04 .l h3{
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 700;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-04 .r{
    width: 57%;
  }
  .about .sec-01 .area-04 .r p{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .about .sec-01 .area-04 .r p + p{
    margin-top: 24px;
  }
  .about .sec-02{
    background: #F8F8F9;
    padding: 80px 0;
  }
  .about .sec-02 .area-01{
    width: auto !important;
    max-width: none !important;
    text-align:left !important;
    margin: 0 !important;
  }
  .about .sec-02 .area-01 h4{
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 700;
	width: 100%;
    max-width: 1320px;
    margin: auto;
    color: rgb(11,11,12);
    margin-bottom: 16px;
  }
  .about .sec-02 .area-01 p{
    max-width: 1320px;
    /* margin: auto; */
    font-size: 38px;
    margin: auto;
    line-height: 1.4em;
    font-weight: 700;
    color: #717171;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    width: 100%;
}
  
  .about .sec-02 .area-02{
    width: 100%;
    max-width: 100%;
    margin-top: 64px !important;
  }
  .about .sec-02 .area-02 .card-group{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
  }
  .about .sec-02 .area-02 .card-group .card{
    width: 25%;
    max-width: 312px;
    background: #ffffff;
    flex: 1 0 0px;
    border-radius: 16px;
    padding: 50px 50px 42px;
    text-align: center;
  }
  .about .sec-02 .area-02 .card-group .card .icon{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 40px;
  }
  .about .sec-02 .area-02 .card-group .card h4{
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 700;
    color: #0B0B0C;
    text-align: center;
    margin-bottom: 16px;
  }
  .about .sec-02 .area-02 .card-group .card p{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #393B43;
    text-align: center;
  }
  .about .sec-03 .area{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 80px;
    padding: 120px 0 120px 90px;
  }
  .about .sec-03 .area .item{
    width: 50%;
  }
  .about .sec-03 .area .item h4{
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    color: #212121;
    text-align: left;
    margin-bottom: 32px;
  }
  .about .sec-03 .area .item ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about .sec-03 .area .item ul li{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
}