@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Expanded:400,500,600,700|Muli:400,600,700,900");
.main-nav .container-fluid .menu ul.nav-content, #article .container .row a .squareBox .photo:before, .photoBox .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

html, body {
  font-family: 'Muli','微軟正黑體', sans-serif;
}
html a, html a:hover, html a:active, html a:focus, body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
}
@media (min-width: 0) {
  html, body {
    min-width: 320px;
  }
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
}

span {
  font-size: 1rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
  }

  h2 {
    font-size: 1.45rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  p {
    font-size: 0.875rem;
  }

  span {
    font-size: 0.875rem;
  }
}
.main-nav {
  background-color: transparent;
}
.main-nav .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.main-nav .container-fluid a.menu-trigger {
  z-index: 999;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  padding-left: 13px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-color: #fff;
  transition: 0.5s ease-out;
}
.main-nav .container-fluid a.menu-trigger .menu-line {
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
}
.main-nav .container-fluid a.menu-trigger .top-menu,
.main-nav .container-fluid a.menu-trigger .mid-menu,
.main-nav .container-fluid a.menu-trigger .bottom-menu {
  width: 36px;
  height: 1px;
  background-color: #d70440;
}
.main-nav .container-fluid a.menu-trigger .top-menu {
  top: 18px;
}
.main-nav .container-fluid a.menu-trigger .mid-menu {
  top: 29px;
}
.main-nav .container-fluid a.menu-trigger .bottom-menu {
  top: 40px;
}
.main-nav .container-fluid a.menu-trigger.close-btn {
  top: 10px;
  right: 10px;
  background-color: #d70440;
  border-radius: 50%;
}
.main-nav .container-fluid a.menu-trigger.close-btn .top-menu {
  background: #fff !important;
  top: 29px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-nav .container-fluid a.menu-trigger.close-btn .mid-menu {
  opacity: 0;
}
.main-nav .container-fluid a.menu-trigger.close-btn .bottom-menu {
  background: #fff !important;
  top: 29px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.main-nav .container-fluid .menu {
  background-color: white;
  width: 100%;
  height: 100vh;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  transform: scale(0);
}
.main-nav .container-fluid .menu .logo {
  display: none;
}
.main-nav .container-fluid .menu .logo a img {
  width: 195px;
  height: 69px;
  padding-top: 20px;
  padding-left: 20px;
}
.main-nav .container-fluid .menu ul.nav-content {
  display: none;
  top: 40%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.main-nav .container-fluid .menu ul.nav-content li > a {
  display: inline-block;
  color: #ccc;
  font-size: 2.25rem;
  font-weight: normal;
  margin-bottom: 50px;
  padding: 0 15px;
  position: relative;
}
.main-nav .container-fluid .menu ul.nav-content li > a:before, .main-nav .container-fluid .menu ul.nav-content li > a:after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #d70440;
  position: absolute;
  top: 50%;
  opacity: 0;
}
.main-nav .container-fluid .menu ul.nav-content li > a:before {
  left: -20px;
}
.main-nav .container-fluid .menu ul.nav-content li > a:after {
  right: -20px;
}
.main-nav .container-fluid .menu ul.nav-content li > a:hover {
  color: #d70440;
  text-decoration: none;
  transition: 0.5s ease-out;
}
.main-nav .container-fluid .menu ul.nav-content li > a:hover:before, .main-nav .container-fluid .menu ul.nav-content li > a:hover:after {
  width: 15px;
  opacity: 1;
  transition: 0.5s ease-out;
}
.main-nav .container-fluid .menu ul.nav-content li > a.active {
  text-decoration: none;
  color: #d70440;
}
.main-nav .container-fluid .menu ul.nav-content li > a.active:before, .main-nav .container-fluid .menu ul.nav-content li > a.active:after {
  width: 15px;
  opacity: 1;
  transition: 0.5s ease-out;
}
.main-nav .container-fluid .menu ul.icons {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
}
.main-nav .container-fluid .menu ul.icons li {
  float: left;
}
.main-nav .container-fluid .menu ul.icons li a {
  display: block;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 20px;
  font-size: 1.5rem;
  border-radius: 25px;
  color: #ccc;
}
.main-nav .container-fluid .menu ul.icons li a:hover {
  color: #fff;
  background-color: #d70440;
  border: 1px solid #d70440;
  transition: 0.5s ease-out;
}
.main-nav .container-fluid .menu .copy-right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #ccc;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
}
.main-nav .container-fluid .menu.vhide {
  width: 100%;
  background-color: white;
  opacity: 1;
  transform: scale(1);
}
.main-nav .container-fluid .menu.vhide .logo {
  display: block;
}
.main-nav .container-fluid .menu.vhide ul.nav-content {
  display: block;
}

@media (max-width: 1440px) {
  .main-nav .container-fluid .menu ul.nav-content {
    top: 45%;
  }
  .main-nav .container-fluid .menu ul.nav-content li > a {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 800px) and (max-width: 823px) {
  .main-nav .container-fluid .menu ul.nav-content {
    width: 100%;
  }
  .main-nav .container-fluid .menu ul.nav-content li > a {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .main-nav .container-fluid .menu ul.icons {
    bottom: 50px;
  }
  .main-nav .container-fluid .menu ul.icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-size: 1.125rem;
    border-radius: 20px;
  }
  .main-nav .container-fluid .menu .copy-right {
    bottom: 10px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .main-nav .container-fluid .menu ul.nav-content {
    width: 100%;
  }
  .main-nav .container-fluid .menu ul.nav-content li > a {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .main-nav .container-fluid .menu ul.icons {
    bottom: 50px;
  }
  .main-nav .container-fluid .menu ul.icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-size: 1.125rem;
    border-radius: 20px;
  }
  .main-nav .container-fluid .menu .copy-right {
    bottom: 10px;
    font-size: 0.875rem;
  }
}
@media (min-width: 480px) and (max-width: 568px) {
  .main-nav .container-fluid .menu ul.nav-content {
    top: 45%;
  }
  .main-nav .container-fluid .menu ul.nav-content li > a {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .main-nav .container-fluid .menu ul.icons {
    bottom: 50px;
  }
  .main-nav .container-fluid .menu .copy-right {
    bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (max-width: 479px) {
  .main-nav .container-fluid .menu ul.nav-content {
    width: 100%;
  }
  .main-nav .container-fluid .menu ul.nav-content li > a {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .main-nav .container-fluid .menu ul.icons {
    bottom: 100px;
  }
  .main-nav .container-fluid .menu ul.icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    font-size: 1.125rem;
    border-radius: 20px;
  }
  .main-nav .container-fluid .menu .copy-right {
    bottom: 50px;
    font-size: 0.875rem;
  }
}
@media (max-width: 370px) {
  .main-nav .container-fluid .menu ul.nav-content {
    top: 45%;
  }
  .main-nav .container-fluid .menu ul.nav-content li > a {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .main-nav .container-fluid .menu ul.icons {
    bottom: 80px;
  }
  .main-nav .container-fluid .menu .copy-right {
    bottom: 10px;
    font-size: 0.8125rem;
  }
}
section {
  overflow: hidden;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  color: #333;
}

section .title {
  text-align: center;
  margin-bottom: 5%;
}
section .title .en {
  font-size: 3.75rem;
  display: inline-block;
  position: relative;
}
section .title .en span {
  font-size: 2.5rem;
  margin-right: 10px;
}
section .title .en:before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 48%;
  -moz-animation: balling 3s infinite ease-out;
  -webkit-animation: balling 3s infinite ease-out;
  animation: balling 3s infinite ease-out;
}
@-moz-keyframes balling {
  0% {
    transform: translate(0%, 0%) rotateZ(0deg);
  }
  50% {
    transform: translate(0%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotateZ(360deg);
  }
}
@-webkit-keyframes balling {
  0% {
    transform: translate(0%, 0%) rotateZ(0deg);
  }
  50% {
    transform: translate(0%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotateZ(360deg);
  }
}
@keyframes balling {
  0% {
    transform: translate(0%, 0%) rotateZ(0deg);
  }
  50% {
    transform: translate(0%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotateZ(360deg);
  }
}
@media (max-width: 1199px) {
  section .title .en {
    font-size: 2.75rem;
  }
  section .title .en span {
    font-size: 2rem;
    margin-right: 10px;
  }
  section .title .en:before {
    width: 150px;
    height: 150px;
  }
  section .title h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 823px) {
  section .title .en {
    font-size: 2.25rem;
  }
  section .title .en span {
    font-size: 1.875rem;
    margin-right: 10px;
  }
  section .title .en:before {
    width: 120px;
    height: 120px;
  }
  section .title h2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 479px) {
  section .title .en {
    font-size: 2rem;
  }
  section .title .en span {
    font-size: 1.5rem;
    margin-right: 10px;
  }
  section .title .en:before {
    width: 100px;
    height: 100px;
  }
  section .title h2 {
    font-size: 1.125rem;
  }
}

#about .title .en {
  color: #d70440;
}
#about .title .en:before {
  top: -10px;
  left: -80px;
  background-color: rgba(215, 4, 64, 0.15);
}
@media (max-width: 767px) {
  #about .title .en:before {
    left: -40px;
  }
}

#winner .title {
  color: #fff;
}
#winner .title .en:before {
  top: -50px;
  left: 120px;
  background-color: rgba(242, 242, 232, 0.3);
}
@media (max-width: 767px) {
  #winner .title .en:before {
    top: -10px;
    left: 80px;
  }
}

#what .title .en {
  color: #d70440;
}
#what .title .en:before {
  top: -10px;
  left: -80px;
  background-color: rgba(225, 180, 211, 0.2);
}
@media (max-width: 767px) {
  #what .title .en:before {
    left: -40px;
  }
}

