@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/*#########################################################
* SBaLp01Contents
*##########################################################
* Main Contents
*========================================================*/
/*=========================================================
* Main Contents
*========================================================*/
/*---------------------------------------------------------
* Index.php
* Main Contents 1st
*--------------------------------------------------------*/
#company {
  padding: 150px 0;
  position: relative;
}

#company::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

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

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

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

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

#company .company-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #ea4331;
  border-radius: 50%;
  text-align: center;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#company .company-col i {
  font-size: 33px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  margin-top: 8px;
}

#company .company-col:hover .icon {
  background-color: #fff;
}

#company .company-col:hover i {
  color: #ea4331;
}

#company .company-col h2 {
  color: #000;
  text-align: center;
  font-size: 1.5em;
  padding: 0;
  margin: 40px 0 12px 0;
font-family: 'GmarketSansMedium';
}

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

#company .company-col h2 a:hover {
  color: #ea4331;
}

#company .company-col p {
  font-size: 1em;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 15px 30px 15px;
  text-align: center;
  font-family: 'S-CoreDream-4Regular';
  /* height: 126px; */
}

@media (max-width: 1200px) {
#company .company-col p {
  height: 126px;
}
}

@media (max-width: 468px) {
  #company {
  padding: 70px 0;}
}

/*---------------------------------------------------------
* Index.php
* Main Contents 2nd
*--------------------------------------------------------*/


#business {
  padding: 150px 0;
}

#business .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 40px 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#business .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* box1~6 */
#business .box1,
#business .box2,
#business .box3,
#business .box4,
#business .box5,
#business .box6 {
  /* padding: 30px; */
  position: relative;
  overflow: hidden;
  margin: 0 10px 40px 10px;
  color: #000;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#business .box1 {
  background: url(/bizdemo99820/img/d3t/images/main-company1-1.jpg);
  background-size: cover;
}

#business .box2 {
  background: url(/bizdemo99820/img/d3t/images/main-company1-2.jpg);
  background-size: cover;
}

#business .box3 {
  background: url(/bizdemo99820/img/d3t/images/main-company1-3.jpg);
  background-size: cover;
}

#business .box4 {
  background: url(/bizdemo99820/img/d3t/images/main-company1-4.jpg);
  background-size: cover;
}

#business .box5 {
  background: url(/bizdemo99820/img/d3t/images/main-company1-5.jpg);
  background-size: cover;
}

#business .box6 {
  background: url(/bizdemo99820/img/d3t/images/main-company1-6.jpg);
  background-size: cover;
}

#business .box1-1,
#business .box1-2,
#business .box1-3,
#business .box1-4,
#business .box1-5,
#business .box1-6 {
    margin-top: 240px;
    background-color: #ffffffe6;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

#business .box1 h4,
#business .box2 h4,
#business .box3 h4,
#business .box4 h4,
#business .box5 h4,
#business .box6 h4{
  color: #0e0e0e;
  font-family: 'GmarketSansMedium';
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 7px;
}

#business h5:after {
  content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 3px;
    background: #ea4331;
    bottom: 0;
    left: calc(50% - 20px);
    margin-top: 20px;
    margin-bottom: 15px;
}

#business h5 {
  color: #bbbbbb;
  font-family: 'S-CoreDream-2Regular';
  font-size: 8px;
  letter-spacing: 5px;
}

#business .box1 p,
#business .box2 p,
#business .box3 p,
#business .box4 p,
#business .box5 p,
#business .box6 p{
  color: #1d1d1d;
  font-family: 'S-CoreDream-4Regular';
  text-align: center;
  line-height: 20px;
    height: 60px;
}

#business .box1:hover,
#business .box2:hover,
#business .box3:hover,
#business .box4:hover,
#business .box5:hover,
#business .box6:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#business .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#business .icon i {
  font-size: 33px;
  line-height: 1;
  margin-top: 3px;
}

#business .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

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

#business .box:hover .title a {
  color: #1bb1dc;
}

#business .description {
  font-size: 1em;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

#business .business {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}

#business .business .business-info {
  opacity: 0;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#business .business .business-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#business .business:hover .business-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#business .business:hover .business-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#business .business h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#business .business span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width:1200px) {
#business .box1 p,
#business .box2 p,
#business .box3 p,
#business .box4 p,
#business .box5 p,
#business .box6 p{
    font-size: 12px;
}
}

@media (max-width: 468px) {
#business {
  padding: 70px 0;}
}
}

/*---------------------------------------------------------
* Index.php
* Main Contents 3rd
*--------------------------------------------------------*/
#consult {
  background: url(../images/main-consult-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#consult h3 {
  color: #fff;
  font-size: 2em;
}

