:root {
  --breakpoint-ul: 1440px; }

.col-ul-1, .col-ul-2, .col-ul-3, .col-ul-4, .col-ul-5, .col-ul-6, .col-ul-7, .col-ul-8, .col-ul-9, .col-ul-10, .col-ul-11, .col-ul-12, .col-ul,
.col-ul-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1440px) {
  .col-ul {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-ul-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-ul-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-ul-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-ul-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-ul-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-ul-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-ul-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-ul-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-ul-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-ul-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-ul-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-ul-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-ul-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-ul-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-ul-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-ul-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-ul-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-ul-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-ul-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-ul-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-ul-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-ul-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-ul-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-ul-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-ul-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-ul-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-ul-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-ul-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-ul-0 {
    margin-left: 0; }
  .offset-ul-1 {
    margin-left: 8.333333%; }
  .offset-ul-2 {
    margin-left: 16.666667%; }
  .offset-ul-3 {
    margin-left: 25%; }
  .offset-ul-4 {
    margin-left: 33.333333%; }
  .offset-ul-5 {
    margin-left: 41.666667%; }
  .offset-ul-6 {
    margin-left: 50%; }
  .offset-ul-7 {
    margin-left: 58.333333%; }
  .offset-ul-8 {
    margin-left: 66.666667%; }
  .offset-ul-9 {
    margin-left: 75%; }
  .offset-ul-10 {
    margin-left: 83.333333%; }
  .offset-ul-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1410px; }
  .dropdown-menu-ul-right {
    right: 0;
    left: auto; }
  .dropdown-menu-ul-left {
    right: auto;
    left: 0; }
  .navbar-expand-ul {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-ul .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-ul .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-ul .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-ul > .container,
  .navbar-expand-ul > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-ul .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-ul .navbar-toggler {
    display: none; }
  .modal-ul {
    max-width: 1410px; }
  .d-ul-none {
    display: none !important; }
  .d-ul-inline {
    display: inline !important; }
  .d-ul-inline-block {
    display: inline-block !important; }
  .d-ul-block {
    display: block !important; }
  .d-ul-table {
    display: table !important; }
  .d-ul-table-row {
    display: table-row !important; }
  .d-ul-table-cell {
    display: table-cell !important; }
  .d-ul-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-ul-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-ul-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-ul-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-ul-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-ul-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-ul-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-ul-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-ul-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-ul-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-ul-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-ul-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-ul-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-ul-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-ul-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-ul-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-ul-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-ul-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-ul-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-ul-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-ul-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-ul-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-ul-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-ul-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-ul-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-ul-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-ul-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-ul-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-ul-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-ul-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-ul-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-ul-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-ul-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-ul-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-ul-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-ul-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .float-ul-left {
    float: left !important; }
  .float-ul-right {
    float: right !important; }
  .float-ul-none {
    float: none !important; }
  .m-ul-0 {
    margin: 0 !important; }
  .mt-ul-0,
  .my-ul-0 {
    margin-top: 0 !important; }
  .mr-ul-0,
  .mx-ul-0 {
    margin-right: 0 !important; }
  .mb-ul-0,
  .my-ul-0 {
    margin-bottom: 0 !important; }
  .ml-ul-0,
  .mx-ul-0 {
    margin-left: 0 !important; }
  .m-ul-1 {
    margin: 0.25rem !important; }
  .mt-ul-1,
  .my-ul-1 {
    margin-top: 0.25rem !important; }
  .mr-ul-1,
  .mx-ul-1 {
    margin-right: 0.25rem !important; }
  .mb-ul-1,
  .my-ul-1 {
    margin-bottom: 0.25rem !important; }
  .ml-ul-1,
  .mx-ul-1 {
    margin-left: 0.25rem !important; }
  .m-ul-2 {
    margin: 0.5rem !important; }
  .mt-ul-2,
  .my-ul-2 {
    margin-top: 0.5rem !important; }
  .mr-ul-2,
  .mx-ul-2 {
    margin-right: 0.5rem !important; }
  .mb-ul-2,
  .my-ul-2 {
    margin-bottom: 0.5rem !important; }
  .ml-ul-2,
  .mx-ul-2 {
    margin-left: 0.5rem !important; }
  .m-ul-3 {
    margin: 1rem !important; }
  .mt-ul-3,
  .my-ul-3 {
    margin-top: 1rem !important; }
  .mr-ul-3,
  .mx-ul-3 {
    margin-right: 1rem !important; }
  .mb-ul-3,
  .my-ul-3 {
    margin-bottom: 1rem !important; }
  .ml-ul-3,
  .mx-ul-3 {
    margin-left: 1rem !important; }
  .m-ul-4 {
    margin: 1.5rem !important; }
  .mt-ul-4,
  .my-ul-4 {
    margin-top: 1.5rem !important; }
  .mr-ul-4,
  .mx-ul-4 {
    margin-right: 1.5rem !important; }
  .mb-ul-4,
  .my-ul-4 {
    margin-bottom: 1.5rem !important; }
  .ml-ul-4,
  .mx-ul-4 {
    margin-left: 1.5rem !important; }
  .m-ul-5 {
    margin: 3rem !important; }
  .mt-ul-5,
  .my-ul-5 {
    margin-top: 3rem !important; }
  .mr-ul-5,
  .mx-ul-5 {
    margin-right: 3rem !important; }
  .mb-ul-5,
  .my-ul-5 {
    margin-bottom: 3rem !important; }
  .ml-ul-5,
  .mx-ul-5 {
    margin-left: 3rem !important; }
  .p-ul-0 {
    padding: 0 !important; }
  .pt-ul-0,
  .py-ul-0 {
    padding-top: 0 !important; }
  .pr-ul-0,
  .px-ul-0 {
    padding-right: 0 !important; }
  .pb-ul-0,
  .py-ul-0 {
    padding-bottom: 0 !important; }
  .pl-ul-0,
  .px-ul-0 {
    padding-left: 0 !important; }
  .p-ul-1 {
    padding: 0.25rem !important; }
  .pt-ul-1,
  .py-ul-1 {
    padding-top: 0.25rem !important; }
  .pr-ul-1,
  .px-ul-1 {
    padding-right: 0.25rem !important; }
  .pb-ul-1,
  .py-ul-1 {
    padding-bottom: 0.25rem !important; }
  .pl-ul-1,
  .px-ul-1 {
    padding-left: 0.25rem !important; }
  .p-ul-2 {
    padding: 0.5rem !important; }
  .pt-ul-2,
  .py-ul-2 {
    padding-top: 0.5rem !important; }
  .pr-ul-2,
  .px-ul-2 {
    padding-right: 0.5rem !important; }
  .pb-ul-2,
  .py-ul-2 {
    padding-bottom: 0.5rem !important; }
  .pl-ul-2,
  .px-ul-2 {
    padding-left: 0.5rem !important; }
  .p-ul-3 {
    padding: 1rem !important; }
  .pt-ul-3,
  .py-ul-3 {
    padding-top: 1rem !important; }
  .pr-ul-3,
  .px-ul-3 {
    padding-right: 1rem !important; }
  .pb-ul-3,
  .py-ul-3 {
    padding-bottom: 1rem !important; }
  .pl-ul-3,
  .px-ul-3 {
    padding-left: 1rem !important; }
  .p-ul-4 {
    padding: 1.5rem !important; }
  .pt-ul-4,
  .py-ul-4 {
    padding-top: 1.5rem !important; }
  .pr-ul-4,
  .px-ul-4 {
    padding-right: 1.5rem !important; }
  .pb-ul-4,
  .py-ul-4 {
    padding-bottom: 1.5rem !important; }
  .pl-ul-4,
  .px-ul-4 {
    padding-left: 1.5rem !important; }
  .p-ul-5 {
    padding: 3rem !important; }
  .pt-ul-5,
  .py-ul-5 {
    padding-top: 3rem !important; }
  .pr-ul-5,
  .px-ul-5 {
    padding-right: 3rem !important; }
  .pb-ul-5,
  .py-ul-5 {
    padding-bottom: 3rem !important; }
  .pl-ul-5,
  .px-ul-5 {
    padding-left: 3rem !important; }
  .m-ul-n1 {
    margin: -0.25rem !important; }
  .mt-ul-n1,
  .my-ul-n1 {
    margin-top: -0.25rem !important; }
  .mr-ul-n1,
  .mx-ul-n1 {
    margin-right: -0.25rem !important; }
  .mb-ul-n1,
  .my-ul-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-ul-n1,
  .mx-ul-n1 {
    margin-left: -0.25rem !important; }
  .m-ul-n2 {
    margin: -0.5rem !important; }
  .mt-ul-n2,
  .my-ul-n2 {
    margin-top: -0.5rem !important; }
  .mr-ul-n2,
  .mx-ul-n2 {
    margin-right: -0.5rem !important; }
  .mb-ul-n2,
  .my-ul-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-ul-n2,
  .mx-ul-n2 {
    margin-left: -0.5rem !important; }
  .m-ul-n3 {
    margin: -1rem !important; }
  .mt-ul-n3,
  .my-ul-n3 {
    margin-top: -1rem !important; }
  .mr-ul-n3,
  .mx-ul-n3 {
    margin-right: -1rem !important; }
  .mb-ul-n3,
  .my-ul-n3 {
    margin-bottom: -1rem !important; }
  .ml-ul-n3,
  .mx-ul-n3 {
    margin-left: -1rem !important; }
  .m-ul-n4 {
    margin: -1.5rem !important; }
  .mt-ul-n4,
  .my-ul-n4 {
    margin-top: -1.5rem !important; }
  .mr-ul-n4,
  .mx-ul-n4 {
    margin-right: -1.5rem !important; }
  .mb-ul-n4,
  .my-ul-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-ul-n4,
  .mx-ul-n4 {
    margin-left: -1.5rem !important; }
  .m-ul-n5 {
    margin: -3rem !important; }
  .mt-ul-n5,
  .my-ul-n5 {
    margin-top: -3rem !important; }
  .mr-ul-n5,
  .mx-ul-n5 {
    margin-right: -3rem !important; }
  .mb-ul-n5,
  .my-ul-n5 {
    margin-bottom: -3rem !important; }
  .ml-ul-n5,
  .mx-ul-n5 {
    margin-left: -3rem !important; }
  .m-ul-auto {
    margin: auto !important; }
  .mt-ul-auto,
  .my-ul-auto {
    margin-top: auto !important; }
  .mr-ul-auto,
  .mx-ul-auto {
    margin-right: auto !important; }
  .mb-ul-auto,
  .my-ul-auto {
    margin-bottom: auto !important; }
  .ml-ul-auto,
  .mx-ul-auto {
    margin-left: auto !important; }
  .text-ul-left {
    text-align: left !important; }
  .text-ul-right {
    text-align: right !important; }
  .text-ul-center {
    text-align: center !important; } }

@media (max-width: 1439.98px) {
  .table-responsive-ul {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-ul > .table-bordered {
    border: 0; }
  .navbar-expand-ul > .container,
  .navbar-expand-ul > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .container {
    max-width: 960px; } }

body, html {
  background-color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  color: #231F20;
  overflow-x: hidden; }

h1 {
  font-weight: 250;
  font-size: 4.2rem;
  margin-bottom: 42px; }
  h1.light {
    font-weight: 300; }
  h1.regular {
    font-weight: 400; }
  @media (max-width: 1199.98px) {
    h1 {
      font-size: 4.2rem;
      margin-bottom: 42px; } }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 3.9rem;
      margin-bottom: 39px; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 3.3rem;
      margin-bottom: 33px; } }

