/* noto-sans-kr-regular - latin_korean */
/*@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-kr/noto-sans-kr-v21-latin_korean-regular.eot'); 
  src: local(''),
       url('../fonts/noto-sans-kr/noto-sans-kr-v21-latin_korean-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/noto-sans-kr/noto-sans-kr-v21-latin_korean-regular.woff2') format('woff2'), 
       url('../fonts/noto-sans-kr/noto-sans-kr-v21-latin_korean-regular.woff') format('woff'), 
       url('../fonts/noto-sans-kr/noto-sans-kr-v21-latin_korean-regular.ttf') format('truetype'), 
       url('../fonts/noto-sans-kr/noto-sans-kr-v21-latin_korean-regular.svg#NotoSansKR') format('svg'); 
}*/
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans KR", sans-serif;
  color: #272829;
}

a {
  margin-left: 1rem;
  color: #272829;
}

a:hover {
  color: #50b7f9;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #0563bb;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #0678e3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 10%;
  right: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 25px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    right: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    /* margin-left: 100px; */
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.nav-menu a {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  background: transparent;
  overflow: hidden;
 
}


@media (min-width: 992px) {
  .nav-menu a {
    width: 100%;
  }
  .nav-menu a span {
    display: block;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  transition: 0.3s;
  border-bottom: solid 2px #ffc082;
}

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

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #ffc082;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  
  z-index: 9998;
  border: 0;
  background: none;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #0563bb;
}
/*--------------------------------------------------------------
# header-top  Section
--------------------------------------------------------------*/
.header-top {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) { 
  #header {
    display: none !important;
  }

  .header-top {
    padding: 1rem;
  }
}

.header-top.on  {
  background-color : #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 13%);
}

.header-top.on .navbar-brand.black  , .header-top .navbar-brand.white{
  display: none;
}

.header-top.on .navbar-brand.white  , .header-top .navbar-brand.black{
  display: block;
}

.header-top.on #navbarNav .nav-link ,.header-top.on #nav-left .nav-link {
  color : #323232 !important;
}

#navbarNav > .navbar-nav > .nav-item >.nav-link {
  font-size: 18px;
  color: #f2f3f5;
  width: 230px;
  text-align: center;
}

#navbarNav > .navbar-nav > .nav-item.on a{
  font-family:'GmarketSansBold';
  font-weight:500;
  color:#50b7f9;
}
#navbarNav > .navbar-nav > .nav-item.on::after{
  content: '';
    position: absolute;
    /* left: 0; */
    bottom: 0px;
    width: 230px;
    height: 2px;
    background: #50b7f9;
}
#navbarNav li.nav-item {
  padding: 25px 0;
}
#nav-left .nav-link {
  font-size: 30px;
  color: #f2f3f5;
}

.nav-link-icon span {
  font-size: 14px;
  vertical-align: super;
}

#nav-left .nav-link {
  padding: 0 30px;
}

#nav-left .nav-link:last-child {
  padding-right: 0;
}

#navbar-left .nav-link {
  font-size: 27px;
}

#navbar-left .nav-link:last-child {
  padding-right: 0;
}

#navbar-left .nav-link {
  padding: 0 20px;
}
/*--------------------------------------------------------------
# swiper  Section
--------------------------------------------------------------*/
  
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin :0;
  margin-right: 20px;
}
.swiper-pagination-bullet {
  position: relative;
  width: 20%;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
  
}

.swiper-pagination-bullet em {
      font-size: 15px;
      font-weight: bold;
      color: #929493;
      font-style: normal;
      line-height: 3;
  }
.swiper-pagination-bullet i {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 5px;
      background-color: #929493;
    /*progress bar 諛곌꼍*/
  }
.swiper-pagination-bullet b {
      position: absolute;
      bottom: 0;
      left:  0;
      z-index: 2;
      width: 0%;
      height: 5px;
      background-color:#51b7f9;
    /*progress bar 梨꾩썙吏��뒗 遺�遺�*/
  }
.swiper-pagination-bullet-active {
  background-color: transparent;
 
}
.swiper-pagination-bullet-active b {  
      animation-name: countingBar;
      animation-duration: 3s;/*autopaly �떆媛꾧낵 留욎떠二쇨린*/
      animation-timing-function: ease-in;
      animation-iteration-count: 1;
      animation-direction: alternate ;
      animation-fill-mode:forwards;
  }
.swiper-pagination {
  bottom: 100px !important;
}

@keyframes countingBar {
  0% {width: 0;}
  100% {width:100%;}
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero.first {
  width: 100%;
  height: 100vh;
  background: url("../img/kftz/main/main_1.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.hero.second {
  width: 100%;
  height: 100vh;
  background: url("../img/kftz/main/main_2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.hero.third {
  width: 100%;
  height: 100vh;
  background: url("../img/kftz/main/main_3.jpg")  no-repeat;
  background-size: cover;
  position: relative;
}
.hero.fourth {
  width: 100%;
  height: 100vh;
  background: url("../img/kftz/main/main_4.png") no-repeat;
  background-size: cover;
  position: relative;
}




.hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero h1 {
  font-family: 'GmarketSansBold';
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  word-spacing: 5px;
  margin-bottom: 1rem;
}

.hero p {
  font-family: 'GmarketSansLight';
  color: #fff;
  margin: 2rem 0;
  font-size: 26px;
}

.hero h1 span {
  color: #50b7f9;
  letter-spacing: 1px;
}

.hero .social-links {
  margin-top: 30px;
}

.hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

.hero .social-links a:hover {
  color: #0563bb;
}


.hero .main-search {
  width: 40%;
}

.hero .main-search .form-control {
  padding: 1.0rem;
  color: #272829;
  border: none;
}

.hero .main-search .input-group-prepend span{
  background-color: #50b7f9;
  border: none;
  padding: 0.2rem;
}

.hero .main-search .input-group-append span{
  background-color: #fff;
  border: none;

  font-size: 30px;

} 

input::placeholder {
  color: #999 !important;
}
@media (max-width: 992px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
  .hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .main-search {
    display: none;
  }

  .hero.first {
    height: 470px;
  }
  .hero.second {
    height: 470px;
  }
  .hero.third {
    height: 470px;
  }
  .hero.fourth {
    height: 470px;
  }
  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  /*overflow: hidden;*/
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1 span {
  color : #50b7f9;
  font-family: 'GmarketSansMedium';
}
.section-title h1 {

  font-family: 'GmarketSansMedium';
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

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

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  color: #7d7d7d;
}


.about .nav-tabs {
  border-bottom: solid 2px #151515;
  padding: 10px 0px;
}
.about .nav-tabs .nav-link.active {
  font-family: 'GmarketSansBold';
  color:#151515;
}
.about .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}
.about .nav-tabs .nav-link {
  font-family: 'GmarketSansMidum';
  font-size: 20px;
  color:#959595;
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

.about .quote-icon-left, .about .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.about .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.about.quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}



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

.about , .resume, .portfolio, .testimonials, .services {
  padding: 10rem 0;

}
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #0563bb;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .table td, .about .table th {
  border-bottom: 1px solid #dee2e6;
  padding:1.5rem 0;
  vertical-align: middle;
}
.about .table td div {
  font-size: 1.2rem;
  color: #151515;
  font-weight: 800;
}
.about .table td p {
  margin-top: 5px;
  font-size: 90%;
  color: #959595;
}

.about .icon-box {
  text-align: center;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  background: #f4f4f4;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.about .icon-box .nav-tabs {
  border-bottom: solid 1px #151515;
  padding: 5px;
}
.about .icon-box .nav-tabs .nav-link.active {
  color:#151515;
  background-color: transparent;
}
.about .icon-box .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
  font-family: 'GmarketSansBold';
    color: #151515;
}
.about .icon-box .nav-tabs .nav-link {
  font-family: 'GmarketSansMidum';
  font-size: 20px;
  color:#959595;
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

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

  .section-title p {
    font-size: 0.9rem;
  }

  .about .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0.5rem;
  }
  .about .nav-tabs .nav-link {
    font-family: 'GmarketSansMidum';
    font-size: 1rem;
    padding: 0.5rem 0.6rem;
  } 

  .about .table td div {
    font-size: 90%;
    padding: 0 1rem;
  }
}



