/*==================================
* Author        : "ThemeSine"
* Template Name : Nodongtoktok
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  vision
7.  consultation
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333;
  text-transform: initial;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: block;
  text-decoration: none;
  font-size: 18px;
  padding: 0;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

p {
  margin: 0;
  color: #818998;
  font-size: 16px;
  line-height: 1.8;
  text-transform: initial;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

ul li {
  list-style: none;
  display: inline-block;

}

select,
input,
textarea,
button,
.form-control {
  box-shadow: none;
  outline: 0 !important;
}

button {
  background: transparent;
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
}

html,
body {
  height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.owl-carousel {
  z-index: 0;
}

/* section-header */
.section-header {
  position: relative;
  text-align: center;
}

.section-header h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 35px;
}

.section-header h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
  background: #135aff;
}

.section-header p {
  color: #444a57;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-header h2 span,
.section-header p span {
  text-transform: lowercase;
}

/* section-header */

/*=============Style css=========*/

/* 법인소개 - About Dadnomusa Mission */


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
  background-color: transparent;
  border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 45px 0px;
  text-transform: uppercase;
}

.navbar-header a.navbar-brand span {
  display: inline-block;
  color: #135aff;
  text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
  padding: 30px 0px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
  color: #f5f7fa;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
  padding: 48px 21px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
  color: #135aff;
}

nav.navbar.bootsnav ul.nav>li.active>a {
  color: rgb(255 255 255 / 50%);
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
  content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
  padding: 30px 25px;
}

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #135aff;
}

/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid #135aff;
  padding: 10px;
  top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
  color: #135aff;
}

/*.navbar-toggle */


/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
  position: relative;
  background: url(../images/welcome-hero/welcome-banner.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.welcome-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 45, 84, .60);
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/*.welcome-hero-txt*/
.welcome-hero-txt {
  text-align: center;
  padding: 290px 0 372px;
}

.welcome-hero-txt h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.welcome-hero-txt p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
}

.welcome-btn {
  display: inline-block;
  width: 230px;
  height: 60px;
  background: #135aff;
  color: #fff;
  border-radius: 3px;
  margin-top: 55px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.welcome-btn:hover {
  background: #0102fa;
}

/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {
  padding: 0;
}

.model-search-content {
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 10px 40px 0px rgba(38, 40, 64, .2);
  position: absolute;
  bottom: -150px;
  width: 100%;
  border-radius: 3px;
}

/*.single-model-search*/
.single-model-search {
  margin-bottom: 30px;
}

.single-model-search:last-child {
  margin-bottom: 0;
}

.single-model-search h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/*model-select-icon*/
.model-select-icon {
  position: relative;
}

.model-select-icon .form-control {
  outline: 0 !important;
  box-shadow: none;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  height: 60px;
}

.model-select-icon select {
  font-size: 16px;
  color: #888f9d;
  text-transform: capitalize;
}

.model-select-icon:after {
  position: absolute;
  content: "\f103";
  right: 0px;
  top: 0;
  font-size: 10px;
  color: #888f9d;
  background: #f8f8f8;
  height: 60px;
  line-height: 60px;
  width: 50px;
  text-align: center;
  font-family: "Flaticon";
  pointer-events: none;
  border: transparent;
}

/*model-select-icon*/
.welcome-btn.model-search-btn {
  width: 160px;
  margin-top: 80px;
  margin-left: 53px;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service {
  padding: 215px 0 120px;
}

.single-service-item {
  text-align: center;
  padding: 55px 30px 60px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.single-service-icon {
  display: inline-block;
  color: #50616c;
}

.single-service-item h2 a {
  font-size: 20px;
  margin: 20px 0 10px;
  font-weight: 700;
}

.single-service-item h2 a span {
  text-transform: lowercase;
}

.single-service-item>.about-sub-txt {
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: initial;
  border: none;
}

.single-service-item p {
  padding-left: 30px;
  margin: 20px 0;
  border-left: 2px solid #3d9ae2;
  text-transform: initial;
  position: relative;
  text-align: left;
}

.single-service-item span {
  font-weight: 500;
  color: #777;
}

.single-service-icon [class^="flaticon-"]:before,
.single-service-icon[class*=" flaticon-"]:before,
.single-service-icon [class^="flaticon-"]:after,
.single-service-icon [class*=" flaticon-"]:after {
  font-size: 60px;
}

/*-------------------------------------
        6. vision
--------------------------------------*/
.vision {
  background: #f8f9fb;
  padding: 112px 0 120px;
}

.vision-content {
  padding-top: 96px;
}

/*.vision-txt*/
.vision-txt {
  margin-left: 29px;
  margin-bottom: 30px;
}

.vision-txt h2 a {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}

.vision-txt h2 a span {
  text-transform: uppercase;
}

.vision-para2 {
  margin-top: 30px;
}

.welcome-btn.vision-btn {
  width: 176px;
  margin-top: 32px;
}

/*.vision-txt*/

/*.owl-dots */
.vision .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 4px;
  background: transparent;
  border: 1px solid #6a7781;
  border-radius: 50%;
}

.vision .owl-theme .owl-dots .owl-dot.active span,
.vision .owl-theme .owl-dots .owl-dot:hover span {
  background: #6a7781;
}

.vision .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 62px;
}

/*.owl-dots */

/*-------------------------------------
        7. consultation
--------------------------------------*/
.consultation {
  padding: 112px 0 120px;
}

.consultation-content {
  padding-top: 96px;
}

.single-consultation {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* 텍스트 정렬 */
  margin: 0 auto; /* 요소를 수평 중앙에 위치시킵니다. */
}

.consultation-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 220px;
  padding: 0 30px; /* 필요에 따라 조정 */
}

