#Pf_section {
  padding-top: 64px;
  width: 900px;
  margin: 0 auto;
}

.pf_div {
  word-break: break-all;
}

.pf_h2 {
  text-align: center;
  margin: 64px 0;
  font-size: .5rem;
}

.slider {
  width: 900px;
  height: 500px;
  display: grid;
  justify-content: center;
  position: relative;
}

.slider_outer {
  position: relative;
  width: 880px;
  height: 450px;
  overflow: hidden;
}

.slider_container {
  display: flex;
  column-gap: 200px;
  transition: 0.5s ease-in-out;
}

.am_div {
  display: flex;
}

.vcase {
  width: 500px;
  height: 450px;
  box-sizing: border-box;
}

.am_div > img {
  width: 500px;
  height: 450px;
}

.am_div_text {
  width: 380px;
  height: 450px;
  position: relative;
  overflow: scroll;
  box-sizing: border-box;
}

.am_div_text > h2 {
  border-bottom: 2px solid black;
  margin-left: 8px;
  font-size: .6rem;
}

.am_div_text > p {
  border-bottom: 2px dotted black;
  margin-left: 8px;
  font-size: .6rem;
}

.ask_site {
  font-size: .5rem;
}

.slider > button {
  all: initial;
  width: 50px;
  height: 450px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s;
}

.slider > button:active {
  opacity: 0.6;
}

.slider > .next_btn {
  position: absolute;
  color: #000;
  right: -10%;
}

.slider > .next_btn:hover {
  color: #fff;
  background: #000;
}

.slider > .back_btn {
  position: absolute;
  color: #000;
  left: -10%;
}

.slider > .back_btn:hover {
  color: #fff;
  background: #000;
}

.indicator_container {
  display: flex;
  justify-content: center;
}

.indicator {
  width: 30px;
  height: 15px;
  background-color: lightgray;
  border-radius: 10px;
}

.indicator1 {
  background-color: black;
}

@media (max-width: 500px) {
  #Pf_section {
    padding-top: 64px;
    width: 375px;
    margin: 0 auto;
  }

  .pf_div {
    word-break: break-all;
  }

  .pf_h2 {
    text-align: center;
    margin: 32px 0;
  }

  .slider {
    width: 375px;
    height: 650px;
    display: grid;
    justify-content: center;
    position: relative;
  }

  .slider_outer {
    position: relative;
    width: 375px;
    height: 600px;
    overflow: hidden;
  }

  .slider_container {
    display: flex;
    column-gap: 80px;
    transition: 0.5s ease-in-out;
  }

  .am_div {
    display: flex;
    flex-direction: column;
  }

  .vcase {
    width: 375px;
    height: 300px;
    box-sizing: border-box;
  }

  .am_div > img {
    width: 375px;
    height: 245px;
  }

  .am_div_text {
    width: 375px;
    height: 300px;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
  }

  .am_div_text > h2 {
    font-size: .5rem;
    border-bottom: 1px solid black;
    margin-left: 2px;
  }

  .am_div_text > p {
    font-size: .3rem;
    border-bottom: 1px dotted black;
    margin-left: 2px;
  }

  .ask_site {
    font-size: .5rem;
  }

  .slider > button {
    all: initial;
    width: 32px;
    height: 32px;
    font-size: .75rem;
    text-align: center;
    line-height: 32px;
    color: #000;
    cursor: pointer;
    transition: background 0.5s;
  }

  .slider > button:active {
    opacity: 0.6;
  }

  .slider > .next_btn {
    position: absolute;
    top: 100%;
    right: 15%;
  }

  .slider > .next_btn:hover {
    color: #fff;
    background: #000;
  }

  .slider > .back_btn {
    position: absolute;
    top: 100%;
    left: 15%;
  }

  .slider > .next_btn:hover {
    color: #fff;
    background: #000;
  }

  .indicator_container {
    display: flex;
    justify-content: center;
  }

  .indicator {
    width: 30px;
    height: 15px;
    background-color: lightgray;
    border-radius: 10px;
  }

  .indicator1 {
    background-color: black;
  }
}