#article .title {
  color: #fff;
}
#article .title .en:before {
  top: -30px;
  left: 60px;
  background-color: rgba(102, 102, 102, 0.1);
}
@media (max-width: 767px) {
  #article .title .en:before {
    left: 50px;
  }
}

#review .title {
  color: #fff;
}
#review .title .en:before {
  top: -30px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #review .title .en:before {
    top: -10px;
    left: 20px;
  }
}

header {
  overflow: hidden;
  height: 950px;
  background: linear-gradient(to bottom, #d70440 0%, #ff2155 100%);
}
header .main-circle {
  width: 1300px;
  height: 1300px;
  position: absolute;
  top: -250px;
  left: -400px;
  z-index: 1;
  transform-origin: center center;
  -moz-animation: rolling 3s ease-out;
  -webkit-animation: rolling 3s ease-out;
  animation: rolling 3s ease-out;
}
@-moz-keyframes rolling {
  0% {
    opacity: 0;
    transform: translateX(50%) rotate(20deg);
  }
  60% {
    transform: translateX(-5%) rotate(-20deg);
  }
  80% {
    transform: translateX(5%) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes rolling {
  0% {
    opacity: 0;
    transform: translateX(50%) rotate(20deg);
  }
  60% {
    transform: translateX(-5%) rotate(-20deg);
  }
  80% {
    transform: translateX(5%) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rolling {
  0% {
    opacity: 0;
    transform: translateX(50%) rotate(20deg);
  }
  60% {
    transform: translateX(-5%) rotate(-20deg);
  }
  80% {
    transform: translateX(5%) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
header .mino {
  position: absolute;
  right: -50px;
  bottom: 0;
}
header .mino .ball {
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 140px;
  position: absolute;
  top: -100px;
  right: 230px;
  z-index: 5;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 50%;
  -moz-animation: bounceing 1s cubic-bezier(0.63, 0.09, 0.75, 0.46) infinite alternate;
  -webkit-animation: bounceing 1s cubic-bezier(0.63, 0.09, 0.75, 0.46) infinite alternate;
  animation: bounceing 1s cubic-bezier(0.63, 0.09, 0.75, 0.46) infinite alternate;
}
header .mino .line {
  width: 1400px;
  height: 530px;
}
header .main-logo img {
  display: block;
  margin: 0 auto;
  margin-right: 150px;
  margin-top: 30px;
  width: 200px;
  height: 105px;
  transition: 0.5s ease-out;
}
header .main-word {
  display: block;
  width: 520px;
  height: 85px;
  margin: 0 auto;
  margin-right: 20%;
  margin-top: 10%;
  transition: 0.5s ease-out;
}
header .main-word .slogan {
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  opacity: 0.8;
}
header .main-word .slogan h3 {
  -moz-animation: rotateWord 20s ease-in infinite;
  -webkit-animation: rotateWord 20s ease-in infinite;
  animation: rotateWord 20s ease-in infinite;
}
header .main-word .slogan h4 {
  text-align: right;
  -moz-animation: rotateWord 20 ease-in infinite;
  -webkit-animation: rotateWord 20 ease-in infinite;
  animation: rotateWord 20 ease-in infinite;
}
header .main-word .slogan h3:nth-child(2) {
  animation-delay: 4s;
}
header .main-word .slogan h3:nth-child(3) {
  animation-delay: 8s;
}
header .main-word .slogan h3:nth-child(4) {
  animation-delay: 12s;
}
header .main-word .slogan h3:nth-child(5) {
  animation-delay: 16s;
}
@-moz-keyframes bounceing {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes bounceing {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes bounceing {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1919px) {
  header .main-circle {
    width: 1100px;
    height: 1100px;
    top: -80px;
    left: -400px;
  }
  header .main-logo img {
    margin-right: 120px;
    margin-top: 80px;
  }
  header .main-word {
    width: 520px;
    height: 85px;
    margin-right: 23%;
    margin-top: 8%;
  }
}
@media (max-width: 1599px) {
  header {
    height: 850px;
  }
  header .main-circle {
    width: 1000px;
    height: 1000px;
    top: -80px;
    left: -350px;
  }
  header .mino .ball {
    max-width: 110px;
    max-height: 110px;
    top: -80px;
    right: 170px;
  }
  header .mino .line {
    width: 1202px;
    height: 455px;
  }
  header .main-logo img {
    margin-right: 100px;
    margin-top: 80px;
  }
  header .main-word {
    width: 455px;
    height: 70px;
    margin-right: 20%;
    margin-top: 8%;
  }
}
@media (max-width: 1335px) {
  header {
    height: 780px;
  }
  header .main-circle {
    width: 900px;
    height: 900px;
    top: -60px;
    left: -330px;
  }
  header .mino .ball {
    max-width: 110px;
    max-height: 110px;
    top: -80px;
    right: 170px;
  }
  header .mino .line {
    width: 1123px;
    height: 425px;
  }
  header .main-logo img {
    width: 180px;
    height: 95px;
    margin-right: 100px;
    margin-top: 50px;
  }
  header .main-word {
    width: 420px;
    height: 65px;
    margin-right: 20%;
    margin-top: 10%;
  }
}
@media (max-width: 1199px) {
  header {
    height: 700px;
  }
  header .main-circle {
    width: 790px;
    height: 790px;
    top: -50px;
    left: -300px;
  }
  header .mino .ball {
    max-width: 90px;
    max-height: 90px;
    top: -80px;
    right: 100px;
  }
  header .mino .line {
    width: 925px;
    height: 350px;
  }
  header .main-logo img {
    width: 152px;
    height: 80px;
    margin-right: 30px;
    margin-top: 50px;
  }
  header .main-word {
    width: 323px;
    height: 50px;
    margin-right: 16%;
    margin-top: 14%;
  }
}
@media (max-width: 991px) {
  header {
    height: 1024px;
  }
  header .main-circle {
    width: 800px;
    height: 800px;
    top: -150px;
    left: -200px;
  }
  header .mino .ball {
    max-width: 100px;
    max-height: 100px;
    top: -80px;
    right: 100px;
  }
  header .mino .line {
    width: 792px;
    height: 300px;
  }
  header .main-logo img {
    width: 152px;
    height: 80px;
    margin-right: 30px;
    margin-top: 500px;
  }
  header .main-word {
    width: 488px;
    height: 75px;
    margin-right: 30%;
    margin-top: 10%;
  }
}
@media (min-width: 800px) and (max-width: 823px) {
  header {
    height: 400px;
  }
  header .main-circle {
    width: 550px;
    height: 550px;
    top: -80px;
    left: -150px;
  }
  header .mino .ball {
    max-width: 70px;
    max-height: 70px;
    top: -30px;
    right: 80px;
  }
  header .mino .line {
    width: 528px;
    height: 200px;
    bottom: -20px;
  }
  header .main-logo img {
    width: 124px;
    height: 65px;
    margin-right: 10px;
    margin-top: 50px;
  }
  header .main-word {
    width: 300px;
    height: 46px;
    margin-right: 14%;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  header {
    height: 414px;
  }
  header .main-circle {
    width: 550px;
    height: 550px;
    top: -80px;
    left: -180px;
  }
  header .mino .ball {
    max-width: 70px;
    max-height: 70px;
    top: -30px;
    right: 80px;
  }
  header .mino .line {
    width: 528px;
    height: 200px;
    bottom: -20px;
  }
  header .main-logo img {
    width: 124px;
    height: 65px;
    margin-right: 10px;
    margin-top: 60px;
  }
  header .main-word {
    width: 250px;
    height: 38px;
    margin-right: 15%;
    margin-top: 8%;
  }
}
@media (max-width: 730px) {
  header {
    height: 375px;
  }
  header .main-circle {
    width: 480px;
    height: 480px;
    top: -80px;
    left: -180px;
  }
  header .mino .ball {
    max-width: 50px;
    max-height: 50px;
    top: -10px;
    right: 80px;
  }
  header .mino .line {
    width: 528px;
    height: 200px;
    bottom: -20px;
  }
  header .main-logo img {
    width: 124px;
    height: 65px;
    margin-right: 10px;
    margin-top: 60px;
  }
  header .main-word {
    width: 250px;
    height: 38px;
    margin-right: 15%;
    margin-top: 5%;
  }
}
@media (max-width: 639px) {
  header {
    height: 320px;
  }
  header .main-circle {
    width: 370px;
    height: 370px;
    top: -25px;
    left: -130px;
  }
  header .mino .ball {
    max-width: 40px;
    max-height: 40px;
    top: 0px;
    right: 70px;
  }
  header .mino .line {
    width: 420px;
    height: 159px;
  }
  header .main-logo img {
    width: 100px;
    height: 53px;
    margin-right: 10px;
    margin-top: 60px;
  }
  header .main-word {
    width: 180px;
    height: 28px;
    margin-right: 15%;
    margin-top: 6%;
  }
}
@media (max-width: 479px) {
  header {
    height: 750px;
  }
  header .main-circle {
    width: 550px;
    height: 550px;
    top: -100px;
    left: -180px;
  }
  header .mino .ball {
    max-width: 70px;
    max-height: 70px;
    top: -30px;
    right: 80px;
  }
  header .mino .line {
    width: 528px;
    height: 200px;
    bottom: -20px;
  }
  header .main-logo img {
    width: 124px;
    height: 65px;
    margin-right: 10px;
    margin-top: 400px;
  }
  header .main-word {
    width: 280px;
    height: 43px;
    margin-left: 5%;
    margin-top: 10%;
  }
}
@media (max-width: 413px) {
  header {
    height: 700px;
  }
  header .main-circle {
    width: 500px;
    height: 500px;
    top: -80px;
    left: -170px;
  }
  header .mino .ball {
    max-width: 50px;
    max-height: 50px;
    top: -10px;
    right: 80px;
  }
  header .mino .line {
    width: 528px;
    height: 200px;
    bottom: -20px;
  }
  header .main-logo img {
    width: 124px;
    height: 65px;
    margin-right: 10px;
    margin-top: 380px;
  }
  header .main-word {
    width: 270px;
    height: 41px;
    margin-left: 3%;
    margin-top: 7%;
  }
}
@media (max-width: 370px) {
  header {
    height: 600px;
  }
  header .main-circle {
    width: 430px;
    height: 430px;
    top: -80px;
    left: -160px;
  }
  header .mino .ball {
    max-width: 50px;
    max-height: 50px;
    top: -5px;
    right: 80px;
  }
  header .mino .line {
    width: 528px;
    height: 200px;
    bottom: -20px;
  }
  header .main-logo img {
    width: 100px;
    height: 53px;
    margin-right: 15px;
    margin-top: 300px;
  }
  header .main-word {
    width: 228px;
    height: 35px;
    margin-left: 2%;
    margin-top: 7%;
  }
}
#about {
  background-color: #f2f2e8;
}
#about .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
#about .row .word {
  font-size: 1.125rem;
  line-height: 2rem;
  padding-right: 0px;
  width: 100%;
}
#about .row .word span {
  font-size: 1.25rem;
  font-weight: bold;
  color: #d70440;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #about .row .photo {
    width: 100%;
  }
}
#about .circle_line {
  position: absolute;
  left: -250px;
  bottom: -150px;
}
#about .circle_line img {
  max-width: 400px;
  max-height: 400px;
}
#about .circle_line:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: 80px;
  display: block;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 45%;
  -moz-animation: balling 20s infinite ease-out;
  -webkit-animation: balling 20s infinite ease-out;
  animation: balling 20s infinite ease-out;
}
@-moz-keyframes balling {
  0% {
    transform: translate(0%, 0%) rotateZ(0deg);
  }
  50% {
    transform: translate(0%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotateZ(360deg);
  }
}
@-webkit-keyframes balling {
  0% {
    transform: translate(0%, 0%) rotateZ(0deg);
  }
  50% {
    transform: translate(0%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotateZ(360deg);
  }
}
@keyframes balling {
  0% {
    transform: translate(0%, 0%) rotateZ(0deg);
  }
  50% {
    transform: translate(0%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotateZ(360deg);
  }
}
@media (max-width: 1199px) {
  #about .row .word {
    font-size: 1rem;
    padding-right: 0px;
    letter-spacing: -0.5px;
  }
  #about .row .word span {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  #about .row {
    flex-direction: column-reverse;
  }
  #about .row .word {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 5%;
  }
  #about .row .word span {
    font-size: 1.125rem;
  }
  #about .row .photo {
    width: 100%;
  }
  #about .circle_line {
    position: absolute;
    left: -80px;
    bottom: -80px;
  }
  #about .circle_line img {
    max-width: 300px;
    max-height: 300px;
  }
  #about .circle_line:after {
    right: -50px;
    bottom: 20px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 667px) {
  #about .circle_line {
    position: absolute;
    left: -80px;
    bottom: -80px;
  }
  #about .circle_line img {
    max-width: 200px;
    max-height: 200px;
  }
  #about .circle_line:after {
    right: -50px;
    bottom: 20px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 415px) {
  #about .circle_line {
    position: absolute;
    left: -50px;
    bottom: -50px;
  }
  #about .circle_line img {
    max-width: 150px;
    max-height: 150px;
  }
  #about .circle_line:after {
    right: -20px;
    top: 80px;
    width: 50px;
    height: 50px;
  }
  #about .row .word {
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-top: 5%;
  }
  #about .row .word span {
    font-size: 0.875rem;
  }
}
@media (max-width: 413px) {
  #about .row .word {
    font-size: 0.75rem;
    line-height: 1.4rem;
    margin-top: 5%;
  }
  #about .row .word span {
    font-size: 0.8rem;
  }
}
@media (max-width: 374px) {
  #about .row .word {
    font-size: 0.75rem;
    line-height: 1.3rem;
    letter-spacing: -1px;
    margin-top: 5%;
  }
  #about .row .word span {
    font-size: 0.8rem;
  }
}
@media (max-width: 359px) {
  #about .row .word {
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: -1px;
    margin-top: 5%;
  }
  #about .row .word span {
    font-size: 0.875rem;
  }
}

