.hide {
  display: none !important;
}

section#pContent {
  min-height: 100vh;
  background: #f9f9f9;
  padding-bottom: 120px;
}

@media (max-width: 428px) {
  section#pContent {
    padding-bottom: 60px;
  }
}

section#pMission {
  background: none;
  padding-bottom: 0;
}

section#pMission:before {
  content: "";
  display: block;
  width: 100%;
  height: 35vh;
  max-height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../ap_asset/img/pic-bg-town-topL.png) left top no-repeat, url(../ap_asset/img/pic-bg-town-bottomR.png) right bottom no-repeat;
  background-color: #d4effc;
  background-size: 35% auto, 35% auto;
}

@media (max-width: 428px) {
  section#pMission:before {
    background-size: 50% auto, 50% auto;
    max-height: 160px;
  }
}

section#pMission .bMissionMain .bTitle {
  padding: 0 0 24px;
  font-size: 52px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #1258a7;
}

@media (max-width: 428px) {
  section#pMission .bMissionMain .bTitle {
    font-size: 36px;
    padding: 0 0 36px;
  }
}

section#pMission.history:before {
  max-height: 310px;
}

.bGroupMember {
  display: flex;
}

.bGroupMember span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-left: -8px;
  border: 1px solid #ffffff;
  background: url(../ap_asset/img/ico-user.svg) #0060ae center center no-repeat;
  background-size: 60%;
}

.bGroupMember span:first-child {
  margin-left: 0;
}

.bGroupMember span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}

.bGroupMember span.num {
  background: linear-gradient(180deg, #0072ce 13.16%, #0060ae 49.96%);
  font-size: 14px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

section#pAllLeague {
  margin-top: 64px;
}

@media (max-width: 428px) {
  section#pAllLeague {
    margin-top: 0;
  }
}

section#pAllLeague .bHeadTable {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #ffffff;
  box-shadow: 0px 0px 12px 4px rgba(57, 109, 178, 0.24);
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: auto 250px 150px;
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  section#pAllLeague .bHeadTable {
    zoom: 0.8;
  }
}

@media (max-width: 428px) {
  section#pAllLeague .bHeadTable {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
  }
}

section#pAllLeague .bHeadTable > div {
  text-align: center;
  color: #565656;
}

section#pAllLeague .bHeadTable > div:first-child {
  text-align: left;
}

@media (max-width: 428px) {
  section#pAllLeague .bHeadTable > div:first-child {
    grid-column: span 2;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  section#pAllLeague .bAllLeague {
    zoom: 0.8;
  }
}

section#pAllLeague .bAllLeague .bHead {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 28px;
}

@media (max-width: 428px) {
  section#pAllLeague .bAllLeague .bHead {
    font-size: 28px;
  }
}

section#pAllLeague .bAllLeague .bListLeague .league {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  overflow: hidden;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 250px 150px;
  align-items: center;
  margin-bottom: 28px;
}

@media (max-width: 428px) {
  section#pAllLeague .bAllLeague .bListLeague .league {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
  }
}

section#pAllLeague .bAllLeague .bListLeague .league > div {
  display: flex;
  align-items: center;
}

@media (max-width: 428px) {
  section#pAllLeague .bAllLeague .bListLeague .league > div:first-child {
    grid-column: span 2;
    justify-content: center;
  }
}

section#pAllLeague .bAllLeague .bListLeague .league .name a {
  color: #000000;
  font-weight: bold;
}

section#pAllLeague .bAllLeague .bListLeague .league .name a:hover {
  color: #1258a7;
}

section#pAllLeague .bAllLeague .bListLeague .league .user {
  justify-content: center;
}

section#pAllLeague .bAllLeague .bListLeague .league .time {
  justify-content: center;
}

section#pAllLeague .bAllLeague .bListLeague .league .time .btimeCountdown {
  background-color: #ff3d43;
  color: #ffffff;
  height: 44px;
  padding: 0 12px;
  border-radius: 22px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  overflow: hidden;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media (max-width: 428px) {
  section#pAllLeague .bAllLeague .bListLeague .league .time .btimeCountdown {
    font-size: 20px;
  }
}

section#pAllLeague .bAllLeague .bListLeague .league .time .btimeCountdown:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../ap_asset/img/ico-time.svg) center center no-repeat;
  background-size: auto 100%;
  margin-right: 8px;
}

section#pAllLeague .bAllLeague .bBtn {
  display: flex;
  justify-content: center;
}

section#pAllLeague .bAllLeague .bBtn a {
  width: 274px;
}

section#pAllLeague .MyLeague {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 64px;
  margin-bottom: 44px;
}

section#pFillter {
  margin-bottom: 64px;
}

@media (max-width: 428px) {
  section#pFillter {
    margin-bottom: 32px;
  }
}

section#pFillter .bFillter {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

@media (max-width: 428px) {
  section#pFillter .bFillter {
    flex-direction: column;
    row-gap: 12px;
  }
}

section#pFillter .bFillter .bGroup {
  display: flex;
  align-items: center;
}

@media (max-width: 428px) {
  section#pFillter .bFillter .bGroup {
    justify-content: space-between;
  }
}

section#pFillter .bFillter .bGroup > span {
  margin-right: 8px;
  color: #0072ce;
}

@media (max-width: 428px) {
  section#pFillter .bFillter .bGroup > span {
    display: none;
  }
}

section#pFillter .bFillter .bGroup .control-group {
  width: 100%;
  min-width: 256px;
  margin-bottom: 0;
}

section#pFillter .bFillter .bGroup .control-group select {
  font-weight: bold;
}

section#pAllLeagueHistory .bHeadTable {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #ffffff;
  box-shadow: 0px 0px 12px 4px rgba(57, 109, 178, 0.24);
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 20% 35% 25% 20%;
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  section#pAllLeagueHistory .bHeadTable {
    zoom: 0.8;
  }
}

@media (max-width: 428px) {
  section#pAllLeagueHistory .bHeadTable {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
  }
}

section#pAllLeagueHistory .bHeadTable > div {
  text-align: center;
  color: #565656;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  section#pAllLeagueHistory .bAllLeague {
    zoom: 0.8;
  }
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  overflow: hidden;
  padding: 20px;
  display: grid;
  grid-template-columns: 20% 35% 25% 20%;
  align-items: center;
  margin-bottom: 28px;
  justify-content: center;
}

@media (max-width: 428px) {
  section#pAllLeagueHistory .bAllLeague .bListLeague .league {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
  }
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .date span {
  font-weight: bold;
  margin-right: 8px;
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .type {
  font-weight: bold;
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .user {
  font-weight: bold;
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .user p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #000000;
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .user p:hover {
  color: #1258a7;
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .point {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #024DBC;
}

@media (max-width: 428px) {
  section#pAllLeagueHistory .bAllLeague .bListLeague .league .point {
    font-size: 24px;
  }
}

section#pAllLeagueHistory .bAllLeague .bListLeague .league .point:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../ap_asset/img/ico-point.svg) center center no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
}

section#pAllLeagueHistory .bAllLeague .bBtn {
  display: flex;
  justify-content: center;
}

section#pAllLeagueHistory .bAllLeague .bBtn a {
  width: 274px;
}
.pPage{
  background: #fff;
  padding: 20px;
  padding-top: 40px;
  border-radius: 20px;
  min-height: 500px;
}
