.main-title,
.about__title,
.about__less,
.aboutus__title,
.unique__title,
.support__title {
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 0.15em;
}

.sub-title,
.about__button > a,
.support__cyto .cyto__name,
.support__compo .compo__name {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.15em;
}

.text,
.aboutus__text,
.unique__text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.support-text,
.support__cyto .cyto__text,
.support__compo .compo__text {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.about {
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
}

.about__title {
  padding: 120px 0 120px 0;
}

.about__less {
  margin-bottom: 120px;
}

.about__button {
  padding-bottom: 120px;
}

.about__button > a {
  color: white;
  text-decoration: none;
  position: relative;
}

.about__button > a::after {
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid blue;
  position: absolute;
  bottom: 3px;
  left: 105%;
}

.aboutus {
  background-image: url("../images/taipei_night.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  text-align: center;
}

.aboutus__inner {
  width: 300px;
  margin: auto auto;
}

.aboutus__title {
  color: white;
  padding: 70px 0 50px 0;
  margin-bottom: 0;
}

.aboutus__text {
  line-height: 2.5;
  color: white;
  margin-bottom: 0;
}

.unique {
  background-color: #9e9e9e;
}

.unique__inner {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.unique__title {
  padding: 40px 0 30px 0;
  margin-bottom: 0;
}

.unique__title > span {
  margin-right: 15px;
}

.unique__title > span:nth-child(2) {
  margin-right: 0px;
}

.unique__title > span:last-child {
  margin-right: 0px;
}

.unique__text {
  line-height: 2.5;
}

.support__inner {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.support__title {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.support__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background-color: #9f1f1f;
  left: 110px;
}

.support__cyto .cyto__photo > img {
  width: 100%;
}

.support__compo .compo__photo > img {
  width: 100%;
}

.support__compo .compo__name {
  margin-bottom: 0px;
}

.support__compo .compo__channel {
  font-size: 12px;
  font-weight: 200;
}

.support__compo .compo__youtube {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

@media (max-width: 360px) {
  .main-title,
  .about__title,
  .about__less,
  .aboutus__title,
  .unique__title,
  .support__title {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 0.15em;
  }
  .sub-title,
  .about__button > a,
  .support__cyto .cyto__name,
  .support__compo .compo__name {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.15em;
  }
  .text,
  .aboutus__text,
  .unique__text {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .support-text,
  .support__cyto .cyto__text,
  .support__compo .compo__text {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .aboutus {
    height: 520px;
  }
  .aboutus__inner {
    width: 260px;
  }
  .aboutus__title {
    padding: 50px 0 30px 0;
  }
  .aboutus__text {
    line-height: 50px;
  }
  .unique__inner {
    width: 260px;
  }
  .unique__text {
    line-height: 50px;
  }
}

@media (min-width: 601px) {
  .main-title,
  .about__title,
  .about__less,
  .aboutus__title,
  .unique__title,
  .support__title {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .sub-title,
  .about__button > a,
  .support__cyto .cyto__name,
  .support__compo .compo__name {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .text,
  .aboutus__text,
  .unique__text {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 0.15em;
  }
  .support-text,
  .support__cyto .cyto__text,
  .support__compo .compo__text {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .about__button > a::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid blue;
    bottom: 5px;
  }
  .aboutus {
    height: 520px;
  }
  .aboutus__inner {
    width: 450px;
  }
  .aboutus__title {
    padding: 60px 0 40px 0;
  }
  .aboutus__text {
    line-height: 50px;
  }
  .unique .mb-br {
    display: none;
  }
  .unique__inner {
    width: 450px;
  }
  .unique__title > span:nth-child(2) {
    margin-right: 15px;
  }
  .unique__text {
    line-height: 50px;
  }
  .support__inner {
    width: 450px;
  }
  .support__title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .support__compo {
    margin-top: 40px;
  }
  .support__compo .compo__youtube {
    height: 300px;
  }
}

@media (min-width: 961px) {
  .main-title,
  .about__title,
  .about__less,
  .aboutus__title,
  .unique__title,
  .support__title {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .sub-title,
  .about__button > a,
  .support__cyto .cyto__name,
  .support__compo .compo__name {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .text,
  .aboutus__text,
  .unique__text {
    font-size: 27px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
	
	.about__button > a::after {
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid blue;
  position: absolute;
  bottom: 10px;
  left: 105%;
}
	
  .support-text,
  .support__cyto .cyto__text,
  .support__compo .compo__text {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .about__title {
    margin-bottom: 0;
  }
  .aboutus__inner {
    width: 800px;
  }
  .aboutus__text {
    line-height: 65px;
  }
  .unique__inner {
    width: 800px;
  }
  .unique__text {
    line-height: 65px;
  }
}
