@charset "utf-8";
/*
 * Name     : style.css
 * Version  : 1.0.4
 * Author   : onepixel studio
 * Date     : 2020-05-10
 * edit     : 2023-04-28
 ---------------------------------------------------
 Table of contents
 ---------------------------------------------------
    00. common
    01. main - common
    02. main - hero
    03. main - about
    04. main - animated background 01
    05. main - product
    06. main - parallax
    07. main - skill
    08. main - animated background 02
    09. main - notice
    10. main - map
    11. sub - common
    12. sub - hero
    13. sub - company
    14. sub - business
    15. sub - product
    16. sub - board common
    17. sub - customer
    18. sub - contact
    19. member
    20. media queries
---------------------------------------------------
*/

/* ------------------------------
 * common
------------------------------ */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}
.bg-parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.65;
  z-index: -1;
}
.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.line-top {
  border-top: 1px solid #e9e9e9;
}
.line-bottom {
  border-bottom: 1px solid #e9e9e9;
}
.margin-offset {
  margin-left: -15px;
  margin-right: -15px;
}
.animated-bg-section {
  position: relative;
}
.animated-bg-section .container {
  position: relative;
  z-index: 5;
}
.animated-bg-section .caption {
  text-align: center;
  padding: 0 15%;
}
.animated-bg-section .caption h2 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
.animated-bg-section .caption p {
  font-weight: 300;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 35px;
  opacity: 0.8;
}
.animated-bg-section .animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #5c7cfa;
  z-index: 1;
  transform: matrix(0.62, 0, 0, 1, 0, 0);
}
.tablet-inline-block {
  display: none;
}
.tablet-block {
  display: none;
}
.mobile-inline-block {
  display: none;
}
.mobile-block {
  display: none;
}
section.sub-section p.sub-page-title {
  font-size: 32px;
  color: #1d2f51;
  margin-bottom: 60px;
  font-weight: 900;
  text-align: center;
}
section.sub-section p.sub-page-title span {
  font-size: 32px;
  font-weight: 500;
}
.no-padding {
  padding: 0 !important;
}

.main-hero-section .slide-item .slide-caption br.mo-br {
  display: none;
}
.main-hero-section .slide-item .slide-caption br.pc-br {
  display: block;
}

/* ------------------------------
 * main - common
------------------------------ */
.main-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.main-section .section-heading {
  text-align: center;
  margin-bottom: 100px;
}
/* .main-section .section-heading h2 {font-size: 40px; font-weight:900; color: #3d201a; letter-spacing:-0.05em} */
/* 20230515 eyj 수정 */
.main-section .section-heading h2 {
  font-size: 55px;
  font-weight: 900;
  color: #1d2f51;
  letter-spacing: -0.05em;
}
.main-section .section-heading p {
  font-size: 18px;
  color: #1d2f51;
  line-height: 1.666;
  margin-top: 25px;
}
.main-section .bottom-btn {
  padding-top: 60px;
  text-align: center;
}
.main-section .bottom-btn .btn {
  font-size: 14px;
  letter-spacing: 0;
}

/* ------------------------------
 * main - hero
------------------------------ */
.main-hero-section {
  height: 100vh;
}
.main-hero-section .slick-track,
.main-hero-section .slick-list,
.main-hero-section .slick-item {
  height: 100%;
}
.main-hero-section .slide-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: 0;
  z-index: 5;
}
.main-hero-section .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.15;
  z-index: -1;
}
/* .main-hero-section .slide-item .slide-caption {padding: 20% 120px 0} */
/* .main-hero-section .slide-item .slide-caption h3 {font-size: 17px; font-weight: 200; color: #fff; margin-bottom: 25px; opacity: 0; transform: translateX(30px); transition: opacity .35s, transform .35s; transition-delay: .7s}
.main-hero-section .slide-item .slide-caption h2 {font-size: 64px; font-weight: 900; color: #fff; margin-bottom: 25px; opacity: 0; transform: translateX(30px); transition: opacity .35s, transform .35s; transition-delay: .85s}
.main-hero-section .slide-item .slide-caption p {font-size: 19px; font-weight: 200; color: #fff; line-height: 1.8; opacity: 0; transform: translateX(30px); transition: opacity .35s, transform .35s; transition-delay: 1s} */

/* 2023.05.16 eyj 수정 */
.main-hero-section .slick-slide {
  transform: scale(1.2);
}
.main-hero-section .slick-slide.active {
  transform: scale(1);
  transition: transform 3s ease-in-out, opacity 1s ease 0.3s !important;
}

.main-hero-section .reset-animation .slide-caption h3,
.main-hero-section .reset-animation .slide-caption h2,
.main-hero-section .reset-animation .slide-caption p,
.main-hero-section .reset-animation .slide-caption .btn-more {
  opacity: 0;
  transform: translate(-130px);
  transition: all 0s;
}

.main-hero-section .slide-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
}

.main-hero-section .slide-item .slide-caption h3,
.main-hero-section .slide-item .slide-caption h2,
.main-hero-section .slide-item .slide-caption p {
  position: relative;
  overflow: hidden;
}

.main-hero-section .slide-item .slide-caption h3 {
  font-size: 17px;
  font-weight: 200;
  color: #fff;
  width: 1100px;
  height: 150px;
}
.main-hero-section .slide-item .slide-caption h2 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  width: 1100px;
  height: 150px;
}
.main-hero-section .slide-item .slide-caption p {
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  line-height: 1.8;
  top: 10%;
  width: 1100px;
  height: 80px;
}

.main-hero-section .slide-item .slide-caption h3 span,
.main-hero-section .slide-item .slide-caption h2 span,
.main-hero-section .slide-item .slide-caption p span {
  position: absolute;
  left: -100%;
}

.main-hero-section .slide-item .slide-caption h3.active span {
  left: 0%;
  transition: all 1.3s;
  transition-delay: 0.7s;
}
.main-hero-section .slide-item .slide-caption h2.active span {
  left: 0%;
  transition: all 1.3s;
  transition-delay: 0.85s;
}
.main-hero-section .slide-item .slide-caption p.active span {
  left: 0%;
  transition: all 1.3s;
  transition-delay: 1.5s;
}

/* ------------------ */

.main-hero-section .slide-item .slide-caption .btn-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 35px;
  padding: 16px 36px;
  border-radius: 30px;
  background-color: #9fa0a0;
  opacity: 0;
  transform: translateX(30px);
  transition: color 0.25s, background-color 0.25s, opacity 0.35s 1.15s,
    transform 0.35s 1.15s;
}
.main-hero-section .slide-item .slide-caption .btn-more:hover {
  color: #9fa0a0;
  background-color: #000;
}
/* .main-hero-section .reset-animation .slide-caption h3, .main-hero-section .reset-animation .slide-caption h2, .main-hero-section .reset-animation .slide-caption p, .main-hero-section .reset-animation .slide-caption .btn-more {opacity: 0; transform: translate(-130px); transition: all 0s} */
.main-hero-section .slick-active .slide-caption h3,
.main-hero-section .slick-active .slide-caption h2,
.main-hero-section .slick-active .slide-caption p,
.main-hero-section .slick-active .slide-caption .btn-more {
  opacity: 1;
  transform: translateX(0);
}
.main-hero-section .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  margin-top: -30px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  z-index: 10;
  transition: transform 0.25s;
}
.main-hero-section .slick-prev {
  left: 40px;
}
.main-hero-section .slick-next {
  right: 40px;
}
.main-hero-section .slick-prev:hover {
  transform: translateX(-10px);
}
.main-hero-section .slick-next:hover {
  transform: translateX(10px);
}
.main-hero-section .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  z-index: 10;
}
.main-hero-section .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}
.main-hero-section .slick-dots li button {
  width: 8px;
  height: 8px;
  text-indent: -9999em;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.25s, height 0.25s, background-color 0.25s;
  outline: 0;
}
.main-hero-section .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

/* ------------------------------
 * main - animated background 01
------------------------------ */
.main-animate-section01 {
  padding-top: 75px;
  padding-bottom: 105px;
}
.main-animate-section01 a {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.main-animate-section01 a + a {
  margin-left: 20px;
}

/* ------------------------------
 * main - product
------------------------------ */
.main-product-section .article-list,
.main-product-section .article-list tbody,
.main-product-section .article-list tr,
.main-product-section .article-list td {
  display: block;
}
.main-product-section .article-list > tbody > tr {
  margin-left: -15px;
  margin-right: -15px;
}
.main-product-section .article-list > tbody > tr:before,
.main-product-section .article-list > tbody > tr:after {
  content: "";
  display: table;
}
.main-product-section .article-list > tbody > tr:after {
  clear: both;
}
.main-product-section .article-list > tbody > tr > td {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.main-product-section .article-list > tbody > tr > td table {
  display: block;
  width: 100%;
}
.main-product-section .article-list > tbody > tr > td table tr:last-child td {
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}
.main-product-section .article-list .board_output_gallery_img a {
  position: relative;
  display: block;
}
.main-product-section .article-list .board_output_gallery_img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px solid #5c7cfa;
  z-index: 2;
  transition: border-width 0.3s;
}
.main-product-section .article-list .board_output_gallery_img a:hover:before {
  border-width: 8px;
}
.main-product-section .article-list .board_output_imgs {
  display: block;
  width: 100%;
  height: auto !important;
}
.main-product-section .article-list .board_output_gallery_subject {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.main-product-section .article-list .board_output_gallery_subject a {
  color: #222;
  transition: color 0.3s;
}
.main-product-section .article-list .board_output_gallery_subject a:hover {
  color: #5c7cfa;
}
.main-product-section .article-list br {
  display: none;
}

/* ------------------------------
 * main - business section
------------------------------ */
/* 20230509 eyj 추가 */
.container-fhd {
  margin: 0 auto;
  width: 1700px;
}
@media (max-width: 1439px) {
  .container-fhd {
    width: 100%;
  }
}
.main-section.main-business-section-container {
  padding-top: 120px;
  padding-bottom: 60px;
}
.main-section.main-business-section-container .section-heading {
  margin-bottom: 60px;
}
.main-section.main-business-section-container .section-heading p {
  margin-top: 35px;
}
.main-business-section .slick-slide {
  margin: 0px 20px;
}
.main-business-section .slick-list {
  margin: 0px -20px;
}
.main-business-section .slide-item {
  opacity: 0.6;
  transition: 0.4s;
}
.main-business-section .slide-item .img-box {
  border-radius: 25px;
  overflow: hidden;
  height: 415px;
}
.main-business-section .slide-item.slick-now {
  opacity: 1;
}
.main-business-section .slide-item img {
  width: 460px;
  object-fit: cover;
}
.main-business-section .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  margin-top: -30px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  z-index: 10;
  transition: transform 0.25s;
}
.main-business-section .slick-next {
  right: 40px;
}
.main-business-section .slick-prev {
  left: 40px;
}
.main-business-section .slick-prev:hover {
  transform: translateX(-10px);
}
.main-business-section .slick-next:hover {
  transform: translateX(10px);
}
.main-business-section .slide-item .desc a {
  width: 100%;
  padding-bottom: 0px;
}
.main-business-section .slide-item .desc p {
  text-align: left;
  word-break: break-all;
}
.main-business-section .slide-item .desc a p:first-child {
  color: #1e207a;
  font-size: 14px;
  padding-bottom: 12px;
  font-weight: 700;
  padding-top: 30px;
}
.main-business-section .slide-item .desc a p.kr-title {
  font-size: 26px;
  font-weight: 900;
}
.main-business-section .slide-item .desc p.desc {
  color: #5d5d5d;
  font-size: 18px;
  padding: 12px 14px;
}

@media (max-width: 550px) {
  .main-business-section .slide-item .desc p.desc {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .main-business-section .slide-item img {
    width: auto;
    height: auto;
    object-fit: cover;
  }
  .main-business-section .slide-item .img-box {
    height: auto;
  }
}

/* ------------------------------
 * main - parallax
------------------------------ */
.main-parallax-section {
  padding-top: 220px;
  padding-bottom: 280px;
}
.main-parallax-section .caption {
  text-align: center;
}
.main-parallax-section .caption p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.main-parallax-section .caption h2 {
  font-size: 36px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}

/* ------------------------------
 * main - skill
------------------------------ */
.main-skill-section {
  padding-bottom: 220px;
}
.main-skill-section .col-img {
  position: relative;
}
.main-skill-section .col-img img {
  display: block;
  box-shadow: 20px 20px 40px -8px rgba(0, 0, 0, 0.16);
}
.main-skill-section .col-img .img-point01 {
  position: relative;
  z-index: 1;
}
.main-skill-section .col-img .img-point02 {
  position: absolute;
  top: 90px;
  left: 110px;
  z-index: 2;
}
.main-skill-section .col-text {
  padding-top: 12%;
}
.main-skill-section .col-text h2 {
  font-size: 42px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0;
}
.main-skill-section .col-text h3 {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  margin: 20px 0 30px;
}
.main-skill-section .col-text p {
  font-size: 14px;
  color: #777;
  line-height: 1.85;
}
.main-skill-section .col-text .progress-group {
  margin-top: 30px;
}
.main-skill-section .col-text .progress-group .progress-heading {
  position: relative;
  margin-bottom: 15px;
}
.main-skill-section .col-text .progress-group .progress-heading span {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  letter-spacing: 0;
}
.main-skill-section .col-text .progress-group .progress-heading .percent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-skill-section
  .col-text
  .progress-group
  .progress-heading
  .percent
  .percent-text {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s ease;
}
.main-skill-section
  .col-text
  .progress-group.active
  .progress-heading
  .percent
  .percent-text {
  opacity: 1;
}
.main-skill-section
  .col-text
  .progress-group
  .progress-heading
  .percent
  .percent-text:after {
  content: "%";
}
.main-skill-section .col-text .progress-group .progress-wrap {
  position: relative;
  height: 5px;
  overflow: hidden;
}
.main-skill-section .col-text .progress-group .progress-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #00d2ff, #3a7bd5);
}

/* ------------------------------
 * main - animated background 02
------------------------------ */
.main-animate-section02 {
  padding-top: 100px;
  padding-bottom: 140px;
}
.main-animate-section02 .review-slider .slide-item {
  padding: 0 100px;
  text-align: center;
  outline: 0;
}
.main-animate-section02 .review-slider .slide-item .icon {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}
.main-animate-section02 .review-slider .slide-item .icon img {
  display: inline-block;
}
.main-animate-section02 .review-slider .slide-item p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
}
.main-animate-section02 .review-slider .slide-item p + span {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: 25px;
  opacity: 0.8;
}
.main-animate-section02 .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  z-index: 10;
}
.main-animate-section02 .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}
.main-animate-section02 .slick-dots li button {
  width: 8px;
  height: 8px;
  text-indent: -9999em;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.25s, height 0.25s, background-color 0.25s;
  outline: 0;
}
.main-animate-section02 .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

