@charset "utf-8";

/*#########################################################60
* SBa04Contents
*##########################################################
* Main Layout
* Sub Layout
* Main Contents
* Sub Contents
*========================================================*/
/*=========================================================
* Main Layout
*========================================================*/
#main-contents-1st,
#main-contents-2nd,
#main-contents-3rd {
  padding: 6em 0;
}

#main-contents-4th {}

#main-contents-5th {
  padding: 6em 0;
}

#main-contents-6rd {}

#main-contents-7th {
  padding: 6em 0;
}

@media screen and (max-width: 768px) {
  #main-contents-1st {
    padding: 2em 0;
  }

  #main-contents-2nd,
  #main-contents-3rd {}

  #main-contents-4rd,
  #main-contents-5th {
    padding: 2em 0;
  }

  #main-contents-6th {}

  #main-contents-7th {
    padding: 2em 0;
  }
}

/*=========================================================
* Sub Layout
*========================================================*/
#sub-contents-container {
  padding: 6em 0 2em 0;
}

#sub-contents-container:after {
  clear: both;
}

#sub-heading-section,
#sub-heading-section2 {
  padding-bottom: 1em;
  margin-bottom: 5em;
}

#sub-board-section {
  padding-bottom: 4em;
}

#sub-page-section,
#sub-page-section-2nd,
#sub-page-section-3rd {
  padding-bottom: 4em;
}

@media (max-width:768px) {
  #sub-contents-container {
    padding: 8em 0 1em 0;
  }

  #sub-board-section {
    padding-bottom: 1em;
  }

  #sub-page-section,
  #sub-page-section-2nd,
  #sub-page-section-3rd {
    padding-bottom: 1em;
  }
}

/*=========================================================
* Main Contents
*========================================================*/
/*---------------------------------------------------------
* Index.php
* Main Contents 1st
*--------------------------------------------------------*/
.services {
  background: #fff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services:hover, .services:focus, .services:active {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.services span i {
  color: #2b9926 !important;
}

.services span i:hover {
  color: #ecbb14 !important;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 2nd
*--------------------------------------------------------*/
.best-portfolio .owl-carousel2 .owl-dots .active span {
  background-image: -moz-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
  background-image: -ms-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
}

.best-portfolio {
  background-repeat: no-repeat;
  padding-top: 6em;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .best-portfolio {
    padding-top: 2em;
  }
}

.best-portfolio .row {
  padding: 80px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .best-portfolio .row {
    padding: 0;
  }
}

.best-portfolio h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, .5);
  font-size: 2.5em;
}

.best-portfolio h5 {
  font-size: 1.500em;
}

.best-portfolio p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}

.card {
  display: block !important;
}

.best-portfolio .card {
  box-shadow: 0px 8px 29px 0px rgba(23, 23, 23, 0.03);
}

.best-portfolio .card-body {
  padding: 30px 40px !important;
}

.best-portfolio .owl-nav {
  display: none;
}

.best-portfolio .owl-carousel2 .owl-dots {
  text-align: center;
  margin: 20px auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .best-portfolio .owl-carousel2 .owl-dots {
    margin: 0 auto 30px auto;
  }
}

.best-portfolio .owl-carousel2 .owl-dots button {
  outline: none !important;
}

.best-portfolio .owl-carousel2 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ebebeb;
  margin: 0 5px;
}

.best-portfolio .owl-carousel2 .owl-dots .active {
  box-shadow: none;
}

.best-portfolio .owl-carousel2 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}

.best-portfolio .owl-carousel2 .owl-item {
  margin-bottom: 20px;
}

.best-portfolio .owl-carousel2 .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}

.best-portfolio .owl-carousel2 .owl-prev,
.best-portfolio .owl-carousel2 .owl-next {
  font-size: 50px !important;
  color: #666666;
  position: absolute;
  outline: none;
  background: #f4f5f6 !important;
  border-radius: 50%;
  height: 68px;
  width: 68px;
}

