@charset "UTF-8";
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input,
select,
a img {
  vertical-align: middle;
}

:root {
  --remBasicSize: 16px;
}

html {
  background-color: #ddc8d7;
}

body,
html {
  position: relative;
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #000;
  font-size: 16px;
}

body {
  position: relative;
}

body:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  body:after {
    display: none;
  }
}

.bg_m {
  display: none;
}

@media screen and (max-width: 750px) {
  .bg_m {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(46.875 * var(--remBasicSize));
    height: 100vh;
    background-image: url(../images/bg_m.jpg);
    background-position: left top;
    background-size: cover;
  }
}
/*-------------------------

         a

-------------------------*/
a,
button {
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:focus, a:active,
button:focus, button:active {
  outline: none;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.container {
  position: relative;
  width: calc(75 * var(--remBasicSize));
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
  }
}

img {
  display: block;
}

.fixbtn {
  position: fixed;
  z-index: 99;
  right: 2%;
  top: 0;
  width: calc(3.75 * var(--remBasicSize));
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .fixbtn {
    width: calc(4.375 * var(--remBasicSize));
    right: 0;
  }
}
.fixbtn .container {
  width: 100%;
  height: calc(37.5 * var(--remBasicSize));
  filter: drop-shadow(0 0 calc(0.5 * var(--remBasicSize)) #9bb46e);
}
@media screen and (max-width: 750px) {
  .fixbtn .container {
    height: calc(43.125 * var(--remBasicSize));
  }
}
.fixbtn .container a.fgroup {
  display: block;
  width: calc(3.75 * var(--remBasicSize));
  height: calc(3.75 * var(--remBasicSize));
  border-radius: calc(3.125 * var(--remBasicSize));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .fixbtn .container a.fgroup {
    width: calc(4.375 * var(--remBasicSize));
    height: calc(4.375 * var(--remBasicSize));
  }
}
.fixbtn .container a.fgroup span {
  display: block;
  text-indent: calc(-6249.9375 * var(--remBasicSize));
}
.fixbtn .container a.fgroup.active {
  background-color: #b9d485;
}
.fixbtn .container a.fgroup.f1 {
  background-image: url(../images/icon/icon_01.png);
}
.fixbtn .container a.fgroup.f1.active {
  background-image: url(../images/icon/icon_01_active.png);
}
.fixbtn .container a.fgroup.f2 {
  background-image: url(../images/icon/icon_02.png);
}
.fixbtn .container a.fgroup.f2.active {
  background-image: url(../images/icon/icon_02_active.png);
}
.fixbtn .container a.fgroup.f3 {
  background-image: url(../images/icon/icon_03.png);
}
.fixbtn .container a.fgroup.f3.active {
  background-image: url(../images/icon/icon_03_active.png);
}
.fixbtn .container a.fgroup.f4 {
  background-image: url(../images/icon/icon_04.png);
}
.fixbtn .container a.fgroup.f4.active {
  background-image: url(../images/icon/icon_04_active.png);
}
.fixbtn .container a.fgroup.f5 {
  background-image: url(../images/icon/icon_05.png);
}
.fixbtn .container a.fgroup.f5.active {
  background-image: url(../images/icon/icon_05_active.png);
}
.fixbtn .container a.fgroup.f6 {
  background-image: url(../images/icon/icon_06.png);
}
.fixbtn .container a.fgroup.f6.active {
  background-image: url(../images/icon/icon_06_active.png);
}
.fixbtn .container a.fgroup.f7 {
  background-image: url(../images/icon/icon_07.png);
}
.fixbtn .container a.fgroup.f7.active {
  background-image: url(../images/icon/icon_07_active.png);
}
.fixbtn .container a.fgroup.f8 {
  background-image: url(../images/icon/icon_08.png);
}
.fixbtn .container a.fgroup.f8.active {
  background-image: url(../images/icon/icon_08_active.png);
}
.fixbtn .container a.fgroup.f9 {
  background-image: url(../images/icon/icon_09.png);
}
.fixbtn .container a.fgroup.f9.active {
  background-image: url(../images/icon/icon_09_active.png);
}
.fixbtn .container a.fgroup.f10 {
  background-image: url(../images/icon/icon_10.png);
}
.fixbtn .container a.fgroup.f10.active {
  background-image: url(../images/icon/icon_10_active.png);
}

#kv {
  position: relative;
  min-width: calc(75 * var(--remBasicSize));
  width: 100vw;
  height: 100vh;
  display: block;
}
@media screen and (max-width: 750px) {
  #kv {
    min-width: auto;
    height: calc(85 * var(--remBasicSize));
  }
}
#kv .logo {
  position: absolute;
  z-index: 5;
  top: 4.1666666667vh;
  left: 1.953125vw;
  width: 12.6953125vw;
  height: 4.7222222222vh;
  text-indent: calc(-6249.9375 * var(--remBasicSize));
  background: url(../images/kv/cosmopolitan.png) no-repeat center top/contain;
}
@media screen and (max-width: 750px) {
  #kv .logo {
    top: calc(1.25 * var(--remBasicSize));
    left: calc(1.25 * var(--remBasicSize));
    width: calc(14.1875 * var(--remBasicSize));
    height: calc(3 * var(--remBasicSize));
  }
}
#kv .container {
  position: relative;
  width: 52.96875vw;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #kv .container {
    width: calc(46.875 * var(--remBasicSize));
  }
}
#kv .container .kv_title {
  position: absolute;
  z-index: 3;
  top: 27.0833333333vh;
  left: 0vw;
  width: 100%;
  height: 56.25vh;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title {
    top: calc(15 * var(--remBasicSize));
    left: calc(2.8125 * var(--remBasicSize));
    width: calc(40.625 * var(--remBasicSize));
    height: calc(59.6875 * var(--remBasicSize));
  }
}
#kv .container .kv_title .awards {
  position: absolute;
  top: -19.4444444444vh;
  left: -1.5625vw;
  width: 12.8125vw;
  height: 29.7222222222vh;
  background: url(../images/kv/2025_COSMO_Clean_Beauty_Awards.png) no-repeat center top/contain;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title .awards {
    top: calc(12.8125 * var(--remBasicSize));
    left: calc(25 * var(--remBasicSize));
    width: calc(16.6875 * var(--remBasicSize));
    height: calc(16.8125 * var(--remBasicSize));
    background-position: left top;
  }
}
#kv .container .kv_title h1 {
  width: 52.8125vw;
  height: 17.4305555556vh;
  background: url(../images/kv/h1_en_d.png) no-repeat center top/contain;
  text-indent: -9999999px;
  margin-bottom: 2.4305555556vh;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title h1 {
    width: calc(38.3125 * var(--remBasicSize));
    height: calc(17.3125 * var(--remBasicSize));
    background: url(../images/kv/h1_en_m.png) no-repeat center top/contain;
    margin-bottom: calc(2.625 * var(--remBasicSize));
  }
}
#kv .container .kv_title h2 {
  width: 100%;
  height: 5.3472222222vh;
  background: url(../images/kv/h2_cn_d.png) no-repeat center top/contain;
  text-indent: -9999999px;
  margin-bottom: 4.8611111111vh;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title h2 {
    width: calc(19.3125 * var(--remBasicSize));
    height: calc(3.6875 * var(--remBasicSize));
    background: url(../images/kv/h2_cn_m.png) no-repeat center top/contain;
    margin-bottom: calc(8 * var(--remBasicSize));
  }
}
#kv .container .kv_title h3 {
  width: 100%;
  height: 6.1805555556vh;
  background: url(../images/kv/h3.png) no-repeat center top/contain;
  text-indent: -9999999px;
  margin-bottom: 3.4722222222vh;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title h3 {
    width: calc(35 * var(--remBasicSize));
    height: calc(4.6875 * var(--remBasicSize));
    margin-bottom: calc(2.375 * var(--remBasicSize));
    background-position: left top;
  }
}
#kv .container .kv_title h4 {
  width: 100%;
  height: 8.1944444444vh;
  background: url(../images/kv/txt_d.png) no-repeat center top/contain;
  text-indent: -9999999px;
  margin-bottom: 6.0416666667vh;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title h4 {
    width: calc(35.375 * var(--remBasicSize));
    height: calc(9.625 * var(--remBasicSize));
    background: url(../images/kv/txt_m.png) no-repeat center top/contain;
    margin-bottom: calc(4.25 * var(--remBasicSize));
  }
}
#kv .container .kv_title span {
  display: block;
  width: 100%;
  height: 6.1805555556vh;
  background: url(../images/kv/txt2_d.png) no-repeat center top/contain;
  text-indent: -9999999px;
}
@media screen and (max-width: 750px) {
  #kv .container .kv_title span {
    width: calc(40 * var(--remBasicSize));
    height: calc(7.4375 * var(--remBasicSize));
    background: url(../images/kv/txt2_m.png) no-repeat center top/contain;
  }
}

