/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 03:55:29 */
.sidebar-left span.left-txt {
  display: block;
  font-size: 13px;
  color: #ccc;
  line-height: 1.2;
  font-weight: 400;
}

/* 좌측 카테고리 */
.real-type-box {
  padding: 0;
}


/* 리스트 기본 */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  border-top: 1px solid #ddd;
}

.menu-list li:first-child {
  border-top: none;
}

.menu-list li a {
  display: flex;
  align-items: center;
  padding: 11px 10px 9px 15px;
  text-decoration: none;
  transition: background-color .25s ease;
}

.menu-list li a:hover {
  background-color: #f5f7fa;
}

.menu-list li.is-active a {
  background-color: #f5f7fa;
}

.menu-item-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
}

.menu-item-title span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.02em;
}



/*--------------------------------*/
 /* section-title */
/*--------------------------------*/
.section-title-wrap {
  text-align: center; 
}

.section-title {
  display: inline-block; 
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}

.section-title .title-line {
  display: block;
  width: 45px;
  height: 2px;
  background-color: #2da3ff;
  margin: 12px auto 0; 
  transition: width 0.35s ease;
}

/* hover 시 확장 */
.section-title:hover .title-line {
  width: 90px;
}

/*--------------------------------*/
/* map */
/*--------------------------------*/
.wp-block-group.map-full .map-responsive {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
}

.wp-block-group.map-full .map-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
/* 고객센터 */
.call-txt i {
  font-size: 14px; 
  opacity: 0.7; 
  margin-right: 6px;
}

.wp-block-group {
  position: relative;
}

.wp-block-group .group-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* 페이지 열 25% */
/* custom-four-columns만 적용 */
.custom-four-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.custom-four-columns .wp-block-column {
    flex: 0 0 24%;
    max-width: 24%;
    display: flex;     
    flex-direction: column; 
}

.custom-four-columns .wp-block-column > .wp-block-group {
    flex: 1; /* 카드 높이를 동일하게 늘림 */
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .custom-four-columns .wp-block-column {
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }
}
@media screen and (max-width: 575px) {
    .landscape-cards .wp-block-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* 가로는 그대로 세로 설정 필요시 */
.landscape-cards {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px;   
}

/* 각 컬럼 카드 flex 설정 */
.landscape-cards .wp-block-column {
    display: flex;
    flex-direction: column;
}

/* 카드 내부 그룹 높이 맞춤 */
.landscape-cards .wp-block-column > .wp-block-group {
    flex: 1;           
    display: flex;
    flex-direction: column;
}

/* 화면 좁으면 2개씩 */
@media screen and (max-width: 768px) {
    .landscape-cards .wp-block-column {
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }
}

/* 화면 아주 좁으면 1개씩 */
@media screen and (max-width: 575px) {
    .landscape-cards .wp-block-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.logo img {
  height: 35px;        /* 헤더에 맞게 조절 */
  width: auto;
  display: block;
}

.gallery-ex5 span {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;

	padding-left: 10px;
	margin: 5px 0 20px;
	line-height: 1.4;
}
#mb_tombstone_tr_title th,
#mb_tombstone_tr_title td {
	border-top: 1px solid #dbdbdb !important;
}

/*-----------------------------------------------------*/
/* 본문 슬라이드 - 반응형 적용 */
/*-----------------------------------------------------*/
.content-swiper {
  display: block;
  margin: 40px auto 10px auto !important;
  max-width: 960px;
  width: 100%;
}

/* Swiper 컨테이너 강제 폭 */
.content-swiper.swiper {
  width: 100% !important;
  max-width: 100% !important;
}

/* 슬라이드 비율 유지 */
.content-swiper .swiper-slide {
  position: relative;
  width: 100% !important;
  padding-top: 56.25%; /* 16:9 비율 */
  overflow: hidden;
}

/* 슬라이드 이미지 */
.content-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 태블릿: 약간 더 높게 */
@media (max-width: 1024px) {
  .content-swiper .swiper-slide {
    padding-top: 60%;
  }
}

/* 모바일: 가로가 좁으니 더 높게 */
@media (max-width: 767px) {
  .content-swiper .swiper-slide {
    padding-top: 70%;
  }
}
.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 43% !important;
}
.pure-card-wrap {
  display: flex;
  justify-content: center; /* 카드 위치만 가운데 */
}
.country-card {
  width: 100%;
  min-height: 210px;
  margin: 0 auto;       /* 카드만 가운데 */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 16px;
  text-align: left;     /* 텍스트는 좌측 고정 */
  background: #fff;
}
.country-card2 {
  width: 100%;
  min-height: 140px;
  margin: 0 auto;       /* 카드만 가운데 */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 16px;
  text-align: left;     /* 텍스트는 좌측 고정 */
  background: #fff;
}
@media (max-width: 768px) {
  .country-card, .country-card2 {
    min-height: auto;
  }
  .warehouse-tit h4 {
	text-align: left; 
	padding:0 10px;
	font-size: 15px; 
	line-height: 1.8;
  }
}
.service-box, .pure-card-wrap {
	overflow:hidden;
}
.service-box, .pure-card-wrap {
	transition:all 0.3s ease;
}
.service-box:hover, .pure-card-wrap:hover {
	transform:translateY(-6px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

