@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
  width: 100%;
}


/* Variables */
.darw {
  position: absolute;
}
.darw-1 {
  top: 0;
  right: 0;
  width: 10.6%;
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .darw {
    display: none;
  }
}

section.banner {
  margin-top: 60px;
  z-index: 3;
  position: relative;
  border-left: 20px solid #b85024;
  border-right: 20px solid #b85024;
  border-bottom: 20px solid #b85024;
}
section.banner .bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 44.84375%;
  background-position: center;
}
section.banner .scroll {
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  top: 101%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  section.banner {
    margin-top: 0;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
  }
  section.banner .bg {
    padding-bottom: 128.84375%;
  }
  section.banner .scroll {
    top: calc(100% + 1vw);
    width: 7vw;
    height: 7vw;
    min-width: 30px;
    min-height: 30px;
  }
}

section.news {
  position: relative;
  padding-top: 6.1vw;
  padding-bottom: 170px;
  background-color: #fff;
  z-index: 2;
}
section.news::before {
  content: "";
  position: absolute;
  background-image: url(../images/wave1.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 5.6vw;
  z-index: 1;
}
section.news::after {
  content: "";
  position: absolute;
  background-image: url(../images/bear1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.9vw;
  height: 11.4vw;
  bottom: 1.7vw;
  right: 9.5vw;
}
section.news .about {
  position: relative;
  z-index: 1;
}
section.news .about .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
section.news .about .title .slogan {
  width: 90%;
  max-width: 625px;
}
section.news .about .title h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #9d2133;
  letter-spacing: 3.15px;
}
section.news .about .subtitle {
  position: relative;
  border: 3px solid #2960ac;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 28px;
  margin-bottom: 20px;
  padding: 4px;
  margin: 0 auto;
}
section.news .about .subtitle .subtitle-wrapper {
  padding: 6px 30px 6px 50px;
  transition: 0.25s linear;
  padding: 6px 35px;
  border-radius: 20px;
  background-color: #2960ac;
  display: flex;
  align-items: center;
  gap: 20px;
}
section.news .about .subtitle .pic {
  max-width: 40px;
}
section.news .about .subtitle p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
section.news .about .content {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 28px;
}
section.news .about .content p {
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 980px) {
  section.news {
    padding-top: 10vw;
    padding-bottom: 17vw;
  }
  section.news .about .title h2 {
    font-size: 36px;
    letter-spacing: 2px;
  }
  section.news .about .subtitle .subtitle-wrapper {
    padding: 6px 20px;
  }
  section.news .about .subtitle p {
    line-height: 1.1;
  }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
  section.news .about .subtitle p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  section.news .about .content p {
    font-size: 18px;
  }
}

section.methods {
  position: relative;
  background-color: #fbd9a4;
  padding-top: 25px;
  padding-bottom: 80px;
  z-index: 3;
}
section.methods .bear {
  position: absolute;
  width: 10vw;
  bottom: -4vw;
  left: 12vw;
}
section.methods::before {
  content: "";
  position: absolute;
  background-image: url(../images/wave2.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7vw;
  left: 0;
  width: 100%;
  height: 7vw;
}
section.methods .container {
  max-width: 960px;
}
section.methods .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
section.methods .title .slogan {
  width: 90%;
  max-width: 240px;
}
section.methods .title h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.49;
  letter-spacing: 3.15px;
  text-align: center;
  color: #000;
}
section.methods .points {
  padding-bottom: 35px;
}
section.methods .points p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000;
}
section.methods .cards {
  /* Card Styles */
  /* Numbered Items */
  /* Time Limit Section */
}
section.methods .cards .photo-theme-card,
section.methods .cards .time-limit-card {
  background-color: #fff;
  border: solid 3px #2960ac;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px 36px 40px;
}
section.methods .cards .section-title {
  font-size: 36px;
  color: #2960ac;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2.74px;
  color: #2960ac;
}
section.methods .cards .section-title h2 {
  font-size: 36px;
  color: #2960ac;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2.74px;
  position: relative;
}
section.methods .cards .section-title h2::after {
  content: "";
  position: absolute;
  background-image: url(../images/method1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 48px;
  top: -3%;
  left: -55px;
}
section.methods .cards .time-limit-card .section-title {
  padding-bottom: 20px;
}
section.methods .cards .time-limit-card .section-title h2::after {
  content: "";
  position: absolute;
  background-image: url(../images/method2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 42px;
  top: -3%;
  left: -55px;
}
section.methods .cards .numbered-item {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
section.methods .cards .numbered-item:last-child {
  margin-bottom: 0;
}
section.methods .cards .numbered-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #2960ac;
  color: white;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 17.5px;
  font-weight: bold;
}
section.methods .cards .numbered-item p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
section.methods .cards .deadline {
  color: #952132;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 26px;
  letter-spacing: 1.95px;
  line-height: 1.1;
}
section.methods .cards .deadline span {
  text-decoration: underline;
  color: #952132;
  text-underline-offset: 5px;
}
section.methods .cards .note {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
}
section.methods .cards .highlight {
  color: #952132;
  font-style: italic;
}
@media screen and (max-width: 980px) {
  section.methods .bear {
    display: none;
  }
  section.methods::before {
    content: "";
    position: absolute;
    background-image: url(../images/wave2.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -7vw;
    left: 0;
    width: 100%;
    height: 7vw;
  }
  section.methods .title {
    padding-bottom: 30px;
  }
  section.methods .title h2 {
    font-size: 36px;
  }
  section.methods .points p {
    font-size: 16px;
  }
  section.methods .cards .time-limit-card .section-title h2::after {
    width: 30px;
    height: 34px;
    top: -3%;
    left: -40px;
  }
  section.methods .cards .section-title h2 {
    font-size: 30px;
  }
  section.methods .cards .section-title h2::after {
    width: 30px;
    height: 36px;
    top: -3%;
    left: -40px;
  }
  section.methods .cards .numbered-item p {
    font-size: 18px;
  }
  section.methods .cards .deadline {
    font-size: 20px;
  }
  section.methods .cards .deadline span {
    letter-spacing: 1.5px;
  }
  section.methods .cards .note {
    font-size: 18px;
  }
}

section.rules {
  position: relative;
  z-index: 2;
  background-color: #f5e5cc;
  padding-top: 6vw;
  padding-bottom: 16vw;
}
section.rules .container {
  max-width: 960px;
}
section.rules .container > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
section.rules .container > .title .slogan {
  width: 90%;
  max-width: 250px;
}
section.rules .container > .title h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.49;
  letter-spacing: 3.15px;
  text-align: center;
  color: #000;
}
section.rules .container .content {
  position: relative;
}
section.rules .container .content .bear {
  position: absolute;
  width: 7.7vw;
  right: -4vw;
  bottom: -2vw;
  z-index: 1;
}
section.rules .container .content .rule-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
section.rules .container .content .rule-item:last-child {
  margin-bottom: 0;
}
section.rules .container .content .rule-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #2960ac;
  color: white;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: bold;
}
section.rules .container .content .rule-item .content {
  font-size: 20px;
  font-weight: 500;
}
section.rules .container .content .rule-item .content p {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}
section.rules .container .content .rule-item .content p:last-child {
  margin-bottom: 0;
}
section.rules .container .content .underline {
  color: #952132;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #952132;
}
section.rules .container .content .btn-group {
  margin-top: 50px;
  display: flex;
  gap: 45px;
  justify-content: center;
  align-items: center;
}
section.rules .container .content .btn-group .download {
  display: flex;
  transition: 0.25s linear;
  position: relative;
}
section.rules .container .content .btn-group .download::after {
  content: "";
  position: absolute;
  background-color: #952132;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
}
section.rules .container .content .btn-group .download p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #952132;
}
section.rules .container .content .btn-group .download .pic {
  max-width: 25px;
}
section.rules .container .content .btn-group .download .pic .normal {
  display: block;
}
section.rules .container .content .btn-group .download .pic .hover {
  display: none;
}
section.rules .container .content .btn-group .download:hover::after {
  background-color: #d76131;
}
section.rules .container .content .btn-group .download:hover p {
  color: #d76131;
}
section.rules .container .content .btn-group .download:hover .normal {
  display: none;
}
section.rules .container .content .btn-group .download:hover .hover {
  display: block;
}
section.rules .container .content .btn-group .upload {
  position: relative;
  border: 2px solid #952132;
  border-radius: 10px;
  padding: 4px;
  transition: 0.25s linear;
}
section.rules .container .content .btn-group .upload .upload_content {
  transition: 0.25s linear;
  padding: 13px 40px 13px 60px;
  border-radius: 10px;
  background-color: #952132;
  display: flex;
  align-items: center;
  gap: 16px;
}
section.rules .container .content .btn-group .upload p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.85px;
  color: #fff;
  line-height: 1;
}
section.rules .container .content .btn-group .upload .pic {
  max-width: 40px;
}
section.rules .container .content .btn-group .upload .pic .normal {
  display: block;
}
section.rules .container .content .btn-group .upload .pic .hover {
  display: none;
}
section.rules .container .content .btn-group .upload::after {
  content: "";
  position: absolute;
  background-image: url(../images/finger.svg);
  width: 45px;
  height: 50px;
  right: -20px;
  bottom: -17px;
}
section.rules .container .content .btn-group .upload:hover {
  border: 2px solid #d76131;
}
section.rules .container .content .btn-group .upload:hover .upload_content {
  background-color: #d76131;
}
section.rules .container .mail {
  position: relative;
  margin-top: 8vw;
  background-color: #fff;
  border: solid 3px #2960ac;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px 36px 20px;
}
section.rules .container .mail .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 6.1vw;
  height: 6.1vw;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2960ac;
  z-index: 1;
}
section.rules .container .mail .icon img {
  max-width: 81px;
  width: 4.2vw;
  height: 4.2vw;
  min-width: 50px;
  min-height: 50px;
}
section.rules .container .mail .content > .title h2 {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.27;
  letter-spacing: 2.06px;
  text-align: center;
  color: #2960ac;
}
section.rules .container .mail .content .note {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
section.rules .container .mail .content .note span {
  color: #952132;
}
section.rules::after {
  content: "";
  position: absolute;
  background-image: url(../images/roof.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 10vw;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
  section.rules {
    padding-bottom: 30vw;
  }
  section.rules::after {
    width: 100%;
    height: 21.5vw;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  section.rules .container .title {
    padding-bottom: 30px;
  }
  section.rules .container .title h2 {
    font-size: 36px;
  }
  section.rules .container .content .bear {
    display: none;
  }
  section.rules .container .content .btn-group {
    flex-direction: column;
  }
  section.rules .container .content .btn-group .upload .upload_content {
    padding: 10px 35px 10px 55px;
  }
  section.rules .container .content .btn-group .upload p {
    font-size: 20px;
  }
  section.rules .container .mail {
    margin-top: 100px;
  }
  section.rules .container .mail .icon {
    top: -50px;
  }
}

section.award {
  position: relative;
  padding-top: 1vw;
  padding-bottom: 5vw;
  z-index: 3;
  /* 附則區樣式 */
  /* 附則項目樣式 */
}
section.award .brick1 {
  position: absolute;
  right: -3vw;
  top: 14vw;
  max-width: 235px;
  width: 12.3vw;
  height: 1.5vw;
}
section.award .brick2 {
  position: absolute;
  left: 4vw;
  top: 36vw;
  max-width: 235px;
  width: 12.3vw;
  height: 1.5vw;
}
section.award .brick3 {
  position: absolute;
  left: 0;
  top: 77%;
  max-width: 317px;
  width: 16.66vw;
  height: 2vw;
}
section.award .brick4 {
  position: absolute;
  right: 2.5vw;
  top: 55%;
  max-width: 317px;
  width: 16.66vw;
  height: 2vw;
}
section.award .title {
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.award .title .slogan {
  width: 90%;
  max-width: 250px;
}
section.award .title h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.49;
  letter-spacing: 3.15px;
  text-align: center;
  color: #000;
}
section.award .subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  color: #000;
  margin-top: 10px;
  margin-bottom: 150px;
}
section.award .medals {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  row-gap: 100px;
  justify-content: center;
  margin-bottom: 70px;
}
section.award .medals .prize {
  width: 370px;
  border-radius: 20px;
  position: relative;
  padding: 80px 25px 50px;
  background-color: #fff;
}
section.award .medals .prize .pic {
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  max-width: 110px;
  margin: 0 auto;
}
section.award .medals .prize p {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
section.award .medals .prize .prize-content {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
section.award .medals .prize .prize-content .money {
  font-size: 36px;
}
section.award .medals .prize .prize-content .rank {
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  border: solid 2px #040000;
  padding: 3px 20px;
  line-height: 1;
}
section.award .medals .gold {
  box-shadow: 0px 5px 0 0 rgba(242, 198, 85, 0.35);
  border: solid 3px #f2c655;
}
section.award .medals .silver {
  box-shadow: 0px 5px 0 0 rgba(242, 198, 85, 0.35);
  border: solid 3px #d6d7d8;
}
section.award .medals .bronze {
  border: solid 3px #f9baa0;
  box-shadow: 0px 5px 0 0 rgba(242, 198, 85, 0.35);
}
section.award .medals .great,
section.award .medals .good {
  box-shadow: 0px 5px 0 0 rgba(242, 198, 85, 0.35);
  border: solid 3px #d76131;
  padding: 50px 25px 50px;
}
section.award .medals .great .pic,
section.award .medals .good .pic {
  top: -50px;
}
section.award .title-section {
  text-align: center;
  margin-bottom: 40px;
}
section.award .title-section > h3 {
  color: #952132;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
section.award .title-section .announcement {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
section.award .terms-section {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 45px;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
section.award .terms-section .bear {
  position: absolute;
  width: 7.7vw;
  left: -6vw;
  bottom: -6vw;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  section.award .terms-section .bear {
    left: 0vw;
  }
}
section.award .terms-section > h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.06px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}
section.award .term-item {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}
section.award .term-item .term-number {
  background-color: #000;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 7px;
  flex-shrink: 0;
  transform: translateY(3px);
  font-size: 18px;
}
section.award .term-item .term-content {
  flex: 1;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.4px;
  color: #000;
}
@media screen and (max-width: 980px) {
  section.award {
    padding-bottom: 50px;
  }
  section.award .brick1,
  section.award .brick2,
  section.award .brick3,
  section.award .brick4 {
    display: none;
  }
  section.award .title {
    margin-top: -10px;
  }
  section.award .subtitle {
    font-size: 18px;
    margin-bottom: 100px;
  }
  section.award .medals {
    flex-direction: column;
    align-items: center;
  }
  section.award .medals .prize {
    width: 100%;
    max-width: 340px;
  }
  section.award .medals .prize p {
    font-size: 28px;
  }
  section.award .medals .prize .prize-content {
    font-size: 18px;
  }
  section.award .title h2 {
    font-size: 36px;
  }
  section.award .title-section {
    text-align: center;
    margin-bottom: 40px;
  }
  section.award .title-section > h3 {
    font-size: 24px;
  }
  section.award .title-section .announcement {
    font-size: 18px;
  }
  section.award .terms-section {
    padding: 20px;
  }
  section.award .terms-section .bear {
    display: none;
  }
  section.award .terms-section > h3 {
    font-size: 24px;
  }
}

section.wave .pic {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 7vw;
}
@media screen and (max-width: 980px) {
  section.wave {
    display: none;
  }
}

section.list {
  padding-top: 2vw;
  background-color: #f5e5cc;
  /*幾個為一排就是max-width部分100%除以幾*/
}
section.list .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
section.list .title .slogan {
  width: 90%;
  max-width: 250px;
}
section.list .title h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.49;
  letter-spacing: 3.15px;
  text-align: center;
  color: #000;
}
section.list .orange .slogan {
  max-width: 100px;
  margin-bottom: 10px;
}
section.list .orange h2 {
  color: #d76131;
  font-size: 36px;
}
section.list .content .swiper_box {
  z-index: 1;
  width: 100%;
  position: relative;
}
section.list .content .swiper_box::after {
  content: "";
  position: absolute;
  background-image: url(../images/focus_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2vw;
  height: 80.9%;
  top: 1.5vw;
  right: 26vw;
  transition: 0.25s linear;
}
section.list .content .swiper_box::before {
  content: "";
  position: absolute;
  background-image: url(../images/focus_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2vw;
  height: 80.9%;
  top: 1.5vw;
  left: 26vw;
  transition: 0.25s linear;
}
@media screen and (max-width: 1080px) {
  section.list .content .swiper_box::after {
    top: 3.5vw;
  }
  section.list .content .swiper_box::before {
    top: 3.5vw;
  }
}
section.list .content .swiper_box .swiper {
  position: static;
  padding: 80px 0 80px 0;
}
section.list .content .swiper_box .swiper-slide {
  position: relative;
  transform: scale(0.7);
  transition: 0.2s linear;
}
section.list .content .swiper_box .swiper-slide a {
  gap: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.list .content .swiper_box .swiper-slide a .prize {
  bottom: -4vw;
  right: 0;
  transform: translate(-50%, 0);
  position: absolute;
  max-width: 110px;
  margin: 0 auto;
  width: 6vw;
}
section.list .content .swiper_box .swiper-slide a .pic {
  height: 31.3vw;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
section.list .content .swiper_box .swiper-slide a .pic .bg {
  transition: 0.2s linear;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.list .content .swiper_box .swiper-slide .list {
  position: absolute;
  width: 100%;
  top: -80px;
  display: flex;
  justify-content: center;
}
section.list .content .swiper_box .swiper-slide .list p {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2.7px;
  text-align: center;
  color: #000;
  transition: 0.2s linear;
}
section.list .content .swiper_box .swiper-slide .name {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2.7px;
  color: #000;
  margin-top: 25px;
}
section.list .content .swiper_box .swiper-slide .detail {
  display: flex;
  justify-content: center;
  gap: 60px;
}
section.list .content .swiper_box .swiper-slide .detail p {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: #6e6a6a;
}
section.list .content .swiper_box .swiper-slide .detail .map::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon-map.svg);
  width: 16px;
  height: 22px;
  left: -25px;
  top: 5px;
}
section.list .content .swiper_box .swiper-slide .detail .date::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon-time.svg);
  width: 22px;
  height: 22px;
  left: -30px;
  top: 5px;
}
section.list .content .swiper_box .swiper-slide-active {
  position: relative;
  transform: scale(1);
}
section.list .content .swiper_box .swiper-button-next {
  position: absolute;
  right: 20vw;
  z-index: 10;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #952132;
}
section.list .content .swiper_box .swiper-button-next .pic {
  height: 50%;
  width: 50%;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s linear;
  border-radius: 50%;
}
section.list .content .swiper_box .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 1600px) {
  section.list .content .swiper_box .swiper-button-next {
    right: 18vw;
    bottom: -11vw;
  }
}
@media (min-width: 981px) {
  section.list .content .swiper_box .swiper-button-next:hover {
    background-color: #000;
  }
}
section.list .content .swiper_box .swiper-button-prev {
  left: 20vw;
  z-index: 10;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #952132;
}
section.list .content .swiper_box .swiper-button-prev .pic {
  height: 50%;
  width: 50%;
  background-image: url(../images/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s linear;
  border-radius: 50%;
}
section.list .content .swiper_box .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 1600px) {
  section.list .content .swiper_box .swiper-button-prev {
    left: 18vw;
    bottom: -11vw;
  }
}
@media (min-width: 981px) {
  section.list .content .swiper_box .swiper-button-prev:hover {
    background-color: #000;
  }
}
section.list .content .swiper_box .swiper-pagination {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 40px;
  left: 32.5vw;
  align-items: center;
  color: #48bad7;
  font-size: 10px;
  gap: 3px;
  line-height: 1;
}
section.list .content .swiper_box .swiper-pagination span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #48bad7;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  section.list .content .swiper_box .swiper-pagination {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  section.list .content {
    margin-top: 0;
  }
  section.list .content .swiper_box::after {
    content: "";
    position: absolute;
    background-image: url(../images/focus_left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.4vw;
    height: 95vw;
    bottom: -45vw;
    top: unset;
    right: unset;
    left: 47vw;
    transform: rotate(270deg);
  }
  section.list .content .swiper_box::before {
    content: "";
    position: absolute;
    background-image: url(../images/focus_left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.4vw;
    height: 95vw;
    top: -45vw;
    left: 47vw;
    transform: rotate(90deg);
  }
  section.list .content .swiper_box .swiper {
    position: static;
    padding: 120px 0 120px 0;
  }
  section.list .content .swiper_box .swiper-slide a {
    align-items: center;
  }
  section.list .content .swiper_box .swiper-slide a .pic {
    width: 90%;
    height: 60vw;
  }
  section.list .content .swiper_box .swiper-slide a .pic .prize {
    bottom: -8vw;
    right: 1vw;
    width: 13vw;
  }
  section.list .content .swiper_box .swiper-button-next {
    top: unset;
    right: 35vw;
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  section.list .content .swiper_box .swiper-button-prev {
    top: unset;
    left: 35vw;
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
  section.list .content .swiper_box .swiper-button-next {
    top: unset;
    bottom: 17px;
    right: 28vw;
  }
  section.list .content .swiper_box .swiper-button-prev {
    top: unset;
    bottom: 17px;
    left: 28vw;
  }
}
@media screen and (max-width: 980px) {
  section.list .content .swiper_box .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    font-size: 20px;
    gap: 3px;
    line-height: 1;
  }
  section.list .content .swiper_box .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: solid 2px #000;
    opacity: 1;
    width: 16px;
    height: 16px;
  }
  section.list .content .swiper_box .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #952132;
    border: solid 2px transparent;
  }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
  section.list .content .swiper_box .swiper-pagination {
    bottom: 50px;
  }
  section.list .content .swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
section.list .great {
  margin-top: 50px;
}
section.list .great_board {
  height: 600px;
  overflow: hidden;
}
section.list .great_board.auto {
  height: auto;
}
section.list .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  section.list .grid {
    max-width: 1000px;
  }
}
section.list .gridItem {
  max-width: 33.3333333333%;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  section.list .gridItem {
    max-width: 50%;
  }
}
@media screen and (max-width: 450px) {
  section.list .gridItem {
    max-width: 100%;
  }
}
section.list .gridItem .pic {
  padding: 18px;
  background: #fff;
}
section.list .gridItem .pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 15px;
}
section.list .gridItem .pic .name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
}
section.list .gridItem .pic .detail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 5px;
  margin-left: 18px;
  margin-top: 5px;
}
section.list .gridItem .pic .detail p {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #6e6a6a;
}
section.list .gridItem .pic .detail .map::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon-map.svg);
  width: 13px;
  height: 17px;
  left: -16px;
  top: 2.5px;
}
section.list .gridItem .pic .detail .date::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon-time.svg);
  width: 18px;
  height: 18px;
  left: -22px;
  top: 2.5px;
}
section.list .btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}
section.list .btnContainer::after {
  content: "";
  position: absolute;
  background-image: url(../images/mask.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -294%;
  left: 0;
  width: 100%;
  height: 300%;
}
@media screen and (max-width: 980px) {
  section.list .btnContainer::after {
    height: 17.8vw;
    top: -17.8vw;
  }
}
section.list .goodbtnContainer.hidden::after {
  display: none;
}
section.list .greatbtnContainer.hidden::after {
  display: none;
}
section.list .moreBtn {
  position: relative;
  border: 2px solid #952132;
  border-radius: 10px;
  padding: 4px;
  transition: 0.25s linear;
}
section.list .moreBtn .upload_content {
  transition: 0.25s linear;
  padding: 13px 58px 13px 58px;
  border-radius: 10px;
  background-color: #952132;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.list .moreBtn p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
}
section.list .moreBtn .pic {
  max-width: 16px;
}
section.list .moreBtn .pic .normal {
  display: block;
}
section.list .moreBtn .pic .hover {
  display: none;
}
section.list .moreBtn:hover {
  border: 2px solid #d76131;
}
section.list .moreBtn:hover .upload_content {
  background-color: #d76131;
}
section.list .good {
  margin-top: 100px;
  padding-bottom: 5vw;
}
section.list .good_board {
  height: 600px;
  overflow: hidden;
}
section.list .good_board.auto {
  height: auto;
}
@media screen and (max-width: 980px) {
  section.list {
    padding-top: 50px;
  }
  section.list .title h2 {
    font-size: 36px;
  }
}