/* management start */
.transition, .select-management li i:before, .select-management li i:after,.accordion, .management-wrap {
  transition: all .75s ease-in-out;
}
a {
  color:#57b6c0;
}
.transition ,.flipIn, .select-management li, .select-management h2,.management_content_wrapper{
  animation: flipdown .5s ease both;
}
.management-header-type {
  margin: 20px 0;
  font-weight: 500;
  color:var(--primary-color);
}
.select-management {
  width: 100%;
}
.select-management .management-title {
  font-size: 20px;
  color:var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-management .management-title > span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color:rgb(133, 135, 137);
  max-width:90% ;
}
.select-management .management-title > span strong {
  font-size: 18px;
  color:var(--primary-color)
}
.management-title i {
  rotate: 180deg;
}
.select-management h2 span {
  color:var(--black-color);
}
.management_content_wrapper {
  position: relative;
}
.select-management .management-wrap {
  color: var(--black-color);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.select-management li {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 18px 0;
  border-top: 1px dotted #dce7eb;
  margin-left: 20px;
}
.select-management li input[type=checkbox]:checked ~ .management-wrap {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.select-management li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.select-management li input[type=checkbox]:checked ~ .management-title strong {
  color:var(--black-color)
}
.select-management li input[type=checkbox]:checked ~ .management-title i {
  color:var(--primary-color);
  rotate: 0deg;
}


@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.management_content_wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 5vh;
    background: white;
}

.management_content {
    display: grid;
    grid-template-columns: 1fr 1.5fr ;
    padding: 0 10px;
    transition: opacity .7s ease-in-out;
}
.management-education,
.management-experience {
  max-width: 100%;
}
.management_content_wrapper .management-name {
  font-size: 24px;
  color: var(--primary-color);
  margin: 10px 0;
}
.management_content_wrapper .management-position {
  color:var(--black-color);
  font-size: 16px;
  margin: 10px 0;
}
.management_content_wrapper h4 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
  color: var(--black-color);
}
.management_content_wrapper p {
  padding: 15px 10px;
  background: rgba(120, 195, 204,.2);
  color:#858282;
  border-radius: 10px;
  font-size: 18px;
  word-wrap: break-word;
  width: 100%;
}
.management_content_wrapper table {
  width: 100%;
}
.active-content {
  opacity: 1;
  z-index: 99;
}
.management_content_wrapper table {
  border: none;
  border-radius: 10px;

}
.management_content_wrapper table tr{
font-size: 16px;
border: 1px solid #dce7eb;
}
.management_content_wrapper table tr td {
  border: none;
}
.management-fullphoto {
    height: 400px;
    max-width: 400px;
    grid-row-start: 1;
    grid-row-end: 7;
    background-repeat: no-repeat;
    background-size: contain;
}
.management-fullphoto img {
  max-width: 100%;
  max-height: 100%;
}
/* management end */
.center_big {
  float: inherit !important;
}
.inner_menu {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.inner_menu li {
  border-radius: 3px;
  margin: 15px 30px 15px 0px;
  transition: .3s;
  height: 110px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  position: relative !important;
}
.inner_menu li:hover {
  opacity: .8;
  margin-top: 5px;
}
.inner_menu li a span {
  margin-right: 20px;
  width: 32px;
}
.inner_menu li a i {
  color:#57b6c0;
  font-size: 40px;
  margin-right: 10px;
}


.inner_menu li a {
  display: flex !important;
  padding: 10px 20px;
  align-items: center;
  text-align: left;
  height: 100% !important;
  width: 100% !important;
  text-decoration: none;
  color:#000 !important;
  font-size: 16px;
  font-weight: 550;
  position: absolute !important;
  
}
.charge-commited_list li {
margin: 5px 0;
margin-left: 20px;
list-style: inherit;
}
.charge-commited_list li span {
font-weight: 600;
font-size: 16px !important;
}

.commited_list li {
padding: 10px;
border-radius: 10px;
 
}
.commited_list li a {
  text-decoration: none;
}
.commited_list li p {
  text-align: start !important;
}
.commited_list li p span {
 font-weight: 600; 
 font-size: 14px !important;
}
.commited_list li p span strong {
display: block;
font-size: 18px;
margin-bottom: 5px;
font-weight: 500;
color:#57b6c0
}

.switch-box {
  display: inline-block;
  max-width: 100%;
}
.switch-box > div {
  display: flex;
  background: #F5F7F7;
  border-radius: 12px;
  padding: 5px 10px;
  margin: 10px 0;
  overflow-x: auto;
}
.switch-box > div::-webkit-scrollbar {
  display: none;
}
.switch-box.listing {
  max-width: 460px;
  display: flex;
}

 .switch-box button {
  background: none;
  border-radius: 12px;
  padding:0 30px;
  height: 30px;
  font-size: 16px;
  transition: .3s;
  font-weight: 400;
  position: relative;
  color:#000
}

 .switch-box button span.amount {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 12px;
}

 .switch-box button.active {
  background: #fff;
  color: #57b6c0;
  font-weight: 500;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
tr.hide {
display:none;
}
@media only screen and (max-width: 600px) {
table.class1 tr td {
  font-size: 14px;
}
}
/* Extra small devices (phones, 600px and down) */
@media (max-width: 992px){
  .inner_menu {
    grid-template-columns: 1fr;
    }
.management_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (max-width: 992px){
  .inner_menu {
    grid-template-columns: 1fr;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .inner_menu {
    grid-template-columns: 1fr 1fr;
    }
  }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .inner_menu {
    grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .inner_menu {
    grid-template-columns: 1fr 1fr 1fr;
    }
}


/* modal */
div.modal {
  width: 100%;
  left: 0;
  top:0;
  z-index: 9999;
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.1);
}
div.modal .content {
  background: #fff;
  padding: 10px ;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 98%;
}

div.modal .content .modal_buttons {
  display: flex;
  justify-content: end;
}
div.modal .content .modal_buttons button {
  font-size: 14px;
  height: 32px;
  padding: 4px 15px;
  border-radius: 6px;
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s cubic-bezier(.645,.045,.355,1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1.5714285714285714;
  color: rgba(0,0,0,.88);
  margin: 0 8px;
}
div.modal .content .modal_buttons button:first-child {
  background-color: #fff;
  border-color: #d9d9d9;
  color: rgba(0,0,0,.88);
  box-shadow: 0 2px 0 rgba(0,0,0,.02);
}
div.modal .content .modal_buttons button {
  color: #fff;
  background-color: #57b6c0;
  box-shadow: 0 2px 0 rgba(5,145,255,.1);
}
div.modal.open {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
div.modal table tr td {
  font-weight: 400;
  font-size: 15px;
}
div.modal table tr td:first-child {
  font-weight: 600;
  font-size: 16px;
  color:#000
}