@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: keep-all;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  text-wrap: pretty;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
}

/* Focus outline handling for accessibility */
button:focus, input:focus, textarea:focus, a:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

a {
  color: inherit;
  text-decoration: none;
}

input, textarea {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: border-box;
}

.aria-hidden,
caption {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

/* Prevent clickjacking */
iframe {
  pointer-events: none;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans KR", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222222;
  -webkit-text-size-adjust: none;
}

/* Image and video responsive behavior */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent user-select for sensitive areas */
.user-select-none {
  user-select: none;
}

/* Prevent text selection to block copy-paste in some areas */
.no-select {
  user-select: none;
}

/* Universal input handling to prevent form field security vulnerabilities */
input[type=password], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

/* Security best practice for preventing content injections */
[data-attr]:after {
  content: attr(data-attr);
  display: none;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Jamsil";
  src: url("../fonts/TheJamsil1Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Jamsil";
  src: url("../fonts/TheJamsil2Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Jamsil";
  src: url("../fonts/TheJamsil3Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jamsil";
  src: url("../fonts/TheJamsil4Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jamsil";
  src: url("../fonts/TheJamsil5Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Jamsil";
  src: url("../fonts/TheJamsil6ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideUp02 {
  0% {
    transform: translate(-50%, 20%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }
}
.svg-icon {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition: all 0.35s ease;
}
.svg-icon.left {
  margin-left: 0.5rem;
}
.svg-icon.right {
  margin-right: 0.5rem;
}
.svg-icon.ico-home {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCI+CjxpbWFnZSAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiICB4bGluazpocmVmPSJkYXRhOmltZy9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBOEFBQUFQQ0FRQUFBQ1IzMTNCQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk5BQUI2SmdBQWdJUUFBUG9BQUFDQTZBQUFkVEFBQU9wZ0FBQTZtQUFBRjNDY3VsRThBQUFBQW1KTFIwUUEvNGVQekw4QUFBQUhkRWxOUlFmcEJRNEtHaHFWZUo3ZUFBQUFxRWxFUVZRWTAzWE9NUXJDTUJqRjhYOWpoeTR1SHFPQ1JZcDRGY0hGeFJPNWlxNGVRd1J2NGE1VUYyMmxVM3dPc1RYRitHVkp2dC9qRVlSM01xMlUreHNmaDdwSXVpa0xzVU4xQXcybUxVcFNvWkhQWFpTa3Eydm8xdjRFMERpSTdnOFR0TkgvMmFKY0I5a0F2WFRVRktHK3FnRFhHZ2dESkRTekpHWFJ2aEtJOFdmUGlhZS9NRUJFNzV0dnV3eVI0NUs3RnphZmU4WERsZGZNbUJOak9RTUZhMklzTzBwNEErZDUvS0E1UDFHd0FBQUFBRWxGVGtTdVFtQ0MiIC8+Cjwvc3ZnPg==");
}
.svg-icon.ico-star {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE2cHgiIGhlaWdodD0iMTVweCI+CjxpbWFnZSAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE1cHgiICB4bGluazpocmVmPSJkYXRhOmltZy9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFQQ0FRQUFBQkhlb2VrQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk5BQUI2SmdBQWdJUUFBUG9BQUFDQTZBQUFkVEFBQU9wZ0FBQTZtQUFBRjNDY3VsRThBQUFBQW1KTFIwUUEvNGVQekw4QUFBQUhkRWxOUlFmcEJRNFBKelZTaWluU0FBQUF6RWxFUVZRWTAzMlBQVTRDVVJSR3o0Z2FPcHdLRTJOakxDa0k5RFFtdGxSc3dCV3dBY1hHRmJnRVMxWkFhMkpDUWtFTUJTMEpSZ3NLWTBnd0pPQ2htSUVaZnNiemluZmYvVTd4UFdUcjNObnhKTDFoUjVpcWxXeWhxV28vU3poellNUk5zajBHSUVmSU9iZVVpR2d4WTh5RU9RUStVZWFDU3dya1NETmx3b2dQZlBZL0JoajQ2Q0lqN2hwR1ZSNE94bS9tazEvYzc4VTlRNUdqdU5JcmYyenp5VGV3RWE0MzA1b3JnclJRalcvNWphY0N4VjFCM3FsVDVvVmxJcXhMZmptMDRXbjhxdHIyeDVySUNyQXA1R3p3RFh6bUFBQUFBRWxGVGtTdVFtQ0MiIC8+Cjwvc3ZnPg==");
}
.svg-icon.ico-tel {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE3cHgiIGhlaWdodD0iMTRweCI+CjxpbWFnZSAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE0cHgiICB4bGluazpocmVmPSJkYXRhOmltZy9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCRUFBQUFPQ0FRQUFBQmo1RDgvQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk5BQUI2SmdBQWdJUUFBUG9BQUFDQTZBQUFkVEFBQU9wZ0FBQTZtQUFBRjNDY3VsRThBQUFBQW1KTFIwUUEvNGVQekw4QUFBQUhkRWxOUlFmcEJROEtGd2tjMU1Zb0FBQUJJMGxFUVZRWTAzM1BzVXZVQVJqRzhjLzk3andUd1JCcThDZ2tna0J4RTRJV2NUQWFnZ2lrZnlBa2wvNkV4b2FHNWpZblZ4Y0pCYmRiZ3NBMk13cGJuSUlvU1R6dDdIN24wM0MvQkIzNnZ0UDc4UEMrejFNTExTOHN1T295UGJ0ZWFjdXQvTWovZUZiTGhnVmRoUysybkoxZjZMdHRVYWx1cEpaSGd0SW5qelhPTFUxdHh5WlJsektkbk9aZDVsTmVlTkRPd3h5bGsrT0dPUTE5SGN2cUY4TE8ySGZmTURLWTNTUmY4eUQ5ek9kelh1WjFrbTVtSWdxd1pCcE5MVFUzTkkwYng3QVZLSERGVXpEcURxYU51R2tDM0RVN3NFeTVCNzVaYzJiVlQyM3ZxMFRQRlNKdnFnNm5XVSt5bVYvNW1KMUsyOHVZeUlkcTNjNW9lcEh0UE1sU3BaM2sycjgyQXc2U0hLWk1OeWVWMHN2MUJ0NXErUU9HZkRma1FJRWpzT2YzWDN5dTJvUldyU2g1QUFBQUFFbEZUa1N1UW1DQyIgLz4KPC9zdmc+");
}
.svg-icon.ico-menu {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjNWY2MzY4Ij48cGF0aCBkPSJNMTIwLTI0MHYtODBoNzIwdjgwSDEyMFptMC0yMDB2LTgwaDcyMHY4MEgxMjBabTAtMjAwdi04MGg3MjB2ODBIMTIwWiIvPjwvc3ZnPg==");
}
.svg-icon.ico-close {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjNWY2MzY4Ij48cGF0aCBkPSJtMjU2LTIwMC01Ni01NiAyMjQtMjI0LTIyNC0yMjQgNTYtNTYgMjI0IDIyNCAyMjQtMjI0IDU2IDU2LTIyNCAyMjQgMjI0IDIyNC01NiA1Ni0yMjQtMjI0LTIyNCAyMjRaIi8+PC9zdmc+");
}
.svg-icon.ico-arrow {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQ3MjQzIDguMzk3NjZDNC44MDQ5NCA4LjEwNjcxIDUuMzEwMzUgOC4xNDA0IDUuNjAxMjkgOC40NzI5MUwxMS45OTkyIDE1Ljc4NDhMMTguMzk3MiA4LjQ3MjkxQzE4LjY4ODEgOC4xNDA0IDE5LjE5MzUgOC4xMDY3MSAxOS41MjYgOC4zOTc2NkMxOS44NTg1IDguNjg4NiAxOS44OTIyIDkuMTk0MDEgMTkuNjAxMyA5LjUyNjUyTDExLjk5OTIgMTguMjE0Nkw0LjM5NzE3IDkuNTI2NTJDNC4xMDYyMiA5LjE5NDAxIDQuMTM5OTIgOC42ODg2IDQuNDcyNDMgOC4zOTc2NloiIGZpbGw9IiMyRDJEMkQiLz4KPC9zdmc+Cg==");
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: auto;
  border-style: solid;
  border-width: 0.1rem;
  border-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.35s;
  color: #222;
  font-size: 1.6rem;
}
.btn.type02 {
  padding: 1.5rem 2rem;
  background-color: #203d87;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 1rem;
}
@media (max-width: 640px) {
  .btn.type02 {
    width: 100%;
    font-size: 1.4rem;
  }
}

.btn-link {
  color: #58b1ed;
}

body[data-page=internship-consulting] .boomer-story {
  display: none;
}
body[data-page=internship-consulting] .boomer-story + .boomer-footer {
  background: #fff !important;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.accordion-container .accordion-tit {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: -0.05rem;
}
@media (max-width: 640px) {
  .accordion-container .accordion-tit {
    font-size: 1.5rem;
  }
}
.accordion-container .accordion-item {
  padding: 0 4rem;
  color: #333333;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
  border-radius: 2rem;
}
.accordion-container .accordion-item.open .accordion-menu {
  color: #58b1ed;
  transition: all 0.35s ease;
}
.accordion-container .accordion-item.open .accordion-menu > .svg-icon {
  background-color: #58b1ed;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.35s ease;
}
@media (max-width: 640px) {
  .accordion-container .accordion-item {
    padding: 0 2rem;
    font-size: 1.3rem;
    border-radius: 1rem;
  }
  .accordion-container .accordion-item .mt40 {
    margin-top: 2rem;
  }
}
.accordion-container .accordion-menu {
  position: relative;
  padding: 4rem 0;
  padding-right: 4rem;
  background-color: #fff;
  transition: all 0.35s ease;
  cursor: pointer;
}
.accordion-container .accordion-menu > .svg-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #333333;
  transition: all 0.35s ease;
}
@media (max-width: 640px) {
  .accordion-container .accordion-menu {
    padding: 1.5rem 0;
    padding-right: 2rem;
  }
  .accordion-container .accordion-menu .svg-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.accordion-container .accordion-cont {
  display: none;
  padding: 4rem 0;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .accordion-container .accordion-cont {
    padding: 2rem 0;
  }
}
.accordion-container .accordion-img-wrap {
  height: 100%;
  position: relative;
}
.accordion-container .accordion-img-wrap .accordion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-container .accordion-img-wrap .accordion-img .img-mo {
  display: none;
}
@media (max-width: 768px) {
  .accordion-container .accordion-img-wrap .accordion-img .img-mo {
    display: block;
  }
  .accordion-container .accordion-img-wrap .accordion-img .img-pc {
    display: none;
  }
}
.accordion-container .accordion-img-wrap .accordion-txt-wrap {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.accordion-container .accordion-img-wrap .accordion-txt-wrap .accordion-txt {
  padding: 4rem 4rem 6rem;
  margin-top: auto;
}
.accordion-container .accordion-img-wrap .accordion-txt-wrap .txt01 {
  padding: 0 2rem;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #fff;
  border-radius: 2rem;
}
.accordion-container .accordion-img-wrap .accordion-txt-wrap .txt02 {
  margin-top: 2rem;
  color: #fff;
  font-size: 2.4rem;
}
.accordion-container .accordion-img-wrap .accordion-txt-wrap .txt03 {
  margin-top: 4rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .accordion-container .accordion-img-wrap .accordion-txt-wrap .accordion-txt {
    padding: 0 2rem 2rem;
  }
  .accordion-container .accordion-img-wrap .accordion-txt-wrap .txt01 {
    padding: 0 1rem;
    font-size: 1rem;
  }
  .accordion-container .accordion-img-wrap .accordion-txt-wrap .txt02 {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .accordion-container .accordion-img-wrap .accordion-txt-wrap .txt03 {
    margin-top: 1em;
    font-size: 1.5rem;
  }
}
.accordion-container .accordion-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.accordion-container .accordion-info-wrap .accordion-info-item {
  display: flex;
  gap: 2rem 4rem;
}
.accordion-container .accordion-info-wrap .accordion-info-item.full {
  flex-wrap: wrap;
}
.accordion-container .accordion-info-wrap .accordion-info-item.full > * {
  width: 100%;
}
.accordion-container .accordion-info-wrap .accordion-info-item.full img {
  width: 100%;
}
.accordion-container .accordion-info-wrap .accordion-info-item .info-item-box {
  flex: 1 1 40%;
}
.accordion-container .accordion-info-wrap .accordion-info-item .info-item-box.bg {
  background-repeat: no-repeat;
  background-position: bottom left;
}
.accordion-container .accordion-info-wrap .accordion-info-item .info-item-box.bg.bg-icon01 {
  background-image: url(../images/main/bg_icon01.png);
}
.accordion-container .accordion-info-wrap .accordion-info-item .info-item-box.bg.bg-icon02 {
  background-image: url(../images/main/bg_icon02.png);
}
.accordion-container .accordion-info-wrap .accordion-info-item .info-item-box.bg.bg-icon03 {
  background-image: url(../images/main/bg_icon03.png);
}
@media (max-width: 768px) {
  .accordion-container .accordion-info-wrap .accordion-info-item {
    flex-direction: column;
  }
  .accordion-container .accordion-info-wrap .accordion-info-item .info-item-box.bg {
    background: none !important;
  }
  .accordion-container .accordion-info-wrap .accordion-info-item .for-pc {
    display: none;
  }
}
.accordion-container .accordion-info-wrap .info-img {
  width: 100%;
  overflow: hidden;
  order: 1;
}
@media (max-width: 768px) {
  .accordion-container .accordion-info-wrap .info-img {
    width: 100%;
  }
}
.accordion-container .accordion-info-wrap .info-img img {
  margin: 0 auto;
  width: 100%;
}
.accordion-container .accordion-info-wrap .info-cont .info-tit-box {
  padding: 2rem;
  background-color: #13517d;
  border-radius: 1rem;
}
.accordion-container .accordion-info-wrap .info-cont .info-tit-box .info-tit {
  color: #fff;
}
.accordion-container .accordion-info-wrap .info-cont .info-tit {
  color: #13407e;
  font-size: 1.8rem;
  font-weight: 500;
}
.accordion-container .accordion-info-wrap .info-cont .info-tit .info-tit-tag {
  display: block;
  margin-bottom: 0.5rem;
}
.accordion-container .accordion-info-wrap .info-cont .info-tit02 {
  font-size: 2.6rem;
  font-weight: 500;
}
.accordion-container .accordion-info-wrap .info-cont .info-txt {
  margin-top: 1rem;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.accordion-container .accordion-info-wrap .info-cont .info-txt span {
  font-weight: 500;
}
@media (max-width: 640px) {
  .accordion-container .accordion-info-wrap .info-cont {
    padding: 0 1rem;
  }
  .accordion-container .accordion-info-wrap .info-cont .info-tit02 {
    font-size: 1.8rem;
  }
  .accordion-container .accordion-info-wrap .info-cont .info-tit {
    font-size: 1.3rem;
  }
  .accordion-container .accordion-info-wrap .info-cont .info-txt {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
.accordion-container.type02 .accordion-item {
  display: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2rem;
  overflow: hidden;
}
.accordion-container.type02 .accordion-item[data-show-all=true] {
  display: block;
}
body[data-page=light-job] .accordion-container.type02 .accordion-item[data-show-light-job=true] {
  display: block;
}
body[data-page=social-contribution] .accordion-container.type02 .accordion-item[data-show-social-contribution=true] {
  display: block;
}
body[data-page=internship-camp] .accordion-container.type02 .accordion-item[data-show-internship-camp=true] {
  display: block;
}
body[data-page=internship-company] .accordion-container.type02 .accordion-item[data-show-internship-company=true] {
  display: block;
}
body[data-page=internship-consulting] .accordion-container.type02 .accordion-item[data-show-internship-consulting=true] {
  display: block;
}
.accordion-container.type02 .accordion-item .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.accordion-container.type02 .accordion-item .accordion-btn::before {
  content: "펼쳐보기";
  color: #b0b0b0;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .accordion-container.type02 .accordion-item .accordion-btn {
    right: 1.5rem;
  }
  .accordion-container.type02 .accordion-item .accordion-btn::before {
    font-size: 1.2rem;
  }
}
@media (max-width: 640px) {
  .accordion-container.type02 .accordion-item {
    padding: 0 1rem;
    border-radius: 1rem;
  }
  .accordion-container.type02 .accordion-item .accordion-menu strong {
    display: block;
  }
}
.accordion-container.type02 .accordion-item.open .accordion-btn::before {
  content: "닫기 X";
}
.accordion-container.type02 .accordion-item.open .accordion-menu {
  color: initial;
}
.accordion-container.type02 .accordion-menu {
  padding: 4rem 0;
  padding-right: 8rem;
}
@media (max-width: 640px) {
  .accordion-container.type02 .accordion-menu {
    padding: 2rem 0;
    padding-right: 6rem;
    border-radius: 1rem;
  }
}
.accordion-container.type02 .accordion-cont {
  padding: 2rem 0 4rem;
}
@media (max-width: 640px) {
  .accordion-container.type02 .accordion-cont {
    padding: 2rem 0;
  }
}

.tab-container {
  margin-top: 3rem;
}
@media (max-width: 640px) {
  .tab-container {
    margin-top: 2rem;
  }
}
.tab-container .tab-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.tab-container .tab-list.full {
  align-items: stretch;
  gap: 0;
}
.tab-container .tab-list.full li {
  flex: 1 1 0px;
}
.tab-container .tab-list.full .btn-tab {
  justify-content: center;
  width: 100%;
  padding: 1.5rem 0;
  color: #adadad;
  font-size: 2rem;
  border-radius: 2rem 2rem 0 0;
}
.tab-container .tab-list.full .btn-tab.active {
  background-color: #203d87;
  color: #fff;
}
@media (max-width: 640px) {
  .tab-container .tab-list.full .btn-tab {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
.tab-container .tab-list li {
  display: inline-flex;
  flex-grow: 0;
}
@media (max-width: 640px) {
  .tab-container .tab-list li {
    flex: 1;
  }
}
.tab-container .tab-list .btn-tab {
  display: inline-flex;
  padding: 2rem 0;
  min-width: 10rem;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
}
.tab-container .tab-list .btn-tab.active {
  color: #333;
}
.tab-container .tab-list .btn-tab.active::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #203d87;
}
@media (max-width: 640px) {
  .tab-container .tab-list .btn-tab {
    min-width: 100%;
    justify-content: center;
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
}
.tab-container .tab-list .btn-tab .tab-ico {
  display: inline-flex;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
.tab-container .tab-list .btn-tab .tab-ico.menu01 {
  background-image: url(../images/main/ico_tab_menu01.png);
  background-size: contain;
}
.tab-container .tab-list .btn-tab .tab-ico.menu02 {
  background-image: url(../images/main/ico_tab_menu02.png);
  background-size: contain;
}
@media (max-width: 640px) {
  .tab-container .tab-list .btn-tab .tab-ico {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.tab-container .tab-cont {
  display: none;
}
.tab-container .tab-cont.active {
  display: block;
}

html.loaded #header {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  animation: slideDown 1s ease forwards;
  animation-delay: 0.5s;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  letter-spacing: -0.01em;
  line-height: 1;
}
#header.fixed .header-wrapper {
  background-color: #fff;
  border-bottom-color: #e5e5e5;
  transition: all 0.35s ease;
}
#header.fixed .header-logo img.black {
  opacity: 1;
}
#header.fixed .gnb-1depth > a {
  color: #222;
}
#header.fixed .header-units .btn {
  color: #222;
}
#header.fixed .header-units .btn .svg-icon {
  background-color: #222;
  transition: all 0.35s ease;
}
#header.dark .header-wrapper {
  background-color: #fff;
}
#header.dark .header-logo img.black {
  opacity: 1;
}
#header.dark .gnb-1depth > a {
  color: #222;
}
#header.dark .header-units .btn {
  color: #222;
}
#header.dark .header-units .btn .svg-icon {
  background-color: #222;
}
#header.open #gnb {
  visibility: visible;
  transform: translate3d(0px, 0px, 0);
  z-index: 3;
}
#header.open #gnb .gnb-list-wrap {
  transition: all 0.35s ease;
  opacity: 1;
}
#header.open .header-units li.header-units-mobile .svg-icon {
  background-color: #222;
}
#header.open .header-units li.header-units-mobile .svg-icon.default {
  opacity: 0;
}
#header.open .header-units li.header-units-mobile .svg-icon.close {
  opacity: 1;
}
#header.open .gnb-list {
  flex-direction: column;
  margin-top: 7.2rem;
}
#header.open .gnb-list > li {
  border-bottom: 1px solid #e5e5e5;
}
#header.open .gnb-list > li::before {
  content: none;
}
#header.open .gnb-1depth {
  display: block;
  height: auto;
}
#header.open .gnb-1depth > a {
  display: block;
  padding: 2rem 4rem;
  color: #222;
  font-size: 2rem;
}
#header.open .gnb-2depth {
  position: static;
  text-align: left;
  padding: 0 6rem 2rem;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}