.resume {
background: linear-gradient(180deg, rgba(223,237,248,1) 0%, rgba(222,227,231,1) 50%, rgba(226,215,193,1) 100%);

}

.resume .btn-group .btn {
  padding: 2rem 5px;
  border-radius: 10px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  box-shadow: rgb(205 202 202) 3px 3px 3px 0px;
  width: 6rem;
  flex: none;
}

.modal-header {
  background: linear-gradient(99deg, rgba(194,228,255,1) 0%, rgba(224,238,238,1) 50%, rgba(254,251,206,1) 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-content {
  border: 0;
  border-radius: 10px;
}
/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0563bb;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before , #testimonials .item:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info , #testimonials .item:hover .portfolio-info{
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before  {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


#testimonials .item::before {
  content: "";
  background: rgba(69, 80, 91, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

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

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

.testimonials .owl-dot.active {
  background-color: #0563bb !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .item img {
  height:100%;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0563bb;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0563bb;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

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

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0563bb !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  border-top: solid 1px #e8e8e8;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#services {
  padding-bottom: 3rem;
}
#services .item {
  text-align: center;
  border: solid 1px #e8e8e8;

  padding: 5px 45px;
}
#services .item img{
  width: 110px;
  height: 35px;
}

#footer2 {
  background-color: #0c2644;
      margin-bottom: -4rem;
}

#footer2 a {
  color: #fff;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) { 
  #footer2 a {
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
}

#footer3 {
  background-color: #0a1d37;
  margin-top: 4rem;
  padding: 1rem 0;
}

#footer3 p {
  color: #a2a9b3;
}

@media screen and (max-width: 768px) { 
  #footer3 p {
    font-size: 0.8rem;
  }
}

.gnb-sub  {
    position: absolute;
    left: 0;
    top: 94px;
    z-index: 99;
    width: 100%;
    text-align: left;
    display: none;
    background-color: #fff;
}
.gnb-sub.on {
  transition-duration: 2s;
  display: block;
}
.gnb-sub li ul {
  list-style:  none;
}
.gnb-sub li ul li {
  text-align: center;
  padding: 1rem 0;
}

.gnb-sub li ul li>a:hover{
  color: #50b7f9;
}
.gnb-sub li.nav-item {
  padding: 0 !important;
  width: 250px;
}

.gnb-sub li.nav-item.eng-item {
  width: 350px;
}


.gnb-sub li.nav-item > ul {
  padding-left: 0;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  height: 100%;
}
.gnb-sub > ul {
  width: 1036px;
  padding-left: 15px;
}

/*--------------------------------------------------------------
# SubPage Details
--------------------------------------------------------------*/

.sub-header {
  width: 100%;
  max-height: 440px;
  background-size: cover;
  position: relative;
}

.sub-header .container {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) { 
  .sub-header .container {
    padding: 6rem 0;
  }
  section {
    padding: 0;
  }
}

.sub-bg-01 {
  background: url("../img/kftz/sub/01_bg.png");
  background-size: cover;
}

.sub-bg-02 {
  background: url("../img/kftz/sub/02_bg.png");
  background-size: cover;
}

.sub-bg-03 {
  background: url("../img/kftz/sub/03_bg.png");
  background-size: cover;
}

.sub-bg-04 {
  background: url("../img/kftz/sub/04_bg.png");
  background-size: cover;
}

.sub-header h1 {
  font-family: 'GmarketSansBold';
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  word-spacing: 5px;
}

.sub-header p {
  font-family: 'GmarketSansLight';
  color: #fff;
  font-size: 20px;
}

.sub-title {
  font-size: 55px;
  text-align: center;
  padding: 70px 0;
  border-bottom: solid 1px #a2a9b3;
  margin-bottom : 70px;
}
@media screen and (max-width: 768px) { 
  .sub-title {
    font-size: 35px;
  }

  
  
  .sub-header p {
    font-size: 15px;
  }
}


.sub-content {
  font-size: 16px;
  margin-bottom: 70px;
}

.sub-content .promo{
  padding-top: 30px;
  font-size: 20px;
  text-align: center;
}

.sub-content table {
  margin: 1.5rem 0;
  max-width: 100%;
}
.sub-content table thead tr td , .sub-content table tr td.first  {
    background: #f8f8f8;
    font-size: 17px;
    font-family: 'Noto light';
    font-weight: normal;
    padding: 15px 0;
    font-weight: 600; 
    text-align: center;
}
.sub-content table tr td > a > i {
  padding: 0 0.5rem;
}
.sub-content table tr td {
  padding: 15px 10px;
}
.sub-content table tr td > p {
  margin-left: 40px;
}
.sub-header .header-title {
  padding: 0 50px;
}

.sub-content .input-group select {
  background: #fff ;
  font-size: 17px;
  color: #9d9d9d;
  border: 1px solid #c3c3c3;
  height: 55px;
  min-width: 130px;
  padding-left: 15px;
  margin-right: 2px;
  border-radius: 0;
}

.sub-content .input-group input {
  background: #fff;
  height: 55px;
  line-height: 40px;
  padding: 0 5px 0 0;
  min-width: 400px;
  border: 1px solid #c3c3c3;
}
.sub-content ul {
  margin-top: 1rem;
}
.sub-content ul li {
  margin-bottom: 1rem;
}