#winner {
  background-color: #d70440;
  overflow: visible;
  position: relative;
}
#winner .line_yellow {
  position: absolute;
  right: 100px;
  top: -120px;
}
#winner .line_yellow img {
  max-width: 192px;
  max-height: 195px;
}
#winner:before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background-color: rgba(242, 242, 232, 0.2);
  position: absolute;
  top: 45%;
  z-index: 1;
}
@media (max-width: 991px) {
  #winner:before {
    display: none;
  }
}
#winner .row .col-sm-6.col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px;
  margin-bottom: 30px;
}
#winner .row .slogan {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15%;
  font-size: 1.3rem;
  text-align: center;
}
#winner .row .slogan:before, #winner .row .slogan:after {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background-color: #fac505;
  position: absolute;
  top: 40%;
  z-index: 2;
}
#winner .row .slogan:before {
  left: -20px;
  transform: rotate(-20deg);
}
#winner .row .slogan:after {
  right: -20px;
  transform: rotate(20deg);
}
#winner .row .circleBox {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 15px rgba(51, 51, 51, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#winner .row .circleBox .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  height: 80%;
  text-align: center;
  z-index: 1;
}
#winner .row .circleBox .info .logo img {
  display: block;
  margin: 0 auto;
  max-width: 210px;
  max-height: 70px;
}
#winner .row .circleBox .info hr {
  border-top: 1px solid #eee;
  margin-top: 10px;
}
#winner .row .circleBox .info h3 {
  font-size: 1.625rem;
  color: #d70440;
  font-weight: bold;
  margin-bottom: 5%;
}
#winner .row .circleBox .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
}
#winner .row .circleBox .info ul li {
  margin-bottom: 10px;
}
#winner .row .circleBox .grayBg {
  display: block;
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
  transform: rotate(-30deg);
}
#winner .row .circleBox:after {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
  transform: rotate(-30deg);
}