#header.open .gnb-2depth-list > li {
  display: block;
}
#header.open .gnb-2depth-list > li > a {
  display: block;
  padding: 1rem;
}
#header.open .gnb-2depth-list > li > a span::before {
  content: "-";
  margin-right: 1rem;
}
@media (max-width: 640px) {
  #header.open .gnb-1depth > a {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
  }
  #header.open .gnb-2depth {
    padding: 0 3rem 1.5rem;
  }
}
#header .header-wrapper {
  height: 10.4rem;
  padding: 0 4rem;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.35s ease;
}
#header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#header .header-logo {
  position: relative;
  z-index: 2;
  width: 36.4rem;
}
#header .header-logo img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#header .header-logo img.white {
  position: static;
  transform: none;
  opacity: 1;
}
#header .header-units {
  display: flex;
  position: relative;
}
#header .header-units > li:not(:first-child) {
  margin-left: 1.6rem;
}
#header .header-units > li.header-units-mobile {
  display: none;
  z-index: 10;
}
#header .header-units .btn {
  height: 100%;
  color: #fff;
}
#header .gnb-list {
  display: flex;
}
#header .gnb-list > li {
  position: relative;
}
#header .gnb-list > li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f37321;
  transition: 350ms ease;
  transition-property: width, left;
}
#header .gnb-list > li:hover::before {
  width: 100%;
  left: 0;
}
#header .gnb-1depth {
  display: flex;
  align-items: center;
  height: 10.4rem;
  position: relative;
}
#header .gnb-1depth > a {
  padding: 0.5rem 2rem;
  white-space: nowrap;
  color: #fff;
  font-size: 2.4rem;
}
#header .gnb-1depth:hover ~ .gnb-2depth {
  opacity: 1;
  visibility: visible;
}
#header .gnb-2depth {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 2em 0;
  opacity: 0;
  visibility: hidden;
  isolation: isolate;
  transition: all 0.35s;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#header .gnb-2depth-list > li {
  display: block;
}
#header .gnb-2depth-list > li > a {
  display: block;
  padding: 0.8rem;
  letter-spacing: -0.01em;
  color: #222222;
  font-size: 1.6rem;
}
@media (max-width: 1380px) {
  #header .header-wrapper {
    padding: 0 2rem;
  }
  #header #gnb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #FFFFFF;
    box-sizing: border-box;
    visibility: hidden;
    transform: translate3d(100vw, 0px, 0);
    transition: all 0.35s ease;
  }
  #header #gnb .gnb-list-wrap {
    height: 100dvh;
    overflow-y: scroll;
    opacity: 0;
  }
  #header .header-units li {
    display: none;
  }
  #header .header-units li.header-units-mobile {
    display: block;
    margin-left: 0;
  }
  #header .header-units li.header-units-mobile .svg-icon {
    width: 3.4rem;
    height: 3.4rem;
    transition: all 0.35s ease;
  }
  #header .header-units li.header-units-mobile .svg-icon.close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  #header .header-logo {
    width: 30rem;
  }
}
@media (max-width: 640px) {
  #header .header-wrapper {
    height: 7.2rem;
    padding: 0 1rem;
  }
  #header .header-logo {
    width: 18rem;
  }
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt60 {
  margin-top: 6rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.tct {
  text-align: center;
}

.txt-box {
  padding: 1rem;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 1rem;
}

.fc-orange {
  color: #f9943a !important;
}

.fc-black {
  color: #222222 !important;
}

.fc-green {
  color: #218030 !important;
}

.fc-blue {
  color: #3380c6 !important;
}

.fc-purple {
  color: #4f4492 !important;
}

.container-lg {
  max-width: 122rem;
  padding: 0 1rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-lg {
    padding: 0 2rem;
  }
}

html body.scroll-hide {
  overflow: hidden;
  height: 100%;
}

html.loaded #main .main-tit-box {
  opacity: 0;
  visibility: hidden;
  animation: slideUp 1s ease forwards;
  animation-delay: 0.5s;
}

