/* 수상작 갤러리 */
img {max-width: 100%;}
#section__award {
  padding: 158px 0 134px;
  text-align: center;
}
#section__award .inner {
  max-width: 1640px;
}
#section__award .section__title {
  max-width: 680px;
  width: 100%;
}
.section__title--sub {
  font-size: 50px;
  font-weight: 700;
  margin: 44px 0 14px;
}
.section__desc {
  max-width:1400px;
  margin: auto;
}
.section__desc--box {
  padding: 20px 0;
  line-height: 44px;
  border: 3px dashed #E8E8E8;
  border-radius: 30px;
}
.section__desc--txt1,
.section__desc--txt2 {
  font-size: 26px;
}
.section__desc--txt1 {
  color: #2D2926;
}
.section__desc--txt1 span {
  color: #1CABE2;
}
.section__desc--txt2 {
  color: #77777A;
}
.section__desc--txt2 span {
  color: #2D2926;
}
.section__desc--noti {
  margin-top: 14px;
  text-align: right;
}
.section__desc--noti p{
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #77777A;
}
.section__desc--noti p::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon_noti_gray@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  margin-left: -24px;
}
.award__wrap {
  padding: 197px 100px 100px;
  border-radius: 80px;
  position: relative;
  background-image: url(../images/bg_check.png);
  background-repeat: repeat;
  background-position: 23px 0px;
  background-size: 45px 45px;
  margin-top: 60px;
}
.award__wrap--mid {
  padding-top: 230px;
}
.award__wrap::before {
  content: '';
  display: block;
  width: 156px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.award__wrap01 {
  margin-top: 70px;
  background-color: rgba(255, 194, 14, 0.1);
}
.award__wrap02 {
  background-color: #EDF2F4;
}
.award__wrap03 {
  background-color: #E7EAF4;
}
.award__wrap04 {
  background-color: #E9F7FD;
}
.award__wrap05 {
  background-color: #ECF8E6;
}
.award__wrap01::before {
  background: url(../images/medal_obj01@2x.png) no-repeat 0 0 / contain;
}
.award__wrap02::before {
  background: url(../images/medal_obj02@2x.png) no-repeat 0 0 / contain;
}
.award__wrap03::before {
  background: url(../images/medal_obj03@2x.png) no-repeat 0 0 / contain;
}
.award__wrap04::before {
  background: url(../images/medal_obj04@2x.png) no-repeat 0 0 / contain;
}
.award__wrap05::before {
  height: 173px;
  background: url(../images/medal_obj05@2x.png) no-repeat 0 0 / contain;
}

.award__title {
  display: block;
  margin: 0 auto;
}

.award__swiper {
  display: none;
}
.award__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}
.award__wrap--mid .award__container {
  justify-content: flex-start;
}
.award__wrap02 .award__container {
  gap: 30px;
  justify-content: space-between;
}
.award__wrap--mid .award__container {
  gap: 34px;
}
.award__box {
  width: 100%;
  position: relative;
}
.award__wrap01 .award__box {
  max-width: 740px;
}
.award__wrap02 .award__box {
  width: calc(50% - 15px);
  max-width: 660px;
}
.award__wrap02 .award__box:first-child::before {
  background: url(../images/shining_obj01@2x.png) no-repeat 0 0 / contain;
  top: 170px;
  left: -7px;
}
.award__wrap02 .award__box:last-child::before {
  background: url(../images/shining_obj01@2x.png) no-repeat 0 0 / contain;
  top: 328px;
  left: -16px;
}
.award__wrap02 .award__box:last-child::after {
  background: url(../images/shining_obj01@2x.png) no-repeat 0 0 / contain;
  bottom: 46px;
  right: -20px;
}

.award__wrap--mid .award__box {
 width: calc((100% - 68px) / 3);
 border-radius: 30px;
 padding: 0 5px 5px;
}
.award__wrap03 .award__box {
 border: 2px solid #0E2472;
 background: #374EA2;
}
.award__wrap04 .award__box {
 border: 2px solid #0E6A8D;
 background: #1CABE2;
}
.award__wrap--winner .award__box::before,
.award__wrap--winner .award__box::after {
  content: '';
  display: block;
  width: 50px;
  height: 65px;
  position: absolute;
}
.award__wrap01 .award__box::before {
  background: url(../images/shining_obj01@2x.png) no-repeat 0 0 / contain;
  left: -20px;
  bottom: 40px;
}
.award__wrap01 .award__box::after {
  background: url(../images/shining_obj02@2x.png) no-repeat 0 0 / contain;
  right: -20px;
  top: 240px;
}

