@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/* Services
---------------------------------*/
 
.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:4px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:30px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:58px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}







.date-meta {
    background: #8dc73f ;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 13px;
}

.date-meta span {
	display:block;
	font-size:26px;
font-weight:700;
}




/*video#backgroundvid {  position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; background: url(polina.jpg) no-repeat; background-size: cover;  }*/






/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #7cc576;
}


.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}
.portlet {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 5px solid #e5e5e5;
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.portlet.box > .portlet-header {
  margin-bottom: 0;
  padding: 8px 15px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.portlet > .portlet-header {
  margin-bottom: 15px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.portlet > .portlet-header:before {
  content: "";
  display: table;
  line-height: 0;
}
.portlet > .portlet-header:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.portlet > .portlet-header .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
}
.portlet > .portlet-header .caption i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #999999;
}
.portlet > .portlet-header .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}
.portlet > .portlet-header .actions > .btn {
  padding: 4px 10px;
  margin-top: -18px;
}
.portlet > .portlet-header .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -13px;
}
.portlet > .portlet-header .actions > .btn.btn-xs {
  padding: 1px 5px;
  margin-top: -13px;
}
.portlet > .portlet-header .actions > .btn-group {
  margin-top: -12px;
}
.portlet > .portlet-header .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}
.portlet > .portlet-header .actions > .btn-group > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}
.portlet > .portlet-header .actions > .btn-group > .btn.btn-xs {
  padding: 1px 5px;
  margin-top: -1px;
}
.portlet > .portlet-header .pagination.pagination-sm {
  float: right;
  display: inline-block;
  margin: 0px;
}
.portlet > .portlet-header .pagination.pagination-sm li a {
  padding: 3px 10px;
}
.portlet > .portlet-header .tools {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: right;
}
.portlet > .portlet-header .tools i {
  margin-left: 5px;
  cursor: pointer;
}
.portlet .portlet-body {
  background: #FFFFFF;
  padding: 15px;
  clear: both;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.portlet .portlet-body.form {
  padding: 0 !important;
}
.portlet.portlet-default > .portlet-header {
  background: #FFFFFF;
  color: #999999;
  border-bottom: 1px solid #f0f2f6;
}
.portlet.portlet-default > .portlet-header i {
  color: #999999;
}
.portlet.portlet-default > .portlet-header .btn i {
  color: #999999;
}
.portlet.portlet-primary {
  border-color: #dc6767;
}
.portlet.portlet-primary > .portlet-header {
  background: #dc6767;
  color: #ffffff;
}
.portlet.portlet-red {
  border-color: #bf4346;
}
.portlet.portlet-red > .portlet-header {
  background: #bf4346;
  color: #ffffff;
}
.portlet.portlet-orange {
  border-color: #e9662c;
}
.portlet.portlet-orange > .portlet-header {
  background: #e9662c;
  color: #ffffff;
}
.portlet.portlet-green {
  border-color: #488c6c;
}
.portlet.portlet-green > .portlet-header {
  background: #488c6c;
  color: #ffffff;
}
.portlet.portlet-yellow {
  border-color: #f2994b;
}
.portlet.portlet-yellow > .portlet-header {
  background: #f2994b;
  color: #ffffff;
}
.portlet.portlet-blue {
  border-color: #0a819c;
}
.portlet.portlet-blue > .portlet-header {
  background: #0a819c;
  color: #ffffff;
}
.portlet.portlet-violet {
  border-color: #9351ad;
}
.portlet.portlet-violet > .portlet-header {
  background: #9351ad;
  color: #ffffff;
}
.portlet.portlet-pink {
  border-color: #bf3773;
}
.portlet.portlet-pink > .portlet-header {
  background: #bf3773;
  color: #ffffff;
}
.portlet.portlet-grey {
  border-color: #4b5d67;
}
.portlet.portlet-grey > .portlet-header {
  background: #4b5d67;
  color: #ffffff;
}
.portlet.portlet-dark {
  border-color: #594857;
}
.portlet.portlet-dark > .portlet-header {
  background: #594857;
  color: #ffffff;
}
.portlet {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.portlet.color {
  padding: 0;
}
.portlet.color .portlet-header {
  margin-bottom: 0;
  border: 0px;
}
.portlet.color .portlet-header .btn.btn-white i {
  color: #999999;
}
.portlet.color .portlet-body {
  background: transparent;
}
.portlet.color.portlet-default {
  background: #FFFFFF !important;
}
.portlet.color.portlet-default > .portlet-header {
  color: #999999;
  border: 0;
}
.portlet.color.portlet-default > .portlet-header > .caption i {
  color: #999999;
  border: 0;
}
.portlet.color.portlet-default > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-default > .portlet-body {
  color: #999999;
  border: 0;
  padding: 0;
  background: transparent;
}
.portlet.color.portlet-primary {
  background: #dc6767 !important;
}
.portlet.color.portlet-primary > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-primary > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-primary > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-primary > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.brand-primary {
  background: #dc6767 !important;
}
.portlet.color.portlet-red {
  background: #bf4346 !important;
}
.portlet.color.portlet-red > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-red > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-red > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-red > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-red {
  background: #bf4346 !important;
}
.portlet.color.portlet-orange {
  background: #e9662c !important;
}
.portlet.color.portlet-orange > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-orange > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-orange > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-orange > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-orange {
  background: #e9662c !important;
}
.portlet.color.portlet-green {
  background: #488c6c !important;
}
.portlet.color.portlet-green > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-green > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-green > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-green > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-green {
  background: #488c6c !important;
}
.portlet.color.portlet-yellow {
  background: #f2994b !important;
}
.portlet.color.portlet-yellow > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-yellow > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-yellow > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-yellow > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-yellow {
  background: #f2994b !important;
}
.portlet.color.portlet-blue {
  background: #0a819c !important;
}
.portlet.color.portlet-blue > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-blue > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-blue > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-blue > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-blue {
  background: #0a819c !important;
}
.portlet.color.portlet-violet {
  background: #9351ad !important;
}
.portlet.color.portlet-violet > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-violet > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-violet > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-violet > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-violet {
  background: #9351ad !important;
}
.portlet.color.portlet-pink {
  background: #bf3773 !important;
}
.portlet.color.portlet-pink > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-pink > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-pink > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-pink > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-pink {
  background: #bf3773 !important;
}
.portlet.color.portlet-grey {
  background: #4b5d67 !important;
}
.portlet.color.portlet-grey > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-grey > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-grey > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-grey > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-grey {
  background: #4b5d67 !important;
}
.portlet.color.portlet-dark {
  background: #594857 !important;
}
.portlet.color.portlet-dark > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-dark > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-dark > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-dark > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-dark {
  background: #594857 !important;
}
.portlet-tabs > .nav-tabs {
  position: relative;
  top: -44px;
  margin-right: 15px;
  border-bottom: none;
  padding: 4px 0px;
  overflow: hidden;
}
.portlet-tabs > .nav-tabs > li {
  float: right;
  margin-left: 1px;
}
.portlet-tabs > .nav-tabs > li:last-child a {
  border-right: 0;
}
.portlet-tabs > .nav-tabs > li.active {
  color: #dc6767;
  border-top-color: transparent;
}
.portlet-tabs > .nav-tabs > li.active a {
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
  background-color: none !important;
  border-top-color: transparent !important;
  color: #999999;
  cursor: default;
}
.portlet-tabs > .nav-tabs > li.active a:hover {
  background-color: #fff !important;
}
.portlet-tabs > .nav-tabs > li a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
}
.portlet-tabs > .nav-tabs > li a:hover {
  color: #999999;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  background-color: none !important;
  border-top-color: transparent;
}
.portlet-tabs > .tab-content {
  padding: 15px !important;
  margin: 0px;
  margin-top: -50px !important;
  border: 0;
}
.portlet.tabbable .portlet-body {
  padding: 0px !important;
}
.sortable .portlet .portlet-header {
  cursor: move;
}



.padding30 {
	padding: 30px 0 !important;
}
/* ¦¡¦¡ Áö±×Àç±× Å¸ÀÓ¶óÀÎ ·¹ÀÌ¾Æ¿ô ¦¡¦¡ */
.zz-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.zz-pipe-wrap {
  position: absolute;
  left: 50%;
  top: -5px;
  height: 100%;
  transform: translateX(-275px);
  width: 550px;
  pointer-events: none;
  z-index: 0;
}
.zz-pipe-wrap .timeline-pipe-img {
  position: absolute !important;
  left: 0 !important;
  top: -37px !important;
  width: 550px !important;
  height: calc(100% + 80px) !important;
}
.zz-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.zz-list .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-bottom: 30px;
}
.zz-list .timeline-item:last-child { margin-bottom: 0; }
.zz-list .zz-left  { padding-right: calc(50% + 50px); justify-content: flex-end; }
.zz-list .zz-right { padding-left:  calc(50% + 50px); justify-content: flex-start; }
/* ±âÁ¸ Ä¿³ØÅÍ ¸®¼Â */
.zz-list .timeline-item::before,
.zz-list .timeline-item::after { display: none; }
/* ¿ÞÂÊ ¾ÆÀÌÅÛ Ä¿³ØÅÍ (Ä«µå ¿ìÃø ¡æ ÆÄÀÌÇÁ) */
.zz-list .zz-left.timeline-item::before {
  content: ""; display: block; position: absolute;
  left: calc(50% - 50px); top: 50%;
  width: 50px; height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(135deg,#cfcfcf 0%,#f5f5f5 50%,#a6a6a6 100%);
  border-radius: 999px; z-index: 1;
}
.zz-list .zz-left.timeline-item::after {
  content: ""; display: block; position: absolute;
  left: calc(50% - 6px); top: 50%;
  width: 12px; height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg,#cfcfcf 0%,#f5f5f5 50%,#a6a6a6 100%);
  box-shadow: 0 0 0 6px rgba(123,137,255,.08); z-index: 2;
}
/* ¿À¸¥ÂÊ ¾ÆÀÌÅÛ Ä¿³ØÅÍ (ÆÄÀÌÇÁ ¡æ Ä«µå ÁÂÃø) */
.zz-list .zz-right.timeline-item::before {
  content: ""; display: block; position: absolute;
  left: 50%; top: 50%;
  width: 50px; height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(135deg,#cfcfcf 0%,#f5f5f5 50%,#a6a6a6 100%);
  border-radius: 999px; z-index: 1;
}
.zz-list .zz-right.timeline-item::after {
  content: ""; display: block; position: absolute;
  left: calc(50% - 6px); top: 50%;
  width: 12px; height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg,#cfcfcf 0%,#f5f5f5 50%,#a6a6a6 100%);
  box-shadow: 0 0 0 6px rgba(123,137,255,.08); z-index: 2;
}
/*¹ÝµµÃ¼ Àåºñ*/
.business-body .biz-equip-section {
  padding: 70px 0;
  background: #f7f7f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  color: #111827;
  min-height: 800px;
}

.business-body .biz-equip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.business-body .biz-equip-head {
  max-width: 1200px;
  margin: 0 auto 36px;
  text-align: center;
}

.business-body .biz-equip-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgb(186, 159, 72);
}

.business-body .biz-equip-title {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  font-weight: 700;
}

.business-body .biz-equip-desc {
  font-size: medium;
  line-height: 1.7;
  color: #777d85;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 30px 0;
  font-family: "Roboto", sans-serif;
}

.business-body .biz-equip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1024px) {
  .business-body .biz-equip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .business-body .biz-equip-grid {
    grid-template-columns: 1fr;
  }
}

