body {
  /*background-image: url("https://image.ibb.co/de6JzG/bitmap_1_1.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: 'Roboto', 'Noto Sans TC', 'Arial', 'Microsoft JhengHei', 'Helvetica', sans-serif;
}

/* back-to-top */
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  border-radius: 60px;
  background: #63a7dc;
  border: none;
  cursor: pointer;
  opacity: 100%;
  transition: 0.5s all;
  z-index: 998;
}
.back-to-top:hover {
  background: #007bc7;
  bottom: 1.3rem
}
.hidden {
  opacity: 0%;
}
.back-to-top-icon {
  width: 48px;
  height: 47px;
  color: #FFF;
  padding-left: 1px;
}
/* back-to-top */

/* 錨點動態 */
html{
  scroll-behavior: smooth;
}

/*input文字*/
::placeholder {
  font-size: 15px;
  color: #000;
}

/*input背景*/
input:focus {
  background: rgba(0, 0, 0, 0.0);
}

/*共用*/
.sect {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
}
.gap-150 {
  padding-top: 150px;
}
.gap-120 {
  padding-top: 115px;
}
.gap-90 {
  padding-top: 90px;
}
.gap-60 {
  padding-top: 60px;
}
.gap-50 {
  padding-top: 40px;
}
.gap-30 {
  padding-top: 30px;
}
.font-bold {
  font-weight: 700;
}
.font-blue {
  font-weight: 700;
  color: #007bc7;
}
.font-orange {
  font-weight: 700;
  color: #f8b430;
}
.max920 {
  max-width: 920px;
}
.row {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.row_margin {
  margin-top: 50px;
  display: flex;
}
.row_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #5a6978;
  margin: 20px 0;
}
.row_subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1px;
  color: #007bc7;
  margin: 0px auto;
  width: 90%;
}
.row_subtitle.link_subtitle {
  background-color: #007bc7;
  color: #FFF;
  width: fit-content;
  text-align: left;
  padding: 2px 6px 2px 13px;
  margin: 20px 0;
}
.row_title.text_white, .row_subtitle.text_white {
  color: #FFF;
}
.row p {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
  color: #000;
}
.row p.grid_text {
  padding: 15px 0;
  line-height: 26px;
}
p.emph {
  background: #eee;
  text-align: center;
  padding: 2px 0;
  margin: 10px 0;
}
.text-left {
  width: 100%;
  text-align: left;
}
.motto {
  width: 77%;
  font-size: 27px;
  line-height: 42px;
  text-align: center;
  color: #5a6978;
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #5a6978;
  border-bottom: 1px solid #5a6978;
}
.btn {
  font-size: 15px;
  background-color: #63a7dc;
  border-radius: 20px;
  padding: 10.5px 25px 9px;
  color: #fff;
  box-shadow: 0px 18px 13px -6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btn:hover {
  box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0.2);
  background-color: #007bc7;
  color: #fff;
}
.youtube-rwd {
  position: relative;
  padding-bottom: 60%;
  padding-top: 0px;
  height: 0;
  max-height: 322px;
  overflow: hidden;
}
.youtube-rwd iframe, .youtube-rwd object, .youtube-rwd embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}

.kv-btn {
  width: fit-content;
  border: 1px solid #FFF;
  border-radius: 20px;
  background-color: inherit;
  box-shadow: 0px 18px 13px -6px rgba(0, 0, 0, 0);
}
.kv-btn:hover {
  border: 1px solid #007bc7;
  background-color: #007bc7;
  box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0);
}
.kv-btn a {
  color: #fff;
}
.pic-text {
  font-size: 15px;
  line-height: 22px;
  color: #666;
}
.separate-p {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-rule: 1px solid #333333;
  column-rule: 1px solid #333333;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 20px auto;
  padding: 0;
}
/*共用*/

.KSP_list {
  display: flex;
}
.KSP_left {
  width: 46.5%;
  border-right: 1px solid #5a6978;
}
.KSP_left .row_title {
  text-align: right;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin: 2px 40px 0 0;
}
.KSP_right {
  width: 53.5%;
}
.KSP_right .row_subtitle {
  text-align: left;
  line-height: 38px;
  color: #808b9a;
  margin: 0;
  margin-left: 35px;
}
.icon_yes{
  display: inline-block;
  color: #5a6978;
  position: relative;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  vertical-align: -5px;
  opacity: 1;
}
.icon_yes::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 15px;
  height: 4px;
  background: currentColor;
  transform: rotate(45deg);
}
.icon_yes::after{
  content: "";
  position: absolute;
  right: 9px;
  top: 7px;
  margin-left: 0px;
  width: 4px;
  height: 20px;
  background: currentColor;
  transform: rotate(45deg);
}