.featured-model-info {
  padding: 12px 7px;
}

.featured-model-info p {
  font-size: 12px;
  color: #8c92a0;
  text-transform: capitalize;
}

.featured-mi-span {
  display: inline-block;
  margin: 0 10px;
}

.featured-hp-span {
  display: inline-block;
  margin-right: 10px;
}

.consultation-txt {
  margin: 21px 0 47px;
}

.consultation-txt li {
  text-align: left;
}

.consultation-txt h2 a {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.consultation-txt h2 a span {
  text-transform: uppercase;
}

.consultation-txt h3 {
  margin-bottom: 10px;
}

.consultation-txt h3,
.consultation-txt p {
  font-size: 13px;
}

/*.single-consultation*/

/*-------------------------------------       
        8. labor-case-say 
--------------------------------------*/
.labor-case-say {
  padding: 115px 0 167px;
  background: #f8f9fb;
}

/*single-testimonial-box */
.single-testimonial-box {
  padding: 50px 30px 57px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dadfe9;
  border-radius: 10%;
  overflow-x: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*testimonial-description*/
.labor-case-say .testimonial-carousel .col-sm-3,
.labor-case-say .testimonial-carousel .col-xs-12 {
  width: 100%;
  height: auto;
}

/* testimonial-info */
.testimonial-img {
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.testimonial-person h2 a,
.testimonial-person h4 {
  font-size: 22px;
  color: #5e6778;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 25px;
}

.testimonial-person h4 {
  margin-top: 10px;
}

/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
  font-size: 16px;
  color: #5e6778;
}

/* testimonial-comment */

.testimonial-comment li {
  text-align: left;
}


/*testimonial-description*/
.single-testimonial-box:hover h2 a {
  color: #fff;
}

.single-testimonial-box:hover li {
  color: #bddbff;
}

.single-testimonial-box:hover {
  background: #135aff;
  border: 1px solid #135aff;
  box-shadow: 0 12px 30px 0px rgba(0, 1, 193, .2);
}

/*owl carousel*/
.labor-case-say .owl-carousel .owl-stage {
  position: relative;
  padding: 100px 0 40px;
}

.labor-case-say .owl-carousel .owl-item img {
  display: block;
  width: 65px;
  height: auto;
  border-radius: 0;
  margin: 0 auto;
}

/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand {
  padding: 80px 0 120px 0;
}

.brand-area {
  position: relative;
}

.brand-area .item {
  padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 72px;
  border-radius: 0;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
  background: #0a1937;
}

.footer-top {
  padding: 112px 0 72px;
}

/*.footer-logo*/
.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-footer-widget span {
  display: inline-block;
  color: #135aff;
  text-transform: capitalize;
}

.single-footer-widget p {
  font-size: 14px;
  color: #eeeff6;
  max-width: 300px;
  margin: 40px 0 20px;
}

.footer-contact p {
  margin: 0;
  color: #959899;
}

/*.footer-logo*/

.single-footer-widget {
  margin-bottom: 40px;
}

.single-footer-widget h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.single-footer-widget ul li {
  display: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.single-footer-widget ul li:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.single-footer-widget ul li a {
  font-size: 14px;
  color: #cfd0e3;
  font-weight: 300;
  padding-bottom: 13px;
}

.single-footer-widget ul li a span {
  text-transform: lowercase;
}

.footer-newsletter p {
  color: #aeafc2;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
}

/*hm-foot-email*/
.hm-foot-email {
  position: relative;
}

.foot-email-box .form-control {
  background: #262e4d;
  display: block;
  padding: 15px 20px;
  outline: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  border: 0;
}

.foot-email-box input[type="text"] {
  font-size: 12px;
  color: #666c81;
  font-weight: 300;
}

.foot-email-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: transparent;
  color: #666c81;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-email-box .form-control:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
}

/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
  padding: 20px 0 20px;
  border-top: 1px solid #434859;
}

.footer-copyright p,
.footer-copyright p a {
  color: #a8a9bf;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-social {
  text-align: right;
}

.footer-social a i {
  color: #fff;
  opacity: .40;
  font-size: 14px;
  margin-left: 16px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-social i:hover {
  opacity: .70;
}

/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: none;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  background: #135aff;
  border: 1px solid #135aff;
  border-radius: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}

#scroll-Top .return-to-top:hover {
  background: #fff;
  color: #135aff;
  border: 1px solid #135aff;
}

