.examinee.special#grad .anony {
  position: relative;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .examinee.special#grad .anony {
    padding: 30px 0;
  }
}

.examinee.special#grad .anony:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 360px 432px;
  border-color: transparent transparent #DCDCDC transparent;
}

@media only screen and (max-width: 767px) {
  .examinee.special#grad .anony:after {
    border-width: 0 0 210px 290px;
  }
}

.examinee.special#grad .anony__lead {
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#grad .anony__lead {
    margin-bottom: 35px;
  }
}

.examinee.special#grad .anony__lead__hl {
  color: #00509D;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.78125;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#grad .anony__lead__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.examinee.special#grad .anony__voices {
  position: relative;
}

.examinee.special#grad .anony__voices__voiceList__item {
  position: relative;
  width: 356px;
  float: left;
  margin-left: 44px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#grad .anony__voices__voiceList__item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.examinee.special#grad .anony__voices__voiceList__item:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.examinee.special#grad .anony__voices__voiceList__item__category {
  position: absolute;
  top: -12px;
  left: 0;
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #000;
  z-index: 2;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor {
  display: block;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor__fig {
  overflow: hidden;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor__fig > img {
  transition: 0.6s all ease;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor__texts {
  padding: 20px;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor__texts__course {
  color: #9F9F9F;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor__texts__title {
  color: #00509D;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
}

.examinee.special#grad .anony__voices__voiceList__item__anchor:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.175);
}

.examinee.special#grad .anony__voices__voiceList__item[data-category="music"] .anony__voices__voiceList__item__category {
  background-color: #20AEE5;
}

.examinee.special#grad .anony__voices__voiceList__item[data-category="child"] .anony__voices__voiceList__item__category {
  background-color: #ED7987;
}

.examinee.special#grad .anony__voices__voiceList__item[data-category="humanities"] .anony__voices__voiceList__item__category {
  background-color: #8EC54A;
}

.examinee.special#grad .anony__voices__voiceList__item[data-category="nutrition"] .anony__voices__voiceList__item__category {
  background-color: #F5A21B;
}

.examinee.special#grad .anony__voices__voiceList__item:hover .anony__voices__voiceList__item__anchor__fig > img {
  transform: scale(1.1);
}

.examinee.special#grad .anony__bnrs {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}

.voiceModal {
  position: relative;
  max-width: 1156px;
  padding: 70px 50px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .voiceModal {
    padding: 70px 20px 20px;
  }
}

.voiceModal__btns {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.voiceModal__btns__prevBtn {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../images/special/grad/voiceModal_prevBtn.svg);
}

.voiceModal__btns__prevBtn:hover {
  opacity: 0.7;
}

.voiceModal__btns__nextBtn {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../images/special/grad/voiceModal_nextBtn.svg);
}

.voiceModal__btns__nextBtn:hover {
  opacity: 0.7;
}

.voiceModal__btns__closeBtn {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../images/special/grad/voiceModal_closeBtn.svg);
}

.voiceModal__btns__closeBtn:hover {
  opacity: 0.7;
}

.voiceModal__eachContent {
  display: none;
}

.voiceModal__eachContent__holder {
  margin-bottom: 20px;
}

.voiceModal__eachContent__holder__texts {
  width: 500px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.voiceModal__eachContent__holder__texts__course {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts__course {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.voiceModal__eachContent__holder__texts__course__category {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  background-color: #000;
  padding: 4px;
}

.voiceModal__eachContent__holder__texts__title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00509D;
  line-height: 1.78125;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.voiceModal__eachContent__holder__texts__belong {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3125;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts__belong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.voiceModal__eachContent__holder__fig {
  width: 500px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__fig {
    width: 100%;
    float: none;
  }
}

.voiceModal__eachContent__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.3125;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.voiceModal__eachContent__addTexts {
  margin-top: 40px;
}

.voiceModal__eachContent__addTexts__eachHolder {
  margin-bottom: 30px;
}

.voiceModal__eachContent__addTexts__eachHolder:last-child {
  margin-bottom: 0;
}

.voiceModal__eachContent__addTexts__eachHolder__hl {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00509D;
  line-height: 1.78125;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__addTexts__eachHolder__hl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.voiceModal__eachContent__addTexts__eachHolder__holder__texts {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__addTexts__eachHolder__holder__texts {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.voiceModal__eachContent__addTexts__eachHolder__holder__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.3125;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__addTexts__eachHolder__holder__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.voiceModal__eachContent__addTexts__eachHolder__holder__fig {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__addTexts__eachHolder__holder__fig {
    width: 100%;
    float: none;
  }
}

.voiceModal__eachContent__addTexts__eachHolder[data-layout="a"] .voiceModal__eachContent__addTexts__eachHolder__holder__texts {
  float: left;
}

.voiceModal__eachContent__addTexts__eachHolder[data-layout="a"] .voiceModal__eachContent__addTexts__eachHolder__holder__fig {
  float: right;
}

.voiceModal__eachContent__addTexts__eachHolder[data-layout="b"] .voiceModal__eachContent__addTexts__eachHolder__holder__texts {
  float: right;
}

.voiceModal__eachContent__addTexts__eachHolder[data-layout="b"] .voiceModal__eachContent__addTexts__eachHolder__holder__fig {
  float: left;
}

.voiceModal__eachContent[data-category="music"] .voiceModal__eachContent__holder__texts__course__category {
  background-color: #20AEE5;
}

.voiceModal__eachContent[data-category="child"] .voiceModal__eachContent__holder__texts__course__category {
  background-color: #ED7987;
}

.voiceModal__eachContent[data-category="humanities"] .voiceModal__eachContent__holder__texts__course__category {
  background-color: #8EC54A;
}

.voiceModal__eachContent[data-category="nutrition"] .voiceModal__eachContent__holder__texts__course__category {
  background-color: #F5A21B;
}

.remodal-overlay {
  background-color: rgba(0, 140, 201, 0.5);
}
