* { box-sizing: border-box; }
img { border: 0; vertical-align: bottom; }
*:focus, *:active { outline: 0; }
html { font-size: 16px; }
body { width: 100%; line-height: 1.5; font-size: 1rem; font-family: Montserrat, Arial, 'sans-serif', 'Microsoft JhengHei', '微軟正黑體'; overflow-x: hidden; }
ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:  url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src:  url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src:  url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src:  url("../fonts/montserrat/Montserrat-Black.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Black.woff") format("woff");
}

.editor img { max-width: 100%; height: auto; }

.editor .flex-type1 { display: flex; align-items: center; }

.editor .flex-type1 img { max-width: 60%; }

.editor .flex-type1 div { padding-left: 30px; }

.editor .flex-type2 { display: flex; align-items: center; flex-direction: row-reverse; }

.editor .flex-type2 img { max-width: 60%; }

.editor .flex-type2 div { padding-right: 30px; }

@media (max-width: 1199px) { .flex-type1 img { max-width: 40%; }
  .flex-type1 div { padding-left: 15px; }
  .flex-type2 img { max-width: 40%; }
  .flex-type2 div { padding-right: 15px; } }

@media (max-width: 767px) { .flex-type1, .flex-type2 { flex-wrap: wrap; justify-content: center; }
  .flex-type1 img, .flex-type2 img { max-width: 100% !important; }
  .flex-type1 div, .flex-type2 div { width: 100%; padding: 10px 0 0 !important; } }

/* ---- 追加 20220927 編輯器 ---- */

/* Partners and Collaborations */
.edit-partners .box:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: #e0e0e0 solid 1px;
}
.edit-partners .ti {
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #8cbd50;
	font-weight: 600;
}
.edit-partners .pic {
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
}
.edit-partners .pic > div {
	display: flex;
  flex-direction: column;
	justify-content: center;
	position: relative;
	margin: -1px 0 0 -1px;
	width: 20%;
}
.edit-partners .pic > div .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 5px;
  width: 100%;
  min-height: 145px;
  text-align: center;
  border: #ddd solid 1px;
  background-color: #fff;
}
.edit-partners .pic > div img {
  max-width: 100%;
}
.edit-partners .pic > div a {
  display: block;
  margin: 10px 0;
  padding: 0 5px;
  width: 100%;
  min-height: 45px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.edit-partners .pic > div:hover a {
  color: #8cbd50;
}
@media (max-width: 1079px) {
	.edit-partners .pic > div {
		width: 25%;
  }
}
@media (max-width: 767px) {
	.edit-partners .pic > div {
		width: 33.333%;
  }
  .edit-partners .pic > div .img {
    padding: 15px 5px;
    height: 115px;
  }
  .edit-partners .ti {
		font-size: 1.45rem;
	}
}
@media (max-width: 575px) {
	.edit-partners .pic > div {
		width: 50%;
  }
  .edit-partners .pic > div a {
    font-size: 14px;
  }
}

/* Therapeutic area */
.edit-therapeutic .intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}
.edit-therapeutic .intro .pic {
  width: 46%;
  max-width: 690px;
  border-radius: 500px;
  overflow: hidden;
}
.edit-therapeutic .intro .pic img {
  width: 100%;
}
.edit-therapeutic .intro .txt {
  padding-left: 2.5vw;
  width: calc(100% - 46%);
}