/*最新消息內頁*/
.news_page_photo {
  background: url(../images/cover7.jpg) center;
  background-attachment: fixed;
  height: 50vh;
  background-size: cover;
  z-index: -1;
}
.news_page_box {
  background-color: #FFF;
  width: 50%;
  min-height: 160px;
  margin-top: -160px;
  padding: 25px 20px 20px;
}
.news_page_box h1 {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  border-left: 8px solid #63a7dc;
  padding-left: 20px;
  margin: 0 0 10px -20px;
}
.news_page_box .news_page_info {
  margin-left: 10px;
  padding: 0;
}
.news_page_content {
  width: 60%;
  margin-left: 7%;
}
.news_page_content h2 {
  width: 100%;
  text-align: justify;
}
.news-pic-box {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 20px;
}
.news-pic {
  height: 400px;
  background: url(../images/cover7.jpg) center center no-repeat;
  margin-bottom: 6px;
}
/*最新消息內頁end*/

.service_wrap {
  display: flex;
  align-items: center;
}
.service_left {
  width: 35%;
}
.service_left img {
  width: 100%;
}
.service_right {
  width: 65%;
}

/*得人論壇內頁*/
.forum_page_wrap {
  display: flex;
}
.forum_page_left {
  width: 33%;
  margin-top: 10px;
  z-index: -1;
}
.forum_page_left .forum_page_box {
  width: 30%;
  max-width: 380px;
  position: fixed;
}
.forum_page_left h1 {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.forum_page_left h2 {
  width: 99%;
  text-align: left;
  margin: 20px 0 -10px;
  padding: 0;
}
.forum_page_box p.forum_page_info {
  width: 100%;
}
.forum_page_right {
  width: 65%;
  padding-left: 30px;
  border-left: 1px solid #000;
}
.forum_page_right h2 {
  width: 100%;
  text-align: justify;
}
.forum-pic-box {
  width: 80%;
  max-width: 800px;
  margin: 10px auto 20px;
}
.forum-pic-box.forum-pic-first {
  width: 100%;
}
.forum-pic-box .forum-first-pic {
  height: 400px;
  border-radius: 10px;
  background: url(../images/cover7.jpg) center center no-repeat;
  margin-bottom: 33px;
}
.forum-pic-box .forum-pic {
  height: 350px;
  background: url(../images/cover7.jpg) center center no-repeat;
  margin-bottom: 6px;
}
/*得人論壇內頁end*/

/*活動內頁*/
.Event_page_leftphoto {
  background: url(../images/cover7.jpg) center;
  filter: brightness(0.8);
  height: 50vh;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 1024px) {
 .Event_page_leftphoto {
  width: 40.5%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
 }
}
@media (min-width: 80em) {
 .Event_page_leftphoto {
    width: 50%;
 }
}
.Event_page article {
  border-left: 1px solid #63a7dc;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .Event_page article {
    padding-left: 30px;
    margin-left: 40%;
    position: relative;
  }
}
@media (min-width: 80em) {
  .Event_page article {
    padding-left: 50px;
    margin-left: 50%;
  }
}
.Event_page h1, .Event_page h2, .Event_page p {
  text-align: justify;
  width: 100% !important;
}
.Event_page h1 {
  font-size: 28px;
  line-height: 32px;
}
.Event_page_photo {
  background: url(../images/cover7.jpg) center center;
  height: 40vh;
  background-size: cover;
  margin-bottom: 6px;
}
.Event_page blockquote {
  border-left: 5px solid #63a7dc;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 20px 10px;
}
.Event_page blockquote span {
  font-size: 22px;
  white-space: nowrap;
  /*quotes: "“" "”" "‘" "’";*/
}
.Event_form {
  background: #63a7dc;
  border-radius: 0px;
  color: #FFF;
  padding: 4px 10px 3px;
  margin: 0 10px 0 0;
}
.Event_page_inside {
  margin: 40px 0;
}
.Event_page_inside p {
  margin: 20px 0;
  padding: 0;
}
.Event_timewrap {
  margin-top: -15px;
}
.Event_timewrap li {
  width: 98%;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.Event_timewrap li span {
  font-weight: 700;
}
.speaker_wrap {
  display: flex;
  color: #808b9a;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 16px 15px 15px;
  align-items: end;
  transition: 0.5s all;
}
.speaker_wrap:hover {
  border: 1px solid #FFF;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.speaker_wrap .speaker_photo {
  width: 30%;
  height: 160px;
  background: url(../images/team_1.jpg) center center no-repeat;
  background-size: cover;
  margin-right: 15px;
}
.speaker_wrap .speaker_info {
  width: 70%;
}
.speaker_info h2 {
  font-size: 16px;
  font-weight: 700;
}
.speaker_info h2.speaker_title {
  font-size: 14px;
  font-weight: 400;
  color: #63a7dc;
  padding: 8px 0;
}
.speaker_info h2.speaker_name {
  font-size: 24px;
}
.speaker_info p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 17px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.speaker_info p {
  position: relative;
}
.speaker_info p:first-of-type {
  margin-top: 10px;
}
.speaker_info p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 30px;
  top: 0px;
  background: #63a7dc;
  border-radius: 3px;
  transition: 0.5s all;
}
.speaker_info:hover p:first-of-type:before {
  width: 143px;
}
/*
.Event_page blockquote span::before,
.Event_page blockquote span::after {
  color: #ec8c8c;
  font-size: 1.25em;
  line-height: 0;
}
.Event_page blockquote span::before {
  content: open-quote;
}
.Event_page blockquote span::after {
  content: close-quote;
}
*/
@media (min-width: 1024px) {
  .Event_page blockquote {
  position: absolute;
  right: 100%;
  top: 50vh;
  width: fit-content;
  background: #fff;
  border-top: 1px solid #63a7dc;
  border-bottom: 1px solid #63a7dc;
  }
}
/*活動內頁end*/

