#learning h2.panel-title {
  text-align: center;
  font-size: clamp(2rem, 1.688rem + 0.4vw, 2.2rem);
  font-weight: 500;
  color: #005587;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #learning h2.panel-title {
    margin-bottom: 30px;
  }
}
#learning .lead {
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #learning .lead {
    margin-bottom: 30px;
  }
}
#learning .panels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 2%;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  #learning .panels {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #learning .panels {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
#learning .panels .panel {
  position: relative;
  border-radius: 80px 6px 6px 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 214px;
  padding: 15px;
  transition: all 0.2s ease;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #learning .panels .panel {
    min-height: 180px;
    padding: 10px;
  }
}
#learning .panels .panel:hover {
  transform: translateY(-5px);
}
#learning .panels .panel .label {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
#learning .panels .panel .icon {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #learning .panels .panel .icon {
    width: 60px;
  }
}
#learning .panels .panel h3 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #learning .panels .panel h3 {
    margin-bottom: 20px;
  }
}
#learning .panels .panel .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
#learning .panels .panel.m1 {
  background-color: #00BFB3;
}
#learning .panels .panel.m2 {
  background-color: #008F85;
}
#learning .panels .panel.m3 {
  background-color: #43B02A;
}
#learning .panels .panel.m4 {
  background-color: #00A3E0;
}
#learning .panels .panel.m5 {
  background-color: #005587;
}
#learning .panels .panel.m6 {
  background-color: #027223;
}
#learning #movies h2 {
  text-align: center;
}
#learning #movies .sort ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0 1%;
}
@media screen and (max-width: 767px) {
  #learning #movies .sort ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5%;
  }
}
#learning #movies .sort ul li {
  text-align: center;
  margin-bottom: 1rem;
}
#learning #movies .sort ul li .reset {
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #2B3A42;
  cursor: pointer;
}
#learning #movies .mbtn {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  border: 1px solid #00BFB3;
  color: #00BFB3;
  line-height: 1;
  padding: 12px;
  font-weight: 500;
  text-align: center;
}
#learning #movies .mbtn.active, #learning #movies .mbtn:hover {
  background-color: #00BFB3;
  color: #fff !important;
}
#learning #movies .mbtn.m2 {
  border-color: #008F85;
  color: #008F85;
}
#learning #movies .mbtn.m2.active, #learning #movies .mbtn.m2:hover {
  background-color: #008F85;
}
#learning #movies .mbtn.m3 {
  border-color: #43B02A;
  color: #43B02A;
}
#learning #movies .mbtn.m3.active, #learning #movies .mbtn.m3:hover {
  background-color: #43B02A;
}
#learning #movies .mbtn.m4 {
  border-color: #00A3E0;
  color: #00A3E0;
}
#learning #movies .mbtn.m4.active, #learning #movies .mbtn.m4:hover {
  background-color: #00A3E0;
}
#learning #movies .mbtn.m5 {
  border-color: #005587;
  color: #005587;
}
#learning #movies .mbtn.m5.active, #learning #movies .mbtn.m5:hover {
  background-color: #005587;
}
#learning #movies .mbtn.m6 {
  border-color: #027223;
  color: #027223;
}
#learning #movies .mbtn.m6.active, #learning #movies .mbtn.m6:hover {
  background-color: #027223;
}
#learning #movies .movies-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5%;
  margin-top: 30px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #learning #movies .movies-block {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 5rem;
  }
}
#learning #movies .movies-block .movie {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #learning #movies .movies-block .movie {
    margin-bottom: 3rem;
  }
}
#learning #movies .movies-block .movie h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
#learning #movies .movies-block .video {
  position: relative;
}
@media screen and (max-width: 767px) {
  #learning #movies .movies-block .video {
    width: 100%;
  }
}
#learning #movies .movies-block .video .image {
  overflow: hidden;
  display: block;
  line-height: 0;
  border-radius: 8px;
  position: relative;
}
#learning #movies .movies-block .video .image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#learning #movies .movies-block .video img {
  width: 100%;
  height: auto;
  display: block;
}
#learning #movies .movies-block .concept-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
#learning #movies .movies-block .concept-play img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
#learning #movies .movies-block .concept-play p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.688rem + 0.4vw, 1.2rem);
  color: #fff;
}
#learning #movies .movies-block .mbtn {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 1rem;
}
#learning #relation {
  text-align: center;
}
#learning #relation a {
  display: block;
  margin: auto;
  max-width: 800px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  background-color: #00BFB3;
  border-radius: 100px;
  padding: 50px;
  color: #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  #learning #relation a {
    font-size: 1.6rem;
    padding: 30px;
    width: 90%;
    margin: auto;
  }
}
#learning #relation a:hover {
  background-color: #00968c;
}
#learning #relation .note {
  font-size: 1.2rem;
  margin-top: 1rem;
}

#modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 11, 66, 0.95);
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 5px 0;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 2px;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.modal .scroll-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  right: 15px;
  top: -35px;
  transform: rotate(45deg);
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
.modal .modal-close::before {
  transform: rotate(90deg);
}
.modal .modal-content {
  position: relative;
  background-color: #fff;
  padding: 10vh 10%;
  border-radius: 60px 6px 6px 6px;
  max-width: 800px;
}
.modal .modal-content .label {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
.modal .modal-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.modal .modal-content .title .icon {
  width: 100px;
}
.modal .modal-content .title h3 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #005587;
  margin-left: 20px;
}
.modal .modal-content p {
  font-weight: 500;
}
.modal.bg1 .modal-content .label {
  color: #00BFB3;
}
.modal.bg1 .modal-content .title h3 {
  color: #00BFB3;
}
.modal.bg2 .modal-content .label {
  color: #008F85;
}
.modal.bg2 .modal-content .title h3 {
  color: #008F85;
}
.modal.bg3 .modal-content .label {
  color: #43B02A;
}
.modal.bg3 .modal-content .title h3 {
  color: #43B02A;
}
.modal.bg4 .modal-content .label {
  color: #00A3E0;
}
.modal.bg4 .modal-content .title h3 {
  color: #00A3E0;
}
.modal.bg5 .modal-content .label {
  color: #005587;
}
.modal.bg5 .modal-content .title h3 {
  color: #005587;
}
.modal.bg6 .modal-content .label {
  color: #027223;
}
.modal.bg6 .modal-content .title h3 {
  color: #027223;
}
.modal.pc-active {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  width: auto;
  height: auto;
  max-width: none;
  left: 0;
  transform: none;
  padding: 0;
  width: 50%;
  max-width: 600px;
  animation: fadeUp 0.3s ease forwards;
  opacity: 0;
}
.modal.pc-active .scroll-area {
  overflow: visible;
}
.modal.pc-active .modal-close {
  display: none;
}
.modal.pc-active .modal-content {
  padding: 25px;
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.modal.pc-active .modal-content .title .icon {
  width: 70px;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#news #visual .lead {
  text-align: center;
}
#news .news-block {
  background-color: #fff;
  border-radius: 80px 6px 6px 6px;
  padding: 20px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #news .news-block {
    border-radius: 40px 6px 6px 6px;
    padding: 20px;
  }
}
#news .news-block .date {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #00A3E0;
}
#news .news-block .news-title {
  display: flex;
  gap: 14px;
  border-bottom: 1px dotted #2B3A42;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #news .news-block .news-title {
    flex-direction: column;
    gap: 8px;
  }
}
#news .news-block .news-title .category {
  width: 110px;
  box-sizing: border-box;
}
#news .news-block .news-title .category span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background-color: #00A3E0;
  padding: 4px 12px;
  border-radius: 100px;
}
#news .news-block .news-title h2 {
  flex: 1;
  color: #00A3E0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
#news .news-block .news-title .news-body a {
  word-break: break-all;
  text-decoration: underline;
}