/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
*/
@import url(/jsp/hp/krcon/kor/css/nanumgothic.css);
@import url(/jsp/hp/krcon/kor/css/nanummyeongjo.css);
*{font-family:'Nanum Gothic', sans-serif;}
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222;
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 35px 5px 30px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #0087d5 !important;
}
.navbar-header .eng{
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 17px 20px;
  float:right;
}
.navbar-header .eng a{
  color: #222;
  font-size: 16px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
}
.top-line {
  padding: 10px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line p {
  margin-bottom: 0;
}
.top-line p span,
.top-line p a {
  margin-right: 20px;
}
.top-line p span i,
.top-line p a i {
  font-size: 13px;
  color: #0087d5;
  margin-right: 10px;
}
.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;

}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  margin-left:5px;
  color: #666666;
}
.top-line ul.social-icons li a:hover {
  color: #0087d5;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #222222 !important;
  font-size: 16px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 40px 15px 40px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #0087d5 !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  margin-left:0px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #fff;
  border:1px solid #e7e7e7;
  border-top: 2px solid #0087d5;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 15px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #0087d5;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
header.active .navbar-default {
  box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 23px 5px;
}
header.active .navbar-nav > li > a {
  color: #222222 !important;
  padding: 28px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #666666;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #0087d5 !important;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #0087d5;
  padding: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #222222;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
.iso-call > div {
  opacity: 0;
}
.iso-call:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/revolution-icons/loader.gif') center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.iso-call.active:before {
  display: none;
}
.iso-call.active > div {
  opacity: 1;
}
#quote-msg {
  text-align: right;
}
#quote-msg.error {
  color: red;
}
#quote-msg.success {
  color: green;
}
p {
  font-size: 15px;
  line-height: 1.7em !important;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  word-break: keep-all;
}
/* row 아래 div 높이 동일하게 적용 */
.team-section .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 45px;
  text-align: center;
}
.title-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'S-CoreDream', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: -0.025em;
  word-break: keep-all;
  line-height: 1.3em !important;
}
@media only screen and (max-width: 992px) {
.title-section h1 { font-size: 20px;}
}

.title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  background: #0087d5;
}
.title-section span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 16px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
}
.title-section p {
  max-width: 700px;
  margin: 0 auto;
}
#home-section {
  margin-top: 100px;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.small_text.center-align {
  text-align: center;
}
#home-section .tp-caption.medium_thin_grey {
  font-size: 36px;
  color: #222222;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
}
#home-section .tp-caption.medium_thin_grey span {
  color: #0087d5;
}
#home-section .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Nanum Gothic', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span.color-skin {
  color: #0087d5 !important;
}
#home-section .tp-caption.finewide_medium_white span.thin-skin {
  font-weight: 700 !important;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #0087d5;
  background: #ffffff;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  border: 2px solid #0087d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #0087d5;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #0087d5;
  background: transparent;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  z-index: 2;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 50px 0;
  background: #0087d5;
  text-align: center;
}
.banner-section h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}
.services-offer-section {
  padding: 80px 0;
}
.services-offer-section .services-box-mas .services-project {
  width: 25%;
  padding: 1px;
}
.services-offer-section .services-box-mas .services-project img {
  width: 100%;
}
.services-offer-section .services-box-mas .services-project .services-gal {
  position: relative;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 20px 20px;
  background: rgba(10, 10, 10, 0);
  background: -moz-linear-gradient(top, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.1) 10%, rgba(10, 10, 10, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 10, 10, 0)), color-stop(10%, rgba(10, 10, 10, 0.1)), color-stop(100%, rgba(10, 10, 10, 0.95)));
  background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.1) 10%, rgba(10, 10, 10, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.1) 10%, rgba(10, 10, 10, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.1) 10%, rgba(10, 10, 10, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.1) 10%, rgba(10, 10, 10, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -1px;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  margin-bottom: 5px
}

.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 a:hover {
  color: #0087d5;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  color: #ddd;
}
.services-offer-section .services-box-mas .services-project .services-gal .build-name {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  color: #e7e7e7;
  text-align: left;

}
.services-offer-section .services-box-mas .services-project.snd-size {
  width: 50%;
}
.services-offer-section .services-box-mas.col5 .services-project {
  width: 20%;
}
.default-article {
  text-align: right;
  padding: 35px 0;
}
.default-article h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 19px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 17px;
}
.default-article h1:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 30px;
  height: 3px;
  background: #0087d5;
}
.default-article a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 600;
}
.default-article a:hover {
  color: #0087d5;
}
.default-article p {
  margin-bottom: 20px;
}
.default-article span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 18px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.default-article.left-align {
  text-align: left;
}
.default-article.left-align h1:after {
  right: inherit;
  left: 0;
}
.projects-section {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.projects-section .container {
  position: relative;
  z-index: 2;
}
.projects-section ul.filter {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: right !important;
}
.projects-section ul.filter li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.projects-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
  color: #222222;
  border-bottom: 2px solid #222222;
}
.project-box {
  position: relative;
  z-index: 2;
}
.project-box .project-post {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.project-box .project-post img {
  width: 100%;
}
.project-box .project-post .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(247, 247, 247, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-box .project-post .hover-box .inner-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 40%;
  text-align: center;
  margin-top: -30px;
}
.project-box .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  font-weight: 800;
}
.project-box .project-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
}
.project-box .project-post .hover-box .inner-hover h2 a:hover {
  color: #0087d5;
}
.project-box .project-post .hover-box .inner-hover span {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  color: #0087d5;
  margin-bottom: 7px;
  font-size: 20px;
}
.project-box .project-post .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
  font-size: 30px;
  margin: 5px;
}
.project-box .project-post .hover-box .inner-hover > a:hover {
  color: #0087d5;
}
.project-box .project-post.snd-size {
  width: 40%;
}
.project-box .project-post:hover .hover-box {
  visibility: visible;
  opacity: 1;
}
.grid-item {
	position:relative;
	float:left;
	width:100%;
	z-index:3;
	margin-left:10px;
	padding-bottom:10px;
}
.grid-item h3 {
	font-size:16px;
	text-transform:uppercase;
	font-weight: 600;
	position:relative;
	float:left;

}
.grid-item span {
	width:100%;
	float:left;
	text-align:left;
	font-size:12px;
	color:#333;
	opacity:0.6;
	margin-top:6px;
}

button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.about-section {
  padding: 60px 0 50px;
}
.about-section img {
  width: 100% ;
  margin-bottom: 30px;
}
.about-section iframe {
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
}
.about-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-alternative-section {
  padding: 80px 0 50px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.second-article img {
  width: 100%;
  margin-bottom: 20px;
}
.second-article h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 18px;
}
.tab-posts-box {
  margin-bottom: 30px;
}
.tab-posts-box ul li {
	font-size:16px;
	color:#666666;
	line-height:25px;

}
.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-right: none;
  border: 1px solid #ddd;
  background-color: #fff;
}
/*
.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}
*/

.tab-posts-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 1px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 16px;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-right:1px solid #ddd;
  margin: 0;
}

.tab-posts-box ul.nav-tabs li a:hover {
  border-right:1px solid #ddd;

  color: #333;
  background-color: #e7e7e7;
}
.tab-posts-box ul.nav-tabs li.active a {
  background: #0a71ce;
  border: none;
  color: #fff
}
.tab-posts-box ul.nav-tabs li.active a:hover {
  background: #0a71ce;
  border: none;
  color: #fff
}

.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-right: none;
  border: 1px solid #ddd;
  background-color: #fff;
}
/*
.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}
*/

/* nav-tabs2 */
.tab-posts-box ul.nav-tabs2 {
  text-align: center;
  border-right: none;
  border: 1px solid #bbb;
  background-color: #fff;
}
.tab-posts-box ul.nav-tabs2 li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 10px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-weight: 700;
  border: none;
  border-right:1px solid #ddd;
  margin: 0;
}

.tab-posts-box ul.nav-tabs2 li a:hover {
  border-right:1px solid #ddd;

  color: #333;
  background-color: #e7e7e7;
}
.tab-posts-box ul.nav-tabs2 li.active a {
  background: #333;
  border: none;
  color: #fff
}
.tab-posts-box ul.nav-tabs2 li.active a:hover {
  background: #333;
  border: none;
  color: #fff
}
/* end nav-tabs2 */