/*-------------------------

         投票

-------------------------*/
.data {
  min-width: calc(75 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data {
    min-width: 100%;
  }
}
.data .container {
  padding-bottom: calc(3.75 * var(--remBasicSize));
}
.data .container .row {
  width: calc(75 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data .container .row {
    width: 100%;
  }
}
.data .container .row .item {
  width: calc(33.75 * var(--remBasicSize));
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .data .container .row .item {
    width: calc(36.25 * var(--remBasicSize));
  }
}
.data .container .row .item button.icontype {
  position: relative;
  width: calc(14.375 * var(--remBasicSize));
  height: calc(14.375 * var(--remBasicSize));
  background-color: rgba(255, 255, 255, 0.6);
  margin: calc(0.9375 * var(--remBasicSize)) calc(1.25 * var(--remBasicSize));
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .data .container .row .item button.icontype {
    width: calc(16.375 * var(--remBasicSize));
    height: calc(16.375 * var(--remBasicSize));
    margin: calc(0.875 * var(--remBasicSize));
  }
}
.data .container .row .item button.icontype:hover, .data .container .row .item button.icontype:focus, .data .container .row .item button.icontype:active {
  cursor: pointer;
}
.data .container .row .item button.icontype:hover:before, .data .container .row .item button.icontype:focus:before, .data .container .row .item button.icontype:active:before {
  width: 100%;
  height: 100%;
  border: solid calc(0.625 * var(--remBasicSize)) #b9d485;
  box-sizing: border-box;
}
.data .container .row .item button.icontype:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid calc(0.0625 * var(--remBasicSize)) #b9d485;
  box-sizing: border-box;
  transition: all ease-in-out 0.1s;
}
.data .container .row .item button.icontype img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.data .container .row .item button.icontype img.after {
  display: none;
}
.data .container .row .item_content {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content {
    padding: 0 calc(2.5 * var(--remBasicSize));
    box-sizing: border-box;
  }
}
.data .container .row .item_content .groupPanel {
  position: relative;
  padding: calc(1.25 * var(--remBasicSize));
  margin-bottom: calc(1.25 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel {
    padding: calc(1.25 * var(--remBasicSize)) 0;
  }
}
.data .container .row .item_content .groupPanel:before, .data .container .row .item_content .groupPanel:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #666;
}
.data .container .row .item_content .groupPanel:before {
  top: 0;
}
.data .container .row .item_content .groupPanel:after {
  bottom: 0;
}
.data .container .row .item_content .groupPanel .category-title .item-title {
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(7.875 * var(--remBasicSize));
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel .category-title .item-title {
    width: 100%;
    height: calc(7.875 * var(--remBasicSize));
  }
}
.data .container .row .item_content .groupPanel.i1 .item-title {
  background-image: url(../images/data/item-title_d_1.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i1 .item-title {
    background-image: url(../images/data/item-title_m_1.png);
  }
}
.data .container .row .item_content .groupPanel.i2 .item-title {
  background-image: url(../images/data/item-title_d_2.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i2 .item-title {
    background-image: url(../images/data/item-title_m_2.png);
  }
}
.data .container .row .item_content .groupPanel.i3 .item-title {
  background-image: url(../images/data/item-title_d_3.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i3 .item-title {
    background-image: url(../images/data/item-title_m_3.png);
  }
}
.data .container .row .item_content .groupPanel.i4 .item-title {
  background-image: url(../images/data/item-title_d_4.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i4 .item-title {
    background-image: url(../images/data/item-title_m_4.png);
  }
}
.data .container .row .item_content .groupPanel.i5 .item-title {
  background-image: url(../images/data/item-title_d_5.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i5 .item-title {
    background-image: url(../images/data/item-title_m_5.png);
  }
}
.data .container .row .item_content .groupPanel.i6 .item-title {
  background-image: url(../images/data/item-title_d_6.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i6 .item-title {
    background-image: url(../images/data/item-title_m_6.png);
  }
}
.data .container .row .item_content .groupPanel.i7 .item-title {
  background-image: url(../images/data/item-title_d_7.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i7 .item-title {
    background-image: url(../images/data/item-title_m_7.png);
  }
}
.data .container .row .item_content .groupPanel.i8 .item-title {
  background-image: url(../images/data/item-title_d_8.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i8 .item-title {
    background-image: url(../images/data/item-title_m_8.png);
  }
}
.data .container .row .item_content .groupPanel.i9 .item-title {
  background-image: url(../images/data/item-title_d_9.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i9 .item-title {
    background-image: url(../images/data/item-title_m_9.png);
  }
}
.data .container .row .item_content .groupPanel.i10 .item-title {
  background-image: url(../images/data/item-title_d_10.png);
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel.i10 .item-title {
    background-image: url(../images/data/item-title_m_10.png);
  }
}
.data .container .row .item_content .groupPanel .answer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(0.25 * var(--remBasicSize)) 0 calc(1.25 * var(--remBasicSize));
  /* ---------------------
          checkbox
  ---------------------- */
  /* 隱藏原始的 checkbox */
  /* 自定義 checkbox 的外觀 */
  /* 選中時改變背景顏色，並顯示打勾圖案 */
  /* 顯示打勾圖案 */
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel .answer {
    justify-content: flex-start;
    margin: calc(1.25 * var(--remBasicSize)) 0;
    padding: 0 calc(0.375 * var(--remBasicSize));
    box-sizing: border-box;
  }
}
.data .container .row .item_content .groupPanel .answer .side-label-qa input[type=checkbox] {
  display: none;
}
.data .container .row .item_content .groupPanel .answer .side-label-qa {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: calc(12.9375 * var(--remBasicSize));
  min-height: calc(22.5 * var(--remBasicSize));
  padding: calc(1.875 * var(--remBasicSize)) calc(0.625 * var(--remBasicSize)) calc(3.75 * var(--remBasicSize));
  margin: calc(0.25 * var(--remBasicSize)) calc(0.5 * var(--remBasicSize));
  border-radius: calc(9.375 * var(--remBasicSize));
  border: solid calc(0.0625 * var(--remBasicSize)) #b9d485;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel .answer .side-label-qa {
    width: calc(19.125 * var(--remBasicSize));
    min-height: calc(33.875 * var(--remBasicSize));
    padding: calc(2.1875 * var(--remBasicSize)) calc(0.625 * var(--remBasicSize)) calc(5 * var(--remBasicSize)) calc(0.625 * var(--remBasicSize));
    margin: calc(0.625 * var(--remBasicSize)) calc(0.5 * var(--remBasicSize));
  }
}
.data .container .row .item_content .groupPanel .answer .side-label-qa:hover {
  filter: drop-shadow(0 0 calc(0.5 * var(--remBasicSize)) #b9d485);
  transition: all ease-in-out 0.2s;
}
.data .container .row .item_content .groupPanel .answer .side-label-qa .txt {
  display: block;
  font-size: calc(1.125 * var(--remBasicSize));
  line-height: 1.4em;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: calc(0.4375 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel .answer .side-label-qa .txt {
    font-size: calc(1.6875 * var(--remBasicSize));
    line-height: 1.3em;
  }
}
.data .container .row .item_content .groupPanel .answer .side-label-qa img {
  display: block;
  width: 100%;
}
.data .container .row .item_content .groupPanel .answer .side-label-qa .checkmark {
  position: absolute;
  z-index: 2;
  border-top: solid calc(0.0625 * var(--remBasicSize)) #b9d485;
  bottom: calc(-0.0625 * var(--remBasicSize));
  left: calc(0 * var(--remBasicSize));
  width: 100%;
  height: calc(3.75 * var(--remBasicSize));
  background-image: url(../images/data/check_type1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .data .container .row .item_content .groupPanel .answer .side-label-qa .checkmark {
    height: calc(5 * var(--remBasicSize));
  }
}
.data .container .row .item_content .groupPanel .answer .side-label-qa input[type=checkbox]:checked + .checkmark {
  background-image: url(../images/data/check_type2.png);
}
.data .container .btn_grup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: calc(1.25 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data .container .btn_grup {
    margin-top: calc(2.5 * var(--remBasicSize));
  }
}
.data .container .btn_grup .btn_send {
  width: calc(18.75 * var(--remBasicSize));
  height: calc(3.75 * var(--remBasicSize));
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .data .container .btn_grup .btn_send {
    width: calc(24.6875 * var(--remBasicSize));
    height: calc(5.625 * var(--remBasicSize));
  }
}
.data .container .btn_grup .btn_send span {
  color: #fff;
  font-size: calc(1.625 * var(--remBasicSize));
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .data .container .btn_grup .btn_send span {
    font-size: calc(2.25 * var(--remBasicSize));
  }
}

/*-------------------------

         表單

-------------------------*/
.data2 {
  display: none;
  position: relative;
  margin: 0 auto;
}
.data2 .container {
  width: calc(75 * var(--remBasicSize));
  padding: calc(3.125 * var(--remBasicSize)) 0 calc(6.25 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data2 .container {
    width: calc(46.875 * var(--remBasicSize));
  }
}
.data2 .container .title {
  position: relative;
}
.data2 .container .title h2 {
  text-indent: calc(-62499.9375 * var(--remBasicSize));
  width: 100%;
  height: calc(11.75 * var(--remBasicSize));
  background: url(../images/data/data_h2_d.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .data2 .container .title h2 {
    height: calc(12.375 * var(--remBasicSize));
    background: url(../images/data/data_h2_m.png) no-repeat center/contain;
  }
}
.data2 .container .title p {
  position: relative;
  color: #000;
  font-size: calc(1.5 * var(--remBasicSize));
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
  margin: 0 auto calc(0.75 * var(--remBasicSize));
  text-align: center;
}
@media screen and (max-width: 750px) {
  .data2 .container .title p {
    font-size: calc(1.875 * var(--remBasicSize));
  }
}
.data2 .container .content {
  margin-top: calc(1.25 * var(--remBasicSize));
}
.data2 .container .content .box {
  position: relative;
  width: calc(37.5 * var(--remBasicSize));
  min-height: calc(25 * var(--remBasicSize));
  margin: 0 auto;
  padding: calc(1.25 * var(--remBasicSize)) calc(2.5 * var(--remBasicSize));
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: calc(0.625 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data2 .container .content .box {
    width: calc(40.625 * var(--remBasicSize));
    padding: calc(1.25 * var(--remBasicSize)) calc(1.5 * var(--remBasicSize)) calc(0.625 * var(--remBasicSize));
  }
}
.data2 .container .content .box .tetris_content {
  padding-top: calc(1.25 * var(--remBasicSize));
}
.data2 .container .content .note {
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
  padding: calc(1.25 * var(--remBasicSize)) calc(2.5 * var(--remBasicSize));
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .data2 .container .content .note {
    width: 100%;
  }
}
.data2 .container .content .note ul {
  line-height: 1.53em;
  color: #333;
  font-size: calc(1.1875 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .data2 .container .content .note ul {
    font-size: calc(1.625 * var(--remBasicSize));
  }
}
.data2 .container .content .note ul li {
  list-style: decimal;
  margin-left: 1.5em;
  text-align: justify;
}
.data2 .container .content .note ul li a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  vertical-align: baseline;
  padding: 0 calc(0.375 * var(--remBasicSize));
}
.data2 .container .content .note ul li a:hover {
  background-color: #333;
}

/*-------------------------

         lightbox

-------------------------*/
/* ---------------------
           共用
---------------------- */
.modal {
  background-color: transparent;
  min-height: auto;
}

/*背景底色*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

.modal .modal-content {
  position: relative;
  background-color: transparent;
  border-radius: 0px;
  outline: 0;
}

/* 關閉按鈕-X */
.style-box .close {
  position: absolute;
  z-index: 10;
  top: calc(-0.625 * var(--remBasicSize));
  right: calc(-0.3125 * var(--remBasicSize));
  width: calc(3.125 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  text-shadow: none;
  background-color: transparent;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  text-indent: calc(-62499.9375 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .style-box .close {
    width: calc(5.25 * var(--remBasicSize));
    height: calc(5.25 * var(--remBasicSize));
  }
}
.style-box .close:hover {
  transform: rotate(90deg);
  transition: all ease-in-out 0.5s;
}

/* ---------------------
           內容
---------------------- */
.style-box .modal-dialog {
  width: calc(28.125 * var(--remBasicSize));
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .style-box .modal-dialog {
    width: calc(46.875 * var(--remBasicSize));
  }
}
.style-box .modal-dialog .modal-body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.pop1 .close {
  background: url(../images/data/popup1_close.png) center/contain no-repeat;
}
.pop1 .content {
  text-indent: calc(-6249.9375 * var(--remBasicSize));
  width: calc(28.9625 * var(--remBasicSize));
  height: calc(17.7625 * var(--remBasicSize));
  background: url(../images/data/popup1.png) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .pop1 .content {
    width: calc(41.375 * var(--remBasicSize));
    height: calc(25.375 * var(--remBasicSize));
  }
}

.pop2 .close {
  background: url(../images/data/popup2_close.png) center/contain no-repeat;
}
.pop2 .content {
  text-indent: calc(-6249.9375 * var(--remBasicSize));
  width: calc(28.9625 * var(--remBasicSize));
  height: calc(20.5625 * var(--remBasicSize));
  background: url(../images/data/popup2.png) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .pop2 .content {
    width: calc(41.375 * var(--remBasicSize));
    height: calc(29.375 * var(--remBasicSize));
  }
}

/*得獎名單*/
#Winners .modal-body {
  width: calc(41.375 * var(--remBasicSize));
  min-height: calc(36.1875 * var(--remBasicSize));
  margin: 0 auto;
  display: block;
}
#Winners .modal-body .close {
  position: absolute;
  top: calc(1.25 * var(--remBasicSize));
  right: 0;
  background: url(../images/data/popup2_close.png) center/contain no-repeat;
}
#Winners .modal-body img {
  display: block;
  width: calc(41.375 * var(--remBasicSize));
  height: calc(36.1875 * var(--remBasicSize));
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: calc(3.125 * var(--remBasicSize));
  margin: calc(6.25 * var(--remBasicSize)) 0 calc(1.875 * var(--remBasicSize));
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer {
    min-width: auto;
  }
}
footer > a {
  color: #fff;
  font-size: 32px;
}/*# sourceMappingURL=main.css.map */