@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import '../slick/slick.css';
@import '../slick/slick-theme.css';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  background: white;
  font-family: "Open Sans", "Noto Sans TC", sans-serif;
  line-height: 1.4;
  font-style: 16px;
  color: #4d4d4d;
  font-weight: 300;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.btn {
  border-radius: 2em;
  padding: 0.25em 1em;
  color: white;
  background: #ff7200;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 500;
}

.btn-light {
  background: #ffe0c9;
  color: #ff7200;
}

.btn-grey {
  color: #606060;
  background: #eeeeee;
}

.btn-red {
  background: #cc145a;
}

.btn-liner {
  color: #4d4d4d;
  background: none;
  border: 1px solid #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.btn-liner span {
  display: inline-block;
  vertical-align: middle;
}
.btn-liner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 1em;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.header {
  background: #ff7200;
}
.header a {
  color: white;
}
.header .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-open {
  position: absolute;
}
.header .logo {
  width: 160px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  width: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header .nav a {
  display: inline-block;
  padding: 0 0.75em;
  font-weight: 500;
  line-height: 78px;
}
.header .nav a.active {
  position: relative;
}
.header .nav a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
}

.wrap {
  overflow: hidden;
  min-height: calc(100vh - 130px);
}

.index .section-1 {
  position: relative;
  padding: 0;
}

.slick-slider {
  padding-bottom: 38px;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #534741;
}

.slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-dots {
  bottom: 0;
  left: 0;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.slick-dots li button {
  width: 20px;
  height: 3px;
  background: #efefef;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #adadad;
}

.slick-dots li button:before {
  display: none;
}

.index-slider-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #534741;
  color: white;
  text-align: center;
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 40px;
}

.index .section-2 {
  padding: 0;
}

.index-focus {
  background: #ca9d8b;
  position: relative;
}
.index-focus .index-focus-img {
  width: 60%;
}
.index-focus .index-focus-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-focus .index-focus-content {
  width: 40%;
  color: white;
  text-align: center;
  padding: 1em 0;
}
.index-focus .index-focus-content .ifc-icon {
  width: 60px;
}
.index-focus .index-focus-content .ifc-text {
  font-size: 1.6em;
  font-weight: 500;
  background: url(../images/bg_index_focus.svg) no-repeat center;
  background-size: 85% auto;
  padding: 0.75rem 0;
  position: relative;
  margin-bottom: 0;
}
.index-focus .index-focus-content .ifc-text:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: white;
  margin: 1em auto 0.5em;
}
.index-focus .index-focus-content p {
  font-size: 1.1em;
  padding: 0 11%;
  text-align: left;
  font-weight: 500;
}
.index-focus .index-focus-mark {
  position: absolute;
  left: 1em;
  top: 1em;
}
.index-focus .index-focus-mark img {
  width: 135px;
}

.index-focus-2 {
  background: #eeeeee;
  padding: 60px 0;
}
.index-focus-2 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-focus-2 .index-focus-img {
  max-width: 33.33%;
  padding: 0 20px;
}
.index-focus-2 .index-focus-img img {
  display: block;
  margin: auto;
}

.title {
  text-align: center;
}
.title:before {
  content: "";
  display: block;
  height: 70px;
  margin: 0 auto 15px;
  background: url(../images/icon_title.svg) no-repeat center bottom;
  background-size: 4px auto;
}
.title h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2.2em;
  font-weight: 700;
}
.title p {
  font-weight: 500;
}

.marquee {
  max-width: 930px;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
}
.marquee .item {
  position: relative;
  margin: 0 15px;
  width: 450px;
  text-align: center;
}
.marquee .item img {
  width: 100%;
}
.marquee .item h3 {
  margin-top: 0.5em;
}
.marquee .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.marquee-2 {
  position: relative;
  left: 100px;
}

