::-moz-selection {
  color: white;
  background-color: rgba(255,115,0,.99);
}

::selection {
  color: white;
  background-color: rgba(255,115,0,.99);
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: white;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
code,
input,
pre,
select,
textarea {
  font-family: "Soehne Breit Halbfett", "Jikji Gothic", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  position: relative;
  font-size: 1rem;
  line-height: 1.375;
  word-break: keep-all;
  color: #ff7300;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
  cursor: default;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  cursor: pointer;
}

a:hover {
  color: white;
}

[lang="ko"] {
  font-family: "Soehne Breit Halbfett", "Jikji Gothic";
  letter-spacing: -.0125em;
  word-spacing: -.0125em;
    //padding-bottom: .5em;

}

[lang="ko"] strong {
  font-weight: normal;
}

[lang="ko"] strong:before {
  content: "《";
  margin-left: -.5em;
}

[lang="ko"] strong:after {
  content: "》";
  margin-right: -.5em;
}

[lang="en"] {
  font-family: "Soehne Breit Halbfett";
}

[lang="en"] strong {
  font-weight: normal;
  font-style: italic;
}

.title {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1rem 0;
  opacity: 0;
  line-height: 1.1em;
}

@media screen and (min-width: 600px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .title div:not(:last-child) {
    margin-right: .5em;
  }
}

@media screen and (min-width: 900px) {
  .title {
    padding: 1.5rem 3rem 0;
  }
}

@media screen and (min-width: 1800px) {
  .title {
    font-size: 1.5rem;
  }
}

.nav {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem 1rem;
  text-transform: uppercase;
  color: black;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .nav .menu {
    margin-bottom: 1em;
  }

  .nav .menu li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (min-width: 600px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 900px) {
  .nav {
    padding: 0 3rem 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav .menu li:not(:last-child) {
    margin-right: 1.5em;
  }
}

@media screen and (min-width: 1800px) {
  .nav {
    font-size: 1.5rem;
  }
}

.nav .enabler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav .enabler li:not(:last-child) {
  margin-right: .5em;
}

.nav .enabler a {
  -webkit-transition: -webkit-filter .25s;
  transition: -webkit-filter .25s;
  -o-transition: filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s;
}

.nav .enabler a:hover  {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.nav img {
  height: 1.25em;
}

@media screen and (min-width: 600px) {
  .nav img {
    height: 2em;
  }
}

.main {
  padding-top: 4.5rem;
  margin-top: 1rem;
}

@media screen and (min-width: 400px) and (max-height: 750px) {
  .main {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  .main {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 700px) and (max-height: 450px) {
  .main {
    padding-top: 1.5rem;
  }
}

.footer {
  padding: 6rem 1rem 12rem;
}

@media screen and (min-width: 900px) {
  .footer {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.footer img {
  height: 3rem;
}

.footer a:first-child {
  margin-right: 1.5rem;
}

@media screen and (min-width: 900px) {
  .footer img {
    height: 9rem;
  }

  .footer a:first-child {
    margin-right: 3rem;
  }
}

.intro {
  position: relative;
  min-height: calc(100vh - 18rem);
}

.intro:not(:last-child) {
  margin-bottom: 18rem;
}

.intro div {
  position: absolute;
  font-size: 7.785vw;
  line-height: 1;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media screen and (min-width: 600px) and (max-height: 900px) {
  .intro {
    min-height: 32vw;
  }
}

@media screen and (max-width: 450px) and (max-height: 750px) {
  .intro {
    min-height: 18rem;
    max-height: 48vh;
  }
}

@media screen and (max-width: 750px) and (max-height: 450px) {
  .intro {
    min-height: 10rem;
    max-height: 48vh;
  }

  .intro div {
    font-size: 2rem;
  }
}

.section {
  position: relative;
  padding: 4.5rem 1rem;
  text-align: center;
}

.section-title {
  margin-bottom: 4.5rem;
  font-size: 7.785vw;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 600px) {
  .section {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 900px) {
  .section {
    padding: 6rem 3rem;
  }

  .section-title {
    margin-bottom: 6rem;
  }
}

.section-title [lang="en"] {
  text-align: right;
}

.content,
.list {
  text-align: left;
  color: white;
}

.content.reverse {
  color: #ff7300;
}

.content:not(:last-child),
.list:not(:last-child) {
  margin-bottom: 1.5em;
}

.content > *:not(:last-child) {
  margin-bottom: .25em;
}

.title [lang="ko"],
.content [lang="ko"],
.list [lang="ko"],
.button [lang="ko"] {
  font-family: "Magister FL", "Noto Serif KR", serif;
}

.title [lang="en"],
.content [lang="en"],
.list [lang="en"],
.button [lang="en"] {
  font-family: "Magister FL", serif;
}

.content [lang="ko"],
.list [lang="ko"] {
  line-height: 1.45;
}

.content [lang="en"],
.list [lang="en"] {
  line-height: 1.25;
}

.button {
  display: inline-block;
  padding: .125em .75em;
  font-size: 1.5rem;
  border: .25em solid #ff7300;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
}

@media screen and (min-width: 900px) {
  .button {
    font-size: 2.5vw;
  }
}

.button:hover {
  color: #ff7300;
  background-color: white;
}

#first div:nth-child(1) {
  top: 0;
  right: 1rem;
}

#first div:nth-child(2) {
  bottom: 0;
  left: 1rem;
  color: white;
}

#first div:nth-child(3) {
  top: 0;
  left: 1rem;
}

#first div:nth-child(4) {
  top: 33.33333%;
  right: 1rem;
  -webkit-transform: translateY(-33.33333%);
  -ms-transform: translateY(-33.33333%);
  transform: translateY(-33.33333%);
}

#first div:nth-child(5) {
  top: 66.66666%;
  left: 1rem;
  -webkit-transform: translateY(-66.66666%);
  -ms-transform: translateY(-66.66666%);
  transform: translateY(-66.66666%);
}

#first div:nth-child(6) {
  top: 66.66666%;
  right: 1rem;
  -webkit-transform: translateY(-66.66666%);
  -ms-transform: translateY(-66.66666%);
  transform: translateY(-66.66666%);
}

#first div:nth-child(7) {
  bottom: 0;
  right: 1rem;
}

@media screen and (min-width: 900px) {
  #first div:nth-child(1) {
    right: 3rem;
  }

  #first div:nth-child(2) {
    left: 3rem;
  }

  #first div:nth-child(3) {
    left: 3rem;
  }

  #first div:nth-child(4) {
    right: 3rem;
  }

  #first div:nth-child(5) {
    left: 3rem;
  }

  #first div:nth-child(6) {
    right: 3rem;
  }

  #first div:nth-child(7) {
    right: 3rem;
  }
}