@media (max-width: 1199px) {
  #winner .line_yellow {
    right: 50px;
    top: -100px;
  }
  #winner .line_yellow img {
    max-width: 162px;
    max-height: 165px;
  }
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  #winner .row .slogan {
    top: -18%;
    font-size: 1.0625rem;
  }
  #winner .row .circleBox .info {
    width: 85%;
  }
  #winner .row .circleBox .info .logo img {
    max-width: 180px;
    max-height: 60px;
  }
  #winner .row .circleBox .info hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #winner .row .circleBox .info h3 {
    font-size: 1.3rem;
  }
  #winner .row .circleBox .info ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  #winner .row .circleBox .info ul li {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  #winner .line_yellow {
    right: 20px;
    top: -80px;
  }
  #winner .line_yellow img {
    max-width: 132px;
    max-height: 135px;
  }
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 80px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }
  #winner .row .slogan {
    top: -18%;
    font-size: 1.125rem;
  }
  #winner .row .circleBox .info {
    width: 90%;
    height: 85%;
  }
  #winner .row .circleBox .info .logo img {
    max-width: 180px;
    max-height: 60px;
  }
  #winner .row .circleBox .info hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #winner .row .circleBox .info h3 {
    font-size: 1.3rem;
  }
  #winner .row .circleBox .info ul {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #winner .line_yellow {
    right: 20px;
    top: -80px;
  }
  #winner .line_yellow img {
    max-width: 132px;
    max-height: 135px;
  }
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 80px;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    width: 50%;
    float: left;
  }
  #winner .row .slogan {
    top: -16%;
    font-size: 1.0625rem;
  }
  #winner .row .slogan:before, #winner .row .slogan:after {
    width: 2px;
    height: 20px;
  }
  #winner .row .circleBox .info {
    width: 90%;
    height: 75%;
  }
  #winner .row .circleBox .info .logo img {
    max-width: 180px;
    max-height: 60px;
  }
  #winner .row .circleBox .info hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #winner .row .circleBox .info h3 {
    font-size: 1.3rem;
  }
  #winner .row .circleBox .info ul {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #winner .line_yellow {
    right: 20px;
    top: -60px;
  }
  #winner .line_yellow img {
    max-width: 92px;
    max-height: 95px;
  }
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    float: left;
  }
  #winner .row .slogan {
    top: -16%;
    font-size: 1rem;
  }
  #winner .row .slogan:before, #winner .row .slogan:after {
    width: 2px;
    height: 20px;
  }
  #winner .row .circleBox .info {
    width: 92%;
    height: 85%;
  }
  #winner .row .circleBox .info .logo img {
    max-width: 180px;
    max-height: 60px;
  }
  #winner .row .circleBox .info hr {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #winner .row .circleBox .info h3 {
    font-size: 1.125rem;
    margin-bottom: 3px;
  }
  #winner .row .circleBox .info ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  #winner .row .circleBox .info ul li {
    margin-bottom: 3px;
    font-size: 0.8125rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 479px) {
  #winner .line_yellow {
    right: 20px;
    top: -40px;
  }
  #winner .line_yellow img {
    max-width: 62px;
    max-height: 65px;
  }
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 65px;
    padding-right: 65px;
  }
  #winner .row .slogan {
    top: -16%;
    font-size: 1.125rem;
  }
  #winner .row .slogan:before, #winner .row .slogan:after {
    width: 2px;
    height: 20px;
  }
  #winner .row .circleBox .info {
    width: 90%;
    height: 70%;
  }
}
@media (max-width: 410px) {
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 55px;
    padding-right: 55px;
  }
  #winner .row .circleBox .info {
    width: 90%;
    height: 80%;
  }
}
@media (max-width: 374px) {
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
  }
  #winner .row .circleBox .info {
    width: 90%;
    height: 80%;
  }
}
@media (max-width: 359px) {
  #winner .line_yellow {
    right: 10px;
    top: -30px;
  }
  #winner .line_yellow img {
    max-width: 52px;
    max-height: 55px;
  }
  #winner .row .col-sm-6.col-md-4 {
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #winner .row .slogan {
    font-size: 1.0625rem;
  }
}
#what {
  background-color: #f2f2e8;
  overflow: visible;
}
#what .container .title {
  margin-bottom: 0%;
}
@media (max-width: 767px) {
  #what .container .title {
    margin-bottom: 0%;
  }
}
#what .container .download {
  padding: 5px 20px;
  overflow: hidden;
}
#what .container .download a {
  display: block;
  background-color: #d70440;
  padding: 2px 10px;
  float: right;
  color: #fff;
  border-radius: 10px;
  transition: 0.5s ease-out;
  border: 2px solid #f2f2e8;
}
#what .container .download a i {
  margin-left: 5px;
}
#what .container .download a:hover {
  background-color: #f2f2e8;
  border: 2px solid #d70440;
  color: #d70440;
}
@media (max-width: 767px) {
  #what .container .download {
    margin-top: -10px;
  }
  #what .container .download a {
    padding: 1px 3px;
    font-size: 0.7rem;
  }
  #what .container .download a i {
    margin-left: 2px;
  }
}
#what .container .num.js-change-num {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #what .container .num.js-change-num {
    text-align: right;
  }
}
#what .container .num.js-change-num .of {
  margin: 0 5px;
}
@media (max-width: 767px) {
  #what .container .num.js-change-num .of {
    margin: 0 2px;
  }
}
#what .container .num.js-change-num .enlarge {
  display: none;
}
@media (max-width: 767px) {
  #what .container .num.js-change-num .enlarge {
    float: left;
    display: inline-block;
  }
}

