.opacity img {
position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0.8; z-index: -1;
}
/* ----------- main_top------------ */

.main_top {
  padding: 27px 0;
  background-color: #f2f7fc;
}
.main_top .inner {
  display: flex;
  justify-content: space-between;
}
.main_top .aside_wrap {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.main_top .aside_wrap .info_box {
  width: 100%;
  background-color: #fff;
}
.main_top .aside_wrap .info_box .info_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border: solid 1px #d5d5d5;
  font-size: 22px;
  letter-spacing: -0.66px;
  font-weight: 700;
  gap: 13px;
  background-color: #f8f8f8;
}
.main_top .aside_wrap .info_box .info_list {
  padding: 23px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.main_top .aside_wrap .job_box {
  border-bottom: 1px solid #d5d5d5;
}
.main_top .aside_wrap .region_box .info_list {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px
}
.main_top .aside_wrap .region_box .info_list li {
  text-align: center;
  letter-spacing: -0.54px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
}
.main_top .aside_wrap .industry_box .info_list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 48px;
  row-gap: 18px;
}
.main_top .aside_wrap .industry_box .info_list li{
  letter-spacing: -0.54px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
}
.main_top .aside_wrap .job_box .info_list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 22px;
}
.main_top .aside_wrap .job_box .info_list li{
  letter-spacing: -0.54px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.main_top .center_wrap {
  display: flex;
  flex-direction: column;
  width: 660px;
}
.main_top .center_wrap .popular_box {
  margin-top: 15px;
  width: 100%;
  border: solid 2px var(--brandColor);
}
.main_top .popular_box .popular_title{
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--brandColor);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.66px;
  color: #fff;
}
.main_top .popular_box .popular_title b {
  color: #fff427;
}
.main_top .popular_box .popular_list {
  background: #fff;
  display: flex;
}
.main_top .popular_box .popular_list li {
  flex: 1;
}
.main_top .popular_box .popular_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 20px 20px;
  
}
.main_top .popular_box .popular_list li a img {
  width: 187px;
}
.main_top .popular_box .popular_list li a span {
  display: block;
  background-color: #f2f7fc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-align: center;
  color: #3a3a3a;
  padding: 4px 9px;
  margin-top: 26px;
  animation: blinkBadge 2s infinite;
}
.main_top .popular_box .popular_list li a .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.6px;
  text-align: center;
  margin-top: 12px;
}
.main_top .popular_box .popular_list li:nth-of-type(1) {
  border-right: 2px solid #d5d5d5;
}
.main_top .popular_box .popular_list li a p {
  font-size: 16px;
  letter-spacing: -0.48px;
  text-align: center;
  color: #3a3a3a;
  margin-top: 19px;
}
.main_top .hot_box{
  width: 100%;
}
.main_top .hot_box .hot_title {
  padding: 16px 0;
  border: solid 1px #d5d5d5;
  border-bottom: 0;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.66px;
}
.main_top .hot_box .hot_title b {
  color: #df222c;
  font-weight: 800;
}
.main_top .hot_box .hot_list {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 13px;
  flex-wrap: wrap;
  padding: 20px 0px;
  border: solid 1px #d5d5d5;
  background-color: #fff;
}
.main_top .hot_box .hot_list li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 16px;
  border-right: 1px solid #d5d5d5;
}
.main_top .hot_box .hot_list li:nth-child(8) a,
.main_top .hot_box .hot_list li:last-child a {
  border-right: none;
}
.main_top .right_wrap {
  width: 290px;
}
.main_top .login_box {
  width: 100%;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  display: none;
}
.main_top .login_box.show {
  display: block;
}
.main_top .login_box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.4px;
  padding: 22px;
}
.main_top .login_box .login_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 86px;
  position: relative;
}
.main_top .login_box .login_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 85%;
  background: #d5d5d5;
}
.main_top .login_box .login_list li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_top .login_box .login_list li a h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.6px;
  margin-top: 23px;
}
.main_top .login_box .login_list li a p {
  font-size: 12px;
  letter-spacing: -0.36px;
  color: #878787;
  margin-top: 6px;
}
.main_top .login_box .account {
  width: 100%;
  margin-top: 26px;
  padding: 16px 23.1px 16px 23.9px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
}
.main_top .login_box .account p {
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #878787;
  padding-right: 14px;
  border-right: 1px solid #878787;
}
.main_top .login_box .account p a span {
  color: var(--brandColor2);
}
.main_top .login_box .account p:nth-of-type(3) {
  padding-right: 0;
  border-right: 0;
}
.main_top .login_box .account p:nth-of-type(2), .main_top .login_box .account p:nth-of-type(3) {
  padding-left: 14px;
}
.main_top .login_box .social_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
}
.main_top .per_login_box {
  padding: 25px 26px;
}
.main_top .top_group {
  padding-bottom: 19px;
  border-bottom: 1px solid #d5d5d5;
}
.main_top .top_group .login_name {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.main_top .top_group .login_name .name_box {
  display: flex;
  flex-direction: column;
  gap: 4px;

}
.main_top .top_group .login_name .name_box h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.72px;
}
.main_top .top_group .login_name .name_box p a {
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #878787;
}
.main_top .top_group ul {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main_top .top_group ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main_top .top_group ul li a p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.main_top .top_group ul li a p span {
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: var(--brandColor);
}
.main_top .link_box {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main_top .link_box a {
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-align: center;
  color: #878787;
}
.main_top .link_box .resume {
  background-color: #f2f7fc;
  color: var(--brandColor);
}
.main_top .com_login_box {
  padding: 25px 26px;
}
.main_top .speed_hiring {
  width: 100%;
  margin-top: 15px;
}
.main_top .speed_hiring h3 {
  height: 56px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.66px;
  border: solid 1px #d5d5d5;
  border-bottom: 0;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.main_top .speed_hiring h3 b{
  color: #df222c;
  font-weight: 800;
}
.main_top .speed_hiring .speed_list {
  border: solid 1px #d5d5d5;
  background: #fff;
  height: 257px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_top .speed_hiring .speed_list img{
  width: 85px;
  aspect-ratio: 85/23;
}
.main_top .speed_hiring .speed_list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.main_top .speed_hiring .speed_list li p a {
  display: block;
  padding: 24px 0px 20px 11px;
  font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.42px;
    border-left: 1px solid #d5d5d5;
    margin-left: 15px;
}
/* 플래티넘 구인정보 */
.posting_wrap {
  padding: 86px 0 235px 0;
}
.posting_wrap .posting_content:not(:last-of-type) {
  padding-bottom: 155px;
}
.posting_wrap .title_box {
  width: 100%;
  height: 76px;
  padding: 0 30px;
  background-color: #1c1c1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.posting_wrap .title_box h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #fff;
}
.posting_wrap .title_box .info {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #fff;
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
.posting_wrap .title_box .info span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    color: #1c1c1c;
    font-size: 12px;
    text-align: center;
}
.product_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 65%;
  width: 420px;
  padding: 26px 30px;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.product_wrap.on {
  display: block;
}
.product_wrap .product_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.78px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d5d5d5;
}
.product_wrap .product_title .close {
  cursor: pointer;
}
.product_wrap .product_cont {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_wrap .product_cont p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.66px;
}
.product_wrap .product_cont p:nth-of-type(1) {
  margin-bottom: 12px;
}
.product_wrap .product_cont p b {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.72px;
  color: #df222c;
}
.product_wrap .product_cont p span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.54px;
}
.product_wrap .product_cont a {
  width: 93px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: var(--brandColor);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.54px;
}

.notice_wrap {
  padding: 60px 0;
  background-color: #fafafa;
}
.notice_wrap .notice_area {
  height: 80px;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.notice_wrap .notice_area .noticeSwiper {
  height: 100%;
  width: 100%;
  margin: 0;
}

.notice_wrap .notice_area .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.notice_wrap .notice_area .label {
  display: inline-block;
  background-color: #007aff;
  color: #fff;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
}
.notice_wrap .notice_area .text {
  max-width: 70%;
  margin: 0 14px 0 28px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_wrap .notice_area .date {
  font-size: 20px;
  letter-spacing: -1px;
  color: #878787;
}
.notice_wrap .notice_arrow {
  display: flex;
  gap: 14px;
  margin-right: 25px;
}
.notice_arrow .swiper-button-prev,
.notice_arrow .swiper-button-next {
  all: unset;
  cursor: pointer;
}
.notice_arrow .swiper-button-prev::after,
.notice_arrow .swiper-button-next::after {
  display: none;
} 
.notice_wrap .info_section .info_row{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.notice_wrap .info_section .info_contents {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 830px;
  border-radius: 10px;
}
.notice_wrap .info_contents .wages_box {
  padding: 36px 89px 38px 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
}
.notice_wrap .wages_box .title_box {
  width: 312px;
}
.notice_wrap .wages_box .title_box .sub_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.notice_wrap .wages_box .title_box .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.7px;
  color: var(--brandColor);
}
.notice_wrap .wages_box .title_box .title span {
  font-size: 24px;
  font-weight: 500;
}
.notice_wrap .wages_box .wages_list {
  flex: 1;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 52px;
}
.notice_wrap .wages_box .wage_item {
  flex: 1;
}
.notice_wrap .wages_box .wage_item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--brandColor);
  margin-bottom: 12px;
}
.notice_wrap .wages_box .wage_item .wage_detail {
  display: flex;
  flex-direction: column;
  gap: 11px;

}
.notice_wrap .wages_box .wage_item .wage_detail p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  gap: 22px;
}
.notice_wrap .wages_box .wage_item .wage_detail p span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #878787;
}
.notice_wrap .operate_box {
  padding: 41px 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice_wrap .operate_box .title_box .sub_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.notice_wrap .operate_box .title_box {
  width: 312px;
}
.notice_wrap .operate_box .title_box .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.7px;
  color: var(--brandColor);
}
.notice_wrap .operate_box .desc_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notice_wrap .operate_box .desc_box p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.notice_wrap .operate_box .desc_box p span {
  color: #878787;
  font-weight: 400;
}
.notice_wrap .info_section .link_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notice_wrap .info_section .link_list li {

}
.notice_wrap .info_section .link_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 31px;
  border-radius: 10px;
  background-color: #fff;
}
.notice_wrap .info_section .link_list .sub_title {
  font-size: 16px;
  letter-spacing: -0.7px;
  color: #878787;
}
.notice_wrap .info_section .link_list .title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  gap: 15px;
}