h2 {
  font-weight: 250;
  font-size: 2.52rem; }
  @media (max-width: 1199.98px) {
    h2 {
      font-size: 2.52rem; } }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 2.34rem; } }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 1.98rem; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 1.8rem; } }

h4 {
  font-weight: 250;
  font-size: 2rem; }

p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5; }

ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px; }
  ul li {
    font-weight: 400;
    font-size: 1.512rem;
    margin-bottom: 10px; }
    ul li b {
      vertical-align: 1px;
      padding-right: 5px; }

hr {
  border-top: thin solid rgba(0, 0, 0, 0.4);
  margin-top: 0;
  margin-bottom: 60px; }

.pl-14px {
  padding-left: 14px; }

.pr-24px {
  padding-right: 24px; }

.mr-36px {
  margin-right: 36px; }

.mb-36px {
  margin-bottom: 36px; }

.mt-60px {
  margin-top: 60px; }

.pt-60px {
  padding-top: 60px; }

.pt-100px {
  padding-top: 100px; }

.bg-gray {
  background-color: #939598; }

a {
  color: #231F20; }
  a:hover {
    color: #636363; }
  a.active, a:active {
    color: #939598; }

.invert {
  filter: invert(100%); }

.grayscale {
  filter: grayscale(100%); }

.sepia {
  filter: sepia(100%); }

.contrast {
  filter: contrast(200%); }

.blur {
  filter: blur(10px); }

.opacity {
  filter: opacity(50%); }

.btn-social {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 36px; }
  .btn-social:last-child {
    margin-right: 0; }

.btn-instagram {
  width: 19px;
  height: 19px;
  background: url(../images/icon_instagram.png) no-repeat center center/contain; }

.btn-facebook {
  width: 19px;
  height: 19px;
  background: url(../images/icon_facebook.png) no-repeat center center/contain; }

.btn-mail {
  width: 26px;
  height: 19px;
  background: url(../images/icon_mail.png) no-repeat center center/contain; }

.btn-pinterest {
  width: 19px;
  height: 19px;
  background: url(../images/icon_pinterest.png) no-repeat center center/contain; }

.carousel-control-next.control-outer {
  right: -75px; }

.carousel-control-next.control-middle {
  right: -20px; }

.carousel-control-prev.control-outer {
  left: -75px; }

.carousel-control-prev.control-middle {
  left: -20px; }

.carousel-control-next, .carousel-control-prev {
  width: 15%; }
  .carousel-control-next.control-outer, .carousel-control-next.control-middle, .carousel-control-prev.control-outer, .carousel-control-prev.control-middle {
    width: 75px; }

@media (max-width: 1199.98px) {
  .carousel-control-next.control-outer {
    right: -55px; }
  .carousel-control-next.control-middle {
    right: -20px; }
  .carousel-control-prev.control-outer {
    left: -55px; }
  .carousel-control-prev.control-middle {
    left: -20px; }
  .carousel-control-next.control-outer, .carousel-control-next.control-middle, .carousel-control-prev.control-outer, .carousel-control-prev.control-middle {
    width: 60px; } }

@media (max-width: 991.98px) {
  .carousel-control-next.control-outer {
    right: -50px; }
  .carousel-control-next.control-middle {
    right: -20px; }
  .carousel-control-prev.control-outer {
    left: -50px; }
  .carousel-control-prev.control-middle {
    left: -20px; }
  .carousel-control-next.control-outer, .carousel-control-next.control-middle, .carousel-control-prev.control-outer, .carousel-control-prev.control-middle {
    width: 60px; } }

@media (max-width: 575.98px) {
  .carousel-control-next.control-outer {
    right: -20px; }
  .carousel-control-next.control-middle {
    right: -20px; }
  .carousel-control-prev.control-outer {
    left: -20px; }
  .carousel-control-prev.control-middle {
    left: -20px; }
  .carousel-control-next.control-outer, .carousel-control-next.control-middle, .carousel-control-prev.control-outer, .carousel-control-prev.control-middle {
    width: 60px; } }

.carousel-control-next-icon {
  background-position: -26px; }
  @media (min-width: 768px) {
    .lg .carousel-control-next-icon {
      background-position: -35.568px; } }

.carousel-control-prev-icon {
  background-position: 0px; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 26px;
  height: 41px;
  background-image: url("../images/arrow_2x.png");
  background-repeat: no-repeat;
  background-size: 52px 41px; }
  @media (min-width: 768px) {
    .lg .carousel-control-next-icon, .lg .carousel-control-prev-icon {
      width: 35.568px;
      height: 56.088px;
      background-size: 71.136px 56.088px; } }
  .black .carousel-control-next-icon, .black .carousel-control-prev-icon {
    background-image: url("../images/arrow_2x_black.png"); }
  .white .carousel-control-next-icon, .white .carousel-control-prev-icon {
    background-image: url("../images/arrow_2x_white.png"); }
  .bold .carousel-control-next-icon, .bold .carousel-control-prev-icon {
    background-image: url("../images/arrow_2x_bold.png"); }

.carousel-indicators li {
  background-color: #666; }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamRotate.active {
  transform: rotate(45deg); }

.hamRotate180.active {
  transform: rotate(180deg); }

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round; }

.ham1 .top {
  stroke-dasharray: 40 139; }

.ham1 .bottom {
  stroke-dasharray: 40 180; }

.ham1.active .top {
  stroke-dashoffset: -98px; }

.ham1.active .bottom {
  stroke-dashoffset: -138px; }

.ham2 .top {
  stroke-dasharray: 40 121; }

.ham2 .bottom {
  stroke-dasharray: 40 121; }

.ham2.active .top {
  stroke-dashoffset: -102px; }

.ham2.active .bottom {
  stroke-dashoffset: -102px; }

.ham3 .top {
  stroke-dasharray: 40 130; }

.ham3 .middle {
  stroke-dasharray: 40 140; }

.ham3 .bottom {
  stroke-dasharray: 40 205; }

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px; }

.ham3.active .middle {
  stroke-dashoffset: -102px; }

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px; }

.ham4 .top {
  stroke-dasharray: 40 121; }

.ham4 .bottom {
  stroke-dasharray: 40 121; }

.ham4.active .top {
  stroke-dashoffset: -68px; }

.ham4.active .bottom {
  stroke-dashoffset: -68px; }

.ham5 .top {
  stroke-dasharray: 40 82; }

.ham5 .bottom {
  stroke-dasharray: 40 82; }

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px; }

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px; }