.business-body .biz-equip-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out;
}

/* .business-body .biz-equip-card::before {	º¯°æÀü Á¦Ç° ÂÊ  css
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 180ms ease-out;
  z-index: 2;
} */

.business-body .biz-equip-card::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 32px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(100, 116, 139, 0.85);
  transform: scale(0.3);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  animation: yhtFingerRipple 2s ease-out infinite;
}

.business-body .biz-equip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  border-color: rgba(186, 159, 72, 0.5);
}

/* .business-body .biz-equip-card:hover::before { 
  border-color: rgba(186, 159, 72, 0.7); 
} */

.business-body .biz-equip-card:hover::before,
.business-body .biz-equip-card:hover::after {
  animation-play-state: paused;
}


.business-body .biz-equip-thumb {
  position: relative;
  padding-top: 75%;
  background: #f3f4f6;
  overflow: hidden;
}

.business-body .biz-equip-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.business-body .biz-equip-card:hover .biz-equip-thumb img {
  transform: scale(1.03);
}

.business-body .biz-equip-meta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 14px 16px 16px;
  background: #ffffff;
  border-top: 1px solid rgba(186, 159, 72, 0.4);
  transform: none;
  opacity: 1;
  pointer-events: auto;
  transition: none;
  z-index: 1;
}

