@font-face {
  font-family:'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Binggrae';
    src: url('../fonts/BinggraeⅡ.otf') format('opentype'),
        url('../fonts/BinggraeⅡ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');
@font-face {
    font-family: 'Binggrae-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Noto Sans KR', "Open Sans", "Nanum Gothic", "돋움", Dotum, Arial, Helvetica, sans-serif;
  line-height: 1.8;
  font-size: 16px; /* wz08 */
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.w08g-offcanvas {
  overflow: hidden;
}

a {
  color: #2b2b2b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #e39a19 !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: 'Noto Sans KR', "Open Sans", "Nanum Gothic", "돋움", Dotum, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: 'Noto Sans KR', "Open Sans", "Nanum Gothic", "돋움", Dotum, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #e5980f;
}

::-moz-selection {
  color: #fcfcfc;
  background: #e5980f;
}

::selection {
  color: #fcfcfc;
  background: #e5980f;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Noto Sans KR', "Open Sans", "Nanum Gothic", "돋움", Dotum, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-sm {
  padding: 5px 20px !important;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #229993;
  color: #fff;
  border: 2px solid #229993;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: fcd100 !important;
  border-color: fcd100 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #229993;
  border: 2px solid #229993;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #229993;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

#w08g-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.w08g-cover,
.w08g-hero {
  position: relative;
  height: 400px;
}

/*맵 추가 */

.map .map_img {height:450px;}
.map ul {padding:20px; margin-top:30px; background:#F5F5F5; border:1px solid #E5E5E5;}
.map ul li {padding:10px;} 
.map ul li > .tit {display:inline-block; width:15%; color:#000; font-weight:500; padding-right:20px;}
.map ul li > .txt {display:inline-block; width:84%;}


@media screen and (max-width: 768px) {
  .w08g-cover,
  .w08g-hero {
    height: 400px;
  }
}
.w08g-cover.w08g-hero-2,
.w08g-hero.w08g-hero-2 {
  height: 400px;
}
.w08g-cover.w08g-hero-2 .w08g-overlay,
.w08g-hero.w08g-hero-2 .w08g-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

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

.w08g-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .w08g-cover {
    height: inherit;
    padding: 3em 0;
  }
}
.w08g-cover .btn {
  padding: 1em 2em;
  opacity: .9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.w08g-cover.w08g-cover_2 {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .w08g-cover.w08g-cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}
.w08g-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -100px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .w08g-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.w08g-cover .desc h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .w08g-cover .desc h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.w08g-cover .desc span {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}
.w08g-cover .desc span i {
  color: #DA1212;
}
.w08g-cover .desc span a {
  color: rgba(255, 255, 255, 0.8);
}
.w08g-cover .desc span a:hover, .w08g-cover .desc span a:focus {
  color: #fff !important;
}
.w08g-cover .desc span a.w08g-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}
.sf-menu li {
    
  padding:0 2.8em !important;
}
.sf-menu a {
  color: #232323;
  font-weight: 600!important;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  font-size: 19px;
  border-bottom: none !important;
  text-transform: uppercase;
  font-family: 'Noto Sans KR'!important;
    position: relative;
    padding: 1.75em 0;
}
/*
.sf-menu a::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #d13138;
    opacity: 0;
    transition: all 0.5s;
}
*/
.sf-menu a:hover, .sf-menu a:focus, .sf-menu a.active {
  color: #d13138!important; 
}
/*.sf-menu a:hover::after {opacity: 1;}*/
.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #000;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#w08g-header-section {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  
  /*
  top: 40px;
  */
  
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 768px) {
  #w08g-header-section {
/*    padding: 2.4em 0;*/
  }
}

.w08g-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#w08g-logo {
  z-index: 2;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
}
#w08g-logo a {
  color: rgba(0, 0, 0, 0.9);
}
#w08g-logo a i {
  color: #e5980f;
  font-size: 30px;
  padding-right: 12px;
}
#w08g-logo a:hover, #w08g-logo a:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
#w08g-logo span {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #w08g-logo {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}

#w08g-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}

