/* line 1, app/assets/stylesheets/home.scss */
hr {
  width: 80px;
  height: 5px;
  color: #00d51d;
  opacity: 1;
}

/* line 7, app/assets/stylesheets/home.scss */
.card-title {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0%;
  height: 100%;
  position: relative;
}

/* line 15, app/assets/stylesheets/home.scss */
.card-body {
  padding: .7rem .9rem;
  height: 122px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 22, app/assets/stylesheets/home.scss */
.card img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 30, app/assets/stylesheets/home.scss */
.card {
  border: none;
  background: #fcfcfc;
  letter-spacing: .009rem;
  box-shadow: 0 0 3px 1px #eaeee9;
}

/*.card:hover {
    box-shadow: 0px 0px 14px 0px #c7f5c7;
    transform: translateY(-5px);
}*/
/* line 42, app/assets/stylesheets/home.scss */
.card a:hover {
  color: #00d51d;
}

/* line 45, app/assets/stylesheets/home.scss */
.card > a:hover + .card-body a {
  color: #00d51d;
}

/* line 48, app/assets/stylesheets/home.scss */
.card-title a {
  text-decoration: none;
  color: #333733;
  text-align: left;
  position: absolute;
  font-weight: 500;
  line-height: 1.4;
  top: 0;
  left: 0;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/home.scss */
.ysn-index-card-attribute-wrapper {
  position: absolute;
  bottom: 20px;
  font-size: .9rem;
  padding: 0rem .9rem;
  width: 100%;
}

/*.ysn-index-card-attribute-tag {
    border: thin solid;
    border-radius: 5px;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0rem;
    font-size: .7rem;
    text-align: center;
    color: #3ddd53;
}*/
/* line 84, app/assets/stylesheets/home.scss */
.ysn-index-card-attribute-date {
  font-size: .85rem;
}

/* line 88, app/assets/stylesheets/home.scss */
.ysn-index-card-attribute {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 94, app/assets/stylesheets/home.scss */
.ysn-index-category-title {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 600;
  color: #333733;
  box-shadow: inset 0 -10px 0 #4ad05d;
}

/* line 105, app/assets/stylesheets/home.scss */
.ysn-index-category-description {
  color: #979494;
  font-size: .88rem;
  margin-bottom: 0;
  flex: 1;
}

/* line 112, app/assets/stylesheets/home.scss */
.ysn-main-feature-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  font-weight: 500;
}

/* line 119, app/assets/stylesheets/home.scss */
.ysn-main-feature-container img {
  max-width: 100%;
  display: block;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.2s ease-in-out;
  aspect-ratio: 16/9;
}

/* line 128, app/assets/stylesheets/home.scss */
.ysn-main-feature-container a:hover img {
  filter: brightness(120%);
}

/* line 131, app/assets/stylesheets/home.scss */
.ysn-main-feature-primary-container {
  grid-row: 1/5;
  position: relative;
  display: inline-block;
}

/* line 137, app/assets/stylesheets/home.scss */
.ysn-main-feature-secondary-container {
  position: relative;
  display: inline-block;
}

/* line 142, app/assets/stylesheets/home.scss */
.ysn-main-feature-primary-container a,
.ysn-main-feature-secondary-container a {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}

/* line 150, app/assets/stylesheets/home.scss */
.ysn-main-feature-primary-container a::after,
.ysn-main-feature-secondary-container a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 163, app/assets/stylesheets/home.scss */
.ysn-main-feature-secondary-headline-container,
.ysn-main-feature-primary-headline-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

/* line 173, app/assets/stylesheets/home.scss */
.ysn-main-feature-primary-headline-container > span,
.ysn-main-feature-secondary-headline-container > span {
  display: inline-block;
  color: #fff;
}

/* line 179, app/assets/stylesheets/home.scss */
.ysn-main-feature-primary-headline-container {
  font-size: 1rem;
  line-height: 1.2;
  padding: 3%;
}

/* line 185, app/assets/stylesheets/home.scss */
.ysn-main-feature-secondary-headline-container {
  font-size: 1rem;
  line-height: 1.2;
  padding: 3%;
}

/* line 191, app/assets/stylesheets/home.scss */
.ysn-index-category-title-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

/* line 197, app/assets/stylesheets/home.scss */
.ysn-index-linkgroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 2rem;
  /*align-items: center;
    justify-content: center;
    gap: 2rem;
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;*/
}

/* line 210, app/assets/stylesheets/home.scss */
.ysn-index-linkgroup a {
  /*display: inline-block;
    padding: .4rem 1.2rem;
    border:thin solid #00d51d;  
    border-radius: 24px;*/
  font-size: .88rem;
  font-weight: 400;
  text-decoration: none;
}

/* line 220, app/assets/stylesheets/home.scss */
.ysn-index-linkgroup a::after {
  content: "\279C";
  margin-left: .5rem;
}

/* line 225, app/assets/stylesheets/home.scss */
.ysn-index-itnews-wrapper ul li {
  display: flex;
  gap: 0 1.5rem;
  /*padding: 0.44rem 1.4rem;*/
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: .9rem;
  letter-spacing: .009rem;
}

/*.ysn-index-itnews-wrapper ul li:not(:first-child) {
    margin: .54rem 0;
}*/
/* line 240, app/assets/stylesheets/home.scss */
.ysn-index-itnews-wrapper ul li .ysn-index-itnews-topic {
  margin: 0;
  position: relative;
  flex: 1;
  font-size: .9rem;
}

/* line 247, app/assets/stylesheets/home.scss */
.ysn-index-itnews-topic-link {
  color: #333733;
  text-decoration: none;
  font-size: 1rem;
  transition: 0s;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  line-height: 1.4;
}

/* line 263, app/assets/stylesheets/home.scss */
.ysn-index-itnews-topic-link:hover {
  color: #1ec935;
  text-decoration: underline;
  transition: 0s;
}

/* line 269, app/assets/stylesheets/home.scss */
.ysn-index-itnews-wrapper ul li .ysn-index-itnews-meta {
  display: flex;
  font-size: .85rem;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
}

/* line 277, app/assets/stylesheets/home.scss */
.ysn-index-itnews-logo {
  flex-basis: 66px;
  background: #fff;
  border-radius: 50%;
  height: 66px;
  /*box-shadow: 0px 7px 14px 0px #efffef;*/
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-shrink: 0;
}

/* line 289, app/assets/stylesheets/home.scss */
.ysn-index-itnews-logo i {
  font-size: 2rem;
  color: #cff5d1;
}

/* line 293, app/assets/stylesheets/home.scss */
.ysn-index-itnews-logo img {
  width: 100%;
}

/* line 297, app/assets/stylesheets/home.scss */
.ysn-index-itnews-tag, .ysn-index-card-attribute-tag {
  border: thin solid;
  font-size: .85rem;
  border-radius: 5px;
  padding: .1rem .6rem;
  min-width: 98px;
  margin-bottom: 0rem;
  text-align: center;
}

/* line 306, app/assets/stylesheets/home.scss */
.ysn-index-card-attribute-tag {
  color: #3ddd53;
}

/* line 309, app/assets/stylesheets/home.scss */
.ysn-index-itnews-tag-wrapper {
  color: white;
  display: none;
}

/* line 313, app/assets/stylesheets/home.scss */
.ysn-index-itnews-company {
  border: thin solid;
  padding: 0rem .5rem;
  margin-bottom: 0rem;
  text-align: center;
  text-decoration: none;
  color: #00d51d;
}

/* line 321, app/assets/stylesheets/home.scss */
.ysn-index-itnews-company:hover {
  color: white;
  background: #33e533;
  border: thin solid #33e533;
}

/* line 326, app/assets/stylesheets/home.scss */
.ysn-index-itnews-company::before {
  content: '\f0b1';
  display: inline-block;
  padding-right: .5rem;
  font-family: 'Font Awesome 6 Free';
}

/* line 332, app/assets/stylesheets/home.scss */
.ysn-index-itnews-date {
  margin-bottom: 0;
  text-align: center;
  background: #efefef;
  padding: 0px 0.8rem;
  border: thin solid #efefef;
}

/* line 340, app/assets/stylesheets/home.scss */
.ysn-index-product-wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
}

