@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css);
@font-face {
  font-family: "yg-jalnan";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.card_list {
  flex-wrap: wrap;
}

.card > a {
  transition: background-color 0.2s;
}
.card > a:hover {
  background-color: rgba(245, 245, 245, 0.5);
}

.company_card {
  width: calc((100% - 2rem) / 3);
  margin-bottom: 1rem;
}
.company_card:not(:nth-child(3n)) {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .company_card {
    width: 100%;
  }
}
.company_card .card {
  width: 100%;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}
.company_card .card .card-body {
  width: 100%;
  position: relative;
  padding: 0.625rem;
}
.company_card .card .card-body .card-top {
  width: 100%;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #E8E8E8;
}
.company_card .card .card-body .card-top .company_logo {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-right: 0.625rem;
}
.company_card .card .card-body .card-top .company_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company_card .card .card-body .card-top .card-contents {
  width: 70%;
}
.company_card .card .card-body .card-top .card-contents h3 {
  max-width: calc(100% - 2rem);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.company_card .card .card-body .card-top .card-contents .tags {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c6c6c;
  cursor: pointer;
}
.company_card .card .card-body .card-top .card-contents .tags .tag {
  display: block;
  max-width: 100%;
  margin-right: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: inherit;
}
.company_card .card .card-body .card-top .card-contents .tags .etc {
  min-width: 4rem;
}
.company_card .card .card-body .card-top .card-contents .card_title {
  gap: 0.1875rem;
}
.company_card .card .card-body .card-top .card-contents .card_title .mark_group {
  gap: 0.1875rem;
}
.company_card .card .card-body .card-top .card-contents .card_title .mark_group img {
  width: 1rem;
  height: 1rem;
}
.company_card .card .card-body .card-bottom {
  padding-top: 0.625rem;
  font-size: 0.75rem;
}
.company_card .card .card-body .card-bottom > span {
  color: #6c6c6c;
}
.company_card .card .card-body .card-bottom > span.blue_color {
  color: #1285EF;
}
.company_card .card .card-body .card-bottom > span span {
  padding-right: 0.25rem;
  font-weight: 700;
}

.interview_card {
  width: calc((100% - 3rem) / 4);
  margin-bottom: 1rem;
}
.interview_card:not(:nth-child(4n)) {
  margin-right: 1rem;
}
.interview_card .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.interview_card .card .img-card-body {
  position: relative;
}
.interview_card .card .img-card-body .background_box {
  width: 100%;
  height: 7.5rem;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
}
.interview_card .card .img-card-body .background_box .company_background {
  width: 100%;
  height: 100%;
}
.interview_card .card .img-card-body .background_box .company_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.interview_card .card .img-card-body:hover .background_box .company_background img {
  transform: scale(1.1);
}
.interview_card .card .img-card-body .company_logo {
  position: absolute;
  top: 6rem;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}
.interview_card .card .img-card-body .company_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.interview_card .card .img-card-body .intro_title {
  height: 6.25rem;
  padding: 0 2rem;
  padding-top: 2.375rem;
  text-align: center;
}
.interview_card .card .img-card-body .intro_title h6 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.interview_card .card .img-card-body .intro_title p {
  width: 100%;
  font-size: 0.75rem;
  color: #6c6c6c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 0.375rem;
}
