@charset "UTF-8";
/* 將大部分標籤的預設樣式重製成以下的內容 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700;800&display=swap");
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%;
  font: inherit;
  vertical-align: baseline;
  color: #000;
  position: relative;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* 賦予 HTML5 標籤基本的 Display:block ，用於輔助舊的瀏覽器能正常顯示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 將 body 也就是整體的文字行高預設成 1 */
body {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}

/* 取消項目列表預設的輔助符號 */
ol,
ul {
  list-style: none;
}

/* 隱藏引用標籤預設的引號(部分瀏覽器有) */
blockquote,
q {
  quotes: none;
}

/* 重置引用標籤的偽元素 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 將表格初始化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 將連結初始化 */
a {
  text-decoration: none;
}

.popupAlret .signBox .man .iconBox,
.popupAlret .signBox .woman .iconBox, .main .sec4 .sec_info, .main .sec3 .sec_info, .main .sec2 .silk_box, .main .sec2 .sec_btn, .main .sec1 .sec_date .up,
.main .sec1 .sec_date .down, .main .sec1 .sec_info, .header .sec_bar, .header .nav .bar, .header .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupAlret .signBox .man,
.popupAlret .signBox .woman, .popupAlret .signBox, .popupAlret, .main .sec4, .main .sec3, .main .sec2 .silk_box .gift, .main .sec1 .sec_date .box .icon_box, .main .sec1 .sec_date .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popupBox .robbin, .main .sec4 .title, .main .sec3 .title, .main .sec2 .title, .main .sec1 .title, .header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pop, .main, .header .nav .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html,
body {
  font-family: "Noto Sans TC", sans-serif;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b9762b;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  background-color: black;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #fcfaf0;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  min-width: 1910px;
  margin: 0 auto;
}

.mask,
.mask2,
.mask3 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  background: rgba(50, 48, 45, 0.8);
}

.mask2 {
  background: none;
  z-index: 99;
}

