html, body {
	font-family: 'Noto Sans Korean', sans-serif;
    overflow-x: hidden;
}
@media (min-width: 1200px) and (max-width: 2000px) {
    .container{
        width: 80%;
    }
}
@media (min-width: 2001px) and (max-width: 10000px) {
    .container{
        width: 1400px;
    }
}
body, p{
    color: #888;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 300;
}
body {
	background-color:#0080FF;
}
body:before{
  content: ' ';
  width: 50%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #fff;
}
.container{
	margin-left: auto;
	margin-right: auto;
}
p {
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a,
button {
    text-decoration: none !important;
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

.color {
    color: #ffe902;
}
.white {
    color: #fff;
}
.silver {
    color: #f0f4f4;
}
.grey {
    color: #aaa;
}
.dark {
    color: #292929;
}
.black, a {
    color: #121212;
}
.color-bg {
    background-color: #0080FF;
}
.white-bg {
    background-color: #fff;
}
.silver-bg {
    background-color: #f0f4f4;
}
.grey-bg {
    background-color: #aaa;
}
.dark-bg {
    background-color: #292929;
}
.black-bg {
    background-color: #121212;
}

header.masthead {
    padding: 60px 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}
nav {
    background: none;
    z-index: 10;
}
nav.mastnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav ul li {
    margin: 0px 10px 5px 10px;
    display: inline-block;
}
nav.mastnav ul li a {
    font-weight: normal;
    font-size: 12px;
}
nav.mastnav ul li a.activelink,
nav.mastnav ul li a:hover {
    color: #aaa;
}

.logo-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 56px 40px;
    height: 100%;
    text-align: center;
    z-index: 9900;
}

footer.mastfoot {
    padding: 120px 0;
    background-position: center center;
    background-repeat: repeat-y;
	background-image: url(/images/stripe.png);
	background-color: #f0f4f4;
}
footer.mastfoot h3 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
footer.mastfoot h6 {
    font-size: 12px;
    line-height: 19px;
}

/* Owl Change */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-prev{
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent url(../images/prev-dark.png) no-repeat center center !important;
  top: 50%;
  margin-top: -30px;
}
.owl-next{
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent url(../images/next-dark.png) no-repeat center center !important;
  top: 50%;
  margin-top: -30px;
}
.owl-nav-sticky-wide .owl-prev{
  left: 10px;
}
.owl-nav-sticky-wide .owl-next{
  right: 10px;
}

.owl-nav-sticky-extra-wide .owl-prev{
  left: -60px;
}
.owl-nav-sticky-extra-wide .owl-next{
  right: -60px;
}
.owl-nav-sticky-center .owl-prev{
  margin-left: -60px !important;
}
.owl-nav-sticky-center .owl-next{
  margin-right: -60px !important;
}

.owl-nav-sticky-left .owl-prev{
  left: 20px;
}
.owl-nav-sticky-left .owl-next{
  left: 120px;
}
.owl-nav-sticky-right .owl-prev{
  right: 120px;
}
.owl-nav-sticky-right .owl-next{
  right: 20px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin-top: -30px;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* */
.no-pad {
    padding: 0 !important;
}
.pad-top {
    padding-top: 120px;
}
.pad-bottom {
    padding-bottom: 120px;
}
.pad-small-bottom {
    padding-bottom: 60px;
}
.inner-pad {
    padding-left: 25px;
    padding-right: 25px;
}
.super-text {
    font-size: 34px;
    line-height: 52px;
}
.main-heading {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.promo-text {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.add-top-quarter {
    margin-top: 30px;
}
.team-info {
    padding: 20px 50px;
    text-align: left;
}
.sub-heading {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.team-info h3 {
    margin-bottom: 10px;
}