.section09 .news_list_wrap .news_list .news_title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section06 .section_left, .section03 .section_left, .section02 .section_right,
.section05 .section_right {
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 90px 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .section06 .section_left, .section03 .section_left, .section02 .section_right,
  .section05 .section_right {
    padding: 0px 50px;
  }
}

.section12 .section_full .title, .section09 .section_full .title, .section08 .section_full .title, .section07 .section_full .title, .section06 .section_left .title, .section03 .section_left .title, .section02 .section_right .title,
.section05 .section_right .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5em;
  color: #eaba38;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .section12 .section_full .title, .section09 .section_full .title, .section08 .section_full .title, .section07 .section_full .title, .section06 .section_left .title, .section03 .section_left .title, .section02 .section_right .title,
  .section05 .section_right .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.section08 .section_full .desc, .section07 .section_full .desc, .section06 .section_left .desc, .section03 .section_left .desc, .section02 .section_right .desc,
.section05 .section_right .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: justify;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .section08 .section_full .desc, .section07 .section_full .desc, .section06 .section_left .desc, .section03 .section_left .desc, .section02 .section_right .desc,
  .section05 .section_right .desc {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
  }
}

.section_wrap .section_area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .section_wrap .section_area {
    flex-direction: row;
  }
}
.section_wrap .section_left,
.section_wrap .section_right {
  width: 100%;
}
.section_wrap .section_left > img,
.section_wrap .section_right > img {
  width: 100%;
}

.sectionBG01 {
  background-image: url(../images/bg/bgM.jpg);
  background-size: 100%;
  background-position: center -42px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .sectionBG01 {
    background-image: url(../images/bg/bgPc01.jpg);
  }
}

.sectionBG02 {
  background-image: url(../images/bg/bgM02.jpg);
  background-size: 100%;
  background-position: center 0px;
  background-repeat: repeat-y;
}
@media screen and (min-width: 1280px) {
  .sectionBG02 {
    background-image: url(../images/bg/bgPc02.jpg);
    background-position: center 150px;
  }
}

.section01 .section_area {
  padding: 0;
  width: 100%;
}
.section01 .section_area > picture {
  width: 100%;
}
.section01 .section_area > picture img {
  width: 100%;
}

.section02 > .section_area,
.section03 > .section_area {
  width: 100%;
  padding: 0;
}
.section02 .section_left,
.section03 .section_left {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .section02 .section_left,
  .section03 .section_left {
    width: 55%;
    max-width: unset;
  }
}
.section02 .section_right,
.section03 .section_right {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .section02 .section_right,
  .section03 .section_right {
    width: 45%;
    max-width: unset;
  }
}