#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;

}

#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

/*========================Thank you=================*/






/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  vision
7.  consultation
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/* Other elementor-section */
.elementor-element {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 250px 0px 50px 0px;
  background-image: url("http://onnurilabor.net/wp-content/uploads/2018/08/bg-06-free-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-element>.elementor-background-overlay {
  background-color: #000f23;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-widget-wrap {
  width: 1170px;
}

.elementor-widget-container {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: left;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-heading-title {
  color: rgb(255 255 255 / 50%);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.6;
  clear: both;
}

.elementor-widget-container h1 {
  color: #fff;
  font-size: 5.3333333333333rem
}

/* --Other elementor-section End-- */




/* Other elementor-section(내용부분) */
@keyframes blink {

  0%,
  100% {
    background-color: transparent;
  }

  50% {
    background-color: #f0f0f0;
  }

  /* 깜빡임 효과 색상, 필요에 따라 조정 */
}

.blink-effect {
  animation: blink 1s ease-in-out 2;
  /* 1초 동안 깜빡이며 총 2회 반복 */
}

/* 기본 설정 */
* {
  box-sizing: border-box;
  /* 모든 요소에 border-box 적용 */
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* 공통 스타일 */
.category-other-container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 52px;
}

.other-hero {
  position: relative;
}

.other-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 437px;
  background: rgba(42, 45, 84, .60);
}

.group-category-list-wrap {
  display: none;
  /* 초기에는 숨김 */
  position: fixed;
  top: 180px;
  left: 685px;
  width: 200px;
  height: 100vh;
  overflow-y: auto;
  z-index: 1000;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.group-category-list-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera에서 스크롤 바를 숨깁니다. */
}

.category-search-list-container {
  margin-left: 220px;
  /* 카테고리 목록의 너비와 여백을 고려하여 설정합니다. */
}

.group-category-list {
  position: absolute;
  width: 200px;
  max-height: 1313px;
  overflow-y: auto;
  /* 스크롤 내용이 넘칠 때만 스크롤 바를 표시합니다. */
  -ms-overflow-style: none;
  /* IE와 Edge에서 스크롤 바를 숨깁니다. */
  scrollbar-width: none;
  /* Firefox에서 스크롤 바를 숨깁니다. */
}

.group-category-list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera에서 스크롤 바를 숨깁니다. */
}


