
    :root{
      --ux-bg:#f5f5f7;
      --ux-surface:#ffffff;
      --ux-soft:#fbfbfc;
      --ux-line:#e8e8eb;
      --ux-line-2:#f0f1f3;
      --ux-text:#1f242c;
      --ux-muted:#868e9a;
      --ux-accent:#ff8a1d;
      --ux-accent-2:#ffb266;
      --ux-accent-soft:#fff1e2;
      --ux-sky:#f2f4f8;
      --ux-shadow:0 10px 28px rgba(15,23,42,.06);
      --ux-radius:18px;
      --ux-radius-lg:24px;
      --ux-green:#1fc778;
      --ux-blue:#4b91ff;
      --ux-red:#ff6363;
    }
    html[data-bs-theme="dark"]{
      --ux-bg:#15181d;
      --ux-surface:#1c2128;
      --ux-soft:#20262f;
      --ux-line:#2e3642;
      --ux-line-2:#27303b;
      --ux-text:#edf2f8;
      --ux-muted:#99a4b2;
      --ux-accent:#ff9d43;
      --ux-accent-2:#ffc487;
      --ux-accent-soft:#352818;
      --ux-sky:#212935;
      --ux-shadow:none;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--ux-bg);
      color:var(--ux-text);
      font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
	  /*font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;*/
      line-height:1.5;
      font-size:14px;

	  font-weight: 500;
	  letter-spacing: -0.02em;
	  word-break: keep-all;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale !important;

    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}

    .site-shell{max-width:1440px;margin:0 auto;padding:0 18px}
    .top-mini{
      background:var(--ux-soft);
      border-bottom:1px solid var(--ux-line);
      font-size:12px;
      color:var(--ux-muted);
    }
    .top-mini .inner{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .mini-left,.mini-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
    .mini-logo{
      width:16px;height:16px;border-radius:5px;
      background:linear-gradient(145deg,var(--ux-accent),#ff6b00);
      display:inline-flex;align-items:center;justify-content:center;
      color:#fff;font-size:10px;box-shadow:0 6px 14px rgba(255,138,29,.25)
    }
    .mini-sep{opacity:.35}
    .mini-hot{color:var(--ux-accent);font-weight:800}
    .mini-link{font-weight:700}
    .mini-link:hover{color:var(--ux-accent)}

    .main-header{
      position:sticky;top:0;z-index:1040;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(10px);
      border-bottom:1px solid var(--ux-line);
      transition:.2s ease;
    }
    html[data-bs-theme="dark"] .main-header{background:rgba(28,33,40,.9)}
    .main-header.is-scrolled{box-shadow:0 10px 24px rgba(15,23,42,.06)}
    .main-header .inner{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand-wrap{display:flex;align-items:center;gap:14px;min-width:0}
    .mobile-toggle{display:none}
    .brand{
      display:flex;align-items:center;gap:12px;font-weight:900;font-size:30px;letter-spacing:-1px;
    }

.brand-badge {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  flex: 0 0 auto;
  background: linear-gradient(145deg, var(--ux-accent), #ff6b00);
  position: relative;
  box-shadow: 0 12px 24px rgba(255, 138, 29, .25);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ±âÁ¸ before, after »èÁ¦ ÈÄ SVG »ðÀÔ */
.brand-badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

    .brand-text{white-space:nowrap}

    .desktop-nav{
      display:flex;align-items:center;gap:10px;min-width:0;flex:1;
      margin-left:10px;
    }
    .main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
    .main-nav .dropdown-toggle{
      border:0;background:transparent;color:var(--ux-text);
      font-weight:600;padding:12px 14px;border-radius:12px;
    }
    .main-nav .dropdown-toggle:hover,
    .main-nav .dropdown-toggle.show{background:var(--ux-soft);color:var(--ux-accent)}
    .main-nav .dropdown-menu{
      border:1px solid var(--ux-line);border-radius:16px;padding:10px;box-shadow:var(--ux-shadow);min-width:220px
    }
    .main-nav .dropdown-item{
		border-radius: 10px;
		padding: 9px 12px;
		/* font-weight: 500; */
		color: var(--ux-text);
		font-size: 14px;
    }
    .main-nav .dropdown-item:hover{background:var(--ux-accent-soft);color:#c55d00}

	.main-nav .dropdown-toggle::after{
	  display:none !important;
	}

    .header-right{display:flex;align-items:center;gap:12px}
    .quick-links{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
    .quick-links .btn{
      --bs-btn-padding-y:.55rem;
      --bs-btn-padding-x:.9rem;
      border-radius:999px;font-weight:600;font-size:13px
    }
    .quick-links .dropdown-menu{border-radius:16px;border-color:var(--ux-line);padding:10px;box-shadow:var(--ux-shadow)}
    .quick-links .dropdown-item{border-radius:10px;padding:9px 12px;font-size:15px;}
    .icon-btn{
      width:42px;height:42px;border-radius:50%;border:1px solid var(--ux-line);
      display:inline-flex;align-items:center;justify-content:center;background:var(--ux-surface);
      color:var(--ux-text);cursor:pointer;transition:.2s ease
    }
    .icon-btn:hover{transform:translateY(-1px);background:var(--ux-soft)}

    .solution-strip{padding:16px 0 8px}
    .solution-box{
      display:flex;align-items:center;gap:12px;flex-wrap:wrap;
      background:var(--ux-surface);border:1px solid var(--ux-line);border-radius:18px;padding:14px 16px;box-shadow:var(--ux-shadow);
	  justify-content: center;
    }
    .solution-label{
      display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--ux-text);
      padding-right:10px;border-right:1px dashed var(--ux-line)
    }
    .solution-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
    .solution-pill{
      display:inline-flex;align-items:center;gap:8px;
      padding:9px 14px;border-radius:999px;border:1px solid var(--ux-line);
      background:var(--ux-soft);font-weight:600;color:var(--ux-text);
      transition:.2s ease
    }
    .solution-pill:hover{border-color:var(--ux-accent);background:var(--ux-accent-soft);color:#c55d00;transform:translateY(-1px)}

    .page-wrap{padding:18px 0 44px}
    .content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) 320px;gap:20px;align-items:start}
    .content-grid-sub{display:grid;grid-template-columns:minmax(0,1.5fr) 230px;gap:20px;align-items:start}
    .main-stack{display:flex;flex-direction:column;gap:20px}
    .right-stack{display:flex;flex-direction:column;gap:18px;position:sticky;top:110px}

    .section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
    .section-title h2{margin:0;font-size:18px;font-weight:900;letter-spacing:-.4px;position:relative;padding-top:6px}
    .section-title h2:before{content:"";position:absolute;left:0;top:0;width:40px;height:3px;border-radius:999px;background:var(--ux-accent)}
    .section-title a{font-size:12px;color:var(--ux-muted);font-weight:800}
    .section-title a:hover{color:var(--ux-accent)}

    .ux-card{
      background:var(--ux-surface);border:1px solid var(--ux-line);border-radius:var(--ux-radius);box-shadow:var(--ux-shadow)
    }
    .ux-card-body{padding:18px}

    .hero-wrap{position:relative}
    .hero-carousel .carousel-inner{overflow:hidden;border-radius:24px}
    .hero-slide{
      min-height:300px;padding:34px 64px;
      background:
        radial-gradient(circle at 80% 12%, rgba(153,188,255,.28), transparent 20%),
        radial-gradient(circle at 78% 75%, rgba(255,209,153,.28), transparent 24%),
        linear-gradient(135deg,#f6f7fb 0%, #f9f9fb 45%, #eef2f8 100%);
      position:relative;border:1px solid var(--ux-line);
    }
    html[data-bs-theme="dark"] .hero-slide{
      background:
        radial-gradient(circle at 80% 12%, rgba(73,117,190,.18), transparent 20%),
        radial-gradient(circle at 78% 75%, rgba(160,104,34,.18), transparent 24%),
        linear-gradient(135deg,#202733 0%, #212831 45%, #26303d 100%);
    }
    .hero-slide::before{
      content:"";position:absolute;right:-20px;top:-20px;width:340px;height:340px;border-radius:40px;
      background:linear-gradient(145deg, rgba(255,255,255,.9), rgba(235,239,247,.9));
      transform:rotate(12deg);box-shadow:0 18px 40px rgba(0,0,0,.08)
    }
    html[data-bs-theme="dark"] .hero-slide::before{background:linear-gradient(145deg, rgba(50,58,71,.92), rgba(35,42,52,.92))}
    .hero-leaf,.hero-leaf:before,.hero-leaf:after{position:absolute;content:"";display:block}
    .hero-leaf{right:190px;top:42px;width:44px;height:10px;background:#7e9e4c;border-radius:10px;transform:rotate(18deg)}
    .hero-leaf:before{width:20px;height:10px;left:-18px;top:-10px;background:#98b563;border-radius:10px;transform:rotate(-24deg)}
    .hero-leaf:after{width:18px;height:10px;right:-14px;top:12px;background:#67883f;border-radius:10px;transform:rotate(26deg)}
    .hero-laptop{
      position:absolute;right:40px;top:24px;width:300px;height:230px;z-index:1;
      border-radius:28px;background:linear-gradient(145deg,#fefefe,#e9edf4);
      transform:rotate(14deg);box-shadow:0 20px 40px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.05)
    }
    .hero-laptop:before{content:"";position:absolute;inset:16px;border-radius:18px;background:linear-gradient(145deg,#d9dee8,#f7f9fc)}
    .hero-laptop:after{content:"";position:absolute;left:22px;right:22px;bottom:-16px;height:16px;border-radius:0 0 18px 18px;background:linear-gradient(180deg,#b7bfcb,#dce2eb)}
    .key-grid{position:absolute;inset:38px 30px 50px 30px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;z-index:2}
    .key-grid span{background:rgba(255,255,255,.9);border-radius:6px;box-shadow:inset 0 -2px 0 rgba(0,0,0,.05)}

    .hero-content{position:relative;z-index:3;max-width:56%}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--ux-accent-soft);color:#c55d00;font-weight:900;margin-bottom:14px
    }
    .hero-title{font-size:clamp(28px,3vw,46px);line-height:1.18;font-weight:900;letter-spacing:-1.3px;margin:0 0 10px}
    .hero-copy{font-size:17px;color:#525b67;max-width:680px;margin:0 0 18px;font-weight:600}
    html[data-bs-theme="dark"] .hero-copy{color:#d3dbe5}
    .hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
    .hero-actions .btn{border-radius:999px;font-weight:600;padding:12px 20px}
    .hero-micro{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;color:var(--ux-muted);font-size:13px;font-weight:700}

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next{
      width:52px;height:52px;top:50%;transform:translateY(-50%);bottom:auto;opacity:1
    }
    .hero-carousel .carousel-control-prev{left:14px}
    .hero-carousel .carousel-control-next{right:14px}
    .hero-carousel .carousel-control-prev-icon,
    .hero-carousel .carousel-control-next-icon{display:none}
    .round-arrow{
      width:52px;height:52px;border-radius:50%;border:1px solid var(--ux-line);
      display:flex;align-items:center;justify-content:center;
      background:rgba(255,255,255,.92);color:#111;box-shadow:0 12px 22px rgba(0,0,0,.12);
      font-size:22px;transition:.2s ease;pointer-events:none
    }
    html[data-bs-theme="dark"] .round-arrow{background:rgba(28,33,40,.94);color:#edf2f8}
    .hero-carousel .carousel-control-prev:hover .round-arrow,
    .hero-carousel .carousel-control-next:hover .round-arrow{transform:scale(1.06)}
    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next{pointer-events:auto;z-index:6}
    .hero-carousel .carousel-indicators{margin-bottom:14px;z-index:5}
    .hero-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:999px;border:0;background:rgba(0,0,0,.22);opacity:1}
    .hero-carousel .carousel-indicators .active{width:24px;background:var(--ux-accent)}

    .best-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .best-scroll-wrap{position:relative;height:336px;overflow:hidden}
    .best-scroll-list{display:flex;flex-direction:column;will-change:transform}
    .best-item{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:start;padding:8px 0;min-height:64px}
    .rank-badge{
      width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;
      font-size:12px;font-weight:900;color:#fff;background:#f08b29
    }
    .rank-badge.s2{background:#a3aab4}
    .rank-badge.s3{background:#c67a32}
    .rank-badge.s4,.rank-badge.s5{background:#ffb366;color:#7a3a00}
    .best-title{line-height:1.42}
    .best-title .count{color:var(--ux-accent);margin-left:4px}
    .best-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--ux-muted);font-size:12px;margin-top:4px}

    .product-carousel{padding:0 24px;position:relative}
    .product-carousel .carousel-inner{overflow:hidden;border-radius:18px}
    .product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .product-card{border:1px solid var(--ux-line);border-radius:16px;overflow:hidden;background:var(--ux-surface);transition:.2s ease;height:100%}
    .product-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(15,23,42,.08)}
    .product-thumb{
      height:156px;background:linear-gradient(135deg,#63666b,#87898f);display:flex;align-items:center;justify-content:center;position:relative;color:#fff
    }
    .product-thumb .icon{font-size:46px;opacity:.9}
    .product-thumb .label{position:absolute;bottom:14px;left:14px;font-weight:900;font-size:22px;letter-spacing:-.5px}
    .product-body{padding:14px}
    .product-title{font-size:14px;font-weight:600;line-height:1.45;margin-bottom:8px;min-height:40px}
    .meta-mini{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--ux-muted);font-size:12px}
    .product-carousel .carousel-control-prev,
    .product-carousel .carousel-control-next{
      width:46px;height:46px;top:50%;transform:translateY(-50%);bottom:auto;opacity:1;z-index:5
    }
    .product-carousel .carousel-control-prev{left:0}.product-carousel .carousel-control-next{right:0}
    .product-carousel .carousel-control-prev-icon,
    .product-carousel .carousel-control-next-icon{display:none}
    .product-carousel .carousel-indicators{position:static;margin:12px 0 0;justify-content:center;gap:8px}
    .product-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:999px;border:0;background:#d8d8dc;opacity:1}
    .product-carousel .carousel-indicators .active{width:24px;background:var(--ux-accent)}

    .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .list-box{list-style:none;margin:0;padding:0}
    .list-box li{padding:10px 0;border-bottom:1px solid var(--ux-line-2)}
    .list-box li:last-child{border-bottom:0}
    .item-title{line-height:1.45}
    .item-meta{font-size:12px;color:var(--ux-muted);margin-top:4px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
    .item-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:5px;background:#ffedf0;color:#ff5a74;font-weight:900;font-size:11px}

    .lab-carousel{padding:0 24px;position:relative}
    .lab-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .lab-card{border:1px solid var(--ux-line);border-radius:16px;overflow:hidden;background:var(--ux-surface)}
    .lab-card img{width:100%;height:142px;object-fit:cover;background:#eee}
    .lab-card .txt{padding:12px 13px 14px}
    .lab-title{line-height:1.4;min-height:38px;margin-bottom:8px}
    .lab-carousel .carousel-control-prev,
    .lab-carousel .carousel-control-next{
      width:46px;height:46px;top:50%;transform:translateY(-50%);bottom:auto;opacity:1;z-index:5
    }
    .lab-carousel .carousel-control-prev{left:0}.lab-carousel .carousel-control-next{right:0}
    .lab-carousel .carousel-control-prev-icon,
    .lab-carousel .carousel-control-next-icon{display:none}
    .lab-carousel .carousel-indicators{position:static;margin:12px 0 0;justify-content:center;gap:8px}
    .lab-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:999px;border:0;background:#d8d8dc;opacity:1}
    .lab-carousel .carousel-indicators .active{width:24px;background:var(--ux-accent)}

    .profile-card{text-align:center}
    .emoji-row{display:flex;justify-content:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}
    .emoji{
      width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;
      background:var(--ux-soft);border:1px solid var(--ux-line);font-size:13px
    }
    .profile-illust{
      width:130px;height:130px;margin:0 auto 14px;border-radius:16px;border:1px dashed var(--ux-line);
      display:flex;align-items:center;justify-content:center;background:var(--ux-soft);position:relative;overflow:hidden
    }
    .person{position:relative;width:76px;height:92px}
    .person .head{position:absolute;left:26px;top:0;width:24px;height:24px;border-radius:50%;background:#ffb25d}
    .person .hair{position:absolute;left:18px;top:0;width:40px;height:18px;background:#ff7a00;border-radius:24px 24px 10px 10px}
    .person .body{position:absolute;left:18px;top:22px;width:40px;height:48px;background:linear-gradient(90deg,#101010 0 30%, #ff4141 30% 54%, #101010 54% 70%, #ffc31f 70%);clip-path:polygon(50% 0,100% 15%,100% 100%,0 100%,0 15%)}
    .person .legs{position:absolute;left:20px;bottom:0;width:36px;height:24px;background:linear-gradient(90deg,#0ea85e 0 50%, #138b4d 50%);clip-path:polygon(0 0,100% 0,85% 100%,15% 100%)}
    .login-links{display:flex;justify-content:center;gap:18px;color:var(--ux-muted);font-size:12px;font-weight:700}

    .sidebar-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:900;margin-bottom:12px}
    .category-tree .accordion-item{border:0;background:transparent;border-bottom:1px solid var(--ux-line-2);border-radius:0}
    .category-tree .accordion-button{
      background:transparent;padding:14px 4px;font-weight:600;color:var(--ux-text);box-shadow:none
    }
    .category-tree .accordion-button:not(.collapsed){background:transparent;color:var(--ux-accent)}
    .category-tree .accordion-button:focus{box-shadow:none}
    .category-tree .accordion-body{padding:0 4px 14px 4px}
    .category-sub{display:grid;gap:9px}
    .category-sub a{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ux-text);}
    .category-sub a:hover{color:var(--ux-accent)}
    .chip-new{padding:2px 6px;border-radius:999px;background:#fff1e5;color:#d66a00;font-size:10px;font-weight:900}

    .quick-banner{
      padding:16px;border-radius:18px;border:1px solid var(--ux-line);
      background:linear-gradient(135deg,var(--ux-accent-soft),#fff7ee)
    }
    html[data-bs-theme="dark"] .quick-banner{background:linear-gradient(135deg,#2a231e,#211e1a)}
    .quick-banner h3{font-size:18px;font-weight:900;letter-spacing:-.5px;margin:0 0 8px}
    .quick-banner p{color:var(--ux-muted);margin:0 0 12px}
    .stats-box{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center}
    .stats-box .num{font-size:21px;font-weight:900}
    .stats-box .label{font-size:11px;color:var(--ux-muted);font-weight:600;text-transform:uppercase}
    .sparkline{height:42px;margin-top:12px;background:linear-gradient(180deg,transparent 0%, rgba(255,138,29,.08) 100%);border-radius:12px;position:relative;overflow:hidden}
    .sparkline svg{position:absolute;inset:0;width:100%;height:100%}

    .footer{
      margin-top:34px;border-top:1px solid var(--ux-line);background:var(--ux-soft)
    }
    .footer-top{padding:15px 0;border-bottom:1px solid var(--ux-line)}
    .footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
    .footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:var(--ux-muted);font-weight:700;font-size:13px}
    .footer-bottom{padding:24px 0 36px}
    .footer-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
    .footer-copy{color:var(--ux-muted);font-size:13px}

    .search-modal .modal-content{border:1px solid var(--ux-line);border-radius:24px;overflow:hidden;background:var(--ux-surface)}
    .search-box{position:relative}
    .search-box .bi-search{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--ux-muted)}
    .search-box input{padding-left:46px;height:56px;border-radius:14px;border-color:var(--ux-line)}

    .offcanvas{border-right:1px solid var(--ux-line);background:var(--ux-surface)}
    .offcanvas .accordion-button{font-weight:600}

    @media (max-width:1399.98px){
      .product-row,.lab-row{grid-template-columns:repeat(3,1fr)}
    }
    @media (max-width:1199.98px){
      .content-grid{grid-template-columns:1fr}
      .right-stack{position:static}
      .hero-content{max-width:62%}
    }
    @media (max-width:991.98px){
      .desktop-nav,.quick-links{display:none}
      .mobile-toggle{display:inline-flex}
      .hero-slide{padding:28px 28px 90px 28px}
      .hero-slide::before,.hero-laptop,.hero-leaf{display:none}
      .hero-content{max-width:100%}
      .best-grid,.info-grid{grid-template-columns:1fr}
      .product-row,.lab-row{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:767.98px){
      .site-shell{padding:0 14px}
      .brand{font-size:24px}
      .solution-box{align-items:flex-start}
      .solution-label{border-right:0;padding-right:0;width:100%}
      .hero-title{font-size:28px}
      .hero-copy{font-size:15px}
      .product-row,.lab-row{grid-template-columns:1fr}
      .hero-carousel .carousel-control-prev,
      .hero-carousel .carousel-control-next,
      .product-carousel .carousel-control-prev,
      .product-carousel .carousel-control-next,
      .lab-carousel .carousel-control-prev,
      .lab-carousel .carousel-control-next{width:42px;height:42px}
      .round-arrow{width:42px;height:42px}
    }