/*研究及資源 報紙版 暫時拿掉*/
.research-bg {
  background: url(../images/.png) repeat;
  padding-bottom: 90px;
}
.research-bg aside {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #5a6978;
  border-width: 2px 0;
  text-transform: uppercase;
  padding: 3px 0;
  margin: 30px auto 10px;
  width: 100%;
}
.research-bg aside > div {
  display: flex;
  align-items: center;
  border: 1px solid #5a6978;
  border-width: 1px 0;
}
.research-bg aside > div > div {
  flex: 1;
  padding: 8px 0;
}
.research-pic-box {
  width: 90%;
  max-width: 800px;
  margin: 10px auto 20px;
}
.research-pic {
  height: 500px;
  background: url(../images/cover7.jpg) center center no-repeat;
  margin-bottom: 6px;
}
/*研究及資源end*/

/*研究及資源*/
.research_btn_wrap {
  margin-top: 20px;
  margin-bottom: 80px;
}
.research_btn_box {
  float: left;
  margin: 0 5px 5px 0;
}
a.research_btn {
  display: block;
}
.research_btn {
  color: #007bc7;
  border: 1px solid #007bc7;
  border-radius: 20px;
  background-color: inherit;
  box-shadow: 0px 18px 13px -6px rgba(0, 0, 0, 0);
}
.research_btn:hover {
  border: 1px solid #007bc7;
  background-color: #007bc7;
  box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0);
}
/*研究及資源end*/

/* typewrite */
.typewrite_bg {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover7.jpg);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 90%, 36% 100%, 33% 90%, 0% 90%);
}
@media only screen and (max-width: 1200px) {
  .typewrite_bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 24% 90%, 25% 100%, 20% 90%, 0% 90%);
    }
}
@media only screen and (max-width: 1024px) {
  .typewrite_bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 20% 90%, 20% 100%, 15% 90%, 0% 90%);
    }
}
@media only screen and (max-width: 768px) {
  .typewrite_bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 20% 90%, 20% 100%, 13% 90%, 0% 90%);
    }
}
.typewrite_wrap {
  position: absolute;
  width: 768px;
  max-width: 90%;
  color: #FFF;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.typewrite_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}
.typewrite_subtitle {
  width: fit-content;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #FFF;
  border-radius: 20px;
  margin: 0 0 15px;
  padding: 6px 20px 5px;
}
/* typewrite */

/* highlight */
.KSP {
  display: flex;
  max-width: 1000px;
  margin: 60px auto 0;
  text-align: center;
}
.KSP_container {
  width: 50%;
  margin: 0 auto;
}
.highlight-wrap {
  margin: 0 20px;
}
.highlight-up {
  font-size: 21px;
  font-weight: 700;
  color: #007bc7;
  padding-bottom: 10px;
}
.highlight-main {
  font-size: 42px;
  font-weight: 300;
  padding-bottom: 10px;
  color: #63a7dc;
  transition: 0.5s all;
}
.KSP:hover .highlight-main {
  font-weight: 700;
  color: #63a7dc;
}
.KSP_wrap:hover .highlight-main {
  font-weight: 700;
  color: #63a7dc;
}
.highlight-down {
  font-size: 14px;
  line-height: 22px;
  color: #808b9a;
  transition: 0.5s all;
}
.KSP:hover .highlight-down  {
  color: #000;
}
.KSP_wrap:hover .highlight-down  {
  color: #000;
}
.KSP-icon {
  height: 180px;
  margin: 10px 0px;
  transition: 0.7s all;
}
.KSP_title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  background-color: #f8b430;
  color: #FFF;
  border: 1px solid #f8b430;
  border-radius: 60px;
  width: fit-content;
  max-width: 80%;
  margin: 30px auto 0;
  padding: 7px 20px 6px;
  transition: 0.5s all;
}
.KSP_title:hover {
  background-color: transparent;
  color: #5a6978;
  border: 1px solid #5a6978;
}
.KSP_single {
  width: 80%;
  margin: -50px auto 0;
}
/* highlight */