html.loaded #main .main-menu-wrap {
  opacity: 0;
  visibility: hidden;
  animation: slideUp02 1s ease forwards;
  animation-delay: 0.7s;
}

#boomer .for-mo {
  display: none;
}
#boomer .boomer-top .boomer-top-wrap {
  height: 46rem;
  position: relative;
}
@media (max-width: 640px) {
  #boomer .boomer-top .boomer-top-wrap {
    height: 29rem;
  }
}
#boomer .boomer-top .boomer-img {
  height: 100%;
}
#boomer .boomer-top .boomer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#boomer .boomer-top .boomer-img .img-mo {
  display: none;
}
#boomer .boomer-top .boomer-tit-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#boomer .boomer-top .boomer-tit {
  height: 100%;
  padding-top: 18.6rem;
}
#boomer .boomer-top .boomer-tit .tit {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
}
#boomer .boomer-top .boomer-tit .txt {
  margin-top: 3rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  #boomer .boomer-top .boomer-img .img-pc {
    display: none;
  }
  #boomer .boomer-top .boomer-img .img-mo {
    display: block;
  }
}
@media (max-width: 640px) {
  #boomer .boomer-top .boomer-tit {
    padding-top: 10rem;
  }
  #boomer .boomer-top .boomer-tit .tit {
    font-size: 2rem;
  }
  #boomer .boomer-top .boomer-tit .txt {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#boomer .boomer-info .info-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 6rem;
}
#boomer .boomer-info .info-list .info-list-item {
  display: flex;
}
#boomer .boomer-info .info-list .info-list-item .info-cont-img {
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
#boomer .boomer-info .info-list .info-tit {
  flex-shrink: 0;
  width: 20rem;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#boomer .boomer-info .info-list .info-box {
  width: 100%;
  overflow: hidden;
}
#boomer .boomer-info .site-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#boomer .boomer-info .site-list-wrap.type02 {
  gap: 2rem 1rem;
}
@media (max-width: 640px) {
  #boomer .boomer-info .site-list-wrap.type02 .site-item {
    flex: 1 1 40%;
  }
}
@media (max-width: 420px) {
  #boomer .boomer-info .site-list-wrap.type02 .site-item {
    flex: 100%;
  }
}
#boomer .boomer-info .site-list-wrap .site-item {
  flex: 1;
}
#boomer .boomer-info .site-list-wrap .site-item .list-type {
  padding: 0 0.5rem;
  margin-top: 1rem;
}
#boomer .boomer-info .site-list-wrap .site-item .list-type li {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  #boomer .boomer-info .site-list-wrap .site-item .list-type li {
    font-size: 1.3rem;
  }
}
#boomer .boomer-info .site-list-wrap .site-logo {
  display: block;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #dddddd;
}
#boomer .boomer-info .site-list-wrap .site-logo picture {
  display: flex;
  align-items: center;
  height: 4.2rem;
}
#boomer .boomer-info .site-list-wrap .site-logo img {
  height: 100%;
  margin: 0 auto;
  object-fit: scale-down;
}
#boomer .boomer-info .site-list-wrap .site-tit {
  margin-top: 1rem;
  color: #333333;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  #boomer .boomer-info .info-list {
    gap: 4rem;
  }
  #boomer .boomer-info .info-list .info-list-item {
    flex-direction: column;
    gap: 2rem;
  }
  #boomer .boomer-info .info-list .info-tit {
    display: inline-flex;
    gap: 0.5rem;
    width: 100%;
    font-size: 1.8rem;
  }
  #boomer .boomer-info .info-list .info-tit::before {
    content: "○";
  }
  #boomer .boomer-info .info-list .info-tit.no-data::before {
    content: none;
  }
  #boomer .boomer-info .info-list .list-type {
    padding-left: 1rem;
  }
}
@media (max-width: 640px) {
  #boomer .boomer-info .info-list {
    gap: 2rem;
    margin-top: 3rem;
  }
  #boomer .boomer-info .info-list .info-list-item {
    gap: 1.5rem;
  }
  #boomer .boomer-info .info-list .info-tit {
    font-size: 1.5rem;
  }
  #boomer .boomer-info .info-list .list-type {
    font-size: 1.3rem;
  }
  #boomer .boomer-info .info-list .list-type li::before {
    top: 0.8rem;
  }
  #boomer .boomer-info .site-list-wrap {
    gap: 0.5rem;
  }
  #boomer .boomer-info .site-list-wrap .site-logo {
    padding: 1rem;
    border-radius: 0.5rem;
  }
  #boomer .boomer-info .site-list-wrap .site-logo picture {
    display: flex;
    align-items: center;
    height: 2.5rem;
  }
  #boomer .boomer-info .site-list-wrap .site-logo img {
    margin: 0 auto;
  }
  #boomer .boomer-info .site-list-wrap .site-tit {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}