.award__wrap--winner .box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 15px);
  height: 90px;
  margin-left: 10px;
  border: 2px solid #2D2926;
  border-radius: 30px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 0px 0px #2D2926;
  position: relative;
}
.award__wrap--winner .box__head::before,
.award__wrap--winner .box__head::after {
  content: '';
  display: block;
  width: 25px;
  height: 71px;
  background: url(../images/award_box_obj@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 70px;
  z-index: 2;
}
.award__wrap--winner .box__head::before {
  left: 72px;
}
.award__wrap--winner .box__head::after {
  right: 72px;
}
.award__wrap01 .box__head {
  background: #FFC20E;
}
.award__wrap02 .box__head {
  background: #B9BBBC;
}
.award__wrap--winner .box__class::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #fff;
  opacity: 0.5;
  margin: 0 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.award__wrap--mid .box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px 20px;
  font-size: 24px;
  color: #fff;
}
.award__wrap--mid .box__class {
  width: 142px;
  line-height: 45px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
}
.award__wrap--mid .box__class.elem {
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}
.award__wrap--winner .box__content {
  width: 100%;
  border: 3px solid #2D2926;
  border-radius: 40px 40px 35px 35px;
  margin-top: 12px;
}
.award__wrap01 .box__content {
  height: 610px;
  background: #FFC20E;
}
.award__wrap02 .box__content {
  height: 540px;
  background: #B9BBBC;
}
.content__inner {
  width: calc(100% - 14px);
  height: calc(100% - 4px);
  border-radius: 30px;
  border: 3px solid #2D2926;
  background: #fff;
  margin: -2px auto 0;
  overflow: hidden;
}
.award__wrap--mid .box__content {
  height: 400px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.award__wrap03 .box__content {
  border: 2px solid #0E2472;
}
.award__wrap04 .box__content {
  border: 2px solid #0E6A8D;
}
.box__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.icon__gift > * {
  position: absolute;
}
.icon__gift01 {
  width: 329px;
  height: 300px;
  position: absolute;
  bottom: -15px;
  right: 100px;
}
.gift--lid01 {
  left: 40px;
  bottom: 68px;
  z-index: 1;
  transition: transform 0.2s;
}
.gift--box01 {
  left: 33px;
  bottom: -20px;
}
.gift--text01 {
  top: 0;
  left: 0;
  transition: top 0.2s;
}
.icon__gift01:hover .gift--lid01 {
  transform: rotate(5deg);
}
.icon__gift01:hover .gift--text01 {
  top: -10px;
}
.icon__gift02 {
  width: 244px;
  height: 245px;
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.gift--lid02 {
  left: 40px;
  bottom: 55px;
  z-index: 1;
  transition: transform 0.2s;
}
.gift--box02 {
  left: 36px;
  bottom: -20px;
}
.gift--text02 {
  top: 0;
  left: 0;
  transition: top 0.2s;
}
.icon__gift02:hover .gift--lid02 {
  transform: rotate(5deg);
}
.icon__gift02:hover .gift--text02 {
  top: -10px;
}

.award__number--mobile {
  display: none;
}
.award__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 30px 0 40px;
}
.award__number dt {
  margin-right: 50px;
}
.award__number dd:first-of-type::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #ccc;
  margin: 0 40px;
}
.group__head {
  border-bottom: 1px solid #2D2926;
  position: relative;
}
.group__head::before, 
.group__head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
}
.group__head::before {
  width: 138px;
  height: 92px;
  background: url(../images/group_head_obj01.png) no-repeat 0 0 / contain;
  left: 60px;
}
.group__head::after {
  width: 277px;
  height: 156px;
  background: url(../images/group_head_obj02.png) no-repeat 0 0 / contain;
  right: 3px;
}
.award__wrap05 .award__number dd:first-of-type strong {
  color: #80BD41;
}
.award__wrap05 .award__number dd:last-of-type strong {
  color: #00833E;
}