.ham6 .top {
  stroke-dasharray: 40 172; }

.ham6 .middle {
  stroke-dasharray: 40 111; }

.ham6 .bottom {
  stroke-dasharray: 40 172; }

.ham6.active .top {
  stroke-dashoffset: -132px; }

.ham6.active .middle {
  stroke-dashoffset: -71px; }

.ham6.active .bottom {
  stroke-dashoffset: -132px; }

.ham7 .top {
  stroke-dasharray: 40 82; }

.ham7 .middle {
  stroke-dasharray: 40 111; }

.ham7 .bottom {
  stroke-dasharray: 40 161; }

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px; }

.ham7.active .middle {
  stroke-dashoffset: 23px; }

.ham7.active .bottom {
  stroke-dashoffset: -83px; }

.ham8 .top {
  stroke-dasharray: 40 160; }

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms; }

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms; }

.ham8.active .top {
  stroke-dashoffset: -64px; }

.ham8.active .middle {
  transform: rotate(90deg); }

.ham8.active .bottom {
  stroke-dashoffset: -64px; }

header {
  height: 100px;
  background-color: #fff;
  padding-top: 50px; }
  @media (max-width: 991.98px) {
    header {
      padding-top: 35px; } }
  @media (max-width: 767.98px) {
    header {
      padding-top: 30px; } }
  @media (max-width: 575.98px) {
    header {
      padding-top: 0px;
      height: 62px; } }
  header .brand .logo {
    margin-top: 0;
    font-family: 'Logo';
    font-size: 3.1rem; }
    header .brand .logo a:focus, header .brand .logo a:hover {
      text-decoration: none;
      color: #231F20; }
    header .brand .logo img {
      padding: 20px 0;
      height: 100px; }
    @media (max-width: 767.98px) {
      header .brand .logo {
        margin-top: -30px; } }
    @media (max-width: 575.98px) {
      header .brand .logo {
        margin-top: 0px; }
        header .brand .logo img {
          padding: 10px 0;
          height: 62px; } }
  header .brand .vertical-line {
    border-left: thin solid rgba(0, 0, 0, 0.4);
    width: 1px;
    height: 24px;
    margin-top: 6px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0; }
  header .brand .tagline {
    margin-top: 3px;
    font-size: 1.2rem; }
  header .navbar {
    margin-top: 9px;
    font-size: 1.6rem;
    padding: 0;
    list-style: none; }
    header .navbar .nav-link {
      padding: .5rem 1.2rem; }
      header .navbar .nav-link:last-child {
        padding-right: 0; }
  header .nav-mobile {
    background-color: #fff;
    margin-top: -0.5rem; }
    header .nav-mobile li {
      border-bottom: thin solid rgba(0, 0, 0, 0.4);
      margin-bottom: 0;
      font-size: 1.6rem;
      font-weight: 300; }
      header .nav-mobile li .nav-link {
        text-align: center;
        padding: 2rem 0;
        margin: 0; }
  header .ham {
    margin-right: -15px; }

.padding-header {
  padding-top: 100px !important; }
  @media (max-width: 575.98px) {
    .padding-header {
      padding-top: 62px !important; } }

footer {
  height: 115px;
  background-color: #939598;
  padding-top: 26px; }
  footer .copyright {
    font-size: 1.6rem; }

#home {
  margin-bottom: -60px; }
  #home .banner {
    width: 100%;
    height: 700px;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*@media (max-width: 479.98px) {
            height: 315px;
        }
        @media (max-width: 339.98px) {
            height: 245px;
        }*/ }
    #home .banner h2 {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 12.5% 50px 12.5%;
      text-align: center; }
    @media (max-width: 1439.98px) {
      #home .banner {
        height: 490px; } }
    @media (max-width: 1199.98px) {
      #home .banner {
        height: 490px; }
        #home .banner h2 {
          padding-bottom: 35px; } }
    @media (max-width: 991.98px) {
      #home .banner {
        height: 455px; }
        #home .banner h2 {
          padding-bottom: 32.5px; } }
    @media (max-width: 767.98px) {
      #home .banner {
        height: 385px; }
        #home .banner h2 {
          padding-bottom: 27.5px; } }
    @media (max-width: 575.98px) {
      #home .banner {
        height: 350px; } }

