/* ---------------------------------------------------------------
  .zerotrust-header
--------------------------------------------------------------- */

.zerotrust-header {
  margin-top: 100px;
  color: #fff;
}

.zerotrust-header-inner {
  text-align: center;
  margin: 0 auto;
  padding: 80px 100px 190px;
  background: url(../img/zerotrust/zerotrust_header.png);
  background-size: cover;
  background-position: 70% top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.zerotrust-header-inner::after {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.zerotrust-header-hdg {
  color: #fff;
  font-size: 48px;
  font-family: YuGothic;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-shadow: 1px 1px 4px #000; 
}

.zerotrust-header-hdg > span:not([class]) {
  display: block;
}

.zerotrust-header-text {
  margin-top: 60px;
  font-size: 24px;
  z-index: 1;
  position: relative;
  text-shadow: 1px 1px 4px #000; 
}


/* ---------------------------------------------------------------
  .zerotrust
--------------------------------------------------------------- */

.zerotrust {
  color: #404040;
}

.zerotrust-inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zerotrust-inner > p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.zerotrust-hdg {
  margin: 0 0 30px;
  font-size: 28px;
  text-align: left;
  color: #2153FB;
}

.hr-gray {
  border: 1px solid #B8B7B7;
  width: 100%;
  margin-bottom: 60px;
}

.scl_img {
  overflow: hidden;
  text-align: center;
}

/* ---------------------------------------------------------------
  .zerotrust-outline
--------------------------------------------------------------- */

.zerotrust-outline {
  position: relative;
  height: 800px;
}

.zerotrust-outline-contents {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  padding: 60px;
  width: 1040px;
  margin: 0 auto 0;
  text-align: left;
  background: #EDF2F6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.zerotrust-outline-contents > p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.zerotrust-outline-contents > p > span:not([class]) {
  display: block;
}

.contents-img {
  width: 100%;
  margin: 48px auto 0;
}


/* ---------------------------------------------------------------
  .zerotrust-dashboard
--------------------------------------------------------------- */

.zerotrust-consept .zerotrust-inner {
  max-width: 1080px;
  padding: 50px 20px 0;
}

.zerotrust-consept .zerotrust-inner .bnr-premium-container {
  margin-top: 30px;
  padding: 0 0 60px;
}


/* ------------ .zerotrust-dashboard-list ------------ */

.zerotrust-dashboard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 900px;
}

.zerotrust-dashboard-list > li {
  padding: 10px;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.zerotrust-dashboard-list > li .zerotrust-dashboard-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  min-height: 53px;
  height: 100%;
  line-height: 1.2;
  background-color: #009FFF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zerotrust-dashboard-list > li .zerotrust-dashboard-cell > span > span {
  display: block;
}

.concept-img {
  width: 1040px;
  margin: 30px auto 50px;
}

/* ---------------------------------------------------------------
  .contact
--------------------------------------------------------------- */
.contact_case {
  margin-bottom: 60px;
}


@media screen and (max-width: 1040px) {
  .zerotrust-header {
    margin-top: 60px;
  }

  .zerotrust-header-inner {
    padding: 20px;
    background-position: center top;
  }

  .zerotrust-header-hdg {
    margin-top: 20px;
    font-size: 24px;
    text-align: left;
  }

  .zerotrust-header-hdg > span:not([class]) {
    display: inline;
  }
  
  .zerotrust-header-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .zerotrust-hdg {
    margin-bottom: 25px;
    font-size: 18px;
  }
  
  .hr-gray {
    margin-bottom: 20px;
  }

  .zerotrust-outline {
    height: auto;
    background: #fff;
  }

  .zerotrust-outline .zerotrust-inner {
    padding: 20px;
  }

  .zerotrust-outline-contents {
    position: relative;
    top: inherit;
    width: 100%;
    height: auto;
    padding: 20px 20px 25px;
  }

  .zerotrust-outline-contents > p {
    font-size: 14px;
  }

  .zerotrust-outline-contents > p > span:not([class]) {
    display: inline;
  }
  
  .zerotrust-consept .zerotrust-inner {
    padding: 20px 20px 0;
  }
  
  .zerotrust-consept .zerotrust-inner .bnr-premium-container {
    margin-top: 20px;
    padding: 0 0 20px;
  }
  
  .contents-img {
    width: 100%;
    margin-top: 20px;
  }

  .zerotrust-dashboard .zerotrust-inner {
    padding: 25px 20px 50px;
  }
  
  .zerotrust-inner > p {
    font-size: 14px;
  }
  
  .zerotrust-dashboard-list {
    width: 100%;
  }

  .zerotrust-dashboard-list > li {
    padding: 5px;
    width: 100%;
    font-size: 12px;
  }

  .zerotrust-dashboard-list > li .zerotrust-dashboard-cell {
    padding: 0;
    min-height: 30px;
  }
  
  .concept-img {
    width: 100%;
    margin: 20px auto;
  }
  
  .contact_case {
    margin-top: 60px;
  }

}

@media screen and (max-width: 750px) {
  .scl_img {
    overflow: scroll;
  }
  .contents-img {
    height: 250px;
    width: auto;
    margin-right: 20px;
  }
  .concept-img {
    height: 280px;
    width: auto;
  }
  .zerotrust-outline-contents {
    padding: 20px 0 25px 20px;
  }
  .zerotrust-outline-contents > p {
    padding-right: 20px;
  }

}