/* line 344, app/assets/stylesheets/home.scss */
.ysn-index-product-title {
  font-size: 1.44rem;
  color: #3ddd53;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2;
}

/* line 352, app/assets/stylesheets/home.scss */
.ysn-index-product-info:not(:first-child) {
  margin-top: 1rem;
}

/* line 356, app/assets/stylesheets/home.scss */
.ysn-index-product-wrapper img {
  max-width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

/* line 364, app/assets/stylesheets/home.scss */
#linkgroup-feature {
  justify-content: flex-start;
  position: relative;
  top: -50%;
}

/* line 370, app/assets/stylesheets/home.scss */
#linkgroup-feature div:first-child {
  margin-left: 55px;
}

/* line 374, app/assets/stylesheets/home.scss */
#linkgroup-feature div:last-child {
  margin-right: 55px;
}

/* line 378, app/assets/stylesheets/home.scss */
.next::before {
  content: "\003E";
  transition: .2s;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3e403dda;
  color: #fff;
  border-radius: 30px;
}

/* line 391, app/assets/stylesheets/home.scss */
.prev::before {
  content: "\003C";
  transition: .2s;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  background: #3e403dda;
  color: #fff;
}

/* line 404, app/assets/stylesheets/home.scss */
.ysn-index-topics-wrapper {
  /*background: #f4f9f4;*/
  border-top: 3px solid #cff5d1;
  border-bottom: 3px solid #cff5d1;
}