#about {
  padding-top: 120px; }

#work {
  padding-top: 120px;
  margin-bottom: -20px; }
  #work .list {
    margin-right: -10px;
    margin-left: -10px; }
    #work .list .thumbnail {
      cursor: pointer;
      margin-bottom: 20px;
      text-align: center;
      padding-right: 10px;
      padding-left: 10px; }
      #work .list .thumbnail .image {
        position: relative;
        background: #231F20; }
        #work .list .thumbnail .image img {
          width: 100%;
          transition: opacity .5s ease; }
        #work .list .thumbnail .image span {
          position: absolute;
          top: 0;
          left: 0;
          margin: 54px 36px;
          text-align: left;
          color: #fff;
          font-weight: 250;
          font-size: 2.4rem;
          line-height: 1.5;
          letter-spacing: -0.25px;
          filter: alpha(opacity=0);
          opacity: 0; }
      #work .list .thumbnail h4 {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 1.8rem; }
        #work .list .thumbnail h4 u {
          padding-bottom: 4px;
          text-decoration: none;
          border-bottom: thin solid transparent;
          transition: border-color .5s ease; }
      #work .list .thumbnail a {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #work .list .thumbnail:hover .image img, #work .list .thumbnail:focus .image img, #work .list .thumbnail:active .image img, #work .list .thumbnail.active .image img {
        filter: alpha(opacity=40);
        opacity: 0.4; }
      #work .list .thumbnail:hover .image span, #work .list .thumbnail:focus .image span, #work .list .thumbnail:active .image span, #work .list .thumbnail.active .image span {
        filter: alpha(opacity=100);
        opacity: 1; }
      #work .list .thumbnail:hover h4 u, #work .list .thumbnail:focus h4 u, #work .list .thumbnail:active h4 u, #work .list .thumbnail.active h4 u {
        border-color: currentColor; }
      @media (min-width: 1200px) {
        #work .list .thumbnail .image span {
          font-size: 3rem; }
        #work .list .thumbnail h4 {
          font-size: 1.8rem; } }
      @media (max-width: 991.98px) {
        #work .list .thumbnail .image span {
          font-size: 1.95rem;
          margin: 35.1px 23.4px; } }
      @media (max-width: 575.98px) {
        #work .list .thumbnail .image span {
          font-size: 3rem;
          margin: 54px 36px; }
        #work .list .thumbnail h4 {
          font-size: 1.8rem; } }

