@charset "utf-8";
@import url('../nariya/css/g5.css');

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: medium;
}


@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

/* *******************************************************
 * filename : style.css
 * description : 메인 CSS
 * date : 
******************************************************** */


/********************************************************
■ Theme Common
********************************************************/
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "Roboto", sans-serif;
  font-weight: 400;
  color: #313131;
}

.row {
  gap: 30px 0;
}


@media all and (max-width:991px) {
  html {
    font-size: 14px;
  }
}

@media all and (max-width:767px) { 
  .row {
    gap: 50px 0;
  }
}



/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper #nt_body {
  flex: 1 1 auto !important;
}

.nt-container,
.nt-container-wide {
  margin: 0 auto;
}

@media all and (max-width:991px) {
  .responsive .wrapper {
    overflow-x: hidden;
  }
}


/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 100000;
}

#nt_loader .loader {
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  position: absolute;
  z-index: 10001;
}


/********************************************************
■ HEADER : 헤더 
********************************************************/
#header {
  z-index: 1000;
  animation: all .5s;
}

#header .nt-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 100px;
}

#header .header-logo {
  position: absolute;
  left: 0;
}

#header .header-logo>a {
  display: block;
}

#header .header-logo img {
  padding: 10px 0;
  margin-top: -5px;
  max-height: 70px;
  filter: brightness(0) invert(1);
}


.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

#header .lang {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


#header .lang a {
  color: #fff;
  font-weight: 700;
}

#header .lang a img {
  max-width: 30px;
  filter: brightness(0) invert(1);
  margin-left: 10px;
}

#header.scrolled .lang a {
  color: #000;
}

#header.scrolled .lang a img {
  filter: none;
}

@media all and (max-width:1599px) {
  #header .nt-container {
    margin: 0;
    padding: 0 15px;
  }
  #header .header-logo {
    left: 15px;
  }

  #header .lang {
    right: 15px;
  }
}


@media all and (max-width:767px) {
  #header .nt-container {
    justify-content: space-between;
  }
  
  #header .header-logo {
    position: relative;
    left: inherit;
  }

  .header-right {
    gap: 15px;
  }

  #header .lang {
    position: relative;
    right: inherit;
    top: inherit;
    transform: translateY(0);
  }

  #header .lang a span {
    display: none;
  }

  #header .lang a img {
    max-width: 25px;
  }

}
/***********  헤더 고정  ***********/
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media all and (max-width:767px) {
  #header .nt-container {
    padding: 0 15px;
  }
}

/***********  헤더 스크롤  ***********/
#header.scrolled {
  /* 백그라운드 블러 효과 */
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#header.scrolled .header-logo img {
  filter: none;
}


.mobile-menu-opened #header.scrolled {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-color: transparent !important;
}

.mobile-menu-opened #header .header-logo img {
  filter: none !important;
}


/***********  모바일 헤더 ***********/

@media all and (max-width:767px) {
  #header {
    height: 60px;
  }

  #header .nt-container {height: 100%;}

  #header .header-logo img {

    
  }
}


/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
  position: relative;
  z-index: 20;
}

#nt_menu .me-list .me-ul {
  display: flex;
  justify-content: center;
  gap: 0 70px;
  margin: 30px 0;
}

#nt_menu .me-list .me-ul a {
  font-size: 18px;
  color: #fff;
  transition: color .3s;
}

#nt_menu .me-list .me-ul a:hover,
#nt_menu .me-list .me-ul a.active {
  
}


#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
  position: relative;
}

#nt_menu .sub-slide {
  display: none;
  visibility: visible;
}

#nt_menu .sub-icon::after {
  font-family: "FontAwesome";
  float: right;
  position: relative;
  content: "\f105";
}

#nt_menu .me-icon {
  width: 4.0rem;
  text-align: center;
}

#nt_menu .me-a {
  display: block;
  position: relative;
  font-family: 'Pretendard';
  text-align: center;
  font-weight: 500;
}

#nt_menu .sub-2div {
  left: 100%;
  top: 0;
  position: absolute;
  z-index: 22;
  background: #fff;
}

#nt_menu .sub-2dul {}

#nt_menu .sub-2dli {}

#nt_menu .sub-2da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}

#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
  color: #000;
  background: #fafafa;
  border-color: #eee;
  font-weight: bold;
}

#nt_menu .sub-2line {
  display: block;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
}

.nt-menu .sub-1div {
  position: absolute;
  left: 0;
  z-index: 21;
  width: auto;
  text-align: left;
  top: 100%;
  left: 0;
  background: #fff;
}

.nt-menu .sub-1div::before {
  left: 50%;
  margin-left: -8px;
}