#article {
  background-color: rgba(215, 4, 64, 0.7);
  padding-bottom: 1%;
}
#article:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -50%;
  width: 150%;
  height: 100%;
  background-color: rgba(215, 4, 64, 0.7);
  transform: rotate(-25deg);
  z-index: -4;
}
#article:after {
  content: "";
  display: block;
  position: absolute;
  left: -80%;
  top: 30%;
  width: 200%;
  height: 200%;
  background-color: #d70440;
  transform: rotate(25deg);
  z-index: -3;
}
#article .container .area {
  position: relative;
}
#article .container .area .map {
  position: absolute;
  top: -80px;
  left: -220px;
}
#article .container .area .map img {
  z-index: -2;
  opacity: 0.3;
}
#article .container .area .icon {
  position: absolute;
  top: -100px;
  left: -50px;
  z-index: 1;
  -moz-animation: jumping 1s infinite alternate;
  -webkit-animation: jumping 1s infinite alternate;
  animation: jumping 1s infinite alternate;
}
#article .container .area .icon img {
  width: 50px;
  height: 70px;
}
@-moz-keyframes jumping {
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes jumping {
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jumping {
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
#article .container .row {
  margin-top: 10%;
}
#article .container .row a .squareBox {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
#article .container .row a .squareBox .photo {
  overflow: hidden;
}
#article .container .row a .squareBox .photo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1;
  transition: 1s ease;
}
#article .container .row a .squareBox .photo img {
  transition: 1s ease;
  transform: scale(1);
}
#article .container .row a .squareBox h4 {
  margin-top: 10px;
  color: #333;
  font-size: 1.2rem;
}
#article .container .row a .squareBox h4.ad {
  position: relative;
  padding-left: 20px;
}
#article .container .row a .squareBox h4.ad i {
  position: absolute;
  left: -2px;
  top: 0px;
  color: #d70440;
}
#article .container .row a:hover .squareBox .photo:before {
  background-color: rgba(51, 51, 51, 0);
}
#article .container .row a:hover .squareBox .photo img {
  transform: scale(1.1);
}
#article .container .row a:hover .squareBox h4 {
  color: #d70440;
}

