@charset "UTF-8";

.action__lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
  text-align: left
}

.action__lineup__item {
  width: 354px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden
}

.action__lineup__txt {
  padding: 1em 20px 0;
  font-size: 16px;
  line-height: 1.6
}

.action__lineup__txt small {
  font-size: 11.2px
}

.action__lineup__num {
  width: 83px;
  margin: 12px 20px 16px;
  border: 1.5px solid #000;
  border-radius: 10px;
  font-size: 11.2px;
  line-height: 1.8;
  text-align: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

.contents .action__lineup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #000
}

.contents .action__lineup__btn:hover {
  text-decoration: none
}

.contents .action__lineup__btn:hover .action__lineup__txt {
  text-decoration: underline
}

.contents .action__lineup__btn:hover .action__lineup__num {
  background: #DC1E37;
  border-color: #DC1E37;
  color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

.about__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden
}

.about__detail__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 50%;
  height: 278px;
  background: url(/global/about/ygc/assets/images/index/bnr_about.webp) no-repeat right top
}

.about__detail__ttl .navbtn {
  display: block;
  position: relative;
  width: 100%;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19.2px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

.about__detail__ttl .navbtn:after {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff
}

.about__detail__ttl .navbtn:hover {
  color: #DC1E37;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

.about__detail__ttl .navbtn:hover:after {
  border-top-color: #DC1E37;
  border-right-color: #DC1E37
}

.about__detail__list {
  width: 50%;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left
}

.about__detail__challenge {
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.about__detail__challenge .navbtn {
  display: block;
  position: relative;
  padding: 0.7em 2em 0.7em 0;
  font-size: 14px;
  line-height: 1.8;
  color: #000
}

.about__detail__challenge .navbtn:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

.about__detail__challenge .navbtn:hover:after {
  border-top-color: #DC1E37;
  border-right-color: #DC1E37;
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

.technology__nav {
  padding: 30px 35px 0 35px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: left
}

.technology__nav__item {
  padding: 0 0 30px 65px;
  font-size: 16px;
  line-height: 1.8
}

.technology__nav__item.bld {
  background: url(/global/about/ygc/assets/images/index/icon_bld.svg) no-repeat left top;
  background-size: 38px auto
}

.technology__nav__item em {
  display: inline-block;
  position: relative;
  margin-bottom: 0.2em;
  padding-right: 1.2em;
  font-size: 18.67px;
  font-weight: bold
}

.technology__nav__item em:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000
}

.technology__nav__item .navbtn {
  display: block;
  color: #000
}

.news__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left
}

.news__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.contents .news__item__btn {
  display: block;
  padding: 1em 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000
}

.contents .news__item__btn small {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 11.2px
}

@media screen and (max-width:767px) {
  .action__wrap {
    padding: 0 0 3.0769230769vw;
    overflow-x: scroll
  }

  .action__lineup {
    width: 190.7692307692vw;
    -webkit-column-gap: 3.0769230769vw;
    -moz-column-gap: 3.0769230769vw;
    column-gap: 3.0769230769vw
  }

  .action__lineup__item {
    width: 61.0256410256vw;
    border-width: 0.2564102564vw;
    border-radius: 2.5641025641vw
  }

  .action__lineup__txt {
    padding: 1em 4.6153846154vw 0;
    font-size: 3.5153846154vw
  }

  .action__lineup__txt small {
    font-size: 2.4615384615vw
  }

  .action__lineup__num {
    width: 17.9487179487vw;
    margin: 3.0769230769vw 4.6153846154vw 4.1025641026vw;
    border-width: 0.3846153846vw;
    border-radius: 3.0769230769vw;
    font-size: 2.4615384615vw
  }

  .about__detail {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    border-radius: 2.5641025641vw
  }

  .about__detail__ttl {
    width: auto;
    height: 46.1538461538vw;
    background: url(/global/about/ygc/assets/images/index/bnr_about_sp.webp) no-repeat center bottom;
    background-size: 100% auto
  }

  .about__detail__ttl .navbtn {
    padding: 4.6153846154vw;
    font-size: 4.9230769231vw
  }

  .about__detail__ttl .navbtn:after {
    right: 7.6923076923vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-top: 0.7692307692vw solid #fff;
    border-right: 0.7692307692vw solid #fff
  }

  .about__detail__list {
    width: auto;
    padding: 5.1282051282vw 4.6153846154vw
  }

  .about__detail__challenge {
    border-top: none;
    border-bottom: 0.2564102564vw solid rgba(0, 0, 0, 0.1)
  }

  .about__detail__challenge .navbtn {
    font-size: 3.0769230769vw
  }

  .about__detail__challenge .navbtn:after {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-top-width: 0.2564102564vw;
    border-right-width: 0.2564102564vw
  }

  .technology__nav {
    padding: 3.8461538462vw 4.6153846154vw 0 4.6153846154vw;
    border-radius: 2.5641025641vw
  }

  .technology__nav__item {
    padding: 0 0 3.8461538462vw 10.2564102564vw;
    font-size: 3.5153846154vw;
    line-height: 1.6
  }

  .technology__nav__item.bld {
    background-size: 6.1538461538vw auto
  }

  .technology__nav__item em {
    font-size: 4.1025641026vw
  }

  .technology__nav__item em:after {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-top-width: 0.7692307692vw;
    border-right-width: 0.7692307692vw
  }

  .news__item {
    border-bottom-width: 0.2564102564vw
  }

  .news__item:first-child {
    border-top-width: 0.2564102564vw
  }

  .contents .news__item__btn {
    font-size: 4.1025641026vw
  }

  .contents .news__item__btn small {
    font-size: 2.8717948718vw
  }
}
