/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
body {
  overflow-x: hidden;
  background: #fff;
  color: #666666;
  font-family: 'Nanum Gothic', sans-serif;
}

a {
  color: #555;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #2b446d;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 65px;
  text-align: center;
  line-height: 1;
  right: 25px;
  bottom: 42px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top img{padding-top:15px;}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 112px; /*92*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  padding: 10px 0;
  height: 125px;
  transition: all 0.5s;
}

#header #logo {
  padding-top:10px;
  float: left;
}





#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 50px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
#nav-menu-container .top-nav{
  margin-bottom: 15px;
  text-align: right;
}

#nav-menu-container .top-nav a{
  padding-left:10px;
  font-size:14px;
  color:#fff;
}
#nav-menu-container .top-nav a:hover{
  color:#18d26e;
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
 /* font-family: "Montserrat", sans-serif;*/
 font-family: 'Nanum Gothic', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

#header.header-scrolled .nav-menu a{color:#333;}
#header.header-scrolled .top-nav a{color:#b1b1b1;}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

.nav-border{border:1px solid #fff;}
#header.header-scrolled .nav-border{border:1px solid #b7b7b7;}
#header.header-scrolled .nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

#header.header-scrolled .top-nav a:hover{
  color: #18d26e;
}


/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle{
    display: inline;
  }
   #mobile-nav-toggle i{
    color:#333;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Nanum Gothic', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height:700px;
  /*height: 100vh;*/
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height:700px;
  /*height: 100vh;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}
#intro h3 {
  color: #f1f1f1;
  margin-bottom: 30px;
  font-size:22px;
}
#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  font-size:30px;
  color: #fff;
  font-family: 'Nanum Gothic', sans-serif;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  /*border-radius: 50px;*/
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  /*background: #18d26e;*/
}
#intro .btn-red{background: #922605}
#intro .btn-blue{background: #2b446d}
#intro .btn-get-started:hover {
  background: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon{
    display: none;
  }
  #intro .carousel-content{
    padding:0px 20px;
  }
  #intro .carousel-content h2{font-size:2.5em;}
  #intro .carousel-content p{font-size:18px;}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.main-title h3{
  padding-bottom: 50px;
  text-align: center;
  font-size:30px;
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 70px 0 70px 0;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top:6px;
  /*padding-top: 8px;*/
  text-align: center;
  position: absolute;
  background-color: #2b446d;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #922605;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  margin-bottom: 0;
  padding:0px 25px 20px;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-align: center;

}



#about .about-col .btn-about {
 padding-bottom: 30px;
 font-size:14px;
 text-align: center;
 color:#922605;
}
#about .about-col .btn-about:hover{
  color:#2b446d;
}


@media screen and (max-width: 768px) {
  #about .main-title h3{font-size:1.4em;}
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

#dashboard{
  padding:0px 0px 20px;
  background: #2b446d;
}
.dashboard-text{
  padding:150px 0px 0px;
  color:#e7e7e7;
}
.dashboard-text h3{
  padding-bottom: 20px;
  font-size:36px;
}

.dashboard-text .btn{
  margin-top:10px;
  padding:8px 25px;
  border-radius: 0px;
  border:2px solid #bbbbbb;
  font-size:14px;
  color:#e6e6e6;
}
.dashboard-text .btn:hover {
  background: #922605;
  border:2px solid #922605;
}

@media screen and (max-width: 768px) {
  #dashboard{padding-bottom: 50px}
  #dashboard .dashboard-text{
    padding:50px 30px;
  }
  #dashboard .dashboard-text h3{
    font-size:2em;
  }
  #dashboard .col-md-6 img{
    width:100%;
  }
}



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

/* Services Section
--------------------------------*/
#services {
  background-image: url(/kr/img/main/services-bg.jpg);
  background-size: cover;
  padding: 100px 0;
}

#services .box {
  margin-bottom: 50px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 110px;
  margin-bottom: 15px;
  font-size: 24px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #2d63bb;
}

#services .description {
  font-size: 16px;
  margin-left: 110px;
  line-height: 24px;
  margin-bottom: 0;
  color:#4c4c4c;
}



.main-title-center{
  padding-bottom: 70px;
  text-align: center;

}

.main-title-center h3{
  font-size:36px;
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

#news{
  padding: 100px 0;
  text-align: center;
}

.news-btn a{
  display: inline-block;
  padding:10px 40px;
  background: #b4b4b4;
  color:#fff;
}

.news-btn a:hover {
  background: #2b446d;
}


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

#contact{
  background-image: url(/kr/img/main/contact-bg.jpg);
  background-size: cover;
  padding: 80px 0;
  color:#ffffff;
  text-align: center;
}