.tab-posts-box .tab-pane {
  padding: 30px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.tab-posts-box .tab-pane h3 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-posts-box .tab-pane img {
  width: 100%;
  margin-bottom: 20px;
}
.tab-posts-box.tabs-4 ul.nav-tabs li {
  width: 25%;
}
.testimonial-section {
  padding: 80px 0;
  position: relative;
  background: url('../upload/banners/4.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #0087d5;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0087d5;
  border-color: #0087d5;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.7);
}
.title-section.alt-title {
  text-align: left;
  margin-bottom: 23px;
}
.title-section.alt-title h1 {
  font-size: 18px;
}
.title-section.alt-title h1:after {
  left: 0;
  margin-left: 0;
  height: 2px;
}
.news-section {
  padding: 20px 0 50px;
}
.news-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-section .arrow-box {
  position: absolute;
  top: -50px;
  width: 100%;
  right: 0;
  text-align: right;
}
.news-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.news-section .news-box {
  position: relative;
}
.news-section #owl-demo {
  width: 1170px;
  margin-left: -15px;
}
.news-section .owl-theme .owl-controls {
  display: none !important;
}
.news-section .news-post {
  margin: 0 15px 30px;
}
.news-section .news-post img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.news-section .news-post h2 {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.news-section .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.news-section .news-post h2 a:hover {
  color: #0087d5;
}
.news-section .news-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.news-section .news-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Nanum Gothic', sans-serif;
  margin-right: 4px;
}
.news-section .news-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.news-section .news-post ul.post-tags li a:hover {
  color: #222222;
}
.clients-section {
  padding: 80px 0;
}
.clients-section .default-article {
  padding-top: 10px;
  padding-bottom: 0;
}
.clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.clients-section ul.client-list li {
  float: left;
  width: 25%;
  list-style: none;
}
.clients-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  opacity: 1;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-top: none;
}
.clients-section ul.client-list li a img {
  width: 100%;
}
.clients-section ul.client-list li a:hover {
  opacity: 0.5;
}
.quote-section {
  padding: 80px 0 60px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.quote-section form {
  margin: 0;
}
.quote-section form input[type="text"],
.quote-section form textarea,
.quote-section form select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
}
.quote-section form input[type="text"]:focus,
.quote-section form textarea:focus,
.quote-section form select:focus {
  border: 1px solid #0087d5;
}
.quote-section form select {
  padding: 14px 20px;
}
.quote-section form textarea {
  height: 188px;
}
.quote-section form input[type="submit"] {
  padding: 14px 30px;
  outline: none;
  border: 1px solid #0087d5;
  background: #0087d5;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.quote-section form input[type="submit"]:hover {
  opacity: 0.7;
}
.quote-section .default-article {
  padding: 8px 0;
}
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  position: relative;
}
.accord-title h2 {
  padding: 16px 15px;
  background: #e1e1e1;
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 36px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 42px;
  height: 46px;
  top: 0;
  left: 0;
  text-align: center;
  border-right: none;
  background: #e1e1e1;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f067';
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-elem.active .accord-title h2 {
  color: #ffffff;
  background: #222222;
}
.accord-elem.active a.accord-link {
  background: #222222;
  border-right: none;
}
.accord-elem.active a.accord-link:after {
  content: '\f068';
  color: #ffffff;
}
.accord-content {
  display: none;
  overflow: hidden;
  padding: 16px 0 5px;
}
.accord-content p {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 10px;
}
.accord-elem.active .accord-content {
  display: block;
}
/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
#home-section.slider2 .tp-caption.medium_thin_grey {
  font-size: 26px;
  color: #222222 !important;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  padding: 0.5em 1em;
  background: #ffffff;
  font-weight: 400;
}
#home-section.slider2 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 600;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.projects-section .project-box.carousel-project-box {
  position: relative;
}
.projects-section .project-box.carousel-project-box .project-post {
  width: 100%;
}
.projects-section .project-box.carousel-project-box .owl-theme .owl-controls {
  display: none !important;
}
.projects-section .container {
  position: relative;
}
.projects-section .container .arrow-box2 {
  position: absolute;
  top: 0;
  width: 100%;
  right: 15px;
  text-align: right;
}
.projects-section .container .arrow-box2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.about-section .about-post iframe {
  height: 330px;
  margin-bottom: 25px;
}
/*-------------------------------------------------*/
/* =  home3
/*-------------------------------------------------*/
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #0087d5;
}
.flexslider .flexcaption {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.flexslider .flexcaption .inner-caption {
  padding: 30px;
  background: #ffffff;
  max-width: 620px;
}
.flexslider .flexcaption .inner-caption h1 {
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #222222;
  position: relative;
}
.flexslider .flexcaption .inner-caption h1:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #0087d5;
}
.flexslider .flexcaption .inner-caption span {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  margin: 0 0 10px;
}
.flexslider .flexcaption .inner-caption p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
#home-section.slider3 .flex-control-nav {
  display: none;
}
.services-offer-section .services-box {
  padding: 25px 25px 0;
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
}
.services-offer-section .services-box .service-post {
  margin-bottom: 25px;
  overflow: hidden;
}
.services-offer-section .services-box .service-post img {
  float: left;
}
.services-offer-section .services-box .service-post .service-content {
  margin-left: 100px;
}
.services-offer-section .services-box .service-post .service-content h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.services-offer-section .services-box .service-post .service-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.services-offer-section .services-box .service-post .service-content h2 a:hover {
  color: #0087d5;
}
.services-offer-section .services-box .service-post .service-content h2:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #0087d5;
}
.projects-section .project-box.col3 {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.projects-section .project-box.col3 .project-post {
  margin: 15px;
  width: 360px;
}
/*-------------------------------------------------*/
/* =  home 4
/*-------------------------------------------------*/
#home-section.slider4 {
  margin-top: 147px;
}
#home-section.slider4 .tp-caption.small_text {
  font-size: 16px;
  padding: 0.4em 0.8em;
  background: #ffffff;
  color: #666666;
  font-weight: 400;
}
#home-section.slider4 .tp-caption.small_text i {
  color: #222222 !important;
  margin-right: 6px;
}
#home-section.slider4 .tp-caption.small_text span {
  color: #222222;
  font-weight: 600;
}
#home-section.slider4 .tp-caption.medium_thin_grey {
  font-size: 20px;
  color: #222222 !important;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  font-weight: 400;
  padding: 0.3em 1em;
  background: #ffffff;
}
#home-section.slider4 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 700;
}
#home-section.slider4 .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section.slider4 .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  padding: 0.3em 1em;
  background: #222222;
}
#home-section.slider4 .tp-caption.finewide_medium_white span {
  color: #0087d5 !important;
}
#home-section.slider4 .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section.slider4 .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section.slider4 .tp-caption a.trans-btn:hover {
  color: #0087d5;
  background: #ffffff;
}
#home-section.slider4 .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  border: 2px solid #0087d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #0087d5;
}
#home-section.slider4 .tp-caption a.trans-btn2:hover {
  color: #0087d5;
  background: transparent;
}
#home-section.slider4 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.2);
  z-index: 2;
}
#home-section.slider4 .tp-bannertimer {
  display: none !important;
}
.services-offer-section .services-box.ser-box2 .service-post img {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.services-offer-section .services-box.ser-box2 .service-post .service-content {
  margin-left: 0;
}
.team-section {
  padding: 80px 0 !important;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  margin-top: 100px;
  padding: 35px 0;
  position: relative;
  background: url('../upload/banners/2.jpg') center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-banner-section h2 {
  color: #fff;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight:700;
  text-shadow : 1px 1px 1px #333;

  margin: 0 0 15px;
  font-size: 30px;
  margin-bottom: 10px;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px #444;
}
.page-banner-section ul.page-depth li a:hover {
  color: #fff;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.team-section .team-post {
  margin-bottom: 40px;
}
.team-section .team-post img {
  width: 100%;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
.team-section .team-post p {
 font-size: 14px;
}
.team-section .team-post span {
  display: inline-block;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  margin-bottom: 5px;
  color: #0087d5;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-page-section {
  padding: 60px 0 80px;
}
.services-page-section ul.side-navigation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.services-page-section ul.side-navigation-list li {
  list-style: none;
}
.services-page-section ul.side-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e1e1e1;
  position: relative;
}
.services-page-section ul.side-navigation-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 50px;
  color: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
  color: #0087d5;
}
.services-page-section ul.side-navigation-list li:first-child a {
  padding-top: 0;
  border-top: none;
}
.services-page-section ul.side-navigation-list li:first-child a:after {
  line-height: 20px;
}
.services-page-section .services-wrapp .services-post {
  margin-bottom: 40px;
}
.services-page-section .services-wrapp .services-post img {
  width: 100%;
  margin-bottom: 30px;
}
.services-page-section .services-wrapp .services-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post p {
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.services-page-section .services-wrapp .services-post a:hover {
  color: #0087d5;
}
.services-page-section .services-wrapp .services-post-gal img {
  width: 100%;
  margin-bottom: 30px;
}
.services-page-section .contact-info {
  margin-bottom: 30px;
}
.services-page-section .contact-info h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.services-page-section .contact-info ul.information-list {
  margin: 0;
  padding: 0;
}
.services-page-section .contact-info ul.information-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-page-section .contact-info ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
}
.services-page-section .contact-info ul.information-list li span {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.services-page-section .contact-info ul.information-list li a {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #222222;
}
.guide-box h2 {
  color: #222222;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.guide-box ul {
  margin: 0;
  padding: 0;
}
.guide-box ul li {
  list-style: none;
  margin-bottom: 5px;
}
.guide-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.guide-box ul li a i {
  font-size: 20px;
  margin-right: 20px;
  float: left;
}
.guide-box ul li a:hover {
  opacity: 0.7;
}
.tit-box {
  background-color:#f7f7f7;
  text-align:center;
  padding:10px 10px;
  margin-bottom:20px;
}
.tit-box h2 {
  color: #222222;
  font-weight: 800;
  font-size: 20px;
  margin-bottom:20px;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.work-details {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.work-details h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.work-details p {
  margin-bottom: 15px;
}
.work-details ul.work-detail-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.work-details ul.work-detail-list li {
  list-style: none;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #222222;
  margin-bottom: 5px;
}
.work-details ul.work-detail-list li i {
  color: #222222;
  margin-right: 10px;
}
.work-details ul.work-detail-list li span {
  color: #666666;
}
.work-details a {
  display: inline-block;
  color: #222222;
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.work-details a i {
  margin-right: 10px;
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-top: -3px;
}
.menager-section img {
  width: 100%;
  margin-bottom: 30px;
}
.menager-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}
.menager-section span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #666666;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-page-section .project-box {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.projects-page-section .project-box .project-post {
  width: 262px;
  margin: 15px;
}
.projects-page-section .project-box.col3 .project-post {
  width: 360px;
}
.projects-page-section .project-box.col2 .project-post {
  width: 555px;
}
/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/
.blog-section {
  padding: 60px 0 50px;
}
.blog-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 50px;
}
.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 30px;
  border:1px #ddd solid;
}
.blog-section .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 30px !important;
}
.blog-section .blog-box .blog-post .flexslider img {
  margin: 0;
}
.blog-section .blog-box .blog-post h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #0087d5;
}
.blog-section .blog-box .blog-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.blog-section .blog-box .blog-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Nanum Gothic', sans-serif;
  margin-right: 4px;
}
.blog-section .blog-box .blog-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.blog-section .blog-box .blog-post ul.post-tags li a:hover {
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box .blog-post .post-content-text > a:hover {
  color: #0087d5;
}
.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #0087d5;
}
.blog-section .blog-box .single-post h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote {
  border-left: 2px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
  color: #222222;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #222222;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  font-size: 11px;
  font-weight: 400;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #0087d5;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.blog-section .blog-box .comment-form input[type="text"] {
  max-width: 500px;
  display: block;
}
.sidebar h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #0087d5;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px 20px;
  color: #ffffff;
  background: #222222;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tags-list li a:hover {
  background: #0087d5;
}
.sidebar ul.flickr {
  margin: 0;
  padding: 0;
}
.sidebar ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}
.sidebar ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar ul.flickr li a img {
  margin: 0;
}
.sidebar ul.flickr li a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.single-page-section {
  padding: 60px 0 20px;
}
.single-page-section .project-content {
  margin-top: 40px;
}
.single-page-section .project-content img {
  margin-bottom: 10px;
}
.single-page-section .project-content .project-architect h2 {
  margin-bottom: 3px;
}
.single-page-section .project-content .project-architect p {
  color: #0087d5;
}
.single-page-section img {
  width: 100%;
}
.single-page-section .project-content-box {
  margin-bottom: 40px;
}
.single-page-section .project-content-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-page-section .project-content-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-page-section .project-content-box ul li {
  list-style: none;
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 8px;
}
.single-page-section .project-content-box ul li i {
  font-size: 13px;
  color: #0087d5;
  width: 20px;
}
.single-page-section .project-content-box ul li span {
  color: #222222;
  font-weight: 700;
  margin-right: 10px;
}
.single-page-section .project-tags {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map1,
#map2 {
  height: 500px;
}
.contact-section {
  padding: 80px 0;
}
.contact-section .contact-info {
  margin-bottom: 30px;
  margin-top: 10px;
}
.contact-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 800;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #222222;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #0087d5;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #0087d5;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
#content {
  padding-top: 146px;
}
.error-section {
  padding: 150px 0 100px;
  position: relative;
  background: url('/jsp/hp/krcon/kor/images/error_bg2.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.error-section i {
  color: #222222;
  font-size: 220px;
  margin-bottom: 30px;
}
.error-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 460px;
  margin: 0 auto 10px;
  line-height: 52px;
}
.error-section p {
  margin-bottom: 25px;
}
.error-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #0087d5;
  color: #0087d5;
}
.error-section a:hover {
  color: #ffffff;
  background: #0087d5;
}
.error-section .error-content {
  position: relative;
  z-index: 2;
}
.error-section .error-box-content {
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.error-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.1);
}
/*-------------------------------------------------*/
/* =  underconstruction page
/*-------------------------------------------------*/
.underconstruction-section {
  padding: 80px 0 50px;
  background: #fafafa;
}
.underconstruction-section img {
  width: 100%;
  margin-bottom: 30px;
}
.underconstruction-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.underconstruction-section p {
  margin-bottom: 30px;
}
.underconstruction-section .underconstruction-content {
  padding: 30px;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  max-width: 600px;
  margin: 60px auto 0;
  margin-top: 50px;
}
.underconstruction-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #0087d5;
  color: #0087d5;
}
.underconstruction-section a:hover {
  color: #ffffff;
  background: #0087d5;
}
/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/
.tables-page-section {
  padding: 0px 0;
}
.tables-page-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tables-page-section p {
  margin-bottom: 30px;
  max-width: 800px;
}
.tables-page-section p strong {
	color:#222222

}
.tables-page-section .table {
  text-align: center;
  margin-bottom: 40px;

}
.tables-page-section .table th {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
}
.tables-page-section .table td {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #f7f7f7;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 5px 10px;
}
.tables-page-section .table thead th {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}
.tables-page-section .table tr th {
  background: #f0f0f0;
}
/*-------------------------------------------------*/
/* =  Shop
/*-------------------------------------------------*/
.shop-section {
  padding: 50px 0;
}
.shop-section .shop-bar {
  overflow: hidden;
  margin-bottom: 50px;
}
.shop-section .shop-bar p {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
.shop-section .shop-bar select {
  float: right;
  width: 220px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 10px;
  outline: none;
}
.shop-section .shop-pagination ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.shop-section .shop-pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.shop-section .shop-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.shop-section .shop-pagination ul li a:hover,
.shop-section .shop-pagination ul li a.active {
  color: #0087d5;
}
.shop-post {
  margin-bottom: 30px;
}
.shop-post .shop-gal {
  position: relative;
}
.shop-post .shop-gal img {
  width: 100%;
}
.shop-post .shop-gal > span {
  position: absolute;
  top: 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 600;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-post .shop-gal span.new-product {
  left: 10px;
  background: #ff8b58;
}
.shop-post .shop-gal span.sale-product {
  right: 10px;
  background: #0087d5;
}
.shop-post .shop-gal .hover-shop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.shop-post .shop-gal .hover-shop .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -38px;
}
.shop-post .shop-gal .hover-shop .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 104px;
  padding: 10px 10px;
  color: #ffffff;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  background: #222222;
  margin-bottom: 5px;
}
.shop-post .shop-gal .hover-shop .inner-hover a:hover {
  background: #0087d5;
}
.shop-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 15px;
}
.shop-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.shop-post h2 a:hover {
  color: #0087d5;
}
.shop-post p {
  overflow: hidden;
  margin: 0;
  padding-bottom: 15px;
}
.shop-post p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.old-price {
  display: inline-block;
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.rating {
  float: right;
}
.shop-post p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.shop-post p span.rating i[data-rated="rated"] {
  color: #0087d5;
}
.shop-post:hover .shop-gal span.new-product {
  opacity: 0;
}
.shop-post:hover .shop-gal span.sale-product {
  opacity: 0;
}
.shop-post:hover .shop-gal .hover-shop {
  opacity: 1;
}
.shop-sidebar {
  padding-top: 5px;
}
.shop-sidebar h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}
.shop-sidebar .shop-widget {
  margin-bottom: 40px;
}
.shop-sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .category-widget ul li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.shop-sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  padding-bottom: 10px;
}
.shop-sidebar .category-widget ul li a:hover {
  color: #0087d5;
}
.shop-sidebar .category-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.shop-sidebar .product-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .product-widget ul li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #f0f0f0;
}
.shop-sidebar .product-widget ul li img {
  float: left;
  max-width: 50px;
}
.shop-sidebar .product-widget ul li .product-widget-content {
  margin-left: 70px;
}
.shop-sidebar .product-widget ul li h2 {
  font-size: 13px;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  margin-top: -3px;
}
.shop-sidebar .product-widget ul li h2 a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-sidebar .product-widget ul li h2 a:hover {
  color: #0087d5;
}
.shop-sidebar .product-widget ul li span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0;
}
.shop-sidebar .product-widget ul li span del {
  color: #666666;
}
.shop-sidebar .product-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar .product-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 103px;
  padding: 8px 8px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #222222;
  color: #222222;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}