/* ------------------------------
 * main - notice section
------------------------------ */
.main-notice-section .col-notice .col-inner {
  padding: 36px;
  border: 1px solid #dee2e6;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.main-notice-section .col-notice .col-inner:hover {
  border-color: transparent;
  box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.08);
}
.main-notice-section .col-notice .col-inner .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #5c7cfa;
}
.main-notice-section .col-notice .col-inner .category a {
  color: #5c7cfa;
}
.main-notice-section .col-notice .col-inner h3 {
  display: -webkit-box;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0;
  height: 57px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-notice-section .col-notice .col-inner h3 a {
  color: #333;
  transition: color 0.25s;
}
.main-notice-section .col-notice .col-inner h3 a:hover {
  color: #5c7cfa;
}
.main-notice-section .col-notice .col-inner p {
  display: -webkit-box;
  font-size: 15px;
  color: #777;
  line-height: 1.8;
  height: 54px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-notice-section .col-notice .col-inner .date {
  display: inline-block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

/* ------------------------------
 * main - map
------------------------------ */
.main-map-section {
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}
.main-map-section .visible-map {
  display: block;
  width: 100%;
  height: 600px;
  transition: all 0.4s ease-in-out;
}
.main-map-section .hide-map {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}
.main-map-section .container-lg {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 5;
  transition: transform 0.4s ease-in-out;
}
.main-map-section .map-info {
  padding: 100px 100px 80px;
  background-color: #5c7cfa;
  box-shadow: 40px 40px 80px -12px rgba(0, 0, 0, 0.24);
}
.main-map-section .map-info .col-info .contact-heading {
  margin-bottom: 30px;
}
.main-map-section .map-info .col-info .contact-heading h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.main-map-section .map-info .col-info .contact-heading span {
  float: right;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  opacity: 0.7;
}
.main-map-section .map-info .col-info p {
  color: #fff;
  line-height: 1.9;
}
.main-map-section .map-info .col-info p + p {
  margin-top: 25px;
}
.main-map-section .map-info .col-info p a {
  color: #fff;
}
.main-map-section .map-info .col-info .btn-detail {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  margin-top: 40px;
  opacity: 0.8;
  transition: opacity 0.28s ease-in-out;
}
.main-map-section .map-info .col-info .btn-detail:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin-top: 12px;
  background-color: #fff;
  transition: width 0.28s ease-in-out;
}
.main-map-section .map-info .col-info .btn-detail i {
  margin-left: 15px;
}
.main-map-section .map-info .col-info .btn-detail:hover {
  opacity: 1;
}
.main-map-section .map-info .col-info .btn-detail:hover:after {
  width: 100%;
}
.main-map-section .map-info .col-info h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.main-map-section .map-info .col-info h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.main-map-section .map-info .col-info h2 a {
  color: #fff;
}
.main-map-section .map-info .col-info h4 + p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.main-map-section .btn-close {
  position: fixed;
  top: 100px;
  right: 100px;
  width: 80px;
  height: 80px;
  font-size: 42px;
  color: #fff;
  line-height: 1 !important;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #5c7cfa;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px 2px rgba(59, 91, 219, 0.45);
  transition: all 0.3s;
  outline: 0;
  z-index: 980;
}
.main-map-section .btn-close:hover {
  background-color: #3b5bdb;
  transform: rotate(180deg);
}
body.fixed-map {
  height: 100%;
  overflow-y: hidden;
}
body.fixed-map #header {
  opacity: 0;
  visibility: hidden;
}
body.fixed-map .main-map-section .visible-map {
  opacity: 0;
}
body.fixed-map .main-map-section .hide-map {
  transform: translateY(0);
}
body.fixed-map .main-map-section .btn-close {
  opacity: 1;
  visibility: visible;
}
body.fold-map .main-map-section .container-lg {
  transform: scaleX(0);
}

/* ------------------------------
 * main - about section
------------------------------ */
/* 20230508 eyj 수정 */
.main-section.main-about-section {
  display: none;
}
/* ------------------- */
.main-about-section .row .col-item {
  text-align: center;
}
.main-about-section .row .col-item .img-box {
  margin-bottom: 25px;
}
.main-about-section .row .col-item .img-box img {
  padding: 15px 15px;
  border: 2px solid #3d201a;
  border-radius: 50%;
}
.main-about-section .row .col-item .desc h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 900;
  color: #3d201a;
  letter-spacing: -0.05em;
}
.main-about-section .row .col-item .desc p {
  font-size: 16px;
  color: #898989;
  letter-spacing: -0.05em;
  line-height: 1.71;
}

/* ------------------------------
 * main - partner section
------------------------------ */
/* 20230508 eyj 수정 */
.animated-bg-section.main-partner-section {
  display: none;
}
/* ------------------- */
.main-partner-section {
  background-color: #efefef;
  padding: 60px 0;
}

/* ------------------------------
 * main - global
------------------------------ */
.global-section .network-img {
  background-image: url(../images/main_global_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.global-section .network-img .spacer {
  padding-bottom: 53.6666%;
}

/* ------------------------------
 * main - introduce
 2023.05.12 eyj
------------------------------ */
.main-section.global-section {
  background-image: url(../images/main-company-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 180px;
  padding-bottom: 122px;
}
.main-section.global-section .section-heading {
  margin-bottom: 63px;
}
.main-section.global-section h2,
.main-section.global-section p {
  color: #fff;
}
.introduce.container-fhd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  padding: 0 10px;
  max-width: 1520px;
  width: 100%;
}
.introduce.container-fhd .introduce-item {
  background-color: #1d2323;
  height: 445px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.introduce.container-fhd .introduce-item > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.introduce.container-fhd .introduce-item p {
  text-align: center;
  padding: 0px 15px;
}
.introduce.container-fhd .introduce-item p:first-child {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.introduce.container-fhd .introduce-item p:first-child span {
  font-size: 24px;
  font-weight: 500;
}
.introduce.container-fhd .introduce-item p:last-child {
  font-size: 16px;
  margin-top: 30px;
}
.introduce.container-fhd .introduce-item hr.line {
  width: 10%;
  margin: 0 auto !important;
}
.introduce.container-fhd .introduce-item:nth-child(1) {
  background-image: url(../images/main-introduce-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.introduce.container-fhd .introduce-item:nth-child(2) {
  background-image: url(../images/main-introduce-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.introduce.container-fhd .introduce-item:nth-child(3) {
  background-image: url(../images/main-introduce-03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.introduce.container-fhd .introduce-item:nth-child(4) {
  background-image: url(../images/main-introduce-04.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.introduce.container-fhd .introduce-item:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #182841;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
.introduce.container-fhd .introduce-item:hover:after {
  opacity: 0.7;
  height: 100%;
}

@media (max-width: 900px) {
  .introduce.container-fhd {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 0 15px;
  }
}

@media (max-width: 550px) {
  .introduce.container-fhd .introduce-item p:first-child {
    font-size: 22px;
  }
  .introduce.container-fhd .introduce-item p:first-child span {
    font-size: 20px;
  }
  .introduce.container-fhd .introduce-item p:last-child {
    font-size: 16px;
  }
  .introduce.container-fhd .introduce-item p {
    word-break: keep-all;
  }
  .introduce.container-fhd .introduce-item p:nth-child(2) br,
  .introduce.container-fhd .introduce-item p:last-child br {
    display: none;
  }
  .main-section.global-section .section-heading,
  .main-section.main-business-section-container .section-heading {
    margin-bottom: 40px;
  }
  .main-section .section-heading p,
  .main-section.main-business-section-container .section-heading p {
    margin-top: 15px;
  }
  .introduce.container-fhd .introduce-item p:first-child {
    margin-bottom: 15px;
  }
  .introduce.container-fhd .introduce-item p:last-child {
    margin-top: 15px;
  }
}

@media (max-width: 400px) {
  .introduce.container-fhd .introduce-item p:first-child {
    font-size: 20px;
  }
  .introduce.container-fhd .introduce-item p:first-child span {
    font-size: 18px;
  }
  .introduce.container-fhd .introduce-item p:last-child {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .introduce.container-fhd .introduce-item p:first-child {
    font-size: 18px;
  }
  .introduce.container-fhd .introduce-item p:first-child span {
    font-size: 16px;
  }
  .introduce.container-fhd .introduce-item p:last-child {
    font-size: 12px;
  }
}

/* ------------------------------
 * main - product section
------------------------------ */
.main-product-section .row .col-item {
  text-align: center;
  margin-bottom: 70px;
}
.main-product-section .row .col-item .img-box {
  overflow: hidden;
}
.main-product-section .row .col-item .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.main-product-section .row .col-item:hover .img-box img {
  transform: scale(1.1);
}
.main-product-section .row .col-item .desc a {
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #3e3a39;
  margin-top: 25px;
  transition: all 0.3s ease;
}
.main-product-section .row .col-item .desc a:hover {
  background-color: #3e3a39;
}
.main-product-section .row .col-item .desc a:hover span {
  color: #fff;
}
.main-product-section .row .col-item .desc a span {
  position: relative;
  font-size: 16px;
  color: #3e3a39;
  letter-spacing: -0.025em;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.main-product-section .row .col-item .desc a span:before {
  content: "\e940";
  font-family: "xeicon";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.main-product-section .row .col-item .desc a span:after {
  content: "\e940";
  font-family: "xeicon";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: -27px;
}

/* ------------------------------
 * sub - common
------------------------------ */
.sub-section {
  padding-top: 60px;
  padding-bottom: 100px;
}
section.about-who-section {
  padding-top: 0px;
}
.sub-section .main-heading {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.sub-section .main-heading h2 {
  font-size: 32px;
  font-weight: 900;
  color: #382b28;
  letter-spacing: -0.05em;
  line-height: 1.35;
}
.sub-section .main-heading p {
  color: #777;
  line-height: 1.6;
  margin-top: 15px;
  font-size: 18px;
}
.sub-section .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.sub-section .section-heading h3 {
  font-size: 32px;
  color: #333;
}
.sub-section .section-heading.light h3 {
  color: #fff;
}
.sub-section .section-heading p {
  margin-top: 20px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.75;
}
.sub-section .sub-heading h3 {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #3d201a !important;
  letter-spacing: -0.05em;
}
.sub-section .sub-heading p {
  font-size: 22px !important;
  color: #3d201a !important;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.sub-section .sub-heading p strong {
  font-weight: 900 !important;
}
.sub-section .bottom-btn {
  text-align: center;
  padding-top: 60px;
}
.dropdown-nav-section {
  border-bottom: 1px solid #e9e9e9;
}
.dropdown-nav-section .link-home {
  float: left;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  line-height: 60px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.dropdown-nav-section .dropdown-wrap {
  position: relative;
  float: left;
}
.dropdown-nav-section .dropdown-wrap > a {
  position: relative;
  display: block;
  height: 60px;
  padding: 0 25px;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 60px;
  border-right: 1px solid #e9e9e9;
}
.dropdown-nav-section .dropdown-wrap > a:after {
  content: "\e941";
  position: absolute;
  right: 25px;
  font-family: "xeicon";
  transition: transform 0.3s;
}
.dropdown-nav-section .dropdown-wrap > a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.dropdown-nav-section .dropdown-wrap > .dropdown {
  display: none;
  position: absolute;
  left: -1px;
  right: 0;
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
}
.dropdown-nav-section .dropdown-wrap > .dropdown li a {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  padding: 10px 20px;
}
.dropdown-nav-section .dropdown-wrap > .dropdown li a:hover {
  color: #333;
  background-color: #f8f8f8;
}
.dropdown-nav-section .dropdown-wrap > .dropdown li.is-active a {
  color: #fff;
  background-color: #3d201a;
}
.dropdown-nav-section .dropdown-02 > a {
  color: #3d201a;
}

/* 2023.05.13 eyj 추가 */
.dropdown-nav-section {
  position: relative;
  z-index: 20;
  background-color: #fff;
  display: block;
}
.dropdown-nav-section .link-home {
  display: none;
}
.dropdown-nav-section .container-lg {
  width: 100%;
  max-width: 1700px;
}
.dropdown-wrap.dropdown-01 {
  display: none;
}
.dropdown-nav-section .dropdown-wrap.dropdown-02 {
  width: 100%;
}
.dropdown-wrap.dropdown-02 > a {
  display: none;
}
.dropdown-nav-section .dropdown-wrap.dropdown-02 > .dropdown {
  display: flex;
  position: relative;
  justify-content: center;
  border: 0;
  box-shadow: none;
  gap: 50px;
  flex-flow: row wrap;
}
.dropdown-nav-section .dropdown-wrap.dropdown-02 > .dropdown a {
  text-align: center;
}
.dropdown-nav-section .dropdown-wrap.dropdown-02 > .dropdown li.is-active a {
  color: #223455;
  background-color: unset;
  font-weight: 900;
}
.dropdown-wrap.dropdown-02 .dropdown-br {
  display: block;
}
@media (max-width: 805px) {
  /* .dropdown-nav-section .dropdown-wrap.dropdown-02 > ul.dropdown.about {display: grid; grid-template-columns: 1fr 1fr; grid-row-gap: 20px;} */
}
@media (max-width: 1471px) {
  .dropdown-nav-section .dropdown-wrap.dropdown-02 > ul.dropdown.business {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
  }
}
@media (max-width: 931px) {
  /* .dropdown-nav-section .dropdown-wrap.dropdown-02 > ul.dropdown.business {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-row-gap: 20px;} */
}
@media (max-width: 931px) {
  /* .dropdown-nav-section .dropdown-wrap.dropdown-02 > ul.dropdown.business {display: grid; grid-template-columns: 1fr 1fr; grid-row-gap: 20px;} */
}

/* 2023.06.20 eyj 추가 */
.subnavBtn-container {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0;
  display: none;
  text-align: center;
}
.subnavBtn-container .subnavBtn {
  text-decoration: none;
  color: #000;
  position: relative;
  margin-left: 15px;
  color: #223455;
  font-weight: 900;
}
.subnavBtn-container .subnavBtn:after {
  content: "";
  background-image: url(../images/more_icon.png);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: -30px;
  z-index: 10;
  transition: transform 0.25s ease;
}
.subnavBtn-container .subnavBtn.is-open:after {
  transform: rotate(180deg);
}
@media (max-width: 931px) {
  .dropdown-nav-section {
    display: none;
  }
  .subnavBtn-container {
    display: block;
  }
  .dropdown-nav-section .container-lg {
    max-width: unset;
    overflow-x: auto;
  }
  .dropdown-nav-section .dropdown-wrap.dropdown-02 > ul.dropdown {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 90%;
    justify-content: start;
  }
  .dropdown-nav-section .dropdown-wrap.dropdown-02 > ul.dropdown li a {
    white-space: nowrap;
  }
}

/* ------------------------------
 * sub - hero
------------------------------ */
#sub-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
}
#sub-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 5s ease;
}
#sub-hero.is-loaded .hero-bg {
  transform: scale(1);
}
#sub-hero.hero-01 .hero-bg {
  background-image: url(../images/sub_hero_img1.jpg);
}
#sub-hero.hero-01 .hero-bg.business-01 {
  background-image: url(../images/businessSub/business-sub-bg-01.png);
}
#sub-hero.hero-01 .hero-bg.business-02 {
  background-image: url(../images/businessSub/business-sub-bg-02.png);
}
#sub-hero.hero-01 .hero-bg.business-03 {
  background-image: url(../images/businessSub/business-sub-bg-03.png);
}
#sub-hero.hero-01 .hero-bg.business-04 {
  background-image: url(../images/businessSub/business-sub-bg-04.png);
}
#sub-hero.hero-01 .hero-bg.business-05 {
  background-image: url(../images/businessSub/business-sub-bg-05.png);
}
#sub-hero.hero-01 .hero-bg.business-06 {
  background-image: url(../images/businessSub/business-sub-bg-06.png);
}
#sub-hero.hero-01 .hero-bg.business-07 {
  background-image: url(../images/businessSub/business-sub-bg-07.png);
}
#sub-hero.hero-01 .hero-bg.business-08 {
  background-image: url(../images/businessSub/business-sub-bg-08.png);
}
#sub-hero.hero-01 .hero-bg.business-09 {
  background-image: url(../images/businessSub/business-sub-bg-09.png);
}
#sub-hero.hero-01 .hero-bg.business-10 {
  background-image: url(../images/businessSub/business-sub-bg-10.png);
}
#sub-hero.hero-01 .hero-bg.business-11 {
  background-image: url(../images/businessSub/business-sub-bg-11.png);
}
#sub-hero.hero-02 .hero-bg {
  background-image: url(../images/sub_hero_img2.jpg);
}
#sub-hero.hero-03 .hero-bg {
  background-image: url(../images/sub_hero_img3.jpg);
}
#sub-hero.hero-04 .hero-bg {
  background-image: url(../images/sub_hero_img4.jpg);
}
#sub-hero.hero-05 .hero-bg {
  background-image: url(../images/sub_hero_img5.jpg);
}
#sub-hero.hero-06 .hero-bg {
  background-image: url(../images/sub_hero_img6.jpg);
}
#sub-hero .hero-caption {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#sub-hero .caption-cell {
  display: table-cell;
  text-align: center;
  padding-top: 60px;
  vertical-align: middle;
}
#sub-hero .caption-cell h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
}
#sub-hero .caption-cell p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 15px;
}

