@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;
  word-break: keep-all;
}

p {word-break: keep-all;}
.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 {
  padding: 100px 0;
}

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

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: 14px;
  }

}




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





table {
  width: 100%;
  text-align: center;
}
.main-bg table {
  border-bottom: 1px solid #cae2d8;
}

.main-bg table thead th {
  padding: 10px 5px;
  background-color: #0B6440;
  color: #fff;
}

.main-bg table thead tr th:first-of-type {border-radius: 10px 0 0 0;}
.main-bg table thead tr th:last-of-type {border-radius: 0 10px 0 0;}

.main-bg table tbody tr td {
  padding: 20px 5px;
  background-color: #fff;
  border-bottom: none;
  font-size: 1rem;
}

.main-bg table tbody tr td:first-of-type {
  width: 25%;
  background-color: #f3f9f7;
  font-weight: 700;
  color: #0e6341;
}

table thead th {
  padding: 10px 5px;
  background-color: #f3f9f7;
  color: #0e6341;
}

table tbody tr td {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: 1.3;
}


.table-tit {
  display: table;
  margin: 0 auto 30px;
  padding: 5px 35px;
  min-width: 150px;
  background-color: #0e6341;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

table .table-item img {
  max-height: 100px;
  max-width: 80%;
}




@media all and (max-width:767px) {
  .main-bg table tbody tr td {
    padding: 12px 5px;
    font-size: 12px;
  }

  .table-tit {
    margin: 0 auto 15px;
  }

  table tbody tr td {
    font-size: 12px;
  }
  

}




/********************************************************
  about
********************************************************/
.greetings {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.greetings::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.greetings h6 {
  position: relative;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

@media all and (max-width:767px) {
  .greetings h6 {
    padding: 0 15px;
    font-size: 15px;
  }
}




.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;
  width: 100%;
}


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

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


.timeline > ul > li {
  position: relative;
  display: flex;
  z-index: 1;
  gap: 30px;
}

.timeline .year {
  width: 72px;
  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;
  margin-left: 30px;
}
.timeline .history li {
  display: flex;
  padding: 3px 0;
  color: #878787;
}
.timeline .history li span {
  display: inline-block;
  width: 55px;
  font-weight: 700;
  color: #313131;
}


@media all and (max-width:991px) {

  .timeline {
    flex-wrap: wrap;
    gap: 20px;
  }
  .timeline > ul {
    width: 100%;
    gap: 20px;
  }

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

  .timeline > ul::after {
    left: 97px;
    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;
  }

  .timeline .year {
    width: 10%;
    font-size: 1.25rem;
  }
  .timeline > ul > li {gap: 35px;}
  .timeline .history-list {
    font-size: 13px;
  }
}

@media all and (max-width:767px) {
  .timeline .dot {
    left: 66px;
  }

  .timeline > ul::after {
    left: 70px;
  }
}






/* 조직도 */

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







/********************************************************
  product
********************************************************/
#product .product-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

#product .product-list .product-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#product .product-list .product-list-item-img {


}

#product .product-list .product-list-item-img > div {
  height: 100%;
  min-height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

#product .product-list .product-list-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 0;
  padding: 30px 20px;
}

#product .product-list .product-list-item-info ul {
  display: flex;
}

#product .product-list .product-list-item-info ul img {
  width: 100%;
}

#product .product-list .product-list-tit {
  margin-bottom: 30px;
}

#product .product-list .product-list-tit h5 {
  font-size: 25px;
  font-weight: 700;
}

#product .product-list .product-list-tit p {
  color: #0e6341;
}
/*  */
@media all and (min-width:768px) {
  #product .product-list .product-list-item:nth-of-type(2n) {text-align: right;}
  #product .product-list .product-list-item:nth-of-type(2n) .product-list-item-img {
    order: 2;
  }
  #product .product-list .product-list-item:nth-of-type(2n) ul {
    justify-content: end;
  }
}

@media all and (max-width:767px) {
  #product .product-list {
    gap: 60px;
  }
  #product .product-list .product-list-item {
    gap: 20px;
  }

  #product .product-list .product-list-item-img > div {
    min-height: 200px;
  }

  #product .product-list .product-list-item-info {
    padding: 0 15px;
  }

  #product .product-list .product-list-tit {
    margin-bottom: 20px;
  }

  #product .product-list .product-list-tit h5 {
    font-size: 18px;
  }

}


/********************************************************
  rd
********************************************************/
.rd-step {
  display: flex;
  justify-content: space-between;
  
}

#rd .rd-step-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  background-color: #f7f8f9;
  border-radius: 100%;
  text-align: center;
  aspect-ratio: 1 / 1;
}

#rd .rd-step-item img {
  margin-bottom: 15px;
  max-width: 60px;
}

#rd .rd-step-item p {
  margin-bottom: 10px;
  font-weight: 700;
  color: #0B6441;
}

#rd .rd-step-item h6 {
  font-size: 20px;
}

.rd-graph {
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 50px;
  background-color: #f3f9f7;
  border-radius: 20px;
}

.rd-graph img {
  width: 100%;
}

.rd-graph p {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}

.rd-graph p span {
  font-weight: 700;
}

.rd-graph p span small {
  display: inline-block;
  padding: 0 5px;
}


@media all and (min-width:768px) {
  #rd .rd-step-item:not(:last-of-type)::after {
    content: "\e93e";
    position: absolute;
    right: -30%;
    font-size: 30px;
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #ddd;
  }
}


@media all and (max-width:767px) {
  .rd-step {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  #rd .rd-step-item {
    width: 50%;
}
  
  #rd .rd-step-item h6 {
    font-size: 15px;
  }

  #rd .rd-step-item img {
    margin-bottom: 10px;
    max-width: 40px;
  }

  .rd-graph {
    margin-top: 30px;
    padding: 25px;
    text-align: center;
  }
  .rd-graph p {
    margin-top: -20px;
    line-height: 1.5;
  }
  .rd-graph p span {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .rd-graph img {width: 80%;}

  .rd-graph p span small {
    display: none;
  }
}









/********************************************************
  facilities
********************************************************/


#facilities .line-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#facilities .line-list .line-list-item {
  display: flex;
  gap: 10px;
  width: 100%; 
  text-align: center;
}

#facilities .line-list .line-list-item h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 20%;
  background-color: #0B6441;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
}

#facilities .line-list .line-list-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 80%;
}

#facilities .line-list .line-list-item ul li {
  padding: 10px;
  background-color: #F3F9F7;
  border: 1px solid #0B6441;
  border-radius: 10px;
}


#facilities .strap tbody td:not(:first-of-type) {
  width: calc(75% / 3);
}


@media all and (max-width:767px) {
  #facilities .line-list {gap: 10px;}
  #facilities .line-list .line-list-item {gap: 5px;}
  #facilities .line-list .line-list-item ul {
    gap: 5px 0;
  }
}

