@charset "UTF-8";
/*--- social media color---*/
/*-----mixin-----*/
/*-----extend-----*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#member #keep_list .job-item .job_name, .job-item .job-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#member .submenu_employee ul, #member .submenu ul, #news .news-navi ul, #about .winwin .organize-container .winwin-wrap, #index .index-service .service-list, header #main-nav .menu, .template {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#member .submenu_employee ul, #member .submenu ul, #news .news-navi ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
}

#index .area-fram .area-slider .slick-prev:before, #index .area-fram .area-slider .slick-next:before {
  background-size: cover;
  background-repeat: no-repeat;
}

#about .winwin .organize-container .half-side .icon .balloon:after, #index #banner .banner-down {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#about .winwin .organize-container .half-side .leader {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#about .winwin .organize-container .center, #about .about-navi .nav-item .icon img, #index .index-service .service-list .service-item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------------------------------------*/
/*                      Global                     */
/*-------------------------------------------------*/
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #000;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Lato", "Raleway", "Roboto", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 183, 45, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #69B72D;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:active, a:hover {
  outline: none;
}

.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  position: relative;
  padding: 20px 0;
}

.row {
  position: relative;
  margin: 20px 0;
  width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.cf:after, .row:after, dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.editor {
  word-break: break-word;
}
.editor i {
  font-style: italic;
}
.editor em, .editor b, .editor strong {
  font-weight: bold;
}
.editor img {
  max-width: 100%;
  height: auto !important;
}
.editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
.editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
.editor dir, .editor hr, .editor menu, .editor pre {
  display: block;
}
.editor li {
  display: list-item;
}
.editor head {
  display: none;
}
.editor table {
  display: table;
}
.editor tr {
  display: table-row;
}
.editor thead {
  display: table-header-group;
}
.editor tbody {
  display: table-row-group;
}
.editor tfoot {
  display: table-footer-group;
}
.editor col {
  display: table-column;
}
.editor colgroup {
  display: table-column-group;
}
.editor td, .editor th {
  display: table-cell;
}
.editor caption {
  display: table-caption;
}
.editor th {
  font-weight: bolder;
  text-align: center;
}
.editor caption {
  text-align: center;
}
.editor body {
  margin: 8px;
}
.editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.editor h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.editor h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
  margin: 1.12em 0;
}
.editor h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.editor h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
  font-weight: bolder;
}
.editor blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.editor i, .editor cite, .editor em, .editor var, .editor address {
  font-style: italic;
}
.editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
  font-family: monospace;
}
.editor pre {
  white-space: pre;
}
.editor button, .editor textarea, .editor input, .editor select {
  display: inline-block;
}
.editor big {
  font-size: 1.17em;
}
.editor small, .editor sub, .editor sup {
  font-size: 0.83em;
}
.editor sub {
  vertical-align: sub;
}
.editor sup {
  vertical-align: super;
}
.editor table {
  border-spacing: 2px;
}
.editor thead, .editor tbody, .editor tfoot {
  vertical-align: middle;
}
.editor td, .editor th {
  vertical-align: inherit;
}
.editor s, .editor strike, .editor del {
  text-decoration: line-through;
}
.editor hr {
  border: 1px inset;
}
.editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
  margin-left: 40px;
}
.editor ol {
  list-style-type: decimal;
}
.editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.editor u, .editor ins {
  text-decoration: underline;
}
.editor br:before {
  content: "\a";
}
.editor :before, .editor :after {
  white-space: pre-line;
}
.editor center {
  text-align: center;
}
.editor :link, .editor :visited {
  text-decoration: underline;
}
.editor :focus {
  outline: thin dotted invert;
}
.editor {
  /* Begin bidirectionality settings (do not change) */
}
.editor BDO[DIR=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.editor BDO[DIR=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.editor *[DIR=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}
.editor *[DIR=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
@media print {
  .editor h1 {
    page-break-before: always;
  }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    page-break-after: avoid;
  }
  .editor ul, .editor ol, .editor dl {
    page-break-before: avoid;
  }
}

.template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.template main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*-------------------------------------------------*/
/*                Responsive images                */
/*-------------------------------------------------*/
.bg-img {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 0;
}

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.pic > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.map, .video {
  position: relative;
  width: 100%;
  height: 0;
}
.map iframe, .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------*/
/*                     Table                       */
/*-------------------------------------------------*/
table {
  width: 100%;
}
table th, table td {
  padding: 5px 2px;
}
table .textarea-row th {
  vertical-align: top;
}

.form-cell, input[type=password] {
  width: 100%;
  height: 2.8em;
  border: 1px solid #69B72D;
  padding: 5px 8px;
  margin: 2px 0;
  line-height: 2.8em;
  outline: 0;
  border-radius: 4px;
  background-color: #fff;
  font-family: "微軟正黑體";
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 2.8em;
  border: 1px solid #009043;
  padding: 5px 8px;
  margin: 2px 0;
  line-height: 2.8em;
  outline: 0;
  border-radius: 4px;
  background-color: #fff;
  font-family: "微軟正黑體";
  height: auto;
  line-height: 1.6;
  outline: 0;
  padding: 8px;
}

input {
  -webkit-appearance: none;
  outline: 0;
}

.form-cell-name {
  width: calc(100% - 130px - 10px);
  max-width: 320px;
}
.form-cell-name + div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.form-cell-captcha {
  width: calc(100% - 80px - 10px);
  vertical-align: middle;
}
.form-cell-captcha + img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.radio-group {
  position: relative;
}
.radio-group label {
  margin-left: 1rem;
}

.birthday-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8px;
}

.address-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + label:before {
  content: "\f046";
  margin-right: 1px;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox] + label:before {
  content: "\f096";
  font-family: "FontAwesome";
  margin-right: 3px;
}

.checkbox-cell {
  position: relative;
  display: inline-block;
  margin-right: 1.1rem;
}
.checkbox-cell input[type=checkbox] {
  display: none;
}
.checkbox-cell input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.checkbox-cell input[type=checkbox] + label {
  cursor: pointer;
  margin-left: 18px;
}
.checkbox-cell input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  border: 1px solid #69B72D;
}
.checkbox-cell input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 9px;
  top: 6px;
  left: 5px;
  border-right: 1px solid #009043;
  border-bottom: 1px solid #009043;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + label:before {
  content: "\f05d";
  color: #69B72D;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio] + label:before {
  content: "\f1db";
  font-family: "FontAwesome";
  margin-right: 4px;
}

.radio-cell {
  position: relative;
  display: inline-block;
  margin: 5px 1rem 5px 0;
}
.radio-cell input[type=radio] {
  display: none;
}
.radio-cell input[type=radio]:checked + label:before {
  opacity: 1;
}
.radio-cell input[type=radio] + label {
  cursor: pointer;
  margin-left: 18px;
}
.radio-cell input[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 5px;
  left: 0;
  border: 1px solid #666;
}
.radio-cell input[type=radio] + label:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 9px;
  left: 4px;
  border-radius: 100%;
  background-color: #69B72D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.radio-cell input[type=radio][data-parents] + label:after {
  border: 1px solid #69B72D;
}
.radio-cell input[type=radio][data-parents] + label:before {
  background-color: #009043;
}

select {
  outline: 0;
  font-family: "微軟正黑體";
}
select:disabled {
  border-color: #999;
  background-color: #eee;
}

input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  left: 2px;
  top: 2px;
}
input[type=file] + label {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #69B72D;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

dl {
  padding: 5px 0;
}
dl dt, dl dd {
  display: inline-block;
  vertical-align: middle;
}

/*-------------------------------------------------*/
/*                      Buttons                    */
/*-------------------------------------------------*/
button {
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "微軟正黑體";
  font-size: 1rem;
}

.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 1px;
  width: 100%;
  max-width: 170px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn.btn-solid {
  color: #fff;
  padding: 10px 42px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 144, 67)), to(rgb(136, 184, 62)));
  background: linear-gradient(90deg, rgb(0, 144, 67) 0%, rgb(136, 184, 62) 100%);
}
.btn.btn-solid span, .btn.btn-solid svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.btn.btn-solid:hover {
  background-color: #009043;
}
.btn.btn-solid.upload {
  padding: 5px 10px;
}
.btn.btn-solid.forget {
  padding: 10px 20px;
}
.btn.btn-border {
  border: 1px solid #69B72D;
  overflow: hidden;
}
.btn.btn-border:hover {
  color: #fff;
  background-color: #69B72D;
}
.btn label {
  cursor: pointer;
}

.btn-row {
  margin-top: 2rem;
  text-align: center;
}

/*-------------------------------------------------*/
/*                    Typography                   */
/*-------------------------------------------------*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.h1 {
  font-size: 50px;
}

.h2 {
  font-size: 26px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.h5 {
  font-size: 13px;
}

.main-title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.main-title h1 {
  font-size: 32px;
}
.main-title .sub-title {
  color: #009043;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

[data-en] {
  font-weight: 400;
  font-family: "Roboto";
}

.with-underline {
  text-decoration: underline;
}

.red {
  color: red;
}

.btn-more {
  color: #fff;
  padding: 10px 42px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 144, 67)), to(rgb(136, 184, 62)));
  background: linear-gradient(90deg, rgb(0, 144, 67) 0%, rgb(136, 184, 62) 100%);
}
.btn-more svg {
  margin-right: 5px;
}
.btn-more.down {
  max-width: 280px;
  padding: 10px;
}

.jfontsize-group {
  margin-bottom: 20px;
}
.jfontsize-group span {
  margin-right: 10px;
  font-size: 18px;
}
.jfontsize-group .jfontsize-btn {
  border: 1px solid #4E4E4E;
  color: #4E4E4E;
  background-color: #fff;
  padding: 5px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
}
.jfontsize-group .jfontsize-btn:hover {
  border: 1px solid #009043;
  color: #fff;
  background-color: #009043;
}

/*----- header -----*/
html, body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header #logo {
  float: left;
  width: 176px;
  margin: 15px 28px 15px;
}
header #main-nav {
  float: right;
  width: 70%;
  padding-left: 100px;
  font-size: 20px;
}
header #main-nav .menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #main-nav .menu .nav-item {
  text-align: center;
  padding: 24px 0 0;
}
header #main-nav .menu .nav-item .name {
  display: block;
}
header #main-nav .menu .nav-item:hover .name, header #main-nav .menu .nav-item.active .name {
  color: #009043;
}
header #main-nav .menu .nav-item.job-search {
  background-color: #009043;
  padding: 6px 10px;
}
header #main-nav .menu .nav-item.job-search .name {
  color: #fff;
}
header #main-nav .menu .nav-item.job-search:hover .name {
  color: #fff;
}
header #main-nav .menu .nav-item.job-search:hover {
  background-color: #69B72D;
}
header #main-nav .menu .sub-nav {
  display: none;
}
header #main-nav .menu .dropdown {
  position: relative;
}
header #main-nav .menu .dropdown .sub_menu {
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
  position: absolute;
  z-index: 999;
  top: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 200px;
  left: -70px;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #000;
  border-radius: 10px;
}
header #main-nav .menu .dropdown .sub_menu li {
  width: 100%;
  text-align: center;
  margin: 0 5px;
  padding: 15px 0;
  color: #fff;
  background: #69B72D;
}
header #main-nav .menu .dropdown .sub_menu li:hover {
  background: #009043;
}
header #main-nav .menu .dropdown::after {
  content: "";
  width: 11px;
  height: 7px;
  background-image: url(../_img/layout/down.svg);
  background-repeat: no-repeat;
  background-repeat: 50% 50%;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .dropdown:hover {
  cursor: pointer;
}
header #main-nav .menu .dropdown:hover .sub_menu {
  visibility: visible;
  opacity: 1;
}
header #main-nav .menu .dropdown:hover::after {
  background-image: url(../_img/layout/down-hover.svg);
}
header #main-nav .menu .dropdown.active::after {
  background-image: url(../_img/layout/down-hover.svg);
}
header #main-nav .menu {
  /*dropdown*/
}

