<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.joboffer-detail {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom:8px;
}

.deadline-company-button-wrapper {
  display:flex;
  justify-content:space-between;
  margin-bottom:5px;
}

.joboffer-detail .red-tag {
  border: 1px solid #FF0301;
  border-radius: 2px;
  padding: 2px 12px;
  margin-right: 8px;
  margin-bottom:12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  display:flex;
}

.company-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}

.joboffer-name {
  font-size: 26px;
  font-weight: 900;
  line-height: 41.6px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #2355A5;
}

.middle-wrapper {
  width;100%;
  display:flex;
  margin:24px 0px;
}

.middle-left {
  margin-right: 2vw;
}

.midlle-right {
  display:flex;
  flex-direction: column;
  justify-content:space-between;
  width:100%;
}

.tag-wrapper1 {
  display:flex;
  margin-bottom:8px;
}

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

.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;
}

.tag-wrapper1&gt;.tag {
  background-color:#51B2FF;
  border:1px solid #51B2FF;
  color:white;
}

.conditions-wrapper {
  width:100%;
}

.conditions-wrapper&gt;div {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  display:flex;
  margin-bottom:8px;
}

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

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

.detail-button-wrapper {
  display:flex;
  justify-content:space-between;
}

.button1 {
  border:1px solid #51B2FF;
  border-radius:8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  color:#51B2FF;
  text-align: center;
  padding:4px 8px;
  margin-right:5px;
  width:48%;
}

.button1 div {
  display:flex;
  align-items:center;
  justify-content:center;
}

.button2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color:#1A5398;
  color:white;
  border-radius:8px;
  border:1px solid #1A5398;
  padding:10px 22px;
  margin-left:5px;
  width:48%;
}

.head2 {
  width:100%;
  margin:20px 0;
}

.head2-text {
  width:100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 35.2px;
  letter-spacing: 0.05em;
  text-align: left;
}

.head2-under-bar {
  display:flex;
  height:3px;
  width:150px;
  box-shadow: 0px 1px 0px 0px gray;
}

.head2-left {
  width:50%;
  background-color:#1A5398;
}

.head2-right {
  width:50%;
}

.detail-table-title, .location-wrapper-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 35.2px;
  letter-spacing: 0.05em;
  text-align: left;
  color:#1A5398;
  margin-bottom:10px;
}

.detail-table {
  width:100%;
  margin-bottom:15px;
}

.detail-line {
  width:100%;
  display:flex;
}

.detail-column-left {
  width:27.1%;
  padding:8px;
  border: 1px solid #E2E2E2;
  background-color:#FAFAFA;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left; 
}

.detail-column-right {
  width:72.9%;
  padding:8px;
  border: 1px solid #E2E2E2;
  background-color:#FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;   
}

.detail-column-right p{
  color: var(--black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.68rem */
  letter-spacing: 0.06rem;
}

.location-wrapper-title {
  width:100%;
  display:flex;
}

.location-wrapper {
  width:100%;
  display:flex;
  margin-bottom:22px;
}

.detail-location-left {
  height: 475px;
/*   margin-right: 10px; */
  width: 100%;
}

.detail-location-left iframe {
  width: 100%;
}

.detail-location-right {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  width:100%;
}
.detail-location-right p{
  color: var(--black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.68rem */
  letter-spacing: 0.06rem;
}

.detail-caution {
  margin: 16px 0;
}

.detail-caution&gt;div {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;
  color:#908F8F;
}

.information-registration-date {
  display:flex;
}

.information-registration-date&gt;div {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;
  color:#908F8F;
  margin-right:8px;
}


@media(max-width: 480px){
  .detail-line,
  .location-wrapper,
  .information-registration-date{
    flex-direction: column;
  }
  .location-wrapper{
    gap: 0.8rem;
  }
  .detail-column-left,
  .detail-column-right{
    width: 100%;
  }
}


.btn_moreWrapper{
  margin-bottom: 1.6rem;
}


.is_applicationButton{
  max-width: 100%;
}




{# slider #}
.bl_imageSliderPopup{
  width: 90vw;
  max-width: 1260px;
}
#splide4 .splide__arrow--prev{
  left: 0;
}
#splide4 .splide__arrow--next{
  right: 0;
}

#splide4 .splide4-img {
  width:100%;
  aspect-ratio:16/9;
} 

#splide4 .splide4-img img {
  width:100%;
  height:100%;
  object-fit:contain;
}


{# only is my joboffer #}

.is_my_joboffer .is_statusTag{
  background: var(--error);
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}



.btn_base_column{
  display: flex;
  gap: 1rem;
}</pre></body></html>