@media (max-width: 1199px) {
  #article:before {
    top: -60%;
  }
  #article:after {
    left: -60%;
    top: 40%;
  }
  #article .container .area .map {
    top: -50px;
    left: -150px;
  }
  #article .container .area .icon {
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 1;
  }
  #article .container .area .icon img {
    width: 50px;
    height: 70px;
  }
  #article .container .row a .squareBox h4 {
    font-size: 1rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) {
  #article:before {
    top: -70%;
  }
  #article:after {
    left: -80%;
    top: 20%;
  }
  #article .container .area .map {
    top: -50px;
    left: -150px;
  }
  #article .container .area .map img {
    width: 500px;
    height: 250px;
  }
  #article .container .area .icon {
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 1;
  }
  #article .container .area .icon img {
    width: 35px;
    height: 49px;
  }
  #article .container .row {
    margin-top: 3%;
  }
  #article .container .row a .squareBox h4 {
    font-size: 1.20rem;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #article:before {
    top: -70%;
  }
  #article:after {
    left: -80%;
    top: 20%;
  }
  #article .container .area .map {
    top: -50px;
    left: -150px;
  }
  #article .container .area .map img {
    width: 500px;
    height: 250px;
  }
  #article .container .area .icon {
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 1;
  }
  #article .container .area .icon img {
    width: 35px;
    height: 49px;
  }
  #article .container .row {
    margin-top: 3%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #article .container .row .col-sm-6.col-md-4 {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  #article .container .row a .squareBox {
    padding: 15px;
  }
  #article .container .row a .squareBox h4 {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #article .container .row {
    margin-top: 3%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #article .container .row .col-sm-6.col-md-4 {
    width: 50%;
    float: left;
  }
  #article .container .row a .squareBox {
    padding: 15px;
  }
  #article .container .row a .squareBox h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 479px) {
  #article:before {
    top: -80%;
    right: 30%;
  }
  #article:after {
    left: -60%;
    top: -5%;
    transform: rotate(-25deg);
  }
  #article .container .row {
    margin-top: 3%;
    margin-left: 25px;
    margin-right: 25px;
  }
  #article .container .row a .squareBox {
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  #article .container .row a .squareBox .photo {
    flex: 2;
    margin-right: 10px;
  }
  #article .container .row a .squareBox h4 {
    margin-top: 0;
    flex: 1;
    font-size: 1rem;
    text-align: justify;
  }
}
@media (max-width: 360px) {
  #article .container .row {
    margin-top: 3%;
    margin-left: -10px;
    margin-right: -10px;
  }
  #article .container .row a .squareBox {
    padding: 15px;
    margin-bottom: 15px;
  }
  #article .container .row a .squareBox h4 {
    font-size: 1rem;
  }
}
#review {
  background-color: #d70440;
}
#review .reviewBox {
  display: flex;
}
#review .reviewBox .list {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
#review .reviewBox .list .nb {
  font-size: 3.75rem;
}
#review .reviewBox .list hr {
  margin-top: 5px;
  margin-bottom: 0px;
}
#review .reviewBox .list h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
#review .reviewBox .list ul {
  list-style: none;
}
#review .reviewBox .list ul li {
  width: 70%;
  margin-left: 15%;
  font-size: 1.125rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border: solid 1px #fff;
  color: #fff;
  transition: 0.5s ease;
}
#review .reviewBox .list ul li:hover {
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
#review .reviewBox .seven {
  flex: 1;
  background-color: #ea7865;
}
#review .reviewBox .seven ul li:hover {
  color: #ea7865;
  font-weight: bold;
}
#review .reviewBox .seven ul.Unlink li.last:hover {
  color: #fff;
  background-color: #ea7865;
  font-weight: normal;
}
#review .reviewBox .six {
  flex: 1;
  background-color: #9c769f;
}
#review .reviewBox .six ul li:hover {
  color: #9c769f;
  font-weight: bold;
}
#review .reviewBox .five {
  flex: 1;
  background-color: #75b1ac;
}
#review .reviewBox .five ul li:hover {
  color: #75b1ac;
  font-weight: bold;
}
#review .reviewBox .four {
  flex: 1;
  background-color: #f49541;
}
#review .reviewBox .four ul li:hover {
  color: #f49541;
  font-weight: bold;
}