.business-body .biz-equip-card:hover .biz-equip-meta {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.business-body .biz-equip-card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.business-body .biz-equip-card-sub {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  color: #9ca3af;
}

.business-body .biz-equip-card-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #4b5563;
}

.business-body .biz-equip-card-title-en {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  /*color: rgb(138, 136, 130);*/
}

.business-body .biz-equip-meta-more {
  margin: 2px 0 0 0;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(186, 159, 72, 0.75);
}

.business-body .biz-equip-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  background: url("../images/tap-finger.svg") center / 26px 26px no-repeat;
  pointer-events: none;
  z-index: 4;
  animation: yhtFingerTap 2s ease-in-out infinite;
}

@keyframes yhtFingerTap {
  0%, 55%, 100% { transform: translateY(0); }
  65%           { transform: translateY(6px); }
  80%           { transform: translateY(0); }
}

@keyframes yhtFingerRipple {
  0%, 63% { transform: scale(0.3); opacity: 0; }
  66%     { transform: scale(0.5); opacity: 0.6; }
  85%     { transform: scale(1.7); opacity: 0; }
  100%    { transform: scale(1.7); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .business-body .biz-equip-card::before,
  .business-body .biz-equip-card::after { animation: none; }
}

@media (max-width: 768px) {
  .business-body .biz-equip-card::before {
    right: 21px;
    bottom: 28px;
    width: 15px;
    height: 15px;
  }
  .business-body .biz-equip-card::after {
    width: 28px;
    height: 28px;
    right: 12px;
    bottom: 14px;
    background-size: 22px 22px;
  }
}

.business-body .biz-equip-detail {
  display: none;
}

.business-body .biz-equip-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
@media (max-width: 768px) {
  .business-body .biz-equip-modal-dialog {
    width: 100%;
    height: 100vh;     
    max-height: 100vh;
    border-radius: 0;  
  }
}
@media (max-width: 768px) {
  .business-body .biz-equip-modal-body {
    height: 100%;
    overflow-y: auto;
    padding: 20px 16px 40px;
  }
}
@media (max-width: 768px) {
  .business-body .biz-detail-layout {
    grid-template-columns: 1fr !important; 
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .business-body .biz-detail-photo,
  .business-body .biz-detail-diagram {
    width: 100%;
    height: auto;
    aspect-ratio: auto;   
  }

  .business-body .biz-detail-photo img,
  .business-body .biz-detail-diagram img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;  
  }
}
.business-body .biz-equip-modal.is-open {
  display: flex;
}

.business-body .biz-equip-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(8px);
}