#boomer .list-type {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
#boomer .list-type.type02 > li {
  padding-left: 2rem;
}
#boomer .list-type.type02 > li::after {
  content: "①";
  position: absolute;
  top: 0;
  left: 0;
}
#boomer .list-type.type02 > li::before {
  content: none;
}
#boomer .list-type.type02 > li:nth-child(2)::after {
  content: "②";
}
#boomer .list-type.type02 > li:nth-child(3)::after {
  content: "③";
}
#boomer .list-type.type02 > li:nth-child(4)::after {
  content: "④";
}
#boomer .list-type.type02 > li:nth-child(5)::after {
  content: "⑤";
}
@media (max-width: 640px) {
  #boomer .list-type.type02 > li {
    padding-left: 1.8rem;
  }
}
#boomer .list-type > li {
  position: relative;
  padding-left: 1rem;
}
#boomer .list-type > li.list-tip {
  padding-left: 2rem;
}
#boomer .list-type > li.list-tip::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#boomer .list-type > li.list-tip::before {
  content: none;
}
#boomer .list-type > li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background-color: #333333;
  border-radius: 50%;
}
#boomer .list-type > li li {
  font-weight: 300;
}
#boomer .list-type > li:not(:first-child) {
  margin-top: 1rem;
}
@media (max-width: 640px) {
  #boomer .list-type {
    font-size: 1.3rem;
  }
  #boomer .list-type > li:not(:first-child) {
    margin-top: 0.5rem;
  }
  #boomer .list-type > li.list-tip {
    padding-left: 1.5rem;
  }
}
#boomer .list-link-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
#boomer .list-link-box .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 5rem;
  height: 100%;
  background-color: #203d87;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 1rem;
}
@media (max-width: 640px) {
  #boomer .list-link-box .btn-wrap {
    width: 100%;
  }
  #boomer .list-link-box .btn-wrap a {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