.award__wrap05 .award__container {
  margin-top: 0;
}
#section__award .noti {
  text-align: right;
  margin-top: 40px;
}
#section__award .noti li {
  display: inline-block;
}
.group__notice::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_noti_gray@2x.png) no-repeat 0 0 / contain;
  position: absolute;
}
.btn__group {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 50px 0 45px;
  border-radius: 25px;
  border: 2px solid #4E7C1F;
  background: #80BD41;
  color: #fff;
  margin-top: 20px;
  position: relative;
}
.btn__group::before {
  content: '';
  display: block;
  width: 44px;
  height: 39px;
  background: url(../images/icon_flower01@2x.png) no-repeat 0 0 / contain;
}
.btn__group--elem {
  border: 2px solid #135633;
  background: #00833E;
}
.btn__group--elem::before {
  width: 45px;
  height: 55px;
  background: url(../images/icon_flower02@2x.png) no-repeat 0 0 / contain;
}
.group__info {
  display: flex;
  align-items: center;
  
}
.group__info--class {
  width: 138px;
  line-height: 48px;
  border-radius: 40px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0 25px 0 30px;
}
.btn__group--elem .group__info--class {
  background: rgba(255, 255, 255, 0.9);
  color: #00833E;
}
.group__info--name {
  font-size: 35px;
}
.group__pdf {
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
}
.group__pdf::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.2s;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.btn__group:hover .group__pdf::before {
  width: calc(100% - 50px);
}
.group__pdf i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon_download02@2x.png) no-repeat 0 0 / contain;
  margin-left: 10px;
}

.award--deco {
  position: absolute;
  z-index: 1;
}
.award01_deco01 {
  top: -53px;
  left: 215px;
  animation: rotateL 1s ease-in-out infinite alternate;
}
.award01_deco02 {
  top: 337px;
  left: 125px;
  animation: float 3s ease-in-out infinite;
}
.award01_deco03 {
  bottom: 132px;
  left: -15px;
  animation: shining3 2s ease-in-out infinite;
}
.award01_deco04 {
  top: 151px;
  right: 50px;
  animation: float2 2s ease-in-out infinite;
}
.award01_deco05 {
  top: 291px;
  right: 177px;
  animation: float 2.5s ease-in-out infinite;
}
.award01_deco06 {
  bottom: 25px;
  right: -45px;
  animation: rotateR 1.5s ease-in-out infinite alternate;
}

.award02_deco01 {
  top: 20px;
  left: 70px;
  animation: rotateL 1s ease-in-out infinite alternate;
}
.award02_deco02 {
  top: 201px;
  left: 198px;
  animation: rotateR 0.8s ease-out infinite alternate;
}
.award02_deco03 {
  top: 514px;
  left: -30px;
  animation: shining3 2s ease-in-out infinite;
}
.award02_deco04 {
  top: 110px;
  right: 125px;
  animation: rotateL 1s ease-in-out infinite alternate;
}
.award02_deco05 {
  top: 160px;
  right: -44px;
  animation: rotateR 1s ease-in-out infinite alternate;
}
.award02_deco06 {
  bottom: 185px;
  right: -40px;
  animation: shining3 2s ease-in-out infinite;
}

.award03_deco01 {
  top: 168px;
  left: 92px;
  animation: rotateL 1s ease-in-out infinite alternate;
}
.award03_deco02 {
  top: 36%;
  left: -102px;
  animation: rotateL 1s ease-in-out infinite alternate;
}
.award03_deco03 {
  top: 72%;
  left: -84px;
  animation: rotateL 1.2s ease-in-out infinite alternate;
}
.award03_deco04 {
  top: 114px;
  right: -29px;
  animation: rotateL 2s ease-in-out infinite alternate;
}
.award03_deco05 {
  top: 26%;
  right: -41px;
  animation: rotateL 1.5s ease-in-out infinite alternate;
}
.award03_deco06 {
  top: 54%;
  right: -100px;
  animation: rotateR 1s ease-in-out infinite alternate;
}
.award03_deco07 {
  right: 90px;
  bottom: 70px;
}

.award04_deco01 {
  top: 26px;
  left: -71px;
  animation: rotateL 1.5s ease-in-out infinite alternate;
}
.award04_deco02 {
  top: 40%;
  left: -120px;
  animation: rotateR 1s ease-in-out infinite alternate;
}
.award04_deco03 {
  top: 72%;
  left: -105px;
  animation: rotateR 1s ease-in-out infinite alternate;
}
.award04_deco04 {
  top: 25%;
  right: -50px;
  animation: rotateL 1.3s ease-in-out infinite alternate;
}
.award04_deco05 {
  top: 56%;
  right: -60px;
  animation: rotateR 1.2s ease-in-out infinite alternate;
}
.award04_deco06 {
  bottom: 510px;
  right: -65px;
  animation: rotateL 1s ease-in-out infinite alternate;
}

