/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/home/podcast.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.top_cate {
  padding-bottom: 1.875rem;
}

.sec_podcast {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem;
  position: relative;
}
.sec_podcast::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 35%;
}

.tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.podcast_image {
  width: 12.5rem;
  position: relative;
  margin: 1.25rem auto;
}
.podcast_image .img {
  background: #fff;
  border-radius: 12.5rem;
}

.cate_txt {
  max-width: 42.5rem;
  text-align: left;
  margin: 0 auto;
  margin-top: 1.25rem;
}
.cate_txt p {
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.cate_txt p:last-child {
  margin-bottom: 0;
}

.links_li {
  padding: 0.4375rem 0;
}

.links_btn_link {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: bold;
  text-align: center;
  background: #0198dc;
  border-radius: 0.3125rem;
  border: 0.1875rem solid #0198dc;
  -webkit-box-shadow: 0.1875rem 0.25rem 0 rgb(0.9, 136.8, 198);
          box-shadow: 0.1875rem 0.25rem 0 rgb(0.9, 136.8, 198);
  padding: 0.5rem 1.25rem 0.375rem;
}
.links_btn_link:focus, .links_btn_link:hover {
  color: #222;
  background: #fff;
  border: 0.1875rem solid #222;
  -webkit-box-shadow: 0.1875rem 0.25rem 0 #222;
          box-shadow: 0.1875rem 0.25rem 0 #222;
}
.links_btn_link:focus i, .links_btn_link:hover i {
  color: #222;
}
.links_btn_link i {
  font-size: 1.25rem;
  position: relative;
  bottom: -0.125rem;
  margin-right: 0.1875rem;
}

.icon_brand {
  display: inline-block;
  width: 1.375rem;
  margin-right: 0.3125rem;
  margin-bottom: -0.375rem;
}

/*# sourceMappingURL=podcast.min.css.map*/