#w08g-primary-menu > li > ul li.active > a {
  color: #e5980f !important;
}
#w08g-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'Noto Sans KR', 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 0px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.4);
}
#w08g-primary-menu > li > ul li {
  position: relative;
}
#w08g-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'Noto Sans KR', 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#w08g-primary-menu .w08g-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#w08g-primary-menu .w08g-sub-menu > li > .w08g-sub-menu {
  left: 100%;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#w08g-primary-menu .w08g-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 16px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#w08g-primary-menu .w08g-sub-menu a:hover {
  color: #0862b6 !important;
  background: none !important;
}

#w08g-hero {
  max-height: 100%;
  background: #fff url(../images/loader.gif) no-repeat center center;
    padding-top: 100px;
}
#w08g-hero .btn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  
  
  margin-left:45%;
  
}
#w08g-hero .btn.btn-primary {
  padding: 15px 30px !important;
}
#w08g-hero .btn:hover, #w08g-hero .btn:focus {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
}
#w08g-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#w08g-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#w08g-hero .flexslider .slides li {
  background-repeat: no-repeat;
  
  
  background-size: cover;
  background-position: center center;
  
  
  max-height: 550px !important;
}




#w08g-hero-sub {
  min-height: 400px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#w08g-hero-sub .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#w08g-hero-sub .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#w08g-hero-sub .flexslider .slides li {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px !important;
}
#w08g-hero-sub .flexslider .slides .overlay-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
#w08g-hero-sub .flexslider .slider-text {
  display: table;
  /*opacity: 0;*/
  min-height: 400px;
  bottom: 0;
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  min-height: 400px;
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner.desc {
  position: relative;
  top: 10%;
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 40px;
  font-weight: 400;
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner .desc {
    width: 100%;
  /*padding: 2em; */
  position: absolute;
  /*bottom: 0;*/
  left: 0;
  /* background: rgba(23, 165, 153, 0.7); */
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner .w08g-lead {
  font-size: 20px;
  color: #fff;
}
#w08g-hero-sub .flexslider .slider-text > .slider-text-inner .w08g-lead .icon-heart {
  color: #d9534f;
}



#w08g-hero .flexslider .slides .overlay-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  /*
  background: rgba(0, 0, 0, 0.3);
  */
  
}
#w08g-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
    display: flex!important;
    justify-content: center;
    align-items: flex-end;
}
#w08g-hero .flexslider .flex-control-nav li {margin: 0; display: block;}
#w08g-hero .flexslider .flex-control-nav li a {
    background: #fff;
    box-shadow: none;
    width: 55px;
    height: 3px;
    cursor: pointer;
    border-radius: 0!important;
    
}
#w08g-hero .flexslider .flex-control-nav li a.flex-active {
  background: #e39a19;
    height: 7px;
}
#w08g-hero .flexslider .flex-direction-nav {
  display: block;
}
#w08g-hero .flexslider .flex-direction-nav a {
  top: 42%;
  margin-top: 40px;
    height: 51px;
}
#w08g-hero .flexslider .flex-direction-nav a:before {
    content: ""; 
    width: 27px;
    height: 51px!important;
    background: url(../images/prev.png) center no-repeat;
 
}
#w08g-hero .flexslider .flex-direction-nav a.flex-next:before {
 
    background: url(../images/next.png) center no-repeat;
}
#w08g-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
/*  min-height: 700px;*/
  bottom: 0;
}
#w08g-hero .flexslider .slider-text > .slider-text-inner {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#w08g-hero .flexslider .slider-text > .slider-text-inner.desc {
  position: relative;
  top: 10%;
}
#w08g-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 40px;
  font-weight: 400;
}
.main-bnr {
  padding: 100px 0;
  width:100%;
  background: url(../images/company_bg.jpg) center no-repeat ;
    background-size: cover;
  
}
#w08g-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  
  text-align:center;
}
@media screen and (max-width: 768px) {
  #w08g-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#w08g-hero .flexslider .slider-text > .slider-text-inner .w08g-lead {
  font-size: 20px;
  color: #fff;
}
#w08g-hero .flexslider .slider-text > .slider-text-inner .w08g-lead .icon-heart {
  color: #d9534f;
}

#w08g-work-section, #w08g-services-section,
#w08g-team-section, #w08g-contact-section {
  padding: 7em 0;
}