.index .section-4 {
  position: relative;
  background: url(../images/bg_index_s4-2.png);
  margin: 7.3vw 0 0;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.index .section-4:before {
  content: "";
  display: block;
  width: 100%;
  height: 7.3vw;
  background: url(../images/bg_index_s4-1.png) no-repeat bottom;
  background-size: 100% auto;
  position: absolute;
  top: -7.29vw;
  z-index: 0;
}
.index .section-4:after {
  content: "";
  display: block;
  width: 100%;
  height: 7.3vw;
  background: url(../images/bg_index_s4-3.png) no-repeat top;
  background-size: 100% auto;
  position: absolute;
  bottom: -7.29vw;
  z-index: 0;
}

.tv-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tv-main .vertical-video {
  width: 40%;
}
.tv-main .tv-slider {
  width: 60%;
}

.vertical-video {
  aspect-ratio: 1/1.7;
}
.vertical-video h3 {
  padding: 0.5rem;
  text-align: center;
  font-size: 1em;
}
.vertical-video video {
  background: black;
  border-radius: 2px;
  border-radius: 0.25em;
}

.video {
  aspect-ratio: 3/2;
}
.video video {
  background: black;
  border-radius: 0.25em;
}

.tv-slider {
  padding-left: 20px;
  padding-right: 20px;
}
.tv-slider .item {
  margin: 0 15px;
}
.tv-slider .item .video {
  aspect-ratio: 1.7/1;
}
.tv-slider .item h3 {
  background: white;
  padding: 0.5rem;
  text-align: center;
  font-size: 1em;
  margin-bottom: 1.5em;
}
.tv-slider .item h3:last-child {
  margin-bottom: 0;
}
.tv-slider .slick-dots li button {
  background: white;
}
.tv-slider .slick-dots li.slick-active button {
  background: #adadad;
}

.index .section-5 {
  background: white;
  position: relative;
  padding-top: 7.3vw;
  padding-bottom: 7.3vw;
}

.parents-evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parents-evaluation .pe-img {
  width: 50%;
}
.parents-evaluation .pe-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.parents-evaluation .pe-text h2 {
  color: #ff7200;
  font-family: "Noto Serif TC", serif;
}
.parents-evaluation .pe-text p {
  font-weight: 500;
}

.index-raise {
  padding: 0 4%;
}
.index-raise .box h2 {
  font-weight: 500;
  font-size: 2.2em;
  text-align: center;
}
.index-raise .box:nth-child(1),
.index-raise .box:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-raise .box:nth-child(2) {
  padding: 0 1.5em;
}
.index-raise .title:before {
  height: 140px;
}
.index-raise .title p {
  color: #ff7200;
}
.index-raise .index-raise-text {
  font-weight: 500;
  text-align: center;
}
.index-raise .title.focus p {
  color: #ff7200;
  font-size: 1.2em;
}
.index-raise .index-raise-point {
  max-width: 520px;
  margin: 1.5em auto;
}
.index-raise .index-raise-point .item {
  width: 29.33%;
  background: #ca9d8b;
  margin: 0 2%;
  padding: 1em 0;
}
.index-raise .index-raise-point .item img {
  width: 1.5em;
  display: block;
  margin: 0 auto;
}
.index-raise .index-raise-point .item p {
  font-weight: 500;
  color: #fff;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: 20px;
}
.index-raise .index-raise-step {
  max-width: 520px;
  margin: 1.5em auto;
}
.index-raise .index-raise-step .num {
  width: 2rem;
  height: 2rem;
  background: #ca9d8b;
  color: #fff;
  border-radius: 50%;
  line-height: 2rem;
  margin: auto;
  font-size: 1.2em;
}
.index-raise .index-raise-step .item {
  width: 33.33%;
  text-align: center;
  font-weight: 500;
}
.index-raise .index-raise-step .item small {
  font-size: 0.7em;
  line-height: 1.4;
  display: block;
  min-height: 2.8em;
  margin-top: 0.5em;
}
.index-raise .index-raise-step .item p {
  margin: 0.5em auto;
}
.index-raise .index-raise-step .item img {
  max-width: 120px;
  width: 80%;
  display: block;
  margin: auto;
}
.index-raise .btn-raise {
  display: block;
  margin: auto;
  width: 16vw;
  margin-top: 9vw;
}
.index-raise .btn-raise ~ h2 {
  margin-bottom: 2rem;
}
.index-raise .raise-hands {
  display: block;
  margin: auto;
  width: 22vw;
}

.footer {
  color: white;
  font-weight: 400;
  background: #ff7200;
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.8;
}
.footer span {
  display: inline-block;
  vertical-align: middle;
}
.footer img {
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.float-vote {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 98;
}
.float-vote img {
  width: 70px;
}

.float-rank {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 98;
}
.float-rank img {
  width: 70px;
}

.float-raise {
  position: fixed;
  right: 0;
  bottom: 23px;
  z-index: 98;
}
.float-raise img {
  width: 70px;
}

.rank .section-1,
.vote .section-1 {
  padding: 0;
}

.vote .section-2 {
  background: #d6bddb;
  color: white;
  position: relative;
  margin-top: 159px;
  padding-bottom: 60px;
  padding-top: 80px;
}
.vote .section-2 .vote-main-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
}
.vote .section-2:before {
  content: "";
  display: block;
  height: 129px;
  width: 100%;
  background: url(../images/bg_vote-1.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  top: -129px;
  left: 0;
}
.vote .section-2 .vote-main-img {
  position: absolute;
}
.vote .section-2 .vmi-1 {
  top: -12px;
  left: 20px;
}
.vote .section-2 .vmi-2 {
  top: 270px;
  right: 40px;
}
.vote .section-2 .vmi-3 {
  right: 50px;
  top: 60px;
}
.vote .section-2 .vmi-4 {
  display: none;
}
.vote .section-2 .vote-main-text {
  margin: 50px 5% 80px 40%;
  font-size: 1.3em;
  font-weight: 500;
  min-height: 410px;
  border: 2px solid white;
  border-radius: 0 80px 80px 0;
  border-left: 0;
  padding: 60px 10% 0;
  color: black;
}
.vote .section-2 .vote-main-text .vmt-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 30px;
  color: white;
  margin-bottom: 15px;
}
.vote .section-2 .vote-main-text .vmt-date span {
  font-family: "Noto Serif TC", serif;
}
.vote .section-2 .vote-main-text .vmt-date .week-circle {
  text-align: center;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: white;
  width: 36px;
  line-height: 36px;
  font-size: 25px;
  color: #d6bddb;
  font-weight: 400;
}
.vote .section-2 .vote-main-text ul {
  margin: 15px 0;
}
.vote .section-2 .vote-main-text li {
  list-style: none;
}
.vote .section-2 .vote-main-text .vmt-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-left: -100px;
}
.vote .section-2 .vote-main-text .vmt-btns a.vmt-btn {
  color: white;
  font-weight: 600;
  border-radius: 2em;
  padding: 0.25em 1.5em;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.vote .section-2 .vote-main-text .vmt-btns .vmt-btn-mombaby {
  background: #dc726d;
}
.vote .section-2 .vote-main-text .vmt-btns .vmt-btn-mombaby:after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  bottom: calc(100% - 15px);
  width: 76px;
  aspect-ratio: 76/43;
  background: url(../images/img_vote-btn.png);
  background-size: 100% auto;
}
.vote .section-2 .vote-main-text .vmt-btns .vmt-btn-life {
  background: #2e318a;
}
.vote .section-2 .vote-main-text .vmt-btns p {
  width: 100%;
  color: #2e318a;
  margin: 0;
  text-align: center;
  padding-left: 1em;
}
.vote .section-2 .vote-step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
  margin-top: 4em;
}
.vote .section-2 .vote-step > div {
  padding: 0 15px;
}
.vote .section-2 .vote-step .item {
  text-align: center;
}
.vote .section-2 .vote-step .item span {
  display: block;
  padding-left: 2em;
}
.vote .section-2 .vote-step .arrow img {
  width: 32px;
  display: inline-block;
}
.vote .section-2 .vote-step .vote-btn {
  position: relative;
}
.vote .section-2 h3 {
  text-align: center;
  font-size: 1.4em;
}
.vote .section-2 .gift-slider {
  max-width: 990px;
  margin: 1em auto 4em;
}
.vote .section-2 .gift-slider .item {
  padding: 0 15px;
}

