.ric-modal.modal-k12 .callouts .callout a.icon.more::after {
    position: relative;
}
.more::before, .more::after {
    top: -.08em;
}
.section-leaders .flex-row.column{
    flex-direction: column;
}
.section-leaders .hero-headline{
    padding-right: 20px;
}

.page-overview .section-leaders .image-tile-books {
    max-width: 500px;
    margin: 0 auto;
}

.medium-show{
    display: none;
}
/* Medium Viewport 이하 */
@media screen and (max-width: 1068px) {
    .medium-show{
        display: inherit;
    }
}
/* Small Viewport 이하 */
@media only screen and (max-width: 735px) {
    .page-overview .section-leaders .shapes-bg-container .bottom.left {
        top: 450px;
    }
    .page-overview .section-leaders .shapes-bg-container .middle.right{
        top: 1220px;
    }
    .page-overview .section-leaders .shapes-bg-container .top.right{
        top: 19%;
    }
}

.page-overview .section-spotlight .image-spotlight {
    background-image: url("/kr/education/k12/home/a/images/overview/spotlight_swift_playgrounds__8e7ejoz8lea6_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-spotlight .image-spotlight {
        background-image: url("/kr/education/k12/home/a/images/overview/spotlight_swift_playgrounds__8e7ejoz8lea6_large_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-spotlight .image-spotlight {
        background-image: url("/kr/education/k12/home/a/images/overview/spotlight_swift_playgrounds__8e7ejoz8lea6_medium.jpg");
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1068px), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-spotlight .image-spotlight {
        background-image: url("/kr/education/k12/home/a/images/overview/spotlight_swift_playgrounds__8e7ejoz8lea6_medium_2x.jpg");
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-spotlight .image-spotlight {
        background-image: url("/kr/education/k12/home/a/images/overview/spotlight_swift_playgrounds__8e7ejoz8lea6_small.jpg");
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 734px), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .page-overview .section-spotlight .image-spotlight {
        background-image: url("/kr/education/k12/home/a/images/overview/spotlight_swift_playgrounds__8e7ejoz8lea6_small_2x.jpg");
    }
}



.page-overview .section-everyone-can-create .image-item-teachingcode {
    background-image: url("/kr/education/k12/home/a/images/overview/curricula_teaching_code__c4afrphq0bma_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-everyone-can-create .image-item-teachingcode {
        background-image: url("/kr/education/k12/home/a/images/overview/curricula_teaching_code__c4afrphq0bma_large_2x.png");
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-everyone-can-create .image-item-teachingcode {
        background-image: url("/kr/education/k12/home/a/images/overview/curricula_teaching_code__c4afrphq0bma_medium.png");
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1068px), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-everyone-can-create .image-item-teachingcode {
        background-image: url("/kr/education/k12/home/a/images/overview/curricula_teaching_code__c4afrphq0bma_medium_2x.png");
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-everyone-can-create .image-item-teachingcode {
        background-image: url("/kr/education/k12/home/a/images/overview/curricula_teaching_code__c4afrphq0bma_small.png");
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 734px), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .page-overview .section-everyone-can-create .image-item-teachingcode {
        background-image: url("/kr/education/k12/home/a/images/overview/curricula_teaching_code__c4afrphq0bma_small_2x.png");
    }
}



@media (min-width: 1069px) {
  #learning-gallery .card-container.feature-card,
  #learning-gallery .card-container.feature-card .card {
    height: 420px;
  }
}

@media (min-width: 745px) and (max-width: 1068px) {
  #learning-gallery .card-container.feature-card,
  #learning-gallery .card-container.feature-card .card {
    height: 358px;
  }
}

@media (max-width: 735px) {
  #learning-gallery .card-container.feature-card,
  #learning-gallery .card-container.feature-card .card {
    height: 312px;
  }
}