.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;
}
.grid-project:hover h3, .grid-project:focus h3 {
  color: #e5980f;
}

#w08g-section {
  float: left;
  width: 100%;
  display: block;
}
#w08g-section .grid-project-section {
  width: 33.333333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
#w08g-section .grid-project-section > a > img {
 
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#w08g-section .grid-project-section .desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 35%;
  z-index: 99;
}
#w08g-section .grid-project-section .desc h2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffdfc4;
  font-weight: 400;
  font-size: 30px;
/*    font-family: 'Noto Sans KR','Open Sans','Binggrae','Binggrae-Bold'!important;*/
    letter-spacing: -0.02em;
}
#w08g-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;
}
#w08g-section .grid-project-section:hover:after, #w08g-section .grid-project-section:focus:after {
  background: rgba(0, 0, 0, 0.2);
}
#w08g-section .grid-project-section:hover > a > img, #w08g-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) {
  #w08g-section .grid-project-section {
    width: 100%;
  }
}

.services-inner {
  margin-bottom: 4em;
}
.services-inner img {
  width: 100px;
  margin-bottom: 40px;
}

.w08g-staff img {
  margin-bottom: 1.5em;
}
.w08g-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 24px;
}
.w08g-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Noto Sans KR', "Roboto", Arial, serif;
}
.w08g-staff .w08g-social {
  text-align: center;
}
.w08g-staff .w08g-social a {
  color: #000;
}

.about {
  margin-bottom: 5em;
}

.w08g-heading {
  margin-bottom: 2.5em;
}

.w08g-social {
  padding: 0;
  margin: 0;
}
.w08g-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.w08g-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.w08g-social li a i {
  color: #e5980f;
}
.w08g-social li a:hover {
  color: #e5980f;
}
.w08g-social li a:hover, .w08g-social li a:active, .w08g-social li a:focus {
  outline: none;
  text-decoration: none;
}

.w08g-table,
.w08g-table-cell,
.w08g-parallax {
  height: 500px;
}

.w08g-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.w08g-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .w08g-parallax {
    height: inherit;
    padding: 4em 0;
  }
}
.w08g-parallax .w08g-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .w08g-parallax .w08g-intro h1 {
    font-size: 30px;
  }
}
.w08g-parallax .w08g-intro p {
  color: #fff;
}
.w08g-parallax .w08g-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.w08g-parallax .w08g-intro p a:hover {
  color: #fff;
}
.w08g-parallax .w08g-intro.box-area {
  padding: 40px;
  background: #222831;
}

.w08g-table {
  display: table;
}

.w08g-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#w08g-contact-section .contact-info {
  margin: 0;
  padding: 0;
}
#w08g-contact-section .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#w08g-contact-section .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
#w08g-contact-section .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#w08g-contact-section .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#w08g-contact-section .form-control:focus, #w08g-contact-section .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#w08g-contact-section input[type="text"] {
  height: 50px;
}
#w08g-contact-section .form-group {
  margin-bottom: 30px;
}

.section-title {
  font-weight: 700;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.w08g-social-icons > a {
  padding: 4px 10px;
  color: #e5980f;
}
.w08g-social-icons > a i {
  font-size: 26px;
}
.w08g-social-icons > a:hover, .w08g-social-icons > a:focus, .w08g-social-icons > a:active {
  text-decoration: none;
  color: #212121;
}

#footer {
  width: 100%;
  float: left;
  background: #302d2b;
  padding: 7em 0 40px;
  
  
  /*추가*/
  padding-top:0px;
  
}
#footer p {
  color: rgba(255, 255, 255, 0.8);
}
#footer .section-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
#footer .float {
  float: left;
  margin-right: 10%;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
}
#footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none !important;
}
#footer ul li a:hover {
  color: #fff;
}
#footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#footer .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#footer .contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .contact-info li a {
  color: rgba(255, 255, 255, 0.8);
}

#footer .copy-right {
  border-top: 0px solid rgba(255, 255, 255, 0.6);
  
  /*padding-top: 5em; */
  
  margin-top: 5em;
}
#footer .copy-right p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
#footer .copy-right p a {
  color: rgba(255, 255, 255, 0.6);
}


/*추가 */