.font-red {
  color: #e51c24;
}

.rules {
  margin: 3em auto;
  font-weight: 500;
  line-height: 1.5;
}
.rules h4 {
  color: #ff7200;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 5px;
}
.rules p {
  margin: 0 0 1em;
}
.rules ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  width: 100%;
}
.rules ul li:before {
  content: "◎";
  margin-right: 5px;
}
.rules a {
  color: #0000ff;
  text-decoration: underline;
}

.cooperation {
  margin-bottom: 4em;
}
.cooperation h4 {
  color: #ff7200;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.cooperation img {
  display: inline-block;
  vertical-align: middle;
  height: 120px;
  margin: 10px;
}
.cooperation .item {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.question {
  margin: 60px auto;
}
.question .q-title {
  font-size: 1.5em;
  font-weight: 400;
}
.question .q-title .q-title-number {
  font-weight: 700;
}
.question .q-title p {
  margin-top: 0.5rem;
  padding-left: 1.5em;
}
.question .q-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto;
}
.question .q-main .item-text {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.question .q-main .item-text a {
  color: #606060;
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/bg_ques.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}
.question .q-main .item-text a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.question .q-main .item-text a span {
  display: inline-block;
  vertical-align: middle;
  max-width: 2.5em;
  line-height: 1.2;
}
.question .q-main .item-text a:hover {
  color: white;
  background-image: url(../images/bg_ques_hover.png);
}
.question .q-main .item-img {
  max-width: 25%;
  padding: 0 15px;
  margin: 15px 0;
}
.question .q-main .item-img a {
  color: #606060;
}
.question .q-main .item-img img {
  display: block;
  margin: auto;
  width: 100%;
}
.question .q-main .item-img b {
  display: block;
  font-size: 1.2em;
  margin-top: 0.5rem;
  margin-bottom: 5px;
}
.question .q-main .item-img span {
  display: block;
  font-weight: 400;
}
.question .q-main .item-img .input input {
  padding: 5px;
}
.question .q-main .item-img .input input[type=text] {
  width: calc(100% - 4em);
  border: 1px solid #534741;
  outline: 0;
}
.question .q-main .item-img .input input[type=button] {
  width: 4em;
  background: #534741;
  color: white;
  border: 0;
  cursor: pointer;
}
.question .q-btns {
  text-align: center;
  margin-top: 60px;
  font-size: 1.25em;
}
.question .q-btns .btn {
  margin-bottom: 15px;
}

.evaluations .section-1 {
  padding: 0;
}
.evaluations .section-1 img {
  display: block;
}

.evaluations-slider {
  max-width: 1460px;
  margin: 2em auto 4em;
}
.evaluations-slider .item {
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.evaluations-slider .item h3 {
  margin-top: 0.5em;
}
.evaluations-slider .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.evaluations-slider .item:nth-child(2n) {
  margin-top: 30px;
}

.scroll-arrow {
  text-align: center;
  margin-top: 80px;
}
.scroll-arrow img {
  width: 60px;
}

.second-title {
  text-align: center;
  color: #ff7200;
  font-size: 1.4em;
}

.desc {
  text-align: center;
  font-weight: 400;
}

.evaluations-info {
  position: relative;
  background: url(../images/bg_evaluations_info.png) no-repeat center;
  background-size: cover;
  margin: 50px auto 0;
}

.evaluations-step {
  padding: 50px 0;
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.evaluations-step .second-title {
  margin-bottom: 4rem;
}
.evaluations-step .es-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
.evaluations-step .es-main .item {
  text-align: center;
  width: 25%;
  padding: 0 15px;
  position: relative;
}
.evaluations-step .es-main .item img {
  max-width: 100px;
}
.evaluations-step .es-main .item p {
  font-weight: 500;
  font-size: 14px;
}
.evaluations-step .es-main .item:after {
  content: "";
  display: block;
  width: 21px;
  height: 50px;
  background: url(../images/icon_evaluations_step_arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 40px;
  right: -15px;
}
.evaluations-step .es-main .item:last-child:after {
  display: none;
}

.evaluations-point {
  width: 50%;
  padding: 50px 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.evaluations-point .ep-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
.evaluations-point .ep-main .item {
  text-align: center;
  width: 30%;
}
.evaluations-point .ep-main .item img {
  max-width: 100px;
}
.evaluations-point .ep-main .item .epm-text {
  margin-top: 0.5em;
}
.evaluations-point .ep-main .item .epm-text p {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}

.line-title {
  text-align: center;
  color: #ff7200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line-title .text {
  padding: 0 1em;
}
.line-title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #000;
}

.rank-reveal {
  margin-top: 20px;
  padding: 40px 0;
  background: rgba(255, 114, 0, 0.1);
}
.rank-reveal .video {
  width: 44.2vw;
  aspect-ratio: 3/2;
  margin: 2em auto 0;
}
.rank-reveal .vertical-video {
  width: 30vw;
  margin: 2em auto 0;
}

.rank-list {
  margin: 40px auto;
}

.rank-list .ctg {
  width: 30%;
  padding: 0 20px;
}

.rank-list .ctg h3.line-title {
  font-size: 1.5em;
}

.rank-list .ctg .img {
  position: relative;
  margin-top: 20px;
}

.rank-list .ctg .img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rank-list .ctg .img a.watch-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/btn_talk.png) no-repeat center;
  background-size: 160px auto;
}

.rank-list .ctg .video {
  height: 300px;
}

.rank-list .rank-slider {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}

.rank-list .rank-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 5px;
}

.rank-list .rank-slider .item .rs-mark {
  width: 30%;
  height: auto;
}

.rank-list .rank-slider .item .rs-mark img {
  width: 100%;
  max-width: 123px;
}

.rank-list .rank-slider .item .rs-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.rank-list .rank-slider .item .rs-img img {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
  object-fit: contain;
}

.rank-list .rank-slider .item .rs-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin-top: 1rem;
}