#contact .contact-title{margin-bottom: 30px;}
#contact .contact-title h3{font-size:36px;}
#contact .main-download{padding-top:30px;}
#contact .main-download a{
  padding:10px 20px;
  color:#fff;
  border:1px solid #fff;
}
#contact .main-download a:hover {
  background: #922605;
  border:1px solid #922605;
}
#contact .main-download p{
  margin-top:30px;
}



#footer {
  background: #2f2f2f;
  padding: 10px 0;
  color: #eee;
  text-align: center;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Sub Common
--------------------------------------------------------------*/
.paragraph{
  display: block;
}

#sub-top{
  width:100%;
  height:500px;
  background-size: cover;
}
.red-bold{
  font-weight: 600;
  color:#951212;
}
.blue-bold{
  color: #2b446d;
  font-weight: 600;
}
.mt-bottom-50{
  margin-bottom: 50px;
}

#inner{
  padding:100px 0px;
}
.sub-title{
   margin-bottom: 90px;
   text-align: center;
}
.sub-title h2{
  font-size: 38px;
  font-weight: 600;
  color:#5b5b5b;
}
#inner .row .sub-small-title{
  width:100%;
  text-align: center;
}
#inner2 .row .sub-small-title{
  width:100%;
  text-align: center;
}
.sub-small-title h3{
  margin-bottom: 5px;
  font-size:26px;
  font-weight: 600;
  color:#2b446d
}
.center-line{
  width:70px;
  height:2px;
  margin:0 auto 40px;
  background: #2b446d;
}
.line{
  width:70px;
  height:2px;
  margin-bottom:40px;
  background: #2b446d;
}

#inner .row h4{
  width:100%;
  font-size:20px;
  font-weight: 600;
  text-align: center;
}
#inner2 .row h4{
  width:100%;
  font-size:20px;
  font-weight: 600;
  text-align: center;
}

#inner2 .gray-bg{
  padding:50px 0px 20px;
  text-align: center;
  background: #f1f1f1
}

#inner2 .gray-bg .sub-title{
  margin:0;
}
#inner2 .container{
  padding:70px 0px 20px;
}


.pd-bottom-no{
  padding-bottom: 0px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-bg{
  background-image: url(/kr/img/sub/about-bg.jpg);
}

.about-wlb{
  padding-top:90px;
  text-align: center;
  font-weight: 400;
}
.about-wlb img{max-width: 100%; margin-bottom: 20px}
.first-wlb{padding-top:0px;}
.about-wlb h4{
  margin-bottom: 30px;
  font-weight: 400;
  color:#707070;
}

.about-wlb .col-sm-4 {
  flex: 0 0 32.7%;
  max-width: 32.7%;
  margin:0px 10px 0px 0px;
  padding:0;
  background: #f5f5f5
}
.about-wlb .col-sm-4:last-child{margin-right:0px;}
.about-wlb .col-sm-3 {
  flex: 0 0 24.3%;
  max-width: 24.3%;
  margin:0px 10px 0px 0px;
  padding:0;
  background: #f5f5f5
}
.about-wlb .col-sm-3:last-child{margin-right:0px;}
.about-wlb h5{
  font-size:17px;
  font-weight: 600;
  color:#951212;
}
.about-wlb p{font-size:14px; margin-bottom:20px;}
.first-wlb p{font-size:16px;  margin-bottom:20px;}

.uiux-wrap{
  width:100%;
  margin-top:90px;
  padding:50px 0px;
  background: #747474;
}

.uiux-wrap .icon-text h5{
  font-size:18px;
  font-weight: 600;
  color:#ffda80;
}
.uiux-wrap .icon-text p{
  font-size:14px;
  color:#f8f8f8;
}
.uiux-img{
  flex: 0 0 28%;
  max-width: 28%;
  padding:0;
  text-align: center;
}
.uiux-text{
  flex: 0 0 72%;
  max-width: 72%;
  padding:0 0 0 40px;
}
.uiux-img h4{
  padding-top:20px;
  font-weight: 400;
  color:#deb34a;
}
.icon-box .icon-img, .icon-box .icon-text{
  padding:0;
}
.mobile-wrap{
    width:100%;
    padding:70px 0px 20px;
    background: #dadada;
}
.mobile-text{
  flex: 0 0 72%;
  max-width: 72%;
  padding:0 40px 0 0;
}
.mobile-img{
  flex: 0 0 28%;
  max-width: 28%;
  padding:0;
  text-align: center;
}
.mobile-img h4{
  padding-top:20px;
  font-weight: 400;
  color:#264888;
}
.mobile-wrap .icon-text h5{
  font-size:18px;
  font-weight: 600;
  color:#264888;
}
.mobile-wrap .icon-text p{
  font-size:14px;
  color:#505050;
}
.mobile-wrap .icon-box .col-sm-6{
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/

.privacy-bg{
  background-image: url(/kr/img/sub/privacy-bg.jpg);
}

#inner2 .privacy-row{
  padding-bottom: 50px;
  text-align: left;
}
#inner2 .privacy-row h4{
 text-align: left;
 font-size:20px;
 font-weight: 600;
}
#inner2 .privacy-row .col-sm-11{
  padding-left:40px;
}
#inner2 .privacy-row2 h4{
 text-align: left;
 font-size:24px;
 font-weight: 600;
}
#inner2 .privacy-row2 ul li{
  padding-bottom: 15px;
}
.privacy-row2 img{width:100%;}
.privacy-row2 .privacy-row2-text h4{
  padding-bottom: 20px;
}
.privacy-row2 .privacy-row2-text ul{
  padding:0 0 0 20px;
}



