.header .list .item .second {
  pointer-events: all;
}

.header {
  background-color: #fff;
}

.header .logo img:nth-child(1) {
  opacity: 1;
}

.header .logo img:nth-child(2) {
  opacity: 0;
}

.header .list {
  border-bottom-color: #F9F9F9;
}

.header .list .item a {
  color: #1A1A1A;
}

.header .right .tab {
  color: #999999;
}

.header .right .tab .icon span {
  color: #FFB3AB;
}

.header .right .search span {
  color: #FFB3AB;
}

.header .list .item .second::after {
  clip-path: inset(0% 0% 0% 0%);
}

.header .list .item .second .level>a {
  opacity: 1;
  transform: none;
  transition-delay: .3s;
}

.section1 {
  background-color: #F6F6F6;
}

.section1 #canvas-container {
  position: absolute;
}

.section1 .wrap {
  padding-top: 100px;
  padding-bottom: 115px;
  width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section1 .wrap .list {
  display: grid;
  gap: 50px;
  margin-bottom: 70px;
  grid-template-columns: repeat(3, 1fr);
}

.section1 .wrap .list .item {
  background-color: rgba(red, green, blue, alpha);
  border-radius: 28px;
  padding: 20px 20px 35px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid #FFFFFF;
  transition: all 0.6s;
}

.section1 .wrap .list .item:hover {
  background-color: #FFFFFF;
}

.section1 .wrap .list .item:hover .common_button {
  opacity: 1;
  transform: translateY(0);
}

.section1 .wrap .list .item .img {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section1 .wrap .list .item .text {
  text-align: center;
  margin-top: 30px;
}

.section1 .wrap .list .item .text .p1 {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 5px;
}

.section1 .wrap .list .item .text .p2 {
  color: #1a1a1a;
  font-size: 16px;
}

.section1 .wrap .list .item .common_button {
  margin: 30px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s;
}

.section1 .wrap .more {
  display: flex;
  width: 167px;
  height: 64px;
  background-color: #FFB3AB;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
}
.section1 .wrap .list .item.PE{
  display: none;
}
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.9895833333vw;
    width: 83.3333333333vw;
  }

  .section1 .wrap .list {
    gap: 2.6041666667vw;
    margin-bottom: 3.6458333333vw;
  }

  .section1 .wrap .list .item {
    border-radius: 1.4583333333vw;
    padding: 1.0416666667vw 1.0416666667vw 1.8229166667vw;
    backdrop-filter: blur(0.5208333333vw);
    border: 0.1041666667vw solid rgb(255, 255, 255);
  }

  .section1 .wrap .list .item .img {
    height: 15.625vw;
  }

  .section1 .wrap .list .item .text {
    margin-top: 1.5625vw;
  }

  .section1 .wrap .list .item .text .p1 {
    font-size: 0.8333333333vw;
    margin-bottom: 0.2604166667vw;
  }

  .section1 .wrap .list .item .text .p2 {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .list .item .common_button {
    margin: 1.5625vw auto 0px;
    transform: translateY(0.5208333333vw);
  }

  .section1 .wrap .more {
    width: 8.6979166667vw;
    height: 3.3333333333vw;
    border-radius: 0.46875vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90vw;
    padding: 60px 0;
  }
  .section1 .wrap .list .item .text .p1{
    font-size: 16px;
  }
  .section1 .wrap .list .item .text .p2{
    font-size: 12px;
  }
  .section1 .wrap .list .item .common_button{
    opacity: 1;
    transform: none;
  }
  .section1 .wrap .list{
    gap: 20px;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .section1 .wrap .list .item{
    border-radius: 10px;
    padding: 20px;
    backdrop-filter: blur(3px);
    background-color: #fff;
  }
  .section1 .wrap .list .item .text{
    margin-top: 10px;
  }
  .section1 .wrap .list .item .text .p1{
    margin-bottom: 5px;
  }
  .section1 .wrap .list .item .common_button{
    margin-top: 30px;
  }
  .section1 .wrap .list .item{
    border-width: 1px;
  }
  .section1 .wrap .list .item .img{
    height: 150px;
  }
  .section1 .wrap .list .item .img img{
    max-width: 80%;
    max-height: 80%;
  }
  .section1 .wrap .more{
    width: 120px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {

  .section1 .wrap .list .item.PC{
    display: none;
  }
  .section1 .wrap .list .item.PE{
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .section1 .wrap .list .item.PE .img{
    height: 42vw;
    background-color: #fff;
    border-radius: 10px;
  }
  .section1 .wrap .list .item .img img{
    max-width: 80%;
    max-height: 80%;
  }
}