@charset "UTF-8";
:root {
  --radius: 180;
  --speed: 8;
  --min-opacity: 1;
  --min-scale: 0.75;
  --y-scale: -1.25;
}

main {
  --ancient: #4185f4;
  --ancient-2: #ff6e3b;
  --black: #404146;
  --title-fz: 40px;
  --title-fw: 500;
  --title-fz2: 48px;
  margin-top: -40px;
  color: var(--black);
}
@media screen and (max-width: 920px) {
  main {
    --title-fz: 32px;
    --title-fz2: 38px;
  }
}
@media screen and (max-width: 780px) {
  main {
    --title-fz: 28px;
    --title-fz2: 32px;
  }
}
main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .m-title {
  font-size: var(--title-fz);
  font-weight: var(--title-fw);
  line-height: 1.2;
}
main .m-title-line {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
main .m-title-line span {
  display: block;
  flex: 1;
  white-space: nowrap;
}
main .m-title-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--ancient-2);
  margin-bottom: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 780px) {
  main .m-title-line {
    display: block;
  }
  main .m-title-line span {
    white-space: wrap;
  }
  main .m-title-line:after {
    margin-top: 16px;
  }
}
main .m-title-2 {
  font-size: var(--title-fz);
  font-weight: var(--title-fw);
  line-height: 1.2;
}
main .m-title-2-line {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
main .m-title-2-line span {
  display: block;
  flex: 1;
  white-space: nowrap;
}
main .m-title-2-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--ancient-2);
  margin-bottom: 10px;
  border-radius: 8px;
}
main .m-title-2-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--ancient-2);
  margin-bottom: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 780px) {
  main .m-title-2-line {
    display: block;
  }
  main .m-title-2-line span {
    white-space: wrap;
  }
  main .m-title-2-line:before {
    margin-top: 16px;
  }
  main .m-title-2-line:after {
    margin-top: 16px;
  }
}
main .m-top-bnr {
  border-radius: 24px;
  background: radial-gradient(237.11% 141.42% at 100% 0%, #4185f4 0%, #264d8e 62.02%, #142f70 100%);
  margin-bottom: 104px;
  color: var(--white, #fff);
  font-size: var(--title-fz2);
  font-weight: 500;
  display: flex;
  position: relative;
  margin-top: 60px;
}
main .m-top-bnr .m-col-1 {
  padding: 36px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  z-index: 2;
  position: relative;
}
main .m-top-bnr .m-col-1 .year {
  color: var(--white, #fff);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
main .m-top-bnr .m-col-2 {
  margin-top: 80px;
  width: 50%;
}
main .m-top-bnr .m-col-2 .bnr-40 {
  width: 100%;
}
@media screen and (max-width: 780px) {
  main .m-top-bnr .m-col-2 {
    position: relative;
  }
}
main .m-top-bnr .cloud {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform-style: preserve-3d;
  width: 60%;
  margin-left: 40%;
  opacity: 0;
}
main .m-top-bnr .cloud.cloud--ready {
  opacity: 1;
  transition: opacity 0.9s ease;
  transition-delay: var(--d, 0ms);
}
@media screen and (max-width: 780px) {
  main .m-top-bnr .cloud {
    zoom: 0.6;
    width: 100%;
    margin-left: 0;
  }
}
main .m-top-bnr .item {
  --sz: 150px;
  position: absolute;
  width: var(--sz);
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  will-change: transform, opacity;
  border: 2.931px solid #fff;
  border-radius: 2.931px;
}
main .m-top-bnr .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  main .m-top-bnr {
    display: block;
  }
  main .m-top-bnr .m-col-1 {
    width: 100%;
  }
  main .m-top-bnr .m-col-1 .year {
    padding-top: 24px;
    font-size: 20px;
  }
  main .m-top-bnr .m-col-2 {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 24px;
  }
  main .m-top-bnr .m-col-2 .bnr-40 {
    margin-left: 5%;
  }
}
main .m-blue-box {
  border-radius: 16px;
  background: #f2f6fd;
  padding: 128px 64px 104px 64px;
  text-align: center;
  margin-top: 180px;
}
main .m-blue-box .h2 {
  margin-bottom: 40px;
}
main .m-blue-box .img-40 {
  margin-top: -286px;
  width: 262px;
  height: 228px;
}
@media screen and (max-width: 780px) {
  main .m-blue-box {
    padding: 128px 32px 52px 32px;
  }
}
@media screen and (max-width: 780px) {
  main .old-photo {
    margin: 0 auto;
    display: block;
  }
}
main .section-old-paper {
  background-image: url("./img/paper-bg.jpg");
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
main .section-old-paper .container {
  opacity: 0.75;
  mix-blend-mode: darken;
}
main .section-old-paper .line-1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
main .section-old-paper .paper-title:before, main .section-old-paper .paper-title::after {
  content: "";
  display: block;
  height: 7px;
  background: var(--black);
}
main .section-old-paper .paper-title::before {
  margin-bottom: 4px;
}
main .section-old-paper .paper-title::after {
  margin-top: 4px;
}
main .section-old-paper .paper-title .h2 {
  margin-bottom: 0;
}
main .section-old-paper .paper-title .h2:before, main .section-old-paper .paper-title .h2::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--black);
}
main .section-old-paper .paper-title .h2 span {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: var(--title-fz);
}
main .section-old-paper .line-2 {
  padding-top: 84px;
}
main .section-old-paper .paper-row {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
main .section-old-paper .paper-col {
  width: 25%;
}
main .section-old-paper .v-line {
  background: var(--black);
  width: 1px;
  align-self: stretch;
}
@media screen and (max-width: 780px) {
  main .section-old-paper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 14px;
    padding-right: 14px;
    background-position: center;
  }
  main .section-old-paper .line-1 {
    display: block;
  }
  main .section-old-paper .line-1 span:nth-child(1) {
    display: block;
    margin-bottom: 12px;
  }
  main .section-old-paper .line-1 span:nth-child(2) {
    display: block;
    margin-bottom: 12px;
  }
  main .section-old-paper .line-2 {
    padding-top: 60px;
  }
  main .section-old-paper .paper-row {
    display: block;
  }
  main .section-old-paper .paper-col {
    width: 100%;
  }
  main .section-old-paper .paper-col img {
    width: 100%;
    height: auto;
  }
}
main .m-time-line {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
main .m-time-line-header_outer {
  height: 70px;
}
main .m-time-line-header {
  height: 70px;
}
main .m-time-line-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
}
main .m-time-line-header .m-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 70px;
}
main .m-time-line-header .m-dates {
  display: flex;
  gap: 48px;
}
main .m-time-line-header .m-dates .date-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1.2;
  color: #91a8bd;
  cursor: pointer;
}
main .m-time-line-header .m-dates .date-line.active {
  color: #5d758a;
}
main .m-time-line-header .m-dates .date-line .cnt {
  font-size: 24px;
  font-weight: 700;
}
main .m-time-line-header .m-dates .date-line .year {
  font-size: 10px;
  font-weight: 700;
  margin-left: -6px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
main .m-time-line-header .m-dates .date-line .year::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 84%;
  position: absolute;
  top: 8%;
  left: 0%;
  z-index: -1;
}
main .m-time-line-content .m-content .m-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  grid-auto-flow: row;
  padding-top: 20px;
}
main .m-time-line-content .m-content .m-row .vh .item {
  margin-bottom: 40px;
}
main .m-time-line-content .m-content .m-row .vh .item .img {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
main .m-time-line-content .m-content .m-row .vh .item .img .m-img {
  width: 100%;
}
main .m-time-line-content .m-content .m-row .vh .item .img .m-icon {
  position: absolute;
  bottom: -10px;
  right: -15px;
  transition: transform 0.15s ease-out;
  will-change: transform;
}
main .m-time-line-content .m-content .m-row .vh .item .cnt {
  font-size: 20px;
  margin-bottom: 8px;
}
main .m-time-line-content .m-content .m-row .vh .item .text {
  flex: 1 1 auto;
}
main .m-time-line-content .m-content .m-row .vh .item .text p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
main .m-time-line .dt-mobi {
  display: none;
}
main .m-time-line .arrow {
  display: none;
}
@media screen and (max-width: 780px) {
  main .m-time-line {
    background: var(--accent, #4185f4);
    margin-bottom: 40px;
  }
  main .m-time-line-header_outer {
    display: none;
  }
  main .m-time-line .header {
    background: var(--accent, #4185f4);
    margin-left: -12px;
    margin-right: -12px;
    padding: var(--padding-3, 8px) var(--24, 24px);
    color: var(--white, #fff);
    border-bottom: 1px solid rgba(225, 232, 245, 0.58);
    position: relative;
  }
  main .m-time-line .header .m-title {
    margin-bottom: 0;
  }
  main .m-time-line .header .m-title-line span {
    white-space: wrap;
    padding-right: 24px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
  }
  main .m-time-line .header .m-title-line:after {
    display: none;
  }
  main .m-time-line .header .arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  main .m-time-line .contents {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 24px;
    padding-right: 24px;
  }
  main .m-time-line .contents .h4 {
    padding-top: 40px;
  }
  main .m-time-line-content .m-content .m-row {
    display: block;
  }
  main .m-time-line-content .m-content .m-row .vh .item {
    margin-bottom: 20px;
    min-height: 0;
  }
  main .m-time-line-content .m-content.open .contents {
    opacity: 1;
    max-height: 10000px;
  }
  main .m-time-line-content .m-content.open .arrow {
    transform: rotate(180deg);
  }
  main .m-time-line .dt-mobi {
    display: block;
    font-size: 12px;
  }
}
main .m-events-line .m-event {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  padding-top: 24px;
}
main .m-events-line .m-event-date {
  font-size: 14px;
}
main .m-events-line .m-event-date span {
  display: block;
  font-size: 40px;
  font-weight: 500;
}
main .m-events-line .m-event-text {
  max-width: 665px;
}
main .m-events-line .m-event-text .h3 {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  main .m-events-line .m-event {
    display: block;
    margin-bottom: 0;
  }
  main .m-events-line .m-event-date span {
    font-size: 32px;
  }
  main .m-events-line .m-event-text {
    padding-top: 20px;
  }
}
main .hronology-title {
  display: none;
  font-size: var(--title-fz);
  font-weight: var(--title-fw);
  line-height: 1.2;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 780px) {
  main .hronology-title {
    display: block;
  }
  main .hronology-title::after {
    content: "";
    display: block;
    width: 100%;
    border-radius: 8px;
    background: var(--white, #fff);
    height: 4px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
main .m-banner {
  position: relative;
  overflow: hidden;
}
main .m-banner-w {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  main .m-banner-w {
    padding-bottom: 57.6%;
    border-radius: 24px;
  }
}
main .m-banner-over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent, #4185f4);
  mix-blend-mode: color;
  z-index: 2;
}
main .m-banner-text {
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  bottom: 32px;
  left: 32px;
  z-index: 2;
  max-width: 505px;
}
@media screen and (min-width: 781px) {
  main .m-banner-text {
    padding: 32px;
    width: 505px;
    height: 332px;
  }
}
@media screen and (min-width: 781px) {
  main .m-banner .bg {
    width: 505px;
    height: 332px;
    position: absolute;
    inset: 0;
    background: var(--accent, #4185f4);
    border-radius: var(--M, 16px);
    mix-blend-mode: multiply;
    z-index: 1;
    bottom: 32px;
    left: 32px;
    top: auto;
  }
}
main .m-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .m-banner-content .item {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
main .m-banner-content .item.active {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  main .m-banner-content {
    padding-bottom: 58%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }
  main .m-banner .m-banner-text {
    position: relative;
    bottom: 0;
    left: 0;
    color: var(--black, #404146);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 40px;
  }
}
main .m-banner-v2 {
  position: relative;
  overflow: hidden;
}
main .m-banner-v2-w {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  main .m-banner-v2-w {
    padding-bottom: 57.6%;
    border-radius: 24px;
  }
}
main .m-banner-v2-text {
  position: absolute;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 568px;
  z-index: 1;
  padding: 24px;
}
@media screen and (min-width: 781px) {
  main .m-banner-v2-text .bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 0 16px 0 0;
    z-index: -1;
    bottom: 0;
    left: 0;
  }
  main .m-banner-v2-text .bg::before {
    content: "";
    display: block;
    margin-top: -24px;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: #ffffff;
    -webkit-mask: radial-gradient(circle 24px at top right, transparent 24px, black 24px) top right;
            mask: radial-gradient(circle 24px at top right, transparent 24px, black 24px) top right;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  main .m-banner-v2-text .bg::after {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: #ffffff;
    -webkit-mask: radial-gradient(circle 24px at top right, transparent 24px, black 24px) top right;
            mask: radial-gradient(circle 24px at top right, transparent 24px, black 24px) top right;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
main .m-banner-v2-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .m-banner-v2-content .item {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
main .m-banner-v2-content .item.active {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  main .m-banner-v2-content {
    padding-bottom: 58%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }
  main .m-banner-v2-text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
  }
}
main .m-count__wrap .line {
  height: 1px;
  background: #5d758a;
  margin-bottom: 8px;
}
main .m-count__wrap .m-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
main .m-count__wrap .m-row .xl {
  color: var(--accent, #4185f4);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
main .m-count__wrap .m-row .text {
  color: var(--black, #404146);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 780px) {
  main .m-count__wrap .line {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  main .m-count__wrap .m-row .xl {
    font-size: 48px;
  }
}
@media screen and (max-width: 780px) {
  main .mobi-hp {
    padding-left: 14px;
    padding-right: 14px;
  }
}
main .m-count-text-m {
  color: var(--dark-grey, #5d758a);
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  main .m-count-text-m {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .m-count-2__wrap .line {
  color: var(--black, #404146);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
main .m-count-2__wrap .m-row .xl {
  color: var(--accent, #4185f4);
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  main .m-count-2__wrap .m-row .xl {
    font-size: 48px;
    line-height: 1;
  }
}
main .m-count-2__wrap .m-row .xl .pls {
  font-size: 24px;
}
main .m-count-2__wrap .m-row .text {
  color: var(--accent, #4185f4);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
main .m-row-count > div {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 780px) {
  main .m-row-count > div {
    padding-right: 14px;
    padding-left: 14px;
  }
}
main .m-cnt-line {
  display: flex;
}
main .m-cnt-line .year {
  color: var(--gray, #91a8bd);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: 56px;
}
main .m-cnt-line .year span {
  display: block;
  font-size: 12px;
}
main .m-cnt-line .count {
  width: 100%;
}
main .m-cnt-line .count .line {
  border-radius: 8px;
  background: var(--gray, #91a8bd);
  height: 8px;
  margin-top: 8px;
  margin-bottom: 4px;
}
main .m-cnt-line .count .text {
  color: var(--gray, #91a8bd);
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
main .m-cnt-line--blue .year {
  color: var(--ancient, #4185f4);
}
main .m-cnt-line--blue .count .line {
  background: var(--ancient, #4185f4);
}
main .m-cnt-line--blue .count .text {
  color: var(--ancient, #4185f4);
}
main .m-count-blue-w {
  padding: 16px;
  border-radius: 12px;
  background: var(--light, #f2f6fd);
  height: 100%;
}
@media screen and (max-width: 780px) {
  main .m-count-blue-w {
    width: -moz-fit-content;
    width: fit-content;
  }
}
main .m-btn-more {
  color: var(--link-2nd, #23527c);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid var(--dark-light, #e1e8f5);
  padding: 10px 16px;
}
main .m-btn-more:hover {
  text-decoration: none;
  opacity: 0.8;
}
main .row-spon {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  main .row-spon {
    display: block;
  }
  main .row-spon .col-spon {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
main .pop-up-awards {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  display: none;
  padding: 24px;
}
main .pop-up-awards.active {
  visibility: visible;
  opacity: 1;
  display: block;
}
main .pop-up-awards .content {
  background-color: #fff;
  padding: 40px 20px 20px 20px;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  height: 100%;
  position: relative;
}
main .pop-up-awards .content .text {
  overflow: scroll;
  position: relative;
  height: 100%;
  padding: 0 20px 20px 20px;
}
main .pop-up-awards .content .close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  main .pop-up-awards .content .text {
    padding-left: 0;
  }
}
main .pop-up-awards .title--blue b {
  color: var(--ancient, #4185f4);
}
main .pop-up-awards .title--blue .tx {
  color: #91a8bd;
}
main .pop-up-awards .title--orange {
  color: var(--accent-2, #ff6e3b);
}
main .pop-up-awards .title--orange .cnt {
  color: var(--accent-2, #ff6e3b) !important;
}
main .pop-up-awards .title--dark {
  color: var(--dark-grey, #5d758a);
}
main .pop-up-awards .cnt {
  color: var(--dark-grey, #5d758a) !important;
}
main .awards-list-int {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  text-align: left;
}
main .awards-list-int .each {
  margin-bottom: 60px;
}
main .awards-list-int .each .title {
  margin-bottom: 16px;
}
main .awards-list-int .each .title b {
  font-size: 20px;
  font-weight: 700;
}
main .awards-list-int .list .item {
  margin-bottom: 12px;
}
main .awards-list-int .list .item .cnt {
  color: var(--ancient);
  padding-left: 4px;
}
main .awards-list-int .list .item .cnt span {
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  main .awards-list-int {
    display: block;
  }
}

.noscroll {
  overflow: hidden;
}

/* фон для лайтбокса */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}
.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}