.shop-sidebar .product-widget > a:hover {
  background: #222222;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Single Product
/*-------------------------------------------------*/
.related-shop-section {
  padding: 0 0 30px;
}
.related-shop-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
}
.single-product-section {
  padding: 60px 0;
}
.product-gallery {
  margin-bottom: 30px;
}
.product-gallery img {
  width: 100%;
}
.single-product-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.single-product-section .product-details {
  margin-bottom: 20px;
}
.single-product-section .product-details p {
  margin-bottom: 20px;
}
.single-product-section .product-details p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.single-product-section .product-details p span.rating {
  display: block;
}
.single-product-section .product-details p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.single-product-section .product-details p span.rating i[data-rated="rated"] {
  color: #0087d5;
}
.single-product-section .product-details button {
  width: 24px;
  height: 35px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #222222;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  outline: none;
  border: none;
  margin: 2px 0 0;
  padding: 0;
}
.single-product-section .product-details input {
  display: inline-block;
  width: 54px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0px -4px 0 -6px;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Nanum Gothic', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
}
.single-product-section .product-details a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 16px;
  background: #0087d5;
  border: 1px solid transparent;
  color: #ffffff;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-left: 3px;
}
.single-product-section .product-details a:hover {
  background: transparent;
  border: 1px solid #0087d5;
  color: #0087d5;
}
.single-product-section .product-desc {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-product-section .product-desc p {
  margin-bottom: 15px;
}
.single-product-section .product-reviews ul {
  margin: 0;
  padding: 0;
}
.single-product-section .product-reviews ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-product-section .product-reviews ul li img {
  float: left;
  width: 100px;
  margin-bottom: 20px;
}
.single-product-section .product-reviews ul li .review-content {
  margin-left: 120px;
}
.single-product-section .product-reviews ul li .review-content h2 {
  overflow: hidden;
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating {
  float: right;
  margin: 0;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i[data-rated="rated"] {
  color: #0087d5;
}
.single-product-section .product-reviews ul li .review-content p {
  margin: 0 0 10px;
}
.single-product-section .product-reviews a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 27px;
  border: 2px solid #0087d5;
  background: #0087d5;
  color: #ffffff;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.single-product-section .product-reviews a:hover {
  background: transparent;
  color: #0087d5;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #222222;
}
footer .up-footer {
  padding: 50px 0 40px;
}
footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #999;
}
footer .up-footer img {
  margin-bottom: 20px;
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #0087d5;
  border: 1px solid #0087d5;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #0087d5;
}
footer .up-footer ul.flickr {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}
footer .up-footer ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer ul.flickr li a img {
  margin: 0;
}
footer .up-footer ul.flickr li a:hover {
  opacity: 0.7;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p a {
  font-family:'Nanum Gothic';
  color: #999;
}
footer .up-footer .info-widget p span {
  font-family: 'Nanum Gothic', sans-serif;
  color: #0087d5;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 20px 0;
  background: #111111;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #ccc;
  text-align: center;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  .project-box .project-post {
    width: 25%;
  }
  .project-box .project-post.snd-size {
    width: 50%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 970px;
  }
  .projects-page-section .project-box.col2 .project-post {
    width: 455px;
  }
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 293px;
  }
  .news-section #owl-demo {
    width: 970px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 25px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .flexslider .flexcaption .inner-caption h1:after {
    display: none;
  }
  .flexslider .flexcaption .inner-caption span {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-line,
  .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }
  #home-section {
    margin-top: 100px;
  }
  .offer-post {
    margin-bottom: 30px;
  }
  .project-box .project-post {
    width: 33.33%;
  }
  .tab-posts-box {
    margin-top: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .clients-section blockquote {
    margin-top: 20px;
  }
  .project-box .project-post {
    width: 50%;
  }
  .project-box .project-post.snd-size {
    width: 50%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 750px;
  }
  .projects-page-section .project-box.col2 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 345px;
  }
  .page-banner-section {
    margin-top: 100px;
  }
  .page-banner-section ul.page-depth {
    text-align: center;
  }
  .about-alternative-section .accordion-box {
    margin-bottom: 40px;
  }
  .news-section #owl-demo {
    width: 750px;
  }
  .clients-section ul.client-list {
    margin-bottom: 40px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .services-offer-section .services-box-mas .services-project {
    width: 50%;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 33.3333%;
  }
  .projects-section ul.filter {
    text-align: center !important;
  }
  .projects-section .title-section.alt-title {
    text-align: center;
  }
  .projects-section .title-section.alt-title h1:after {
    left: 50%;
    margin-left: -16px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 20px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption p {
    font-size: 11px;
    line-height: 16px;
  }
  .guide-box,
  .work-details {
    margin-bottom: 40px;
  }
  #map1,
  #map2 {
    height: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-collapse {
   padding:0;
  }
  .navbar-nav {
   margin:0 !important;
  }
  .navbar-nav > li > a {
    padding: 10px 25px !important;
    background-color: #e9e9e9;
    border-bottom:1px solid #ddd;
    font-size:14px;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  #home-section {
    margin-top: 70px;
  }
  .services-offer-section .services-box-mas .services-project,
  .services-offer-section .services-box-mas .services-project.snd-size {
    width: 100%;
  }
  .project-box .project-post {
    width: 100%;
  }
  .project-box .project-post.snd-size {
    width: 100%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 100%;
    margin-left: 0;
  }
  .projects-page-section .project-box.col2 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 100%;
    margin: 0 0 30px;
  }
  .page-banner-section {
    margin-top: 70px;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
  .news-section #owl-demo {
    width: 100%;
    margin-left: 0;
  }
  .news-section #owl-demo .news-post {
    margin: 0 0 30px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 50%;
  }
  .about-section .about-post {
    margin-bottom: 30px;
  }
  .flexslider .flexcaption {
    bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 15px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .project-box .project-post {
    width: 100%;
  }
  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 14px;
	font-weight: 600;
   border-bottom:1px solid #ddd;
  }
  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content,
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }
  #map {
    height: 200px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 100%;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 10px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .flexslider .flexcaption .inner-caption p {
    display: none;
  }
  .flex-caption { display: none; }
}

