/*!
 * LoveHub - Multipurpose Non-Profit Theme
 * Copyright 1994-2015 ForBetterWeb.com
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */

/* Base structure */

html:lang(ko) {
  word-break: keep-all;
}
html,
body {
  width: 100%;
  height: 100% !important;
}

body {
  font-family: "Noto sans", Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.6;
}

p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
  }
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
}
input,
select,
.form-control {
  border-radius: 0;
}

.no-pad {
  padding: 0;
}

.headerline {
  border-bottom: 1px solid #00a8ff;
  padding-bottom: 15px;
  display: inline-block;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

section {
  position: relative;
  z-index: 999;
  padding: 100px 0;
}

@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
}

.list-inline > li {
  padding-bottom: 10px;
}
.label {
  border-radius: 0;
}
.label-danger {
  background-color: #c00;
}

.label,
input,
.btn,
textarea {
  border-radius: 0 !important;
}

.btn {
  border-radius: 0;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 2px solid #fff;
  outline: 0;
  color: #fff;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 2px solid #eee;
  outline: 0;
  color: #000;
  background-color: #eee;
}
.btn-primary {
  border: 2px solid #00a8ff;
  outline: 0;
  color: #fff;
  background-color: #00a8ff;
}
.btn-primary:hover,
.btn-primary:focus {
  border: 2px solid #1f82b5;
  outline: 0;
  color: #fff;
  background-color: #1f82b5;
}

.btn-white {
  border: 2px solid #fff;
  outline: 0;
  color: #000 !important;
  background-color: #fff;
}

.split-padding0,
.split-padding,
.split-padding2,
.split-padding3,
.split-padding4,
.split-padding5 {
  padding: 100px 60px 50px;
}

@media (max-width: 768px) {
  .split-padding0,
  .split-padding,
  .split-padding2,
  .split-padding3,
  .split-padding4,
  .split-padding5 {
    padding: 50px 20px 50px;
  }
}

.split-padding-demo {
  padding: 50px;
}

.split-padding0,
.split-padding,
.split-padding2 {
  color: #fff;
}
.split-padding3,
.split-padding4 {
  color: #111;
}
.split-padding0 {
  background-color: #151515;
}
.split-padding {
  background-color: #111;
}
.split-padding2 {
  background-color: #000;
}

.split-padding3 {
  background-color: rgba(250, 250, 250, 0.8);
}
.split-padding4 {
  background-color: rgba(0, 0, 0, 0.05);
}

a .fa-circle {
  color: #777;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover .fa-circle {
  color: #555;
}

/* NavBar */

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  background-color: #000;
}
.navbar-custom .navbar-brand {
  font-size: 26px;
  letter-spacing: -1px;
  text-transform: none;
}
.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 18px;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}
.navbar-custom a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.navbar-custom .nav li a {
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: 0;
}
.navbar-custom .nav li.active a {
  color: #00a8ff;
}
.navbar-custom .nav li.active a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background-color 0.5s ease-in-out,
      padding 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 10px 30px;
    background-color: #000;
  }
}
.top-nav-collapse .container {
  width: auto;
}
.navbar-toggle {
  padding: 3px 5px 0;
  margin-bottom: 0;
}
#indicator {
  height: 7px;
  background-color: #db061b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -7px;
}
/* Intro */

.intro {
  display: table;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  height: 100%;
  background: #000 url(../img/inoimg.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.intro2 {
  background: #000 url(../img/6.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.intro2 #clock {
  padding: 0 0 60px;
}
.intro2 #clock span {
  border-bottom: 1px solid #fff !important;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: bottom;
  background: rgba(0, 0, 0, 0);
  padding: 100px 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0 0 5px;
}
.intro-body h2 {
  font-size: 32px !important;
  font-weight: 800;
}

.color {
  color: #00a8ff;
}
.intro .intro-body .intro-text {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro {
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 50px;
  }
  .intro-body h2 {
    font-size: 40px !important;
    font-weight: 800;
  }
}

@media (min-width: 992px) {
  .intro .list-inline {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .intro2 #clock {
    padding: 0;
  }
  .intro .intro-body {
    padding: 30px 0;
  }
  .intro .intro-body .brand-heading {
    line-height: 1.1;
    margin-bottom: 2.5rem;
  }
  .intro .intro-body .brand-heading span {
    display: block;
  }
}

/* VIDEO BACKGROUND */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: 0.2;
  display: none;
}
.video-controls-visible {
  display: inline;
}
.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px;
}

/* Action */

#action {
  background-color: #000;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

#action2 {
  background-color: #151515;
  color: #fff;
}

/* ABOUT */
#about,
#about2,
#about3 {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}

#about {
  width: 100%;
  background: url(../img/studio_bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #about,
  #about2,
  #about3 {
    text-align: center;
  }
}

/* Project */

#project {
  color: #111;
  padding: 100px 0 50px;
}