.best-portfolio .owl-carousel2 .owl-prev span,
.best-portfolio .owl-carousel2 .owl-next span {
  position: relative;
  top: -7px;
}

.best-portfolio .owl-carousel2 .owl-prev:hover,
.best-portfolio .owl-carousel2 .owl-next:hover {
  color: #ecbb14;
  background: #ffffff !important;
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {

  .best-portfolio .owl-carousel2 .owl-prev,
  .best-portfolio .owl-carousel2 .owl-next {
    display: none !important;
  }
}

.best-portfolio .owl-carousel2 .owl-prev {
  left: -100px;
}

.best-portfolio .owl-carousel2 .owl-next {
  right: -100px;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 3rd
*--------------------------------------------------------*/
.portfolio-section {
  float: left;
  width: 100%;
  display: block;
}

.portfolio-section .grid-project-section {
  position: relative;
  overflow: hidden;
}

.portfolio-section .grid-project-section>a>img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-section .grid-project-section .desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 25%;
  z-index: 99;
}

.portfolio-section .grid-project-section .desc h2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
  font-size: 1.714em;
  margin: 0 !important;
}

.portfolio-section .grid-project-section:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-section .grid-project-section:hover:after, .portfolio-section .grid-project-section:focus:after {
  background: rgba(0, 0, 0, 0.2);
}

.portfolio-section .grid-project-section:hover>a>img, .portfolio-section .grid-project-section:focus>a>img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

@media screen and (max-width: 768px) {
  .portfolio-section .grid-project-section {
    width: 100%;
  }
}

.grid-project {
  margin-bottom: 40px;
  float: left;
}

.grid-project .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background-size: cover;
}

.grid-project .image:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.grid-project .image img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.grid-project .desc h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.grid-project .desc h3 a {
  color: rgba(0, 0, 0, 0.8);
}

.grid-project .desc span {
  color: rgba(0, 0, 0, 0.3);
}