.board { margin-bottom:20px; }

/*input*/
input, select { vertical-align:middle; border: 1px solid #ccc; border-radius: 2px; line-height: 130%; padding: 7px; font-family: "Nanum Gothic", sans-serif; color: #555;}
input:hover, select:hover { border: 1px solid #333}
textarea {width: 100%; min-height: 200px;border: 1px solid #ccc;border-radius: 2px; font-family: "Nanum Gothic" }
input[type=radio] {border: none; margin-top: 3px;}
input[type=submit] {  color: #fff; font-size:14px; font-weight: 600; border:none; padding: 6px 20px; border-radius: 2px; }
input[type=checkbox] {border: none; width: 22px; height: 22px;}
.input_title { width: 90%;}
.input_tal { width: 50px;}

hr { border:0; border-top:1px solid #ddd !important; margin:20px 0; }
th { text-align:center; !important}


/*list-group*/
.list-group-item {
	font-size:12px;
	padding:7px 15px;
	margin-bottom:-1px !important;
}
.list-icon {
	font-size:14px !important;
	color:#0087d5 !important;
	width:20px !important;
}
.badge {
	color:#fff !important;
	font-size:10px !important;
	margin-right:0 !important;
}


/*table*/
.table {
  text-align: center;
  margin-bottom: 40px;

}
.table th {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
}
.table td {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #f7f7f7;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 5px 10px;
  vertical-align: middle !important;
}
.table thead th {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle !important;
}
.table tr th {
  background: #f0f0f0;
}

.table-md td {font-size: 13px; background-color: transparent; }
.table-lg td {font-size: 14px; color: #666; background-color: transparent; vertical-align: middle !important;}
.table-lg th {font-size: 15px; color: #222; font-weight: 600; vertical-align: middle !important; border-bottom-width: 1px !important;}

.table-exlg td {font-size: 1.1em; color: #444; background-color: transparent; vertical-align: middle !important; padding: 15px 20px !important; letter-spacing: -0.025em;}
.table-exlg th {font-size: 1.2em; color: #222; font-weight: 600; vertical-align: middle !important; border-bottom-width: 1px !important; padding: 15px 20px !important;}

.flex-caption {
		position:absolute;
		margin-right: 20px;
		bottom: 15px;
		display:inline-block;
		color: #fff;
		font-weight:300;
		padding: 6px 15px 8px 15px;
		opacity: 1 !important;
		width:auto;
		max-width:500px;
		font-size:13px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.15);

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}



/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 992px) {
    .col-md-5th.col-sm-5th {
        width: 49%;
        float: left;
    }
}
@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
		width:49%;
		float:none;
		display:block;
    }
}

/* biz-icon */
.biz-icon {
	margin-top:10px;
	border:0;
	color:#000;
	padding:10px 0;
}
.biz-icon .row{
	margin:0;
	border:0;
	display: flex;
    justify-content: center;
}
.biz-icon .line{
	margin:0;
	border:0;
	padding-top:20px;
	padding-bottom:10px;
	margin:0 !important;
	border-right:rgba(0,0,0,0.1) 1px solid;
	text-align:center;
}
.biz-icon .last {
	margin:0;
	border:0;
	padding-top:20px;
	padding-bottom:10px;
	margin:0 !important;
	border:0;
	text-align:center;
}
.biz-icon .line a,
.biz-icon .last a {
	color:#333;
	text-decoration:none;
}
.biz-icon .line a:hover>div>i,
.biz-icon .line a:hover>div>p,
.biz-icon .last  a:hover>div>i,
.biz-icon .last  a:hover>div>p {
	color:#0087d5 !important

}
.biz-icon  .icon {
	color:#333;
	font-size:24px;
	margin-right:0;
	margin-left:0;

}

.biz-icon p {
	color:#333;
	font-size:16px;
	font-weight:700;
	line-height:1.8;
	margin:0;
	padding:0;
}


@media only screen and (max-width: 992px) {

.biz-icon {
	margin:0;
	border:0;
	color:#000;
	padding:0;
}
.biz-icon .row{
	display: block;
    justify-content: left;
}
.biz-icon .line{
	margin:0;
	border:0;
	padding-top:15px;
	padding-bottom:15px;
	margin:0 !important;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	text-align:left;
    width: 100%;
}
.biz-icon .last {
	margin:0;
	border:0;
	padding-top:15px;
	padding-bottom:0px;
	margin:0 !important;
	border:0;
	text-align:left;
    width: 100%;
    }


.biz-icon  .icon {
	color:#333;
	font-size:20px;
	margin-right:15px;
	margin-left:0;
	float:left;
}
.biz-icon p {
	color:#333;
	font-size:16px;
	font-weight:700;
	line-height:1.2 !important;
	margin:0;
	padding:0;
}
}

/* ======= 지속가능 경영 =========== */

/* s-core */
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}


/** Bootstrap 5 column equal grid ******************************** **/

@media (min-width: 992px) { .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 { float: left; }
.col-md-5th-5 { float: left; width: 100%; }
.col-md-5th-4 { width: 80%; }
.col-md-5th-3 { width: 60%; }
.col-md-5th-2 { width: 40%; }
.col-md-5th-1 { width: 20%; }
.col-md-5th-pull-5 { right: 100%; }
.col-md-5th-pull-4 { right: 80%; }
.col-md-5th-pull-3 { right: 60%; }
.col-md-5th-pull-2 { right: 40%; }
.col-md-5th-pull-1 { right: 20%; }
.col-md-5th-pull-0 { right: auto; }
.col-md-5th-push-5 { left: 100%; }
.col-md-5th-push-4 { left: 80%; }
.col-md-5th-push-3 { left: 60%; }
.col-md-5th-push-2 { left: 40%; }
.col-md-5th-push-1 { left: 20%; }
.col-md-5th-push-0 { left: auto; }
.col-md-5th-offset-5 { margin-left: 100%; }
.col-md-5th-offset-4 { margin-left: 80%; }
.col-md-5th-offset-3 { margin-left: 60%; }
.col-md-5th-offset-2 { margin-left: 40%; }
.col-md-5th-offset-1 { margin-left: 20%; }
.col-md-5th-offset-0 { margin-left: 0%; }
}
@media (min-width: 1200px) { .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 { float: left; }
.col-lg-5th-5 { float: left; width: 100%; }
.col-lg-5th-4 { width: 80%; }
.col-lg-5th-3 { width: 60%; }
.col-lg-5th-2 { width: 40%; }
.col-lg-5th-1 { width: 20%; }
.col-lg-5th-pull-5 { right: 100%; }
.col-lg-5th-pull-4 { right: 80%; }
.col-lg-5th-pull-3 { right: 60%; }
.col-lg-5th-pull-2 { right: 40%; }
.col-lg-5th-pull-1 { right: 20%; }
.col-lg-5th-pull-0 { right: auto; }
.col-lg-5th-push-5 { left: 100%; }
.col-lg-5th-push-4 { left: 80%; }
.col-lg-5th-push-3 { left: 60%; }
.col-lg-5th-push-2 { left: 40%; }
.col-lg-5th-push-1 { left: 20%; }
.col-lg-5th-push-0 { left: auto; }
.col-lg-5th-offset-5 { margin-left: 100%; }
.col-lg-5th-offset-4 { margin-left: 80%; }
.col-lg-5th-offset-3 { margin-left: 60%; }
.col-lg-5th-offset-2 { margin-left: 40%; }
.col-lg-5th-offset-1 { margin-left: 20%; }
.col-lg-5th-offset-0 { margin-left: 0%; }
}


.score-font {font-family: 'S-CoreDream' !important;}

.text-blue {color: #0a71ce !important;}
.text-sky {color: #6befff !important;}
.text-red {color: #ff0054 !important;}
.center-col {margin: 0 auto; display: block; float: inherit;}
.border-all {border: 1px solid #ddd;}
.no-margin-bottom {margin-bottom: 0 !important;}
.display-block {display: block;}
.width-100 {width: 100% !important;}

.padding-5px-all {padding: 5px !important;}
.padding-10px-all {padding: 10px !important;}
.padding-15px-all {padding: 15px !important;}
.padding-20px-all {padding: 20px !important;}
.padding-30px-all {padding: 30px !important;}
.padding-40px-all {padding: 40px !important;}

.col-padding-large {padding: 10px !important;}

.esg-tit {margin-bottom: 30px; padding-top: 20px;}
.esg-tit h1  {font-weight: 800; margin: 0 0 15px; font-size: 24px; letter-spacing: -0.05em;}
.esg-tit h1 span {color:#0a71ce;}
.esg-tit p {font-weight: 400; margin: 0 0 15px; font-size:16px; color: #333; line-height: 1.5em; max-width: 800px; margin: 0 auto; word-break: keep-all;}
.esg-tit p span {display:block;}
.esg-tit .title-large {font-weight: 800; margin: 0 0 15px; font-size: 35px; letter-spacing: -0.03em;}
.esg-tit .title-large>span {font-weight: 800; margin: 0 0 15px; font-size: 35px; letter-spacing: -0.03em;}
.esg-info {width: 70%; margin: 20px auto; color: #fff;}
.esg-info h4 {font-weight: 300; line-height: 1.5em; font-size: 28px; letter-spacing: -0.05em; color: #fff; margin-bottom: 20px;}
.esg-info h4 b { font-family: 'S-CoreDream';}
.esg-text {padding: 5%; position: relative;}
.esg-text h2 {font-weight: 700; font-size: 24px; letter-spacing: -0.05em; margin: 15px 0;}
.esg-text p {font-weight: 400; font-size:15px; color: #333; line-height: 1.5em; word-break: keep-all;}

.img-center {margin-bottom: 30px; text-align: center;}
.img-center img {width:inherit; /*margin-bottom: 30px;*/}
.img-center a img{transition: all 400ms; margin-bottom: 0px;}
.img-center a:hover img {transform: translate(0,-10px); transition-delay: 0s !important;}
.img-box {margin-bottom: 30px; text-align: center;}
.img-box img {width: 100%; margin-bottom: 0px;}
.img-box h3 {font-weight: 600; font-size: 16px; letter-spacing: -0.05em; margin: 15px 0; line-height: 1.7em;}

.youtube iframe {width: 100%; height: 312px; margin: 0 0 10px;}
.youtube h2 {font-weight: 600; font-size: 20px; letter-spacing: -0.05em; margin: 15px 0;}
.youtube p {font-weight: 400; margin: 0 0 15px; font-size:15px; color: #333; line-height: 1.5em; word-break: keep-all;}

.youtube-text {padding: 4.5%;}
.youtube-text h2 {font-weight: 700; font-size: 30px; letter-spacing: -0.05em; margin: 15px 0;}
.youtube-text p {font-weight: 400; margin: 0 0 15px; font-size:15px; color: #333; line-height: 1.5em; word-break: keep-all;}

.mov-text {padding: 4.5%; position: relative;}
.mov-text .middle {position: absolute; top: 50%; transform: translate(0,-50%); width: 92%; padding: 3%;}
.mov-text h2 {font-weight: 700; font-size: 24px; letter-spacing: -0.05em; margin: 15px 0;}
.mov-text h3 {font-weight: 700; font-size: 18px; letter-spacing: -0.05em; margin: 10px 0;}
.mov-text p {font-weight: 400; margin: 0 0 15px; font-size:15px; color: #333; line-height: 1.5em; word-break: keep-all;}
.height-253 {height: 253px; background-color: #fff;}
.height-247 {height: 247px; background-color: #fff;}
.height-222-gray {height: 222px; background-color: #f7f7f7;}
.height-253-gray {height: 253px; background-color: #f7f7f7;}
.height-247-gray {height: 247px; background-color: #f7f7f7;}

.btn.btn-very-small {font-size:12px; padding: 1px 10px; line-height: 18px;}
.btn.btn-small {font-size:14px; padding: 4px 15px;}
.btn.btn-black {background:#000000; border-color: #000000; color: #fff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent; color: #000}
.btn.btn-red {background:#dd2c28; border:2px solid transparent; border-color: #dd2c28; color: #fff; transition-duration: 0.3s; transition-timing-function: ease-in-out;}
.btn.btn-red:hover, .btn.btn-black:focus {background: transparent; color: #dd2c28}
.btn.btn-blue {background:#0a71ce; border:2px solid transparent; border-color: #0a71ce; color: #fff; transition-duration: 0.3s; transition-timing-function: ease-in-out;}
.btn.btn-blue:hover, .btn.btn-black:focus {background: transparent; color: #0a71ce}
.btn.btn-green {background:#00483a; border:2px solid transparent; border-color: #00483a; color: #fff; transition-duration: 0.3s; transition-timing-function: ease-in-out;}
.btn.btn-green:hover, .btn.btn-black:focus {background: transparent; color: #00483a}
.btn.btn-white {background:#fff ; border-color: #ddd !important; color: #000; font-weight: 600;}
.btn.btn-white:hover {background: transparent; color: #0a71ce !importnat; color: #fff;}


.card {padding: 12% 7%; border:3px solid #d5d5d5; height: 100%; border-radius: 5px;  transition: all 400ms;}
.card:hover {border:3px solid #0a71ce; box-shadow: 0 5px 10px rgba(0,0,0,.08); white-space: normal; transform: translate(0,-5px); transition-delay: 0s !important;}
.card h2 {color: #0a71ce; font-size: 20px; margin-bottom: 12px; font-weight: 800; font-family: 'S-CoreDream';}
.card p {font-size: 14px; font-weight: 600; margin-bottom: 0; letter-spacing: -0.025em; line-height: 1.5em; color: #222;}

.card-cp4 {padding: 12% 7%; border:3px solid #d5d5d5; height: 100%; border-radius: 5px;  transition: all 400ms;}
.card-cp4:hover {border:3px solid #0a71ce; box-shadow: 0 5px 10px rgba(0,0,0,.08); white-space: normal; transform: translate(0,-5px); transition-delay: 0s !important;}
.card-cp4 h2 {color: #0a71ce; font-size: 20px; margin-bottom: 12px; font-weight: 800; font-family: 'S-CoreDream';}
.card-cp4 h3 {color: #222; font-size: 20px; font-weight: 800; line-height: 1.3em; letter-spacing: -0.03em;}
.card-cp4 p {font-size: 14px; font-weight: 600; margin-bottom: 0; letter-spacing: -0.025em; line-height: 1.5em; color: #222;}

.card-2 {padding: 9% 7%; border:1px solid #ccc; height: 100%; border-radius: 5px;  transition: all 400ms; height: 295px;}
.card-2:hover {border:1px solid #0a71ce; box-shadow: 0 10px 15px rgba(0,0,0,.09); white-space: normal; transform: translate(0,-10px); transition-delay: 0s !important;}
.card-2 h1 {color: #0a71ce; font-size: 24px; margin-bottom: 12px; font-weight: 700; font-family: 'S-CoreDream'; letter-spacing: -0.03em;}
.card-2 p {font-size: 14px; font-weight: 600; margin-bottom: 0; letter-spacing: -0.025em; line-height: 1.5em; color: #222; word-break: keep-all;}
.card-2 img {margin-bottom: 0px; width: inherit;}
.card-2 .kr-ci {margin: 20px 0 0; width: inherit;}

.card-3 {padding: 12% 7%; border:4px solid #e7e7e7; height: 100%; border-radius: 0px;  transition: all 400ms;}
.card-3:hover {border:4px solid #0a71ce; box-shadow: 0 5px 10px rgba(0,0,0,.08); white-space: normal; transform: translate(0,-5px); transition-delay: 0s !important;}
.card-3 h2 {color: #0a71ce; font-size: 20px; margin-bottom: 12px; font-weight: 400; font-family: 'S-CoreDream';}
.card-3 p {font-size: 1.25em; font-weight: 700; margin-bottom: 0; letter-spacing: -0.025em; line-height: 1.5em; color: #222 !important; font-family: 'S-CoreDream'; letter-spacing: -0.03em;}
.card-3 .text-large {font-size: 1.5em; line-height: 1.5em;}

.report {padding: 10% 7%; border-radius: 5px; border:1px solid #ddd;  transition: all 400ms; height: 240px; background-color: #fff;}
.report:hover {background-color: #0a71ce; transition-delay: 0s !important;}
.report h1 {color: #222 !important; font-size: 20px; margin: 0 0 15px; font-weight: 600; font-family: 'S-CoreDream'; letter-spacing: -0.03em; position: relative; padding-bottom:15px;}
.report h1:after { position: absolute; content: '';  width: 30px;  height: 1px; bottom: -1px; left: 50%; margin-left: -15px; background: #ddd;}
.report:hover h1{color: #fff !important; position: relative;}
.report .icon-box {background-color: #0a71ce; padding: 20px; border-radius: 50px; margin-bottom: 15px; display: inline-block; width: 82px; height: 80px; text-align: center; vertical-align: middle;}
.report:hover .icon-box {background-color: #fff; }
.report .icon-box i {color: #fff !important; font-size: 40px; }
.report:hover i{color: #0a71ce !important;}
.report p {color: #222 !important; font-size: 1.2em; font-weight: 600; margin-bottom: 0; letter-spacing: -0.025em; line-height: 1.5em; color: #222; word-break: keep-all;}
.report:hover p{color: #fff !important;}


/* accordion style1 */
.accordion-style1 .panel  {background: transparent; box-shadow: none; margin-top: 0 !important}
.accordion-style1.panel-group .panel-heading  {border: 0px; border-bottom: 1px solid #e4e4e4;}
.accordion-style1 .panel-heading {padding: 12px 10px; }
.accordion-style1 .panel-title {font-size: 1.3em; color: #222; font-weight: 600; padding-right: 30px; position: relative; }
.accordion-style1 .panel-heading a {text-decoration: none !important;}
.accordion-style1 .panel-heading a:hover .panel-title {color:#0a71ce;}
.accordion-style1 .panel-title > span.pull-right { position: absolute; right: 0; top: 0; }
.accordion-style1 .panel-heading i {font-size: 15px; color: #222}
.accordion-style1 .panel-body {font-size: 13px; line-height: 1.7em;}
.accordion-style1.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:0; padding: 20px; background-color: #f7f7f7;}

/* accordion style2 */
.accordion-style2 .panel  {background: transparent; box-shadow: none; margin-top: 0 !important}
.accordion-style2.panel-group .panel-heading  {border: 0px; border-bottom: 1px solid #e4e4e4;}
.accordion-style2 .panel-heading {padding: 10px 15px; background-color: #f7f7f7;}
.accordion-style2 .panel-title {font-size: 16px; color: #222; font-weight: 700; padding-right: 30px; position: relative; }
.accordion-style2 .panel-title font {color: #0a71ce;}
.accordion-style2 .panel-heading a {text-decoration: none !important;}
.accordion-style2 .panel-heading a:hover .panel-title {color:#0a71ce;}
.accordion-style2 .panel-title > span.pull-right { position: absolute; right: 0; top: 0; }
.accordion-style2 .panel-heading i {font-size: 15px; color: #222}
.accordion-style2 .panel-body {font-size: 13px; line-height: 1.7em; border-top: 0px !important;}
.accordion-style2.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style2.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:0; padding: 20px; background-color: #fff;}


.greed .greed-tit {text-align: center; padding: 10px 0;}
.greed .greed-tit h2 {color: #0a71ce; font-size: 20px; margin-bottom: 12px; font-weight: 600; font-family: 'S-CoreDream'; margin-bottom: 0;}
.greed .greed-txt {padding: 10px 20px 10px 50px; border-left: 1px solid #ddd;}
.greed .greed-txt p {font-size: 14px; font-weight: 600; margin-bottom: 0; letter-spacing: -0.025em; line-height: 1.5em; color: #222;}

.counter {background-image: url(/jsp/hp/krcon/kor/upload/esg/counter_bg.jpg);  height: 180px; width: 180px; background-position: center !important; background-repeat: no-repeat !important;}
.counter h2 {font-size: 2.5em; font-weight: 800; color: #222; margin: 15px 0 10px; letter-spacing: -0.025em; font-family: 'S-CoreDream';}
.counter span {display: block;  font-size: 1.1em; font-weight: 400; color: #666; margin-bottom: 10px; position: relative; padding-bottom:10px;}
.counter span:after { position: absolute; content: '';  width: 50px;  height: 2px; bottom: -1px; left: 50%; margin-left: -20px; background: #0a71ce;}

.safe-box {padding: 2.5%; margin-bottom: 15px; border:1px solid #bbb; background-color: #f7f7f7;  transition: all 400ms; }
.safe-box:hover {border:1px solid #0a71ce; box-shadow: 0 10px 15px rgba(0,0,0,.09); background-color: #fff; transform: translate(0,-10px); transition-delay: 0s !important; }
.safe-policy {font-size: 1.5em; font-weight: 800; color: #0a71ce;}
.safe-policy-txt {font-size: 1.3em; font-weight: 600; color: #000; padding: 3px 0 3px 30px; border-left: 1px solid #ddd;}

.safe-join {border-top: 1px solid #ccc; padding:10px ;}
.safe-join h2 {font-size: 1.6em; font-weight: 800; color: #222; margin: 15px 0; letter-spacing: -0.025em; position: relative; padding-bottom:19px;}
.safe-join h2:after { position: absolute; content: '';  width: 40px;  height: 2px; bottom: -1px; left: 0; background: #0a71ce;}
.safe-join p {font-weight: 600; margin: 0 0 15px; font-size:15px; color: #333; line-height: 1.7em; word-break: keep-all;}

.howto {background-color: #f7f7f7; margin-bottom: 40px; padding: 2.5%;}

/* sub Menu */
.sub-menu {border-bottom: 1px solid #ddd; display:inline-block; width:100%}
.sub-menu .sub-menu-tab {width:1170px; margin: 0 auto; padding: 0; display: table; }
.sub-menu ul li {width:12.5%; float: left; border-left: 1px solid #ddd; list-style: none; text-align: center;  position: relative;  }
.sub-menu ul li:last-child {border-right: 1px solid #ddd; }
.sub-menu ul li a {font-size: 16px; color: #333333; font-weight:700; line-height: 16px; cursor: pointer; text-decoration: none; padding: 18px 10px; display: block; transition: all 400ms;}
.sub-menu ul li a:hover {background-color: #e7e7e7; color: #0a71ce; }
.sub-menu .active a {background-color: #333333; color: #ffffff; }
.sub-menu .active a:hover {background-color: #333333; color: #ffffff; }

/* 철인3종 */
.iron h2, h3, h4, h5, font, block {font-family: 'S-CoreDream' !important;}
.iron h2 {font-size: 26px; line-height: 36px; font-weight: 700; margin: 0;}
.iron h3 {font-size: 22px; line-height: 30px; font-weight: 700; margin: 0;}
.iron h4 {font-size: 22px; line-height: 30px; font-weight: 500; margin: 0; letter-spacing: -0.05em;}
.iron h5 {font-size: 18px; line-height: 28px; font-weight: 500; margin: 0; letter-spacing: -0.05em;}
.iron h2 font {font-weight: 700; }
.iron h3 font {font-weight: 700; }
.iron h4 font {font-weight: 500; }
.iron h2 block {font-weight: 700; }
.iron h3 block {font-weight: 700; }
.iron h4 block {font-weight: 500; }
.iron .text-red {color: #f26087 !important;}
.iron hr {margin: 15px 0;}


@media (min-width: 1200px) {
    .img-center img {width: inherit !important;}
    .xs-width-100 img {width: 100% !important;}
    .sub-menu .sub-menu-tab {width:1170px !important; }
}


@media (max-width: 991px) {
    header.active .navbar-nav > li > a { padding: 28px 0px;}
    .navbar-nav > li > a {    padding-left: 4px !important;    padding-right: 4px !important;}
    .xs-width-100 img {width: 100% !important;}
}

@media (min-width: 991px) {
    .sub-menu .sub-menu-tab {width:970px; }
}

@media (max-width: 991px) {
    .sub-menu .sub-menu-tab {width:750px; }
}

@media only screen and (max-width: 769px) {
     p {font-size: 14px; }

    .col-padding-large {padding: 5px !important;}
    .btn.btn-small {font-size:13px; padding: 3px 12px;}

    .visible-xs {display: inline-block!important;}
    .xs-display-inline {display: inline !important;}
    .xs-display-block {display: block !important;}
    .xs-no-padding {padding: 0;}
    .xs-width-100 img {width: 100% !important;}
    .xs-width-100 {width: 100% !important;}
    .xs-padding-10px-all {padding: 10px !important;}
    .xs-padding-15px-all {padding: 15px !important;}
    .xs-padding-20px-all {padding: 20px !important;}
    .xs-margin-10px-all {margin: 10px !important;}
    .xs-margin-20px-all {margin: 20px !important;}

    .xs-text-center {text-align: center!important;}
    .xs-display-block {display: block;}

    .youtube iframe {width: 100%; height: 210px;}
    .youtube-text {padding: 4.5%; text-align: center;}
    .youtube-text h2 {font-size: 22px;}
    .youtube-text p {font-size: 14px;}

    .esg-tit {margin-bottom: 20px; padding-top: 20px;}
    .esg-tit p {font-size: 14px !important;}
    .esg-tit h1, .esg-tit h1>span {font-size: 20px !important; line-height: 1.3em;}
    .esg-tit p span {display: inline !important;}
    .esg-info {width: 90%;}
    .esg-info h4 {font-size: 18px; margin-bottom: 20px;}
    .esg-text {text-align: center;}

    .img-center {padding:0px !important;}
    .img-center img {width: inherit; /*margin-bottom: 30px;*/}
    .box {padding:30px 10px !important;}

    .card {padding: 10% 5%; min-height: 130px;}
    .card p {font-size: 13PX;  line-height: 1.5em; }

    .card-cp4 {padding: 15% 5%; min-height: 150px;}
    .card-cp4 p {font-size: 13px;  line-height: 1.5em; }



    .mov-text {text-align: center; max-height: 300px !important;}
    .mov-text h2 {font-size: 18px;}
    .mov-text p {font-size: 14px;}
    .height-253 {height: 260px !important;}
    .height-247 {height: 220px !important;}
    .height-222-gray {height: 180px !important;}
    .height-253-gray {height: 260px !important;}
    .height-247-gray {height: 220px !important;}

    .card-2 {padding: 7%; height: auto;}
    .card-2 h1 {font-size: 18px;}
    .card-2 p {font-size: 14px;}

    .card-3 {padding: 10% 5%; height: auto;}
    .card-3 p {font-size: 14px;}
    .card-3 .text-large {font-size: 15px; line-height: 1.5em !important;}
    .card-3 h2 {margin-bottom: 8px;}

    .report {padding: 12% 5%;  height: 220px;}
    .report h1 {font-size: 16px;}
    .report p {font-size: 14px;}
    .report .icon-box { width: 72px; height: 70px; }
    .report .icon-box i { font-size: 30px;}

    .howto {padding: 20px;}
    .howto h2 {font-size: 16px; margin-bottom: 10px !important;}
    .howto p {font-size: 12px; line-height: 1.7em; letter-spacing: -0.025em;}

    .safe-box {padding:20px; }
    .safe-policy {font-size: 18px; margin-bottom: 5px;}
    .safe-policy-txt {font-size: 14px; border-left: 0; text-align: center; padding: 0; word-break: keep-all; line-height: 1.7em;}

    .safe-join {padding: 20px 0 0; text-align: center;}
    .safe-join h2 {font-size: 18px; margin-bottom: 10px !important;}
    .safe-join h2:after { left: 50%; margin-left: -20px;}
    .safe-join p {font-size: 14px; margin-bottom: 0;}



    .xs-input-100 { width: 100%; }

    .xs-no-border {border:0 !important;}

    .input-title { font-size: 15px; text-align: left; padding: 10px 10px 0 !important;}
    .border-bottom {min-height: 20px; padding: 5px 10px 10px;}
    .textarea-border-bottom {padding: 5px 10px 10px; min-height: 20px ;}

    .iron h3 {font-size: 18px;}
    .iron hr {margin:10px 0;}
    .iron p {font-size: 13px;}
    .iron-tit {width: 80%; margin: 0 auto;}
    .iron h2 {font-size: 20px; line-height: 30px; }
    .iron h3 {font-size: 18px; line-height: 26px; }
    .iron h4 {font-size: 16px; line-height: 24px; }
    .iron h5 {font-size: 14px; line-height: 22px; }

    .iron .flex-control-nav {bottom: 15px;}

    /* accordion style1 */
    .accordion-style1 .panel-heading {padding: 10px 10px; }
    .accordion-style1 .panel-title {font-size: 16px; padding-right: 20px; }
    .accordion-style1.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body{padding: 10px; }

    /* accordion style2 */
    .accordion-style2 .panel-heading {padding: 10px 10px; }
    .accordion-style2 .panel-title {font-size: 16px; padding-right: 20px; }
    .accordion-style2.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style2.panel-group .panel-heading+.panel-collapse>.panel-body{padding: 10px; }

    .about-section img { width: 100% !important;}


}

    /* blog post style 1 */
.blog-post.blog-post-style1 .blog-post-images {background: #232323}
.blog-post.blog-post-style1 .blog-post-images img {width: 100%;}
.blog-post.blog-post-style1:hover .blog-post-images img {opacity: 1; transform: scale(1.1, 1.1); transition: all 0.3s ease 0s;}


/* pagination */
.pagination {border-radius: 0; padding: 0; margin: 0}
.pagination ul { display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; padding: 0; }
.pagination li { display: inline; }
.pagination a { float: left; padding: 0 15px; line-height: 40px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; background: #fff }
.pagination a:hover {background-color: #232323; color: #fff }
.pagination .active a {background-color: #eee;}
.pagination .active a { color: #222; cursor: default; font-weight: 500;}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; }
.pagination li:first-child a { border-left-width: 1px; }
.pagination-centered { text-align: center; }
.pagination-right {text-align: right;}

.text-small {font-size: 13px; line-height: 20px;}


/* button size */
.btn.btn-very-small {font-size:12px; padding: 1px 10px; line-height: 22px;}
.btn.btn-small {font-size:14px; padding: 4px 15px;}
.btn.btn-medium {font-size:15px; padding: 7px 20px 7px;}
.btn.btn-large {font-size:18px; padding: 9px 25px; line-height: 25px}
.btn.btn-extra-large {font-size:20px; padding: 12px 30px;  line-height: 25px}
.btn-dual .btn {margin: 0 10px; }
.btn i {margin-left: 6px; vertical-align: middle; position: relative; top:-2px}
.btn.btn-plus {font-size:16px; font-weight:600; padding: 1px 6px 5px; line-height: 15px;}

.btn-block {display:block; width: 100%;}

.iron-box {border: 1px solid #ddd; padding: 20px; width: 50%; display: }

.center-col {float:none; margin-left:auto; margin-right:auto }

/* esg-environment */
.en-box { padding: 2.5em; border-radius: 5px}
.ex-box h2, h3, h4, h5, h6, h7 {margin: 0; font-family: 'Nanum Gothic' !important;}
.en-box-bg {background-color: #f7f7f7; border-radius: 10px; padding: 2em;}
.bg-white {background-color: #fff;}


/* 메인 사업소개 */
.biz-width {padding: 0 10% 0 10%}
.main-biz {overflow: hidden; position: relative;}
.main-biz figure img {width: 100%; cursor: auto; }
.main-biz figure figcaption {position: absolute; left: 0px; top: auto; z-index: 9; bottom: -30px; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transition: transform .35s ease-out; -webkit-transition: transform .35s ease-out; -moz-transition: transform .35s ease-out; -ms-transition: transform .35s ease-out; -o-transition: transform .35s ease-out; padding: 0 0 10px 20px; color: #fff; height:auto; text-align: left; opacity: 1; cursor: default;}
.main-biz figure:hover img, .main-biz figure:focus img {opacity: 1; -ms-transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none;  transform: none;}
.main-biz figure:hover figcaption {transform: translateY(-50px); -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); }
.main-biz figure figcaption .btn {opacity: 0 }
.main-biz figure:hover .btn {opacity: 1; display: inline-block }
.main-biz figure:hover img {transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -webkit-transition-timing-function: ease-in-out; -webkit-transition-duration: .2s;}

.main-biz *{transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}

.main-biz figure h5 {font-size: 24px; margin-bottom: 3px; font-weight:600; font-family:'S-CoreDream';}
.main-biz figure p {font-size: 14px; margin-bottom: 20px; font-weight: 400}
.main-biz figure .btn {font-size: 13px; border-radius: 50px; padding: 7px 20px 6px;}
.main-biz figure .cover {position: absolute; height: 100%; width: 100%; opacity: 0.4; top: 0; left: 0; background: rgba(10, 10, 10, 0);
  background: -moz-linear-gradient(top, rgba(10, 10, 10, 0) 10%, rgba(10, 10, 10, 0.2) 30%, rgba(10, 10, 10, 1.0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(10, 10, 10, 0)), color-stop(30%, rgba(10, 10, 10, 0.2)), color-stop(100%, rgba(10, 10, 10, 1.0)));
  background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0) 10%, rgba(10, 10, 10, 0.2) 30%, rgba(10, 10, 10, 1.0) 100%);
  background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 10%, rgba(10, 10, 10, 0.2) 30%, rgba(10, 10, 10, 1.0) 100%);
  background: -ms-linear-gradient(top, rgba(10, 10, 10, 0) 10%, rgba(10, 10, 10, 0.2) 30%, rgba(10, 10, 10, 1.0) 100%);
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 10%, rgba(10, 10, 10, 0.2) 30%, rgba(10, 10, 10, 1.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);}
.main-biz figure:hover .cover {opacity: 1;}

.text-white {color: #fff;}
.main-biz .name {position: absolute;  font-size: 12px; font-weight: 400; top: 20px; left: 20px; color: #fff; font-weight: 400; z-index: 10;}

/* 엘리프 글꼴 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-font {font-family: 'Noto Sans KR' !important;}

/* divider */
div.divider {
	margin:40px 0;
	position:relative;
	display:block;
	min-height:20px;
}

div.divider.divider-dotted {
	height:10px;
	border:0;
	background:url('/jsp/hp/krcon/kor/upload/pr/bg_dot.png') repeat-x center;
}
div.divider.divider-dotted:after {
	display:none;
}

/* 개인정보 */
.label-tit {font-size: 24px; font-family: 'S-CoreDream', sans-serif; font-weight: 700; text-align: center; margin-bottom: 20px; letter-spacing: -0.025em;}
.label-sub {font-size: 16px;  text-align: center; margin-bottom: 30px; color: #666}
.p-10 {padding:10px !important;}
.guide-boxs {border: 7px solid #eee; padding: 20px; height: 230px; position: relative;}
.guide-boxs hr {margin: 15px auto; width: 90%;}
.guide-boxs .guide-tit {font-size: 18px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; text-align: center; margin-bottom: 0; letter-spacing: -0.025em;}
.guide-boxs .guide-con {display: flex; flex-direction: row;}
.guide-boxs .guide-con .guide-icon {width: 30%; padding-top: 5px;}
.guide-boxs .guide-con .guide-icon img {width: 90%; margin: 0; }
.guide-boxs .guide-con .guide-txt {padding: 5px 0 0 10px; font-weight: 600; width: 70%}
.guide-boxs .guide-con .guide-txt ul {list-style: none; padding: 0;}
.guide-boxs .guide-con .guide-txt ul li {margin-bottom: 8px; letter-spacing: -0.035em; word-break: keep-all; position: relative; padding-left: 30px;}
.guide-boxs .guide-con .guide-txt span { width: 20px; text-align: center; position: absolute; top: 0; left: 0;}
.guide-boxs .guide-con .guide-txt span img { width: auto; margin: 0;}
.guide-boxs .guide-con .guide-txt .info { font-size: 11px; color: #0087d5; position: absolute; bottom: 15px;}

.list {position: relative; font-size: 16px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; padding: 10px 15px 10px 45px; border: 1px solid #ddd; color: #222; }
.list:hover {color: #0087d5;}
.list img {position: absolute; top: 10px; left: 10px; width: 22px;}
.p-list {padding: 5px 10px;}

.con-tit {position: relative; font-size: 18px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; padding-left: 35px; margin-bottom: 20px;}
.con-tit img {position: absolute; top: 0px; left: 0px; width: 25px;}



@media only screen and (max-width: 769px) {
    .label-tit {font-size: 18px;}
    .label-sub {font-size: 14px;}
    .guide-boxs {height: 210px;}
    .guide-boxs .guide-tit {font-size: 16px;}
    .list {font-size: 14px;}
    .con-tit {font-size: 16px; padding-left: 28px;}
    .con-tit img {width: 20px;}
}

/* 최상단 버튼 스타일 */
    .top-button {
        position: fixed; /* 화면 고정 */
        bottom: 20px; /* 하단에서 20px 위 */
        right: 20px; /* 우측에서 20px 왼쪽 */
        width: 50px; /* 버튼 크기 */
        height: 50px;
        background-color: #555; /* 버튼 배경색 */
        color: white; /* 버튼 텍스트 색 */
        border: none;
        border-radius: 50%; /* 동그란 모양 */
        display: flex; /* 내용 가운데 정렬 */
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* 약간의 그림자 효과 */
        opacity: 0; /* 기본적으로 숨김 */
        visibility: hidden; /* 기본적으로 보이지 않음 */
        transition: opacity 0.3s ease, visibility 0.3s ease; /* 부드러운 전환 효과 */
    }

    .top-button.show {
        opacity: 1; /* 나타남 */
        visibility: visible; /* 보임 */
    }