.edit-therapeutic .list {
  margin: 50px 0;
}
.edit-therapeutic .item {
  padding: 30px 40px 40px;
  border-radius: 6px;
  background-color: #fff;
}
.edit-therapeutic .item:not(:last-child) {
  margin-bottom: 20px;
}
.edit-therapeutic .item .name {
  margin-bottom: 15px;
  font-size: 1.45rem;
  color: #207638;
  font-weight: 600;
}
.edit-therapeutic .item .name i {
  display: inline-block;
  margin: -4px 10px 0 0;
  width: 45px;
  height: 45px;
  vertical-align: middle;
}
.edit-therapeutic .item .name i img {
  width: 100%;
  height: auto;
}
.edit-therapeutic .item .box {
  padding: 0 10px;
  border: #ddd solid 1px;
  border-radius: 4px;
}
.edit-therapeutic .item .box:not(:last-child) {
  margin-bottom: 10px;
}
.edit-therapeutic .item .ti {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 1.05rem;
  color: #121212;
  font-weight: 500;
  cursor: pointer;
}
.edit-therapeutic .item .ti span {
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 8px;
  height: 8px;
}
.edit-therapeutic .item .ti span::before,
.edit-therapeutic .item .ti span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #666;
  transform: translate(-50%, -50%);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.edit-therapeutic .item .ti span::before {
  width: 1px;
  height: 100%;
}
.edit-therapeutic .item .ti span::after {
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(180deg);
}
.edit-therapeutic .item.open .ti span::before {
  display: none;
}
.edit-therapeutic .item.open .ti span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.edit-therapeutic .item .txt {
  display: none;
  margin-bottom: 12px;
  padding: 15px 10px 15px 30px;
  border-top: #e0e0e0 solid 1px;
  border-radius: 6px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .edit-therapeutic .intro .txt {
    line-height: 2;
  }
}