@media (max-width: 1199px) {
  #review .reviewBox .list .nb {
    font-size: 3rem;
  }
  #review .reviewBox .list h4 {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #review .reviewBox .list .nb {
    font-size: 3rem;
  }
  #review .reviewBox .list h4 {
    font-size: 1.0625rem;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #review .reviewBox .list ul {
    list-style: none;
  }
  #review .reviewBox .list ul li {
    width: 90%;
    margin-left: 5%;
    font-size: 1rem;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #review .reviewBox .list .nb {
    font-size: 3rem;
  }
  #review .reviewBox .list h4 {
    font-size: 1.0625rem;
    height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #review .reviewBox .list ul {
    list-style: none;
  }
  #review .reviewBox .list ul li {
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #review .reviewBox .list {
    padding-left: 10px;
    padding-right: 10px;
  }
  #review .reviewBox .list .nb {
    font-size: 2rem;
  }
  #review .reviewBox .list h4 {
    font-size: 0.875rem;
    height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #review .reviewBox .list ul {
    list-style: none;
  }
  #review .reviewBox .list ul li {
    width: 100%;
    margin-left: 0;
    font-size: 0.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  #review {
    background-color: #d70440;
    padding-bottom: 45px;
  }
  #review .reviewBox {
    display: flex;
    flex-direction: column;
  }
  #review .reviewBox .list {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #review .reviewBox .list .nb {
    font-size: 3rem;
  }
  #review .reviewBox .list h4 {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #review .reviewBox .list ul {
    list-style: none;
  }
  #review .reviewBox .list ul li {
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  #review {
    padding-bottom: 20px;
  }
  #review .reviewBox .list {
    margin-left: 5px;
    margin-right: 5px;
  }
  #review .reviewBox .list .nb {
    font-size: 3rem;
  }
  #review .reviewBox .list h4 {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #review .reviewBox .list ul {
    list-style: none;
  }
  #review .reviewBox .list ul li {
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
  }
}
.photoBox {
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(0);
  background-color: #f2f2e8;
  opacity: 0;
  top: 0;
  z-index: 2000;
}
.photoBox .container {
  margin: 0px;
  padding: 0px;
}
.photoBox .container a.popupClose {
  z-index: 999;
  display: block;
  position: absolute;
  top: -80px;
  right: -50px;
  padding-left: 13px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.photoBox .container a.popupClose .top-line, .photoBox .container a.popupClose .bottom-line {
  width: 36px;
  height: 1px;
  position: absolute;
}
.photoBox .container a.popupClose .top-line {
  background: #333 !important;
  top: 29px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.photoBox .container a.popupClose .bottom-line {
  background: #333 !important;
  top: 29px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.photoBox-show {
  width: 100%;
  height: 100vh;
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 1335px) {
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
  .photoBox .container .slick-prev, .photoBox .container .slick-next {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 991px) {
  .photoBox .container a.popupClose {
    top: -60px;
    right: 0px;
  }
}
@media (min-width: 800px) and (max-width: 823px) {
  .photoBox .container {
    width: 60%;
  }
  .photoBox .container a.popupClose {
    top: -60px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .photoBox .container {
    width: 100%;
    max-width: 600px;
  }
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
}
@media (max-width: 730px) {
  .photoBox .container {
    width: 70%;
  }
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
  .photoBox .container a.popupClose .top-line, .photoBox .container a.popupClose .bottom-line {
    width: 25px;
  }
}
@media (max-width: 639px) {
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
}
@media (max-width: 479px) {
  .photoBox .container {
    width: 100%;
  }
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
  .photoBox .container a.popupClose .top-line, .photoBox .container a.popupClose .bottom-line {
    width: 25px;
  }
}
@media (max-width: 370px) {
  .photoBox .container a.popupClose {
    top: -50px;
    right: 0px;
  }
}
#footer {
  background-color: #f2f2e8;
  padding-top: 20px;
  text-align: center;
}
#footer p {
  padding: 0;
  margin: 0;
}
#footer .logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#footer .logo-area span {
  position: absolute;
  left: -50px;
  bottom: 0;
}
#footer .logo-area .smart {
  margin: 0 50px;
}
#footer .logo-area .smart img {
  width: 135px;
  height: 38px;
}
#footer .logo-area .others {
  margin: 0 50px;
}
#footer .logo-area .others img.t {
  width: 140px;
  height: 45px;
  margin-right: 30px;
}
#footer .logo-area .others img.b {
  width: 185px;
  height: 42px;
}
#footer hr {
  border-color: #ddd;
  width: 80%;
}
#footer .word-area {
  margin-bottom: 30px;
}
#footer .copyright {
  background-color: #666666;
}
#footer .copyright p {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  #footer hr {
    width: 95%;
  }
}
@media (max-width: 667px) {
  #footer p {
    font-size: 0.875rem;
  }
  #footer .logo-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 5%;
  }
  #footer .logo-area span {
    position: absolute;
    left: -50px;
    bottom: 0;
  }
  #footer .logo-area .smart {
    margin: 0 50px;
    margin-bottom: 20px;
  }
  #footer .logo-area .smart img {
    width: 107px;
    height: 30px;
  }
  #footer .logo-area .others {
    margin: 0 50px;
  }
  #footer .logo-area .others img.t {
    width: 100px;
    height: 30px;
    margin-right: 20px;
  }
  #footer .logo-area .others img.b {
    width: 132px;
    height: 30px;
  }
  #footer hr {
    width: 95%;
  }
  #footer .word-area {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .copyright {
    background-color: #666666;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .copyright p {
    font-size: 0.7rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 360px) {
  #footer p {
    font-size: 0.8rem;
  }
  #footer .logo-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 5%;
  }
  #footer .logo-area span {
    position: absolute;
    left: -50px;
    bottom: 0;
  }
  #footer .logo-area .smart {
    margin: 0 50px;
    margin-bottom: 20px;
  }
  #footer .logo-area .smart img {
    width: 90px;
    height: 25px;
  }
  #footer .logo-area .others {
    margin: 0 50px;
  }
  #footer .logo-area .others img.t {
    width: 83px;
    height: 25px;
    margin-right: 10px;
  }
  #footer .logo-area .others img.b {
    width: 110px;
    height: 25px;
  }
  #footer hr {
    width: 95%;
  }
  #footer .word-area {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .copyright {
    background-color: #666666;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .copyright p {
    font-size: 0.7rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #d70440;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
