body {
  margin: 0;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 16px;
  background-color: #f2f2f2;
  min-width: 380px;
}

a {
  text-decoration: none;
  color: #525d7d;
}

.wrap1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: auto;
}

.pbox1 {
  flex-basis: 35%;
  max-width: 500px;
  min-width: 380px;
  height: 100vh;
  background-color: #525d7d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pbox1_1 {
  text-align: center;
  color: #f1f1f1;
  font-size: x-large;
}

.pbox1_1 h1 a {
  text-decoration: none;
  color: #f1f1f1;
}

.pbox1_2 {
  text-align: center;
  color: #f1f1f1;
}

.pbox1_2 h3 {
  font-weight: 500;
}

#footer2 {
  padding: 20px 0 30px;
}

.footer2_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.footer2_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
}

.footer2_menu li a {
  color: #f1f1f1;
}

.footer2_menu li {
  padding: 0 12px;
  border-right: 1px solid #f1f1f1;
  line-height: 0.5rem;
}

.copyright {
  font-size: 0.8rem;
  color: #f1f1f1;
  margin: 0;
}

.pbox2 {
  flex-basis: 65%;
  height: 100vh;
  max-width: 1280px;
  height: auto;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.back_page {
  position: absolute;
  right: 24px;
  top: 16px;
}

.back_page a {
  color: #666666;
  font-size: 0.9rem;
}

.back_page a.underline:hover {
  text-decoration: underline;
  color: #000000;
}

.pbox2_1 {
  text-align: center;
}

.pbox2_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.pbox2_box1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 500px;
  min-width: 350px;
  align-items: center;
  height: auto;
  border: 1px solid #bbc0c4;
  border-top: 1px solid #525d7d;
  border-radius: 8px;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 2px;
  padding-right: 2px;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
}

.pbox2_icon {
  text-align: left;
  margin: 4px 4px;
  overflow: hidden;
}

.pbox2_icon img {
  display: block;
  margin: 4px 4px;
  height: auto;
  max-width: 100px;
  max-height: 70px;
}

.pbox2_box_text P {
  text-align: left;
  font-size: 0.9rem;
  color: #666666;

  margin: 0px 10px;
  margin-bottom: 10px;
}

.pbox2_wrap2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.pbox2_box2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 420px;
  height: auto;
  border: 2px solid #bbc0c4;
  border-top: 10px solid #525d7d;
  border-radius: 8px;
  margin-top: 30px;
  padding-left: 2px;
  padding-right: 2px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.pbox2_icon2 {
  align-items: center;
  margin: auto;
  margin-top: 12px;
  overflow: hidden;
}

.pbox2_icon2 img {
  max-width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 280px;
}

.pbox2_box2_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  font-size: 0.9rem;
  color: #666666;
  text-align: center;
  margin: 0px 10px;
  margin-bottom: 10px;
}

.box-radio-input input[type="radio"] {
}

.box-radio-input input[type="radio"] + span {
  display: inline-block;
  background: none;
  border-top: 1px solid #dfdfdf;
  padding: 0px 10px;
  text-align: center;
  height: 40px;
  width: 280px;
  line-height: 33px;
  font-weight: 500;
  cursor: pointer;
}

.box-radio-input input[type="radio"]:checked + span {
  border: 1px solid #418ded;
  background: #418ded;
  color: #fff;
}

.pline {
  text-decoration: 3px line-through #ed5341;
}

.info-03btn-wrap {
  margin: auto;
  margin-bottom: 10px;
  max-width: 280px;
}

.info03-btn {
  width: 280px;
  height: 50px;
  position: center;
  color: #fff;
  background: #525d7d;
  font-size: 1.1rem;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  left: 25%;
  top: 25%;
}

.info03-btn a {
  color: #fff;
}

.info03-btn:focus {
  outline: 0;
}

.info03-btn:hover {
  background: rgba(0, 125, 145, 0.9);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 125, 145, 0.6);
}

.font_a1 {
  font-size: 25px;
}

.font_a2 {
  font-size: xx-large;
}

.font_a3 {
  font-size: 1.2rem;
}

@media screen and (max-width: 1400px) {
  .back_page {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .pbox1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 8px;
  }

  .pbox1_2 h2 {
    font-size: 1.2rem;
  }
  .pbox1_2 h3 {
    font-size: 0.9rem;
    font-weight: lighter;
  }

  #footer2 {
    display: none;
  }

  .pbox2 {
    width: 100%;
    margin-top: 16px;
  }

  .pbox2_box1 {
    width: 100%;
    margin: auto;
    margin-top: 4px;
    box-shadow: none;
  }

  .pbox2_1 {
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .font_a2 {
    font-size: 1.3rem;
    font-weight: bolder;
  }

  .pbox2_1p {
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
  }

  .pbox2_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px;
  }

  .pbox2_wrap2 {
    width: 100%;
    margin: auto;
    padding: auto;
  }

  .pbox2_box2 {
    box-shadow: none;
  }

  .back_page {
    display: none;
  }
}