#sidebar {
  padding: 1.0em 1.0em 0.5em 1.0em ;
  cursor: default;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  text-align: right;
  width: 5em;
  z-index: 10000;
}

  #sidebar > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    min-height: 100%;
    opacity: 1;
    width: 100%;
  }

    body.is-ie #sidebar > .inner {
      height: 100%;
    }

  #sidebar nav > ul {
    list-style: none;
    padding: 0;
  }

    #sidebar nav > ul > li {
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -moz-transition: opacity 0.15s ease, -moz-transform 0.75s ease;
      -webkit-transition: opacity 0.15s ease, -webkit-transform 0.75s ease;
      -ms-transition: opacity 0.15s ease, -ms-transform 0.75s ease;
      transition: opacity 0.15s ease, transform 0.75s ease;
      margin: 1.5em 0 0 0;
      opacity: 1;
      padding: 0;
      position: relative;
    }

      #sidebar nav > ul > li:first-child {
        margin: 0;
      }

      #sidebar nav > ul > li:nth-child(1) {
        -moz-transition-delay: 0.45s;
        -webkit-transition-delay: 0.45s;
        -ms-transition-delay: 0.45s;
        transition-delay: 0.45s;
      }

      #sidebar nav > ul > li:nth-child(2) {
        -moz-transition-delay: 0.65s;
        -webkit-transition-delay: 0.65s;
        -ms-transition-delay: 0.65s;
        transition-delay: 0.65s;
      }

      #sidebar nav > ul > li:nth-child(3) {
        -moz-transition-delay: 0.85s;
        -webkit-transition-delay: 0.85s;
        -ms-transition-delay: 0.85s;
        transition-delay: 0.85s;
      }

      #sidebar nav > ul > li:nth-child(4) {
        -moz-transition-delay: 1.05s;
        -webkit-transition-delay: 1.05s;
        -ms-transition-delay: 1.05s;
        transition-delay: 1.05s;
      }

      #sidebar nav > ul > li:nth-child(5) {
        -moz-transition-delay: 1.25s;
        -webkit-transition-delay: 1.25s;
        -ms-transition-delay: 1.25s;
        transition-delay: 1.25s;
      }

      #sidebar nav > ul > li:nth-child(6) {
        -moz-transition-delay: 1.45s;
        -webkit-transition-delay: 1.45s;
        -ms-transition-delay: 1.45s;
        transition-delay: 1.45s;
      }

      #sidebar nav > ul > li:nth-child(7) {
        -moz-transition-delay: 1.65s;
        -webkit-transition-delay: 1.65s;
        -ms-transition-delay: 1.65s;
        transition-delay: 1.65s;
      }

      #sidebar nav > ul > li:nth-child(8) {
        -moz-transition-delay: 1.85s;
        -webkit-transition-delay: 1.85s;
        -ms-transition-delay: 1.85s;
        transition-delay: 1.85s;
      }

      #sidebar nav > ul > li:nth-child(9) {
        -moz-transition-delay: 2.05s;
        -webkit-transition-delay: 2.05s;
        -ms-transition-delay: 2.05s;
        transition-delay: 2.05s;
      }

      #sidebar nav > ul > li:nth-child(10) {
        -moz-transition-delay: 2.25s;
        -webkit-transition-delay: 2.25s;
        -ms-transition-delay: 2.25s;
        transition-delay: 2.25s;
      }

      #sidebar nav > ul > li:nth-child(11) {
        -moz-transition-delay: 2.45s;
        -webkit-transition-delay: 2.45s;
        -ms-transition-delay: 2.45s;
        transition-delay: 2.45s;
      }

      #sidebar nav > ul > li:nth-child(12) {
        -moz-transition-delay: 2.65s;
        -webkit-transition-delay: 2.65s;
        -ms-transition-delay: 2.65s;
        transition-delay: 2.65s;
      }

      #sidebar nav > ul > li:nth-child(13) {
        -moz-transition-delay: 2.85s;
        -webkit-transition-delay: 2.85s;
        -ms-transition-delay: 2.85s;
        transition-delay: 2.85s;
      }

      #sidebar nav > ul > li:nth-child(14) {
        -moz-transition-delay: 3.05s;
        -webkit-transition-delay: 3.05s;
        -ms-transition-delay: 3.05s;
        transition-delay: 3.05s;
      }

      #sidebar nav > ul > li:nth-child(15) {
        -moz-transition-delay: 3.25s;
        -webkit-transition-delay: 3.25s;
        -ms-transition-delay: 3.25s;
        transition-delay: 3.25s;
      }

      #sidebar nav > ul > li:nth-child(16) {
        -moz-transition-delay: 3.45s;
        -webkit-transition-delay: 3.45s;
        -ms-transition-delay: 3.45s;
        transition-delay: 3.45s;
      }

      #sidebar nav > ul > li:nth-child(17) {
        -moz-transition-delay: 3.65s;
        -webkit-transition-delay: 3.65s;
        -ms-transition-delay: 3.65s;
        transition-delay: 3.65s;
      }

      #sidebar nav > ul > li:nth-child(18) {
        -moz-transition-delay: 3.85s;
        -webkit-transition-delay: 3.85s;
        -ms-transition-delay: 3.85s;
        transition-delay: 3.85s;
      }

      #sidebar nav > ul > li:nth-child(19) {
        -moz-transition-delay: 4.05s;
        -webkit-transition-delay: 4.05s;
        -ms-transition-delay: 4.05s;
        transition-delay: 4.05s;
      }

      #sidebar nav > ul > li:nth-child(20) {
        -moz-transition-delay: 4.25s;
        -webkit-transition-delay: 4.25s;
        -ms-transition-delay: 4.25s;
        transition-delay: 4.25s;
      }

  #sidebar nav a {
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border: 0;
    color: rgba(255, 255, 255, 0.35);
    display: block;
    font-size: 0.6em;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 1.75;
    outline: 0;
    padding: 1.35em 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }

    #sidebar nav a:before, #sidebar nav a:after {
      border-radius: 0.2em;
      bottom: 0;
      content: '';
      height: 0.2em;
      position: absolute;
      right: 0;
      width: 100%;
    }

    #sidebar nav a:before {
      background: #3c2c62;
    }

    #sidebar nav a:after {
      background-image: -moz-linear-gradient(to right, #5e42a6, #b74e91);
      background-image: -webkit-linear-gradient(to right, #5e42a6, #b74e91);
      background-image: -ms-linear-gradient(to right, #5e42a6, #b74e91);
      background-image: linear-gradient(to right, #5e42a6, #b74e91);
      -moz-transition: max-width 0.2s ease;
      -webkit-transition: max-width 0.2s ease;
      -ms-transition: max-width 0.2s ease;
      transition: max-width 0.2s ease;
      max-width: 0;
    }

    #sidebar nav a:hover {
      color: rgba(255, 255, 255, 0.55);
    }

    #sidebar nav a.active {
      color: #ffffff;
    }

      #sidebar nav a.active:after {
        max-width: 100%;
      }

  body.is-preload #sidebar > .inner {
    opacity: 0;
  }

  body.is-preload #sidebar nav ul li {
    -moz-transform: translateY(2em);
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    opacity: 0;
  }

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

    #sidebar {
      height: 3.5em;
      right: 0;
      line-height: 3.5em;
      overflow: hidden;
      padding: 0;
      text-align: center;
      top: 0;
      width: 100%;
      display: none;
    }

      #sidebar > .inner {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-align-items: -moz-stretch;
        -webkit-align-items: -webkit-stretch;
        -ms-align-items: -ms-stretch;
        align-items: stretch;
        height: inherit;
        line-height: inherit;
      }

      #sidebar nav {
        height: inherit;
        line-height: inherit;
      }

        #sidebar nav ul {
          display: -moz-flex;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          height: inherit;
          line-height: inherit;
          margin: 0;
        }

          #sidebar nav ul li {
            display: block;
            height: inherit;
            line-height: inherit;
            margin: 0 0 0 2em;
            padding: 0;
          }

        #sidebar nav a {
          height: inherit;
          line-height: inherit;
          padding: 0;
        }

          #sidebar nav a:after {
            background-image: none;
            background-color: #b74e91;
          }

  }

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

    #sidebar {
      display: none;
    }

  }


  /*! quick-menu */