@media (max-width: 767px) {
  .slick-prev {
    left: -100px;
  }
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
@media (max-width: 767px) {
  .slick-next {
    right: -100px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slider {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slider {
    overflow: hidden;
    margin-top: 0;
  }
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide {
  background-color: #000;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

/* Back top */
.go-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  cursor: pointer;
  z-index: 999;
}
.go-top a {
  display: block;
  width: 50px;
  height: 50px;
}
.go-top a:before, .go-top a:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #d70440;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.go-top a:before {
  transform: rotate(45deg);
  right: 12px;
}
.go-top a:after {
  transform: rotate(-225deg);
  left: 12px;
}

.go-top:hover {
  background-color: #ff2155;
}
.go-top:hover a:before, .go-top:hover a:after {
  background-color: #f2f2e8;
}

@media (max-width: 767px) {
  .go-top {
    width: 40px;
    height: 40px;
  }
  .go-top a {
    width: 40px;
    height: 40px;
  }
  .go-top a:before {
    transform: rotate(45deg);
    right: 7px;
  }
  .go-top a:after {
    transform: rotate(-225deg);
    left: 7px;
  }
}
/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #d70440;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader div {
  width: 60px;
  height: 60px;
}
.loader div > div {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loader div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loader div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loader div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loader span {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@keyframes spin-a {
  0% {
    transform: rotate(90deg);
  }
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-b {
  0% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-c {
  0% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-d {
  0% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
