.index {
  position: relative;
  max-width: 1200px;
  margin: 0px auto; }

.title {
  color: #033065;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px; }

.bg-blue {
  padding: 30px 0;
  background-color: #032357;
  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; }

.countDown {
  width: 90%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #011432;
  border: 2px solid #CF223E;
  border-radius: 10px;
  padding: 20px; }
  .countDown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.countDown-text {
  text-align: center;
  margin-right: 20px; }
  .countDown-text h2 {
    color: #FFFFFF;
    font-size: 2vw;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px; }
  .countDown-text p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    background-color: #F5B22F;
    padding: 8px 10px;
    border-radius: 32px; }

.countDown-time {
  margin-right: 16px; }
  .countDown-time span {
    color: #143175;
    font-size: 40px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #CF223E;
    border-radius: 4px;
    padding: 10px; }
  .countDown-time p {
    color: #F5B22F;
    font-size: 24px;
    font-weight: bold;
    margin-left: 8px; }

.timeFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0; }

.star-content {
  width: 48%; }
  .star-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .star-content p {
    font-size: 16px;
    text-align: center; }

.star-text {
  width: 49%; }
  .star-text h4 {
    font-size: 28px;
    color: #033065;
    margin: 0;
    margin-bottom: 8px; }
  .star-text p {
    font-size: 16px;
    color: #011129;
    margin: 0;
    line-height: 2; }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news li {
    width: 32.5%;
    margin-bottom: 12px; }
    .news li p {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5; }

.news-img-01,
.news-img-02,
.news-img-03,
.news-img-04,
.news-img-05,
.news-img-06 {
  height: 226px;
  border-radius: 16px;
  margin-bottom: 8px; }

.news-img-01 {
  background-image: url("../img/news-001.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.news-img-02 {
  background-image: url("../img/news-002.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.news-img-03 {
  background-image: url("../img/news-003.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.news-img-04 {
  background-image: url("../img/news-004.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.news-img-05 {
  background-image: url("../img/news-005.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.news-img-06 {
  background-image: url("../img/news-006.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.intro ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.intro-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 48%;
  background-color: #3C3B3B;
  border-radius: 20px 20px 0 0; }

.intro-tab-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.intro-logo {
  width: 179px;
  margin-right: 8px; }

.intro-icon {
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.intro-title.active {
  background-color: #011432;
  padding: 12px; }

.intro-content {
  width: 100%;
  padding: 50px 0;
  background-color: #011432;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid #C61F2E;
  display: none; }

.intro-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #011432; }

.funIcon {
  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;
  width: 80%; }

.funIcon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .funIcon-img img {
    width: 50px;
    height: 50px;
    margin: 0 4px; }

.intro-text {
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px; }
  .intro-text strong {
    color: #C61F2E;
    font-size: 24px; }
  .intro-text p {
    color: #FFFFFF;
    line-height: 2; }

.bg-gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E7E7E7;
  padding: 20px 0;
  margin-top: 80px; }

.partner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px; }
  .partner-group p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
    font-weight: bold;
    color: #062242; }

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .partner li {
    margin: 10px; }
  .partner .rectangle-00 {
    width: 120px; }
  .partner .rectangle-01 {
    width: 100px; }
  .partner .rectangle-02 {
    width: 150px; }
  .partner .rectangle-03 {
    width: 180px; }
  .partner .rectangle-04 {
    width: 80px; }

@media screen and (max-width: 768px) {
  .index {
    width: 92%;
    margin: 0 auto; }
  .title {
    font-size: 32px; }
  .bg-gray {
    padding: 20px 0; }
  .countDown {
    display: block;
    width: 90%; }
  .countDown-text {
    margin-bottom: 16px; }
    .countDown-text h2 {
      font-size: 36px; }
    .countDown-text p {
      display: inline-block; }
  .countDown-time span {
    font-size: 32px;
    padding: 8px; }
  .countDown-time p {
    font-size: 16px; }
  .star {
    padding: 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .star-img-01,
  .star-img-03 {
    display: none; }
  .star-img-02 {
    width: 100%;
    background-position: top; }
  .star-content {
    width: 48%; }
    .star-content p {
      font-size: 16px; }
  .star-text {
    width: 48%; }
    .star-text h4 {
      font-size: 24px;
      margin: 0;
      margin-bottom: 10px; }
  .news li {
    width: 49%; }
    .news li p {
      font-size: 16px; }
  .intro-title {
    padding: 8px 0;
    border-radius: 8px 8px 0 0; }
  .intro-text {
    width: 100%; }
  .intro-logo {
    width: 100px;
    margin-right: 4px; }
  .intro-icon {
    width: 57px;
    height: 47px; }
  .intro-content {
    display: none;
    padding: 40px 0;
    border-bottom: 5px solid #C61F2E; }
  .intro-content.active {
    background-color: #011432; }
  .funIcon {
    margin-top: 30px; }
    .funIcon ul {
      margin-right: 20px; }
  .intro-text strong {
    font-size: 18px; }
  .intro-text p {
    font-size: 14px; } }

@media screen and (max-width: 414px) {
  .countDown {
    display: block;
    padding: 9px; }
  .bg-gray {
    padding: 18px 0; }
  .title {
    font-size: 24px; }
  .countDown-text {
    margin-bottom: 12px; }
    .countDown-text h2 {
      font-size: 24px; }
    .countDown-text p {
      font-size: 14px;
      padding: 4px 8px; }
  .countDown-time {
    margin-right: 8px; }
    .countDown-time span {
      padding: 4px; }
    .countDown-time p {
      font-size: 12px;
      margin: 4px; }
  .timeFrame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .star {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .star-content {
    width: 90%; }
    .star-content p {
      font-size: 12px; }
  .star-text {
    width: 90%;
    margin-bottom: 12px; }
    .star-text h4 {
      font-size: 22px;
      text-align: center; }
  .news li {
    width: 100%; }
    .news li p {
      font-size: 14px; }
  .intro-logo {
    width: 80px; }
  .intro-icon {
    display: none; }
  .intro-content {
    display: none;
    padding: 20px 0; }
  .funIcon ul {
    display: none; } }
