.entry {
  background-color: #EDF5FB;
}
.entry-body {
  background-color: #FEFEFE;
  width: 925px;
  max-width: 97%;
  margin: 0 auto;
}
.entry-body h1 {
  padding: 60px 0;
  text-align: center;
  font-size: 48px;
  line-height: 57.6px;
  color: #050505;
}
@media screen and (max-width: 599px) {
  .entry-body h1 {
    font-size: 32px;
    line-height: 38.4px;
    padding: 40px 0;
  }
}
.entry-body section {
  width: 680px;
  max-width: 90%;
  margin: 0 auto 70px;
}
.entry-body section h2 {
  font-size: 30px;
  padding-left: 10px;
  border-left: 7px solid #1D9BF0;
  margin-bottom: 20px;
  color: #050505;
}
@media screen and (max-width: 599px) {
  .entry-body section h2 {
    font-size: 24px;
    padding-left: 8px;
    border-left: 5px solid #1D9BF0;
    margin-bottom: 15px;
  }
}
.entry-body p {
  font-size: 18px;
  letter-spacing: 0.15rem;
  line-height: 25.2px;
  color: #050505;
}
@media screen and (max-width: 599px) {
  .entry-body p {
    font-size: 16px;
  }
}
.entry_price table {
  width: 100%;
  color: #050505;
  text-align: center;
}
.entry_price table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .entry_price table tbody {
    display: block;
  }
}
.entry_price table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 5px;
  width: 25%;
  margin: 0 2px;
}
@media screen and (max-width: 860px) {
  .entry_price table tr {
    width: 100%;
    margin-bottom: 12px;
  }
}
.entry_price table th {
  background: #EDF5FB;
  padding: 10px;
  letter-spacing: 0.15rem;
}
.entry_price table td {
  padding: 10px;
  background: #F8FBFC;
}
.entry_price table td p {
  font-size: 15px;
  line-height: 25.2px;
  letter-spacing: 0.1rem;
}
.entry_price table td p span {
  font-size: 12px;
}
.entry_price table td p:last-child {
  font-size: 20px;
  font-weight: bold;
}
.entry_closing table {
  width: 100%;
  color: #050505;
  text-align: center;
}
.entry_closing table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .entry_closing table tbody {
    display: block;
  }
}
.entry_closing table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin: 0 5px;
}
@media screen and (max-width: 860px) {
  .entry_closing table tr {
    width: 100%;
    margin-bottom: 12px;
  }
}
.entry_closing table tr:first-child th {
  background: #1D9BF0;
}
.entry_closing table tr:first-child p {
  color: #1D9BF0;
}
.entry_closing table tr:last-child th {
  background-color: #0279C9;
}
.entry_closing table tr:last-child p {
  color: #0279C9;
}
.entry_closing table th {
  color: #FEFEFE;
  padding: 10px;
  letter-spacing: 0.15rem;
}
.entry_closing table td {
  padding: 15px;
  background: #F5FBFE;
}
.entry_closing table td p {
  font-size: 28px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .entry_closing table td p {
    font-size: 22px;
  }
}
.entry_closing table td p span {
  font-size: 16px;
}
.entry_guide h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .entry_guide h5 {
    font-size: 18px;
  }
}
.entry_guide p {
  margin-bottom: 12px;
}
.entry_guide-post {
  margin-bottom: 36px;
}
.entry_guide-post p:last-child {
  padding-top: 12px;
}
.entry_guide-web {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .entry_guide-webBtn {
    text-align: center;
  }
}
.entry_guide-web button {
  width: 300px;
  max-width: 85%;
  height: 89px;
  background-color: #1D9BF0;
  color: #FEFEFE;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
}
.entry_guide-web button:hover {
  background-color: #FEFEFE;
  color: #1D9BF0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.entry_guide-pdf img {
  margin-bottom: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .entry_guide-pdfBtn {
    text-align: center;
  }
}
.entry_guide-pdf button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 237px;
  max-width: 100%;
  height: 64px;
  background-color: #FEFEFE;
  color: #1D9BF0;
  border: 2px solid #1D9BF0;
  border-radius: 15px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
}
.entry_guide-pdf button img {
  padding-right: 20px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.entry_guide-pdf button:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.entry_award h5 {
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 8px;
}
.entry_award ul li {
  list-style: inside;
  line-height: 25.2px;
  font-size: 18px;
  letter-spacing: 0.15rem;
}
.entry_award-before {
  margin-bottom: 20px;
}
.entry_record h5 {
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 8px;
}
.entry_record-marathon {
  margin-bottom: 20px;
}
.entry_record-marathon p {
  margin-bottom: 12px;
}
.entry_record-marathon p:last-child {
  margin-bottom: 0;
}
.entry_special h5 {
  font-size: 22px;
  letter-spacing: 0.15rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .entry_special h5 {
    font-size: 18px;
  }
}
.entry_special-before {
  margin-bottom: 20px;
}
.entry_lottery h5 {
  font-size: 22px;
  letter-spacing: 0.15rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .entry_lottery h5 {
    font-size: 18px;
  }
}
.entry_return {
  text-align: center;
  padding-bottom: 52px;
}
.entry_return p {
  margin-bottom: 24px;
}
.entry_return button {
  width: 300px;
  max-width: 85%;
  height: 89px;
  background-color: #1D9BF0;
  color: #FEFEFE;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .entry_return button {
    text-align: center;
  }
}
.entry_return button:hover {
  background-color: #FEFEFE;
  color: #1D9BF0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer {
  background: #FEFEFE;
}/*# sourceMappingURL=entry.css.map */