@charset "utf-8";

/* page-H01B4v1.0.0 */
/* */
article a.card.car-style01 {}

.car-style01 {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .125);
  -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;
}

.car-style01 figure {
  overflow: hidden;
  z-index: 12;
  position: relative;
  margin-bottom: 0;
}

.car-style01 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;
}

.car-style01 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;
}

.car-style01 img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.car-style01:hover,
.car-style01: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);
}

.car-style01:hover img,
.car-style01: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);
}

.car-style01:hover figure .overlay,
.car-style01:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}

.car-style01:hover figure .overlay i,
.car-style01:focus figure .overlay i {
  margin-top: -15px;
}

.car-style01 .card-body {
  padding-bottom: 76px;
}

.car-style01 .card-body h3 {
  text-align: center;
}

.car-style01 .card-body-bottom {
  bottom: 0;
  position: absolute;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
}

/* */
article .box.box-style01.bs01-01 {}

.box-style01 {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.box-style01 .overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.box-style01>i {
  font-size: 10rem;
  position: absolute;
  right: -50px;
  top: 25px;
  color: rgba(0, 0, 0, 0.2);
}

.box-style01.bs01-01 .overlay {
  background-color: rgba(48, 120, 210, 0.5);
}

.box-style01.bs01-02 .overlay {
  background-color: rgba(255, 174, 61, 0.6);
}

.box-style01.bs01-03 .overlay {
  background-color: rgba(48, 205, 210, 0.5);
}

.box-style01.bs01-04 .overlay {
  background-color: rgba(247, 111, 111, 0.5);
}

.box-style01 .box-text {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
}

.box-style01 .box-text h3 {
  color: #fff;
}

.box-style01 .box-text p {
  color: #fff;
  font-weight: lighter;
}

.box-style01 .box-text {
  padding-bottom: 50px;
}

.box-style01 .box-text-bottom {
  bottom: 0;
  position: absolute;
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 1.25rem;
  z-index: 1;
}

/* */
section.gallery.gll-style01 {}

.gal-style01 .one-row,
.gal-style01 .two-row {
  width: 100%;
  display: block;
}

.gal-style01 .two-row {
  height: 239px;
}

.gal-style01 .one-row {
  height: 512px;
}

.gal-style01 .gal-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.gal-style01 .gal-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gal-style01 .gal-item .overlay i {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #fff;
}

.gal-style01 .gal-item img {
  min-height: 100%;
  min-width: 100%;
}

.gal-style01 .gal-item .overlay .gal-copy {
  bottom: -20px;
  position: absolute;
  left: 0;
  padding: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gal-style01 .gal-item .overlay .gal-copy h3 {
  color: #fff;
}

.gal-style01 .gal-item .overlay .gal-copy p {
  color: rgba(255, 255, 255, 0.8);
  /* #fff */
}

.gal-style01 .gal-item .overlay .gal-copy p:last-child {
  margin-bottom: 0;
}

.gal-style01 .gal-item .overlay:before {
  z-index: 7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background: #84d1f5;
  background: -moz-linear-gradient(left, #84d1f5 0%, #33a1bd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #84d1f5), color-stop(100%, #33a1bd));
  background: -webkit-linear-gradient(left, #84d1f5 0%, #33a1bd 100%);
  background: -o-linear-gradient(left, #84d1f5 0%, #33a1bd 100%);
  background: -ms-linear-gradient(left, #84d1f5 0%, #33a1bd 100%);
  background: linear-gradient(to right, #84d1f5 0%, #33a1bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84d1f5', endColorstr='#33a1bd', GradientType=1);
}

.gal-style01 .gal-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.gal-style01 .gal-item:hover .overlay .gal-copy {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/* */
article .box.box-bollon {}

.box-ballon blockquote {
  padding-left: 0;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.box-ballon blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.box-ballon blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -25px;
  background: #dbe5ef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.box-ballon blockquote .quote>span {
  display: table-cell;
  vertical-align: middle;
}

.box-ballon blockquote p {
  font-style: italic;
  margin-bottom: 0;
}

.box-ballon .customer-name {
  line-height: 1.2;
  font-size: 20px;
  padding: 1rem 1.25rem 0 1.25rem;
}

.box-ballon .customer-name a {
  color: #55c5c9;
  /* point */
}

.box-ballon .customer-name a:hover {
  color: #f76f6f;
  /* point hover */
}

.box-ballon .customer-name span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  /* #fff */
  font-size: 0.875rem;
  /* 14px */
}

/* */
section .banner-tagline {}

.banner-tagline {
  height: 220px;
  background-attachment: fixed;
  background-position: center bottom;
}

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

.banner-tagline .text-box {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 220px;
}

.banner-tagline .text-box .text-box-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.banner-tagline .display-5 {
  color: #fff;
  font-family: 'Do Hyeon', sans-serif;
}

/* */
article .customer-center {}

.customer-center h3 {
  margin-bottom: 1rem;
}

.customer-center ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: -3px;
  margin-bottom: 0;
}

.customer-center ul li:nth-child(1) {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}

.customer-center ul li:nth-child(1) a {
  color: #55c5c9;
  /* point */
}

.customer-center ul li:nth-child(1) a:hover {
  color: #f76f6f;
  /* point */
}

/* */
article .customer-consultant {}

.customer-consultant h3 {
  margin-bottom: 1rem;
}

.customer-consultant p:last-child {
  margin-bottom: 0
}

.customer-consultant h3 {
  margin-bottom: 1rem;
}

/* */
article .customer-notice {}

.customer-notice h3 {
  margin-bottom: 1rem;
}

/* */
#subA01Section01 .article h3,
#subA02Section01 .article h3 {
  font-size: 2.4rem;
  font-weight: lighter;
  letter-spacing: -0.04rem;
}

#subA01Section01 .article h4,
#subA02Section01 .article h4 {
  color: #919191;
}

/* */
span.line {
  display: inline-block;
  text-decoration: inherit;
}

span.line.underline::before {
  background-color: #98eaea;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 4px;
  z-index: -1;
  content: "";
}

span.line.underline {
  position: relative;
  margin-left: 0px;
  font-weight: 700;
  z-index: 0;
}

/* */
p.sign-kr {
  text-align: right;
}

p.sign-kr span {
  font-family: "Nanum Brush Script", cursive;
  font-style: italic;
  font-size: 3rem;
  letter-spacing: 0.5px;
  padding-right: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

p.sign-en {
  text-align: right;
}

p.sign-en span {
  font-family: "Mr Dafoe";
  font-size: 3.5rem;
  letter-spacing: 0.5px;
  padding-right: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

/* */
.bg-cover {
  background-size: cover;
}

.bg-cover.sub-a01-section01 {
  padding-top: 38.44%;
  background-image: url(../images/sub-a01-section01.jpg);
  background-position: center 16%;
}

.bg-cover2 {
  background-size: cover;
}

.bg-cover2.sub-a02-section01 {
  height: 430px;
  padding-top: 66.64%;
  background-image: url(../images/sub-a02-section01.jpg);
  background-position: center;
}

/* */
article .thought {}

.thought {
  text-align: center;
  padding: 1.25rem;
}

.thought .icon {
  width: 90px;
  height: 90px;
  background: #f2f2f2;
  display: table;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  border-radius: 10%;
}

.thought .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.875rem;
}

/* */
.banner-motto {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.banner-motto .icon {
  position: absolute;
  font-size: 14.286em;
  top: -20px;
  color: rgba(255, 255, 255, 0.5) !important;
  /* #fff */
}

.banner-motto .motto-text {
  text-align: center;
  position: relative;
}

.banner-motto .motto-text blockquote {
  border: none;
  margin: 30px auto;
  width: 60%;
  position: relative;
  padding: 0;
  font-size: 1.286em;
}

@media screen and (max-width: 768px) {
  .banner-motto .motto-text blockquote {
    width: 80%;
  }
}

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

/* */
.vision {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../images/sub-a04-vision.jpg');
}

.vision .vision-text {
  display: table;
  min-height: 400px;
}

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

.vision .vision-text .vision-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 .vision-text>.vision-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 20px;
}

.vision .vision-text>.vision-text-inner h3 {
  font-weight: 700;
  color: #fff;
}

.vision .vision-text>.vision-text-inner h4 {
  color: #fff;
}

.vision .vision-text>.vision-text-inner p {
  color: rgba(255, 255, 255, 0.8);
  /* #fff */
}

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

/* */
.philosophy {
  padding: 1.25rem;
}

.philosophy .icon {
  width: 90px;
  height: 90px;
  background-color: #f2f2f2;
  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;
  font-size: 30px;
  color: #b5b5b5;
}

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

.philosophy h3 {
  text-align: center;
}

.philosophy h4 {
  font-weight: 100;
  color: #919191;
  text-align: center;
  font-size: 0.875rem;
  font-style: italic;
}

/* */
.interview {
  position: relative;
  background-color: #fff;
  padding: 6rem 1.25rem 1.25rem 1.25rem;
  border-radius: 5px;
  margin-top: 3.1rem;
}

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

.interview 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%;
}

.interview h4 {
  text-align: center;
}

.interview span {
  font-style: italic;
  color: #919191;
  display: block;
  text-align: center;
}

.interview .social-icons {
  text-align: center;
}

.interview .social-icons a {
  padding: 0.25em 0.4em;
}

/* */
.badge-map {
  font-size: 1rem !important;
  line-height: 1.5;
}

/* */
#subB01Section01 .article h3 {
  font-weight: 700;
}

.card.car-style02 {
  height: 100%;
}

.card.car-style02 figure {
  margin: 1.25rem;
  height: 100%;
}

.card.car-style02 .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 25vh;
}

@media screen and (max-width: 768px) {
  .card.car-style02 .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 35vh;
  }

  .card.car-style02 .card-title {
    margin-bottom: 0;
  }
}

/* */
article .box.box-style02 .bs02-01 {}

.box.box-style02 {
  padding: 3rem;
  height: 100%;
}

.box.box-style02 h3 {}

.box.box-style02 p {}

.bs02-01 {
  background-color: #E4F3FF;
  border-top: 1px solid #0C62B1;
}

.bs02-01 h3 {
  color: #0C62B1;
}

.bs02-02 {
  background-color: #EAFEFF;
  border-top: 1px solid #008379;
}

.bs02-02 h3 {
  color: #008379;
}

.bs02-03 {
  background-color: #FFFAE6;
  border-top: 1px solid #b15b0c;
}

.bs02-03 h3 {
  color: #b15b0c;
}

.bs02-04 {
  background-color: #ffe4f3;
  border-top: 1px solid #ec1c24;
}

.bs02-04 h3 {
  color: #ec1c24;
}

/* */
.business-summary-icon {
  padding: 0.5rem 1.25rem;
}

.business-summary-icon i {
  font-size: 3.0rem;
}

.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: 60vh;
  }
}

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

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

.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);
  /* #000 */
  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;
}

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

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

#subB04Section01 .btn {
  margin: 1.25rem 0;
}
