@charset "utf-8";
@font-face {
    font-family: recop-iconfonts;
    src:
            url('/jobfind-pc/original/css/option/font/recop-iconfont.eot?') format('eot'),
            url('/jobfind-pc/original/css/option/font/recop-iconfont.woff') format('woff'),
            url('/jobfind-pc/original/css/option/font/recop-iconfont.ttf') format('truetype');
}
/* nav */
#unkerpoint img{height:0}
#top-head{display: block}
.fixed #global-nav:hover{
    opacity: 1;
}

/* Toggle Button */
#mobile-head {
    width: 60px;
    height: 60px;
    z-index: 999;
    position: fixed;
    right: 3%;
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    top: 12px;
    border-radius: 10px;
    padding: 17px 14px;
}
.open #mobile-head {
    background-color: transparent;
}
@media only screen and (max-width: 430px) {
    #mobile-head {
      top: 30px;
    }
    .fixed #mobile-head {
      top: 12px;
    }
}
#nav-toggle {
    display: block;
    position: relative;
    z-index: 101;
    height: 100%;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #562f0e;
    border-radius: 4px;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.open #nav-toggle span{
    background: #fff;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
#nav-toggle span:nth-child(3) {
    bottom: 0;
}
.open #nav-toggle span:nth-child(1) {
    -ms-transform: translateY(12.5px) rotate(45deg);
        transform: translateY(12.5px) rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.open #nav-toggle span:nth-child(3) {
    -ms-transform: translateY(-12.5px) rotate(-45deg);
        transform: translateY(-12.5px) rotate(-45deg);
}

#contents{
    position: relative;
    z-index: 0;
}
#header{
    z-index: 2;
    /* position: relative; */
}
.bgFixed #footer{
    z-index: -1;
}
#header .content .free{
    position: relative;
    width: 98.5%;
    margin-left: auto;
}

#global-nav{
    position: fixed;
    transition: 0.2s all;
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    right: 0;
    height: 100%;
    max-width: 400px;
    width: 80%;
    top: 0;
    padding: 80px 3% 80px;
    background:rgba(86,47,14,0.9);
}
.open #global-nav {
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
}
#global-nav ul li {
    position: static;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #b0b0b0;
}
#global-nav ul li:first-child,
#global-nav ul li:last-child{
    border: none;
}
#global-nav ul li a{
    display: block;
    position: relative;
    line-height: 60px;
    text-align: left;
    padding: 0 3% 0 10px;
    margin: 4px 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}
#global-nav ul li dd a{
    font-size: 15px;
    line-height: 40px;
}
/* #global-nav ul li > a:before{
    content: "";
    position: absolute;
    left: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    background-repeat: no-repeat;
    width: 32px;
    background-size: 32px auto;
    background-position: 0 40%;
} */
#global-nav ul li > a::after {
      font-family: recop-iconfonts;
  content: "\E869";
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  font-weight: normal;
}
#global-nav ul li:nth-of-type(1) > a:before{
    background-image: url(/recruit/img/nav1.png);
}
#global-nav ul li:nth-of-type(2) > a:before{
    background-image: url(/recruit/img/nav2.png);
}
#global-nav ul li:nth-of-type(3) > a:before{
    background-image: url(/recruit/img/nav3.png);
}
#global-nav ul li:nth-of-type(4) > a:before{
    background-image: url(/recruit/img/nav7.png);
}
#global-nav ul li:nth-of-type(5) > a:before{
    background-image: url(/recruit/img/nav5.png);
}
#global-nav ul li:nth-of-type(6) > a:before{
    background-image: url(/recruit/img/nav6.png);
}

#global-nav ul li a >span{
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
}
#global-nav ul li a:hover{
    opacity: 1 !important;
    background-color: rgba(255,255,255,0.3);
}
.fixed.open #global-nav{
    opacity: 1;
}
#global-nav ul li span > span {
    display: inline-block;
}

@media screen and (min-width: 769px){
}
@media screen and (max-width: 480px){
    #global-nav ul li a{
        font-size: 4vw;
        margin-bottom: 6px;
    }
    #global-nav ul li dd a{
        font-size: 3.8vw;
        line-height: 30px;
    }
}
@media screen and (max-width: 320px){
    #global-nav ul li > a{
        font-size: 4.5vw;
        line-height: 50px;
    }
    #global-nav ul li dd a{
        font-size: 4.3vw;
    }
    #global-nav ul li a::after{
        right: 12px;
    }
}
/* Toggle Button SP End */