.mask3 {
  background: none;
  z-index: 52;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  background: rgba(19, 19, 19, 0.8);
}
.loading .balls {
  width: 3.5em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .balls div {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #fc2f70;
  transform: translateY(-100%);
  animation: wave 0.8s ease-in-out alternate infinite;
}
.loading .balls div:nth-of-type(1) {
  animation-delay: -0.4s;
}
.loading .balls div:nth-of-type(2) {
  animation-delay: -0.2s;
}
@keyframes wave {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

[v-cloak] {
  display: none;
}

.header {
  width: 1920px;
  height: 1116px;
  min-width: 1918px;
  background-image: url(../img/kv.png);
  margin: 0 auto;
  position: relative;
}
.header .nav {
  width: 1920px;
  height: 100px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .nav .logo {
  background-image: url(../img/logo.png);
  width: 190px;
  height: 90px;
  margin-left: 10px;
}
.header .nav .bar {
  margin-right: 10px;
}
.header .nav .bar a {
  font-size: 24px;
  margin: 0 20px;
  font-weight: 600;
  color: #663b55;
  transition: all ease-in-out 0.4s;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 2px #fff;
}
.header .nav .bar a:hover {
  scale: 1.1;
}
.header .nav .user_box a, .header .nav .user_box button {
  font-size: 24px;
  margin: 0 20px;
  font-weight: 600;
  color: #ff5f5f;
  transition: all ease-in-out 0.4s;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 2px #fff;
}
.header .nav .user_box a:hover, .header .nav .user_box button:hover {
  scale: 1.1;
}
.header .nav .user_box p, .header .nav .user_box .user {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f5f;
  transition: all ease-in-out 0.4s;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 2px #fff;
}
.header .nav .user_box button {
  color: #57adda;
  background-color: transparent;
  border: none;
}
.header .sec_bar {
  width: 1400px;
  margin: 0 auto;
  position: absolute;
  left: 260px;
  bottom: 290px;
}
.header .sec_bar a {
  display: block;
  width: 286px;
  height: 75px;
  background-image: url(../img/bar_btn.png);
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #faf6e8;
  padding-top: 20px;
  transition: all ease-in-out 0.4s;
}
.header .sec_bar a:hover {
  filter: drop-shadow(0px 0px 20px #fff);
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@keyframes shake-lr {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(8deg);
  }
  20%, 40%, 60% {
    transform: rotate(-10deg);
  }
  30%, 50%, 70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(8deg);
  }
}

.other_link {
  width: 250px;
  height: 150px;
  background-image: url(../img/link_btn.png);
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 0px;
  z-index: 5;
}

.main {
  margin: 0 auto;
  background-image: url(../img/bg2.png);
  margin-top: -150px;
}
.main h3 {
  color: #48403f;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  margin: 20px 0;
}
.main h4 {
  color: #48403f;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0;
  margin-left: 45px;
}
.main h4::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #52342b;
  border-radius: 50px;
}
.main .notice {
  width: 180px;
  height: 70px;
  border-radius: 50px;
  background-color: rgba(252, 250, 240, 0.8156862745);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.main li {
  color: #48403f;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  list-style-type: none;
  margin: 15px 0;
}
.main .sec1 {
  width: 1400px;
  margin: 0 auto;
  padding-top: 200px;
}
.main .sec1 .title {
  width: 400px;
  height: 80px;
  margin: 0 auto;
  background-image: url(../img/title1.png);
}
.main .sec1 .sec_info {
  justify-content: space-between;
}
.main .sec1 .sec_info .notice {
  border: 5px solid #ff5f5f;
  color: #ff5f5f;
}
.main .sec1 h4::before {
  position: absolute;
  left: -35px;
  top: 3px;
  background-color: #ff5f5f;
}
.main .sec1 .sec_date {
  margin: 20px 0;
}
.main .sec1 .sec_date .box {
  width: 200px;
  height: 230px;
  border: 3px solid #ff5f5f;
  border-radius: 35px;
  background-color: rgba(252, 250, 240, 0.8156862745);
  margin: 15px;
  overflow: hidden;
  justify-content: space-between;
}
.main .sec1 .sec_date .box .date {
  width: 228px;
  background-color: #ff5f5f;
  text-align: center;
  color: #f9f6ec;
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
}
.main .sec1 .sec_date .box img {
  width: 45px;
  height: 45px;
}
.main .sec1 .sec_date .box p {
  font-size: 20px;
  color: #ff5f5f;
  font-weight: 600;
  text-align: center;
}
.main .sec1 .sec_date .box .sign {
  font-size: 22px;
  background-color: #ffa42e;
  color: #f9f6ec;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 5px 25px;
  border: none;
  cursor: pointer;
  text-shadow: 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b;
}
.main .sec1 .sec_date .box .overdue {
  background-color: #f6baba;
  text-shadow: none;
  cursor: default;
}
.main .sec1 .sec_date .box .signed {
  background-color: #ff5f5f;
  text-shadow: none;
  cursor: default;
}
.main .sec2 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 200px;
}
.main .sec2 .title {
  width: 400px;
  height: 80px;
  margin: 0 auto;
  background-image: url(../img/title2.png);
}
.main .sec2 h4 {
  line-height: 40px;
}
.main .sec2 h4::before {
  position: absolute;
  left: -35px;
  top: 10px;
  background-color: #57adda;
}
.main .sec2 .sec_btn {
  justify-content: space-between;
  margin-top: 25px;
}
.main .sec2 .sec_btn .silk {
  text-align: center;
  padding-top: 18px;
  cursor: default;
  width: 200px;
  height: 70px;
  border-radius: 50px;
  background-color: rgba(252, 250, 240, 0.8156862745);
  font-size: 22px;
  font-weight: 700;
  border: 5px solid #57adda;
  color: #57adda;
}
.main .sec2 .sec_btn .silk span {
  color: #57adda;
}
.main .sec2 .sec_btn .notice {
  border: 5px solid #57adda;
  color: #57adda;
}
.main .sec2 .silk_box {
  margin-top: 20px;
}
.main .sec2 .silk_box .gift {
  width: 330px;
  height: 400px;
  border: 3px solid #57adda;
  background-color: rgba(252, 250, 240, 0.8156862745);
  margin: 15px;
  overflow: hidden;
  justify-content: space-between;
}
.main .sec2 .silk_box .gift_name {
  width: 100%;
  background-color: #57adda;
  text-align: center;
  color: #f9f6ec;
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
}
.main .sec2 .silk_box .gift .buy {
  background-color: #ffa42e;
  color: #f9f6ec;
  padding: 5px 25px;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b;
  cursor: pointer;
  border: none;
  margin-bottom: 10px;
}
.main .sec2 .silk_box .gift .buy.done {
  cursor: default;
  background-color: #cbcaca;
  text-shadow: none;
}
.main .sec2 .silk_box .gift_wrap {
  width: 310px;
  height: 230px;
  overflow-y: auto;
}
.main .sec2 .silk_box .gift_wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #185a7b;
}
.main .sec2 .silk_box .gift_wrap::-webkit-scrollbar {
  width: 6px;
  background-color: black;
}
.main .sec2 .silk_box .gift_wrap::-webkit-scrollbar-thumb {
  background-color: #3c8eb7;
}
.main .sec2 .silk_box .gift table {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #185a7b;
}
.main .sec2 .silk_box .gift table thead {
  background-color: #57adda;
}
.main .sec2 .silk_box .gift table thead th {
  color: #f9f6ec;
  border: 1px solid #185a7b;
  text-align: center;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
}
.main .sec2 .silk_box .gift table tbody tr {
  cursor: pointer;
}
.main .sec2 .silk_box .gift table tbody tr.active {
  background-color: #adcfdd;
  border: 5px solid #185a7b;
}
.main .sec2 .silk_box .gift table tbody td {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #185a7b;
  padding: 10px;
  border: 1px solid #185a7b;
}
.main .sec3 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 200px;
}
.main .sec3 .title {
  width: 400px;
  height: 80px;
  margin: 0 auto;
  background-image: url(../img/title3.png);
}
.main .sec3 .sec_info {
  justify-content: space-between;
}
.main .sec3 h4::before {
  position: absolute;
  left: -35px;
  top: 3px;
  background-color: #ff5f5f;
}
.main .sec3 .notice {
  margin-top: 70px;
  border: 5px solid #ff5f5f;
  color: #ff5f5f;
  cursor: default;
  padding-top: 17px;
}
.main .sec3 table {
  width: 80%;
}
.main .sec3 table th {
  background-color: #ff5f5f;
  font-weight: 700;
  color: #f9f6ec;
  font-size: 24px;
  padding: 10px 0;
}
.main .sec3 table td {
  border: 1px solid #ff5f5f;
  background-color: rgba(252, 250, 240, 0.8156862745);
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f5f;
  text-align: center;
  vertical-align: middle;
}
.main .sec4 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 200px;
  padding-bottom: 140px;
}
.main .sec4 .title {
  width: 400px;
  height: 80px;
  margin: 0 auto;
  background-image: url(../img/title4.png);
}
.main .sec4 .sec_info {
  justify-content: space-between;
}
.main .sec4 h4 {
  line-height: 40px;
}
.main .sec4 h4::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 10px;
  background-color: #57adda;
  border: 1px solid #52342b;
  border-radius: 50px;
}
.main .sec4 ul {
  margin-top: 70px;
}
.main .sec4 .notice {
  margin: 0 auto;
  margin-top: 20px;
  border: 5px solid #57adda;
  color: #57adda;
  cursor: default;
  padding-top: 17px;
}