.grid-project:hover .image img, .grid-project:focus .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.grid-project:hover .image:after, .grid-project:focus .image:after {
  opacity: 1;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 4th
*--------------------------------------------------------*/
.advantages-outer {
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.advantages-outer .advantages-grid-columns .col-md-4 .grid-image {
  width: 30%;
  float: left;
  padding-right: 30px;
  position: relative;
  top: 1px;
  color: #ecbb14;
  font-size: 5.000em;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .advantages-outer .advantages-grid-columns .col-md-4 .grid-image {
    display: none;
  }

  .advantages-outer .advantages-grid-columns .col-md-4 .grid-desc {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .advantages-outer .advantages-grid-columns .col-md-4 .grid-title {
    float: none !important;
  }
}

.advantages-outer .advantages-grid-columns .col-md-4 .grid-title {
  float: left;
  font-size: 1.429em;
  font-weight: 600;
}

.advantages-outer .advantages-grid-columns .col-md-4 .grid-desc {
  float: right;
  padding-right: 7%;
  width: 70%;
  color: #ccc;
  margin-left: -30px;
}

.slider-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 5th
*--------------------------------------------------------*/
.align-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-flex>div {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .align-flex {
    display: block;
  }
}

.product-card-item {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.product-card-item figure {
  overflow: hidden;
  z-index: 12;
  position: relative;
}

.product-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.product-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-card-item .product-text {
  padding: 0 20px 0 20px;
  text-align: center;
}

.product-card-item .product-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* height: 52%; */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .product-card-item .product-text {
    /* height: 52%; */
  }
}

.product-card-item .product-text p:last-child {
  margin-top: auto;
  /*margin-bottom: auto;*/
}

.product-card-item .product-text h2, .product-card-item .product-text span {
  text-decoration: none !important;
}

.product-card-item .product-text h4 {
  margin: 10px 0;
  color: #2b9926;
}

.product-card-item .product-text p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.product-card-item .product-text span.btn {
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #555;
  border: 2px solid #555 !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.product-card-item:hover, .product-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

.product-card-item:hover img, .product-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.product-card-item:hover span.btn, .product-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  border: 2px solid #ecbb14 !important;
  background: #ecbb14 !important;
}

.product-card-item:hover figure .overlay, .product-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}

.product-card-item:hover figure .overlay i, .product-card-item:focus figure .overlay i {
  margin-top: -15px;
}

.product-card-item:hover h2, .product-card-item:hover span, .product-card-item:focus h2, .product-card-item:focus span {
  text-decoration: none !important;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 6th
*--------------------------------------------------------*/
.bottomBanner-box {
  height: 200px;
  background-attachment: fixed;
  background-position: center bottom;
}

.bottomBanner-box .overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.bottomBanner-box .feature-text {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 200px;
}

.bottomBanner-box .feature-text .feature-text-align {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bottomBanner-box h4 {
  font-family: 'Iropke Batang', serif;
  font-size: 2.2em;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .bottomBanner-box h4 {
    font-family: 'Iropke Batang', serif;
    font-size: 1.4em;
    color: #fff;
  }
}

#main-hero .flexslider .slider-text>.slider-text-inner .desc {
  padding: 1.5em 3em 3em 3em;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 7th
*--------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .customer-contact-info .feature-left .feature-copy {
    margin-bottom: 30px;
  }

  .customer-contact-info .col-md-4:nth-child(3) .feature-left .feature-copy {
    margin-bottom: 0;
  }
}

.customer-contact-info .feature-left .feature-copy {
  float: right;
  width: 100%;
}

.feature-left .feature-copy h3 {
  margin-top: 5px;
  border-bottom: 2px solid #383d41;
  padding-bottom: 5px;
}

.feature-text h3 .number {
  margin-right: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

@media screen and (max-width: 768px) {
  .feature-text h3 .number {
    margin-right: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}

/*-------------------------------------------------------*/
ul.contact-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: -3px;
}

ul.contact-info>li:hover {
  text-decoration: underline;
  color: #ecbb14;
}

ul.contact-info li:nth-child(1) {
  font-size: 1.6em;
  font-weight: bold;
  color: #ecbb14;
}

ul.contact-info li:nth-child(1) a {
  color: #ecbb14;
}

ul.contact-info li:nth-child(2) {
  letter-spacing: -0.3px;
}

ul.contact-info li:last-child {
  text-decoration: none;
}

ul.contact-time {
  list-style-type: none;
  padding-left: 0;
  margin-top: -3px;
}

.contact-consulting span {
  display: block;
  margin-bottom: 5px;
}

.contact-consulting .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-point-color {
  background-color: #1d302a !important;
}

.btn-point-color:hover {
  background-color: #ecbb14 !important;
}

.btn-point-color:hover .um-headphones {
  color: #1d302a !important;
}

.btn-kakao {
  background-color: #f3d900 !important;
}

.btn-kakao:hover {
  background-color: #341c1c !important;
}

/*.um-kakao-talk {
  color: #fff !important;
}*/
.btn-kakao:hover .um-kakao-talk {
  color: #f3d900 !important;
}

.btn-instagram {
  background-color: #dd4a8c !important;
}

.btn-instagram:hover {
  background-color: #8134af !important;
}

/*.um-instagram {
  color: #fff !important;
}*/
.btn-instagram:hover .um-instagram {
  color: #FED67A !important;
}

.btn-naver {
  background-color: #00C73C !important;
}

.btn-naver:hover {
  background-color: #ddd !important;
}

/*.um-naver-square .um-naver-blog {
  color: #fff !important;
}*/
.btn-naver:hover .um-naver-square {
  color: #00C73C !important;
}

.btn-naver:hover .um-naver-blog {
  color: #00C73C !important;
}

.customer-contact-info table.board_output table.board_output td:first-child {
  width: 1% !important;
}

.customer-contact-info table.board_output table.board_output td:last-child {
  width: 29% !important;
}

@media screen and (max-width: 768px) {
  .customer-contact-info table.board_output table.board_output td:first-child {
    width: 9px !important;
  }

  .customer-contact-info table.board_output table.board_output td:last-child {
    width: 97% !important;
  }
}

/*=========================================================
* Sub Contents
*========================================================*/
/*---------------------------------------------------------
* a1.php(대표인사말1)
* a2.php(대표인사말2)
*--------------------------------------------------------*/
.greeting {}

.greeting h3 {
  font-family: 'Iropke Batang', serif;
  font-size: 1.6em;
}

.greeting p {
  font-size: 1.1em;
}

.text-main-emphasis {
  font-size: 1.750em;
  font-weight: border;
}

.text-sub-emphasis {
  font-size: 1.500em;
  font-weight: 700;
}

.text-deco-underline {
  text-decoration: underline;
}

.signature-lang-kr {
  font-family: "Nanum Brush Script", cursive;
  font-style: italic;
  font-size: 4em;
  color: #222;
  letter-spacing: 1.5px;
  padding-right: 20px;
  vertical-align: middle;
}

.signature-lang-en {
  font-family: "Mr Dafoe";
  font-size: 2.750em;
  color: #222;
  letter-spacing: 1.5px;
  padding-right: 20px;
  vertical-align: sub;
}

.greeting-img {
  background-size: cover;
  height: 360px;
}

@media screen and (max-width: 768px) {
  .greeting-img {
    background-position: top center;
  }
}

/*-------------------------------------------------------*/
.thought {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .thought {
    margin-bottom: 50px;
  }

  #sub-page-section-3rd .col-md-4:last-child>.thought {
    margin-bottom: 0;
  }
}

.thought .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.thought .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #ecbb14;
}

.thought p,
.thought h3 {
  margin-bottom: 30px;
}

.thought h3 {
  font-size: 1.286em;
  color: #5d5d5d;
}

/*---------------------------------------------------------
* a3.php(연혁)
*--------------------------------------------------------*/
#mission-verse {
  background: #eee;
  position: relative;
}

#mission-verse .icon {
  position: absolute;
  font-size: 4em;
  left: 50px;
  color: rgba(255, 255, 255, 0.6) !important;
}

