@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');

/* for pre

.cmshtml div#globalHeader {
  padding: 15px 20px 5px;
  background: rgba(255, 255, 255, 0.50);
  flex-flow: column nowrap;
  align-items: center;
  transition: 0.4s; }
.cmshtml .scrolled div#globalHeader {
  background: rgba(255, 255, 255, 0.85); }


.cmshtml #logo {
  margin-right: 0;
  margin-bottom: 0.5rem; }

.cmshtml #logo img {
  transition: 0.4s; }
.cmshtml .scrolled #logo img {
  transform: scale(0.7); }
*/




/* for recruit common */


.cmshtml #globalNavInner {
  flex-direction: row;
  justify-content: flex-end; }

.cmshtml #globalNavSub {
  align-self: center; }

.cmshtml #globalNavSub a {
  background: #0066b3; }

@media screen and (min-width: 1081px) {
    .cmshtml #globalNavSub .navUl li:last-child {
        margin-right: 0; }
}

.cmshtml #globalFooter #copy {
  background: #2d4a5f; }


.cmshtml div#globalHeader {
  background: rgba(0, 0, 0, 0.1); }

.cmshtml .scrolled #globalHeader {
  background: rgba(0, 0, 0, 0.3); }

.cmshtml #globalNav a {
  color: #ffffff;
  font-size: 1rem; }



/* home */

.cmshtml .pnl3 {
  transition: 0.4s; }
  .cmshtml .pnl3:hover {
    filter: brightness(1.3); }

@media screen and (max-width: 576px) {
  .cmshtml .pnl3 + .pnl3 {
    margin-top: 2rem; }
}

.cmshtml .jtflex > div {
  padding: 5px; }

.cmshtml .jtflex > div > div {
  border: 1px dotted #ccc;
  text-align: center; }

.cmshtml .jtflex > div > div a {
  display: block;
  padding: 20px 10px;
  text-decoration: none; }
  .cmshtml .jtflex > div > div a:hover {
    background: #123456;
    color: #fff; }



.cmshtml #pagetitleInner {
  top: calc(50% + 38px) !important; }  

.cmshtml #pagetitleInner h2 {
  font-size: clamp(2.0rem, 5.0vw, 5.0rem);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: none; }


.cmshtml #pagetitleBg img {
  filter: brightness(0.65); }



/* interview */

.cmshtml .itvthumb {
  padding: 10px; }
  .cmshtml .itvthumb > div > div {
    height: 100%; }

.cmshtml .itvimg {
  border-radius: 50%;
  padding: 0 !important;
  overflow: hidden; }
.cmshtml .itvimg img {
  transition: 0.8s; }
.cmshtml .itvimg img:hover {
  transform: scale(1.05); }

.cmshtml .itvtxt {
  text-align: center; }

.cmshtml .itvbtn {
  text-align: center; }
  .cmshtml .itvbtn a {
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 20px; }
    .cmshtml .itvbtn a:hover {
      color: #fff;
      background: #ffa700; }

#editView .cmshtml .itvthumb > div > div {
    height: unset; }



.cmshtml .iawrap {
  position: relative; }
  .cmshtml .iaimg {
    padding: 0 !important; }
  .cmshtml .iatxt {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    padding: 1.2rem !important;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 1.2rem; }

@media screen and (max-width: 576px) {
  .cmshtml .iatxt {
    position: relative;
    width: 100%;
    left: unset;
    bottom: unset;
    transform: unset;
    font-size: 1.0rem; }
}






/* Job Type */

.cmshtml .jtthumb {
  padding: 10px; }
  .cmshtml .jtthumb > div > div {
    height: 100%;
    position: relative; }

.cmshtml .jtimg.rdplaneimage {
  overflow: hidden; }
  .cmshtml .jtimg.rdplaneimage img {
    transition: 1.0s; }
    .cmshtml .jtimg.rdplaneimage img:hover {
      transform: scale(1.1); }

.cmshtml .jtthumb .jttxt {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100%) !important;
  text-align: center;
  color: #fff;
  font-size: clamp(1.0rem, 1.6vw, 1.4rem);
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none; }

@media screen and (min-width: 1001px) {
.cmshtml .jtthumb > div {
  padding: 15px; }
}

@media screen and (min-width: 577px) and (max-width: 1000px) {
  .cmshtml .jtthumb > div {
  width: 50%; }
}

#editView .cmshtml .jtthumb > div > div {
  height: unset; }

#editView .cmshtml .jtthumb .jttxt {
  position: relative;
  bottom: unset;
  left: unset;
  transform: unset;
  pointer-events: auto; }