/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/

.fl-lt {
  float: left;
}

.fl-rt {
  float: right;
}

/* Clear Floated Elements
---------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@keyframes bg_change {
  0% {
    background-color: #f3a24e;
  }
  50% {
    background-color: #ff541f;
  }
  100% {
    background-color: #f3a24e;
  }
}

.btn_blink {
  animation-name: bg_change;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  color: #fff;
  width: 98%;
}

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure {
  margin: 0px;
}

img {
  max-width: 100%;
}

a, a:hover, a:active {
  outline: 0px !important
}

@font-face {
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'), url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'), url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Gmarket Sans Light'), local('GmarketSans-Light'), url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Primary Styles
---------------------------------*/

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  margin: 0;
}

h2 {
  font-size: 28px;
  color: #222222;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  text-align: center;
}

h3 {
  font-family: 'Noto Sans KR', sans-serif;
  color: #222222;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
}

h6 {
  font-size: 16px;
  color: #888888;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
}

p {
  line-height: 24px;
  margin: 0;
  font-size: 16px;
}

/* Header Styles
---------------------------------*/

.header-area .main-header-area {
  padding: 20px 100px;
  background: #fff;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xl-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
}

.header {
  text-align: center;
  background: #1289A7;
}

.header span {
  color: yellow;
}

.logo {
  /*
	margin:0 auto 35px;*/
}

.header h1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 22px 0;
  color: #fff;
  margin-top: 30px;
  font-weight: 800;
  word-break: keep-all;
}

.hando {
  margin: 35px 0;
}
.hando ul {
  padding: 0;
}

.hando ul li {
  color: #fff;
  text-align: center;
  list-style-type: none;
  font-size: 30px;
  float: none;
  display: inline-block;
  margin: 0 0 0 0;
  border-right: 2px solid #fff;
  padding: 0px 30px;
}

.hando ul li:last-child {
  border: none;
}

.hando ul li:not(:first-child)::before {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -23px;
}

.we-create {
  padding: 0;
  margin: 35px 0 55px;
}

.wp-pic {
  margin-bottom: 20px;
}

.we-create li {
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 5px 0 0;
  word-break: keep-all;
}

.we-create li:first-child {
  background: none;
}

.start-button {
  padding-left: 0px;
}

.start-button li a {
  color: #fff;
}

.link {
  padding: 15px 160px;
  background: #fff;
  color: #000 !important;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 25px;
}

.btn_borrom_text {
  font-size: 14px;
  color: #fff;
}

.link:hover {
  text-decoration: none;
  color: #1289A7 !important;
  background: #fff;
}

.link:active, .link:focus {
  background: yellow;
  text-decoration: none;
  color: #1289A7 !important;
}

/* Navigation
---------------------------------*/
.subtitle{
  font-size: 2em;
  margin: 1em;
}
.main-nav-outer {
  padding: 0px;
  position: relative;
  background: #fff;
}

.main-nav {
  text-align: center;
  padding: 0;
  list-style: none;
  float: right;
}

.main-nav li {
  display: inline;
  margin: 0 1px;
}

.main-nav li a {
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Noto Sans KR', sans-serif;
  text-decoration: none;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 20px;
  margin: 0px 40px;
}

.topnum {
  font-size: 22px;
  padding: 5px 0px;
  line-height: 26px;
}

.main-nav li a:hover {
  text-decoration: none;
  color: #7cc576;
}

.small-logo {
  padding: 0 32px;
}

.main-section {
  padding: 0px;
}

/* Services
---------------------------------*/

.service-list {
  padding: 0 0 0 0;
  font-size: 14px;
  margin-bottom: 40px;
}

.service-list-col1 {
  float: left;
  width: 60px;
}

.service-list-col1 i {
  font-style: normal;
  font-size: 38px;
  display: block;
  color: #222;
  font-family: 'FontAwesome';
  line-height: 38px;
}

.service-list-col2 {
  overflow: hidden;
}

.main-section.alabaster {}