#mission-verse .mission-verse-slide {
  text-align: center;
  position: relative;
  color: #fff !important;
}

#mission-verse .mission-verse-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 60%;
  position: relative;
  padding: 0;
  font-size: 1.286em;
}

#mission-verse .mission-verse-slide blockquote p {
  color: #aaa;
}

@media screen and (max-width: 768px) {
  #mission-verse .mission-verse-slide blockquote {
    width: 85%;
  }
}

/*-------------------------------------------------------*/
.history>tbody td img {
  width: 140px;
}

/*-- --*/
.table-a3 {
  border-spacing: 4px;
  border-collapse: separate;
}

.table-a3 thead th {
  border: 1px solid #ddd !important;
  padding: 12px !important;
  font-size: 1.1em;
  font-weight: bold;
}

.table-a3 tbody td {
  border: 1px solid #ddd !important;
}

.a3-table01 thead th {
  background-color: #f1e2ae;
}

.a3-table01 tbody td {}

.a3-table02 thead th {
  background-color: #c8dcc7;
}

/*---------------------------------------------------------
* a4.php(비전)
*--------------------------------------------------------*/
.vision-flexslider {
  width: 90%;
  float: left;
  margin-right: -100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.vision-flexslider .slider-text {
  display: table;
  min-height: 400px;
  z-index: 9;
}

.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
}

.slider-text-inner .desc {
  padding: 4.5em 4em;
  background: linear-gradient(to right, rgba(65, 184, 233, 0.5) 0, rgba(65, 184, 233, 1) 70%);
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}

.vision-flexslider .slider-text>.slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.750em;
  display: block;
  margin-bottom: 20px;
}

.vision-flexslider .slider-text>.slider-text-inner h2 {
  font-size: 3.750em;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
}