#client {
  padding-top: 60px;
  margin-bottom: -30px; }
  #client .thumbnail {
    margin-bottom: 30px;
    text-align: center; }
    #client .thumbnail .image {
      position: relative;
      background: #fff; }
      #client .thumbnail .image img {
        width: 100%; }

#contact {
  padding-top: 60px;
  margin-bottom: 60px; }
  #contact .google-map {
    width: 100%;
    height: 640px; }
    @media (max-width: 1199.98px) {
      #contact .google-map {
        height: 448px; } }
    @media (max-width: 991.98px) {
      #contact .google-map {
        height: 448px; } }
    @media (max-width: 767.98px) {
      #contact .google-map {
        height: 416px; } }
    @media (max-width: 575.98px) {
      #contact .google-map {
        height: 352px; } }

@media (max-width: 575.98px) {
  #about {
    padding-top: 80px;
    margin-bottom: -20px; }
  #work {
    padding-top: 80px;
    margin-bottom: 0px; }
  #client {
    padding-top: 20px;
    margin-bottom: 10px; }
  #contact {
    padding-top: 20px; } }

#projects h1, #projects h2, #projects h3, #projects h4, #projects h5, #projects h6, #projects p, #projects span {
  font-weight: 250;
  line-height: 1.25; }
  #projects h1.light, #projects h2.light, #projects h3.light, #projects h4.light, #projects h5.light, #projects h6.light, #projects p.light, #projects span.light {
    font-weight: 300; }
  #projects h1.regular, #projects h2.regular, #projects h3.regular, #projects h4.regular, #projects h5.regular, #projects h6.regular, #projects p.regular, #projects span.regular {
    font-weight: 400; }

