body {
  overflow-x: hidden !important;
  background-color: #FFFFFF;
}
.short-ws {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  height: 552px;
  background-color: #193E74;
}
.short-ws .short-content {
  width: 1006px;
  margin: 0 auto;
  background-color: #FFFFFF;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.short-ws .short-content p {
  margin-bottom: 0;
  height: 251px;
}
.short-ws .short-content p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.short-ws .short-content .content {
  margin: 45px 59px 54px;
}
.short-ws .short-content .content .filter span {
  font-size: 18px;
  font-weight: 400;
  color: #828282;
}
.short-ws .short-content .content .filter span:nth-child(1)::after {
  content: ".";
  margin: 0 10px 0 15px;
  font-weight: 900;
}
.short-ws .short-content .content .name {
  font-family: 'DB Heavent X Medium';
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  color: #193E74;
  margin-top: 15px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  max-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.short-ws .short-content .content .location {
  margin-top: 15px;
}
.short-ws .short-content .content .location span {
  font-size: 20px;
  font-weight: 700;
  color: #4F4F4F;
}
.short-ws .short-content .content .location span.label {
  font-weight: 400;
  margin-right: 20px;
}
.short-ws .short-content .content .location span.label:before {
  content: url('../images/icons/map.svg');
  color: #193E74;
  margin-right: 12px;
}
.detail-ws .detail {
  font-size: 1.8rem;
}
.detail-ws .detail h2,
.detail-ws .detail .title {
  margin-top: 20px;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.detail-ws .detail h3 {
  font-size: 2.5rem;
}
.detail-ws .detail h4 {
  font-size: 2rem;
}
.detail-ws .detail .des {
  margin: 20px 0;
}
.status-ws {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  background-color: #193E74;
  padding-bottom: 70px;
}
.status-ws .title-schedule {
  width: 1212px;
  margin: 0 auto ;
  text-align: center;
  padding: 50px 0 30px;
}
.status-ws .title-schedule span {
  font-size: 35px;
  font-weight: 700;
  color: #FFFFFF;
}
.status-ws .ws-content {
  width: 1212px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.status-ws .ws-content .header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 18px;
  color: #828282;
  padding: 31px 0 6px;
  margin: 0 205px;
}
.status-ws .ws-content .content {
  padding: 0 205px 0px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  overflow-y: overlay;
}
.status-ws .ws-content .content .item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 15px;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 20px;
}
.status-ws .ws-content .content .item span {
  font-size: 20px;
  color: #333333;
}
.status-ws .ws-content .content .item .action {
  text-align: right;
}
.status-ws .ws-content .content .item .action .btnModal {
  background: #193E74;
  width: 185px;
  height: 45px;
  font-size: 20px;
  padding: 5px 30px;
  border-radius: 50px;
}
.status-ws .ws-content .content .item .action a.btnModal {
  padding: 0;
  line-height: 45px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  float: right;
}
.status-ws .ws-content .content .item .action .btnModal.closed {
  background: #ccc;
}
.status-ws .ws-content .content .item .action .btnModal.registered {
  background: #00A651;
  color: #FFFFFF;
}
.up-work-shop .workshop__title {
  font-family: 'DB Heavent X Medium';
  font-size: 35px;
  text-transform: uppercase;
  color: #193E74;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.up-work-shop .short-content {
  display: flex;
  flex-wrap: wrap;
}
.up-work-shop .short-content .content-workshop {
  width: 31%;
  margin: 1%;
}
.up-work-shop .short-content .content-workshop .workshop-img {
  display: block;
  width: 100%;
}
.up-work-shop .short-content .content-workshop .img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}
.up-work-shop .short-content .content-workshop .workshop-name {
  font-family: 'DB Heavent X Medium';
  font-size: 25px;
  color: #333333;
  font-weight: 700;
  word-break: break-word;
  word-wrap: break-word;
  height: 6rem;
  overflow: hidden;
  max-height: 7rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 3rem;
}
.up-work-shop .short-content .content-workshop .workshop-name:hover {
  text-decoration: none;
}
.up-work-shop .short-content .content-workshop .content {
  font-size: 18px;
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  height: 6rem;
  overflow: hidden;
  max-height: 7rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.up-work-shop .short-content .content-workshop .bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .up-work-shop .short-content .content-workshop .bottom-content {
    display: block;
  }
}
.up-work-shop .short-content .content-workshop .bottom-content span {
  font-size: 18px;
  font-weight: 400;
  color: #BDBDBD;
}
.up-work-shop .short-content .content-workshop .bottom-content span:nth-child(2) {
  margin-left: 20px;
}
.up-work-shop .short-content .content-workshop .bottom-content .seemore {
  margin-right: 12px;
  position: relative;
  font-size: 18px;
  color: #193E74;
}
@media (max-width: 768px) {
  .up-work-shop .short-content .content-workshop .bottom-content .seemore {
    font-size: 16px;
    white-space: nowrap;
    float: right;
  }
}
.up-work-shop .short-content .content-workshop .bottom-content .seemore a:hover {
  text-decoration: none;
}
.up-work-shop .short-content .content-workshop .bottom-content .seemore a {
  color: #193E74;
}
.up-work-shop .short-content .content-workshop .bottom-content .seemore::before {
  width: 100%;
  content: '';
  border-bottom: 1px solid #193E74;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
.up-work-shop .short-content .content-workshop .bottom-content .seemore::after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #193E74;
  position: absolute;
  top: 1px;
  right: -12px;
}
.breadcrumbs {
  color: #BDBDBD;
  margin: 20px 0;
  width: 1250px;
}
.breadcrumbs .item {
  font-size: 18px;
}
.breadcrumbs .item a {
  color: #BDBDBD;
}
.breadcrumbs .item a:hover {
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
.breadcrumbs .item:last-child {
  color: #193E74;
  font-weight: 700;
}
@media (max-width: 768px) {
  .short-ws {
    height: 310px;
  }
  .short-ws .short-content {
    width: 84%;
    height: 240px;
  }
  .short-ws .short-content p {
    height: 80px;
  }
  .short-ws .short-content .content {
    margin: 0px 25px;
    height: 160px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .short-ws .short-content .content .filter span {
    font-size: 14px;
  }
  .short-ws .short-content .content .location span {
    font-size: 14px;
  }
  .short-ws .short-content .content .name {
    margin: 0;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .detail-ws .detail {
    padding: 0 30px;
  }
  .status-ws .title-schedule {
    width: 100%;
    padding: 42px 0 35px;
  }
  .status-ws .ws-content {
    width: 84%;
  }
  .status-ws .ws-content .header {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 41px 22px 0px 22px;
  }
  .status-ws .ws-content .header .date {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .status-ws .ws-content .content {
    margin: 0;
    padding: 0 22px;
  }
  .status-ws .ws-content .content .item {
    display: flex;
    flex-wrap: wrap;
  }
  .status-ws .ws-content .content .item .date {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .status-ws .ws-content .content .item .action {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .status-ws .ws-content .content .item .action .btnModal {
    width: 100%;
  }
  .up-work-shop .short-content {
    margin: 20px 30px !important;
  }
}
@media screen and (max-width: 418px) {
  .up-work-shop .content-workshop {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 419px) and (max-width: 768px) {
  .up-work-shop .content-workshop {
    width: 48% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .short-ws {
    height: 360px;
  }
  .short-ws .short-content {
    width: 80%;
    height: 320px;
  }
  .short-ws .short-content p {
    height: 160px;
  }
  .short-ws .short-content .content {
    margin: 0px 25px;
    height: 160px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .short-ws .short-content .content .filter span {
    font-size: 14px;
  }
  .short-ws .short-content .content .location span {
    font-size: 14px;
  }
  .short-ws .short-content .content .name {
    margin: 0;
    font-size: 20px;
  }
  .detail-ws {
    display: flex;
    justify-content: center;
  }
  .detail-ws .detail {
    width: 80%;
  }
  .status-ws .title-schedule {
    width: 100%;
    padding: 42px 0 35px;
  }
  .status-ws .ws-content {
    width: 80%;
  }
  .status-ws .ws-content .header {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 41px 22px 0px 22px;
  }
  .status-ws .ws-content .header .date {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .status-ws .ws-content .content {
    margin: 0;
    padding: 0 22px;
  }
  .status-ws .ws-content .content .item {
    display: flex;
    flex-wrap: wrap;
  }
  .status-ws .ws-content .content .item .date {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .status-ws .ws-content .content .item .action {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .status-ws .ws-content .content .item .action .btnModal {
    width: 100%;
  }
  .up-work-shop .short-content {
    margin: 20px 30px !important;
  }
}