.main-section.alabaster2 {
  padding-bottom: 0px;
}

.main-section.alabaster3 {
  padding-bottom: 0px;
}

.main-section.alabaster4 {
  background-color: #fbfbfb;
}

a, a:hover, a:visited {
  text-decoration: none;
}

a, a:hover, a:visited {
  text-decoration: none;
}

a, a:hover, a:visited {
  text-decoration: none;
}

/* Featured Work
---------------------------------*/

.featured-work {
  color: #333;
  font-size: 17px;
  padding: 64px 64px;
}

.featured-work h2 {
  text-align: left;
}

.imgcenter img {
  display: block;
  margin: 0 auto;
}

.featured-work2 {
  color: #333;
  font-size: 17px;
  padding: 127px 20px;
}

.featured-work2 h2 {
  text-align: right;
}

.featured-work3 {
  color: #333;
  font-size: 17px;
  padding: 40px 20px;
}

.featured-work3 h2 {
  text-align: left;
}

.featured-work4 {
  color: #333;
  font-size: 17px;
  padding: 86px 20px;
}

.featured-work4 h2 {
  text-align: right;
}

.featured-box {
  padding: 0 0 0 0;
  margin-bottom: 25px;
  font-size: 14px;
}

.featured-box h3 {
  margin-bottom: 5px;
}

.featured-box p {
  line-height: 22px;
}

.padding-b {
  padding-bottom: 10px;
  word-break: keep-all;
}

.padding-b2 {
  padding-bottom: 35px;
  text-align: right;
  word-break: keep-all;
}

.padding-b3 {
  padding-bottom: 35px;
  word-break: keep-all;
  text-align: center;
  color: #333;
  font-size: 17px;
}

.green_title {
  font-size: 26px;
  color: #1289A7;
  font-weight: 500;
}

.green_p {
  font-size: 18px;
  color: #1289A7;
  font-weight: 500;
}

.featured-box-col1 {
  width: 60px;
  float: left;
}

.featured-box-col1 i {
  display: block;
  line-height: 38px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 38px;
  color: #777777;
  font-style: normal;
}

.featured-box-col2 {
  overflow: hidden;
}

.featured-box.magic {
  background: url(../img/magic.png) left top no-repeat;
}

.featured-box.packaged {
  background: url(../img/packaged.png) left top no-repeat;
}

.featured-box.seo {
  background: url(../img/seo.png) left top no-repeat;
}

.Learn-More {
  display: inline-block;
  padding: 10px 60px;
  color: #fff;
  border-radius: 20px;
  background-color: #1289A7;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Consult {
  background-color: #F79F1F;

}

.Learn-More i {
  padding-right: 15px;
}

.Learn-More:hover, .Learn-More:focus {
  text-decoration: none;
  background-color: #12CBC4;
  color: #fff;
}

/* Portfolio
---------------------------------*/

.Portfolio-nav {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

.Portfolio-nav li {
  margin: 0 10px;
  display: inline;
}

.Portfolio-nav li a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Noto Sans KR', sans-serif;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
  background: #7cc576;
  color: #fff;
  text-decoration: none;
}

.portfolioContainer {
  margin: 0 auto;
  padding-left: 15px;
}

.Portfolio-box {
  text-align: center;
  margin-bottom: 30px;
  height: 350px;
  width: 350px;
  overflow: hidden;
  float: left;
  padding: 0;
}

.Portfolio-box img {
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
  opacity: 0.6;
}

.Portfolio-nav li a.current {
  background: #7cc576;
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.main-section.paddind {
  padding-bottom: 60px;
}

.boxContent2 .tblContent2 {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px 50px;
  font-size: 17px;
  border-spacing: 0;
}

.boxContent2 .tblContent2 tr th, .boxContent2 .tblContent2 tr td {
  border-top: 1px solid #ddd;
  vertical-align: top;
  line-height: 180%;
  word-break: keep-all;
}

.row2 {
  padding: 100px 0px 20px;
}

.inner2 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}

.qna2 {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px;
}