#projects p {
  color: #414042;
  line-height: 1.5; }

#projects hr {
  margin-bottom: 65px; }

#projects .prologue {
  margin-top: 42px;
  margin-bottom: 110px; }
  #projects .prologue h1 {
    font-size: 5.25rem;
    margin-bottom: 30px; }
  #projects .prologue h3 {
    font-size: 2.1rem;
    margin-bottom: 38.5px; }
  #projects .prologue p {
    font-size: 1.89rem;
    margin-bottom: 0; }

#projects .work {
  margin-top: 0;
  margin-bottom: 65px; }
  #projects .work h4 {
    font-size: 2.2rem;
    margin-bottom: 21px; }
  #projects .work p {
    font-size: 1.6rem;
    margin-bottom: 0; }
  #projects .work .carousel {
    margin-top: 70px; }

#projects .dash {
  background: #231F20;
  width: 40px;
  height: 8px;
  margin-bottom: 30px; }
  #projects .dash.dash-lg {
    width: 70px;
    height: 14px;
    margin-bottom: 55px; }

#projects .btn-back-to-top {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 60px;
  padding: .5rem 1.2rem;
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
  color: #231F20; }
  #projects .btn-back-to-top:hover {
    color: #636363; }
  #projects .btn-back-to-top.active, #projects .btn-back-to-top:active {
    color: #939598; }