/* 2023.06.30 eyj 추가 */
@media (max-width: 550px) {
  #sub-hero {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  #sub-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: transform 4s ease;
  }
  #sub-hero.is-loaded .hero-bg {
    transform: scale(1);
  }
  #sub-hero.hero-01 .hero-bg.business-01 {
    background-image: url(../images/businessSub/business-sub-bg-mob-01.png);
  }
  #sub-hero.hero-01 .hero-bg.business-02 {
    background-image: url(../images/businessSub/business-sub-bg-mob-02.png);
  }
  #sub-hero.hero-01 .hero-bg.business-03 {
    background-image: url(../images/businessSub/business-sub-bg-mob-03.png);
  }
  #sub-hero.hero-01 .hero-bg.business-04 {
    background-image: url(../images/businessSub/business-sub-bg-mob-04.png);
  }
  #sub-hero.hero-01 .hero-bg.business-05 {
    background-image: url(../images/businessSub/business-sub-bg-mob-05.png);
  }
  #sub-hero.hero-01 .hero-bg.business-06 {
    background-image: url(../images/businessSub/business-sub-bg-mob-06.png);
  }
  #sub-hero.hero-01 .hero-bg.business-07 {
    background-image: url(../images/businessSub/business-sub-bg-mob-07.png);
  }
  #sub-hero.hero-01 .hero-bg.business-08 {
    background-image: url(../images/businessSub/business-sub-bg-mob-08.png);
  }
  #sub-hero.hero-01 .hero-bg.business-09 {
    background-image: url(../images/businessSub/business-sub-bg-mob-09.png);
  }
  #sub-hero.hero-01 .hero-bg.business-10 {
    background-image: url(../images/businessSub/business-sub-bg-mob-10.png);
  }
}

/* ------------------------------
 * sub - ceo gtreeting
------------------------------ */