.vision-flexslider .slider-text>.slider-text-inner h3 {
  font-size: 2.500em;
  color: #fff;
  font-weight: 900;
}

.vision-flexslider .slider-text>.slider-text-inner p {
  color: rgba(255, 255, 255, 0.8);
}

.vision-flexslider>.col-md-offset-2 {
  margin-left: 12.5%;
}

@media screen and (max-width: 992px) {
  .vision-flexslider {
    width: 100%;
    float: none;
  }

  .vision-flexslider .slider-text {
    text-align: center;
  }

  .vision-flexslider .slider-text>.slider-text-inner .desc {
    padding: 5.6em 2em;
  }

  .vision-flexslider .slider-text>.slider-text-inner h2 {
    font-size: 3em;
  }

  .vision-flexslider .slider-text>.slider-text-inner h3 {
    font-size: 2em;
  }

  .vision-flexslider .slider-text>.slider-text-inner p {
    line-height: 1.2;
  }

  .vision-flexslider>.col-md-offset-2 {
    margin-left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .vision-flexslider {
    width: 100%;
    float: none;
  }

  .vision-flexslider .slider-text {
    text-align: center;
  }

  .vision-flexslider .slider-text>.slider-text-inner .desc {
    padding: 3em 2em;
  }

  .vision-flexslider .slider-text>.slider-text-inner h2 {
    font-size: 2.500em;
  }

  .vision-flexslider .slider-text>.slider-text-inner h3 {
    font-size: 1.250em;
  }

  .vision-flexslider .slider-text>.slider-text-inner p {
    line-height: 1.2;
  }

  .vision-flexslider>.col-md-offset-2 {
    margin-left: 1%;
  }
}

/*---------------------------------------------------------
* a5.php(경영이념)
*--------------------------------------------------------*/
.philosophy {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: -5em;
}

@media screen and (max-width: 768px) {
  .philosophy {
    margin-bottom: 50px;
  }

  #sub-page-section .col-md-4:last-child>.philosophy {
    margin-bottom: 0;
  }
}

.philosophy .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.philosophy .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #ecbb14;
}

.philosophy:hover .icon {
  background-color: #ecbb14;
}

.philosophy:hover .icon i {
  color: #fff;
}

.philosophy p, .philosophy h3 {
  margin-bottom: 30px;
}

.philosophy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
}

/*-------------------------------------------------------*/
.wz08g-team {
  position: relative;
  background-color: #fff;
  padding: 4em 0;
  border-radius: 5px;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .wz08g-team {
    margin-top: 7em;
    border-right: 0;
    margin-bottom: 80px;
  }
}

.wz08g-team h2 {
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}

.wz08g-team figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -65px;
  background-size: cover;
}

.wz08g-team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wz08g-team>div {
  padding: 30px 30px 0 30px;
}

.wz08g-team>div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #021033;
}

.wz08g-team>div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}

.wz08g-team>div, .wz08g-team blockquote {
  border: none;
  margin-bottom: 20px;
  padding-top: 30px;
}

.wz08g-team>div p, .wz08g-team blockquote p {
  font-size: 14px;
  line-height: 1.6em;
  color: #555555;
}

.wz08g-team span {
  font-style: italic;
  color: #b3b3b3;
}

/*---------------------------------------------------------
* a6.php(위치안내1)
* a7.php(위치안내2)
*--------------------------------------------------------*/
.a6-contact-time {}

.style-position-inside {
  list-style-position: inside;
}

.a6-contact-info {
  border: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 16px;
  padding: 8px 20px 10px;
}

.a6-contact-info ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.a6-contact-info ul li i {
  position: absolute;
  left: 0;
  font-size: 0.9em;
  color: #555555;
  margin-top: 6px;
}

.a6-contact-info ul h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 190%;
}

.a6-contact-info ul li p {
  margin-left: -10px;
  margin-bottom: -1px;
  font-weight: 200;
}

.a6-contact-info2 {
  border: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 16px;
  padding: 8px 20px 10px;
}