.group-category-list__item {
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 14px;
  display: block;
}

.group-category-list__item.active {
  color: #333;
}

/* 카테고리 검색 컨테이너 스타일 */
.category-search-list-container {
  width: 808px;
  margin-left: 273px;
  padding-bottom: 90px;
}

.find-search-lawyers,
.find-group-category__title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.find-search-lawyers {
  margin-bottom: 58px;
  font-size: 28px;
}

.find-group-category__header {
  background-color: #f6f6f6;
  padding: 21px 20px;
  width: 100%;
  margin-top: 4px;
}

.find-group-category__body {
  margin: 22px 0 35px;
  display: flex;
  /* 플렉스 레이아웃 적용 */
  flex-wrap: wrap;
  /* 내용이 넘치면 다음 줄로 */
}

.find-category-wrap {
  width: 50%;
  box-sizing: border-box;
  /* 패딩과 보더를 너비에 포함 */
  padding: 0 19px 24px;
  border-left: 1px solid #e0e0e0;
}

.find-category {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.find-category:hover {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.find-category__title {
  font-weight: 700;
  color: #555;
}

.group-category-list__item:hover {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.find-category i.lc-magnifying_glass {
  color: #f50;
  font-size: 27px;
  margin-left: 3px;
  visibility: hidden;
}

.find-category__description {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}

/* 공통 클래스 lc */
.lc {
  display: inline-block;
  vertical-align: top;
  font-family: LawCompanyGlyphs;
  text-rendering: auto;
  font-size: inherit;
  line-height: inherit;
}

.find-group-category__txt {
  width: 808px;
  display: block;
}

.find-group-category__txt>.find-group-category__title {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}

.find-group-category__txt>.find-group-category__title span {
  color: #acacac;
  font-size: 14px;
}

.find-group-category__txt>.find-group-category__header {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}

.find-group-category__txt>.find-group-category__header li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  padding: 5px 20px;
}


.header-table {
  width: 100%;
  /* 테이블 너비를 화면 너비에 맞춤 */
  border-collapse: collapse;
  /* 셀 사이의 경계선을 하나로 합침 */
  color: #333;
}

.headertable,
.header-table th,
.header-table td {
  border: 1px solid #000;
  /* 경계선 스타일 설정 */
}

.header-table th,
.header-table td {
  padding: 10px;
  /* 셀 내부의 여백 설정 */
  text-align: center;
  /* 텍스트 정렬 설정 */
  font-size: 14px;
}

.header-table th:first-child,
.header-table td:first-child {
  width: 10%;
  /* 첫 번째 열의 너비 설정 */
}

.header-table th:not(:first-child),
.header-table td:not(:first-child) {
  width: 30%;
  /* 첫 번째 열을 제외한 나머지 열의 너비 설정 */
}

/* 첫 번째 행을 제외한 나머지 행의 첫 번째 열을 제외한 나머지 셀의 텍스트 크기 설정 */
.custom-table tr:not(:first-child),
td:not(:first-child) {
  font-size: 12px;
  /* 텍스트 크기 설정 */
}

.header-table tr>td:first-child {
  background: #fbfbfb;
  font-weight: 600;
}

.header-table th {
  background: #f6f6f6;
}

.header-table td li {
  text-align: left;
}

.header-table tr .th4 {
  width: 50%;
  background: #1f428a;
  color: #fff;
}

.header-table tr .th4:last-child {
  background: #000;
}

.header-table tr .td4 {
  background: none !important;
}

.header-table .header-td__title>li {
  font-size: 14px;
  font-weight: 600;
}

.header-table p {
  font-size: 12px;
  text-align: left;
  padding: 0 10px;
  font-weight: 300;
  color: #333;
}

/****** 5인 미만 구비서류 표 Start ******/
.tr9 {
  height: 100px;
}

.table-9 {
  width: 100%;
  /* 표의 너비를 부모 요소에 맞춤 */
  border-collapse: collapse;
  /* 셀 사이의 테두리 간격 제거 */
  font-weight: 600;
  margin: 0 0 20px 20px;
  border-bottom: 2px solid #f6f6f6;
}

.cell-9 {
  width: 25%;
  border: none;
  /* 셀의 테두리 없앰 */
  text-align: left;
  /* 텍스트를 왼쪽으로 정렬 */
  vertical-align: top;
  /* 텍스트를 상단에 정렬 */
  height: 35px;
  /* 셀의 높이 설정 */
  font-size: 14px !important;
}

.number-9 {
  color: #2e71ff;
  /* 숫자를 파란색으로 표시 */
}


/****** 플로우 차트-2 Start ******/
.flow-chart-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Arial, sans-serif;
  background: #f0f0f0;
  padding: 30px;
  box-sizing: border-box;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column-bottom {
  display: flex;
  justify-content: center;
  /* 중간 컬럼을 가운데 정렬 */
  width: 100%;
  /* 부모 컨테이너의 전체 너비를 차지하도록 설정 */
}

/* 시정명령에서 사건종결로 이어지는 점선 */
.dotted-line-from-correction-to-conclusion {
  border-left: 2px dashed #000;
  /* 세로 점선 */
  height: 100px;
  /* 점선의 높이 */
  position: absolute;
  left: 50%;
  /* 점선을 셀의 중앙에 위치시킴 */
  top: 120px;
  /* '시정명령' 셀의 하단으로부터의 거리 */
}

/* 시정명령에서 범죄인지 보고(입건/고소)로 이어지는 점선 */
.dotted-line-from-correction-to-report {
  border-top: 2px dashed #000;
  /* 가로 점선 */
  width: 100px;
  /* 점선의 너비 */
  position: absolute;
  left: 50%;
  /* 점선을 시작점으로부터 오른쪽으로 연장 */
  top: 220px;
  /* '시정명령' 셀 하단으로부터 '범죄인지 보고(입건/고소)' 셀 상단까지의 거리 */
}

.cell {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  font-weight: 600;
  /* 1번과 2번 셀의 기본 넓이 */
}

.cell.special {
  background-color: #1f428a;
  color: #fff;
}

.cell-long-text {
  width: 300px;
  /* 3번 셀의 넓이를 더 넓게 설정 */
}


.cell-border {
  border: 3px solid #061a41;
  color: #061a41;
}

.right>.cell-long-text:nth-last-child(3) {
  border: 3px solid #acacac;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.right>.cell-long-text:nth-last-child(1) {
  background: #061a41;
  color: #fff;
}

.arrow {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: serif;
  color: #acacac;
}

.dotted-line-to-left {
  left: 100%;
  /* '검찰송치' 셀의 왼쪽에 점선을 위치 */
}

/****** 플로우 차트-8 Start ******/
.flow-chart-8 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
  /* 콘텐츠가 너무 많을 경우 다음 줄로 넘어갈 수 있도록 설정 */
}

.step {
  width: 200px;
  height: 150px;
  /* 각 셀의 높이를 너비와 동일하게 150px로 설정 */
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 내용을 세로 방향으로 중앙 정렬 */
  align-items: center;
  /* 내용을 가로 방향으로 중앙 정렬 */
  border-radius: 10px;
  text-align: center;
  /* 텍스트를 중앙 정렬 */
  box-sizing: border-box;
  /* border와 padding을 너비와 높이에 포함시킴 */
}

.step h2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: white;
  /* 텍스트 색상을 흰색으로 설정 */
}

.step p {
  padding-top: 10px;
  font-size: 14px;
  color: white;
  /* 텍스트 색상을 흰색으로 설정 */
  line-height: 1.5;
}


#step01 {
  background: #2e71ff;
  /* 1단계 그라데이션 색상 */
}

#step02 {
  background: #245acc;
  /* 2단계 그라데이션 색상 */
}

#step03 {
  background: #194092;
  /* 3단계 그라데이션 색상 */
}

#step04 {
  background: #10295d;
  /* 4단계 그라데이션 색상 */
}


/* 기존 스타일에 추가 */
.tooltip {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
}

.cell:hover .tooltip,
.dotted-line:hover .tooltip {
  display: block;
}

/****** 플로우 차트 End ******/

/*========================Thank you=================*/