/*intro.scss*/
/*_mixins.scss*/
/*_colors.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  box-sizing: border-box;
}

/*_fonts.scss*/
/*_placeholders.scss*/
header {
  background: transparent;
  border: 0;
}
header > .container {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 1.5rem;
}
@media (max-width: 640px) {
  header > .container {
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 320px) {
  header > .container {
    padding: 0.75rem 1.5rem;
  }
}
header h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
header h1 a.logo_BI {
  opacity: 0.85;
  transform: scale(1);
  transform-origin: top center;
}
header h1 a.logo_BI:hover {
  opacity: 1;
}
header button.btn_login {
  display: none;
  width: auto;
  height: auto;
  padding: 0.85rem 2.75rem;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 120%;
}
@media (max-width: 640px) {
  header button.btn_login {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 480px) {
  header button.btn_login {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
header button.btn_login {
  line-height: 22px;
  line-height: 1.5rem;
  color: #464646;
  border: 1px solid #72879e;
  transform-origin: bottom right;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (max-width: 640px) {
  header button.btn_login {
    padding: 1rem 2rem;
    font-size: 18px;
    font-size: 1.17rem;
    line-height: 120%;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header button.btn_login {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  header button.btn_login {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
@media (max-width: 480px) {
  header button.btn_login {
    padding: 0.75rem 1.25rem;
  }
}
header button.btn_login:hover, header button.btn_login:focus {
  background: #0079FF;
  color: #ffffff;
  border-color: #0079FF;
}
header.fixed_top {
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 10px rgba(44, 44, 44, 0.125);
}
header.fixed_top > .container {
  padding: 1rem var(--uh-gutter-x, 1rem) 0.75rem;
}
@media (max-width: 640px) {
  header.fixed_top > .container {
    padding: 1rem var(--uh-gutter-x, 1rem);
  }
}
@media (max-width: 320px) {
  header.fixed_top > .container {
    padding: 0.45rem var(--uh-gutter-x, 1rem);
  }
}
header.fixed_top button.btn_login {
  display: block;
  margin-top: 0.2rem;
  color: #0079FF;
  border-color: #0079FF;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 480px) {
  header.fixed_top button.btn_login {
    font-size: 18px;
    font-size: 1.17rem;
    line-height: 120%;
  }
}
@media (max-width: 480px) and (max-width: 640px) {
  header.fixed_top button.btn_login {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  header.fixed_top button.btn_login {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
header.fixed_top button.btn_login:hover, header.fixed_top button.btn_login:focus {
  background: #0079FF;
  color: #ffffff;
}
header.fixed_top h1 a.logo_BI {
  width: 220px;
  transform: scale(0.95);
  transition: 0.25s linear;
  opacity: 1;
}
header.fixed_top button.btn_login {
  transform: scale(0.8);
  transition: 0.25s linear;
}

.swiper {
  width: 100%;
}
@media (max-width: 960px) {
  .swiper {
    overflow: hidden;
  }
}
.marketing .swiper {
  max-width: 2000px;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media (max-width: 1450px) {
  .marketing .swiper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (max-width: 640px) {
  .marketing .swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.excellent .swiper {
  max-width: 2000px;
  padding-left: var(--uh-gutter-x, 1rem);
  padding-right: var(--uh-gutter-x, 1rem);
}
@media (max-width: 640px) {
  .swiper ul.swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: normal !important;
    justify-content: flex-start !important;
    align-items: normal !important;
    gap: 0 !important;
  }
  .swiper ul.swiper-wrapper li.swiper-slide {
    flex: initial !important;
    flex-shrink: 0 !important;
  }
  .marketing .swiper ul.swiper-wrapper li.swiper-slide {
    padding-left: var(--uh-gutter-x, 1rem);
    padding-right: var(--uh-gutter-x, 1rem);
  }
}

.swiper-pagination {
  display: none;
}
@media (max-width: 640px) {
  .device_mobile .swiper-pagination {
    display: block;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #476FF3;
  opacity: 0.9;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  background: #e3e7ee;
  overflow: hidden;
  top: auto;
  bottom: -1.5rem;
  left: 5%;
}
@media (max-width: 1200px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: block;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 1.5rem;
  }
}
.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
  background: rgb(195.2666666667, 203.8, 218.7333333333);
}

.intro {
  width: 100%;
  flex: 1 1 auto;
  padding-top: 0;
  background: #ffffff;
}
.intro > article {
  padding: 8rem 0 10rem;
}
@media (max-width: 1200px) {
  .intro > article {
    padding: 6rem 0 8rem;
  }
}
@media (max-width: 960px) {
  .intro > article {
    padding: 4.5rem 0 5rem;
  }
}
@media (max-width: 480px) {
  .intro > article {
    padding: 3rem 0 4rem;
  }
}
.intro > article div.container h2,
.intro > article div.container-fluid h2 {
  display: block;
  width: 100%;
  padding: 1.25rem 0 4rem;
  font-size: 56px;
  font-size: 3.64rem;
  line-height: 120%;
  letter-spacing: -0.25rem;
}
@media (max-width: 640px) {
  .intro > article div.container h2,
  .intro > article div.container-fluid h2 {
    font-size: 38px;
    font-size: 2.47rem;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 480px) {
  .intro > article div.container h2,
  .intro > article div.container-fluid h2 {
    font-size: 33px;
    font-size: 2.145rem;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 480px) {
  .intro > article div.container h2,
  .intro > article div.container-fluid h2 {
    padding: 1rem 0 3rem;
  }
}

.visual_wrap {
  position: relative;
  padding: 0 !important;
  z-index: 0;
  overflow: hidden;
}
.visual_wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(circle, rgba(23, 32, 52, 0.68) 0%, rgba(0, 0, 0, 0.95) 85%);
  background-blend-mode: overlay;
  z-index: 0;
}
@media (max-width: 640px) {
  .visual_wrap:after {
    background: #000000;
    background: radial-gradient(circle, rgba(23, 32, 52, 0.6) 20%, rgba(0, 0, 0, 0.88) 80%);
  }
}
.visual_wrap .visual {
  display: block;
  background: #ffffff;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.visual_wrap .visual > .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5vh;
  width: 100%;
  height: 100%;
  padding: 2rem 0.75rem 3rem;
  min-height: 100vh;
  text-align: left;
  z-index: 3;
  transform: scale(1);
}
@media (min-width: 960px) and (max-width: 1980px) {
  .visual_wrap .visual > .container {
    transform: scale(0.9);
    transform-origin: center center;
    padding: 2rem 1.5rem 3rem;
  }
}
@media (max-width: 960px) {
  .visual_wrap .visual > .container {
    padding: 10rem 1.5rem 3rem;
    transform: scale(1);
  }
}
@media (max-width: 640px) {
  .visual_wrap .visual > .container {
    padding: 5.5rem 1.5rem 2rem;
  }
}
@media (max-width: 480px) {
  .visual_wrap .visual > .container {
    padding: 4.5rem 1.5rem 1rem;
  }
}
@media (max-width: 380px) {
  .visual_wrap .visual > .container {
    padding: 5.5rem 1.5rem 1rem;
  }
}
.visual_wrap .visual .text_group,
.visual_wrap .visual .login_box,
.visual_wrap .visual .login_wrap {
  flex: 0 0 auto;
}
.visual_wrap .visual .text_group {
  width: 100%;
  margin: -10vh auto 0;
  text-align: center;
}
.visual_wrap .visual .text_group h3 {
  font-size: 83px;
  font-size: 5.395rem;
  line-height: 60px;
  line-height: 6.25rem;
  letter-spacing: -0.2rem;
  color: #ffffff;
}
.visual_wrap .visual .text_group h3 strong {
  font-size: 86px;
  font-size: 5.59rem;
  padding-right: 2rem;
  background: linear-gradient(120deg, #3962d2 10%, #476ff3 65%, #0079FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.visual_wrap .visual .text_group h3 strong i {
  font-style: italic;
}
.visual_wrap .visual .text_group p {
  margin-top: 2vh;
  font-size: 30px;
  font-size: 1.95rem;
  letter-spacing: -0.03rem;
  color: #f5f5f5;
}
@media (max-width: 1200px) {
  .visual_wrap .visual .text_group h3 {
    font-size: 78px;
    font-size: 5.07rem;
    line-height: 56px;
    line-height: 5.75rem;
  }
  .visual_wrap .visual .text_group h3 strong {
    font-size: 80px;
    font-size: 5.2rem;
  }
}
@media (max-width: 960px) {
  .visual_wrap .visual .text_group h3 {
    font-size: 68px;
    font-size: 4.42rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .visual_wrap .visual .text_group h3 strong {
    font-size: 71px;
    font-size: 4.615rem;
  }
  .visual_wrap .visual .text_group h3 strong .dp_w {
    display: none;
  }
  .visual_wrap .visual .text_group p {
    font-size: 26px;
    font-size: 1.69rem;
  }
}
@media (max-width: 640px) {
  .visual_wrap .visual .text_group h3 {
    font-size: 46px;
    font-size: 2.99rem;
    line-height: 45px;
    line-height: 4.375rem;
    padding: 1rem 0 0.5rem;
  }
  .visual_wrap .visual .text_group h3 strong {
    font-size: 54px;
    font-size: 3.51rem;
    padding-right: 0.3rem;
  }
  .visual_wrap .visual .text_group p {
    margin-top: 1vh;
    font-size: 24px;
    font-size: 1.56rem;
  }
}
@media (max-width: 480px) {
  .visual_wrap .visual .text_group {
    margin-top: -20vh;
  }
  .visual_wrap .visual .text_group h3 {
    font-size: 38px;
    font-size: 2.47rem;
    line-height: 37px;
    line-height: 3.375rem;
  }
  .visual_wrap .visual .text_group h3 strong {
    font-size: 46px;
    font-size: 2.99rem;
    letter-spacing: -0.1rem;
  }
  .visual_wrap .visual .text_group p {
    font-size: 18px;
    font-size: 1.17rem;
  }
}
@media (max-width: 380px) {
  .visual_wrap .visual .text_group h3 {
    font-size: 40px;
    font-size: 2.6rem;
    line-height: 35px;
    line-height: 3.125rem;
  }
  .visual_wrap .visual .text_group h3 strong {
    font-size: 42px;
    font-size: 2.73rem;
    letter-spacing: -0.05rem;
  }
  .visual_wrap .visual .text_group p {
    font-size: 16px;
    font-size: 1.04rem;
  }
}
.visual_wrap .visual .login_wrap {
  position: relative;
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  padding: 1.75rem 2.5rem 1.5rem;
  background: #fbfcfd;
  /* The Fallback */
  background: rgba(251, 252, 253, 0.6);
  backdrop-filter: blur(30px);
  border-radius: 0.88rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 10px 40px rgba(40, 40, 40, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.visual_wrap .visual .login_wrap .btn_login {
  top: 2.5rem;
  right: 2.5rem;
  height: 118px;
  font-size: 20px;
  font-size: 1.3rem;
  background: #476FF3;
  transition: background-color 0.25s ease-in-out;
}
.visual_wrap .visual .login_wrap .btn_login:hover {
  background: #005aff;
}
@media (max-width: 480px) {
  .visual_wrap .visual .login_wrap {
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  .visual_wrap .visual .login_wrap .btn_login {
    height: 56px;
    padding: 0;
  }
}

@keyframes slide {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(-4000px);
    /* The image height */
  }
}
.bgslider2 {
  position: absolute;
  top: -25vh;
  right: -30%;
  width: 100%;
  height: 150%;
  transform: perspective(1500px) rotateX(0) rotateY(-30deg);
  z-index: 0;
}
@media (max-width: 1200px) {
  .bgslider2 {
    right: -80%;
  }
}
.bgslider2 .slide {
  position: relative;
  width: 10000px;
  height: 100%;
  background: url(/HRDACA2026/_Resources/images/bgslider_bg.png) repeat left top;
  background-size: auto 50%;
  opacity: 0.45;
}
@media (max-width: 960px) {
  .bgslider2 .slide {
    background-size: 30% auto;
  }
}
.bgslider2 .slide.t1 {
  animation: slide 60s linear infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.visual-bg {
  position: absolute;
  inset: 0;
}
.visual-bg > span {
  position: absolute;
  inset: 0;
  background: no-repeat center/cover;
  opacity: 0;
  animation: fade 18s infinite;
}
.visual-bg > span:nth-child(1) {
  opacity: 1;
  animation-delay: 0s;
}
.visual-bg > span:nth-child(2) {
  animation-delay: 6s;
}
.visual-bg > span:nth-child(3) {
  animation-delay: 12s;
}
.visual-bg > span:nth-child(4) {
  animation-delay: 18s;
}
.visual-bg > span:nth-child(5) {
  animation-delay: 24s;
}
.visual-bg > span:nth-child(6) {
  animation-delay: 30s;
}
.visual-bg > .visual-bg1 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg1.jpg);
}
.visual-bg > .visual-bg2 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg2.jpg);
}
.visual-bg > .visual-bg3 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg3.jpg);
}
.visual-bg > .visual-bg4 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg4.jpg);
}
.visual-bg > .visual-bg5 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg5.jpg);
}
.visual-bg > .visual-bg6 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg6.jpg);
}
.visual-bg > .visual-bg7 {
  background-image: url(/HRDACA2026/_Resources/images/visual-bg7.jpg);
}

.introduce {
  background: linear-gradient(-50deg, #755aff 40%, #0079ff 100%);
}
.introduce .container {
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .introduce .container {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .introduce .container {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .introduce .container {
    max-width: 960px;
  }
}
.introduce .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(/HRDACA2026/_Resources/images/introduce_bg.png) no-repeat center 2rem;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 120%;
  letter-spacing: -0.1rem;
}
@media (max-width: 640px) {
  .introduce .container {
    font-size: 20px;
    font-size: 1.3rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 480px) {
  .introduce .container {
    font-size: 18px;
    font-size: 1.17rem;
    letter-spacing: -0.025rem;
  }
}
.introduce .container {
  line-height: 27px;
  line-height: 2.125rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1200px) {
  .introduce .container {
    background-size: 100% auto;
  }
}
@media (max-width: 960px) {
  .introduce .container {
    background-position: center 3.5rem;
  }
}
@media (max-width: 640px) {
  .introduce .container {
    line-height: 24px;
    line-height: 1.75rem;
    background-position: center 2rem;
    background-size: 140% auto;
  }
}
.introduce h2 {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1rem;
}
.introduce .text_group {
  margin-top: 2rem;
}
@media (max-width: 960px) {
  .introduce .text_group {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .introduce .text_group {
    margin-top: 1.5rem;
  }
}
.introduce .text_group p {
  letter-spacing: 0;
  text-shadow: 0px 0px 30px #1929a1;
}
.introduce .text_group p > strong > em {
  color: #5aff8c;
}
.introduce ul.box_group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 3rem;
  margin: 4rem auto 3rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .introduce ul.box_group {
    margin: 3rem auto;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .introduce ul.box_group {
    margin: 1rem auto;
  }
}
.introduce ul.box_group li {
  flex: 23.5%;
  height: 350px;
  margin-right: 2%;
  padding: 2.5rem 1rem 0;
  background: #ffffff;
  border-radius: 2.5rem;
  overflow: hidden;
}
.introduce ul.box_group li:last-child {
  margin-right: 0;
}
.introduce ul.box_group li p.big {
  color: #005aff;
  font-size: 22px;
  font-size: 1.43rem;
  letter-spacing: -0.1rem;
  font-weight: 800;
}
.introduce ul.box_group li p.sm {
  color: #282828;
  margin-top: 0.5rem;
  font-size: 18.6px;
  font-size: 1.209rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.introduce ul.box_group li p.ps {
  font-size: 16px;
  font-size: 1.04rem;
  margin-top: 0.1rem;
  font-weight: 300;
  color: #bdbed3;
  line-height: 1.2;
}
.introduce ul.box_group li img {
  margin: 1.5rem auto 0;
}
.introduce ul.box_group li img.mg_01 {
  margin: 3rem auto 0;
}
.introduce ul.box_group li img.mg_02 {
  margin: 0.6rem auto 0;
}
@media (max-width: 1200px) {
  .introduce ul.box_group li {
    flex: 24%;
    height: 300px;
    margin-right: 1%;
    padding: 2.3rem 0.7rem 0;
    border-radius: 2.1rem;
  }
  .introduce ul.box_group li p.big {
    font-size: 20px;
    font-size: 1.3rem;
  }
  .introduce ul.box_group li p.sm {
    margin-top: 0.5rem;
    font-size: 17px;
    font-size: 1.105rem;
  }
  .introduce ul.box_group li p.ps {
    font-size: 15.4px;
    font-size: 1.001rem;
  }
  .introduce ul.box_group li img {
    margin: 1.2rem auto 0;
    width: 180px;
  }
  .introduce ul.box_group li img.mg_01 {
    margin: 2.5rem auto 0;
  }
  .introduce ul.box_group li img.mg_02 {
    margin: 0.1rem auto 0;
  }
}
@media (max-width: 960px) {
  .introduce ul.box_group li {
    flex: 48%;
    height: 300px;
    margin-right: 2%;
    margin-top: 1rem;
    padding: 2.3rem 0.7rem 0;
    border-radius: 2.1rem;
  }
  .introduce ul.box_group li:nth-child(2) {
    margin-right: 0;
  }
  .introduce ul.box_group li p.big {
    font-size: 20px;
    font-size: 1.3rem;
  }
  .introduce ul.box_group li p.sm {
    margin-top: 0.5rem;
    font-size: 17px;
    font-size: 1.105rem;
  }
  .introduce ul.box_group li img {
    margin: 1.2rem auto 0;
    width: 180px;
  }
  .introduce ul.box_group li img.mg_01 {
    margin: 2.5rem auto 0;
  }
  .introduce ul.box_group li img.mg_02 {
    margin: 0.1rem auto 0;
  }
}
@media (max-width: 640px) {
  .introduce ul.box_group li {
    flex: 48%;
    height: 250px;
    margin-right: 2%;
    margin-top: 0.8rem;
    padding: 2rem 0.5rem 0;
    border-radius: 1.8rem;
  }
  .introduce ul.box_group li p.big {
    font-size: 18px;
    font-size: 1.17rem;
  }
  .introduce ul.box_group li p.sm {
    margin-top: 0.3rem;
    font-size: 15.6px;
    font-size: 1.014rem;
  }
  .introduce ul.box_group li p.ps {
    font-size: 14.6px;
    font-size: 0.949rem;
  }
  .introduce ul.box_group li img {
    margin: 1rem auto 0;
    width: 150px;
  }
  .introduce ul.box_group li img.mg_01 {
    margin: 2rem auto 0;
  }
  .introduce ul.box_group li img.mg_02 {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .introduce ul.box_group li {
    flex: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 1rem;
    padding: 2rem 1rem 0;
    border-radius: 1.5rem;
  }
  .introduce ul.box_group li p.big {
    font-size: 17px;
    font-size: 1.105rem;
  }
  .introduce ul.box_group li p.sm {
    margin-top: 0.2rem;
    font-size: 15px;
    font-size: 0.975rem;
  }
  .introduce ul.box_group li p.sm .dp_w {
    display: none;
  }
  .introduce ul.box_group li p.ps br {
    display: none;
  }
  .introduce ul.box_group li img {
    margin: 1rem auto 0;
    width: 150px;
  }
  .introduce ul.box_group li img.mg_01 {
    margin: 0.5rem auto 1rem;
  }
  .introduce ul.box_group li img.mg_02 {
    margin: 0 auto 0.5rem;
  }
}
.introduce .accordion {
  width: 100%;
  padding: 0 3rem;
}
.introduce .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.25rem 0;
  color: #72879e;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  background: #f6f4ff;
  border-radius: 2.2rem;
}
.introduce .accordion button:hover, .introduce .accordion button:focus {
  cursor: pointer;
  background: #ffffff;
  color: #0079FF;
}
.introduce .accordion button:hover::after, .introduce .accordion button:focus::after {
  cursor: pointer;
  color: #0079FF;
  border: 1px solid #0079FF;
}
.introduce .accordion button .accordion-title {
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
  color: #282828;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 120%;
  letter-spacing: -0.1rem;
}
@media (max-width: 640px) {
  .introduce .accordion button .accordion-title {
    font-size: 20px;
    font-size: 1.3rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 480px) {
  .introduce .accordion button .accordion-title {
    font-size: 18px;
    font-size: 1.17rem;
    letter-spacing: -0.025rem;
  }
}
@media (max-width: 480px) {
  .introduce .accordion button .accordion-title {
    padding: 1rem 1.5rem 1rem 0;
  }
}
.introduce .accordion button .accordion-title em {
  flex: 1;
  display: inline-block;
  font-size: 22px;
  font-size: 1.43rem;
  padding-right: 3rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .introduce .accordion button .accordion-title em {
    padding-right: 1.5rem;
  }
}
.introduce .accordion button .icon {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 960px) {
  .introduce .accordion button .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
  }
}
@media (max-width: 480px) {
  .introduce .accordion button .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
}
.introduce .accordion button .icon::before, .introduce .accordion button .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background: currentColor;
}
.introduce .accordion button .icon::before {
  width: 50%;
  height: 2px;
  margin-left: -25%;
  margin-top: -1px;
}
.introduce .accordion button .icon::after {
  width: 2px;
  height: 50%;
  margin-top: -25%;
  margin-left: -1px;
}
.introduce .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.introduce .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: none;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.introduce .accordion .accordion-content {
  background: #f6f4ff;
  color: #282828;
  margin-top: 1rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  border-radius: 2.2rem;
  text-align: left;
  padding: 3rem;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl thead th {
  font-size: 16.6px;
  font-size: 1.079rem;
  background: #e7e5f3;
  padding: 0.7rem;
  text-align: center;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  font-weight: 600;
  letter-spacing: 0;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl thead th.point {
  background: #5e52fb;
  color: #ffffff;
  border-right: 1px solid #5e52fb;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl tbody th {
  font-size: 16.6px;
  font-size: 1.079rem;
  background: #e7e5f3;
  padding: 1rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
  font-weight: 600;
  letter-spacing: -0.1rem;
  line-height: 1.3;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt {
  font-size: 16.6px;
  font-size: 1.079rem;
  color: #464646;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.1rem;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt > span {
  display: block;
  font-size: 14.6px;
  font-size: 0.949rem;
  color: #72879e;
  line-height: 1.3;
  margin-bottom: 5px;
  letter-spacing: -0.05rem;
  font-weight: 200;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt > em {
  color: #72879e;
  font-weight: 200;
}
.introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td.center {
  text-align: center;
}
@media (max-width: 960px) {
  .introduce .accordion {
    padding: 0;
  }
  .introduce .accordion button {
    padding: 1rem 0;
    border-radius: 2rem;
  }
  .introduce .accordion button .accordion-title {
    padding: 1.25rem 2rem 1.25rem 2rem;
  }
  .introduce .accordion button .accordion-title em {
    font-size: 20px;
    font-size: 1.3rem;
    padding-right: 1rem;
  }
  .introduce .accordion button .icon {
    right: 30px;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
  }
  .introduce .accordion .accordion-content {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 2rem;
    padding: 2rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl thead th {
    font-size: 16px;
    font-size: 1.04rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody th {
    font-size: 16px;
    font-size: 1.04rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt {
    font-size: 16px;
    font-size: 1.04rem;
  }
}
@media (max-width: 640px) {
  .introduce .accordion {
    padding: 0;
  }
  .introduce .accordion button {
    padding: 1rem 0;
    border-radius: 1.6rem;
  }
  .introduce .accordion button .accordion-title {
    padding: 1.1rem 2rem 1.1rem 2rem;
  }
  .introduce .accordion button .accordion-title em {
    font-size: 18px;
    font-size: 1.17rem;
    padding-right: 1rem;
  }
  .introduce .accordion button .icon {
    right: 20px;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
  }
  .introduce .accordion .accordion-content {
    margin-top: 0.7rem;
    border-radius: 1.6rem;
    padding: 2rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl thead th {
    font-size: 15px;
    font-size: 0.975rem;
    padding: 0.8rem 0.5rem;
    line-height: 1.3;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody th {
    font-size: 15px;
    font-size: 0.975rem;
    padding: 1rem 0.5rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td {
    padding: 0.6rem 1rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt {
    font-size: 15px;
    font-size: 0.975rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt > span {
    font-size: 14px;
    font-size: 0.91rem;
    margin-bottom: 5px;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt .dp_w {
    display: none;
  }
}
@media (max-width: 600px) {
  .introduce .accordion .accordion-content .table_wrap {
    width: 100%;
    overflow-x: auto;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl {
    width: 640px;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td {
    background: #ffffff;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt {
    line-height: 1.45;
  }
}
@media (max-width: 480px) {
  .introduce .accordion {
    margin-top: 2rem;
  }
  .introduce .accordion button {
    border-radius: 1.5rem;
  }
  .introduce .accordion button .accordion-title {
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
  }
  .introduce .accordion button .accordion-title em {
    font-size: 16.4px;
    font-size: 1.066rem;
    padding-right: 3rem;
  }
  .introduce .accordion button .icon {
    right: 18px;
  }
  .introduce .accordion .accordion-content {
    margin-top: 0.7rem;
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl {
    width: 600px;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl thead th {
    font-size: 14.6px;
    font-size: 0.949rem;
    padding: 0.7rem 0.5rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody th {
    font-size: 14.6px;
    font-size: 0.949rem;
    padding: 1rem 0.5rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td {
    padding: 0.6rem 1rem;
  }
  .introduce .accordion .accordion-content .table_wrap .subject_tbl tbody td .txt {
    font-size: 14.6px;
    font-size: 0.949rem;
  }
}

.apply {
  background: #000 url(/HRDACA2026/_Resources/images/introduce_btn_bg.jpg) no-repeat left center;
  color: #ffffff;
  padding: 0 !important;
}
.apply .container {
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .apply .container {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .apply .container {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .apply .container {
    max-width: 960px;
  }
}
.apply .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.apply div.counsel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5rem;
}
@media (max-width: 960px) {
  .apply div.counsel {
    padding: 3rem;
  }
}
@media (max-width: 640px) {
  .apply div.counsel {
    padding: 3rem 1rem;
  }
}
.apply div.counsel > p {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 28px;
  line-height: 2.25rem;
  letter-spacing: -0.1rem;
}
.apply div.counsel > p > em {
  color: #5aff8c;
}
.apply div.counsel > p .highlight {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 0.15rem 0.175rem;
  line-height: 23px;
  line-height: 1.625rem;
  background: #ffffff;
  color: #282828;
  font-weight: 700;
}
@media (max-width: 1450px) {
  .apply div.counsel > p {
    max-width: 560px;
  }
}
@media (max-width: 1100px) {
  .apply div.counsel > p {
    max-width: 100%;
    text-align: center;
    font-size: 22px;
    font-size: 1.43rem;
    line-height: 27px;
    line-height: 2.125rem;
  }
}
@media (max-width: 800px) {
  .apply div.counsel > p {
    font-size: 20px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2rem;
  }
}
@media (max-width: 560px) {
  .apply div.counsel > p {
    font-size: 18.4px;
    font-size: 1.196rem;
    line-height: 25px;
    line-height: 1.875rem;
  }
}
@media (max-width: 480px) {
  .apply div.counsel > p {
    font-size: 18px;
    font-size: 1.17rem;
    line-height: 24px;
    line-height: 1.75rem;
    word-break: keep-all;
  }
}
.apply div.counsel button.btn_counsel {
  width: 100%;
  max-width: 400px;
  padding: 1.5rem 0;
  background: #5aff8c;
  font-size: 21px;
  font-size: 1.365rem;
  line-height: 26px;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  color: #282828;
  font-weight: 700;
}
@media (max-width: 1450px) {
  .apply div.counsel button.btn_counsel {
    max-width: 320px;
    margin: 1rem auto 1rem;
    font-size: 20px;
    font-size: 1.3rem;
  }
}
@media (max-width: 1100px) {
  .apply div.counsel button.btn_counsel {
    max-width: 60%;
    margin-top: 1.8rem;
    padding: 1.4rem 0;
  }
}
@media (max-width: 800px) {
  .apply div.counsel button.btn_counsel {
    max-width: 70%;
    margin-top: 2rem;
    padding: 1.4rem 0;
    font-size: 19px;
    font-size: 1.235rem;
  }
}
@media (max-width: 580px) {
  .apply div.counsel button.btn_counsel {
    max-width: 98%;
    margin-top: 2rem;
    padding: 1.2rem 0;
    font-size: 18px;
    font-size: 1.17rem;
  }
}
@media (max-width: 480px) {
  .apply div.counsel button.btn_counsel {
    max-width: 100%;
    margin-top: 1.5rem;
    padding: 1rem 0;
    font-size: 17px;
    font-size: 1.105rem;
  }
}
.apply div.counsel button.btn_counsel:hover, .apply div.counsel button.btn_counsel:focus {
  background: rgb(39, 255, 104.4545454545);
}

.marketing {
  background: #f4f9ff;
}
.marketing .container {
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .marketing .container {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .marketing .container {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .marketing .container {
    max-width: 960px;
  }
}
.marketing .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: #282828;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 28px;
  line-height: 2.25rem;
  letter-spacing: -0.1rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 960px) {
  .marketing .container {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: -0.025rem;
    overflow: hidden;
  }
}
.marketing h2 {
  color: #282828;
  text-align: center;
}
.marketing h2 span.point {
  color: #282828;
}
.marketing h2 span.point > em {
  display: inline-block;
  background: linear-gradient(90deg, #1978ff 10%, #5641f3 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 800;
}
.marketing ul.box_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 5rem auto;
  transform: none;
}
@media (max-width: 1200px) {
  .marketing ul.box_group {
    width: 100%;
    margin: 1.25rem auto;
  }
}
@media (max-width: 640px) {
  .marketing ul.box_group {
    margin: 0.5rem auto 2.5rem;
  }
}
.marketing ul.box_group li {
  flex: 0 0 49%;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .marketing ul.box_group li {
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 640px) {
  .marketing ul.box_group li {
    flex: 0 0 100%;
  }
}
.marketing ul.box_group li div.box {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2.5rem;
  text-align: left;
  box-shadow: 0px 0px 40px rgba(71, 112, 243, 0.25);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .marketing ul.box_group li div.box {
    border-radius: 1.75rem;
    box-shadow: 0px 0px 25px rgba(71, 112, 243, 0.25);
  }
}
@media (max-width: 960px) {
  .marketing ul.box_group li div.box {
    width: 100%;
    max-width: 460px;
  }
}
@media (max-width: 640px) {
  .marketing ul.box_group li div.box {
    box-shadow: 0px 5px 20px rgba(71, 112, 243, 0.2);
  }
}
@media (max-width: 480px) {
  .marketing ul.box_group li div.box {
    width: 98%;
    border-radius: 1.25rem;
  }
}
.marketing ul.box_group li div.box > img {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .marketing ul.box_group li div.box > img {
    max-width: 390px;
  }
}

.benefit {
  background: #ffffff;
}
.benefit div.container {
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .benefit div.container {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .benefit div.container {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .benefit div.container {
    max-width: 960px;
  }
}
.benefit div.container {
  padding-left: var(--uh-gutter-x, 1rem);
  padding-right: var(--uh-gutter-x, 1rem);
}
.benefit h2 {
  display: block;
  color: #282828;
  text-align: center;
  font-size: 50px;
  font-size: 3.25rem;
  line-height: 55px;
  line-height: 5.625rem;
  letter-spacing: -0.2rem;
}
.benefit h2 span.point {
  color: #282828;
}
.benefit h2 span.point > em {
  display: inline-block;
  padding: 0 0.25rem 0;
  background: linear-gradient(90deg, #1978ff 5%, #5641f3 80%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.benefit h2 > strong {
  font-size: 70px;
  font-size: 4.55rem;
  line-height: 54px;
  line-height: 5.5rem;
  display: inline-block;
  margin-top: 15px;
  word-break: keep-all;
}
.benefit h2 > strong .highlight {
  display: inline;
  width: auto;
  height: auto;
  letter-spacing: -0.3rem;
  padding: 0 0.6rem 0.2rem;
  background: linear-gradient(100deg, #1978ff 5%, #5641f3 70%);
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 860px) {
  .benefit h2 {
    font-size: 46px !important;
    letter-spacing: -0.2rem;
  }
  .benefit h2 span.point > em {
    padding: 0 0.25rem 0;
  }
  .benefit h2 > strong {
    font-size: 58px;
    font-size: 3.77rem;
    line-height: 50px;
    line-height: 5rem;
    margin-top: 15px;
  }
  .benefit h2 > strong .highlight {
    letter-spacing: -0.3rem;
    padding: 0 0.5rem 0.1rem;
  }
}
@media (max-width: 640px) {
  .benefit h2 {
    font-size: 36px !important;
    letter-spacing: -0.2rem;
  }
  .benefit h2 span.point > em {
    font-weight: 800;
  }
  .benefit h2 > strong {
    font-size: 48px;
    font-size: 3.12rem;
    line-height: 46px;
    line-height: 4.5rem;
    margin-top: 15px;
  }
  .benefit h2 > strong .highlight {
    letter-spacing: -0.2rem;
    padding: 0 0.5rem 0.1rem;
  }
}
@media (max-width: 480px) {
  .benefit h2 {
    font-size: 26px !important;
    letter-spacing: -0.2rem;
  }
  .benefit h2 > strong {
    font-size: 36px;
    font-size: 2.34rem;
    line-height: 35px;
    line-height: 3.125rem;
    margin-top: 12px;
    line-height: 130%;
  }
  .benefit h2 > strong .highlight {
    letter-spacing: -0.1rem;
    padding: 0.1rem 0.25rem;
    line-height: 130%;
  }
}
.benefit ul.box_group {
  width: 100%;
  margin: 5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
@media (max-width: 960px) {
  .benefit ul.box_group {
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 640px) {
  .benefit ul.box_group {
    margin: 0.25rem auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.benefit ul.box_group li {
  flex: 45%;
  min-width: 400px;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .benefit ul.box_group li {
    min-width: auto;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .benefit ul.box_group li {
    margin-bottom: 0;
  }
}
.benefit ul.box_group li:nth-of-type(odd) {
  margin-right: 2rem;
}
@media (max-width: 960px) {
  .benefit ul.box_group li:nth-of-type(odd) {
    margin-right: 0.75rem;
  }
}
@media (max-width: 640px) {
  .benefit ul.box_group li:nth-of-type(odd) {
    margin-right: 0;
  }
}
.benefit ul.box_group li:nth-child(1) div.box {
  background-image: url(/HRDACA2026/_Resources/images/benefit_box1.png);
}
.benefit ul.box_group li:nth-child(2) div.box {
  background-image: url(/HRDACA2026/_Resources/images/benefit_box2.png);
}
.benefit ul.box_group li:nth-child(3) div.box {
  background-image: url(/HRDACA2026/_Resources/images/benefit_box3.png);
}
.benefit ul.box_group li:nth-child(4) div.box {
  background-image: url(/HRDACA2026/_Resources/images/benefit_box4.png);
}
.benefit ul.box_group li:nth-child(5) div.box {
  background-image: url(/HRDACA2026/_Resources/images/benefit_box5.png);
}
.benefit ul.box_group li:nth-child(6) div.box {
  background-image: url(/HRDACA2026/_Resources/images/benefit_box6.png);
}
.benefit ul.box_group li div.box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 5rem 4rem;
  background: #282828;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  border-radius: 2.5rem;
  word-break: keep-all;
  overflow: hidden;
  z-index: 0;
  height: 290px;
}
@media (max-width: 960px) {
  .benefit ul.box_group li div.box {
    flex: 1;
    width: 100%;
    min-height: 230px;
    min-width: auto;
    padding: 3rem 2.5rem;
    border-radius: 1.75rem;
  }
}
@media (max-width: 640px) {
  .benefit ul.box_group li div.box {
    align-items: center;
    max-width: none;
    padding: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .benefit ul.box_group li div.box {
    padding: 1.5rem 2rem;
    border-radius: 1.25rem;
  }
}
.benefit ul.box_group li div.box:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 45%, rgba(23, 32, 52, 0.25) 100%);
  z-index: -1;
}
@media (max-width: 960px) {
  .benefit ul.box_group li div.box:before {
    background: linear-gradient(125deg, rgba(23, 32, 52, 0.75) 25%, rgba(23, 32, 52, 0.3) 100%);
  }
}
.benefit ul.box_group li div.box > p > strong {
  position: relative;
  display: inline-block;
  font-size: 37px;
  font-size: 2.405rem;
  line-height: 34px;
  line-height: 3rem;
  letter-spacing: -0.04rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 960px) {
  .benefit ul.box_group li div.box > p > strong {
    font-size: 28px;
    font-size: 1.82rem;
    line-height: 27px;
    line-height: 2.125rem;
    letter-spacing: -0.03rem;
  }
}
@media (max-width: 480px) {
  .benefit ul.box_group li div.box > p > strong {
    width: auto;
    font-size: 26px;
    font-size: 1.69rem;
    line-height: 26px;
    line-height: 2rem;
  }
}
.benefit ul.box_group li div.box > p > strong::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.8rem;
  width: 10px;
  height: 10px;
  background: #5aff8c;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .benefit ul.box_group li div.box > p > strong::before {
    width: 8px;
    height: 8px;
  }
}
.benefit ul.box_group li div.box > p > span {
  display: block;
  margin-top: 1.1rem;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 120%;
  letter-spacing: -0.1rem;
}
@media (max-width: 640px) {
  .benefit ul.box_group li div.box > p > span {
    font-size: 20px;
    font-size: 1.3rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 480px) {
  .benefit ul.box_group li div.box > p > span {
    font-size: 18px;
    font-size: 1.17rem;
    letter-spacing: -0.025rem;
  }
}
.benefit ul.box_group li div.box > p > span {
  font-size: 23px;
  font-size: 1.495rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .benefit ul.box_group li div.box > p > span {
    font-size: 21px;
    font-size: 1.365rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 960px) {
  .benefit ul.box_group li div.box > p > span {
    font-size: 17px;
    font-size: 1.105rem;
  }
  .benefit ul.box_group li div.box > p > span .dp_w {
    display: none;
  }
}
@media (max-width: 480px) {
  .benefit ul.box_group li div.box > p > span {
    margin-top: 0.75rem;
    font-size: 16px;
    font-size: 1.04rem;
  }
}
.benefit ul.box_group li div.box > p > span > em {
  font-weight: 700;
}

.process {
  background: #f4f9ff;
}
.process .container {
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .process .container {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .process .container {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .process .container {
    max-width: 960px;
  }
}
.process .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: #282828;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 28px;
  line-height: 2.25rem;
  letter-spacing: -0.1rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 960px) {
  .process .container {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: -0.025rem;
    overflow: hidden;
  }
}
.process h2 {
  color: #282828;
  text-align: center;
}
.process h2 span.point {
  color: #282828;
}
.process h2 span.point > em {
  display: inline-block;
  background: linear-gradient(90deg, #1978ff 10%, #5641f3 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 800;
}
.process ul.process_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin: 4rem auto;
  transform: none;
}
@media (max-width: 1200px) {
  .process ul.process_ul {
    width: 100%;
    margin: 1.25rem auto;
  }
}
@media (max-width: 640px) {
  .process ul.process_ul {
    margin: 0.5rem auto 2.5rem;
  }
}
.process ul.process_ul li {
  flex: 1;
}
.process ul.process_ul li div.box {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 1.5rem;
  text-align: left;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(71, 112, 243, 0.1);
}
.process ul.process_ul li div.box .top > span {
  font-size: 30px;
  font-size: 1.95rem;
  display: block;
  padding: 1rem 0;
}
.process ul.process_ul li div.box .top .step {
  font-size: 16px;
  font-size: 1.04rem;
  color: #0079FF;
  margin-top: 1rem;
  font-weight: 600;
  letter-spacing: 0;
}
.process ul.process_ul li div.box .conts .tit {
  font-size: 21px;
  font-size: 1.365rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.process ul.process_ul li div.box .conts .txt {
  font-size: 16px;
  font-size: 1.04rem;
  margin-top: 0.5rem;
  height: 42px;
  line-height: 1.2;
  color: #bdbed3;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .process ul.process_ul li div.box {
    padding: 1.5rem 1rem;
  }
  .process ul.process_ul li div.box .top > span {
    font-size: 28px;
    font-size: 1.82rem;
    padding: 0.8rem 0;
  }
  .process ul.process_ul li div.box .top .step {
    font-size: 15px;
    font-size: 0.975rem;
    margin-top: 1rem;
  }
  .process ul.process_ul li div.box .conts .tit {
    font-size: 20px;
    font-size: 1.3rem;
  }
  .process ul.process_ul li div.box .conts .txt {
    font-size: 15.6px;
    font-size: 1.014rem;
    margin-top: 0.5rem;
    height: 42px;
  }
}
@media (max-width: 960px) {
  .process ul.process_ul li {
    min-width: 40%;
  }
}
@media (max-width: 640px) {
  .process ul.process_ul li {
    min-width: auto;
  }
  .process ul.process_ul li div.box .top > span {
    padding: 0.5rem 0;
  }
  .process ul.process_ul li div.box .conts .tit {
    margin-top: 0.5rem;
  }
  .process ul.process_ul li div.box .conts .tit br {
    display: none;
  }
  .process ul.process_ul li div.box .conts .txt {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .process ul.process_ul li div.box .conts .txt br {
    display: none;
  }
}
@media (max-width: 480px) {
  .process ul.process_ul li div.box {
    border-radius: 1rem;
  }
  .process ul.process_ul li div.box .top > span {
    font-size: 25px;
    font-size: 1.625rem;
  }
  .process ul.process_ul li div.box .top .step {
    font-size: 14px;
    font-size: 0.91rem;
    margin-top: 0.5rem;
  }
  .process ul.process_ul li div.box .conts .tit {
    font-size: 20px;
    font-size: 1.3rem;
  }
  .process ul.process_ul li div.box .conts .txt {
    font-size: 15.6px;
    font-size: 1.014rem;
    margin-top: 0.5rem;
  }
  .process ul.process_ul li div.box .conts .txt br {
    display: block;
  }
}

.excellent {
  background: linear-gradient(110deg, #e1ffe0 5%, #c8daff 70%);
}
.excellent .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  color: #282828;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 28px;
  line-height: 2.25rem;
  letter-spacing: -0.1rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1200px) {
  .excellent .container {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: -0.025rem;
  }
}
.excellent h2 {
  display: block;
  width: 100%;
  height: auto;
  padding: 3rem 0 4rem;
  font-size: 50px;
  font-size: 3.25rem;
  line-height: 42px;
  line-height: 4rem;
  letter-spacing: -0.075rem;
  color: #282828;
  text-align: center;
  background: url(/HRDACA2026/_Resources/images/excellent_bg.png) no-repeat center top;
  font-weight: normal;
}
.excellent h2 > strong {
  font-size: 56px;
  font-size: 3.64rem;
  line-height: 120%;
  letter-spacing: -0.25rem;
}
@media (max-width: 640px) {
  .excellent h2 > strong {
    font-size: 38px;
    font-size: 2.47rem;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 480px) {
  .excellent h2 > strong {
    font-size: 33px;
    font-size: 2.145rem;
    letter-spacing: -0.1rem;
  }
}
.excellent h2 > strong {
  font-weight: 700;
}
.excellent ul.box_group {
  margin: 3rem auto;
}
.excellent ul.box_group li div.box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .excellent ul.box_group li div.box {
    display: block;
    width: 100%;
  }
}
.excellent ul.box_group li div.box > img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 960px) {
  .excellent ul.box_group li div.box > img {
    max-width: 100px;
  }
}
.excellent ul.box_group li div.box > p {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 120%;
}
@media (max-width: 640px) {
  .excellent ul.box_group li div.box > p {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 480px) {
  .excellent ul.box_group li div.box > p {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
@media (max-width: 960px) {
  .excellent ul.box_group li div.box > p {
    font-size: 14px;
    font-size: 0.91rem;
    line-height: 120%;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  .excellent ul.box_group li div.box > p {
    font-size: 13px;
    font-size: 0.845rem;
  }
}
.excellent ul.box_group li div.box > p > span {
  letter-spacing: -0.05rem;
  color: #282828;
}
.excellent .vod_group {
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .excellent .vod_group {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .excellent .vod_group {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .excellent .vod_group {
    max-width: 960px;
  }
}
.excellent .vod_group {
  max-width: 1400px;
  padding: 0 3rem;
  margin: 3rem auto;
}
@media (max-width: 960px) {
  .excellent .vod_group {
    margin: 2rem auto 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .excellent .vod_group {
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .excellent .vod_group {
    margin: 1rem auto 0;
  }
}
.excellent .vod_group .ytPlayer {
  width: 100%;
  box-shadow: 0 20px 60px rgba(37, 31, 73, 0.3);
  overflow: hidden;
}
@media (max-width: 960px) {
  .excellent .vod_group .ytPlayer {
    box-shadow: 0 10px 30px rgba(37, 31, 73, 0.3);
  }
}
@media (max-width: 640px) {
  .excellent .vod_group .ytPlayer {
    box-shadow: 0 6px 10px rgba(37, 31, 73, 0.1);
    border-radius: 1.7rem;
  }
}
@media (max-width: 480px) {
  .excellent .vod_group .ytPlayer {
    border-radius: 1.3rem;
  }
}
.excellent .ps_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .excellent .ps_wrap {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .excellent .ps_wrap {
    max-width: 1200px;
  }
}
@media (max-width: 960px) {
  .excellent .ps_wrap {
    max-width: 960px;
  }
}
.excellent .ps_wrap {
  max-width: 1400px;
  padding: 0 3rem;
  margin: 7rem auto 0;
}
.excellent .ps_wrap .img {
  flex: 12%;
}
.excellent .ps_wrap .txt {
  flex: 88%;
}
.excellent .ps_wrap .txt .bold {
  font-size: 18px;
  font-size: 1.17rem;
  font-weight: 700;
  padding-top: 0.8rem;
}
.excellent .ps_wrap .txt .sub {
  font-size: 16.4px;
  font-size: 1.066rem;
  font-weight: 400;
  padding-top: 0.6rem;
  line-height: 1.4;
  color: #464646;
}
.excellent .ps_wrap .txt .sub > em {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 300;
}
@media (max-width: 1200px) {
  .excellent .ps_wrap {
    max-width: 100%;
    padding: 0 3rem;
    margin: 6rem auto 0;
  }
  .excellent .ps_wrap .img {
    flex: 15%;
  }
  .excellent .ps_wrap .txt {
    flex: 85%;
  }
  .excellent .ps_wrap .txt .sub {
    word-break: keep-all;
  }
}
@media (max-width: 960px) {
  .excellent .ps_wrap {
    margin: 5rem auto 0;
  }
  .excellent .ps_wrap .img {
    flex: 20%;
  }
  .excellent .ps_wrap .img > img {
    width: 80%;
  }
  .excellent .ps_wrap .txt {
    flex: 80%;
  }
  .excellent .ps_wrap .txt .bold {
    font-size: 17px;
    font-size: 1.105rem;
    padding-top: 0.2rem;
  }
  .excellent .ps_wrap .txt .sub {
    font-size: 16px;
    font-size: 1.04rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .excellent .ps_wrap {
    margin: 3rem auto 0;
    padding: 0 1rem;
  }
  .excellent .ps_wrap .img {
    flex: 20%;
  }
  .excellent .ps_wrap .img > img {
    width: 80%;
  }
  .excellent .ps_wrap .txt {
    flex: 80%;
  }
  .excellent .ps_wrap .txt .bold {
    font-size: 16px;
    font-size: 1.04rem;
    padding-top: 0.2rem;
  }
  .excellent .ps_wrap .txt .sub {
    font-size: 15px;
    font-size: 0.975rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  .excellent .ps_wrap {
    margin: 2rem auto 0;
  }
  .excellent .ps_wrap .img {
    flex: 100%;
  }
  .excellent .ps_wrap .img > img {
    width: 35px;
  }
  .excellent .ps_wrap .txt {
    flex: 100%;
    margin-top: 0.5rem;
  }
  .excellent .ps_wrap .txt .bold {
    font-size: 15px;
    font-size: 0.975rem;
    padding-top: 0rem;
  }
  .excellent .ps_wrap .txt .sub {
    font-size: 14.6px;
    font-size: 0.949rem;
    padding-top: 0.3rem;
  }
}

.qna {
  background: #ffffff;
}
@media (max-width: 960px) {
  .qna {
    padding-bottom: 0 !important;
  }
}
.qna .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #282828;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 28px;
  line-height: 2.25rem;
  letter-spacing: -0.1rem;
  word-break: keep-all;
}
@media (max-width: 1200px) {
  .qna .container {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: -0.025rem;
  }
}
@media (max-width: 960px) {
  .qna .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.qna h2 {
  display: block;
  width: 100%;
  height: auto;
  padding: 3rem 0 4rem;
  color: #282828;
  text-align: center;
}
.qna .accordion {
  border-top: 1px solid #282828;
}
.qna .accordion .accordion-item {
  border-bottom: 1px solid #e3e7ee;
}
.qna .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.25rem 0;
  color: #72879e;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.qna .accordion button:hover, .qna .accordion button:focus {
  cursor: pointer;
  color: #0079FF;
}
.qna .accordion button:hover::after, .qna .accordion button:focus::after {
  cursor: pointer;
  color: #0079FF;
  border: 1px solid #0079FF;
}
.qna .accordion button .accordion-title {
  padding: 1.25rem 2.5rem 1.25rem 0;
  color: #282828;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 24px;
  font-size: 1.56rem;
  line-height: 120%;
  letter-spacing: -0.1rem;
}
@media (max-width: 640px) {
  .qna .accordion button .accordion-title {
    font-size: 20px;
    font-size: 1.3rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 480px) {
  .qna .accordion button .accordion-title {
    font-size: 18px;
    font-size: 1.17rem;
    letter-spacing: -0.025rem;
  }
}
@media (max-width: 480px) {
  .qna .accordion button .accordion-title {
    padding: 1rem 1.5rem 1rem 0;
  }
}
.qna .accordion button .accordion-title em {
  display: inline-block;
  width: 5rem;
  height: 1.85rem;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url(/HRDACA2026/_Resources/images/common/icon_Q.svg) no-repeat center bottom;
  background-size: auto 90%;
}
@media (max-width: 960px) {
  .qna .accordion button .accordion-title em {
    width: 3.25rem;
    height: 1.75rem;
  }
}
@media (max-width: 480px) {
  .qna .accordion button .accordion-title em {
    width: 2.5rem;
    height: 1.25rem;
  }
}
.qna .accordion button .accordion-title span {
  flex: 1;
  display: inline-block;
  padding-right: 3rem;
}
@media (max-width: 480px) {
  .qna .accordion button .accordion-title span {
    padding-right: 1.5rem;
  }
}
.qna .accordion button .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 960px) {
  .qna .accordion button .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
  }
}
@media (max-width: 480px) {
  .qna .accordion button .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
}
.qna .accordion button .icon::before, .qna .accordion button .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background: currentColor;
}
.qna .accordion button .icon::before {
  width: 50%;
  height: 2px;
  margin-left: -25%;
  margin-top: -1px;
}
.qna .accordion button .icon::after {
  width: 2px;
  height: 50%;
  margin-top: -25%;
  margin-left: -1px;
}
.qna .accordion button[aria-expanded=true] {
  color: #0079FF;
}
.qna .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.qna .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: none;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.qna .accordion .accordion-content {
  background: #f4f9ff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.qna .accordion .accordion-content p {
  font-weight: 300;
  margin: 2em;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 25px;
  line-height: 1.875rem;
  letter-spacing: normal;
  word-break: keep-all;
}
@media (max-width: 960px) {
  .qna .accordion .accordion-content p {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 22px;
    line-height: 1.5rem;
  }
}
@media (max-width: 640px) {
  .qna .accordion .accordion-content p {
    font-size: 14px;
    font-size: 0.91rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.quickmenu {
  position: fixed;
  top: 75vh;
  right: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 90%;
  max-width: 760px;
  transform: translateX(50%);
  z-index: 9999;
}
.quickmenu .menu-item {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
}
.quickmenu .menu-item:before {
  content: "";
  display: block;
  width: 96px;
  height: auto;
  aspect-ratio: 1/0.925;
  border-radius: 0.625rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: rgba(234, 240, 246, 0.725) url(/HRDACA2026/_Resources/images/ic_consult.png) no-repeat center center;
  background-size: 46% auto;
  box-shadow: 0px 10px 24px rgba(40, 40, 40, 0.75);
  transition: background-color 0.3s ease, outline 0.3s ease;
}
@media (max-width: 1200px) {
  .quickmenu .menu-item:before {
    width: 72px;
    border-radius: 0.5rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    box-shadow: 0px 0px 20px rgba(114, 135, 158, 0.22);
    border: 0;
  }
}
.quickmenu .menu-item span {
  display: block;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 120%;
}
@media (max-width: 640px) {
  .quickmenu .menu-item span {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 480px) {
  .quickmenu .menu-item span {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
.quickmenu .menu-item span {
  line-height: 18px;
  line-height: 1rem;
  color: rgba(234, 240, 246, 0.725);
  font-weight: 500;
  letter-spacing: -1px;
  transition: color 0.3s ease-in-out;
}
.quickmenu .menu-item span em {
  display: inline-block;
  width: 100%;
  color: #f4f9ff;
  font-size: 12px;
  font-size: 0.78rem;
  line-height: 19px;
  line-height: 1.125rem;
  font-weight: normal;
  letter-spacing: 0;
}
.quickmenu .menu-item.consult:before {
  background-image: url(/HRDACA2026/_Resources/images/ic_consult.svg);
}
.quickmenu .menu-item.introduce:before {
  background-image: url(/HRDACA2026/_Resources/images/ic_introduce.svg);
}
.quickmenu .menu-item.remote:before {
  background-image: url(/HRDACA2026/_Resources/images/ic_remote.svg);
}
.quickmenu .menu-item.link:before {
  background-image: url(/HRDACA2026/_Resources/images/ic_link.svg);
}
.quickmenu .menu-item.motp:before {
  background-image: url(/HRDACA2026/_Resources/images/ic_motp.png);
}
.quickmenu .menu-item.qna:before {
  background-image: url(/HRDACA2026/_Resources/images/ic_qna.svg);
}
.quickmenu .menu-item:hover, .quickmenu .menu-item:focus {
  cursor: pointer;
  outline: 0;
}
.quickmenu .menu-item:hover span, .quickmenu .menu-item:focus span {
  color: #ffffff;
}
.quickmenu .menu-item:hover:before, .quickmenu .menu-item:focus:before {
  background-color: #f5f5f5;
}
.quickmenu.active {
  top: 28px;
  padding-left: 4rem;
}
.quickmenu.active .menu-item {
  height: 42px;
  justify-content: center;
}
.quickmenu.active .menu-item:before {
  display: none;
}
.quickmenu.active .menu-item span {
  color: #464646;
}
.quickmenu.active .menu-item:hover span {
  color: #005aff;
}
@media (max-width: 1200px) {
  .quickmenu.active {
    top: 32px;
    max-width: calc(100% - 480px);
    padding-left: 4rem;
  }
  .quickmenu.active .menu-item {
    height: 34px;
  }
  .quickmenu.active .menu-item span {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 120%;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .quickmenu.active .menu-item span {
    font-size: 14px;
    font-size: 0.91rem;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .quickmenu.active .menu-item span {
    font-size: 14px;
    font-size: 0.91rem;
  }
}
@media (max-width: 1200px) {
  .quickmenu .menu-item span {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 960px) {
  .quickmenu {
    top: 88vh;
    gap: 0.5rem;
    max-width: 90%;
  }
  .quickmenu .menu-item {
    display: none;
  }
  .quickmenu .menu-item:before {
    display: none;
  }
  .quickmenu .menu-item.responsive-item {
    display: flex;
    max-width: calc(50% - 0.5rem);
    flex-direction: row;
    height: 72px;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .quickmenu .menu-item.responsive-item span {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-size: 1.17rem;
    line-height: 120%;
    color: #282828;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  .quickmenu .menu-item.responsive-item span {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .quickmenu .menu-item.responsive-item span {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
@media (max-width: 960px) {
  .quickmenu .menu-item.responsive-item span em {
    font-size: 14px;
    font-size: 0.91rem;
    line-height: 120%;
    line-height: 19px;
    line-height: 1.125rem;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  .quickmenu .menu-item.responsive-item span em {
    font-size: 13px;
    font-size: 0.845rem;
  }
}
@media (max-width: 480px) {
  .quickmenu {
    top: auto;
    bottom: 1.75rem;
  }
}
.is-mobile .quickmenu .menu-item.remote {
  display: none;
}

aside.fixed_banner {
  display: none;
  position: fixed;
  top: 76vh;
  right: 2rem;
  z-index: 9999;
}
aside.fixed_banner .banner_wrap {
  width: 100px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.725);
  border-radius: 0.625rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0px 0px 20px rgba(114, 135, 158, 0.22);
}
aside.fixed_banner .banner_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
aside.fixed_banner .banner_wrap span {
  display: block;
  font-size: 12px;
  font-size: 0.78rem;
  line-height: 17px;
  line-height: 0.875rem;
  color: #464646;
  letter-spacing: -0.25px;
  text-align: center;
}
aside.fixed_banner .banner_wrap span em {
  display: inline-block;
  width: 100%;
  color: #476FF3;
  font-size: 12px;
  font-size: 0.78rem;
  line-height: 19px;
  line-height: 1.125rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  aside.fixed_banner .banner_wrap span em {
    font-size: 14px;
    font-size: 0.91rem;
    line-height: 120%;
    line-height: 19px;
    line-height: 1.125rem;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  aside.fixed_banner .banner_wrap span em {
    font-size: 13px;
    font-size: 0.845rem;
  }
}
aside.fixed_banner .banner_wrap.poster {
  position: absolute;
  top: -0.75rem;
  right: 0;
  transform: translateY(-100%);
  width: 216px;
  padding: 0;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
@media (max-width: 1200px) {
  aside.fixed_banner .banner_wrap {
    border-radius: 0.75rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    box-shadow: 0px 0px 20px rgba(24, 0, 131, 0.22);
    border: 0;
  }
}
aside.fixed_banner.fixed_top .banner_wrap.poster {
  display: none;
}
.is-pc aside.fixed_banner, .is-pc.device_PC aside.fixed_banner, .is-mobile.device_PC aside.fixed_banner {
  display: block;
  overflow: visible;
  opacity: 1;
}
@media (max-width: 960px) {
  .is-pc aside.fixed_banner, .is-pc.device_PC aside.fixed_banner, .is-mobile.device_PC aside.fixed_banner {
    display: none;
    overflow: hidden;
    opacity: 0;
    z-index: -9999;
  }
}
.is-mobile.device_mobile aside.fixed_banner, .is-mobile.device_mobile aside.fixed_banner {
  display: none;
  overflow: hidden;
  opacity: 0;
  z-index: -9999;
}

article.apply_popup.term_wrap.popup_cont {
  max-width: 800px;
}
article.apply_popup.term_wrap.popup_cont p {
  font-size: 13px;
  font-size: 0.845rem;
}
article.apply_popup.term_wrap.popup_cont .term_box {
  padding: 0.75rem 1.5rem 5.5rem;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .term_box {
    padding: 0.5rem 0.375rem 7rem;
  }
}
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap > ul > li {
    margin-top: 0.45rem;
  }
}
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap label {
  flex: 0 0 120px;
  padding: 0 1.5rem 0 0;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.04rem;
  line-height: 120%;
}
@media (max-width: 640px) {
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap label {
    font-size: 14px;
    font-size: 0.91rem;
  }
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap label {
    font-size: 14px;
    font-size: 0.91rem;
  }
}
@media (max-width: 960px) {
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap label {
    flex: 0 0 100px;
  }
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap label {
    flex: 0 0 100%;
    text-align: left;
  }
}
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap input,
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap textarea {
  flex: 1;
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 0.75rem 1rem;
  font-family: var(--font-family);
  font-size: 14px;
  font-size: 0.91rem;
  color: #4d5259;
  text-align: left;
  border: 1px solid #c1c1c1;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap input,
  article.apply_popup.term_wrap.popup_cont .term_box .input_wrap textarea {
    padding: 0.5rem 0.75rem;
  }
}
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap input.input_number,
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap textarea.input_number {
  width: auto;
}
article.apply_popup.term_wrap.popup_cont .term_box .input_wrap textarea {
  min-height: 100px;
}
article.apply_popup.term_wrap.popup_cont .term_box .agree {
  margin-top: 0.75rem;
}
article.apply_popup.term_wrap.popup_cont .term_box .agree .wrap_cont {
  padding: 1.5rem;
  background: #eaf0f6;
  overflow-y: auto;
  border-radius: 0.5rem;
}
article.apply_popup.term_wrap.popup_cont .term_box .agree .wrap_cont h3 {
  font-size: 13px;
  font-size: 0.845rem;
}
article.apply_popup.term_wrap.popup_cont .term_box .agree .wrap_cont p {
  font-size: 13px;
  font-size: 0.845rem;
  text-align: left;
}
article.apply_popup.term_wrap.popup_cont .term_box .agree .all_agree {
  padding: 10px 0;
  background: #ffffff;
  color: #464646;
  font-size: 14px;
  font-size: 0.91rem;
  line-height: 120%;
}
@media (max-width: 640px) {
  article.apply_popup.term_wrap.popup_cont .term_box .agree .all_agree {
    font-size: 13px;
    font-size: 0.845rem;
  }
}
article.apply_popup.term_wrap.popup_cont .term_box .agree .all_agree {
  line-height: 21px;
  line-height: 1.375rem;
}
article.apply_popup.term_wrap.popup_cont .term_box .agree .all_agree .custom-checkbox:before {
  top: 0;
}
article.apply_popup.term_wrap.popup_cont .agree_btns {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0.5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .agree_btns {
    bottom: 0.75rem;
    height: auto;
    padding: 0.5rem 1.125rem;
  }
}
article.apply_popup.term_wrap.popup_cont .agree_btns button {
  flex: 0 0 48%;
  width: auto;
  height: auto;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  margin: 0.75rem auto 0;
  padding: 1.25rem 0;
  border-radius: 0.5rem;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 120%;
}
@media (max-width: 640px) {
  article.apply_popup.term_wrap.popup_cont .agree_btns button {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 480px) {
  article.apply_popup.term_wrap.popup_cont .agree_btns button {
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 130%;
  }
}
article.apply_popup.term_wrap.popup_cont .agree_btns button.btn_ok {
  background: #0079FF;
}
article.apply_popup.term_wrap.popup_cont .agree_btns button.btn_cancel {
  background: #ffffff;
  border: 1px solid #c1c1c1;
  color: #c1c1c1;
}

@media (max-width: 640px) {
  footer {
    padding-bottom: 6.5rem;
  }
}
