@media screen and (max-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 395px) {
  html {
    font-size: 12px;
  }
}
.l_sub .tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.l_sub .section .inner form .error {
  width: 100%;
}
.l_sub_my .section {
  padding: 140px 0 200px;
}
.l_sub_my .section .inner {
  width: 480px;
  margin: 0 auto;
}
.l_sub_my .section .inner .wrap_tit {
  margin-bottom: 80px;
}
.l_sub_my .section .inner .wrap_tit .tit,
.l_sub_my .section .inner .wrap_tit .desc,
.l_sub_my .section .inner .wrap_tit .check_desc {
  text-align: center;
}
.l_sub_my .section .inner .wrap_tit .desc {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #444;
}
.l_sub_my .section .inner .wrap_tit .check_desc {
  font-weight: 500;
  font-size: 20px;
  color: #444;
  margin-top: 60px;
  line-height: 28px;
}
.l_sub_my .section .inner .wrap_tit .check_desc strong {
  display: block;
}
.l_sub_my .section .inner .btn {
  margin: 45px auto 0;
}
.l_sub_my .section .inner .wrap_link {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}
.l_sub_my .section .inner .wrap_link a {
  font-size: 18px;
  font-weight: 500;
}
.l_sub_my .section .inner .wrap_link a + a {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.l_sub_my .section .inner .wrap_link a + a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
  width: 1px;
  height: 12px;
}
.l_sub_my .section .inner .box_info {
  text-align: center;
  margin-top: 45px;
  background-color: #f9f9f9;
  width: 100%;
  padding: 24px 0;
}
.l_sub_my .section .inner .box_info p {
  font-size: 16px;
  color: #aaa;
  font-weight: 500;
}
.l_sub_my .section .inner .box_info p strong {
  line-height: 26px;
}
.l_sub_my .section .inner .box_info > strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  margin-bottom: 15px;
}
.l_sub_my .section .inner .box_info_plus {
  padding: 29px 0;
  margin-bottom: 35px;
}
.l_sub_my .section .inner .box_info_pw {
  padding: 19px 0;
}
.l_sub_my .section_results .inner .wrap_tit {
  margin-bottom: 50px;
}
.l_sub_my .section_results .inner .box_info {
  padding: 41px 0;
}
.l_sub_my .section_results .inner .box_info strong {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto 15px;
}
.l_sub_my .section_results .inner .box_info strong::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #ddd;
}
.l_sub_my .section_results .inner .box_info p {
  font-size: 18px;
}
.l_sub_my .section_results .inner .wrap_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_sub_my .section_results .inner .wrap_btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.l_sub_my .section_results .inner .wrap_btn .btn + .btn {
  margin-left: 15px;
}
.l_sub_page .section_top {
  padding: 140px 0 80px;
}
.l_sub_page .section_top .tit {
  text-align: center;
}
.l_sub_page .section_tab {
  border: none;
}
.l_sub_page .section_tab .inner .wrap_tab {
  border-bottom: 1px solid #ddd;
}
.l_sub_page .section_content {
  padding-bottom: 280px;
}
.l_sub_page .section_content > div h3 {
  font-weight: bold;
  font-size: 28px;
}
.l_sub_page .section_content > div .desc {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #555;
}
.l_sub_page .section_content > div form {
  margin-top: 60px;
}
.l_sub_page .section_content .content > div {
  margin-top: 100px;
  padding: 0 60px;
  padding-bottom: 160px;
  border-bottom: 2px solid #ddd;
}
.l_sub_page .section_content .content .btn {
  margin-top: 65px;
}
.l_sub_page .section .inner form .error {
  width: calc(100% - 125px);
}

@media screen and (max-width: 1480px) {
  .l_sub_my .section .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l_sub .tit {
    font-size: 1.708rem;
  }
  .l_sub_my .section {
    padding: 5rem 0 6.666rem;
  }
  .l_sub_my .section_login .inner .wrap_tit {
    margin-bottom: 4.166rem;
  }
  .l_sub_my .section .inner .wrap_tit {
    margin-bottom: 2.5rem;
  }
  .l_sub_my .section .inner .wrap_tit .desc {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .l_sub_my .section .inner .wrap_tit .check_desc {
    font-size: 1.083rem;
    margin-top: 3.02rem;
    line-height: 1.708rem;
  }
  .l_sub_my .section .inner .btn {
    margin: 2.5rem auto 0;
  }
  .l_sub_my .section .inner .wrap_link {
    margin-top: 3.333rem;
  }
  .l_sub_my .section .inner .wrap_link a {
    font-size: 1rem;
  }
  .l_sub_my .section .inner .wrap_link a + a {
    margin-left: 1.041rem;
    padding-left: 1.041rem;
  }
  .l_sub_my .section .inner .wrap_link a + a:before {
    width: 0.062rem;
    height: 0.666rem;
  }
  .l_sub_my .section .inner .box_info {
    margin-top: 3.333rem;
    padding: 1.875rem 0;
  }
  .l_sub_my .section .inner .box_info p {
    line-height: 1.5rem;
    font-size: 0.958rem;
  }
  .l_sub_my .section .inner .box_info > strong {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .l_sub_my .section .inner .box_info_plus {
    margin-top: 0;
    padding: 1.666rem 0;
    margin-bottom: 2.708rem;
  }
  .l_sub_my .section .inner .box_info_pw {
    padding: 1.875rem 0;
  }
  .l_sub_my .section_results .inner .wrap_tit {
    margin-bottom: 3.333rem;
  }
  .l_sub_my .section_results .inner .box_info {
    padding: 2.083rem 0;
  }
  .l_sub_my .section_results .inner .box_info strong {
    font-size: 1.25rem;
    padding-bottom: 1.041rem;
    margin: 0 auto 1.041rem;
  }
  .l_sub_my .section_results .inner .box_info strong::after {
    width: calc(100% + 2.083rem);
  }
  .l_sub_my .section_results .inner .box_info p {
    font-size: 1rem;
  }
  .l_sub_my .section_results .inner .wrap_btn .btn + .btn {
    margin-left: 0.833rem;
  }
  .l_sub_page .section_top {
    padding: 5rem 0 2.5rem;
  }
  .l_sub_page .section_content {
    padding-bottom: 6.666rem;
  }
  .l_sub_page .section_content > div h3 {
    font-size: 1.333rem;
  }
  .l_sub_page .section_content > div .desc {
    margin-top: 0.52rem;
    line-height: 1.666rem;
    font-size: 1.083rem;
  }
  .l_sub_page .section_content > div form {
    margin-top: 3.02rem;
  }
  .l_sub_page .section_content .content > div {
    margin-top: 4.166rem;
    padding: 0;
    padding-bottom: 5.729rem;
  }
  .l_sub_page .section_content .content > div textarea {
    min-height: 10rem;
  }
  .l_sub_page .section_content .content .btn {
    margin-top: 3.333rem;
  }
  .l_sub_page .section .inner form .error {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l_sub_my .section .inner {
    width: auto;
    padding-left: 1.666rem;
    padding-right: 1.666rem;
  }
}