@import url("../../../font/esamanru/font_esamanru.css");
#snb, .contents_util, .contents_info {
  display: none;
}

#contents_body {
  width: 100%;
  max-width: initial;
  margin: 0;
  padding: 0;
}

#header {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 10;
  border: 0 none;
}

#footer {
  border: 0 none;
}

#gnb2.active > ul, #gnb2.active > ul::after {
  right: -2rem;
}

.main_wrap {
  margin-bottom: 0;
}

#point {
  padding: 17rem 0 9.5rem;
  background: url("../../img/contents/point_bg.png") no-repeat center bottom #EDF8FF;
  background-size: 100% auto;
  font-family: "esamanru";
  font-weight: 500;
  font-size: 2.4rem;
  color: #111;
  text-align: center;
}
#point h2 {
  margin-bottom: 5.5rem;
  font-size: 6.4rem;
  font-weight: inherit;
}
#point li {
  width: 44rem;
  max-width: calc(33.333% - 2.666rem);
  padding: 7rem 4rem 4rem;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  background-color: #fff;
}
#point strong {
  font-size: 150%;
  font-weight: inherit;
}
#point i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26rem;
  margin: 3rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#point a {
  height: 7.5rem;
  border: 1px solid #ccc;
  line-height: 7.3rem;
  display: block;
  border-radius: 5rem;
}
#point ul {
  position: relative;
  z-index: 0;
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 50rem);
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#point ul::before, #point ul::after {
  position: absolute;
  z-index: 1;
  background-size: 100% auto !important;
  content: "";
}
#point ul::before {
  right: calc(100% - 2.5rem);
  bottom: 0;
  width: 25.7rem;
  height: 40.4rem;
  background: url("../../img/contents/point_img1.png") no-repeat 0 bottom;
}
#point ul::after {
  left: calc(100% - 6rem);
  top: 1rem;
  width: 33.3rem;
  min-height: 100%;
  background: url("../../img/contents/point_img2.png") no-repeat 0 0;
}
#point img[src*=point1] {
  margin-bottom: -6rem;
}
#point img[src*=point3] {
  max-width: 60%;
}
#point span {
  position: relative;
  color: #06A75E;
}
#point span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background-color: #06A75E;
  opacity: 0.3;
  content: "";
}

@media (max-width: 1550px) {
  #point {
    padding-bottom: 12rem;
    font-size: inherit;
  }
  #point li {
    padding: 5rem 3rem 3rem;
  }
  #point a {
    height: 5rem;
    border: 1px solid #ccc;
    line-height: 4.8rem;
  }
  #point i {
    height: 24rem;
    margin: -2rem auto;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #point ul {
    max-width: calc(100% - 30rem);
    gap: 1.5rem;
  }
  #point ul::before {
    right: calc(100% - 3rem);
    width: 15rem;
  }
  #point ul::after {
    width: 20rem;
    height: 8rem;
  }
}
@media (max-width: 1024px) {
  #point h2 {
    font-size: 4rem;
  }
  #point li {
    padding: 3rem 2rem 2rem;
  }
  #point a {
    height: 4rem;
    border: 1px solid #ccc;
    line-height: 3.8rem;
  }
  #point i {
    margin: -5rem auto;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  #point ul {
    max-width: calc(100% - 15rem);
  }
  #point ul::before {
    bottom: auto;
    top: -3rem;
    width: 8rem;
    background-position-y: 0;
  }
  #point ul::after {
    width: 12rem;
    height: 5rem;
  }
}
@media (max-width: 768px) {
  #point ul {
    display: block;
    text-align: left;
  }
  #point i {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2rem;
    width: 8rem;
    height: calc(100% - 2rem);
    margin: 0;
  }
  #point a {
    margin-left: auto;
    padding: 0 2rem;
  }
  #point img {
    max-height: 80%;
  }
  #point img[src*=point1] {
    max-height: 100%;
    margin-bottom: -2rem;
  }
  #point li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: 100%;
    padding: 3rem 4rem 3rem 11rem;
  }
  #point li + li {
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  #point h2 {
    margin-bottom: 3rem;
    font-size: 3.5rem;
  }
  #point li {
    padding: 2rem 2rem 2rem 13rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #point a {
    margin: 1rem auto 0 0;
  }
  #point ul {
    width: 35rem;
    max-width: calc(100% - 6rem);
  }
  #point ul::before, #point ul::after {
    display: none;
  }
}