.a6-contact-info2 ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.a6-contact-info2 ul li i {
  position: absolute;
  left: 0;
  font-size: 1.3em;
  margin-top: 4px;
}


.a6-contact-info2 ul li a {
  font-weight: 300 !important;
}

.contact-pathfinding,
.contact-pathfinding2 {
  background: #f1f1f1;
  /* border: 1px solid rgba(0, 0, 0, .125); */
  padding: 10px 20px;
  margin: 20px 0px;
}

.contact-pathfinding dl dd,
.contact-pathfinding2 dl dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.contact-pathfinding dl dd:last-child,
.contact-pathfinding2 dl dd:last-child {
  border-bottom: 0;
}

.contact-pathfinding dl dd .panel,
.contact-pathfinding2 dl dd .panel {
  padding: 1px 10px 2px;
}

.contact-pathfinding dl dd .panel {
  margin-bottom: 8px;
}

.contact-pathfinding2 dl dd .panel {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 600px;
  position: relative;
}


@media screen and (max-width: 1200px) {
  .contact-pathfinding dl dd .panel{
    display: inline-block;
    padding: 4px 3px;
  }

  .contact-pathfinding2 dl dd .panel {
    display: inline-block;
    padding: 4px 3px;
    margin-bottom: 4px;
  }


  #map {
    height: 400px;
  }
}

/*---------------------------------------------------------
* b1.php(사업분야1)
*--------------------------------------------------------*/
.feature-text-outline {
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
}

.feature-text-outline p {
  font-size: 1.1em;
}
.feature-text-outline p img{
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature-text-outline {
    margin-bottom: 15px;
  }

  .feature-text-outline div:last-child {
    margin-bottom: 0;
  }
}

.feature-text-outline2 {
  background-color: #f6cb38;
  /*border: 1px solid #ecbb14;
  margin-left: 20px;
  width: 25%;*/
  height: 100%;
  padding: 5px 20px;
}

.feature-text-outline2 p {
  font-size: 1.1em;
}

/*.feature-text-outline2 div:last-child {
  margin-right: 0;
}

}*/
@media screen and (max-width: 768px) {
  .feature-text-outline2 {
    margin-bottom: 15px;
  }

  .feature-text-outline2 div:last-child {
    margin-bottom: 0;
  }
}

.col-1d5 {
  width: 12.495%;
}

.col-1d5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width:992px) {
  .col-1d5 {
    width: 12.495%;
    float: left;
  }
}

@media all and (max-width:768px) {
  .col-1d5 {
    width: 100%;
    margin-bottom: 5rem !important;
  }
}

.icon-arrow::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  font-size: 3em;
  position: absolute;
  top: 30%;
  left: 35%;
}

@media all and (max-width:768px) {
  .icon-arrow::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f103";
    left: 45%;
  }
}

/*---------------------------------------------------------
* b2.php(사업분야2)
*--------------------------------------------------------*/
.business-choice {
  position: relative;
  padding: 1px 20px 20px 20px;
}

@media screen and (max-width: 768px) {
  .business-choice {
    margin-bottom: 10px;
  }
}

.business-choice h2 {
  color: #fff;
}