#boomer .step-list-wrap ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#boomer .step-list-wrap ul li {
  flex: 1;
  max-width: 14rem;
}
#boomer .step-list-wrap ul li:last-child .step-img::after {
  content: none;
}
#boomer .step-list-wrap ul li .step-img {
  width: 14rem;
  height: 14rem;
  margin: 0 auto;
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  box-sizing: border-box;
}
#boomer .step-list-wrap ul li .step-img::after {
  content: "";
  width: 100vw;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background-color: #58b1ed;
}
#boomer .step-list-wrap ul li .step-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  margin-top: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#boomer .step-list-wrap ul li .step-img p {
  margin-top: 1.5rem;
  color: #333333;
  font-size: 1.8rem;
  text-align: center;
}
#boomer .step-list-wrap ul li .step-txt {
  margin-top: 2rem;
  text-align: center;
}
#boomer .step-list-wrap ul li .step-txt strong {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.15rem;
}
#boomer .step-list-wrap ul li .step-txt p {
  margin-top: 1rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.15rem;
}
#boomer .step-list-wrap .step-img.icon01::before {
  background-image: url("../images/main/step_img01.png");
}
#boomer .step-list-wrap .step-img.icon02::before {
  background-image: url("../images/main/step_img02.png");
}
#boomer .step-list-wrap .step-img.icon03::before {
  background-image: url("../images/main/step_img03.png");
}
#boomer .step-list-wrap .step-img.icon04::before {
  background-image: url("../images/main/step_img04.png");
}
#boomer .step-list-wrap .step-img.icon05::before {
  background-image: url("../images/main/step_img05.png");
}
#boomer .step-list-wrap .step-img.icon06::before {
  background-image: url("../images/main/step_img06.png");
}
#boomer .step-list-wrap .step-img.icon07::before {
  background-image: url("../images/main/step_img07.png");
}
@media (max-width: 768px) {
  #boomer .step-list-wrap ul {
    flex-direction: column;
    gap: 2rem;
  }
  #boomer .step-list-wrap ul li {
    display: flex;
    gap: 1rem;
    max-width: 100%;
  }
  #boomer .step-list-wrap ul li .step-img {
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    margin: initial;
  }
  #boomer .step-list-wrap ul li .step-img::before {
    height: 3rem;
    margin-top: 2rem;
    background-size: contain;
  }
  #boomer .step-list-wrap ul li .step-img::after {
    width: 0.1rem;
    height: 100%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
  }
  #boomer .step-list-wrap ul li .step-txt {
    margin-top: 1rem;
    text-align: left;
  }
  #boomer .step-list-wrap ul li .step-txt p {
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 640px) {
  #boomer .step-list-wrap ul li .step-img p {
    font-size: 1.3rem;
  }
  #boomer .step-list-wrap ul li .step-txt strong {
    font-size: 1.5rem;
  }
  #boomer .step-list-wrap ul li .step-txt p {
    font-size: 1.3rem;
  }
}
#boomer .table-list-wrap .line-left01 {
  border-left: 0.1rem solid #ddd;
}
#boomer .table-list-wrap .bg-white {
  background-color: #fff;
}
#boomer .table-list-wrap .bg-skyblue {
  background-color: #e9f3ff;
}
#boomer .table-list-wrap .fw-500 {
  font-weight: 500;
}
#boomer .table-list-wrap .tlt {
  text-align: left;
}
#boomer .table-list-wrap table {
  width: 100%;
  border: 0.1rem solid #ddd;
  border-left: 0;
  border-right: 0;
}
#boomer .table-list-wrap thead th,
#boomer .table-list-wrap tbody th,
#boomer .table-list-wrap tbody td {
  padding: 1.5rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 0.1rem solid #ddd;
  text-align: center;
}
#boomer .table-list-wrap thead th {
  background-color: #e9f3ff;
}
#boomer .table-list-wrap thead th:not(:first-child) {
  border-left: 0.1rem solid #ddd;
}
#boomer .table-list-wrap tbody th {
  font-weight: 500;
}
#boomer .table-list-wrap tbody td:not(:first-child) {
  border-left: 0.1rem solid #ddd;
}
@media (max-width: 1024px) {
  #boomer .table-list-wrap {
    overflow-x: scroll;
  }
  #boomer .table-list-wrap table {
    min-width: 100rem;
  }
}
@media (max-width: 768px) {
  #boomer .table-list-wrap thead th {
    padding: 1rem;
    font-size: 1.4rem;
  }
  #boomer .table-list-wrap tbody th,
  #boomer .table-list-wrap tbody td {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