/*--------------------------------------------------------------
# Data-Bridge
--------------------------------------------------------------*/


.data-bg{
  background-image: url(/kr/img/sub/data-bg.jpg);
}
#inner2 .data-bridge{
  text-align: center;
}
#inner2 .data-bridge .data-bridge-img{
  margin-bottom:30px;
}
.data-bridge-bg{
  margin:50px 0px;
  padding:30px 30px 3px;
  background: #f1f1f1;
}

.data-bridge2{
  padding:50px 0px;
}





.edr-bg{
  background-image: url(/kr/img/sub/edr-bg.jpg);
}
.edr-img{
  padding-top:50px;
}



/*--------------------------------------------------------------
# Cloud
--------------------------------------------------------------*/
.cloud-bg{
  background-image: url(/kr/img/sub/cloud-bg.jpg);
}

.cloud-row .col-sm-4 {
  flex: 0 0 32.5%;
  max-width: 32.5%;
  padding:0;
  margin-right:14px;
  text-align: center;
  background: #f5f5f5;
}
.cloud-row .col-sm-4:last-child{margin-right:0px;}
.cloud-row .col-sm-4 img{width:100%; margin-bottom: 20px;}
.cloud-row p{
  font-size:14px;
  margin-bottom:20px;
  padding:0px 20px;
}


.cloud-bluebg {
  width:100%;
  margin:70px 0px 20px;
  padding:70px 0px 50px;
  text-align: center;
  background: #4fc3cf;
}
.cloud-bluebg .sub-title{margin-bottom: 30px;}
.cloud-bluebg .sub-title h2{
  color:#fff;
}
.cloud-img-wrap{
  margin-bottom: 70px;
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/

.solution-bg{
  background-image: url(/kr/img/sub/solution-bg.jpg);
}

.solution-text{
  padding:50px 0px;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-bg{
  background-image: url(/kr/img/sub/service-bg.jpg);
}

#service{
  padding-bottom: 50px;
}
#service .about-col {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#service .about-col .img {
  position: relative;
}

#service .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#service .about-col .icon {
  width: 80px;
  height: 80px;
  padding-top:15px;
  /*padding-top: 8px;*/
  text-align: center;
  position: absolute;
  background-color: #2b446d;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#service .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#service .about-col:hover .icon {
  background-color: #922605;
}

#service .about-col:hover i {
  color: #18d26e;
}

#service .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#service .about-col h2 a {
  color: #000;
}

#service .about-col h2 a:hover {
  color: #18d26e;
}

#service .about-col p {
  margin-bottom: 0;
  padding:0px 50px 20px;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-align: center;

}

#service .about-col .btn-about {
 padding-bottom: 30px;
 font-size:14px;
 text-align: center;
 color:#922605;
}
#service .about-col .btn-about:hover{
  color:#2b446d;
}




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.company-bg{
  background-image: url(/kr/img/sub/company-bg.jpg);
}
.about-wrap{
  padding:40px 0px 80px;
  background: #f1f1f1
}

.about-wrap .col-sm-7{
  padding:90px 70px;
  background: #fff
}
.about-wrap .col-sm-7 h4{
  padding-bottom: 20px;
  line-height: 1.7;
}
.about-wrap .col-sm-5{
  padding:0;
  background-image: url(/kr/img/sub/company-img01.jpg);
}

.company-bg-wrap{
  padding:70px 0px;
  background: #162b4c;
  color:#fff;
}

.yellow-bold{
  color:#f5d70a;
  font-weight: 600;
}
.bold{
  font-weight: 600;
}







@media only screen and (max-width: 980px) {

}
