@charset "UTF-8";
a{
  color: #333;
  text-decoration: none;
}
.header {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #27bae5;
  background: linear-gradient(80deg, rgba(59, 59, 108, 1), rgba(10, 10, 59, 1));
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.top{
  padding-top: 50px;
}
.container, .container-fluid {
  box-sizing: border-box;
  width: 100%;
  transition: width .3s ease-in-out;
  height: 100%;
}
.logo {
  font-size: 0;
  line-height: 1;
  height: 100%;
  padding: 10px;
}
.logo-navigation {
  height: 100%;
}
.logo img {
  max-height: 100%;
  width: auto;
}
.logo span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 12px;
  transition: color .3s ease-in-out;
}
.menu-list{
  display: none;
}
.header_nav{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.drawer_hidden {
  display: none;
}
.drawer_open {
width: 60px;
position: relative;
z-index: 1000; 
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
  .drawer_open span:before {
      bottom: 8px;
  }
  .drawer_open span:after {
      top: 8px;
  }
#drawer_input:checked ~ .drawer_open span {
background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background:#fff;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.nav_content {
width: 100%;
position: fixed;
top: 6%;
left: 100%;
z-index: 99;
background: #f8f8ff;
transition: .5s;
padding:15px;
}
.nav_list {
list-style: none;
border-top: 1px solid #ccc;
margin: 0;
padding: 0;
}
.nav_item {
position: relative;
padding: 10px;
border-bottom: 1px solid #ccc;
}
.nav_item:hover{
background:#ddd;
}
.nav_item a{
  color: #333;
  text-decoration: none;
}
#drawer_input:checked ~ .nav_content {
left: 0%;
}
.img-responsive{
  width: 100%;
}
.content{
  max-width: 960px;
  margin: 20px auto;
}
.section_title {
  padding-bottom: 0;
  position: relative;
  text-align: center;
}
.section_top {
  letter-spacing: 3px;
  font-size: 26px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}
.section_title:after {
  background: #bbb;
  width: 80%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
}
.content_block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.content_width{
  width: 95%;
  margin: 0 auto;
}
.content_items{
  width: 95%;
  margin: 5px auto;
}
.content_title{
  text-align: center;
  background: rgba(51, 51, 108, 0.1);
  padding: 5px;
  margin: 10px 0 0;
  border: 1px solid #333;
}
.content_title a {
  color: #000;
  text-decoration: none;
}
.content_subtitle{
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 0;
  margin: 10px 0 ;
  border-bottom: 2px solid #ddd;
}
.content_list{
  list-style: none;
  padding: 0;
  margin: 0px 0 5px;
}
.content_item{
  position: relative;
  border: 1px solid #333;
  padding: 5px 10px;
}
.content_item a {
  color: #333;
  text-decoration: none;
}
.content_item:not(:last-child){
  border-bottom: none;
}
.arrow {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 4px #33336c;
  border-right: solid 4px #33336c;
  transform: rotate(45deg);
}
.fa-solid{
  font-size: 25px;
  padding-right: 10px;
}
.breadcrumbs{
  padding: 60px 0 10px;
  background: #e4f1f9;
}
.breadcrumbs_list {
  max-width: 960px;
  display: flex;
  list-style: none;
  margin: 0 auto;
}
.breadcrumbs_list li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbs_list li:last-child::after{
  display: none;
}
.breadcrumbs_list .fa-solid{
  font-size: 14px;
}
.list_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 15px;
  font-size: 0;
  padding: 0;
}
.list_btn li a {
  display: inline-block;
  border: 1px solid #3b3b6c;
  border-radius: 20px;
  font-size: 14px;
  margin: 5px;
  padding: 5px 9px;
}
.list_btn li a::before {
  content: '\f0d7' ' ';
  font-family: 'FontAwesome';
}
.list_btn li a:hover {
  background: #333;
  color: #fff;
}
.table-flex{
  display: flex;
}
.table-title{
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
}
.table-head{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  width: 20%;
}
.table-text{
  border: 1px solid #ddd;
  width: 80%;
  padding: 5px;
}
.job-head{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  width: 25%;
}
.job-point{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  width: 25%;
  padding: 5px;
}
.job-confidence{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  width: 20%;
  padding: 5px;
}
.job-skill{
  border: 1px solid #ddd;
  width: 30%;
  padding: 5px;
}
.skill-head{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  width: 25%;
}
.skill-point{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  width: 25%;
  padding: 5px;
}
.skill-skill{
  border: 1px solid #ddd;
  width: 50%;
  padding: 5px;
}
.btn-link{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 10px;
  min-height: 60px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
div .btn-link{
  text-decoration: none;
} 
.btn-link:hover{
  box-shadow: 0 0 2px rgba(0,0,0,0.2)
}
.footer{
  margin: 30px auto 0px auto;
  padding: 30px 0 15px;
  background-color: #000;
  color: #fff;
}
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #cccc;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.footer_nav{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
.footer_nav li{
  padding: 0 15px;
  list-style: none;
  text-align: center;
}
.footer_nav li a{
  color: #fff;
  text-decoration: none;
}
.copy{
  text-align: center;
}
@media (min-width: 1000px){
.header {
  position: sticky;
  height: 100px;
  padding: 10px 0;
  box-sizing: border-box;
}
.top{
  padding-top: 0;
}
.container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.logo-navigation {
    display: flex;
    justify-content: space-between;
}
.logo{
  padding: 20px;
}
.logo img {
  width: auto;
}
.header, .logo, .logo img {
  transition: all .3s ease-in-out;
}
.logo span {
  display: none;
}
.header_nav {
  display: none;
  cursor: default;
}
.menu-list {
  background: transparent;
  display: block;
  position: static;
  width: auto;
  height: 80px;
  float: right;
  padding: 0;
}
.menu-list ul {
  border-top: none;
}
.menu-list ul li {
  vertical-align: top;
  display: inline-block;
}
.menu-list li > a {
  display: inline-block;
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  padding: 0 20px;
  text-decoration: none;
}
.arrow {
  display: none;
}
.breadcrumbs{
  padding: 20px;
}
.content_title{
  display: flex;
  align-items: center;
  text-align: left;
  background: none;
  border: none;
  margin: 10px 0 ;
}
.content_title:after {
  content: " ";
  display: inline-block;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10px;
  height: 2px;
  background: #ddd;
}
.content_list{
  display: flex;
  flex-wrap: wrap;
}
.content_item{
  display: flex;
  width: 205px;
  border: 1px solid #ccc;
  margin: 10px;
  min-height: 60px;
  align-items: center;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.content_item:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.content_item:not(:last-child){
  border: 1px solid #ccc;
}
.content_items{
  width: 95%;
}
.status{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.table{
  width: 40%;
}
.table-title{
  width: 100%;
}
.table-head{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  width: 30%;
}
.table-text{
  border: 1px solid #ddd;
  width: 70%;
  padding: 5px;
}
.job-head{
  width: 20%;
}
.job-point{
  width: 20%;
}
.job-confidence{
  width: 10%;
}
.job-skill{
  width: 50%;
}
.skill-head{
  width: 20%;
}
.skill-point{
  width: 10%;
}
.skill-skill{
  width: 70%;
}
.btn-link .arrow{
  display: inline-block;
  top: auto;
}
.footer_nav{
  flex-direction: row;
}
.footer_nav li:not(:first-child){
  border-left: 1px solid #ccc;
}
}