@media (max-width: 1079px) {
  .edit-therapeutic .list {
    margin-bottom: 20px;
  }
  .edit-therapeutic .item {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 991px) {
  .edit-therapeutic .intro .pic {
    margin: 0 auto;
    width: 100%;
  }
  .edit-therapeutic .intro .txt {
    padding: 15px 0 0 0;
    width: 100%;
  }

  .edit-therapeutic .list {
    margin: 30px 0 0;
  }
  .edit-therapeutic .item {
    padding: 12px 15px 18px;
  }
  .edit-therapeutic .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .edit-therapeutic .item .name {
    font-size: 1.25rem;
  }
  .edit-therapeutic .item .ti {
    padding-left: 20px;
  }
  .edit-therapeutic .item .ti span {
    left: 5px;
  }
  .edit-therapeutic .item .txt {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .edit-therapeutic .item .name {
    margin-bottom: 5px;
    font-size: 1.15rem;
  }
  .edit-therapeutic .item .box:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* Clinical trials */
.edit-trials {
  margin: 0 auto;
  max-width: 1280px;
}
.edit-trials .intro {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.edit-trials .intro span {
  font-size: 1.6rem;
  color: #8cbd50;
  font-weight: 600;
}
.edit-trials .intro a {
  color: #80b63d;
}
.edit-trials .intro a:hover {
  text-decoration: underline;
}
.edit-trials .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
}
.edit-trials .list .item {
  margin-bottom: 15px;
  padding: 45px 50px 50px;
  width: 48.5%;
  border-radius: 6px;
  background-color: #fff;
}
.edit-trials .item .name {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  color: #207638;
  font-weight: 600;
  border-bottom: #ddd solid 1px;
}
.edit-trials .item .name::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 3px;
  background-color: #8cbd50;
}
.edit-trials .item .name i {
  display: inline-block;
  margin: -4px 20px 0 0;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.edit-trials .item .name i img {
  width: 100%;
  height: auto;
}
.edit-trials .item ul li {
  position: relative;
  padding-left: 30px;
}
.edit-trials .item ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #207638;
}
.edit-trials .item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.edit-trials .item ul li a {
  color: #333;
}
.edit-trials .item ul li a:hover {
  color: #80b63d;
  text-decoration: underline;
}
@media (max-width: 1079px) {
  .edit-trials .list {
    margin: 50px 0 30px;
  }
  .edit-trials .list .item {
    padding: 40px 30px 50px;
  }
  .edit-trials .item .name {
    padding-bottom: 15px;
    font-size: 1.45rem;
  }
  .edit-trials .item .name::after {
    width: 55px;
  }
}
@media (max-width: 991px) {
  .edit-trials .item .name {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .edit-trials .intro span {
    font-size: 1.15rem;
  }
  .edit-trials .list {
    margin: 20px 0 0;
  }
  .edit-trials .list .item {
    margin-bottom: 15px;
    padding: 20px 20px 25px;
    width: 100%;
  }
  .edit-trials .item .name {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.15rem;
  }
  .edit-trials .item .name::after {
    width: 45px;
  }
  .edit-trials .item .name i {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .edit-trials .item ul li {
    padding-left: 25px;
  }
}

/* Supporting Publications */
.edit-publica {
  margin-bottom: 50px;
}
.edit-publica .box {
  padding: 40px 70px;
  border-radius: 6px;
  background-color: #fff;
}
.edit-publica .box:not(:last-child) {
  margin-bottom: 15px;
}
.edit-publica .headline {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #207638;
  font-weight: 600;
  border-bottom: #8cbd50 solid 4px;
}
.edit-publica .box .item {
  padding: 20px 15px;
}
.edit-publica .box .item:not(:last-child) {
  border-bottom: #ddd solid 1px;
}
.edit-publica .box .item:nth-child(odd) {
  background-color: #f8f8f8;
}
.edit-publica .item .name {
  position: relative;
  padding-left: 15px;
  font-size: 1.05rem;
  color: #000;
  font-weight: 500;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.edit-publica .item .name a {
  color: #000;
}
.edit-publica .item .name a:hover,
.edit-publica .box .item:hover .name {
  color: #8cbd50;
}
.edit-publica .item .name::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #207638;
}
.edit-publica .item .data {
  padding: 5px 0 0 15px;
  color: #999;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.edit-publica .box .item:hover .data {
  color: #333;
}
@media (max-width: 1279px) {
  .edit-publica .box {
    padding: 40px;
  }
}
@media (max-width: 1079px) {
  .edit-publica {
    margin-bottom: 20px;
  }
  .edit-publica .headline {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .edit-publica {
    margin-bottom: 0;
  }
  .edit-publica .box {
    padding: 20px;
  }
  .edit-publica .headline {
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .edit-publica .headline {
    font-size: 1.15rem;
  }
}

/* ---- 追加 20220929 編輯器 ---- */
.edit-development .cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.edit-development p {
	font-size: 1.0625rem;
	line-height: 2;
}
.edit-development .cont-1 .text {
	width: 60%;
	margin-right: 60px;
}
.edit-development .cont-1 .img {
	width: calc(40% - 60px);
}
.edit-development .img img {
	max-width: 100%;
	height: auto;
}

.edit-development .cont-2 {
  margin-bottom: 50px;
	background-color: #f1f1f1;
	padding: 70px;
}
.edit-development .cont-2 .tibox {
	color: #207638;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 26px;
	font-weight: 600;
	text-align: center;
}
.edit-development .cont-2 .text-center {
	text-align: center;
	font-size: 1.0625rem;
	line-height: 2;
	margin: 0;
	padding: 0 13%;
}
.edit-development .cont-2 .info-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.edit-development .cont-2 .info-wrap .box {
	width: 45%;
	background-color: #fff;
  padding: 45px 20px;
  border-radius: 9999px;
  text-align: center;
}
.edit-development .cont-2 .info-wrap .box p {
	margin: 0 0 10px;
	letter-spacing: 0;
}
.edit-development .cont-2 .info-wrap .box .name {
	color: #80b63d;
	font-size: 1.6rem;
	font-weight: 500;
}
.edit-development .cont-2 .info-wrap .box .name small {
	display: block;
	font-size: 1.0625rem;
	color: #207638;
	font-weight: normal;
}
.edit-development .cont-2 .info-wrap .box .name::after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #207638;
	display: block;
	margin: 10px auto 0;
}
@media (max-width: 1079px) {
	.edit-development .cont-2 .text-center {
		padding: 0;
	}
	.edit-development .cont-2 .info-wrap .box {
		width: 47%;
		padding: 30px 50px;
  	border-radius: 10px;
  	margin: 10px;
  	text-align: left;
  	box-sizing: border-box;
	}
	.edit-development .cont-2 .info-wrap .box .name::after {
		margin: 10px 0 0;
	}
}
@media (max-width: 991px) {
	.edit-development .cont-1 .text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.edit-development .cont-1 .img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.edit-development .cont-2 {
    margin-bottom: 0;
		padding: 50px;
	}
	.edit-development .cont-2 .tibox {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.edit-development .cont-2 .info-wrap {
		margin-top: 30px;
	}
	.edit-development .cont-2 .info-wrap .box {
		width: 100%;
		padding: 20px 40px;
	}

}
@media (max-width: 767px) {
	.edit-development p {
		line-height: 1.75;
    font-size: 1rem;
	}
	.edit-development .cont-2 {
		padding: 40px 20px;
	}
	.edit-development .cont-2 .tibox {
		font-size: 1.5rem;
	}
	.edit-development .cont-2 .info-wrap {
		margin-top: 20px;
	}
}

/* about - Our Company */
.about-text-with-img {
  display: flex;
}
.about-text-with-img .img { width: calc(50% - 60px); height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 999px; }

.about-text-with-img .text { width: 50%; margin-left: 60px; padding: 0 15px; }

.about-text-with-img .text p { line-height: 2; font-size: 1.0625rem; margin: 0; }

.about-text-with-img .text .mb-30 { margin-bottom: 30px; }

.about-text-with-img .text .text-title-black { font-size: 1.6rem; color: #207638;}

.about-text-with-img .text .text-title-thin { font-size: 1.6rem; color: #739b42;}

.about-text-with-img.g-flex-justify-end .text { margin-left: 0; margin-right: 60px; }

.about-text-center { max-width: 1100px; text-align: center; margin: 100px auto 75px; }

.about-text-center p { line-height: 2; font-size: 1.0625rem; margin: 0; }

.about-text-center .mb-30 { margin-bottom: 30px; }

.about-text-center .text-title { font-size: 1.8rem; color: #207638; }

@media (max-width: 991px) {
  .about-text-with-img .img { width: 100%; max-width: 400px; height: 240px; margin: auto; }
  .about-text-with-img .text { width: 100%; margin: 20px 0 0; padding: 0; text-align: center; }
  .about-text-center { margin: 40px auto; } }

@media (max-width: 767px) {
  .about-text-with-img .text p { line-height: 1.75; font-size: 1rem; }
  .about-text-with-img .text .text-title-black { font-size: 1.5rem; }
  .about-text-with-img .text .text-title-thin { font-size: 1.5rem; }
  .about-text-center p { line-height: 1.75; font-size: 1rem; }
  .about-text-center .text-title { font-size: 1.25rem; }
}

/* 2022.07.19 */
.about-text-center { max-width: 1200px; }

.about-text-with-img.g-flex-justify-end .text { margin-left: 60px; margin-right: 0; }

@media (max-width: 991px) {
  .about-text-with-img.g-flex-justify-end .text { margin-left: 0; }
}

/* ---- about concept center ---- */
.about-text-center { max-width: 1500px; }
.about-text-center .img img { max-width: 100%; height: auto;}
.about-text-center .img.pc { display: block; }
.about-text-center .img.mb { display: none; }
@media (max-width: 991px) {
  .about-text-center .img.pc { display: none; }
  .about-text-center .img.mb { display: block; }
}


/* ---- Antroquinonol ---- */
.antroq-t-wrap {
  position: relative;
  padding: 50px 0 40px;
  margin-bottom: 60px;
}
.antroq-t-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 75%;
  height: 100%;
  border-radius: 9999px 1000px 1000px 9999px;
  background: #ffffff;
  content: '';
}
.antroq-t-wrap .antroq-area {
  display: flex;
  position: relative;
  margin: auto;
  padding: 0 20px;
  max-width: 1300px;
  width: 90%;
}
.antroq-t-wrap .antroq-area .bgimg {
  width: 14.583%;
  height: 0;
  padding-bottom: 14.0625%;
  background: url(../images/index-news-bg-l.png) center no-repeat;
  background-size: cover;
  top: 50%;
  left: -13%;
  position: absolute;
  z-index: 1;
}
.antroq-t-wrap .antroq-area .img {
  width: calc(40% - 60px);
}
.antroq-t-wrap .antroq-area .img img {
  max-width: 100%;
  height: auto;
}
.antroq-t-wrap .antroq-area .text {
  margin-left: 60px;
  padding: 3% 0;
  width: 60%;
}
.antroq-t-wrap .antroq-area .text ol {
  list-style: none;
  counter-reset: li;
}
.antroq-t-wrap .antroq-area .text ol li {
  position: relative;
  margin: 0;
  padding: 3% 5px 3% 50px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  counter-increment: li;
}

.antroq-t-wrap .antroq-area .text ol li::after {
  position: absolute;
  top: 25%;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #8cbd50;
  content: '';
}
.antroq-t-wrap .antroq-area .text ol li::before {
  content: counter(li);
  color: #fff;
  display: block;
  width: 32px;
  display: block;
  position: absolute;
  top: 28%;
  left: 0px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 991px) {
  .antroq-t-wrap::before {
    width: 100%;
    border-radius: 50px;
  }
  .antroq-t-wrap .antroq-area .bgimg {
    display: none;
  }
  .antroq-t-wrap .antroq-area .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .antroq-t-wrap .antroq-area .text {
    width: 100%;
    margin-left: 0;
  }

}

.antroq-text-with-img {
  display: flex;
  padding-bottom: 60px;
}
.antroq-text-with-img .img { width: calc(50% - 60px); height: 400px; border-radius: 999px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.antroq-text-with-img .text.order { order: -1; margin-left: 0; margin-right: 60px;}
.antroq-text-with-img .text {margin-left: 60px; padding: 0 15px;  width: 50%; }
.antroq-text-with-img .text p {margin: 0; font-size: 1.0625rem;  line-height: 2; }
.antroq-text-with-img .text p a { color: #80b63d; text-decoration: underline; }
.antroq-text-with-img .text p a:hover { color: #207638; text-decoration: underline; }
.antroq-text-with-img .text .mb-30 { margin-bottom: 30px; }
.antroq-text-with-img .text .text-title-black {color: #207638; letter-spacing: 1px; font-size: 1.6rem; font-weight: 600; line-height: 1.5; }
.antroq-text-with-img.g-flex-justify-end .text {margin-right: 60px;  margin-left: 0; }
@media (max-width: 991px) {
  .antroq-text-with-img .text.order { order: 0; }
  .antroq-text-with-img .img { width: 100%; max-width: 400px; height: 240px; margin: auto; }
  .antroq-text-with-img .text { width: 100%; margin: 20px 0 0; padding: 0; text-align: center; }
  .antroq-text-center { margin: 40px auto; }
}
@media (max-width: 767px) {
  .antroq-text-with-img .text p { line-height: 1.75; font-size: 1rem; }
  .antroq-text-with-img .text .text-title-black { font-size: 1.5rem; }
}

/* 2023.03.08 */
.about-center-text {
  width: 100%;
  max-width: 1130px;
  text-align: center;
  margin: 0 auto 40px;
}
.about-text-with-img .text .text-title-green {
  font-size: 1.8rem;
  color: #207638;
  font-weight: 600;
}
.about-center-text p.text-tips,
.about-text-with-img .text p.text-tips,
p.text-tips-ti, p.tips {
  color: #739b42;
  font-size: 1.125rem;
  margin: 10px 0;
}
p.text-tips-ti {
  font-size: 1.25rem;
}
.about-text-list ul {
  padding-left: 25px;
}
.about-text-list li {
  list-style: auto;
  padding-left: 3px;
}
.about-text-list li::marker {
  font-size: 1.25em;
}
.about-gap {
  margin: 5% auto 30px;
}
.text-img {
  margin-bottom: 3%;
}
.text-img img {
  max-width: 100%;
  height: auto;
}
.text-img .img.mb {
  display: none;
}
.about-sub-title {
  color: #207638;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.about-list-ti {
  font-size: 1.25rem;
  display: block;
}
.about-list-ti strong {
  color: #739b42;
}
.about-text-list p {
  margin-bottom: 20px;
}
.about-column {
  font-size: 0;
  margin-top: 5%;
}
.about-column .ti {
  color: #999;
  font-size: 0.75rem;
}
.about-column .item {
  display: inline-block;
  width: calc(100% / 3);
  font-size: 0.75rem;
  color: #999;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .about-column .item {
    width: calc(100% / 2);
  }
  .text-img .img.mb {
    display: block;
  }
  .text-img .img.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-sub-title,
  .about-text-with-img .text .text-title-green,
  .about-list-ti {
    font-size: 1.125rem;
  }
  p.text-tips-ti {
    font-size: 1rem;
  }
  .about-column .item {
    display: block;
    width: 100%;
  }
}

.pipeline.about {
  margin: 15px auto 50px;
  padding: 25px;
  max-width: 1500px;
  border-radius: 0;
  background: #fff;
}
.pipeline .note {
  font-size: .8rem;
  color: rgba(0,0,0,.75);
  text-align: right;
}
.pipeline.about .box {
  position: relative;
  padding: 20px;
  border: #e0e0e0 solid 3px;
  border-radius: 0;
  background-color: #F6F6F6;
  overflow-y: hidden;
  overflow-x: auto;
}
.pipeline .box::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  width: 35px;
  height: 32px;
  opacity: 0;
  background: url(../images/touch_icon_mb.png) no-repeat 0 0;
  background-size: cover;
}
.pipeline .box.need-scroll::after {
  opacity: 1;
}
.pipeline .box::-webkit-scrollbar {
  height: 8px;
}
.pipeline .box::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pipeline .box::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
}
.pipeline .box:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.pipeline table {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pipeline table thead th {
  position: relative;
  padding: 15px 0;
  font-weight: 600;
  text-align: center;
}
.pipeline table .wrap {
  margin: 0 5px;
  padding: 8px 15px;
  font-size: 0.9rem;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}
.pipeline table thead th .mb {
  display: none;
}
.pipeline table thead th .column-bg {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 3000px;
  border-right: #ddd 1px solid;
}
.pipeline table tbody  {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pipeline table tbody tr:nth-child(even) {
  position: relative;
}
.pipeline table tbody td {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.pipeline table .ti {
  position: relative;
  z-index: 2;
  margin: 20px 0 10px;
  font-size: 1.15rem;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.pipeline table tbody td .progress-con:nth-child(odd) {
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: rgba(255,255,255,.6);
}

@media (min-width: 1024px) {
  .progress-con .item {
    width: 0;
  }
  .progress-con .item {
    -webkit-animation: ani-bar .85s forwards;
            animation: ani-bar .85s forwards;
  }
}

@media (max-width: 1365px) {
  .pipeline {
    padding: 30px 40px 40px;
  }
}
@media (max-width: 1279px) {
  .pipeline {
    padding: 15px 20px 20px;
  }
  .pipeline table th .ti {
    font-size: 1.25rem;
  }

  #popup-detail .ti {
    padding-bottom: 5px;
  }
}
@media (max-width: 1079px) {
  .pipeline {
    padding: 10px;
  }
  .pipeline .box {
    padding: 15px 10px 5px;
  }

  .pipeline table .wrap,
  .progress-con .item .progress-txt {
    font-size: .8rem;
  }
  .pipeline table .wrap {
    margin: 0 2px;
    padding: 6px 10px;
  }
  .pipeline table thead th {
    padding: 0 0 10px;
  }
  .pipeline table th .ti {
    margin: 10px 0 5px;
    font-size: 1.15rem;
  }
  .progress-con .item .bar {
    font-size: .9rem;
  }
}
@media (max-width: 991px) {
  .pipeline {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pipeline table thead th .pc {
    display: none;
  }
  .pipeline table thead th .mb {
    display: block;
  }
  .progress-con .progress-txt {
    position: absolute;
    top: 45%;
    right: 0;
    padding: 0 5px;
  }
}
@media (max-width: 575px) {
  .pipeline .note {
    margin-bottom: 5px;
  }
  .pipeline table {
    width: 600px;
  }
  .pipeline table th {
    white-space: nowrap;
  }
  .pipeline table thead th .column-bg {
    height: 450px;
  }
  .pipeline table th .ti {
    margin: 5px 0 2px;
    font-size: 1.02rem;
  }
  .progress-con .item .bar {
    padding: 0 5px;
    height: 25px;
    font-size: .8rem;
    white-space: nowrap;
    line-height: 25px;
  }
  .progress-con .item .bar span {
    border-top-width: 12px;
    border-left-width: 12px;
    border-bottom-width: 13px;
  }
}