/* line 409, app/assets/stylesheets/home.scss */
.ysn-index-itnews-topic-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: .5rem;
  align-self: stretch;
}

@media screen and (min-width: 992px) {
  /* line 418, app/assets/stylesheets/home.scss */
  .ysn-index-header-wrapper {
    /*border-right: 5px dotted #cff5d1;*/
    border-right: none;
  }
  /* line 422, app/assets/stylesheets/home.scss */
  .ysn-main-feature-container {
    display: grid;
    grid-template-columns: 4fr 2fr 2fr;
    grid-template-rows: 1fr 1fr;
  }
  /* line 428, app/assets/stylesheets/home.scss */
  .ysn-main-feature-primary-container {
    grid-row: 1/5;
    position: relative;
    display: inline-block;
  }
  /* line 434, app/assets/stylesheets/home.scss */
  .ysn-main-feature-secondary-container {
    position: relative;
    display: inline-block;
  }
  /* line 439, app/assets/stylesheets/home.scss */
  .ysn-main-feature-primary-container a::after,
.ysn-main-feature-secondary-container a::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 0;
    transform: translate3d(0, 0, 0);
  }
  /* line 452, app/assets/stylesheets/home.scss */
  .ysn-main-feature-secondary-headline-container,
.ysn-main-feature-primary-headline-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
  }
  /* line 462, app/assets/stylesheets/home.scss */
  .ysn-main-feature-primary-headline-container > span,
.ysn-main-feature-secondary-headline-container > span {
    display: inline-block;
    color: #fff;
  }
  /* line 468, app/assets/stylesheets/home.scss */
  .ysn-main-feature-primary-headline-container {
    font-size: 1.77rem;
    line-height: 1.3;
    padding: 3%;
  }
  /* line 474, app/assets/stylesheets/home.scss */
  .ysn-main-feature-secondary-headline-container {
    font-size: 1rem;
    line-height: 1.2;
    padding: 2.5%;
  }
  /* line 480, app/assets/stylesheets/home.scss */
  .ysn-index-itnews-logo {
    flex-basis: 66px;
    height: 66px;
  }
  /* line 484, app/assets/stylesheets/home.scss */
  .ysn-index-product-info {
    margin-bottom: 4rem;
    min-height: 258px;
  }
  /* line 488, app/assets/stylesheets/home.scss */
  .ysn-index-product-wrapper .row:nth-child(even) {
    flex-direction: row-reverse;
  }
  /* line 492, app/assets/stylesheets/home.scss */
  .ysn-index-product-info:not(:first-child) {
    margin-top: 1rem;
  }
  /* line 496, app/assets/stylesheets/home.scss */
  #linkgroup-feature {
    justify-content: center;
  }
  /* line 500, app/assets/stylesheets/home.scss */
  #linkgroup-feature div:first-child {
    margin-left: 0;
  }
  /* line 504, app/assets/stylesheets/home.scss */
  #linkgroup-feature div:last-child {
    margin-right: 0;
  }
  /* line 508, app/assets/stylesheets/home.scss */
  .ysn-main-feature-container img {
    aspect-ratio: auto;
  }
  /* line 512, app/assets/stylesheets/home.scss */
  .ysn-index-itnews-topic-link {
    display: inline;
    line-height: 1.6;
  }
  /* line 517, app/assets/stylesheets/home.scss */
  .ysn-index-itnews-tag-wrapper {
    display: block;
  }
}
