/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.modal {
  display: none;
}

.modal.active {
  display: none;
}

.container.link-file {
  margin-bottom: 60px;
}

.container.link-file h2 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}

.container.link-file p {
  font-size: 20px;
  line-height: 1.65;
}

.container.link-file a {
  font-size: 17px;
  color: #205C8D;
}
.container.link-file a:hover {
  text-decoration: underline;
}

.employ .popup.active {
  padding: 0 15px;
}

.employ .popup .content {
  justify-content: unset;
  align-items: unset;
}

@media only screen and (max-width: 768px) {
  .container .main-title {
    margin-bottom: 50px;
  }
  .container.link-file a {
    font-size: 15px;
  }
}

.container.job-list {
  padding-bottom: 90px;
}

.container .job-list {
  padding-bottom: 20px;
  overflow-x: scroll;
}

/* table */
@media only screen and (max-width: 768px) {
  table {
    font-size: 15px;
  }

  .container.link-file a {
    font-size: 15px;
  }
}

.store table {
  min-width: 1100px;
  width: 100%;
}

.store thead {
  height: 27px;
  background: var(--black-222);
  color: var(--white-color);
}

.store a {
  color: var(--black-color);
}

.store thead th,
td {
  /* vertical-align: middle; */
  padding: 20px;
  font-size: 17px;
  font-weight: 400;
}

table > tbody {
  border-bottom: 1px solid #bdbdbd;
}

table > tbody > tr > td {
  border-top: 1px solid #ddd;
}

table > tbody > tr > td:first-child {
  border-top: 1px solid #bdbdbd;
}

.store-count {
  text-align: center;
  width: 4.7%;
}

.store-name {
  width: 19.2%;
  min-width: 240px;
}

.store-department {
  width: 21.92%;
}

.store-desc {
  width: 28.1%;
}

.store-link {
  width: 13.93%;
  position: relative;
  min-width: 174.12px;
}

.store-link a {
  color: #205C8D;
  text-decoration: underline;
  font-weight: 600;
}

.store-detail {
  text-align: center;
  width: 11.28%;
  min-width: 140.9px;
}

.store-detail.active {
  color: #006400;
}

.store-detail.error {
  color: #B60000;
}

/* pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0;
  gap: 15px;
}

span.pagination__item,
a.pagination__item {
  width: 44px;
  height: 44px;
  border: 1px solid #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 600;
}

a.pagination__item.symbol {
  width: 39.36px;
  height: 41px;
  font-size: 8px;
}

span.pagination__item.current,
a.pagination__item:hover {
  color: var(--black-222);
  border-color: var(--black-222);
}

/* popup */

.employ .popup.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.employ .popup .popup-loading {
  color: #ccc;
  font-size: 17px;
  position: absolute;
  display: none;
}

.employ .popup .popup-loading.active {
  display: block;
}

.employ .popup .content {
  background-color: #fff;
  position: relative;
  max-width: 1000px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 80vh;
  overflow-y: auto;
}

/* mobile */
@media only screen and (max-width: 576px) {
  .modal.active {
    display: block;
    position: fixed;
    background-color: black;
    opacity: 0.8;
  }

  .employ {
    position: relative;
  }

  .employ .popup.active {
    padding: 0 15px;
    position: fixed;
  }

  .employ .popup .content {
    max-height: 85%;
    overflow-y: scroll;
  }

  .employ .popup .content::-webkit-scrollbar {
    display: none;
  }
}

.employ .popup .content.active {
  opacity: 1;
  visibility: visible;
}

.employ .popup .close {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--black-333);
  opacity: 0.65;
  cursor: pointer;
}

.employ .popup .close:hover {
  color: var(--black-333);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.employ .popup .block {
  padding: 30px;
}

.employ .popup .text {
  color: var(--black-222);
}

.employ .popup .text h5 {
  font-size: 24px;
  font-weight: 600;
}

.employ .popup .text .content-info {
  margin: 30px 0;
}

.employ .popup .text .content-info .content-info--item {
  display: inline-block;
  font-weight: 600;
  margin-right: 30px;
}

.employ .popup .text .content-info .content-info--item i {
  height: 20px;
  width: 20px;
  margin-right: 12px;
}

.employ .popup .text .popup-desc .popup-desc-tabs {
  overflow: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employ .popup .text .popup-desc .popup-desc-tabs-item {
  display: inline-block;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.employ .popup .text .popup-desc .popup-desc-tabs-item:hover {
  background-color: var(--black-222);
  color: var(--white-color);
}

.employ .popup .text .popup-desc .popup-desc-tabs-item.active {
  background-color: var(--black-222);
  color: var(--white-color);
}

.employ
  .popup
  .text
  .popup-desc
  .popup-desc-contents
  .popup-desc-contents-item {
  display: none;
}

.employ
  .popup
  .text
  .popup-desc
  .popup-desc-contents
  .popup-desc-contents-item.active {
  display: block;
}

.employ .popup .text .popup-desc .popup-desc-contents {
  margin: 25px 0 20px 0;
}

.employ .popup .text .popup-desc .popup-desc-contents ul li {
  list-style: disc;
  margin: 0 0 5px 20px;
}
