/* 顏色代號 */
:root {
  --cc100: #45474B;
  --cc200: #495E57;
  --cc201: #94c4b4;
  --cc202: #d2e7e0;
  --cc203: #ecfff9;
  --cc300: #F4CE14;
  --cc301: #c0a000;
  --cc302: #b1a671;
  --cc303: #FFF3CD;
  --cc400: #F5F7F8;
  --cc500: #fcf3e7;
  --cc501: #fcf5ec;
  --cc600: #B82828;

  --cd10: #fcf4f1;
  --cd20: #fdfbdd;
  --cd30: #2e5848;
  --cd40: #00746e;
  --cd41: #346967;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
}

.whole-wrap {
  position: relative;
  width: 100%;
}

.sec-bg {
  background-image: url(../img/Diverse/bg.png);
  padding: 50px 0px;
}

.sec-bg h1 {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 75px;
  background-color: #94c4b4;
  text-align: center;
  line-height: 75px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 50px;
  margin-bottom: 35px;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
}

.sec-bg:nth-child(odd) h1 {
  background-color: #fff;
  color: var(--cc200);
  -webkit-text-stroke: 1px var(--cc200);
}

.sec-bg h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -30px;
  color: var(--cc300);
  font-size: 65px;
  z-index: 5;
}

.sec-bg h1::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: #00746e 2px solid;
  border-radius: 50px;
  text-align: end;
  font-size: 65px;
  color: var(--cc300);
}

.sec-bg:nth-child(odd) h1::after {
  width: 100%;
  border: #bbb 3px solid;
  top: 6px;
  left: -6px;

}

/* header 👇 */
header {
  /* background-color: var(--cc201); */
  background-color: var(--cc400);
  background-image: url(../img/Diverse/bg.png);
  color: #000;
  position: relative;
}

.user-line-box {
  width: 100%;
  background-color: var(--cc400);
  background-image: url(../img/Diverse/bg.png);
  color: #000;
  position: relative;
}

.user-line-box.fixed {
  position: sticky;
  top: 0;
  z-index: 99999;
  box-shadow: 5px 0px 5px #0000004d;
  border-radius: 0 0 5px 5px;
}


.user-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}


.user-line .logo img {
  width: 250px;
}

.user-line .logo.only {
  display: none;
}

.user-line .logo.only img {
  width: 60px;
}

@media screen and (max-width: 550px) {
  .user-line {
    padding: 0 8px;
  }

  .user-line .logo {
    display: none;
  }

  .user-line .logo.only {
    display: block;
  }
}

.user-line .login-btn :is(span, a) {
  font-weight: 900;
  text-decoration: none;
}

.user-line .login-btn a {
  background-color: #fff;
  border-radius: 5px;
  padding: 4px;
  margin: 0 5px;
  color: #000;

}

.user-line .login-btn span.logout {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px;
  margin: 0 5px;
  color: #000;
  cursor: pointer;
}

.user-line .login-btn a:hover {
  background-color: var(--cc200);
  color: #fff;
}

.user-line .login-btn span.logout:hover {
  background-color: var(--cc200);
  color: #fff;
}

@media screen and (max-width: 300px) {
  .user-line .login-btn :is(span, a) {
    font-size: 16px;
  }

}



header .banner img {
  width: 100%;
}

.move-top i {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: var(--cc201);
  clip-path: polygon(0.000% 67.742%, 11.458% 40.000%, 31.250% 67.742%, 47.917% 57.834%, 63.854% 91.522%, 77.552% 66.751%, 89.167% 71.705%, 100.104% 61.797%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%);
  animation: a 7s infinite linear alternate
}

@media screen and (max-width: 500px) {
  .move-top i {
    height: 30px;
  }
}

