.sub-top{width:1500px;margin:0 auto;display:flex;        justify-content: space-between;align-items: flex-end;padding:5rem 0 5rem 0;}
.sub-top.ac { justify-content:center;}
.sub-top .sub-top-title p{background: linear-gradient(270deg, #F39800 0%, #D9141C 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.15rem; font-weight: 700; line-height: 1.15rem; letter-spacing: -0.00575rem;}
.sub-top .sub-top-title h2 {color: #333; font-size: 3rem; font-weight: 700; letter-spacing: -0.015rem;margin-top:1.25rem;line-height:1.3;}
.sub-top .bredcrumb {display:flex;align-items: center;}
.sub-top .home {   display: inline-block; background-size: contain; background-position: center center; background-repeat: no-repeat; text-indent: -9999px; vertical-align: middle; overflow: hidden;background:url(../images/content/home.svg)no-repeat center center;background-size:cover;width:1rem;height:1rem;margin-right:0.6rem;}
.sub-top .bredcrumb button{color: #555; font-family: 'Pretendard Variable'; font-size: 0.8rem; font-weight: 600; line-height: 0.8rem; letter-spacing: -0.004rem;position:relative;}
.sub-top .bredcrumb button:after{content:'';width:0.8rem;height:0.75rem;background:url(../images/content/s-arrow-bottom.svg)no-repeat center center;background-size:cover;display:inline-block;margin-left:0.25rem;}
.sub-top .bredcrumb .dropdown{padding:0 0.6rem;position:relative;}
.sub-top .bredcrumb .dropdown:before{content:'';position:absolute;width:0.15rem;height:0.15rem;background:#555;border-radius:50%;opacity:0.65rem;left:0;top:50%;transform:translateY(-50%);}
.sub-top .bredcrumb .dropdown-menu {position:absolute;min-width:9rem;padding:1rem;border-radius:1rem;max-height:12.5rem;overflow-y:auto;    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .1);z-index:10;right:0;display:flex;flex-direction:column;gap:0.25rem;display:none;top:1.5rem;background:#fff;}
.sub-top .bredcrumb .dropdown-menu li a {font-size:0.8rem;}
.sub-top .bredcrumb .dropdown.active .dropdown-menu {display:flex;}
.left-menu{width:1400px;margin:0 auto;}
.left-menu .snb-list {display:flex;background:#F6F6F6;padding:0.6rem;border-radius: 2.5rem;}
.left-menu .snb-list > li {width:calc(100% / 2);text-align:center;transition: all 0.4s 
ease-in-out;}
.left-menu .snb-list > li a {height:2.4rem;display:flex;justify-content:center;align-items:center;}
.left-menu .snb-list > li a > span {display: table-cell;vertical-align: middle;padding: 0 15px;transition: all 0.4s 
ease-in-out;}

@media (max-width:1500px) {
	.sub-top {width:100%;padding:5rem 1rem 2.5rem 1rem ;}
	.left-menu{width:100%;padding:0 1rem;}
	.sub-top .bredcrumb{padding-right:0;}
}


@media (max-width:767px) {
	.sub-top .bredcrumb {display:none;}
}


