.tm-info-tit {
  text-align: center;
  margin-bottom: 25px;
}
.tm-info-tit h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .tm-info-tit h2 {
    font-size: 36px;
  }
  .tm-info-tit h2::before {
    content: "  ";
	position: absolute;
    left: -75px;
    top: 15px;
    line-height: 5px;
    background: -webkit-linear-gradient(right, white,#f58900);
    background: -o-linear-gradient(right, white,#f58900);
    background: -moz-linear-gradient(right,white,#f58900);
    background: linear-gradient(to right, white,#f58900);
    height: 10px;
    width: 60px;
  }
  .tm-info-tit h2::after {
    content: "  ";
	position: absolute;
    right: -75px;
    top: 15px;
    line-height: 5px;
    background: -webkit-linear-gradient(left, white,#f58900);
    background: -o-linear-gradient(left, white,#f58900);
    background: -moz-linear-gradient(left,white,#f58900);
    background: linear-gradient(to left, white,#f58900);
    height: 10px;
    width: 60px;
  }
}
.tm-info-subtit {
  border-left: 3px solid #f58900;
  padding-left: 10px;
  color: #002249;
}
.tm-info-subtit h3 {
  font-size: 24px;
  font-weight: bold;
}
.tm-info-subtit h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .tm-info-subtit h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .tm-info-subtit h4 {
    font-size: 18px;
    font-weight: bold;
  }
}
.tm-info-nav {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 64, 104, 0.5);
}
.tm-info-nav .nav-wrap {
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(38, 125, 255, 0.5);
}
.tm-info-nav .nav-item {
  cursor: pointer;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  width: 12.5%;
  border-right: 1px solid rgba(38, 125, 255, 0.5);
}
.tm-info-nav .nav-item:hover {
  transition: all 0.5s;
  background-color: rgba(11, 64, 104, 0.2);
}
.tm-info-nav .nav-item.act {
  background-color: #497dcf;
}
@media screen and (max-width: 768px) {
  .tm-info-nav {
    display: none;
  }
}
.tm-info-intro .intro-wrap {
    background-color: #fef7ed;
    padding: 30px 10px;
    text-align: left;
    margin-bottom: 30px;
}
.tm-info-intro .intro-img {
  width: 325px;
  /* height: 345px; */
  border-radius: 5px;
  overflow: hidden;
}
.tm-info-intro .intro-summary {
  padding: 10px 30px;
}
.tm-info-intro .intro-summary .tm-info-subtit {
  margin: 10px 0;
}
.tm-info-intro .intro-summary-text .txt {
  color: #222222;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.tm-info-intro .intro-summary-text .txt::before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  line-height: 28px;
  border-radius: 6px;
  background-color: #222222;
}


@media screen and (max-width: 768px) {
  .tm-info-intro .intro-img {
    width: 205px;
    height: auto;
    display: block;
	margin:0 auto;
  }
  .tm-info-intro .intro-img img {
    width: 100%;
  }
  .tm-info-intro .intro-summary {
    padding: 15px 0;
    display: block;
  }
  .tm-info-intro .intro-wrap {
    background-color: #fef7ed;
    padding: 10px 10px;
    text-align: left;
    margin-bottom: -30px;
}
  
}


.tm-info-regdata {
  text-align: left;
}
.tm-info-regdata .regdata-wrap {
  padding: 0 10px;
}
.tm-info-regdata .regdata-content {
  margin: 0 -10px;
}
.tm-info-regdata .regdata-item {
  border: 1px solid #f58900;
  height: 100%;
}
.tm-info-regdata .regdata-item .tit {
	width: 40%;
    padding: 9px;
    background-color: #f5f9ff;
}
.tm-info-regdata .regdata-item .text {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .tm-info-regdata .regdata-content .regdata-wrap {
    display: block;
    margin-bottom: 10px;
  
  
}

.tm-info-regdata {
    text-align: left;
    padding: 10px 0;
}
.tm-info-standard {
  margin-bottom: 20px;
}
.tm-info-standard .standard-text {
  font-size: 16px;
}
.tm-info-standard .bg {
  margin-top: -25px;
}

}

@media screen and (max-width: 768px) {
  .tm-info-standard .standard-text {
    padding-left: 10px !important;
    font-size: 14px;
  }
}
.tm-info-eucountry .ec-item {
  padding: 0 8px;
}
.tm-info-eucountry .ec-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 60px;
  line-height: 40px;
  text-align: left;
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #002249;
  margin-bottom: 15px;
}
.tm-info-eucountry .ec-box:hover {
  background-color: #0c59db;
  color: #fff;
  cursor: pointer;
}
.tm-info-eucountry .ec-box.hot::after {
  width: 15px;
  height: 15px;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .tm-info-eucountry .flex-row[data-cols="5"] > div {
    width: 33.3%;
  }
  .tm-info-eucountry .ec-box {
    font-size: 16px;
  }
}
.tm-info-data .c-btn {
  background-color: #ff4f60;
  border-color: #ff4f60;
  padding: 0 40px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  font-size: 18px;
  box-shadow: 0 3px 10px #bb5862;
}
.tm-info-data .tm-info-tit {
  margin-bottom: 40px;
}
.tm-info-data .step-table {
  background-position: center 39px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.tm-info-data .step-table .madrid img {
  max-width: 115px;
}
.tm-info-data .step-table .madrid .item:not(:last-child)::after {
  position: absolute;
  right: -5px;
  top: 45px;
  content: "";
  background: url(../image/step-arrow.png) center no-repeat;
  margin: auto;
  height: 17px;
  width: 15px;
}
.tm-info-data .step-table .item {
  position: relative;
  width: 16.67%;
}
.tm-info-data .step-table .item p {
  color: #333;
  margin-top: 10px;
  font-size: 16px;
  color: #002249;
}
.tm-info-data .step-table .item:not(:last-child)::after {
  position: absolute;
  right: -5px;
  top: 56px;
  content: "";
  background: url(../image/step-arrow.png) center no-repeat;
  margin: auto;
  height: 17px;
  width: 15px;
}
@media screen and (max-width: 1119px) {
  .tm-info-data .step-table {
    background-position: center 29px;
  }
  .tm-info-data .step-table .item img {
    width: 60px;
  }
  .tm-info-data .step-table .item:not(:last-child)::after {
    right: -5px;
    top: 21px;
  }
}
@media screen and (max-width: 580px) {
  .tm-info-data .step-table {
    background-position: center 19px;
  }
  .tm-info-data .step-table .item img {
    width: 40px;
  }
  .tm-info-data .step-table .item p {
    font-size: 12px;
  }
  .tm-info-data .step-table .item:not(:last-child)::after {
    right: -5px;
    top: 11px;
  }
}
.tm-info-data .search-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  background: url(../image/search-bg.png) no-repeat center;
  background-size: cover;
}
.tm-info-data .search-table td {
  vertical-align: bottom;
  text-align: left !important;
  padding: 0;
  border: none !important;
}
.tm-info-data .search-table td .tit {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.tm-info-data .search-table td .tit small {
  font-weight: normal;
  color: #666;
  padding-left: 8px;
}
.tm-info-data .search-table td .tele {
  float: right;
  color: #b5f5fe;
  background: url(../image/tele.png) left center no-repeat;
  padding-left: 30px;
  font-size: 18px;
}
.tm-info-data .search-table td input,
.tm-info-data .search-table td .quickFilter {
  height: 38px;
  line-height: 38px;
}
.tm-info-data .search-table td .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  background: -webkit-linear-gradient(90deg, #ffab6d, #ee5e4e);
  background: -o-linear-gradient(90deg, #ffab6d, #ee5e4e);
  background: -moz-linear-gradient(90deg, #ffab6d, #ee5e4e);
  background: linear-gradient(90deg, #ffab6d, #ee5e4e);
  padding: 0 19px;
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 30px #0a48af;
}
.tm-info-data .search-table td.tip {
  color: #b6d0ff;
}
@media screen and (max-width: 520px) {
  .tm-info-data .search-table tr,
  .tm-info-data .search-table tbody {
    display: block;
  }
  .tm-info-data .search-table td {
    display: block;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .tm-info-data .search-table td .tit {
    display: block;
    text-align: center;
  }
  .tm-info-data .search-table td .tele {
    text-align: center;
    float: none;
  }
}
.tm-info-data .data-table {
  position: relative;
  border: 2px solid #9ac8fd;
  border-radius: 10px;
  padding: 20px 0;
}
.tm-info-data .data-table .data-item {
  font-size: 16px;
  line-height: 30px;
  color: #002249;
}
.tm-info-data .data-table .data-item img {
  margin-bottom: 10px;
}
.tm-info-data .data-table .data-item:not(:last-child) {
  border-right: 1px dashed #9ac8fd;
}
.tm-info-data .data-table.arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 70px;
  top: -16px;
  height: 0;
  width: 0;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #9ac8fd;
  border-right: 13px solid transparent;
}
.tm-info-data .data-table.arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 70px;
  top: -14px;
  height: 0;
  width: 0;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #fff;
  border-right: 13px solid transparent;
}
.tm-info-regBase {
  padding: 70px 0;
}
.tm-info-regBase .regBase-content {
  text-align: left;
}
.tm-info-regBase .c-pro-text {
  display: block;
  margin-top: 10px;
}
.tm-info-qna {
  text-align: left;
}
.tm-info-qna li {
  margin-bottom: 40px;
}
.tm-info-qna h3 {
  font-size: 18px;
  color: #002249;
  line-height: 36px;
  font-weight: bold;
}
.tm-info-qna h3::before {
  content: url(../image/ques.png);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.tm-info-qna p {
  font-size: 16px;
  color: #002249;
  line-height: 30px;
}
.tm-info-qna p::before {
  /* content: url(../image/answ.png); */
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.tm-index .c-pro-tit,
.tm-index .c-pro-tit-w {
  text-align: center;
  margin-bottom: 45px;
}
.tm-index-catalog .hot-sign::after {
  content: url(../image/fire.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.tm-index-catalog .catalog-tab {
  margin-bottom: 20px;
}
.tm-index-catalog .catalog-tab li {
  font-size: 18px;
  color: #002249;
  margin-right: 10px;
}
.tm-index-catalog .catalog-tab li.current {
  color: #0c59db;
  font-weight: bold;
}
.tm-index-catalog .catalog-tab li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #002249;
}
.tm-catalog-card {
  height: auto !important;
}
.tm-catalog-card .catalog-content {
  margin: 0 -15px;
}
.tm-catalog-card .catalog-content img {
  max-width: 100px;
  width: 100%;
}
.tm-catalog-card .catalog-content li {
  padding-bottom: 20px;
}
.tm-catalog-card.union .catalog-content {
  margin: 0 -10px;
}
.tm-catalog-card.union .catalog-content > li {
  padding-right: 10px;
  padding-left: 10px;
}
.tm-catalog-card.union .catalog-item {
  min-height: 290px;
  padding: 20px 10px;
}
.tm-catalog-card .catalog-item {
  position: relative;
  display: block;
  padding: 20px;
  color: #002249;
  background-color: #f6f7fb;
  min-height: 245px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.tm-catalog-card .catalog-item:hover {
  cursor: pointer;
  background-color: #0c59db;
  color: #fff;
}
.tm-catalog-card .catalog-item:hover .catalog-link {
  background-color: #fff;
}
.tm-catalog-card .catalog-item span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.tm-catalog-card .catalog-link {
  color: #738ba5;
  background-color: transparent;
  border-color: #738ba5;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .tm-catalog-card .catalog-content {
    margin: 0;
  }
  .tm-catalog-card .col-lg-2 {
    width: 20%;
  }
}
.tm-catalog-europe .europe-tab {
  background: url(../image/0021.png) no-repeat center;
  text-align: center;
  background-size: 110%;
}
.tm-catalog-europe .europe-tab .tab-item {
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.tm-catalog-europe .europe-tab.isurp {
  background: url(../image/0012.png) no-repeat center;
  background-size: 110%;
}
.tm-catalog-europe .europe-content {
  padding-top: 20px;
}
.tm-catalog-europe .europe-content .catalog-content {
  display: none;
}
.tm-catalog-europe .europe-content .catalog-content.open {
  display: block;
}
.tm-index-subsidy {
  padding: 60px 0;
  background: url(../image/0031.jpg) no-repeat top center;
}
.tm-index-subsidy .subsidy-content {
  position: relative;
}
.tm-index-subsidy .subsidy-wrap {
  overflow: hidden;
}
.tm-index-subsidy .subsidy-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 204px;
  height: 370px;
  padding: 160px 20px 20px;
  text-align: center;
  transition: all 0.4s ease;
}
.tm-index-subsidy .subsidy-item h5 {
  font-size: 18px;
  font-weight: bold;
  color: #002249;
}
.tm-index-subsidy .subsidy-item span {
  font-size: 14;
  font-weight: 300;
  color: #738ba5;
  line-height: 60px;
}
.tm-index-subsidy .subsidy-item.open {
  padding: 70px 20px 20px;
  width: 320px;
  text-align: left;
  color: #fff;
  transition: width 0.4s ease;
}
.tm-index-subsidy .subsidy-item.open .subsidy-img {
  opacity: 0;
}
.tm-index-subsidy .subsidy-item.open span {
  color: #98b6e7;
}
.tm-index-subsidy .subsidy-item.open h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tm-index-subsidy .subsidy-item.open .text {
  opacity: 1;
  height: auto;
  transition: opacity 1.5s ease;
}
.tm-index-subsidy .subsidy-item.open .dash-line {
  border-color: #98b6e7;
  margin: 0 0 25px;
}
.tm-index-subsidy .subsidy-item.open .subsidy-btn {
  color: #fff;
}
.tm-index-subsidy .subsidy-img {
  position: absolute;
  opacity: 1;
  top: 40px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.tm-index-subsidy .subsidy-btn {
  color: #002249;
  border-color: #bcc7d3;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.tm-index-subsidy .dash-line {
  width: 130px;
  height: 2px;
  border-top: 1px dashed #bcc7d3;
  margin: 0 auto 25px;
}
.tm-index-subsidy .text {
  opacity: 0;
  height: 0;
  line-height: 26px;
}
.tm-index-subsidy .item1 {
  background: url(../image/0061.jpg) center;
}
.tm-index-subsidy .item1.open {
  background: url(../image/0011.jpg) center;
}
.tm-index-subsidy .item2 {
  background: url(../image/0071.jpg) center;
}
.tm-index-subsidy .item2.open {
  background: url(../image/0021.jpg) center;
}
.tm-index-subsidy .item3 {
  background: url(../image/0081.jpg) center;
}
.tm-index-subsidy .item3.open {
  background: url(../image/0032.jpg) center;
}
.tm-index-subsidy .item4 {
  background: url(../image/009.jpg) center;
}
.tm-index-subsidy .item4.open {
  background: url(../image/004.jpg) center;
}
.tm-index-subsidy .item5 {
  background: url(../image/010.jpg) center;
}
.tm-index-subsidy .item5.open {
  background: url(../image/0051.jpg) center;
}
@media screen and (max-width: 1200px) {
  .tm-index-subsidy .subsidy-item.open {
    width: 50%;
    padding: 50px 20px 10px;
  }
  .tm-index-subsidy .subsidy-item.open h5 {
    font-size: 24px;
  }
  .tm-index-subsidy .subsidy-item {
    padding: 50px 20px 10px;
    width: 50%;
    text-align: left;
    color: #fff;
    transition: width 0.4s ease;
    margin-bottom: 10px;
  }
  .tm-index-subsidy .subsidy-item .subsidy-img {
    opacity: 0;
  }
  .tm-index-subsidy .subsidy-item span {
    color: #98b6e7;
  }
  .tm-index-subsidy .subsidy-item h5 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  .tm-index-subsidy .subsidy-item .text {
    opacity: 1;
    height: auto;
    transition: opacity 1.5s ease;
  }
  .tm-index-subsidy .subsidy-item .dash-line {
    border-color: #98b6e7;
    margin: 0 0 25px;
  }
  .tm-index-subsidy .subsidy-item .subsidy-btn {
    color: #fff;
  }
  .tm-index-subsidy .item1 {
    background: url(../image/0011.jpg) center;
  }
  .tm-index-subsidy .item2 {
    background: url(../image/0021.jpg) center;
  }
  .tm-index-subsidy .item3 {
    background: url(../image/0032.jpg) center;
  }
  .tm-index-subsidy .item4 {
    background: url(../image/004.jpg) center;
  }
  .tm-index-subsidy .item5 {
    background: url(../image/0051.jpg) center;
  }
}
@media screen and (max-width: 768px) {
  .tm-index-subsidy .subsidy-item.open {
    width: 100%;
    padding: 40px 20px 10px;
  }
  .tm-index-subsidy .subsidy-item {
    padding: 40px 20px 10px;
    width: 100%;
  }
}
.tm-index-flow .flow-icon img {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  transition: top 0.5s;
}
.tm-index-flow .flow-icon .item-hover {
  opacity: 0;
}
.tm-index-flow p {
  display: none;
}
.tm-index-flow .flow-arrow {
  margin-top: 40px;
}
.tm-index-flow .flow-arrow .fal {
  font-size: 20px;
  font-weight: bold;
}
.tm-index-flow .flow-arrow > .fal:first-child {
  color: #89aeed;
}
.tm-index-flow .flow-arrow > .fal:last-child {
  color: #c2d5f6;
}
.tm-index-flow .c-sec1-flow-item {
  height: 280px;
  overflow: hidden;
  padding: 100px 10px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.tm-index-flow .c-sec1-flow-item:hover {
  padding: 70px 10px 40px;
}
.tm-index-flow .c-sec1-flow-item:hover p {
  display: block;
}
.tm-index-flow .c-sec1-flow-item:hover .flow-arrow {
  display: none;
}
.tm-index-flow .c-sec1-flow-item:hover .flow-icon img {
  top: 30px;
  transition: top 0.5s;
}
.tm-index-flow .c-sec1-flow-item:hover .flow-icon .item {
  opacity: 0;
  transition: opacity 1s;
}
.tm-index-flow .c-sec1-flow-item:hover .flow-icon .item-hover {
  opacity: 1;
  transition: opacity 1s;
}
.tm-index-flow .c-btn {
  background-color: #ff4f60;
  border-color: #ff4f60;
  height: 42px;
  line-height: 42px;
  color: #fff;
  padding: 0 25px;
  border-radius: 42px;
  font-size: 18px;
  box-shadow: 0 3px 10px #bb5862;
}
.tm-index-flow .flex-item {
  padding-left: 8px;
  padding-right: 8px;
}
.tm-index-team {
  background-color: #f5f6f85c;
  padding: 25px 0 25px;
}
@media screen and (min-width: 1200px) {
  .tm-index-team .row {
    margin: 0 -60px;
  }
  .tm-index-team .row > div {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .tm-index-team img {
    width: 100%;
  }
}
.tm-index-show {
  padding: 80px 0;
  background: url(../image/0041.jpg) no-repeat center;
  background-attachment: fixed;
}
.tm-index-certificate {
  padding: 25px 0 25px;
}


   
@media screen and (min-width: 1200px) {
  .tm-index-certificate .row {
    padding: 0 70px;
    margin: 0 -25px;
  }
  .tm-index-certificate .row > div {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tm-index-certificate .item-pic {
    height: 440px;
  }
}
.tm-index-certificate .certificate-item {
  color: #222;
  font-size: 18px;
  text-align: center;
}
.tm-index-certificate .certificate-item .item-pic {
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.tm-index-certificate .certificate-item img {
  vertical-align: middle;
  max-height: 440px;
  width: 100%;
}
.tm-index-certificate .row > div {
  padding-right: 5px;
  padding-left: 5px;
}
.tm-index-reason {
  background: url(../image/0052.jpg) no-repeat top center;
  text-align: center;
  padding: 55px 0 110px;
}
.tm-index-reason .reason-content {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tm-index-custom {
  background: url(../image/0062.jpg) no-repeat top center;
  padding: 50px 0;
}
.tm-index-custom .custom-item {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .tm-index-custom .custom-item img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tm-index-custom {
    background: url(../image/0062.jpg) no-repeat top -50px center;
  }
  .tm-index-custom .custom-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.tm-index-qna {
  padding-bottom: 30px;
}
.tm-index-qna .qna-card {
  border: 2px solid #e3eeff;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}
.tm-index-qna .qna-card-header img {
  margin-right: 10px;
}
.tm-index-qna .qna-card-header a {
  line-height: 60px;
  padding: 0 0 0 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  color: #002249;
  position: relative;
}
.tm-index-qna .qna-card-header a::before {
  position: absolute;
  content: '\f077';
  right: 40px;
  font-size: 24px;
  font-family: 'FontAwesome5';
  color: #99b1c8;
}
.tm-index-qna .qna-card:not(.show) .qna-card-header:hover {
  background-color: #eff5fa;
}
.tm-index-qna .qna-card:not(.show) .qna-collapse {
  max-height: 0;
  transition: max-height 0.5s;
}
.tm-index-qna .qna-card:not(.show) a::before {
  content: '\f078';
  color: #99b1c8;
}
.tm-index-qna .qna-collapse {
  max-height: 200px;
  transition: max-height 0.5s;
}
.tm-index-qna .qna-collapse .card-body {
  padding: 0 40px 20px 60px;
  line-height: 28px;
  color: #81a3bb;
  font-size: 18px;
  margin: 0;
}
.tm-index-search {
  padding: 90px 0 0;
}