.pop {
  background-image: url(../img/popup_bg.png);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 51;
}
.pop .title {
  display: table;
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: #f9f6ec;
  background-color: #48403f;
  position: relative;
  padding: 10px 20px;
}
.pop .title::before {
  content: "";
  width: 57px;
  height: 48px;
  position: absolute;
  left: -38px;
  top: 0px;
  background-image: url(../img/ribbon.png);
}
.pop .title::after {
  content: "";
  width: 57px;
  height: 48px;
  position: absolute;
  right: -38px;
  top: 0px;
  transform: scaleX(-1);
  background-image: url(../img/ribbon.png);
}

.popupAlret {
  width: 400px;
  height: auto;
  max-height: 550px;
  padding: 20px;
  border-radius: 25px;
}
.popupAlret .signBox {
  margin: 10px;
  margin-top: 15px;
  justify-content: space-between;
  cursor: pointer;
  height: 300px;
}
.popupAlret .signBox pre:nth-child(1) {
  margin: 0;
}
.popupAlret .signBox .man,
.popupAlret .signBox .woman {
  border: 5px solid #ff5f5f;
  padding: 5px;
}
.popupAlret .signBox .man .iconBox,
.popupAlret .signBox .woman .iconBox {
  margin: 10px 0;
}
.popupAlret .signBox .man .iconBox img,
.popupAlret .signBox .woman .iconBox img {
  width: 60px;
  margin: 0 10px;
}
.popupAlret .signBox .man pre,
.popupAlret .signBox .woman pre {
  font-size: 26px;
  font-weight: 700;
  color: #ff5f5f;
  margin: 0;
}
.popupAlret .signBox .man.active,
.popupAlret .signBox .woman.active {
  background-color: #ff5f5f;
}
.popupAlret .signBox .man.active pre,
.popupAlret .signBox .woman.active pre {
  margin: 0;
  color: #fff;
}
.popupAlret pre {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #48403f;
}
.popupAlret .pop_btn {
  margin-top: 10px;
}
.popupAlret .pop_btn a,
.popupAlret .pop_btn button {
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  margin: 10px;
  padding: 5px 20px;
}
.popupAlret .pop_btn button {
  border: 2px solid #48403f;
  background-color: transparent;
}
.popupAlret .pop_btn .active {
  color: #f9f6ec;
  text-shadow: 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b, 0px 0px 2px #b9762b;
  background-color: #ffa42e;
}