@keyframes a {
  0% {
    -webkit-clip-path: polygon(0.000% 67.742%, 11.458% 40.000%, 31.250% 67.742%, 47.917% 57.834%, 63.854% 91.522%, 77.552% 66.751%, 89.167% 71.705%, 100.104% 61.797%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%)
  }

  24% {
    -webkit-clip-path: polygon(0.000% 67.742%, 11.458% 70.000%, 31.250% 47.742%, 47.917% 77.834%, 63.854% 41.521%, 77.552% 56.750%, 89.167% 21.704%, 100.104% 61.796%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%)
  }

  43% {
    -webkit-clip-path: polygon(0.000% 67.742%, 11.458% 30.000%, 31.250% 67.742%, 47.917% 47.834%, 63.854% 91.522%, 77.552% 56.751%, 89.167% 71.705%, 100.104% 51.797%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%)
  }

  62% {
    -webkit-clip-path: polygon(0.000% 67.742%, 11.458% 40.000%, 31.250% 67.742%, 47.917% 57.834%, 63.854% 91.522%, 77.552% 66.751%, 89.167% 71.705%, 100.104% 61.797%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%)
  }

  81% {
    -webkit-clip-path: polygon(0.000% 67.742%, 11.458% 70.000%, 31.250% 47.742%, 47.917% 77.834%, 63.854% 41.521%, 77.552% 56.750%, 89.167% 21.704%, 100.104% 61.796%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%)
  }

  100% {
    -webkit-clip-path: polygon(0.000% 67.742%, 11.458% 30.000%, 31.250% 67.742%, 47.917% 47.834%, 63.854% 91.522%, 77.552% 56.751%, 89.167% 71.705%, 100.104% 51.797%, 100.104% 100.646%, 0.000% 100.646%, 0.000% 67.742%)
  }
}


/* header 👆 */

/* id="sec00" 👇 */
.menu-box {
  background-color: var(--cc201);
  padding-bottom: 15px;
}

.menu-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.menu-box ul li {
  margin: 5px 0px;
}

.menu-box ul li a {
  display: inline-block;
  border: 2px solid var(--cc200);
  box-shadow: 2px 2px 2px #00000073;
  border-radius: 15px;
  padding: 5px 10px;
  background-color: #fff;
  font-weight: 600;
  color: var(--cc200);
  text-decoration: none;
}

.menu-box ul li a:hover {
  border: 2px solid #fff;
  background-color: var(--cc200);
  color: #fff;
}

@media screen and (max-width: 400px) {}

/*menu*/
#sec0 {
  background: var(--cc201);
  padding: 15px 0;
}

#sec0>.container>.menu ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0;
}

#sec0>.container>.menu ul>li {
  flex: 0 0 auto;
  cursor: pointer;
  padding: 0 25px;
  margin: 10px 0;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  position: relative;
}

#sec0>.container>.menu ul>li:hover {
  color: var(--cc300);
  text-shadow: 1px 1px 1px var(--cc302);
}

#sec0>.container>.menu ul>li:hover img {
  animation: shake00 1s ease infinite alternate-reverse;
}

@keyframes shake00 {
  0% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

#sec0>.container>.menu ul>li>div:nth-child(1) {
  text-align: center;
  /* text-indent: -2.4em;
  margin-left: 2.4em;
  margin-bottom: 10px; */
  font-size: 25px;
  font-weight: 900;
}

#sec0>.container>.menu ul>li>div:nth-child(2) {
  text-align: center;
}

@media (min-width: 769px) {
  #sec0>.container>.menu ul>li {
    width: 33%;
  }

  #sec0>.container>.menu ul>li:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 90px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 45px);
    background: var(--cc100);
  }

}

/* @media (min-width: 768px) and (max-width: 991px) {
  #sec0>.container>.menu ul>li {
    width: 50%;
    padding: 0 15px 0 25px;
    display: flex;
    justify-content: center;
  }

  #sec0>.container>.menu ul>li:nth-child(odd)::after {
    content: "";
    width: 3px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    background: var(--cc100);
  }
}

@media (min-width: 461px) and (max-width: 767px) {
  #sec0>.container>.menu ul>li {
    width: 50%;
  }

  #sec0>.container>.menu ul>li:nth-child(odd)::after {
    content: "";
    width: 3px;
    height: 90px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 45px);
    background: var(--cc100);
  }
} */

@media (max-width: 768px) {
  #sec0>.container>.menu ul>li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sec0>.container>.menu ul>li:not(:last-child) {
    border-bottom: 1px solid var(--cc100);
  }
}

@media (max-width: 400px) {
  #sec0>.container>.menu ul>li {
    padding: 0;
  }
}


/* id="sec00" 👆 */
/* id="sec01" 👇 */
.sec-bg1 {
  background-color: var(--cc400);
}