.ceo-greeting .img-box {
  background-image: url(../images/greeting_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.ceo-greeting .img-box .spacer {
  padding-bottom: 53.33333%;
}
.ceo-greeting .greeting-box {
  position: absolute;
  top: 50%;
  margin-top: -260px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ceo-greeting .greeting-box h4 {
  font-size: 24px;
  color: #3e3a39;
  letter-spacing: -0.05em;
  line-height: 1.40625;
  margin-left: 60px;
}
.ceo-greeting .greeting-box h4 strong {
  font-weight: 900;
}
.ceo-greeting .ceo-box {
  padding: 60px 0;
  background-color: #efefef;
  margin-top: -10px;
}
.ceo-greeting .ceo-box .container-lg {
  position: relative;
}
.ceo-greeting .ceo-box .container-lg .ceo-img {
  position: absolute;
  bottom: -130px;
  right: 80px;
  text-align: center;
}
.ceo-greeting .ceo-box .container-lg .ceo-img p {
  margin-top: 40px;
  font-size: 16px;
  color: #3e3a39;
  vertical-align: middle;
}
.ceo-greeting .ceo-box .container-lg .ceo-img p img {
  margin-left: 5px;
}
.ceo-greeting .ceo-box .ceo-history {
  margin-left: 60px;
}
.ceo-greeting .ceo-box .ceo-history li {
  position: relative;
  font-size: 16px;
  color: #3e3a39;
  letter-spacing: -0.025em;
  padding-left: 10px;
}
.ceo-greeting .ceo-box .ceo-history li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #3e3a39;
  position: absolute;
  top: 10px;
  left: 0;
}
.ceo-greeting .ceo-box .ceo-history li + li {
  margin-top: 10px;
}
.ceo-greeting .ceo-box .ceo-history li span {
  font-weight: 900;
  margin-right: 20px;
}
.ceo-greeting .ceo-txt h5 {
  font-size: 18px;
  font-weight: 900;
  color: #3e3a39;
}
.ceo-greeting .ceo-txt h5:after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background-color: #3e3a39;
  margin: 30px auto;
}
.ceo-greeting .ceo-txt p {
  font-size: 16px;
  color: #3e3a39;
  line-height: 1.75;
}
.ceo-greeting .ceo-txt p + p {
  margin-top: 30px;
}

/* 2023.05.15 eyj 수정 */
.sub-section p.sub-about-title {
  font-size: 32px;
  color: #1d2f51;
  margin-bottom: 60px;
  font-weight: 900;
  text-align: center;
}
.sub-section p.sub-about-title span {
  font-weight: 500;
}

.sub-section.ceo-greeting {
  position: relative;
  z-index: 20;
}
.ceo-greeting .about-img {
  height: 610px;
}
@media (max-width: 920px) {
  .ceo-greeting .about-img {
    height: 510px;
  }
}
@media (max-width: 780px) {
  .ceo-greeting .about-img {
    height: 360px;
  }
}
@media (max-width: 560px) {
  .ceo-greeting .about-img {
    height: 260px;
  }
}
.sub-section.ceo-greeting .container-fhd {
  padding: 15px;
}
.sub-section.ceo-greeting .container-fhd p {
  text-align: center;
}
.sub-section.ceo-greeting .container-fhd p:first-child {
  font-size: 32px;
  color: #1d2f51;
  margin-bottom: 60px;
  font-weight: 900;
}
.sub-section.ceo-greeting .container-fhd p:first-child span {
  font-size: 32px;
  font-weight: 500;
}
.sub-section.ceo-greeting .container-fhd p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 33px;
  color: #1d2323;
}
.sub-section.ceo-greeting .container-fhd p:last-child {
  font-size: 16px;
  margin-bottom: 65px;
  font-weight: 300;
  color: #1d2323;
}
.ceo-greeting .about-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* about partners page */
.sub-section.partners .container-fhd {
  padding: 0 15px;
  width: 1400px;
}
@media (max-width: 1399px) {
  .sub-section.partners .container-fhd {
    width: 100%;
  }
}
.partners-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
}
.partners-grid-container div {
  text-align: center;
  position: relative;
}
.partners-grid-container div > div:first-child {
  border: 1px solid #e0e0e0;
  height: 175px;
  padding: 30px;
  cursor: pointer;
}
.partners-grid-container div > div:last-child {
  border: 1px solid #e0e0e0;
  border-top: 0;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.partners-grid-container div img {
  height: 100%;
  object-fit: contain;
}
.partners-grid-container div p {
  font-size: 18px;
  line-height: 28px;
  color: #454a4a;
}
@media (max-width: 780px) {
  .partners-grid-container {
    grid-gap: 10px;
  }
  .partners-grid-container div p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* about visual section */
/* 2023.05.24 eyj 추가 */
section.about-who-section.sub-section p.sub-page-title {
  text-align: left;
  color: #fff;
  position: relative;
}
section.about-who-section.sub-section p.sub-page-title:after {
  content: "";
  border-top: 3px solid #fff;
  position: absolute;
  top: -24px;
  left: 0;
  width: 40px;
}
section.about-who-section.sub-section .about-visual h3 {
  text-align: left;
}

/* 2023.06.11 eyj 추가 */
div.container-100 {
  padding: 100px 0 0px;
  margin-bottom: 100px;
  background-color: #f8f8f8;
}

.about-visual-section .about-visual {
  padding: 100px 0 10px 0;
  background-image: url(../images/about_visual_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-visual-section .about-visual h3 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
.about-visual-section .about-visual h3 strong {
  font-weight: normal;
}
.about-visual-section .about-visual .col-visual {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.about-visual-section .about-visual .col-visual:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.about-visual-section .about-visual .col-visual .icon-wrap {
  font-size: 48px;
  color: #fff;
}
.about-visual-section .about-visual .col-visual h4 {
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  margin: 25px 0 15px;
}
.about-visual-section .about-visual .col-visual p {
  color: #fff;
  line-height: 1.7;
  padding: 0 10px;
  opacity: 0.8;
}

/* about summary section */
.about-summary-section .summary-heading {
  margin-bottom: 50px;
  font-size: 17px;
  color: #555;
  line-height: 1.75;
  text-align: center;
}
.about-summary-section .summarylist dt,
.about-summary-section .summarylist dd {
  font-size: 15px;
  line-height: 1.6;
}
.about-summary-section .summarylist dt {
  font-weight: 700;
  color: #222;
}
.about-summary-section .summarylist dd {
  color: #666;
  opacity: 0.8;
}
.about-summary-section .summarylist .list-inner {
  padding: 18px 15px;
  border-top: 1px solid transparent;
}
.about-summary-section .summarylist dt .list-inner {
  border-color: #222;
}
.about-summary-section .summarylist dd .list-inner {
  border-color: #d9d9d9;
}

/* about mision section */
.about-mission-section .sub-heading h3:after {
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  background-color: #3e3a39;
  margin: 15px auto;
}
/* 2023.05.28 eyj 추가 */
.sub-section.about-mission-section img {
  margin-bottom: 50px;
}
.sub-section.about-mission-section img.last-item {
  margin-bottom: 0;
}
.sub-page-title.top-line {
  text-align: left !important;
  margin-bottom: 30px !important;
}
.top-line {
  position: relative;
}
.top-line:after {
  content: "";
  border-top: 3px solid #1d2f51;
  position: absolute;
  top: -24px;
  left: 0;
  width: 40px;
}

/* about vision section */
.about-vision-section .sub-heading h3:after {
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  background-color: #3e3a39;
  margin: 15px auto;
}
.about-vision-section .row .row-top .col-item .circle-outer {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.about-vision-section .row .row-top .col-item:first-child .circle-outer {
  background-color: #196cad;
}
.about-vision-section .row .row-top .col-item:nth-child(2) .circle-outer {
  background-color: #5bc2e8;
}
.about-vision-section .row .row-top .col-item:last-child .circle-outer {
  background-color: #d3d3d4;
}
.about-vision-section .row .row-top .col-item .circle-outer .circle-inner {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px -10px rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.about-vision-section
  .row
  .row-top
  .col-item
  .circle-outer
  .circle-inner
  .circle-content {
  width: 100%;
  text-align: center;
}
.about-vision-section
  .row
  .row-top
  .col-item
  .circle-outer
  .circle-inner
  .circle-content
  h4 {
  font-size: 18px;
  color: #3e3a39;
  letter-spacing: -0.05em;
  margin-top: 10px;
}
.about-vision-section .vision-process {
  max-width: 650px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.about-vision-section .vision-process > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-vision-section .vision-process > ul li .img-box {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #d3d3d4;
  border-radius: 50%;
  line-height: 100px;
}
.about-vision-section .vision-process > ul li .img-box:before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #d3d3d4;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -2;
}
.about-vision-section .vision-process > ul li:last-child .img-box:before {
  content: "";
  display: none;
}
.about-vision-section .vision-process > ul li .img-box img {
}
.about-vision-section .vision-process > ul li p {
  font-size: 16px;
  color: #3e3a39;
  line-height: 1.125;
  letter-spacing: -0.05em;
  margin-top: 10px;
}
.about-vision-section .vision-process > ul li p strong {
  font-weight: 900;
}

/* 2023.05.18 eyj 추가 */

img.pc {
  display: block;
  width: 100%;
}
img.mo {
  display: none;
  width: 100%;
}
@media (max-width: 998px) {
  .sub-section.about-visual-section .about-visual-main-text br.pc-br {
    display: none;
  }
}

@media (max-width: 767px) {
  img.pc {
    display: none;
  }
  img.mo {
    display: block;
  }
  .sub-section.about-summary-section p:nth-child(2) br {
    display: none;
  }
  .sub-section.business-section img.mo {
    margin-top: 30px;
  }
}

/* ------------------- */

/* history section */
.history-wrap {
  position: relative;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 125px;
  z-index: 5;
}
.history-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  margin-left: -0.5px;
  background-color: #412210;
  z-index: -1;
}
.history-wrap .history-group {
  text-align: center;
}
.history-wrap .history-group + .history-group {
  margin-top: 64px;
}
.history-wrap .history-group > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.history-wrap .year-subject {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  padding: 4px;
  background-color: #412210;
}
.history-wrap .col-history {
  padding-left: 20px;
  padding-right: 20px;
}
.history-wrap .col-history + .col-history {
  margin-top: 38px;
}
.history-wrap .col-history figure {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #412210;
}
.history-wrap .col-history figure img {
  display: block;
  width: 100%;
}
.history-wrap .col-history figure::before,
.history-wrap .col-history figure::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
}
.history-wrap .col-history figure::before {
  top: 8px;
  left: 100%;
  border: 10px solid transparent;
  border-left-color: #412210;
}
.history-wrap .col-history figure::after {
  top: 10px;
  left: calc(100% + 13px);
  width: 16px;
  height: 16px;
  border: 4px solid #412210;
  border-radius: 50%;
  background-color: #fff;
}
.history-wrap .col-history figure figcaption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  right: 8px;
  text-align: left;
  padding: 8px 12px;
  background-color: rgba(65, 34, 16, 0.8);
  z-index: 5;
}
.history-wrap .col-history figure figcaption h5 {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  margin-bottom: 6px;
}
.history-wrap .col-history figure figcaption p {
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.05em;
}

.history-wrap .col-history.rightside figure::before {
  left: auto;
  right: 100%;
  border-left-color: transparent;
  border-right-color: #412210;
}
.history-wrap .col-history.rightside figure::after {
  left: auto;
  right: calc(100% + 13px);
}

/* 2023.05.17 eyj 추가 */
section.history-section .main-heading.text-box p {
  text-align: left;
  font-size: 25px;
  color: #666;
  font-weight: 600;
  margin-bottom: 40px;
}
section.history-section .main-heading.text-box p:last-child {
  font-size: 20px;
  font-weight: 400;
}
section.history-section .text-box p {
  font-size: 18px;
}
section.history-section .text-box p.year {
  font-weight: 900;
  padding: 40px 0 0px 0;
}
section.history-section .text-box p.text.kr {
  padding: 0 0 0px 0;
}
section.history-section .text-box {
  max-width: 740px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
section.history-section .img-box {
  color: #fff;
  margin-top: 50px;
  max-width: 740px;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 720px) {
  section.history-section .img-box {
    padding: 0px;
  }
}

@media (max-width: 640px) {
  section.history-section .pc-br {
    display: none;
  }
}

/* location section */
.location-section .map-container {
  position: relative;
  height: 500px;
  margin-bottom: 100px;
  background-color: #f4f4f4;
  box-shadow: 60px 60px 80px -40px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.location-section .map-container iframe {
  width: 100%;
  height: 100%;
}
.location-section .col-heading h3 {
  font-size: 38px;
  font-weight: 300;
  color: #333;
  line-height: 1.3;
  transition: color 0.2s;
}
.location-section .col-info dl {
  padding: 40px 40px 32px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #e5e5e5;
  transition: border-color 0.2s;
}
.location-section .col-info dl dt,
.location-section .col-info dl dd {
  line-height: 1.7;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.location-section .col-info dl dt {
  clear: left;
  float: left;
  min-width: 110px;
  font-weight: normal;
  color: #333;
}
.location-section .col-info dl dt span {
  font-size: 12px;
  font-weight: 500;
}
.location-section .col-info dl dd {
  margin-left: 120px;
  color: #777;
}
.location-section .col-info dl dd a {
  color: #777;
  transition: color 0.2s;
}

/* network section */
.network-section .map-box {
  text-align: center;
  padding-top: 50px;
  position: relative;
}
.network-section .map-box .map-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -380px;
}
.network-section .map-box .map-list > ul {
  font-size: 0;
  text-align: left;
}
.network-section .map-box .map-list > ul li {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  color: #014fa0;
  letter-spacing: -0.05em;
  padding-left: 25px;
}
.network-section .map-box .map-list > ul li:last-child {
  color: #3e3a39;
}
.network-section .map-box .map-list > ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 5px solid;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
}
.network-section .map-box .map-list > ul li:first-child:before {
  border-color: #014fa0;
}
.network-section .map-box .map-list > ul li:last-child:before {
  border-color: #3e3a39;
}
.network-section .map-box .map-title {
  margin-bottom: 30px;
}
.network-section .map-box .map-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  color: #3e3a39;
  padding: 10px 25px;
  background-color: #eeefef;
  border-radius: 30px;
}

/* ------------------------------
 * sub - partner
------------------------------ */
.partner-section .partner-wrap {
  padding: 50px 0;
  background-color: #fff;
}
.partner-section .partner-wrap .row .col-item {
  margin-bottom: 50px;
}
.partner-section .partner-wrap .row .col-item img {
  margin-bottom: 10px;
}
.partner-section .partner-wrap .row .col-item p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.05em;
}

/* ------------------------------
 * sub - business
------------------------------ */
/* business section */
#sub-hero .caption-cell h2.business-sub-title {
  font-size: 32px;
}
.business-section {
  background-color: #efefef;
  padding: 75px 0;
}
.business-section .flex-row + .flex-row {
  margin-top: 30px;
}
.business-section .flex-row .col-item .business-box {
  border: 1px solid #d3d3d4;
  background-color: #fff;
  padding: 65px 55px 0;
  border-radius: 5px;
  box-shadow: 1px 5px 10px 3px rgba(0, 0, 0, 0.1);
  min-height: 310px;
}
.business-section .flex-row .col-item .business-box img {
  margin-bottom: 15px;
}
.business-section .flex-row .col-item .business-box h3 {
  font-size: 18px;
  font-weight: 900;
  color: #3e3a39;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}
.business-section .flex-row .col-item .business-box p {
  font-size: 16px;
  color: #898989;
  letter-spacing: -0.05em;
  line-height: 1.6666;
}
.business-list-section .list-box + .list-box {
  margin-top: 130px;
}
.business-list-section .list-box h3 {
  font-size: 22px;
  color: #3e3a39;
  display: inline-block;
  margin-bottom: 30px;
}
.business-list-section .list-box h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #3e3a39;
  margin-bottom: 10px;
}
.business-list-section .list-box p {
  font-size: 18px;
  color: #3e3a39;
  margin-bottom: 60px;
  letter-spacing: -0.05em;
}
.business-list-section .list-box .flex-row .col-img img {
  display: block;
  width: 100%;
}
.business-list-section .icon-wrap {
  max-width: 900px;
  margin: 30px auto 0;
}
.business-list-section .icon-wrap .icon-box {
  width: 70px;
  height: 70px;
  background-color: #3d201a;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
}
.business-list-section .icon-wrap .col-item p {
  font-size: 18px;
  color: #3e3a39;
  letter-spacing: -0.05em;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 10px;
}

.business-list-section2 .list-box + .list-box {
  margin-top: 150px;
}
.business-list-section2 .list-box .col-img img {
  width: 100%;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}
.business-list-section2 .list-box .col-txt .desc h3 {
  font-size: 22px;
  color: #3e3a39;
  display: inline-block;
  margin-bottom: 10px;
}
.business-list-section2 .list-box .col-txt .desc h3:before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background-color: #3e3a39;
  margin-bottom: 10px;
}
.business-list-section2 .list-box .col-txt .desc p {
  font-size: 18px;
  color: #3e3a39;
  letter-spacing: -0.05em;
}
.business-list-section2 .list-box .col-txt .desc .row {
  margin-top: 40px;
}
.business-list-section2 .list-box .col-txt .icon-box {
  width: 70px;
  height: 70px;
  background-color: #3d201a;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}
.business-list-section2 .list-box .col-txt .desc .row .col-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.business-list-section2 .list-box .col-txt .desc .row .col-item p {
  margin-left: 20px;
}

/* business intro section */
.business-intro-section .col-circle:first-child {
  margin-left: 30px;
  margin-right: -30px;
}
.business-intro-section .col-circle:last-child {
  margin-left: -30px;
}
.business-intro-section .col-circle .circle-outer {
  position: relative;
  padding-bottom: 100%;
}
.business-intro-section .col-circle .circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(102, 147, 251, 0.1);
}
.business-intro-section .col-circle .vertical-sizer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.business-intro-section .col-circle .icon-wrap i,
.business-intro-section .col-circle .icon-wrap ion-icon {
  font-size: 72px;
  color: #3d201a;
}
.business-intro-section .col-circle h4 {
  font-size: 21px;
  font-weight: 600;
  color: #2b2b2b;
  margin: 25px 0 10px;
}
.business-intro-section .col-circle p {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
}

/* business goal section */
.business-goal-section {
  background-image: url(../images/business_goal_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-goal-section .col-goal .goal-box .desc-box {
  position: relative;
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 30px;
  background-color: #fff;
}
.business-goal-section .col-goal .goal-box .desc-box h4 {
  font-size: 17px;
  color: #333;
  margin-bottom: 10px;
}
.business-goal-section .col-goal .goal-box .desc-box p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.7;
}

/* business process section */
.business-process-section .col-process {
  margin-bottom: 30px;
}
.business-process-section .col-process .process-box {
  position: relative;
  padding: 35px;
  height: 100%;
  background-color: #f3f5fb;
}
.business-process-section .col-process .process-box:before {
  content: "";
  position: absolute;
  display: block;
  top: 11px;
  right: -3px;
  width: 30px;
  height: 1px;
  background-color: #3d201a;
  opacity: 0.5;
  transform: rotate(-45deg);
}
.business-process-section .col-process .process-box .heading {
  margin-bottom: 20px;
}
.business-process-section .col-process .process-box .heading .num {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  color: #3d201a;
}
.business-process-section .col-process .process-box .heading span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #2b2b2b;
  margin-left: 10px;
  padding-top: 3px;
  vertical-align: top;
}
.business-process-section .col-process .process-box p {
  color: #333;
  line-height: 1.75;
}

/* business field section */
.business-field-section .col-features {
  margin-bottom: 30px;
}
.business-field-section .col-features .feature-box {
  height: 100%;
  padding: 45px 32px;
  text-align: center;
  border: 1px solid #ced4e2;
  border-radius: 5px;
  background-color: #fff;
}
.business-field-section .col-features .feature-box .icon-wrap i,
.business-field-section .col-features .feature-box .icon-wrap ion-icon {
  font-size: 60px;
  color: #3d201a;
}
.business-field-section .col-features .feature-box h4 {
  margin: 25px 0 15px;
  font-size: 16px;
  color: #000;
}
.business-field-section .col-features .feature-box p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  opacity: 0.8;
}