/*----- footer -----*/
footer {
  position: relative;
  padding: 70px 0 0;
  background-color: #fff;
  z-index: 20;
}
footer .copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .line {
  text-align: center;
}
footer .footer-nav {
  background: linear-gradient(130deg, rgb(0, 144, 67) 0%, rgb(136, 184, 62) 100%);
  color: #fff;
  margin-top: 15px;
}
footer .footer-nav ul {
  text-align: center;
  width: 100%;
}
footer .footer-nav ul li {
  margin: 10px 2px;
  display: inline-block;
}
footer .footer-nav ul li a {
  border-right: 1px #fff solid;
  line-height: 1em;
  padding-right: 7px;
  display: block;
}
footer .footer-nav ul li:last-child a {
  border-right: 0;
}
footer .footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
footer .footer__nav-list .footer__nav-item {
  width: 33.3333333333%;
  height: 158px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #E4E4E4;
}
footer .footer__nav-list .footer__nav-item .footer__nav-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #151515;
  margin-bottom: 10px;
}
footer .footer__nav-list .footer__nav-item .footer__nav-link {
  display: block;
  color: #4E4E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer__nav-list .footer__nav-item .footer__nav-link:hover {
  color: #009043;
}
footer .footer__nav-list .footer__nav-item a.footer__nav-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer__nav-list .footer__nav-item a.footer__nav-title:hover {
  color: #009043;
}
footer .footer__job-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__job-area .inner-box {
  width: 122px;
  height: 122px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgb(0, 144, 67) 0%, rgb(136, 184, 62) 100%);
  padding: 15px;
  text-align: center;
  margin-right: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer__job-area .inner-box .inner__img-box {
  margin-bottom: 10px;
}
footer .footer__job-area .inner-box .inner__text {
  color: #fff;
}
footer .footer__job-area .inner-box:nth-last-child(1) {
  margin-right: 0px;
}
footer .footer__job-area .inner-box:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 144, 67)), to(rgb(136, 184, 62)));
  background: linear-gradient(270deg, rgb(0, 144, 67) 0%, rgb(136, 184, 62) 100%);
}

/*--- pagination ---*/
#pagination {
  margin: 3rem 0;
}
#pagination .page-list {
  text-align: center;
}
#pagination .page-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#pagination .page-list .page-item {
  display: inline-block;
  margin: 0 5px;
  color: #000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#pagination .page-list .page-item:hover, #pagination .page-list .page-item.active {
  color: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#pagination .page-list .page-item:hover a, #pagination .page-list .page-item.active a {
  background-color: #009043;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#pagination .page-list .page-item a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*--- LightBox ---*/
.lightbox-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(105, 183, 45, 0.8);
  z-index: 9100;
}

.lightbox {
  display: none;
  width: 90%;
  max-width: 1300px;
  height: auto;
  max-height: 90%;
  position: fixed;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  padding: 25px 3vw 4vw;
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9200;
}
.lightbox .close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 80;
}
.lightbox .close:before, .lightbox .close:after {
  content: "";
  top: 50%;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #333;
}
.lightbox .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lightbox .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lightbox .title {
  font-size: 20px;
  text-align: center;
}
.lightbox.small {
  max-width: 600px;
  padding: 3vw 20px;
}

/*--- page navi ---*/
.page-navi h6 {
  display: none;
  position: relative;
  padding: 5px 0;
  font-size: 1rem;
  background-color: #fff;
  border: 2px solid #009043;
  cursor: pointer;
  text-align: center;
}
.page-navi h6:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #009043;
  border-left: 1px solid #009043;
  -webkit-transform: rotate(-45deg) translateY(-5px);
          transform: rotate(-45deg) translateY(-5px);
}

/*--- job item ---*/
.job-item {
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 10px;
  border: 1px solid #009043;
}
.job-item .job-name {
  padding-bottom: 5px;
  color: #009043;
  margin-bottom: 15px;
  font-size: 20px;
}
.job-item .job-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-item .job-area {
  margin-bottom: 10px;
  color: #4E4E4E;
  font-size: 14px;
  margin-right: 28px;
}
.job-item .job-area svg {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}
.job-item .job-area path {
  fill: #4E4E4E;
}
.job-item article {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.9;
  height: 90px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.job-item .btn-row {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job-item .btn {
  padding: 5px;
  max-width: 110px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #4E4E4E;
}
.job-item .btn svg {
  display: inline-block;
  vertical-align: sub;
}
.job-item .btn span {
  display: inline-block;
  vertical-align: middle;
}
.job-item .btn:hover {
  border: 1px solid #009043;
  background-color: #009043;
  color: #fff;
}
.job-item:hover {
  -webkit-box-shadow: 2px 2px 6px rgba(221, 221, 221, 0.8);
          box-shadow: 2px 2px 6px rgba(221, 221, 221, 0.8);
  -webkit-transform: translate3d(0, -2px, 1px);
          transform: translate3d(0, -2px, 1px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/*--- second ---*/
.padding_style1 {
  margin-bottom: 5%;
}

#gotop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #000;
  opacity: 0.7;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  line-height: 200%;
}
#gotop .svg-inline--fa {
  height: 3rem;
}
#gotop:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#gotop:hover:before, #gotop:focus:before, #gotop:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#jop-content {
  width: 95%;
  padding: 67px 44px;
  margin: 5px auto;
  max-width: 980px;
  border-radius: 10px;
}
#jop-content #search-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 130px;
  grid-template-columns: repeat(3, 1fr) 130px;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  max-width: 1080px;
  margin: 2rem auto 1rem;
}
#jop-content #search-bar .search-cell {
  position: relative;
}
#jop-content #search-bar .search-cell--input svg {
  position: absolute;
  top: 18px;
  left: 10px;
}
#jop-content #search-bar .search-cell--input path {
  fill: #69B72D;
}
#jop-content #search-bar .search-cell--input input {
  padding-left: 30px;
}
#jop-content #search-bar .search-cell--input .search-input .form-cell::-webkit-input-placeholder {
  color: #151515;
}
#jop-content #search-bar .search-cell--input .search-input .form-cell::-moz-placeholder {
  color: #151515;
}
#jop-content #search-bar .search-cell--input .search-input .form-cell:-ms-input-placeholder {
  color: #151515;
}
#jop-content #search-bar .search-cell--input .search-input .form-cell::-ms-input-placeholder {
  color: #151515;
}
#jop-content #search-bar .search-cell--input .search-input .form-cell::placeholder {
  color: #151515;
}
#jop-content #search-bar .btn {
  margin: 1px;
}
#jop-content #search-bar .btn.search-cell--btn {
  padding: 5px 10px;
  background: none;
  background-color: #009043;
}
#jop-content .hr-bg-line {
  background-color: #E4E4E4;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}

/*----- Index -----*/
#index #banner {
  position: relative;
}
#index #banner .bg-img {
  padding-top: 48.819%;
}
#index #banner .banner-down {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#index #banner .banner-down span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#index #banner .banner-slider {
  margin-bottom: 0;
}
#index #banner .banner-slider .item {
  outline: 0;
}
#index .news-fram {
  padding: 80px 0;
  background-image: url(../_img/layout/new-bg.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
#index .news-fram .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px 0;
}
#index .news-fram .tab-list .tabs-item {
  margin: 0 10px;
  padding: 5px 20px;
  border-radius: 50rem;
  background: #ffffff;
  border: 1px solid #69B72D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index .news-fram .tab-list .tabs-item:hover {
  background: #69B72D;
  color: #ffffff;
}
#index .news-fram .news-list {
  display: block;
}
#index .news-fram .news-list .news-item {
  width: 31%;
  margin: 0 1% 30px;
  display: inline-block;
  vertical-align: top;
}
#index .news-fram .news-list .news-item figure {
  position: relative;
}
#index .news-fram .news-list .news-item figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(105, 183, 45, 0.4);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0.5, 0.5, 0.5);
  transition: all 0.15s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
#index .news-fram .news-list .news-item:hover figure:before {
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.24, 0.8, 0.8);
  transition: all 0.25s cubic-bezier(0.24, 0.24, 0.8, 0.8);
}
#index .news-fram .news-list .news-item .bg-img {
  padding-top: 50%;
}
#index .news-fram .news-header {
  display: block;
  padding: 10px 0;
}
#index .news-fram .news-header .catagory {
  color: #009043;
  margin-bottom: 10px;
}
#index .news-fram .news-header .title {
  margin: 3px 0;
  line-height: 1.3;
}
#index .news-fram .news-header .date {
  color: #a0a0a0;
}
#index .honors-awards {
  padding: 80px 0;
  background-color: rgba(161, 212, 136, 0.1);
}
#index .honors-awards .awards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#index .honors-awards .awards-list .awards-item {
  width: 31%;
  margin: 0 1% 30px;
  display: inline-block;
  vertical-align: top;
}
#index .honors-awards .awards-list .awards-item figure {
  position: relative;
}
#index .honors-awards .awards-list .awards-item figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(105, 183, 45, 0.4);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0.5, 0.5, 0.5);
  transition: all 0.15s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