@media (max-width: 1199.98px) {
  #projects .prologue {
    margin-top: 42px; }
    #projects .prologue h1 {
      font-size: 5.25rem; }
    #projects .prologue h3 {
      font-size: 2.1rem;
      margin-bottom: 38.5px; }
    #projects .prologue p {
      font-size: 1.89rem; }
  #projects .work h4 {
    font-size: 2.2rem;
    margin-bottom: 21px; }
  #projects .work p {
    font-size: 1.6rem; }
  #projects .dash {
    width: 28px;
    height: 5.6px;
    margin-bottom: 21px; }
    #projects .dash.dash-lg {
      width: 49px;
      height: 9.8px;
      margin-bottom: 38.5px; } }

@media (max-width: 991.98px) {
  #projects .prologue {
    margin-top: 39px; }
    #projects .prologue h1 {
      font-size: 4.875rem; }
    #projects .prologue h3 {
      font-size: 1.95rem;
      margin-bottom: 35.75px; }
    #projects .prologue p {
      font-size: 1.755rem; }
  #projects .work h4 {
    font-size: 2.2rem;
    margin-bottom: 19.5px; }
  #projects .work p {
    font-size: 1.6rem; }
  #projects .dash {
    width: 26px;
    height: 5.2px;
    margin-bottom: 19.5px; }
    #projects .dash.dash-lg {
      width: 45.5px;
      height: 9.1px;
      margin-bottom: 35.75px; } }

