@charset "UTF-8";
body {
  font-family: "Noto Sans", "Noto Sans TC", "Helvetica Neue", "Arial", Helvetica, sans-serif !important;
}

a {
  text-decoration: none !important;
  display: block;
}
a:visited, a:hover, a:active, a:focus {
  color: inherit;
  /* 點擊後仍保持原色 */
  text-decoration: none;
  /* 保持無底線 */
}

header {
  background-color: #034FC1;
  font-size: 16px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .logo {
  width: 323px;
  height: 78px;
  background: url("../images/logo_topmenu.svg") no-repeat center;
  cursor: pointer;
}
header .wrapBox {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
header .wrapBox a.lineBtn {
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url(../images/line-icon@2x.png) no-repeat center right;
  background-position-x: -447px;
  background-size: cover;
  position: fixed;
  right: 16px;
  bottom: 30px;
}
header .wrapBox a.lineBtn:hover {
  width: 250px;
  background-position-x: 0px;
  border-radius: 0%;
}
header .menuBtn {
  width: 34px;
  height: 20px;
  display: none;
  position: relative;
  transition: all 0.5s;
}
header .menuBtn span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
}
header .menuBox {
  flex-grow: 1;
  width: 100%;
  color: white;
}
header .menuBox .lineAccount {
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url(../images/line-icon@2x.png) no-repeat center right;
  background-position-x: -447px;
  background-size: cover;
  position: fixed;
  right: 16px;
  bottom: 30px;
}
header .menu {
  display: flex;
  justify-content: flex-end;
}
header .menu li {
  line-height: 78px;
  width: 128px;
  text-align: center;
  cursor: pointer;
}
header .menu li .survey {
  color: white;
}
header .menu li:hover {
  transition: all 0.5s;
  background: #FFE658;
  color: #034FC1;
  font-weight: 700;
}
header .menu li:hover .survey {
  color: #034FC1;
}
header .menu li:last-child {
  width: 158px;
  text-indent: -30px;
  background: #FFE658 url("../images/icon-park-solid_arrow-circle-right.png") no-repeat right 28px center;
  background-size: 12%;
  background-position-y: 28px;
  color: #034FC1 !important;
  font-weight: 700;
}
header .menu li:last-child a {
  color: #034FC1 !important;
}
header .menu li:last-child:hover {
  transition: all 0.5s;
  background: white url("../images/icon-park-solid_arrow-circle-right.png") no-repeat right 28px center;
  background-size: 12%;
  background-position-y: 28px;
}

article.banner {
  width: 100%;
  height: 545px;
  background: url("../images/titlebg_main.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 78px;
}
article.banner .subTitle {
  width: 35%;
  height: 343px;
  background: url("../images/title_main.png") no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 45%;
  position: absolute;
  z-index: 5;
}

article.knowledge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 78px 0px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
article.knowledge h2 {
  width: 208px;
  color: #034FC1;
  font-size: 32px;
  height: 46px;
  border-bottom: solid 4px #034FC1;
  font-weight: 700;
}
article.knowledge p {
  width: 596px;
  line-height: 20px;
  color: #000;
  text-align: left;
  margin: 32px 0;
}
article.knowledge ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
  max-width: 1200px;
  align-items: stretch;
}
article.knowledge ul li {
  width: 32%;
  height: 334px;
  margin-bottom: 24px;
  text-align: left;
  line-height: 24px;
  color: #000;
  position: relative;
}
article.knowledge ul li img {
  width: 100%;
}
article.knowledge ul li a.content {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 240px;
  text-decoration: none;
  color: inherit;
}
article.knowledge ul li a.content:visited {
  color: inherit;
}
article.knowledge ul li a.content div {
  padding: 14px 28px;
}
article.knowledge ul li a.content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
article.knowledge ul li a.content h3:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-park-solid_arrow-circle-right-black.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
article.knowledge ul li a.content span {
  display: block;
  width: 100%;
}
article.knowledge ul li:hover:not(:has(a.vector:hover)) a.content h3 {
  color: #fff;
}
article.knowledge ul li:hover:not(:has(a.vector:hover)) a.content h3:after {
  background: url("../images/icon-park-solid_arrow-circle-right-white.png") no-repeat center;
}
article.knowledge ul li:hover:not(:has(a.vector:hover)) a.content div {
  background-color: #034FC1;
  color: #fff;
}
article.knowledge ul li a.vector {
  margin-top: 16px;
  top: 126px;
  left: 50%;
  position: relative;
  margin-left: -68px;
  display: block;
  width: 136px !important;
  height: 36px !important;
  background: url("../images/vector-white.png") no-repeat center;
}
article.knowledge ul li a.vector:hover {
  background: url("../images/vector-yellow.png") no-repeat center;
}

article.activity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 52px 0;
  width: 100%;
  margin: 0 auto;
  background: #034FC1;
}
article.activity h2 {
  width: 208px;
  color: white;
  font-size: 32px;
  height: 46px;
  border-bottom: solid 4px white;
  font-weight: 700;
}
article.activity ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  max-width: 794px;
  align-items: stretch;
}
article.activity ul li {
  width: 49%;
  margin-bottom: 24px;
  text-align: left;
  line-height: 24px;
  color: white;
  position: relative;
}
article.activity ul li img {
  width: 100%;
}
article.activity ul li:hover {
  transition: all 0.5s;
  cursor: pointer;
}
article.activity ul li:hover img {
  opacity: 0;
}
article.activity ul .activityLink {
  color: white;
  font-weight: 500;
  font-size: 16px;
}
article.activity li:first-child {
  background: url("../images/event1_main_hover.png") no-repeat;
}
article.activity li:last-child {
  background: url("../images/event_main_hover.png") no-repeat;
}

