/*!
Theme Name: nt-teaser
Author: Noworries
Description: 남대문극장 v2 — teaser front page, full site underneath
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
a,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Site header (Figma "header" component, Default/Variant2-4)
--------------------------------------------------------------*/

@font-face {
	font-family: 'AG Madang Display';
	src: url('assets/fonts/AGMadangDisplay.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jibaek';
	src: url('assets/fonts/Jibaek-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jibaek';
	src: url('assets/fonts/Jibaek-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Eulyoo1945';
	src: url('assets/fonts/Eulyoo1945-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Eulyoo1945';
	src: url('assets/fonts/Eulyoo1945-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--nt-lime: #d2ff00;
	--nt-pink: #ff96e6;
	--nt-cyan: #00e6ff;
	--nt-gray: #d2d2d2;

	--font-display: 'AG Madang Display', serif;
	--font-heading: 'unit-gothic-719', sans-serif;
	--font-date: 'unit-gothic-717', sans-serif;
	--font-body: 'Jibaek', sans-serif;
	--font-eulyoo: 'Eulyoo1945', serif;
}

.inner {
	padding-left: 60px;
	padding-right: 60px;
}


.site-header {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	gap: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 60px;
	padding-right: 60px;
	position: sticky;
	top: 0;
	z-index: 200;
	background-color: #fff;
}

.site-header * {
	font-style: normal;
	line-height: 18px;
	text-transform: uppercase;
}

.site-header::before {
	content: '';
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 0;
	height: 1px;
	background: #000;
	transition: height 0.15s ease;
}

.site-header__subtext {
	margin: 0;
	word-break: keep-all;
}

.site-header__search {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: right;
}

.logo {
	display: block;
}

.logo-compact {
	display: block;
	height: 55px;
	width: auto;
}

.site-footer {
	padding: 40px 0 120px;
	margin-top: 70px;
	margin-left: 60px;
	margin-right: 60px;
	border-top: 1px solid #000;
	display: grid;
	grid-template-columns: calc(66.666% - 60px) 33.333%;
	gap: 60px;
}

.site-footer svg {
	max-width: 100%;
	height: auto;
}

.footer-contact-grid {
	display: grid;
	gap: 20px;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
}

.footer-contact-grid p {
	margin: 0;
}

.footer-business-info {
	font-family: var(--font-body);
	font-weight: 500;
	margin-top: 20px;
}

.footer-business-info p {
	margin: 0;
}

body:not(.home) #site-navigation {
	display: none;
}

body.nt-floating-nav-open {
	overflow: hidden;
}

.floating-nav {
	position: fixed;
	left: 50%;
	bottom: 45px;
	transform: translateX(-50%);
	z-index: 100;
	background: #fff;
	border: 1px solid #000;
	padding: 0 35px;
	filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
}

.floating-nav__list {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 60px;
}

.floating-nav__list a {
	display: block;
	font-family: var(--font-heading);
	font-weight: normal;
	font-size: 35px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	line-height: 35px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.floating-nav__list a:hover,
.floating-nav__list a:focus,
.floating-nav__list .current-menu-item a,
.floating-nav__list .current_page_item a {
	color: #000;
}

/* Mobile-only "menu" toggle button — hidden on desktop, where the pill
   already shows every item (see the (min-width: 48em) block below and the
   (max-width: 47.99em) block further down for the expandable mobile form).
--------------------------------------------- */
.floating-nav__toggle {
	display: none;
}

@media screen and (min-width: 48em) {

	.logo-area {
		display: block;
		margin: auto;
	}

}


@media screen and (max-width: 47.99em) {
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header {
		display: flex;
		flex-direction: row;
		align-items: start;
		justify-content: space-between;
		padding: 18px 20px;
		z-index: 150;
		gap: 0
	}

	.site-header::before {
		left: 20px;
		right: 20px;
	}

	.site-header__subtext {
		display: none;
	}

	.logo-svg svg {
		width: 100%;
		height: auto;
	}

	.site-footer {
		padding: 40px 0 80px;
		margin-left: 20px;
		margin-right: 20px;
		gap: 45px 20px;
		grid-template-columns: 1fr;
	}

	.footer-business-info {
		margin-top: 25px;
	}

	.footer-contact-grid {
		gap: 30px;
	}


	/* Figma node 2646:623: a "menu" row pinned at the bottom; tapping it
	   stacks the nav items as full-width rows above it, instead of the
	   desktop pill. Toggled by js/floating-nav-toggle.js. */
	.floating-nav {
		left: 20px;
		right: 20px;
		bottom: 20px;
		transform: none;
		max-width: none;
		overflow: visible;
		background: none;
		border: none;
		padding: 0;
		filter: none;
		display: flex;
		flex-direction: column;
	}

	.floating-nav__list {
		display: none;
		flex-direction: column;
		align-items: stretch;
		height: auto;
		gap: 0;
	}

	.floating-nav.is-open .floating-nav__list {
		display: flex;
	}

	.floating-nav__list li+li {
		margin-top: -1px;
	}

	.floating-nav__list a {
		width: 100%;
		height: 60px;
		padding: 0;
		justify-content: center;
		background: #fff;
		border: 1px solid #000;
		font-size: 35px;
	}

	.floating-nav__list a,
	.floating-nav__list a:hover,
	.floating-nav__list a:focus {
		display: flex;
		align-items: center;
	}

	.floating-nav__toggle {
		display: flex;
		align-items: center;
		height: 60px;
		margin-top: -1px;
		background: #fff;
		border: 1px solid #000;
		font-family: var(--font-heading);
		font-weight: normal;
		font-size: 35px;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		color: #000;
		cursor: pointer;
		border-radius: 0;
		padding: 0;
	}

	.floating-nav__toggle-label {
		margin: auto;
	}

	.floating-nav__toggle-close {
		display: none;
		width: 60px;
		height: 60px;
		border-left: 1px solid #000;
	}

	.floating-nav__toggle-close svg {
		flex-shrink: 0;
		width: 18px;
		height: 18px;
	}

	.floating-nav.is-open .floating-nav__toggle-close {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
	}

}

/*--------------------------------------------------------------
# Program single
--------------------------------------------------------------*/
.program-single {
	padding: 0 60px;
}

.program-single__back {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}

.program-single__back a {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 45px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.program-single__back svg {
	flex-shrink: 0;
}

.program-single__title {
	font-family: var(--font-display);
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 16px;
}

.program-single__title.en {
	font-size: 35px;
	font-family: var(--font-heading);
	font-weight: normal;
	text-transform: uppercase;
}

.program-single__photo {
	margin-bottom: 32px;
}

.program-single__photo img {
	width: 100%;
	height: auto;
	display: block;
}

.program-single__detail {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	margin-top: 100px;
}

.program-single__detail>div:first-child p {
	line-height: 23px;
	text-transform: uppercase;
	margin: 0;
}


/* Detail area: KR/EN content
--------------------------------------------- */
.program-single__content p {
	margin: 0;
	word-break: keep-all;
	font-style: normal;
	line-height: 23px;
}

.program-single__content p.en {
	line-height: 18px;
}


/* Detail area: tags
--------------------------------------------- */
.program-single__tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.program-single__tag {
	border: 1px solid #000;
	padding: 10px 15px;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 50vh;
}

/* Detail area: external link button
--------------------------------------------- */
.program-single__link-button {
	display: inline-block;
	margin-top: 60px;
	padding: 14px 30px;
	border: 1px solid #000;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: normal;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	transition: background 0.15s ease, color 0.15s ease;
}

.program-single__link-button:hover,
.program-single__link-button:focus {
	background: #fff;
	color: #000;
}

/* Detail area: related programs & events
--------------------------------------------- */
.program-related {
	margin-top: 100px;
}

.program-related__title {
	font-family: var(--font-heading);
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 40px;
	letter-spacing: 1.4px;
}

.program-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 60px;
	column-gap: 20px;
}

.program-related__grid>.swiper-wrapper,
.swiper-slide-related {
	display: contents;
}

.program-related__grid>.swiper-nav {
	display: none;
}

@media screen and (max-width: 47.99em) {
	.program-single {
		padding: 40px 20px 0
	}

	.program-single__back {
		margin-bottom: 24px;
	}

	.program-single__detail {
		grid-template-columns: 1fr;
		margin-top: 60px;
	}

	.program-single__content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.program-single__link-button {
		width: 100%;
		text-align: center;
	}

	.program-related {
		margin-top: 80px;
	}

	.program-related__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.program-related__grid>.swiper-wrapper {
		display: flex;
		min-width: 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		cursor: grab;
		user-select: none;
		-webkit-user-select: none;
	}

	.program-related__grid>.swiper-wrapper::-webkit-scrollbar {
		display: none;
	}

	.program-related__grid>.swiper-wrapper.is-dragging {
		cursor: grabbing;
	}

	.swiper-slide-related {
		display: block;
		flex: 0 0 100%;
		min-width: 0;
		scroll-snap-align: start;
	}

	.program-related__grid>.swiper-nav {
		display: flex;
		margin-top: 32px;
	}
}

/*--------------------------------------------------------------
# Search overlay
--------------------------------------------------------------*/
.nt-search-overlay {
	position: fixed;
	left: 60px;
	right: 60px;
	z-index: 1100;
}

.nt-search-overlay[hidden] {
	display: none;
}

.nt-search-overlay__backdrop {
	position: fixed;
	inset: 0;
}

.nt-search-overlay__box {
	position: relative;
	z-index: 1;
	width: 100%;
}

.nt-search-overlay__bar {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
}

.nt-search-overlay__close {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: url('assets/images/close-icon.svg') center / contain no-repeat;
	cursor: pointer;
}

.nt-search-suggestions {
	list-style: none;
	margin: 0;
	padding: 20px 40px 90px;
	background: #fff;
	border: 1px solid #000;
	overflow-y: auto;
	position: absolute;
	z-index: -1;
	left: -20px;
	right: -20px;
	bottom: -20px;
	max-height: 214px;
}

.nt-search-suggestions[hidden] {
	display: none;
}

.nt-search-suggestions__item {
	display: block;
	width: 100%;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.3);
}

.nt-search-suggestions__item.is-primary {
	color: #000;
}

.nt-search-suggestions__item:hover,
.nt-search-suggestions__item:focus {
	color: #000;
}

.nt-search-overlay .search-form {
	display: flex;
	align-items: center;
	gap: 0;
	height: 45px;
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #000;
	border-top: none;
	background: #fff;
	padding: 0 0 0 14px;
}

.nt-search-overlay .search-form label {
	flex: 1;
}

.nt-search-overlay .search-form .search-field {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	line-height: 45px;
	text-transform: uppercase;
}

.nt-search-overlay .search-form .search-field::placeholder {
	color: #d2d2d2;
}

.nt-search-overlay .search-form .search-field::-webkit-search-cancel-button,
.nt-search-overlay .search-form .search-field::-webkit-search-decoration {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
}

.nt-search-overlay .search-form .nt-search-clear {
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	padding: 0;
	border-color: #000;
	border-width: 0 1px;
	border-radius: 0;
	background: url('assets/images/close-icon.svg') center / 20px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.nt-search-overlay .search-form .nt-search-clear[hidden] {
	display: none;
}

.nt-search-overlay .search-form .search-submit {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: url('assets/images/search-icon.svg') center / 22px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

@media screen and (max-width: 47.99em) {
	.nt-search-overlay {
		left: 20px;
		right: 20px;
	}
}