/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
#mvSubPage {
  background-color: #FFF;
}

#mvSubPage .mv {
  background-image: none;
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  #mvSubPage .mv {
    height: auto !important;
  }
}

@media screen and (max-width: 480px) {
  #mvSubPage .mv {
    height: auto !important;
  }
}

#mvSubPage .mv .PC {
  display: block;
}

@media screen and (max-width: 767px) {
  #mvSubPage .mv .PC {
    display: none;
  }
}

#mvSubPage .mv .SP {
  display: none;
}

@media screen and (max-width: 767px) {
  #mvSubPage .mv .SP {
    display: block;
  }
}

#present {
  background-color: #E6E6E6;
  padding-top: 30px;
  padding-bottom: 43px;
}

#present .boxOuter {
  background-color: #FFF;
  padding: 30px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  #present .boxOuter {
    padding: 30px 15px;
  }
}

#present .boxOuter .firstImg {
  display: flex;
  justify-content: center;
  max-width: 680px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 848px) {
  #present .boxOuter .firstImg {
    display: block;
  }
}

#present .boxOuter .firstImg img {
  width: 100%;
  height: auto;
}

#present .boxOuter .desc {
  max-width: 848px;
  width: 100%;
  margin: auto;
  padding-right: 30px;
  margin-bottom: 30px;
}

#present .boxOuter .desc p {
  font-weight: bold;
  font-feature-settings: "palt";
  border-bottom: 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.7;
}

#present .boxOuter .btnBox {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

#present .boxOuter .btnBox a {
  width: 280px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #64D017;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 27px;
}

#present .boxOuter .btnBox a img {
  margin-right: 10px;
}

#present .boxOuter .giftList .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  background-color: #e83f29;
  margin-bottom: 30px;
}

#present .boxOuter .giftList .heading img {
  margin: 0 10px;
}

#present .boxOuter .giftList .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#present .boxOuter .giftList .inner .item {
  width: 31%;
  margin-bottom: 30px;
}

#present .boxOuter .giftList .inner .item.left {
  margin-left: 15%;
}

#present .boxOuter .giftList .inner .item.right {
  margin-right: 15%;
}

@media screen and (max-width: 1024px) {
  #present .boxOuter .giftList .inner .item {
    width: 48%;
  }
  #present .boxOuter .giftList .inner .item.left {
    margin-left: 0;
  }
  
  #present .boxOuter .giftList .inner .item.right {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #present .boxOuter .giftList .inner .item {
    width: 100%;
  }
  #present .boxOuter .giftList .inner .item.left {
    margin-left: 0;
  }
  
  #present .boxOuter .giftList .inner .item.right {
    margin-right: 0;
  }
}

/*# sourceMappingURL=present.css.map */