/* KR */
body { word-break: keep-all; }

.more::after { margin-top: -0.04em; }

.page-teaching-tools .section-featured-apps {
	padding-bottom: 16px;
}



@media only screen and (max-width: 390px) {
    .br-390{
        display: none;
    }
}
@media only screen and (max-width: 1068px) {
	.page-teaching-tools .section-featured-apps {
		padding-bottom: 32px;
	}
}

@media only screen and (max-width: 735px) {
	.page-teaching-tools .section-featured-apps {
		padding-bottom: 0;
	}
}

a:hover .nowrap { text-decoration: underline; }
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after{
    position: relative;
}

.more::before, .more::after {
    top: -0.08em;
}

.more.small-stick::before, .more.small-stick::after {
    top: -0.06em;
}

.icon-playcircle::before, .icon-playcircle::after{
	top: 0.02em;
}

.typography-intro.kr{
	margin-bottom: -1px;
}

/* Small Viewport 이하 */
@media screen and (max-width: 735px) {
	.typography-intro.kr{
		margin-bottom: 5px;
	}
	.small-hide{
		display:none;
	}
}

.small-stick::after {
	padding-left: 0em;
}
.school-arrow::after {
	top: -1px;
}


/** Image localization **/

/* classroom */
.page-teaching-tools .section-classroom .subsection-intro .image-classroom {
    background-image: url("/kr/education/k12/home/m/images/teaching-tools/fun_focused__etgpxjjcfvgy_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-teaching-tools .section-classroom .subsection-intro .image-classroom {
        background-image:url("/kr/education/k12/home/m/images/teaching-tools/fun_focused__etgpxjjcfvgy_large_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .page-teaching-tools .section-classroom .subsection-intro .image-classroom {
        background-image: url("/kr/education/k12/home/m/images/teaching-tools/fun_focused__etgpxjjcfvgy_medium.jpg");
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-teaching-tools .section-classroom .subsection-intro .image-classroom {
        background-image:url("/kr/education/k12/home/m/images/teaching-tools/fun_focused__etgpxjjcfvgy_medium_2x.jpg");
    }
}

@media only screen and (max-width: 734px) {
    .page-teaching-tools .section-classroom .subsection-intro .image-classroom {
        background-image: url("/kr/education/k12/home/m/images/teaching-tools/fun_focused__etgpxjjcfvgy_small.jpg");
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .page-teaching-tools .section-classroom .subsection-intro .image-classroom {
        background-image:url("/kr/education/k12/home/m/images/teaching-tools/fun_focused__etgpxjjcfvgy_small_2x.jpg");
    }
}
