.top_staff_inner {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  box-sizing: border-box; }

.top_staff_inner > h2 {
  font-size: 16px; }

.top_staff_inner ul {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto; }

.top_staff_inner ul li {
  position: relative;
  padding: 10px;
  box-sizing: border-box; }
  .top_staff_inner ul li h2 {
    margin-top: 5px; }

.recruit_page_04 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 130px 0 50px; }
  @media (max-width: 768px) {
    .recruit_page_04 {
      padding: 80px 0 30px; } }

.recruit_page_04 .sec_ttl_01 h3 {
  max-width: 427px;
  width: 80%;
  margin: auto; }
  @media (max-width: 768px) {
    .recruit_page_04 .sec_ttl_01 h3 {
      max-width: 250px;
      bottom: 80px; } }

#voice.recruit_page_04 ul li {
  width: 23%;
  margin: 1%;
  position: relative; }

.top_staff_inner ul li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0; }

.top_staff_inner ul li h3 {
  position: relative;
  z-index: 10;
  margin-top: 5px; }
  .top_staff_inner ul li h3 a {
    color: #80c5cc;
    font-size: 13px;
    line-height: 1; }
    .top_staff_inner ul li h3 a:hover {
      text-decoration: underline;
      opacity: 1; }
    .top_staff_inner ul li h3 a i {
      font-size: 18px;
      margin-right: 3px;
      position: relative;
      bottom: -2px; }

.qa_modal h2 {
  font-size: 16px;
  text-align: center; }

.qa_modal ul {
  width: 95%;
  margin: 0 auto; }

.qa_modal h3 {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  text-align: center; }
  .qa_modal h3 a {
    color: #80c5cc;
    font-size: 13px;
    line-height: 1; }
    .qa_modal h3 a:hover {
      text-decoration: underline;
      opacity: 1; }
    .qa_modal h3 a i {
      font-size: 18px;
      margin-right: 3px;
      position: relative;
      bottom: -2px; }

.remodalbtn {
  width: 23%;
  margin: 1%;
  position: relative;
  padding: 10px;
  box-sizing: border-box; }

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: unset !important;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: 0 0; }

.remodal {
  max-width: 900px;
  width: 90%;
  margin: auto; }
  @media (max-width: 768px) {
    .remodal {
      padding: 15px; } }
  .remodal .custom_paging {
    width: 70px;
    height: 25px;
    margin: auto;
    margin-top: 15px;
    margin-right: 100px;
    position: relative; }
    @media (max-width: 768px) {
      .remodal .custom_paging {
        margin-right: 30px; } }
    .remodal .custom_paging li {
      color: #314b76;
      opacity: 1;
      position: absolute;
      top: 10%;
      opacity: 0;
      font-weight: bold; }
      .remodal .custom_paging li .slick-active-all {
        position: relative;
        bottom: -20px; }
      .remodal .custom_paging li.slick-active {
        top: 0;
        opacity: 1; }
        .remodal .custom_paging li.slick-active .slick-active-all {
          transition: all 0.3s ease-out;
          bottom: 0px; }
    .remodal .custom_paging .total-all {
      color: #e0e0e0; }
  .remodal .slick-next {
    right: 80px;
    bottom: -8px;
    top: unset; }
    @media (max-width: 768px) {
      .remodal .slick-next {
        right: 10px;
        bottom: -8px; } }
    .remodal .slick-next:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: unset;
      right: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 10px;
      height: 10px;
      border-top: 2px solid #314b76;
      border-right: 2px solid #314b76;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 1; }
  .remodal .slick-prev {
    right: 170px;
    bottom: -8px;
    top: unset;
    left: unset; }
    @media (max-width: 768px) {
      .remodal .slick-prev {
        right: 102px;
        bottom: -8px; } }
    .remodal .slick-prev:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 10px;
      height: 10px;
      border-top: 2px solid #314b76;
      border-right: 2px solid #314b76;
      -webkit-transform: rotate(-136deg);
      transform: rotate(-136deg);
      opacity: 1; }

.qa_slider .slick-slide {
  position: relative;
  z-index: 100;
  height: 70vh;
  transform: translate3d(0, 150px, 0) scale(0.1) !important;
  transition-property: opacity, transform !important;
  transition-timing-function: cubic-bezier(0.105, 0.8, 0.25, 1.15) !important;
  transition-duration: 1s !important; }
  .qa_slider .slick-slide.slick-current {
    transform: translateZ(0) scale(1) !important; }

.qa_slider .slick-slide .galimage {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  outline: none;
  max-height: 100%; }

.qa_slider video.galimage {
  max-width: 100%;
  width: auto;
  position: relative;
  height: auto;
  top: 0;
  left: 0;
  max-height: 80vh; }

.staff_voice {
  margin-top: 60px;
  background-color: #f7f8fa; }

.staff_voice_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 0;
  padding: 40px 0; }

@media only screen and (max-width: 900px) {
  .remodalbtn:nth-child(4n) {
    margin-right: 0; } }
@media only screen and (max-width: 450px) {
  .remodalbtn {
    width: 48%; }

  #voice.recruit_page_04 ul li {
    width: 48%;
    position: relative; } }

/*# sourceMappingURL=voice.css.map */
