/*--------------------------------------------------------------------------*/
/*-------------------------------- Index2 -----------------------------------*/
.service-group .item .icon-full {
  width: clamp(150px, 10.416vw, 200px);
  height: clamp(150px, 10.416vw, 200px);
}
@media (max-width: 576px) {
  .service-group .item .icon-full {
    width: clamp(80px, 6.25vw, 120px);
    height: clamp(80px, 6.25vw, 120px);
  }
}

.service-group .item .term {
  background: #A9C30B;
  color: #fff;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 5px;
}


#index .case {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 999px) {
  #index .case {
    padding-right: 0;
  }
}
@media (max-width: 998px) {
  #index .case {
    background: white;
  }
}

#index .case .content {
  background: white;
  /*background: url("../images/dec-case.svg") right 2vw bottom -0.6vw no-repeat white;
  background-size: 22vw;*/
}
@media (min-width: 999px) {
  #index .case .content {
    padding: max(30px, 4.16vw) 0 max(30px, 4.16vw) 5vw;
  }
}
@media (max-width: 998px) {
  #index .case .content {
    padding-bottom: 5.125rem;
  }
}
@media (max-width: 525px) {
  #index .case .content {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  #index .case {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#index .case .content .banner .item {
  text-align: center; 
}
#index .case .content .banner .item .image {
  height: 100%;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#index .case .content .banner .item .image img {
  position: relative;
  width: 100%; 
}
#index .case .content .banner .item:hover {
  cursor: pointer; 
}


/*--------------------------------------------------------------------------*/
/*-------------------------------- Service Web -----------------------------*/


.title-main {
  position: relative;
}
.title-main::before,
.title-main::after {
  content: "";
  background-image: url(../images/title-dec.svg);
  background-size: contain;
  background-position:center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100px;
  height: 60%;
}
.title-main::before { 
  left: 25%;
  top: 22%;
}
.title-main::after {
  right: 25%;
  top: 22%;
}
@media (max-width: 992px){
  .title-main::before { 
    left: 20%;
  }
  .title-main::after {
    right: 20%;
  }
}
@media (max-width: 768px){
  .title-main::before { 
    left: 10%;
  }
  .title-main::after {
    right: 10%;
  }
}
@media (max-width: 450px){
  .title-main::before { 
    left: -10px;
  }
  .title-main::after {
    right: -10px;
  }
}

.section-right {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 999px) {
  .section-right {
    padding-right: 0;
  }
}@media (max-width: 768px) {
  .section-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-right .item{
  padding-right: 1.1rem;
}
.section-left {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 999px) {
  .section-left {
    padding-left: 0;
  }
}@media (max-width: 768px) {
  .section-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-left .item{
  padding-left: 1.1rem;
}
.service-web .pricetable .box {
  padding: 30px 20px;
}
.service-web .pricetable .box .list ol li{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
}
.service-media .title, .service-media .mediabox {
  margin: 0;
  padding: 2rem;
}
.service-media .mediabox .price{
  padding-top: 2rem;
  border-top: 1px solid #000;
}
.service-media .mediabox .item ol{
  line-height: 2.5;
}
.service-web .pricetable .box .list ol li::before,
.service-media .mediabox .item ol li::before{
  content: '';
  height: 20px;
  width: 20px;
  padding-right: 2.5rem;
  background-image: url("../images/list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.service-web .pricetable .box .list ol li:last-child{
  border-bottom: none;
}

.service-web .webcase{
  position: relative;
  background: rgba(0, 61, 116, 0);
}
/*.service-web .webcase a .client{
  text-align: center;
  line-height: 1.8;
  z-index: 2;
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 30%;
  opacity: 0;
}
.service-web .webcase:hover .client{
  opacity: 1;
}*/
.sem-box{
  border: 5px solid #003D74;
  border-radius: 25px;
}
.sem-box .info{
  padding: 2rem 3rem;
}
.sem-box .price{
  padding: 2.5rem 0;
  background: #003D74;
  color: #fff;
  border-radius: 0 0 15px 15px;
}
.sem-box .price::before{
  content: '';
  height: 50px;
  width: 50px;
  padding-right: 3rem;
  background-image: url("../images/price-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mediabox{
  background-color: #EBEBEC;

}
.mediabox .title{
  padding: 2rem 0;
}
.service-seo .section-right .img{
  width: clamp(150px, 10.416vw, 200px);
  height: clamp(150px, 10.416vw, 200px);
  text-align: -webkit-center;
}