* {
  position: relative;
}
body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 70px;
  background-color: #F9F9F9;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
centerwrap {
  max-width: 1240px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 100%;
  display: block;
}
centerwraps {
  max-width: 960px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 100%;
  display: block;
}
li {
  list-style: none;
}
a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body.loading {
  opacity: 0.5;
  cursor: progress;
}
body.loading section {
  pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  font-weight: normal;
}
/* placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #999;
}
/* 開發測試 */
.dev {
  display: none;
}
input,
textarea,
select {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
}
.formeach {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.formeach label {
  color: #555;
  display: block;
  margin-bottom: 5px;
}
.formeach label[required="true"]:after,
.formeach label[required="required"]:after {
  content: '*';
  position: absolute;
  left: -15px;
  color: #bf2828;
  top: 2px;
}
.formeach select {
  background-color: #f5f5f5;
  border: none;
  display: block;
  font-size: 14px;
  padding: 10px;
  width: calc(100% - 0px);
  border: 2px solid #f5f5f5;
  border-right: 15px solid #f5f5f5;
}
.formeach input {
  background-color: #f5f5f5;
  border: none;
  display: block;
  font-size: 14px;
  padding: 10px;
  width: calc(100% - 24px);
  border: 2px solid #f5f5f5;
}
.formeach input[disabled] {
  background-color: transparent;
}
.formeach label.radio {
  display: inline-block;
  margin: 0px;
  padding: 10px;
  padding-left: 0px;
}
.formeach label.radio input {
  display: inline-block;
  width: auto;
}
.formeach textarea {
  background-color: #f5f5f5;
  border: none;
  display: block;
  font-size: 14px;
  padding: 10px;
  width: calc(100% - 24px);
  border: 2px solid #f5f5f5;
  min-height: 180px;
}
.coverphoto {
  width: 1280px;
  margin: auto;
  display: block;
  max-width: 100%;
}
section img.photo {
  max-width: 100%;
}
section h2 {
  margin-block-end: 0;
  margin: 20px;
  color: #9a8e3e;
  text-align: center;
}
section .text {
  text-align: left;
  line-height: 1.6;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
section .btn {
  background-color: #FFF;
  padding: 10px;
  width: 200px;
  border: 1px solid #dcdcdc;
  color: #555;
  text-align: center;
  margin-left: 0px;
  cursor: pointer;
  margin: auto;
}
section.lecture {
  background-color: #FFF;
  max-width: 960px;
  margin: auto;
}
section.lecture .in {
  text-align: left;
  padding: 45px;
}
section.lecture .in .photo {
  display: inline-block;
  width: 39%;
  /* background-color: #dddddd; */
  vertical-align: top;
  background-size: contain;
  background-position: center;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: top;
}
section.lecture .in .photo img {
  width: 100%;
}
section.lecture .in .content {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-right: 0;
}
section.lecture .in .content h3 {
  margin-left: 0px;
  color: #909090;
  font-size: 25px;
}
section.lecture .in .content .text {
  padding-left: 0px;
}
section.lecture .in .btn {
  background-color: #FFF;
  padding: 10px;
  width: 200px;
  border: 1px solid #dcdcdc;
  color: #555;
  text-align: center;
  margin-left: 0px;
  cursor: pointer;
  margin: auto;
}
section.resume {
  background-color: #ffffff;
}
section.resume .in {
  text-align: left;
}
section.resume .in .photo {
  display: inline-block;
  width: 54%;
  background-color: #dddddd;
  padding-bottom: 40%;
  vertical-align: top;
}
section.resume .in .content {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  padding-left: 4%;
  padding-right: 1%;
  margin-top: 50px;
  padding-bottom: 50px;
}
section.resume .in .content h3 {
  margin-left: 25px;
  color: #909090;
}
section.resume .in .content .btn {
  background-color: #FFF;
  padding: 10px;
  width: 200px;
  border: 1px solid #dcdcdc;
  color: #555;
  text-align: center;
  margin-left: 24px;
  cursor: pointer;
}
section.company {
  background-color: #FFF;
  padding: 20px;
  padding-bottom: 60px;
  margin-top: 50px;
}
section.company .list li {
  width: 30%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 15px;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
}
section.company .list li:hover {
  background-color: #f9f9f9;
}
section.company .list li .photo {
  display: inline-block;
  padding-bottom: 52%;
  width: 91%;
  vertical-align: top;
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
section.company .list li .thename {
  margin-top: 10px;
}
section.company .list li .thetype {
  font-size: 15px;
  color: #aeaeae;
  margin-top: 5px;
}
section.job {
  margin-bottom: 50px;
}
section.job .search {
  background-color: #ebebeb;
  padding: 25px;
  padding-bottom: 25px;
}
section.job .list li {
  background-color: #FFF;
  text-align: left;
  padding: 35px;
  margin-bottom: 15px;
  border: 2px solid #FFF;
  cursor: pointer;
}
section.job .list li:hover {
  border-color: #e7dd99;
}
section.job .list li .photo {
  background-color: #e9e9e9;
  display: inline-block;
  padding-bottom: 165px;
  width: 165px;
  vertical-align: top;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
}
section.job .list li .content {
  display: inline-block;
  width: calc(100% - 200px);
  margin-left: 25px;
}
section.job .list li .content .thename {
  font-size: 18px;
  font-weight: bold;
}
section.job .list li .content .thename .type {
  border: 1px solid #acacac;
  color: #555;
  font-size: 14px;
  vertical-align: middle;
  padding: 5px;
  border-radius: 6px;
  font-weight: 400;
}
section.job .list li .content .thename .thetext {
  vertical-align: middle;
  margin-left: 10px;
}
section.job .list li .content .thecompany {
  margin-top: 7px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 9px;
}
section.job .list li .content .theintro {
  color: #939090;
  margin-top: 10px;
  margin-bottom: 7px;
}
section.job .list li .content .thesalery {
  color: #a4984c;
  margin-top: 15px;
}
.company-login-shell {
  padding: 56px 0 44px 0;
}
.company-login-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7f4e6 100%);
  border: 1px solid #ece5c2;
  padding: 40px;
  max-width: 760px;
  margin: 36px auto 56px auto;
  text-align: left;
  box-sizing: border-box;
}
.company-login-badge {
  display: inline-block;
  padding: 8px 14px;
  background-color: #fff;
  border: 1px solid #e8dfb3;
  color: #756927;
  font-size: 14px;
  margin-bottom: 18px;
}
.company-login-card h1 {
  font-size: 36px;
  margin-bottom: 16px;
}
.company-login-summary {
  line-height: 1.9;
  color: #666;
  max-width: 620px;
  margin-bottom: 26px;
}
.company-login-actions {
  margin-top: 10px;
}
.company-login-btn {
  min-width: 180px;
}
.company-login-feedback {
  min-height: 24px;
  margin-top: 18px;
  color: #666;
}
.company-login-feedback.success {
  color: #2e7a41;
}
.company-login-feedback.error {
  color: #ab4b4b;
}
section.company-admin-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f7f4e6 100%);
  border: 1px solid #ece5c2;
  padding: 36px;
  margin: 40px auto 25px auto;
  overflow: hidden;
}
section.company-admin-hero .content {
  display: block;
  width: 100%;
  text-align: left;
}
section.company-admin-hero .eyebrow {
  color: #9a8e3e;
  font-size: 14px;
  margin-bottom: 12px;
}
section.company-admin-hero h1 {
  font-size: 34px;
  margin-bottom: 18px;
}
section.company-admin-hero .summary {
  line-height: 1.9;
  color: #555;
  max-width: 640px;
}
section.company-admin-hero .hero-tags {
  margin-top: 22px;
}
section.company-admin-hero .hero-tags .tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 14px;
  background-color: #ffffff;
  border: 1px solid #e8dfb3;
  color: #756927;
  border-radius: 99px;
  font-size: 14px;
}
.company-switch-form {
  margin-bottom: 8px;
}
section.company-admin-shell {
  background-color: #ffffff;
  padding: 34px;
  margin: 0 auto 28px auto;
  border: 1px solid #ececec;
}
section.company-admin-shell .admin-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 0px;
}
section.company-admin-shell .admin-heading h2 {
  margin: 0 0 8px 0;
  text-align: left;
}
section.company-admin-shell .admin-heading .desc {
  color: #777;
  line-height: 1.8;
}
section.company-admin-shell .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
section.company-admin-shell .company-admin-layout {
  display: block;
}
.soft-btn,
.primary-btn,
.mini-btn {
  border: 1px solid #ddd;
  padding: 11px 16px;
  cursor: pointer;
  background-color: #fff;
  color: #555;
  text-align: center;
  box-sizing: border-box;
}
.primary-btn {
  background-color: #9a8e3e;
  border-color: #9a8e3e;
  color: #fff;
}
.mini-btn {
  padding: 7px 12px;
  font-size: 13px;
}
.mini-btn.danger {
  color: #ab4b4b;
  border-color: #ebc9c9;
}
.company-form-card {
  background-color: #fcfcfc;
  border: 1px solid #eeeeee;
  padding: 26px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.form-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.upload-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 20px 0;
  padding: 18px 20px;
  border: 1px dashed #d5cfb0;
  background-color: #f9f7ee;
  align-items: center;
}
.upload-box .upload-title {
  font-weight: bold;
  margin-bottom: 6px;
}
.upload-box .upload-text {
  color: #777;
}
.upload-box .upload-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.notice-bar {
  background-color: #f6f3e4;
  border-left: 4px solid #b19f43;
  padding: 15px 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.job-draft-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.job-draft-toolbar .draft-stat {
  color: #666;
}
.job-manage-list {
  display: grid;
  gap: 18px;
}
.job-editor-card {
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.job-editor-card .job-editor-head {
  padding: 18px 22px;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.job-editor-card .job-editor-head .job-order {
  color: #a28f39;
  font-size: 13px;
  margin-bottom: 6px;
}
.job-editor-card .job-editor-head .job-editor-title {
  font-weight: bold;
  font-size: 21px;
}
.job-editor-card .job-editor-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.job-editor-card .job-editor-body {
  padding: 22px;
}
.job-editor-card.is-collapsed .job-editor-body {
  display: none;
}
.job-editor-card.empty-state .job-editor-body {
  color: #777;
  line-height: 1.9;
  text-align: center;
  padding: 42px 22px;
}
.save-feedback {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  min-width: 240px;
  max-width: calc(100vw - 48px);
  padding: 14px 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.save-feedback.show {
  opacity: 1;
}
.save-feedback.success {
  background-color: rgba(46, 122, 65, 0.94);
}
.save-feedback.error {
  background-color: rgba(171, 75, 75, 0.94);
}
.status-pill {
  padding: 8px 12px;
  border-radius: 99px;
  font-size: 13px;
}
.status-pill.live {
  background-color: #edf6ea;
  color: #2e7a41;
}
.status-pill.draft {
  background-color: #f0f0f0;
  color: #666;
}
.videoView {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.videoView .wrap {
  background-color: #000;
  width: 960px;
  padding-bottom: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: -300px;
  max-height: 100vh;
}
.videoView .wrap iframe {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.videoView .cancel {
  background-color: #000;
  opacity: 0.8;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
}
/*  rwd  */
@media screen and (max-width: 960px) {
  .videoView .wrap {
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
select {
  height: 40px;
  border-radius: 5px;
  border: 2px solid #d1cccc;
  width: 220px;
  font-size: 16px;
  text-align-last: center;
}
.pc {
  display: block;
}
.m {
  display: none  !important;
}
pc {
  display: block;
}
m {
  display: none  !important;
}
#fb-root {
  display: none;
  opacity: 0;
}
.dotcover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.1); */
  z-index: 2;
  background: url(/images/screentone.png) repeat 0 0;
  opacity: 0.8;
}
horizon {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px dashed #e9e9e9;
}
body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
section.sbutton-nav {
  background-color: #FFF;
  text-align: center;
  padding: 5px;
}
section.sbutton-nav .sbutton {
  padding: 10px;
  color: #FFF;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 18px;
  /* border: 1px solid #d6d6d6; */
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #555;
  cursor: pointer;
}
section.sbutton-nav .sbutton:hover {
  background-color: #292929;
}
.button {
  border: 1px solid #c7c7c7;
  padding: 5px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.button.black {
  background-color: #333;
  color: #FFF;
}
.button.gold {
  background-color: #ccbf71;
  color: #FFF;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.6;
}
/* noteAlert  */
/* ...............................  */
.noteAlert {
  display: none;
  background-color: #0000009c;
  height: 100px;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin-left: -150px;
  margin-top: -50px;
  border-radius: 10px;
  text-align: center;
}
.noteAlert i {
  color: #FFF;
  font-size: 35px;
  margin-top: 17px;
}
.noteAlert .text {
  color: #FFF;
  text-align: center;
  margin: 15px;
  font-size: 16px;
  margin-top: 5px;
}
nav .pc_header {
  height: 70px;
  background-color: #FFF;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  box-shadow: 0px 0px 25px #e9e9e9;
}
nav .pc_header .logotext {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 18px;
}
nav .pc_header .logotext b {
  color: #C7B961;
  font-weight: 400;
  margin-left: 15px;
}
nav .pc_header .btns_wrap {
  position: absolute;
  right: 30px;
  top: 0px;
}
nav .pc_header .btns_wrap .each {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
nav .pc_header .btns_wrap .each[type="save"] {
  height: 42px;
  line-height: 42px;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 999px;
  background-color: #9a8e3e;
  color: #fff;
}
nav .pc_header .btns_wrap .each[type="logout"] {
  color: #9a8e3e;
}
nav .pc_header .btns_wrap .each.user {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding-left: 20px;
  padding-right: 20px;
}
nav .logotext {
  position: absolute;
  left: 30px;
}
footer {
  background-color: #3C3C3C;
  color: #FFF;
  padding: 25px;
  text-align: right;
  font-size: 14px;
}
footer centerwrap {
  text-align: right;
  padding: 10px;
  padding-right: 30px;
}
footer .copyright {
  position: absolute;
  left: 40px;
  top: 30px;
}
footer .copyright b {
  color: #F4D722;
  font-weight: 400;
}
.main {
}
.foreach {
  margin-bottom: 10px;
}
.foreach .label {
  display: inline-block;
  font-weight: bold;
  width: 100px;
}
.foreach .value {
  display: inline-block;
}
.sbutton {
  display: inline-block;
}
.InfoPage .cancelbtn {
  background-color: #717171;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -44px;
  top: -44px;
  text-align: center;
  border-radius: 50px;
  z-index: 10;
  border: 2px solid #ffffff;
  line-height: 30px;
  color: #FFF;
  cursor: pointer;
}
.InfoPage section {
  display: none;
}
.InfoPage[type="jobpage"] section.jobpage {
  display: block;
}
.InfoPage[type="companypage"] section.companypage {
  display: block;
}
.InfoPage .InfoPageHide {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  opacity: 0.2;
  top: 0px;
  left: 0;
}
.InfoPage .wrap {
  background-color: #FFF;
  width: 960px;
  height: calc(75% - 90px);
  z-index: 1001;
  top: 10%;
  left: 50%;
  /* margin-top: -400px; */
  margin-left: -480px;
  position: fixed;
  border: 30px solid #FFF;
  border-bottom: 70px solid #FFF;
}
.InfoPage .wrap .in {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.InfoPage .btn {
  position: absolute;
  bottom: -55px;
  background-color: #be9c67;
  color: #FFF;
  padding: 10px;
  width: 200px;
  left: calc(50% - 100px);
  text-align: center;
  cursor: pointer;
  z-index: 20;
}
.InfoPage .btn.grey {
  background-color: #5e5e5e;
}
.jobpage .thename {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}
.jobpage .thecompanyname {
  color: #C7B961;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.jobpage .basic {
  background-color: #f9f9f9;
  padding: 25px;
}
.jobpage .subtitle {
  font-size: 17px;
  font-weight: bold;
  margin: 27px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.jobpage .thecontent {
  margin-left: 26px;
  margin-right: 26px;
  line-height: 1.8;
  color: #333;
}
.companypage .thephoto {
  height: 62px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.companypage .thename {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}
.companypage .thecompanyname {
  color: #C7B961;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.companypage .basic {
  background-color: #f9f9f9;
  padding: 25px;
}
.companypage .subtitle {
  font-size: 17px;
  font-weight: bold;
  margin: 27px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.companypage .thecontent {
  margin-left: 26px;
  margin-right: 26px;
  line-height: 1.8;
  color: #333;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1240px) {
  nav .pc_header .btns_wrap .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.sbutton-nav .sbutton {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 60px;
  }
  .button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  pc {
    display: none !important;
  }
  m {
    display: block  !important;
  }
  .pc {
    display: none  !important;
  }
  .m {
    display: block  !important;
  }
  footer {
    font-size: 12px;
    padding: 20px;
  }
  footer centerwrap {
    text-align: center;
  }
  footer .copyright b {
    display: block;
  }
  footer .copyright {
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  nav .pc_header .btns_wrap .each {
    height: 60px;
    line-height: 60px;
    display: none;
  }
  nav .pc_header .btns_wrap .each[type="save"] {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-top: 11px;
    padding: 0 14px;
  }
  nav .pc_header .btns_wrap .each[type="logout"] {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav .pc_header .logotext {
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 14px;
    width: 100%;
  }
  nav .pc_header .logotext b {
    margin-left: 7px;
  }
  nav .pc_header {
    height: 60px;
  }
  nav .pc_header .btns_wrap {
    position: absolute;
    right: 0px;
    top: 0;
    border-left: 1px solid #e9e9e9;
  }
  section.company .list li {
    width: 70%;
    font-size: 13px;
  }
  section h2 {
    font-size: 20px;
  }
  section .text {
    font-size: 15px;
  }
  section.job .list li .photo {
    padding-bottom: 80px;
    width: 80px;
  }
  section.job .list li .content {
    width: calc(100% - 102px);
    margin-left: 15px;
    font-size: 14px;
  }
  section.job .list li {
    padding: 20px;
  }
  section.job .search select {
    width: 46%;
  }
  section.company-admin-hero {
    padding: 24px;
    margin-top: 25px;
  }
  .company-login-card {
    padding: 26px;
    margin: 24px auto 40px auto;
  }
  .company-login-card h1 {
    font-size: 28px;
  }
  section.company-admin-hero .content {
    width: auto;
    display: block;
  }
  section.company-admin-hero h1 {
    font-size: 27px;
  }
  section.company-admin-shell {
    padding: 22px;
  }
  section.company-admin-shell .admin-heading {
    display: block;
  }
  section.company-admin-shell .actions {
    margin-top: 16px;
  }
  section.company-admin-shell .company-admin-layout {
    display: block;
  }
  .company-form-card {
    padding: 20px;
  }
  .form-grid.two,
  .form-grid.three,
  .form-grid.four {
    grid-template-columns: 1fr;
  }
  .upload-box {
    display: block;
  }
  .upload-box .upload-actions {
    margin-top: 16px;
  }
  .job-draft-toolbar {
    display: block;
  }
  .job-draft-toolbar .draft-stat + .draft-stat {
    margin-top: 8px;
  }
  .job-editor-card .job-editor-head {
    display: block;
  }
  .job-editor-card .job-editor-actions {
    margin-top: 14px;
  }
  .job-editor-card .job-editor-head .job-editor-title {
    font-size: 18px;
  }
  .InfoPage .wrap {
    width: calc(100% - 90px);
    height: calc(60% + 90px);
    top: 8vh;
    left: 25px;
    margin-top: 0;
    margin-left: 0;
    border: 20px solid #FFF;
    border-bottom: 70px solid #FFF;
  }
  .InfoPage .btn {
    left: calc(50% - 112px);
  }
  .InfoPage {
    font-size: 14px;
  }
  .jobpage .basic {
    padding: 18px;
  }
  .jobpage .subtitle {
    margin: 17px;
  }
  .jobpage .thecontent {
    margin-left: 17px;
    margin-right: 17px;
    line-height: 1.8;
  }
  .companypage .basic {
    padding: 18px;
  }
  .companypage .subtitle {
    margin: 17px;
  }
  .companypage .thecontent {
    margin-left: 17px;
    margin-right: 17px;
    line-height: 1.8;
  }
  section.lecture .in .content {
    display: block;
    width: auto;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-bottom: 20px;
  }
  section.lecture .in .photo {
    display: block;
    width: auto;
    margin-top: 0px;
  }
  section.lecture .in {
    text-align: left;
    padding: 26px;
  }
  section.lecture .in .content h3 {
    text-align: center;
    margin-left: 0px;
    font-size: 22px;
    margin-top: 18px;
  }
  section.lecture .in .content .text {
    padding: 0px;
    margin: 0;
  }
  section.lecture .in .content .btn {
    margin: auto;
    margin-top: 20px;
  }
  .InfoPage .cancelbtn {
    left: -28px;
    top: -29px;
  }
}