.quick-menu.active {
  display: block; 
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 3s;
}
.quick-memu-mobile{display:none}
.quick-menu{display:none;position:fixed;top:0;width:100%;height:100%;padding:34px 2.08333vw 0;background:#fff;box-sizing:border-box;z-index:20000}
.quick-menu .quick-area .logo img{height:41px}
.quick-menu .menu-info{font-size:0;width:83.38542vw;margin:5rem auto}
.quick-menu .menu-info .menu-box{float:left;position:relative;width:20vw;padding-left:3.125vw;background:#fff;z-index:10}
.quick-menu .menu-info .menu-box .title{margin-bottom:16px}
.quick-menu .menu-info .menu-box .title .txt{font-family:"Noto Sans KR Bold";font-weight:700;font-size:28px;color:#000}
.quick-menu .menu-info .menu-box .title.customer{margin-top:45px}
.quick-menu .menu-info .menu-box .title.customer + .menu-list li{max-width:85%}
.quick-menu .menu-info .menu-box .menu-list .item{position:relative;display:inline-block;vertical-align:top;padding:10px 0}
.quick-menu .menu-info .menu-box .menu-list .item .ico{position:absolute;top:22px;right:-22px;display:inline-block;width:12px;height:2px;background:#666}
.quick-menu .menu-info .menu-box .menu-list .item .ico::before{content:'';position:absolute;top:0;left:0;width:12px;height:2px;background:#666;-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);transition:.2s all}
.quick-menu .menu-info .menu-box .menu-list .item.on .txt,.quick-menu .menu-info .menu-box .menu-list .item:focus .txt,.quick-menu .menu-info .menu-box .menu-list .item:hover .txt{color:#099}
.quick-menu .menu-info .menu-box .menu-list .item.more.on .ico::before{-webkit-transform:rotateZ(0);transform:rotateZ(0)}
.quick-menu .menu-info .menu-box .menu-list .item .txt{font-family:"Noto Sans KR Medium";font-weight:500;font-size:18px;color:#333}
.quick-menu .menu-info .menu-box .depth3-list{
 	padding-left: 0.5rem;
}
.quick-menu .menu-info .menu-box .menu-list {
	padding-left: 0.5rem
}
.quick-menu .menu-info .menu-box .depth3-list .item{padding:4px 0}
.quick-menu .menu-info .menu-box .depth3-list .item .txt{font-family:"Noto Sans KR Regular";font-weight:400;font-size:16px;color:#666}
.quick-menu .close{position:absolute;top:37px;right:31px;width:30px;height:30px}
.quick-menu .close .close-btn{
  position:relative;
  width:100%;
  height:100%;
  background: transparent;
  border: 0;
}
.quick-menu .close .close-btn .ico{position:absolute;top:13px;left:-3px;width:37px;height:3px;background:#000;-webkit-transform:rotate(0);transform:rotate(0);transition:0.4s all ease}
.quick-menu .close .close-btn .ico::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#000;-webkit-transform:rotate(0);transform:rotate(0);transition:0.4s all ease}
.quick-menu .close .close-btn.on .ico{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.quick-menu .close .close-btn.on .ico::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}


#main .visual .scroll {
  content: "";
  display: block;
  width: 26px;
  height: 63px;
  background: url(../../../images/site/kor/main/sd_icon2.png) no-repeat;
  position: absolute;
  z-index: 300;
  left: 50%;
  bottom: 35px;
  margin: 0 0 0 -13px;
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-animation: move .5s ease-in-out .3s infinite alternate;
  animation: move .6s ease-in-out .3s infinite alternate;
}




.wrap-sub-navi {
  position:relative; 
  z-index:220; 
  margin:-54px 0 0 0; 
}


.wrap-sub-navi .container {
  position:relative; 
  max-width:1450px; 
  height:60px; 
  background:rgba(0,0,0,.6);
  padding: 0 1rem;
}
.wrap-sub-navi .sub-navi ul {
  list-style: none;
}
.wrap-sub-navi .sub-navi > ul > li {
  position:relative; 
  float:left; 
  padding: 0 0 0 30px; 
  min-width:200px;
}
.wrap-sub-navi .sub-navi > ul > li > a, .wrap-sub-navi .sub-navi > ul > li > .inner > button {
  display:block; 
  color:#fff; 
  font-size:16px; 
  height:60px; 
  line-height:60px;
}
.wrap-sub-navi .sub-navi > ul > li > .inner > button {
  width:100%; 
  text-align:left; 
  padding:0 90px 0 0 ;
  border: none;
  background-color: transparent;
}
.wrap-sub-navi .sub-navi > ul > li > .inner > button:after{
  font-family: 'boxicons'!important;
  content:'\e9ac'; 
  display:block; 
  position:Absolute; 
  right:40px; 
  top:-1%; 
  font-size: 1.5rem; 
  transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.wrap-sub-navi .sub-navi > ul > li > .inner:hover > button:after {transform:rotate(180deg);}
.wrap-sub-navi .sub-navi .home {background-image:none; padding:0px; min-width:auto;}
.wrap-sub-navi .sub-navi .home a {
  background: #0563bb;
  font-size: 2rem;
  padding: 0 1rem;
}
.wrap-sub-navi .sub-navi .navUl {overflow:hidden; max-height:0px; opacity:0;  background:#fff;  position:absolute; right:0px; top:65px; border:1px solid #fff; width: calc( 100% - 30px ); margin:-5px 0 0 0;display:none;}
.wrap-sub-navi .sub-navi ._on .navUl {overflow:hidden; max-height:10000px; opacity:1;border:1px solid #e6e6e6; transition: max-height 1s cubic-bezier(0.7, 0, 0.3, 1);display:block;}
.wrap-sub-navi .sub-navi .navUl a {margin-left: 0;display:block; padding:10px 15px; color:#333; word-break: keep-all; border-bottom: 1px solid #e6e6e6; background-position:110% center; word-break:keep-all;}
.wrap-sub-navi .sub-navi .navUl a.new_win:after{content: ''; display: inline-block; margin-left: 5px; width: 14px; height: 14px; top: 0;background: url('../../images/layout/new_icon_black.png') center center no-repeat;}
.wrap-sub-navi .sub-navi .navUl a:last-child{border-bottom:none;}
.wrap-sub-navi .sub-navi .navUl ._active,
.wrap-sub-navi .sub-navi .navUl a:hover {color:#0054a5; background:#f8f9fa  no-repeat 95% center; }
.wrap-sub-navi .sub-util > ul {
  list-style: none;
}
.wrap-sub-navi .sub-util {position:absolute; right:0px; top:0px;}
.wrap-sub-navi .sub-util > ul > li {float:left; position:relative;}
.wrap-sub-navi .sub-util > ul > li > button {width:70px; height:60px; }
.wrap-sub-navi .sub-util .sub-print{ 
  
  font-size: 2rem; 
  transition:background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  color: #e5e5e5;
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 768px) {
  .wrap-sub-navi .sub-util {
    display: none;
  }
}
.wrap-sub-navi .sub-util .sub-print:hover {transition:background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
ul.dot-list {
  background-color: #f8f8f8;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}

ul.dot-list li::marker , table ul li::marker {
  color: #005faa;
  font-size: 1rem;
 
}

.select-fta > .nav > .nav-item > .nav-link {
  color: #666;
  font-size: 0.8rem;
}
.select-fta > .nav > .nav-item > .nav-link.active {
  background-color: #fff;
}

.select-fta > select {
  display: none;
}


@media screen and (max-width: 736px) {
  
  .select-fta > .nav  {
   display: none;
  }
  .select-fta > select {
    display: block;
    width: 10rem;
    color: #acacac;
    font-size: .75rem;
    border-right: 1px solid #434343;
    position: relative;
    border-radius: 0;
    background-color: #f8f9fa;
  }

  #navbar-left , #nav-left {
    display: none;
  }

  .navbar-toggler.mobile-nav-toggle.d-xl-none {
    padding:0;
  }

}

.eng-bg {
	width: 100%;
  height: 100%;
  background: url("../img/en/en_sub_bg.png") top right no-repeat;
  background-size: cover;
  position: relative;
}
.masan {
  width: 100%;
  height: 100%;
  background: url("../img/masan/main-back.png") top right no-repeat;
  background-size: cover;
  position: relative;
}


.btn-group {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
}

.btn-group .btn-outline-default {
  border : solid 1px #9e9e9e;
  border-radius: 0;
}

.btn-group .btn-outline-default.active{
  border-top: solid 2px #2163bb;
  border-radius: 0;
  border-bottom: 0;
}


.btn:hover {
  color: #2163bb;
}

.middle-title {
  font-size:28px;
  font-weight: bold;
  margin: 3rem 0;
}

.middle-title span span{
  color:#50b7f9;
}

.small-title {
  color: #595959;
  padding: 1rem 0;
}
.icon-title {
  font-size: 20px;
}
.icon-title i {
  background-image: url('../img/kftz/sub/li.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.5rem;
}

.sub-header .container > h1, .sub-header .container > p {
  text-align: center;
}

.editor .btn-default {
  border: solid 1px #959595;
  border-radius: 0;
  width: 100%;
}

.editor .btn-default.active {
  background-color: #0563bb;
  color: #ffffff;
}

.editor .btn-default.col-md-2 {
  max-width: 240px;
}

.area-fact .form-group label {
  color: #929493;
}
.area-icon {
  padding-top:1.5rem;
}

.area-icon .card .col-md-3 {
  padding: 2rem 1rem 2rem 3rem;
}

.area-icon .card {
  margin-bottom: 1rem;
  max-height: 400px;
  border-radius: 0;
}
.area-icon .card .card-body ul li {
  margin-bottom: 0.5rem;
}

.area-icon .card .card-title {

  font-size: 20px;

}

.btn-default-round {
  border-radius: 10px;
  background-color: #2163bb;
  color: #fff;
}

.btn-default-round:hover {
  border-radius: 10px;
  color: #2163bb;
  border-color: #2163bb;
  background-color: #fff;
}

.btn-default-round i {
  margin-left: 0.3rem;
}

.sub-content .table.board th {
  background: #f8f8f8;
    font-size: 17px;
    font-family: 'Noto light';
    font-weight: normal;
    padding: 15px 10px;
    font-weight: 600;
}

.sub-content .table.board tr:first-child td, .sub-content .table.board tr td:first-child {
  background: transparent;
  font-weight: 400;
  padding:15px 10px;
}

.sub-content .pagination li.page-item {
  padding: 1rem;
}

.sub-content .page-item .page-link {
  border: 0;
  color: #111;
}

.sub-content .page-item.active .page-link {
  border-radius: 50%;
    background-color: #2163bb;
    color: #fff;
}



/* Search */
.board-search {width: 100%; margin: 10px 0;}
.board-search .util-search {font-family: 'Noto Regular';font-size: 16px;margin-top: 24px;color: #666;}
.board-search .util-search a {display: inline-block;width: 30px;text-indent: -9999px;background: url('../images/rss.png') no-repeat center center;margin-right:10px;color: #666;}
.board-search .util-search strong {color: #ff8500;}
.board-search .form-search {
	text-align: right;
}
.board-search .box-sel {display: inline-block;margin-right: 0px;}
.board-search .box-sel select {
font-size: 17px;font-family: 'Noto light';color: #9d9d9d;border: 1px solid #c3c3c3;height: 56px;min-width: 130px;padding-left: 15px;}
.board-search .box-sel select::-ms-expand {display:none}
.board-search .box-search {position: relative;display: inline-block;background: #fff;
height: 56px;line-height: 40px;padding: 0 5px 0 0;min-width: 400px;border: 1px solid #c3c3c3;font-size: 17px;color: #9d9d9d;}
.board-search .box-search input {position: relative;top: 0px;width: 100%;height: 100%;background: transparent;border: 0;font-family: 'Noto light';font-size: 17px;color: #9d9d9d;}
.board-search .box-search input::placeholder{color:#9d9d9d;}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 70px; background: #0563bb; cursor: pointer; color: #fff;}

@media all and (max-width:780px) {
.board-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
.board-search .util-search {display: none;}
.board-search .form-search {float: left; width: 100%;}
.board-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
.board-search .box-sel select {min-width: auto; width: 100%;}
.board-search .box-sel select.categorySelect{margin-bottom: 5px;}
.board-search .box-search {display: table-cell;top: 0;}
}

@media all and (max-width:580px) {
.board-search .box-sel{width:100%;display: block;padding-right:0;margin-bottom:5px;}
.board-search .box-search{display: block;min-width:auto;}
.board-search .box-sel select{background-position: 96% center;}
}


.view-info {border-top: 2px solid #353e4d;background-color: #f8f8f8;}
.view-info .view-num {display: none;}
.view-info .view-title {font-size: 23px;font-family: 'Noto Regular';padding: 25px 30px 5px;color: #212121;line-height: 25px; margin-bottom: 0;}

.view-detail {display: inline-block;width: 100%;border-bottom: 1px solid #dfdfdf;padding: 10px 30px 15px;background-color: #f8f8f8;}
.view-detail .view-util {float: left; font-size: 14px; color: #9b9b9b; font-family: 'Noto light';}
.view-detail .view-util dl {display: inline-block; padding-right: 10px; margin-right: 10px; position: relative;}
.view-detail .view-util dl dt{display: inline-block;font-size:16px;color:#555;margin-right:8px;font-family: 'Noto Regular';}
.view-detail .view-util dl dd{display: inline-block;font-size:16px;color:#888;}
.view-detail .view-util dl:after {content: '';position: absolute;right: -3px;top: 12px;width: 1px;height: 11px;background: #c3c3c3;}
.view-detail .view-util dl:nth-last-child(1):after {display: none;}
.view-detail .view-util .modify {display: none;}
.view-detail .view-share {float: right;line-height: 1;}
.view-detail .view-share .sns {display: inline-block;}
.view-detail .view-share .util {display: inline-block;}
.view-detail .view-share .util ul li{float:left;padding:0 20px;position: relative;}
.view-detail .view-share .util ul li:after{content: '';width:1px;height:15px;background-color: #ccc;display: block;position: absolute;top: 6px;right: 0;}
.view-detail .view-share .util ul li:nth-last-child(1){padding-right:0;}
.view-detail .view-share .util ul li:nth-last-child(1):after{display: none;}
.view-detail .view-share .util input[type="button"]:after{content: '';width:1px;height:15px;background-color: #cdcdcd;display: inline-block;}
.view-detail .view-share .util ul li:nth-child(1){padding-left: 0;}


.view-file {margin-bottom: 45px;border-top: 1px solid #dcdcdc;}
.view-file .row {display: table; width: 100%; border-bottom: 1px solid #ccc;}
.view-file .row .title {width: 200px; display: none; vertical-align: middle; padding: 25px 0; background: #f5f5f5; text-align: center; font-family: 'Noto Regular'; color: #444;}
.view-file .row .insert {display: table-cell; vertical-align: middle; padding: 15px 30px;}
.view-file .row .insert ul li{margin-bottom:5px;}
.view-file .row .insert ul li::marker {content:"\eb0c" ; font-family: 'boxicons'; display: inline-block;padding-left: 30px;margin-top: 5px;margin-bottom: 5px;}
.view-file .row .insert a.preview_link{display: inline-block;background: #239ed7 url('../images/glasses.png') no-repeat 90% center;color:#fff;padding: 5px 15px 5px 15px;border-radius: 4px;margin-left:15px;}
.view-file .no-file {color: #888;}


.view-con {
  padding: 2rem 1rem;
}


.company-bg-01 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-1.png");
  background-size: cover;
}
.company-bg {
  margin: 3rem 0;
}
.company-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(76 75 75);
  opacity: 0.75;
}

.company-bg  > h1 {
  position: relative;
  color: #ffffff;  
  font-size: 5rem;
  line-height: 0.9;
  text-align: center;
  padding: 6rem 0;
}

.company-bg-02 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-2.png");
  background-size: cover;
}

.company-bg-03 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-3.png");
  background-size: cover;
}

.company-bg-04 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-4.png");
  background-size: cover;
}

.company-bg-05 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-5.png");
  background-size: cover;
}

.company-bg-06 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-6.png");
  background-size: cover;
}

.company-bg-07 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-7.png");
  background-size: cover;
}

.company-bg-08 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-8.png");
  background-size: cover;
}

.company-bg-09 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-9.png");
  background-size: cover;
}

.company-bg-10 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-10.png");
  background-size: cover;
}

.company-bg-11 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-11.png");
  background-size: cover;
}

.company-bg-12 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-12.png");
  background-size: cover;
}

.company-bg-13 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-13.png");
  background-size: cover;
}

.company-bg-14 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-14.png");
  background-size: cover;
}

.company-bg-15 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-15.png");
  background-size: cover;
}

.company-bg-16 {
  position: relative; 
  max-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kftz/sub/D-16.png");
  background-size: cover;
}



section.timeline {
  padding: 100px 0;
}


section.timeline h1 {
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

section.timeline header {
	background: #2163bb;
	color: #FFFFFF;
	padding: 150px 0;
	
}
section.timeline header p {
  font-family: 'Allura';
  color: rgba(255, 255, 255, .2);
  margin-bottom: 0;
  font-size: 60px;
  margin-top: -30px;

}
section.timeline {

	position: relative;
}

section.timeline::before {
  content: '';
  background: #103863;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

section.timeline .timeline-item {
	width: 100%;
	margin-bottom: 70px;
}

section.timeline .timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

section.timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

section.timeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
section.timeline .timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

section.timeline .timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
}
section.timeline .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}
section.timeline .timeline-img {
	width: 30px;
	height: 30px;
	background: #2163bb;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}

section.timeline a {
	background: #2163bb;
	color: #FFFFFF;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);

	

}



section.timeline .timeline-card {
  padding: 0 0 0.5rem 0!important;
}


section.timeline .timeline-card p {
  padding: 0 20px;
}

section.timeline .timeline-card a {
  margin-left: 20px;
}
section.timeline .img-1970 {
			background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('../img/kftz/sub/1970.png') center center no-repeat;
			background-size: cover;
}
section.timeline .img-1980 {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('../img/kftz/sub/1980.png') center center no-repeat;
  background-size: cover;
}
section.timeline .img-1990 {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('../img/kftz/sub/1990.png') center center no-repeat;
  background-size: cover;
}
section.timeline .img-2000 {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('../img/kftz/sub/2000.png') center center no-repeat;
  background-size: cover;
}
section.timeline .img-2010 {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('../img/kftz/sub/2010.png') center center no-repeat;
  background-size: cover;
}
section.timeline .img-2020 {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('../img/kftz/sub/2020.png') center center no-repeat;
  background-size: cover;
}


section.timeline .timeline-img-header {

	height: 200px;
	position: relative;
	margin-bottom: 20px;
	
}
section.timeline .timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}


section.timeline blockquote {
	margin-top: 30px;
	color: #757575;
	border-left-color: #2163bb;
	padding: 0 20px;
}

section.timeline .date {
	background: #50b7f9;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

section.timeline p {
  padding: 1rem 0 0 0 ;
}

section.timeline p > i {
  padding-right: 10px;
}



.area3 .field {
	position: relative
}



.area3 .field .fieldlistwrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}
@media screen and (max-width: 1024px) {
	.area3 .field .fieldlistwrap  {
		position: unset;
	}
}
.area3 .fieldmap {
	width: 100%;
	background: #ccc;
	height: 520px
}

.area3 .fieldlistwrap .info_field {
	width: 100%
}

.area3 .fieldlistwrap .accrdtabwrap {
	background: #fff
}

.area3 .fieldlistwrap a.btn_fieldlist {
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -30px;
	z-index: 3;
	width: 60px;
	height: 24px;
	background: no-repeat 50% 50%;
	background-size: 100% auto
}

.area3 .fieldlistwrap a.btn_fieldlist.open {
	background-image:
		url("/resources/images/introduce/btn_fieldlist_opn_mo.png")
}

.area3 .fieldlistwrap a.btn_fieldlist.close {
	background-image:
		url("/resources/images/introduce/btn_fieldlist_cls_mo.png")
}

.area3 .fieldlistwrap a.btn_fieldlist span {
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 1px;
	font-size: 1px;
	text-indent: -99999rem
}

.area3 .tit_field {
	padding: 35px 15px;
	background: #0563bb url("/resources/images/introduce/bg_fieldlist.jpg")
		no-repeat 100% 100%;
	background-size: 100% auto
}

.area3 .tit_field h4 {
	color: #fff;
	font-size: 1.125rem
}

.area3 .tit_field .subtxt {
	color: #8eb7e5
}

.area3 .fieldlist {
	height: 300px;
	overflow-y: scroll
}

.area3 .fieldlist .acdrlist2>li {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0
}

.area3 .fieldlist .acdrlist2>li .answer {
	padding-left: 15px;
	padding-right: 15px
}

.area3 .fieldlist .acdrlist2>li .question {
	padding-left: 15px
  font-size
}

.area3 .fieldlist .acdrlist2>li.tab.open .question {
	color: #00479d
}



.area3 .fieldlist .fd_ulist li a {
	display: block;
	width: 80%;
	margin: auto;
	text-align: center
}

.area3 .fieldlist .fd_ulist li a .isico {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle
}

.area3 .fieldlist .fd_ulist li a .btn_ico {
	display: block;
	margin: 0 auto 5px;
	width: 50px;
	height: 50px;
	background: no-repeat 50% 0;
	background-size: 100% auto
}



@media screen and (min-width: 1024px) {
	.area3 .fieldmap {
		height: 800px
	}
	.area3 .field .fieldlistwrap {
		position: absolute;
		left: auto;
		top: 0;
		right: 0;
		width: auto
	}
	.area3 .field .fieldlistwrap .info_field {
		width: 380px
	}
	.area3 .field .fieldlistwrap a.btn_fieldlist {
		bottom: auto;
		top: 20px;
		left: -27px;
		margin-left: auto;
		width: 27px;
		height: auto;
    background-color: #fff;
    border: solid 1px;
	}
	.area3 .field .fieldlistwrap a.btn_fieldlist.open::before {
    font-family: 'boxicons';
    content: "\e9b6";
    font-weight: 900;
    font-size: 2rem;
	}
	.area3 .field .fieldlistwrap a.btn_fieldlist.close::before {
		font-family: 'boxicons';
    content: "\e9b7";
    font-weight: 900;
    font-size: 2rem;
	}
	.area3 .tit_field {
		padding: 45px 20px 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 160px
	}
	.area3 .tit_field h4 {
		font-size: 1.75rem
	}
	.area3 .tit_field .subtxt {
		font-size: 1.125rem
	}
	.area3 .fieldlist {
		height: 640px
	}
	.area3 .fieldlist .acdrlist2>li .answer {
		padding-left: 20px;
		padding-right: 20px
	}
	.area3 .fieldlist .acdrlist2>li .answer .fd_ulist li a {
		font-size: 1rem
	}
	.area3 .fieldlist .acdrlist2>li .answer .fd_ulist li a:hover, .area3 .fieldlist .acdrlist2>li .answer .fd_ulist li a:active
		{
		color: #00479d
	}
	.area3 .fieldlist .acdrlist2>li .answer .fd_ulist li a:hover .btn_ico,
		.area3 .fieldlist .acdrlist2>li .answer .fd_ulist li a:active .btn_ico
		{
		background-position: 50% 100%
	}
	.area3 .fieldlist .acdrlist2>li .question {
		padding-left: 20px
	}
}
ul.accordion-tab {
  list-style: none;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.answer {
  display: none;
}
.answer.show {
  display: block;
}

.acdrlist2>li .answer > ul > li {
  margin-bottom: 0.5rem;
}
.acdrlist2>li .answer {
	font-size: 0.938rem;
	border-top: 1px solid #e0e0e0;
	background-color: #f3f5f8;
	position: relative;
	padding: 20px 10px
}

@media screen and (min-width: 1024px) {
	.acdrlist2>li {
		font-size: 1.125rem;
	}
}


@media screen and (min-width: 1024px) {
	.acdrlist2>li .question {
		padding: 22px 60px 20px 20px
	}
	.acdrlist2>li .question .round {
		width: 32px;
		height: 32px;
		line-height: 32px
	}
	.acdrlist2>li .question::after {
		width: 20px;
		height: 11px;
		top: 29px;
		right: 20px
	}
}


.acdrlist2>li .answer .tblwrap.scroll {
	margin-right: 0
}
.box-grey {
  padding: 2rem;
  background-color: #e5e5e5;
}

.acdrlist2>li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 0 !important;
}

/*sub fta*/

.sun-header li  {
  padding-left: 3rem;
  padding-right: 3rem;
}

.main-color {
  color: #50b7f9;
}

.sun-visual {
  padding:10rem 10rem 15rem 10rem;
}
.sun-visual h3 {
  font-family: 'GmarketSansLight';
  color: #fff;
}
.sun-visual p {
  color: #fff;
}
.sun-visual h1 {
  font-family: 'GmarketSansBold';
  color: #fff;
  font-size: 3rem;
}

.sun-visual-navi {
  position: relative;
    z-index: 220;
    margin: -60px 0 0 0;
}

.sun-visual-navi  {
  position: absolute;
  background: #00479d;
  padding: 0.5rem 1rem;
  width: 100%;
}
.sun-visual-navi a > span{
  color: #fff;
  padding-left: 0.7rem;
}
.sun-visual-navi a:hover {
  font-size: 1.3rem;
}
.sun-visual-navi nav {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sun-visual {
    padding: 4rem 1rem;
  }

  .sun-visual h3 {
    font-family: 'GmarketSansLight';
    color: #fff;
    font-size: 1.9rem;
  }
  .sun-visual p {
    color: #fff;
  }
  .sun-visual h1 {
    font-family: 'GmarketSansBold';
    color: #fff;
    font-size: 2.3rem;
  }

  .sun-visual-navi > nav > a.nav-item.nav-link {
    font-size: 0.85rem;
    padding: 0.5rem;
  }
  .sun-visual-navi {
    position:relative;
  }
}

.sub-main-container {
  padding: 1rem 0rem; 
}

.sub-main-container .title {
  padding : 2rem 0;
  border-bottom: solid 1px #5e5e5e;
}


.sub-main-container .title > h3 {
  font-weight: 900;
}

.sub-main-container .title > h3 > a {
  margin-left: auto;
  float: right;
}

.sub-bg-m-01 {
  background: url("../img/kftz_sub/m-sub-01.png");
  background-size: cover;
}

.sub-bg-m-02 {
  background: url("../img/kftz_sub/m-sub-02.png");
  background-size: cover;
}

.sub-bg-m-03 {
  background: url("../img/kftz_sub/m-sub-03.png");
  background-size: cover;
}

.sub-bg-m-04 {
  background: url("../img/kftz_sub/m-sub-04.png");
  background-size: cover;
}

.sub-bg-m-05 {
  background: url("../img/kftz_sub/m-sub-05.png");
  background-size: cover;
}

@media screen and (max-width: 768px) {
  
}
tr.total > td{
  background-color: #fdfbee !important;
}


.sub-main-container .nav-tabs {
  border-bottom: solid 2px #151515;
  padding: 10px 0px;
}
.sub-main-container .nav-tabs .nav-link.active {
  color:#151515;
  font-weight: 900;
}
.sub-main-container .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}
.sub-main-container .nav-tabs .nav-link {
  font-family: 'GmarketSansMidum';
  font-size: 20px;
  color:#959595;
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}
@media screen and (max-width: 768px) {
  .sub-main-container .nav-tabs .nav-link {
    font-family: 'GmarketSansMidum';
    font-size: 1rem;
    padding: 0.5rem 0.6rem;
  }
  .sub-main-container .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0.5rem;
  }
}



.sub-main-container table tr td {
  padding: 1.2rem;
}
.sub-main-container h5 {
  border-bottom: solid 2px #151515;
  padding: 1.3rem 0px;
  color:#151515;
  font-weight: 900;
}
.company-list .item {
  width: 50px;
}


.sub-main-container h4 {
  color: #000;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    margin-left: 2rem;
}
.sub-main-container .owl-carousel {
  margin-top: 1rem;
}
.sub-main-container .owl-carousel .item p {
  border: solid 1px #e5e5e5;
  padding: 0.7rem 0.7rem;
  text-align: center;
  margin-bottom: 0;
}


.sub-main-container .card {
  perspective: 350rem;
  position: relative;
  height: 310px;
  max-width: 600px;
  margin: 1rem 0;
  box-shadow: none;
  background: none;
  border:none;
}

.sub-main-container .card-side {
  height: 300px;
  border-radius: 15px;
  transition: all 0.8s ease;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding:2rem;
  color: white
}

.sub-main-container .card-side.back {
  transform: rotateY(-180deg);
  background-color: #465379;
  background-image: linear-gradient(160deg, #465369 0%, #465379 100%);
  
}

.sub-main-container .card-side.front {
  background-size: cover;
  background-image: url('../img/masan/hello.png') ;
}

.sub-main-container .card-side.front h6 {
  position: absolute;
  bottom: 40px;
  left: 35px;
  font-size: 1.5rem;
}

.sub-main-container .card:hover .card-side.front {
  transform: rotateY(180deg);
}

.sub-main-container .card:hover .card-side.back {
  transform: rotateY(0deg);
  line-height: 2; font-size: 1.1rem;
}

.r-1 {
  background-size: cover;
  background-image: url('../img/masan/c-1.png') ;
}

.r-2 {
  background-size: cover;
  background-image: url('../img/masan/c-2.png') ;
}

.r-3 {
  background-size: cover;
  background-image: url('../img/masan/c-3.png') ;
}

.r-4{
  background-size: cover;
  background-image: url('../img/masan/c-4.png') ;
}

.residence .text-box {
  color: #fff;
  text-align: right;
  padding: 4rem;  
}

.residence .text-box {
  font-size: small;
}

.residence .text-box:hover {
	  background-image: linear-gradient(160deg, #465369 0%, #465379 100%);
}
.gnb-sub.sub {
  top:70px;
}


.gnb-sub.sub ul {
  padding-left: 50px;
}

/* masan_sub*/

.chief-wrap {
  background-image: url('../img/masan/m-sub-51-c-01.png');
  background-size: 1450px 1000px;
  width: 1450px;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
}

.content span {
  color: #000;
  font-size: 20px;
  margin: 0 80px 40px 80px;
}


/* mobile */
.dropdown-toggle::after {
  display: none;
}

.mobile {display: none;}

.navbar-nav .dropdown-menu {
  border: none;
}

.select-fta select {
  display: none;
}
/* header */
@media screen and (max-width: 768px) {
  .navbar-brand img{
    width: 80%;
  }

  .dropdown-toggle::after {
    display: inline-block;
  }

  #pagetitle1 {
    display: none;
  }
  .navbar-brand.black {
    display: none !important;
  }
  .navbar-brand.white {
   
    display: block !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 60%;
  }

  .mobile {
    display: block !important;
  }

  .about , .resume, .portfolio, .testimonials, .services {
    padding: 2rem 0;
  
  }
  

  .resume .btn-group .btn {
    width: 5rem;
  }

  #services .item {
    padding : 5px 25px;
  }
  .portfolio-info {
    opacity: 1;
    background: rgba(69, 80, 91, 0.8);
  }

  .select-fta select {
    display: block;
  }

}


/* ================ CSS 추가 ===================== */

.gunsan {
  width: 100%;
  height: 100%;
  background: url("../img/masan/gunsan_main.png") top right no-repeat;
  background-size: cover;
  position: relative;
}

.sub-main-container .card-side.front.gunsan {
  background-size: cover;
  background-image: url('../img/masan/gunsan_chief2.png') ;
}

.daebul {
  width: 100%;
  height: 100%;
  background: url("../img/masan/daebul_main.png") top right no-repeat;
  background-size: cover;
  position: relative;
}

.sub-main-container .card-side.front.daebul {
  background-size: cover;
  background-image: url('../img/masan/daebul_chief2.png') ;
}

.donghae {
  width: 100%;
  height: 100%;
  background: url("../img/masan/donghae_main.png") top right no-repeat;
  background-size: cover;
  position: relative;
}

.sub-main-container .card-side.front.donghae {
  background-size: cover;
  background-image: url('../img/masan/donghae_chief2.png') ;
}

.yulchon {
  width: 100%;
  height: 100%;
  background: url("../img/masan/yulchon_main.png") top right no-repeat;
  background-size: cover;
  position: relative;
}

.sub-main-container .card-side.front.yulchon {
  background-size: cover;
  background-image: url('../img/masan/yulchon_chief2.png') ;
}

.gimje {
  width: 100%;
  height: 100%;
  background: url("../img/masan/gimje_main.png") top right no-repeat;
  background-size: cover;
  position: relative;
}

.sub-main-container .card-side.front.gimje {
  background-size: cover;
  background-image: url('../img/masan/gimje_chief2.png') ;
}

.ulsan {
  width: 100%;
  height: 100%;
  background: url("../img/masan/ulsan_main.png") top right no-repeat;
  background-size: cover;
  position: relative;
}

.sub-main-container .card-side.front.ulsan {
  background-size: cover;
  background-image: url('../img/masan/ulsan_chief2.png') ;
}

/* all-menu */
.all-menu-wrap {position:fixed; top:0; right:-100%; width:24rem; max-width:100%; height:100vh; z-index:-1; opacity:0; visibility:hidden; -webkit-transition:all .3s; transition:all .3s}
.all-menu-wrap::before {content:''; width:100%; height:100vh; position:fixed; top:0; left:0; background:rgba(0, 0, 0, 0.5); opacity:0; z-index:-1; -webkit-transition:all .3s; transition:all .3s}
.all-menu-wrap .web-top {height:4rem; background:#0563bb; position:relative}
.all-menu-wrap .web-top .title {color:#fff; display:block; font-size:1.1rem; line-height:4rem; padding-left:1rem; font-weight:400}
.all-menu-wrap .box {background:#fff; position:relative; height:calc(100% - 4rem)}
.all-menu-wrap .box::before {content:''; width:45%; height:100%; background:#053f76; position:absolute; top:0; left:0; z-index:0}
.all-menu-wrap .depth1 {position:relative; z-index:1; padding-top:.5rem; padding-left: 0; list-style:none;}
.all-menu-wrap .depth1 > li {width:45%; /* li.active */ }
.all-menu-wrap .depth1 > li > a {display:block; color:#a2a5a9; text-align:left; padding:.7rem 1.1rem; font-size:1rem; position:relative}
.all-menu-wrap .depth1 > li > a::before {content:''; content:''; border-radius:50%; width:0.3rem; height:0.3rem; text-align:center; background-color:#fff; position:absolute; top:50%; right:.7rem; -webkit-transform:translateY(-50%) scale(2); transform:translateY(-50%) scale(2); -webkit-transition:all .25s; transition:all .25s; opacity:0}
.all-menu-wrap .depth1 > li.active > a {color:#fff}
.all-menu-wrap .depth1 > li.active > a::before {opacity:1; -webkit-transform:translateY(-50%) scale(1); transform:translateY(-50%) scale(1)}
.all-menu-wrap .depth1 > li.active .depth2 {display:block}
.all-menu-wrap .depth2 {position:absolute; top:0; left:45%; width:55%; display:none; padding:.5rem .7rem; max-height:80vh; overflow-y:auto}
.all-menu-wrap .depth2::-webkit-scrollbar {width:3px}
.all-menu-wrap .depth2::-webkit-scrollbar-thumb {background-color:#333; border:3px solid #333; border-radius:6px}
.all-menu-wrap .depth2::-webkit-scrollbar-track {background-color:#e5e5e5}
.all-menu-wrap .depth2 > li > a {display:block; font-size:.95rem; padding:.85rem 0; border-bottom:1px solid #d2d2d2; color:#000; position:relative; padding-right:0.5rem}
.all-menu-wrap .depth2 > li.hassub {/*active*/ }
.all-menu-wrap .depth2 > li.hassub > a::before {content:"\eb21"; color:#b9b9b9; font-family:"boxicons"; position:absolute; top:.8rem; right:.2rem}
.all-menu-wrap .depth2 > li.hassub.active > a::before {content:"\eaed"}

.all-menu-wrap .depth3 {padding:.7rem 0; display:none}
.all-menu-wrap .depth2 > li.hassub.active .depth3 {display: block;}
.all-menu-wrap .depth3 > li {margin-bottom:0.4rem}
.all-menu-wrap .depth3 > li:last-child {margin-bottom:0}
.all-menu-wrap .depth3 > li > a {display:block; color:#666; font-size:.9rem;}
.all-menu-wrap .depth3 > li:hover a {color:#0c385a}
.all-menu-wrap .btn-close {display:block; position:absolute; top:0; right:0; color:#fff; font-size:1.25rem; line-height:4rem; width:4rem; text-align:center}
.all-menu-wrap.show {opacity:1; visibility:visible; z-index:60000; right:0}
.all-menu-wrap.show::before {opacity:1; z-index:0}


#accordion .btn.btn-link {
	text-align: left !important;
}

.ir {
	    font-size: 1.5rem;
}

.collapse1 {
	display: none;
}

.collapse1.show {
	display: block;
}


.collapse2 {
	display: none;
}

.collapse2.show {
	display: block;
}