.nt-menu .sub-1da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}

.nt-menu .sub-1line {
  position: relative;
  display: block;
}

.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da {
  color: #000;
  background: #f5f5f5;
  border-color: #eee;
  font-weight: bold;
}

.nt-menu .sub-1line {
  color: #000;
  font-weight: bold;
  background: #fafafa;
}

.nt-menu .me-sh {
  padding: 0.59rem 1.0rem;
}

/*  */
#header.scrolled #nt_menu .me-list .me-ul a {
  color: #666;
}
#header.scrolled #nt_menu .me-list .me-ul a.active span {
  color: #0e6341;
  font-weight: 700;
}





/********************************************************
■ 모바일 메뉴
********************************************************/
#header .menu-toggle {
  position: relative;
  padding: 0;
  width: 22px;
  height: 36px;
  background: none;
  border: none;
}

#header .menu-toggle span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header .menu-toggle span:nth-of-type(1) {
  top: 9px;
}

#header .menu-toggle span:nth-of-type(2) {
  top: 17px;
}

#header .menu-toggle span:nth-of-type(3) {
  top: 25px;
}

#nt_menu_m {
  display: none;
}

#nt_menu_overlay {
  display: none;
}

/*  */

.mobile-menu-opened #header .menu-toggle span {
  background-color: #000 !important;
}

.mobile-menu-opened #header .menu-toggle span:nth-of-type(1) {top: 18px; transform: translateX(-50%) rotate(-45deg);}
.mobile-menu-opened #header .menu-toggle span:nth-of-type(2) {opacity: 0;}
.mobile-menu-opened #header .menu-toggle span:nth-of-type(3) {top: 18px; transform: translateX(-50%) rotate(45deg);}


/*  */
#header.scrolled .menu-toggle span {
  background-color: #000;
}

@media (max-width: 767px) {
  #nt_menu_m {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s;
    z-index: 999;
  }

  #nt_menu_m.active {
    transform: translateX(0);
  }

  #nt_menu_m .me-list-m {
    padding: 60px 0;
    height: 100vh;
  }

  #nt_menu_m .me-ul-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    height: 100%;
  }
  
  #nt_menu_m .me-ul-m,
  #nt_menu_m .sub-1dul-m,
  #nt_menu_m .sub-2dul-m {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #nt_menu_m .me-li-m>a {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 18px;
    color: #313131;
    position: relative;
    transition: color .3s;
  }

  #nt_menu_m .me-li-m>a:hover,
  #nt_menu_m .me-li-m>a.active {
    color: #0e6341;
  }



  #nt_menu_m .sub-1dul-m,
  #nt_menu_m .sub-2dul-m {
    display: none;
    background: #fafbfc;
  }

  #nt_menu_m .me-li-m.open>.sub-1dul-m {
    display: block;
  }

  #nt_menu_m .sub-1dli-m.open>.sub-2dul-m {
    display: block;
  }

  #nt_menu_m .sub-1dli-m>a,
  #nt_menu_m .sub-2dli-m>a {
    padding: 12px 40px;
    font-size: 1em;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    display: block;
  }

  #nt_menu_m .sub-2dli-m>a {
    padding-left: 60px;
    font-size: 0.98em;
  }

  #nt_menu_m .sub-toggle-icon {
    margin-left: auto;
    font-size: 1em;
    color: #888;
  }

  #nt_menu_overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }

  #nt_menu_overlay.active {
    display: block;
  }

}



/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
  overflow: hidden;
  position: relative;
  background: #242424;
  border-bottom: 1px solid #dee2e6;
  color: #fff;
}

#nt_title .nt-container {
  position: relative;
  z-index: 2;
  height: 70px;
}

#nt_title .page-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
}

#nt_title .breadcrumb a {
  color: #eee;
}

#nt_title .breadcrumb-item+.breadcrumb-item::before {
  font-family: dotum;
  font-weight: normal;
  color: #aaa;
  content: ">";
}

@media all and (max-width:991px) {
  .responsive #nt_title .page-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}

@media all and (max-width:767px) {
  .responsive #nt_title .page-title {
    font-size: 22px;
  }

  .responsive #nt_title .nt-container {
    height: 60px;
  }
}

@media all and (max-width:575px) {
  .responsive #nt_title .page-title {
    font-size: 20px;
  }

  .responsive #nt_title .nt-container {
    height: 50px;
  }
}

/********************************************************
■ Footer 
********************************************************/
#footer {
  padding: 60px 0;
  font-size: 14px;
}