.business-body .biz-equip-modal-dialog {
  position: relative;
  max-width: 1280px;
  width: min(98%, 1280px);
  max-height: min(97vh, 1000px);
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(186, 159, 72, 0.7);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.25);
}

.business-body .biz-equip-modal-body {
  padding: 28px 28px 24px;
  overflow: auto;
}

.business-body .biz-equip-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(186, 159, 72, 0.9);
  background: #ffffff;
  color: #7c5b1f;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out;
}

.business-body .biz-equip-modal-close:hover {
  background: rgba(250, 250, 249, 0.95);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(148, 120, 60, 0.3);
  border-color: rgba(186, 159, 72, 1);
}

.business-body .biz-detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 1.45fr;
  gap: 28px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.9;
  color: #4b5563;
}

@media (max-width: 900px) {
  .business-body .biz-detail-layout {
    grid-template-columns: 1fr;
  }
}

.business-body .biz-detail-media {
  display: flex;
  flex-direction: column;
}

.business-body .biz-detail-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  background: radial-gradient(circle at top left, #fefefe, #e5e7eb);
  border: 1px solid rgba(148, 163, 184, 0.7);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
}

.business-body .biz-detail-photo::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 1px solid rgba(186, 159, 72, 0.45);
  pointer-events: none;
}

.business-body .biz-detail-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f9fafb;
}

.business-body .biz-detail-text {
  position: relative;
}

.business-body .biz-detail-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111827;
}

.business-body .biz-detail-block {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.45);
}

.business-body .biz-detail-block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.business-body .biz-detail-block-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.04em;
}

.business-body .biz-detail-block-title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #fefce8, #d1b15f);
  box-shadow: 0 0 0 1px rgba(209, 213, 219, 0.8);
}

.business-body .biz-detail-concept-text {
  margin: 0;
  white-space: pre-line;
  color: #4b5563;
}

.business-body .biz-detail-spec-table-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: linear-gradient(145deg, #f9fafb, #ffffff);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.business-body table.biz-detail-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.business-body .biz-detail-spec-table thead th {
  position: relative;
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
  color: #111827;
  text-align: left;
  padding: 9px 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(148, 163, 184, 0.7);
}

.business-body .biz-detail-spec-table thead th:first-child {
  padding-left: 16px;
}

.business-body .biz-detail-spec-table thead::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #d1b15f, #f3e7c0);
}

.business-body .biz-detail-spec-table tbody td {
  padding: 8px 13px;
  border-top: 1px solid #e5e7eb;
}

.business-body .biz-detail-spec-table tbody tr:nth-child(odd) {
  background: #f9fafb;
}

.business-body .biz-detail-spec-table tbody tr:hover {
  background: rgba(243, 244, 246, 0.9);
}

.business-body .biz-detail-spec-table tbody td:first-child {
  width: 40%;
  font-weight: 500;
  color: #374151;
}

.business-body .biz-detail-app-list {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}

.business-body .biz-detail-app-list li {
  margin-bottom: 5px;
}

.business-body .biz-detail-inquiry {
  margin-top: 16px;
}

.business-body .biz-detail-inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(186, 159, 72, 0.9);
  background: radial-gradient(circle at 20% 0%, #fffef9, #f6ecda);
  color: #7c5b1f;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease-out, color 160ms ease-out, box-shadow 160ms ease-out, transform 160ms ease-out;
  box-shadow: 0 8px 22px rgba(148, 120, 60, 0.25);
}