.popupBox {
  width: 700px;
  height: auto;
  padding: 30px;
  border-radius: 25px;
}
.popupBox .robbin {
  background-image: url(../img/popup_ribbon.png);
  width: 1297px;
  height: 778px;
  z-index: 51;
  position: absolute;
  top: 51%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.popupBox .cotent {
  width: 80%;
  margin: 20px auto;
  z-index: 52;
}
.popupBox .cotent li {
  font-size: 20px;
  list-style-type: decimal;
  margin: 10px 0;
  line-height: 25px;
}
.popupBox .x {
  position: fixed;
  top: 25px;
  right: 24px;
  z-index: 60;
  cursor: pointer;
  width: 48px;
  height: 45px;
}
.popupBox .x div {
  width: 5px;
  height: 40px;
  border-radius: 20px;
  background: rgba(50, 48, 45, 0.8);
  scale: 1.3;
}
.popupBox .x .one {
  position: absolute;
  transform: rotate(-45deg);
  position: absolute;
  left: 20px;
  top: 0px;
}
.popupBox .x .two {
  position: absolute;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 0px;
}

.footer {
  position: relative;
  background-color: #fff0f0;
  width: 100%;
  height: 130px;
  font-size: 0.75rem;
  z-index: 1;
  bottom: 0;
  min-width: 1024px;
}

.footer .footerwrap {
  width: -moz-max-content;
  width: max-content;
  height: 130px;
  padding: 10px 0;
  margin: 0 auto;
  color: rgb(0, 0, 0);
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.digeam-logo {
  position: relative;
  background: url("../img/footer/digeamlogo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 133px;
  height: 32px;
  text-indent: -9999px;
  display: block;
}

.company-logo {
  position: relative;
  margin: 0 15px;
}

.joymax {
  background: url("../img/footer/joymax.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 31px;
  text-indent: -9999px;
  display: block;
}

.dgcopy-container {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 15px;
}

.dgcopy-container p {
  position: relative;
  margin: 0 0 5px 0;
  color: rgb(0, 0, 0);
}

.dg-mail a {
  color: #e25454;
}

.dg-mail a:hover {
  color: rgb(0, 0, 0);
}

.grade {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 15px;
}

.grade > img {
  width: 51px;
  height: 51px;
  margin-right: 5px;
}

.grade > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*for æ‰‹æ©Ÿè£ç½®(èž¢å¹•å°ºå¯¸<768px)*/
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    height: auto;
    min-width: unset;
  }
  .footer .footerwrap {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .logo-container {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .logo-container a {
    margin: 0 auto 15px;
  }
  .dgcopy-container {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto;
    text-align: center;
  }
  .grade {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    display: -ms-flexbox;
    display: -moz-box;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px auto;
  }
}
/*for å¹³æ¿è£ç½®(768px<èž¢å¹•å°ºå¯¸<1024px)*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    width: 100%;
    height: auto;
    min-width: unset;
  }
  .footer .footerwrap {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .logo-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
  }
  .dgcopy-container, .grade {
    margin: 10px;
  }
}/*# sourceMappingURL=style.css.map */