#footer .footer_util {width:100%;}
#footer .footer_util li {display:inline-block; padding-right:2px;}
#footer .footer_util li a {display:block; color:#BBB; font-size:11px; border:1px solid #A0A0A0; padding:3px 10px;}
#footer .footer_util li a:hover {background:#999; border:1px solid #999; color:#FFF;}




.js .animate-box {
  opacity: 0;
}

#w08g-wrapper {
  overflow-x: hidden;
  position: relative;
}

.w08g-offcanvas {
  overflow: hidden;
}
.w08g-offcanvas #w08g-wrapper {
  overflow: hidden !important;
}

#w08g-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.w08g-offcanvas #w08g-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #w08g-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}
#offcanvas-menu ul li a:hover {
  color: #e5980f;
}
#offcanvas-menu ul li > .w08g-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #e5980f;
}
#offcanvas-menu ul .w08g-sub-menu {
  display: block !important;
}

.w08g-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.w08g-nav-toggle.active i::before, .w08g-nav-toggle.active i::after {
  background: #000;
}
.w08g-nav-toggle.dark.active i::before, .w08g-nav-toggle.dark.active i::after {
  background: #000;
}
.w08g-nav-toggle:hover, .w08g-nav-toggle:focus, .w08g-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.w08g-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.w08g-nav-toggle i::before, .w08g-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.w08g-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.w08g-nav-toggle.dark i::before, .w08g-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.w08g-nav-toggle i::before {
  top: -7px;
}

.w08g-nav-toggle i::after {
  bottom: -7px;
}

.w08g-nav-toggle:hover i::before {
  top: -10px;
}

.w08g-nav-toggle:hover i::after {
  bottom: -10px;
}

.w08g-nav-toggle.active i {
  background: transparent;
}

.w08g-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.w08g-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.w08g-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .w08g-nav-toggle {
    display: block;
    top: 35px;
      right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  
  
  
  
  
  #w08g-hero .flexslider .slider-text > .slider-text-inner .desc {
  padding: 5em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(23, 165, 153, 0.7);
  
  
  /*추가 */
  width:450px;
  margin-left:-5%;
  float:left;
  display:block;
    bottom:102px;
  background: url(../images/company_bg.jpg) center no-repeat ;
  
}
#w08g-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  margin-left:-30%;
  text-align:center;
}
  

#w08g-hero .btn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  
  
  margin-left:5%;
  margin-top:20px;
}


#w08g-hero .flexslider .slides li {
  background-repeat: no-repeat;
  
  
/*  background-size: 220%;*/
/*  background-position: top center;*/
  
/*  margin-top:100px;*/
/*  min-height: 700px !important;*/
}
  
  
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.w08g-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */
#w08g-feature-product {
  padding: 4em 0;
}

#w08g-board {
  padding: 5em 0em;
} /* jy */
@media screen and (max-width: 768px) {
  #w08g-board {
/*    padding: 0 0em 4em 0em;*/
      padding: 0em 0;
  } /* jy */.head-txt {
    margin-top: 50px;
}

}

ul.main-banner {
  list-style-type: none;
  padding-left: 0px;
} /* jy */
ul.main-banner li {
  font-size: 13px;
} /* jy */

#w08g-features {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #w08g-features {
    padding: 4em 0;
  }
}

#w08g-features {
  padding: 4em 0;
}
#w08g-features .feature-left {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #w08g-features .feature-left {
    margin-bottom: 30px;
  }
}
#w08g-features .feature-left .icon i {
  color: #d9d9d9 !important;
}
#w08g-features .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  #w08g-features .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #w08g-features .feature-left .icon {
    width: 15%;
  }
}
#w08g-features .feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  #w08g-features .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #w08g-features .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  #w08g-features .feature-left .feature-copy {
    width: 80%;
  }
}
#w08g-features .feature-left h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#w08g-features .feature-left p {
  font-size: 13px; /* jy */
}
#w08g-features .feature-left p:last-child {
  margin-bottom: 0;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    width: 15%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ff5722;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .feature-left .feature-copy {
    width: 80%;
  }
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
}
#w08g-contact .contact-info {
  margin: 0;
  padding: 0;
}
#w08g-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#w08g-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#w08g-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