.business-body .biz-detail-inquiry-btn:hover {
  background: radial-gradient(circle at 20% 0%, #ffffff, #f3e2c2);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(148, 120, 60, 0.32);
}

@media (max-width: 640px) {
  .business-body .biz-detail-title {
    font-size: 20px;
  }

  .business-body .biz-detail-layout {
    gap: 20px;
  }
}
  
/*ï¿½ï¿½ï¿½Ã´ï¿½ ï¿½ï¿½*/ 
.yht-location{ 
--brand: rgb(186,159,72); 
--text: #0f172a; 
--muted: #475569; 
--line: rgba(15, 23, 42, .10); 
--card: #ffffff; 
--bg: #ffffff; 
--soft: rgba(186,159,72,.10); 
} 
.yht-location{ background: var(--bg); 
color: var(--text); 
padding: clamp(28px, 3.5vw, 56px) 16px; 
} 
.yht-location__inner{ 
max-width: 1905px; margin: 0 auto; 
} 
.yht-location__grid{ 
display: grid; 
grid-template-columns: 1fr 1.25fr; 
gap: clamp(18px, 2.2vw, 34px); align-items: start; 
} 
.yht-location__title{ 
margin: 0;
font-size: clamp(26px, 2.2vw, 40px);
 line-height: 1.15; 
 } 
.yht-location__sub{ 
margin: 12px 0 22px;
 color: var(--muted);
 font-size: 14px;
}
.yht-cards{ 
display: grid; 
gap: 12px; 
} 
.yht-card{ 
background: var(--card);
 border: 1px solid var(--line);
 border-radius: 18px;
 padding: 14px;
 display: grid;
 grid-template-columns: 52px 1fr;
 gap: 12px; 
 box-shadow: 0 10px 26px rgba(15,23,42,.06);
 } 
 .yht-icon{ 
 width: 44px;
 height: 44px;
 border-radius: 14px; 
 display: grid; 
 place-items: center;
 background: var(--soft);
 color: var(--brand);
 border: 1px solid rgba(186,159,72,.25);
 } 
 .yht-icon svg{
	 width: 22px;
	 height: 22px;
} .yht-card__label{
	font-size: 12px; 
	font-weight: 800;
	color: var(--muted);
	margin-top: 2px;
} .yht-card__value{ 
margin-top: 6px; 
font-size: 15px;
 line-height: 1.35;
} .yht-card__value--link{ 
color: var(--text);
 text-decoration: none;
 border-bottom: 1px solid rgba(15,23,42,.18);
 padding-bottom: 2px; display: inline-block;
 } 
 .yht-card__value--link:hover{ 
 border-bottom-color: var(--brand); 
 } 
 .yht-actions{
	 margin-top: 10px;
	 display: flex;
	 gap: 10px; 
	 flex-wrap: wrap;
} .yht-link, .yht-linkbtn{ 
font-size: 12px; 
font-weight: 800;
 color: var(--muted);
 text-decoration: none;
 border: 1px solid var(--line);
 padding: 8px 10px;
 border-radius: 999px;
 background: #fff;
 cursor: pointer;
} 
.yht-link:hover, .yht-linkbtn:hover{ 
border-color: rgba(186,159,72,.55);
color: #1f2937;
}
.yht-mapCard{ background: #fff; 
border: 1px solid var(--line);
 border-radius: 22px;
 overflow: hidden;
 box-shadow: 0 14px 36px rgba(15,23,42,.08);
} 
.yht-mapBody{ position: relative; }
.yht-mapCanvas{ width: 100%; height: 520px; } 
.yht-mapError{ 
position: absolute; 
inset: 0; 
display: grid; 
place-items: center; 
padding: 18px; 
background: #fff; 
color: #b91c1c; 
font-weight: 900; 
text-align: center; 
} 
@media (max-width: 980px){ .yht-location__grid{ grid-template-columns: 1fr; } .yht-mapCanvas{ height: 420px; } }  
  

/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½*/
.yt-patent-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e1e4ea 40%, #c9ced8 100%);
  border-top: 1px solid rgba(132, 142, 158, 0.6);
  border-bottom: 1px solid rgba(132, 142, 158, 0.6);
  position: relative;
  overflow: hidden;
}

.yt-patent-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,0.6), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(255,255,255,0.35), transparent 65%);
  opacity: 0.8;
  pointer-events: none;
}

.yt-patent-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.yt-patent-head {
  text-align: center;
  margin-bottom: 40px;
}

.yt-patent-title {
  font-size: 32px;
  color: #333844;           
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.yt-patent-desc {
  max-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  color: #4a505f;
}

.yt-patent-caption {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #3f4553;
  text-align: center;
}

.yt-patent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); 
  gap: 36px 32px;
}