#consult p {
  color: #fff;
}

.btn-call {
  background-color: #3268cc !important;
  border: 0;
  padding-top: 10px;
}

.btn-call:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.btn-kakao {
  background-color: #f3d900 !important;
  color: #341c1c !important;
  border: 0;
  padding-top: 10px;
}

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

.um-kakao-talk {
  color: #341c1c !important;
}

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

/*---------------------------------------------------------
* Index.php
* Main Contents 4th
*--------------------------------------------------------*/
#product {
  background: url(../images/back.jpg) fixed center center;
  padding: 150px 0;
}

#product .product {
  /*text-align: center;*/
  /* margin-bottom: 20px; */
  /*background: #fff;*/
  /*position: relative;*/
}

#product .section-header h3 {
color: #fff;
}

#product .section-header p {
color: #fff;
}

/*#product .product .product-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}*/

#product .product .product-info-content {
  /* margin-top: -50px; */
  transition: margin 0.2s;
  padding-top: 50px;
}

/*#product .product:hover .product-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}*/

#product .product:hover .product-info-content {
  transition: margin 0.4s;
  padding-top: 50px;
}

#product .product h33 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 25px;
  color: #fff;
  font-family: 'GmarketSansLight';
}

#product .product h4 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 50px;
  color: #fff;
  font-family: 'GmarketSansBold';
}

#product .product h4::after {
    content: '';
    /* position: relative; */
    display: block;
    width: auto;
    height: 1px;
    background: #ea4331;
    /* bottom: 0; */
    /* left: calc(50% - 20px); */
    margin-top: 10px;
}

#product .product span {
  /*font-style: italic;*/
  display: block;
  font-size: 17px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular';
}

#product .product .social {
  margin-top: 15px;
}

#product .product .social a {
  transition: none;
  color: #fff;
}

#product .product .social a:hover {
  color: #3268cc;
}

#product .product .social i {
  font-size: 18px;
  margin: 0 2px;
}

@media (max-width: 468px) {
#product {
  padding: 100px 0;
  }
#product .product .product-info-content {
    transition: margin 0.2s;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    }
#product .product h33 {
    font-size: 20px;
    /* margin-bottom: 35px; */
    /* margin-top: 0px; */
    }
#product .product h4 {
    font-size: 45px;  
    margin-top: 5px;}
#product .product span {
  font-size: 15px;
}
}

/*---------------------------------------------------------
* Index.php
* Main Contents 5th
*--------------------------------------------------------*/
#portfolio {
  padding: 150px 0;
}

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

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

#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: #ea4331;
  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;
}

#portfolio .portfolio-item figure {
  background: #ffffff;
  overflow: hidden;
  height: 263px;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  margin: auto;
}

#portfolio .portfolio-item figure img {
  opacity: 0.4;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 1;
  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: #3268cc;
}

#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);
  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% - 44px);
}

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

#portfolio .portfolio-item .portfolio-info {
  /* display: none; */
  /* background: #fff; */
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 20px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
  font-family: 'GmarketSansLight';
}

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

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

#portfolio .portfolio-item .portfolio-info p {
padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
#portfolio .portfolio-item figure {
width: 350px;
}
}

@media (max-width: 468px) {
  #portfolio {
  padding: 100px 0;
}
}


/*---------------------------------------------------------
* Index.php
* Main Contents 6th
*--------------------------------------------------------*/
#contact {
  padding: 150px 0;
  background-color: #41444e;
}

#contact .section-header h3 {
    color: #fff;
}

#contact .contact-info {
margin-bottom: 20px;
    font-family: 'GmarketSansMedium';
    /* text-align: center; */
    color: #fff;
    /* margin-top: 50px; */
    background-color: #41444e;
    padding-top: 10px;
    /* padding-bottom: 40px; */
    padding-left: 40px;
    /* padding-right: 40px; */
    /* height: 635px; */
    /* border-left: solid;*/
}

#contact .contact-info .contact-info-content {
    margin-bottom: 20px;
    /* background-color: aliceblue; */
}

#contact .contact-info img {
    /*float: left;*/
    margin-bottom: 15px;
}

#contact .contact-info-text {
  margin-right: auto;
  margin-left: auto;
  width: 340px;
}

#contact .row .contact-mapnform {
  padding-right: 15px;
  padding-left: 15px;
}

#contact .contact-info h33{
    font-size: 45px;
    font-family: 'GmarketSansBold';
}

