@charset "UTF-8";

/*---------------------------common-----*/

.blueBg{
  margin-bottom: 20px;
}

.blueBg span{
  color: #fff;
  background: #2598dc;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 30px;
}

.grayBg{
  background: #f3f3f3;
  border-radius: 20px;
  padding: 50px 60px;  
}

#s-intro{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 250px;
  position: relative;
}

#s-intro .flexBox{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}

#s-intro .flexBox .img{
  margin-right: 5%;
  width: 30%;
}

#s-intro .flexBox .img img{
  width: 100%;
}

#s-intro .flexBox .detail{
  width: 65%;
}

#s-intro .flexBox .detail .head30{
  margin-bottom: 40px;
}

#s-mat{
  background: linear-gradient(0deg, #f9fafb, #ecf4f8);
  padding: 1px 0 90px;
  position: relative;
}

#s-mat:after{
    content: "";
    background: url(../img/bg.svg) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 224px;
    max-width: 1600px;
    width: 100%;
    z-index: 0;
    opacity: 0.2;
}

#s-mat .mainImg{
  margin-top: -150px;
  margin-bottom: 90px;
}

#s-mat .flexBox.top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

#s-mat .flexBox.top .bgText{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#s-mat .flexBox.top .bgText span{
  content: "MATERIALITY";
  font-family: 'Inter', sans-serif;
  font-size: 100px;
  font-size: 10rem;

  line-height: 1;
  background: linear-gradient(0deg, #e0edf3, #ebf2e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#s-mat .flexBox.top .head30{
  margin-right: 4%;
  width: 36%;
  position: relative;
  z-index: 2;
}

#s-mat .flexBox.top .text16{
  line-height: 1.4;
  width: 60%;
  position: relative;
  z-index: 2;
}

#s-mat .flexList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#s-mat .flexList li.whiteBg{
  background: #fff;
  border-radius: 15px;
  margin-top: 30px;
  padding: 4% 3%;
  width: 48%;
  z-index: 2;
}

#s-mat .flexList li.whiteBg .ttlWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

#s-mat .flexList li.whiteBg .ttlWrap span{
  color: #c6d53e;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  margin-right: 15px;
}

#s-mat .flexList li.whiteBg .ttlWrap .head18{
  color: #2598dc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

.iconList{
  display: flex;
  flex-wrap: wrap;
}

.iconList li{
  margin-right: 3%;
  margin-top: 3%;
  max-width: 100px;
  width: 22%;
}

.iconList li:last-child{
  margin-right: 0;
}

.iconList li img{
  width: 100%;
}

#s-mat .flexList li.whiteBg .iconList{
  justify-content: center;
}

#s-structure{
  padding: 150px 0 70px;
}

#s-structure .grayBg{
  position: relative;
}

#s-structure .grayBg .blueBg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

#s-structure .grayBg .exampleList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
      margin-bottom: 50px;
}

#s-structure .grayBg .exampleList li .img{
  width: 50%;
}

#s-structure .grayBg .exampleList li .img img{

}

#s-structure .grayBg .exampleList li .detail{
  width: 46%;
}

#s-structure .grayBg .exampleList li .detail .head24{
  margin-bottom: 35px;
}

#s-structure .grayBg .exampleList li .detail .text16{
  margin-bottom: 40px;
}

#s-structure .grayBg .exampleList li .detail .iconList li{
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
#s-intro .flexBox {
    display: block;
    width: 100%;
}

#s-intro .flexBox .img {
    margin: 0 auto 30px;
    width: 40%;
}

#s-intro .flexBox .detail {
    width: 100%;
}

#s-intro .flexBox .detail .head30 {
    margin-bottom: 25px;
    text-align: center;
}

#s-intro {
    padding-bottom: 170px;
}

#s-mat .flexBox.top .bgText{
  left: 50%;
  transform: translateX(-50%);
}

#s-mat .flexBox.top .bgText span {
    font-size: 4rem;
}

#s-mat {
    padding: 1px 0 50px;
}

#s-mat .mainImg {
    margin-top: -150px;
    margin-bottom: 30px;
}

#s-mat .mainImg img{
  object-fit: cover;
  height: 200px;
}

#s-mat .flexBox.top {
    display: block;
    margin-bottom: 0;
}

#s-mat .flexBox.top .head30 {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
}

#s-mat .flexBox.top .text16 {
    width: 100%;
}

#s-mat .flexList li.whiteBg {
    margin-top: 25px;
    padding: 8% 5%;
    width: 100%;
}

#s-mat .flexList li.whiteBg .ttlWrap span {
    font-size: 2rem;
    margin-right: 5px;
}

#s-mat .flexList li.whiteBg .ttlWrap .head18 {
    font-size: 1.6rem;
}

#s-structure {
    padding: 50px 0;
}

#s-structure .grayBg {
    padding: 13% 5% 8%;
}

#s-structure .grayBg .exampleList li {
    display: block;
    margin-bottom: 25px;
}

#s-structure .grayBg .exampleList li .img {
    width: 100%;
    margin-bottom: 25px;
}

#s-structure .grayBg .exampleList li .detail {
    width: 100%;
}

#s-structure .grayBg .exampleList li .detail .head24 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

#s-structure .grayBg .exampleList li .detail .text16 {
    margin-bottom: 20px;
}

.blueBg span {
    font-size: 1.8rem;
    padding: 5px 15px;
    width: 100%;
}

.iconList li {
    width: 30%;
}

}