#index .honors-awards .awards-list .awards-item .bg-img {
  padding-top: 63.5%;
}
#index .honors-awards .awards-list .awards-item .awards-header .title {
  margin: 15px 0 10px;
  line-height: 1.3;
  font-weight: bold;
  color: #009043;
  font-size: 18px;
}
#index .honors-awards .awards-list .awards-item .awards-header .sub-title {
  color: #4E4E4E;
  font-size: 16px;
}
#index .area-fram {
  padding: 5rem 0;
}
#index .area-fram .area-slider {
  padding-bottom: 10px;
  margin: 30px 0;
}
#index .area-fram .area-slider .item {
  outline: 0;
  padding: 10px;
}
#index .area-fram .area-slider .item .area-item .area-img {
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
#index .area-fram .area-slider .item .area-item .area-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index .area-fram .area-slider .item .area-item .area-img .title {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 3;
  color: #ffffff;
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
#index .area-fram .area-slider .item .area-item:hover .area-img::after {
  background: rgba(0, 144, 67, 0.5);
}
#index .area-fram .area-slider .slick-prev, #index .area-fram .area-slider .slick-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(105, 183, 45, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#index .area-fram .area-slider .slick-prev:before, #index .area-fram .area-slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
}
#index .area-fram .area-slider .slick-prev:hover, #index .area-fram .area-slider .slick-next:hover {
  border-color: #69b72d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#index .area-fram .area-slider .slick-prev {
  left: -50px;
  z-index: 1;
}
#index .area-fram .area-slider .slick-prev:before {
  background-image: url(../_img/layout/arrow_prev.png);
}
#index .area-fram .area-slider .slick-next {
  right: -50px;
}
#index .area-fram .area-slider .slick-next:before {
  background-image: url(../_img/layout/arrow_next.png);
}
#index .index-search {
  width: 100%;
  padding: 5.5rem 0;
  background-color: rgba(161, 212, 136, 0.1);
}
#index .index-search .main-title .h1 {
  font-size: 32px;
  color: #009043;
}
#index .index-search #search-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 130px;
  grid-template-columns: repeat(3, 1fr) 130px;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  max-width: 1080px;
  margin: 2rem auto 1rem;
}
#index .index-search #search-bar .search-cell {
  position: relative;
}
#index .index-search #search-bar .search-cell--input svg {
  position: absolute;
  top: 18px;
  left: 10px;
}
#index .index-search #search-bar .search-cell--input path {
  fill: #69B72D;
}
#index .index-search #search-bar .search-cell--input input {
  padding-left: 30px;
}
#index .index-search #search-bar .search-cell--input .search-input .form-cell::-webkit-input-placeholder {
  color: #151515;
}
#index .index-search #search-bar .search-cell--input .search-input .form-cell::-moz-placeholder {
  color: #151515;
}
#index .index-search #search-bar .search-cell--input .search-input .form-cell:-ms-input-placeholder {
  color: #151515;
}
#index .index-search #search-bar .search-cell--input .search-input .form-cell::-ms-input-placeholder {
  color: #151515;
}
#index .index-search #search-bar .search-cell--input .search-input .form-cell::placeholder {
  color: #151515;
}
#index .index-search #search-bar .btn {
  margin: 1px;
}
#index .index-search #search-bar .btn.search-cell--btn {
  padding: 5px 10px;
  background: none;
  background-color: #009043;
}
#index .index-about {
  padding: 6rem 0 7rem;
  color: #fff;
  background-image: url(../_img/index/bg_building.jpg);
  background-position: center;
}
#index .index-about .main-title .h1 {
  margin-top: 0;
  font-size: 70px;
}
#index .index-about article {
  font-size: 20px;
  text-align: center;
}
#index .index-about article p {
  margin: 0.75rem 0;
  font-size: 30px;
}
#index .index-job {
  padding: 80px 0;
}
#index .index-job .job-slider {
  margin-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#index .index-job .job-slider .item {
  outline: 0;
  padding: 10px;
}
#index .index-job .job-slider .slick-prev, #index .index-job .job-slider .slick-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #009043;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#index .index-job .job-slider .slick-prev:before, #index .index-job .job-slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
#index .index-job .job-slider .slick-prev:hover, #index .index-job .job-slider .slick-next:hover {
  border-color: #009043;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#index .index-job .job-slider .slick-prev {
  top: -50px;
  left: 90%;
  z-index: 1;
}
#index .index-job .job-slider .slick-prev:before {
  background-image: url(../_img/layout/arrow_prev.png);
}
#index .index-job .job-slider .slick-next {
  top: -50px;
  right: 0%;
}
#index .index-job .job-slider .slick-next:before {
  background-image: url(../_img/layout/arrow_next.png);
}
#index .index-service .service-list .service-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
}
#index .index-service .service-list .service-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#index .index-service .service-list .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #009043;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.25, 0.73, 0.73);
  transition: all 0.35s cubic-bezier(0.25, 0.25, 0.73, 0.73);
}
#index .index-service .service-list .service-item .bg-img {
  height: 280px;
}
#index .index-service .service-list .service-item:hover:before {
  opacity: 0.8;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.25, 0.73, 0.73);
  transition: all 0.35s cubic-bezier(0.25, 0.25, 0.73, 0.73);
}

.hot-key__fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1080px;
  width: 100%;
  margin: 10px auto 0;
}
.hot-key__fram .hot-key__title {
  font-weight: bold;
  width: 100px;
  padding: 5px 0px;
}
.hot-key__fram .hot-key__text-box {
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hot-key__fram .hot-key__text-box .hot-key__text {
  font-size: 14px;
  font-weight: bold;
  display: block;
  border: 1px solid #4B4B4B;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.hot-key__fram .hot-key__text-box .hot-key__text span {
  margin: 0px 5px;
}
.hot-key__fram .hot-key__text-box .hot-key__text svg {
  margin-top: 5px;
}
.hot-key__fram .hot-key__text-box .hot-key__text.active, .hot-key__fram .hot-key__text-box .hot-key__text:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 144, 67)), to(rgb(136, 184, 62)));
  background: linear-gradient(90deg, rgb(0, 144, 67) 0%, rgb(136, 184, 62) 100%);
  color: #ffffff;
  border: #ffffff 1px solid;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*----- About -----*/
#about {
  background-color: rgba(161, 212, 136, 0.1);
  background-image: url(../_img/jobsearch/bg.svg);
  background-position: 100% 120px;
  background-repeat: no-repeat;
  background-size: auto;
}
#about .about-navi {
  padding: 80px 0 0;
  text-align: center;
}
#about .about-navi ul {
  max-width: 850px;
  margin: auto;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 130px;
  grid-template-rows: 130px;
}
#about .about-navi .nav-item {
  text-align: center;
  margin: 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /*IE FIX*/
}
#about .about-navi .nav-item:first-child {
  -ms-grid-column: 1;
}
#about .about-navi .nav-item:first-child + .nav-item {
  -ms-grid-column: 2;
}
#about .about-navi .nav-item:first-child + .nav-item + .nav-item {
  -ms-grid-column: 3;
}
#about .about-navi .nav-item:first-child + .nav-item + .nav-item + .nav-item {
  -ms-grid-column: 4;
}
#about .about-navi .nav-item .icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #009043;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#about .about-navi .nav-item .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(105, 183, 45, 0.5);
  z-index: 0;
}
#about .about-navi .nav-item .icon img {
  z-index: 3;
}
#about .about-navi .nav-item .name {
  margin-top: 2px;
}
#about .about-navi .nav-item:hover, #about .about-navi .nav-item.active {
  color: #69B72D;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#about .about-navi .nav-item:hover .icon, #about .about-navi .nav-item.active .icon {
  border: 8px solid #69B72D;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#about section {
  padding: 4rem 0;
}
#about .company .about__title-box {
  font-weight: bold;
  font-size: 30px;
  color: #151515;
  text-align: center;
  margin-bottom: 10px;
}
#about .company .about__sub-title-box {
  color: #009043;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#about .company .about__contact-fram {
  width: 80%;
  margin: 50px auto 0;
  color: #151515;
}
#about .company .about__contact-fram .about__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 50px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-item-title {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-item-title::after {
  content: "";
  width: 320px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 144, 67)), to(rgba(136, 184, 62, 0)));
  background: linear-gradient(90deg, rgb(0, 144, 67) 0%, rgba(136, 184, 62, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#about .company .about__contact-fram .about__contact-item .about__contact-item-text {
  width: 100%;
  line-height: 30px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-text .img-box, #about .company .about__contact-fram .about__contact-item .about__contact-img-text .text-box {
  width: 50%;
  padding: 0px 10px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-text .text-list {
  margin-top: 20px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-text .text-list .text__list-item .title-box {
  width: 100%;
  color: #009043;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-text .text-list .text__list-item .title-box::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #009043;
  border-radius: 99rem;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-text .text-list .text__list-item .text-box {
  width: 100%;
  padding-left: 20px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-grid .about__contact-img-grid-item {
  width: calc(33.3333333333% - 20px);
  height: 300px;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid #78CB9E;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-grid .about__contact-img-grid-item .img-box {
  text-align: center;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-grid .about__contact-img-grid-item .img-box img {
  margin: 0 auto;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-grid .about__contact-img-grid-item .title-box {
  color: #009043;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-img-grid .about__contact-img-grid-item .text-box {
  font-size: 16px;
  text-align: center;
}
#about .company .about__contact-fram .about__contact-item .about__contact-list-fram .about-contact__list-fram-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .company .about__contact-fram .about__contact-item .about__contact-list-fram .about-contact__list-fram-item .img-box {
  width: 131px;
  margin-right: 20px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-list-fram .about-contact__list-fram-item .text-box {
  width: calc(100% - 151px);
}
#about .company .about__contact-fram .about__contact-item .about__contact-list-fram .about-contact__list-fram-item .text-box .title {
  font-size: 18px;
  color: #009043;
  font-weight: bold;
  margin-bottom: 10px;
}
#about .company .about__contact-fram .about__contact-item .about__contact-list-fram .about-contact__list-fram-item .text-box .text {
  font-size: 16px;
}
#about .company .about__contact-fram .about__contact-item .about-contact-left-box {
  width: 62%;
}
#about .company .about__contact-fram .about__contact-item .about-contact-right-box {
  width: 38%;
}
#about .company .about__contact-fram .about__contact-item .list__text-box .list-item-box {
  padding-left: 20px;
  margin: 10px 0;
  position: relative;
}
#about .company .about__contact-fram .about__contact-item .list__text-box .list-item-box::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99rem;
  background-color: #009043;
  position: absolute;
  top: 9px;
  left: 5px;
  position: absolute;
  z-index: 3;
}
#about .img-wrap {
  text-align: center;
  margin: 2rem 10px;
}
#about .gear-container {
  position: relative;
  display: inline-block;
}
#about .gear-container .gear {
  position: absolute;
}
#about .gear-container .gear1 {
  width: 25%;
  top: 29%;
  left: 4%;
  z-index: 8;
  -webkit-animation: 25s spin-clockwise infinite;
          animation: 25s spin-clockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear2 {
  width: 11.5%;
  top: 28.5%;
  left: 24.8%;
  z-index: 5;
  -webkit-animation: 14s spin-counterclockwise infinite;
          animation: 14s spin-counterclockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear3 {
  width: 12%;
  bottom: 4%;
  left: 23%;
  z-index: 5;
  -webkit-animation: 24s spin-clockwise infinite;
          animation: 24s spin-clockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear4 {
  width: 28%;
  top: 33.5%;
  left: 30%;
  z-index: 6;
  -webkit-animation: 27s spin-counterclockwise infinite;
          animation: 27s spin-counterclockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear5 {
  width: 29%;
  top: 4%;
  right: 20.5%;
  z-index: 7;
  -webkit-animation: 30s spin-clockwise infinite;
          animation: 30s spin-clockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear6 {
  width: 16%;
  bottom: -0.32%;
  right: 27%;
  z-index: 0;
  -webkit-animation: 15s spin-clockwise infinite;
          animation: 15s spin-clockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear7 {
  width: 11%;
  top: 14.2%;
  right: 12.5%;
  z-index: 2;
  -webkit-animation: 12s spin-clockwise infinite;
          animation: 12s spin-clockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .gear-container .gear8 {
  width: 24%;
  right: 4%;
  bottom: 7%;
  z-index: 0;
  -webkit-animation: 22s spin-counterclockwise infinite;
          animation: 22s spin-counterclockwise infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#about .winwin .organize-container {
  position: relative;
  display: inline-block;
}
#about .winwin .organize-container .winwin-wrap {
  position: absolute;
  padding: 0 70px;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 20;
}
#about .winwin .organize-container .half-side {
  position: relative;
  width: 50%;
}
#about .winwin .organize-container .half-side .leader {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 28px;
}
#about .winwin .organize-container .half-side .icon {
  position: absolute;
  display: inline-block;
  width: 25%;
  min-width: 80px;
}
#about .winwin .organize-container .half-side .icon:hover .balloon {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: all 0.08s cubic-bezier(0.1, 0.73, 0.2, 0.9);
  transition: all 0.08s cubic-bezier(0.1, 0.73, 0.2, 0.9);
}
#about .winwin .organize-container .half-side .icon img {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#about .winwin .organize-container .half-side .icon .balloon {
  position: absolute;
  display: inline-block;
  padding: 8px 1.5rem;
  top: -55px;
  left: 50%;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 20px;
  background-color: #00A600;
  color: #fff;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.1s cubic-bezier(0.1, 0.9, 0.35, 0.9);
  transition: all 0.1s cubic-bezier(0.1, 0.9, 0.35, 0.9);
}
#about .winwin .organize-container .half-side .icon .balloon:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -15px;
  border-width: 20px 10px 0 10px;
  border-color: #00A600 transparent transparent transparent;
  border-style: solid;
}
#about .winwin .organize-container .company-side .leader {
  left: -78px;
}
#about .winwin .organize-container .company-side .icon1 {
  left: 5%;
  top: 20%;
}
#about .winwin .organize-container .company-side .icon2 {
  right: 30%;
  top: 12%;
}
#about .winwin .organize-container .company-side .icon3 {
  left: 5%;
  bottom: 20%;
}
#about .winwin .organize-container .company-side .icon4 {
  right: 30%;
  bottom: 12%;
}
#about .winwin .organize-container .labor-side .leader {
  right: -78px;
}
#about .winwin .organize-container .labor-side .icon1 {
  right: 5%;
  top: 20%;
}
#about .winwin .organize-container .labor-side .icon2 {
  left: 30%;
  top: 12%;
}
#about .winwin .organize-container .labor-side .icon3 {
  right: 5%;
  bottom: 20%;
}
#about .winwin .organize-container .labor-side .icon4 {
  left: 30%;
  bottom: 12%;
}
#about .winwin .organize-container .center {
  width: 15%;
  max-width: 202px;
  min-width: 100px;
  z-index: 15;
}
#about .winwin .organize-container .bg-screen {
  width: calc(100% - 140px);
}
#about .winwin .organize-container .bg-mobile {
  display: none;
}

