<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cta-member-register-side {
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  border: 1px solid #E2E2E2;
  border-radius:8px;
  padding:16px;
  margin-bottom:24px;
}

.side-content-wrapper {
  height:100%;
  display:flex;
  align-items:center;
  width:100%;
}

.side-cta-content {
  width:100%;
}

.side-up {
  justify-content:center;
  text-align: center;
  width:100%;
}

.side-up-text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  color:#1A5398;
  margin-bottom:10px;
}

.side-up-text2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  margin-bottom:10px;
}

.side-middle-wrapper {
  border-radius:8px;
  border:1px solid #2355A5;
  padding:8px;
  width:100%;
  margin-bottom:10px;
}

.side-middle-wrapper div {
  margin: 0 2px;
  color:#1A5398;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.side-down-wrapper {
  text-align:center;
  width:100%;
}

.side-down {
  padding:10px 25px;
  border:1px solid #51B2FF;
  border-radius:8px;
  background-color:#51B2FF;
  color:white;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}

@media (max-width: 1051px) {
  .side-content-left-img {
    display: none;
  }
  .side-cta-content-right {
    width: 100%;
  }
}


.other-joboffer-side svg {
  margin-right:8px;
}

.other-joboffer-side li {
  list-style:none;
}

.other-joboffer-side .cta-member-register-side {
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  border: 1px solid #E2E2E2;
  border-radius:8px;
  padding:16px;
  margin-bottom:24px;
}

.other-joboffer-side .side-content-wrapper {
  height:100%;
  display:flex;
  align-items:center;
  width:100%;
}

.other-joboffer-side .side-cta-content {
  width:100%;
}

.other-joboffer-side .side-up {
  justify-content:center;
  text-align: center;
  width:100%;
}

.other-joboffer-side .side-up-text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  color:#1A5398;
  margin-bottom:10px;
}

.other-joboffer-side .side-middle{
  background-color:#FAFAFA;
  padding:8px 7px;
  border-radius:2px;
  margin-bottom:10px;
}

.other-joboffer-side .name {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;  
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom:4px;
}

.other-joboffer-side .icon-text-wrapper {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  display:flex;
  margin-bottom:8px;
}

.other-joboffer-side .material-icons {
  color:#1A5398;
  margin-right:10px;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.other-joboffer-side .icon-text-wrapper&gt;div {
  display:flex;
  align-items:center;
}

.other-joboffer-side .icon-text-wrapper&gt;div {
  display:flex;
  align-items:center;
}

.other-joboffer-side .tag-wrapper2 {
  display:flex;
  margin-bottom:8px;
}

.other-joboffer-side .tag {
  border: 1px solid #1A5398;
  border-radius: 2px;
  color:#1A5398;
  padding: 0 2px;
  margin-right: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color:#1A5398;
}



.other-joboffer-side .side-down-wrapper {
  text-align:center;
  width:100%;
}

.other-joboffer-side .side-down {
  padding:10px 25px;
  border:1px solid #51B2FF;
  border-radius:8px;
  background-color:#51B2FF;
  color:white;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}

@media (max-width: 1051px) {
  .side-content-left-img {
    display: none;
  }
  .side-cta-content-right {
    width: 100%;
  }
}





{# bl_sideBanner #}
.bl_sideBanner{
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 2.4rem;
}

.bl_sideBanner li {
  aspect-ratio: 16 / 9;
}

.bl_sideBanner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

{# bl_btnSidebar #}
.bl_btnSidebar{
  max-width: 100%;
  width: 100%;
  padding: 1rem 1.6rem;
}</pre></body></html>