.rank-list .rank-slider .item .rs-text p {
  margin: 0;
}

.rank-list .rank-slider .item .rs-text .votes {
  color: #ff7200;
}

.rank-list .rank-slider .item .rs-text .more {
  color: #0000ff;
  text-decoration: underline;
  font-size: 0.8em;
}

.load-more {
  position: sticky;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.load-more .load-more-open {
  color: #fff;
  background: #4d4d4d;
  display: block;
  padding: 0.5em 0;
}
.load-more .load-more-open span {
  display: inline-block;
  vertical-align: middle;
}
.load-more .load-more-open img {
  width: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.load-more .load-more-selection {
  display: none;
  background: #fff;
  padding: 1.5rem 0;
}
.load-more .load-more-selection select {
  outline: 0;
  padding: 0.25em;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  width: 90%;
  max-width: 460px;
  padding: 40px;
}
.popup .popup-box .close {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup .popup-box .close span {
  display: block;
}
.popup .popup-box .close span:before, .popup .popup-box .close span:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  left: 4px;
}
.popup .popup-box .close span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup .popup-box .close span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-success .popup-box {
  background: #fff;
  text-align: center;
  max-width: 600px;
}
.popup-success .popup-box h3 {
  font-weight: 500;
  font-size: 24px;
}
.popup-success .popup-box h4 {
  font-size: 22px;
}
.popup-success .popup-box p {
  color: #3399ff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.popup-success .popup-box .popup-success-img {
  margin-top: -30px;
}
.popup-success .popup-box .btns {
  text-align: center;
  margin-top: -25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.popup-success .popup-box .btns a {
  display: inline-block;
  color: white;
  font-weight: 600;
  border-radius: 2em;
  padding: 0.25em 1.5em;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  background: #adadad;
}
.popup-success .popup-box .btns .btn-point {
  background: #dc726d;
  position: relative;
}
.popup-success .popup-box .btns .btn-point:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: calc(100% - 15px);
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/img_finger.png);
  background-size: 100% auto;
}
.popup-success .popup-box .btns .btn-share {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: none;
}

.person-info {
  text-align: center;
  padding: 0 10px;
}
.person-info img {
  width: 100%;
  max-width: 220px;
}
.person-info h3 {
  color: #00a397;
  font-size: 1.4em;
  margin: 1rem auto 2rem;
}
.person-info dl {
  text-align: left;
}
.person-info dt {
  width: 3.5em;
}
.person-info dd {
  width: calc(100% - 3.5em);
}

.crumb {
  margin: 2rem auto;
  font-size: 0.8em;
  font-weight: 400;
}
.crumb a {
  color: #000;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.crumb a.btn {
  color: #ff7200;
}

.content-title {
  width: 100%;
}
.content-title h3 {
  font-size: 1.5em;
}
.content-title p {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.5em;
}

.more-btns {
  text-align: center;
  margin: 2rem auto;
}
.more-btns .btn {
  margin-bottom: 1rem;
}

.hr-shadow {
  display: block;
  border: 0;
  height: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  margin: 2em auto;
}

.rd-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rd-top .icons {
  width: 120px;
}
.rd-top .icons img {
  display: block;
  width: 100%;
}
.rd-top .img {
  padding: 0 20px;
  width: 400px;
  text-align: center;
}
.rd-top .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 420px;
}
.rd-top .content {
  position: relative;
  width: 40%;
  height: 315px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.rd-top .content .points {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}
.rd-top .content .points dt {
  width: 30%;
}
.rd-top .content .points dd {
  width: 70%;
}
.rd-top .content .points .points-title {
  font-weight: 500;
  background: #ff7200;
  color: #fff;
  padding: 8px 1em;
  border-radius: 3em;
}
.rd-top .content .points .points-content {
  padding: 1em;
}
.rd-top .content .points .points-content dt, .rd-top .content .points .points-content dd {
  margin-bottom: 0.5em;
}
.rd-top .content .points .points-content img {
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.rd-top .content .points .points-content span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 0.5em;
}

.evaluations .content-title {
  max-width: 760px;
  margin: auto;
  text-align: center;
}

.rd-marks {
  background: #eee;
  margin: 40px auto;
}
.rd-marks .icons-slider {
  padding: 20px 0;
  margin: 0 auto;
}
.rd-marks .icons-slider .slick-dots {
  bottom: -25px;
}

.icons-slider {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icons-slider .item {
  width: 120px;
  text-align: center;
  padding: 0 20px;
}
.icons-slider .item img {
  width: 100%;
}

.rd-main {
  margin: 2em auto;
}
.rd-main .videoList {
  max-width: 800px;
  margin: auto;
  padding: 0 1rem;
}
.rd-main .videoList iframe {
  width: 100%;
  height: 40vw;
  max-height: 480px;
}
.rd-main .rd-main-title {
  color: #ff7200;
  max-width: 800px;
  margin: 2rem auto 1rem;
  padding: 0 1rem;
  font-size: 1.5em;
}
.rd-main .rd-main-content {
  font-weight: 400;
  max-width: 800px;
  margin: auto;
  padding: 0 1rem 1.5rem;
}
.rd-main .rd-main-content img {
  width: 100%;
  display: block;
  margin: 1rem auto;
}
.rd-main .rd-main-content .video {
  aspect-ratio: 3/2;
  margin: 1rem auto;
}
.rd-main .rd-main-content .vertical-video {
  max-width: 480px;
  margin: 1rem auto;
}
.rd-main hr {
  display: block;
  border: 0;
  height: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  margin: 2em auto;
}

.rd-talking {
  margin: 4rem auto;
}
.rd-talking .rd-talking-title {
  color: #ff7200;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5em;
}
.rd-talking center {
  margin-bottom: 2rem;
}

.rd-talking-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rd-talking-list .talking {
  position: relative;
  padding-left: 45px;
  width: 45%;
  margin: 1rem 2%;
}
.rd-talking-list .talking:before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: #ff7200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 0;
}
.rd-talking-list .talking .img {
  position: absolute;
  left: 7px;
  top: 14px;
  z-index: 2;
}
.rd-talking-list .talking .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.rd-talking-list .talking .text {
  position: relative;
  z-index: 1;
  font-weight: 400;
  min-height: 94px;
  background: #ffebe0;
  border-radius: 2em;
  padding: 16px 16px 16px 45px;
}
.rd-talking-list .talking .talking-info {
  color: #f18e1d;
}
.rd-talking-list .talking .talking-more img {
  width: 1em;
}

.rd-talking-list:nth-of-type(2n) .talking {
  padding-left: 0;
  padding-right: 45px;
}
.rd-talking-list:nth-of-type(2n) .talking:before {
  left: auto;
  right: 0;
}
.rd-talking-list:nth-of-type(2n) .talking .img {
  left: auto;
  right: 7px;
}
.rd-talking-list:nth-of-type(2n) .talking .text {
  padding: 16px 45px 16px 16px;
}
.rd-talking-list:nth-of-type(2n) .talking .talking-info {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .vote .section-2 .vmi-1 {
    width: 480px;
  }
  .vote .section-2 .vmi-2 {
    right: 10px;
    top: 340px;
    width: 180px;
  }
  .vote .section-2 .vote-main-text {
    padding: 40px 10% 0 10%;
  }
}
@media screen and (max-width: 820px) {
  .header .logo {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .header .logo img {
    max-width: 200px;
  }
  .header .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .title h2 {
    font-size: 2em;
  }
  .slick-dots li button {
    width: 15px;
  }
  .index-focus {
    max-width: 480px;
    position: relative;
    margin: auto;
    background: none;
  }
  .index-focus .index-focus-img {
    width: 100%;
  }
  .index-focus .index-focus-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-focus .index-focus-content {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    border-radius: 50%;
  }
  .index-focus .index-focus-content .ifc-icon {
    margin-top: 5%;
    width: 48px;
  }
  .index-focus .index-focus-content .ifc-text {
    font-size: 1.25em;
    padding: 0.3em 0;
  }
  .index-focus .index-focus-content p {
    font-size: 12px;
    text-align: center;
  }
  .index-focus .index-focus-mark {
    top: auto;
    bottom: -12%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .index-focus .index-focus-mark img {
    width: 13vw;
  }
  .mb-block {
    display: block;
  }
  .index .section-5 .gift {
    top: 20%;
  }
  .parents-evaluation .pe-img {
    width: 40%;
  }
  .index-raise {
    padding-bottom: 55vw;
  }
  .index-raise .box {
    width: 100%;
  }
  .index-raise .btn-raise {
    margin-top: 20px;
    width: 40vw;
  }
  .index-raise .raise-hands {
    width: auto;
    height: 50vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index-raise .title.focus:before {
    display: none;
  }
  .index-raise .btn-raise ~ h2 {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .vote .section-2 .vmi-1 {
    display: none;
  }
  .vote .section-2 .vmi-2 {
    width: 130px;
    top: 350px;
    right: auto;
    left: 65%;
    z-index: 1;
  }
  .vote .section-2 .vmi-3 {
    z-index: 0;
    right: auto;
    left: 63%;
    top: 260px;
    width: 100px;
  }
  .vote .section-2 .vmi-4 {
    display: block;
    width: 310px;
    left: calc(50% - 155px);
    top: -15px;
  }
  .vote .section-2 .vote-main-text {
    margin: 0 auto 60px;
    max-width: 500px;
    padding: 220px 20px 30px;
    min-height: auto;
    border-radius: 60px;
    border: 2px solid white;
  }
  .vote .section-2 .vote-main-text .vmt-btns {
    margin-left: 0;
    margin-top: 30px;
  }
  .cooperation img {
    height: 90px;
  }
  .evaluations-info {
    background: none;
  }
  .evaluations-point {
    width: 100%;
  }
  .evaluations-step {
    width: 100%;
    background: #eee;
  }
  .evaluations-step .es-main .item {
    width: 25%;
  }
  .rank-reveal .video {
    width: 100%;
  }
  .rank-reveal .vertical-video {
    width: 100%;
  }
  .rank-list .ctg {
    width: 100%;
    padding: 0;
  }
  .rank-list .ctg .video {
    width: 100%;
  }
  .rank-list .rank-slider {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  .mb-block {
    display: block;
  }
  .header {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .header .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .nav-open {
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 1em;
  }
  .header .nav-open span {
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    top: calc(50% - 1px);
  }
  .header .nav-open:before, .header .nav-open:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .nav-open:before {
    top: 3px;
  }
  .header .nav-open:after {
    bottom: 3px;
  }
  .header .nav-open.active span {
    display: none;
  }
  .header .nav-open.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  .header .nav-open.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
  .header .logo {
    width: 150px;
    padding-bottom: 10px;
  }
  .header .nav {
    position: absolute;
    top: 100%;
    background: #534741;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 0;
    width: 100%;
    overflow: auto;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    font-size: 1.5em;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.75);
            box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.75);
  }
  .header .nav .nav-link {
    width: 100%;
    text-align: center;
  }
  .header .nav a {
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header .nav a.active {
    color: #ff7200;
  }
  .header .nav a.active:after {
    display: none;
  }
  .header .nav.active {
    height: calc(100vh - 78px);
  }
  .wrap {
    padding-top: 79px;
  }
  .index-focus .index-focus-content .ifc-icon {
    width: 40px;
  }
  .index-focus .index-focus-mark img {
    width: 17vw;
  }
  .marquee {
    margin-left: 0;
  }
  .marquee .item {
    width: 180px;
  }
  .marquee .item h3 {
    font-size: 1em;
  }
  .marquee-2 {
    left: 30px;
  }
  .tv-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tv-main .vertical-video {
    width: 100%;
  }
  .tv-main .tv-slider {
    width: 100%;
  }
  .tv-slider {
    padding: 0;
  }
  .tv-slider .item {
    margin: 0;
  }
  .tv-slider .item h3:last-child,
  .tv-slider .item h3 {
    margin-bottom: 1.5em;
  }
  .parents-evaluation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 2.5em;
  }
  .parents-evaluation .pe-img {
    width: 100%;
    text-align: center;
  }
  .parents-evaluation .pe-img img {
    max-width: 80%;
  }
  .parents-evaluation .pe-text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 2em;
  }
  .parents-evaluation .pe-text h2 {
    color: #ff7200;
    font-family: "Noto Serif TC", serif;
  }
  .parents-evaluation .pe-text p {
    font-weight: 500;
  }
  .parents-evaluation .pe-text .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .footer-text {
    display: block;
  }
  .footer .footer-text:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: white;
    margin: 0.5em auto;
  }
  .footer .mb-block {
    display: block;
  }
  .footer img {
    display: block;
    margin: auto;
  }
  .float-vote img {
    width: 60px;
  }
  .float-rank img {
    width: 60px;
  }
  .float-raise img {
    width: 60px;
  }
  .vote .section-2:before {
    background-image: url(../images/bg_vote-1@mb.png);
  }
  .vote .section-2 .vmi-2 {
    width: 100px;
    left: auto;
    right: 10px;
    top: 360px;
  }
  .vote .section-2 .vmi-3 {
    left: auto;
    right: 30px;
    width: 80px;
    top: 290px;
  }
  .vote .section-2 .vote-main-text {
    font-size: 1em;
  }
  .vote .section-2 .vote-main-text .vmt-date {
    font-size: 20px;
  }
  .vote .section-2 .vote-main-text .vmt-date .week-circle {
    font-size: 16px;
    width: 24px;
    line-height: 24px;
  }
  .vote .section-2 .vote-main-text .vmt-btns .vmt-btn-mombaby:after {
    width: 50px;
    left: -20px;
    bottom: calc(100% - 10px);
  }
  .rules h4 {
    text-align: center;
    margin-bottom: 1em;
  }
  .cooperation {
    text-align: center;
  }
  .cooperation .item {
    margin-bottom: 2em;
  }
  .cooperation img {
    margin: 5px;
    height: 64px;
  }
  .question .q-main .item-text {
    width: 40%;
  }
  .question .q-main .item-img {
    max-width: 50%;
  }
  .popup-success .popup-box {
    padding: 50px 30px;
  }
  .popup-success .popup-box h4 {
    font-size: 18px;
  }
  .popup-success .popup-box p {
    font-size: 16px;
  }
  .popup-success .popup-box .popup-success-img {
    margin-top: 0;
  }
  .popup-success .popup-box .btns {
    margin-top: -16px;
  }
  .popup-success .popup-box .btns a {
    font-size: 16px;
  }
  .popup-success .popup-box .btns .btn-share {
    width: 120px;
  }
  .evaluations-slider {
    margin: 2em 8px 4em;
  }
  .evaluations-slider .item {
    padding: 0 8px;
  }
  .evaluations-slider .item:nth-child(2n) {
    margin-top: 0;
  }
  .evaluations-info {
    background: none;
  }
  .evaluations-step {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-radius: 60px 0 0 0;
    background: #eeeeee;
  }
  .evaluations-step .es-main .item {
    width: 100%;
  }
  .evaluations-step .es-main .item:after {
    position: static;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 1em auto;
  }
  .evaluations-point {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .evaluations-point .ep-main {
    max-width: 90%;
    margin: auto;
  }
  .evaluations-point .ep-main .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .evaluations-point .ep-main .item img {
    width: 80px;
    height: 80px;
  }
  .evaluations-point .ep-main .item .epm-text {
    padding-left: 20px;
  }
  .index-focus-2 .index-focus-img {
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
  }
  .index .section-6 .report-content {
    padding-bottom: 3em;
    position: relative;
  }
  .index .section-6 .report-content .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index .section-6 .report-content .text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .index .section-6 .report-content .text .logos img {
    height: 60px;
  }
  .index .section-6 .report-content .text center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .rank-detail {
    padding: 0;
  }
  .rd-top .icons {
    width: 100px;
    padding-left: 1rem;
  }
  .rd-top .img {
    width: calc(100% - 100px);
    padding: 0 1rem;
  }
  .rd-top .img img {
    height: 300px;
  }
  .rd-top .content {
    width: 100%;
    height: auto;
  }
  .rd-top .content .content-title {
    padding: 0 1rem;
  }
  .rd-top .content .content-table {
    padding: 20px;
    border-radius: 0 36px 0 0;
    background: #eee;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .rd-marks {
    background: none;
    margin-top: 0;
  }
  .rd-main {
    background: #eee;
    padding-top: 20px;
  }
  .rd-main .videoList iframe {
    height: 60vw;
  }
  .rd-main .rd-main-title {
    text-align: left;
  }
  .rd-main .rd-main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .rd-main .rd-main-content p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rd-main .rd-main-content h4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rd-main .rd-main-content .vertical-video h3,
  .rd-main .rd-main-content .video h3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .evaluations .content-title {
    padding: 0 1rem;
    margin: auto;
    text-align: left;
  }
  .evaluations .hr-shadow {
    display: none;
  }
  .evaluations .rd-main {
    border-radius: 0 36px 0 0;
  }
  .rd-talking-list .talking {
    width: 94%;
  }
  .rd-talking-list:nth-of-type(2n) .talking {
    padding-right: 0;
    padding-left: 45px;
  }
  .rd-talking-list:nth-of-type(2n) .talking:before {
    right: auto;
    left: 0;
  }
  .rd-talking-list:nth-of-type(2n) .talking .img {
    right: auto;
    left: 7px;
  }
  .rd-talking-list:nth-of-type(2n) .talking .text {
    padding: 16px 16px 16px 45px;
  }
  .rd-talking-list:nth-of-type(2n) .talking .talking-info {
    text-align: left;
  }
  .rd-talking-list .talking:nth-child(2n) {
    padding-left: 0;
    padding-right: 45px;
  }
  .rd-talking-list .talking:nth-child(2n):before {
    left: auto;
    right: 0;
  }
  .rd-talking-list .talking:nth-child(2n) .img {
    left: auto;
    right: 7px;
  }
  .rd-talking-list .talking:nth-child(2n) .text {
    padding: 16px 45px 16px 16px;
  }
  .rd-talking-list .talking:nth-child(2n) .talking-info {
    text-align: right;
  }
}