@-webkit-keyframes spin-clockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-clockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-counterclockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-counterclockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/*----- News -----*/
#news {
  background-color: rgba(161, 212, 136, 0.1);
  background-image: url(../_img/jobsearch/bg.svg);
  background-position: 100% 120px;
  background-repeat: no-repeat;
  background-size: auto;
}
#news .news-navi {
  position: sticky;
  width: 100%;
  top: 76px;
  left: 0;
  margin-bottom: 2rem;
  background-color: #009043;
  color: #fff;
  z-index: 998;
}
#news .news-navi ul {
  text-align: center;
}
#news .news-navi li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #007936;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#news .news-navi li:last-child {
  border-right: 1px solid #007936;
}
#news .news-navi li a {
  display: block;
  padding: 10px;
}
#news .news-navi li:hover, #news .news-navi li.active {
  background-color: #69B72D;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#news .main-title {
  margin-top: 120px;
}
#news .top-newsbox {
  width: 100%;
  max-width: 100%;
  margin: 70px auto 100px;
  height: 315px;
  overflow: hidden;
}
#news .top-newsbox .swiper-container {
  height: 100%;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item .news-img {
  width: 50%;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item .news-img .bg-img {
  padding-bottom: 50%;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item .news-text {
  width: calc(50% - 40px);
  margin: 10px 0px 0 20px;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item .news-text .catagory {
  color: #69B72D;
  margin-bottom: 10px;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item .news-text .date {
  color: #a0a0a0;
}
#news .top-newsbox .swiper-container .swiper-slide .news-item .news-text .sub-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  margin-top: 20px;
}
#news .top-newsbox .swiper-container .swiper-pagination-bullet-active {
  background: #009043;
  height: 20px;
  width: 8px;
  border-radius: 10px;
}
#news .news-list {
  display: block;
}
#news .news-list .news-item {
  width: 31%;
  margin: 0 1% 30px;
  display: inline-block;
  vertical-align: top;
}
#news .news-list .news-item figure {
  position: relative;
}
#news .news-list .news-item figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(105, 183, 45, 0.4);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0.5, 0.5, 0.5);
  transition: all 0.15s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
#news .news-list .news-item:hover figure:before {
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.24, 0.8, 0.8);
  transition: all 0.25s cubic-bezier(0.24, 0.24, 0.8, 0.8);
}
#news .news-list .news-item .bg-img {
  padding-top: 50%;
}
#news .news-header {
  display: block;
  padding: 10px 0;
}
#news .news-header .catagory {
  color: #69B72D;
}
#news .news-header .title {
  margin: 3px 0;
  line-height: 1.3;
}
#news .news-header .date {
  color: #a0a0a0;
}
#news .news-detail {
  padding: 80px 0;
}
#news .news-detail .news-header {
  margin: 1.5rem 0;
  text-align: center;
}
#news .news-detail .news-header .title {
  margin: 10px 0;
}
#news .news-detail .news-header .date {
  color: #999;
}
#news .news-detail .img-test-wrap {
  padding: 15px 0 15px 0;
  text-align: center;
}

.dl-box .title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #69B72D;
  padding-bottom: 10px;
}
.dl-box ul {
  margin-bottom: 40px;
}
.dl-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  background-color: #009043;
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
}
.dl-box ul li .name {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 5px 5px 5px 0;
}
.dl-box ul li a {
  display: inline-block;
  text-decoration: underline;
  margin: 5px 0;
}

/*----- Contact -----*/
#contact {
  padding: 80px 0;
  background-color: rgba(161, 212, 136, 0.1);
  background-image: url(../_img/jobsearch/bg.svg);
  background-position: 100% 120px;
  background-repeat: no-repeat;
  background-size: auto;
}
#contact .map {
  margin-bottom: 3rem;
  padding-top: 35%;
}
#contact h4 {
  margin-bottom: 1.5rem;
  color: #666;
}
#contact .contact-form {
  padding-right: 15px;
}
#contact .contact-form [class^=col] {
  padding: 0;
}
#contact .contact-form .inline-row dl {
  width: 50%;
}
#contact .contact-form .inline-row dl:first-child dd {
  padding-right: 10px;
}
#contact .contact-form dl {
  width: 100%;
  padding-right: 15px;
}
#contact .contact-form dl dt {
  width: 70px;
}
#contact .contact-form dl dd {
  width: calc(100% - 70px - 10px);
}
#contact .contact-form p {
  margin-bottom: 5px;
}
#contact .contact-list {
  margin: 2rem 0 1rem;
}
#contact .contact-list li {
  margin: 8px 0;
}
#contact .contact-list li span {
  display: inline-block;
  vertical-align: middle;
}
#contact .contact-list li span.leader {
  width: 50px;
  color: #666;
}
#contact .contact-list li span.content {
  width: calc(100% - 50px - 10px);
}
#contact .btn-fb {
  max-width: 120px;
  border-color: #3b5998;
  color: #3b5998;
}
#contact .btn-fb path {
  fill: #3b5998;
}
#contact .btn-fb:hover {
  color: #fff;
}
#contact .btn-fb:hover path {
  fill: #fff;
}
#contact .btn-fb:hover {
  background-color: #3b5998;
}

#job_search.job_search-box {
  background-color: rgba(161, 212, 136, 0.1);
  padding: 120px 0 80px;
  background-image: url(../_img/jobsearch/bg.svg);
  background-position: 100% 80px;
  background-repeat: no-repeat;
  background-size: auto;
}
#job_search #job_list_page_wrapper .job_list_choose section {
  padding: 10px 15px;
  margin-bottom: 20px;
}
#job_search #job_list_page_wrapper .job_list_choose section h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#job_search #job_list_page_wrapper .job_list_choose section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#job_search #job_list_page_wrapper .job_list_choose section ul li {
  margin-bottom: 10px;
}
#job_search #job_list_page_wrapper .job_list_choose section input[type=checkbox] {
  display: none;
}
#job_search #job_list_page_wrapper .job_list_choose section input[type=checkbox]:checked + span {
  color: #fff;
  background-color: #009043;
  border: 1px solid #009043;
}
#job_search #job_list_page_wrapper .job_list_choose section .check-box {
  margin: 10px 5px 10px 0px;
  cursor: pointer;
}
#job_search #job_list_page_wrapper .job_list_choose section .check-box span {
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #A1D488;
  border-radius: 5px;
}
#job_search #job_list_page_wrapper .job_list_choose section li {
  line-height: 2;
}
#job_search #job_list_page_wrapper {
  /*job_list_choose*/
}
#job_search #job_list_page_wrapper .job_list_result section {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #009043;
}
#job_search #job_list_page_wrapper .job_list_result section .job_description {
  color: #666;
  padding: 0px 0 20px;
}
#job_search #job_list_page_wrapper .job_list_result section .job_btn {
  text-align: right;
}
#job_search #job_list_page_wrapper .job_list_result section .job_btn li {
  display: inline-block;
  margin-left: 20px;
}
#job_search #job_list_page_wrapper .job_list_result section .job_btn li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #4e4e4e;
}
#job_search #job_list_page_wrapper .job_list_result section .job_btn li a:hover {
  background: #009043;
}
#job_search #job_list_page_wrapper .job_list_result section .job_btn li .svg-inline--fa {
  margin-right: 5px;
}
#job_search #job_list_page_wrapper .job_list_result section .job_btn li:nth-last-child(1) a {
  background-color: #009043;
  color: #fff;
  border: 1px solid #009043;
}
#job_search #job_list_page_wrapper .job_list_result section {
  /*job_btn*/
}
#job_search {
  /*#job_list_page_wrapper*/
}
#job_search #job_search_detail {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 2%;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn {
  text-align: center;
  margin-bottom: 10px;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn li {
  display: inline-block;
  padding: 0 5px;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn li a {
  display: block;
  color: #4E4E4E;
  line-height: 2.5;
  background: #fff;
  padding: 15px 30px 5px;
  border-radius: 5px;
  border: 1px solid #4E4E4E;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn li a:hover {
  background: #69B72D;
  color: #fff;
  border: 1px solid #69B72D;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn li .svg-inline--fa {
  display: block;
  font-size: 26px;
  margin: auto;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn li:nth-last-child(1) a {
  background-color: #009043;
  color: #fff;
  border: 1px solid #009043;
}
#job_search #job_search_detail .job_detial_title_container .detial_title_btn {
  /*job_btn*/
}
#job_search #job_search_detail {
  /*job_detial_title_container*/
}
#job_search #job_search_detail .job_detial_container {
  padding: 0 10px 10px;
}
#job_search #job_search_detail .job_detial_container .job_list {
  list-style: square;
  color: #69B72D;
}
#job_search #job_search_detail .job_detial_container .job_list li {
  padding: 10px 0;
}
#job_search #job_search_detail .job_detial_container .job_list .j_title {
  color: #000;
  font-weight: bold;
  width: 70px;
  display: inline-block;
}
#job_search #job_search_detail .job_detial_container .job_list .j_title2 {
  color: #000;
  font-weight: bold;
  display: block;
}
#job_search #job_search_detail .job_detial_container .job_list .j_content2 {
  display: block;
  color: #666;
}
#job_search #job_search_detail .job_detial_container .job_list .j_content {
  display: inline-block;
  color: #000;
}
#job_search #job_search_detail {
  /*job_detial_container*/
}
#job_search {
  /*#job_search_detail*/
}
#job_search .result_title {
  font-size: 0;
  margin-bottom: 10px;
}
#job_search .result_title li {
  display: inline-block;
  line-height: 2;
}
#job_search .result_title .company_title, #job_search .result_title .job_title {
  font-size: 20px;
  color: #009043;
}
#job_search .result_title .job_title {
  padding-left: 10px;
}
#job_search .result_title .date_title {
  font-size: 14px;
  color: #999;
  float: right;
  padding-top: 10px;
}
#job_search {
  /*result_title*/
}
#job_search .job_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#job_search .job_area li {
  display: inline-block;
  color: #4E4E4E;
  padding-right: 30px;
  font-size: 14px;
}
#job_search .job_area li .svg-inline--fa {
  color: #4E4E4E;
  margin-right: 5px;
}
#job_search .job_area .date_title {
  text-align: right;
  padding-right: 0;
  padding-top: 5px;
}
#job_search .job_area .date_title_detail {
  color: #4E4E4E;
  font-size: 14px;
}
#job_search {
  /*job_area*/
}
#job_search .under_dotted_line {
  border-bottom: 1px dotted #ddd;
}