.project-item .project-link {
  display: block;
  position: relative;
}
.project-item .project-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.project-item .project-link .caption:hover,
#project img:hover,
#project img:focus,
a.project-link:focus,
a.project-link:hover {
  opacity: 1 !important;
  left: 0;
}
.project-item .project-link:hover {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.project-item .project-link .caption .caption-content {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px;
  text-align: left;
}
.project-item .project-link .caption .caption-content span {
  position: relative;
  display: inline-block;
}
.project-item
  .project-link
  .caption
  .caption-content
  span:not(:last-of-type):after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 5px 10px 0;
  background-color: #333;
}
.project-item .project-link .caption .caption-content .icon {
  display: block;
  font-size: 36px;
  line-height: 46px;
  opacity: 0.5;
}
.project-item {
  overflow: hidden;
}
.project-item .project-link img {
    width: 100%;
}
.project-modal {
  background-color: #fff;
}
.project-modal .modal-content {
  padding-top: 170px;
  padding-bottom: 1rem;
  min-height: 100%;
  min-width: 100%;
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project-modal .modal-content .detail-wrap {
    margin-top: 30px;
}
.project-modal .modal-content .detail-wrap .video-content {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 30px;
}
.project-modal#projectModal3 .modal-content .detail-wrap .video-content:first-of-type {
  padding-top: 75%;
}
.project-modal .modal-content .detail-wrap .video-content iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
}
.project-modal.privacy {
  top: 25%;
  bottom: auto;
  left: 25%;
  right: 25%;
  padding-right: 0 !important;
}
.project-modal.privacy .modal-header .close-modal {
  top: 5px;
}
.project-modal.privacy .modal-content {
  padding: 1.5rem 1rem;
}
.project-modal.privacy .modal-content dl {
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.project-modal.privacy .modal-content dl dd {
  padding-left: 1rem;
  padding-top: 5px;
}
.project-modal:not(.privacy) .modal-header {
  width: calc(100% - 30px);
  max-width: 100%;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 99;
  background-color: #fff;
  padding: 15px 0;
}
.project-modal .modal-header h2,
.project-modal .modal-content h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #000;
}
.project-modal .modal-header h2 {
  float: left;
}
.project-modal .modal-header h2 small {
  display: block;
  font-size: 18px;
  color: #464646;
}
.project-modal .modal-content img,
.project-modal .embed-responsive {
  margin-bottom: 30px;
  width: 100%;
}
.project-modal .close-modal {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  float: right;
  position: relative;
  top: 1rem;
}
.project-modal .close-modal:hover {
  opacity: 0.85;
}
.project-modal .close-modal .close-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.project-modal .close-modal .close-btn:before,
.project-modal .close-modal .close-btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}
.project-modal .close-modal .close-btn:after {
  transform: rotate(-45deg);
}
.project-modal .backgrid {
  left: 40px;
}
.project-modal button,
.project-modal .modal-content .btn {
  margin-top: 20px;
  border: 2px solid #000;
  color: #000;
}
.project-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

@media (max-width: 768px) {
    .project-modal.privacy {
        top: 5%;
        left: 5%;
        right: 5%;
    }
  .project-modal .modal-content {
    padding-top: 90px;
  }
  .project-modal .modal-content > .row:first-of-type {
    margin-top: 2rem;
  }
  .project-item .project-link .caption {
    opacity: 1;
    background: rgba(250, 250, 250, 0.5);
  }
  .project-item .project-link:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .project-item .project-link .caption .caption-content {
    width: 100%;
    padding: 9px;
  }
  .project-item .project-link .caption .caption-content span {
    padding: 5px 8px;
    border: 1px solid #424242;
    color: #fff;
    margin: 3px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .project-item
    .project-link
    .caption
    .caption-content
    span:not(:last-of-type):after {
    content: none;
  }
  .project-modal.privacy .modal-header,
  .project-modal.privacy .modal-content {
    padding: 15px 0;
  }
 
  .project-modal .modal-header h2 {
    padding-right: 10px;
    line-height: 1.3;
    max-width: calc(100% - 30px);
    letter-spacing: -1px;
  }
  .project-modal.privacy .modal-header h2 {
      font-size: 20px;
  }
  .project-modal .modal-header h2 small {
    margin-top: 0.5rem;
  }
  .project-modal .close-modal,
  .project-modal.privacy .modal-header .close-modal {
    top: 0;
  }
}
@media (min-width: 768px) {
  .project-modal:not(.privacy) .modal-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .project-modal:not(.privacy) .modal-header {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .project-modal:not(.privacy) .modal-header {
    max-width: 1140px;
  }
}

/* CONTACT */
#contactForm .form-control {
  font-size: 16px;
}
#contactForm button.btn {
  float: left;
}
#contactForm .project-link {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  margin-left: 0.5rem;
  line-height: 38px;
  border: 1px solid #00a8ff;
  color: #00a8ff;
  padding: 0 1rem;
}
#contactForm .project-link:hover {
  background-color: #00a8ff;
  color: #fff;
}
/* FOOTER */
#contact2 {
  width: 100%;
  color: #fff;
  background: url(../img/3.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#contact2 address,
#contact2 address p {
  margin-bottom: 0;
}
#contact2 address p.copyright {
  font-size: 13px;
  margin-top: 1rem;
  text-transform: uppercase;
}