.business-choice>h2:after {
  position: absolute;
  content: '';
  left: 0;
  top: 60px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.business-choice p {
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.choice1 {
  background-color: rgba(85, 85, 85, 1);
}

.choice2 {
  background-color: rgba(85, 85, 85, 0.4);
}

.choice3 {
  background-color: rgba(85, 85, 85, 0.6);
}

.choice4 {
  background-color: rgba(85, 85, 85, 0.8);
}

/*---------------------------------------------------------
* b3.php(사업분야상세1)
*--------------------------------------------------------*/
.business-summary-icon {
  margin-top: 5px;
}

.business-summary-icon i {
  font-size: 4.000em;
}

.product-portfolio {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.product-portfolio>a {
  width: 100%;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.product-portfolio>a:hover {
  webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
}

.product-portfolio>a:hover .desc {
  opacity: 1;
}

.product-portfolio .portfolio-entry {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .product-portfolio .portfolio-entry {
    height: 400px;
  }
}

.product-portfolio .portfolio-entry .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  padding: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-portfolio .portfolio-entry .desc p {
  color: #8f989f;
}

.product-portfolio .portfolio-text {
  width: 100%;
  float: left;
  padding: 20px;
}

.product-portfolio .portfolio-text h3 {
  font-size: 20px;
}

.product-portfolio .portfolio-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.product-portfolio .portfolio-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}

.product-portfolio .portfolio-text .stuff li:first-child {
  margin-left: 0;
}

.product-portfolio .portfolio-text .stuff li i {
  font-size: 14px;
  padding-right: 5px;
}

.table-title-top thead th, .table-title-top tbody td {
  text-align: center !important;
}

/*---------------------------------------------------------
* b4.php(사업분야상세2)
*--------------------------------------------------------*/
#product-portfolio>.row {
  border-bottom: 1px solid #eee;
}

#product-portfolio>.row.last {
  border-bottom: none !important;
}

.heading-with-border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.heading-with-border .heading-border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2b9926;
  height: 2px;
  width: 30px;
}

.heading-with-border .heading-border2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ecbb14;
  height: 4px;
  width: 60px;
}

.heading-with-border .heading-border3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2b9926;
  height: 5px;
  width: 80px;
}

.heading-with-border .heading-border4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ecbb14;
  height: 2px;
  width: 90px;
}


.spacer {
  clear: both;
  position: relative;
  border: none;
  margin: 0;
}

/*-- --*/
#faq {
  padding: 60px 0 120px 60px;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 26px 22px 0;
  display: block;
  position: relative;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a:hover,
#faq #faq-list a:active,
#faq #faq-list a:focus {
  color: #ecbb14;
}

#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
}

/*-- --*/
#portfolio {
  padding: 0;
}

/*-- --*/
#portfolio {
  display: block;
}

#portfolio figure {
  margin: 0 0 1rem;
}

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

@media (min-width: 576px) {
  #portfolio .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #portfolio .container {
    max-width: 720px;
  }
}

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

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

#portfolio .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#portfolio .col-sm-12,
#portfolio .col-md-6,
#portfolio .col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#portfolio .img-fluid {
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  #portfolio .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #portfolio .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  #portfolio .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 768px) {}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #ecbb14;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin-top: 30px;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  /*height: 240px;*/
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #ecbb14;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  /* left: calc(50% - 38px); */
  left: calc(50% - 14px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 14px);
  /*  left: calc(50% - 44px); */
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 16px;
  height: 94px;
  border-radius: 0 0 4px 4px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #ecbb14;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 0.85em;
  /*text-transform: uppercase;*/
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
    #portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 10px;
    height: 44px;
    border-radius: 0 0 4px 4px;
  }

  #portfolio .portfolio-item .portfolio-info h4 {
    font-size: 14px;
  }

  #portfolio .portfolio-item .portfolio-info p {
    display: none;
  }

}

/*-- --*/
.img-shadow {
  position: relative;
  background: #ecd68a;
  width: 100%;
  float: left;
}

.img-shadow img {
  position: relative;
  top: -15px;
  left: -15px;
}

.shadow-ml {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .shadow-ml {}
}

/*-- --*/
.b-feature-text,
.c-feature-text,
.d-feature-text,
.e-feature-text {
  display: inline-block;
}

.b-feature-text p:first-child,
.c-feature-text p:first-child,
.d-feature-text p:first-child,
.e-feature-text p:first-child {
  font-size: 1.3em;
}

.b-feature-text p:last-child,
.c-feature-text p:last-child,
.d-feature-text p:last-child,
.e-feature-text p:last-child {
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .b-feature-text, .c-feature-text, .d-feature-text, .e-feature-text {
    margin-top: 1.5rem;
  }
}