/*公共倡議*/
.public_grid_3 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  width: 98%;
}
.public_grid_2 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  width: 98%;
}
.public_box {
  /*width: 90%;*/
  padding: 10px 20px;
  /*background-color: rgba(255, 255, 255, 0.3);*/
  border-radius: 20px;
  border: 1px solid #808b9a;
  /*box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);*/
  transition: 0.5s all;
}
.public_box:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFF;
}
.public_grid_2 .public_box {
  padding: 20px 20px 0;
}
.public_text {
  width: 100%;
  margin-top: 20px;
}
.public_item {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 8px;
  border-left: 1px solid #63a7dc;
  padding-left: 15px;
}
.public_date {
  width: fit-content;
  padding: 4px 10px 2px;
  background-color: #63a7dc;
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
  transition: 0.5s all;
}
.public_box:hover .public_date {
  background-color: #007bc7;
  color: #FFF;
}
.public_title {
  font-size: 16px;
  line-height: 18px;
  color: #34404b;
  margin-bottom: 15px;
}
.public_img img {
  width: 100%;
  border-radius: 0px;
  margin: 0 auto;
}
/*公共倡議end*/

/*最新消息*/
.news-card {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.news-card.link_card {
  margin: 0px auto;
  border-radius: 0px;
  border-bottom: 1px solid #666;
}
.news-card.link_card:last-child {
  border-bottom: 0px solid #666;
}
.news-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.news-card .news-left {
  position: relative;
  z-index: 0;
  height: 100px;
}
.news-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}
.news-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 20px 22px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.news-card:hover .details {
  left: 0%;
}
.news-card .author {
  font-size: 15px;
}
.news-card .description {
  padding: 20px 30px;
  background: #eee;
  position: relative;
  min-height: 150px;
  z-index: 1;
  transition: 0.5s all;
}
.news-card .description.link_description {
  padding: 20px;
  background: transparent;
  min-height: 0px;
}
.news-card .description.link_description:before {
  background: transparent;
}
.news-card .description h1 {
  font-size: 21px;
  font-weight: 700;
  text-align: justify;
  line-height: 26px;
  color: #000;
  margin: 0;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-card .description h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #5a6978;
  text-align: justify;
  margin-top: 5px;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-card:hover .description {
  background: #FFF;
}
.news-card:hover .description h1 {
  color: #007bc7;
}
.news-card:hover .description h2 {
  color: #000;
}
.news-card .description .read-more {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #007bc7;
  margin-top: 20px;
}
.news-card .description.link_description .read-more {
  margin-top: -10px;
}
.news-card p {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #5a6978;
  text-align: justify;
  max-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-card:hover p {
  color: #000;
}
.news-card p:first-of-type {
  margin-top: 12px;
}
.news-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #f8b430;
  width: 30px;
  top: 0px;
  border-radius: 3px;
  transition: 0.5s all;
}
.news-card:hover p:first-of-type:before {
  width: 90px;
}
.news-card .photo.photo-1 {
  background-image: url("../images/cover7.jpg");
}
.news-card .photo.photo-2 {
  background-image: url("../images/cover7.jpg");
}
.news-card .photo.photo-3 {
  background-image: url("../images/cover7.jpg");
}
.news-card .photo.photo-4 {
  background-image: url("../images/cover7.jpg");
}

@media (min-width: 768px) {
  .news-card {
    flex-direction: row;
  }
  .news-card .news-left {
    flex-basis: 20%;
    min-width: 20%;
    height: auto;
  }
  .news-card a {
    width: 100%;
  }
  .news-card .description {
    flex-basis: 80%;
  }
  .news-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #eee;
    width: 30px;
    position: absolute;
    left: -10px;
    top: -5px;
    bottom: 0;
    z-index: -1;
    transition: 0.5s all;
  }
  .news-card:hover .description:before {
    background: #FFF;
  }
  .news-card.alt {
    flex-direction: row-reverse;
  }
  .news-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
}
@media (max-width: 768px) {
  .news-card .description {
    padding: 30px;
  }
}
/*最新消息end*/

/*共用的首圖banner*/
.typewrite_wrap.page_banner {
  position: absolute;
  width: 100%;
  color: #FFF;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
}
.typewrite_title.page_banner {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
/*服務*/
.typewrite_bg.service_page {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover7.jpg);
  height: 300px;
}
/*顧問*/
.typewrite_bg.consultant_page {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover7.jpg);
  height: 300px;
}
/*課程*/
.typewrite_bg.class_page {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover9.jpg);
  height: 300px;
}
/*講座*/
.typewrite_bg.leaders_page {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover5.jpg);
  height: 300px;
}
/*生涯*/
.typewrite_bg.plan_page {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover4.jpg);
  height: 300px;
}