.section02 .section_area,
.section05 .section_area {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .section02 .section_area,
  .section05 .section_area {
    flex-direction: row;
  }
}
.section02 .section_left.yt_section,
.section05 .section_left.yt_section {
  margin: unset;
}
.section02 .section_left > picture,
.section05 .section_left > picture {
  margin: auto;
  max-width: 700px;
}
.section02 .section_right,
.section05 .section_right {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 1280px) {
  .section02 .section_right,
  .section05 .section_right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section03 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 70%, rgb(0, 0, 0) 100%);
}
.section03 .section_area {
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  .section03 .section_area {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .section03 .section_right {
    padding: 40px 80px 20px;
  }
}
.section03 .ambassador_img {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section03 .ambassador_img {
    padding: 0;
  }
}

.section04 .section_area {
  display: flex;
  flex-direction: column;
  padding: 60px 30px;
}
@media screen and (min-width: 1280px) {
  .section04 .section_area {
    flex-direction: row;
    padding: 90px 0 0 0;
    background-image: url(../images/selection/bgSelection_pc.png);
    background-size: 1200px auto;
    background-position: right 90px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .section04 .section_left {
    width: 49%;
  }
}
@media screen and (min-width: 1280px) {
  .section04 .section_left .mobile {
    display: none;
  }
}
.section04 .section_right {
  margin-top: 60px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .section04 .section_right {
    width: calc(51% - 50px);
    margin-top: 0;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section04 .selection_info {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-image: url(../images/selection/bgSelection_mobile.png);
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .section04 .selection_info {
    background-image: none;
    padding: 50px 30px;
  }
}
.section04 .selection_info > .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
  color: #eaba38;
}
.section04 .selection_info > .title:first-child {
  margin-top: 0;
}
.section04 .selection_info > .desc_list {
  margin-top: 10px;
  color: #fff;
}
.section04 .selection_info > .desc_list .desc_item {
  display: flex;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
}
.section04 .selection_info > .desc_list .desc_item::before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background-color: #eaba38;
  position: absolute;
  top: 2px;
  left: 0;
}
.section04 .selection_info > .desc_list .desc_item .desc_title {
  width: 60px;
}
.section04 .selection_info > .desc_list .desc_item .desc {
  width: calc(100% - 60px);
}
.section04 .selection_info .selection_btn {
  width: 150px;
  margin: 20px auto 0;
}
.section04 .card_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.section04 .card_list .card_item {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.section04 .card_list .card_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .section04 .card_list .card_item {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    margin-left: 20px;
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
  .section04 .card_list .card_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .section04 .card_list .card_item:nth-child(1), .section04 .card_list .card_item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section04 .card_list .card_item {
    width: calc((100% - 60px) / 4);
    height: 255px;
  }
  .section04 .card_list .card_item:nth-child(2n+1) {
    margin-left: 20px;
  }
  .section04 .card_list .card_item:nth-child(1) {
    margin-left: 0;
  }
  .section04 .card_list .card_item:nth-child(1), .section04 .card_list .card_item:nth-child(2) {
    margin-top: 20px;
  }
  .section04 .card_list .card_item:hover .card_box {
    transform: rotateY(180deg);
  }
}
.section04 .card_list .card_item img {
  width: 100%;
}
.section04 .card_list .card_item .card_box {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .section04 .card_list .card_item .card_box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*preserve the back when fliping*/
    transform-style: preserve-3d;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 10px rgb(10, 10, 1);
  }
}
.section04 .card_list .card_item .card_front,
.section04 .card_list .card_item .card_back {
  width: 100%;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section04 .card_list .card_item .card_front {
  background: #000;
  position: relative;
  backface-visibility: hidden;
}
.section04 .card_list .card_item .card_front .card_text {
  position: absolute;
  top: calc((100% - 120px) * 0.5);
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .section04 .card_list .card_item .card_front .card_text {
    font-size: 40px;
    font-size: 2.5rem;
    top: 0;
    align-items: center;
  }
}
.section04 .card_list .card_item .card_front img {
  width: 100%;
}
.section04 .card_list .card_item .card_back {
  height: 120px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242424;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: justify;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .section04 .card_list .card_item .card_back {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    height: unset;
    top: 0;
    right: 0;
    left: 0;
    z-index: -9;
    background-color: #741523;
    transform: scaleX(-1);
  }
}
.section04 .card_list .card_item .card_back img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.section05 .section_area,
.section06 .section_area {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .section05 .section_area,
  .section06 .section_area {
    flex-direction: row;
    padding-top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .section05 .section_area .section_left,
  .section05 .section_area .section_right,
  .section06 .section_area .section_left,
  .section06 .section_area .section_right {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .section05 .section_left {
    width: 45%;
  }
}
.section05 .section_right {
  padding-bottom: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .section05 .section_right {
    width: 55%;
    padding-bottom: unset;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section05 .section_right .desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.section06 .section_area {
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .section06 .section_area {
    flex-direction: row;
    padding-bottom: 90px;
  }
}
.section06 .section_left {
  padding-left: 0px;
  padding-right: 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .section06 .section_left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section06 .section_left .title span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1280px) {
  .section06 .section_left .title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section06 .section_left .desc {
  margin-top: 0;
}
.section06 .section_right.yt_section {
  margin: unset;
}
.section06 .section_right > picture {
  margin: auto;
  max-width: 700px;
}

.desc_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .desc_box {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .desc_box .desc {
    width: calc((100% - 10px) * 0.45);
    margin-right: 10px;
  }
  .desc_box .desc:nth-child(2n) {
    margin-right: 0;
    width: calc((100% - 10px) * 0.55);
  }
}
.desc_box .desc .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2em;
}
.desc_box .desc .box {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.desc_box .desc .box .sub_title {
  width: 50px;
  margin-top: 20px;
  text-align: center;
}
.desc_box .desc .box > ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 1280px) {
  .desc_box .desc .box > ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}

.section07 {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section07 .section_area {
  display: flex;
  flex-direction: column;
}
.section07 .section_full {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .section07 .section_full {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.section07 .section_full .title span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1280px) {
  .section07 .section_full .title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section07 .reviewer_list {
  display: flex;
  flex-wrap: wrap;
}
.section07 .reviewer_list .reviewer {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  margin-top: 20px;
}
.section07 .reviewer_list .reviewer:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .section07 .reviewer_list .reviewer {
    width: calc((100% - 40px) / 3);
  }
  .section07 .reviewer_list .reviewer:nth-child(2n+1) {
    margin-left: 20px;
  }
  .section07 .reviewer_list .reviewer:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section07 .reviewer_list .reviewer {
    width: calc((100% - 80px) / 5);
  }
  .section07 .reviewer_list .reviewer:nth-child(3n+1) {
    margin-left: 20px;
  }
  .section07 .reviewer_list .reviewer:nth-child(5n+1) {
    margin-left: 0;
  }
}
.section07 .reviewer_list .reviewer img {
  width: 100%;
}
.section07 .reviewer_list .reviewer .info_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.5em;
  margin-top: -50px;
}
@media screen and (min-width: 1280px) {
  .section07 .reviewer_list .reviewer .info_box {
    margin-top: -65px;
    line-height: 1.8em;
  }
}
.section07 .reviewer_list .reviewer .info_box .reviewer_title {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section07 .reviewer_list .reviewer .info_box .reviewer_title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section07 .reviewer_list .reviewer .info_box .reviewer_title span {
  display: inline-block;
}
.section07 .reviewer_list .reviewer .info_box .reviewer_name {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media screen and (min-width: 1280px) {
  .section07 .reviewer_list .reviewer .info_box .reviewer_name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.section08 {
  padding: 50px 0;
}
.section08 .section_area {
  display: flex;
  flex-direction: column;
}
.section08 .section_full {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .section08 .section_full {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.section08 .section_full .title span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1280px) {
  .section08 .section_full .title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section08 .sub_title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #eaba38;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #f9b400;
  padding-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .section08 .sub_title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.section08 .sub_title.sub_title_first {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .section08 .heroes_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.section08 .heroes_list .heroes_item {
  margin-top: 30px;
}
.section08 .heroes_list .heroes_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .section08 .heroes_list .heroes_item {
    margin-top: 15px;
    width: calc((100% - 15px) / 2);
  }
  .section08 .heroes_list .heroes_item:nth-child(2) {
    margin-top: 0;
  }
  .section08 .heroes_list .heroes_item:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .section08 .heroes_list .heroes_item {
    display: flex;
  }
}
.section08 .heroes_list .heroes_item .info_box {
  background-image: url("../images/heroes/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 20px;
}
.section08 .heroes_list .heroes_item .info_box .title_box {
  position: relative;
  padding-left: 15px;
}
.section08 .heroes_list .heroes_item .info_box .title_box::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffb400;
}
.section08 .heroes_list .heroes_item .info_box .title_box .title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #eaba38;
}
.section08 .heroes_list .heroes_item .info_box .title_box .name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #eaba38;
  margin-top: 8px;
  line-height: 1em;
}
.section08 .heroes_list .heroes_item .info_box .title_box .title a,
.section08 .heroes_list .heroes_item .info_box .title_box .name a {
  color: #eaba38;
}
.section08 .heroes_list .heroes_item .info_box .info {
  width: 100%;
  text-align: justify;
  color: #fff;
  margin-top: 15px;
}

.section09 {
  padding: 50px 0;
}
.section09 .section_area {
  display: flex;
  flex-direction: column;
}
.section09 .section_full {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .section09 .section_full {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.section09 .news_list_wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .section09 .news_list_wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section09 .news_list_wrap .news_list {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.section09 .news_list_wrap .news_list:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .section09 .news_list_wrap .news_list {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
    margin-top: 0px;
  }
  .section09 .news_list_wrap .news_list:nth-child(1) {
    margin-left: 0;
  }
}
.section09 .news_list_wrap .news_list li {
  display: flex;
  margin-top: 10px;
}
.section09 .news_list_wrap .news_list li:nth-child(1) {
  margin-top: 0;
}
.section09 .news_list_wrap .news_list a {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  line-height: 1.5em;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .section09 .news_list_wrap .news_list a:hover {
    color: #f9b400;
  }
}
.section09 .news_list_wrap .news_list .news_list_title {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #46e2ff;
  font-weight: bold;
  background-color: rgba(42, 42, 42, 0.7);
  padding: 10px;
  box-sizing: border-box;
}
.section09 .news_list_wrap .news_list .news_title {
  width: calc(100% - 85px);
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .section09 .news_list_wrap .news_list .news_title {
    width: calc(100% - 95px);
  }
}
.section09 .news_list_wrap .news_list .news_source {
  width: 85px;
  color: #383838;
  line-height: 1.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 6px;
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #f9b400;
}
@media screen and (min-width: 1024px) {
  .section09 .news_list_wrap .news_list .news_source {
    width: 95px;
  }
}

.section10,
.section11 {
  padding-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .section10 .section_left,
  .section10 .section_right,
  .section11 .section_left,
  .section11 .section_right {
    width: calc((100% - 15px) / 2);
  }
}
.section10 .section_right,
.section11 .section_right {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .section10 .section_right,
  .section11 .section_right {
    margin-top: 0;
    margin-left: 15px;
  }
}

.section11 {
  padding-top: 90px;
  padding-bottom: 0;
}

.section12 .section_full {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .section12 .section_full {
    padding-top: 60px;
  }
}
.section12 .section_full .title span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1280px) {
  .section12 .section_full .title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .section12 .section_left,
  .section12 .section_right {
    width: calc((100% - 15px) / 2);
  }
}
.section12 .section_right {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .section12 .section_right {
    margin-top: 0;
    margin-left: 15px;
  }
}
.section12 .photo_title {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #46e2ff;
  font-weight: bold;
  background-color: rgba(42, 42, 42, 0.7);
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.section12 .swiper {
  width: 100%;
  height: 100%;
}
.section12 .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
}
.section12 .swiper-slide img {
  width: 100%;
  height: auto;
}
.section12 .swiper-lazy-preloader,
.section12 .swiper-lazy-preloader img {
  width: 42px;
  height: 42px;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}/*# sourceMappingURL=index.css.map */