.yt-patent-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yt-patent-thumb {
  width: 100%;
  max-width: 260px; 
  aspect-ratio: 3 / 4.2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
  background: rgba(255,255,255,0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yt-patent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-patent-caption {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #4f4123;
  text-align: center;
}

.yt-patent-card:hover .yt-patent-thumb {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}


.yt-patent-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  background: rgba(0,0,0,0.78);
  z-index: 9999;
}

.yt-patent-modal:target {
  display: flex;
}

.yt-patent-modal img {
  max-width: min(900px, 100%);
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.6);
  background: #ffffff;
}

.yt-patent-modal-caption {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: #f5f5f5;
}

.yt-patent-modal-close {
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  font-weight: 300;
}

.yt-patent-modal-close:hover {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .yt-patent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
  }
}

@media (max-width: 768px) {
  .yt-patent-section {
    padding: 60px 16px;
  }

  .yt-patent-title {
    font-size: 26px;
  }

  .yt-patent-desc {
    font-size: 13px;
  }

  .yt-patent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }

  .yt-patent-thumb {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .yt-patent-grid {
    grid-template-columns: 1fr; 
  }

  .yt-patent-thumb {
    max-width: 240px;
    margin: 0 auto;
  }
}


/*about-us*/
.about-company{
    --ac: #b7a56a;
    --bg: #ffffff;
    --tx: #111827;
    --muted: rgba(17, 24, 39, .58);
    --line: rgba(17, 24, 39, .10);
    --shadow: 0 18px 48px rgba(15, 23, 42, .10);

    --r-xl: 22px;
    --r-lg: 18px;
    --max: 1120px;

    --silver-22: rgba(203, 213, 225, .22);
    --silver-16: rgba(203, 213, 225, .16);
    --silver-12: rgba(203, 213, 225, .12);
    --silver-08: rgba(203, 213, 225, .08);
    --silver-06: rgba(203, 213, 225, .06);
    --silver-04: rgba(203, 213, 225, .04);

    --gold-18: rgba(183, 165, 106, .18);
    --gold-12: rgba(183, 165, 106, .12);
    --gold-08: rgba(183, 165, 106, .08);
    --gold-06: rgba(183, 165, 106, .06);

    background: var(--bg);
    color: var(--tx);
    padding: 0 16px 64px;
}

.ac-hero{
    position: relative;
    overflow: hidden;
}

.ac-sky{
    height: 420px;
    background:
      radial-gradient(900px 320px at 20% 18%, rgba(255,255,255,.75), rgba(255,255,255,0) 58%),
      radial-gradient(700px 260px at 78% 22%, rgba(255,255,255,.45), rgba(255,255,255,0) 62%),
      linear-gradient(180deg, #dff1ff 0%, #cfe7fb 38%, #eef7ff 72%, #ffffff 100%);
    position: relative;
    margin-top: 200px;
}
.ac-sky::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,0) 56%),
      radial-gradient(900px 260px at 50% 92%, rgba(148,163,184,.10), rgba(148,163,184,0) 66%);
    pointer-events:none;
}

.ac-hero-inner{
    position:absolute;
    inset: 0;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    padding: 0 16px 28px;
}

.ac-photo-card{
height: 600px;
    width: min(var(--max), 100%);
    border-radius: var(--r-lg);
    box-shadow: 0 14px 40px rgba(15,23,42,.16);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.7);
    background:#fff;
}

.ac-photo-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
    transform: none;
}

@media (max-width: 768px){
    .ac-photo-card{
        height: 320px;   
    }

    .ac-photo-card img{
        transform: scale(1.02) translateY(-10px); 
    }
}

.ac-wrap{
    width: min(var(--max), 100%);
    margin: -56px auto 0;
}

.ac-card{
    background:
      radial-gradient(1200px 520px at 10% 0%, var(--silver-16), transparent 60%),
      radial-gradient(1000px 520px at 90% 0%, var(--silver-12), transparent 65%),
      radial-gradient(700px 220px at 50% 0%, var(--gold-08), transparent 70%),
      linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.90));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(203,213,225,.36);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.ac-head{
    padding: 26px 24px 10px;
    position: relative;
}

.ac-head::before{
    content:"";
    position:absolute;
    left:24px;
    top:0;
    width:92px;
    height:4px;
    border-radius:999px;
    background: linear-gradient(90deg, rgb(98 127 167 / 88%), rgb(248 251 255 / 35%));
}

.ac-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(226,232,240,.78));
    border: 1px solid rgba(203,213,225,.72);
    color: var(--tx);
    font-weight: 800;
    letter-spacing: .16em;
    font-size: 12px;
    box-shadow: 0 6px 18px rgba(148,163,184,.10);
}

.ac-title{
    margin: 12px 0 6px;
    font-size: 26px;
    letter-spacing: -0.03em;
    font-weight: 900;
}

