@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.sect {
  margin-bottom: 40px;
}
.sect .wrapper {
  padding-top: 60px;
  padding-bottom: 104px;
}
@media screen and (max-width: 991px) {
  .sect .wrapper {
    padding-top: 76px;
    padding-left: 24px;
    padding-bottom: 40px;
  }
}
.sect .desc {
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #414042;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
  color: #58595B;
}
@media screen and (max-width: 991px) {
  .sect .desc {
    padding-top: 0;
    letter-spacing: 0.48px;
    padding-bottom: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.sect .btn-more {
  position: absolute;
  top: 62px;
  right: 50px;
}
@media screen and (min-width: 1180px) and (max-width: 1490px) {
  .sect .btn-more {
    right: 150px;
  }
}
@media screen and (max-width: 991px) {
  .sect .btn-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}

.catalog {
  margin-top: -50px;
  z-index: 1;
}
.catalog .wrapper:before {
  content: "";
  background-color: #FFFEF1;
  border-radius: 0px 0px 0px 200px;
  position: absolute;
  top: 0;
  left: -68px;
  z-index: -1;
  width: calc(100% + 180px);
  height: 100%;
}
@media screen and (max-width: 991px) {
  .catalog .wrapper:before {
    border-radius: 0px 0px 0px 80px;
    left: 32px;
    width: calc(100% + 32px);
  }
}
.catalog .sect-head {
  color: #827611;
}

.dictionary {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .dictionary {
    margin-bottom: 0;
  }
}
.dictionary .wrapper:before {
  content: "";
  background-color: #F4F4F4;
  border-radius: 0px 200px 0px 0px;
  position: absolute;
  top: 0;
  left: -108px;
  z-index: -1;
  width: calc(100% + 160px);
  height: 100%;
}
.dictionary .item {
  padding: 32px 40px;
  border-radius: 40px 0px;
  border: 1px solid rgba(88, 89, 91, 0.4);
  background: #FDFDFD;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .dictionary .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.dictionary .item:nth-child(even) {
  margin-right: 0;
}
.dictionary .item .thumbnail {
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dictionary .item .thumbnail {
    height: 176px;
  }
}
.dictionary .item .thumbnail img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dictionary .item .title {
  margin-top: 24px;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .dictionary .item .title {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1.125em;
    line-height: 1.33;
  }
}
.dictionary .item .author {
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #58595B;
}
@media screen and (max-width: 991px) {
  .dictionary .item .author {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.32px;
  }
}
.dictionary .item .btn-container {
  margin-top: 36px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .dictionary .item .btn-container {
    text-align: center;
  }
}
.dictionary .item .btn-container .com-btn {
  border-radius: 8px;
  font-size: 1em;
  letter-spacing: 1.6px;
  line-height: 2;
  padding: 8px 16px;
}/*# sourceMappingURL=member-library.css.map */