/* @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lato-Regular.woff2) format('woff2'), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lato-Bold.woff2) format('woff2'), url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.ttf) format("truetype")
} */
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lato-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lato-Bold.ttf) format("truetype")
}
* {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body {
    font-family: Lato, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    fill: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 1em;
    margin-block-start: 0;
    margin-block-end: 0;
}

a {
    text-decoration: none;
    display: block;
}

input:focus {
    outline: 0;
}
input::placeholder {
    color:#666;
    font-family: Lato, Arial, system-ui, sans-serif, serif;
}
input::input-placeholder {
    color:#666;
    font-family: Lato, Arial, system-ui, sans-serif, serif;
}
input::-webkit-input-placeholder {
	color:#666;
    font-family: Lato, Arial, system-ui, sans-serif, serif;
}
.mail-input,
.job-search-input,
.index-search-input,
.header-search-input,
.job-post-input,
.job-post-btn,
.job-search-btn,
.index-search-btn,
.header-search-pc-btn{
    font-family: Lato, Arial, system-ui, sans-serif, serif;
}
/* display */
.mob-part {
    display: block;
}
.maxpc-part,
.pc-part {
    display: none;
}
/* js */
.js-search-list {
    display: none;
    background-color: #fff;
    padding: 8px 20px;
    max-height: 300px;
    overflow: scroll;
    position: absolute;
    top: 58px;
    border-radius: 16px;
    border: 2px solid #007AFF;
    box-sizing: border-box;
    z-index: 9;
    width: 100%;
}
.js-search-option {
    margin: 8px 0;
}
/* hover */
.job-search-input:hover,
.index-search-input:hover,
.header-search-input:hover,
.job-search-input:active,
.index-search-input:active,
.header-search-input:active  {
    border: 2px solid #007AFF;
}
.job-search-btn:hover,
.index-search-btn:hover,
.header-search-pc-btn:hover,
.job-search-btn:active,
.index-search-btn:active,
.header-search-pc-btn:active,
.jli-btn:hover,
.job-list-btn:hover,
.detail-applybtn:hover {
    background-color: #66AFFF;
}
.js-search-option:hover,
.job-list-item:hover .jli-tit,
.keywords-item:hover,
.sidebar-keyword:hover,
.hmm-top-item:hover,
.fm-item:hover,
.hmm-help-item:hover,
.job-list-btn:hover span {
    color: #007AFF;
}
.footer-topanchor:hover span{
    color: #66AFFF;
}
.footer-topanchor:hover .icon-top{
    fill: #66AFFF;
}
.filter-select:hover {
    background-color: #e8e8e8;
}
/* mail */
#mail-btn {
    display: none;
}
#mail-btn:checked ~ .mail {
    display: none;
}
.mail {
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
}
.mail-box {
    width:80%;
    max-width: 480px;
    min-width: 280px;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 200px;
    left:0;
    right:0;
    margin: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.mail-tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.mail-des {
    color: #666;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}
.mail-input {
    border: solid 2px #e9e8e7;
    border-radius: 30px;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
}
.mail-submit {
    background-color: #007AFF;
    font-weight: 700;
    border-radius: 30px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
}
.mail-close {
    text-decoration: underline;
    font-size: 14px;
}
/* loading */
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: none;
  font-size: 0;
  color: rgb(255, 255, 255);
}

.loading.la-dark {
  color: rgb(255, 255, 255,0.4);
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: #fff;
  border: 0 solid #fff;
}

.loading {
    margin-left: 8px;
  width: 54px;
  height: 14px;
}

.loading > div {
  width: 6px;
  height: 6px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}

.loading > div:nth-child(1) {
  animation-delay: -200ms;
}

.loading > div:nth-child(2) {
  animation-delay: -100ms;
}

.loading > div:nth-child(3) {
  animation-delay: 0ms;
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
/* back-drop */
#back-drop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline;
}
/* icon */
.icon-menu {
    width: 22px;
	height: 20px;
    fill: #666;
}
.icon-close,
.icon-search,
.icon-location {
    height: 18px;
    width: 18px;
    fill: #666;
}
.icon-right {
    height: 12px;
    width: 16px;
}
.icon-top {
    height: 34px;
    width: 34px;
    fill: #666;
}
.icon-left {
    height: 12px;
    width: 16px;
    transform: rotateY(180deg);
}
.icon-star {
    width: 12px;
    height: 12px;
}
.icon-salary,
.icon-briefcase,
.icon-clock {
    height: 18px;
    width: 18px;
}
.icon-salary {
    margin-top: 2px;
}
.icon-clock {
    margin-top: 2px;
}
.detail-banner-score .icon-star,
.detail-banner-local .icon-location,
.icon-company {
    fill: #333;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.icon-filter {
    width: 20px;
    height: 20px;
}
.icon-triangle,
.filter-triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 20px;
    top: 18px;
}
.icon-search-c {
    border-radius: 50%;
    border: 2px solid #333;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-search-l {
    background-color: #333;
    height: 7px;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(126deg);
}
.icon-trending {
    width: 24px;
	height: 24px;
    margin-right: 8px;
}
/* layout */
.layout-beyond-ads {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.layout-ads-mt4 {
    margin-top: 4px;
}
.layout-ads-mt20 {
    margin-top: 20px;
}
.layout-ads-mb16 {
    margin-bottom: 16px;
}
.layout-ads-mb32 {
    margin-bottom: 32px;
}
.layout-ads-mb40 {
    margin-bottom: 40px;
}
.layout-maxbox {
    padding: 0px 20px;
    max-width: 1132px;
    margin: 0px auto;
}
.haeder-height {
    height: 72px;
    width: 100%;
}
.layout-triplebox,
.layout-doublebox,
.layout-flexbox {
    display: flex;
    padding: 0px 20px;
    max-width: 1132px;
    justify-content: space-between;
    margin: 0px auto;
}
.layout-triplebox .layout-leftbox {
    display: none;
    flex: 1;
    margin-right: 20px;
}
.layout-doublebox .layout-leftbox {
   width: 100%;
}
.layout-centerbox {
    width: 100%;
}
.layout-rightbox {
    display: none;
    width: 160px;
    margin-left: 20px;
}
.layout-maxtit {
    font-weight: 700;
    padding-top: 24px;
    padding-bottom: 28px;
    font-size: 24px;
    line-height: 1.2;
}
.layout-mintit {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    line-height: 1.2;
}
.layout-suspend {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffff;
    display: flex;
    justify-content: space-between;
}
.layout-suspend-btn {
    font-size: 16px;
    font-weight: 700;
    width: calc( 50% - 8px );
    background-color: #007AFF;
    color: #fff;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
}
.layout-suspend-green {
    background-color: #333;
}
.layout-suspend-support {
    height: 82px;
}
.layout-back-pcbox {
    display: none;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 16px;
}
.layout-back-pcbtn span {
    margin-left: 7px;
}
/* filter */
#mob-filter {
    display: none;
}
.filter-mobmenu {
    position: fixed;
    top: 2000px;
    width: 100%;
    height: 0px;
    background-color: transparent;
    overflow: hidden;
}
#mob-filter:checked ~ .filter-mobmenu {
    position: fixed;
    top: 134px;
    bottom: -1px;
    height: auto;
    z-index: 999999;
    background-color: #fff;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px 16px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-radius: 8px 8px 0px 0px;
    overflow: scroll;
}
.filter-mobmenu-item {
    margin-bottom: 20px;
}
.filter-mobmenu-tit {
    margin: 0px 4px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.filter-mobmenu-box {

}
.filter-mobmenu-box-item {
    display: inline-block;
    margin: 6px 3px;
}
.filter-mobmenu-label {
    display: inline-block;
    border: 1px solid rgba(153, 153, 153, 0.4);
    border-radius: 30px;
    height: 40px;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 16px;
    padding: 0px 12px;
}
input[name=job_type],
input[name=date],
input[name=salary] {
    display: none;
}
input[name=job_type]:checked ~ .filter-mobmenu-label,
input[name=date]:checked ~ .filter-mobmenu-label,
input[name=salary]:checked ~ .filter-mobmenu-label{
    background-color: #CCE4FF;
}
.filter-mobmenu-btnbox {
    padding: 0px 4px;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
}
.filter-mobmenu-btn {
    height: 40px;
    line-height: 40px;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px;
    border-radius: 20px;
    background-color: #007AFF;
    border: none;
    color: #fff;
}
.filter-mobmenu-minbtn {
    margin-left: 20px;
    background-color: transparent;
    border: none;
    padding: 0 2px;
    font-size: 16px;
    border-bottom: 1px solid #333;
}
.filter {
    display: none;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 20px;
}
.filter-pc {
    display: none;
    width: 100%;
    max-width: 728px;
}
.filter-box {
    width: calc( 33.33% - 16px );
    height: 42px;
    position: relative;
}
.filter-select {
    font-family: Lato, Helvetica, Arial, system-ui, sans-serif, serif;
    font-size: 16px;
    padding: 0px 44px 0px 20px;
    border: none;
    background-color: #f5f5f5;
    color: #999999;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    order: none;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.filter-mobbtn {
    display: block;
    color: #111111;
}

/* header */
.header {
    padding: 0px 20px;
    height: 72px;
    box-shadow: 0px 0px 12px 0px 
		rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
}
.header-box {
     max-width: 1132px;
     margin: auto;
     display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header-logobox {
    height: 24px;
}
.header-logo,
.hmm-logo {
    width: 120px;
    height: 24px;
    margin-right: 20px;
}
.footer-logo {
    margin-right: 20px;
}
.footer-logo,
.footer-logo  img{
    width: 178px;
	height: 27.9905px;
}
.header-logo img,
.hmm-logo img {
    width: 120px;
    height: 18.75px;
}
.header-searchbox-pc {
    display: none;
    width: calc( 100% - 176px );
}
.header-search-pc {
   position: relative;
   margin-right: 16px;
   width: 41%;
}
.job-search-input,
.index-search-input,
.header-search-input {
    font-size: 16px;
    background-color: #ffffff;
	border: solid 2px #e9e8e7;
    color: #666;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    border-radius: 30px;
    padding: 0px 40px 0px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
}
.index-search-input {
    border: 2px solid #fff;
    background-color: #fff;
    height: 44px;
    font-size: 16px;
}
.job-search-input {
    height: 44px;
    font-size: 16px;
}

.job-search-icon,
.index-search-icon,
.header-search-icon {
    position: absolute;
    top: 13px;
    left: 14px;
    background-color: transparent;
}
.job-close-icon,
.index-close-icon,
.header-close-icon {
    position: absolute;
    top: 13px;
    right: 16px;
    background-color: transparent;
}
.search-close-icon {
    display: none;
}
.job-search-btn,
.index-search-btn,
.header-search-pc-btn {
    font-size: 16px;
    outline: none;
    border-radius: 30px;
    background-color: #333;
    font-weight: 700;
    border: none;
    color: #fff;
    width: auto;
    height: 44px;
    border-radius: 30px;
    padding: 0px 20px;
}
.index-search-btn {
    background-color: #007AFF;
}

.job-search-btn,
.index-search-btn {
    height: 44px;
    font-size: 16px;
}
.header-search-pc-btn {
    width: 18%;
    min-width: 90px;
}
.header-menu-btnbox {
    height: 20px;
}
.header-menu-btn {
    display: block;
    height: 20px;
    width: 22px;
    /* box-sizing: border-box; */
    /* border-top: 2px solid #333;
    border-bottom: 2px solid #333; */
}
/* .header-menu-btn span{
    display: block;
    height: 2px;
    width: 100%;
    background-color: #333;
    margin-top: 7px;
} */
.header-menu{
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
}
#header-menu-btn{
    display: none;
}
#header-menu-btn:checked ~ .header-menu {
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    overflow: scroll;
    padding:30px 20px;
    display: flex;
    flex-direction: column;
}
.header-menu-closebox {
    height: 20px;
}
.header-menu-close {
    float: right;
    display: block;
    /* position: relative; */
}
/* .header-menu-close::before,
.header-menu-close::after {
    display: block;
    content: '';
    height: 3px;
    width: 26px;
    background-color: #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.header-menu-close::after {
    position: relative;
    top: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
} */
.header-menu-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
}
.hmm-top-item {
    margin-top: 8px;
    margin-bottom: 16px;
}
.hmm-des {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
}
.hmm-help {
    margin-top: 32px;
}
.hmm-help-item {
    padding-bottom: 16px;
    font-size: 16px;
    color: #333;
}
.header-searchbox-mob,
.header-searchbox-back {
    position: relative;
    margin-right: 16px;
    width: calc( 100% - 36px );
}
.header-searchbox-mob .header-search-input,
.header-searchbox-back .header-search-input{
    line-height: 40px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid  #007AFF;
}
.header-searchbox-back .icon-left{
    fill: #007AFF;
}
.header-searchbox-mob .icon-search-c {
    border: 2px solid #007AFF;
}
.header-searchbox-mob .icon-search-l {
    background-color: #007AFF;
}
.header-searchbox-back .header-search-icon {
    top: 11px;
}
/* footer */
.footer {
    margin-top: 40px;
    width: 100%;
    background-color: #f6f7f8;
    border-radius: 1px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-topanchor {
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-topanchor span {
    display: none;
    color: #666;
    position: relative;
    font-size: 12px;
    top: 6px;
}
.footer-box {
    max-width: 1132px;
    margin: 0px auto;
    padding: 32px 20px 28px;
}
.footer-bottom {
    margin-top: 32px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.fm-item {
    color: #666;
    padding-bottom: 16px;
    font-size: 16px;
    margin-right: 36px;
}
.footer-des {
    color: #aaa;
    font-size: 16px;
    /* margin-top: 8px; */
}
/* sidebar */
.sidebar-keywords {
    margin-top: 28px;
}
.sidebar-keywords-item {
    padding-bottom: 20px;
    padding-top: 8px;
}
.sidebar-keywords-item:first-child {
    padding-top: 0px;
}
.sidebar-keywords-tit {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.sidebar-keyword {
    display: flex;
    font-size: 16px;
    margin-top: 20px;
}
.keywords-item span,
.sidebar-keyword span{
    margin-right: 20px;
    color: #aaaaaa;
    display: block;
    width: 10px;
}
/* keywords */
.keywords {
    margin-top: 20px;
}
.keywords-item {
    display: flex;
}
/* list */
.job-list-notfind {
    margin-bottom: 16px;
    font-size: 16px;
}
.job-list-notfind p{
    margin-top: 20px;
}
.job-list-item {
    width: calc( 100% + 40px );
    margin-left: -20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.job-list-item:first-of-type {
    border-top: 1px solid #ddd;
}
.job-list-con {
    font-size: 16px;
    box-sizing: border-box;
}
.jli-box{
    padding: 20px;
}
.jli-bottombox {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-sizing: border-box;
}
.jli-btn {
    flex-shrink: 0;
    font-weight: 700;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    background-color: #007AFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.jli-topbox {
    display: flex;
    justify-content: space-between;
}
.jli-maininfo {
    width: calc( 100% - 48px );
}
.jli-tit {
    /* color: #007AFF; */
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.2;
}
.jli-des,
.jli-otherinfo {
   font-size: 14px;
   color: #666;
}
.jli-otherinfo.mob-part {
    max-width: calc( 100% - 56px );
}
.jli-line {
    margin: 0px 8px;
    color: #ddd;
}
.jli-score {
    display: none;
    /* display: inline-block; */
}
.jli-icon {
    height: 48px;
    width: 48px;
    margin-left: 8px;
    border-radius: 8px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.jli-des {
    display: none;
    line-height: 1.3;
}
.jli-time {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}
.jli-time-pc-part {
    display: none;
}
.jli-time-item {
    background-color: #f6f7f8;
	border-radius: 4px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 4px 10px;
    font-size: 14px;
}
.jli-salary {
    font-size: 14px;
    flex:1;
}
.jli-days {
    font-size: 14px;
    color: #aaaaaa;
}
.job-list-btn {
    background-color: #007AFF;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-list-btn span {
    color: #CCE4FF;
    margin-left: 4px;
}
/* detail */
.detail-banner {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.detail-banner-main {
    width: 100%;
    font-size: 16px;
}
.detail-banner-top {
    display: flex;
    justify-content: space-between;
}
.detail-banner-info {
    width: calc( 100% - 64px );
}
.detail-banner-tit {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    width: 100%;
    margin-bottom: 4px;
}
.detail-banner-com,
.detail-banner-name,
.detail-banner-score,
.detail-banner-local {
    display: flex;
    align-items: center;
}
.detail-banner-com {
    margin: 8px 0px;
}
.detail-banner-score {
    margin-left: 16px;
    display: none;
}
.detail-banner-mobicon {
    height: 48px;
    width: 48px;
    border-radius: 8px;
}
.detail-banner-pcicon {
    display: none;
    height: 100px;
    width: 100px;
    border-radius: 8px;
}
.detail-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6eaf0;
}
.detail-jobdetail,
.detail-ben,
.detail-qua {
    padding-bottom: 8px;
}
.detail-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.detail-jobdetail-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.keywords-box,
.detail-jobdetail-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-jobdetail-item {
    margin-right: 14px;
}
.dji-des {
    /* width: calc( 100% - 28px ); */
    flex: 1;
    margin-left: 8px;
}
.dji-des span:first-of-type {
    margin-top: 0px;
}
.dji-des span {
    display: block;
    margin-top: 12px;
}
.detail-qua ul,
.detail-ben ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
}
.detail-jobdes-des ul {
    padding-left: 20px;
}
.keywords-item,
.detail-jobdetail-item,
.detail-qua li,
.detail-ben li{
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    box-sizing: border-box;
}
.keywords-item {
    margin-bottom: 16px; 
}
.detail-qua li,
.detail-ben li,
.detail-jobdes-des li{
    padding-left: 6px;
}
.detail-jobdes-des p{
    font-size: 16px;
    margin-bottom: 12px;
}
.detail-jobdes-des ul {
    margin-bottom: 12px;
}
.detail-jobdes-des li {
    margin-bottom: 8px;
}
.detail-btnbox {
    display: none;
    font-size: 16px;
}
.detail-applybtn {
    font-weight: 700;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #007AFF;
    color: #fff;
    width: calc( 50% - 8px );
    border-radius: 30px;
}
.detail-similarbtn {
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: calc( 50% - 8px );
    border-radius: 30px;
}
/* index */
/* 404 */
.index-banner,
.page404-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page404-banner {
    margin-bottom: 48px;
}
.page404-banner-main,
.index-banner-main {
    width: 100%;
    max-width: 1172px;
    box-sizing: border-box;
}
.job-search-searchbox,
.index-searchbox {
    display: flex;
    flex-direction: column;
}
.index-banner-tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}
.job-search,
.index-search {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.index-banner,
.page404-banner {
    color: #fff;
    width: 100%;
    height: 280px;
    background: url(../images/banner-mobile.png) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.page404-banner-tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.page404-banner-btn {
    margin-top: 16px;
    background-color: #007AFF;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}
/* job-search */
.job-searchmob {
    height: 100vh;
}
.job-search-banner {
    margin: 30px 20px;
    margin-bottom: 20px;
}
/* job-post */
.job-post-from{
}
.job-post-item {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.job-post-item span{
    font-size: 16px;
    margin-bottom: 8px;
}
.job-post-input {
    font-size: 16px;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #eee;
    border-radius: 28px;
    outline: none;
    background-color: #eee;
    padding: 12px 20px;
}
textarea.job-post-input {
    height: 300px;
    flex: auto;
}
.job-post-btn {
    width: 100%;
    outline: none;
    background-color: #66AFFF;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
}
.mail-tip,
.job-post-tip,
.resume-reconfirm-tip {
    position: fixed;
    top: 60px;
    text-align: center;
    margin: auto;
    z-index: -1;
    opacity: 0;
    left: calc( 50% - 140px );
    width: 200px;
    background-color: #CCE4FF;
    color: #007AFF;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 30px;
    transition: 1s;
}
/* help */
#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}
#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}
#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}
#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline;
}

@media screen and (min-width:341px) {
    .filter-mobmenu-btn {
        width: 50%;
    }
}
@media screen and (min-width:361px) {
    /* .icon-top {
        display: block;
    } */
    .index-banner-tit {
        font-size: 28px;
    }
    .job-search-input,
    .index-search-input,
    .index-search-btn {
        height: 48px;
    }
    .job-close-icon,
    .index-close-icon,
    .job-search-icon,
    .index-search-icon {
        top: 15px;
    }
}
@media screen and (min-width:601px) {
    .mob-part {
        display: none;
    }
    .pc-part {
        display: block;
    }
    .jli-time-pc-part {
        display: flex;
    }
    .layout-beyond-ads {
        width: 100%;
        margin-left: 0;
    }
    .layout-ads-pcmb20 {
        margin-bottom: 20px;
    }
    .js-search-list {
        width: auto;
    }
    .header-menu-btnbox {
        margin-left: 16px;
    }
    /* mail */
    .mail-input,
    .mail-submit{
        height: 48px;
        line-height: 48px;
    }
    /* layout */
    .layout-ads-mt8 {
        margin-top: 8px;
    }
    .layout-centerbox {
        width: 580px;
    }
    .layout-doublebox .layout-leftbox {
        width: 100%;
        max-width: 728px;
     }
    .layout-suspend-support,
    .layout-suspend {
        display: none;
    }
    .layout-maxtit {
        padding-top: 38px;
        padding-bottom: 28px;
        font-size: 28px;
    }
    .layout-mintit {
        font-size: 24px;
    }
    .layout-back-pcbox {
        display: flex;
    }
    /* index */
    /* 404 */
    .index-banner,
    .page404-banner {
        width: 100%;
        height: 280px;
        background: url(../images/banner-desktop.png) no-repeat center center;
        background-position: top;
        background-size: cover;
    }
    .index-banner {
        margin-bottom: 28px;
    }
    .index-banner-tit {
        font-size: 32px;
        margin-bottom: 28px;
    }
    .index-searchbox {
        flex-direction: row;
        justify-content: space-between;
    }
    .index-search {
        margin-right: 16px;
        width: calc( 40% - 6px);
    }
    .page404-banner-btn {
        max-width: 320px;
    }
    .job-search-btn,
    .index-search-btn {
        width: calc( 20% - 6px);
        font-size: 18px;
    }
    /* header */
    .header-searchbox-pc {
        display: flex;
        justify-content: start;
    }
    #header-menu-btn:checked ~ .header-menu {
        width: 360px;
    }
    /* footer */
    /* .footer-topanchor {
        padding: 0px 20px;
        width: 150px;
    } */
    .footer-logo,
    .footer-logo  img{
        width: 262px;
        height: 41.1995px;
    }
    .footer-topanchor span{
        display: block;
    }
    /* list */
    .job-list-item:first-of-type {
        border-top: 1px solid #e9e8e7;
    }
    .job-list-item {
        width: 100%;
        margin-left: 0px;
        border: 1px solid #e9e8e7;
        border-radius: 8px;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    /* .job-list-con {
        padding: 16px;
    } */
    .jli-box {
        padding: 16px;
    }
    .jli-bottombox {
        margin-top: 12px;
    }
    .jli-btn {
        width: 160px;
        margin-left: 20px;
        border-radius: 4px;
    }
    .jli-des {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .jli-tit {
        font-size: 20px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .jli-des,
    .jli-otherinfo {
        font-size: 16px;
    }
    .jli-icon {
        height: 88px;
        width: 88px;
    }
    .jli-maininfo {
        width: calc( 100% - 56px );
    }
    .job-list-item:hover {
        border: 1px solid #007AFF;
        background-color: #fff;
    }
    .filter {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /* detail */
    .detail-banner {
        margin: 0 0 20px;
    }
    .detail-banner-main {
        width: calc( 100% - 116px);
    }
    .detail-banner-info {
        width: 100%;
    }
    .detail-banner-mobicon {
        display: none;
    }
    .detail-banner-pcicon {
        display: block;
    }
    .detail-banner-tit {
        font-size: 28px;
    }
    .detail-item {
        margin-top: 28px;
    }
    .keywords {
        margin-top: 28px;
    }
    .keywords-item {
        margin-bottom: 20px; 
    }
    .keywords-item,
    .detail-jobdetail-item,
    .detail-qua li,
    .detail-ben li,
    .detail-qua ul div,
    .detail-ben ul div,
    .detail-jobdetail-other {
        width: calc( 50% - 14px );
    }
    .detail-btnbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    /* post */
    .job-post-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .job-post-input {
        max-width: 70%;
    }
    .job-post-item span {
        margin-bottom: 0px;
    }
}
@media screen and (min-width:901px) {
    .maxpc-part {
        display: block;
    }
    .layout-triplebox .layout-leftbox {
        display: block;
    }
    .layout-rightbox {
        display: block;
    }
    .footer-bottom,
    .footer-menu {
        flex-direction: row;
    }
    /* .layout-centerbox {
        margin: 0px 30px;
    } */
    /* filter */
    .filter-pc {
        display: flex;
        justify-content: space-between;
    }
    .filter-mobbtn {
        display: none;
    }
    .job-search-input,
    .index-search-input {
        font-size: 18px;
    }

    .keywords-item,
    .detail-jobdetail-item,
    .detail-qua li,
    .detail-ben li,
    .detail-qua ul div,
    .detail-ben ul div,
    .detail-jobdetail-other {
        width: 30%;
    }
}
@media screen and (min-width:1025px) {
    .layout-rightbox {
        width: 300px;
    }
    .layout-doublebox .layout-leftbox {
        width: calc( 100% - 320px);
    }
}
@media screen and (min-width:1460px) {
    /* .header-logobox,
    .header-menu-btnbox {
        flex: 1;
    } */
    /* .header-menu-btnbox {
        display: flex;
        justify-content: end;
    } */
    /* .header-searchbox-pc {
        min-width: 1132px;
    } */
}