#second div:nth-child(1) {
  top: 0;
  left: 1rem;
}

#second div:nth-child(2) {
  top: 66.66666%;
  left: 1rem;
  -webkit-transform: translateY(-66.66666%);
  -ms-transform: translateY(-66.66666%);
  transform: translateY(-66.66666%);
}

#second div:nth-child(3) {
  top: 33.33333%;
  right: 1rem;
  -webkit-transform: translateY(-33.33333%);
  -ms-transform: translateY(-33.33333%);
  transform: translateY(-33.33333%);
  text-align: right;
  color: white;
}

#second div:nth-child(4) {
  top: 66.66666%;
  right: 1rem;
  color: white;
  -webkit-transform: translateY(-66.66666%);
  -ms-transform: translateY(-66.66666%);
  transform: translateY(-66.66666%);
}

#second div:nth-child(5) {
  bottom: 0;
  right: 1rem;
  color: white;
}

@media screen and (min-width: 900px) {
  #second div:nth-child(1) {
    left: 3rem;
  }

  #second div:nth-child(2) {
    left: 3rem;
  }

  #second div:nth-child(3) {
    right: 3rem;
  }

  #second div:nth-child(4) {
    right: 3rem;
  }

  #second div:nth-child(5) {
    right: 3rem;
  }
}

#third div:nth-child(1) {
  top: 0;
  left: 1rem;
}

#third div:nth-child(2) {
  top: 0;
  right: 1rem;
}

#third div:nth-child(3) {
  bottom: 0;
  right: 1rem;
}

#third div:nth-child(4) {
  top: 33.33333%;
  left: 1rem;
  -webkit-transform: translateY(-33.33333%);
  -ms-transform: translateY(-33.33333%);
  transform: translateY(-33.33333%);
  color: white;
}

#third div:nth-child(5) {
  top: 33.33333%;
  right: 1rem;
  -webkit-transform: translateY(-33.33333%);
  -ms-transform: translateY(-33.33333%);
  transform: translateY(-33.33333%);
  color: white;
}