.ac-desc{
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.ac-grid{
    padding: 18px 18px 22px;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ac-panel{
    background:
      radial-gradient(900px 420px at 20% 0%, var(--silver-08), transparent 55%),
      radial-gradient(600px 180px at 100% 0%, var(--gold-06), transparent 70%),
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.94));
    border: 1px solid rgba(203,213,225,.40);
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 26px rgba(15,23,42,.05);
}

.ac-panel-title{
    margin: 0 0 12px;
    font-size: 14px;
    letter-spacing: .14em;
    font-weight: 900;
    color: rgba(51,65,85,.82);
    text-transform: uppercase;
}

.ac-dl{
    margin: 0;
    display:grid;
    gap: 10px;
}

.ac-item{
    display:grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    padding: 12px 12px;
    border: 1px solid rgba(203,213,225,.52);
    border-radius: 14px;
    background:
      radial-gradient(420px 140px at 0% 0%, rgba(255,255,255,.72), rgba(255,255,255,0) 58%),
      radial-gradient(320px 120px at 100% 100%, rgba(183,165,106,.08), rgba(183,165,106,0) 70%),
      linear-gradient(135deg, #f9fafb, #e5e7eb);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ac-item:hover{
    transform: translateY(-2px);
    border-color: rgba(183,165,106,.34);
    box-shadow: 0 12px 26px rgba(148,163,184,.16);
}

.ac-item dt{
    font-weight: 900;
    color: rgb(63 75 137 / 95%);
    letter-spacing: -0.01em;
}

.ac-item dd{
    margin: 0;
    color: rgba(15,23,42,.90);
    font-weight: 650;
    line-height: 1.55;
}

.ac-note{
    color: var(--muted);
    font-weight: 600;
    font-size: 13px;
    margin-left: 6px;
}

.ac-item-col{
    grid-template-columns: 110px 1fr;
    align-items: start;
}

.ac-chips{
    display:flex;
    flex-wrap:wrap;
    gap: 8px;
}

.ac-chip{
    display:inline-flex;
    align-items:center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(203,213,225,.72);
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(226,232,240,.88));
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
    color: rgba(51,65,85,.95);
    box-shadow: 0 8px 16px rgba(148,163,184,.10);
}

.ac-link{
    color: var(--tx);
    text-decoration: none;
    border-bottom: 1px dashed rgba(183,165,106,.75);
    padding-bottom: 2px;
    font-weight: 850;
}

.ac-link:hover{
    color: #a09e99;
}

@media (max-width: 860px){
    .ac-sky{ height: 250px; }
    .ac-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
    .ac-wrap{ margin-top: -46px; }
    .ac-item{ grid-template-columns: 1fr; }
    .ac-title{ font-size: 22px; }
}

.org-card{
    border: 1px solid rgba(203,213,225,.42);
    border-radius: 18px;
    background:
      radial-gradient(1400px 600px at 10% 0%, rgba(203,213,225,.22), transparent 65%),
      radial-gradient(1200px 600px at 90% 0%, rgba(183,165,106,.10), transparent 70%),
      linear-gradient(180deg, rgba(248,250,252,.96), rgba(241,245,249,.92)),
      #fff !important;
    box-shadow: 0 14px 32px rgba(15,23,42,.08) !important;
    overflow: hidden;
}


/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½*/
.orgsvg-section {
  padding: 72px 16px;
  background: #eceff3;
}

