/* BASICS */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font-weight: lighter;
	font-family: 'Noto Sans TC', sans-serif;
}
.social-box{
	margin-bottom: 16px;
}
.content {
	width: 100%;
}
@media (min-width: 576px) {
	.content {
        position: relative;
        width: 530px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .content {
        position: relative;
        width: 720px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .content {
        position: relative;
        width: 900px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .content {
        position: relative;
        width: 1150px;
        margin: 0 auto;
    }
}
.content {
    padding-left: 0px;
    padding-right: 0px;
}
.inactive-link {
   pointer-events: none;
   cursor: default;
}

/* Nav Bar */ 
.nav{
	background-color: black;
}
.brand-logo{
	height: 35px;
	margin: auto 0px;
}
@media (min-width: 992px) {
	.nav-item{
		margin: 0px 10px;
	}
}

.center{
      text-align: center;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}



/* Product Image */
.landing{
      padding-top: 50px;
      padding-bottom: 0px;
}
.landing .image_area{
      text-align: center;
	  padding: 0px;
}
.landing .product_image{
	width: 90%;
}
@media (min-width: 576px) {
      .landing .product_image{
		width: 500px;
	}
}
@media (min-width: 768px) {
	.landing .product_image{
		width: 700px;
	}
}
@media (min-width: 992px) {
      .landing .product_image{
		width: 720px;
	}
}
@media (min-width: 1200px) {
      .landing .product_image{
		width: 900px;
	}
}	





/* Intro Texts */
.intro{
	text-align: center;
	background: #FFF;/*008080;*/
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.intro .divider_box{
      width: 100%;
      text-align: center;
      height: 100px;
}

/* 直接針對 h1 與 h3 設定 */
.intro .text_box h1 {
      font-size: clamp(1.8rem, 4vw, 2.8rem); /* 螢幕小於時維持 1.8rem，隨寬度自動調整，最大 3rem */
      line-height: 1.2;
}

.intro .text_box h3 {
      font-size: clamp(1.2rem, 2.5vw, 1.6rem);
      line-height: 1.4;
}

.intro .text_box .ch_title {
      font-size: clamp(1.2rem, 1.8vw, 1.4rem);
      line-height: 1.4;
      text-align: left; /* 文字置左對齊 */
      font-weight: bold; /* 設定粗體 */
}

.intro .text_box p strong {
      font-weight: 700 !important;
}

.intro .danger-list {
      text-align: left;
}

/*
.intro .text_box{
	width: 100%;
	font-size: 100%;
	margin: 0 auto;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
      .intro .text_box{
            width: 800px;
            font-size: 100%;
            display: inline-block;
            color: #000;
            text-align: center;
      }
}
@media (min-width: 1200px) {
      .intro .text_box{
            width: 900px;
            font-size: 100%;
            display: inline-block;
            color: #000;
            text-align: center;
      }
}
*/

.intro .text_box p{
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: left;
}
.intro .red_text{
      font-size: 140%;
      color: #F04155;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
}
.intro .title_text{
      font-size: 120%;
      color: #000;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 0px;
}

/* Free */
.free{
	text-align: center;
	padding-bottom: 50px;
}

/* Buy */
.buy .title{
	font-size: 160%;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.buy .subtitle{
	font-size: 80%;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}


.more_button {
  border: 1px solid #F04155;
  background-color: transparent;
  color: #F04155;
  padding: 14px 28px;
  font-size: 100%;
  cursor: pointer;
}

.more_button:hover {
  background-color: #F04155;
  color: white;
}

.footer{
      background-color: #eeeeee;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 50px;
      padding-right: 50px;
      text-align: center;
}
.footer .social_icon_box{
      text-decoration: none;
}
.footer .social_icon{
      margin-left: 5px;
      margin-right: 5px;
      border: none;
      width: 50px;
}
.footer .copyright{
      margin-top: 10px;
      margin-bottom: 0px;
}



.buy{
      margin-top: 0px;
      margin-bottom: 50px;
      text-align: center;
}

.buy .title_text_box{
      margin-bottom: 30px;
}

.buy .buy_box{
      margin-bottom: 30px;
}

.buy .title_text{
      font-size: 144%;
      color: #000;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 0px;
}

.buy_button{
      height: 120px;
}

.buy .grid-2{
      padding-left: 200px;
      padding-right: 200px;
}

/*.buy .buy_box{
      width: 30%;
}
*/

.grid-2 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.grid-2-reverse {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.free_articles{
      /*background: #000;*/
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      padding-left: 100px;
      padding-right: 100px;
      background-image: url('web_img/bg_grass.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}

.free_articles .section_title{
      font-size: 144%;
      color: #FFF;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 50px;
}

.free_articles .free_button_image{
      width: 100px;
}

.free_articles .free_title_box{
      padding-top: 20px;
}

.free_articles .free_title{
      color: #FFF;
      font-size: 120%;
      font-weight: bold;
}

.free_articles a{
      text-decoration: none;
}


/* About */
.about{
      color: #000;
	  padding: 50px 20px;
      background-image: url('web_img/about_bg_3.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}
.about .section_title{
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 50px;
}
.about h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.about .center{
      margin-bottom: 20px;
	  text-align: center;
}
.about .story_text p{
      font-size: 16px;
}
.about .founder_image{
      width: 50%;
}
.about .grid-2{
      margin-top: 30px;
}
@media (min-width: 576px) {
	.about .section_title{
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.about .section_title{
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	.about .section_title{
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	
}
.about .content {
	width: 100%;
	padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 768px) {
    .about .content {
        position: relative;
        width: 745px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .about .content {
        position: relative;
        width: 970px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .about .content {
        position: relative;
        width: 1170px;
        margin: 0 auto;
    }
}


.awards{
      padding-top: 50px;
      padding-bottom: 50px;
      background: #F2F2F2;
      text-align: center;
      align-items: center;
      justify-content: center;
      margin: 0px;
}
.awards .grid-box{
      margin: 0px;
      width: 50%;
      display: inline-block;
}
.awards .image_box{
      text-align: center;
      /*height: 250px;*/
}
.awards .image{
      max-width:70%;
      /*max-height:100%;*/
      /*vertical-align: middle;*/
}

@media(max-width: 842px) {

      .grid-3, .grid-2 {
          grid-template-columns: 1fr;
      }

      .grid-2-reverse {
            grid-template-columns: 1fr;
      }
      
      .grid-2-reverse div:nth-child(1) {
         grid-row: 2;
      }
      
      .grid-2-reverse div:nth-child(2) {
         grid-row: 1;
      }

      /*
      .logo{
            position: fixed;
            top: 0;
            
            margin-top: 16px;
            margin-top: calc((92px - 35px)*0.5);
      }
      */

      .buy .grid-2{
            padding-left: 20px;
            padding-right: 20px;
      }

      .buy .title_text{
            font-size: 120%;
      }

      .free_articles .section_title{
            font-size: 120%;
            color: #FFF;
            font-weight: bold;
            margin-top: 0px;
            margin-bottom: 50px;
      }

      .about .section_title{
            font-size: 120%;
      }

      .awards{
            padding-top: 50px;
            padding-bottom: 50px;
            background: #F2F2F2;
      }
      .awards .grid-2{
            grid-gap: 50px;
      }
      .awards .grid-box{
            margin: 0px;
            width: 100%;
            display: inline-block;
      }
      .awards .grid-3{
            grid-gap: 50px;
            grid-template-columns: 1fr;
      }
      .awards .grid-3 div:nth-child(1) {
         grid-row: 3;
      }
      .awards .grid-3 div:nth-child(3) {
         grid-row: 1;
      }
      .awards .image_box{
            text-align: center;
            /*height: 250px;*/
      }
      .awards .image{
            max-width:50%;
            /*max-height:100%;*/
            /*vertical-align: middle;*/
      }
}