.text-highlight{
  background-color: var(--cc303);
  padding: 15px;
  border-radius: 15px;
  font-weight: 600;
  border: 2px solid var(--cc201);
}
.text-highlight .highlight-item{
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 500px) {
  .text-highlight{
    text-align: center;
    line-height: 1.5;
  }
  }


/* id="sec01" 👆 */
/* id="sec02" 👇 */
.sec-bg2 {
  background-color: var(--cc202);
}

@media screen and (max-width: 768px) {
  .my-search {
    margin-bottom: 15px;
  }
}

.search-box-outter {
  padding: 5px;
  border: var(--cc100) 2px solid;
  border-radius: 15px;
  box-shadow: 4px 4px 8px #00000049;
}

.search-box-outter .search-box-inner {
  background-color: #ffffffa4;
  padding: 10px;
  border-radius: 15px;
}

.search-box-outter .search-box-inner .item01 {
  position: relative;
}

.search-box-outter .search-box-inner .item01 .form-control,
.search-box-outter .search-box-inner .item01 .form-select {
  border-radius: 0 0 15px 15px;
}

.search-box-outter .search-box-inner .item01 :is(input, select):focus {
  box-shadow: none;
  border: 1px solid var(--cc300);
}

.search-box-outter .search-box-inner .item01 .mylabel {
  display: block;
  margin-bottom: 0;
  background-color: var(--cc100);
  color: #fff;
  padding: 2px;
  padding-left: 1em;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

/* ------特殊的CHECKBOX---👇  */
/* 用在搜尋欄裡面，目前隱藏 */

/* @supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper-13 input[type=checkbox] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  .checkbox-wrapper-13 input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  .checkbox-wrapper-13 input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }

  .checkbox-wrapper-13 input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  .checkbox-wrapper-13 input[type=checkbox]:disabled+label {
    cursor: not-allowed;
  }

  .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  .checkbox-wrapper-13 input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
    width: 21px;
  }

  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }

  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }

  .checkbox-wrapper-13 input[type=checkbox]+label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }

  .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }

  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
}

.checkbox-wrapper-13 {
  display: flex;
  align-items: center;
  margin-top: 5px;
  position: absolute;
}

@media screen and (max-width: 300px) {
  .checkbox-wrapper-13 {
    position: relative;
  }

}

.checkbox-wrapper-13 * {
  box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
  box-sizing: inherit;
}
 */
/* ------特殊的CHECKBOX--- 👆 */

.search-box-outter .search-box-inner .item01.TA-ok-box {
  text-align: end;
  margin-right: 15px;
}

.search-box-outter .search-box-inner .item01 input[type="submit"] {
  background-color: var(--cc300);
  border: 2px solid var(--cc301);
  color: #000;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 600;
}

/* 下載成績單的表單 */

.ttable {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 15px;
  border: var(--cc100) 2px solid;
  padding: 5px;
}

.ttable .item {
  position: relative;
  display: flex;
}

.ttable .item div {
  padding: 8px;
  font-weight: 600;
}

.ttable .tthead .item .th {
  background-color: var(--cc100);
  color: #fff;
  /* padding-left: 1em; */
}

.ttable .tthead .item .th:first-child {
  border-radius: 15px 0 0 0;
}

.ttable .tthead .item .th:last-child {
  border-radius: 0px 15px 0 0;
}

.ttable .ttbody {
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}

.ttable .ttbody .item:last-child .td:first-child {
  border-radius: 0px 0px 0px 15px;
}

.ttable .ttbody .item:last-child .td:last-child {
  border-radius: 0px 0px 15px 0px;
}

/* 沒有資料的格子 👇 */
.ttable .item02.without-data {
  flex-direction: column;
  border-radius: 8px;
  min-height: 80px;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  background-color: #fff;
}

.ttable .item02.without-data img {
  width: 120px;
}

.ttable .item02.without-data span {
  font-weight: 900;
  font-size: 20px;
  color: var(--cc200);
}
/* 沒有資料的格子 👆 */

.ttable .item02>div {
  text-align: center;
}

.ttable .item02 .name {
  flex-grow: 1;
  margin-right: 2px;
}

.ttable .item02 .grade {
  flex-shrink: 0;
  width: 80px;
  margin-right: 2px;
}

.ttable .item02 .score-C {
  flex-shrink: 0;
  width: 90px;
  margin-right: 2px;
}

.ttable .item02 .score-W {
  flex-shrink: 0;
  width: 90px;
  margin-right: 2px;
}
.ttable .item02 .download-date {
  flex-shrink: 0;
  width: 130px;
  margin-right: 2px;
}

.ttable .item02 .btn-box {
  flex-shrink: 0;
  width: 180px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.ttable .item02 .btn-box .item02-btn {
  color: var(--cc200);
  border: 2px solid var(--cc200);
  font-weight: 600;
  padding: 1px 4px;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

.ttable .item02 .btn-box .item02-btn.aspNetDisabled {
  filter: grayscale(1);
  opacity: .5;
  background-color: var(--cc200);
  color: #fff;
  cursor: not-allowed;
}

.ttable .item02 .btn-box .item02-btn:hover {
  background-color: var(--cc200);
  color: #fff;
}

.ttable .ttbody .item02:hover .td.name {
  text-decoration: underline;
}

.ttable .ttbody .item02 .td.btn-box {
  text-align: center;
}
.ttable .item02 .td.download-date {
  font-size: 17px;
}

.ttable .ttbody .item02:nth-child(even) .td {
  background-color: var(--cc501);
}

/* RWD版本的表格 */
@media screen and (max-width: 992px) {
  .ttable {
    padding: 10px;
  }

  .ttable .ttbody {
    background-color: transparent;
  }

  .ttable .item02 {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .ttable .ttbody .item02:nth-child(even) {
    background-color: var(--cc501);
  }

  .ttable .item02:last-child {
    margin-bottom: 0px;
  }

  .ttable .item02 .th {
    display: none;
  }

  .ttable .ttbody .item02:nth-child(even) .td {
    background-color: transparent;
  }

  .ttable .item02 .name {
    flex-grow: auto;
    margin-right: 0px;
    flex-basis: 100%;
  }

  .ttable .item02 :is(.grade, .score-C, .score-W, .download-date) {
    padding-top: 28px;
    position: relative;
    flex-shrink: auto;
    width: 33%;
    margin-right: 0px;
  }

  .ttable .item02 .download-date {
    padding-top: 8px;
    /* padding-left: 5em; */
    width: calc(5em + 33%);
    margin: 0px auto 10px;
    background-color: var(--cc300);
    border-radius: 8px;
  }

  .ttable .item02 :is(.grade, .score-C, .score-W, .download-date)::before {
    content: attr(data-th);
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ttable .item02 .download-date::before {
    width: auto;
    position: unset;
    /* top: 18px;
    left: 8px;
    transform: translateY(-50%); */
  }

  .ttable .item02 .btn-box {
    flex-shrink: auto;
    width: 100%;
  }

  .ttable .item02 .btn-box .item02-btn {
    width: 25%;
    min-width: 48px;
  }

}

@media screen and (max-width: 400px) {
  .ttable .item02 :is(.grade, .score-C, .score-W) {
    padding-top: 8px;
    padding-left: 5em;
    width: 100%;
  }

  .ttable .item02 .download-date {
    width: 95%;
  }

  .ttable .item02 :is(.grade, .score-C, .score-W)::before {
    width: auto;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }
}

/* 購物車的設定 */

.shop-car-temp-box h2 {
  position: relative;
  display: block;
  width: 250px;
  height: 55px;
  background-color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  margin: 25px auto;
  color: var(--cc200);
  -webkit-text-stroke: 1px var(--cc200);
}

.shop-car-temp-box h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: #bbb 3px solid;
  border-radius: 50px;
}

.result-box.shop-car-temp .ttable .tthead .item .th {
  background-color: var(--cc200);
}

.ttable .item02 .cancle {
  flex-shrink: 0;
  width: 50px;
  margin-right: 0px;
}

.ttable .item02 .cancle .btn-cancle {
  background-image: url(../img/Diverse/icons/Times.svg);
  background-position: center center;
  background-size: cover;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--cc300);

}

/* .ttable .item02 .cancle i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--cc300);
  color: #000;
} */

@media screen and (max-width: 768px) {
  .ttable .item02 .cancle {
    flex-shrink: auto;
    position: absolute;
    top: 5px;
    right: -8px;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .result-box.shop-car-temp .ttable .item02 .name {
    padding-right: 30px;
  }
}

.shopping-car {
  /* text-align: end; */
  padding-left: 15px;
}

/* .shopping-car .car-img {
  vertical-align: bottom;
}

.shopping-car .car-img:nth-child(1) {
  width: 50px;
}

.shopping-car .car-img:nth-child(2) {
  width: 45px;
}

.shopping-car .car-img:nth-child(3) {
  width: 40px;
} */

.shopping-car-confirme-box {
  position: relative;
  text-align: end;
  padding-right: 10px;
  margin-top: 15px;
}

.shopping-car-confirme-box .shopping-car-confirme {
  background-image: url(../img/Diverse/icons/ShoppingCart.svg);
  background-position: 3px center;
  background-size: 25px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  padding: 2px 5px;
  padding-left: 27px;
  font-weight: 900;
  font-size: 20px;
  cursor: pointer;
  background-color: var(--cc300);
  color: #000;
  border: 3px solid var(--cc300);
}


.shopping-car-confirme-box .shopping-car-confirme:hover {
  background-color: #f1f1f1a9;
}

/* .shopping-car-confirme-box .car-img {
  position: absolute;
  right: 80px;
  top: 0;
  width: 40px;
  transform: rotateY(180deg);
  opacity: 0;
  transition: all .5s;
}

.shopping-car-confirme-box .shopping-car-confirme:hover+.car-img {
  right: 130px;
  opacity: 1;
}
 */


/* id="sec02" 👆 */
/* id="sec03" 👇 */

.sec-bg3 .ttable {
  background-color: var(--cd20);
  border-radius: 15px;
  border: var(--cd41) 0px solid;
  padding: 0px;
}

.sec-bg3 .ttable .item02.without-data {
  border: #000 2px solid;
}



.devide {
  position: relative;
  margin-bottom: 20px;
}

.devide02.devide {
  margin: 35px 0 15px;
}

.devide .line {
  background-color: var(--cd30);
  width: 100%;
  height: 5px;
  margin: 0 auto;
}

.devide02.devide .line {
  background-color: var(--cc600);
}

.devide .tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -13px);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  background-color: var(--cd30);
  color: #fff;
  border-radius: 5px;
  font-weight: 900;
  font-size: 22px;

}

.devide02.devide .tag {
  background-color: var(--cc600);
}

.remind li {
  font-weight: 600;
}

.shop-car-outter {
  background-color: var(--cd20);
  border-radius: 15px;
  border: var(--cd40) 4px solid;
  padding: 12px;
}
.shop-car-outter:not(:last-child) {
  margin-bottom: 20px;
}

.ttable03 {
  position: relative;
}

.ttable03 .item {
  display: flex;
}

.ttable03 .item div {
  padding: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.ttable03 .tthead .item .th {
  background-color: var(--cd30);
  color: #fff;
}

.ttable03 .tthead .item .th:first-child {
  border-radius: 15px 0 0 0;
}

.ttable03 .tthead .item .th:last-child {
  border-radius: 0px 15px 0 0;
}

.ttable03 .ttbody {
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}

.ttable03 .ttbody .item:last-child .td:first-child {
  border-radius: 0px 0px 0px 15px;
}

.ttable03 .ttbody .item:last-child .td:last-child {
  border-radius: 0px 0px 15px 0px;
}

.ttable03 .item03>div:not(:last-child) {
  border-right: 2px dashed #ccc;
}

.ttable03 .item03 .id {
  flex-shrink: 0;
  width: 120px;
}

.ttable03 .item03 .download-deadline {
  flex-shrink: 0;
  width: 150px;
}

.ttable03 .item03 .date {
  flex-shrink: 0;
  width: 120px;
}

.ttable03 .item03 :is(.cash, .state) {
  flex-shrink: 0;
  width: 85px;
}

.ttable03 .item03 .deadline {
  flex-shrink: 0;
  width: 120px;
}

.ttable03 .item03 .payway {
  flex-grow: 1;
}


.ttable03 .item03 .payway>div {
  padding: 0;
}

.ttable03 .item03 .payway .Pbtn {
  display: inline-block;
  background-color: transparent;
  border: none;
  width: 110px;
  height: 45px;
  border-radius: 8px;
  margin: 1px;
  font-weight: 900;
  position: relative;
  font-size: 17px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  cursor: pointer;
}

.ttable03 .item03 .payway .Pbtn:hover {
  animation: jump1 .3s infinite alternate-reverse;
}

@keyframes jump1 {
  0% {
    transform: translate(0, 5%);
  }

  100% {
    transform: translate(0, -5%);
  }
}

.ttable03 .item03 .payway .Pbtn.paycard {
  background-color: #004094;
  color: #fff;
}

.ttable03 .item03 .payway .Pbtn.TP {
  background-color: #E3007F;
  color: #fff;
}

.ttable03 .item03 .payway .Pbtn.LP {
  background-color: #00CB42;
  color: #fff;
  font-weight: 900;
}

.ttable03 .item03 .payway .Pbtn.LP span {
  background-color: #fff;
  color: #00CB42;
  padding: 0px 3px;
  border-radius: 5px;
}

.ttable03 .item03 .payway .Pbtn.other {
  background-color: #dd4600;
  color: #fff;
}

.ttable03 .item03 .td {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttable03 .item03 .td span {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .ttable03 .tthead {
    display: none;
  }

  .ttable03 .item {
    display: block;
    padding: 5px;
  }

  .ttable03 .ttbody {
    border-radius: 15px;
    background-color: #fff;
    border: 3px solid var(--cd30);
  }

  .ttable03 .item div {
    text-align: start;
  }

  .ttable03 .item.item03 .td {
    display: inline-block;
    border-bottom: 2px dashed #ccc;
  }
  .ttable03 .item.item03 .td:last-child {
    border-bottom: 0px dashed #ccc;
  }

  .ttable03 .item .td::before {
    content: attr(data-th);
    display: inline-block;
    font-weight: 900;
    color: var(--cd40);
    font-size: 18px;
  }

  .ttable03 .item03>div:not(:last-child) {
    border: none;
  }

  .ttable03 .ttbody .item:last-child .td:first-child {
    border-radius: 0px 0px 0px 0px;
  }

  .ttable03 .item03 .id {
    width: 100%;
  }

  .ttable03 .item03 .download-deadline {
    width: 100%;
  }

  .ttable03 .item03 .date {
    width: 100%;
  }

  .ttable03 .item03 :is(.cash, .state) {
    width: 100%;
  }

  .ttable03 .item03 .deadline {
    width: 100%;
  }

  .ttable03 .item03 .payway {
    width: 100%;
  }

  .ttable03 .item03 .payway>div {
    text-align: center;
  }

  .ttable03 .item03 .payway .Pbtn {
    transform: scale(.8);
  }


}


/* ------------下側詳細清單 */
.shop-car .open-box {
  display: block;
}

.shop-car .label {
  position: relative;
  background-color: var(--cd30);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 20px 0 8px;
  padding: 1px 15px;
  padding-right: 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.shop-car .trigger {
  width: 22px;
  height: 22px;
  background-color: brown;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: jump0 .5s infinite alternate-reverse;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-car .trigger .triangle {
  display: inline-block;
  width: 13px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: .6s;
  transform: rotate(-540deg);
}

@keyframes jump0 {
  0% {
    transform: translate(-50%, -45%);
  }

  100% {
    transform: translate(-50%, -55%);
  }
}

/* .shop-car .label .trigger .LH{
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-car .label .trigger .LV{
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
} */

/* .shop-car .open-box .ttable {
  max-width: 100%;
  border: none;
} */

/* .shop-car .ttable .ttbody .item {
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
} */
/* .shop-car .ttable .ttbody .item:last-child {
  border-bottom: 2px solid #bbb;
  border-radius: 0px 0px 15px 15px;
} */
/* .shop-car .open-box .ttable .item .cash {
  flex-shrink: 0;
  width: 80px;
}

.shop-car .open-box .ttable .tthead .item .th {
  background-color: var(--cd30);
  padding: 0;
  text-align: center;
} */

/* .shop-car .open-box .ttable .tthead .item .th:first-child {
  border-radius: 5px 0px 0px 0px;
}

.shop-car .open-box .ttable .tthead .item .th:last-child {
  border-radius: 0px 5px 0px 0px;
}

.shop-car .open-box .ttable .ttbody .item:last-child .td {
  border-radius: 0;
} */

/* .shop-car .open-box .ttable .ttbody .item .td{
  padding: 2px 2px 2px 1em;
  display: flex;
  justify-content: center;
  align-items: center;
} */
/* @media screen and (max-width: 576px) {
  .shop-car .open-box .ttable .ttbody .item .td {
    padding: 2px 2px 2px 8px;
  }

} */

/* .shop-car .open-box .all-cost {
  background-color: #fff;
  text-align: end;
}

.shop-car .open-box .all-cost .inner {
  display: inline-block;
  font-weight: 600;
  margin-right: 1.2em;
} */

/* 詳細清單區 */


.result-box.shop-list .tthead .th {
  background-color: var(--cd40);
}

.result-box .ttbody .item02.item-cash {
  background-color: #fff;
  border-top: 2px dashed #bbb;
  display: block;
  text-align: end;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 15px 12px 8px 0;
  margin-top: 5px;
}

.result-box .ttbody .item-cash img {
  width: 30px;
  height: 30px;
  animation: spinY 3.5s linear infinite;
}

@keyframes spinY {
  0% {
    transform: rotateY(0deg);
  }

  30% {
    transform: rotateY(360deg);
  }

  70% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 991px) {
  .result-box.shop-list .ttable .item02{
    border: 2px solid #000000;
    /* box-shadow: 2px 2px 5px #0000006c; */
    margin: 10px;
  }
  .result-box.shop-list .ttable .item02 .td:not(:last-child){
    border-bottom: 2px dashed #ccc;
  }
  .result-box.shop-list .ttable .item02.item-cash{
    border-radius: 0;
    border: none;
    border-top: 2px dashed #bbb;
    box-shadow: none;
  }
  .result-box.shop-list .ttable .item02 :is(.grade, .score-C, .score-W, ) {
    padding-top: 8px;
    position: relative;
    flex-shrink: auto;
    width: 100%;
    margin-right: 0px;
  }
  .result-box.shop-list .ttable .item02 :is(.grade, .score-C, .score-W)::before {
    width: auto;
    position: static;
  }

}

@media screen and (max-width: 500px) {
  .result-box.shop-list .ttable .item02 :is(.grade, .score-C, .score-W) {
    padding-top: 8px;
    padding-left: 8px;
    width: 100%;
  }

  .result-box.shop-list .ttable .item02 :is(.grade, .score-C, .score-W)::before {
    width: auto;
    position: static;
    transform: none;
  }
}




/* id="sec03" 👆 */
/* id="sec04" 👇 */
.sec-bg4 {
  background-color: var(--cc202);
}

.item04-box {
  background-color: var(--cc500);
  border: 3px solid var(--cc100);
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
}

.item04-box .item04 {
  display: flex;
}

.item04-box .item04>div {
  font-weight: 600;
}

.item04-box .item04 button {
  border: none;
  background-color: var(--cc100);
  color: #fff;
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 30px;
  margin-left: auto;
  transition: all .5s;
}

.item04-box .item04 button:hover {
  background-color: var(--cc300);
  color: var(--cc100);
}

.color-box-content {
  display: none;
}

#cboxLoadedContent {
  background-color: var(--cc500);
  background-image: url(../img/Diverse/bg.png);
}

#cboxLoadedContent::-webkit-scrollbar {
  display: none;
}

#cboxLoadedContent .color-box-content {
  display: block;
  margin: 5px;
}

#cboxLoadedContent .color-box-content .title h1 {
  color: var(--cc200);
  text-align: center;
  font-weight: 900;
}



#cboxLoadedContent .color-box-content .list-info .td {
  text-align: center;
  font-weight: 600;
}

#cboxLoadedContent .color-box-content .list-box {
  position: relative;
  padding: 10px;
  border: 2px solid #360d0d;
  min-height: 450px;
  border-radius: 20px;
}

#cboxLoadedContent .color-box-content .list-box .list {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 8px;
  border-radius: 10px;
  margin: 5px 0;
}

#cboxLoadedContent .color-box-content .list-box .list h4 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 5px;
  font-weight: 900;
  font-size: 22px;
}

#cboxLoadedContent .color-box-content .list-box .list h5 {
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
}

#cboxLoadedContent .color-box-content .list-box .list h5 .coin {
  width: 30px;
}

#cboxLoadedContent .color-box-content .list-box .list .download {
  position: absolute;
  right: 10px;
  bottom: 20px;
  border: none;
  background-color: var(--cc200);
  color: #fff;
  padding: 5px 12px;
  border-radius: 10px;
  font-weight: 900;
}


/* id="sec04" 👆 */
/* id="sec05" 👇 */



/* id="sec05" 👆 */


/* header 👇 */
/* header 👆 */