/* Clients
---------------------------------*/

.client-part {
  background: url(../img/section-bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
}

.client-part-haead {
  color: #fdfdfd;
  font-size: 28px;
  line-height: 41px;
  margin: 30px 0 10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-style: italic;
}

.client {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}

.client li {
  display: inline;
  margin: 0 15px;
}

.client li a {
  display: inline-block;
}

.client li a img {
  margin-bottom: 15px;
  border-radius: 50%;
}

.client li a:hover {
  text-decoration: none;
}

.client li a h3 {
  color: #ffffff;
}

.client li a span {
  color: #f1f1f1;
}

.quote-right {
  font-style: normal;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border: 2px solid #7cc576;
  border-radius: 50%;
  display: block;
  line-height: 68px;
  text-align: center;
  font-size: 27px;
  color: #7cc576;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.quote-right:hover {
  color: #fff;
  border: 2px solid #fff;
}

.c-logo-part {
  background: #7cc576;
  padding: 25px 0;
  filter: alpha(opacity=60);
}

.c-logo-part ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.c-logo-part ul li {
  display: inline;
  margin: 0 25px;
}

.c-logo-part ul a {
  display: inline-block;
  margin: 0 20px;
}

.main-section.team {
  padding: 85px 0;
}

.main-section.team h6 {
  margin-bottom: 40px;
}

/* Team
---------------------------------*/

.team-leader-block {
  max-width: 993px;
  margin: 0 auto;
}

.team-leader-box {
  width: 30.66%;
  margin-right: 3.82979%;
  height: 490px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.team-leader-box span {
  margin-bottom: 24px;
  display: block;
}

.team-leader-box:nth-of-type(3n+0) {
  margin: 0;
}

.team-leader {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.80);
  margin: 7px 7px 25px 7px;
}

.team-leader-shadow {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 50%;
}

.team-leader-shadow a {
  display: block;
  width: 100%;
  height: 100%;
}

.team-leader:hover .team-leader-shadow {
  box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.80);
}

.team-leader:hover ul {
  display: block;
  opacity: 1
}

.team-leader img {
  display: block;
  border-radius: 50%;
}