/*報導*/
.article_grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px auto 0;
}
.article {
  width: 100%;
  margin: 10px 0;
}
/*舊圖片*/
.article_img {
  position: relative;
  padding-bottom: 60%;
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  filter: brightness(0.8);
  z-index: 1;
}
.article_img_1 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
}
.article_img_2 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
}
.article_img_3 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
}
.article_img_4 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
}
.article_img_5 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
}
.article_img_6 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
}
.article_box:hover .article_img {
  box-shadow: 0px 8px 13px 2px rgba(0, 0, 0, 0.2);
  filter: brightness(1);
  transform: scale(1.02);
}
/*舊圖片end*/
.article_info {
  font-size: 14px;
  color: #808b9a;
  margin: 0;
  padding: 20px 15px 0;
}
.article_date {
  float: right;
}
.article_title {
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  line-height: 24px;
  color: #5a6978;
  margin: 0;
  padding: 15px 15px 0;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article_box_arrow {
  color: #5a6978;
  transition: 0.5s all;
}
.article:hover .article_title {
  color: #007bc7;
}
.article:hover .article_box_arrow {
  color: #007bc7;
  margin-left: 8px;
}
.article .article_name {
  background-color: #ec8c8c;
  border-radius: 20px;
  padding: 5px 20px;
  color: #FFF;
  margin-left: -2px;
}
.article:hover .article_name {
  background-color: #007bc7;
}
.article .podcast_name {
  background-color: #63ce96;
  border-radius: 20px;
  padding: 5px 20px;
  color: #FFF;
  margin-left: -2px;
}
.article:hover .podcast_name {
  background-color: #007bc7;
}
.article .media_name {
  background-color: #f8b430;
  border-radius: 20px;
  padding: 5px 20px;
  color: #FFF;
  margin-left: -2px;
}
.article:hover .media_name {
  background-color: #007bc7;
}
/*報導end*/

/*podcast icon*/
.article .podcast_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 3px #fff;
  border-radius: 100px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
.article .podcast_icon:before {
  content: "";
  width: 33px;
  height: 33px;
  border-left: 3px solid #fff;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 16px;
}
.article .podcast_icon:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 25px;
  height: 26px;
  transform: rotate(45deg) skew(-5deg, -5deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 5px;
}
.article .podcast_icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/*podcast icon end*/

.more-btn {
  width: fit-content;
  margin: 40px auto 20px;
  letter-spacing: 1px;
  background-color: #808b9a;
}
.more-btn:hover {
  background-color: #000;
}
.more-btn-gap {
  margin-top: 70px;
}
.more-btn a {
  color: #FFF;
}
/*報導end*/

/*活動*/
/*首頁的圖*/
.Event-bg {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.Event-bg.Event-bg1 {
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.2)), url(../images/cover7.jpg);
}
.Event-bg.Event-bg2 {
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.2)), url(../images/cover7.jpg);
}
.Event-bg.Event-bg3 {
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.2)), url(../images/cover7.jpg);
}
/*內頁的圖*/
.Event-pagebg {
  width: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px 0;
  border-radius: 10px;
}
.Event-pagebg.Event-bg1 {
  background-image: url(../images/cover7.jpg);
}
.Event-pagebg.Event-bg2 {
  background-image: url(../images/cover7.jpg);
}
.Event-pagebg.Event-bg3 {
  background-image: url(../images/cover7.jpg);
}
.Event-pagebg.Event-bg4 {
  background-image: url(../images/cover7.jpg);
}
.Event-wrap {
  display: flex;
  flex-direction: row;
  padding: 30px;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  min-height: 500px;
}
.Event-wrap.inpage-size {
  min-height: auto;
}
.Event-box {
  width: 100%;
  flex-basis: 40%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: 0.5s all;
}
.Event-box:hover {
  background: rgba(255, 255, 255, 1.0);
}
.Event-box.inpage-bg {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: 0.5s all;
}
.Event-pagebg:hover .Event-box {
  background: rgba(255, 255, 255, 1.0);
}
.Event-box h1 {
  font-size: 21px;
  font-weight: 700;
  /*text-align: justify;*/
  line-height: 26px;
  color: #007bc7;
  margin: 0;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.Event-box h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-align: justify;
  margin-top: 5px;
  transition: 0.5s all;
}
.Event-pagebg:hover .Event-box h1 {
  color: #007bc7;
}
.Event-pagebg:hover .Event-box h2 {
  color: #000;
}
.Event-box .read-more {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #007bc7;
  margin: 20px auto 0;
}
.Event-box p {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  text-align: justify;
  padding: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.Event-box p:first-of-type {
  margin-top: 12px;
}
.Event-box p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 30px;
  top: 0px;
  background: #ec8c8c;
  border-radius: 3px;
  transition: 0.5s all;
}
.Event-box.greeen-line p:first-of-type:before {
  background: #63ce96;
} 
.Event-box:hover p:first-of-type:before {
  width: 185px;
}
.Event-pagebg:hover .Event-box p:first-of-type:before {
  width: 185px;
}
/*左右排版斷點*/
@media (min-width: 680px) {
  .Event-wrap.alt {
    flex-direction: row-reverse;
  }
}
/*活動end*/