.award05_deco01 {
  top: 227px;
  left: -10px;
}
.award05_deco02 {
  bottom: 75px;
  left: -30px;
}
.award05_deco03 {
  top: 15px;
  right: -38px;
}
.award05_deco04 {
  bottom: 70px;
  right: -36px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shining3 {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@media screen and (max-width: 1640px) {
  .award__wrap--mid .box__content {
    height: 24.4vw;
  }
}

@media screen and (max-width: 1440px) {
  .award__wrap {
    padding: 197px 50px 100px;
  }

  .award01_deco02 {
    left: 20px;
  }
  .award01_deco04 {
    right: -30px;
  }
  .award01_deco05 {
    right: 100px;
  }
  .icon__gift01 {
    right: calc(50% - 554px);
  }
  .award03_deco07 {
    right: 20px;
  }

}

@media screen and (max-width: 1400px) {
  .award__wrap02 .box__content {
    height: 38vw;
  }
}
@media screen and (max-width: 1200px) {
  .award__wrap--mid .award__box {
    width: calc(50% - 17px);
  }
  .award__wrap--mid .box__content {
    height: 33vw;
  }
  .award03_deco07 {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .section__title--sub {
    font-size: 4.89vw;
  }
  .section__desc {
    font-size: 2.35vw;
  }
  .award__wrap--winner .box__head {
    font-size: 32px;
  }
  .award__wrap--winner .box__class::after {
    margin: 0 25px;
  }
  .award__wrap02 .award__container {
    gap: 50px;
    justify-content: center;
    flex-direction: column;
  }
  .award__wrap02 .award__box {
    width: 100%;
    max-width: 740px;
  }
  .award__wrap02 .box__content {
    height: 540px;
  }
  .award__wrap--mid .box__content {
    /* height: 39vw; */
  }
  .btn__group {
    padding: 0 20px;
  }
  .group__info--class {
    font-size: 24px;
    width: 110px;
    margin: 0 20px;
  }
  .group__info--name {
    font-size: 30px;
  }
  .group__pdf {
    font-size: 18px;
  }
  .group__head::before,
  .group__head::after {
    display: none;
  }

  /* 꾸밈 */
  .icon__gift01 {
    width: 222px;
    height: 263px;
    bottom: -25px;
    right: -70px;
  }
  .award01_deco01 {
    left: 20px;
  }
  .award01_deco06 {
    display: none;
  }
  .award02_deco06 {
    bottom: 280px;
  }
  .award03_deco01 {
    width: 14.1vw;
    left: 9vw;
  }
  .icon__gift--m {
    position: absolute;
    right: -15px;
  }
  .icon__gift02--m1 {
    top: calc(50% - 75px);
  }
  .icon__gift02--m2 {
    bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  #section__award {
    padding: 60px 0;
  }
  #section__award .inner {
    padding: 0 10px;
  }
  .section__title--sub {
    font-size: 32px;
  }
  .section__desc--box {
    padding: 0.875rem 0;
  }
  .section__desc--txt1,
  .section__desc--txt2 {
    font-size: 0.938rem;
    line-height: 1.563rem;
  }
  .section__desc--noti {
    margin-top: 0.625rem;
    text-align: center;
  }
  .section__desc--noti p{
    font-size: 0.813rem;
    margin-right: -23px;
  }
  .award__wrap::before {
    width: 78px;
    height: 100px;
  }
  .award__wrap {
    padding: 110px 20px 50px;
    border-radius: 20px;
    background-size: 23px 23px;
    margin-top: 40px;
  }
  .award__wrap01 {
    margin-top: 70px;
  }
  .award__wrap--winner {
    padding-top: 100px;
  }
  .award__title {
    height: 54px;
  }
  .award__wrap--winner .award__title {
    height: 70px;
  }
  .award__title img {
    height: 100%;
  }
  .award__container {
    margin-top: 20px;
  }
  .content__inner {
    border-width: 2px;
    border-radius: 14px;
  }
  .award__wrap--winner .box__head {
    height: 40px;
    font-size: 20px;
    border-radius: 12px;
    box-shadow: 1px 1px 0px 0px #2D2926;
  }
  .award__wrap--winner .box__class::after {
    height: 12px;
  }
  .award__wrap--winner .box__content {
    border-width: 2px;
    border-radius: 17px;
    margin-top: 6px;
  }
  .content__inner {
    width: calc(100% - 10px);
    height: calc(100% - 3px);
  }

  .award__wrap--winner .award__box {
    /* max-width: 315px; */
    max-width: 500px;
  }
  .award__wrap--mid .award__box {
    width: 100%;
  }

  .award__wrap--winner .box__head::before,
  .award__wrap--winner .box__head::after {
    width: 12px;
    height: 35px;
    top: 30px;
  }
  .award__wrap--winner .box__head::before {
    left: 20px;
  }
  .award__wrap--winner .box__head::after {
    right: 20px;
  }
  .award__wrap01 .box__content {
    height: 390px;
  }
  .award__wrap02 .box__content {
    height: 350px;
  }
  .award__wrap--mid .box__content {
    height: 70vw;
  }

  .award__wrap--mid .box__class {
    width: 94px;
    line-height: 30px;
    font-size: 16px;
  }
  .swiper-award3rdSwiper-elem .box__class,
  .swiper-award4thSwiper-elem .box__class {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
  }
  
  .award__number {
    display: none;
  }
  .award__number--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    padding: 0 10px;
  }
  .award__number--mobile dt {
    font-size: 22px;
    font-weight: 700;
  }
  .award__number--mobile dd {
    font-size: 20px;
  }
  .award__number--mobile dd strong {
    color: #374EA2;
  }
  #award4thSwiper .award__number--mobile dd strong {
    color: #1CABE2;
  }
  .award__wrap05 .award__number--mobile:first-of-type dd strong {
    color: #80BD41;
  }
  .award__wrap05 .award__number--mobile:last-of-type dd strong {
    color: #00833E;
  }
  .award__wrap05 .award__container:last-of-type .group__info--class {
    background: rgba(255, 255, 255, 0.8);
    color: #00833E;
  }

  .group__head {
    border-bottom: none;
  }
  .group__content {
    margin-top: 30px;
    padding-bottom: 50px;
    position: relative;
  }
  .group__content .noti {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .swiper-section {
    margin-top: 35px;
  }
  .swiper-section {
    margin-top: 35px;
  }
  .award__swiper .swiper {
    padding-bottom: 40px;
  }
  .swiper__btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
  }
  .swiper__btn--next {
    background: url(../images/btn_next@2x.png) no-repeat 0 0 / contain;
    right: 0;
  }
  .swiper__btn--prev {
    background: url(../images/btn_prev@2x.png) no-repeat 0 0 / contain;
    left: 0;
  }
  .swiper__btn--next:hover {
    background-image: url(../images/btn_next_on@2x.png);
  }
  .swiper__btn--prev:hover {
    background-image: url(../images/btn_prev_on@2x.png);
  }
  .swiper__pagination {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    
    font-size: 20px;
    color: #2D2926;
  }
  .swiper__pagination span {
    font-family: 'Allimjang';
  }
  .swiper-pagination-current {
    font-weight: 700;
    color: #374EA2;
  }

  #section__award .noti {
    text-align: left;
    margin-top: 26px;
  }
  #section__award .noti li {
    display: block;
  }
  .btn__group {
    padding: 18px 20px 15px;
    border-radius: 20px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
  .btn__group + .btn__group {
    margin-top: 10px;
  }
  .btn__group::before {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .btn__group--elem::before {
    width: 24px;
    height: 28px;
    background-image: url(../images/icon_flower02_m@2x.png);
  }
  .group__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .group__info--class {
    width: 72px;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
  }
  .group__info--name {
    font-size: 20px;
    margin: 12px 0;
  }
  .group__pdf {
    width: 100%;
    line-height: 36px;
    justify-content: center;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
  }
  .btn__group:hover .group__pdf::before {
    display: none;
  }
  .group__pdf i {
    width: 20px;
    height: 20px;
  }

  /* 꾸밈 */
  .award01_deco01 {
    width: 44px;
    top: -22px;
    left: 19px;
  }
  .award01_deco02 {
    width: 50px;
    left: 0;
    bottom: 30px;
    top: initial;
  }
  .award01_deco04 {
    width: 53px;
    top: -30px;
    right: -12px;
  }
  .award01_deco05 {
    width: 35px;
    top: 40px;
    right: 28px;
  }
  .award01_deco03 {
    display: none;
  }
  .award__wrap--winner .award__box::before,
  .award__wrap--winner .award__box::after {
    width: 25px;
    height: 33px;
  }
  .award__wrap01 .award__box::after {
    top: -8px;
    left: 2px;
    right: initial;
  }
  .award__wrap--winner .award__box::before {
    top: 109px;
    right: -8px;
    left: initial;
  }
  .icon__gift01 {
    width: 110px;
    height: 124px;
    bottom: -32px;
    right: initial;
    left: calc(50% + 183px);
  }
  .award02_deco01 {
    width: 33px;
    top: -4px;
    left: 23px;
  }
  .award02_deco02 {
    width: 20px;
    top: 175px;
    right: 42px;
    left: initial;
  }
  .award02_deco03 {
    width: 21px;
    top: 224px;
    left: -10px;
  }
  .award02_deco04 {
    width: 24px;
    top: 80%;
    right: initial;
    left: 2px;
  }
  .award02_deco05 {
    width: 35px;
    top: -14px;
    right: -16px;
  }
  .award02_deco06 {
    width: 30px;
    top: 60%;
    right: 0;
  }
  .icon__gift--m {
    width: 106px;
    right: initial;
    left: calc(50% + 183px);
  }
  .icon__gift02--m1 {
    /* top: 408px; */
    top: calc(50% - 45px);
  }
  .icon__gift02--m2 {
    bottom: 30px;
  }
  .award__wrap02 .award__box:first-child::before {
    top: 230px;
    left: -1px;
  }
  .award__wrap02 .award__box:first-child::after {
    top: 109px;
    right: -8px;
    background: url(../images/shining_obj01@2x.png) no-repeat 0 0 / contain;
  }
  .award__wrap02 .award__box:last-child::before {
    top: 214px;
    left: -1px;
  }
  .award__wrap02 .award__box:last-child::after {
    bottom: 185px;
    right: -8px;
  }
  .award03_deco01 {
    width: 56px;
    top: 88px;
    left: -16px;
  }
  .award03_deco02 {
    width: 50px;
    top: 80%;
    left: -16px;
  }
  .award03_deco03 {
    display: none;
  }
  .award03_deco04 {
    width: 29px;
    top: 35px;
    right: 0;
  }
  .award03_deco05 {
    width: 33px;
    top: 50%;
    right: -10px;
  }
  .award03_deco06 {
    width: 60px;
    bottom: -40px;
    top: initial;
    right: 10px;
  }
  .award04_deco01,
  .award04_deco05 {
    display: none;
  }
  .award04_deco02 {
    width: 47px;
    top: initial;
    left: initial;
    bottom: -18px;
    right: 0;
  }
  .award04_deco03 {
    width: 57px;
    bottom: 72vw;
    top: initial;
    left: 0;
  }
  .award04_deco04 {
    width: 45px;
    top: 65px;
    left: 20px;
  }
  .award04_deco06 {
    width: 40px;
    top: 50%;
    right: -17px;
  }
  .award__wrap05 .award__number--mobile:last-of-type {
    margin-top: 40px;
  }
  .award__wrap05::after {
    content: '';
    display: block;
    width: 120px;
    height: 76px;
    background: url(../images/group_head_obj01.png) no-repeat 0 0 / contain;
    position: absolute;
    right: -10px;
    bottom: -20px;
  }
  .award__wrap05 .award--deco {
    width: 61px;
  }
  .award05_deco01 {
    top: 24px;
    left: -14px;
  }
  .award05_deco02 {
    left: -14px;
    bottom: -23px;
  }
  .award05_deco03 {
    display: none;
  }
  .award05_deco04 {
    top: 50%;
  }

}
@media screen and (max-width: 540px) {
  .award__wrap01 .box__content {
    height: 72vw;
  }
  .award__wrap02 .box__content {
    height: 65vw;
  }
  .icon__gift01 {
    left: initial;
    right: -33px;
  }
  .icon__gift--m {
    left: initial;
    right: -15px;
  }
}