#boomer .info-album-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#boomer .info-album-wrap ul li {
  flex: 1 1 40%;
  height: 30rem;
  border-radius: 1rem;
  overflow: hidden;
}
#boomer .info-album-wrap ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}
#boomer .info-album-wrap .swiper-pagination {
  display: none;
}
@media (max-width: 640px) {
  #boomer .info-album-wrap {
    position: relative;
    padding-bottom: 3rem;
  }
  #boomer .info-album-wrap ul {
    flex-wrap: initial;
    gap: initial;
  }
  #boomer .info-album-wrap ul li {
    flex: none;
    height: initial;
  }
  #boomer .info-album-wrap .swiper-pagination {
    display: block;
    top: initial;
    bottom: 0;
  }
}
#boomer .info-link-box .link-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  background-color: #203d87;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 3rem;
}
@media (max-width: 640px) {
  #boomer .info-link-box .link-btn {
    font-size: 1.4rem;
  }
}
#boomer .boomer-story {
  margin-top: 6rem;
  padding: 6rem 0 0;
  background-color: #3c5ba9;
  border-top: 1px solid #eee;
}
#boomer .boomer-story + .boomer-footer {
  background: linear-gradient(0deg, #7890cd, #3c5ba9);
}
@media (max-width: 640px) {
  #boomer .boomer-story {
    margin-top: 3rem;
    padding: 3rem 0 0;
  }
}
#boomer .boomer-footer {
  padding-top: 18rem;
}
#boomer .boomer-footer .inner {
  padding: 0 2rem;
  background-color: #203d87;
}
#boomer .boomer-footer .boomer-footer-tit {
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
#boomer .boomer-footer .boomer-footer-tit::before {
  content: "";
  width: 26.4rem;
  height: 15.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/main/boomer_footer.png) no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  #boomer .boomer-footer {
    padding-top: 6rem;
  }
  #boomer .boomer-footer .boomer-footer-tit {
    padding: 1.5rem 0;
    font-size: 1.2rem;
  }
  #boomer .boomer-footer .boomer-footer-tit::before {
    width: 9rem;
    height: 5.2rem;
  }
}
@media (max-width: 640px) {
  #boomer .for-mo {
    display: block;
  }
  #boomer .for-tablet-mo {
    display: none;
  }
}