#footer .nt-container {
  margin: 0 auto;
  padding: 0 30px;
  color: #707070;
  margin: 0 100px;
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#footer .footer-top img {
  max-width: 110px;
  filter: grayscale(100%) brightness(0.8) sepia(1) hue-rotate(0deg) saturate(0) brightness(0.76);
  opacity: .2;
}

#footer ul.footer-info {
  margin-bottom: 10px;
  font-weight: 300;
}

#footer ul.footer-info li span {
  margin-right: 5px;
  margin-left: 10px;
  color: #000;
  font-weight: 400;
}

#footer ul.footer-info li span:first-of-type {
  margin-left: 0;
}


.family-site {
  max-width: 280px;
}

.family-site-wrapper {
  position: relative;
}

.family-site-select {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.family-site-select:focus {
  outline: none;
}

.family-site-select option {
  padding: 10px;
  background: white;
  color: #333;
}

.family-site-arrow {
  position: absolute;
    right: 25px;
    color: #666;
    pointer-events: none;
    transition: transform 0.3s ease;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
}

@media all and (max-width:1599px) {
  #footer .nt-container {
    margin: 0;
    padding: 0 15px;
  }
}

@media all and (max-width:767px) {
  #footer {
    padding: 40px 0;
    font-size: 12px;
  }
  #footer .nt-container {
    padding: 0 15px;
  }

  .family-site {
    max-width: 100%;
  }
  
  .family-site-wrapper {
    padding: 12px;
  }
  
  .family-site-select {
    padding: 10px 35px 10px 12px;
    font-size: 13px;
  }
}







/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

hr.hr::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1px;
  background-color: #ddd;
}

hr.hr {
  display: block;
  position: relative;
  height: 3px;
  border: none;
  line-height: 1px;
  padding: 0;
  margin: 0;
}

hr.hr::after {
  width: 4.0rem;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1px;
}

@media all and (max-width:575px) {
  .responsive h3.h3 {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .responsive hr.hr::after {
    left: 1.0rem;
  }
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
  font-size: 1.0rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.15rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
  cursor: pointer;
  padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  margin-top: 2px;
}

/* Button */
.btn-lg {
  padding: 10px 16px;
  border-radius: 3px;
  line-height: 1.33;
  font-size: 18px;
}

.btn-lg i {
  top: 3px;
  font-size: 24px;
  position: relative;
}

/* Form */
.col-form-label {
  font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
  color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
  border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
  border-radius: 0 !important;
}




/********************************************************
  main
********************************************************/
/* 공통 */
main section {
  position: relative;
  padding: 120px 0;
}

main section .section-title {
  margin-bottom: 80px;
  text-align: center;
}


main section .section-title span {
  color: #0e6341;
}


main section .section-title h3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.section-title h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

.section-title h6{
  margin-bottom: 5px;
  font-size: 20px;
  color: #0e6341;
}

.section-title p {
  font-weight: 400;
}


@media all and (max-width:991px) {
  main section .section-title {
    margin-bottom: 50px;
  }

}

@media all and (max-width:767px) {
  main section {
    padding: 60px 0;
  }

  main section .section-title {
    margin-bottom: 30px;
  }

  main section .section-title h3 {
    font-size: 20px;
  }


  .section-title h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .section-title h6 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .section-title p {
    font-size: 15px;
  }

}


.main-bg {
  background-color: #f3f9f7;
}


table {
  width: 100%;
  text-align: center;
}

/********************************************************
  about
********************************************************/
.about-info {
  align-items: center;
  margin-top: 50px;
}

.about-info table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.about-info table tr td:first-of-type {
  padding: 15px;
  background-color: #f9f9f9;
  font-weight: 700;
  text-align: center;
}

.about-info table tr td {
  padding: 15px 10px 15px 27px;
  text-align: left;
}

.about-info table tr:not(:last-of-type) td {
  border-bottom: 1px solid #e3e3e3;
}

.organization-chart .nt-container > div {
  padding: 50px;
  border-radius: 20px;
}


.organization-chart .nt-container > div img {
  width: 100%;
}

@media all and (max-width:767px) {
  .organization-chart .nt-container > div {
    padding: 25px;
  }
  
}






.history .nav-tabs {
  border-bottom: none;
  align-items: end;
}

.history .nav-tabs .nav-item.show .nav-link, 
.history .nav-tabs .nav-link.active {
  color: #0E6341;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 3px solid;
  padding: 5px;
}


.history .nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  color: #a2a2a2;
  transition: color .3s;
}


.history .nav-tabs .nav-link:focus, 
.history .nav-tabs .nav-link:hover {
}

.timeline {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 100%;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}


.timeline > ul {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px 0;
  width: 50%;
}