.orgsvg-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.orgsvg-board {
  width: 100%;
  background: linear-gradient(135deg, #eef2f6 0%, #e7ebf0 100%);
  border-radius: 28px;
  padding: 28px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.orgsvg-chart {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 1200 / 620;
}

.orgsvg-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.orgsvg-lines path {
  fill: none;
  stroke: #255da9;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}

.orgsvg-card {
  position: absolute;
  box-sizing: border-box;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  white-space: nowrap;
  z-index: 2;
}

.orgsvg-ceo {
  left: 50%;
  top: 4.84%;
  transform: translateX(-50%);
  width: 18.333%;
  height: 14.839%;
  min-width: 160px;
  border-radius: 18px;
  background: linear-gradient(180deg, #2a63b3 0%, #2359a4 100%);
  color: #ffffff;
  font-size: clamp(16px, 2vw, 30px);
}

.orgsvg-team {
  top: 34.839%;
  width: 16.667%;
  height: 12.258%;
  min-width: 150px;
  border-top: 8px solid #75b7e8;
  font-size: clamp(13px, 1.45vw, 24px);
}

.orgsvg-team-left {
  left: 40%;
  transform: translateX(-50%);
}

.orgsvg-team-right {
  left: 60%;
  transform: translateX(-50%);
}

.orgsvg-center {
  top: 62.581%;
  width: 18.333%;
  height: 14.194%;
  min-width: 165px;
  border-top: 10px solid #3197de;
  font-size: clamp(14px, 1.65vw, 28px);
}

.orgsvg-center-1 {
  left: 18.333%;
  transform: translateX(-50%);
}

.orgsvg-center-2 {
  left: 39.444%;
  transform: translateX(-50%);
}

.orgsvg-center-3 {
  left: 60.555%;
  transform: translateX(-50%);
}

.orgsvg-center-4 {
  left: 81.667%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .orgsvg-section {
    padding: 56px 12px;
  }

  .orgsvg-board {
    border-radius: 24px;
    padding: 24px 14px;
  }

  .orgsvg-card {
    border-radius: 16px;
  }

  .orgsvg-team {
    border-top-width: 7px;
  }

  .orgsvg-center {
    border-top-width: 9px;
  }
}

@media (max-width: 1024px) {
  .orgsvg-section {
    padding: 40px 10px;
  }

  .orgsvg-board {
    border-radius: 20px;
    padding: 18px 10px;
  }

  .orgsvg-ceo {
    min-width: 140px;
  }

  .orgsvg-team {
    min-width: 128px;
  }

  .orgsvg-center {
    min-width: 142px;
  }
}

@media (max-width: 767px) {
  .orgsvg-section {
    padding: 20px 6px;
  }

  .orgsvg-board {
    border-radius: 16px;
    padding: 12px 4px;
  }

  .orgsvg-chart {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200 / 620;
  }

  .orgsvg-card {
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .orgsvg-ceo {
    min-width: 0;
    width: 18.333%;
    font-size: clamp(10px, 2.1vw, 18px);
  }

  .orgsvg-team {
    min-width: 0;
    width: 16.667%;
    border-top-width: 5px;
    font-size: clamp(9px, 1.7vw, 14px);
  }

  .orgsvg-center {
    min-width: 0;
    width: 18.333%;
    border-top-width: 6px;
    font-size: clamp(9px, 1.75vw, 15px);
  }
}

@media (max-width: 480px) {
  .orgsvg-section {
    padding: 14px 4px;
  }

  .orgsvg-board {
    border-radius: 14px;
    padding: 10px 2px;
  }

  .orgsvg-card {
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.07);
  }

  .orgsvg-ceo {
    font-size: clamp(8px, 2.2vw, 14px);
  }

  .orgsvg-team {
    font-size: clamp(7px, 1.9vw, 12px);
  }

  .orgsvg-center {
    font-size: clamp(7px, 1.95vw, 12px);
  }
}

/* Extended org chart (about_us.html only) ?“ adds sub-team level */
.orgsvg-chart-ext {
  aspect-ratio: 1200 / 900;
}

.orgsvg-chart-ext .orgsvg-ceo    { top: 3.33%;  height: 10.22%; }
.orgsvg-chart-ext .orgsvg-team   { top: 24%;    height: 8.45%;  }
.orgsvg-chart-ext .orgsvg-center { top: 43.11%; height: 9.78%;  }

.orgsvg-subteam {
  top: 64.44%;
  height: auto;
  min-height: 28px;
  padding: 5px 3px;
  width: 7.5%;
  border-top: 5px solid #60a5fa;
  font-size: clamp(7px, 0.85vw, 11px);
  white-space: nowrap;
  overflow: hidden;
}

.orgsvg-sub-c1-t1 { left: 13.75%;  transform: translateX(-50%); }
.orgsvg-sub-c1-t2 { left: 18.333%; transform: translateX(-50%); }
.orgsvg-sub-c1-t3 { left: 22.917%; transform: translateX(-50%); }
.orgsvg-sub-c2-t1 { left: 36.917%; transform: translateX(-50%); }
.orgsvg-sub-c2-t2 { left: 41.917%; transform: translateX(-50%); }
.orgsvg-sub-c3-t1 { left: 52.5%;   transform: translateX(-50%); }
.orgsvg-sub-c3-t2 { left: 57.083%; transform: translateX(-50%); }
.orgsvg-sub-c3-t3 { left: 61.667%; transform: translateX(-50%); }
.orgsvg-sub-c3-t4 { left: 66.25%;  transform: translateX(-50%); }
.orgsvg-sub-c4-t1 { left: 76.5%;   transform: translateX(-50%); }
.orgsvg-sub-c4-t2 { left: 81.083%; transform: translateX(-50%); }
.orgsvg-sub-c4-t3 { left: 85.667%; transform: translateX(-50%); }
.orgsvg-sub-c4-t4 { left: 90.25%;  transform: translateX(-50%); }

@media (max-width: 767px) {
  .orgsvg-chart-ext { aspect-ratio: 1200 / 900; }
  .orgsvg-subteam { border-top-width: 4px; font-size: clamp(6px, 1.3vw, 11px); }
}

@media (max-width: 480px) {
  .orgsvg-subteam { font-size: clamp(5px, 1.1vw, 10px); }
}