/*論壇*/
.sect .carousel-container {
  display: flex;
  text-align: center;
  position: relative;
  height: 450px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.sect .carousel-card {
  height: 380px;
  width: 300px;
  padding: 25px 20px;
  transition: 1s;
  opacity: 1;
  position: absolute;
  top: 0;
  background-image: linear-gradient(0deg, #63a7dc 0%, #007bc7 100%);
  border-radius: 10px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  cursor: pointer;
}
.sect .carousel-icon {
  max-height: 180px;
  max-width: 180px;
  margin: 20px auto 15px;
  border-radius: 100%;
  overflow: hidden;
}
.sect .carousel-icon .icon-1 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  transition: 0.5s all;
}
.sect .carousel-icon .icon-2 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  transition: 0.5s all;
}
.sect .carousel-icon .icon-3 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  transition: 0.5s all;
}
.sect .carousel-icon .icon-4 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  transition: 0.5s all;
}
.sect .carousel-icon .icon-5 {
  background: url(../images/cover7.jpg) center center no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  transition: 0.5s all;
}
.sect .carousel-card:hover .carousel-icon img {
  transform: scale(1.2);
}
.sect .carousel-title {
  font-size: 17.5px;
  line-height: 23px;
  letter-spacing: 1px;
  transform: scale(0.93);
  height: 25px;
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.sect .carousel-date {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 8px;
  color: #ddd;
}
.sect p.carousel-text {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  transform: scale(0.93);
  color: #FFF;
  padding: 0;
  height: 72px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sect .carousel-btn {
  width: fit-content;
  padding: 9px 22px;
  margin: 15px auto;
  background-color: #FFF;
  border-radius: 20px;
  color: #007bc7;
  /*box-shadow: 0px 18px 13px -6px rgba(0, 0, 0, 0.2);*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sect .carousel-card .carousel-btn:hover {
  box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0.2);
  background-color: #007bc7;
  color: #fff;
}
.sect .carousel-btn a {
  font-size: 12px;
  font-weight: 700;
  color: #007bc7;
  transition: 0.5s all;
}
.sect .carousel-card .carousel-btn:hover a {
  color: #FFF;
}
.sect #far-left {
  left: 11.5%;
  transform: scale(0.9) translateY(0%) translateX(-50%);
  z-index: 5;
  background-image: linear-gradient(0deg, #FFF 0%, #eee 100%);
  opacity: 0.7;
  color: #ddd;
}
.sect #left {
  left: 29%;
  transform: scale(1) translateY(0%) translateX(-50%);
  z-index: 10;
  background-image: linear-gradient(0deg, #eee 0%, #ddd 100%);
  color: #888;
}
.sect #center {
  left: 50%;
  transform: scale(1.15) translateY(0%) translateX(-44%);
  z-index: 15;
}
.sect #right {
  left: 70.5%;
  transform: scale(1) translateY(0%) translateX(-50%);
  z-index: 10;
  background-image: linear-gradient(180deg, #eee 0%, #ddd 100%);
  color: #888;
}
.sect #far-right {
  left: 85.5%;
  transform: scale(0.9) translateY(0%) translateX(-50%);
  z-index: 5;
  background-image: linear-gradient(180deg, #FFF 0%, #eee 100%);
  opacity: 0.7;
  color: #ddd;
}
.sect .carousel-arrow {
  display: none;
}
/*論壇end*/

/*電子報*/
.sect.parallax-bg {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 60px 0;
}
.sect.parallax-bg.bg-mail {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url(../images/cover7.jpg);
  margin: 60px 0 0;
}
.email-wrap {
  width: 70%;
  max-width: 500px;
  background-color: rgb(0 123 199 / 70%);
  border-radius: 10px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.5);
  padding: 20px 0 35px;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 30px auto;
}
.email-wrap .email-blank {
  width: 60%;
  margin: 5px;
  padding: 10px 10px 10px 15px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.email-wrap input:focus {
  background-color: #eee;
}
.email-wrap form {
  margin: 10px auto 20px;
}
.email-wrap h1.row_title, .email-wrap h2.row_subtitle {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 1px;
}
a.email-btn {
  width: fit-content;
  background-color: #63a7dc;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 9.5px 30px 9px;
  transition: 0.5s all;
  font-weight: 700;
  color: #FFF;
}
a.email-btn:hover {
  background-color: #007bc7;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #FFF;
  color: #FFF;
}
/*電子報end*/

/*聯絡我們*/
.Contact-left {
  width: 30%;
}
.Contact_wrap {
  margin-right: 20px;
}
.Contact_wrap img {
  width: 100%;
  max-width: 220px
}
.contacts_title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #007bc7;
  margin: 15px 0;
}
.contacts_title_light {
  color: #808b9a;
}
.Contact_wrap p.contacts_address {
  position: relative;
  width: 100%;
  color: #808b9a;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 18px;
  padding: 0;
  padding-bottom: 16px;
}
.Contact_wrap p.contacts_address:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #63a7dc;
  bottom: 0;
  left: 0;
}
.Contact_wrap p.contacts_info {
  width: 100%;
  font-size: 16px;
  color: #808b9a;
  padding: 0;
}
.contacts_info_link {
  color: #007bc7;
}

.Contact-right {
  width: 70%;
}
.form_wrap {
  width: 100%;
}
.contacts_form {
  width: 98%;
  margin: 5px;
  padding: 15px 0 15px 15px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.form-long {
  width: 99.8%;
}
.contacts_form_textarea {
  height: 100px;
}
.Contact-right a.btn {
  float: right;
  margin: 10px 0;
}
/*聯絡我們end*/

/*頁尾*/
.footer {
  background-color: #007bc7;
  padding: 60px 0;
}
.footer_info {
  display: flex;
  align-items: center;
}
.footer_info img {
  width: 83px;
}
.social_wrap {
  margin: 5px 0px 0px 20px;
}
.social_wrap p {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  padding: 0;
  margin-top: 11px;
}
.social_wrap img {
  max-width: 38px;
  margin-right: 5px;
}
.social_wrap img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.footer_sitemap {
  margin: 40px 0 0;
}
.sitemap_wrap {
  display: flex;
  flex-wrap: wrap;
}
.sitemap_box {
  width: 16%;
  padding: 0 2%;
  border-left: 1px solid #63a7dc;
}
.sitemap_box.sitemap_wide {
  width: 20%;
}
.sitemap_box.sitemap_narrow {
  width: 10%;
}
.sitemap_wrap h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2px;
  color: #63a7dc;
  margin-bottom: 10px;
  margin-left: -1px;
}
.sitemap_wrap li a {
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  letter-spacing: 5px;
  color: #FFF;
  transition: 0.5s all;
}
.sitemap_wrap li a:hover {
  color: #63a7dc;
  margin-left: 10px;
}
/*頁尾end*/

@media screen and (max-width: 1200px) {
  .news_page_box {
    width: 60%;
    margin-left: 2%;
  }
  .news_page_content {
    width: 70%;
    margin-left: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .separate-p {
    -moz-column-count: 2;
    column-count: 2;
  }
  .Event_page {
    width: 90%;
    margin: 0 auto;
  }
  .Event_page article {
    border-left: 0px solid #ec8c8c;
    padding-left: 0px;
  }
  .Event-box {
    flex-basis: 60%;
  }
  .news_page_content {
    width: 70%;
    margin-left: 11%;
  }
  .more-btn-gap {
    margin-top: 120px;
  }
}

@media screen and (max-width: 990px) {
}

@media screen and (max-width: 880px) {
  .news_page_box {
    width: 70%;
    margin-left: 2%;
  }
  .news_page_content {
    width: 80%;
    margin-left: 10%;
  }
  .sitemap_box {
    width: 28%;
    margin-bottom: 30px;
  }
  .sitemap_box.sitemap_wide {
    width: 30%;
  }
  .sitemap_box.sitemap_narrow {
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  .separate-p {
    -moz-column-count: 1;
    column-count: 1;
  }
  .row_margin {
    display: block;
  }
  .typewrite_wrap {
    width: 80%;
    top: 35%;
  }
  .KSP_container {
    width: 100%;
    margin-bottom: 30px;
  }
  .KSP {
    display: block;
  }
  .KSP_list {
    display: block;
  }
  .KSP_left {
    width: 90%;
    border-right: 0px solid #5a6978;
    margin: 0 auto;
  }
  .KSP_left .row_title {
    text-align: left;
    line-height: 56px;
    margin: 0 auto 30px;
    margin-left: 0px;
  }
  .KSP_right {
    width: 90%;
    margin: 0 auto;
  }
  .KSP_right .row_subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-left: 0px;
  }
  .service_wrap {
  display: block;
  }
  .service_left {
    width: 100%;
  }
  .service_right {
    width: 100%;
  }
  .public_grid_3 {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    width: 88%;
  }
  .public_grid_2 {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    width: 88%;
  }
  .article_grid {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .bg-gray {
    filter: grayscale(0);
  }
  .news-card .details {
    left: 0%;
    background: rgba(0, 0, 0, 0.4);
  }
  .news-card .description h1 {
    color: #007bc7;
  }
  .news-card .description h2 {
    color: #000;
  }
  .news-card p {
    color: #000;
  }
  .news-card p:first-of-type:before {
    background: #f8b430;
  }
  .news_page_box {
    width: 87%;
    max-width: 90%;
    margin-left: 2%;
  }
  .news_page_content {
    width: 90%;
    margin: 0 auto;
  }
  .forum_page_wrap {
    display: block;
  }
  .forum_page_left {
    width: 90%;
    margin: 0 auto;
  }
  .forum_page_left .forum_page_box {
    width: 100%;
    max-width: 768px;
    position: inherit;
  }
  .forum_page_right {
    width: 90%;
    margin: 0 auto;
    padding-left: 0px;
    border-left: 0px solid #000;
  }
  .forum_page_right p {
    width: 100% !important;
  }
  .more-btn-gap {
    margin-top: 70px;
  }
  .Contact-left {
    width: 90%;
    margin: 0 auto;
  }
  .Contact_wrap {
    margin: 20px 5px;
  }
  .Contact-right {
    width: 90%;
    margin: 0 auto;
  }
  .form-long {
    width: 100.3%;
  }
  .footer {
    padding: 50px 0 10px;
  }
  .footer_info {
    margin: 0 auto;
    width: 90%;
  }
  .footer_sitemap {
    margin: 30px auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 680px) {
  .row p {
   width: 90%;
  }
  .row p.grid_text {
    width: 100%;
  }
  .news-card p {
   width: 100%;
  }
  .Event-box {
    flex-basis: 100%;
    background: rgba(255, 255, 255, 1);
  }
  .Event-box.inpage-bg {
    flex-basis: 100%;
    background: rgba(255, 255, 255, 1);
  }
  .Event-box .read-more {
    width: fit-content;
    text-align: center;
    padding: 8px 20px 6px;
    border-radius: 20px;
    border: 1px solid #007bc7;
    background-color: #007bc7;
    color: #FFF;
    transition: 0.5s all;
  }
  .Event-box p {
    width: 100%;
  }
  .news_page_content p {
    width: 100%;
  }
  .sect .carousel-card {
    width: 230px;
  }
  .research-bg aside {
    width: 90%;
  }
  .social_wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .typewrite_wrap {
    width: 80%;
    top: 35%;
  }
  .typewrite_title {
    font-size: 31px;
    line-height: 38px;
  }
  .timeline-event-copy h3 {
    font-size: 38px;
    top: 24px;
    left: -120px;
  }
  .article_grid {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
  }
  .article_info {
    padding: 20px 5px 0;
  }
  .article_title {
    padding: 15px 5px 0;
  }
  .Event-box.inpage-bg {
    padding: 20px;
  }
  .sect .carousel-arrow {
    display: block;
    pointer-events: none;
  }
  .sect .carousel-arrow .carousel-left {
    position: absolute;
    top: 50%;
    left: 1%;
    background: inherit;
    border: 0;
    z-index: 30;
  }
  .sect .carousel-arrow .carousel-right {
    position: absolute;
    top: 50%;
    right: 1%;
    background: inherit;
    border: 0;
    z-index: 30;
  }
  .contacts_form {
    width: 95%;
  }
  .email-wrap {
    width: 90%;
  }
  .form-long {
    width: 99.2%;
  }
  .footer_info {
    margin: 0 auto;
    width: 90%;
  }
  .footer_sitemap {
    margin: 30px auto 0;
    width: 90%;
  }
  .sitemap_wrap li a {
    line-height: 30px;
    letter-spacing: 2px;
  }
  .sitemap_box {
    width: 38%;
    margin-bottom: 30px;
  }
  .sitemap_box.sitemap_wide {
    width: 53%;
  }
  .sitemap_box.sitemap_narrow {
    width: 38%;
  }
}

@media screen and (max-width: 480px) {
  .sect {
    padding: 30px 0;
  }
  .gap-150 {
    padding-top: 100px;
  }
  .row_title {
    font-size: 30px;
    margin: 10px 0;
  }
  .row_margin {
    margin-top: 30px;
  }
  .btn {
    font-size: 16px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 380px) {
  .typewrite_title {
    font-size: 29px;
    line-height: 38px;
  }
}

@media screen and (max-width: 370px) {
  .typewrite_wrap {
    width: 80%;
    top: 35%;
  }
  .typewrite_title {
    font-size: 27px;
    line-height: 36px;
  }
}