/* main entry */
.entry {
  padding-top: 1.5em;
  padding-bottom: 10em;
  position: relative;
}

.entry::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 800px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -100px;
}

.entry-main {
  max-width: 959.5px;
  margin: 0 auto;
}

.entry-main .section-title,
.entry-main .section-sub-title {
  color: #1357a4;
}

.job-description {
  margin-top: 3em;
}

.job-section-title h6 {
  display: inline-block;
  padding: 0.6em 3em 0.6em 3em;
  z-index: 1;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 1.25em;
  background-color: #1357a4;
}

.job-section-title h6::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 40px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.job-section-title h6::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 40px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.entry table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.entry table th,
.entry table td {
  border: 1px solid #d9d9d9;
}

.entry table th {
  width: 21.51%;
  text-align: center;
  background-color: #f0f0f0;
}

.entry table td {
  padding: 1.5em 0 1em 4em;
}

.entry table td p {
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

.entry table td li {
  font-size: 0.9em;
  line-height: 2;
}

.entry table td .liststyle-none {
  list-style: none;
}

.entry-btn {
  margin-top: 3em;
  text-align: center;
}

.entry-btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 18rem;
  height: 4.5rem;
  color: #1357a4;
  font-size: 2.1rem;
  line-height: 4.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

.entry-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-20deg);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border: 7px solid #1357a4;
  transition: 0.2s;
}

.entry-btn a:hover {
  color: #fff;
}

.entry-btn a:hover::after {
  background-color: #1357a4;
}

.entry-btn a img {
  vertical-align: middle;
  transition: opacity 0.5s;
}

.entry-main-md {
  display: block;
}

.entry-main-sm {
  display: none;
}

.drop-down {
  display: none;
}
/* main entry */