/* business review section */
.business-review-section {
  background-image: url(../images/business_review_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-review-section .review-slider .slide-item {
  text-align: center;
  outline: 0;
}
.business-review-section .review-slider .slide-item p {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  padding: 0 15%;
}
.business-review-section .review-slider .slide-item p:before,
.business-review-section .review-slider .slide-item p:after {
  font-family: serif;
  opacity: 0.35;
}
.business-review-section .review-slider .slide-item p:before {
  content: "“ ";
}
.business-review-section .review-slider .slide-item p:after {
  content: " ”";
}
.business-review-section .review-slider .slide-item .customer {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  opacity: 0.6;
}
.business-review-section .review-slider .slick-arrow {
  position: absolute;
  top: 25%;
  width: 52px;
  height: 30px;
  text-indent: -9999em;
  border: none;
  background-color: transparent;
  background-size: 52px 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  z-index: 5;
  transition: transform 0.3s;
}
.business-review-section .review-slider .slick-prev {
  left: 0;
  background-image: url(../images/long_arrow_prev.svg);
  transform: translateX(15px);
}
.business-review-section .review-slider .slick-next {
  right: 0;
  background-image: url(../images/long_arrow_next.svg);
  transform: translateX(-15px);
}
.business-review-section .review-slider .slick-arrow:hover {
  transform: translateX(0);
}
.business-review-section .review-slider .slick-dots {
  font-size: 0;
  text-align: center;
  padding-top: 60px;
}
.business-review-section .review-slider .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.business-review-section .review-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999em;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  outline: 0;
  opacity: 0.5;
}
.business-review-section .review-slider .slick-dots li.slick-active button {
  background-color: #3d201a;
  opacity: 0.8;
}

/* business strong section */
.business-strong-section .row-group {
  padding-top: 20px;
}
.business-strong-section .row-group .row {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.business-strong-section .row-group .row:first-child {
  border-top: 1px solid #ddd;
}
.business-strong-section .col-num {
  font-size: 84px;
  font-weight: 600;
  color: #3d201a;
  line-height: 1;
}
.business-strong-section .col-title h4 {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1.3;
}
.business-strong-section .col-info {
  padding-top: 20px;
}
.business-strong-section .col-info h5 {
  font-size: 19px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}
.business-strong-section .col-info p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.75;
}

/* business partner section */
.business-partner-section {
  background-color: #f7f7f7;
}
.business-partner-section .col-partner {
  margin-bottom: 30px;
}
.business-partner-section .partner-box {
  padding: 10px;
  height: 80px;
  text-align: center;
  background-color: #fff;
}
.business-partner-section .partner-box:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.business-partner-section .partner-box img {
  max-width: 95%;
  vertical-align: middle;
}

/* 2023.05.18 eyj 추가 */

.sub-section .business-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.sub-section .business-contents.grid-unset {
  display: block;
  text-align: center;
}
.sub-section .business-contents .business-contents-item01 > div {
  text-align: left;
}
.sub-section .business-contents .business-contents-item01 p:first-child {
  font-size: 32px;
  color: #1d2f51;
  font-weight: 900;
  margin-bottom: 50px;
}
.sub-section .business-contents .business-contents-item01 p:first-child span {
  font-weight: 500;
}
.sub-section .business-contents .business-contents-item01 p.ko-child {
  margin-bottom: 25px;
  font-size: 18px !important;
}
.sub-section .business-contents .business-contents-item01 p.ko-child span {
  font-size: 16px;
}
.sub-section .business-contents .business-contents-item01 p:nth-child(2) {
  margin-bottom: 25px;
  font-size: 18px;
}
.sub-section .business-contents .business-contents-item01 p:nth-child(3) {
  font-size: 16px;
}
.sub-section .business-contents .business-contents-item01 p.space-child {
  margin-bottom: 50px;
}
.sub-section .business-contents .business-contents-item01 p.last-child {
  margin-bottom: 100px;
}
.sub-section .business-contents .business-contents-item01 p.last-child span {
  font-size: 14px;
}
.sub-section .business-contents .business-contents-item01 p.camping {
  margin-bottom: 50px;
}
.sub-section .business-contents .business-contents-item01 p.mb-25 {
  margin-bottom: 25px;
}
.sub-section .business-contents .business-contents-item01 button {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  outline: none;
  height: 60px;
  width: 200px;
}
.sub-section .business-contents .business-contents-item01 button:focus {
  outline: none;
}
.sub-section .business-contents .business-contents-item01 button a {
  width: 100%;
  height: 100%;
}
.sub-section .business-contents .business-contents-item01 button a:hover {
  text-decoration: none;
  color: #333;
}
.sub-section .business-contents .business-contents-item02 {
  height: 500px;
}
.sub-section .business-contents .business-contents-item02 div {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.sub-section .business-contents .sub-business-01.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-01.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-02.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-02.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-03.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-03.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-04.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-04.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-05.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-05.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-06.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-06.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-07.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-07.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sub-section .business-contents .sub-business-09.business-contents-item02 div {
  background-image: url(../images/businessSub/business-sub-content-09.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* 2023.06.18 eyj 추가 */
.sub-section .container-lg.camp-cont {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .sub-section.business-section .business-contents {
    grid-template-columns: 1fr;
  }
  .sub-section.business-section .business-contents .business-contents-item02 {
    grid-row-start: 1;
  }
  .sub-section.business-section
    .business-contents
    .business-contents-item01
    > div {
    text-align: center;
  }
  .sub-section.business-section
    .business-contents
    .business-contents-item01
    p:nth-child(3) {
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .sub-section.business-section.custom-section {
    padding-top: 0;
  }
  .sub-section .business-contents .business-contents-item01 p:first-child {
    font-size: 20px;
  }
  .sub-section .business-contents .business-contents-item02 {
    padding: 40px;
  }
  .sub-section .business-contents .business-contents-item02 {
    height: 300px;
  }
  .sub-section .business-contents {
    grid-gap: 0px;
  }
}

/* 2023.05.20 eyj 추가 [business 상세페이지 설정] */
.sub-business-grid-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}
.sub-section {
  background-color: #fff;
}
.sub-section.business-section .sub-title p {
  font-size: 26px;
  color: #1d2f51;
  font-weight: 900;
  margin: 30px 0;
  text-align: center;
}
.sub-section.business-section .sub-title p span {
  font-weight: 500;
}

.sub-section.business-section .sub-title2 p {
  font-size: 18px;
  color: #1d2f51;
  font-weight: 500;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .sub-business-grid-cont {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sub-business-grid-cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .sub-business-grid-cont {
    grid-template-columns: 1fr 1fr;
  }
}

/* ------------------------------
 * sub - product
------------------------------ */
/* product section common (board type) */
.table-photo {
  margin-left: -15px;
  margin-right: -15px;
}
.table-photo * {
  font-family: inherit !important;
}
.table-photo,
.table-photo table,
.table-photo tbody,
.table-photo tr,
.table-photo td {
  display: block;
}
.table-photo > tbody > tr > td {
  float: left;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.table-photo > tbody > tr:before,
.table-photo > tbody > tr:after {
  content: "";
  display: table;
}
.table-photo > tbody > tr:after {
  clear: both;
}
.table-photo .bbsnewf5 tr:first-child a {
  position: relative;
  display: block;
  height: 270px;
  overflow: hidden;
}
.table-photo a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.table-photo > tbody > tr > td:hover a img {
  transform: scale(1.1);
}
.table-photo br {
  display: none;
}

/* product section (board type A) */
.product-section .type-a-row .col-photo {
  margin-bottom: 40px;
}
.product-section .type-a-row .col-photo figure {
  position: relative;
  height: 270px;
  overflow: hidden;
}
.product-section .type-a-row .col-photo figure a {
  display: block;
  height: 100%;
}
.product-section .type-a-row .col-photo figure a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product-section .type-a-row .col-photo:hover figure a img {
  transform: scale(1.1);
}
.product-section .type-a-row .col-photo .article-info {
  text-align: center;
  padding-top: 20px;
}
.product-section .type-a-row .col-photo .article-info h4 {
  font-size: 17px;
  font-weight: normal;
  color: #333;
  margin-bottom: 5px;
}
.product-section .type-a-row .col-photo .article-info h4 a {
  color: #333;
}
.product-section .type-a-row .col-photo .article-info .category {
  font-size: 14px;
  color: #8a8a8a;
}
.product-section .type-a-row .gallery_subject {
  padding-top: 20px;
}
.product-section .type-a-row .gallery_title {
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
  color: #333;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-section .type-a-row .gallery_etc {
  font-size: 14px;
  color: #8a8a8a;
}

/* product section (board type B) */
.product-section .type-b-row > .table-photo {
  margin-left: 0;
  margin-right: 0;
}
.product-section .type-b-row > .table-photo > tbody > tr > td {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.product-section .type-b-row .bbsnewf5 .article-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.product-section .type-b-row .bbsnewf5 .article-info {
  display: table;
  width: 100%;
  height: 100%;
}
.product-section .type-b-row .bbsnewf5 .info-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.product-section .type-b-row .bbsnewf5 .info-inner .category {
  font-size: 14px;
  color: #222;
  opacity: 0.75;
}
.product-section .type-b-row .bbsnewf5 .info-inner h4 {
  font-size: 17px;
  font-weight: normal;
  color: #222;
}
.product-section .type-b-row .bbsnewf5 .info-inner h4:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  margin: 15px auto;
  background-color: #3d201a;
  transform: rotate(-45deg);
}
.product-section .type-b-row.dark-mode .bbsnewf5 .article-overlay {
  background-color: rgba(26, 26, 30, 0.9);
}
.product-section .type-b-row.dark-mode .bbsnewf5 .info-inner .category {
  color: #fff;
}
.product-section .type-b-row.dark-mode .bbsnewf5 .info-inner h4 {
  color: #fff;
}
.product-section .type-b-row .bbsnewf5 a:hover .article-overlay {
  opacity: 1;
  transform: scale(1);
}

/* product section (html type) */
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: block !important;
  font-family: inherit;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s !important;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  transform: translateY(0);
}

/* magnific popup customizing */
.mfp-figure {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  -ms-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.mfp-figure:after {
  box-shadow: 20px 20px 80px -12px rgba(0, 0, 0, 0.5);
}
.mfp-title {
  font-size: 14px;
  line-height: 1.7;
}
.mfp-arrow:before,
.mfp-arrow:after {
  display: inline-block;
  position: static;
  margin-top: 0;
  border: none;
}
.mfp-arrow:before {
  font-family: "Ionicons";
  font-size: 38px;
  color: #fff;
}
.mfp-arrow-left:before {
  content: "\f117";
}
.mfp-arrow-right:before {
  content: "\f119";
}

/* magnific popup custom effects (2019-05-28) */
/* fade effect */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ------------------------------
 * sub - board common
------------------------------ */
.bbsnewf5 .btn-default:hover {
  color: #333 !important;
}
.board,
.bbsnewf5 {
  font-family: inherit !important;
}
.board-category {
  margin-bottom: 60px;
}
.board-category table {
  display: none;
}
.board-category ul {
  font-size: 0;
  text-align: center;
}
.board-category ul li {
  display: inline-block;
  font-size: 15px;
  margin: 0 6px;
}
.board-category ul li a {
  display: inline-block;
  color: #777;
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.board-category ul li a:hover {
  background-color: #f2f2f2;
}
.board-category ul li.is-active a {
  color: #fff;
  background-color: #3d201a;
}
.board-paging {
  padding-top: 50px;
  font-size: 0;
  text-align: center;
}
.board-paging b,
.board-paging a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border-radius: 50%;
  vertical-align: middle;
}
.board-paging b {
  color: #fff;
  background-color: #3d201a;
}
.board-paging a {
  position: relative;
  color: #777;
  background-color: #f4f4f4;
}
.board-paging a img {
  position: absolute;
  top: 11px;
  left: 11px;
}
.board-write {
  padding-top: 40px;
  text-align: right;
}
.board-search {
  padding-top: 50px;
}
.board-search td {
  padding-right: 5px;
}
.board-search select,
.board-search input[type="text"] {
  font-size: 14px;
  color: #666;
  line-height: 1.12;
  padding: 4px 12px;
  height: 38px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.board-search input[type="text"] {
  width: 160px;
}

.table-article-view {
  width: 100%;
  border-top: 1px solid #555;
}
.table-article-view * {
  font-family: inherit !important;
}
.table-article-view tr {
  height: auto;
}
.table-article-view tr td {
  font-size: 15px;
  color: #777;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.table-article-view font {
  font-size: inherit !important;
}
.table-article-view .board_bgcolor {
  width: 15%;
  background-color: #fff;
}
.table-article-view .board_description {
  padding: 10px 0 20px;
}
#post_area {
  padding: 0 !important;
  line-height: 1.75;
}
#post_area img {
  height: auto !important;
}

.board-comment-write .board_comment_bgcolor {
  margin-top: 40px;
  background-color: #fff;
}
.board-comment-write .comment_txt {
  padding: 15px !important;
  font-size: 14px;
  color: #777;
}
.board-comment-write .board_comment_bgcolor input[type="text"],
.board-comment-write .board_comment_bgcolor input[type="password"],
.board-comment-write .board_comment_bgcolor textarea {
  font-family: inherit !important;
  font-size: 14px;
  color: #777;
  height: 34px;
  padding: 4px 12px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.board-comment-write .board_comment_bgcolor textarea {
  width: calc(100% - 115px);
  height: auto;
}
.board-comment-write .btn-primary {
  height: 70px;
}

.board-comment-list .board_comment_bgcolor {
  background-color: #fff;
}
.board-comment-list .board_comment_bgcolor table {
  width: 100%;
}
.board-comment-list .board_comment_bgcolor table td {
  padding: 0 15px;
}
.board-comment-list .comment_txt {
  font-size: 13px;
  padding: 10px 15px !important;
}
.board-comment-list .comment_txt font {
  display: inline-block;
  padding-bottom: 10px;
}
.comment_name {
  font-size: 13px !important;
}
.board-view-buttons {
  padding-top: 50px;
}

.table-article-write {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #555;
}
.table-article-write * {
  font-family: inherit !important;
}
.table-article-write tr {
  height: auto;
}
.table-article-write tr td {
  font-size: 15px;
  color: #777;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.table-article-write font {
  font-size: inherit !important;
}
.table-article-write .board_bgcolor {
  width: 15%;
  background-color: #fff;
}
.table-article-write .board_bgcolor span {
  font-size: inherit !important;
}
.table-article-write .board_desc input[type="text"],
.table-article-write .board_desc input[type="password"] {
  display: inline-block;
  max-width: 100%;
  height: 43px;
  padding: 8px 12px;
  font-size: 14px !important;
  color: #555;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  outline: 0;
}
.table-write-bottom {
  width: 100%;
}
.table-write-bottom .text-center .btn-primary {
  margin-right: 4px;
}

/* ------------------------------
 * sub - customer
------------------------------ */
/* customer - list type board */
.table-board-list {
  border-top: 1px solid #222;
}
.table-board-list .thead td,
.table-board-list tbody td {
  padding: 17px 15px !important;
  border-top: none;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle !important;
}
.table-board-list .thead td {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-align: center;
  border-bottom-width: 1px !important;
}
.table-board-list .thead td + td:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #222;
}
.table-board-list .thead font {
  font-size: inherit !important;
}
.table-board-list tbody td {
  font-size: 15px;
  color: #777;
}
.table-board-list tbody td a {
  color: #333;
}
.table-board-list tbody td a:hover {
  color: #3d201a;
}

/* customer - faq */
.faq-list thead {
  display: none;
}
.faq-list .faq-type {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #495057;
}
.faq-list .board_bgcolor {
  font-family: inherit;
  width: 75px;
  background-color: #fff;
}
.faq-list .board_bgcolor:before {
  content: "Q";
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #495057;
}
.faq-list .board_bgcolor font {
  display: none;
}
.faq-list .bbsnewf5 {
  position: relative;
}
.faq-list .bbsnewf5:after {
  content: "\e943";
  font-family: "xeicon";
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 15px;
}
.faq-list .bbsnewf5 a {
  font-size: 19px;
  font-weight: 300;
}
.faq-list .answer-row {
  background-color: #f8f8f8;
}
.faq-list .answer-row .faq-type {
  float: left;
  background-color: #3d201a;
}
.faq-list .answer-row .answer-container {
  margin-left: 75px;
  color: #888;
  line-height: 1.7;
}
.faq-list .is-open .bbsnewf5 a {
  color: #3d201a;
}
.faq-list .is-open .bbsnewf5:after {
  transform: rotate(180deg);
}

/* customer - qna */
.qna-list .bbsnewf5 i {
  margin-right: 5px;
}

/* ------------------------------
 * sub - contact
------------------------------ */
.contact-section .contact-form table,
.contact-section tbody,
.contact-section .contact-form tr,
.contact-section .contact-form td {
  display: block;
  width: 100%;
  height: auto;
}
.contact-section .contact-form .formmail_title_bgcolor {
  margin-bottom: 10px;
  padding: 0 !important;
  font-family: inherit;
  text-align: left;
  background-color: transparent;
}
.contact-section .contact-form .formmail_title_bgcolor font {
  font-size: 14px;
  font-weight: 700;
  color: #333 !important;
}
.contact-section .contact-form .formmail_cell_bgcolor {
  font-family: inherit !important;
}
.contact-section .contact-form table th,
.contact-section .contact-form table td {
  font-size: 0;
  padding: 0 0 15px !important;
  border: none;
}
.contact-section .contact-form table td input[type="text"],
.contact-section .contact-form table td input[type="password"],
.contact-section .contact-form table td select,
.contact-section .contact-form table td textarea {
  display: block;
  width: 100%;
  height: 54px;
  font-family: inherit;
  font-size: 14px;
  color: #777;
  line-height: 1.42857143;
  padding: 12px 16px !important;
  border: none;
  border-radius: 4px;
  background-color: #f8f9fa;
  box-shadow: none !important;
  outline: 0;
  transition: all 0.25s;
}
.contact-section .contact-form table td input[type="text"]:focus,
.contact-section .contact-form table td input[type="password"]:focus,
.contact-section .contact-form table td select:focus,
.contact-section .contact-form table td textarea:focus {
  color: #333;
  background-color: #f1f3f5;
}
.contact-section .contact-form table td select {
  background-image: url(../images/select_arrow_down.png);
  background-size: 12px 7px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.contact-section .contact-form .label-heading {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

/* 2023.05.15 eyj 추가 */
.sub-section.customer-section
  .col-sm-8.col-md-6.col-sm-offset-2.col-md-offset-3 {
  width: 100%;
  margin-left: 0;
}
.sub-section.customer-section p,
.sub-section.customer-section td,
.sub-section.customer-section input {
  font-family: "pretendard", "noto sans kr";
}
.sub-section.customer-section input.formmail_border {
  border: 1px solid #e1e1e1;
  padding-left: 15px;
}
.sub-section.customer-section input {
  border: 0;
  font-size: 15px;
  padding: 10px;
  max-width: 530px;
  width: 100%;
}
.sub-section.customer-section input:focus {
  outline: none;
}
.sub-section.customer-section .table {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d3d3d3;
}
.sub-section.customer-section .table tr td {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
  padding: 15px 0;
  position: relative;
}
.sub-section.customer-section .table tr td font {
  position: absolute;
  top: 25px;
}
/* .sub-section.customer-section .table tr:first-child td {padding-top: 50px;} */
.sub-section.customer-section .table tr:first-child td font {
  top: 60px;
}
.sub-section.customer-section td.formmail_title_bgcolor p {
  float: left;
  width: 50%;
}
.sub-section.customer-section td.formmail_title_bgcolor p:first-child {
  width: 100px;
}
.sub-section.customer-section td.formmail_title_bgcolor p:nth-child(2) {
  font-size: 15px;
  color: #999;
  padding-top: 4px;
}
.sub-section.customer-section .table tr:nth-child(6) td {
  vertical-align: top;
}
.sub-section.customer-section .table tr:nth-child(6) td p {
  padding-top: 10px;
}
.sub-section.customer-section .table tr:nth-child(6) td p:nth-child(2) {
  padding-top: 14px;
}
.sub-section.customer-section .table textarea {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  max-width: 100%;
  border: 1px solid #e1e1e1;
}
.sub-section.customer-section .table textarea:focus {
  outline: none;
}
.sub-section.customer-section .table input[type="checkbox"] {
  max-width: unset;
  width: 20px;
  height: 20px;
}
.sub-section.customer-section .table .checkbox {
  width: 100%;
  max-width: 100%;
  text-align: right;
}
.sub-section.customer-section .bottom-btn .col-xs-6:first-child {
  width: 100%;
}
.sub-section.customer-section .bottom-btn .col-xs-6:first-child button {
  width: 164px;
  height: 55px;
  margin: 0 auto;
  background-color: #4d4d4d;
  border: 0;
}
.sub-section.customer-section .bottom-btn .col-xs-6:last-child {
  display: none;
}
.sub-section.customer-section .table tr td p.agree-sub-text {
  font-size: 16px;
  color: #888;
  margin: 0px 0 5px 0;
}
.sub-section.customer-section .table tr:last-child td.formmail_cell_bgcolor {
  padding-top: 0px;
}

@media (max-width: 550px) {
  .sub-section.customer-section .table tr td {
    font-size: 16px;
  }
  .sub-section.customer-section td.formmail_title_bgcolor p:nth-child(2) {
    font-size: 14px;
  }
  .sub-section.customer-section .table tr td p.agree-sub-text {
    font-size: 14px;
  }
  .sub-section.customer-section .table input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
}
/* ------------------ */

/* ------------------------------
 * member
------------------------------ */
.login-section .bottom-links {
  padding-top: 30px;
  font-size: 0;
  text-align: center;
}
.login-section .bottom-links li {
  display: inline-block;
  font-size: 15px;
}
.login-section .bottom-links li a {
  color: #555;
}
.login-section .bottom-links li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background-color: #e5e5e5;
  vertical-align: -2px;
}
.register-section .register-steps {
  display: table;
  width: 100%;
  margin-bottom: 50px;
  table-layout: fixed;
}
.register-section .register-steps li {
  position: relative;
  display: table-cell;
  font-size: 16px;
  color: #ccc;
  text-align: center;
  padding: 20px 10px;
  border-bottom: 3px solid #ccc;
}
.register-section .register-steps li + li:before {
  content: "\e940";
  position: absolute;
  top: 50%;
  left: -10px;
  font-family: "xeicon";
  font-size: 24px;
  color: #ccc;
  margin-top: -17px;
}
.register-section .register-steps li.active {
  color: #3e78ff;
  border-color: #3e78ff;
}
.register-section .register-steps li span {
  display: block;
}
.register-section .register-steps li span[lang="en"] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.register-section .terms-group {
  margin-bottom: 25px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
}
.register-section .terms-group .heading {
  padding: 16px 25px;
  font-size: 17px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #dee2e6;
}
.register-section .terms-group .body {
  padding: 35px 25px;
}
.register-section .terms-group .footer {
  padding: 16px 25px;
  border-top: 1px solid #dee2e6;
}
.register-section .register-heading {
  font-size: 21px;
  font-weight: normal;
  color: #3e78ff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3e78ff;
}
.register-section .form-group table,
.contact-section tbody,
.register-section .form-group tr,
.register-section .form-group td {
  display: block;
  width: 100%;
  height: auto;
}
.register-section .form-group .member_td_bgcolor {
  margin-bottom: 10px;
  padding: 0 !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #333 !important;
  text-align: left;
  background-color: transparent;
}
.register-section .form-group table td {
  font-family: inherit !important;
  font-size: 14px;
  color: #666;
  padding: 0 0 15px !important;
  border: none;
}
.register-section .form-group table td span {
  display: inline-block;
  font-size: 13px;
  color: #8a8a8a;
  margin-top: 10px;
}
.register-section .form-group table td input[type="text"],
.register-section .form-group table td input[type="password"],
.register-section .form-group table td select,
.register-section .form-group table td textarea {
  display: block;
  width: 100%;
  height: 54px;
  font-family: inherit;
  font-size: 14px;
  color: #777;
  line-height: 1.42857143;
  padding: 12px 16px !important;
  border: none;
  border-radius: 4px;
  background-color: #f8f9fa;
  box-shadow: none !important;
  outline: 0;
  transition: all 0.25s;
}
.register-section .form-group table td input[type="text"]:disabled,
.register-section .form-group table td input[type="password"]:disabled,
.register-section .form-group table td select:disabled,
.register-section .form-group table td textarea:disabled {
  color: #adb5bd;
  background-color: #f1f3f5;
}
.register-section .form-group table td input[type="text"]:focus,
.register-section .form-group table td input[type="password"]:focus,
.register-section .form-group table td select:focus,
.register-section .form-group table td textarea:focus {
  color: #333;
  background-color: #f1f3f5;
}
.register-section .form-group table td select {
  background-image: url(../images/select_arrow_down.png);
  background-size: 12px 7px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.register-section .form-group input[name="m_id"] + a img {
  display: none;
}
.register-section .form-group input[name="m_id"] + a:before {
  content: "아이디 중복확인";
  display: block;
  width: 100%;
  margin: 10px 0 5px;
  padding: 14px 25px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #868e96;
  transition: background-color 0.2s;
}
.register-section .form-group input[name="m_id"] + a:hover:before {
  background-color: #495057;
}
.register-section .form-group input[name^="fix_email"] {
  display: inline-block !important;
  width: calc(50% - 10px) !important;
}
.register-section .form-group select[name^="birthday"] {
  display: inline-block !important;
  width: calc(33% - 4px) !important;
}
.register-section .form-group select[name^="birthday"] + select {
  margin-left: 5px;
}
.member_txt {
  font-family: inherit !important;
}
.member_txt td {
  display: inline-block !important;
  width: auto !important;
}
.member_txt td + td {
  margin-left: 15px;
}
.member_txt td input {
  margin: 0 5px 0;
}
.register-section .register-message {
  padding: 42px 36px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
.register-section .register-message h3 {
  font-size: 21px;
  color: #333;
}
.register-section .register-message h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 15px 0 20px;
  background-color: #3d201a;
}
.register-section .register-message p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.register-section .register-message p strong {
  font-weight: 700;
  color: #000;
}
.register-section .register-message p + p {
  margin-top: 15px;
}
.register-section .register-message .btn {
  margin-top: 30px;
}

.member-popup .form-control {
  border: 1px solid #ced4da;
}
.member-popup .header {
  position: relative;
  padding: 20px 25px;
  background-color: #212529;
}
.member-popup .header h1 {
  font-size: 19px;
  color: #fff;
}
.member-popup .header .btn-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #fff;
  margin-top: -24px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.member-popup .body {
  padding: 25px;
}
.member-popup .body p {
  font-size: 14px;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 15px;
}
.member-popup .body .btn-link {
  font-weight: 700;
}
.member-popup .table th,
.member-popup .table td {
  font-size: 13px;
}
.member-popup .table > tbody > tr > td,
.member-popup .table > tbody > tr > th,
.member-popup .table > tfoot > tr > td,
.member-popup .table > tfoot > tr > th,
.member-popup .table > thead > tr > td,
.member-popup .table > thead > tr > th {
  padding: 15px 12px;
}
.member-popup .label-heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}
.member-popup .warning-text {
  color: #fd7e14;
}
.member-popup .footer {
  text-align: right;
  padding: 20px 25px;
  border-top: 1px solid #e9ecef;
}

/* ------------------------------
 * media queries
------------------------------ */
@media (min-width: 768px) {
  .bg-parallax {
    background-attachment: fixed;
  }
  .mobile-inline-block {
    display: none;
  }
  .mobile-block {
    display: none;
  }

  .dropdown-nav-section .dropdown-wrap > a {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .tablet-inline-block {
    display: none;
  }
  .tablet-block {
    display: none;
  }
  .main-partner-section .col-item {
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .business-section .container-lg {
    width: 1170px;
  }
}
@media (max-width: 1320px) {
  .main-contact-section .contact-row .col-info .info-inner {
    padding-left: 50px;
    padding-right: 15px;
  }
  .main-business-section .slick-slide {
    margin: 0px 30px;
  }
  .main-business-section .slick-list {
    margin: 0px -30px;
  }

  .main-hero-section .slide-item .slide-caption {
    left: 100px;
  }
  .main-hero-section .slide-item .slide-caption h2 {
    font-size: 52px;
  }
  .main-hero-section .slide-item .slide-caption p {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  body.main .section .section-container h2 {
    font-size: 72px;
  }

  .history-section .col-history h4:before {
    right: -97px;
  }
  .history-section .col-sm-push-7 h4:before {
    left: -97px;
  }
  .about-vision-section .row .row-top .col-item .circle-outer {
    width: 200px;
    height: 200px;
  }
  .sub-section.about-mission-section {
    padding-bottom: 0;
  }

  .main-business-section .slick-slide {
    margin: 0px 25px;
  }
  .main-business-section .slick-list {
    margin: 0px -25px;
  }

  .main-hero-section .slide-item .slide-caption {
    left: 100px;
  }
  .main-hero-section .slide-item .slide-caption h2 {
    font-size: 46px;
  }
  .main-hero-section .slide-item .slide-caption p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .tablet-inline-block {
    display: inline-block !important;
  }
  .tablet-block {
    display: block !important;
  }
  .tablet-none {
    display: none !important;
  }

  /* .main-hero-section .slide-item .slide-caption {padding: 25% 15% 0} */

  .main-hero-section .slide-item .slide-caption {
    left: 100px;
  }
  .main-hero-section .slide-item .slide-caption h2 {
    font-size: 36px;
    height: 100px;
  }
  .main-hero-section .slide-item .slide-caption p {
    font-size: 14px;
  }

  .main-partner-section .col-item {
    margin-bottom: 30px;
  }
  .main-partner-section .col-item:nth-child(7) {
    margin-bottom: 0;
  }
  .main-partner-section .col-item:last-child {
    margin-bottom: 0;
  }

  .main-about-section {
    padding-bottom: 120px;
  }
  .main-about-section .about-row > div {
    float: none;
  }
  .main-about-section .about-row {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
  }
  .main-about-section .col-text {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-about-section .col-text.position-left {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .main-about-section .col-text.position-right {
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  .main-about-section .col-text .info-item {
    margin-top: 30px;
  }
  .main-about-section .col-img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding-bottom: 80px;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }

  .main-product-section .article-list > tbody > tr > td {
    width: 50%;
    margin-bottom: 40px;
  }

  .main-parallax-section {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .main-skill-section {
    padding-bottom: 120px;
  }
  .main-skill-section .col-img {
    padding-bottom: 160px;
  }
  .main-skill-section .col-text {
    padding-top: 0;
  }

  .main-map-section {
    position: relative;
    padding-top: 200px;
  }
  .main-map-section .visible-map {
    height: 450px;
  }
  .main-map-section .map-info {
    padding: 60px 60px 40px;
  }
  .main-map-section .btn-close {
    top: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    font-size: 36px;
  }

  .history-section .col-history h4:before {
    right: -78px;
    width: 50px;
  }
  .history-section .col-history h4:after {
    right: -36px;
  }
  .history-section .col-sm-push-7 h4:before {
    left: -78px;
  }
  .history-section .col-sm-push-7 h4:after {
    left: -36px;
  }

  .business-intro-section .col-circle:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  .business-intro-section .col-circle:last-child {
    margin-left: 0;
  }
  .business-intro-section .col-circle + .col-circle {
    margin-top: 50px;
  }
  .business-intro-section .col-circle .circle-outer {
    padding-bottom: 60%;
  }
  .business-intro-section .col-circle .circle-inner {
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding: 40px 50px;
  }

  .business-goal-section .col-goal + .col-goal {
    margin-top: 60px;
  }

  .business-review-section .review-slider .slide-item p {
    font-size: 24px;
  }

  .business-strong-section .col-num {
    font-size: 76px;
  }
  .business-strong-section .col-title h4 {
    font-size: 20px;
  }
  .business-strong-section .col-info h5 {
    line-height: 1.5;
  }

  .table-photo .bbsnewf5 tr:first-child a {
    height: 165px;
  }
  .product-section .type-a-row .col-photo figure {
    height: 165px;
  }

  .product-section .type-b-row .col-photo figure {
    height: 165px;
  }
  .main-product-section .row .col-item .desc a {
    width: 100%;
    padding: 10px 0;
  }

  .ceo-greeting {
    padding: 0 !important;
  }
  .ceo-greeting .ceo-wrap .img-box {
    top: -120px;
  }
  .ceo-greeting .ceo-wrap .ceo-box .container-lg .ceo-img {
    position: static;
  }
  .ceo-greeting .ceo-wrap .greeting-box h4 {
    font-size: 18px;
    margin-left: 0;
    text-align: center;
  }
  .ceo-greeting .ceo-wrap .ceo-box {
    margin-top: 50px;
  }
  .ceo-greeting .ceo-wrap .ceo-box .container-lg .ceo-img p {
    margin-top: 20px;
    font-size: 14px;
  }
  .ceo-greeting .ceo-wrap .ceo-box .ceo-history {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .ceo-greeting .ceo-wrap .ceo-box .ceo-history li {
    font-size: 14px;
  }
  .ceo-greeting .ceo-wrap .ceo-box .ceo-history li:before {
    display: none;
    content: "";
  }
  .ceo-greeting .ceo-wrap .ceo-txt {
    text-align: center;
    margin-top: 50px;
  }
  .ceo-greeting .ceo-wrap .ceo-txt h5:after {
    content: "";
    margin: 30px auto;
  }
  .ceo-greeting .ceo-wrap .ceo-txt h5 {
    margin-left: 0;
    font-size: 16px;
  }
  .ceo-greeting .ceo-wrap .ceo-txt p {
    margin-left: 0;
    font-size: 14px;
  }
  .about-vision-section .row .row-top .col-item .circle-outer {
    width: 150px;
    height: 150px;
  }
  .about-vision-section
    .row
    .row-top
    .col-item
    .circle-outer
    .circle-inner
    .circle-content
    h4 {
    font-size: 16px;
  }

  .business-section .flex-row .col-item .business-box {
    min-height: auto;
    padding: 50px 0;
  }
  .business-section .flex-row .col-item .business-box p {
    font-size: 14px;
  }
  .business-list-section .list-box h3 {
    font-size: 18px;
  }
  .business-list-section .list-box p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .business-list-section .icon-wrap .col-item p {
    font-size: 14px;
  }
  .business-list-section .list-box + .list-box {
    margin-top: 50px;
  }
  .business-section .flex-row .col-item + .col-item {
    margin-top: 50px;
  }
  .business-list-section .list-box .flex-row .col-img + .col-img {
    margin-top: 30px;
  }
  .business-list-section .list-box .icon-wrap {
    margin-top: 30px;
  }
  .business-list-section .list-box .icon-wrap .flex-row .col-item {
    margin-bottom: 30px;
  }
  .business-list-section2 .list-box .col-txt .icon-box {
    margin: 0 auto;
  }
  .business-list-section2 .list-box .col-txt .desc {
    margin-top: 30px;
  }
  .business-list-section2 .list-box + .list-box {
    margin-top: 50px;
  }
  .business-list-section2 .list-box .col-txt .desc h3 {
    font-size: 18px;
  }
  .business-list-section2 .list-box .col-txt .desc p {
    font-size: 14px;
  }
  .business-list-section2 .list-box .col-txt .desc .row .col-item {
    display: block;
    text-align: center;
  }
  .business-list-section2 .list-box .col-txt .desc .row .col-item p {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }

  .main-business-section .slick-slide {
    margin: 0px 20px;
  }
  .main-business-section .slick-list {
    margin: 0px -20px;
  }

  /* 20230512 eyj 추가 */
  #footer .footer-sns {
    grid-template-columns: 30px 30px 30px;
    margin-top: 50px;
    justify-content: start;
    grid-gap: 10px;
  }
}

@media (max-width: 767px) {
  .animated-bg-section .caption {
    padding: 0 10%;
  }
  .animated-bg-section .caption h2 {
    font-size: 36px;
  }
  .animated-bg-section .caption p {
    font-size: 14px;
  }
  .mobile-inline-block {
    display: inline-block !important;
  }
  .mobile-block {
    display: block !important;
  }
  .mobile-none {
    display: none !important;
  }

  .main-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main-section .section-heading {
    margin-bottom: 50px;
  }
  .main-section .section-heading h2 {
    font-size: 28px;
  }
  .main-section .section-heading p {
    font-size: 15px;
    word-break: keep-all;
  }
  .main-section .bottom-btn {
    padding-top: 50px;
  }

  .main-hero-section {
    height: 500px;
  }
  /* .main-hero-section .slide-item .slide-caption {padding: 18% 60px 0} */
  .main-hero-section .slide-item .slide-caption {
    left: 50px;
  }
  .main-hero-section .slide-item .slide-caption h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-hero-section .slide-item .slide-caption h2 {
    font-size: 20px;
    height: 80px;
  }
  .main-hero-section .slide-item .slide-caption p {
    font-size: 14px;
  }
  .main-hero-section .slide-item .slide-caption .btn-more {
    margin-top: 30px;
  }
  .main-hero-section .slick-arrow {
    width: 48px;
    height: 48px;
    font-size: 32px;
    margin-top: -24px;
  }
  .main-hero-section .slick-prev {
    left: 5px;
  }
  .main-hero-section .slick-next {
    right: 5px;
  }
  .main-hero-section .slick-dots {
    bottom: 30px;
  }

  .main-about-section .col-text .info-item .icon {
    font-size: 42px;
  }
  .main-about-section .col-text .info-item h3 {
    font-size: 16px;
  }
  .main-about-section .col-text .info-item p {
    font-size: 14px;
  }
  .main-about-section .col-img {
    padding-bottom: 60px;
  }
  .main-about-section .col-img img {
    max-width: 80%;
  }
  .main-about-section .col-img .img-point01 {
    left: calc(50% - 30px);
  }
  .main-about-section .col-img .img-point02 {
    top: 40px;
    left: calc(50% + 20px);
  }

  .main-animate-section01 {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .main-animate-section01 a + a {
    margin-left: 10px;
  }
  .main-animate-section01 a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-product-section .article-list > tbody > tr > td {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .main-product-section .article-list > tbody > tr > td + td {
    margin-top: 40px;
  }
  .main-product-section .article-list > tbody > tr > td table tr:last-child td {
    font-size: 12px;
  }
  .main-product-section .article-list .board_output_gallery_img a:hover:before {
    border-width: 5px;
  }
  .main-product-section .article-list .board_output_gallery_subject {
    font-size: 16px;
    margin-top: 10px;
  }

  .main-parallax-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .main-parallax-section .caption h2 {
    font-size: 28px;
  }

  .main-skill-section .col-img {
    padding-bottom: 120px;
  }
  .main-skill-section .col-img img {
    max-width: 80%;
  }
  .main-skill-section .col-img .img-point02 {
    top: 40px;
    left: 50px;
  }
  .main-skill-section .col-text h2 {
    font-size: 28px;
  }
  .main-skill-section .col-text h3 {
    font-size: 15px;
    line-height: 1.85;
  }
  .main-skill-section .col-text p {
    font-size: 13px;
  }
  .main-skill-section .col-text .progress-group .progress-heading span {
    font-size: 12px;
  }

  .main-animate-section02 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .main-animate-section02 .review-slider .slide-item {
    padding: 0 25px;
  }
  .main-animate-section02 .review-slider .slide-item .icon {
    font-size: 42px;
  }
  .main-animate-section02 .review-slider .slide-item p {
    font-size: 16px;
  }
  .main-animate-section02 .review-slider .slide-item p + span {
    font-size: 14px;
  }
  .main-animate-section02 .slick-dots {
    bottom: -50px;
  }

  .main-notice-section .col-notice + .col-notice {
    margin-top: 30px;
  }
  .main-notice-section .col-notice .col-inner {
    padding: 28px;
  }
  .main-notice-section .col-notice .col-inner .category {
    font-size: 12px;
  }
  .main-notice-section .col-notice .col-inner h3 {
    font-size: 16px;
    height: 48px;
  }
  .main-notice-section .col-notice .col-inner p {
    font-size: 14px;
    height: 51px;
  }
  .main-notice-section .col-notice .col-inner .date {
    font-size: 12px;
  }

  .main-map-section {
    padding-top: 80%;
  }
  .main-map-section .container-lg {
    top: 0;
  }
  .main-map-section .map-info {
    padding: 30px 30px 50px;
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.24);
  }
  .main-map-section .map-info .col-info + .col-info {
    margin-top: 40px;
  }
  .main-map-section .map-info .col-info .contact-heading {
    margin-bottom: 24px;
  }
  .main-map-section .map-info .col-info .contact-heading h3 {
    font-size: 19px;
  }
  .main-map-section .map-info .col-info .contact-heading span {
    font-size: 13px;
  }
  .main-map-section .map-info .col-info p {
    font-size: 14px;
  }
  .main-map-section .map-info .col-info p + p {
    margin-top: 20px;
  }
  .main-map-section .map-info .col-info .btn-detail {
    font-size: 20px;
    margin-top: 30px;
  }
  .main-map-section .map-info .col-info .btn-detail i {
    margin-left: 10px;
  }
  .main-map-section .map-info .col-info h4 {
    font-size: 15px;
  }
  .main-map-section .map-info .col-info h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .main-map-section .map-info .col-info h4 + p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .main-map-section .btn-close {
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .main-map-section .btn-close:hover {
    background-color: #3b5bdb;
    transform: rotate(180deg);
  }

  .sub-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sub-section .main-heading {
    margin-bottom: 40px;
  }
  .sub-section .main-heading h2 {
    font-size: 32px;
  }
  .sub-section .main-heading p {
    font-size: 15px;
  }
  .sub-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .sub-section .section-heading h3 {
    font-size: 20px !important;
  }
  .sub-section .section-heading p {
    margin-top: 15px;
    font-size: 14px !important;
  }
  .sub-section .bottom-btn {
    padding-top: 45px;
  }
  .dropdown-nav-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-nav-section .link-home {
    display: none;
  }
  .dropdown-nav-section .dropdown-wrap {
    width: 50%;
  }
  .dropdown-nav-section .dropdown-wrap > a {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-right: none;
  }
  .dropdown-nav-section .dropdown-wrap + .dropdown-wrap > a {
    border-left: 1px solid #e9e9e9;
  }
  .dropdown-nav-section .dropdown-wrap > .dropdown li a {
    font-size: 14px;
  }

  #sub-hero {
    height: 250px;
  }
  #sub-hero .caption-cell {
    padding-top: 35px;
  }
  #sub-hero .caption-cell h2 {
    font-size: 28px;
  }
  #sub-hero .caption-cell p {
    font-size: 14px;
  }

  .about-visual-section .about-visual {
    padding: 100px 0;
  }
  .about-visual-section .about-visual h3 {
    font-size: 20px;
  }
  .about-visual-section .about-visual .col-visual {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: none;
  }
  .about-visual-section .about-visual .col-visual:first-child {
    border-left: none;
  }
  .about-visual-section .about-visual .col-visual .icon-wrap {
    font-size: 42px;
  }
  .about-visual-section .about-visual .col-visual h4 {
    font-size: 17px;
  }
  .about-visual-section .about-visual .col-visual p {
    font-size: 13px;
  }

  .about-summary-section .summary-heading {
    font-size: 15px;
  }
  .about-summary-section .summarylist dt,
  .about-summary-section .summarylist dd {
    font-size: 13px;
  }
  .about-summary-section .summarylist .list-inner {
    padding: 15px;
  }

  .about-team-section .col-team .team-info {
    padding: 30px 25px;
  }
  .about-team-section .col-team .team-info h4 {
    font-size: 16px;
  }
  .about-team-section .col-team .team-info span {
    font-size: 12px;
  }
  .about-team-section .col-team .team-info p {
    font-size: 13px;
  }

  .history-section .history-group .row + .row {
    margin-top: 30px;
  }
  .history-section .col-history {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  .history-section .col-history h4 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .history-section .col-history h4:before {
    position: static;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    width: 12px;
    height: 12px;
    margin: 0 auto 10px;
    border: 2px solid #3d201a;
    border-radius: 50%;
  }
  .history-section .col-history h4:after {
    display: none;
  }
  .history-section .col-history ul li {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 1.65;
    padding-left: 0;
    padding-right: 0;
  }
  .history-section .col-history ul li + li {
    margin-top: 5px;
  }
  .history-section .col-history ul li strong {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    margin-right: 10px;
  }
  .history-section .col-history ul li p {
    display: inline-block;
  }
  .history-section .col-history ul + img {
    margin-top: 40px;
  }

  .location-section .map-container {
    height: 300px;
    margin-bottom: 80px;
    box-shadow: 30px 30px 50px -20px rgba(0, 0, 0, 0.2);
  }
  .location-section .col-heading h3 {
    font-size: 28px;
  }
  .location-section .col-info {
    margin-top: 40px;
  }
  .location-section .col-info dl {
    padding: 25px 25px 20px;
  }
  .location-section .col-info dl dt,
  .location-section .col-info dl dd {
    font-size: 14px;
  }
  .location-section .col-info dl dt {
    min-width: 80px;
  }
  .location-section .col-info dl dd {
    margin-left: 90px;
  }

  .business-intro-section .col-circle + .col-circle {
    margin-top: 40px;
  }
  .business-intro-section .col-circle .circle-outer {
    padding-bottom: 280px;
  }
  .business-intro-section .col-circle .circle-inner {
    width: 280px;
    margin-left: -140px;
    padding: 40px 40px;
  }
  .business-intro-section .col-circle .icon-wrap i,
  .business-intro-section .col-circle .icon-wrap ion-icon {
    font-size: 56px;
  }
  .business-intro-section .col-circle h4 {
    font-size: 17px;
    margin: 10px 0;
  }
  .business-intro-section .col-circle p {
    font-size: 13px;
  }

  .business-goal-section .col-goal + .col-goal {
    margin-top: 40px;
  }
  .business-goal-section .col-goal .goal-box .desc-box {
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px;
  }
  .business-goal-section .col-goal .goal-box .desc-box h4 {
    font-size: 15px;
  }
  .business-goal-section .col-goal .goal-box .desc-box p {
    font-size: 13px;
  }

  .business-process-section .col-process {
    margin-bottom: 0;
  }
  .business-process-section .col-process + .col-process {
    margin-top: 20px;
  }
  .business-process-section .col-process .process-box {
    padding: 30px;
  }
  .business-process-section .col-process .process-box:before {
    top: 6px;
    width: 18px;
  }
  .business-process-section .col-process .process-box .heading .num {
    font-size: 32px;
  }
  .business-process-section .col-process .process-box .heading span {
    display: inline-block;
    font-size: 12px;
    padding-top: 5px;
  }
  .business-process-section .col-process .process-box p {
    font-size: 14px;
  }

  .business-field-section .col-features {
    margin-bottom: 0;
  }
  .business-field-section .col-features + .col-features {
    margin-top: 20px;
  }
  .business-field-section .col-features .feature-box {
    padding: 35px 25px;
  }
  .business-field-section .col-features .feature-box .icon-wrap i,
  .business-field-section .col-features .feature-box .icon-wrap ion-icon {
    font-size: 52px;
  }
  .business-field-section .col-features .feature-box h4 {
    margin: 15px 0 10px;
    font-size: 15px;
  }
  .business-field-section .col-features .feature-box p {
    font-size: 13px;
  }

  .business-review-section .review-slider .slide-item p {
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
  }
  .business-review-section .review-slider .slide-item .customer {
    margin-top: 20px;
    font-size: 12px;
  }
  .business-review-section .review-slider .slick-arrow {
    display: none !important;
  }
  .business-review-section .review-slider .slick-dots {
    padding-top: 40px;
  }

  .business-strong-section .col-num {
    font-size: 56px;
  }
  .business-strong-section .col-title h4 {
    font-size: 18px;
    padding-top: 5px;
  }
  .business-strong-section .col-info h5 {
    font-size: 16px;
  }
  .business-strong-section .col-info p {
    font-size: 13px;
  }

  .table-photo > tbody > tr > td {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .table-photo .bbsnewf5 tr:first-child a {
    height: auto;
  }

  .product-section .type-a-row .gallery_subject {
    padding-top: 15px;
  }
  .product-section .type-a-row .gallery_title {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .product-section .type-a-row .gallery_etc {
    font-size: 12px;
  }

  .product-section .type-b-row .bbsnewf5 .info-inner .category {
    font-size: 12px;
  }
  .product-section .type-b-row .bbsnewf5 .info-inner h4 {
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .board-category {
    margin-bottom: 45px;
  }
  .board-category ul {
    white-space: nowrap;
    overflow-y: auto;
  }
  .board-category ul li {
    font-size: 14px;
  }
  .board-paging {
    padding-top: 30px;
  }
  .board-paging b,
  .board-paging a {
    font-size: 13px;
  }
  .board-write {
    padding-top: 30px;
  }
  .board-search {
    padding-top: 40px;
  }

  .table-article-view tr td {
    font-size: 13px;
  }
  .table-article-view .board_bgcolor {
    width: 20%;
    min-width: 80px;
  }
  .board-view-thumbnails {
    margin-top: 40px;
  }
  .board-view-thumbnails > table {
    width: 100%;
  }
  .board-view-thumbnails > table table {
    width: 33.333334%;
    margin-bottom: 10px;
  }
  .board-view-thumbnails > table table img {
    width: 100%;
    height: auto !important;
  }
  .table-article-write .board_desc input[type="text"],
  .table-article-write .board_desc input[type="password"],
  input[type="file"] {
    width: 98%;
  }

  .table-board-list .thead td,
  .table-board-list tbody td {
    padding: 15px 12px !important;
  }
  .table-board-list .thead td {
    font-size: 14px;
  }
  .table-board-list tbody td {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-board-list .bbsno {
    width: 55px;
  }
  .table-board-list .bbsetc_dateof_write {
    width: 105px;
  }
  .table-board-list td[rel="이벤트시작일"],
  .table-board-list td[rel="이벤트종료일"],
  .table-board-list .bbsetc_event_period_start,
  .table-board-list .bbsetc_event_period_finish {
    display: none;
  }

  .faq-list .faq-type {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
  }
  .faq-list .board_bgcolor {
    text-align: left;
    width: 60px;
  }
  .faq-list .board_bgcolor:before {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
  }
  .faq-list .bbsnewf5:after {
    font-size: 16px;
  }
  .faq-list .bbsnewf5 a {
    font-size: 16px;
  }
  .faq-list .answer-row .answer-container {
    margin-left: 60px;
    white-space: normal;
  }

  .qna-list td[rel="작성일자"],
  .qna-list .bbsetc_dateof_write {
    display: none;
  }

  .login-section .bottom-links {
    padding-top: 20px;
  }
  .login-section .bottom-links li {
    font-size: 13px;
  }
  .login-section .bottom-links li + li:before {
    height: 12px;
    margin: 0 10px;
  }
  .register-section .register-steps {
    margin-bottom: 40px;
  }
  .register-section .register-steps li {
    font-size: 14px;
    border-width: 2px;
  }
  .register-section .register-steps li + li:before {
    font-size: 14px;
    margin-top: -8px;
  }
  .register-section .register-steps li span[lang="en"] {
    font-size: 11px;
  }
  .register-section .terms-group {
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
  }
  .register-section .terms-group .heading {
    padding: 16px 20px;
    font-size: 16px;
  }
  .register-section .terms-group .body {
    padding: 25px 20px;
  }
  .register-section .terms-group .footer {
    padding: 16px 20px;
  }
  .register-section .register-heading {
    font-size: 19px;
  }
  .register-section .form-group table td {
    font-size: 13px;
  }
  .register-section .form-group select[name^="birthday"] + select {
    margin-left: 4px;
  }
  .register-section .register-message {
    padding: 32px 25px;
  }
  .register-section .register-message h3 {
    font-size: 18px;
  }
  .register-section .register-message p {
    font-size: 14px;
  }
  .about-vision-section .row .row-top .col-item .circle-outer {
    margin: 0 auto;
  }
  .about-vision-section .row .row-top .col-item + .col-item {
    margin-top: 30px;
  }
  .about-vision-section .vision-process > ul {
    display: inherit;
    font-size: 0;
    text-align: center;
  }
  .about-vision-section .vision-process > ul li {
    width: 50%;
    display: inline-block;
  }
  .about-vision-section .vision-process > ul li .img-box {
    margin: 0 auto;
  }
  .about-vision-section .vision-process > ul li .img-box:before {
    content: "";
    display: none;
  }
  .about-vision-section .vision-process > ul li p {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .history-wrap .col-history figure::after {
    content: "";
    display: none;
  }
  .history-wrap .col-history figure::before {
    content: "";
    display: none;
  }
  .network-section .map-box {
    padding-top: 0;
  }
  .network-section .map-box02 {
    padding-top: 100px;
  }
  .network-section .map-box02 .map-list {
    display: none;
  }
  .network-section .map-box .map-list {
    position: static;
    margin-left: 0;
    left: auto;
    margin-bottom: 30px;
  }
  .network-section .map-box .map-list ul {
    text-align: center;
    font-size: 0;
  }
  .network-section .map-box .map-list ul li {
    display: inline-block;
    width: auto;
  }
  .network-section .map-box .map-list ul li + li {
    margin-left: 30px;
  }

  .main-business-section .slick-slide {
    margin: 0px 15px;
  }
  .main-business-section .slick-list {
    margin: 0px -15px;
  }
}

@media (max-width: 479px) {
  .main-map-section {
    padding-top: 140%;
  }
  .sub-section .main-heading h2 {
    font-size: 28px;
  }
  .about-visual-section .about-visual h3 {
    font-size: 18px;
  }
  .about-visual-section .about-visual h3 br {
    display: none;
  }
  .about-summary-section .summary-heading {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about-summary-section .summary-heading br {
    display: none;
  }

  .main-business-section .slick-slide {
    margin: 0px 10px;
  }
  .main-business-section .slick-list {
    margin: 0px -10px;
  }

  .main-hero-section .slide-item .slide-caption br.mo-br {
    display: block;
  }
  .main-hero-section .slide-item .slide-caption br.pc-br {
    display: none;
  }
  .main-hero-section .slide-item .slide-caption h2 {
    font-size: 20px;
    height: 70px;
    margin-bottom: 20px;
  }
  .main-hero-section .slide-item .slide-caption p {
    font-size: 14px;
  }
}