#footer {
  padding: 4rem 0 2rem;
  background-color: #373737;
}
#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#footer .footer-logo {
  order: 2;
  flex-shrink: 0;
}
#footer .footer-logo-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#footer .footer-sns-list {
  display: flex;
  gap: 1rem;
}
#footer .footer-addr {
  margin-top: 3rem;
  line-height: 1.6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
#footer .footer-addr ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-addr ul li:not(:last-child) {
  margin-right: 0.5rem;
}
#footer .footer-bottom {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f7faff;
}
#footer .footer-bottom ul {
  margin-bottom: 1rem;
}
#footer .footer-bottom ul a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
}
#footer .copyright {
  line-height: 1.3;
  color: #8c8c8c;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  #footer .footer-top {
    flex-direction: column;
  }
  #footer .footer-logo {
    order: 0;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .footer-util {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-sns {
    order: 2;
    margin-top: 2rem;
  }
}
@media (max-width: 640px) {
  #footer .footer-logo-list {
    width: 20rem;
  }
  #footer .footer-sns {
    display: flex;
    justify-content: center;
  }
  #footer .footer-sns-list img {
    width: 2.4rem;
  }
  #footer .footer-addr {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #footer .footer-bottom ul a {
    font-size: 1.2rem;
  }
  #footer .copyright {
    font-size: 1.2rem;
  }
}