@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Londrina+Solid&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 16px;
  /* letter-spacing: 1px; */
  font-weight: 300;
}

img{
  width: 100%;
  max-width: 100%;
}

.foot {
  text-align: center;
  padding-bottom: 40px;
  background: #1e16b8;
  width: 100%;
}

.foot span {
  color: #bbe7ff;
  font-size: 12px;
}

.foot img{
  width: 87px;
}

.intro {
  background: #e9f9ff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.intro .ttl {
  background: url(../../img/LearningApp/subtitle_bg.svg) no-repeat center / auto 100%;
  height: 90px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 75px;
  margin-top: 60px;
}

.intro img {
  max-width: 750px;
  margin-top: 30px;
  width: 90%;
}

.intro > p {
  color: #4832e6;
  font-size: 22px;
  line-height: 34px;
  margin-top: 20px;
  font-weight: 500;
}

.intro ul {
  width: 90%;
  max-width: 700px;
  margin: 0 auto !important;
}

.intro li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.intro li img {
  border-radius: 50%;
  width: 110px;
}

.intro li p {
  color: #4832e6;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  width: 110px;
  line-height: 22px;
}

.intro li:nth-child(even) {
  flex-direction: row-reverse;
}

.intro li div:last-child {
  width: 100%;
  background: #fff;
  color: #656565;
  padding: 25px;
  font-size: 18px;
  text-align: left;
  -webkit-filter: drop-shadow(0 0 10px rgba(30, 22, 184, .2));
}

.intro li div {
  position: relative;
}

.intro li:nth-child(odd) div:last-child {
  border-radius: 15px 15px 15px 0;
  margin-left: 7%;
}

.intro li:nth-child(odd) div:last-child:before {
	content: '';
	width: 25px;
	height: 25px;
	background: url(../../img/LearningApp/dialog_left.svg) no-repeat center / 100% auto;
	position: absolute;
	bottom: 0;
	left: -20px;
}

.intro li:nth-child(even) div:last-child {
  border-radius: 15px 15px 0 15px;
  margin-right: 7%;
}

.intro li:nth-child(even) div:last-child:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../../img/LearningApp/dialog_right.svg) no-repeat center / 100% auto;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.download {
  background: #e9f9ff;
  text-align: center;
  padding-bottom: 80px;
}

.download a {
  display: inline-block;
  height: 50px;
  margin: 0 10px;
  transition: opacity .4s;
}

.download a:hover {
  opacity: .5;
}

.download a img {
  width: 150px;
}

.foot {
  padding-top: 40px;
}

.foot a {
  display: block;
  margin: 10px auto;
  transition: opacity .4s;
}

.foot a:hover {
  opacity: .5;
}

.carousel .indicators .indicator-item.active {
  background: #4832e6;
}

.carousel .indicators .indicator-item {
  border: 1px solid #4832e6;
}

.logo {
  width: 110px;
  display: block;
  margin: 0 auto 30px;
}

.downloadpage{
  position: relative;
  /* display: none; */
  overflow-x: hidden;
}

.downloadpage .topimg{
  height: 800px;
  position: relative;

  background: url(../../img/LearningApp/title-bg.png) no-repeat center center;
  background-size: cover;
}

.downloadpage .topimg > img{
  position: relative;
  z-index: 0;
}

.downloadArea {
	width: 100%;
	background: url(../../img/LearningApp/bg-wave-pink.png) no-repeat center top;
	background-size: cover;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-top: -10%;
  padding-bottom: 58%;
  height: 0;
}

.downloadTop{
  width: 100%;
  /* min-height: 500px; */
  /* background: url(../../img/LearningApp/shine.png) no-repeat center top / 100% auto; */
  background-size: contain;
  display: inline-block;
  /* margin-top: -10%; */
  padding-top: 10%;

  /* position: absolute;
  left: 50%;
  transform: translate(-50%,-50%); */
}

.downloadTop h1 {
  background-image: url(../../img/tutorjr_logo.svg);
  background-size: contain;
  width: 160px;
  height: 54px;
  margin: 0 auto;
  text-indent: -9999px;
  font-size: 20px;
  background-repeat: no-repeat;
}

.downloadTop > p{
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  padding: 20px 0 40px 0;
  line-height: 1.4;
}

.downloadJrApp{
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.Jrapp{
  margin: 0 10px;
}

.Jrapp a {
  display: block;
  width: 140px;
  margin: 0 auto;
  text-align: center;
}

.JrappIcon{
  display: inline;
  text-align: center;
}

.JrappIcon p{
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}

.JrappIcon a{
  display: inline-block;
  width: 40px;
  margin: 10px 4px;
}

.feature{
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

.dIntro{
  padding-top: 40px;
}

.dIntro .ttl{
  background: url(../../img/LearningApp/subtitle_bg.svg) no-repeat center / auto 100%;
  height: 90px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 75px;
}

.dIntro .intro{
  background-color: #fff;
}

.introOut {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  color: #464646;
}

.newIntro {
  width: 100%;
  text-align: left;
  color: #464646;
  display: flex;
  flex-direction: row;
}

.newIntro::after{
  display: block;
  content: '';
  clear: both;
}

.newIntro:nth-child(even) {
  flex-direction: row-reverse;
}

.newIntro img {
  max-width: 520px;
  width: 100%;
}

.newL {
  /* width: 50%;
  float: left; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
}

.newR {
  width: 40%;
  /* float: right; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
}

.newIntro h2 {
  color: #0000ff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

.newIntro p {
  color: #6d6d77;
  font-size: 17px;
}

.semi-circle {
  width: 100%;
	border-radius: 0 0 100% 100% ;
	height: 150px;
  background-color: #fff;
}

.UserFeedback{
  padding: 0 0 80px;
  background: linear-gradient(to bottom, #ffea8c, #ffefc6);
}

.parent{
  padding: 80px 0;
}

.parent .ttl {
  background: url(../../img/LearningApp/subtitle_bg.svg) no-repeat center / auto 100%;
  height: 90px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 75px;
}

#c2{
  width: 90%;
  max-width: 600px;
  margin: 40px auto 0 auto;
  min-height: 550px;
  text-align: center;
}

#c2 h3{
  color: #0000ff;
  font-size: 22px;
}

#c2 p{
  color: #6d6d77;
  font-size: 18px;
}

.downloadJrpad {
  width: 100%;
  height: auto;
  background: url(../../img/LearningApp/bg-wave-pink-2.png) no-repeat center top;
  text-align: center;
  padding: 16% 0 100px 0;
  background-size: cover;
}

.downloadJrpad .ttl{
  background: url(../../img/LearningApp/subtitle_bg.svg) no-repeat center / auto 100%;
  height: 90px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 75px;
  margin-bottom: 20px;
}

.downloadIcon img{
  width: 150px;
}

.downloadIcon a {
  display: inline-block;
  margin: 0 10px;
  transition: opacity .4s;
}

.padIconArea{
  display: flex;
  justify-content: center;
}

.padIcon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
}

.padIcon > div{
  display: flex;
  align-items: center;
  justify-content: center;
}

.padIcon a{
  display: block;
}

.padIcon p{
  font-size: 18px;
  padding: 20px 0;
}

.padIcon .icon_img{
  width: 100px;
  margin-right: 10px;
}

.padIcon .qrcode img{
  width: 100px;
  background-color: #ffffff;
  border-radius: 20px;
}

.padIcon .downloadIcon{
  display: flex;
  flex-direction: column;
}

/* .carousel {
	pointer-events: none;
} */

.carousel-item {
	pointer-events: initial;
}