@media (max-width: 767.98px) {
  #projects .prologue {
    margin-top: 33px; }
    #projects .prologue h1 {
      font-size: 4.125rem; }
    #projects .prologue h3 {
      font-size: 1.65rem;
      margin-bottom: 30.25px; }
    #projects .prologue p {
      font-size: 1.485rem; }
  #projects .work h4 {
    font-size: 2rem;
    margin-bottom: 16.5px; }
  #projects .work p {
    font-size: 1.6rem; }
  #projects .dash {
    width: 22px;
    height: 4.4px;
    margin-bottom: 16.5px; }
    #projects .dash.dash-lg {
      width: 38.5px;
      height: 7.7px;
      margin-bottom: 30.25px; } }

@media (max-width: 575.98px) {
  #projects .topic {
    margin-top: 15px !important; }
  #projects .prologue {
    margin-top: 30px; }
    #projects .prologue h1 {
      font-size: 3.75rem; }
    #projects .prologue h3 {
      font-size: 1.5rem;
      margin-bottom: 27.5px; }
    #projects .prologue p {
      font-size: 1.35rem; }
  #projects .work h4 {
    font-size: 1.8rem;
    margin-bottom: 15px; }
  #projects .work p {
    font-size: 1.6rem; }
  #projects .dash {
    width: 20px;
    height: 4px;
    margin-bottom: 15px; }
    #projects .dash.dash-lg {
      width: 35px;
      height: 7px;
      margin-bottom: 27.5px; } }