#recruitment {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#fff));
  background: linear-gradient(#E5E5E5, #fff);
  padding-top: 50px;
  padding-bottom: 5%;
}
#recruitment .solgan {
  font-size: 28px;
  text-align: center;
}
#recruitment .recruitment_wrapper {
  width: 90%;
  margin: auto;
}
#recruitment .recruitment_form dl dt {
  width: 80px;
}
#recruitment .recruitment_form dl dd {
  width: calc(100% - 90px);
}
#recruitment .recruitment_form dl dd p {
  padding-left: 90px;
  color: #999;
}
#recruitment .recruitment_form .col-6 {
  padding-left: 0px;
}
#recruitment .recruitment_form .form_style {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #009042;
  padding: 5px 8px;
  outline: 0;
  border-radius: 4px;
  background-color: #fff;
  font-family: "微軟正黑體";
}
#recruitment .recruitment_form .tel {
  width: 80%;
}
#recruitment .recruitment_form .telex {
  margin-left: 1%;
  width: 16%;
}

#member > div {
  padding: 2rem 15px;
}
#member .member_title {
  text-align: center;
}
#member .member_title h3 {
  color: #009043;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#member .member_title h4 {
  font-size: 32px;
  font-weight: bold;
}
#member .member_title h5 {
  font-size: 28px;
}
#member .member_title p {
  margin-top: 20px;
}
#member .member_title .resume_file {
  text-align: right;
  padding-right: 30px;
  font-weight: bold;
}
#member .member_title .resume_file .svg-inline--fa {
  position: relative;
  background: #69B72D;
  color: #fff;
  padding: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#member .member_title .resume_file a:hover {
  color: #009043;
}
#member .member_title .resume_file a:hover .svg-inline--fa {
  background: #009043;
}
#member {
  /*member_title*/
}
#member .login_form_wrapper {
  width: 420px;
  padding-top: 40px;
  margin: auto;
}
#member .login_form_wrapper dl {
  font-size: 0;
}
#member .login_form_wrapper dl dt {
  width: 135px;
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  padding-right: 15px;
}
#member .login_form_wrapper dl dd {
  width: calc(100% - 135px);
  display: inline-block;
  font-size: 1rem;
  margin: 8px 0;
}
#member .login_form_wrapper dl dd input {
  width: 100%;
}
#member .login_form_wrapper dl dd.tel input {
  width: calc(100% - 5.5em);
}
#member .login_form_wrapper dl dd.tel input.ext {
  width: 4em;
}
#member .login_form_wrapper .w_style1 {
  width: 68%;
  display: inline-block;
}
#member .login_form_wrapper .w_style2 {
  width: 30%;
  display: inline-block;
}
#member .login_form_wrapper .w_style3 {
  margin: 8px 0 0;
}
#member .login_form_wrapper .ex_word {
  margin: 0;
}
#member .login_form_wrapper .ex_word p {
  padding-left: 130px;
  color: #999;
}
#member .login_text {
  color: #666;
  text-align: center;
  margin-top: 20px;
}
#member .login_text a {
  text-decoration: underline;
}
#member .login_text a:hover {
  text-decoration: none;
}
#member .submenu {
  background-color: #009043;
  color: #fff;
}
#member .submenu ul {
  text-align: center;
}
#member .submenu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #007936;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#member .submenu li:last-child {
  border-right: 1px solid #007936;
}
#member .submenu li a {
  display: block;
  padding: 10px;
}
#member .submenu li:hover, #member .submenu li.active {
  background-color: #69B72D;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#member .submenu_employee {
  background-color: #777;
  color: #fff;
}
#member .submenu_employee ul {
  text-align: center;
}
#member .submenu_employee li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #ddd;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#member .submenu_employee li:last-child {
  border-right: 1px solid #ddd;
}
#member .submenu_employee li a {
  display: block;
  padding: 10px;
}
#member .submenu_employee li:hover, #member .submenu_employee li.active {
  background-color: #69B72D;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#member .enterprise_form {
  width: 640px;
  padding-top: 40px;
  margin: auto;
}
#member .enterprise_form dl {
  font-size: 0;
}
#member .enterprise_form dl dt {
  width: 200px;
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  padding-right: 20px;
}
#member .enterprise_form dl dd {
  width: calc(100% - 200px);
  display: inline-block;
  font-size: 1rem;
  margin: 8px 0;
}
#member .enterprise_form dl dd input {
  width: 100%;
}
#member .enterprise_form dl dd.tel input {
  width: calc(100% - 5.5em);
}
#member .enterprise_form dl dd.tel input.ext {
  width: 4em;
}
#member .publish_form {
  width: 860px;
  padding-top: 40px;
  margin: auto;
}
#member .publish_form dl {
  font-size: 0;
}
#member .publish_form dl dt {
  width: 200px;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
#member .publish_form dl dd {
  width: calc(100% - 200px);
  display: inline-block;
  font-size: 1rem;
  margin: 8px 0;
  font-size: 0;
}
#member .publish_form dl dd input {
  width: 100%;
  font-size: 1rem;
}
#member .publish_form dl dd label {
  font-size: 1rem;
}
#member .publish_form dl dd .w_50 {
  width: 50%;
  padding-right: 1%;
  display: inline-block;
}
#member .publish_form dl dd > div {
  margin-bottom: 10px;
}
#member .publish_form {
  /*dl*/
}
#member .publish_form .factor li {
  display: inline-block;
  padding-right: 20px;
}
#member .publish_form .factor li label {
  padding-right: 10px;
}
#member .publish_form .factor .w_style1 {
  width: 70%;
}
#member .publish_form .factor .w_style2 {
  width: 40%;
}
#member .publish_form .factor .w_style3 {
  width: 12%;
}
#member {
  /*publish_form*/
}
#member .enterprise_management {
  width: 860px;
  padding-top: 40px;
  margin: auto;
}
#member .enterprise_management .title {
  background: #eee;
  font-weight: bold;
}
#member .enterprise_management ul {
  font-size: 0;
  border-bottom: 1px solid #eee;
}
#member .enterprise_management ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding: 1rem 0;
}
#member .enterprise_management .style1 {
  width: 8%;
  text-align: center;
}
#member .enterprise_management .style1 b {
  color: #999;
}
#member .enterprise_management .style2 {
  width: 18%;
}
#member .enterprise_management .style2 b {
  color: #999;
}
#member .enterprise_management .style3 {
  width: 44%;
}
#member .enterprise_management .style3 a {
  font-size: 20px;
}
#member .enterprise_management .style4, #member .enterprise_management .style5, #member .enterprise_management .style6 {
  width: 10%;
  text-align: center;
}
#member .enterprise_management .style7 {
  width: 74%;
}
#member .enterprise_management .style7 a {
  font-size: 20px;
}
#member .enterprise_management .style8 {
  width: 39%;
}
#member .enterprise_management .style9 {
  width: 35%;
}
#member .enterprise_management .style10 {
  width: 64%;
}
#member .enterprise_management .style11 {
  width: 10%;
  color: #69B72D;
  text-align: center;
}
#member .enterprise_management .p_title {
  font-size: 20px;
}
#member .enterprise_management .p_date {
  color: #999;
  line-height: 2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#member {
  /*enterprise_management*/
}
#member #job_search .job_login_form_wrapper {
  margin: 80px auto 0;
}
#member #job_search .job_login_form_wrapper h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#member #job_search .job_login_form_wrapper section {
  padding: 0 10%;
}
#member #job_search .job_login_form_wrapper dl {
  font-size: 0;
}
#member #job_search .job_login_form_wrapper dl dt {
  width: 60px;
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  padding-right: 20px;
}
#member #job_search .job_login_form_wrapper dl dd {
  width: calc(100% - 60px);
  display: inline-block;
  font-size: 1rem;
  margin: 8px 0;
}
#member #job_search .job_login_form_wrapper dl dd input {
  width: 100%;
}
#member #job_search .job_login_form_wrapper .border_style1 {
  border-right: 1px #ddd solid;
}
#member #job_search {
  /*.job_login_form_wrapper*/
}
#member {
  /*#job_search*/
}
#member #job_resume .side_menu ul {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  font-size: 20px;
  color: #666;
  line-height: 3;
}
#member #job_resume .side_menu ul li {
  border-bottom: 1px #ddd solid;
  padding: 0 10px;
}
#member #job_resume .side_menu ul li:after {
  content: "\f105";
  content: ">";
  font-family: "Font Awesome 5 Solid";
  font-size: 16px;
  text-align: right;
  position: absolute;
  right: 40px;
  padding-top: 5px;
}
#member #job_resume .side_menu ul li.active {
  color: #FFFFFF;
  background: rgba(97, 180, 52, 0.6);
}
#member #job_resume .side_menu ul .active {
  color: #69B72D;
}
#member #job_resume #pdf_upload_button {
  position: absolute;
  right: 12px;
  top: -32px;
  font-size: 1.1rem;
  color: #009043;
  cursor: pointer;
}
#member #job_resume .resume_container {
  background: #fff;
  border-radius: 10px;
  padding: 20px 80px 20px;
  margin-bottom: 1.5rem;
}
#member #job_resume .resume_container h5 {
  color: #69B72D;
  font-size: 20px;
}
#member #job_resume .resume_container.type1 dl {
  margin: 20px 0;
}
#member #job_resume .resume_container.type1 dl dt {
  width: 80px;
  font-weight: bold;
}
#member #job_resume .resume_container.type1 dl dd {
  width: calc(100% - 90px);
}
#member #job_resume .resume_container {
  /*.resume_form*/
}
#member #job_resume .resume_container.type2 dl {
  margin: 20px 0;
}
#member #job_resume .resume_container.type2 dl dt {
  width: 120px;
  font-weight: bold;
}
#member #job_resume .resume_container.type2 dl dd {
  width: calc(100% - 140px);
}
#member #job_resume .resume_container {
  /*.resume_form2*/
}
#member #job_resume .resume_container #pdf-row {
  display: none;
}
#member #job_resume {
  /*.resume_container*/
}
#member {
  /*job_resume*/
}
#member .last_child {
  border-bottom: 1px #ddd solid;
  padding-bottom: 50px;
}
#member .form_style {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #009042;
  padding: 5px 8px;
  width: 60%;
  outline: 0;
  border-radius: 4px;
  background-color: #fff;
  font-family: "微軟正黑體";
}
#member .form_style[disabled] {
  border: none;
}
#member .form_style2 {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #009042;
  padding: 5px 8px;
  margin: 0 5px;
  width: 100px;
  outline: 0;
  border-radius: 4px;
  background-color: #fff;
  font-family: "微軟正黑體";
}
#member .form_style2[disabled] {
  border: none;
}
#member .form_style3 {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #009042;
  padding: 5px 8px;
  margin: 0 5px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  background-color: #fff;
  font-family: "微軟正黑體";
}
#member .form_style3[disabled] {
  border: none;
}
#member .ipput_style {
  width: 100%;
}
#member .radio_list {
  font-size: 0;
}
#member .radio_list li {
  font-size: 1rem;
  display: inline-block;
  padding-right: 10px;
}
#member .radio_list .btn-row {
  margin-top: 0;
}
#member .add_education, #member .add_work {
  color: #69B72D;
  padding: 15px 10px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