.team-leader ul {
  display: block;
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -14px;
  z-index: 15;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.team-leader ul li {
  display: inline;
  margin: 0 11px;
}

.team-leader ul li a {
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team-leader ul li a:hover, .team-leader ul li a:focus {
  text-decoration: none;
}

.team-leader ul li a.fa-twitter:hover {
  color: #55acee;
}

.team-leader ul li a.fa-facebook:hover {
  color: #3b5998;
}

.team-leader ul li a.fa-pinterest:hover {
  color: #cb2026;
}

.team-leader ul li a.fa-google-plus:hover {
  color: #dd4b39;
}

/* Talk Business
---------------------------------*/

.business-talking {
  background: linear-gradient(to left bottom, #1289A7, #1289A7, #1289A7, #1289A7);
  background-size: cover;
  padding: 60px 0 10px;
  text-align: center;
}

.business-talking h2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 70px;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
}

/* Contact
---------------------------------*/

.main-section.contact {
  padding: 90px 80px 90px;
}

.main-section.contact {}

.contact-info-box {
  font-size: 15px;
  margin: 0 0 14px 0px;
  padding-left: 0;
}

.contact-info-box h3 {
  font-size: 15px;
  font-weight: 400;
  float: left;
  width: 102px;
  margin-right: 12px;
  line-height: 28px;
}

.contact-info-box h3 i {
  font-style: normal;
  font-size: 18px;
  color: #222222;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: normal;
  margin-right: 7px;
}

.contact-info-box span {
  line-height: 28px;
  overflow: hidden;
}

.social-link {
  padding: 35px 0;
  margin: 0 0 0 68px;
  display: block;
  overflow: hidden;
  list-style: none;
}

.social-link li {
  float: left;
  margin-right: 8px;
}

.social-link li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  background: #222222;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.social-link li a:hover, .social-link li a:focus {
  text-decoration: none;
}

.twitter a:hover {
  background: #55acee;
}

.facebook a:hover {
  background: #3b5998;
}

.pinterest a:hover {
  background: #cb2026;
}

.gplus a:hover {
  background: #dd4b39;
}

.dribbble a:hover {
  background: #ea4c89;
}

.form {
  margin: 0 66px 0 30px;
}

.input-text {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-text2 {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 33%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  margin: 0 0.5% 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  float: left;
}

.input-text2:last-child {
  margin-right: 0px;
}

.input-text:focus {
  border: 1px solid #74b4c2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
  height: 165px;
  resize: none;
  overflow: auto;
}

.input-btn {
  width: 100%;
  height: 50px;
  background: #1289A7;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
  background: #1289A7;
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage,
#workerSendmessage {
  color: #74b4c2;
  border: 1px solid #74b4c2;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 100px;
}

#errormessage,
#workerErrormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.margin-top30 {
  margin-top: 30px;
}
.margin-left30 {
  margin-left: 30px;
}

/* Footer
---------------------------------*/

.footer {
  text-align: center;
  margin-top: 40px;
}

.footer-top {
  background-color: #51565d;
  padding-top: 50px;
}

.footer-bottom {
  background-color: #51565d;
  padding: 20px 0;
}

.footer .footer-col {
  margin-bottom: 0px;
  font-size: 22px;
  color: #929aa5;
  word-break: keep-all;
  line-height: 26px;
  font-weight: 400;
}

.footer .footer-col_02 {
  font-size: 12px;
  color: #ddd;
  word-break: keep-all;
  line-height: 20px;
  margin-bottom: 80px;
}

.footer h3 {
  color: #fff;
  padding: 0px 20px;
  word-break: keep-all;
  line-height: 36px;
}

.footer h3 {
  margin-bottom: 20px;
}

.footer p {
  color: rgba(255, 255, 255, 2);
  padding: 0px 20px;
  word-break: keep-all;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #6053e1;
}

.footer .footer-share {
  margin-top: 0;
}

.footer .footer-share li {
  display: inline-block;
  float: none;
}

.footer .footer-share a {
  border-width: 2px;
  color: #fff;
}

.footer .fa-heart {
  color: #6053e1;
  font-size: 11px;
  margin: 0 2px;
}

#footerMiddle {
  background: #fff;
  border-top: 1px solid #ddd;
  color: #000;
  padding: 20px 0px;
}

.footer-logo {
  margin: 15px auto 35px;
  width: 76px;
}

.copyright, .credits {
  color: #cccccc;
  font-size: 14px;
  display: block;
  text-align: center;
}

.copyright a, .credits a {
  color: #7cc576;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
  color: #fff;
}

.res-nav_click {
  line-height: 38px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 38px;
  text-decoration: none !important;
  color: #777777;
  font-style: normal;
  display: none;
  width: 42px;
  height: 27px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  float: right;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
  color: #7cc576 !important;
}

.portfolioContainer {
  max-width: 1140px;
}

#header .main-header {
  z-index: 999;
  width: 100%;
  position: absolute;
  height: 0;
  overflow: hidden;
  -webit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

#header .is-sticky .main-header {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 9px 0px;
  height: auto;
  background: linear-gradient(135deg, rgb(116, 54, 141) 0%, rgb(190, 75, 143) 50%, rgb(242, 85, 125) 100%);
}

#header .main-header {
  z-index: 999;
  width: 100%;
  position: absolute;
  height: 0px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  overflow: hidden;
}

/* Animation Timers
---------------------------------*/

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  word-break: keep all;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

#service {
  padding-bottom: 0px;
}

.main_suntext {
  line-height: 42px;
  margin: 0;
  color: #fff;
  font-size: 36px;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li {
  background-color: #563929;
  border: 1px solid #563929;
}

.carousel-indicators .active {
  background-color: #fff;
  border-color: #563929;
}

.header .carousel .item {
  min-height: 400px;
  padding: 40px 0;
}