html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .navbar li a {
    font-size: 19px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.top-bar-right {
  float:right;
}
.top-bar-right a {
  margin-left: 15px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.home-section3 {
  margin-top: 50px;
}

.home-section3 .service-media {
  height: 227px;
  object-fit: cover;
}

.home-section3 .owl-item {
  margin-right:10px;
}

.home-section4 {

}

.home-section4 ul li {
  width:340px;
}
.home-section4 ul li a {
  display: inline-block;    /* 또는 block, 상황에 따라 */
  max-width: 100%;          /* 필요하면 너비 제한 */
  white-space: nowrap;      /* 줄바꿈 안 함 */
  overflow: hidden;         /* 넘치는 부분 숨김 */
  text-overflow: ellipsis;  /* 넘치는 부분 ... 처리 */
}

.home-section5 .owl-item {
  height:70px;
}
.home-section5 img {
  object-fit: cover;
}
.page-title-style01 {
  margin-bottom: 0;
}

.home-section5 .banner-text {
  background-color: rgba(0,0,0,0.05);
  border-radius: 7px;
  padding: 10px 15px;
  margin-right: 10px;
}


.home-section5 .banner-text-1 {
  display: block;
  font-size:20px;
}

.home-section5 .banner-text-2 {
  display: block;
}

#page_content > div {
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  margin-left:30px;
  /*margin-top: 30px;*/
  margin-bottom: 30px;
}

aside {
  background-color: #fff;
  padding:20px 10px;
}
aside .widgets > li {
  background-image: url('/img/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  list-style: none;
  padding: 5px 5px 5px 15px;
}
aside h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px
}

.master-wrapper {
    margin-top:181px;
}

#masterslider .slider-img {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-post .image-link {
  position: relative;
}

.blog-post .btn-overlay {
  position: absolute;
  border-radius: 0;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 123, 255, 0.8);
  color: white;
  padding: 8px 14px;
  /*border-radius: 6px;*/
  font-size: 14px;
  font-weight: bold;
  pointer-events: none; /* 클릭 방해 안 하도록 */
}
.blog-post .btn-overlay:hover {
  background-color: rgba(0, 0, 0, 1);
}

#masterslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 검정색 + 투명도 */
  z-index: 1;
}
#page_content > div {
  padding:10px 40px 40px 40px;
}
#page_content span {
  color: rgb(255, 102, 0);
}
#page_content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#page_content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#page_content p {
  line-height: 2;
}
#page_content a {
  float:initial !important;
  color:#fff;
  margin-top: 20px;
  border:0;
}
.table tr {
  border-bottom: 1px dashed #ddd;
}