#contact .contact-info h33::after {
content: '';
    position: relative;
    display: block;
    width: 15%;
    height: 3px;
    background: #ea4331;
    bottom: 0;
    margin-top: 10px;
    left: calc(55% - 50px);
    }

#contact .contact-info span {
   /* font-size: 18px;
    color: #ffffff;
    margin-left: 31px; */
}

#contact .contact-info i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ea4331;
  float: left;
  padding-right: 7px;
}

#contact .contact-info .contact-phone i {
  font-size: 21px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ea4331;
  float: left;
  padding-right: 7px;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    margin-left: 25px;
}

#contact .contact-info h3 {
    font-size: 20px;
    /* margin-bottom: 7px; */
    /* font-weight: bold; 
    text-transform: uppercase;*/
    color: #ffffff8c;
    font-family: 'GmarketSansLight';
}

#contact .contact-info a {
    color: #fff;
    font-family: 'GmarketSansBold';
    font-size: 30px;
}

#contact .contact-info a:hover {
  color: #3268cc;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email,
#contact .contact-time {
  margin-bottom: 20px;
}

.contact-time-content-1 {
  float: left;
  margin-left: 31px;
}

.contact-time-content-2 {
  float: left;
  margin-left: 10px;
}

.contact-time-content-3 {
  float: left;
}

.contact-time-content-4 {
  /* float: none; */
  /* margin-left: 31px; */
}
.contact-time-content h4 {
    font-family: 'GmarketSansLight';
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-time-content h5 {
    font-family: 'GmarketSansMedium';
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-time-content h6 {
    font-family: 'GmarketSansLight';
    font-size: 18px;
    line-height: 30px;
    color: #ffc107;
    margin: 0;
}

.contact-time-content-4 span {
    font-family: 'GmarketSansLight';
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}




@media screen and (max-width:1024px) {
#contact .contact-info {
    padding-left: 0px;
    padding-right: 0px;
    }

    #contact .contact-info h33{
    font-size: 35px;
    font-family: 'GmarketSansBold';
    }
  #contact .contact-info span {
    font-family: 'GmarketSansLight';
    font-size: 18px;
    color: #ffffff
    margin-left: 10px;
    line-height: 35px;
    }
  #contact .contact-info img {
    /*float: left;*/
    margin-bottom: 15px;
    width: 20%;
    }
}

@media screen and (max-width:768px) {
#contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    /* padding: 20px 0; */
  }

  #contact .contact-phone {
    /* border-left: 1px solid #ddd; */
    width: 100%;
  }

  #contact .contact-mapnform .col-md-4 {
    margin-top: 30px;
  }
  #contact .contact-info h33{
    font-size: 30px;
    font-family: 'GmarketSansBold';
    }
  #contact .contact-info span {
    font-family: 'GmarketSansLight';
    margin-left: 10px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    }
#contact .contact-info {
  height: auto;
}
}

@media (max-width: 468px) {
#contact {
  padding: 100px 0;
  padding-bottom: 50px;
}
#contact .contact-info {
    padding-left: 30px;
    padding-rihgt: 30px;    
    padding-top: 50px
    }

#contact .contact-info h3 {
    font-size: 18px;
}
#contact .contact-info address,
#contact .contact-info p {
    font-size: 15px;
}

#contact .contact-time-content .contact-time-content-1 span,
#contact .contact-time-content .contact-time-content-2 span,
#contact .contact-time-content .contact-time-content-4 span {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

#contact .contact-time-content .contact-time-content-3 span{
    font-size: 10px;
}
.contact-time-content h5 {
    font-family: 'GmarketSansMedium';
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}
.contact-time-content h6 {
    font-family: 'GmarketSansLight';
    font-size: 15px;
    line-height: 30px;
    color: #ffc107;
    margin: 0;
    float: left;
}
.contact-time-content-4 {
  /* position: relative; */
  /* margin-left: 0px; */
}
  #contact .contact-info span {
    font-family: 'GmarketSansLight';
    line-height: 30px;
    margin: 0;
    padding: 0;
    }
#contact .contact-time {
  width: 92%;
}
#contact .contact-time-content-1 {
  float: left;
  margin-left: 0px;
}
.contact-time-content {
  margin-left: 27px;
}
}

/*---------------------------------------------------------
* Index.php
* Main Contents 7th
*--------------------------------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
background-color: #ffffff;
}

#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: #3268cc;
}

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

/*---------------------------------------------------------
* Index.php
* Main Contents 8th
*--------------------------------------------------------*/
#client {
  padding: 60px 0;
}

#client img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#client img:hover {
  opacity: 1;
}

#client .owl-nav,
#client .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#client .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#client .owl-dot.active {
  background-color: #3268cc;
}