article.footer {
  width: 100%;
  background-color: #0c244b;
  color: white;
  font-size: 12px;
  padding: 0 0 24px;
}
article.footer .banner {
  width: 100%;
  height: 390px;
  background: url("../images/bottombg_main.jpg") no-repeat center;
  background-size: cover;
}
article.footer .info {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 16px 12px;
}
article.footer .cols {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
article.footer .cols > li {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  text-align: center;
}
article.footer .cols h4 {
  margin: 0 0 8px;
  font-size: 14px;
  color: #c9d3e3;
  letter-spacing: 0.08em;
  font-weight: 600;
}
article.footer .cols p,
article.footer .cols .lineAccount {
  margin: 0;
  font-size: 16px;
}
article.footer .cols p.logo img {
  height: 28px;
  display: block;
}
article.footer .cols a {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}
article.footer .cols a:hover {
  text-decoration: underline;
}
article.footer .copy {
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
  margin: 0;
}

.tab {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 108px;
  font-size: 16px;
  z-index: 20;
}
.tab p {
  width: 108px;
  height: 43px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  background-color: #FFE658;
  color: #034FC1;
  margin-bottom: 18px;
  font-weight: 700;
}
.tab p:hover {
  background-color: #034FC1;
  color: white;
  font-weight: 700;
  transition: all 0.6s;
}

article.event {
  padding-top: 72px;
  padding-bottom: 151px;
}
article.event h2 {
  padding-bottom: 14px;
  margin-bottom: 32px;
  color: #034FC1;
  font-size: 32px;
  height: 46px;
  border-bottom: solid 4px #034FC1;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
}
article.event h3 {
  line-height: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}
article.event p {
  line-height: 20px;
  color: #000;
  font-size: 16px;
  text-align: center;
}
article.event .textBox {
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
article.event .eventBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
article.event .cardBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 72px;
  width: 100%;
}
article.event .cardBox .card {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 83%;
  gap: 14px;
}
article.event .cardBox .card .eventImg {
  width: 187px;
  height: 187px;
}
article.event .cardBox .card .subTitle {
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block !important;
  width: auto !important;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding: 8px 20px;
  line-height: 20px;
  background: #034FC1;
  margin-bottom: 16px;
}
article.event .cardBox .card .contentList {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid #d3d3d3;
}
article.event .cardBox .card .stepContent {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #727272;
  -moz-text-align-last: left;
       text-align-last: left;
}
article.event .cardBox .card .stepContent p {
  margin-bottom: 4px;
  color: #727272;
}
article.event .cardBox .card .stepContent .stepContentList {
  list-style: decimal;
  border-bottom: none;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 20px 20px 20px;
}
article.event .cardBox .card .cardText {
  flex-grow: 1;
}
article.event .prizeBox {
  gap: 0px;
}
article.event .prizeBox .attentionList {
  border-bottom: none !important;
}
article.event .prizeContent {
  width: 83%;
}
article.event .prizeContent .subTitle {
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block !important;
  width: auto !important;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding: 8px 20px;
  line-height: 20px;
  background: #034FC1;
  margin-bottom: 16px;
}
article.event .prizeContent .prizeList {
  list-style: decimal;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid #d3d3d3;
}
article.event .prizeContentDetail {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #727272;
  -moz-text-align-last: left;
       text-align-last: left;
  width: 83%;
}
article.event .prizeContentDetail p {
  margin-bottom: 4px;
  color: #727272;
}
article.event .prizeContentDetail .prizeContentList {
  list-style: decimal;
  border-bottom: none;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 20px 20px 20px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 1900px) {
  article.banner {
    background-position-y: 26%;
  }
  article.banner .subTitle {
    height: 288px;
    width: 28%;
  }
}
@media (max-width: 1800px) {
  article.banner {
    background-position-y: 26%;
  }
  article.banner .subTitle {
    height: 328px;
    width: 36%;
  }
}
@media (max-width: 1600px) {
  article.banner {
    background-position-y: 26%;
  }
  article.banner .subTitle {
    height: 330px;
    width: 40%;
  }
}
@media (max-width: 1400px) {
  article.banner {
    background-position-y: 26%;
  }
  article.banner .subTitle {
    height: 340px;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .cardBox.prizeBox {
    align-self: start;
    margin: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  body {
    font-size: 14px;
  }
  .wrapBox {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
  header {
    line-height: 64px;
    background-color: #034FC1;
  }
  header .logo {
    width: 216px;
  }
  header .menuBtn {
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
    transition: all 0.5s;
  }
  header .menuBtn span {
    background: white;
    height: 2px;
  }
  header .menuBtn:after,
  header .menuBtn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  }
  header .menuBtn:before {
    top: 0;
  }
  header .menuBtn:after {
    bottom: 0;
  }
  header .menuBtn.spNavOpen span {
    opacity: 0;
  }
  header .menuBtn.spNavOpen:after,
  header .menuBtn.spNavOpen:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  }
  header .menuBtn.spNavOpen:before {
    top: 9.5px;
    transform: rotate(45deg);
    height: 2px;
  }
  header .menuBtn.spNavOpen:after {
    bottom: 9.5px;
    transform: rotate(-45deg);
    height: 2px;
  }
  header .menuBox {
    top: 55px;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background: #034FC1;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    overflow-y: hidden;
    display: none;
    z-index: 1;
  }
  header .menuBox .lineAccount {
    display: block;
    border-radius: 0;
    width: 247px;
    height: 48px;
    background: url("../images/line-icon@2x.png") no-repeat center;
    background-size: contain;
    margin: 450px -116px 0 0;
    right: 50% !important;
    bottom: auto !important;
  }
  header .menuBox.spNavOpen {
    display: block;
  }
  header .menu {
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    width: 60%;
    max-width: 422px;
    padding: 50px 20%;
  }
  header .menu li {
    line-height: 76px;
    height: 76px;
    border-top: solid 1px #ededed;
    width: 100%;
    text-align: center;
    margin-left: 0;
    color: white;
  }
  header .menu li:last-child {
    width: 100%;
    text-indent: -26px;
    background: #FFE658 url("../images/icon-park-solid_arrow-circle-right.png") no-repeat;
    background-size: 5%;
    background-position: 60% center;
    color: #034FC1;
    font-weight: 700;
  }
  header .menu li:last-child:hover {
    transition: all 0.5s;
    background: white url("../images/icon-park-solid_arrow-circle-right.png") no-repeat right 28px center;
    background-size: 5%;
    background-position: 60% center;
  }
  header .menu.active {
    display: flex;
  }
  article.banner {
    width: 100%;
    height: 346px;
    background: url("../images/titlebg_main.jpg") no-repeat center;
    background-size: cover;
    position: relative;
  }
  article.banner .subTitle {
    width: 62%;
    height: 343px;
    background: url(../images/title_main.png) no-repeat;
    background-size: 100%;
    bottom: -222px;
    left: 32%;
    position: absolute;
  }
  article.knowledge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 68px 0px;
    max-width: 720px;
    margin: 15% auto 36px;
  }
  article.knowledge h2 {
    width: 40%;
    color: #034FC1;
    font-size: 32px;
    height: 46px;
    border-bottom: solid 4px #034FC1;
    font-weight: 700;
  }
  article.knowledge p {
    width: 80%;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin: 32px 0;
  }
  article.knowledge ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
    width: 96%;
    align-items: stretch;
  }
  article.knowledge ul li {
    width: 48%;
    height: 334px;
    margin-bottom: 24px;
    text-align: left;
    line-height: 24px;
    color: #000;
    position: relative;
  }
  article.knowledge ul li img {
    width: 100%;
  }
  article.knowledge ul li a.content {
    padding-top: 30vw;
  }
  article.knowledge ul li div {
    padding: 14px 14px;
  }
  article.knowledge ul li span {
    display: block;
    width: 100%;
  }
  article.knowledge ul li a.vector {
    top: 140px;
  }
  article.activity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 52px 0;
    width: 100%;
    margin: 0 auto;
    background: #034FC1;
  }
  article.activity h2 {
    width: 208px;
    color: white;
    font-size: 32px;
    height: 46px;
    border-bottom: solid 4px white;
    font-weight: 700;
  }
  article.activity ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
    width: 94%;
    align-items: stretch;
  }
  article.activity ul li {
    width: 48%;
    text-align: left;
    line-height: 24px;
    color: white;
    position: relative;
  }
  article.activity ul li img {
    width: 100%;
  }
  article.activity ul li:hover {
    transition: all 0.5s;
    cursor: pointer;
  }
  article.activity ul li:hover img {
    opacity: 0;
  }
  article.activity li:first-child {
    background: url("../images/event1_main_hover.png") no-repeat;
    background-size: contain;
  }
  article.activity li:last-child {
    background: url("../images/event_main_hover.png") no-repeat;
    background-size: contain;
  }
  article.footer {
    padding: 0 0 12px;
  }
  article.footer .banner {
    height: 228px;
  }
  article.footer .info ul.cols {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 64px;
  }
  article.footer .info ul.cols li {
    flex: 0 0 40%;
  }
  article.footer .info ul.cols li h4 {
    margin: 0 0 14px;
  }
  article.footer .info ul.cols li:nth-child(1) {
    flex: 0 0 100%;
  }
  .tab {
    display: none;
  }
  article.event {
    padding-bottom: 99px;
    padding-left: 24px;
    padding-right: 24px;
  }
  article.event .eventBox {
    gap: 64px;
  }
  article.event .cardBox {
    gap: 64px;
  }
  article.event .cardBox .card {
    width: 100%;
    gap: 16px;
  }
  article.event .textBox {
    padding-bottom: 64px;
  }
  article.event .prizeContent,
  article.event .prizeContentDetail {
    width: 100%;
  }
  article.event .prizeBox {
    gap: 0px;
  }
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 575.99px) {
  body {
    font-size: 14px;
    background-color: #000;
  }
  .wrapBox {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
  header {
    line-height: 64px;
    background-color: #034FC1;
  }
  header .logo {
    width: 216px;
  }
  header .menuBtn {
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
    transition: all 0.5s;
  }
  header .menuBtn span {
    background: white;
    height: 2px;
  }
  header .menuBtn:after,
  header .menuBtn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  }
  header .menuBtn:before {
    top: 0;
  }
  header .menuBtn:after {
    bottom: 0;
  }
  header .menuBtn.spNavOpen span {
    opacity: 0;
  }
  header .menuBtn.spNavOpen:after,
  header .menuBtn.spNavOpen:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  }
  header .menuBtn.spNavOpen:before {
    top: 9.5px;
    transform: rotate(45deg);
    height: 2px;
  }
  header .menuBtn.spNavOpen:after {
    bottom: 9.5px;
    transform: rotate(-45deg);
    height: 2px;
  }
  header .menuBox {
    top: 55px;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background: #034FC1;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    overflow-y: hidden;
    display: none;
    z-index: 1;
  }
  header .menuBox .lineAccount {
    display: block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: url(../images/line-icon@2x.png) no-repeat center right;
    background-position-x: -447px;
    background-size: cover;
    position: fixed;
    right: 16px;
    bottom: 0;
  }
  header .menuBox.spNavOpen {
    display: block;
  }
  header .menuBox.spNavOpen .lineAccount {
    display: block;
    border-radius: 0;
    width: 247px;
    height: 48px;
    background: url("../images/line-icon@2x.png") no-repeat center;
    background-size: contain;
    margin: 450px -123px 0 0;
    right: 50%;
    bottom: auto;
  }
  header .menu {
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    width: 90%;
    padding: 50px 5%;
  }
  header .menu li {
    line-height: 76px;
    height: 76px;
    border-top: solid 1px #ededed;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  header .menu li:last-child {
    width: 100%;
    text-indent: -26px;
    background: #FFE658 url("../images/icon-park-solid_arrow-circle-right.png") no-repeat;
    background-size: 5%;
    background-position: 60% center;
    color: #034FC1;
    font-weight: 700;
  }
  header .menu li:last-child:hover {
    transition: all 0.5s;
    background: white url("../images/icon-park-solid_arrow-circle-right.png") no-repeat right 28px center;
    background-size: 5%;
    background-position: 60% center;
  }
  header .menu.active {
    display: flex;
  }
  article.banner {
    width: 100%;
    height: 346px;
    background: url("../images/titlebg_main.jpg") no-repeat center;
    background-size: cover;
    position: relative;
  }
  article.banner .subTitle {
    width: 90%;
    height: 343px;
    background: url(../images/title_main.png) no-repeat;
    background-size: 100%;
    bottom: -34vh;
    left: 5%;
    position: absolute;
  }
  article.knowledge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 36px 0px;
    width: 94%;
    margin: 40% auto 10%;
  }
  article.knowledge h2 {
    width: 40%;
    color: #034FC1;
    font-size: 32px;
    height: 46px;
    border-bottom: solid 4px #034FC1;
    font-weight: 700;
  }
  article.knowledge p {
    width: 100%;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin: 32px 0;
  }
  article.knowledge ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
    width: 98%;
    align-items: stretch;
  }
  article.knowledge ul li {
    width: 100%;
    height: 334px;
    margin-bottom: 10vw;
    text-align: left;
    line-height: 24px;
    color: #000;
    position: relative;
  }
  article.knowledge ul li img {
    width: 100%;
  }
  article.knowledge ul li a.content {
    padding-top: 56vw;
  }
  article.knowledge ul li div {
    padding: 14px 10px;
  }
  article.knowledge ul li span {
    display: block;
    width: 100%;
  }
  article.knowledge ul li a.vector {
    top: 86px;
  }
  article.activity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 52px 0;
    width: 100%;
    margin: 0 auto;
    background: #034FC1;
  }
  article.activity h2 {
    width: 208px;
    color: white;
    font-size: 32px;
    height: 46px;
    border-bottom: solid 4px white;
    font-weight: 700;
  }
  article.activity ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
    width: 92%;
    align-items: stretch;
  }
  article.activity ul li {
    width: 100%;
    text-align: left;
    line-height: 24px;
    color: white;
    position: relative;
    margin-bottom: 40px;
  }
  article.activity ul li img {
    width: 100%;
  }
  article.activity ul li:hover {
    transition: all 0.5s;
    cursor: pointer;
  }
  article.activity ul li:hover img {
    opacity: 0;
  }
  article.activity li:first-child {
    background: url("../images/event1_main_hover.png") no-repeat;
    background-size: contain;
  }
  article.activity li:last-child {
    background: url("../images/event_main_hover.png") no-repeat;
    background-size: contain;
  }
  article.footer .banner {
    height: 293px;
    background: url(../images/bottombg_main_mobile.png) no-repeat center;
    background-size: cover;
  }
  article.footer .cols {
    flex-direction: column;
    gap: 16px;
  }
  article.footer .cols h4 {
    margin: 0 0 16px;
  }
  article.footer .cols > li {
    width: 100%;
  }
  .tab {
    display: none;
  }
  article.event {
    padding-top: 84px;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }
  article.event .eventBox {
    gap: 92px;
  }
  article.event .cardBox {
    gap: 92px;
  }
  article.event .cardBox .card {
    flex-direction: column;
    width: 100%;
    gap: 28px;
  }
  article.event .textBox {
    padding-bottom: 92px;
  }
  article.event .prizeContent,
  article.event .prizeContentDetail {
    width: 100%;
  }
  article.event .prizeBox {
    gap: 0px;
  }
  .eventImg {
    margin: 0 auto;
  }
  .container {
    max-width: 540px;
  }
}/*# sourceMappingURL=main.css.map */