.box-mypage-movie-set {
  max-width: 800px;
}

.box-mypage-movie-set .main-title {
  max-width: 400px;
}

.box-mypage-movie-set .video-nav {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.box-mypage-movie-set .video-nav .video-info {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-right: 14%;
}

.box-mypage-movie-set .video-nav .video-info span {
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.box-mypage-movie-set .video-nav .video-info span:first-child {
  width: 450px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: #ffb21c;
}

.box-mypage-movie-set .video-exam {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-right: 2%;
}

.box-mypage-movie-set .video-exam .grey-button {
  text-align: center;
  display: block;
  padding: 15px;
  width: 450px;
  max-width: 450px;
  height: auto;
}

.box-mypage-movie-set .video-exam-nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.box-mypage-movie-set .video-exam-nav .yellow-button.arrow-left::before,
.box-mypage-movie-set .video-exam-nav .yellow-button.arrow-right::after {
  width: 10px;
  height: 10px;
  background-size: 10px;
  filter: invert(94%) sepia(94%) saturate(0%) hue-rotate(232deg) brightness(105%) contrast(107%);
}

.yellow-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-mypage-movie-set .video-related {
  width: 100%;
  text-align: left;
  margin-top: 40px;
}

.box-mypage-movie-set .video-related .title {
  font-size: 30px;
}

.box-mypage-movie-set .video-related .title::before {
  content: "●";
  margin-right: 5px;
}

.box-mypage-movie-set .video-related .video-related-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.box-mypage-movie-set .video-related .video-related-container .item {
  background-color: #fff;
  padding-left: 20px;
  position: relative;
}

.mock-exam-detail .main-title {
  margin-bottom: 20px;
}

.mock-exam-detail .box-title {
  width: 1080px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #000;
  background-color: #f4f4f4;
  border: 1px solid #000;
  margin-bottom: 20px;
  display: none;
}

.mock-exam-detail-content {
  background-color: #fff;
  padding: 50px 0;
}

.mock-exam-detail-content .box-title:first-child {
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.mock-exam-detail-content .box-title:nth-child(2) {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin-top: 40px;
}

.mock-exam-detail-content .title {
  width: 100%;
  font-size: 30px;
  margin-top: 30px;
}

.mock-exam-detail-content .title::before {
  content: "●";
  margin-right: 5px;
}

.mock-exam-detail-content table {
  width: 100%;
  color: #444;
  border-collapse: separate;
  border-spacing: 3px;
  margin-top: 20px;
}

.mock-exam-detail-content table thead th {
  vertical-align: middle;
  background-color: #ddd;
  padding: 13px;
}

.mock-exam-detail-content table thead th:first-child {
  width: 40%;
}

.mock-exam-detail-content table tbody td {
  height: 49px;
  vertical-align: middle;
  background-color: #f4f4f4;
  padding: 13px;
}

.mock-exam-detail-content table tbody tr td:not(:first-child) {
  text-align: center;
}

.mock-exam-detail-content .container table:last-child thead th:first-child {
  width: 10%;
}

.mock-exam-detail-content .container table:last-child thead th:nth-child(2) {
  width: 40%;
}

.mock-exam-detail-content .container table:last-child tbody td {
  text-align: center;
}

.mock-exam-problem .main-title {
  margin-bottom: 20px;
}

.mock-exam-problem .box-title {
  width: 1080px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #000;
  background-color: #f4f4f4;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.mock-exam-problem .nav-button-hidden {
  display: none;
}

.mock-exam-problem-content .nav-button {
  display: flex;
  gap: 20px;
}

.mock-exam-problem .nav-button-hidden .shadow-button {
  width: 100%;
}

.mock-exam-problem-content {
  background-color: #fff;
  padding: 50px 0;
}

.mock-exam-problem-content .nav-button .shadow-button {
  width: 400px;
  height: 64px;
  font-size: 24px;
}

.mock-exam-problem .nav-button-hidden .shadow-button:first-child,
.mock-exam-problem-content .nav-button .shadow-button:first-child {
  background-image: linear-gradient(#055b99, #004b81);
}

.mock-exam-problem .nav-button-hidden .shadow-button:last-child,
.mock-exam-problem-content .nav-button .shadow-button:last-child {
  background-image: linear-gradient(#ee2424, #a61212);
}

.mock-exam-problem-content .box-title {
  height: 40px;
  font-size: 18px;
  margin-top: 40px;
}

.mock-exam-problem-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

.mock-exam-problem-content table thead th {
  height: 50px;
  vertical-align: middle;
  background-color: #ddd;
}

.mock-exam-problem-content table thead th:first-child {
  width: 70%;
}

.mock-exam-problem-content table tbody td {
  height: 50px;
  vertical-align: middle;
  background-color: #f4f4f4;
}

.mock-exam-problem-content table tbody td a {
  color: #164da0;
  text-decoration: underline;
}

.mock-exam-problem-content table tbody td:first-child {
  padding-left: 20px;
}

.mock-exam-problem-content table tbody td:last-child {
  text-align: center;
}

.mock-exam-problem-content .mypage-chart {
  /* width: 800px !important;
  height: 450px !important; */
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .box-mypage-movie-set {
    padding: 0 20px;
  }

  .box-mypage-movie-set .main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .box-mypage-movie-set .video-nav {
    margin-top: 20px;
    align-items: center;
  }

  .box-mypage-movie-set .video-nav .video {
    width: 100%;
    height: 190px;
  }

  .box-mypage-movie-set .video-nav .video-info {
    margin-top: 10px;
    margin-left: 40px;
  }

  .box-mypage-movie-set .video-nav .video-info span {
    width: 290px !important;
    height: 40px !important;
    font-size: 11px !important;
  }

  .box-mypage-movie-set .video-exam {
    margin-top: 20px;
    gap: 10px;
  }

  .box-mypage-movie-set .video-exam .grey-button {
    width: 290px;
    height: auto;
    font-size: 11px;
    padding-left: 10px;
  }

  .box-mypage-movie-set .video-exam-nav {
    margin-top: 20px;
    gap: 10px;
  }

  .box-mypage-movie-set .video-exam-nav {
    width: 100%;
  }

  .box-mypage-movie-set .video-exam-nav .yellow-button.arrow-left::before,
  .box-mypage-movie-set .video-exam-nav .yellow-button.arrow-right::after {
    width: 6px;
    height: 6px;
    background-size: 6px;
  }

  .box-mypage-movie-set .video-related {
    margin-top: 20px;
  }

  .box-mypage-movie-set .video-related .title {
    font-size: 20px;
  }

  .box-mypage-movie-set .video-related .video-related-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .box-mypage-movie-set .video-related .video-related-container .item {
    font-size: 14px;
    padding-left: 10px;
  }

  .mock-exam-detail .box-title {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
    justify-content: center;
    display: flex;
  }

  .mock-exam-detail-content {
    padding: 20px;
  }

  .mock-exam-detail .main-title {
    margin-top: 20px !important;
  }

  .mock-exam-detail-content .box-title:first-child {
    display: none;
  }

  .mock-exam-detail-content .box-title:nth-child(2) {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding-left: 0;
    margin-top: 0;
    justify-content: center;
  }

  .mock-exam-detail-content .title {
    font-size: 20px;
    margin-top: 20px;
  }

  .mock-exam-detail-content table {
    font-size: 11px;
    margin-top: 10px;
  }

  .mock-exam-detail-content table thead th {
    height: 20px;
    padding: 0;
  }

  .mock-exam-detail-content table tbody td {
    height: 20px;
    padding: 0;
  }

  .mock-exam-detail-content table tbody td:first-child {
    padding: 0 0 0 10px;
  }

  .mock-exam-detail-content .container table:last-child tbody td:first-child {
    padding: 0;
  }

  .mock-exam-problem .box-title {
    width: 100%;
    font-size: 16px;
    padding-left: 5px;
    line-height: 35px;
    justify-content: center;
    display: flex;
    height: auto;
  }

  .mock-exam-problem .nav-button-hidden {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
  }

  .mock-exam-problem-content {
    padding: 0 20px 20px 20px;
  }

  .mock-exam-problem-content .nav-button {
    flex-direction: column
  }

  .mock-exam-problem-content .box-title {
    height: 20px;
    font-size: 11px;
    padding-left: 0;
    justify-content: center;
  }

  .mock-exam-problem-content table {
    font-size: 11px;
  }

  .mock-exam-problem-content table thead th {
    height: 20px;
  }

  .mock-exam-problem-content table thead th:first-child {
    width: 50%;
  }

  .mock-exam-problem-content table tbody td {
    height: 32px;
  }

  .mock-exam-problem-content table tbody td:first-child {
    padding-left: 10px;
  }

  .mock-exam-problem-content .mypage-chart {
    /* width: 100% !important;
    height: 180px !important; */
    font-size: 8px;
  }

  .mock-exam-problem-content .nav-button .shadow-button {
      width: 335px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }
}

.chart{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 20px;
}

.chart canvas{
  width: 100%;
}