.timeline > ul::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 1px;
  height: 100%;
  background-color: #21663b;
  left: 99px;
}


.timeline li {
  position: relative;
  display: flex;
  z-index: 1;
  gap: 0 70px;
}

.timeline .year {
  font-weight: bold;
  flex-shrink: 0;
  text-align: right;
}


.timeline .dot {
  position: absolute;
  left: 94px;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #21663b;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #21663b;
  flex-shrink: 0;
  z-index: 1;
}
.timeline .history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.timeline .history li {
  padding: 3px 0;
}

@media all and (max-width:991px) {
  .timeline {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
  }
  .timeline > ul {
    width: 100%;
    gap: 20px;
  }

  .timeline .dot {
    left: 87px;
    top: 7px;
  }

  .timeline > ul::after {
    left: 91px;
    height: calc(100% + 20px);
  }

  .timeline > ul:last-of-type::after {
    top: 0;
    height: calc(100% - 10px);
  }

  .history .nav-tabs .nav-item.show .nav-link, 
  .history .nav-tabs .nav-link.active {
  font-size: 1.75rem;
  border-bottom: 3px solid;
  padding: 0;
  }
}












/********************************************************
  business
********************************************************/
#business {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#business .section-title {
  text-align: left;
}

#business section {
  padding-left: 100px;
  padding-right: 100px;
}

.business-wrap {
  display: flex;
  gap: 0 130px;
  margin-left: 45%;
  width: calc((30vw * 4) + (130px * 4) + (30px *4) + 45% + 200px ) !important;
}
.business-item {
  display: flex;
  flex: 0 0 30vw;
  box-sizing: border-box;
  gap: 30px;
}

.business-img img {
  border-radius: 20px;
  width: 100%;
}

.business-item-text .business-item-text-title h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.business-item-text .business-item-text-title h5 {
  color: #0e6341;
}

.business-item-text ul {
  margin-top: 50px;
}

.business-item-text ul li {
  padding: 3px 0;
}



@media all and (max-width:2000px) {
  .business-wrap {
    gap: 0 100px;
    margin-left: 45%;
    width: calc((50vw * 4) + (100px * 4) + (30px *4) + 45% + 200px ) !important;
  }
  .business-item {
    flex: 0 0 50vw;
    gap: 30px;
  }
}


@media all and (max-width:1200px) {
  #business section {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .business-wrap {
    gap: 0 70px;
    margin-left: 30%;
    width: calc((70vw * 4) + (70px * 4) + (30px *4) + 30% + 100px ) !important;
  }
  .business-item {
    flex: 0 0 70vw;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .business-wrap {
    margin-left: 0;
    gap: 30px;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .business-item {
    position: relative;
    gap: 30px;
    width: calc(50% - 30px);
    flex: auto;
    overflow: hidden;
    border-radius: 20px;
  }

  .business-img {width: 100%;}
  .business-item .business-item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 30px;
  }
}

@media (max-width: 767px) { 
  #business section {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .business-wrap {
    gap: 10px;
  }
  
  .business-item {
    gap: 30px;
    width: 100%;
    height: 350px;
  }

  .business-img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .business-item-text .business-item-text-title h5 {
    color: #0e6341;
    background: rgba(255, 2555, 255, .8);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
  }
}



/********************************************************
  prospects
********************************************************/
#prospects {
  text-align: center;
}


#prospects h5 {
  margin-bottom: 10px;
  font-weight: 700;
}


#prospects img {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  #prospects img {
    width: 70%;
  }
}

/********************************************************
  ability
********************************************************/
#ability {
  overflow: hidden;
}
.ability-list {
  position: relative;
  gap: 30px 0;
  z-index: 2;
}


.ability-list .ability-list-item > div {
  padding: 40px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .02);
  transition: all 0.3s ease;
}

.ability-list .ability-list-item .ability-list-item-tit {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}

.ability-list .ability-list-item .ability-list-item-tit img {
  max-width: 60px;
  max-height: 60px;
}

.ability-list .ability-list-item ul li {
  padding: 3px 0;
}

#ability .logo-bg {
  position: absolute;
  bottom: -1px;
  right: 0;
  max-width: 450px;
  transform: scale(0.95);
  z-index: 1;
}


@media all and (max-width:767px) {
  .ability-list {
    gap: 20px;
  }
  .ability-list .ability-list-item > div {
    padding: 20px;
  }

  .ability-list .ability-list-item .ability-list-item-tit {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .ability-list .ability-list-item .ability-list-item-tit img {
    max-width: 45px;
    max-height: 45px;
  }

  #ability .logo-bg {
    max-width: 200px;
  }
  
  
}