#third div:nth-child(6) {
  top: 66.66666%;
  right: 1rem;
  left: 1rem;
  -webkit-transform: translateY(-66.66666%);
  -ms-transform: translateY(-66.66666%);
  transform: translateY(-66.66666%);
  text-align: right;
  color: white;
}

#third div:nth-child(7) {
  bottom: 0;
  left: 1rem;
  color: white;
}

@media screen and (min-width: 900px) {
  #third div:nth-child(1) {
    left: 3rem;
  }

  #third div:nth-child(2) {
    right: 3rem;
  }

  #third div:nth-child(3) {
    right: 3rem;
  }

  #third div:nth-child(4) {
    left: 3rem;
  }

  #third div:nth-child(5) {
    right: 3rem;
  }

  #third div:nth-child(6) {
    right: 3rem;
    left: 3rem;
  }

  #third div:nth-child(7) {
    left: 3rem;
  }
}

.intro + .section {
  margin-top: -12rem;
}

#mailing .content {
  text-transform: uppercase;
}

#mailing .content [lang="ko"] {
  font-family: "Soehne Breit Halbfett", "Jikji Gothic";
}

#mailing .content [lang="en"] {
  font-family: "Soehne Breit Halbfett";
}

#press .list > div:not(:last-child) {
  margin-bottom: 2em;
}

#press .list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-top: .125em;
  font-family: "Soehne Breit Halbfett";
  font-size: 4.25vw;
  text-transform: uppercase;
  line-height: 1;
  color: #ff7300;
  border-top: .25em solid #ff7300;
}

@media screen and (max-width: 900px) {
  #contact .list li:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 900px) {
  #contact .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -.75em;
  }

  #contact .list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: .75em;
  }
}

#contact a:hover {
  text-decoration: underline;
}

#about .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .list dt {
  margin-right: .75em;
}

#about .list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: -o-linear-gradient(rgba(255,115,0,0) 40%, rgba(255,115,0,1) 60%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255,115,0,0)), color-stop(60%, rgba(255,115,0,1)));
  background-image: linear-gradient(rgba(255,115,0,0) 40%, rgba(255,115,0,1) 60%);
}

.online-program {
  padding-top: 0;
}

.online-program-title {
  text-align: right;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: -.2em;
  line-height: 1.2em;
}

@media screen and (max-width: 600px) {
  .online-program-title {
    text-align: left;
  }
  .online-program-title span {
    display: block;
  }
}
.online-program-item-content,
.online-program-item-header {

  padding-top: 1.333rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.333em;
  color: #fff;
}


.online-program-nav {
  padding-top: 2.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.333em;
  color: #ff7300;
}


.online-program-nav-item {
  border-top: .4rem solid #ff7300;
  padding-bottom: .9em;
}

.online-program-nav-item a {
  display: block;
}

.online-program-nav-item a:hover {
  color: #fff;
}

.online-program-nav-item-date,
.online-program-nav-item-cta {
  text-transform: uppercase;
  float: left;
  width: 50%;
  letter-spacing: .04em;
}

.online-program-nav-item-cta {
  text-align: right;
}

.online-program-nav-item-title {
  clear: both;
  font-family: "Magister FL", "Noto Serif KR", serif;
}

.online-program-item-content {
  margin-bottom: 0 !important;

}

.online-program-item-content [lang="ko"] {
  font-size: 1rem;
}

.online-program-item-title {
  font-family: "Soehne Breit Halbfett", "Jikji Gothic";
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
}

.online-program-item-date {
  font-family: "Magister FL", serif;
  font-size: 1rem;
  line-height: 1.333em;
}

@media screen and (min-width: 600px) {
  .online-program-item-content {
    padding-right: 25%;
  }
  
  .online-program-item-title {
    font-size: 4vw;
  }
  
  .online-program-item-header,
  .online-program-item-content,
  .online-program-item-date {
    font-size: 1.5vw;
    line-height: 1.333em;
  }
  
  .online-program-nav {
    font-size: 2vw;
    line-height: 1.2em;
  }
  
  .online-program-item-content [lang="ko"] {
    font-size: 1.4vw;
  }
}

.online-program-item-content p {
  margin-bottom: .75rem !important;
}

.online-program-item-content p:last-child {
  margin-bottom: 0 !important;
}

.online-program-item-content p[lang=ko] {
  line-height: 1.3em;
}

iframe {
  opacity: 0;
}

.fluid-width-video-wrapper iframe {
  opacity: 1;
}

.fluid-width-video-wrapper {
  padding-top: 56.2% !important;
}