.cshow-con.container {
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 66px 5.25%;
  padding-bottom: 73px;
  margin-bottom: 6.7%;
}
.cshow-con.container .cshow-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 10px solid #f0f4f7;
  padding-bottom: 56px;
}
.cshow-con.container .cshow-tp .cshow-tp-lf {
  width: 46.1%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cshow-con.container .cshow-tp .cshow-tp-rt {
  width: 45.64%;
}
.cshow-con.container .cshow-tp .cshow-tp-rt .tp div {
  font-weight: 600;
  font-family: DIN-Medium;
}
.cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(1) {
  font-size: 2.5vw;
  color: #333333;
  line-height: 1.2;
}
.cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
  line-height: 2.4;
  color: #333333;
  font-size: 20px;
  margin-top: 11.7%;
  margin-bottom: 26%;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more {
  display: flex;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li {
  margin-right: 20px;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li a {
  width: 140px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 0.5s;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li:last-child {
  margin-right: 0px;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li:last-child a {
  color: #333333;
  background-color: #f9c300;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li:nth-child(1) a {
  color: #fff;
  background-color: #0094de;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li:nth-child(1):hover a {
  box-shadow: 1px 1px 10px #0094de;
}
.cshow-con.container .cshow-tp .cshow-tp-rt ul.more li:nth-child(2):hover a {
  box-shadow: 1px 1px 10px #f9c300;
}
.cshow-con.container .cshow-nr {
  font-family: ArialMT;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
}
.cshow-con.container .cshow-nr h3 {
  font-size: 24px;
  color: #333333;
  padding-left: 31px;
  position: relative;
  border-top: 10px solid #f0f4f7;
  margin-top: 57px;
  padding-top: 57px;
  margin-bottom: 23px;
}
.cshow-con.container .cshow-nr img {
  display: inline-block;
  margin-top: 30px;
}
.cshow-con.container .cshow-nr ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: -15px;
}
.cshow-con.container .cshow-nr ul li {
  padding-left: 12px;
  position: relative;
  width: calc(100%/3);
  line-height: 1.3;
  margin-bottom: 15px;
}
.cshow-con.container .cshow-nr ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
}
.cshow-con.container .cshow-nr h3:nth-child(1) {
  border: none;
  margin-top: 0;
}
.cshow-con.container .cshow-nr h3::before {
  position: absolute;
  left: 0;
  top: 59px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/cstb.png) no-repeat;
  background-size: 100% 100%;
}
.cshow-con.container .cshow-nr table {
  width: 100%;
}
.cshow-con.container .cshow-nr table tr th {
  font-family: Arial-BoldMT;
  color: #ffffff;
  background-color: #0094de;
  text-align: center;
  font-size: 16px;
  padding: 25px 10px;
}
.cshow-con.container .cshow-nr table tr td {
  font-family: ArialMT;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  background-color: #e2e8ed;
  text-align: center;
  padding: 23.25px 10px;
}
.cshow-con.container .cshow-nr table tr:nth-child(2n) td {
  background-color: #f0f4f7;
}
.cshow-con.container .cshow-nr .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
}
.cshow-con.container .cshow-nr .row .csly-items {
  padding: 0 10px;
}
.cshow-con.container .cshow-nr .row .csly-items .csly-items-con {
  font-size: 18px;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
}
.cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) {
  border-radius: 10px;
  overflow: hidden;
  height: 12.5vw;
  margin-bottom: 28px;
}
.cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.cshow-con.container .cshow-nr .row .csly-items .csly-items-con:hover {
  transform: translateY(-4px);
  color: #0094de;
}
@media (max-width: 1700px) {
  .cshow-con.container {
    margin-top: 50px;
    padding: 55px 5%;
    padding-bottom: 60px;
  }
  .cshow-con.container .cshow-tp {
    padding-bottom: 45px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    font-size: 18px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li a {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 22px;
    margin-top: 45px;
    padding-top: 45px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 47px;
  }
  .cshow-con.container .cshow-nr table tr th {
    padding: 20px 8px;
    line-height: 1.2;
  }
  .cshow-con.container .cshow-nr table tr td {
    padding: 18px 8px;
  }
}
@media (max-width: 1599px) {
  .cshow-con.container {
    margin-top: 45px;
    padding: 50px 4.5%;
    padding-bottom: 55px;
  }
  .cshow-con.container .cshow-tp {
    padding-bottom: 40px;
    border-bottom-width: 8px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    font-size: 17px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li {
    margin-right: 15px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li a {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .cshow-con.container .cshow-nr {
    font-size: 15px;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 20px;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 28px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 42px;
    width: 18px;
    height: 18px;
  }
  .cshow-con.container .cshow-nr img {
    margin-top: 25px;
  }
  .cshow-con.container .cshow-nr table tr th {
    font-size: 15px;
    padding: 18px 6px;
  }
  .cshow-con.container .cshow-nr table tr td {
    font-size: 13px;
    padding: 16px 6px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con {
    font-size: 16px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) {
    margin-bottom: 22px;
  }
}
@media (max-width: 1477px) {
  .cshow-con.container {
    margin-top: 40px;
    padding: 45px 4%;
    padding-bottom: 50px;
  }
  .cshow-con.container .cshow-tp {
    padding-bottom: 35px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    font-size: 16px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li a {
    width: 116px;
    height: 36px;
    font-size: 14px;
  }
  .cshow-con.container .cshow-nr {
    font-size: 14px;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 19px;
    margin-top: 35px;
    padding-top: 35px;
    padding-left: 25px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 37px;
    width: 16px;
    height: 16px;
  }
  .cshow-con.container .cshow-nr img {
    margin-top: 20px;
  }
  .cshow-con.container .cshow-nr ul li {
    width: calc(100%/2);
  }
  .cshow-con.container .cshow-nr table tr th {
    font-size: 14px;
    padding: 15px 5px;
  }
  .cshow-con.container .cshow-nr table tr td {
    padding: 14px 5px;
  }
  .cshow-con.container .cshow-nr .row {
    margin-top: 30px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con {
    font-size: 15px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) {
    margin-bottom: 18px;
  }
}
@media (max-width: 1365px) {
  .cshow-con.container {
    margin-top: 35px;
    padding: 40px 3.5%;
    padding-bottom: 45px;
  }
  .cshow-con.container .cshow-tp {
    padding-bottom: 30px;
    border-bottom-width: 6px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    font-size: 15px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li {
    margin-right: 12px;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 18px;
    margin-top: 30px;
    padding-top: 30px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 32px;
  }
  .cshow-con.container .cshow-nr table tr th {
    font-size: 13px;
    padding: 12px 4px;
  }
  .cshow-con.container .cshow-nr table tr td {
    font-size: 12px;
    padding: 12px 4px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .cshow-con.container {
    margin-top: 30px;
    padding: 35px 3%;
    padding-bottom: 40px;
    border-radius: 15px;
  }
  .cshow-con.container .cshow-tp {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-lf {
    width: 70%;
    margin-bottom: 30px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt {
    width: 100%;
    text-align: center;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(1) {
    font-size: 3.5vw;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more {
    justify-content: center;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li a {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .cshow-con.container .cshow-nr {
    font-size: 15px;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 20px;
    margin-top: 35px;
    padding-top: 35px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 37px;
  }
  .cshow-con.container .cshow-nr table tr th {
    font-size: 14px;
    padding: 15px 8px;
  }
  .cshow-con.container .cshow-nr table tr td {
    font-size: 13px;
    padding: 14px 8px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) {
    height: 18vw;
  }
}
@media (max-width: 990px) {
  .cshow-con.container {
    margin-top: 25px;
    padding: 30px 2.5%;
    padding-bottom: 35px;
    border-radius: 12px;
  }
  .cshow-con.container .cshow-tp {
    padding-bottom: 25px;
    border-bottom-width: 5px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-lf {
    width: 80%;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(1) {
    font-size: 4vw;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    font-size: 16px;
  }
  .cshow-con.container .cshow-nr {
    font-size: 14px;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 18px;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 22px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 32px;
    width: 15px;
    height: 15px;
  }
  .cshow-con.container .cshow-nr img {
    width: 100%;
    height: auto;
  }
  .cshow-con.container .cshow-nr table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .cshow-con.container .cshow-nr table tr th,
  .cshow-con.container .cshow-nr table tr td {
    padding: 12px 10px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) {
    height: 22vw;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cshow-con.container {
    margin-top: 20px;
    padding: 29px 5%;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .cshow-con.container .cshow-tp {
    padding-bottom: 59px;
    border-bottom-width: 4px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-lf {
    width: 100%;
    margin-bottom: 25px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-lf img {
    max-width: 100%;
    height: auto;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(1) {
    font-size: 20px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt .tp div:nth-child(2) {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 42px;
    line-height: 1.8;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li {
    margin-right: 10px;
  }
  .cshow-con.container .cshow-tp .cshow-tp-rt ul.more li a {
    width: 110px;
    height: 36px;
    font-size: 13px;
  }
  .cshow-con.container .cshow-nr {
    font-size: 14px;
    line-height: 1.7;
  }
  .cshow-con.container .cshow-nr h3 {
    font-size: 18px;
    margin-top: 54px;
    padding-top: 54px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-top-width: 4px;
  }
  .cshow-con.container .cshow-nr h3::before {
    top: 56.5px;
    width: 14px;
    height: 14px;
  }
  .cshow-con.container .cshow-nr img {
    margin-top: 15px;
  }
  .cshow-con.container .cshow-nr table {
    margin-top: 30px;
  }
  .cshow-con.container .cshow-nr ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .cshow-con.container .cshow-nr .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 39px;
  }
  .cshow-con.container .cshow-nr .row .csly-items {
    padding: 0 5px;
    margin-bottom: 31px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con {
    font-size: 14px;
  }
  .cshow-con.container .cshow-nr .row .csly-items .csly-items-con div:nth-child(1) {
    height: 35vw;
    margin-bottom: 18px;
  }
}