#member .add_education .svg-inline--fa, #member .add_work .svg-inline--fa {
  margin-right: 10px;
}
#member .sub_forms > div {
  position: relative;
}
#member .sub_forms > div .remove_button {
  position: absolute;
  color: #666666;
  cursor: pointer;
  right: 0;
  top: 10px;
}
#member .sub_forms > div .remove_button:hover {
  color: #333333;
}
#member .sub_forms > div hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(#333), to(#ccc));
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
#member .sub_forms > div:first-child hr {
  display: none;
}
#member .resume_complete dl dt {
  width: 100%;
}
#member .resume_complete dl dd {
  font-size: 0;
  display: block;
  margin: 1.5rem 0;
}
#member .resume_complete dl dd b {
  width: 20%;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
#member .resume_complete dl dd span {
  width: 80%;
  font-size: 1rem;
  display: inline-block;
}
#member .resume_complete dl dd p, #member .resume_complete dl dd article {
  font-size: 1rem;
}
#member {
  /*.resume_complete*/
}
#member .forget_password {
  text-align: right;
}
#member .text_style1 {
  vertical-align: top;
  padding-top: 15px;
}
#member .text_style2 {
  color: #666;
  text-align: center;
  margin: 40px 0;
  font-size: 0;
}
#member .text_style2 b {
  width: 100px;
  display: inline-block;
  font-size: 1rem;
}
#member .text_style2:before, #member .text_style2:after {
  content: "";
  width: calc((100% - 100px) / 2);
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 9px;
}
#member .text_style3 {
  vertical-align: top;
  padding-bottom: 15px;
}
#member .text_style4 {
  vertical-align: top;
}
#member .text_style5 {
  padding-bottom: 3rem;
}
#member .text_style6 {
  display: inline-block;
  padding-right: 1rem;
}
#member .text_style7 {
  color: #009043;
}
#member .text_style_red {
  color: #B20000;
}
#member .width_style1 {
  width: 100%;
  display: block;
}
#member .width_style2 {
  width: auto;
  display: inline-block;
  padding: 1rem 2rem 0 0;
}
#member .textarea_style1 textarea {
  height: 120px;
}
#member .textarea_style2 textarea {
  height: 480px;
}
#member .btn_fb {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10%;
}
#member .btn_fb a {
  border: 1px solid #3B5999;
  color: #3B5999;
  padding: 10px 30px;
  border-radius: 6px;
  display: block;
}
#member .btn_fb a:hover {
  background: #3B5999;
  color: #fff;
}
#member .btn_google {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10%;
}
#member .btn_google a {
  border: 1px solid #D52B2B;
  color: #D52B2B;
  padding: 10px 30px;
  border-radius: 6px;
  display: block;
}
#member .btn_google a:hover {
  background: #D52B2B;
  color: #fff;
}
#member #keep_list {
  /*--- job item ---*/
}
#member #keep_list .job-item {
  padding: 20px;
  background-color: #fff;
  border: 1px #eee solid;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#member #keep_list .job-item .job_name {
  padding-bottom: 5px;
  color: #69B72D;
}
#member #keep_list .job-item .border_style {
  border-bottom: 1px dashed #ddd;
}
#member #keep_list .job-item .job_area {
  padding: 10px 0;
  color: #666;
}
#member #keep_list .job-item .job_area b {
  margin-right: 10px;
}
#member #keep_list .job-item .job_area svg {
  display: inline-block;
  margin-right: 3px;
}
#member #keep_list .job-item .job_area path {
  fill: #69B72D;
}
#member #keep_list .job-item .keep_time {
  color: #999;
}
#member #keep_list .job-item .btn-row {
  margin-top: 1rem;
  text-align: right;
  color: #69B72D;
}
#member #keep_list {
  /*.job-item*/
}
#member #keep_list .close .job-item .job_name {
  color: #999;
}
#member #keep_list .close .job-item .job_area {
  color: #ccc;
}
#member #keep_list .close .job-item .job_area path {
  fill: #ccc;
}
#member #keep_list .close .job-item .btn-row-close {
  border: 1px solid #ccc;
  background: #ccc;
  color: #fff;
  cursor: no-drop;
}
#member #keep_list {
  /*.close*/
}
#member {
  /*keep_list*/
}
#member #employee_information h5 {
  color: #61B434;
  font-size: 20px;
}
#member #employee_information h5 b {
  color: #D80000;
}
#member #employee_information h5 b span {
  font-size: 1rem;
}
#member #employee_information .information_wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#member #employee_information .information_wrapper dl {
  margin: 20px 0;
}
#member #employee_information .information_wrapper dl dt {
  width: 80px;
  font-weight: bold;
}
#member #employee_information .information_wrapper dl dd {
  width: calc(100% - 90px);
}
#member #employee_information .information_wrapper .infor_form dl {
  margin: 20px 0;
}
#member #employee_information .information_wrapper .infor_form dl dt {
  width: 120px;
  font-weight: bold;
}
#member #employee_information .information_wrapper .infor_form dl dd {
  width: calc(100% - 150px);
}
#member #employee_information .information_wrapper {
  /*.infor_form*/
}
#member #employee_information {
  /*information_wrapper*/
}
#member {
  /*#employee_information*/
}
#member .employee_modify .information_wrapper {
  border: 1px solid #ddd;
}
#member strong, #member b {
  font-weight: bold;
}
#member #employee_billboard {
  margin-bottom: 1rem;
  margin-top: 40px;
}
#member #employee_billboard .member_title {
  text-align: center;
}
#member #employee_billboard .member_title h3 {
  font-size: 16px;
  color: #666;
}
#member #employee_billboard .member_title h3:before, #member #employee_billboard .member_title h3:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#member #employee_billboard .member_title h4 {
  font-size: 42px;
  color: #333;
}
#member #employee_billboard .employee_billboard_menu {
  line-height: 3;
}
#member #employee_billboard .employee_billboard_menu > li {
  font-weight: bold;
}
#member #employee_billboard .employee_billboard_menu > li ul li {
  font-weight: normal;
}
#member #employee_billboard .employee_billboard_menu > li ul li:hover {
  color: #69B72D;
  text-decoration: underline;
}
#member #employee_billboard .employee_billboard_menu > li ul li a.active {
  color: #69B72D;
}
#member #employee_billboard .employee_billboard_menu > li.active > a {
  color: #69B72D;
}
#member #employee_billboard .employee_billboard_menu .has-arrow {
  border-bottom: 1px solid #ddd;
}
#member #employee_billboard .employee_billboard_menu a {
  width: 100%;
  display: block;
}
#member #employee_billboard .employee_billboard_menu a:hover {
  color: #69B72D;
}
#member #employee_billboard h6 {
  background: #69B72D;
  text-align: center;
  line-height: 2;
  color: #fff;
  display: none;
}
#member #employee_billboard .h6_title {
  background: #69B72D;
  text-align: center;
  line-height: 2;
  color: #fff;
  margin-top: 2rem;
}
#member .salary .text_style1 {
  font-size: 1rem;
  text-align: center;
  padding-top: 0;
}
#member .salary .text_withholding {
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  line-height: 2;
}
#member .salary dl dt {
  width: 100%;
  text-align: center;
  line-height: 3;
  background: #ddd;
  border: 1px solid #ddd;
}
#member .salary dl dd {
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}
#member .salary dl dd span {
  display: inline-block;
  font-size: 1rem;
  padding: 10px 20px;
  width: 50%;
}
#member .salary dl dd .title {
  background: #eee;
  border-left: 1px solid #ddd;
}
#member .salary dl dd .title.color-bg {
  background: #ffc168;
}
#member .salary dl dd .number {
  text-align: right;
  border-right: 1px solid #ddd;
}
#member .salary .ps {
  padding: 10px;
}
#member .salary .ps div {
  font-size: 1rem;
  padding: 10px 20px;
}
#member .salary .ps .title {
  background: #eee;
  border: 1px solid #ddd;
}
#member .salary .ps .title.color-bg {
  background: #ffc168;
}
#member .salary .ps .text {
  border: 1px solid #ddd;
  padding: 5px;
}
#member .print {
  text-align: right;
  padding: 10px;
}

/*#member*/
#member {
  background-color: rgba(161, 212, 136, 0.1);
  background-image: url(../_img/jobsearch/bg.svg);
  background-position: 100% 120px;
  background-repeat: no-repeat;
  background-size: auto;
}

.m_bg {
  padding: 0px 0 8%;
}
.m_bg.top-80 {
  padding-top: 80px;
}

.m_bg2 {
  padding: 0px 0 8%;
}
.m_bg2.top-80 {
  padding-top: 80px;
}

.mobile_nav_menu {
  display: none;
}

i.dot {
  color: red;
}

#policy {
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 3rem;
  line-height: 2;
}
#policy article {
  margin: 1.5rem 0;
}
#policy h5 {
  font-size: 1.5rem;
}
#policy ul {
  padding-left: 20px;
}
#policy ul li {
  list-style: disc;
}
#policy .style {
  margin: 1.5rem 0;
}

