/*=============================
     GOTHIC FONTS IMPORT
=============================*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);



/*=============================
     Common Styles ~ KOREAN
=============================*/


.slide-content h1 {
    font-family: 'Conv_YoonVYullyeoL';
    font-size: 95px;
    line-height: 90px;
    font-weight: 500;
    letter-spacing: 5px;
    opacity: 1;
}

.inner-nav ul li a .slide-container {
    font-size: 13px;
}
#topnav .navigation-menu {
  font-family: 'Nanum Gothic', sans-serif;
}

body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  color: #141414;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.top-padding {
  padding-top: 60px;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
  font-family: "Gotham SSm A", "Gotham SSm B";
}
h1,
.h1 {

}
h2,
.h2 {
  font-family: 'Nanum Myeongjo', serif;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2150A2;
}
h6,
.h6 {
  font-size: 14px;
  letter-spacing: 1.91px;
  font-weight: 500;
  color: #0085B2;
  text-transform: uppercase;
}

p {
  font-family: 'Nanum Myeongjo', serif;
}
p ins {
  font-family: 'Playfair Display', serif;
  text-decoration: none;
}
a {
  color: #EB2F71;
}
a:hover {
  color: #7a0921;
  text-decoration: none;
}
a:focus {
  color: #1b0207;
  text-decoration: none;
}
a.small-link {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 500;
}
a.white-text:hover {
  color: #EB2F71;
}

.lead-text {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 32px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #64BFD5;
  line-height: 56px;
  mix-blend-mode: multiply;
}
.lead-text ins {
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
}

.works p {
  font-size: 14px;
}


#footer-contacts .contact p, #footer-contacts .contact p span ins {
  font-family: 'Playfair Display', serif;
  text-decoration: none;
}

.contact p span.ko {
  font-family: 'Nanum Myeongjo', serif !important;
}

@media (min-width: 992px) {
	#topnav .navigation-menu > li > a {
    padding-top: 22px;
    padding-bottom: 25px;
    min-height: 62px;
	}
}
@media (max-width: 767px) {
  .slide-content h1 {
    font-family: 'Conv_YoonVYullyeoM';
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 3px;
  }
  .slide-content h2 {
    font-size: 18px;
  }
  .works p {
    font-size: 15px;
  }
  .lead-text {
    font-size: 23px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .slide-content h1 {
      font-size: 45px;
  }
}
