.podium {
  position: relative;
  width: 100%;
}
.podium-top {
  position: relative;
  width: 100%;
  height: 422px;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  justify-content: center;
}
.podium-top-text {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 22px;
}
.podium-top-title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  line-height: 28px;
}
.podium-top-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -20px;
  transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.podium-top-desc {
  margin: 32px 0 61px 0;
}
.podium-top-desc span {
  display: none;
}
.podium-tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podium-tab {
  width: 180px;
  height: 40px;
  color: #CFCFCF;
  background-color: #fff;
  border: 1px solid #ECEDEC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.podium-tab-on {
  background-color: #ECEDEC;
  color: #04315A;
}
.podium-items {
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.podium-list {
  width: 100%;
  height: auto;
  padding: 25px 0;
  background-color: #ECEDEC;
  display: flex;
  justify-content: center;
}
.podium-item {
  width: 297px;
  height: 327px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 40px;
  margin: 25px calc((var(--maxWidth) - 891px) / 6);
}
.podium-item:hover {
  text-decoration: none;
  color: #04315A;
}
.podium-item-info {
  width: 100%;
  height: auto;
  padding: 0 20px;
  color: #05315A;
}
.podium-item-top {
  width: 100%;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.podium-item-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.podium-item-floor {
  width: 58px;
  height: 21px;
  border: 1px solid #05315A;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  margin: 16px 0;
}
.podium-item-name {
  width: 100%;
  min-height: 64px;
  margin: 12px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.podium-item-more {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
.min-podium-tab {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .page-menu {
    min-width: 100%;
    padding: 85px 5% 0 5%;
  }
  .podium-tab-list {
    display: none;
  }
  .podium-top {
    padding: 0;
    height: auto;
  }
  .podium-container {
    min-width: 100%;
  }
  .podium-top-text {
    margin: 34px 0 30px 0;
    padding: 0 5%;
  }
  .podium-top-desc {
    padding: 0;
    margin: 18px 0 0 0;
    text-align: justify;
    line-height: 28px;
  }
  .podium-top-desc span {
    display: contents;
  }

  .min-podium-tab {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 30px 0;
    padding: 0 8%;
  }
  .min-select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border: none;
    font-size: 16px;
    color: #04315A;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .min-select-ul {
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .min-select-ul li {
    height: 60px;
    line-height: 60px;
    margin: 0 15px;
    border: none;
    font-size: 16px;
    color: #04315A;
    border-top: 1px solid #E2E2E2;
  }
  .min-podium-icon {
    display: block;
    width: 14px;
    height: 14px;
    filter: brightness(0.5);
    transition: all 0.2s;
  }
  .bg-gray {
    background-color: #04315A;
    color: #fff;
  }
  .rotate-icon {
    transform: rotate(180deg);
  }
  .podium-list {
    padding: 0 8%;
    display: block;
  }
  .podium-items {
    width: 100%;
    display: block;
    min-width: 100%;
  }
  .podium-item {
    width: 100%;
    height: 290px;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .podium-item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .podium-item-name {
    text-align: center;
    margin: 0;
    min-height: 50px;
  }
  .podium-item-more {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}