@media only screen and (max-width: 1400px) {
  #index .index-job .job-slider {
    padding: 0 40px 5px;
  }
  #index .index-job .job-slider .slick-prev, #index .index-job .job-slider .slick-next {
    width: 36px;
    height: 36px;
  }
  #index .index-job .job-slider .slick-prev:before, #index .index-job .job-slider .slick-next:before {
    width: 10px;
    height: 15px;
  }
  #index .index-job .job-slider .slick-prev {
    left: 0;
    top: 50%;
  }
  #index .index-job .job-slider .slick-next {
    right: 0;
    top: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-nav ul {
    text-align: left;
    margin: 5px 0;
  }
  footer .footer-nav ul li {
    text-align: left;
    margin: 5px 2px;
  }
  footer .footer-nav ul li:last-child a {
    border-right: 1px #ccc dotted;
  }
}
@media only screen and (max-width: 1024px) {
  .col-l-12 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  /*--- header ---*/
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    z-index: 99999;
  }
  #burger span {
    background-color: #5e5e5e;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:nth-child(2) {
    top: 9px;
    -webkit-transition-property: all, -webkit-transform;
    transition-property: all, -webkit-transform;
    transition-property: all, transform;
    transition-property: all, transform, -webkit-transform;
  }
  #burger span:last-child {
    top: 18px;
    -webkit-transition-property: all, -webkit-transform;
    transition-property: all, -webkit-transform;
    transition-property: all, transform;
    transition-property: all, transform, -webkit-transform;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger.active {
    position: fixed;
  }
  #burger.active span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
    left: 0px;
  }
  #burger.active span:nth-child(2), #burger.active span:last-child {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-property: all, -webkit-transform;
    transition-property: all, -webkit-transform;
    transition-property: all, transform;
    transition-property: all, transform, -webkit-transform;
  }
  #burger.active span:nth-child(2) {
    left: -100%;
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger.active span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #logo {
    padding: 10px 0;
    margin: 0 10px;
  }
  header #main-nav {
    position: fixed;
    width: 80vw;
    max-width: 280px;
    height: 100vh;
    margin-top: 0;
    padding-left: 0;
    right: 0;
    top: 0;
    overflow: auto;
    font-size: 1rem;
    background-color: #ddd;
    -webkit-transform: translateX(80vw);
            transform: translateX(80vw);
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  header #main-nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  header #main-nav .menu .nav-item {
    margin: 0px;
    padding: 10px 0 0;
  }
  header #main-nav .menu .nav-item .icon, header #main-nav .menu .nav-item .name {
    display: inline-block;
    vertical-align: middle;
  }
  header #main-nav .menu .nav-item .icon:before {
    position: relative;
    display: inline-block;
    left: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
  }
  header #main-nav .menu .nav-item a {
    display: block;
    padding: 10px 0;
  }
  header #main-nav .menu .nav-item:hover .name, header #main-nav .menu .nav-item.active .name {
    padding-top: 0;
    color: #009043;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header #main-nav .menu .dropdown {
    position: relative;
    height: auto;
    display: block;
  }
  header #main-nav .menu .dropdown .sub_menu {
    visibility: visible;
    opacity: 1;
    font-size: 1rem;
    position: relative;
    z-index: 999;
    top: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    text-align: center;
    color: #000;
    border-radius: 10px;
    padding-left: 30px;
  }
  header #main-nav .menu .dropdown .sub_menu li {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    display: block;
    color: #000;
    background: none;
  }
  header #main-nav .menu .dropdown .sub_menu li a {
    padding: 0;
    display: inline-block;
  }
  header #main-nav .menu .dropdown .sub_menu li:before {
    content: "\f105";
    color: #69B72D;
    font-family: "FontAwesome";
    display: inline-block;
    padding: 0 10px;
  }
  header #main-nav .menu .dropdown .sub_menu li:hover {
    color: #009043;
    background: none;
  }
  header #main-nav .menu .dropdown:hover {
    cursor: pointer;
  }
  header #main-nav .menu .dropdown:hover .sub_menu {
    visibility: visible;
    opacity: 1;
  }
  header #main-nav .menu .dropdown::after {
    display: none;
  }
  header #main-nav .menu {
    /*dropdown*/
  }
  header #main-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85);
    transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85);
  }
  /*--- footer ---*/
  footer {
    padding: 15px 0 5px;
  }
  footer .footer__job-area .inner-box {
    margin-bottom: 20px;
  }
  /*--- index ---*/
  #index .index-search {
    padding: 3rem 0 5rem;
    min-height: auto;
    background-size: cover;
  }
  #index .index-about {
    padding: 4.5rem 0;
  }
  #index .index-job {
    padding: 4rem 0;
  }
  /*--- about ---*/
  #about .company {
    min-height: 60vh;
  }
  /*---news ---*/
  #news .news-navi {
    top: 67px;
  }
  /*--- Contact ---*/
  #contact {
    padding: 1rem 0 3rem;
  }
  #contact h4 {
    margin-bottom: 0.8rem;
  }
  #contact .contact-box {
    max-width: 760px;
    margin: 0 auto 2rem;
  }
  #contact .contact-form {
    padding-right: 0;
  }
  #contact .contact-form .row {
    margin: 10px 0;
  }
  #contact .contact-list {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 960px) {
  /*----- index -----*/
  #index .news-fram .news-list .news-item {
    width: 47%;
  }
  /*----- News -----*/
  #news .top-newsbox {
    width: 100%;
  }
  #news .news-list .news-item {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  .col-m-12 {
    float: none;
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 20px;
  }
  .job-item article {
    font-size: 1rem;
    line-height: 1.6;
  }
  /*--- page navi ---*/
  .page-navi {
    position: relative;
  }
  .page-navi h6 {
    display: block;
  }
  .page-navi ul {
    background-color: #fff;
    border: 1px solid #009043;
    text-align: center;
  }
  /*--- index---*/
  #index #banner .banner-down {
    width: 32px;
    height: 32px;
    bottom: 10px;
    border-color: #fff;
  }
  #index #banner .banner-down span {
    width: 8px;
    height: 8px;
    margin-top: 10px;
  }
  #index .index-about .main-title .h1 {
    font-size: 48px;
  }
  #index .index-about article {
    font-size: 1rem;
  }
  #index .index-about article p {
    margin: 0.5em 0;
  }
  /*----- About -----*/
  #about .about-navi {
    padding: 2rem 0 1rem;
  }
  #about .about-navi ul {
    display: none;
    max-width: 100%;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  #about .about-navi ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #about .about-navi .nav-item {
    display: block;
    margin: 0;
  }
  #about .about-navi .nav-item .inner {
    display: block;
    padding: 5px 0;
  }
  #about .about-navi .nav-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border-radius: none;
    border: 0;
  }
  #about .about-navi .nav-item .icon:before {
    display: none;
  }
  #about .about-navi .nav-item .icon img {
    width: 30px;
  }
  #about .about-navi .nav-item .name {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    font-size: 1rem;
  }
  #about .about-navi .nav-item:hover, #about .about-navi .nav-item.active {
    color: #69B72D;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #about .about-navi .nav-item:hover .icon, #about .about-navi .nav-item.active .icon {
    border: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #about section {
    padding: 2rem 0;
  }
  #about .company .about__contact-fram .about__contact-item .about__contact-img-text .img-box, #about .company .about__contact-fram .about__contact-item .about__contact-img-text .text-box {
    width: 100%;
  }
  #about .company .about__contact-fram .about__contact-item .about__contact-img-text .img-box {
    margin-bottom: 20px;
  }
  #about .company .about__contact-fram .about__contact-item .about-contact-left-box, #about .company .about__contact-fram .about__contact-item .about-contact-right-box {
    width: 100%;
    margin-bottom: 20px;
  }
  #about .company .about__contact-fram .about__contact-img-grid .about__contact-img-grid-item {
    height: 380px !important;
  }
  #about .img-wrap {
    margin: 1rem 10px;
  }
  #about .winwin {
    margin: 2rem 0;
  }
  #about .winwin .organize-container {
    position: relative;
    display: block;
    margin: 5rem auto;
  }
  #about .winwin .organize-container .winwin-wrap {
    display: block;
    height: auto;
    padding: 0;
  }
  #about .winwin .organize-container .half-side {
    display: block;
    width: 100%;
    max-width: 547px;
    margin: auto;
  }
  #about .winwin .organize-container .half-side:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 105%;
  }
  #about .winwin .organize-container .half-side .leader {
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #about .winwin .organize-container .half-side .icon .balloon {
    font-size: 1rem;
  }
  #about .winwin .organize-container .company-side .leader {
    top: -120px;
  }
  #about .winwin .organize-container .company-side .icon1 {
    left: 22%;
    top: 3%;
  }
  #about .winwin .organize-container .company-side .icon2 {
    right: 22%;
    top: 3%;
  }
  #about .winwin .organize-container .company-side .icon3 {
    left: 13%;
    bottom: 30%;
  }
  #about .winwin .organize-container .company-side .icon4 {
    right: 13%;
    bottom: 30%;
  }
  #about .winwin .organize-container .labor-side .leader {
    right: auto;
    bottom: -120px;
  }
  #about .winwin .organize-container .labor-side .icon1 {
    right: 13%;
    top: 30%;
  }
  #about .winwin .organize-container .labor-side .icon2 {
    left: 13%;
    top: 30%;
  }
  #about .winwin .organize-container .labor-side .icon3 {
    right: 22%;
    bottom: 2%;
  }
  #about .winwin .organize-container .labor-side .icon4 {
    left: 22%;
    bottom: 2%;
  }
  #about .winwin .organize-container .bg-screen {
    display: none;
  }
  #about .winwin .organize-container .bg-mobile {
    margin: auto;
    display: block;
  }
  /*--- news ---*/
  #news .news-navi {
    margin: 2rem 0;
    background-color: transparent;
  }
  #news .news-navi h6 {
    color: #000;
  }
  #news .news-navi ul {
    display: none;
    background-color: #009043;
  }
  #news .news-navi ul li {
    display: block;
  }
  /*----- Contact -----*/
  #contact .map {
    padding-top: 50%;
  }
  #contact .contact-form .inline-row dl {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  #contact .contact-form .inline-row dl:first-child dd {
    padding-right: 0;
  }
  #contact .contact-form dl {
    padding-right: 0;
  }
  .mobile_nav_menu {
    display: block;
  }
  .mobile_nav_menu .tabs {
    text-align: center;
    margin-top: 30px;
  }
  .mobile_nav_menu .tabs li {
    display: inline-block;
    font-size: 1.25rem;
  }
  .mobile_nav_menu .tabs li.active {
    color: #69B72D;
    text-decoration: underline;
  }
  .mobile_nav_menu .tabs li.active a:hover {
    text-decoration: underline;
  }
  .mobile_nav_menu .tabs li:nth-child(2):before, .mobile_nav_menu .tabs li:nth-child(3):before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #CECEBF;
  }
  .tab_container {
    width: 100%;
  }
  #member #job_search {
    padding-top: 2rem;
  }
  #member #job_search .job_login_form_wrapper .col-6 {
    width: 100%;
    float: none;
  }
  #member #job_search .job_login_form_wrapper h5 {
    display: none;
  }
  #member #job_search .job_login_form_wrapper .border_style1 {
    border-right: none;
  }
  #member .login_form_wrapper {
    width: 80%;
  }
  #member .enterprise_form {
    width: 90%;
  }
  #member .publish_form {
    width: 90%;
  }
  #member .publish_form dl {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
  }
  #member .publish_form dl dt {
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding-right: 0;
  }
  #member .publish_form dl dd {
    width: 100%;
    display: block;
  }
  #member .enterprise_management {
    width: 96%;
  }
  #member #keep_list .col-4 {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  #member #employee_information .col-6 {
    width: 100%;
    float: none;
  }
  #member #job_resume .side_menu.col-3 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #member #job_resume .side_menu ul {
    text-align: left;
    line-height: 1.5;
    font-size: 13px;
  }
  #member #job_resume .side_menu ul li {
    text-align: center;
    display: inline-block;
    width: calc(25% - 20px);
    border: 1px #ddd solid;
    border-radius: 10px;
    padding: 5px;
    margin: 5px 5px;
  }
  #member #job_resume .side_menu ul li:after {
    display: none;
  }
  #member #job_resume .side_menu ul .active {
    color: #69B72D;
  }
  #member #job_resume .col-9 {
    width: 100%;
    float: none;
  }
  #member #job_resume .resume_container {
    margin-top: 50px;
  }
  #member #job_resume .resume_container textarea {
    height: 5rem;
  }
  #member .resume_complete dl dd b {
    width: 30%;
  }
  #member .resume_complete dl dd span {
    width: 70%;
  }
  #member {
    /*.resume_complete*/
  } /*#member*/
  #job_search #job_list_page_wrapper .col-3, #job_search #job_list_page_wrapper .col-9 {
    width: 100%;
    float: none;
  }
  #job_search #job_search_detail .col-3, #job_search #job_search_detail .col-9, #job_search #job_search_detail .col-6 {
    width: 100%;
    float: none;
  }
  #job_search #job_search_detail .job_detial_title_container .detial_title_btn {
    padding: 1rem 0;
  }
  #job_search #job_search_detail .job_detial_title_container .detial_title_btn .job_btn {
    text-align: left;
  }
  /*#job_search*/
  .m_bg {
    padding-top: 0;
  }
  footer .col-3, footer .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer__logo-box {
    text-align: center;
    margin-bottom: 15px;
  }
  footer .footer__logo-box img {
    margin: 0 auto;
  }
  footer .footer__nav-list .footer__nav-item .footer__nav-title {
    text-align: center;
  }
  footer .footer__nav-list .footer__nav-item .footer__nav-link {
    text-align: center;
  }
  footer .footer__nav-list .footer__nav-item .footer__line-icon {
    text-align: center;
  }
  footer .footer__nav-list .footer__nav-item:nth-child(1) {
    border-left: 0px;
  }
  footer .footer__job-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__job-area .inner-box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .job-item .btn-row {
    text-align: center;
  }
  /*--- header ---*/
  #burger {
    top: 22px;
  }
  header #logo img {
    width: 180px;
  }
  /*--- footer ---*/
  footer .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-main .job-area {
    text-align: center;
  }
  footer .footer-main .job-area li {
    margin: 1px 5px;
  }
  footer .footer-main .job-area li a {
    width: 120px;
    height: auto;
    padding: 8px;
  }
  footer .footer-main .job-area li .icon {
    display: none;
  }
  footer .footer-main .job-area li .inner p {
    margin-top: 0;
  }
  footer .footer-main .nav-area {
    margin-top: 1rem;
  }
  footer .footer-main ul {
    margin: 0 1rem;
  }
  /*--- index ---*/
  #index .index-search #search-bar {
    max-width: 480px;
    margin: auto;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(1, 1fr 1fr);
    grid-column-gap: 5px;
  }
  #index .index-search #search-bar .form-cell {
    height: 2.5em;
    line-height: 2.5em;
  }
  #index .index-search #search-bar .search-cell--btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #index .index-search #search-bar .search-cell--input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #index .index-search #search-bar .search-cell--input svg {
    top: 11px;
  }
  #index .index-search #search-bar button {
    margin: 10px auto;
  }
  #index .index-job .job-slider {
    padding: 0 24px;
  }
  #index .index-job .job-slider .slick-prev, #index .index-job .job-slider .slick-next {
    width: 24px;
    height: 24px;
  }
  #index .index-job .job-slider .slick-prev:before, #index .index-job .job-slider .slick-next:before {
    width: 8px;
    height: 12px;
  }
  #index .area-fram {
    padding: 5rem 5px;
  }
  #index .area-fram .area-slider {
    margin: 30px 40px;
  }
  #index .area-fram .area-slider .item .area-item .area-img {
    padding-bottom: 70%;
  }
  #index .area-fram .area-slider .item .area-item .area-img .title {
    top: 40%;
    font-size: 1.2rem;
  }
  #index .area-fram .area-slider .slick-prev, #index .area-fram .area-slider .slick-next {
    width: 24px;
    height: 24px;
  }
  #index .area-fram .area-slider .slick-prev:before, #index .area-fram .area-slider .slick-next:before {
    width: 8px;
    height: 12px;
  }
  #index .index-service .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index .index-service .service-list .service-item {
    border-top: 1px solid #69B72D;
  }
  #index .index-service .service-list .service-item:before {
    opacity: 0.8;
  }
  /*--- news ---*/
  #news .top-newsbox {
    height: 550px;
    margin-bottom: 30px;
  }
  #news .top-newsbox .swiper-container .swiper-slide .news-item .news-img {
    width: 100%;
  }
  #news .top-newsbox .swiper-container .swiper-slide .news-item .news-text {
    width: 100%;
    margin: 10px;
  }
  #news .news-detail {
    padding: 50px 0;
  }
  #news .news-detail .news-header {
    text-align: left;
    margin: 1rem 0;
  }
  #news .news-detail .news-header .title {
    margin: 5px 0;
  }
  #about .company .about__contact-fram .about__contact-item .about__contact-item-text {
    margin-bottom: 20px;
  }
  #about .company .about__contact-fram .about__contact-item .about__contact-img-grid .about__contact-img-grid-item {
    width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .h1 {
    font-size: 32px;
  }
  .job-item .job-name {
    font-size: 18px;
    white-space: inherit;
  }
  /*--- header ---*/
  #burger {
    top: 19px;
  }
  header #logo img {
    width: 160px;
  }
  /*----- index -----*/
  #index .news-fram .tab-list .tabs-item {
    margin-bottom: 10px;
  }
  #index .news-fram .news-list .news-item {
    width: 98%;
  }
  /*----- News -----*/
  #news .news-navi {
    top: 65px;
  }
  #news .news-list .news-item {
    width: 98%;
  }
  /*----- Contact -----*/
  #contact .map {
    padding-top: 50%;
  }
  #contact .contact-form dl dt, #contact .contact-form dl dd {
    display: block;
    width: 100%;
  }
  #recruitment .recruitment_form dl dt, #recruitment .recruitment_form dl dd {
    width: 100%;
    display: block;
  }
  /*#recruitment*/
  #job_search .result_title .job_title {
    padding-left: 0;
  }
  #job_search .result_title .date_title {
    float: none;
    padding: 0 0 10px;
  }
  #job_search {
    /*result_title*/
  }
  #job_search .job_area .date_title_detail {
    padding: 10px 0;
  }
  /*#job_search*/
  #member > div {
    padding: 2rem 0;
  }
  #member .login_form_wrapper dl dt, #member .login_form_wrapper dl dd {
    width: 100%;
    display: block;
    text-align: left;
  }
  #member .enterprise_form dl dt, #member .enterprise_form dl dd {
    width: 100%;
    display: block;
    text-align: left;
  }
  #member .publish_form .factor .w_style3, #member .publish_form .factor .w_style2 {
    width: 100%;
    display: block;
  }
  #member .enterprise_management {
    padding-top: 10px;
  }
  #member .enterprise_management ul {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    border: 1px solid #eee;
  }
  #member .enterprise_management ul li {
    padding: 5px 10px;
  }
  #member .enterprise_management .title {
    display: none;
  }
  #member .enterprise_management .style1, #member .enterprise_management .style2, #member .enterprise_management .style3, #member .enterprise_management .style7, #member .enterprise_management .style8, #member .enterprise_management .style9, #member .enterprise_management .style10, #member .enterprise_management .style11 {
    width: 100%;
    display: block;
  }
  #member .enterprise_management .style5, #member .enterprise_management .style6 {
    width: 15%;
  }
  #member .enterprise_management .style1 {
    background: #eee;
  }
  #member .enterprise_management .style4 {
    width: 70%;
    text-align: left;
  }
  #member .enterprise_management .style4:before {
    content: "狀態：";
  }
  #member {
    /*.enterprise_management*/
  }
  #member .resume_complete .col-6 {
    width: 100%;
    display: block;
  }
  #member .resume_complete dl dd b, #member .resume_complete dl dd span {
    width: 100%;
    display: block;
  }
  #member {
    /*resume_complete*/
  }
  #member #employee_information .information_wrapper {
    line-height: 2.5;
  }
  #member #employee_information .information_wrapper dl {
    margin: 0;
  }
  #member #employee_information .information_wrapper dl dt, #member #employee_information .information_wrapper dl dd {
    width: 100%;
    display: block;
    text-align: left;
  }
  #member #employee_information .information_wrapper .infor_form dl {
    margin: 0;
  }
  #member #employee_information .information_wrapper .infor_form dl dt, #member #employee_information .information_wrapper .infor_form dl dd {
    width: 100%;
    display: block;
    text-align: left;
  }
  #member {
    /*#employee_information*/
  }
  #member .form_style {
    width: 100%;
    display: block;
  }
  #member .radio_list li {
    display: block;
    padding: 5px 0;
  }
  #member .radio_list .btn-row {
    margin-top: 10px;
  }
  #member #employee_billboard .col-3, #member #employee_billboard .col-9 {
    width: 100%;
    float: none;
  }
  #member #employee_billboard .employee_billboard_menu {
    padding-top: 0;
  }
  #member #employee_billboard h6 {
    display: block;
  }
  #member {
    /*#employee_billboard*/
  }
  #member .sidebar-nav {
    display: block;
  }
  #member .sidebar-nav.active {
    max-height: 800px;
  }
  #member #job_resume .resume_container {
    padding: 10px 20px;
  }
  #member #job_resume .resume_container .resume_form dl dt, #member #job_resume .resume_container .resume_form dl dd, #member #job_resume .resume_container .resume_form2 dl dt, #member #job_resume .resume_container .resume_form2 dl dd {
    width: 100%;
    display: block;
    text-align: left;
  }
  #member .form_style2 {
    width: 60px;
  }
  #member .salary .col-6 {
    width: 100%;
    float: none;
  }
  /*#member*/
  footer .footer__nav-list .footer__nav-item {
    width: 50%;
  }
  footer .footer__nav-list .footer__nav-item:nth-last-child(1) {
    margin: 20px 0;
    height: auto;
    border-left: 0px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer__nav-list .footer__nav-item:nth-last-child(1) a.footer__nav-title {
    width: 33%;
    height: auto;
  }
  footer .footer__nav-list .footer__nav-item:nth-last-child(1) a.footer__line-icon {
    width: 100%;
  }
}