*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  color: #333333;
  font-size: 16px;
  min-width: 320px;
  overflow-x: hidden;
  background-color: #fff;
}

.cp-tips,
.cp-tips-ie10 {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p,
.cp-tips-ie10 p {
  margin: 0;
}

.cp-tips a,
.cp-tips-ie10 a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close,
.cp-tips-ie10 .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before,
.cp-tips-ie10 .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after,
.cp-tips-ie10 .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

.cp-tips-ie10 {
  display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cp-tips-ie10 {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px;
}

.text-center {
  text-align: center;
}

.text-hidden {
  text-indent: -9999px;
  height: 0;
}

.text-justify {
  text-align: justify;
}

.d-block {
  display: block;
}

.container {
  width: 1000px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row>[class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row.smmargin {
  margin-left: -5px;
  margin-right: -5px;
}

.row.smmargin>[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-7 {
  width: 58.34%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-9 {
  width: 75%;
}

.row .col-12 {
  width: 100%;
}

.all-content {
  position: relative;
  font-size: 1.32em;
  /* overflow-x: hidden; */
}

.n_header {
  width: 90%;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
}

.n_header img {
  width: 124px;
  height: 40px;
  margin: 0 auto;
}


.login {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 0 0 0;
}

.login p{
  font-size: 16px;
  display: inline;
  padding: 0 10px;
}

.login a {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 4px 10px;
  background-color: #fff;
}


.mm_pop {
  position: relative;
  width: 800px;
  max-width: 95%;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #000;
  font-size: .9em;
  color: #434343;
  padding: 20px 20px;
  border-radius: 20px;
  text-align: center;
}

.mm_pop .gift{
  padding: 10px 0;
}

.mm_pop .gift p {
  font-size: 16px;
  color: #208ce7;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.mm_pop a {
  text-decoration: underline;
}

.mm_pop h3 {
  font-size: 28px;
  padding: 20px 0 ;
  font-weight: bold;
  color: #000;
}

.mm_pop h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px;
  background-color: #f7d55d;
  border-radius: 10px;
  border: 1px solid #000;
  display: inline-block;
  margin: 20px 0 10px 0;
}


.mm_pop h4{
  color: #0d8f7b;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 10px 0;
}

.mm_pop p b{
  font-size: 18px;
}

.mm_pop p {
  font-size: 15px;
  line-height: 1.6;
}

.mm_pop a.tempo_go{
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 40px;
  margin: 4px;
  background-color: #88ca36;
  border: 1px solid #428d0f;
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
}

.mm_pop a.tempo_go:hover{
  background-color: #428d0f;
}


.mm_pop ul {
  width: 90%;
  margin: 0 auto;
}

.mm_pop ul li {
  line-height: 1.6;
  list-style: disc;
  margin-left: 2%;
}

.mm_pop ul li p {
  text-align: left;
  padding-bottom: 10px;
  color: #4f4f4f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph; /*IE9*/
  -moz-text-align-last:justify; /*Firefox*/
  -webkit-text-align-last:justify; /*Chrome*/
}

.mm_pop ul li p.list_title {
  text-align: left;
  padding-bottom: 4px;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

.pop_invite{
  background-color: #f3f7eb;
  border-radius: 10px;
  padding: 4% 0;
  max-width: 500px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.invite{}

.invite p{
  font-size: 18px;
  padding: 0 0 10px 0;
  color: #0d8f7b;
}

.invite a{
  display: inline-block;
  width: 50px;
  margin: 0 4px;
}

.vote_img{
  max-width: 240px;
  margin: 20px auto 0 auto;
}

/* kv_section */


.kv_bg_s {
  position: absolute;
}

.kv1 {
  width: 10%;
  height: 35%;
  background: url(../images/top_bg_1.png) no-repeat center center;
  background-size: contain;
  left: 25%;
  top: 0;
}

.kv2 {
  width: 10%;
  height: 26%;
  background: url(../images/top_bg_2.png) no-repeat center center;
  background-size: contain;
  left: -5%;
  bottom: 0;
}

.kv3 {
  width: 14%;
  height: 100%;
  background: url(../images/top_bg_3.png) no-repeat center center;
  background-size: contain;
  bottom: -10%;
  right: -5%;
}

.kv4 {
  width: 5%;
  height: 18%;
  background: url(../images/top_bg_4.png) no-repeat center center;
  background-size: contain;
  top: 2%;
  right: 20%;
}

.kv5 {
  width: 18%;
  height: 36%;
  background: url(../images/top_bg_5.png) no-repeat center center;
  background-size: contain;
  top: 25%;
  left: 8%;

  -webkit-animation: hr 2s linear infinite;
  animation: hr 2s linear infinite;
}

.kv6 {
  width: 12%;
  height: 36%;
  background: url(../images/top_bg_6.png) no-repeat center center;
  background-size: contain;
  top: 20%;
  right: 18%;
  -webkit-animation: hr2 2s linear infinite;
  animation: hr2 2s linear infinite;
}

.kv7 {
  width: 12%;
  height: 36%;
  background: url(../images/Joystick.gif) no-repeat center bottom;
  background-size: contain;
  bottom: 0%;
  left: 10%;
  z-index: 9;
}

.kv8 {
  width: 12%;
  height: 36%;
  background: url(../images/vote.gif) no-repeat center bottom;
  background-size: contain;
  bottom: 0%;
  right: 10%;
  z-index: 9;
}


@-webkit-keyframes hr {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes hr {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes hr2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes hr2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes str {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes str {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes str2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes str2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}


.kv_section {
  background: url(../images/top_bg_0.png) no-repeat center center #fffaed;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 5%;
}

.kv_section .kv_con_top {
  background-color: #fff;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  border: 1px solid #000000;
  text-align: left;
  background-color: #ec5175;
  position: relative;
  z-index: 9;
}

.kv_section .kv_con_top img {
  width: 124px;
  padding: 10px 0 10px 20px;
}

.kv_section .kv_con {
  text-align: center;
  border: 1px solid #000000;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  max-width: 1000px;
  width: 90%;
  margin: -1px auto 0 auto;
  position: relative;
  z-index: 9;
  padding-top: 40px;
}

.kv_section h1 {
  display: block;
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
}

.kv_section h2 {
  padding-top: 20px;
}

.kv_section h2 span {
  display: inline-block;
  background-color: #ec5175;
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 4px;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  border: 1px solid #000;
}

.kv_section .kv_text {
  font-size: 22px;
  padding-top: 20px;
  color: #4f4f4f;
  display: inline-block;
  position: relative;
  width: 90%;
  margin:  0 auto 20px auto;
  line-height: 1.4;
}

.kv_section .kv_text::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #f7d55d;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
}


.kv_section .kv_text span {
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

.kv_section .kv_time {
  font-size: 20px;
  color: #ec5175;
  margin-bottom: 20px;
}

.kv_section .kv_total {
  display: block;
  margin: 0 0 -30px 0;
}

.kv_section .kv_total>div {
  padding: 4px 30px;
  border-radius: 8px;
  color: #4f4f4f;
  font-size: 20px;
  display: inline-block;
  background-color: #fff3f3;
  border: 1px solid #000000;
}

.kv_section .kv_total p {
  color: #ec5175;
  font-size: 36px;
  display: inline;
  margin-left: 10px;
}

.kv_section .badge {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #000000;
  padding: 14px 20px;
  border-radius: 40px;
  color: #ec5175;
  font-weight: bold;
}

.kv_section .badge.kv_right {
  right: -10%;
  bottom: 38%;
  -webkit-animation: str 2s linear infinite;
  animation: str 2s linear infinite;
}

.kv_section .badge.kv_left {
  left: -4%;
  top: 10%;
  -webkit-animation: str2 2s linear infinite;
  animation: str2 2s linear infinite;
}

/* timeline_section */


.timeline_section {
  background-color: #fffaed;
  padding-bottom: 4%;
}

.timeline_con {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #000000;
  padding: 20px 2%;
  border-radius: 20px;
  position: relative;
}

.timeline_con::after {
  content: '';
  position: absolute;
  background-color: #b4caeb;
  width: 100%;
  height: 1px;
  left: 0;
  top: 27%;
}

.timeline_box {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.timeline_box a.event_btn{
  display: block;
  width: 136px;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  background-color: #f7d55d;
  border: 1px solid #aa7e52;
  margin-top: 10px;
  color: #aa7e52;
  margin: 10px auto;
}


.timeline_section h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 40px 0 10px 0;
}

.timeline_section .time {
  font-size: 20px;
}

.timeline_section .point {
  font-size: 14px;
  background-color: #208ce7;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  z-index: 9;
}

.timeline_section .state {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 4px 0;
}

.timeline_section .state img {
  width: 20px;
}

.timeline_section .direction {
  font-size: 16px;
}



a.p_notes {
  display: inline-block;
  color: #208ce7;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 0;
  margin-top: 20px;
  border-bottom: 1px solid #208ce7;
}

/* portfolio_section */

.portfolio_section {
  padding: 2% 0;
}

.portfolio_con {}

.portfolio_section h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 40px 0 20px 0;
  position: relative;
  display: inline-block;
}

.portfolio_section h2::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 29px;
  background-image: url(../images/title_trophy.png);
  left: -40px;
  bottom: 26px;
  background-size: contain;
}


.portfolio_section h2::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 29px;
  background-image: url(../images/title_trophy.png);
  right: -40px;
  bottom: 26px;
  background-size: contain;
}


.portfolio_con .col-4 {
  margin-bottom: 40px;
}

.portfolio_con .por_img {
  max-width: 360px;
  border-radius: 10px;
  border: 1px solid #000000;
  overflow: hidden;
  margin-bottom: 10px;
}

.portfolio_con h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  line-height: 1.2;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio_con .por_name {
  font-size: 14px;
}

.portfolio_con .por_name span {
  color: #4f4f4f;
  display: inline-block;
  padding: 0 6px;
}

.portfolio_con .por_count {
  font-size: 14px;
}

.portfolio_con .por_count span {
  font-size: 24px;
  color: #ec5175;
  display: inline-block;
  padding: 0 10px;
}

.portfolio_con .por_vote {
  padding: 10px 0;
}


.portfolio_con .por_vote a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 10px;
  margin: 4px;
  cursor: pointer;
}

.portfolio_con .por_vote a.play {
  border: 1px solid #54b2b4;
  color: #54b2b4;
}

.portfolio_con .por_vote a.play:hover {
  background-color: #54b2b4;
  color: #fff;
}

.portfolio_con .por_vote a.Vote {
  background-color: #ec5175;
  border: 1px solid #a91437;
  color: #fff;
}

.portfolio_con .por_vote a.Vote:hover{
  background-color: #a91437;
}

/* explore_section */

.explore_section {
  background-image: url(../images/explore_bg_2.png), url(../images/explore_bg_1.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-color: #fffaed;
  padding: 2% 0;
}

.explore_con{
  padding: 20px 0;
}

.explore_con p{
  font-size: 22px;
}

.explore_con span {
  font-size: 28px;
  font-weight: bold;
}

.explore_con a {
  display: inline-block;
  width: 300px;
  padding: 10px 0;
  background-color: #88ca36;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #428d0f;
  margin-top: 20px;
  font-size: 24px;
  text-decoration: none;
}

.explore_con a:hover{
  background-color: #428d0f;
}


/* invite_section */
.invite_section{
  padding: 40px 0;
  background-color: #f3f7eb;
}

.footerthis{
  font-size: 14px;
  overflow: hidden;
  background: #212121;
  padding: 20px 0;
  text-align: center;
  color: #8e8e8e;
}

@media only screen and (max-width: 1200px) {
  .kv_section .badge{
    display: none;
  }
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .kv1{
    width: 20%;
    left: 10%;
    display: none;
  }

  .kv2{
    width: 20%;
    bottom: 20%;
  }

  .kv3{
    top: 0;
    width: 24%;
    right: -10%;
  }

  .kv4{
    width: 14%;
    display: none;
  }

  .kv5{
    width: 28%;
    left: 0;
  }

  .kv7 {
    width: 22%;
    height: 24%;
    left: 0;
  }

  .kv8{
    width: 22%;
    height: 24%;
    right: 0;
  }

  .kv_section .kv_con_top img{
    width: 100px;
  }
  .timeline_box{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: left;
    margin: 0 0 10px 0;
  }
  .timeline_con .col-4{
    width: 100%;
  }

  .timeline_con::after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 23%;
  }

  .timeline_box > div{
    width: 70%;
    text-align: left;
    padding-left: 2%;
  }

  .timeline_section .time{
    max-width: 200px;
    width: 20%;
    text-align: center;
    padding: 0 4%;
    line-height: 1;
  }

  .timeline_section .direction{
    padding-left: 26px;
  }


  .timeline_box a.event_btn{
    display: block;
    width: 136px;
    padding: 6px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    background-color: #f7d55d;
    border: 1px solid #aa7e52;
    margin-top: 10px;
    color: #aa7e52;
    margin: 0;
    margin-top: 10px;
  }

  .portfolio_con .col-4{
    width: 50%;
  }

  .explore_section{
    background-image: url(../images/explore_bg_2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 150px auto;
    padding: 2% 2% 14% 2%;
  }

}



@media only screen and (max-width: 650px) {
  .n_header img{
    width: 80px;
    height: auto;
  }
  .n_header{
    display: flex;

  }

  .kv_section .kv_text{
    font-size: 18px;
  }
  .kv_section .kv_text span{
    font-size: 20px;
  }
  .kv_section h2{
    padding-top: 10px;
  }

  .kv_section h2 span{
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .kv_section .kv_time{
    font-size: 16px;
  }
  .kv_section .kv_total>div{
    font-size: 16px;
  }
  .kv_section .kv_total p{
    font-size: 20px;
  }
  .kv_section .kv_total{
    margin: 0 0 -20px 0;
  }

  /* timeline_section */
  .timeline_section h2{
    font-size: 24px;
  }

  /* portfolio_con */
  .portfolio_section h2{
    font-size: 24px;
  }

  .portfolio_con h3{
    font-size: 16px;
    height: 42px;
  }
  .portfolio_con .por_vote{
    padding-top: 0;
  }

  .portfolio_con .por_count span{
    font-size: 20px;
  }

  /* explore_con */

  .explore_con p{
    font-size: 16px;
  }

  .explore_con span {
    font-size: 18px;
  }

  .explore_con a{
    font-size: 18px;
  }

  /* mm_pop */

  .mm_pop h3 {
    font-size: 24px;
  }

  .mm_pop .vote_img{
    max-width: 180px;
  }

  .invite p{
    font-size: 16px;
  }

  .invite a{
    width: 40px;
  }

}

@media only screen and (max-width: 420px) {
  .kv7 {
    bottom: -6%;
  }
  .kv8{
    bottom: -6%;
  }

  .timeline_con::after {
    left: 24%;
  }
}
